@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic&subset=latin,latin-ext);

body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: #343745;
	font-size: 14px;
}

.justify {
	text-align: justify;
}

a {
	color: #343745;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #EF9A49;
	text-decoration: underline;
	outline: none;
}

a:active {
	color: #EF9A49;
	text-decoration: underline;
	outline: none;
}

a:focus {
	color: #EF9A49;
	text-decoration: underline;
	outline: none;
}

h1, h2, h3 {
	font-weight: 300;
}

.the-view {
	display: none;
}

.icon {
	font-size: 80%;
}

.m-t-40 {
	margin-top: 40px;
}

.m-t-80 {
	margin-top: 80px;
}

.m-b-40 {
	margin-bottom: 40px;
}

.m-b-80 {
	margin-bottom: 80px;
}

.gradient_line {
	width:100%;
	height: 2px;
	background: #EF9A49;
}

.btn-primary {
	color: #fff;
	background-color: #EF9A49;
	border-color: #EF9A49;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary:active:hover,
.btn-primary.active:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.btn-primary:active.focus,
.btn-primary.active.focus {
	color: #fff;
	background-color: #1F1A17;
	border-color: #1C1F26;
}

.navbar {
    min-height: 80px;
    margin-bottom: 10px;
    border: 0;
}

.navbar-default {
	background: #FFF;
}

.navbar-default .navbar-nav > li > a {
	margin-top: 28px;
	padding: 0px 15px 0 15px;
	height: 25px;
	color: #343745;
	font-size: 16px;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .active > a {
	background: transparent;
	color: #EF9A49;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
	background: transparent;
	color: #EF9A49;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
	background-color: transparent;
	color: #EF9A49;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
	background-color: #fff;
	color: #EF9A49;
}

.navbar-default .navbar-header .navbar-brand {
	padding-top: 17px;
}

.navbar-right .dropdown-menu {
    left: 0px;
    right: auto;
	min-width: 160px;
    padding: 0;
    margin: 2px 0px 0px;
    border-radius: 2px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.176);
}

.navbar-right .dropdown-menu > li > a {
    padding: 15px 20px;
    font-weight: 300;
	font-size: 15px;
    line-height: 1.42857;
    white-space: nowrap;
}

.navbar-right .dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	background-color: #F7F9F9;
}
.navbar-right .dropdown-menu > .active > a,
.navbar-right .dropdown-menu > .active > a:hover,
.navbar-right .dropdown-menu > .active > a:focus {
	background-color: #F7F9F9;
	color: #343745;
}

.sub-nav {
	margin-top: -10px;
	margin-bottom: 5px;
	padding: 5px 0 5px 0;
	border-bottom: 1px solid #F7F9F9;
	font-size: 12px;
	display: none;
}

.sub-nav a {
	color: #343745;
}

.sub-nav .sub-nav-left {
	float: left;
}

.sub-nav .sub-nav-right {
	float: right;
}

.home-intro {
	background: url(../images/featured-image.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin-top: -7px;
	height: 500px;
}

.home-intro-text {
	padding-top: 20px;
	font-size: 38px;
	color: #FFF;
}

.page-header {
	background: url(../images/featured-image.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin: -7px 0 0 0;
	vertical-align: middle;
}

.page-header-title {
	padding-top: 20px;
	font-size: 38px;
	color: #FFF; 
	text-align: left;
}

.breadcrumb {
	padding: 10px;
	margin: 0;
	color: #343745;
	background: transparent;
	border-bottom: 1px solid #E3E7E9;
	border-radius: 0;
}

.breadcrumb a {
	color: #343745;
}

.home-intro img {
	display: inline;
}

.home-section {
	padding: 80px 0 80px 0;
}

.home-section-white {
	background: #FFF;
}

.home-section-grey {
	background: #F7F9F9;
}

.home-section-img {
	margin: 0 0 -80px 0;
	border-radius: 6px 6px 0 0;
}

.home-section-title {
	font-size: 36px;
	margin: 50px 0 20px 0;
	line-height: 1;
}

.home-section-text {
	font-size: 18px;
}

.section {
	padding: 40px 0 40px 0;
}

.section-img {
	margin: 0 0 -40px 0;
	border-radius: 6px 6px 0 0;
}

.section-title {
	font-size: 32px;
	margin: 40px 0 20px 0;
	line-height: 1;
}

.section-text {
	font-size: 16px;
}

.catalog {
	padding: 20px;
}

.catalog-title {
	font-size: 28px;
	margin: 10px 0 10px 0;
	line-height: 1;
	padding-bottom: 10px;
	border-bottom: 1px solid #E3E7E9;
}

.catalog-entry {
	padding: 20px;
	text-align: center;
}

.catalog-entry .img-responsive {
	display: inline;
	height: 100px;
}

.product .img-responsive {
	display: inline;
}

.entry-title {
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	padding-top: 10px;
}

.entry-title-sub {
	font-size: 12px;
	text-align: center;
	height: 50px;
}

.product {
	padding: 20px;
}

.product h2 {
	margin-top: 20px;
	margin-bottom: 20px;
}

.product .bgtheme {
	background: #EF9A49;
	border-radius: 6px;
	padding: 10px;
	color: #FFF;
	font-weight: 400;
	margin: 30px 0 30px 0;
}

input {
	outline: 0px none !important;
}

label {
	font-weight: 300;
	font-size: 14px;
}

.form-control {
	display: block;
	width: 100%;
	height: 31px;
	padding: 6px 12px;
	font-size: 12px;
	line-height: 1.42857143;
	color: #1C1F26;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #CBD0D4;
	border-radius: 1px;
	box-shadow: 0px 0px 0 rgba(0, 0, 0, 0.075) inset;
}

.form-control:focus {
	border-color: #343745;
	outline: 0;
	-moz-box-shadow:  0 2px 1px rgba(203, 208, 217, 0.08);
	-webkit-box-shadow:  0 2px 1px rgba(203, 208, 217, 0.08);
	box-shadow:  0 2px 1px rgba(203, 208, 217, 0.08);
}

.pre_footer {
	background: #fff;
	padding: 40px 0 40px 0;
	font-size: 14px;
	color: #343745;
	display: none;
}

.pre_footer a {
	color: #343745;
	display: block;
	line-height: 2;
}

.footer {
	background: #E3E7E9;
	padding: 15px 0px;
	border-top: 1px solid #CBD0D4;
	font-size: 12px;
	color: #343745;
}

.footer p {
	margin: 0px 0px 1px;
	text-align: center;
}

.footer .small {
	font-size: 11px;
}


@media(max-width:772px) {
	
	.navbar {
		min-height: 50px;
		margin-bottom: 0;
		border-bottom: none;
	}
	
	.navbar-default .navbar-header .navbar-brand img {
		height: 22px;
	}
	
	.navbar-default .navbar-toggle {
		border-color: #343745;
	}
	
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #343745;
	}
	
	.navbar-default .navbar-nav > li > a {
		margin-top: 0;
		padding: 10px 10px 10px 10px;
		height: 40px;
	}
	
	.navbar-default .navbar-nav > .open > a,
	.navbar-default .navbar-nav > .active > a {
		border-bottom: none;
		background: #E7E7E7;
	}
	
	.navbar-default .navbar-nav > li > a:focus,
	.navbar-default .navbar-nav > li > a:hover {
		border-bottom: none;
	}
	
	.navbar-right .dropdown-menu > li > a {
		border-top: none;
	}
	
	.sub-nav {
		margin-top: -20px;
	}

	.home-intro {
		height: 370px;
	}

	.home-section {
		padding: 20px 0 20px 0;
	}

	.home-section-title {
		margin: 10px 0 10px 0;
		line-height: 1;
	}
	
	.section {
		padding: 20px 0 20px 0;
	}
	
	.section-title {
		margin: 10px 0 10px 0;
		line-height: 1;
	}
	
	.catalog {
		padding: 20px;
	}
	
	.catalog-title {
		margin: 10px 0 10px 0;
		line-height: 1;
	}
	
	.page-header-title {
		padding-top: auto;
		font-size: 20px;
	}
	
}