/**/
@import "../css/reset.css";
@import "../css/skeleton.css";
@import "../css/superfish.css";
@import url(http://fonts.googleapis.com/css?family=Dosis:500);



html {
	width: 100%;
}

 a[href^="tel:"] {
color: inherit;
text-decoration:none;
}




body {
	font: 12px/20px Arial, Helvetica, sans-serif;
	color:#5f5f4d;
	position:relative;
	min-width:1000px;
	height: 100%;
	min-height: 100%;
	background: url(../images/bg_body.png) center 0 repeat-x #9fa6b0;
}


html, body {
	height:100%;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Dosis', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	color: #484839;
}

h2 {
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 23px;
}

h3 {
	font-size: 30px;
	line-height: 30px;
	padding-top: 34px;
	margin-bottom: 32px;
}

h4 {
	font-size: 24px;
	line-height: 18px;
	color: #fff;
	margin-bottom: 32px;
}

p {
    margin-bottom: 20px;
}


img {
	max-width: 100%;
}

address {
	font-style: normal;
}
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.list {
	margin-top: -10px;
}

ul.list.l1 {
	margin-top: 0px;
	padding-top: 9px;
	margin-bottom: 27px;
}

ul.list.l2 {
	margin-top: -1px;
}

ul.list.l3 {
	margin-top: -2px;
	margin-bottom: 13px;
}

ul.list li {
	line-height: 40px;
	padding-left: 40px;
	text-transform: uppercase;
	background: url(../images/marker.png) 0 7px no-repeat;

}

ul.list1 li:first-child {
	margin-bottom: 19px;
}

ul.list1 li {
	margin-bottom: 19px;
}

ul.list1 .extra_wrapper {
	padding-top: 1px;
}

ul.list1 .date {
	float: left;
	font-weight: bold;
	margin-right: 4px;
}

ul.socials {
	margin-top: -10px;
}

ul.socials li {
	padding-left: 50px;
	position: relative;
}

ul.socials a {
	line-height: 40px;
}

ul.socials a:after {
	content: '';
	display: block;
	width: 32px;
	left: 0px;
	top: 4px;
	height: 32px;
	position: absolute;
	background: url(../images/socials.png) 0 0px no-repeat;
}

ul.socials li.tw a:after {
	background-position: 0 -40px;
}


ul.socials li:first-child+li+li a:after {
	background-position: 0 -80px;
}

ul.socials li:first-child+li+li+li a:after {
	background-position: 0 -120px;
}

ul.socials li:first-child+li+li+li+li a:after {
	background-position: 0 bottom;
}




/*links*/

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: rgba(0,0,0,1);
    font-size: 13px;
}

a.btn {
	background: url(../images/btn_bg.png) 0 0 repeat-x #f7f7f7;
	border-bottom: 1px solid #dadada;
	border-top: 1px solid #f0f0f0;
	border-left: 1px solid #f1f1f1;
	border-right: 1px solid #f1f1f1;
	display: inline-block;
	font-size: 10px;
	text-transform: uppercase;
	color: #a6a6a6;
	line-height: 12px;
	padding: 12px 24px 14px;
	border-radius: 5px;
	margin-top: 24px;
}

a.btn:hover {
	background: #f3f00d;
	color: #111;
	border-color: #999;
}

a.yell {
	background: #f3f00d;
		display: block;
	padding: 9px 20px 11px;
}

a.yell:hover {
	background: #fff;
	color: inherit;

}

a.btn.btn1 {
	margin-top: 14px;
}


/*preclass*/

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

.pt0 {
	padding-top: 0;
}

.pad1 {
	padding-right: 30px;
}

.pad2 {
	padding-right: 60px;
}

.pad3 {
	padding-right: 20px;
}

.img_inner {
	margin-top: 5px;
	max-width: 100%;
	margin-bottom: 25px;
	 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -o-box-sizing: border-box;
 box-sizing: border-box;
}

.fleft {
	float: left;
	margin-right: 20px;
	margin-top: 0px;
	margin-bottom: 0;
}

.fright {
	float: right !important;	
}

.upp {
	text-transform: uppercase;
}

.alright {
	text-align: right;
}
.center {
	text-align: center;
}
.wrapper, .extra_wrapper {
	overflow: hidden;
}
.clear {
	float: none !important;
	clear: both;
}

.hor_separator {
	border-bottom: 1px solid #e5e5e5;
	padding-top: 40px;
	margin-bottom: 11px;
}

.hor_separator.hor1 {
	padding-top: 36px;
}


time {
	display: inline-block;
	color: #8e8d72;
	background: #f3f00d;
	padding: 5px 10px 5px 10px;
	font-weight: bold;
	min-width: 50px;
	margin-bottom: 5px;
}
/*header*/

.main {
	width: 1000px;
	margin: 0 auto;
}

header {
	display: block;
	padding-top: 34px;
	padding-bottom: 19px;
}

header h1 {
	float: left;
}
header h1 a {
	display: block;
	overflow: hidden;
	margin: 0 auto;
	width: 251px;
	height: 63px;
	text-indent: -999px;
}

header h1 a img {
	display: block;	
}

.page1_block {
	background: url(../images/page1_block_bg.png) 0 bottom repeat-x #f7f310;
}

.page1_block>div {
	background: url(../images/banner_separator.png) 0 0 repeat-y;
}

.banner {
	text-align: center;
	padding: 156px 30px 49px;
}

.banner p {
	margin-bottom: 0;
}


.banner.ic1 {
	background: url(../images/icon1.png) center 40px no-repeat;
}

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

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

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


/*Content*/


.content {
	background: #fff;
	padding-bottom: 39px;
	padding-top: 11px;
}

.content.page1 {
	padding-top: 0;
	padding-bottom: 40px;
}

.content.page1 img.img_inner {
	margin-top: 1px;
	margin-bottom: 0;
}

.content.page1 h3  {
	margin-bottom: 33px;
}

.block1 {
	padding-top: 5px;
	margin-bottom: 20px;
}

.bottom_block {
	color: #fff;
	padding-bottom: 29px;
	padding-top: 41px;
	background: url(../images/b_block_bg.png) center 0 no-repeat #878e98;
}


blockquote div {
	color: #46494d;
	font-weight: bold;
	margin-right: -30px;
	padding-top: 20px;
}

.bottom_block img {
	margin-top: 4px;
}

.tweet a {
	color: #f3f00d;
}

.tweet a:hover {
	color: #fff !important;
}

.tweet .tweet_time {
	display: block;
}

.tweet .tweet_time a {
	color: #46494d;
	font-size: 11px;

}

.tweet_list li:first-child {
	margin-top: 0;
}
.tweet_list li {
	margin-top: 20px;
}


.block1 {
	overflow: hidden;
	margin-bottom: 15px;
}

.block1 img.img_inner.fleft{
	margin-right: 15px;

}

.block1 a {
	position: relative;
	top: -4px;
}

.block2 {
	padding-top: 2px;
}

.block2 img.img_inner.fleft {
	margin-top: 4px;
}

.signature {
	text-align: right;
	margin-top: 6px;
	padding-top: 31px;
	background: url(../images/signature.png) right 0 no-repeat;
}

.services .clear {
	height: 31px;
}

.block3 {
	padding-top: 1px;
}

.block3 img.img_inner.fleft {
	margin-top: 4px;
}
/****Map***/

.map {
	padding-top: 5px;
}

.map figure {

		 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -o-box-sizing: border-box;
 box-sizing: border-box;
 margin-bottom: 25px;
 display: block;
}
.map figure iframe {
	width: 100%;
	height: 250px;
	max-width: 100%
}

.map p {
	display: block;
	padding-bottom: 10px;
}

address dd span {
	min-width: 84px;
	display: inline-block;
}

address dt p {
	margin-bottom: 10px;
}
/************Footer***********/

footer {
	display: block;
	padding-bottom:25px;
	color: #c8cdd5;
	text-align: right;
	text-transform: uppercase;
	background: #878e98;
	font-size: 11px;	
}

footer span {
	color: #f3f00d;
	display: inline-block;
	margin:  0 5px;
}

footer>div>div {
	padding-top: 21px;

}
footer.page1>div>div{border-top: 1px solid #9fa5ad;
	padding-top: 20px;
}

@media only screen and (max-width: 1366px) {
	* {
		-webkit-text-size-adjust: none;
	}
}

/*==================================RESPONSIVE LAYOUTS===============================================*/
@media only screen and (max-width: 995px) {
 body {
min-width:768px;
}

header {
	width: 768px;
	margin: 0 auto;
}

blockquote div {
	margin-right: 0;
}

.main {
	width: auto;
	margin: 0;
}

.slider_wrapper {
	width: 768px;
	height: 384px !important;
}


 .map figure, .map figure iframe, #form input, #form textarea, #form .success {
 width: 100% !important;
}
 #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 ;
}


.pad1, .pad2, .pad3 {
	padding: 0;
}

.page1_block > div {
	background: none;
}

.banner {
	padding-left: 0;
	padding-right: 0;
}

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

.services .clear {
	height: 0px;
}

.services img.img_inner {
	margin-top: 31px !important;
}

.bottom_block {
	padding-top: 0;
}

.bottom_block h4 {
	padding-top: 30px;
}

header {
	width: 420px;
}

img.img_inner.noresize {
	width: auto !important;
	float: left !important;
	margin-right: 20px !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

header h1 {
	margin-bottom: 20px;
}



.slider_wrapper {
	height: 210px !important;
	width: 420px;
}

.img_inner {
	width: 100%;
}


.img_inner.fleft {
	float: none;
	margin-top: 20px !important;
}



.img_inner {
 float: none !important;
margin-right: 0 !important;
margin-bottom: 20px !important;
margin-top: 10px !important;
}

.img_inner.mb0 {
	margin-bottom: 0 !important;
}


header h1 {
	float: none;
	position: relative;	
	padding-top: 10px;
}

header h1 a {
	margin: 0 auto;
	height: auto;
}

header h1 a img {
	width: 100%;
}


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


}
 @media only screen and (max-width: 479px) {
 
body {
min-width:300px;
}

.slider_wrapper {
	height: 150px !important;
	width: 300px;
}


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

header {
	width: 300px;
}

footer {
	font-size: 10px;
}
 }
.page1 .main .content .container_12 .grid_8 .pad3 table tr .style4 .style126 div {
	font-size: 12px;
}
.page1 .main .content .container_12 .grid_8 .pad3 table tr .style5 .style126 div {
	font-size: 12px;
}
.page1 .main .content .container_12 .grid_8 .pad3 table tr .style3 .style126 div {
	font-size: 12px;
}
.page1 .main .content .container_12 .grid_8 .pad3 table {
    text-align: center;
    color: #000;
}
.page1 .main .content .container_12 .grid_8 .pad3 table tr .style45 .style45 div {
	text-align: center;
}
.page1 .main .content .container_12 .grid_8 .pad3 table tr .style45 div {
	text-align: center;
}
#t8895 {
    color: #F4F2F2;
    font-size: 12px;
}
#jj33 {
	color: #000;
}
#jj33 {
	color: #000;
}
