/* Home hook CSS */
@media(min-width:1200px){
#htmlcontent_home {
    margin-top: 46px;
}}

@media all and (min-width: 992px) and (max-width: 1199px){
#htmlcontent_home {
    margin-top: 0px;
}
}


#htmlcontent_top{
	padding: 0;
}
#htmlcontent_home > ul > li:nth-child(2n) {
    text-align: right;
}

#htmlcontent_home ul li {
    position: relative;
    display: block;
}

#htmlcontent_home > ul > li .img-wrapper {
    display: inline-block;
    padding: 20px;
    background: white;
}

#htmlcontent_home > ul > li:nth-child(2n) .img-wrapper {
    margin-top: -8%;
}


#htmlcontent_home > ul > li .img-wrapper + .item-html {
    right: 9.3%;
}

#htmlcontent_home > ul > li .img-wrapper + .item-html {
    position: absolute;
    right: 10%;
    top: 40%;
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    text-align: left;
}

#htmlcontent_home > ul > li .item-html {
    width: 60%;
}

#htmlcontent_home > ul > li:nth-child(2n) .item-html {
    right: auto;
    left: 10%;
}

#htmlcontent_home .item-html {
    color: #333333;
}

/* Top hook CSS */
#htmlcontent_top ul li {
    padding: 0;
    margin-bottom: 10px;
    position: relative;
    height: 300px;
    background-color: #E3E3E3;
}

#htmlcontent_top ul li img {
    max-width: 100%;
}

#htmlcontent_top .item-html {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 30px;
    color:#333333;
}
.item-html h2{
    font-family: 'Exo 2', sans-serif;
    font-size: 30px;
}

.item-html h2 .bold{
    font-weight: 700;
}

.item-html h2 .light{
    font-weight: 200;
}
.item-html h2.bottom-border{
    border-bottom-width:3px;
    border-bottom-style: solid;
    padding-bottom: 15px;
    display: inline-block;
	margin-top: 0;
}


.item-html p {
    font-size:14px;
    font-weight: 400;
}


@media(max-width:768px){
    .item-html p {
margin-bottom:20px;
    }
}

.item-html p.top-border{
    padding-top: 15px;
    border-top-width:3px;
    border-top-style: solid;
    display: inline-block;
}

  

@media (max-width: 767px) {


    #htmlcontent_top {
        width: 100%;
        max-width: 100%;
        padding-left: 0;
        padding-top: 0px;
        clear: both;        
    }

    #htmlcontent_top ul {
        margin: 0 -5px;
    }
}

/* Left hook CSS */
/* Right hook CSS */
/* Footer hook CSS */
@media (max-width: 1199px) {
    #htmlcontent_home > ul > li .img-wrapper {
        margin-top: 0;
        width: 100%;
    }
}

@media (min-width: 992px) {
    /*
    #htmlcontent_top ul li:first-of-type{
        border-left: 15px solid #fff;
    }
    */
    #htmlcontent_top ul li:last-child {
        border-right: 15px solid #fff;
    }
  
}
@media (max-width: 1199px) {
	#htmlcontent_home > ul > li .img-wrapper + .item-html{
		right: 20px;
	}
}
@media (max-device-width: 1199px) { 
    #htmlcontent_home > ul > li .img-wrapper img {
        width: 100%;
        height: auto;
    }
	#htmlcontent_home > ul > li .img-wrapper + .item-html{
		width: 45%;
		
	}
	#htmlcontent_home > ul > li .item-html h2{
		font-size: 28px;
	}
	#htmlcontent_home > ul > li .item-html .md-mar-top-20{
		margin-top: 10px;
	}
    .item-html h2.bottom-border{
    border-bottom-width:3px;
    border-bottom-style: solid;
  
    display: inline-block;
    margin-top: 0;
}
}



@media screen and (min-device-width: 740px) and (max-device-width: 768px) { 
    #htmlcontent_home > ul > li .img-wrapper img {
        width: 100%;
        height: auto;
    }
    #htmlcontent_home > ul > li .img-wrapper + .item-html{
        width: 45%;
        
    }
    #htmlcontent_home > ul > li .item-html h2{
        font-size: 18px;
    }
    #htmlcontent_home > ul > li .item-html .md-mar-top-20{
        margin-top: 5px;
    }
    .item-html h2.bottom-border{
    border-bottom-width:3px;
    border-bottom-style: solid;
  
    display: inline-block;
    margin-top: 0;
}
}




@media (max-width:767px){
    .item-html h2 {
        font-family: 'Exo 2', sans-serif;
        font-size: 25px;
    }
    #htmlcontent_top .item-html
    {
        background-color: rgba(255, 255, 255, 0.4);
    } 
    #htmlcontent_top ul li img {
        height: auto;  
        max-height: 100%;
    }  
    #htmlcontent_home > ul > li .item-html {
        width: 80%;
    }  


    #htmlcontent_home > ul > li .item-html p{
        display: none;
    }
    #htmlcontent_top .item-html {
        padding: 60px 30px;
    }  
	#htmlcontent_home > ul > li .item-html h2{
		margin-top: 0;
	}
	#htmlcontent_home {
		margin: 0 0 46px 0;
	}
	#htmlcontent_home > ul > li:nth-child(2n) .img-wrapper{
		margin-top: 0;
	}
}
@media (max-width:600px){
    #htmlcontent_home > ul > li .img-wrapper img {
        width: auto;
        height: auto;
		max-width: 100%;
    }
}

@media (min-width: 768px) AND (max-width: 991px) {
	#htmlcontent_top .item-html{
		padding: 15px;
	}
	#htmlcontent_top button{
		margin-top: 30px;
		max-width: 100%;
	}
}
@media (max-width: 991px) {
	#htmlcontent_home > ul > li .img-wrapper + .item-html{
		top: 50%;
	}
	#htmlcontent_home > ul > li .item-html h2 {
		font-size: 20px;
		line-height: 20px;
		margin-bottom: 10px;
	}
	#htmlcontent_home > ul > li:nth-child(2n) .img-wrapper{
		margin-top: 0;
	}
}
@media (max-width: 479px) {
	#htmlcontent_home{
		display: none;
	}
}

#htmlcontent_left{
	background: none !important;
}
#htmlcontent_left li{
	margin-bottom: 30px;
}