/// FCT old CSS 


/*
* Content: Text
*/

.heading-txt span {
	color: #aa9651;
}

/* 
* Padding 
*/


.padlr0 {
	padding-left: 0px;
	padding-right: 0px;
}
.pad-tb-50 {
	padding-top: 50px;
	padding-bottom: 50px;
}
.pad-t-50 {
	padding-top: 50px;
}
.pad-b-50 {
	padding-bottom: 50px;
}

/*
* Button : Home Youtube
*/

.btn-subscribe {
	width: 100%;
	color: #FFF;
	font-size: 18px;
	font-weight: 600;
	padding: 10px 0;
	border-radius: 0 0 15px 15px;
}
.btn-subscribe:hover {
	background: #aa9651;
	color: #FFF;
}


/* Video Block */
.video-section .videoRow {
	border: 0.1px solid #aaa;
	border-radius: 15px;
}


.susbcribeDiv {
	margin-top: -15px;
}

.video-section .videoRow {
	border: 0.1px solid #aaa;
	border-radius: 15px;
}

.video-section .mob-thumb-view .video-thumb:first-child img {
	border-radius: 0 15px 0 0;
}

.videoRow .row{
	margin: 0;
}

.video-thumb-img a {
	text-align: center;
	width: 100%;
	display: inline-block;
	height: 100%;
}
.video-thumb-img {
	position: relative;
	text-align: center;
}
.video-thumb-img .icon-youtube {
	position: absolute;
	color: #cc0000;
	font-size: 30px;
	top: 25%;
	width: 50px;
	margin: 0 auto;
	left: 0px;
	right: 0px;
	cursor: pointer;
}
.video-section .col-md-3 {
	padding-right: 0 !important;
	padding-left: 7px !important;
}
.video-section .col-md-9 {
	padding: 0 !important;	
}

/* Sidebar */
.sidebar {
	border-left: 1px solid #eeeeee;
}

/* Header */
.header .container {
	max-width: 1200px !important;
}

/* Modal */

.modal.show .modal-dialog {
	margin-top: 5%;
}

.modal-header .close {
	background: #af9a75;
	color: #ffffff;
}

/* Media */


@media only screen and (max-width: 767px) {
	.video-thumb .thumb-link {margin-top: 15px;}
	.footer-subscribe .form-control {width: 100%; border-radius: 5px;}
	.footer-subscribe {text-align: center;}
	.scrolltop {display: none;}
	.footer-subscribe p {font-size: 16px;}
	
	
	.video-thumb-img a .icon-youtube {width: 60px; top: 70px}
	.video-thumb-img a .icon-youtube img {width: 60px;}
	.btn-subscribe{ font-size:13px;}
	.video-section .col-md-3, .video-section .col-md-9{ padding:0 !important;}
	.video-section .col-md-3 .video-thumb img{ width:100%;}
	.video-section .col-md-9{ margin-bottom:10px;}
	 }
	
@media only screen and (max-width:480px) {
	.post-instagram li {width: 100%;}

}
	