@import "reset.css";
@import "skeleton.css";
@import "superfish.css";
@import url(//fonts.googleapis.com/css?family=Roboto:500,300,700);
/* 'Roboto', sans-serif */



html {
	width: 100%;
}
a[href^="tel:"] {
 color: inherit;
 text-decoration: none;
}
* {
	-webkit-text-size-adjust: none;
}
body {
	font: 13px/22px Arial, Helvetica, sans-serif;
	color: #a19f9f;
	position: relative;
	min-width: 960px;
	background: #fafafa;

}


address {
	font-style: normal;
}


p {
	margin-bottom: 22px;
}


input {
	border-radius: 0 !important;
}


img {
	max-width: 100%;
	float:right;
}

/****Heads****/


h1, h2, h3, h5, h6 {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	color: #564f4f;
}

h4{

font-size: 30px;
	line-height: 30px;
	letter-spacing: -1px;
	padding-top: 32px;
	margin-bottom: 28px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	color: #fff;

}
h2 {
	font-size: 80px;
	color: #fff;
	line-height: 70px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 128px;
	margin-bottom: 29px;
	letter-spacing: -4px;
}

h3 {
	font-size: 30px;
	line-height: 30px;
	letter-spacing: -1px;
	padding-top: 63px;
	margin-bottom: 28px;
}

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

.prv .grid_8 p {
	padding-right: 31px;
}

h3.head1 {
	padding-top: 51px;
}

.dark h3 {
	padding-top: 0;
	margin-bottom: 27px;
}

.prv h4 {
	margin-bottom: 27px;
}

.prv .grid_8 p {
	padding-right: 31px;
}

h4.head1 {
	padding-top: 51px;
}

.dark h4 {
	padding-top: 0;
	margin-bottom: 27px;
}

.quote{
font-size:14px;
padding:15px;
margin:7px 0;
background:#fff;
overflow:hidden;
border:solid 1px #65666B;
border-radius:5px;
}

.quote p{
padding:8px 0 0 0;
margin:0;
}

/****Lists****/
.copy a{ color:#fff;}

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

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

ul.list  li{
	font: 300 16px/22px 'Roboto', sans-serif;
	color: #a9a7a7;
	padding-left: 16px;
	background: url(../images/limk_arrow.png) 0 9px no-repeat;
}

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




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

a:hover {
	color: #14646F;
}


a.btn {
	font: 500 15px/25px 'Roboto', sans-serif;
	color: #14646F;
	display: inline-block;
	padding-right: 12px;
	background: url(../images/limk_arrow.png) right 11px no-repeat;
}

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

a.btn:hover {
	color: #564F4F;
}

.dark a.btn {
	margin-top: 37px;
}
/****classes****/

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


.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: 5px;
}

.page1 .img_inner {
	margin-top: 41px;
}

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

.page1 .fleft {
	margin-right: 40px;
	margin-top: 0;
}

.oh {
	overflow: hidden;
}
.fright {
	float: right !important;
}
.upp {
	text-transform: uppercase;
}
.rel {
	position: relative;
	overflow: hidden;
}
.alright {
	text-align: right;
}
.center {
	text-align: center;
}
.wrapper, .extra_wrapper {
	overflow: hidden;
}
.clear {
	float: none !important;
	clear: both;
}

/*header*/

.page1 h1 {
	margin-bottom: 0;
}
header {
	position: relative;
	display: block;
	padding: 39px 0 0px;
	position: static;
	color: #fff;
	font: 500 15px/20px 'Roboto', sans-serif;
	background: url(../images/bg_header.jpg)  center 0 no-repeat;
}


header h1 {
	float: left;
	z-index: 910;
	margin-bottom: 61px;
		text-align: center;
}
h1.logo-green{ width:300px;}

header h1 a {
	display: inline-block;
	overflow: hidden;
	transition: 0s ease;
	-o-transition: 0s ease;
	-webkit-transition: 0s ease;
}
header h1 a img {
	display: block;
}

a.chat {
	float: right;
	display: block;
	background-color: #14646F;
	padding: 8px 13px 9px;
	text-transform: uppercase;
	margin-top: 5px;
	color: #fff;
}

a.chat:hover {
	background-color: #fff;
	color: #14646F;
}

.links {
	padding: 0 21px;
	padding-top: 14px;
	float: right;
}

.links a {
	position: relative;
	display: inline-block;
}

.links a+a:after {
	content: '';
	display: block;
	position: absolute;
	left: -10px;
	background-color: #a08589;
	width: 1px;
	height: 11px;
	top: 6px;
}

.bdr {
	border-radius: 500px;
}

.links a +a {
	margin-left: 15px;
}

.col1 {
	color: #14646F;
}

.col1 a:hover {
	color: #564f4f;
}

.text1 {
	font: 500 15px/20px 'Roboto', sans-serif;
	margin-bottom: 15px;
}

.page1 .text1 {
	margin-bottom: 17px;
}

.page1_block {
	padding-top: 69px;
	padding-bottom: 0px;
	background-color: #fafafa;
	font: 300 16px/27px 'Roboto', sans-serif;
}

.page1_block img {
	float: left;
	margin-top: -2px;
	margin-right: 20px;
}

.title {
	font: 500 40px/40px 'Roboto', sans-serif;
	color: #564f4f;
	letter-spacing: -2px;
	margin-bottom: 15px;
	margin-top:10px

	;}

blockquote {
	margin-top: -4px;
	padding-right: 0px;
}

blockquote i{
	display: block !important;
	color: #14646F;
	font-size: 40px;
	margin-left: 1px;
	margin-bottom: 9px;
	line-height: 25px;
}

blockquote p {
	letter-spacing: -0.5px;
	margin-bottom: 18px;
}

.ver {
	position: relative;
}

.ver:after {
	left: -50px;
	display: block;
	content: '';
	background-color: #efefef;
	width: 1px;
	top: 17px;
	bottom: 0;
	position: absolute;
}

.bq_bot {
	font: 13px/22px Arial, Helvetica, sans-serif;
	color: #a19f9f;
	padding-right: 20px;
}

.bq_bot strong {
	color: #3e3b3b;
}


.pagination {
	text-align: left;
	padding-top: 23px;
}

.pagination a {
	display: inline-block;
	text-indent: -1000px;
	overflow: hidden;
	background: url(../images/pagination1.png) right 0 no-repeat;
	width: 12px;
	height: 12px;
		transition: 0s ease;
	-o-transition: 0s ease;
	-webkit-transition: 0s ease;
}

.pagination a.selected, .pagination a:hover {
	background-position: 0 0;
}

.pagination a+a {
	margin-left: 5px;
}

.carousel1 li {
	overflow: hidden;
	float: left;
}


.dark {
	background-color: #fff;
	padding-top: 66px;
	padding-bottom: 48px;
}

.ver1 {
	padding-right: 34px;
	border-right: 1px solid #ededed;
}

.dark i {
	padding-top: 2px;
	display: block !important;
	font-size: 40px;
	line-height: 25px;
	color: #e4e0e0;
	min-height: 58px;
}


/**Content**/


.content {
	background-color: #fafafa;
	padding-bottom: 56px;
}

.page1 .content {
	padding-bottom: 78px;
	padding-top: 66px;
}

.nav {
	overflow: hidden;
	padding-bottom: 10px;
	border-bottom: 1px solid #efefef;
}

.twoThirdsLeft {
padding:0 0 0 0;
float:left;
width:625px;
}

.ThirdsLeft {
padding:0 0 0 0;
float:left;
width:990px;
overflow:hidden;
}



.twoThirdsLeft ul{
list-style-type:circle;
margin-top:2px;
color:#14646F;
 list-style-position: inside;
}

.twoThirdsLeft ul li{
padding:3px 0;
}

.twoThirdsLeft h3 {
color:#1A8593;
font-size:18px;
font-weight:normal;
padding:10px 0 1px 0;
}

.twoThirdsLeft img{
margin: 0 10px 0 0
}

.nav li {
	color: #d7d4d4;
	font: 500 15px/20px 'Roboto', sans-serif;
	float: left;
	text-transform: uppercase;
}

.nav li+li {
	margin-left: 27px;
}

.nav li a:hover, .nav li.selected
 {
	color: #fff;
}


.carousel1, .carousel2, .carousel3, .carousel4 {
	cursor: default !important;
}

.car_div1, {
}

.div-tabs li {
	padding-top: 37px;
	float: left;
	width: 423px;
	text-align: left;

}

.div-tabs li +li {
	margin-left: 20px;
	width: 460px;
}

.tabs  h3 {
	padding-top: 0;
	margin-bottom: 27px;
}

.tabs  .col1 {
	padding-top: 17px;
}

.tabs li img {
	margin-top: 3px;
	float: left;
	margin-right: 40px;
}





.proj .clear {
	height: 29px;
}

.logos {
	background-color: #fff;
}
.logos ul{ text-align:center; padding-bottom:20px;}
.logos li {
	display: inline-block;
    padding: 0 11px;
    vertical-align: middle;
    width: 17%;
}

.logos li:first-child+li {
	text-align: center;
}

.logos li+li {
	text-align: right;
}

a.gal img {
	width: 100%;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

a.gal:hover img {
	opacity: 0.2;
}

a.gal {
	margin-top: 5px;
	margin-bottom: 26px;
	display: block;
	background: url(../images/magnify.png) center no-repeat #14646F;
}

.prog img {
	margin-bottom: 25px;
}

.prog .text1 {
	margin-bottom: 5px;
}

.prog  .clear {
	height: 32px;
}

.news {
	padding-right: 24px;
	padding-top: 5px;
}

.news .text1 {
	padding-top: 16px;
	margin-bottom: 5px;
}

a.comment {
	float: right;
}

.news time {
	display: block;
	float: left;
	text-align: center;
	margin-right: 20px;
	color: #564f4f;
	font: 500 20px/16px 'Roboto', sans-serif;
	background-color: #e4e0e0;
	width: 68px;
	padding-top: 15px;
	height: 53px;
	margin-top:15px;
}

.news  a.btn {
	margin-top: 20px;
	margin-bottom: 0;
}

.blk_bg h3, .blk_bg a{ color:#fff;}

.news {
	padding-bottom: 33px;
	
}

.news+.news {
	margin-top: 35px;
}

.news time span {
	display: block;
}

.news .clear {
	height: 14px;
}
/**Map**/

.map {
	margin-bottom: 0 !important;
	overflow: hidden;
	padding-top: 5px;
}


.map figure {
	padding-top: 0px;
	display: block;
	width: 100%;
	margin-bottom: 24px;
	-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: 296px;
	max-width: 100%;
}
.map address {
	display: block;
}

.map address dt {
	margin-bottom: 22px;
}

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

/**Footer**/
footer {
	display: block;
	padding-bottom: 55px;
	color: #fff;
	background-color: #14646F;

}

.f_menu  {
	overflow: hidden;
	padding-top: 46px;
	margin-bottom: 41px;
}

.f_menu li{
	float: left;
	font: 500 15px/20px 'Roboto', sans-serif;
	color: #564f4f;
}

.f_menu li+li {
	position: relative;
	margin-left: 23px;
}

.f_menu li.current {
	color: #14646F;
}

.f_menu li+li:after {
	content: '';
	position: absolute;
	display: block;
	width: 1px;
	height: 11px;
	left: -13px;
	top: 7px;
	background-color: #dadada;
}

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

.copy {
	text-align: right;
	padding-right: ;
	padding: 46px 0px 0px 0;
	position: relative;
	font: 500 15px/20px 'Roboto', sans-serif;
	color: #564f4f;
}

.copy span {
	position: relative;
	top: -23px;
}

.f_logo {
	display: block;
}

.socials  {
	padding-top: 30px;
}

.socials a {
	display: inline-block;
	background-color: #75b7f4;
	text-align: center;
 	color: #fff;
 	width: 34px;
 	height: 34px;
 	line-height: 34px;
 	font-size: 20px;
}

.socials a:hover {
	color: #564f4f;
	background-color: #d1d1d1 !important;
}


.socials a+a {
	position: relative;
	left: -2px;
	background-color: #5379d0;
}

.socials a+a+a {
	left: -4px;
	background-color: #f05353;
}

.socials a+a+a+a {
	left: -6px;
	background-color: #ff6136;
}
/**To Top**/

#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 40px;
	left: 51%;
	margin-left: 500px;
	overflow: hidden;
	width: 59px;
	height: 59px;
	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;
}


.blk_bg{
    background: #65666a none repeat scroll 0 0;
    overflow: hidden;
    padding:40px 0!important;
	margin:0 0 40px 0;
}
.blk_bg .nav li a{ color:#fff;}
.f_menu  li a{ color:#fff;}
.full_map{ padding:0 0 30px 0;}
.full_map iframe{ width:100%;}
h3.cnt_title{ padding-top:0;}


.text1 a {
    clear: both;
    display: block;
    padding: 18px 0 0;
}
.mail_pd{padding:0 0 0 45px;}
#form .g-recaptcha{
	margin-top:10px;
}

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


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

 .map {
 	padding-right: 0 !important;
 }



 .map address {
 float: left;
 margin-right: 30px;
}

 .map address+address {
 	margin-top: 0;
 }
 .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: 383px !important;
}

h2 {
	font-size: 60px;
	line-height: 60px;
}

.camera_pag {
	bottom: 20px !important;
}


.nowrap {
	white-space: normal;
}

.div-tabs li {
	width: 350px;
}

.div-tabs li+li {
	width: 350px;
}

.tabs li img {
	width: 130px;
	margin-right: 20px;
}

.tabs li .extra_wrapper {
	overflow: hidden;
}

.f_menu li + li {
	margin-left: 7px;
}

.f_menu li +  li:after {
	display: none;
}

.prv .grid_8 p {
	padding-right: 0px;
}
}
@media only screen and (max-width: 767px) {
 body {
 min-width: 420px;
}

.proj .clear {
	height: 0px;
}

.proj a.gal {
	margin-top: 30px;
}

.links {
	float: none;
}

h2 {
	font-size: 30px;
	line-height: 30px;
	letter-spacing: 1px;
}


.caption span {
	display: none;
}

.car_div {
	padding-top: 40px;
}

.ver1 {
	padding-top: 30px;
}

.ver1, .ver {
	border: none !important;
	padding-right: 0;
}

.ver:after {
	display: none;
}

.logos {
	padding: 40px 0px;
}

.logos li {
	float: none;
	width: auto;
	text-align: center !important;
}

.copy {
	text-align: left;
}

footer .grid_3 {
	width: 50% !important;
	float: left !important;
}

.f_menu {
	display: none;
}

footer {
	padding-top: 46px;
}

h2 {
	padding-top: 50px;

}

.div-tabs li {
	float: none;
	width: auto !important;
}


.page1_block img, .tabs li img {
	float: none;
	width: 100%;
	margin-right: 0;
	margin-bottom: 25px;
}

.img_inner {
width: 100% !important;
float: none !important;
margin-right: 0 !important;
margin-bottom: 20px !important;
}


.img_inner img {
	width: 100%;
}

 header {
 position: relative;
}
 header h1 {
 margin-bottom: 10px;
 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;
}

 .map address+address {
 	margin-left: 20px;
 }
 .content .noresize {
 width: auto !important;
 float: left !important;
 margin-right: 20px !important;
 margin-top: 4px !important;
}

 .img_inner {
 margin-top: 20px;
}

.slider_wrapper {
	height: 200px !important;
}

.title {
	font-size: 30px;
	line-height: 30px;

}

.prog .clear {
	height: 0;
}

.prog img.img_inner {
	margin-bottom: 25px;
}

.nav li {
	font-size: 13px;
}

.news {
	padding-right: 0;
}

header h1 {
	margin-bottom: 10px !important;
}

}

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

header {
	font-size: 13px;
}

header h1 {
	margin-bottom: 10px;
}

.caption {
	left: 0 !important;
	right: 0 !important;
}
}


/**cookie**/

#cookie-container {
  position: fixed;
  z-index: 3000;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 2px 0 2px;
  background:#14646f;
  border-radius: 0px;
  border: none;
  box-shadow: none;
  font-family: 'Droid Sans', sans-serif;
}

#cookie-text {
    position: relative;
    padding: 0 30px;
}

.cookie-icon {
	height: 40px;
	margin-top: 5px;
  float:right;
  opacity: 1 !important;
}

#close-cookie-bar {
  opacity: 0.8;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

#close-cookie-bar:hover {
  cursor: pointer;
  opacity: 0.5;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

#cookie-text span {
    display: inline-block;
    font-size: 1.2em;
    color: #fff;
    width: 90%;
    text-align: left;
    line-height: normal;
    padding: 12px 0px;
    float: left;
}

#cookie-text span a {
  color: #fff;
  text-decoration: underline;
  opacity: 1;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

#cookie-text span a:hover {
  opacity: 0.7;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
div#close-cookie-bar button {
    padding: 3px 0px;
    margin: 3px 0px;
    color: #fff;
    background: #564f4f !Important;
    height: 30px;
    cursor: pointer;
    width: 50px;
    border: 0;
}
@media (max-width:767px){
	#cookie-text span {
    display: inline-block;
    font-size: 13px;
    width: 75%;
    text-align: left;
    line-height: normal;
    padding: 5px 10px;
}
}

/**cookie**/