@import "reset.css";
@import "skeleton.css";
@import "superfish.css";


@import url(//fonts.googleapis.com/css?family=Roboto);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400);
@import url(//fonts.googleapis.com/css?family=Open+Sans:300);

html {
	width: 100%;

}

a[href^="tel:"] {
 color: inherit;
 text-decoration: none;
}

* {
	-webkit-text-size-adjust: none;
}

body {
	position: relative;
	min-width: 960px;
    background-color: #222222;
    color: #b4b4b4;
    font: 14px/20px 'Roboto', sans-serif;
}


strong {
	font-weight: 700;
}

address {
	font-style: normal;
}

p {
	margin-bottom: 20px;
}


input {
	border-radius: 0 !important;
	outline: none !important;
}


img {
	max-width: 100%;
}



/****Heads****/


h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
	color: #202020;
    font-weight: normal;
}

h2 {
    padding-top: 48px;
    font-size: 72px;
    letter-spacing: 4px;
    line-height: 80px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 300;
    position: relative;
    text-align: center;
    margin-bottom: 214px;
}

h2:after {
    position: absolute;
    width: 140px;
    height: 2px;
    background-color: #fff;
    left: 50%;
    margin-left: -70px;
    top: 38px;
    content: '';
}

.page1 .content h2 {
    padding-top: 29px;
    font-size: 48px;
    line-height: 56px;
    color: #222;
    letter-spacing: 5px;
    margin-bottom: 19px;
}

.page1 .content h2:after {
    display: none;
}

h3 {
    font-weight: 300;
    font-size: 30px;
    line-height: 30px;
    text-transform: uppercase;
    padding-top: 55px;
    margin-bottom: 21px;
    letter-spacing: 3px;
}

h5 {
    padding-top: 52px;
    margin-bottom: 17px;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
}

h5.head1 {
    padding-top: 38px;
}

/****Lists****/


ul {
	padding: 0;
	margin: 0;
	list-style: none;
}


ul.list li {
    background: url(../images/marker1.png) 0 8px no-repeat;
    padding-left: 17px;
}

ul.list li a:hover {

}

ul.list  li+li {
    margin-top: 10px;
}

ul.list ul {
    margin-top: 10px;
}

ul.list1 .count {
    width: 60px;
    height: 60px;
    margin-right: 20px;
    float: left;
    border-radius: 500px;
    color: #fff;
    margin-top: 2px;
    text-align: center;
    font: 40px/59px 'Open Sans', sans-serif;
    background-color: #12559c;
}

ul.list1 li {
    overflow: hidden;
}

ul.list1 li+li {
    margin-top: 18px;
}


/****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: #12559c;
}

/****classes****/

.mb0 {
	margin-bottom: 0px !important;
}
.m0 {
	margin: 0 !important;
}
.pad0 {
	padding: 0 !important;
}

.pad1 {
}


.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-bottom: 14px;
	margin-top: 6px;
}



.fleft {
	float: left;
	width: auto !important;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-top: 6px;

}


.oh {
	overflow: hidden;
}
.fright {
	float: right !important;
}
.upp {
	text-transform: uppercase !important;
}

.alright {
	text-align: right;
}
.center {
	text-align: center;
}
.wrapper, .extra_wrapper {
	overflow: hidden;
}
.clear {
	float: none !important;
	clear: both;
}

.nowrap {
    white-space: nowrap;
}
/*header*/

header {
    text-align: center;
	display: block;
    padding-bottom: 0px;
    background: #12559c;
}

header h1 {
	position: relative;
	text-align: center;
    margin-bottom: 30px;

}

header h1 a {
	display: inline-block;
	overflow: hidden;
	width:  288px;
    height: 123px;
	font-size: 0;
	line-height: 0;
	
	text-indent: -999px;
	transition: 0s ease;
	-o-transition: 0s ease;
	-webkit-transition: 0s ease;
}

header h1 a img {
	display: block;
}

.page1_block {
    padding-bottom: 45px;
    background: url(../images/slide.jpg) center 0 no-repeat;
}

#search {
    overflow: hidden;
    padding-top: 40px;
    margin-bottom: 35px;
    float: right;
    position: relative;
}

#search .rel {
    position: relative;
}


#search label {
    display: block;
}

#search  .rel {
    float: left;
}


#search input {
     width: 220px;
     border: none;
     background: #3b3b3b;
     height: 38px;
     border-radius: 6px !important;
     padding: 8px 16px 12px;
     font: 14px/18px 'Roboto', sans-serif;
     color: #8b8b8b;
     border-radius: 4px;
     box-sizing: border-box;
    -webkit-appearance: none;
    -moz-box-sizing: border-box; /*Firefox 1-3*/
    -webkit-box-sizing: border-box; /* Safari */
}

#search a {
    cursor: pointer;
    display: inline-block;
    border-radius: 6px;
    background-color: #12559c;
    color: #222;
    text-transform: uppercase;
    font: 18px/20px 'Open Sans', sans-serif;
    padding: 8px 15px 10px 21px;
    margin-top: 12px;
    letter-spacing: 2px;
}

#search a:hover {
    background-color: #3b3b3b;
    color: #8b8b8b;
}

.page1_block1 .title {
    padding-top: 25px;
    letter-spacing: 2px;
    font: 300 48px/56px 'Open Sans', sans-serif;
    color: #fff;
}

.block1 {
    padding-top: 56px;
    background: url(../images/block1_bg.png) 0 0 repeat-x #fff;
}

.round {
    display: block;
    position: relative;
    border-radius: 500px;
    background-color: #b3b2b2;
}


.round:after {
    content: '';
    width: 98px;
    left: 50%;
    margin-left: -49px;
    position: absolute;
    top: -22px;
    background-color: #fff;
    display: block;
    height: 2px;
}

.round  .label {
    left: 35px;
    right: 35px;
    bottom: 0;
    top: -6px;
    font-weight: bold;
    text-align: center;
    position: absolute;
    color: #222;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

.round  .label:after {
    position: absolute;
    content: '';
    background: url(../images/round_bg.png) 0 0 no-repeat;
    width: 45px;
    height: 23px;
    bottom: 54px;
    left: 50%;
    margin-left: -22px;
}

.round .title {
    position: relative;
    top: -1px;
    margin-bottom: 22px;
    font: 18px/24px 'Open Sans', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.round img {
    opacity: 0;
    box-shadow: 0 0 #fff;
    border-radius: 500px;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

.round:hover img {
    opacity: 1;
}

.round:hover .label {
    opacity: 0;
}

.round:hover:after {
    background-color: #292929;
}

.st1 {
    text-align: center;
    padding: 0 20px;
    position: relative;
}

.st1:after {
    position: absolute;
    content: '';
    height: 2px;
    background-color: #464646;
    width: 140px;
    left: 50%;
    margin-left: -70px;
    bottom: -29px;
}

/**Content**/
.content {
    padding-bottom: 82px;
    background-color: #fff;

}

.page1  .content {
    padding-bottom: 78px;
}

.bottom_block {
    padding-bottom: 19px;
    letter-spacing: 1px;
    padding-top: 28px;
    color: #fff;
    text-transform: uppercase;
    font: 18px/24px 'Open Sans', sans-serif;
    background-color: #353535;
}

.b_phone {
    font-size: 72px;
    line-height: 40px;
    padding-top: 2px;
    letter-spacing: 3px;
    font-weight: 300;
}

.hours {
    margin-top: -9px;
    line-height: 22px;
    text-transform: none;
}

.bq1 {
    padding-left: 32px;
    padding-right: 34px;
    background: url(../images/quotes.png) 0 0 no-repeat;
}

.bq1+.bq1 {
    margin-top: 21px;
}

.td {
    text-decoration: underline;
}

.blocks1 {
    overflow: hidden;
    margin: -23px -10px 0;
}

.blocks1>div {
    width: 193px;
    float: left;
    margin: 23px 10px 0;
}

.round1 {
    width: 220px;
    height: 220px;
    display: block;
    text-align: center;
    margin-top: 60px;
    border-radius: 500px;
    background-color: #12559c;
    color: #222 ;
    padding: 0 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.round1 .title {
    padding: 50px 10px 0;
    letter-spacing: 2px;
    font: 18px/24px 'Open Sans', sans-serif;
    text-transform: uppercase;
    margin-bottom: 22px;
}

.round1:hover {
    background-color: #222222;
}

h3.ls {
    letter-spacing: normal;
}

.mb1 {
    margin-bottom: 24px;
}

h3.head1 {
    padding-top: 51px;
}

/**Map**/

.col1 {
    color: #12559c;
}

.col1 a:hover {
    color: #222;
}

.col2 {
    color: #222;
}

.map {
    overflow: hidden;
    padding-top: 6px;
    padding-right: 57px;
    position: relative;
    position: relative;
}
 

.map figure {

    position: relative;
	display: block;
    margin-bottom: 14px;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}


.map figure iframe {
	width: 100%;
	height: 283px;
	max-width: 100%;
}
.map address {
    float: left;
	display: block;
}

.link-1{
    color: #fff;
}

a.link-1:hover {
    color: #bd8059;
}



.map address+address {
    margin-left: 72px;
}

 address dd span {
	min-width: 93px;
	display: inline-block;
	text-align: left;
}

.map address dd span.col1 {
	min-width: 0;
}


/**Footer**/
footer {
	display: block;
    padding-bottom: 50px;

}

h4 {
    font-weight: 300;
    padding-top: 48px;
    letter-spacing: 1px;
    color: #fff;
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 18px;
    text-transform:  uppercase;
}

.footer_top {
    padding-bottom: 41px;
    border-bottom: 1px solid #333;
}

.footer_top ul{
    color: #fff;
}

.footer_top ul li {
    background: url(../images/marker.png) 0 13px no-repeat;
    padding-left: 18px;
    line-height: 30px;
}

.copy {
    padding-top: 8px;
    text-align: center;
    color: #3c3c3c;
    letter-spacing: 1px;
    font: normal 18px/18px 'Open Sans Condensed', sans-serif;
}

.socials {
    margin-top: -9px;
    color: #616161;
    font:  18px/22px 'Open Sans', sans-serif;
}

.socials a {
    letter-spacing: 1px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    margin-top: 10px;
    padding-left: 36px;
}


.socials a img {
    position: absolute;
    left: 0;
    top: 4px;
    float: left;

}

a.f_logo {
    display: inline-block;
}



#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 40px;
    left: 51%;
    margin-left: 500px;
    overflow: hidden;
    width: 58px;
    height: 58px;
    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;
}

.round1 {
    width: 180px;
    height: 180px;
}

.round1 .title {
    margin-bottom: 10px;
    padding-top: 18px;
}

 .map address+address {
    float: left;
 	margin-left: 30px;
 }
 .map figure,  .map figure iframe,  #form input,  #form textarea,  #form .success {
 width: 100% !important;
 float: none !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;
}

.map figure {
	margin-bottom: 15px;
}

.nowrap {
    white-space: normal;
}

#owl .owl-prev {
    left: 5px;
}

#owl .owl-next {
    right: 5px;
}

.round .label {
    left: 5px;
    right: 5px;
}

.b_phone {
    font-size: 50px;
    letter-spacing: 0;
}

.hours  br {
    display: none;
}

.page1_block1 .title {
    font-size: 24px;
    line-height: 30px;
}

h2 {
    font-size: 55px;
    line-height: 60px;
}

.round .label:after {
    display: none;
}

.round .label {
    left: 20px;
    right: 20px;
    font-weight: normal;
    font-size: 13px;
}

.blocks1 > div {
    width: 150px;
}

.map {
    padding-right: 0;
}

}

@media only screen and (max-width: 767px) {
 body {
 min-width: 420px;
}

.round1 {
    width: 420px;
    height: 420px;
}

.round1 .title {
    padding-top: 170px;
}

.blocks1 > div {
    width: auto;
    float: none;
    margin-left: 0;
    margin-right: 0;
}

.blocks1 {
    margin-left: 0;
    margin-right: 0;
}

.round  {
    margin-bottom: 35px;
}

.page1_block1 .title {
    margin-bottom: 15px;
}


.map address {
    float: none;
    margin-left: 0 !important;
 }

.map address +address {
    margin-top: 30px;
}


header h1 {
	display: block;
	width: auto;
    margin-left: 0;
    position: relative;
	height: auto;
}

.img_inner {
width: 100% !important;
float: none !important;
margin-right: 0 !important;
margin-bottom: 20px !important;
}

h1 a {
	max-width: 90%;
}


.img_inner img {
	width: 100%;
}


 header h1 {
 margin-bottom: 20px;
 float: none;
 text-align: center;
}
 header h1 a {
 	width: auto;
 	display: inline-block;
 height: auto;
}
 header h1 a img {
}

 .map {
 	padding-right: 0px !important;
 }

 .map figure iframe {
 width: 100%;
 height: 300px;
}
 .map address {
 	margin-right: 0;
}


 .content .noresize {
 width: auto !important;
 float: left !important;
 margin-right: 20px !important;
 margin-top: 4px !important;
}

 .img_inner {
 margin-top: 30px;
}

.none {
    clear: both;
}

#search, #search .rel  {
   float: none;
}

#search input {
    width: 100%;
}

.round img {
    width: 100%;
}

.round .label {
    padding-top: 120px;
    left: 20px;
    right: 20px;
}

.hours {
    margin-top: 0;
    padding-top: 20px;
}

.b_phone {
    padding-top: 10px;
}

h2 br {
    display: none;
    
}

h2 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 130px;
}

.page1 .content h2 {
    font-size: 30px;
    line-height: 40px;
}

}


@media only screen and (max-width: 479px) {
 body {
 min-width: 300px;
}

.round .label {
    padding-top: 38px;
}

.b_phone {
    font-size: 36px;
}

.round1 {
    width: 300px;
    height: 300px;
}

.round1 .title {
    padding-top: 110px;
}

}
