/**/
@import "../css/reset.css";
@import "../css/skeleton.css";
@import "../css/superfish.css";
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
@import url(//fonts.googleapis.com/css?family=Changa+One);



html {
	width: 100%;
}

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

* {
	-webkit-text-size-adjust: none;
}


body {
	font: 13px/18px   "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#051A7E;
	position:relative;
	min-width:960px;
	background: #fff;

}


h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	color: #660a0a;
	font-weight: normal;

}

h2 {
	font-size: 65px;
	line-height: 72px;
	color: #bc1414;
	font-weight: 300;
	letter-spacing: 3px;
	margin-bottom: 22px;
}

h2 strong {
	font-weight: 800;
	font-size: 95px;
	line-height: 98px;
	display: block;
	padding-top: 1px;
	letter-spacing: 0px;
}

h3 {
	color: inherit;
	text-transform: none;
	margin-bottom: 23px;
	font: 30px/28px 'Sylfaen', cursive;
}

h4 {
	font-size: 39px;
	line-height: 45px;
	font-weight: 300;
	color: 6660a0a;
	letter-spacing: 1px;
}

h4 strong {
	line-height: 51px;
	font-size: 51px;
	position: relative;
	top: -2px;
	font-weight: 800;
}

h4 span {
	position: relative;
	top: 6px;
}
h5 {
	position: relative;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	color: #660a0a;
	font-size: 12px;
}
p {
	margin-bottom: 18px;
}

p.p1 {
	margin-bottom: 26px
}

p.p2 {
	margin-bottom: 22px
}

img {
	max-width: 100%;
}

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

ul.list li{
	background: url(../images/marker.png) 0 6px no-repeat;
	margin-bottom: 9px;
	padding-left: 15px;
	color: #051A7E;
	text-transform: uppercase;
	font: 800 12px/18px 'Open Sans', sans-serif;
	margin-bottom: 6px;
}

ul.list li a:hover	 {
	color: #DD1515;
}

ul.list1 .count {
	float: left;
	width: 51px;
	margin-top: 5px;
	margin-right: 20px;
	text-align: center;
	height: 51px;
	background: #660A0A;
	border-radius: 3px;
	font-size: 36px;
	line-height: 50px;
	color: #fff;
	font-weight: bold;
}

ul.list1 li {
	overflow: hidden;
}


ul.list1 li+li {
	border-top: 1px solid #051A7E;
	padding-top: 20px;
	margin-top: 25px;
}

/*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: #660A0A;
}

a.link1 {
	color: #051A7E;
	text-decoration: underline;
	text-transform: uppercase;
	display: inline-block;
	font: 800 12px/18px 'Open Sans', sans-serif;;
	display: inline-block;
	position: relative;
	margin-top: 1px;
}

a.link1:hover {
	color: #CC1414;
}



a.link-1 {
	color: #051A7E;
}

a.link-1:hover {
	color: #CD0000;
}
/*preclass*/

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

.ind1 {
	margin-top: 11px;
}

.pad0 {
	padding: 0 !important;
}

.pad1 {
	padding-right: 5px;
}

.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;
 border: 1px solid #051A7E;
 margin-bottom: 0px;
}

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

.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;
}

.text1 {
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 11px;
	font: 800 18px/20px 'Open Sans', sans-serif;;
}


/*header*/

header {
	display: block;
	padding-top: 30px;
}


header h1 {
	float: left;
	padding-top: 0px;
}
header h1 a {
	display: block;
	overflow: hidden;
	margin: 0 auto;
	width: 265px;
	height: 160px;
	text-indent: -999px;
	transition: 0s ease;
	-o-transition: 0s ease;
	-webkit-transition: 0s ease;
}

header h1 a img {
	display: block;	
}

header address {
	display: block;
	margin-right: 80px;
	padding-top: 40px;
	float: right;
	font: 700 13px/18px 'Open Sans', sans-serif;
	margin-bottom: 33px;

}

header .phone {
	float: right;
	padding-top: 40px;
	font: 600 14px/18px 'Open Sans', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 33px;
}

header .phone strong {
	display: block;
	font-weight: 800;
	font-size: 24px;
	letter-spacing: 3px;
	padding-top: 5px;
}

.slogan {
	background: url(../images/man_bg2.jpg) center 0 no-repeat;
	margin-top: -4px;
	padding: 85px 0 80px;
	border-bottom: 1px solid #fff;
}

.car_wrap {
	background: #660A0A;
	border-top: 6px solid #fff;
	margin-top: 50px;
	position: relative;
}

.carousel1 {
	cursor: default !important;
	height: auto !important;
}

.car_wrap .rel>div {
	margin-left: -20px;

}

.carousel1 li {
	position: relative;
	float: left;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	color: #fff;
	overflow: hidden;
}


.caroufredsel_wrapper {
height: 305px !important;
}
.carousel1 li a {
	position: absolute;
	bottom: -41px;
	font: 800 12px/18px 'Open Sans', sans-serif;
	display: block;
	color: #fff;
	text-transform: uppercase;
	background: #ab0000;
	left: 0;
	right: 0;
	padding: 12px 20px 11px;
}

.carousel1 li>div {
	padding: 33px 40px 0 20px;
}

.carousel1 h3 {
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

.carousel1 p {
	padding-right: 15px;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	margin-bottom: 0;
	padding-bottom: 68px;
}

.carousel1 li:hover {
	background: #fff;
	color: #ab0000;
}

.carousel1 li:hover  a{
	bottom: 0;
	
}


.carousel1 li a:hover {
	background: #fff;
	color: #ab0000;
}

a.prev {
	display: block;
	width: 52px;
	height: 52px;
	background: url(../images/prevnext.png)  0 bottom no-repeat;
	position: absolute;
	right: 52px;
	bottom: -80px;
}

a.prev:hover {
	background-position: 0 0;
}
a.next {
	display: block;
	width: 52px;
	position: absolute;
	height: 52px;
	bottom: -80px;
	right: 0;
	background: url(../images/prevnext.png) right bottom no-repeat;
	
}

a.next:hover {
	background-position: right 0;
}

/*Content*/


.content {
	border-top: 4px solid #051a7e;
	margin-top: -4px;
	padding-bottom: 70px;
	
}

.content h4 {
	padding-top: 46px;
	margin-bottom: 18px;
}


.content.page1 h4 {
	padding-top: 0;
	margin-top: -5px;
	margin-bottom: 0;
}

.content.page1 {
	padding-top: 51px;
	margin-top: 0;
	padding-bottom: 73px;
}

.banner {
	border: 1px solid #051a7e;
	color: #ab0000;
	font: 16px/20px 'Sylfaen', cursive;
	text-transform: none;
	padding: 20px 22px 19px;
	margin-top: 3px;
}

.banner+.banner {
	margin-top: 13px;
}

.banner a:hover {
	color: #051a7e;
}

.content time {
	color: #660a0a;
}

.content.page1 time {
	padding-top: 44px;
	color: #ab0000;
	margin-bottom: 12px;
	display: block;
	font: 24px/18px 'Sylfaen', cursive;
}

blockquote {
	padding-top: 5px;
}

blockquote+blockquote {
	padding-top: 27px;
	margin-bottom: 20px;
}

blockquote p {
	letter-spacing: -0.5px;
	margin-bottom: 0;
	border: 1px solid #e4ede9;
	border-radius: 10px;
	padding: 24px 10px 32px 30px;
	background: url(../images/quotes.png) 15px 14px no-repeat #f0f6f3;
}

.bq_bot {
	position: relative;
	padding: 17px 0 0;
	z-index: 999;
	background: url(../images/bq_bot.png) 65px 0 no-repeat;
	margin-top: -1px;
	text-align: right;
	color: #ab0000;
}

.box {
	background-color: #f0f6f3;
	padding: 20px 15px 12px;

}

.box  img{
	margin-bottom: 10px;
}

.boxes.b1 {
	margin: 0 -10px;
	padding-top: 5px;
}

.boxes.b2 {
	padding-top: 5px;
}

.boxes.b2 .box {
	padding-bottom: 13px;
}

.boxes.b1 .box {
	float: left;
	width: 150px;
	margin: 0 10px;
}
.boxes .clear {
	height: 20px;
}

.content ul.list {
	padding-top: 3px;
	margin-bottom: 39px;
}

/****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;
 display: block;
 margin-bottom: 26px;
}
.map figure iframe {
	width: 100%;
	height: 305px;
	max-width: 100%;
}

.map address {
	margin-bottom: 19px;
}

.map address strong {
	color: #660a0a;
}

address dd span {
	min-width: 80px;
	display: inline-block;
	text-align: left;
}




/************Footer***********/

footer {
	display: block;
	font: bold 11px/16px 'Open Sans', sans-serif;
	border-top: 1px solid #051a7e;
	color: #051a7e;
	padding: 49px 0;
	text-transform: uppercase;
	letter-spacing: 1px
	

}


footer img {
	display: block;
	padding-top: 5px;
	margin-bottom: 3px;
}

/**to top**/
#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:180px;
	left: 50%;
	margin-left: 550px;
	overflow:hidden;
	width:30px;
	height:18px;
	border:none;
	text-indent:-999px;
	z-index:20;
	background:url(../images/totop.png) no-repeat left bottom;
	transition: 0s ease;
	-o-transition: 0s ease;
	-webkit-transition: 0s ease;
}
#toTop:hover {
	outline:none;
	background-position: 0 0;
}

/*==================================RESPONSIVE LAYOUTS===============================================*/

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

.boxes.b1 {
	margin: 0;
}

.boxes.b1 .box {
	width: 100px;
}



.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 ;
}


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

.fleft {
	margin-bottom: 5px !important;
}

.caroufredsel_wrapper {
height: 390px !important;
}

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

.carousel1 li>div {
	padding: 33px 20px 0 30px;
}

.content.page1 h4 {
	margin-bottom: 20px;
}

.slogan {
	background: #E3F0E9;
}

.carousel1 h3 {
	font-size: 20px;
	line-height: 25px;
}

.banner {
	margin-top: 25px;
}

.map address  {
	float: none;
	margin-right: 0px;
}


.map address {
	margin-right: 0px;
	margin-bottom: 20px;
}

.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;
}


.copy {
	padding-top: 10px;
}

header h1 {
	float: none;
	position: relative;	
	padding-left: 0;
	padding-bottom: 0;
}

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

header h1 a img {
	width: 100%;
	right: -72px;
}

header .phone {
	float: none;
	text-align: center;
}

header address {
	text-align: center;
	float: none;
	margin-right: 0;
}

.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;
}

h2  {
	font-size: 30px;
	line-height: 35px;
} 

h2+strong {
	display: block;
	padding-right: 60px;
}

h2+strong br {
	display: none;
}

h2 strong {
	font-size: 35px;
	line-height: 40px;
}

.boxes .clear {
	height: 0;
}

.boxes.b1 {
	margin: 0;
}

.boxes.b1 .box {
	float: none;
	width: auto;
}

.box {
	margin: 0 0 20px !important;

}

.box img {
	width: 100%;
}

.caroufredsel_wrapper {
height: 325px !important;
}
footer>div>div, footer .fright {
	float: none !important; 
}

footer ul {
	margin-bottom: 0 !important;
}

}
 @media only screen and (max-width: 479px) {

.caroufredsel_wrapper {
height: 415px !important;
}


body {
min-width:300px;
}

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




}
