html {
	width: 100%;
	height: 100%;
}
body {
	font-family: 'robotoregular';
	width: 100%;
	height: 100%;
	margin: 0 auto;
	color: #000;
	background: #dcdcdc url(../img/bg-body.jpg) repeat-x fixed center top;
}
.container {
	background: #FFF;
}

 {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	outline: none;
}
a:hover, a:focus {
	outline: none;
	border: none;
}
a.read-more, a.see-all, .btn-default, .main {
	background: #ff6600;
	color: #FFF;
	text-transform: uppercase;
	padding: 8px 15px;
	display: inline-block;
	font-family: 'roboto_condensedregular';
}
a.see-all {
	background: #000;
}
a.read-more:hover, a.read-more:focus, a.see-all:hover, a.see-all:focus, .btn-default:hover, .btn-default:focus, .bhp a:hover, .bhp a:focus, .modal .btn-primary:hover, .modal .btn-primary:focus {
	background: #000;
	color: #FFF;
	text-decoration: none;
}
.jcarousel-control-prev:hover, .jcarousel-control-prev:focus, .jcarousel-control-next:hover, .jcarousel-control-next:focus {
	background: #555;
}
.btn-default {
	border: none;
	border-radius: 0;
}
.form-control {
	border: 1px solid #000;
	border-radius: 0;
	width: 90%;
	background: none;
}
.form-control:focus {
	border: 1px solid #ff3300;
	-webkit-box-shadow: 0 0 5px 0 #FF6912;
	box-shadow: 0 0 5px 0 #FF6912;
}

.form-control::-moz-placeholder {
	color: #666;
}
h2 {
	font-size: 24px;
	margin-top: 40px;
}
h3 {
	font-size: 36px;
	margin-top: 0;
	margin-bottom: 40px;
}
.header {
	min-height: 120px;
	width: 100%;
	display: block;
}
.header-wrap {
	position: relative;
}
.header > .container {
	background: none;
}
.head {
	position: relative;
	width: 100%;
	display: inline-block;
}
.head-wrap {
	padding-top: 15px;
}
.bottom > .container {
	padding-bottom: 40px;
}
footer > .container {
	padding-top: 20px;
	padding-bottom: 20px;
	background: #bbbbbb url(../img/bg-foot.jpg) repeat top center;
	
	padding-left: 30px;
	padding-right: 30px;
}
header h1, header .head-title {
	font-size: 48px;
	font-family: 'robotothin';
	padding-top: 49px;
	margin-top: 0;
	text-shadow: 1px 1px 3px #FFFFFF;
	font-weight: 500;
	line-height: 1.1;
}
.navbar-brand {
	margin-right: 60px;
}
.navbar-brand img {
	width: 80%;
}
.cart {
	position: absolute;
	right: 0;
	top: 0;
	background: #000;
}
.cart a {
	color: #FFF;
	padding: 15px 20px;
	display: block;
	font-size: 20px;
	font-family: 'roboto_condensedbold';
}
.cart a > i {
	font-size: 28px;
	margin-right: 10px;
}
.cart a:hover, .cart a:focus {
	background: #F60;
}
.lang {
	position: absolute;
	right: 0;
	top: 65px;
}
.lang a {
	background: #bcbcbc;
	display: inline-block;
	padding: 5px;
	text-transform: uppercase;
	color: #666;
	font-family: 'roboto_condensedregular';
}
.lang a.active {
	color: #FFF;
	background: #F60;
}

/* NAVBAR
 -------------------------------------------------- */

.navbar-wrap {
	position: relative;
	display: block;
	z-index: 100;
}
.navbar {
	z-index: 100;
	display: block;
	border-radius: 0;
	min-height: 10px;
	margin-bottom: 15px;
}
.navbar-default {
	background: url(../img/bg-topM.png) no-repeat center;
	border: none;
	border-top: 3px solid #F60;
	background-size: 100% 100%;
}
.navbar-collapse {
	padding: 0;
}
.navbar-nav > li {
	border-right: 1px solid #000;
}
.navbar-default .navbar-nav > li > a {
	color: #444;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #FFF;
}
.navbar-nav > li > a {
	color: #000;
	font-family: 'roboto_condensedbold';
	text-transform: uppercase;
	text-shadow: 1px 1px 3px #FFFFFF;
	z-index: 10;
	padding-left: 43px;
	padding-right: 43px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	background: #F60;
}
.navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	background: #F60;
}
.navbar-nav > li.active a {
	background: url(../img/active.png) repeat 0 0;
	color: #FFF;
	text-shadow: 2px 2px 2px #000000;
}
.navbar-nav.navbar-right:last-child {
	margin-right: -1px;
}

/* CUSTOMIZE THE CAROUSEL
 -------------------------------------------------- */
.carousel-inner {

}
.carousel-wrap {

}
.carousel-control {
	z-index: 50;
}
.carousel-caption {
	width: 100%;
	left: 15px;
	z-index: 20;
	top: 0;
}
.caption {
	margin-top: 15%;
	padding-left: 20px;
	color: #000;
}
.caption h2 {
	text-align: left;
	font-size: 36px;
	font-family: 'robotolight';
}
.caption p {
	text-align: left;
	width: 80%;
	font-size: 18px;
}
.item a {
	font-size: 14px;
	margin-top: 20px;
	position: absolute;
	bottom: 15px;
	right: 15px;
	z-index: 999;
}
.carousel-indicators {
	left: 80px;
	z-index: 60;
	bottom: 15px;
}

/* CUSTOMIZE THE TABS
 .................................................. */
.tabs-wrap {
	margin-top: 20px;
	position: relative;
}
.nav-tabs {
	border: none;
	padding-left: 30px;
}
.tab-content {
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 40px;
	padding-bottom: 80px;
	background: #c6c6c6; /* Old browsers */
	background: -moz-linear-gradient(top,  #c6c6c6 0%, #969696 49%, #e9e9e9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c6c6c6), color-stop(49%,#969696), color-stop(100%,#e9e9e9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #c6c6c6 0%,#969696 49%,#e9e9e9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #c6c6c6 0%,#969696 49%,#e9e9e9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #c6c6c6 0%,#969696 49%,#e9e9e9 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #c6c6c6 0%,#969696 49%,#e9e9e9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6c6c6', endColorstr='#e9e9e9',GradientType=0 ); /* IE6-9 */
}
.nav-tabs > li > a {
	background: #e9e9e9;
	border-radius: 0;
	font-size: 36px;
	color: #535353;
	padding-left: 25px;
	padding-right: 25px;
	display: inline-block;
	font-family: 'robotothin';
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	background: #c6c6c6;
	color: #000;
}

/* CUSTOMIZE JCAROUSEL
 -------------------------------------------------- */
.slick-track {
	min-width: 3783px !important;
}
.slick-slider {
	margin-bottom: 0;
}

.tab-item > div {
	background: #ececec;
	border: 1px solid #999;
	text-align: center;
	height: 410px;
	margin: 10px;
	position: relative;
}
.tab-item > div > a {
	font-size: 24px;
	font-family: 'robotothin';
	padding-top: 10px;
	margin-bottom: 5px;
	display: block;
	color: #000;
}
.tab-item > div > a.title {
	min-height: 65px;
	font-size: 21px;
}

.tab-item > div > h3, .tab-item > div > p {
	padding-left: 15px;
	padding-right: 15px;
}
.tab-item > div > p {
	margin-top: 20px;
	font-size: 13px;
}
.slick-prev:before, .slick-next:before {
	font-family: FontAwesome;
}
.slick-prev, .slick-next {
	border-radius: 0;
	background: #000;
	box-shadow: none;
	top: -85px;
	color: #f4762c;
	padding: 10px;
	height: 40px;
	width: 40px;
}
.slick-prev:before {
	content: "\f053";
	font-size: 24px;
}
.slick-prev {
	right: 45px;
	left: auto;
}
.slick-next:before {
	content: "\f054";
	font-size: 24px;
}
.slick-next {
	right: 0px;
	background: #f4762c;
	color: #FFF;
}
.slick-prev:hover, .slick-next:hover, .slick-prev:focus, .slick-next:focus {
	color: #FFF;
	background: #000;
}
.tab-item a.read-more, .tabs-wrap a.see-all {
	position: absolute;
	bottom: 0;
	left: 7%;
	right: 7%;
	font-size: 14px;
	margin: 0;
	color: #FFF;
	font-family: 'roboto_condensedregular';
}
.tabs-wrap a.see-all {
	left: 0;
	text-align: center;
	background: none;
	display: block;
	width: 100%;
	border-bottom: 5px solid #000;
	padding: 0;
}
.tabs-wrap a.see-all > span {
	background: #000;
	display: inline-block;
	padding: 10px 20px;
}
.tabs-wrap a.see-all:hover {
	border-bottom: 5px solid #F60;
}
.tabs-wrap a.see-all:hover > span {
	background: #F60;
}

/* NEWS HOME
 -------------------------------------------------- */
.news-row {
	padding-left: 30px;
	padding-right: 30px;
}
.news h3 {
	margin-top: 40px;
	font-size: 36px;
	font-family: 'robotolight';
	background: #999;
	line-height: 32px;
	display: inline-block;
	width: 100%;
	padding-right: 20px;
}
.news h3 > span {
	background: #FFF;
	padding-right: 20px;
	float: left;
}
.news h3 > a {
	font-size: 14px;
	text-transform: uppercase;
	color: #FFF;
	float: right;
	font-family: 'roboto_condensedbold';
}

.first-news img {
	float: left;
	margin: 0 20px 20px 0;
}
.news ul {
	margin: 0;
	padding: 0;
}
.news li {
	list-style: none;
	border-bottom: 1px solid #000;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.news a {
	color: #000;
	font-family: 'robotobold';
}
.news p {
	margin-top: 10px;
}
.news span.date {
	display: block;
	color: #777;
	margin-top: 5px;
}
.photo-cover, .thumbnail {
	background-position: 50% 50% !important;
    background-size: cover !important;
    height: 300px !important;
    width: 100%;
    text-align: center;
    display: block;
    margin-bottom: 15px;
}
.thumbnail {
	height: 150px !important;
}


/* BHP HOME
 -------------------------------------------------- */
.bhp a {
	background: #F60;
	margin-top: 40px;
	padding: 10px 20px;
	display: block;
	text-align: center;
	color: #FFF;
	font-size: 24px;
	font-family: 'roboto_condensedbold';
	text-transform: uppercase;
}

/* LEFT MENU
 -------------------------------------------------- */
section.site > .container {
	padding-top: 40px;
	padding-left: 40px;
	padding-right: 40px;
}
section.site .navbar-default {
	background: none;
	box-shadow: none;
	border: none;
}
section.site .navbar-collapse {
	padding-left: 0;
	padding-right: 0;
}
section.site .navbar {
	margin-bottom: 0;
}
.leftNav {
	margin-top: 10px;
	margin-bottom: 40px;
	padding-left: 20px;
	padding-right: 15px;
	position: relative;
}
.leftNav .affix {
	width: 165px;
	top: 20px;
}
.siteNav .affix {
	width: 265px;
	top: 20px;
}
section.site .nav > li {
	background: none;
	border-right: none;
	border-bottom: 1px solid #ccc;
	padding: 0;
}

section.site .nav > li > a {
	color: #b3b4b4;
	border-radius: 0;
	padding-left: 10px;
	font-size: 12px;
	color: #000;
	text-transform: uppercase;
	font-family: 'roboto_condensedbold';
}
section.site .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
	background: #dcdcdc;
	border-radius: 0;
	color: #F60;
}
section.site .nav > li > a:hover, section.site .nav > li > a:focus {
	border-radius: 0;
	color: #C00;
}

.subMenu, .subMenu-2 {
	padding: 0;
	background: #f1f1f1;
}
.subMenu-2 {
	background: #FFF;
}

.subMenu > li, .subMenu-2 > li {
	list-style: none;
	border-bottom: 1px solid #e1e1e1;
	padding: 5px 0 0 0;
}
.subMenu-2 > li {
	padding-left: 10px;
	border-bottom: 1px solid #eee;
}

.subMenu > li > a, .subMenu-2 > li > a {
	font-size: 11px;
	padding-left: 15px;
	padding-bottom: 5px;
	display: block;
	color: #555;
	background: url(../img/bg-subMenu.png) no-repeat 10px 7px;
}

.nav-stacked > li + li {
	margin-top: 0;
}
.subMenu > li > a:hover, .subMenu > li > a:focus,
.subMenu-2 > li > a:hover, .subMenu-2 > li > a:focus {
	color: #000;
	font-family: 'robotobold';
}
.subMenu > li.active > a, .subMenu-2 > li.active > a {
	color: #000;
	font-family: 'robotobold';
}

/* SITE
 -------------------------------------------------- */
section .site-wrap {
	min-height: 500px;
}
.site-wrap h1 {
	font-size: 48px;
	color: #000;
	text-transform: none;
	margin: 0;
	font-family: 'robotothin';
	border-bottom: 10px solid #ccc;
	margin-bottom: 20px;
	padding-bottom: 10px;
	padding-top: 0px;
}
.site-wrap .lead {
	padding: 0;
}
.site-wrap .text {
	padding: 0;
}
.site-wrap img.left {
	margin-right: 20px;
	margin-bottom: 10px;
}
.site-wrap img.right {
	margin-left: 20px;
	margin-bottom: 10px;
}
.site-wrap img {
	max-width: 100%;
	height: auto;
	display: inline-block;
}
.site-wrap .gallery {
	padding: 0;
}
.site-wrap .gallery li {
	list-style: none;
}
.site-wrap .gallery a {
	display: block;
	background: #eee;

}
.site-wrap .gallery a.thumbnail:hover, .site-wrap .gallery a.thumbnail:focus {
	border: 1px solid #000;
	background: #FF6600;
}

.site-wrap a.cart {
	position: relative;
	background: #F60;
	padding: 25px 10px;
	font-size: 24px;
	color: #FFF;
	display: block;
	margin-bottom: 30px;
}

#cart .form-control, .site-wrap .form-control {
	width: 40%;
	float: left;
	margin-right: 10px;
}
#cart select.form-control, .site-wrap select.form-control {
	width: 100%;
	float: none;
}

#cart .pc {
	display: inline;
	float: none;
	text-align: center;
	width: 100%;
}
#cart .pc::-moz-placeholder {
	font-size: 12px;
}
#cart .form-group {
	padding-left: 0;
}
#cart .message {
	display: inline-block;
	margin-bottom: 20px;
}
#cart .message .form-control {
	width: 100%;
}
#cart .update {
	display: inline-block;
	width: 100%;
}
#cart .update > button {
	float: right;
}
.alert > i {
	font-size: 42px;
	display: inline;
	vertical-align: middle;
	margin-right: 20px;
}
.alert {
	display: inline-block;
	width: 100%;
	font-size: 18px;
	border-radius: 0;
}
.modal {
	position: absolute;
	top: 33%;
}
.modal-lg {
	width: 50%;
}
.modal-content {
	border-radius: 0;
}
.modal-footer {
	background: #eee;
}
.modal .btn-primary {
	background: #C00;
	border: none;
	border-radius: 0;
	padding: 8px 15px;
}

/* OFFER LIST
 -------------------------------------------------- */
.offer {
	padding-top: 0px;
}
.offer-list, .offer-sub-list {
	padding: 0;
}
.offer-list li, .offer-sub-list li {
	list-style: none;
	margin-bottom: 15px;
}

.offer-list li > div, .offer-sub-list li > div {
	border-bottom: 1px solid #999;
	padding-bottom: 30px position : relative;
	height: 360px;
	overflow: hidden;
}
.promo-list li > div {
	height: auto;
	padding-bottom: 15px;
}
.offer-list > li > div > a.title {
	font-size: 24px;
	color: #000;
	font-family: 'robotolight';
	margin-bottom: 10px;
	display: block;
}
.promo-list > li > div > a.title {
	font-size: 18px;
}
.offer-list > li > div > p {
	text-align: justify;
	margin-top: 10px;
	color: #777;
}
.offer-list li > div a.read-more {
	position: absolute;
	bottom: 20px;
}
.promo-list li > div a.read-more, .news-list li > div a.read-more {
	position: relative !important;
	bottom: auto !important;
	vertical-align: middle !important;
}
.promo-list form {
	display: inline-block;
	vertical-align: middle;
}
.promo-list .btn-default {
	background: #000;
}
.offer-list img {
	border: 1px solid #000;
}
.offer-sub-list li > div {
	height: 215px;
}
.offer-sub-list > li > div > a.title {
	font-family: 'robotomedium';
	font-size: 13px;
	color: #000;
	margin-bottom: 10px;
	display: block;
	height: 46px;
}
.offer-sub-list > li > div > p {
	font-size: 12px;
	margin-top: 10px;
	color: #777;
	text-align: justify;
}
.offer-sub-list > li > div > a.photo {
	height: 100px;
	overflow: hidden;
	display: block;
	border: 1px solid #000;
}
.offer-sub-list > li > div > a > img {
	min-height: 100px;
}
.offer-sub-list > li > div > a.read-more {
	font-size: 12px;
	text-align: left;
	padding-left: 8px;
	padding-right: 13px;
	float: left;
}

.sub-list h1 {
	padding-top: 0;
}
.offer-sub-list .btn-default {
	background: #000;
	padding: 6px 7px 5px 7px;
	float: right;
}
.offer-sub-list .btn-default i {
	font-size: 20px;
}
/* PAGINATION
 -------------------------------------------------- */
.pagin-bar {
	margin-bottom: 20px;
	text-align: center;
}
.pagination {
	margin: 0;
}

/* BREADCRUMB
 -------------------------------------------------- */
.breadcrumb {
	background: none;
	border-bottom: 1px solid #000;
	border-radius: 0;
	padding: 0 0 10px 0;
}
.breadcrumb-bar {
	z-index: 100;
	position: relative;
}
.breadcrumb > li + li:before {
	color: #CCCCCC;
	content: none;
	padding: 0 5px;
}
.breadcrumb > li {
	text-transform: uppercase;
	font-family: 'roboto_condensedbold';
	font-size: 14px;
}
.breadcrumb > li > a {
	display: inline-block;
	padding-right: 30px;
	background: url(../img/arrow.png) no-repeat right 50%;
	margin-right: 10px;
	color: #666;
	text-transform: uppercase;
}
.breadcrumb > li.active {
	color: #F60;
}

.breadcrumb i {
	color: #F60;
	font-size: 18px;
}

/* PRODUCT
 -------------------------------------------------- */
.desc-wrap {
	border-left: 1px solid #ccc;
	padding-left: 30px;
	min-height: 395px;
}
.code {
	font-size: 18px;
	color: #FFF;
	background: #000;
	text-transform: uppercase;
	text-align: center;
	padding: 10px 20px;
	font-family: 'roboto_condensedbold';
	margin-bottom: 20px;
}
.norm {
	margin-bottom: 20px;
	height: 265px;
	overflow: hidden;
}
.norm > p, .size p {
	text-transform: uppercase;
	font-size: 18px;
	font-family: 'roboto_condensedbold';
}
.add-cart .btn-default {
	font-size: 20px;
	font-family: 'roboto_condensedbold';
	width: 100%;
}

.size {
	border-left: 1px solid #ccc;
	padding-left: 30px;
	min-height: 395px;
}
.size p {
	text-align: center;
	background: #ccc url(../img/bg-size.png);
	background-size: 100% 100%;
	padding: 10px 20px;
	width: 98%;
	text-shadow: 1px 1px 3px #FFFFFF;
}
.size ul {
	padding: 0;
}
.size li {
	list-style: none;
	float: left;
	width: 48%;
	text-align: center;
	background: #ccc url(../img/bg-size-2.png);
	margin-right: 5px;
	margin-bottom: 5px;
	font-size: 24px;
	font-family: 'robotothin';
	padding: 3px 0;
	background-size: 100% 100%;
	text-shadow: 1px 1px 3px #FFFFFF;
}
/* PRODUCT TABS
 -------------------------------------------------- */
.prod-tabs-wrap {
	margin-top: 40px;
	margin-bottom: 40px;
}
.prod-tabs-wrap .tab-content {
	background: #FFF;
	border: none;
	z-index: 10;
	padding-bottom: 40px;
}
.prod-tabs-wrap .nav-tabs {
	padding-left: 15px;
}
section.site .prod-tabs-wrap .nav > li {
	border: none;
	z-index: 0;
}
section.site .prod-tabs-wrap .nav > li > a {
	font-size: 18px;
	text-align: center;
	padding-left: 25px;
	color: #999;
	min-width: 150px;
}
section.site .prod-tabs-wrap .nav-tabs > li.active > a, section.site .prod-tabs-wrap .nav-tabs > li.active > a:hover, section.site .prod-tabs-wrap .nav-tabs > li.active > a:focus {
	color: #000;
}
section.site .prod-tabs-wrap .nav > li > a:hover, section.site .prod-tabs-wrap .nav > li > a:focus {
	color: #000;
}
.tab-pane table {
}
.tab-pane table > tbody > tr > td {

	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid #ccc;
}

.tab-pane table > tbody > tr:nth-child(2n) {
	background: #eee;
}

.tab-pane table > tbody > tr > td:last-child {
	
}

.tab-pane table > tbody > tr {
	border-bottom: 1px solid #ccc;
}
.tab-pane table > tbody > tr:last-child {
	border-bottom: none;
}
/* CUSTOMIZE PRODUCT GALLERY
 -------------------------------------------------- */
div.pgwSlider {
	position: relative;
	min-height: 395px;
}
.pgwSlider .ps-current img {

}
ul.pgwSlider > li {
	width: 71px !important;
	height: 71px !important;
	float: left;
	margin-right: 5px;
	padding: 5px;
	background: #ccc;
}

ul.pgwSlider > li > div {
	position: relative;
	height: 100%;
	display: inline-block;
}
.zoom {
	position: absolute;
	font-size: 28px;
	color: #000;
	z-index: 51;
	left: 0;
	top: 0;
	width: 100%;
	height: 76%;
	display: block;
}
.zoom > span {
	background: #ccc !important;
	display: inline-block !important;
	width: 50px !important;
	height: 50px !important;
	text-align: center;
	top: 0;
	right: 0;
	color: #000 !important;
	padding: 6px 0 10px 0 !important;
}
ul.pgwSlider > li > div.bg {
	position: absolute;
	font-size: 28px;
	color: #000;
	z-index: 49;
	left: 0;
	top: 0;
	width: 100%;
	height: 59%;
	display: block;
	background: #ccc;
}
ul.pgwSlider {
	float: none;
	display: block;
	width: 100%;
}
.pgwSlider .ps-current {
	float: none;
	display: block;
	margin-bottom: 20px;
	width: 100%;
	height: auto !important;
	padding: 10px;
	background: #ccc;
	position: relative;
	z-index: 50;
}
ul.pgwSlider > li.col-sm-1 {
	position: inherit;
	border: 5px solid #ccc;
	padding-left: 0;
	padding-right: 0;
}
.pgwSlider .ps-current span {
	display: none;
}
ul.pgwSlider > li span, .pgwSlider > ul > li span {
	display: none;
}
.gallery-row .col-sm-5 {
	border-right: 1px solid #000;
}

/* NEWS LIST
 -------------------------------------------------- */
.news-list > li > div {
	height: auto;
	padding-bottom: 15px;
}
.news-list .photo-cover {
	height: 250px;
}
.news-list > li > div > a.title {
	font-size: 18px;
	height: 50px;
	overflow: hidden;
	font-family: 'robotobold';
}
.news-list > li > div > p > span {
	display: block;
	margin-bottom: 5px;
	font-size: 11px;
	color: #999;
}
.news-wrap > a.photo {
	float: left;
	display: inline-block;
	width: 40%;
	margin-right: 20px;
	margin-bottom: 10px;
}
.news-wrap > a.photo > img {
	max-width: 100%;
}

.news-wrap > p.text {
	margin-bottom: 40px;
}
.news-wrap > span.date {
	color: #999;
}

.table-striped > tbody > tr:nth-child(2n+1) > th {
	background-color: #CCCCCC;
}
.table-striped > tbody > tr > td, .table-striped > tbody > tr > th {
	background-color: #EFEFEF;
	border: 2px solid #FFFFFF;
}

/* CONTACT
 -------------------------------------------------- */
.person h4, .contact-wrap h4 {
	display: block;
	clear: both;
	font-size: 18px;
	text-transform: uppercase;
	font-family: 'roboto_condensedbold';
}

.person {
	margin: 0;
	padding: 0;
	width: 100%;
}
.person > li > ul {
	margin: 0;
	padding: 0;
}
.person li {
	list-style: none;
}
.person > li {
	list-style: none;
	display: inline-block;
	width: 100%;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.person > li > ul > li {
	padding-left: 0;
	padding-right: 30px;
}
.person > li > ul > li > img {
	margin-bottom: 10px;
}
.person p {
	font-size: 12px;
	margin: 0;
	font-family: 'robotobold';
}
.person span {
	font-size: 11px;
	color: #999;
	margin: 0;
}

/* BOTTTOM
 -------------------------------------------------- */
.bottom-site > .container {
	background: #f2f2f2;
	border-top: 1px solid #b4b4b4;
}

.bottom-site .news h3 > span {
	background: #f2f2f2;
}

/* SEARCH
 -------------------------------------------------- */
.nav-justified > li.search-btn {
	border-right: 0;
}
.search-wrap {
	position: absolute;
	right: 0;
	top: 0;
	width: 410px;
	text-align: right;
	display: none;
	z-index: 100;
}
.search-wrap > div {
	float: right;
	width: 100%;
	text-align: right;
	display: inline-block;
	position: relative;
	height: 42px;
}
.search input {
	width: 80%;
	display: inline;
	position: absolute;
	top: 100%;
	left: auto;
	right: 0;
	background: #FFF;
	z-index: 20;
	border: none;
	height: 40px;
	border: 1px solid #F60;
}
.search input.view {
	right: 0;
	opacity: 1;
}
.search-search {
	text-align: center;
}
.btn-search {
	background: #F60;
	font-size: 24px;
	line-height: 0px;
	padding: 0;
	border-radius: 0;
	padding-top: 8px;
	padding-bottom: 8px;
	width: 118px;
	z-index: 22;
	position: absolute;
	right: 0;
}
.link {
	display: block;
	z-index: 22;
	position: absolute;
	width: 118px;
	border: none;
	top: 0;
	background: none;
	font-size: 24px;
}
.btn-search:hover, .btn-search:focus {
	background: #F60;
	color: #FFF;
}
.search-list {
	margin: 0;
	padding: 0;
}
.search-list li {
	list-style: none;
}
.search-list a {
	color: #000;
}
.search-list a:hover, .search-list a:focus {
	color: #F60
}
/* FOOTER
 -------------------------------------------------- */
footer h4 {
	color: #000;
	font-family: 'robotolight';
	font-size: 24px;
	margin-bottom: 20px;
}

.quick-contact {

}

.shortcuts {

}
.shortcuts ul {
	margin: 0;
	padding: 0;
}
.shortcuts li {
	list-style: none;
	border-bottom: 1px solid #666;
}
.shortcuts a {
	color: #000;
	padding: 5px 0 5px 0;
	display: block;
	color: #666;
}
.shortcuts a:hover, .shortcuts a:focus {
	color: #000;
}
.shortcuts i {
	float: right;
	margin-top: 5px;
	color: #F60;
}

.contact {

}
.contact a {
	display: inline-block;
}
.contact a.read-more {
	
}
.contact h6 {
	font-size: 36px;
	font-family: 'robotothin';
	display: inline-block;
}
.creator {
	margin-top: 20px;
}
.creator, .creator a {
	font-size: 12px;
}
.foot > .container {
	text-align: center;
	color: #666;
	background: #000;
	padding-bottom: 20px;
}
.foot a {
	color: #FFF;
}
.foot-menu {
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #111;
	margin-bottom: 20px;
}
.foot .link-up {
	font-size: 28px;
	background: #F60;
	color: #000;
	padding: 0 10px 0px 10px;
}
.map {
	width: 100%;
	height: 400px;
	margin-top: 40px;
	margin-bottom: 40px;
}

#modal2 .alert {
	margin: 0;
}
#modal2 .btn-default {
	background: none;
	color: #F60;
	font-size: 24px;
	position: absolute;
	top: -35px;
	right: -35px;
}
.tab-content {
	position: relative;
}

.fb-box, .g-box {
	position: fixed;
	left: 0px;
	top: 200px;
	z-index: 102;
}
.g-box {
	position: fixed;
	left: 0px;
	top: 260px;
	z-index: 101;
}
.fb-box img, .g-box img {
	position: absolute;
	top: 0;
	right: -50px;
	cursor: pointer;
}
.fb-wrap, .g-wrap {
	border: 5px solid #32518b;
	background: #FFF;
	display: none;
}
.g-wrap {
	border: 5px solid #f63e28;
	height: 360px;
	background: #FFF;
	
}
.g-wrap > div, .g-wrap > div > iframe {
	height: 350px !important;
}
.tKc {
	min-width: 100px !important;
	width: 100px !important;
}
#widget_bounds .tKc {
	width: 100px !important;
}

.gallery-wrap {
	position: relative;
	display: inline-block;
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}
a.gallery-p {
	position: absolute;
	top: 0;
	display: block;
	width: 100%;
	height: auto;
	border: 10px solid #ccc;
}
.gallery-wrap > div > div {
	position: relative;
	width: 100%;
}
.thumb {
	margin-top: 20px;
	margin-left: -5px;
	margin-right: -5px;
}
.thumb > div {
	padding-left: 5px;
	padding-right: 5px;
}
.big-photo {
	height: 300px;
}
.search-mobile, .main {
	display: none;
}

.big-photo {
	height: auto !important;
}
.big-photo > a {
	position: relative !important;
}

.faq a.title {
	height: auto !important;
}
.faq p {
	height: 60px !important;
}