/*Theme Name: superback
Description: Boostrap 4
Author: Viscostatic
Author URI:
*/

@import url('https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/css/bootstrap.min.css');
@import url('css/slick-theme.css');

/* RESET

-------------------------------------------*/

/* MAIN STYLES */




/* FORM STYLES */






/* Search Box*/

#searchBox {margin-top: 10px;}

#searchform input {
	border:1px solid #CDCDCD;
	color:#666;
	width:70%;
	height: 30px;
	float:left;
	background:#fff url(images/ico_search.png) 5px 50% no-repeat;
	border-radius: 3px 3px 3px 3px;
	margin-right: 8px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 25px;
}

#searchform input.searchsubmit {
	font-size: 0.9em;
	line-height: 24px;
	text-align: center;
	width: 30px;
	height: 30px;
	padding: 0;
	background-color: #CCC;
	color: #333;
	cursor:pointer;
	text-transform: uppercase;
	background-image: none;
	-webkit-appearance: none;
}

#searchform input.searchsubmit:hover {
	background-color: #999;
}

#searchform label {
	display: none;
}

/* Youtube responsive*/

.video-container {
    position: relative;
    padding-bottom: 56.25%;
	margin-top: 10px;
    padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
} /* See more at: http://avexdesigns.com/responsive-youtube-embed/#sthash.En2wgxy3.dpuf */



/* END CORE STYLES */



/* End style sheet */




