/**/
@import "../css/reset.css";
@import "../css/skeleton.css";
@import "../css/superfish.css";
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,600,700);



html {
	width: 100%;
}

 a[href^="tel:"] {
color: inherit;
text-decoration:none;
}

* {
	-webkit-text-size-adjust: none;
}



body {
	font: 14px/21px  'Open Sans', sans-serif;
	color:#9fa6b0;
	position:relative;
	min-width:960px;
	background: #fff;

}

strong {
	color: #5b6a7f;
	font-weight: 600;
}

.privacy strong {
	font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	color: #5b6a7f;
	font-weight: normal;
}

h2 {
	font-size: 19px;
	line-height: 19px;
	font-weight: bold;
	border-bottom: 1px solid #e1e7eb;
}

p {
	margin-bottom: 21px;
}

p.p1 {
	margin-bottom: 10px;
}


img {
	max-width: 100%;
}

address {
	font-style: normal;
}
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}


ul.list {
	color: #5b6a7f;
	padding-top: 1px;
	margin-bottom: 2px;

}

ul.list li{
	padding-bottom: 10px;
	padding-left: 50px;
	background: url(../images/marker_2.png) 31px 7px no-repeat;
}

ul.list li+li {
	padding-top: 7px;
	border-top: 1px dotted #e1e7eb;
	background-position: 31px 14px;
}

ul.list a  {
	color: #5b6a7f;
	font-weight: 600;
}

ul.list a:hover {
	color: #9FA6B0;
}

ul.list1 a:hover {
	color: #9FA6B0;
}

ul.list1 .count {
	float: left;
	width: 40px;
	font-style: 
}

ul.list1 .count {
	font-weight: bold;
	color: #5b6a7f;
	padding-top: 6px;
	font-size: 36px;
}


ul.list1 {
	padding-top: 1px;
}

ul.list1 li+li {
	margin-top: 23px;
}

ul.list1 a {
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	color: #5b6a7f;
	display: inline-block;
	margin-bottom: 3px;

}

ul.list2 .pricing{
	float: left;
	background: url("../images/f_time.png") repeat-x scroll 0 0 #F2F5F7;
	width: 128px;
	margin-top: 0px;
	padding-top: 15px;
	height: 100px;
	padding-left: 15px;
	margin-right: 16px;
	color: #5b6a7f;

}

ul.list2 .pricing>strong {
	font-weight: 	bold;
	font-size: 50px;
	line-height: 30px;
	display: block;
}

ul.list2 .pricing>strong>strong {
	font-weight: bold;

}

ul.list2 .pricing span {
	font-size: 24px;
	position: relative;
	top: -7px;
}

ul.list2 .pricing>span {
	display: block;
	padding-top: 19px;
	line-height: 22px;
}

ul.list2 .pricing em {
	font-weight: normal;
	font-size: 11px;
	position: relative;
	left: -28px;
	font-style: normal;
	letter-spacing: -1px;
	top: 16px;}

ul.list2 li .extra_wrapper {
	position: relative;
	top: -5px;
}

ul.list2 li .extra_wrapper strong {
	font-weight: normal;
}

ul.list2 li+li {
	margin-top: 20px;
}

ul.list2 li .extra_wrapper span {
	font-size: 12px;
	color: #5b6a7f;
}
/*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: #9fa6b0;
}


a.btn1 {
	margin-top: 16px;
	background: url(../images/btn_bg.png) 0 0 repeat-x;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	color: #5b6a7f;
	position: relative;
	line-height: 18px;
	padding: 9px 15px 11px;
	border: 1px solid #cad4dc;
	border-radius: 1px;
	border-top-color: #e1e7eb;
}

 a.btn1:hover {
	background: #465467;
	color: #fff;
	border-color: #465467;
	border-top-color: #2d3643;
}

a.btn1.m1 {
	margin-top: 38px;
}

a.link-1 {
	color: #5b6a7f;
	font-style: italic;
}

a.link-1:hover {
	color: #9fa6b0;	
}

/*preclass*/

.mb0 {
	margin-bottom: 0px !important;
}
.m0 {
	margin: 0 !important;
}

.pad0 {
	padding: 0 !important;
}


.pt0 {
	padding-top: 0;
}

.img_inner {
	max-width: 100%;
	 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -o-box-sizing: border-box;
 box-sizing: border-box;
 margin-top: 6px;
 margin-bottom: 20px;
}


.fleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 0;
}

.fright {
	float: right !important;	
}

.upp {
	text-transform: uppercase;
}

.rel {
	position: relative;
}

.alright {
	text-align: right;
}
.center {
	text-align: center;
}
.wrapper, .extra_wrapper {
	overflow: hidden;
}
.clear {
	float: none !important;
	clear: both;
}


/*header*/

header {
	display: block;
	padding-top: 41px;
	position: relative;
	box-shadow: 0 3px 8px #e1e7eb;
	z-index: 999;
}


header h1 {
	float: left;
	z-index: 910;
	margin-bottom: 29px;
}
header h1 a {
	display: block;
	overflow: hidden;
	margin: 0 auto;
	width: 292px;
	height: 72px;
	text-indent: -999px;
	transition: 0s ease;
	-o-transition: 0s ease;
	-webkit-transition: 0s ease;
}

header h1 a img {
	display: block;	
}

.cont_ph {
	padding-top: 4px;
	float: right;
	font-size: 17px;
	font-weight: 600;
	line-height: 19px;
	text-transform: uppercase;
	color: #5b6a7f;
}

.cont_ph img {
	margin-top: -1px;
	margin-right: 2px;
}

.cont_ph span {
	padding-top: 1px;
	line-height: 26px !important;
	display: block;
	font-size: 25px;
	color: #adb4bf;
}

.page1 .boxes {
	padding-top: 41px;
}

.boxes {
	padding-top: 60px;
}

.box_top {
	background: url(../images/box_bg.gif) 0 0 repeat-x #f2f5f7;
	padding-left: 32px;
	font-size: 15px;
	font-weight: bolder;
	border-radius: 4px 4px 0 0;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 1px;
	text-transform: uppercase;
}


.box_top  em {
	display: inline-block;
	margin-left: -13px;
	font-style: normal;
	padding-top: 10px;
	font-size: 16px;
	position: relative;
	top: -2px;
	text-transform: none;
	font-weight: normal;
}

.box_top strong {
	padding-top: 2px;
	display: block;
	margin-bottom: 13px;
	font-weight: 700;
	text-transform: uppercase	;
	font-size: 31px;
	color: #5b6a7f;
}

.box_top  img {
	padding-top: 16px;
	float: left;
	margin-right: 27px;
}

.box_top .price {
	display: inline-block;
	color: #5b6a7f;
	font-size: 34px;
		font-weight: normal;

}

.box_top .price span {
	font-size: 20px;
	position: relative;
	top: -5px;
}

.box_bot {
	background: url(../images/box_bot.png) 0 0 repeat-x #fff;
	padding: 17px 10px 23px 32px;
	border-radius: 0 0 4px 4px;
	border-bottom: 1px solid #e1e7eb;
	position: relative;
	z-index: 900;
}

.maxheight {
	position: relative;
}

.maxheight:after {
	width: 90%;
	left: 10%;
	margin-left: -5%;
		box-shadow: 0 3px 15px #e1e7eb;
	content: '';
	display: block;
	height: 20px;
	bottom: -0px;
	position: absolute;
}

.box_bot ul {
	color: #5b6a7f;
}

.box_bot ul li {
	background: url(../images/marker.png) 0 6px no-repeat;
	padding-left: 18px;
}

.box_bot ul li+li {
	margin-top: 2px;
}

.box_bot a.btn {
	margin-top: 15px;
	background: url(../images/btn_bg.png) 0 0 repeat-x #f2f5f7;
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	color: #5b6a7f;
	position: relative;
	text-transform: uppercase;
	line-height: 18px;
	padding: 9px 42px 11px 20px;
	border: 1px solid #cad4dc;
	border-radius: 1px;
	border-top-color: #e1e7eb;
}



.box_bot a.btn:after {
	display: block;
	content: '';
	width: 13px;
	height: 14px;
	right: 22px;
	position: absolute;
	top: 12px;
	background: url(../images/btn_arrows.png) 0 0 no-repeat;
}

.box_bot a.btn:hover:after {
	background-position: 0 bottom;
}

.box_bot a.btn:hover {
	background: #465467;
	color: #fff;
	border-color: #465467;
	border-top-color: #2d3643;
}

.nowrap {
	white-space: nowrap;
}

/*Content*/

.content {
	padding-bottom: 48px;

}

.content.page1 {
	padding-bottom: 50px;
}

.content.page1 h2 {
	padding-top: 47px;
	padding-bottom: 9px;
	margin-bottom: 14px;
}

.content h2 {
	padding-top: 57px;
	padding-bottom: 9px;
	margin-bottom: 14px;
}


.content h2.head1 {
	padding-top: 43px;
}

.ftime {
	display: block;
	float: left;
	background: url(../images/f_time.png) 0 0 repeat-x #f2f5f7;
	width: 67px;
	height: 57px;
	font-size: 31px;
	line-height: 19px;
	color: #5b6a7f;
	text-transform: uppercase;
	font-weight: bolder;
	padding-top:19px;
	margin-top: 6px;
	text-align: center;
	margin-right: 18px;
}

.ftime span {
	color: #adb4bf;
	font-size: 15px;
	display: block;
	padding-top: 6px;
}

a.banner {

	display: block;
	margin-top: 32px;
}

a.banner img {
	border-radius: 4px;
}

a.banner:hover img {
	opacity: 0.5;
}

a.banner+a {
	margin-top: 22px;
}

.content table {
	background: #f9fafa;
	font-size: 14px;
	line-height: 26px;
	text-align: center;
	vertical-align: middle;
	color: #5b6a7f;
	padding-top: 8px;
	border-bottom: 3px solid #f3f6f8;
	width: 100%;
}

.content table thead td{
	background: #5b6a7f;
	padding: 10px 0;
	font-size: 12px;
	line-height: 18px;
	color: #fff;
	text-align: center;
}

.content table tbody tr:first-child td:first-child{
	padding-top: 26px !important;

}

.content table td {
	vertical-align: middle;
}


.content table tbody>tr td:first-child, .content table tbody>tr td:first-child+td+td {
background: #f3f6f8;
}

.content table tbody>tr td:first-child {
	padding: 13px 10px;
	text-align: left;
	width: 195px;
}

/****Map***/

.map {
	padding-top: 6px;
}

.map p {
	margin-bottom: 25px;
}

.map figure {


		 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -o-box-sizing: border-box;
 box-sizing: border-box;
 display: block;
 margin-bottom: 19px;
 margin-top: 0 !important;
}
.map figure iframe {
	width: 100%;
	height: 399px;
	max-width: 100%;

}

.map address {
}

.map p {
	padding-top: 1px;
}

address dd span {
	min-width: 53px;
	display: inline-block;
	text-align: left;
}

.map address dt {
	margin-bottom: 11px;
}

.map address dd span {
	min-width: 90px;
}

/************Footer***********/

footer {
	display: block;
}

footer>div>div {
	border-top: 1px solid #e1e7eb;
	padding: 24px 0 10px;
}

footer ul {
	overflow: hidden;
	margin-bottom: 8px;
}

footer ul li {
	float: left;
	font-size: 15px;
	font-weight: 600;
}




footer  a:hover, footer ul li.current a {
	color: #5b6a7f;
}

footer ul li+li {
	margin-left: 24px;
}

.socials {
	float: right;
	overflow: hidden;
	margin-top: -1px;
}

.socials a {
	height: 30px;
	width: 30px;
	display: block;
	float: left;
	border-radius: 500px;
}

.socials a:hover {
	background-color: #5b6a7f !important;
}

.socials a+a {
	margin-left: 6px;
}

.socials a:first-child {
	background: url(../images/fb.png) center center no-repeat;
}

.socials a:first-child+a {
	background: url(../images/twitter.png) center center no-repeat;
}

.socials a:first-child+a+a {
	background: url(../images/rrs.png) 9px center no-repeat;
}
/**to top**/
#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:180px;
	left: 55%;
	margin-left: 500px;
	overflow:hidden;
	width:33px;
	height:33px;
	border:none;
	text-indent:-999px;
	z-index:20;
	background:url(../images/totop.png) no-repeat left 0;
	transition: 0s ease;
	-o-transition: 0s ease;
	-webkit-transition: 0s ease;
}
#toTop:hover {
	outline:none;
	background-position: right 0;
}


/*==================================RESPONSIVE LAYOUTS===============================================*/

@media only screen and (max-width: 995px) {
 body {
min-width:768px;
}

.nowrap {
	white-space: normal;
}

.boxes .extra_wrapper {
	overflow: hidden !important;
}

.box_top strong {
	font-size: 20px;
}

.box_top em {
	margin-left: 0;
	top: 0;
}

.map address  {
	float: left;
	margin-right: 50px;
}
.box_bot a.btn {
	font-size: 11px;
}


.map p {
	padding-top: 20px;
}

 .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 ;
}


.pad2, .pad3 {
	padding: 0;
}

.slider_wrapper {
	height: 392px !important;
}

.camera_pag {
	bottom: 20px !important;
}

.caption {
	width: 400px !important;
	top: 100px !important;
}

.caption p {
	display: none !important;
}

.caption.cap2 {
	width: 585 !important;
}

.list1 .extra_wrapper {
	overflow: hidden;
}

}
 @media only screen and (max-width: 767px) {
 body {
min-width:420px;
}


.ftime+.extra_wrapper {
	margin-bottom: 25px;
}

.content table tbody>tr td:first-child {
	padding-right: 0;
	text-align: left;
	width: auto;
}

.map address  {
	float: none;
	margin-right: 0px;
}


#form1 label {
	padding-top: 10px !important;
	float: none;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.img_inner.fleft {
	float: none;
	margin-bottom: 13px;
}


.img_inner {
width: 100%;
float: none !important;
margin-right: 0 !important;
margin-bottom: 20px !important;
margin-top: 20px !important;
}

.stat {
	position: static;
}

header {
	background-position: center 100px;
	padding-bottom: 155px;
	position: relative;
}
header h1 {
	float: none;
	top: 0;
	padding-left: 0;
	padding-bottom: 0;
}

header h1 a {
	margin: 0 auto;
	height: auto;
}

.cont_ph {
	float: none;
	text-align: center;
}

header h1 a img {
	width: 100%;
	right: -72px;
}

.map figure iframe {
	width: 100%;
	height: 300px;
}

.map address {
	float: none;
	margin-right: 0;
}

.content .noresize {
	width: auto !important;
	float: left !important;
	margin-right: 20px !important;
}

	.caption {
		top: 50px !important;
		width: 200px !important;
	}
 
 	.caption, .caption span {
font-size: 22px !important;
line-height: 30px !important;
 	}

 	.caption span.of {
 		padding-left: 0 !important;
 	}

.pad1 {
	padding-left: 0;
}

.slider_wrapper {
	height: 217px !important;
}

.boxes .maxheight {
	margin-bottom: 25px;
}

footer ul {
	display: none;
}

}
 @media only screen and (max-width: 479px) {


.camera_pag {
	left:  auto  !important;
	right: 10px !important;
	bottom: 10px !important;
	margin-left: 0 !important;
}

.slider_wrapper {
	height: 155px !important;
}

	.caption {
		top: 10px !important;
		width: 200px !important;
	}
 

body {
min-width:300px;
}

 .map figure iframe {
	width: 100%;
	height: 200px;
}


}
