@import "reset.css";
@import "skeleton.css";
@import "superfish.css";
@import url(//fonts.googleapis.com/css?family=Ubuntu:400,700);
@import url(//fonts.googleapis.com/css?family=Playball);
html {
	width: 100%;

}
a[href^="tel:"] {
 color: inherit;
 text-decoration: none;
}

* {
	-webkit-text-size-adjust: none;
}

body {
	position: relative;
	min-width: 960px;
	background: #002d62;
    color: #000000;
    font: 18px/20px 'Ubuntu', sans-serif;
}


	strong {
		font-weight: 700;
	}

address {
	font-style: normal;
}

p {
	margin-bottom: 18px;
}


input {
	border-radius: 0 !important;
	outline: none !important;
}


img {
	max-width: 100%;
}



/****Heads****/


h1, h2, h3, h4, h5, h6 {
    font-family: Tahoma, Geneva, sans-serif;
	color: #494949;
    text-transform: uppercase;
	font-weight: normal;
}

h2 {
    font: 48px/48px 'Ubuntu', sans-serif;
    color: #fff;
    padding-top: 30px;
	padding-left: 20px;
    font-weight: bold;
    margin-bottom: 11px;
}

h2 span {
    font-weight: normal;
    display: block;
    padding-top: 8px;
    white-space: nowrap;
    font-size: 26px;
}

h3 {
    padding-top: 40px;
    font-size: 24px;
    color: #1c1c1e;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 23px;
}

h3.head1 {
    padding-top: 40px;
    padding-bottom: 5px;
}


h3.head2 {
    margin-bottom: 3px;
}

.error-message{display:none;}
.empty-message{display:none;}
.success-message{display:none;}

/****Lists****/


ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.page1 ul.list  {
    padding-top: 0px;
}


ul.list  li {
    padding-left: 16px;
    background: url(../images/marker.png) 0 7px no-repeat;

}

ul.list  li+li {
    margin-top: 11px;
    padding-top: 0px;
    background-position: 0 6px;
    border-top: 1px solid #d1d1d1;
}
/****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: #0656b4;
}

a.btn {
    font-size: 12px;
    line-height: 15px;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    background: url(../images/link_marker1.png) right 15px no-repeat #002d62;
    color: #fff;
    box-shadow:  1px 1px 0 0px #cccccc;
    margin-top: 15px;
    padding: 10px 32px 10px 23px;
}

a.btn:hover {
    background-color: #7d92aa;
}
/****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: 25px;
	margin-top: 5px;
    border: 1px solid #c1c1c1;
}

.page1 .img_inner {
    margin-top: 0;
    margin-bottom: 0;
}


.fleft {
	float: left;
	width: auto !important;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 10px;
}


.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;
}
/*header*/

header {
	display: block;
	text-align: center;
    padding-top: 10px;
    background-color: #ffffff;
}


header h1 {
	position: relative;
	z-index: 910;
    margin-bottom: 20px;
    float: left;
	text-align: center;

}
header h1 a {
	display: inline-block;
	overflow: hidden;
	width: 400px;
	height: 129px;
	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;
}


.links {
    overflow: hidden;
    float: right; 
    padding-top: 70px;
    text-align: right;
    text-transform: uppercase;
    font-family: Tahoma, Geneva, sans-serif;
    color: #1c1c1e;
}

.links a {
    display: inline-block;
    margin: 0 5px;
}


.links strong {
    color: #002d62;
}


#search {
    position: relative;
    top: 23px;
    float: right;
    width: 220px;
}


#search  a {
    position: absolute;
    right: 0;
    top: 0;
    background: url(../images/search_icon.png) 0 0 no-repeat;
    height: 29px;
    width: 33px;
    display: block;
}

#search  a:hover {
    cursor: pointer;
    opacity: 0.4;
}

#search input {
    border: 1px solid #010101;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
     -webkit-appearance: none;

    display: block;
    float: left;
    padding: 8px 45px 8px 16px;
    width: 100%;
    background: d6d6d6;
    color: #fff;
    font: 13px/20px 'Ubuntu', sans-serif;
    height: 29px;
    padding: 6px 48px 6px 15px;

}



/**Content**/

.content {
	padding-bottom: 82px;
    background-color: #ffffff;

}

.content h2 {
    color: #1c1c1e;
    font-size: 36px;
    line-height: 32px;
    padding-top: 40px;
    margin-bottom: 25px;
}

.content h2 span {
    white-space: normal;
    color: #002d62;
    display: block;
    padding-top: 7px;
    font-size: 18px;
    font-weight: bold;
}

.page1  .content {
    font-size: 16px;
    line-height: 24px;
    color: #434343;
    padding-bottom: 62px;
}

.title {
    font-size: 28px;
    color: #1c1c1e;
    line-height: 20px;
    font-weight: bold;
    padding-top: 27px;
    margin-bottom: 17px;
}

.serv_block {
    font-size: 13px;
    line-height: 21px;
    color: #fff;
    padding-bottom: 65px;
    background-color: #e84c3d;
}

.serv_block h2 {
    font-size: 30px;
    text-align: center;
    line-height: 30px;
    margin-bottom: 61px;
    padding-top: 68px;
    font-family: Tahoma, Geneva, sans-serif;
}

.serv_block a {
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    margin-top: 8px;
    padding-left: 18px;
    font-size: 12px;
    background: url(../images/link_marker.png) 0 5px no-repeat;
}

.page1 .text1 {
    line-height: 22px;
}
.text1 {
    font-size: 18px;
    line-height: 20px;
    color: #292929;
    font-weight: bold;
    text-transform: uppercase;
}

.icon {
    position: relative;
    top: -14px;
    float: left;
    margin-right: 14px;
    border-radius: 500px;
    background-color: #fff;
}

.serv_block .clear {
    height: 70px;
}

.serv_block a:hover {
    color: #292929;
}

.bottom_block {
    padding-bottom: 53px;
    border-top: 1px solid #ededed;
    background-color: #d6d6d6;
}

.bottom_block h3 {
    padding-top: 56px;
    margin-bottom: 33px;
}


.bottom_block a.btn {
    margin-top: 24px;
}

.bottom_block .img_inner {
    margin-bottom: 18px;
}

.text2 {
    font-size: 14px;
    line-height: 18px;
    color: #323232;
    padding-bottom: 1px;
    font-weight: bold;
}

.block1 {
    padding-top: 17px;
    overflow: hidden;
}

.block1 .fleft {
   margin-top: 0;
   margin-bottom: 0;
   position: relative;
   top: -7px;
   margin-right: 18px;

}

.block1+.block1 {
    margin-top: 35px;
}

.block1 time {
    display: block;
    margin-bottom: 3px;
}

.block1 .text2 {
    margin-bottom: 1px;
}

.col1 {
    color: #002d62;
}

.logos {
    background-color: #e7e7e7;
    padding: 8px 0 6px;
}

.logos li {
    float: left;
    width: 25%;
    padding-top: 19px;
    padding-bottom: 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;

}

.logos li+li {
    padding-left: 2px;
    border-left: 1px solid #cdcdcd;
}

.logos li+li+li+li a{
    font-family: inherit;
}

.logos li:first-child a{
    font-family: 'Playball', cursive;
    font-size: 36px;
    padding: 14px 21px 17px 20px;
}

.logos li a {
    border-radius: 3px;
    font-family: 'Times New Roman', Times, serif;
    font-size: 30px;
    line-height: 30px;
    display: inline-block;
    color: #3d3d3c;
    padding: 16px 21px 15px 20px;
}

.logos li a:hover {
    background-color: #e84c3d;
    color: #f0f0f0;
}

.text3 {
    color: #434343;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 12px;
}

.sign {
    margin-top: 24px;
}

blockquote {
    padding-top: 24px;
    padding-left: 16px;
    background: url(../images/quotes.png) 0 8px no-repeat;
}

blockquote  .text2 {
    position: relative;
    margin-top: -2px;
    padding-bottom: 1px;
}

blockquote+blockquote {
    margin-top: 23px;
}

.cl1 {
    height: 21px;
}

.block2 .count {
    float: left;
    position: relative;
    top: -15px;
    width: 60px;
    height: 60px;
    border-radius: 500px;
    font-size: 24px;
    line-height: 55px;
    font-family: Tahoma, Geneva, sans-serif;
    color: #fff;
    background-color: #e84c3d;
    font-weight: bold;
    text-align: center;
    margin-right: 16px;
}

.block2 {
    padding-top: 26px;
    overflow: hidden;
}

.block2 .text1 {
    margin-bottom: 10px;
}

.box {

    padding: 26px 40px 3px 14px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #e4e4e4;
}


.box ul.list li {
    padding-left: 20px;
}

.box ul.list li+li {
    margin-top: 13px;
    padding-top: 0;
    border: none;
    background-position: 0 6px;
}

.text1.tx1 {
    padding-top: 28px;
    margin-bottom: 13px;
}

.hor1 {
    clear: both;
    margin: 0 10px;
    border-top: 1px solid #b8b8b8;
}

.hor1+div+div .box {
    padding-top: 31px;
}

.hor1+div .tx1 {
    padding-top: 33px;
}

.proj {
    overflow: hidden;
    padding-top: 8px;
}

.proj .img_inner {
    margin-bottom: 23px;
}

.proj .text1 {
    margin-bottom: 13px;
}

.proj a.btn {
    margin-top: 24px;
}

.proj .clear {
    height: 38px;
}

.blog {
    overflow: hidden;
    padding-top: 8px;
}

.blog .fleft {
    margin-top: 5px;
    margin-right: 24px;
}

.blog a.btn {
    margin-top: 24px;
}

.blog time {
    margin-bottom: 3px;
    display: block;
    padding-top: 0px;
}

.blog+.blog {
    margin-top: 17px;
}

.blog .text2 {
    margin-bottom: 13px;
}

.l1 {
    padding-top: 14px;
}

.col1 a:hover, a.col1:hover {
    color: inherit;
}

.prv .text2 {
    font-size: 12px;
    padding-bottom: 0;
}

.prv h3 {
    padding-bottom: 7px;
}
/**Map**/

.map {
    padding-bottom: 10px;
    overflow: hidden;
	padding-top: 40px;
}
 

.map figure {
    position: relative;top: 6px;
    margin-right: px;
	display: block;
	width: 540px;
    float: left;
    border: 1px solid #c3c3c3;
	-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: 600px;
	max-width: 100%;
}
.map address {
    float: left;
	display: block;
}

.map address+address {
    margin-left: 64px;
}




.map address dt {
    color: #1c1c1e;
    font-weight: bold;
    margin-bottom: 18px;
}

.map address dd span {
	min-width: 70px;
	display: inline-block;
	text-align: left;
}

.map address dd span.col1 {
	min-width: 0;
}


/**Footer**/
footer {
	display: block;
    padding-bottom: 60px;
    line-height: 24px;
    color: #ffffff;
}

h4 {
    padding-top: 30px;
    margin-bottom: 2px;
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    text-transform: uppercase;
}

footer address p {
    margin-bottom: 24px;
}

footer address span {
    display: inline-block;
    margin-right: 5px;
}


.copy {
    color: #fff;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
}

.copy strong {
    padding-top: 7px;
    margin-bottom: 3px;
    display: block;
    font-size: 24px;
    color: #e84c3d;
}

.socials {
    overflow: hidden;
    padding-top: 10px;
    margin-bottom: 0px;
}

.socials a {
    display: block;
    float: right;
    width: 26px;
    height: 26px;
    background: url(../images/socials.png) 0 0 no-repeat;
}

.socials a:hover {
    opacity: 0.5;
}

.socials a+a {
    background-position: -34px 0;
    margin-left: 8px;
}

.socials a+a+a {
    background-position: -69px 0;
}

.socials a+a+a+a {
    background-position: right 0;
}
.social a {
    display: block;
    float: left;
    width: 26px;
    height: 26px;
    background: url(../images/socials.png) 0 0 no-repeat;
}
.social a:hover {
    opacity: 0.5;
}

.social a+a {
    background-position: -34px 0;
    margin-left: 8px;
}

.social a+a+a {
    background-position: -69px 0;
}

.social a+a+a+a {
    background-position: right 0;
}
.f_menu li {
    float: left;
    margin-right: 10px;
}

.f_menu li.current {
    color: #7d92aa;
}

.f_ver {
    padding-bottom: 0px;
    position: relative;
}

.f_ver:after {
    display: block;
    position: absolute;
    content: '';
    right: 0;
    top: 37px;
    bottom: 0;
    width: 1px;
    background-color: #a6a6a6;
}

#newsletter {
    position: relative;
    padding-top: 25px;
    margin-right: 60px;

}



#newsletter .rel {
    position: relative;
    overflow: visible;
}

#newsletter .email {
    width: 100%;
    display: block;
    float: left;
}


#newsletter input {
    border: 1px solid #3d4c5b;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    float: left;
    box-shadow: none !important;
    width: 100%;
    background-color: #ffffff;
    color: #2b3b4c;
    font: 12px/18px 'Ubuntu', sans-serif;
    height: 33px;
    padding: 7px 12px 8px 12px;
    -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -o-box-sizing: border-box;
 box-sizing: border-box;
 -webkit-appearance: none;
}

#newsletter a {
    margin-top: 13px;
    font-size: 16px;
    line-height: 24px;
    color: #002d62;
    padding: 5px 10px 8px;
    display: inline-block;
    background-color: #7d92aa;
    min-width: 100px;
    text-align: center;

}

#newsletter a:hover {
    background-color: #ffffff;
}


#newsletter .error, #form1 .empty {     
    height:0px;
    top: 32px;
    width: 100%;
    left: 0;
    text-align: right;
    font-size: 10px;
    line-height: 13px;
    display: block;
    overflow: hidden;
    z-index: 999;
    -webkit-transition:  0.3s ease-out; 
    -o-transition: all 0.3s ease-out; 
    transition: all 0.3s ease-out; 
    position: absolute;
    }

#newsletter label.invalid .error {
    /*display: block;*/
    height:40px;

}

#newsletter .success {
    width: 100%;
    top: 0px;
    z-index: 999;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; 
    display: none;  
    background: #d1d1d1;
    color: #2b3b4c;
    left: 0px;
    overflow: hidden;
    padding: 5px 15px;
    -webkit-transition:  0.3s ease-out; 
    -o-transition: all 0.3s ease-out; 
    transition: all 0.3s ease-out; 
    position: absolute;
}



#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 30px;
    left: 51%;
    margin-left: 500px;
    overflow: hidden;
    width: 28px;
    height: 14px;
    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;
}


a.gal {
    display: block;
    border: 1px solid #C1C1C1;
    margin-bottom: 23px;
    margin-top: 5px;
    background: url(../images/magnify.png) center center no-repeat #E84C3D;
}

a.gal:hover img {
    opacity: 0.2;
}
a.gal img {
    width: 100%;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}
/*==================================RESPONSIVE LAYOUTS===============================================*/


@media only screen and (max-width: 995px) {
 body {
 min-width: 768px;
}

 .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;
}

.slider_wrapper {
    height: 357px !important;
}

.logos li a {
    font-size: 26px;
}

.f_ver:after {
    display: none;
}

.links {
    font-size: 11px;
}

h2 {
    padding-top: 70px;
}

h2 span {
    font-size: 25px;
}

.camera_prev, .camera_next {
    bottom: 40px !important;
}

.copy {
    font-size: 12px;
}

}
@media only screen and (max-width: 767px) {
 body {
 min-width: 420px;
}

.cl1 {
    height: 0;
}
.caption  {
    height: 70px !important;
    overflow: hidden;
}

h2 {
    padding-top: 40px;
    font-size: 25px;
}

h2 span {
    display: none;
}

.slider_wrapper {
    height: 250px !important;
}

.camera_prev, .camera_next {
    bottom: 30px !important;

}


 .map address {
    float: none;
    margin-left: 0 !important;
 }

  .map address +address {
    margin-top: 30px;
  }


header h1 {
	display: block;
	width: auto;
	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: 20px;
}

#search {
    float: none;
    width: 100%;
    top: 0;
    margin-bottom: 20px;
}


.logos li{
    width: auto;
    border: none !important;
    float: none;
}

.f_menu {
    display: none;
}

.links {
    margin-bottom: 20px;
    float: none;
    text-align: left !important;
}

.links span {
    display: block;
}

.page1 .content a {
    margin-bottom: 35px;
}

.serv_block .clear {
    height: 0;
}

.serv_block  a {
    margin-bottom: 30px;
}

#newsletter {
    margin-right: 0;
}

.links a {
    margin: 0 4px;
}

.box {
    margin-top: 20px;
    padding-bottom: 30px;
}

.hor1 {
    margin: 0;
}

.proj a.btn {
    margin-bottom: 20px;
}

.proj .clear {
    height: 0;
}

}

@media only screen and (max-width: 479px) {
 body {
 min-width: 300px;
}

.slider_wrapper {
    padding-top: 80px !important;
}

.caption {
    display: none !important;
}

.camera_prev, .camera_next {
    bottom: auto !important;
    top: -50px !important;
}

}
