@charset "utf-8";
@font-face { font-family: "Georgia Pro Light"; src: url('../fonts/GeorgiaPro-Light.ttf'); }
html { overflow-y:scroll; }
body {
	font-family: "Georgia Pro Light", "Open Sans", Arial, sans-serif;
	font-size: 15px;
	font-weight: 300;
	color: #5F5F5F;
	line-height: 26px;
}

#all_website h1, 
#all_website h2, 
#all_website h3, 
#all_website h4,
#all_website h5
{
	/*font-family: "Open Sans", Arial, sans-serif;*/
	/*font-weight: 300;*/
}

.btn-primary {
	color: #fff;
	background-color: #FFC107;
	border-color: #ccc;
}
.btn-primary:hover {
	color: #fff;
	background-color: #f3a435;
	border-color: #745c20;
}

.navbar-default {
	background-color: inherit;
	padding-bottom:10px;
	height: 52px;
	border-top: solid 1px rgba(247, 192, 50, 0);
	border-bottom: solid 1px rgba(247, 192, 50, 0);
	transition: .33s all ease;/**/
	margin-top: 16px;
	height: 85px;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	color: #FFC107;
	background-color: inherit;
}

.navbar-default .navbar-nav>li>a {
	color: #fff;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
	color: #FF9800;
	background-color: transparent;
}

.ols_button {
	position: absolute;
	z-index: 2;
	right: 75px;
	top: 96px;
	border: solid 1px #ccc;
	padding: 5px 20px;
	background-color: rgba(255, 255, 255, 0.67);
	border-radius: 18px;
	text-transform: uppercase;
	font-size: 12px;
}
.ols_button:hover {
	background-color: rgba(255, 255, 255, 1);
}
.ols_button a {
	color: #353535;
}
.ols_button a:focus, .ols_button a:hover {
	text-decoration: none;
}

#bk_menu {
	background-color: rgba(0, 0, 0, 0);
	height: 85px;
	margin-top: 50px;
	position: fixed;
	width: 100%;
	z-index: 1;
	transition: .33s all ease;/**/
}

#menu {
		margin-top: 16px;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
	width: 30px;
	height: 30px;
	margin-top: -10px;
	font-size: 30px;
	background-color: #f7941d;
	font-size: 12px;
	padding-top: 11px;
	border-radius: 50%;
	height: 35px;
	width: 35px;
}

.carousel-caption h3 {font-size: 74px;}
.carousel-caption p {font-size: 20px;}

.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
	width: 100%;
}

#header_img_sec {
	height: 160px;
	background-image: url(../uploads/images/page-01_slide01.jpg);
}

section {
	padding-top: 90px;
	padding-bottom: 90px;
}

#i h1, #ii h1, #iii h1, #iv h1 {
	margin-bottom: 30px;
}

#iii {
	background-image: url(../uploads/images/bg1.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
}

#footer {
	background-color: #575757;
	color: #fff;
	padding-top: 60px;
	padding-bottom: 60px;
	font-size: 13px;
}
#footer a {
	color: #ccc;
}

#footer .nav>li>a:focus, #footer .nav>li>a:hover {
	text-decoration: none;
	background-color: #757575;
}

select, select.form-control, textarea, textarea.form-control, input[type="text"], input[type="email"], input[type="number"], input[type="password"], input[type="telephone"] {
	padding: 6px;
	border: 1px solid #DDD;
	font: 13px "Arial";
	color: #888;
	box-sizing: border-box;
	border-radius: 0px;
	box-shadow: none;
	margin-bottom: 25px;
	width: 100%;
}

a#to-top {
	position: fixed;
	right: 30px;
	bottom: 30px;
	z-index: 9999;
	width: 45px;
	height: 45px;
	border-radius: 3px;
	text-align: center;
	font-size: 40px;
	line-height: 45px;
	color: #FFC107;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}

/******************************************/
@media (min-width: 1500px) {
	.carousel-inner {
		height: 800px; 
	}
	.carousel-caption {
		top: 580px;
	}
}


@media (max-width: 1220px) {

}

@media (max-width: 1199px) {

}

@media (max-width: 991px) {
	.nav>li>a {
		position: relative;
		display: block;
		padding: 10px 4px;
		font-size: 12px;
	}
}
@media (max-width: 840px) {
	.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
		display: block;
		max-width: none;
		width: auto;
		height: 440px;
	}
	.ols_button {
		top: 106px;
		right: 30px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {

}

@media (max-width: 767px) {
	#menu .nav {
		padding-left: 20px;
		background-color: rgba(39, 39, 39, 0.8);
		padding-right: 20px;
		margin-top: 10px;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		border-color: inherit;
	}
	.ols_button {
		right: 15px;
	}

}

@media (max-width: 640px) {
	.carousel-caption h3 {
		font-size: 40px;
	}

}

@media (max-width: 360px) {
	.navbar-brand>img {
		width: 200px;
	}
}

