/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:300 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#444;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
	text-decoration:none;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:1280px;
	width:95%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {

}
/* logo */
.logo {

}
.logo-img {

}
/* nav */
.nav {

}
/* sidebar */
.sidebar {

}
/* footer */
.footer {

}

/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    src: url("fonts/fontawesome-webfont.eot") format("embedded-opentype"),
    url("fonts/fontawesome-webfont.woff") format("woff"), 
    url("fonts/fontawesome-webfont.ttf") format("truetype"), 
    url("fonts/fontawesome-webfont.svg") format("svg");
}
@font-face {
  font-family: "Material-Design-Icons";
  src: url("fonts/Material-Design-Icons.eot");
  src: url("fonts/Material-Design-Icons.eot?#iefix") format("embedded-opentype"),
       url("fonts/Material-Design-Icons.woff") format("woff"),
       url("fonts/Material-Design-Icons.ttf") format("truetype"),
       url("fonts/Material-Design-Icons.svg#Material-Design-Icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url("fonts/montserrat.woff2") format('woff2');
}
body{
	font-family: "Montserrat";
	font-size: 14px;
    line-height: 2.2;
    color: #959595;
    font-weight: 300;
}
main{padding:50px 0;}
body.home main{padding:0;}
:root {
  --primaryColor: #FF0000;
  --primaryBoldColor: #af0202;
  --primaryBlackColor: #9b0101;
  --secondaryColor: #ffffff;
  --opaqueBackground: #000000e6;
  --mainCanvasBackground: #141414;
  --primaryTextSize: 15px;
  --primaryTextSizeS: 10px;
  --letterSpacing: 5px;
  --radius: 4px;
  --contentTransitionDuration: 600ms;
  --contentTransitionBezier: cubic-bezier(.83,.39,.21,.96);
}
.header-logo img{width: 215px;}
h3{line-height: 1.344;}
h4{font-size: 16px;}
h5{line-height: 1.64;}
body.home .header{
    position: absolute!important;
    left: 0;
    right: 0;
    z-index: 90;
    background-color: transparent;
}
.header{background-color: #384a58;}
.header-top{
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 12px;
    color: #fff;
    font-weight: 300;
    font-family: Montserrat, sans-serif;
    line-height: 1.42;
    border-bottom: 1px solid rgba(210,210,211,0.5);
}
.main-menu{z-index: 100;}
.header-top a{color: #fff;}
.header-hours .textwidget:before{
    font-family: "FontAwesome";
    content: "\f017";
    font-size: 35px;
    color: #006390;
    margin-right: 15px;
    display: inline-block;
}
.header-hours p,.header-address p,.header-phone p{display: inline-block;}
.header-address .textwidget:before{
    font-family: "FontAwesome";
    content: "\f015";
    font-size: 35px;
    color: #006390;
    margin-right: 15px;
    display: inline-block;
}
.header-phone .textwidget:before{
    /*font-family: "FontAwesome";*/
    /*content: "\f095";*/
    /*font-size: 35px;*/
    /*color: #006390;*/
    /*margin-right: 15px;*/
    /*display: inline-block;*/
    font-family: "FontAwesome";
    content: "\f041";
    font-size: 35px;
    color: #006390;
    margin-right: 15px;
    display: inline-block;
}
.top-search {
    position: relative;
    width: 100%;
    text-align: right;
}
.top-search a {
    color: #fff;
}
.header-bottom a.search-icon:before, form.search .search-submit:before {
    cursor: pointer;
    font-size: 20px;
    content: "\f002";
    font-family: "FontAwesome";
    color: #fff;
    transition: width 0.4s ease-in-out;
}
.top-search .widget_search {
    position: absolute;
    width: 100%;
    top: -150px;
    z-index: 3;
    background: transparent;
    height: 46px;
    transition: .5s;
    overflow: hidden;
}
.haid {
    opacity: 0;
    width: 90%;
}
.expanded {
    width: 100%;
    opacity: 1;
    top: 0 !important;
    border: 0px;
}
form.search .col-md-2 {
    text-align: right;
    float: right;
}
form.search .search-submit {
    background: none;
    box-shadow: none;
    border: 0;
    font-size: 0;
    position: relative;
    margin-right: 25px;
    padding: 5px 25px;
}
form.search .search-submit:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0px;
    height: 100%;
    width: 1px;
    background: #d8d8d8;
}
.search input[name=s] {
    float: right;
    background: transparent;
    padding: 13px 0;
    border: 0;
}
::placeholder{color: #fff;}
.haid-joomir {
    opacity: 0;
    z-index:1;
}
.show-joomir {
    opacity: 1;
}
.header-bottom a.close-icon:before {
    cursor: pointer;
    border: 0px;
    font-size: 20px;
    color: #fff;
    content: "\f00d";
    font-family: "FontAwesome";
    transition: width 0.4s ease-in-out;
}
.header-bottom{
    border-bottom: 1px solid rgba(210,210,211,0.5);
    padding-top: 10px;
    padding-bottom: 10px;
}
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item:first-child a.mega-menu-link{padding-left: 0px;}
.slider .camera_wrap .camera_pag .camera_pag_ul{text-align: center !important;}
.slider .camera_pag{margin-top: -100px;}
.content1{text-align: center;margin-bottom: 50px;}
.content2{background-color: #f5f8fd;padding: 50px 15px;}
.content1 h3{
    color: #384a58;
    font-size: 30px;
    font-weight: 800;
    line-height: 1.344;
}
.content-text{}
.content-text h3,.content-text h5,.contacts h3{color: #384a58;}
.contacts .wpcf7 input,.contacts textarea{
    padding: 9.5px 25px 12.5px;
    border: 1px solid;
    line-height: 1.5;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border-radius: 0;
    background-color: transparent;
    border-color: #e3e2e7;
    color: #959595;
    box-shadow: inset 0 0 0 1px #f6f6f6;
    width: 100%;
}
.contacts input[type=submit]{
        border: 0;
    width: auto;
    margin: 0 auto;
    display: block;}
    .content-text a,.contacts input[type=submit]{
    background-color: #006390;
    padding: 15px 31px;
    font-size: 14px;
    letter-spacing: .1em;
    transition: .3s ease-out;
    text-transform: uppercase;
    color: #fff;
}
input[type=submit]{
    background-color: #006390;
    padding: 15px 31px;
    font-size: 14px;
    letter-spacing: .1em;
    transition: .3s ease-out;
    text-transform: uppercase;
    color: #fff;
    border: 0;
}
textarea {
    height: 100px;
}
.content-text a:hover,input[type=submit]:hover{background-color: #384a58;}
.content3{text-align: center;padding: 70px 0;display:none;}
.content3 ul{padding: 0;}
.content3 h4{
    color: #384a58;
    line-height: 1.344;
    font-size: 30px;
    margin-bottom: 30px;
}
.joomir-cat-front .joomir-desc{margin-top: 48px;}
.joomir-cat-front{
    background-color: #f5f8fd;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 2;
    -webkit-transition: all .7s cubic-bezier(.11,.6,.24,.89);
    transition: all .7s cubic-bezier(.11,.6,.24,.89);
}
.joomir-cat-front,.joomir-cat-front{
    padding: 10px;
    position: absolute;
    width: 100%;
    height: 100%;
    justify-content: center;
}
.joomir-cat-front .jet-animated-box__overlay{
    background-color: #f5f8fd;
    opacity: 0;
}
.jet-animated-box__overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    z-index: 1;
}
.joomir-cat-back{
   -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    -webkit-transition: all .7s cubic-bezier(.11,.6,.24,.89);
    transition: all .7s cubic-bezier(.11,.6,.24,.89);
    background-color: #54595f;
    height: 270px;
}
.joomir-cat-back .jet-animated-box__overlay {background-color: #006390;opacity: 0;}
.joomir-cat:hover .joomir-cat-back {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transition: all .7s cubic-bezier(.11,.6,.24,.89);
    transition: all .7s cubic-bezier(.11,.6,.24,.89);
    background-color: #006390;
    }
.joomir-cat:hover .joomir-cat-front {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transition: all .7s cubic-bezier(.11,.6,.24,.89);fo
    transition: all .7s cubic-bezier(.11,.6,.24,.89);
}
.joomir-cat-back .cat-post-thumbnail{display: none;}
.news{padding: 70px 0;}
.news h4{
    color: #384a58;
    line-height: 1.344;
    font-size: 30px;
    margin-bottom: 30px;
    text-align: center;
}
.news .view-article{display: none;}
.joomir-cat-back .joomir-desc,.joomir-cat-back .cat-post-title{color: #fff;}
.joomir-desc{}
.content4{
    background-image: url(../../uploads/2022/06/home-bg-3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 70px 0px;
}
.content4 h4{
    text-align: center;
    color: #fff;
    font-size: 24px;
}
.content4 .wpsm_counterbox .wpsm_count-title{font-family: 'Montserrat' !important;}
.partners{
    background-color: #384a58;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 70px 0;
    text-align: center; 
    display:none;
}
.partners h3{font-size: 30px;color: #fff;width: 100%;}
.partners h4{
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2.9px;
}
.contacts .wpcf7 label{
    font-weight: 600;
    color: #2c343c;
    font-size: 16px;
}

.contacts{padding: 70px 0;}
.contacts h3,.contacts h4{text-align: center;}
.contacts h3{margin-bottom: 30px;}
.contacts textarea{
    height: 100px;
    max-width: 100%;
}
.contacts .submit label{
    padding: 0 15px 20px 15px;
    width: 100%;
}
.footer{background-color: #384a58;padding: 70px 0 20px;color:#fff;}
.footer a{color:#fff;}
.footer h4{font-size:24px;}
.footer2 ul{padding:0;}
.footer2 ul li{
border-bottom: 1px solid;
    margin-bottom: 10px;
    list-style:none;
}
.footer3 ul{padding:0;}
.footer3 ul li{list-style:none;}
.footer3 ul li a{
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.footer3 ul li a:hover{color: #006390;}
.footer3 ul li a:hover:before{padding-right: 5px;}
.footer3 a:before{
    color: #475869;
    margin-right: 5px;
    content: "\f0da";
    vertical-align: baseline;
    font-family: "FontAwesome";
    font-weight: 900;
    transition: all 0.3s ease-in-out;
}
.cat-post-date{font-style:normal;}
.footer #mega-menu-wrap-header-menu #mega-menu-header-menu{text-align: right;}
.copyright{
    border-top: 1px solid rgba(255,255,255,0.15);
    margin-top: 20px;
    padding-top: 10px;
    color: #fff;
}
.copyright p{margin: 0;text-align: center;}
#camera_wrap_8 .camera_caption{
    bottom: 350px;
    padding: 0 90px;
}
#camera_wrap_8 .camera_caption > div{background: transparent !important;}
#camera_wrap_8 .camera_caption .camera_caption_title{line-height: 1.2em !important;margin-bottom: 20px;}
.camera_caption_desc{line-height: 2em !important;}
.wpcf7-spinner{display: none;}
.footer-social ul{margin: 0;padding:0;}
.footer-social ul li {
    list-style: none;
    display: inline-block;
    padding: 0 10px;
}
.footer-social ul li a {
    color: #fff;
    font-size: 0;
}
.footer-social ul li a:before {
    font-size: 15px;
    font-family: "FontAwesome";
    color: #fff;
}
.footer-social ul li a:hover:before {
    color: #006390;
}
.footer-social ul li:nth-child(1) a:before {
    content: "\f08c";
    color: #0288d1;
}
.footer-social ul li:nth-child(2) a:before {
    content: "\f232";
        color: #30b220;
}
.footer-social ul li:nth-child(3) a:before {
    content: "\f17e";
        color: #00aff0;
}
.adFoot:before{content:"\f041";font-size: 20px;
    font-family: "FontAwesome"; margin-right: 5px;}
.phFoot:before{content:"\f095";font-size: 20px;
    font-family: "FontAwesome"; margin-right: 5px;}
.emFoot:before{content:"\f003";font-size: 20px;
    font-family: "FontAwesome";margin-right: 5px;}
.footer4 .adFoot:before{color: #fff; }
.footer4 .phFoot:before{color: #fff; }
.footer4 .emFoot:before{color: #fff; }
body.category .whole{margin-bottom:20px;}
.header-address{display:none;}
.footer .sub-menu{display:none;}

@media only screen and (max-width: 992px) {
   .header-bottom{display: none !important;} 
   #camera_wrap_8 .camera_caption div.camera_caption_title{font-size: 30px !important;}
}
@media only screen and (min-width: 992px) and (max-width: 1200px){
    #camera_wrap_8 .camera_caption {bottom: 200px;}
}
@media only screen and (min-width: 768px) and (max-width: 992px){
    #camera_wrap_8 .camera_caption {bottom: 0px;}
}
@media only screen and (max-width: 768px){
    #camera_wrap_8 .camera_caption div.camera_caption_title,#camera_wrap_8 .camera_caption div.camera_caption_desc{display: none !important;}
    .header-hours,.header-address,.header-phone{display: none;}
    .header,body.home .header{position: relative !important;}
    footer .header-logo,.footer1,.copyright{text-align: center;}
    .footer1{margin-top: 10px;}
}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}


/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
