@import "reset.css";
@import "skeleton.css";
@import "font-awesome.css";
@import "superfish.css";


@import url(//fonts.googleapis.com/css?family=Open+Sans:400);
@import url(//fonts.googleapis.com/css?family=Open+Sans:600);
@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: #4a4f82;
    color: #666666;
    font: 14px/24px Arial, Helvetica, sans-serif;
}

strong {
	font-weight: 700;
	color: #00adc2;
}

address {
	font-style: normal;
}

p {
	margin-bottom: 23px;
}

.p1 {
    margin-bottom: 11px;
}

.st1 {
    line-height: 21px;
}

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;
    font-weight: 300;
	color: #3e454c;
}

h2 {
	font-size: 50px;
	line-height: 50PX;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
}

h3 {
	color: #4a4f82;
	font-size: 26px;
	line-height: 32px;
	text-transform: uppercase;
	padding-top: 50px;
	margin-bottom: 36px;
}

.page1 h3 {
	padding-top: 94px;
	margin-bottom: 32px;
	color: #3c7197;
}

h4 {
	color: #00adc2;
	font-size: 22px;
	line-height: 26px;
	text-transform: uppercase;
	padding-top: 50px;
	margin-bottom: 36px;
}

h5 {
	color: #00adc2;
	font-size: 22px;
	line-height: 26px;
	padding-top: 0px;
	margin-bottom: 10px;
}

/****Lists****/


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

ul.list {
    padding-top: 4px;
}


ul.list li {
    text-transform: uppercase;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    padding-left: 29px;
    background: url(../images/marker.png) 0 4px no-repeat;
}

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

ul.list.l1 {
    padding-top: 0;
    margin-top: -4px;
}

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

/****Links****/


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

a.ml {
	text-decoration: none;
	color: #9999cc;
	outline: none;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

a:hover {
	color: #00adc2;
}

a.btn {
    font: 300 14px/20px 'Open Sans', sans-serif;
    text-transform: uppercase;
    color: #fff;
    background-color: #00adc2;
    padding: 12px 15px 10px;;
    display: inline-block;
    margin-top: 28px;
}

.page1 a.btn {
    margin-bottom: 96px;
}

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

/****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: 20px;
	margin-top: 5px;
}


.fleft {
	float: left;
	width: auto !important;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-top: 7px;
}

.fleft1 {
	float: left;
	width: auto !important;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-top: 12px;
	line-height: 18px;
}


.oh {
	overflow: hidden;
}
.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;
}

.nowrap {
    white-space: nowrap;
}

.colorblue {
	color: #00adc2;
}


/*header*/

header {
	display: block;
    background: url(../images/head_top.png) 0 0 repeat-x;
    padding-top: 89px;
}

header h1 {
	position: relative;
	text-align: center;
    margin-bottom: 62px;
}


header h1 a {
	display: inline-block;
	overflow: hidden;
	width: 450px;
    height: 115px;
	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;
}

.main_color {
    background-color: #fff;
}

/**Content**/

.content {
    padding-bottom: 84px;
    background-color: #fff;

}
.page1  .content {
    padding-bottom: 80px;
}

.block1 {
    line-height: 23px;
    padding-top: 77px;
    text-align: center;
}

.block1 img {
    margin-bottom: 29px;
    border-radius: 500px;
}

.block1 .title {
	text-transform: uppercase;
	font: 300 30px/32px 'Open Sans', sans-serif;
	color: #4a4f82;
	margin-bottom: 25px;
}

.block1 .title span {
	display: block;
	color: #00adc2;
	line-height: 26px;
	font-size: 20px;
}

.banner {
    position: relative;
    text-transform: uppercase;
    font: 300 25px/25px 'Open Sans', sans-serif;
    color: #fff;
    text-align: center;
    background: url(../images/banner.jpg) center 0 no-repeat #3e454c;
}

.banner h2 {
	padding-top: 73px;
	font-size: 50px;
	line-height: 50px;
	color: #00adc2;
	margin-bottom: 19px;
}

.banner  a.btn {
    margin-top: 48px;
    margin-bottom: 91px;
}


.banner:after {
    background: url(../images/bot_texture.png) 0 0 repeat-x;
    height: 10px;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
}

.col1 {
    color: #00adc2;
}

.col1 a:hover {
	color: #00adc2;
}

.text1 {
	line-height: 21px;
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	margin-bottom: 15px;
}


.text2 {
	line-height: 12px;
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 8px;
}


.video {
    margin-top: 3px;
    width: 100%;
    height: 196px;
}

.box {
    padding: 20px;
    background-color: #f4f4f4;
}

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

.box a.btn {
    margin-top: 27px;
}

.cl1 {
    height: 20px;
}

.gallery {
    text-align: center;
}

.gallery>div {
    margin-bottom: 40px;
}

a.gal  {
    display: block;
    position: relative;
    margin-bottom: 16px;
}

a.gal span {
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../images/magnify.png) -100px center no-repeat;
}

a.gal:hover span  {
    background-position: center center;
}

.gallery a.btn {
    margin-top: 27px;
}

a.gal img {
    width: 100%;
    border-radius: 500px;
}

.blog time {
    margin-right: 20px;
    padding: 7px 0 9px;
    display: block;
    text-align: center;
    background-color: #00adc2;
    float: left;
    margin-top: 4px;
    text-transform: uppercase;
    width: 60px;
    color: #fff;
    font: 28px/20px 'Open Sans', sans-serif;
}

.blog time span {
    font-size: 20px;
    display: block;
    padding-top: 4px;
}

.blog .links .col1 {
    display: block;
    float: right;
    margin-right: 5px;
}

.blog .text1 {
    position: relative;
    margin-bottom: 15px;
}

.blog .clear {
    height: 13px;
}

.blog a.btn {
    margin-top: 27px;
}

.blog {
    margin-top: -4px;
    overflow: hidden;
}

.blog+.blog {
    margin-top: 36px;
}

.prv h3 {
    margin-bottom: 29px;
}

.prv .text1 {
    padding-top: 3px;
}

.prv p+.text1 {
    padding-top: 5px;
}

.prv p {
    margin-bottom: 24px;
}
.grid_4 div .text3 {
}

/**Map**/

.map {
    overflow: hidden;
    position: relative;
    padding-bottom: 3px;
}
 

.map figure {
    position: relative;
	display: block;
	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: 378px;
	max-width: 100%;
}
.map address {
    padding-top: 16px;
	display: block;
    float: left;
}

.map address+address {
    margin-left: 105px;
}

.map address dt {

}

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

.map address dd span.col1 {
	min-width: 0;
}

a.link-1 {
   color: #00adc2;
}



a.link-1:hover {
    color: #4a4f82;
}



/**Footer**/

footer {
	display: block;
    padding: 0px 0 40px;
    color: #7b8997;
    background: url(../images/footer_bg.png) 0 0 repeat-x;
    font-family: 'Open Sans', sans-serif;
}

.socials {
    font-size: 0;
    line-height: 0;
    text-align: center;
    padding: 56px 0 47px;
    background-color: #f4f4f4;
}

.socials a {
    color: #fff;
    border-radius: 500px;
    line-height: 67px;
    width: 66px;
    height: 66px;
    font-size: 32px;
    background-color: #00adc2;
    display: inline-block;
}

.socials a.fa-facebook {
    font-size: 36px;
    line-height: 70px;
}

.socials a.fa-google-plus {
    font-size: 29px;
} 

.socials a.fa-twitter {
    font-size: 35px;
} 

.socials a+a {
    margin-left: 16px;
}

.socials a:hover {
    background-color: #4a4f82;
}

.copy {
    text-align: center;
    padding-top: 45px;
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
	color: #00adc2;
}

.copy2 {
    text-align: center;
    padding-top: 16px;
    font-weight: 300;
    font-size: 14px;
    line-height: 14px;
	color: #00adc2;
	text-transform: uppercase;
}

.copy strong {
	font-weight: 600;
	text-transform: uppercase;
	color: #00adc2;
}

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

h2 {
	font-size: 48px;
	line-height: 52px;
}

h2 span {
    display: block;
}


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

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

.nowrap {
    white-space: normal;
}
}


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

.cl1 {
    height: 0;
}

.box img {
    width: 100%;
}

.box {
    margin-bottom: 20px;
}

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

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

header h1 {
	display: block;
	width: auto;
    position: relative;
	height: auto;
    margin-bottom: 40px;
}

.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 {
    float: none;
    text-align: center;
}

header h1 a {
 	width: auto;
 	display: inline-block;
    height: auto;
}


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

.map address {
    float: none;
}

.banner {
    -webkit-background-size: auto 100% !important;
    -moz-background-size: auto 100% !important;
    -ms-background-size: auto 100% !important;
    -o-background-size: auto 100% !important;
    background-size: auto 100% !important;
}

.block1 {
    padding-top: 0;
}

.page1 .content {
    padding-top: 60px;
}

.socials a + a {
    margin-left: 4px;
}

.banner h2 {
    font-size: 38px;
    line-height: 39px;
}

.banner h2 br {
    display: none;
}

}

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


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

}
