@import "css/reset.css";
@import "css/skeleton.css";
@import "css/superfish.css";
@import url(http://fonts.googleapis.com/css?family=Ubuntu:400,700);



html {
	width: 100%;
}
a[href^="tel:"] {
 color: inherit;
 text-decoration: none;
}
* {
	-webkit-text-size-adjust: none;
}
body {
	font: 12px/21px Arial, Helvetica, sans-serif;
	color: #7f7f7c;
	position: relative;
	min-width: 960px;
	background: url(images/back_all.jpg) no-repeat top fixed;
}



address {
	font-style: normal;
}

p {
	margin-bottom: 21px;
}

.prv p {
	margin-bottom: 19px;
}


h1, h2, h3, h4, h5, h6 {
	font-family: 'Ubuntu', sans-serif;
	color: #3c3c3c;
	font-weight: normal;
	text-transform: uppercase;

}


h2 {
	
	font-size: 38px;
	line-height: 34px;
	font-weight: bold;
	color: #fff;
	padding-top: 163px;
}

h2 span {
	margin-top: 7px;
	font-weight: normal;
	display: block;
	color: #000;
	font-size: 20px;
	background-color: #fff;
	padding: 10px;
}





h3 {
	letter-spacing: -1px;
	font-size: 20px;
	line-height: 18px;
	padding-top: 57px;
	margin-bottom: 23px;
}

h3.head1 {
	padding-top: 71px;
	padding-bottom: 5px;
}

h3.head2 {
	padding-top: 77px;
	padding-bottom: 3px;
}

.page1 h3 {
	padding-top: 60px;
	margin-bottom: 0;
}

img {
	max-width: 100%;
}
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.list {
	margin-bottom: 3px;
}

ul.list li{
	color: #6f6f6f;
	background: url(images/mark_arr.html) 0 8px no-repeat;
	padding-left: 25px;
}

ul.list li+li {
	margin-top: 9px;
}


ul.list1 li {
	font-size: 13px;
	padding-left: 20px;
	background: url(images/marker.png) 0 6px no-repeat;
}

ul.list1.l1 {
	padding-top: 1px;
	margin-bottom: 14px;
}

ul.list1 li+li {
	margin-top: 7px;
	padding-top: 7px;
	background-position: 0 12px;
	border-top: 1px solid #e9e9e9;
}
ul.list1 a {
	color: #079900;
}

.page1 ul.list1 a {
	text-decoration: underline;
}

ul.list1 a:hover {
	color: #3c3c3c;
}

.ui-state-active a {
	color: #079900;
}


ul.list2 .count {
	margin-top: 5px;
	float: left;
	width: 51px;
	height: 51px;
	color: #fff;
	background: #079900;
	font-size: 35px;
	line-height: 49px;
	font-weight: bold;
	text-align: center;
	border-radius: 3px;
	margin-right: 18px;
}

ul.list2 li+li {
	margin-top: 19px
}

ul.list2 li+li+li {
	margin-top: 14px;
}


ul.list3 {
	padding-top: 5px;s
}

ul.list3 li+li {
	margin-top: 6px;
}

ul.list3 li {
		font: 20px/21px 'Ubuntu', sans-serif;

}

ul.list3 li a {
	letter-spacing: -1px;
	padding: 13px 16px 15px;
	display: block;
	color: #fff;
	text-transform: uppercase;
	background: #6f706b;
}
ul.list3 li a:hover {
	background: #079900;
}


a {
	text-decoration: none;
	color: inherit;
	outline: none;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

a:hover {
	color: #079900;
}

a.btn {
	margin-top: 18px;
	color: #fff;
	padding: 7px 16px 6px;
	display: inline-block;
	text-transform: uppercase;
	background: #6f706b;
	border-radius: 10px;
}

a.btn:hover {
	background-color: #079900;
}

a.link2 {
	color: #079900;
}

a.link2:hover {
	color: #3C3C3C;
}

a.link1 {
	margin-top: 33px;
	display: inline-block;
	font: 14px/21px 'Ubuntu', sans-serif;
	color: #fff;
	padding: 13px 50px 13px 6px;
	text-transform: uppercase;
	background: #079900;
	position: relative;
	letter-spacing: -1px;
}

a.link1:after {
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	top: 0;
	right: 0;
	content: '';
	display: block;
	position: absolute;
	display: block;
	width: 40px;
	height: 47px;
	background: url(images/link_after.png) center center no-repeat #ea8803 ;
}

a.link1:hover {
	background: #484846;
}

a.link1:hover:after {
	background-color: #6F706B;
}



/****classes****/

.mb0 {
	margin-bottom: 0px !important;
}
.m0 {
	margin: 0 !important;
}
.pad0 {
	padding: 0 !important;
}


.img_inner {
	max-width: 100%;
	margin-top: 5px;
	padding: 6px;
	border: 1px solid #ececec;
	margin-bottom: 23px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.fleft {
	float: left;
	width: auto !important;
	margin-right: 20px;
	margin-top: 4px;
	margin-bottom: 0 !important;
}

.bt_1 {
	padding-bottom: 4px;
	overflow: hidden;
}

.oh {
	overflow: hidden;
}
.fright {
	float: right !important;
}
.upp {
	text-transform: uppercase;
}
.rel {
	position: relative;
	overflow: hidden;
}
.alright {
	text-align: right;
}
.center {
	text-align: center;
}
.wrapper, .extra_wrapper {
	overflow: hidden;
}
.clear {
	float: none !important;
	clear: both;
}

.pb0 {
	padding-bottom: 0 !important;
}


/*header*/
.main {
	width: 1050px;
	margin: 0 auto;
	background-color: #fff;
}

.main.dark {
	position: relative;
	z-index: 999;
	background: url(images/bg_body.png) 0 0 repeat;
	padding-bottom: 28px;
}

.light {
	z-index: 1;
	position: relative;
	
}

.links a:hover {
	color: #3C3C3C;
}

header {
	display: block;
	position: relative;
	z-index: 999;
	
}

.page1 .light {
	z-index: 999;
}

.page1 header {
	z-index: 998;
}

header h1 {
	padding-top: 32px;
	z-index: 910;
	padding-bottom: 30px;
	text-align: center;
}
header h1 a {
	display: inline-block;
	overflow: hidden;
	width: 293px;
	height: 37px;
    font-size: 34px;
	padding-top: 30px;
	transition: 0s ease;
	-o-transition: 0s ease;
	-webkit-transition: 0s ease;
}
header h1 a img {
	display: block;
}

/**Content**/

.content {
	padding-bottom: 58px;
}

.content.page1 {
	position: relative;
	z-index: 999;
	padding-bottom: 0;
}

.main.m1 {
	border-bottom: 1px solid #dcdcdc;
}

.box {
	margin-top: 26px;
	position: relative;
	padding-top: 18px;
	
}

.box:after {
	content: '';
	display: block;
	left: 0;
	top: -2px;
	width: 44px;
	height: 2px;
	display: block;
	position: absolute;
	
}

.icon {
	float: left;
	width: 60px;
	height: 60px;

	margin-right: 12px;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

.ic1 {
	position: relative;
	top: -1px;
	background: url(images/icon1.png)  center center no-repeat ;
}

.ic2 {
	background: url(images/icon2.png)  center center no-repeat ;
}

.ic3 {
	background: url(images/icon3.png)  center center no-repeat ;
}

.ic4 {
	background: url(images/icon4.png)  center center no-repeat ;
}

.box:hover .icon{
	
}

.title {
	color: #3c3c3c;
	font: bold 16px/20px 'Ubuntu', sans-serif;
	text-transform: uppercase;
	padding-top: 23px;
	letter-spacing: -1px;
}

.list_title {
	color: #fff;
	font: 18px/34px 'Ubuntu', sans-serif;
	text-transform: uppercase;
	background-color: #6f706b;
	margin-top: 29px;
	margin-bottom: 19px;
	padding: 6px 0 8px 25px;
}


.box .clear {
	height: 5px;
}

.tabs_block {
		margin-top: 28px;

	border-left: 1px solid #e1e1e1;
}


#tabs ul {
	overflow: hidden;
	border-bottom: 1px solid #e1e1e1;
}

#tabs ul li {
		border-top: 1px solid #e1e1e1;
	min-width: 138px;

	text-align: center;
	font-size: 13px;
	float: left;
	border-right: 1px solid #e1e1e1;
}

#tabs ul li a {
	display: block;
	padding: 12px 0 14px;

}

#tabs ul li+li {
	min-width: 159px;
}

#tabs-2, #tabs-1, #tabs-3 {
	padding-left: 24px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 9px;
	color: #a0a0a0;
}

#tabs .img_inner {
	margin-top: 0;
}
.tab_title {
	margin-bottom: 12px;
	letter-spacing: -1px;
	font: 20px/20px 'Ubuntu', sans-serif;
	padding-top: 25px;
	text-transform: uppercase;
	color: #3c3c3c;
}

.col1 {
	color: #3c3c3c;
}

a.link-1 {
	color: #079900;
	display: inline-block;
	margin-top: 5px;
	background: url(images/link1_marker.png) right 8px no-repeat;
	padding-right: 10px;
}

a.link-1:hover {
	color: #3c3c3c;
}

.pb1 {
	padding-bottom: 71px;
}

.text1 {
	font: 18px/21px "Times New Roman", Times, serif;
	color: #079900;
	letter-spacing: -1px;
	margin-bottom: 4px;
}

.page1 .text1 {
	padding-top: 5px;
	margin-bottom: 4px;
	font-family: 'Ubuntu', sans-serif;
}

.new  {
	overflow: hidden;
	padding-top: 21px;
}

.new time {
	color: #079900;
	text-transform: uppercase;
	font-size: 10px;
}

.text2 {
	font: 18px/14px 'Ubuntu', sans-serif;
	color: #3c3c3c;
	letter-spacing: -1px;
	margin-bottom: 8px;
}

.new+.new {
	padding-top: 26px;
}

#newsletter {
	overflow: hidden;
	padding-top: 17px;
	font-size: 12px;
	line-height: 14px;
	position: relative;
}



.ver_sep {
	padding-right: 25px;
	position: relative;
	padding-bottom: 56px;
}

.ver_sep:after {
	right: 0;
	position: absolute;
	top: 24px;
	bottom: 32px;
	display: block;
	content: '';
	background: #cccccc;
	width: 1px;
}

.banners {
	margin: 0 -11px;
	padding-bottom: 22px;
}

.banners.bn1 {
	padding-top: 4px;
	overflow: hidden;
	margin: 0;
}

.banners.bn1 .bann {
	padding-bottom: 12px;
}

.banners.bn1 .clear {
	height: 20px;
}

.bann {
	background: #f2f2f2;
	padding: 15px 15px 10px;
}

.bann img {
	margin-bottom: 10px;
	width: 100%;
}

.bann.bx1 {
	margin: 0 11px 22px;
	float: left;
	width: 162px;
}

.bann.bx1 img {
	margin-bottom: 11px;
	width: 100%;
}

blockquote+blockquote {
	margin-top: 22px;
}

blockquote p{
	margin-bottom: 13px;
	position: relative;
	background: url(images/quotes.png) 20px 12px no-repeat #f2f2f2;
	border-radius: 12px;
	border: 1px solid #fafcfb;
	padding: 23px 31px 18px;
}

blockquote p:after {
	display: block;
	position: absolute;
	bottom: -20px;
	left: 65px;
	content: '';
width: 0px;
height: 0px;
border-style: solid;
border-width: 20px 0px 0 33px;
border-color: #f2f2f2 transparent transparent transparent;
}

.bq_bot {
	color: #079900;
	text-align: right;
}

.logos {
	margin: 0 -11px;
}

.logos img.img_inner {
	margin-top: 4px;
	margin-bottom: 13px;
}

.com {
	float: left;
	width: 194px;
	margin: 0 10px 24px;
}

.com a {
	text-decoration: underline;
	color: #079900;
}

.com a:hover {
	color: #7f7f7c;
}

/**Footer**/

footer {
	display: block;
	font: 11px/24px 'Ubuntu', sans-serif;
	text-transform: uppercase;


}

footer h3 {
	padding-top: 43px !important;
	margin-bottom: 18px !important;
}

footer ul li{
	padding-left: 12px;
	background: url(images/footer_icon.png) 0 9px no-repeat;
}


footer .main {
	padding-bottom: 50px;
	border-top: 1px solid #dcdcdc;
}

.copy {
	color: #555454;
	padding-top: 5px;
	line-height: 14px;
}

.copy span {
	display: block; 
	color: #079900;
}

.socials  {
	overflow: hidden;
	padding-top: 7px;
}

.socials a {
	float: left;
	display: block;
	width: 26px;
	height: 27px;
	background: url(images/socials.png) 0 0 no-repeat;
}

.socials a+a {
	margin-left: 8px;
	background-position: -34px 0;
}

.socials a:hover {
	opacity: 0.5;
}

.socials a+a+a {
	background-position: -69px 0;
}

.socials a+a+a+a {
	background-position: -103px 0;
}

.socials a+a+a+a+a {
	background-position: right 0;
}
/*==================================RESPONSIVE LAYOUTS===============================================*/
@media only screen and (max-width: 1024px) {
	.main {
		width: auto !important;
		margin: 0 !important;
	}
}
@media only screen and (max-width: 995px) {
 body {
 min-width: 768px;
}

.bann.bx1 {
	width: 119px;
}

#tabs ul li {
	min-width: 25% !important;
}

h2 {
	padding-top: 70px;
}

h2 span {
	font-size: 20px;
	color: #000;
	
}
#newsletter .success {
	-width: 100%;
}

.text1 {
	line-height: 24px;
}

 .nowrap {
 white-space: normal;
}


 .map address {
 float: left;
 margin-right: 30px;
}

 .map address+address {
 	margin-top: 0;
 }
 .map figure,  .map figure iframe,  #form input,  #form textarea,  #form .success {
 width: 100% !important;
 float: none;
}
 #form .success {
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -o-box-sizing: border-box;
 box-sizing: border-box;
}
 .map figure {
 height: auto !important;
}
 .extra_wrapper {
 overflow: visible;
}

.map figure {
	margin-bottom: 15px;
}


.slider_wrapper {
	height: 360px !important;
}

#newsletter input {
	width: 100% !important;
}

#newsletter  a.btn {
	float: none !important;
}

.com {
	width: 151px;
}
}
@media only screen and (max-width: 767px) {
 body {
 min-width: 420px;
}

footer .main .grid_2 {
	width: 50% !important;
	float: left !important;
}

.banners.bn1 .clear {
	height: 0px;
}

.banners.bn1 .bann {
	margin-top: 35px;
}

.clear1 {
	clear: both;
}

.com {
		width: auto;
	float: none;
	margin: 0;
	margin-top: 30px;
}


.banners, .logos {
	margin: 0 !important;
}

.bann.bx1 {
	width: auto;
	float: none;
	margin: 0;
	margin-top: 30px;
}

.ver_sep {
	padding-right: 0;
	padding-bottom: 0;
}


.ver_sep:after  {
	display: none;

}


#newsletter {
	overflow: hidden;
	padding-bottom: 45px;
}

.img_inner {
width: 100% !important;
float: none !important;
margin-right: 0 !important;
margin-bottom: 20px !important;
}

.img_inner img {
	width: 100%;
}

 header {
 position: relative;
}
 header h1 {
 float: none;
}
 header h1 a {
 height: auto;
 margin: 0 auto !important;
 text-align: right;
}
 header h1 a img {
 margin: 0 auto;
}

 .map figure iframe {
 width: 100%;
 height: 300px;
}
 .map address {
 	margin-right: 0;
}

 .map address+address {
 	margin-left: 20px;
 }
 .content .noresize {
 width: auto !important;
 float: left !important;
 margin-right: 20px !important;
 margin-top: 4px !important;
}


 .img_inner {
 margin-top: 20px;
}



.slider_wrapper {
	height: 300px !important;
}
}
@media only screen and (max-width: 479px) {
 body {
 min-width: 300px;
}

.caption {
	left: 20px !important;
}


h2 {
	font-size: 35px;
}

h2 span {
	font-size: 20px;
	color: #000;
}

header h1 {
	float: none !important;
}

 .map address {
 	float: none;
 }

 .map address+address {
 	margin-left: 0px;
 	margin-top: 20px;
 }

 .map figure iframe {
 width: 100%;
 height: 200px;
}


}
