@import '../css/grid.css';
@import '../css/font-awesome.css';
@import url(//fonts.googleapis.com/css?family=Lato:400);
@import url(//fonts.googleapis.com/css?family=Lato:400italic);
@import url(//fonts.googleapis.com/css?family=Lato:700);
@import url(//fonts.googleapis.com/css?family=Lato:900);
@import url(//fonts.googleapis.com/css?family=Asap:400);
@import url(//fonts.googleapis.com/css?family=Asap:700);
@import url(http://fonts.googleapis.com/css?family=Roboto:400);
@import url(http://fonts.googleapis.com/css?family=Roboto:400italic);
.navigation {
	z-index: 999;
	position: relative;
	float: right;
}
.navigation .sf-menu {
	z-index: 990;
	text-align: center;
	position: relative;
}
.navigation nav {
	font-family: 'Asap', sans-serif;
	position: relative;
	padding: 0;
}
.select-menu {
	display: none !important;
}
.sf-menu ul {
	position: absolute;
	top: -999px;
	display: none;
}
.sf-menu > li > ul > li {
	float: none;
	position: static;
}
.sf-menu > li {
	float: left;
	position: relative;
	font-size: 14px;
	line-height: 18px;
}
.sf-menu > li > a {
	position: relative;
	color: #f0de28;
	text-transform: uppercase;
	text-align: center;
	display: block;
	padding: 25px 17px 25px;
}
.sf-menu > li > a.sf-with-ul:after {
	content: '';
	position: absolute;

	bottom: 10px;
	left: 50%;
	pointer-events: none;
	z-index: 999;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3px 3px 0 3px;
	border-color: #fff transparent transparent transparent;
}
.sf-menu > li.sfHover > a, .sf-menu > li.current > a, .sf-menu > li > a:hover {
	color: #fff;
	background-color: #2d5c3a;/*#565656;*/
}
/*================================>> 2 Level <<========================================*/
.sf-menu > li ul {
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.16);
	z-index: 999;
	position: absolute;
	left: 0;
	width: 175px;
	background-color: #333333;
	top: 100%;
	padding: 17px 0 22px;
}
.sf-menu li ul li {
	margin-top: 0;
	position: relative;
	float: none !important;
	text-transform: none;
	text-align: center;
	font: 12px/35px Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.sf-menu li ul li a {
	position: relative;
	color: #ffffff;
}
.sf-menu li ul li a.sf-with-ul:after {
	content: '';
	font-family: 'FontAwesome';
	position: absolute;
	width: 5px;
	font-size: 13px;
	line-height: 13px;
	font-weight: normal;
	color: #fff;
	left: -14px;
	bottom: 1px;
	pointer-events: none;
	z-index: 999;
}
.sf-menu li li a:hover, .sf-menu li.sfHover li.sfHover > a {
	text-decoration: underline;
}
/*================================>> 3 Level <<========================================*/
.sf-menu > li ul li ul {
	background-color: #ffffff;
	left: 100%;
	width: 175px;
	top: -18px;
	margin-left: 1px;
	padding: 19px 0;
}
.sf-menu li ul ul li a {
	color: #424242;
}

/*==================================RESPONSIVE LAYOUTS===============================================*/
@media only screen and (max-width: 1280px) {
.sf-menu > li {
	font-size: 14px;
}
.sf-menu > li a {
	padding-left: 9px;
	padding-right: 9px;
}
.sf-menu > li ul li ul {
	position: relative;
	left: 0;
	width: auto;
	margin-left: 0;
}
.header_search {
	margin-left: 14px !important;
}
.sf-menu > li > a {
	position: relative;
	color: #959595;
	text-transform: uppercase;
	text-align: center;
	display: block;
	padding: 25px 13px 25px;
}
}
@media only screen and (max-width: 979px) {
.sf-menu > li {
	font-size: 11px;
}
.sf-menu > li a {
	padding-left: 9px;
	padding-right: 9px;
}
.sf-menu > li ul li ul {
	position: relative;
	left: 0;
	width: auto;
	margin-left: 0;
}
.header_search {
	margin-left: 14px !important;
}
.sf-menu > li > a {
	position: relative;
	color: #959595;
	text-transform: uppercase;
	text-align: center;
	display: block;
	padding: 25px 7px 25px;
}
}

@media only screen and (max-width: 767px) {
.navigation {
	float: none !important;
	padding: 10px 0px 10px !important;
	clear: both;
	margin: 0;
	width: auto;
	min-height: 0px;
}
.navigation nav {
	border: none !important;
	float: none !important;
	font: 12px/15px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #927c67;
	margin: 0 auto;
	padding-left: 0 !important;
}
.navigation nav ul {
	border: none;
}
.sf-menu {
	display: none !important;
	float: none;
}
.select-menu {
	font: 12px/15px Arial, Helvetica, sans-serif;
	color: #202020;
	width: 100%;
	margin: 0 auto;
	float: none;
	outline: none;
	text-align: left !important;
	display: block !important;
	border: 2px solid #fff;
}
.select-menu option {
	text-align: left;
}

}
#stuck_container {
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	z-index: 998 !important;
	background-color: #333;
}
#stuck_container .isStuck {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#stuck_container .isStuck .menuBox {
	margin: 0;
	-webkit-transition: 0.4s ease;
	transition: 0.4s ease;
}

@media only screen and (min-width: 979px) {
#stuck_container.isStuck {
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
}
}

@media only screen and (max-width: 979px) {
#stuck_container {
	position: relative !important;
	box-shadow: none;
}
.pseudoStickyBlock {
	height: 0 !important;
}
}
html {
	width: 100%;
}
a[href^="tel:"] {
	color: inherit;
	text-decoration: none;
}
sss * {
	-webkit-text-size-adjust: none;
}
body {
	position: relative;
	background: #333333;
	color: #6d6d6d;
	font: 16px/22px 'Lato', sans-serif;
}
strong {
	font-weight: 700;
}
address {
	font-style: normal;
}
p {
	margin-bottom: 22px;
	line-height: 24px;
}
p.inset__1 {
	padding-bottom: 2px;
}
input, textarea {
	border-radius: 0 !important;
	outline: none !important;
	-webkit-appearance: none;
}
img {
	max-width: 100%;
}
/****Heads****/
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	color: #434343;
	font-family: 'Lato', sans-serif;
}
h2 {
	overflow: hidden;
	padding-top: 55px;
	padding-bottom: 58px;
	margin-bottom: 65px;
	font-weight: 800;
	text-align: center;
	font-size: 36px;
	line-height: 36px;
	position: relative;
}
h2.head__2:after {
	margin-left: 0;
	left: 100px;
	right: 100px;
	width: auto;
}
h2.head__1 {
	margin-bottom: 53px;
	padding-bottom: 0;
}
h2.head__1:after {
	display: none;
}
p.title {
	color: #656464;
	font-size: 27px;
	margin-bottom: 6px;
	display: block;
	font-weight: normal;
	text-align: center;
	padding-top: 38px;
}
h2:after,h3.line:after {
	position: absolute;
	content: '';
	background-color: #ccc;
	width: 770px;
	left: 50%;
	height: 1px;
	margin-left: -385px;
	bottom: 0;
}
em {font-style: italic;
font-size: 12px;
	line-height: 26px;
	color:#2d5c3a;
}
li em {
	font-style: italic;
font-size: 12px;
	line-height: 22px;
	color:#2d5c3a;
}
h3.line {
overflow: hidden;
padding-top: 35px;
padding-bottom: 38px;
margin-bottom: 35px;
font-weight: 800;
text-align: center;
font-size: 26px;
line-height: 26px;
position: relative;
	color:#2d5c3a;
}

h3 {
	padding-top: 64px;
	font-size: 21px;
	line-height: 25px;
	font: bold 21px/25px 'Asap', sans-serif;
	margin-bottom: 10px;
}
h3.small {
	padding-top: 24px;
	font-size: 14px;
	line-height: 18px;
	font: bold 14px/18px 'Asap', sans-serif;
	margin-bottom: 10px;
}
h4 {
	color: #f0de28;
	text-transform: uppercase;
	font: bold 14px/20px 'Asap', sans-serif;
	padding-top:43px;
	margin-bottom: 13px;
}
h4.coord {
	color:#2b748f;
}
.marg-top {
	padding-top: 64px;
}
.f-top-inner {
	max-width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 18px;
	margin-top: 20px;
	box-shadow: 3px 3px 5px #a6a6a6;
}
.text-center {
	display: inline-block;
	width: 100%;
	text-align: center;
	font-weight: 600;
	text-transform: uppercase;
}
.footer_img {
	background: url('../images/footer-bg.jpg') 0 0 no-repeat;
	position: relative;
}
/****Lists****/
ul {
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
}
.list-1, .list-2 {
	padding-top: 6px;
}
.list-2 {
	margin-bottom: 15px;
}
.list-1.offset__1, .list-2.offset__1 {
	margin-top: -9px;
}
.list-1 li, .list-2 li {
	padding-left: 28px;
	position: relative;
}
.list-1 li + li, .list-2 li + li {
	margin-top: 8px;
}
.list-1 li:after, .list-2 li:after {
	position: absolute;
	content: '';
	font: 14px/22px 'FontAwesome';
	left: 0;
	color: #2d5c3a;
	top: 1px;
}
/****Links****/
a {
	text-decoration: none;
	color: inherit;
	outline: none;
	-webkit-transition: 0.5s ease;
	transition: 0.5s ease;
}
a:hover {
	color: #2d5c3a;
}
.link-1 {
	font: bold 16px/20px 'Asap', sans-serif;
	color: #599bcd;
	margin-top: 21px;
	display: inline-block;
}
/****classes****/
.mb0 {
	margin-bottom: 0px !important;
}
.m0 {
	margin: 0 !important;
}
.pad0 {
	padding: 0 !important;
}
.img_inner {
	max-width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 18px;
	margin-top: 4px;
	box-shadow: 3px 3px 5px #a6a6a6;
}
.img_inner.fleft {
	float: left;
	width: auto !important;
	margin-right: 30px;
	margin-bottom: 0px;
}
.img_fright {
	position: relative;
	top: -1px;
	margin-left: 20px;
	float: right;
}
.oh {
	overflow: hidden;
}
.fright {
	float: right !important;
}
.upp {
	text-transform: uppercase;
}
.alright {
	text-align: right;
}
.ta__center {
	text-align: center;
}
.ta__left {
	text-align: left;
}
.ta__right {
	text-align: right;
}
.ta__right ul {
	float: right;
}
.td__underline {
	text-decoration: underline;
}
.fw_med {
	font-weight: 500;
}
.wrapper, .extra_wrapper {
	overflow: hidden;
	line-height: 20px;
}
.clear {
	float: none !important;
	clear: both;
}
.oh {
	overflow: hidden;
}
.nowrap {
	white-space: nowrap;
}
.rel {
	position: relative;
}
.text-style-1 {
	margin-bottom: 0;
	line-height: 20px;
}
/*header*/
header {
	display: block;
	position: relative;
	z-index: 999;
}
header .rel {
	z-index: 999;
}
header h1 {
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: 0.5s ease;
	transition: 0.5s ease;
	text-align: center;
	z-index: 999;
}
header h1 a {
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	text-indent: -999px;
	-webkit-transition: 0s ease;
	transition: 0s ease;
}
.header_search {
	text-align: right;
	margin-left: 48px;
	color: #959595;
	font-size: 18px;
	line-height: 20px;
	display: block;
	position: relative;
	line-height: 69px;
	height: 68px;
	float: right;
	cursor: pointer;
	-webkit-transition: 0.5s ease;
	transition: 0.5s ease;
}
.header_search:hover {
	color: #ffffff;
}
.search__1 {
	display: none;
	position: absolute;
	right: 0;
	top: 100%;
	background-color: #333;
	float: right;
	width: 200px;
	padding: 10px;
}
.search__1 .rel {
	position: relative;
	padding: 0 30px 0 15px;
	border: 1px solid #fff;
}
.search__1 label {
	line-height: 0;
	display: block;
}
.search__1 input {
	background: none;
	width: 100%;
	height: 35px;
	font: 17px/30px 'Asap', sans-serif;
	color: #fff;
	border: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.search__1 a {
	display: block;
	position: absolute;
	font-size: 18px;
	line-height: 32px;
	right: 10px;
	top: 0;
	color: #ffffff;
	cursor: pointer;
}
.search__1 a:hover {
	color: #e41649;
}
.search__1#search1 {
	margin-bottom: 5px;
	top: 4px;
	float: none;
	width: auto;
	display: block;
	background: none;
	position: relative;
	padding: 0 55px 0 14px;
	border: 1px solid #cbcbcb;
}
.search__1#search1 .rel {
	position: static;
	padding: 0 !important;
}
.search__1#search1 input {
	padding: 4px 0 9px !important;
	height: 37px;
	border: 0 !important;
	color: #6d6d6d;
	font: 14px/22px 'Lato', sans-serif;
}
.search__1#search1 a {
	background: url(../images/search_icon.png) 0 0 no-repeat;
	width: 57px;
	top: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	display: block;
}
.search__1#search1 a:hover {
	opacity: 0.5;
}
.slider {
	padding: 45px 0 34px;
	background: url(../images/slide.jpg) center 0 no-repeat;
}
/****Content****/
#content {

	background: url('../images/pelle.jpg') top center no-repeat #fff;
	 background-size: 100%;
}
#content .content_white {
	padding-bottom: 0;
}
#content .content_white.inset__1 {
	padding-bottom: 114px;
}
#content .content_white.inset__2 {
	padding-bottom: 78px;
}
#content .content_white.inset__3 {
	padding-bottom: 109px;
}
#content .content_gray {
	margin-bottom: 0px;
	background-color: #f5f5f5;
	padding-bottom: 65px;
}
#content .content_gray.inset__1 {
	padding-top: 8px;
	padding-bottom: 78px;
}
/****Non suppage set****/
.page1 #content {
	padding-bottom: 0;
}
.page1 h2 {
	padding-bottom: 64px;
	padding-top: 38px;
	margin-bottom: 15px;
}
.page1 h2.head__1 {
	padding-bottom: 0;
}
.page1 h2.head__1:after {
	display: none;
}
/****Blocks****/
.block1 {
	padding-top: 35px;
	overflow: hidden;
}
.block1 .text1 {
	padding-top: 15px;
}
.block1 img {
	float: left;
	border-radius: 500px;
	margin-right: 15px;
	background-color: #f89702;
}
.block-2 {
	margin-top: 37px;
	line-height: 17px;
}
.block-2 .fa {
	padding-top: 6px;
	float: left;
	width: 72px;
	font-size: 48px;
	line-height: 30px;
}
.block-2 .block-2_title {
	margin-bottom: 1px;
	text-transform: uppercase;
	font: bold 17px/20px 'Asap', sans-serif;
}
.block-2 + .block-2 {
	margin-top: 27px;
}
.bq1 {
	margin-bottom: 79px;
	padding-top: 42px;
	font: 12px/18px 'Roboto', sans-serif;
}
.bq1 .bq_top {
	box-shadow: 0 4px 0 0px #e8e8e8;
	background: #ffffff url(../images/quotes.png) 145px 17px no-repeat;
	font-style: italic;
	overflow: hidden;
	border: 1px solid #bfbebe;
	border-radius: 20px;
	padding: 51px 54px 13px 27px;
}
.bq1 .bq_top img {
	position: relative;
	top: -18px;
	float: left;
	margin-right: 28px;
	border-radius: 500px;
}
.bq1 .bq_bot {
	margin-top: -1px;
	position: relative;
	padding-top: 42px;
	padding-left: 24px;
	background: url(../images/quote_bot.png) 56px 0 no-repeat;
	color: #362826;
}
.logos {
	border-top: 4px solid #d9d9d9;
}
.cont_map iframe {
	width: 100%;
	height: 400px;
}
.block-3 .count {
	position: relative;
	top: -15px;
	margin-right: 15px;
	border-radius: 500px;
	background-color: #f89702;
	color: #ffffff;
	width: 69px;
	height: 69px;
	text-align: center;
	font-size: 36px;
	line-height: 65px;
	font-weight: 900;
	text-transform: uppercase;
	float: left;
}
.blog {
	overflow: hidden;
}
.blog img {
	display: block;
}
.blog .text1 {
	margin-bottom: 1px;
}
.blog .comment {
	display: block;
	margin-right: 100px;
	float: right;
}
.blog .blog_links {
	overflow: hidden;
	margin-bottom: 25px;
}
.blog + .blog {
	margin-top: 51px;
}
.post {
	overflow: hidden;
}
.post + .post {
	padding-top: 30px;
}
/****Tabs****/
.tabs {
	padding-bottom: 88px;
}
.div-nav {
	padding-top: 43px;
	margin-bottom: 61px;
	text-align: center;
	font-size: 14px;
	line-height: 18px;
	font: 14px/18px 'Asap', sans-serif;
}
.div-nav .selected {
	color: #e41649;
}
.div-nav li {
	text-transform: uppercase;
	display: inline-block;
	position: relative;
}
.div-nav li + li {
	margin-left: 21px;
}
.div-nav li + li:after {
	content: '/';
	position: absolute;
	top: 0;
	left: -14px;
}
.tab-content .img_inner {
	margin-bottom: 26px;
}
/****accordion****/
#accordion {
	padding-top: 16px;
	line-height: 17px;
}
#accordion dt {
	cursor: pointer;
	-webkit-transition: 0.5s ease;
	transition: 0.5s ease;
	margin-top: 7px;
	text-transform: uppercase;
	padding: 10px 24px;
	border: 1px solid #cbcbcb;
	color: #3b3033;
	font: bold 15px/20px 'Asap', sans-serif;
}
#accordion dt.ui-state-active, #accordion dt:hover {
	border-color: #000000;
	background-color: #ffffff;
}
#accordion dd {
	padding: 17px 24px 22px;
	font-style: italic;
	background-color: #ffffff;
	border: 1px solid #434343;
	border-top: 0;
	line-height: 20px;
}
/*****Gallery****/
.gall_item {
	margin-bottom: 21px;
	margin-top: 4px;
	display: block;
	box-shadow: 3px 3px 5px #a6a6a6;
	background: #599bcd url(../images/magnify.png) center center no-repeat;
}
.gall_item img {
	-webkit-transition: 0.5s ease;
	transition: 0.5s ease;
	width: 100%;
	box-shadow: 0 0 0 #fff;
}
.gall_item:hover img {
	opacity: 0.2;
}
.gall_item + .text1 {
	margin-bottom: 1px;
}
/****Separators****/
.sep-1 {
	padding-bottom: 64px;
	border-bottom: 4px solid #599bcd;
}
.sep-4 {
	padding-bottom: 14px;
	border-bottom: 4px solid #599bcd;
}
.sep-1.offset__1 {
	margin-top: 1px;
	margin-bottom: 25px;
}
.sep-1.offset__2 {
	margin-bottom: 8px;
}
.sep-2 {
	height: 55px;
}
.sep-3 {
	height: 50px;
}
/****Text styles****/
.text1 {
	font-weight: 900;
	font-size: 19px;
	margin-bottom: 12px;
}
.color1 {
	color: /*#e41649;*/#2d5c3a;
}
.color1 a:hover, a.color1:hover {
	color: #434343;
}
.color2 {
	color: #434343;
}
.color3 {
	color: #333333;
}
.color4 {
	color: #f89702;
}
.color5 {
	color: #e71e49;
}
/****Map****/
.map {
	overflow: hidden;
	padding-top: 6px;
}
.map figure {
	position: relative;
	display: block;
	width: 100%;
	margin-bottom: 25px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.map figure iframe {
	border-radius: 4px;
	width: 100%;
	height: 533px;
	max-width: 100%;
}
.address1 {
	display: block;
}
.address1 dd span {
	min-width: 90px;
	display: inline-block;
	text-align: left;
}
.address1 dd span.col1 {
	min-width: 0;
}
.address1 + .address1 {
	padding-top: 22px;
}
/**Footer**/
#footer {
	padding-bottom: 20px;
	color: #cecece;
}
#footer h4 {
	padding-top: 13px;
}
#footer ul + h4 {
	padding-top: 14px;
}
#footer ul .fa {
	padding-top: 2px;
	font-size: 17px;
	color: #ffffff;
	width: 30px;
}
#footer .footer_top {
	border-bottom: 4px solid #454545;
	padding-bottom: 28px;
	font-size: 12px;
	line-height: 21px;
	background: url('../images/footer-bg.jpg') top center no-repeat;
}
#footer .footer_top a:hover {
	color: #ffffff;
}
#footer .footer_top .current {
	color: #ffffff !important;
}
#footer .copyright {
	padding-top: 21px;
	font-size: 12px;
	line-height: 16px;
	text-align: right;
}
#footer .copyright .brand {
	font-weight: bold;
	color: #71716a;
	text-transform: uppercase;
	font-size: 12px;
}
#footer .copyright .f_links {
	padding-top: 4px;
	font-size: 11px;
}
#footer .copyright .f_links a.current, 
#footer .copyright .f_links a:hover {
	color:#f0de28;
}
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 40px;
	left: 51%;
	margin-left: 640px;
	overflow: hidden;
	border: none;
	color: #535355;
	text-align: center;
	width: 50px;
	height: 43px;
	font-size: 28px;
	line-height: 38px;
	z-index: 20;
	-webkit-transition: color 0.5s ease;
	transition: color 0.5s ease;
}
#toTop:hover {
	outline: none;
	color: #818185;
}
/*==================================RESPONSIVE LAYOUTS===============================================*/
ul.list-1 {
	width: 390px;
}

@media only screen and (max-width: 1199px) {
.extra_wrapper {
	overflow: visible;
}
#owl {
	padding-right: 0 !important;
}
.block-2 .fa {
	margin-bottom: 10px;
}
.blog .comment {
	margin-right: 0;
}
ul.list-1 {
	width: 255px;
}
}

@media only screen and (max-width: 979px) {
img.img_inner.fleft.noresize {
	float: none !important;
	margin-right: 0 !important;
	margin-bottom: 15px;
}
.slider {
	-webkit-background-size: auto 100% !important;
	background-size: auto 100% !important;
}
#owl {
	margin-right: -100px;
}
.map figure, .map figure iframe, #form input, #form textarea, #form .success {
	width: 100% !important;
	float: none !important;
}
#form .success {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.map figure {
	height: auto !important;
	margin-bottom: 15px;
}
.nowrap {
	white-space: normal;
}
.img_inner.fleft {
	margin-bottom: 20px;
}
ul.list-1 {
	width: 290px;
}
.fa-search {display:none;}
.sf-menu > li > a {
    position: relative;
    color: #959595;
    text-transform: uppercase;
    text-align: center;
    display: block;
    padding: 25px 5px;
}
}

@media only screen and (max-width: 767px) {
.block-3 {
	margin-bottom: 40px;
}
img.img_inner.fleft.noresize {
	width: auto !important;
	margin: 0 auto 15px !important;
	display: block !important;
}
h2 + .img_inner {
	margin-top: 0 !important;
}
#owl {
	margin-right: 0;
}
#search {
	display: block !important;
	position: static;
	width: 100%;
	padding: 0;
	float: none;
}
.header_search {
	display: none;
}
.footer_top .grid_3 {
	text-align: left !important;
	float: left !important;
	width: 50% !important;
}
.none {
	clear: both;
}
.img_inner, .img_inner.fleft {
	width: 100% !important;
	float: none !important;
	margin-right: 0 !important;
	margin-bottom: 20px !important;
	margin-top: 40px;
}
.img_inner img, .img_inner.fleft img {
	width: 100%;
}
header h1 {
	position: static !important;
	float: none;
	left: 0;
	text-align: center;
}
header h1 a {
	margin: 0 auto;
	max-width: 90%;
	width: 100%;
	display: block;
}
header h1 a img {
	display: block;
	margin: 0 auto;
}
.map figure iframe {
	height: 300px;
}
.content .noresize {
	width: auto !important;
	float: left !important;
	margin-right: 20px !important;
	margin-top: 4px !important;
}
.none {
	clear: both;
}
.bq1 {
	margin-bottom: 20px;
}
.sep-2, .sep-3 {
	height: 0;
}
.list-1 {
	margin-bottom: 45px;
}
.gall_item {
	margin-top: 40px;
}
.div-nav {
	margin-bottom: 0;
}
.div-nav li {
	display: block;
	margin-left: 0 !important;
}
.div-nav li + li {
	margin-top: 10px;
}
.div-nav li:after {
	display: none !important;
}
ul.list-1 {
	width: 420px;
}
}

@media only screen and (max-width: 479px) {
.bq1 .bq_top {
	padding-right: 27px;
}
ul.list-1 {
	width: 270px;
}
}

@media only screen and (max-width: 320px) {
.bq1 .bq_top {
	padding-right: 27px;
}
}
/* Project  =========================================================== */
table {
	width:99%;margin-bottom:20px;
}
table.partners td {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	height:56px;
	vertical-align:middle;
	padding-left:5px;
	border:1px dashed #bfbfbf;
}
table.partners td img {
	border:0;
}
table.partners td a {
	color:#939393;
}
table.partners2 td {
	margin-left:auto;
	margin-right:auto;
	height:20px;
	vertical-align:middle;
	padding-left:5px;
}
table.partners2 td img {
	border:0;
}
table.partners2 td a {
	color:#939393;
}

#bg {
	    background: url('../images/top-bg.jpg') top center no-repeat;
	display: block;
width: 100%;
height: 260px;
}
#bg2 {
	    background: url('../images/top-bg-2.jpg') top center no-repeat;
	display: block;
width: 100%;
height: 260px;
}