/**/
@import "../css/reset.css";
@import "../css/skeleton.css";
@import "../css/superfish.css?d=20251015";
@import url(http://fonts.googleapis.com/css?family=Ubuntu:400,700);
@import url(http://fonts.googleapis.com/css?family=Archivo+Narrow);
@font-face {
font-family:"open-sans";
src:url("https://use.typekit.net/af/2553b3/000000000000000000011c34/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"),url("https://use.typekit.net/af/2553b3/000000000000000000011c34/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"),url("https://use.typekit.net/af/2553b3/000000000000000000011c34/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
font-style:normal;font-weight:700;
}

@font-face {
font-family:"open-sans";
src:url("https://use.typekit.net/af/8f2f8d/000000000000000000011c35/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff2"),url("https://use.typekit.net/af/8f2f8d/000000000000000000011c35/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff"),url("https://use.typekit.net/af/8f2f8d/000000000000000000011c35/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("opentype");
font-style:italic;font-weight:700;
}

@font-face {
font-family:"open-sans";
src:url("https://use.typekit.net/af/4c54ad/000000000000000000011c38/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff2"),url("https://use.typekit.net/af/4c54ad/000000000000000000011c38/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff"),url("https://use.typekit.net/af/4c54ad/000000000000000000011c38/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("opentype");
font-style:italic;font-weight:400;
}

@font-face {
font-family:"open-sans";
src:url("https://use.typekit.net/af/827015/000000000000000000011c3b/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),url("https://use.typekit.net/af/827015/000000000000000000011c3b/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),url("https://use.typekit.net/af/827015/000000000000000000011c3b/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
font-style:normal;font-weight:400;
}
html {
	width: 100%;
}
.float_right {
	float: right !important;
}
 a[href^="tel:"] {
color: inherit;
text-decoration:none;
}

* {
	-webkit-text-size-adjust: none;
}
body {
	font: 16px/26px 'open-sans', Tahoma, Arial, sans-serif;
	color:#333;
	position:relative;
	min-width:1200px;
	height: 100%;
	min-height: 100%;
	background: #FCFCFC;
}
html, body {
	height:100%;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'open-sans', Tahoma, Arial, sans-serif;
	color: #2b2b2b;
	font-weight: bold;
	text-transform: uppercase;
}
h1 {
	font-size: 36px;
	line-height: 36px;
}
h2 {
	font-size: 32px;
	line-height: 40px;
}

.content h3 {
	font-size: 22px;
	line-height: 28px;
	margin-bottom: 9px;	
	letter-spacing: -1px;
}
p {
	margin-bottom: 18px;
}
.content {
	font-size: 17px;
	line-height: 30px;
}

blockquote {
    font-size: 24px;
    font-style: italic;
    border-left: 5px solid #00bbfe;
    padding: 30px 0 30px 20px;
    margin: 20px;
}

.p1 {
	margin-bottom: 24px;
}

.p2 {
	padding-top: 11px;
}

.p3 {
	padding-top: 8px;
}


.p4 {
	margin-top: -4px;
	margin-bottom: 24px;
}
address {
	font-style: normal;
}
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
ul.list li {
	background: url(../images/marker.png) 0 4px no-repeat;
	padding-left: 30px;
	margin-bottom: 18px;
	color: #444444;
}
ul.l1 li a {
	color: #444444;
}
ul.l1 li a:hover {
	color: #00c5fe;
}
ul.l1 li.current a {
	color: #00c5fe;
	font-weight:bold;
}
ul.list {
	padding-top: 7px;
	margin-bottom: 48px;
}

.fullhr {
  width: 100%;
  height: 1px;        /* Thickness of the line */
  background-color: #CCC; /* Line color */
  margin: 20px 0;     /* Optional spacing above and below */
}

.breedcrumbs {
	margin-top:10px;
	font-size:12px !important;
}

.content ul.list1 {
	padding-top: 10px;
	margin-bottom: 25px;
}

.content ul.list1 li {
	font-size: 13px;
	line-height: 13px;	
	background: url(../images/list2_separator.png) 0 0 repeat-x;
	margin-bottom: 12px; 
	padding-top: 12px;
}

.content ul.list1 li:first-child  {
	background: none;	
	padding-top: 0;
}

.content ul.list1 li h4 {
	padding-top: 5px;	
	padding-left: 50px;
	height: 31px;
	background: url(../images/marker2.png) 0 0 no-repeat;
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 5px;
}

.content ul.list.l1 {
	border-bottom: 1px solid #00bbfe;
    background-color: #EEE;
    margin-bottom: 10px !important;
    padding-top: 10px;	
}

.content ul.list.l1 li {
	border-top: 1px solid #DDD;	
	padding-left: 40px;
	background-position: 11px 14px;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 7px;
	padding-top: 10px;
}

.content  ul.list.l1 li:first-child {
	border: none;
	padding-top: 1px;	background-position: 11px 4px;
}

.content ul.list.l2 li {
	padding-left: 32px;
	background-position: 2px 14px;
	font-size: 13px;
	margin-bottom: 8px;
	padding-top: 10px;
}


.content  ul.list.l2 {
	margin-top: -3px;	
}
.content  ul.list.l2 li:first-child {
	padding-top: 0px;	background-position: 2px 4px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
    margin-bottom: 20px;
    border: 5px solid #00bbfe;
}

.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.articleby ol {
    list-style: normal;
}
.articleby ol li {
    margin: 10px 0 0 25px;
    font-size: 15px;
    line-height: 20px;
}

/*links*/

a {
	text-decoration: none;
	color: #00c5fe;
	outline: none;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
a:hover {
	color: #444444;
}
a.btn {
	background: url(../images/btn_bg.png) 0 -60px repeat-x;
	display: inline-block;
	font: 16px/21px 'open-sans', Tahoma, Arial, sans-serif;
	color: #fff;
	padding: 13px 19px 12px;
	border: 1px solid #009cc9;
	box-shadow: 0px 0px 1px #c6c6c1;
	text-transform: uppercase;
	margin-bottom:20px;
}
a.btn:hover {
	background-position: 0 0;
	color: #565656;
	border-color: #fff;
}
a.btnsm, a.btnsmact {
	background: url(../images/btn_bgsm.png) 0 0 repeat-x;
	display: inline-block;
	font: 12px/14px 'open-sans', Tahoma, Arial, sans-serif;
	color: #565656;
	padding: 4px 3px;
	border: 1px solid #fff;
	box-shadow: 0px 0px 1px #c6c6c1;
	text-transform: lowercase;
	margin-right:8px;
	margin-bottom: 8px;
	width:88px;
	text-align:center;
}
a.btnsm:hover, a.btnsmact {
	background-position: 0 -30px;
	color: #fff;
	border-color: #009cc9;
}

a.comment {
	font: 20px/21px 'Archivo Narrow', sans-serif;
	color: #fff;
	box-shadow: 0px 0px 1px #c6c6c1;
	margin-top: 12px;
	background: #00c5fe;	
	padding: 8px 8px 7px;
	margin-left: 11px;
	border: 1px solid #fff;
	border-radius: 6px;
	display: inline-block;
	position: relative;
	transition: 0s ease;
	-o-transition: 0s ease;
	-webkit-transition: 0s ease;
	min-width: 33px;
	text-align: center;
}

a.comment:hover:after {
	border-top-color: #fff;
}

a.comment:after {
	display: block;
	position: absolute;
	content: '';
	width: 0; 
	height: 0; 
	border-left: 0px solid transparent;
	border-right: 13px solid transparent;
	border-top: 8px solid #00c5fe;
	bottom: -7px;
	left: 12px;
}

a.comment:hover {
	background: #fff;
	color: #3e3d3c;
	border-color: #C9C6CB;
	
}

a.link-1 {
	text-decoration: underline;
	color: #00c5fe !important;	
}

a.link-1:hover {
	color: #444444 !important;	
}
/*preclass*/

table.greytable {
	width:100%;
	margin: 10px 0;
}
table.greytable td {
	border: 1px #666 solid;
	border-collapse:collapse;
	text-align:center;
	padding:2px;
}

.mb0 {
	margin-bottom: 0px !important;
}
.m0 {
	margin: 0 !important;
}
.pad0 {
	padding: 0 !important;
}
.pad1 {
	padding-left: 28px !important;
	padding-right: 36px;
}
.pad1 p {
	font-size: 18px;
    line-height: 32px;
}
.pad1 li {
	font-size: 18px;
    line-height: 32px;
    background: url(../images/marker.png) 0 14px no-repeat !important;
}
.nowrap {
	white-space: nowrap;
}
.img_inner {
	border: 5px solid #00bbfe;
}

.content .img_inner {
	margin-top: 4px;
	margin-bottom: 23px;
}

.content .img_content {
	width: 100%;
    height: auto;
}


.content .img_inner.inner1 {
	margin-bottom: 24px !important;
    margin-right: 200px !important;	
}

.content .img_inner.inner2 {
	margin-bottom: 36px !important;	
}

.fleft {
	float: left;
	margin-right: 18px;
	margin-bottom: 10px;	
}

.fleftcent {
	float: left;
	margin-left: 40px;
}

.fright {
	float: right !important;	
}

.img_inner.fleft {
	margin-bottom: 20px;	
}
.alright {
	text-align: right;
}
.center {
	text-align: center;
}
.wrapper, .extra_wrapper {
	overflow: hidden;
}
.clear {
	float: none !important;
	clear: both;
}
/*header*/

header {
	background: repeat #EEE;
	display: block;
	padding: 33px 0 0;
}
header .h1 img {
	float:left;
}
header h1 {
	margin: 0 auto;
	float: left;
}
header h1 a {
	display: block;
	overflow: hidden;
	margin: 0 auto;
	width: 465px;
	height: 65px;
	background: url(../images/logo.png) 0 0 no-repeat;
	text-indent: -999px;
}
header h2 {
	font-size: 22px;
	color: #00c5fe;
}
header h3 {
	font-size: 18px;
	color: #3e3d3c;
	letter-spacing: -1px;
	line-height: 22px;
	float: right;
}
.menu_block {
	border:1px solid #fbfbfb;
	margin-top: 21px;
	border-bottom: none;
	background: url(../images/menu_block.png) repeat-x 0 0 #e5e5e5;
}
.slider_wrapper {
	margin: 0 1px;
	border-top: 1px solid #fbfbfb;
	padding-top: 1px;
}
.slider {
/*	background: url(../images/medium_bg.png) 0 0 repeat;*/
}
.banner {
	background: url(../images/banner_bg.png) 0 0 repeat-x #edebed;
	text-align: center;
	padding: 22px 0 16px;
	color: #2b2b2b;
	border: 1px solid #d5d4d5;
	font-size: 13px;
	margin-top: -1px;
	line-height: 21px;
}
.banner p {
    font-size: 16px;
    line-height: 30px;
	padding: 0 50px;
	margin-bottom: 20px;
}
.banner .img_inner {
	margin: 0 0 20px;
}
.banner h2 {
	margin-bottom: 18px;
}
.banner2:hover h3 {
	color: #fff;
	text-shadow: 1px 1px 0px #00a0ce;
}
.banner2:hover span {
	color: #fff;
}
.banner2 {
    height:220px;    
}
.banner2:hover {
	background: url(../images/banner_hover_bg.png) 0 0 repeat-x #00aed5;
	color: #fff;
	border-color: transparent;
	border-top-color: #37DDFE;
}
.page1_block {
	font-size:13px;
	margin-top: -20px;
	padding: 100px 0 40px;
	background: url(../images/light_bg.png) 0 0 repeat;
	color: #444444;
}
.page1_block h2 {
	font-size: 64px;
	line-height: 64px;
	color: #3e3d3c;
	letter-spacing: -6px;
}
.page1_block h3 {
	margin-top: -3px;
	color: #767472;
	font-size: 40px;
	line-height: 40px;
	letter-spacing: -2px;
	margin-bottom: 31px;
}
.page1_block h3 span {
	color: #00c5fe;
}
/*Content*/


.content.page1 {
	padding: 0px 0 54px;		
}
.content {
	padding: 0px 0 43px;
	display: block;
/*	background: url(../images/medium_bg.png) 0 0 repeat;*/
}

.content strong {
	color: #495150;
}

.content strong a {
	color: #495150;
}


.content strong a:hover {
	color: #00c5fe;
}

.content a.btn {
	margin-top: 12px;	
}

.content h2, .content h1{
	padding-top: 20px;
	margin-bottom: 20px;
}
.content h3, .content h4{
	padding-top: 20px;
	margin-bottom: 15px;
}
.content ul li h3{
	padding-top: 0 !important;
}
.rightbar h3, .rightbar h4{
	padding-top: 0px;
	margin-bottom: 10px;
}

.content.page1 h2 span {
	font-size: 18px;
	line-height: 21px;
	display: block;
	color: #737373;
	font-weight: normal;	
}

.content.page1 .img_inner{
	margin-top: 24px;
	margin-bottom: 27px;
}

.border {
	border-top: 1px solid #fff;	
}

.content_top h1 {
	margin-bottom:0;
	}

.text1 {
	font-weight: bold;
	color: #00c5fe;	
}

.text1 span {
	color: #495150;	
}

.articleby {
    background: #EEE;
    padding: 20px;
    font-size: 15px;
    line-height: 15px;
    margin-top: 10px;
    margin-bottom: 15px;
}
.articleby .img_about {
	border: 2px solid #AAA;
    margin-right: 10px;
}

.imageheader img {
    filter: brightness(60%);
}
.imageheader {
    position: relative;
    text-align: center;
    color: white;
}
div.headerimage {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 24px;
    font-weight: bold;
}
.content ul.list {
	padding-top: 0;	
}

.content ul.list li {
	margin-bottom: 16px;
    margin-left: 10px;
	background-position: 0 8px;
	color: #2b2b2b;
	padding-left: 30px;	
}

.content h2.head1 {
	line-height: 24px;
}

.content h3.head1 {
	line-height: 21px;
	color: #3e3d3c;
	margin-bottom: 4px;
}
/****Map***/

.map {
	padding-top: 4px;
}
.map figure.img_inner {
	display: block;
	height: auto;
	line-height: 0;
	margin-top: 0 !important;
}
.map figure iframe {
	width: 610px;
	height: 394px;
}
.map address {
	margin-bottom: 1px;
}

address dd span {
	min-width: 70px;
	display: inline-block;
}
/************Footer***********/

footer {
	padding: 50px 0 20px;
	color: #555454;
	text-transform: uppercase;
	display: block;
	font: 16px/14px 'open-sans', Tahoma, Arial, sans-serif;
	background: url(../images/medium_bg.png) 0 0 repeat;
}
footer p {
	text-transform:none;
	font-size:12px;
	margin-top: 10px;
}

.footer_logo {
	font-weight: bold;
	color: #4e4e4e;
	float: left;
	margin-right: 10px;
}

footer .copy {
/*	float: left;*/	
}
footer .socials {
	float: right;

}

footer .socials a {
	float: left;
	display: block;
	width: 48px;
	line-height: 0;
	height: 48px;
}

footer .socials  a:hover {
	opacity: 0.5;	
}

footer .socials a:first-child {
	margin-left: 0;
}

footer .socials a:first-child+a {
	background-position: -34px 0;
}

footer .socials a:first-child+a+a {
	background-position: -69px 0;
}

footer .socials a:first-child+a+a+a {
	background-position: -103px 0;
}

footer .socials a:first-child+a+a+a+a {
	background-position: right 0;
}
footer .ft-menu {
  list-style: none; /* Remove default bullets */
  padding: 0 0 20px;
  margin: 0;
  display: flex; /* Display items in a row */
}

footer .ft-menu li {
  margin-right: 10px; /* Space between items */
  position: relative;
  font-size: 20px;
}

footer .ft-menu li::after {
  content: "|"; /* Add separator */
  margin-left: 10px; /* Space after separator */
}

footer .ft-menu li:last-child::after {
  content: ""; /* Remove separator for the last item */
}
/************Slogan************/

.slogan_block {
	overflow: hidden;
	float: right;
	position: relative;
}

/**to top**/
#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:50px;
	left: 50%;
	margin-left: 550px;
	overflow:hidden;
	width:60px;
	height:60px;
	border:none;
	text-indent:-999px;
	z-index:20;
	background:url(../images/totop.png) no-repeat left top;
	transition: 0s ease;
	-o-transition: 0s ease;
	-webkit-transition: 0s ease;
}
#toTop:hover {
	outline:none;
	background-position: 0 bottom;
}
.caroufredsel_wrapper {
	width: 100% !important;
}

.error{
	border: 1px red solid;
	padding:20px;
	background:#FBE3E4;
}

/*==================================RESPONSIVE LAYOUTS===============================================*/
@media only screen and (max-width: 1250px) {
 body {
min-width:768px;
}

.camera_wrap {
  height: 357px !important;
}
 .map figure, .map figure iframe, #form input, #form textarea, #form .success {
 width: 100% !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;
}

.page1_block h2 {
	font-size: 55px;
	line-height: 65px;	
}

.page1_block h3 {
	font-size: 30px;
	line-height: 30px;	
}
.camera_wrap .camera_pag .camera_pag_ul li, .camera_wrap .camera_pag .camera_pag_ul li span {
	width: 24px !important;
	height: 24px !important;	
	margin-bottom: 4px !important;
}

.link_marg {
	margin-bottom: 20px;	
}
.content .img_inner.inner1 {
    margin-right: 0 !important;	
}

}
 @media only screen and (max-width: 980px) and (min-width: 767px) {
.banner .img_inner {
	max-width: 80%;
    height: auto;
}
}
@media only screen and (max-width: 980px) {

footer .ft-menu {
  display: block;
}

footer .ft-menu li {
  font-size: 18px;
  margin-bottom: 14px;
}

footer .ft-menu li::after {
  content: "";
}
}
 @media only screen and (max-width: 767px) {
 body {
min-width:420px;
}

.camera_wrap {
  height: 200px !important;
}

.camera_wrap .camera_pag .camera_pag_ul li, .camera_wrap .camera_pag .camera_pag_ul li span {
	width: 24px !important;
	height: 24px !important;	
}

.port_offset {
	margin-bottom: 18px !important;	
}

.content .img_inner {
	width: 100%;	
}

.content h2{
	font-size: 25px !important;
	padding-top: 34px !important;
}

.content ul.list1 li {
	padding-top: 25px;
	margin-bottom: 22px;	
}


.content ul.list1.second  {
	padding: 0;	
}

.content ul.list1.second li:first-child  {
	background: url(../images/list2_separator.png)  0 0 repeat-x;	
	padding-top: 25px;
}

.content {
	padding-bottom: 20px;	
}
 .img_inner img {
 width: 100%;
}
.banner .img_inner {
    height: 140px;
    width: auto;
}

header .h1 {
	float: none;
	text-align:center;
}
header .h1 a img {
	float: none;
}
header .h1 a img.logodomain {
	width: 180px;
	height:auto;
}
header .h1 a img.logotld {
	width: 71px;
	height:auto;
}
header .slogan_block {
	clear:both;
	margin-top: 15px;
	float:none;
	text-align:center;
}
header h3 {
	float:none;
}
.h1 a {
	margin: 0 auto 20px auto;
}

.search_block {
	padding: 25px 21px 15px !important;	
	float: none;
}

.search_block #search input {
	width: 291px;
 }

.camera_wrap {
	border: none !important;
	padding-top: 2px !important;	
}

.menu_block {
	padding-top: 0;
	border: none;
	margin: 0;
	padding-bottom: 10px;
	float: none;
	background: none;	
}
 .fleft {
 float: none;
 margin-right: 0;
}
.rightbar {display:none;}
footer .socials {
	float: none;
	margin-bottom: 20px;	
}

.page1_block {
	padding-top: 40px;
 }

.page1_block .grid_5 h2 {
	padding-top: 0px;	
}

.page1_block .grid_5 {
	text-align: center;	
}

.page1_block h3 {
	margin-bottom: 15px;	
}

.banner {
	margin-bottom: 15px;	
}

a.btn {
	padding: 10px 15px;	
}

.pad1 {
	padding-left: 0 !important;
}

.noresize {
	width: auto !important;	
}

.noresize.fleft {
	margin-right: 18px !important;	
	margin-bottom: 10px !important;
	float: left !important;
}


.border {
	border-top: 1px solid transparent;	
}

.map figure iframe {
	width: 100%;
	height: 300px;
}

}
 @media only screen and (max-width: 479px) {
 body {
min-width:300px;
}

.slider_wrapper {
	height: 155px !important;	
}

.search_block {
	padding: 15px 15px !important;	
	float: none;
}

.search_block #search input {
	width: 183px;
 }
 
 .map figure iframe {
	width: 100%;
	height: 150px;
}

}
