/* BASE STYLESHEET */

body {
	padding-top:50px;
	background-image: url('../img/bkgd-gray.jpg');
	background-repeat: repeat;
	background-attachment:fixed;
	background-size: ;
	background-position: ;
}
.navbar-fixed-top {
	position:fixed;
	top:0px;left:0;right:0;
	z-index: 999;
}

cut {
	text-decoration: line-through;
}

sale {
	color: red;
	font-weight: bold;
}

fat {
	font-weight: 700;
}

.container {
	position: relative;
	margin-top: 50px;
	margin-bottom: 50px;
	max-width: 960px;
	margin-left: ;
	margin-right: ;
}

.transparent-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	zoom: 1;
	-moz-box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px; 
	-webkit-box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px; 
	box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px; 
	background-color:#ffffff;
	opacity:0.95; 
	border-radius: 0px;
}
.footlink{
/* line-height: 50px; */
vertical-align: middle;
}
#scrollup{
    background: url('../img/scroll-top.png') no-repeat;
	background-color:none;
    width: 40px;
    height: 40px;
    position:fixed;
    bottom:50px;
    right:0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px; 
	-webkit-box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px; 
	box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px; 
	opacity:0.95; 
	transition: none;
	-moz-transition: none;
    -webkit-transition: none;
    -o-transition: color 0 ease-in;
    display:none;
    text-indent:-9999px;
}
#boxed-area {
	padding: 45px 40px 20px;
}
@media (max-width: 979px) {
	.container {
		margin-left: auto;
		margin-right: auto;
		margin-top: auto;
		margin-bottom: auto;
	}
}
@media (max-width: 767px) {
	.row {
		margin-right: -15px;
		margin-left: -15px;
	}
}

/* CONTENT */

:focus {
	outline: none;
}
.page-content {
	font-family: Roboto, Helvetica Neue, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.7;
	color:#444;
}
.small {
	font-size: 70%; /* works great for the footer */
}

p {
	margin:0 0 20px;
}
.page-content a {
	color: #8a939f;
	text-decoration: none;
}
.page-content a:hover, .page-content a:focus {
	color: #0077BD;
	text-decoration: none;
}

.page-content hr {
	border-top:transparent 1px solid;
	border-bottom:#bdbdbd 1px solid;
	opacity:0.2
}

/* Headings */
h1, h2, h3, h4, h5, h6{
	font-family: Roboto Condensed, Arial Narrow, sans-serif;
	line-height:1.3;
	color:#444444;
	-webkit-margin-before: 2px !important; /* Overide user agent stylesheet */
}
h4{
	font-family: Roboto Condensed, sans-serif;
	line-height:1.3;
	font-weight:700;
	color:#444444;
	-webkit-margin-before: 2px !important; /* Overide user agent stylesheet */
}
.page-content h1 {font-size: 48px;}
.page-content h2 {font-size: 42px;}
.page-content h3 {font-size: 36px;}
.page-content h4 {font-size: 28px;}
.page-content h5 {font-size: 22px;}
.page-content h6 {font-size: 14px;}

/* SiteName */
a.sitename {
	font-family: Roboto Condensed, Arial Narrow, sans-serif;
	font-size: 33px;
	color:#0077BD;
	text-decoration:none;
	white-space: nowrap;
}

a.sitename:hover, a.sitename:focus {
	color:#0077BD;
}

/* Menu */
nav.sitenav ul li a {
	font-family: Roboto Condensed, Arial Narrow, sans-serif;
	font-weight: 300;
	font-size: 18px;
	color:#8A939F;
}

/* Display Text */
.display {
	margin-bottom:10px;
	margin-bottom:35px;
}
.display h2 {
	font-family: Roboto, sans-serif;
	font-size: 40px;
	font-weight: 100;
	color:#0077BD;
}
.display h3 {
	font-family: Roboto Condensed, Arial Narrow, sans-serif;
	font-size: 20px;
	font-weight: 100;
	color:#333;
}

/* Header Caption */
.header-caption {
	text-shadow: 0 1px 2px rgba(0,0,0,0.6);
}
.header-caption h3 {
	display: inline-block;
	font-family: Roboto Condensed, Arial Narrow, sans-serif;
	font-weight: 100;
	font-size: 45px;
	color: #ffffff;
	text-shadow: 0px 3px 5px rgba(0,0,0,0.15),0px -5px 35px rgba(255,255,255,0.3);
	background: #0077BD;
	opacity: 0.9;
	padding: 0 10px;
	margin: 0 0 5px;
}
.header-caption p {
	display: inline-block;
	font-family: Roboto Condensed, Arial Narrow, sans-serif;
	font-weight: 300;
	font-size: 17px;
	color: #ffffff;
	text-shadow: none;
	background: #3F4852;background: rgba(63,72,82,0.95);
	opacity: 1;
	padding: 5px 10px;
	margin: 0;
}
.header-caption a.btn {
	margin: 15px 0 0;
	text-shadow:none;
}
.overimg {
	position:absolute;
	top:45%;
	width:90%;
	left:5%;
}
.overimg2 {
	position:absolute;
	top:67%;
	width:90%;
	left:5%;
	margin-top:-40px;
}
@media (max-width: 767px) {
	.overimg {top:30%;}
	.overimg2 {top:30%;}
	.header-caption h3 {font-size:18px}
	.header-caption p {font-size:12px}
}

/* Responsive Menu */
#sitenav ul {
	display:inline-block;
	margin: 0;
	padding:0;
}
#sitenav li {
	float:left; 
	display:inline;
}
#sitenav li:not(:last-child) { 
	margin-right:35px;
}
#sitenav .active a {
	color:inherit !important
}
.mobile-nav {
	display:none;
	width: 100%;
	padding: 0 0 12px;
	text-align:center;
	padding:5px 0 20px;
	text-decoration:none !important;
}
@media only screen and (max-width: 640px) {
	#sitenav ul {display:none;border-top:#eee 1px solid;}
	#sitenav li {float:none;display:block;text-align:center;padding: 10px 0 10px;margin:0 !important;border-bottom:#eee 1px solid;}
	.mobile-nav  {display:block;text-decoration:none;}
}
/* Responsive Image */
img {
	max-width:100%;
	height:auto;
	width:auto;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

/* BOOTSTRAP OVERIDE (To give blue & flat look */

/* Modal */
.modal-dialog {padding-top:100px}
.modal-backdrop {background-color:#ffffff}
.modal-backdrop, .modal-backdrop.fade.in {opacity: 0.9;filter: alpha(opacity=90);}
.modal-header h3 {
	font-family: Roboto, Helvetica Neue, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 18px;
	margin-left: 4px;
}
.modal-content  {border: none; border-radius:4px;
	-webkit-box-shadow: 0 4px 23px 5px rgba(0, 0, 0, 0.2), 0 2px 6px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 4px 23px 5px rgba(0, 0, 0, 0.2), 0 2px 6px rgba(0,0,0,0.15);
	box-shadow: 0 4px 23px 5px rgba(0, 0, 0, 0.2), 0 2px 6px rgba(0,0,0,0.15);}
.modal-footer {border-top:none;background-color:#f2f2f2;border-bottom-left-radius:4px;border-bottom-right-radius:4px;}
.modal-footer .btn {padding: 10px 15px; line-height:1.7;font-size:11px !important;letter-spacing:2px !important;text-transform:uppercase !important;}

/* Carousel */
.carousel-control .icon-prev, .carousel-control .icon-next {color:#fff;}
.carousel-control.right {
	background-image: -webkit-gradient(linear,0 top,100% top,from(rgba(0,0,0,0.0001)),to(rgba(0,0,0,0.3)));
	background-image: -webkit-linear-gradient(left,color-stop(rgba(0,0,0,0.0001) 0),color-stop(rgba(0,0,0,0.3) 100%));
	background-image: -moz-linear-gradient(left,rgba(0,0,0,0.0001) 0,rgba(0,0,0,0.3) 100%);
	background-image: linear-gradient(to right,rgba(0,0,0,0.0001) 0,rgba(0,0,0,0.3) 100%);
}
.carousel-control.left {
	background-image: -webkit-gradient(linear,0 top,100% top,from(rgba(0,0,0,0.3)),to(rgba(0,0,0,0.0001)));
	background-image: -webkit-linear-gradient(left,color-stop(rgba(0,0,0,0.3) 0),color-stop(rgba(0,0,0,0.0001) 100%));
	background-image: -moz-linear-gradient(left,rgba(0,0,0,0.3) 0,rgba(0,0,0,0.0001) 100%);
	background-image: linear-gradient(to right,rgba(0,0,0,0.3) 0,rgba(0,0,0,0.0001) 100%);
	background-repeat: repeat-x;
}

/* Buttons */
.btn{
	border:none;
	background-image:none;
	} 
.btn.active, .btn:active {
	-webkit-box-shadow: inset 0 3px 8px rgba(0,0,0,0.03), 0 1px 2px rgba(0,0,0,.03);
	-moz-box-shadow: inset 0 3px 8px rgba(0,0,0,0.03), 0 1px 2px rgba(0,0,0,.03);
	box-shadow: inset 0 3px 8px rgba(0,0,0,0.03), 0 1px 2px rgba(0,0,0,.03);	
	}
.btn-default, a.btn-default {color:#333333;background-color:#e4e4e4;}
.btn-default:hover, .btn-default:focus, a.btn-default:hover, a.btn-default:focus {color:#333333;background-color:#e9e9e9;}
.btn-default.active, .btn-default:active, a.btn-default.active, a.btn-default:active {color:#333333;background-color:#dddddd;}
.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
	background-color: #d19c17;
	border-color: #d19c17;
}
.btn-primary, a.btn-primary {color:#ffffff;background-color:rgb(47,116,208);}.btn-primary:hover, .btn-primary:focus, a.btn-primary:hover, a.btn-primary:focus {color:#ffffff;background-color:#3684eb;}.btn-primary.active, .btn-primary:active, a.btn-primary.active, a.btn-primary:active, .open .dropdown-toggle.btn-primary {color:#ffffff;background-color:rgb(42,103,184);}

/* Form */
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	border: #e3e3e3 1px solid;
	background-color: rgba(255, 255, 255, 0.9);
	height: 38px;
	padding: 8px 12px;
	border-radius: 5px;
	font-size: 13px; 
	line-height: 1.5;
	color: #555;
}
textarea.form-control, select.form-control {
	border: #e3e3e3 3px solid;
}
.form-control {
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
}
.input-group-lg>.form-control, .input-group-lg>.input-group-addon, .input-group-lg>.input-group-btn>.btn {
	height: 56px;
}
.form-control.input-lg {
	height: 56px;
	padding: 10px 16px;
	font-size: 18px;
}
.form-control.input-sm {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
}
.input-group-addon {
	border: 3px solid #e3e3e3;
}
.input-group-lg>.input-group-addon {
	padding: 8px 16px;
}
.input-group-sm>.input-group-addon {
	padding: 3px 10px;
}
textarea {
	height:auto;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
select {
	height:30px;
}
.btn-group>.btn+.btn {
	margin-left: 0px;
}
/* Make default button a bit larger */
.btn {
	line-height: 1.9;
	padding-left: 20px;
	padding-right: 20px;
} 
.btn-sm{
	padding-left: 10px;
	padding-right: 10px;
} 
.btn-xs{
	padding-left: 5px;
	padding-right: 5px;
}

/* Navbar */
.navbar {
	background-color: #fff; background-color: rgba(255, 255, 255, 0.95); /* make navbar a little bit transparent & bright */
	-webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.03);
	-moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.03);
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.03);
}
.navbar-nav>li>a {
	padding-top: 15px; /* small adjustment for menu text for good positioning */
	padding-bottom: 15px;
}
.navbar.navbar-fixed-top .container {margin-top:0;margin-bottom:0}
.navbar.navbar-fixed-top button.navbar-toggle {margin-bottom:0}
.navbar.navbar-fixed-top ul.dropdown-menu {text-align:left}
@media screen and (min-width: 768px) { 
	.navbar-brand {
		padding-left: 0;
		margin-left: 0;
		margin-right: 45px; /* to give more space between logo & menu */
	}
}

/* Dropdown */
.dropdown-menu {
	background-color: rgba(255, 255, 255, 0.95);
	border:none;
}
.dropdown-menu li {
	float:none;
}
.navbar-nav>.open>a, .navbar-nav>.open>a:hover, .navbar-nav>.open>a:focus {
	background-color: rgba(213, 213, 213, 0.31);
}
.navbar .dropdown-menu {
	padding:0;
	border-radius: 0;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.06);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.06);
}
.dropdown-menu li > a:hover, .dropdown-menu .active > a, .dropdown-menu .active > a:hover, .dropdown-menu li > a:focus, .dropdown-submenu:hover > a {
	background-color:#0077BD;
	background-image:none;
}
.dropdown-menu>li>a {
	padding: 5px 20px;
}
nav.sitenav a:focus {
	outline: none;
}


/* Other Bootstrap small adjustments */
.navbar-fixed-top {
	border:none;
}
.navbar-brand {
	padding-top: 16px; padding-bottom: 14px;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
	background-color: #8a939f;
}
.caret {
	border-top: 4px solid #8a939f;
}
.btn.btn-default .caret {
	border-top-color: #333;
}
.nav .caret {
	border-top-color: #8a939f;
	border-bottom-color: #8a939f;
}
.nav a:hover .caret {
	border-top-color: #8a939f;
	border-bottom-color: #8a939f;
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
	border-color: ##8a939f;
}
.panel {
	margin-bottom:15px; padding: 0; border:none;
}
.panel-default>.panel-heading {
	border-bottom: none;
}
.panel-group .panel {
	margin-bottom: 15px;
}
.panel-group .panel-heading {
	margin: 0;
	border-bottom: none;
}
.panel-body {
	padding: 15px;
}
.panel-group .panel-heading+.panel-collapse .panel-body {
	border-top: none;
}
.panel-primary .panel-title {
	color:#ffffff
}
/*
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
	background-color: #d19c17;
	border-color: #d19c17;
}
*/
a.list-group-item.active>.badge, .nav-pills>.active>a>.badge {
	color: #d19c17;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
	background-color: #d19c17;
	border-color: #d19c17;
}
.panel-primary>.panel-heading {
	background-color: #d19c17;
	border-color: #d19c17;
}
.media-object {
	margin: 10px 15px 0 0;
}
.thumbnail {
	padding: 10px;
	border: 1px solid #DADADA;
	border-radius: 0px;
	/*box-shadow: 0 1px 3px rgba(34,25,25,0.4);
	-moz-box-shadow: 0 1px 3px rgba(34,25,25,0.4);
	-webkit-box-shadow: 0 2px 5px rgba(196, 191, 191, 0.4);*/
}
.thumbnail .caption{
	padding: 17px;
}
.thumbnail .caption h4{
	padding-bottom: 10px;
	border-bottom: 1px solid #DADADA;
}
.thumbnail img {width: 100%; display: block;}

/* OTHERS */
.btn-border {border:#fff 2px solid;}
.topcover {margin: 0px -55px; position: relative;}
.page-content .row:first-child .topcover {margin: -45px -55px 0 !important;}
.page-content .row:first-child .topcover img {margin-top: 0px;}
.center {text-align:center}
.right {text-align:right}
.mg1 {margin: 0 0 30px}
.mg2 {margin: 12px 0 30px}
.mg3 {margin: 12px 0 10px}
.mg4 {margin: 0 0 20px}
.mg5 {margin: 0 0 40px}
.mg6 {margin: 12px 0 40px}
.quote {position:relative;margin:15px 0 17px;padding:40px 30px 30px 45px;font-size:15px}
.quote > i {position:absolute;margin: -28px 0 0 -33px;font-size:30px;opacity:0.5;}
.quote > div > i {position: absolute;margin: 10px 0 0 10px;font-size: 30px;opacity:0.5;}
.quote br {display:none}
.quote small {opacity:0.5;font-size:14px}
.list {margin-top:5px;margin-bottom:20px}
.list h3, .list h4 {margin-bottom:0px}
.list > div {padding-left: 50px; position: relative;}
.list > div .icon {position: absolute;left:0;top:4px;font-size:20px;}
.list.address > div {padding-left:0}
.list.address > div .icon {position:relative;left:0;top:0;font-size:inherit;}
.list.tab {margin-left:50px}
.sidebox {margin-top: 6px; margin-bottom:15px; border: 3px solid rgb(255, 255, 255); border-radius: 0px; padding: 15px; box-shadow: rgba(180, 180, 180, 0.5) 0pt 1px 4px;  background-color: rgb(248, 248, 248); opacity:0.9;}
.image-caption {font-size:13px;margin-bottom:30px}
p.price {font-size:24px}
.social-links a i {text-decoration:none;margin-right:5px;font-size:20px}
hr {margin:20px 0 35px}