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