/*	CONTENT BLOCK 3-10
/*----------------------------------------------------*/

.content-3-10 {
	padding: 0px;
	position: relative;
    height: 240px;
}
.content-3-10.color1
{
    background: #db5727 no-repeat right bottom;
    
}
.content-3-10.color2
{
    background-color: #2b4c65 no-repeat left bottom;
}
.content-3-10.color3
{
    background: #6b4363 no-repeat right bottom;
}

.content-3-10 .image-container {
	position: absolute;
	height: 300px;
	padding: 0px;
	top: 0px;
}

.content-3-10 .image-container .background-image-holder {
	background: url('../images/low-poly-1.jpg') no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100%;
}
.content-3-10 .image-container .background-image-holder .title
{
    font-size:55px;
    width:490px;
    font-weight: 400;
    float:right;
    color: #fff;
    padding-top:75px;
}

.content-3-10 .image-container .background-image-holder2 .title
{
    font-size:55px;
    width:490px;
    font-weight: 400;
    float:right;
    color: #fff;
  padding-top: 65px;
  line-height: 50px;

}
.content-3-10 .image-container .background-image-holder2 {
	background: url('../images/low-poly-3.jpg') no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100%;
}

.content-3-10 .content {
	margin-top: 300px;
	padding: 40px;
}

.content-3-10 h3 {
    color: #fff;
	margin-bottom: 20px;
    font-size: 18px;
    padding-top:50px;
    margin-top: 0;
    line-height: 22px;
      font-weight: 400;
}

.content-3-10 p {
	margin-bottom: 20px;
}

.content-3-10 a.rm {
	border:1px solid #fff;
    padding:5px 15px;
    font-size:16px;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    margin-top:10px;
    font-weight: 300;
}


/*	CONTENT BLOCK 3-10 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	
	.content-3-10 .image-container {
		height: 100%;
	}
	
	.content-3-10 .content {
		margin-top: 0px;
	
          padding: 0px 15px 0px 40px;
	}
	
}

@media only screen and (max-width:767px)
    {
        .content-3-10 .image-container .background-image-holder .title, .content-3-10 .image-container .background-image-holder2 .title
{

    width:100%;
    text-align: center;

}
    }
/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	
	
	
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	
	
	
}