/*   
Theme Name: cyqlon.com MK2
*/

/* Background rotation */
  #bg {
    position: fixed;
    inset: 0;
    background-image: url('img/cyclone.png');
    background-position: center;
	  background-repeat: no-repeat;
    transform-origin: center center;
    z-index: -1;
  }
/* End of Background rotation */


html{
	background-color: #000;
}
body{
	background-color: transparent;
}


a.signal-cyqlon{
	display: block;
	float: left;
}

a.link-button{
	padding: 15px;
	border: 1px solid #fff;
	display: block;
	text-align: center;
	font-weight: bold;
	color: #fff;
}
.first-screen{
display: flex;
  flex-direction: column;
  min-height: 90%;
	background-image: url("img/first-bg.png");
	
}

.no-padding{
	padding: 0 !important;
}


ul#qtranslate-chooser{
	margin: 0;
}

ul#qtranslate-chooser li{
	display: inline-block;
}

img.qtranxs-flag{
	width: 30px;
	height: auto;
	margin-left: 5px;
}

a.qtranxs_flag {
  padding-left: 25px;
  color: #fff;
}

.qtranxs_flag {
  background-position: left center;
}

#map {
   width: 100%;
   height: 400px;
   background-color: grey;
 }

nav.navbar{
	margin-top: 1rem;
	margin-bottom: 1rem;
	padding-top: 0;
	padding-bottom: 0;
}

section#post-294{
	padding: 0;
}


.white, .white h2 {
	color: #fff;
}

.promo-container{
	margin-top: 20%;
}

 span#typed{
	font-size: 3rem;
	color: #fff;
}

.typed-cursor{
	font-size: 3rem;
	color: #fff;	
}

h1.logo-h{
	font-size: 8rem;
	padding-bottom: 0;
	margin-bottom: 0;
	font-family: 'Century Gothic Paneuropean', sans-serif;                                            
	line-height: 7rem;
}

h2.logo-h2{
	font-size: 2.8rem;
	font-family: 'Century Gothic Paneuropean', sans-serif; 
}

.stats-holder {
}
.stats {
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Century Gothic Paneuropean', sans-serif; 
	color: #fff;
	padding-bottom: 0;
}
.stats span {
  font-size: 3em;
  width: 100%;
  display: block;
  font-weight: initial;
}


/* =Fonts
-------------------------------------------------------------- */
.text-light{
	color: #353535;
}
ul.ul-general{
	padding-left: 1rem;
	list-style: none;
}
ul.ul-general li{
	background-image: url("img/check.png");
	background-repeat: no-repeat;
	background-position: 0 8px;
	padding-left: 25px;
	font-size: 1.4rem;
	color: #b9b9b9;
}

section p{
	color: #d3c59c;
	font-size: 1.4rem;
    line-height: 1.5rem;
	margin-top: 0.5rem;
	}

h1.slogan {
	text-transform: uppercase;
	font-size: 7.6rem;
	font-weight: 200;
	color: #fff;
	padding-bottom: 1rem;
}

h2.slogan-small {
	text-transform: uppercase;
	font-size: 2rem;
	font-weight: 200;
	color: #fff;
	line-height: 1;
	padding-bottom: 1rem;
}

h2 {
	margin-bottom: 1.5rem;
	font-weight: bold;
	color: #353535;
}


h3 {
	text-align: center;
	font-size: 1.6rem;
	margin-bottom: 2rem;
	color: #fff;
}

h3.wp-block-heading{
	font-size: 1.6rem;
  margin-bottom: 1.6rem;
}

span.counter{
	font-size: 3rem;
	font-weight: bold;
}

h1.page-heading {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.5rem;
    width: 100%;
    text-align: center;
    padding-bottom: 1rem;
	padding-top: 1rem;
	color: #F97311;
}

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

ul.list li{
	padding-bottom: 0.5rem;
	    font-weight: bold;
    text-transform: uppercase;
}

ul.list > li::before {
    content: '';
    background: url(img/check-white.png) no-repeat;
    top: 6px;
    left: 0;
    width: 14px;
    height: 14px;
    display: inline-block;
	margin-right: 0.5rem;
}


.dark {
    color: #444;
}

.light {
    color:#fff;
}

.text-white {
    color:#fff;
}



/* =WordPress Core
-------------------------------------------------------------- */

html, body {
	position: relative;
	height: 100%;
}

body{
	display: flex;
	flex-direction: column;
}

section.content {
    flex: 1 0 auto;
}


footer  {
  flex: 0 0 auto;
}

.alignnone {
    margin:0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
	margin-right: 4px;
}

a img.alignright {
    float: right;
    margin: 10px;
}

a img.alignnone {
    margin: 10px;
}

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%; /* Image does not overflow the content area */
    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 p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}



/* =Onepage structure
-------------------------------------------------------------- */

img.main-poster{
 	height: auto;
	width: 100%;
}

.mobile-fallback-img{
	display: none;
}

.mainpage-block{
	padding-top:50px;
	padding-bottom:50px;
	}

section#post-6{
	padding-top:0px;
}

section {
	background-position: top center;
}


.carousel-indicators li {
    background-color:#B0B0B0;
}

.carousel-indicators .active {
    background-color:#000;
}



.cell-text{
	font-size: 1rem;
	color: #fff;
}

.cell-text h5{
	font-weight: bold;
	font-size: 1.2rem;
}

a.request-link{
	display: block;
	float: left;
	color: #fff;
	background-color: #9f834e;
	padding: 10px;
	font-size: 1.1rem;
}

a.request-link:hover{
	text-decoration: none;
	background-color: #80693f;
}

span.phones a{
	color: #171717;
}

/* =Single page structure
-------------------------------------------------------------- */
section.page-content {
	padding-top: 1rem;
	flex: 1 0 auto;
}
article{
	width: 100%;
}

.presentation img{
	border-radius: 10px;
  border: 5px solid bisque;
}
/* =Contacts Single page structure
-------------------------------------------------------------- */
.page-contact-container{
	padding-left: 5rem;
	padding-right: 5rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
}

/* =Top Menu Nav
-------------------------------------------------------------- */
a.navbar-brand {
	color: #fff;
	transition: 0.3s;
}

a.navbar-brand:hover {
	color: #fff;
	color: #fbb02c;
}

.navbar-nav{
	margin: 0 auto;
}

/* Set the border color */
.custom-toggler.navbar-toggler {
	border-color: white;
}
/* Setting the stroke to green using rgb values (0, 128, 0) */
.custom-toggler .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
	border: none;
	border-radius: 0rem;
    border-bottom: 1px solid #ced4da;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


header {
    transition: background 1s ease;
	background-color: #2626268c;
	margin-top: 2rem;
	margin-bottom: 2rem;
	margin-left: 4rem;
	margin-right: 4rem;
	border-radius: 0.5rem;
}

header:hover{
	background-color: #7979798c;
} 

header .menu {
    padding-top: 15px;
}

header li a {
    transition: 0.3s;
	font-size: 1rem;
	margin-right: 5px;
	color: #fff;
text-transform: uppercase;
	font-weight: 600;
}


.link-white{
	color: #fff !important;
}

header li a:hover {
    color: #F97311;
}

header li.active a:hover {
    color: #005580;
}

header li a.active {
	border-bottom: 2px solid #fff;
}

header p {
    color: #fff;
    margin-top: 8px !important;
    font-family: 'ClearSansBold';
}

header .navbar-text {
	padding-top: 0;
	padding-bottom: 0;
	color: #fff;
}

header .navbar-text a{
	color: #fff;
	padding-right: 1rem;
}

header .soc-icons{
}

img.logo-top{
	height: 50px;
	width: auto;
	margin-top: 4px;
}

.header-top{
	color:#fff;
	background-color:#000;
	text-transform: uppercase;
	font-size: 1rem;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;	
}

.header-top a{
	color: #fff;
	padding-right: 0.25rem;
	padding-left: 0.25rem;
}

.header-tail{
	color:#fff;
	background-color:#D92222;
	text-transform: uppercase;
	font-size: 1.2rem;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 15px;
}

/* Swiper */

    .swiper-container {
		margin-top: 30px;
        width: 100%;
        height: 450px;
        margin-left: auto;
        margin-right: auto;
    }
    .swiper-slide {
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

.slide-image-holder{

}
.slide-inner-content{

}
.swiper-pagination-bullet {
    width: 16px;
    height: 16px;
	background:#FFF;
	border-radius: 0;
}
.swiper-pagination-bullet-active{
	opacity: 1;
	background-color:#FFF;
}


.slide-inner-content .btn-primary {
	color:#fff;
	background-color:#ffffff24;
	border-color:#dfe0e1;

}
.slide-inner-content .btn-primary:hover {
	background-color:#62626224;
}
.slide-inner-content .btn-primary:focus {
	box-shadow:none;
}



.swiper-button-n, .swiper-button-p {
    width: 27px;
    height: 44px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}
/*   1.2 Elements forms   */

input::placeholder {
  opacity: 1;
}

.contact-top {
	padding: 1rem;
}

div.wpcf7 .ajax-loader {
    display: none;
}

.btn-submit {
	width: 100%;
	background-color: #5a7719;
	border-color: #fff;
	font-weight: bold;
	padding: 5px;
	font-size: 16px;
	color: #fff;
}

.proposal-field {
    width: 100%;
    background: transparent;
	border: 1px solid #a4a2a2;
	border-radius: 3px;
    outline: none;
    font-size: 16px;
    padding: 5px;
    color: #b9b9b9;
}

.btn-contacts {
}
.btn-contacts:hover {
	background-color:#c6a833;
}
.btn-contacts:focus {
	box-shadow:none;
}

.contact-bottom form{
	background-color: #fff;
	padding: 10px;
	box-shadow: 4px 4px 2px #779b53;
}

.contact-bottom form .proposal-field {
    width: 100%;
    background: transparent;
    font-size: 1em;
    border: 1px solid #dddddd;
    padding: 9px 40px 8px 40px;
    color: #7d7d7e;
}

div.form-wrapper-black .proposal-field {
	border: 1px solid #b7b7b7;
}

.contact-bottom form .btn-primary {
	font-size: 14px;
	font-weight: bolder;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #ecb929;
	padding: 6px 38px 5px;
	transition: 0.4s;
	margin-top: 8px;
	display: inline-block;
	border: none;
	border-bottom-color: currentcolor;
	border-bottom-style: none;
	border-bottom-width: medium;
	border-bottom: 3px solid #a77e08;
}
.contact-bottom form .btn-primary:hover {
	background: #000;
	color: #ffffff;
}
.contact-bottom form .btn-primary:focus {
	box-shadow:none;
}

/*   1.2.1 Elements forms - ContactForm7 Plugin styles*/
.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2; /* Blue */
}

.wpcf7 form.init .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
	border-color: #ffb900; /* Yellow */
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #f00;
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	border: 1px solid #ff0000;
	background: #fff;
	padding: .2em .8em;
}

span.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
	content: " ";
}

div.wpcf7 .ajax-loader {
	visibility: hidden;
	display: inline-block;
	background-image: url('../../images/ajax-loader.gif');
	width: 16px;
	height: 16px;
	border: none;
	padding: 0;
	margin: 0 0 0 4px;
	vertical-align: middle;
}

div.wpcf7 .ajax-loader.is-active {
	visibility: visible;
}

div.wpcf7 div.ajax-error {
	display: none;
}

div.wpcf7 .placeheld {
	color: #888;
}

div.wpcf7 input[type="file"] {
	cursor: pointer;
}

div.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

div.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}


/*   1.3 Blocks items   */
.cell-head-red{
	background-color: #D92222;
	padding-top: 0.8rem;
	padding-bottom: 0.8rem;
	margin-bottom: 1rem;
}

.cell-head-red h3{
	margin-bottom: 0px;
}

/* =Footer
-------------------------------------------------------------- */


footer.main-footer, footer.page-footer{
  background-color: #2c2c2c;
  width:100%;
  color:#FFF;
}


span.copyright{
	line-height:50px;
	font-weight:300;
	font-size: 12px;
}

span.copyright a {
	color: #FFF !important;
}

.scrollTop {
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
  	line-height:50px;
	font-weight:300;
}

.scrollTop a {
  font-size: 14px;
  color: #fff;
}

.swiper-container-2 {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.blockquote {
    font-size: 1rem;
    margin-bottom: 2rem;
}

.logo-mobile {
	display: none;
}

.s_logo{
	padding: 2rem;
}
/*Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (max-width: 768px) {
	
	img.main-poster{
		width: 100%;
		height: auto;
	}
	
	.s_logo{
	padding: 0.5rem;
}
	
	
	nav.navbar{
		padding-top: 0rem;
		padding-bottom: 0rem;
	}
	
	.logo-mobile {
		display: block;
		height: 60px;
		width: auto;
	}
	
	
	h1.logo-h {
		text-align: center;
		font-size: 6rem;
	}
	h2.logo-h2 {
		text-align: center;
		font-size: 1.8rem;
	}
	
	h1 {
  		font-size: 2.1rem;
		text-align: center !important;
	} 
	
	ul.ul-general{
	}
	
	ul.ul-general li{
		font-size: 1.2rem;
	}
	
	section.mainpage-block img{
		width: 100%;
		height: auto;
	}
	
	 section.mainpage-block img.wp-image-136 {
    	width: auto !important;
		height: auto;
  }
	section.mainpage-block p, section p{
		font-size: 1.1rem;
	}
	
	.stats{
		display: none;
	}
	.swiper-container{
		height: auto;
	}
	.slide-image-holder{
		padding-top: 1rem;
	}
	.mobile-fallback-img{
		width: 100%;
		height: auto;
		display: block !important;
	}
	.mobile-fallback-img img {
		width: 100%;
		height: auto;
	}
	.proposal-field {
		margin-bottom: 5px;
}
	section.page-content{
		padding-left: 1rem;
		padding-right: 1rem;
	}
	button.btn-info{
		margin-bottom: 1rem;
	}
}	