/* Home hook CSS */
#htmlcontent_home {
	margin-bottom: 50px;
}
#htmlcontent_home ul {
    margin: 0 -5px;
    margin-top: 20px;
}
#htmlcontent_home ul li {
    padding: 0 10px 10px;
}
@media (max-width: 479px) {
    #htmlcontent_home ul li {
        width: 100%;
    }
}
#htmlcontent_home ul li img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
}
@media (max-width: 479px) {
    #htmlcontent_home ul li img {
        min-width: 100%;
    }
}
#htmlcontent_home ul li.htmlcontent-item-5 {
    /*width: 66.6667%;*/
}
@media (max-width: 479px) {
    #htmlcontent_home ul li.htmlcontent-item-5 {
        /*width: 100%;*/
    }
}
#htmlcontent_home ul li .button-themeeditor {
    margin: 15px 0 0 15px;
    font-size: 17px;
    display: inline-block;
    vertical-align: middle;
    color: #333;
    padding: 5px 40px 5px 10px;
    border-radius: 4px;
    background: rgba(231,139,40,1);
    background: -moz-linear-gradient(left, rgba(231,139,40,1) 0%, rgba(228,164,81,1) 50%, rgba(231,139,40,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(231,139,40,1)), color-stop(50%, rgba(228,164,81,1)), color-stop(100%, rgba(231,139,40,1)));
    background: -webkit-linear-gradient(left, rgba(231,139,40,1) 0%, rgba(228,164,81,1) 50%, rgba(231,139,40,1) 100%);
    background: -o-linear-gradient(left, rgba(231,139,40,1) 0%, rgba(228,164,81,1) 50%, rgba(231,139,40,1) 100%);
    background: -ms-linear-gradient(left, rgba(231,139,40,1) 0%, rgba(228,164,81,1) 50%, rgba(231,139,40,1) 100%);
    background: linear-gradient(to right, rgba(231,139,40,1) 0%, rgba(228,164,81,1) 50%, rgba(231,139,40,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e78b28', endColorstr='#e78b28', GradientType=1 );
}
/* Top hook CSS */

#htmlcontent_top {
    display: block;
    width: 100%;
    padding: 0 8px;
}
@media (max-width: 767px) {
    #htmlcontent_top {
        width: 100%;
        max-width: 100%;
        padding-left: 0;
        padding-top: 0px;
    }
}
@media (max-width: 767px) {
    #htmlcontent_top ul {
        margin: 0 -5px;
    }
}
#htmlcontent_top ul li {
    width: 100%;
    margin-bottom: 10px;
}
@media (max-width: 767px) {
    #htmlcontent_top ul li {
        float: left;
        padding-left: 5px;
        padding-right: 5px;
        width: 50%;
    }
}
#htmlcontent_top ul li:last-child {
    margin-bottom: 0;
}
#htmlcontent_top ul li img {
    max-width: 100%;
    height: auto;
}

/* Left hook CSS */
@media(max-width: 767px) {
	#htmlcontent_left {
		display: none;
	}
}

/* Right hook CSS */
/* Footer hook CSS */

/*#htmlcontent_home ul li.htmlcontent-item-2 {
    width: 37.5%;
}
#htmlcontent_home ul li.htmlcontent-item-1 {
    width: 62%;
}*/
@media (max-width: 767px) {
    #htmlcontent_home ul li {
        width: 100%!important;
    }
}
.clear{
	clear:both !important;
}
.video_holder{
	position:relative;
	cursor:pointer;
}
.video_holder:before{
	content:"";
	display:block;
	position:absolute;
	top:0;
	width:100%;
	height:100%;
  	background:rgba(0, 0, 0, 0.05) url('../../../../svg/play.svg') no-repeat center center;
  	background-size: 10%;
}
.video_holder:hover:before{
  	background:rgba(0, 0, 0, 0.2) url('../../../../svg/play.svg') no-repeat center center;
  	background-size: 10%;
}
.video_container .fluid-width-video-wrapper{
	display:none;
}
