/*
Theme Name: theme
Author: 
Author URI:
Description:
Version: 1.0
*/
html{  scroll-behavior: smooth;}
a { color: inherit !important; text-decoration: none !important;}
a.anchor { position: relative; top:-80px; display: block; height: 0; width:0;}

a:focus {outline:none !important;}

.to-center { text-align: center; }
.low-width { width: 650px !important; }
.spacer { clear: both; }
.blur { -webkit-filter: blur(10px); filter: blur(10px); }



.btn-red {
background: #d21616;
color: #fff !important;
display: block;
margin-left: auto;
margin-right: auto;
font-weight: 700;
font-family: 'Open Sans', sans-serif;
padding-top: 7px;
padding-left: 20px;
padding-right: 20px;
padding: 7px 20px 10px 20px;
transition: 0.3s;
text-align: center;
width: 173px;
  -webkit-transform: skewX(-5deg);
  -moz-transform: skewX(-5deg);
  -ms-transform: skewX(-5deg);
  transform: skewX(-5deg);
}
.btn-red:hover{background: #ff0000; transition: 0.3s;}
.btn-red-wrapper{
width: 173px;
margin-left: auto;
margin-right: auto;
}

@media (max-width: 1359px){
.btn-red{
 -webkit-transform: unset;
 -moz-transform: unset;
 -ms-transform: unset;
 transform: unset;
 width: 100%;
}
}
/*
.btn-red-wrapper::before{
content: "";
width: 20px;
height: 60px;
display: block;
background: #fff;
position: relative;
margin-right: -25px;
top: -5px;
transform: rotate(5deg);
float: left;
left: -14px;
z-index: 3;
}
.btn-red-wrapper::after{
content: "";
width: 20px;
height: 60px;
display: block;
background: #fff;
position: relative;
margin-right: 0;
top: -55px;
transform: rotate(5deg);
float: right;
left: 12px;
z-index: 3;
}
*/
body {
  margin:0;
  font-family:'Open Sans', sans-serif;
  background-image: url("img/bckg_dark1.jpg");
  background: #fff;
}

@media (max-width:1365px){body {background: #2d2d2d;} }


.box::before{
}


#container .box {
  width:100vw;
  height:100vh;
  display:inline-block;
  position:relative;
  z-index: 2;
}
#container .box > div {
  width:100px;
  height:100px;
  position:absolute;
  top:50%;
  left:50%;
  margin:-50px 0 0 -50px;
}

#container .box2 {
width: 10vh;
height: 100vh;
display: inline-block;
position: absolute;
z-index: 1;
background: #000;
margin-right: -50px;
}
#container .box2 > div {
  width:100px;
  height:100px;
  position:absolute;
  top:50%;
  left:50%;
  margin:-50px 0 0 -50px;
}

@media (max-width: 1359px){
#container .box2{
display: none;
}
}

#container {
  overflow-y:scroll;
  overflow-x:hidden;
  transform: rotate(270deg) translateX(-100%);
  transform-origin: top left;
  position:absolute;
  width:100vh;
  height:100vw;
  scroll-behavior: smooth;
  z-index: 2;
}
#container2 {
  transform: rotate(90deg) translateY(-100vh);
  transform-origin: top left;
  white-space:nowrap;
  font-size:0;
}

@media (max-width: 1359px){
#container {
overflow-y: unset;
  overflow-x:unset;
  transform: none;
  transform-origin: none;
  position:absolute;
  width:auto;
  height:100vw;
}
#container2 {
  transform: none;
  transform-origin: unset;
  white-space:unset;
  font-size:0;
}
}

.one {
	/*
  background: rgb(69,72,77); 
background: -moz-radial-gradient(center, ellipse cover, rgba(69,72,77,1) 0%, rgba(0,0,0,1) 100%); 
background: -webkit-radial-gradient(center, ellipse cover, rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); 
background: radial-gradient(ellipse at center, rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=1 );
*/
}
.two {
/*
background-image: url("img/bckg_bright.jpg");
background-position: center center;
background-attachment: fixed;
*/
background: #000;
margin-right: -2px;
-webkit-transform: skewX(-5deg);
-moz-transform: skewX(-5deg);
-ms-transform: skewX(-5deg);
transform: skewX(-5deg);
}
.three {
background: #fff;
-webkit-transform: skewX(-5deg);
-moz-transform: skewX(-5deg);
-ms-transform: skewX(-5deg);
transform: skewX(-5deg);
	/*
background-image: url("img/bckg_bright2.jpg");
background-position: center center;
background-attachment: fixed;
*/
}
.four {
  background-color: #0000;
  -webkit-transform: skewX(-5deg);
-moz-transform: skewX(-5deg);
-ms-transform: skewX(-5deg);
transform: skewX(-5deg);
/*margin-left: -1px;*/
}

.five {
-webkit-transform: skewX(-5deg);
-moz-transform: skewX(-5deg);
-ms-transform: skewX(-5deg);
transform: skewX(-5deg);
}


.black {
	background: #000;
-webkit-transform: skewX(-5deg);
-moz-transform: skewX(-5deg);
-ms-transform: skewX(-5deg);
transform: skewX(-5deg);
}

@media (max-width: 1359px){
.two, .three, .four, .five, .black{
margin-right: -2px;
-webkit-transform: unset;
-moz-transform: unset;
-ms-transform: unse;
transform: unset;
}
}

@media (max-width: 1359px){
.four {
background: #fff;
}
.five {
background: #272727;
}
}
/* Translating the content's X ruines the scrollbar length. */
/*
#container {
  overflow:scroll;
  transform: rotate(90deg) translateY(-100%);
  transform-origin: top left;
  background-color:#999;
  position:absolute;
  width:100vh;
  height:100vw;
}
#container2 {
  transform: rotate(-90deg) translateX(-100vw);
  transform-origin: top left;
  white-space:nowrap;
}
*/
#container-wrapper {
position: absolute !important;
width: 100% !important;
height: 100% !important;
margin-left: -50% !important;
top: 0vh !important;
margin-right: 0 !important;
margin-top: 0 !important;
margin-bottom: 0 !important;
left: 50% !important;
}

#container-wrapper-shadow {
position: absolute !important;
width: 100% !important;
height: 100% !important;
margin-left: -50% !important;
top: 0vh !important;
margin-right: 0 !important;
margin-top: 0 !important;
margin-bottom: 0 !important;
left: 50% !important;
z-index:1;
/*
-webkit-box-shadow: -15px 0px 60px 31px rgba(0,0,0,1);
-moz-box-shadow: -15px 0px 60px 31px rgba(0,0,0,1);
box-shadow: -15px 0px 60px 31px rgba(0,0,0,1);
*/

}
.two::before{
content: "";
display: block;
height: 100vh;
margin-left: -30px;
width: 30px;
background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%); 
background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#db000000',GradientType=1 );

}
#logo-img {
margin-left: auto;
margin-right: auto;
width: 100%;
text-align: center;
position: absolute;
}
#logo-img img {
margin-top: calc(50vh - 125px);
height: 250px;
}

@media (max-width: 812px){
#logo-img img {height: 150px; margin-top: calc(50vh - 75px);}
}


.menu-container {
height: 60px;
background: #000;
font-size: 15px;
position: absolute;
width: 100%;
font-weight: 300;
text-align: left;
z-index: 3;
letter-spacing: 3px;
font-family: 'Open Sans', sans-serif;
color: #fff;
}
.menu-container a {margin-left: 15px; margin-right: 15px;     white-space: nowrap; line-height: 60px; transition: 0.1s;}
.menu-container a:hover {opacity: 0.5; transition: 0.1s;}



.menu-container-pin{
float: right;
margin-right: 20px !important;
width: 24px;
height: 24px;
background-size: 16px 24px !important;
background: url("img/ico/pin_ico.png") no-repeat;
background-position: center;
margin-top: 5px;
padding-top: 45px;
transition: 0.2s !important;
}
.menu-container-pin:hover{
opacity: 0.6;
transition: 0.2s;
background-position: center;
}

.menu-container-fb{
float: right;
margin-right: 20px !important;
width: 24px;
height: 24px;
background-size: 12px 24px !important;
background: url("img/ico/social_fb.png") no-repeat;
background-position: center;
margin-top: 5px;
padding-top: 45px;
transition: 0.2s !important;
}
/*
.menu-container-fb:hover{
background: url("img/ico/social_fb_blue.png") no-repeat;
transition: 0.2s;
background-position: center;
}
*/
.menu-container-mail{
float: right;
margin-right: 20px !important;
width: 26px;
height: 18px;
background-size: 26px 18px !important;
background: url("img/ico/mail_ico_white.png") no-repeat;
background-position: center;
margin-top: 5px;
padding-top: 45px;
transition: 0.2s !important;
}
.menu-container-mail:hover{
opacity: 0.6;
transition: 0.2s;
background-position: center;
}

@media (max-width: 1359px){
.menu-container {
 position: fixed;
 font-size: 11px;
 font-style: normal;
 position: fixed;
 padding-left: 10px;
 letter-spacing: 2px;
}
.menu-container a {margin-left: 10px; margin-right: 10px;}
}


.menu-walker{width: auto; float: left; }
	.menu-walker ul {padding: 0;}
		.menu-walker ul li {display: inline-block; text-decoration: none;}
		.menu-walker ul li:hover { } 
		.menu-walker ul li.current-menu-item { }
		.menu-walker a {}


@media (max-width: 1359px){
.menu-walker {display: none;}
}


/* MENU MOBILE  */
.menu-mobile {top: 0; left: 0; position: absolute; margin-left: 10px; margin-right: 20px; display: block; float: right; line-height: 60px; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;}
.menu-mobile-button {opacity: 1; cursor: pointer; display: inline-block; line-height: 60px; text-align: center; vertical-align: middle; width: 25px; height: 25px; background: url("img/menu_mobile_button.png") no-repeat; background-size: 25px 25px;}

 @media only screen and (max-width:1360px) {

    .nav-primary {
        clear: left;
    }
    .nav-primary li {
        font-size: 1.6em;
        border-top: 1px solid #333;
    }
    .nav-primary a {
        display: block;
        padding: 20px;
        text-decoration: none;
        color: #292929;
        text-align: center;
    }
    .nav-primary a:hover {
        color: #292929;
    }
    .nav-primary .nav-current a {
        color: #292929;
    }
    .nav-menu .nav-primary h2 {
        position: absolute;
        display: block;
        top: 0;
        right: 10px;
        margin-top: 10px;
        padding: 0 0 5px 50px;
        cursor: pointer;
        text-indent: -999em;
        background: red;
    }
    .nav-menu .nav-primary.expanded h2 {
        opacity: .4;
        transition: opacity .2s ease-in-out;
        -moz-transition: opacity .2s ease-in-out;
        -webkit-transition: opacity .2s ease-in-out;
    }
    .nav-menu .nav-primary li {
        clear: left;
    }
    .nav-menu .nav-primary.expanded li, .nav-menu .nav-primary li.nav-current {
        display: list-item;
    }
    .nav-menu .nav-primary li.nav-current {
        border-bottom-width: 0;
    }
    .nav-menu .nav-primary.expanded li.nav-current {
        border-bottom-width: 1px;
    }

}

.display-none {display: none !important; transition: .2s;}

.menu-walker-mobile {
     display: none;   top: 60px; left: 0; position: absolute;  width: 100%; z-index: 999; background: #000;}

	.menu-walker-mobile  a {display: block; padding: 6px; font-weight: 400; margin-left: 10px; margin-right: 10px; line-height: 25px; }
	.menu-walker-mobile  ul { margin: 0px; margin-left: auto; margin-right: auto; width: 90%; padding: 0px; list-style: none; display:block; text-align: center; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;}
		.menu-walker-mobile  ul li { font-size: 13px; letter-spacing: 1px; position: relative; z-index: 11; transition: all 0.2s ease-out; display: block;  margin-top: 5px; margin-bottom: 5px; padding-bottom: 5px; margin-left: 1px; margin-right: 1px;   text-align: center;   -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;}
		.menu-walker-mobile  ul li:hover {-webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;} 
		.menu-walker-mobile  ul li.current-menu-item {   -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;}

		
.menu-menu-1-container {padding-bottom: 20px; padding-top: 20px; background: #000;}


@media (min-width: 1365px){ 
.menu-mobile {display: none;}
.menu-menu-1-container {background: none; padding-top: 0;}
}
/* ^ MENU MOBILE  ^ */
ul.sub-menu{ display: none; transition .2s;}

ul.menu li.menu-item-has-children:hover > ul.sub-menu{
    display: block !important; transition: .2s;
}
.sub-menu {position: absolute; background: #000;}


.dropdown-item {display: block !important;}
.sub-menu a {line-height: 35px !important;}
@media (max-width: 1356px){
.dropdown-item {display: none !important;}
}



#home {
margin-top: 25%;
}

#home-text {

font-size: 24px;
white-space: normal;
font-weight: normal;
color: #000;
border-bottom: 1px solid #da6d6d;
padding-bottom: 30px;
width: 80%;
margin-left: auto;
margin-right: auto;
z-index: 2;
position: relative;
}

#home-follow-x{
position: absolute;
width: 1px;
height: 100vh;
background: rgba(210, 0, 0, 0.6) none repeat scroll 0% 0%;
}
#home-follow-y{
position: absolute;
height: 1px;
width: 100%;
left: 0;
border-bottom: 3px dotted rgba(255, 255, 255, 0.6);
}

@media (max-width: 1359px){
#home-follow-x, #home-follow-y {display: none;}
}

#about {
margin-top: 20%;
  -webkit-transform: skewX(5deg);
  -moz-transform: skewX(5deg);
  -ms-transform: skewX(5deg);
  transform: skewX(5deg);
  z-index: 2;
}

#about-text {

font-size: 17px;
white-space: normal;
font-weight: 300;
line-height: 33px;
color: #fff;
padding-bottom: 30px;
width: 35%;
height: 50vh;
overflow-x: hidden;
margin-left: 10%;
z-index: 2;
position: relative;
-webkit-transform: skewX(-5deg);
-moz-transform: skewX(-5deg);
-ms-transform: skewX(-5deg);
transform: skewX(-5deg);
text-align: justify;
}

@media (max-width: 1359px){
#about {
 -webkit-transform: unset;
 -moz-transform: unset;
 -ms-transform: unset;
 transform: unset;
}
#about-text{
 -webkit-transform: unset;
 -moz-transform: unset;
 -ms-transform: unset;
 transform: unset;
 text-align: left;
 font-size: 18px;
 height: 80vh;
 width: 70%;
}
}

.btn-red-big{
white-space: normal;
color: #fff !important;
display: inline-block;
margin-left: auto;
font-weight: 700;
font-family: 'Open Sans', sans-serif;
padding: 7px 20px 10px 20px;
position: absolute;
background: #d21616;
right: 0px;
top: 8vw;
margin-right: 10%;
z-index: 2;
font-size: 48px;
margin-top: -32px;
-webkit-transform: skewX(-5deg);
-moz-transform: skewX(-5deg);
-ms-transform: skewX(-5deg);
transform: skewX(-5deg);
-webkit-box-shadow: 0px 0px 1px 1px rgba(210,22,22,1);
-moz-box-shadow: 0px 0px 1px 1px rgba(210,22,22,1);
box-shadow: 0px 0px 1px 1px rgba(210,22,22,1);
transition: 0.2s;
}
.btn-red-big:hover{
margin-top: -40px;
margin-right: 10%;
padding: 17px 30px 20px 30px;
background: transparent;
color: #d21616 !important;
margin-right: 9.5%;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
transition: 0.2s;
}

@keyframes blink {
    /**
     * At the start of the animation the dot
     * has an opacity of .2
     */
    0% {
      opacity: .2;
    }
    /**
     * At 20% the dot is fully visible and
     * then fades out slowly
     */
    20% {
      opacity: 1;
    }
    /**
     * Until it reaches an opacity of .2 and
     * the animation can start again
     */
    100% {
      opacity: .2;
    }
}
.saving {
display: inline-block;
margin-bottom: -10px;
}
.saving span {
    /**
     * Use the blink animation, which is defined above
     */
    animation-name: blink;
    /**
     * The animation should take 1.4 seconds
     */
    animation-duration: 1.4s;
    /**
     * It will repeat itself forever
     */
    animation-iteration-count: infinite;
    /**
     * This makes sure that the starting style (opacity: .2)
     * of the animation is applied before the animation starts.
     * Otherwise we would see a short flash or would have
     * to set the default styling of the dots to the same
     * as the animation. Same applies for the ending styles.
     */
    animation-fill-mode: both;
}

.saving span:nth-child(2) {
    /**
     * Starts the animation of the third dot
     * with a delay of .2s, otherwise all dots
     * would animate at the same time
     */
    animation-delay: .2s;
}

.saving span:nth-child(3) {
    /**
     * Starts the animation of the third dot
     * with a delay of .4s, otherwise all dots
     * would animate at the same time
     */
    animation-delay: .4s;
}

.about-vertical-line-up{
position: absolute;
height: 40%;
width: 2px;
left: 55%;
border-right: 2px groove rgba(255, 0, 0, 0.5);
top: 0px;
}
.about-vertical-line-btm{
position: absolute;
height: 40%;
width: 2px;
left: 55%;
border-right: 2px groove rgb(239, 239, 239);
bottom: 0px;
}

@media (max-width: 1359px){
.about-vertical-line-up, .about-vertical-line-btm{
 display: none;
}
.btn-red-big {
display: none;
}
}
.btn-red-about-mobile {
 display: block;
 width: 20px;
 height: 20px;
 position: absolute;
 right: 30px;
 border-bottom: 4px solid red;
 border-right: 4px solid red;
 transform: rotate(-45deg);
 top: 50vh;
 background: transparent;
}

@media (min-width: 1361px){
.btn-red-about-mobile {display: none;}
}



#offer {
margin-top: 25vh;
  -webkit-transform: skewX(5deg);
  -moz-transform: skewX(5deg);
  -ms-transform: skewX(5deg);
  transform: skewX(5deg);
}

@media (max-width: 1359px){
#offer {
margin-top: 5vh;
  -webkit-transform: unset;
  -moz-transform: unset;
  -ms-transform: unset;
  transform: unset;
  background: #fff;
}
}

#offer-text {
font-size: 24px;
white-space: normal;
font-weight: normal;
color: #000;
padding-bottom: 30px;
width: 80%;
margin-left: auto;
margin-right: auto;
z-index: 2;
position: relative;
}

.offer-items {
height: 50vh;
overflow-x: hidden;
width: 80%;
padding-left: 1px;
  -webkit-transform: skewX(-5deg);
  -moz-transform: skewX(-5deg);
  -ms-transform: skewX(-5deg);
  transform: skewX(-5deg);
}

.offer-items h1 {
font-weight: 700;
}

@media (max-width: 1359px){
.offer-items {
  -webkit-transform: unset;
  -moz-transform: unset;
  -ms-transform: unset;
  transform: unset;
  width: 90%;
  height: 80vh;
}
}

.offer-items-font {
font-size: 21px;
font-weight: 500;
}
@media (max-width: 1359px){
.offer-items-font {
font-size: 17px;
}
.offer-items h1 {
	font-size: 15px;
}
}
.offer-items a{
display: block;
position: relative;
margin: 0;
}

.offer-items::before{
    content: "";
    background: #fff;
    height: 100%;
    float: left;
    margin-left: -4px;
    z-index: 5;
    display: inline-block;
    width: 5px;
}


.offer-item {
height: 300px;
margin-bottom: 25px;
opacity: 1;
transition: opacity 2s ease;
-webkit-transform: skewX(5deg);
-moz-transform: skewX(5deg);
-ms-transform: skewX(5deg);
transform: skewX(5deg);
z-index: 3;
transition: 0.2s;
}

@media (max-width: 1359px){
.offer-item {
    height: 100%;
    width: 100%;
-webkit-transform: unset;
-moz-transform: unset;
-ms-transform: unset;
transform: unset;
}
}

.offer-item p {}

.offer-item-img {
margin-left: -16px;
}


.offer-item img {
width: 300px;
height: 300px;
position: relative;
z-index: 2;

}

.offer-item-img::before {
content: "";
width: 30px;
height: 304px;
display: block;
background: #fff;
position: relative;
margin-right: -45px;
top: -3px;
transform: rotate(5deg);
float: left;
left: -15px;
z-index: 3;
}

.offer-item-img::after {
content: "";
width: 30px;
height: 304px;
display: block;
background: #fff;
position: relative;
margin-right: -45px;
top: 0px;
transform: rotate(5deg);
float: left;
left: 286px;
z-index: 3;
}

@media (max-width: 1359px){
.offer-item-img::before, .offer-item-img::after {
display: none;
}
}
@media (max-width: 1359px){
.offer-item img {
height: auto;
}
}
@media (orientation: landscape) and (max-width: 1359px){
.offer-item-img {text-align: center;}
.offer-item img {
height: 50vh;
width: auto;
}
}

.offer-item-name {
background: #fff;
color: #000;
text-align: right;
padding-right: 40px;
margin-top: -175px;
height: 50px;
font-family: 'Open Sans';
font-weight: 300;
padding-top: 5px;
width: auto;
display: inline-block;
float: right;
z-index: 2;
position: relative;
padding-left: 15px;
font-style: italic;
}

@media (max-width: 1359px){
.offer-item-name{
margin-top: 0;
padding-left: 0;
padding-right: 0;
margin-bottom: 30px;
font-style: normal;
text-align: center;
width: 100%;
font-size: 15px;
}
}

.offer-item:hover .offer-item-name{
color: #d21616;
transition: 0.2s;
}
.offer-item:hover #ofr-itm-line{
background: rgba(210, 22, 22, 0.22);
transition: 0.2s;
} 

#ofr-itm-line{
background: rgba(0,0,0,0.3);
width: 100%;
height: 1px;
position: relative;
top: -151px;
}
#ofr-itm-line::before{
content: "";
display: block;
background: red;
width: 100px;
height: 5px;
}
@media (max-width: 1359px){
#ofr-itm-line {display: none;}
}



#page {
margin-top: 13vh;
}

@media (max-width: 1359px){
#page {
-webkit-transform: unset;
-moz-transform: unset;
-ms-transform: unset;
transform: unset;
background: #fff;
padding-top: 30px;
padding-bottom: 30px;
border-top: 2vh solid #fff;
margin-top: 9vh;

}
}

#page-text {
	height: 80vh;
overflow-x: hidden;
font-size: 24px;
white-space: normal;
font-weight: normal;
color: #000;
padding-bottom: 30px;
width: 80%;
margin-left: auto;
margin-right: auto;
z-index: 2;
position: relative;
}

#page-text img {
max-height: 45vh;
width: auto;
}

.page-items {
/*height: 80vh;
overflow-x: hidden;
*/
padding-left: 1px;

}

@media (max-width: 1359px){
.page-text h1 {
	font-size: 15px;
}
}
.page-items-font {
font-size: 17px;
line-height: 33px;
font-weight: 500;
}
}
.page-items a{
display: block;
position: relative;
margin: 0;
}

.page-items::before{
    content: "";
    background: #fff;
    height: 100%;
    float: left;
    margin-left: -4px;
    z-index: 5;
    display: inline-block;
    width: 5px;
}

.page-item {
height: 300px;
margin-bottom: 25px;
opacity: 1;
transition: opacity 2s ease;

z-index: 3;
transition: 0.2s;
}


.page-item p {}

.page-item-img {
margin-left: -16px;
}


.page-item img {
width: 300px;
height: 300px;
position: relative;
z-index: 2;

}

.page-item-img::before {
content: "";
width: 30px;
height: 304px;
display: block;
background: #fff;
position: relative;
margin-right: -45px;
top: -3px;
transform: rotate(5deg);
float: left;
left: -15px;
z-index: 3;
}

.page-item-img::after {
content: "";
width: 30px;
height: 304px;
display: block;
background: #fff;
position: relative;
margin-right: -45px;
top: 0px;
transform: rotate(5deg);
float: left;
left: 286px;
z-index: 3;
}
@media (max-width: 1359px){
.page-item-img::before, .page-item-img::after {
display: none;
}
}

.page-item-name {
background: #fff;
color: #000;
text-align: right;
padding-right: 40px;
margin-top: -175px;
height: 50px;
font-family: 'Open Sans';
font-weight: 300;
padding-top: 5px;
width: auto;
display: inline-block;
float: right;
z-index: 2;
position: relative;
padding-left: 15px;
font-style: italic;
}

@media (max-width: 1359px){
.page-item-name{
margin-top: 0;
padding-left: 0;
padding-right: 0;
margin-bottom: 30px;
font-style: normal;
text-align: center;
width: 100%;
font-size: 18px;
}
}

.page-item:hover .page-item-name{
color: #d21616;
transition: 0.2s;
}
.page-item:hover #ofr-itm-line{
background: rgba(210, 22, 22, 0.22);
transition: 0.2s;
} 






.height100 {height: 100% !important;     margin-left: -28px !important;}
/*
.wc-gallery img {
  -webkit-transform: skewX(5deg);
  -moz-transform: skewX(5deg);
  -ms-transform: skewX(5deg);
  transform: skewX(5deg);
}

.gallery-icon::after{
 content: "";
 width: 65px;
 height: 371px;
 display: block;
 background: #ffffff;
 margin-right: -45px;
 top: 0px;
 position: absolute;
 transform: rotate(0deg);
 float: left;
 left: 518px;
 z-index: 3;
}



@media (max-width: 1359px){
.height100 {
 margin-left: unset !important;
}	
.wc-gallery img {
  -webkit-transform: unset;
  -moz-transform: unset;
  -ms-transform: unset;
  transform: unset;
}
.gallery-icon::after {
display: none;
}
.top15vh {
 margin-top: 15vh;
}
}*/
.wc-gallery .gallery.gallery-masonry {height: unset !important;}


#contact {
margin-top: 25vh;
  -webkit-transform: skewX(5deg);
  -moz-transform: skewX(5deg);
  -ms-transform: skewX(5deg);
  transform: skewX(5deg);
  position: relative;
  z-index: 2;
}

.contact-container {
margin-top: 25vh;
  -webkit-transform: skewX(5deg);
  -moz-transform: skewX(5deg);
  -ms-transform: skewX(5deg);
  transform: skewX(5deg);
  position: relative;
  z-index: 2;
}

#contact-text {
font-size: 17px;
white-space: normal;
font-weight: normal;
color: #000;
padding-bottom: 30px;
width: 80%;
margin-left: auto;
margin-right: auto;
z-index: 2;
position: relative;
max-width: 610px;
}

#contact-text h1 { font-size: 25px;}
#contact-text h2 { font-size: 20px;}

@media (max-width: 1359px){
#contact{
 margin-top: 10vh;
 margin-left: -10px;
  -webkit-transform: unset;
  -moz-transform: unset;
  -ms-transform: unset;
  transform: unset;
  position: unset;
}
.contact-container {
  -webkit-transform: unset;
  -moz-transform: unset;
  -ms-transform: unset;
  transform: unset;
}
#contact-text {
 overflow-x: hidden;
 height: 80vh;
 width: 65%;
}

#contact-text p {
text-align: left !important;
}

}

#contact-form {
margin-top: 25vh;

-webkit-transform: skewX(5deg);
-moz-transform: skewX(5deg);
-ms-transform: skewX(5deg);
transform: skewX(5deg);
position: relative;
z-index: 2;
}

@media (max-width: 1359px){
#contact-form {
-webkit-transform: unset;
-moz-transform: unset;
-ms-transform: unse;
transform: unset;
background: #272727;
margin-top: 15vh;
}
}
#contact-form-text {
font-size: 24px;
white-space: normal;
font-weight: normal;
color: #000;
padding-bottom: 30px;
width: 80%;
margin-left: auto;
margin-right: auto;
z-index: 2;
position: relative;

}

.btn-red-contact{
z-index: 3;
position: absolute;
background: #d21616 url("img/ico/tel_white_ico.png") no-repeat;
background-size: 25px 36px;
background-position: center;
right: 0px;
top: 50%;
margin-right: 20px;
-webkit-transform: skewX(-5deg);
-moz-transform: skewX(-5deg);
-ms-transform: skewX(-5deg);
transform: skewX(-5deg);
transition: 0.2s;
width: 70px;
height: 70px;
margin-top: -70px;
}

.btn-red-contact:hover {
background: #ff0000 url("img/ico/tel_white_ico.png") no-repeat;
background-size: 25px 36px;
background-position: center;
transition: 0.2s;
}

@media (max-width: 1359px){
.btn-red-contact {
 transform: unset;
 width: 40px;
 height: 40px;
 right: 10px;
 margin-right: unset;
 margin-top: 0px;
 z-index: 2;
 position: absolute;
}
}

.phone-call {display: none; animation: animate-pulse 3s linear infinite; border-radius: 50px; width: 70px; height: 70px; background: #0ca93c url("img/ico/tel_white.png") no-repeat; background-size: 24px 24px; background-position: center; position: fixed; z-index: 17; left: 20px; bottom: 20px;}
@media (max-width: 1200px){.phone-call {display: unset;}}

.btn-red-back-offer{
z-index: 3;
position: absolute;
background: #7d7d7d url("img/ico/back_ico_white.png") no-repeat;
background-size: 25px 25px;
background-position: center;
top: 50%;
left: 20px;
margin-right: 20px;
-webkit-transform: skewX(-5deg);
-moz-transform: skewX(-5deg);
-ms-transform: skewX(-5deg);
transform: skewX(-5deg);
transition: 0.2s;
width: 70px;
height: 70px;
margin-top: -70px;
}

.btn-red-back-offer:hover {
background: #ff0000 url("img/ico/back_ico_white.png") no-repeat;
background-size: 25px 25px;
background-position: center;
transition: 0.2s;
}

@media (max-width: 1359px){
.btn-red-back-offer {
 transform: unset;
 width: 40px;
 height: 40px;
 right: 10px;
 margin-top: 70px;
 z-index: 2;
 position: absolute;
 display: none;
}
}


/*
.contact-data-div {font-size: 19px;
font-weight: 300;
text-align: center;
color: #b90303;
font-family: 'Open Sans', sans-serif;
letter-spacing: 1px;}
.contact-data-ico {display: inline-block; width: 300px; margin-bottom: 20px;}
.hr-contact {border: 1px solid rgb(240, 0, 0)}
@media (max-width: 1359px){
.contact-data-ico{
width: 100%;
text-align: left;
}
.contact-data-ico img {
 float: left;
 margin-top: -10px;
 margin-right: 100%;
 width: 30px;
 height: 30px;
}
*/
.contact-data-div {display: flex; justify-content: center; font-size: 16px; font-weight: 700; color: #d21616; text-align: center; min-height: 170px;}
.contact-data-div a {display: inline-block !important;}
.contact-data-ico {letter-spacing: 0px; margin-bottom: 20px;}
.contact-data-ico img {width: 50px; height: 50px; margin-bottom: 15px;}
.contact-data-detail {width: 50%;}
@media (max-width: 1359px){
.contact-data-div {display: unset;}	
.contact-data-ico{display: inline-block; float: none; margin-left: auto; margin-right: auto;}
.contact-data-ico img {width: 40px; height: 40px; margin-bottom: 0;}
.contact-data-detail {width: 100%;}
}


.none {display: none;}
}

#contact-panel-parent{  text-align: center;  position: relative; visibility: visible; }

#contact-panel-bot{ min-height: 512px; text-align: center; width: 493px; float: right; position: absolute; display: none; font-family: 'Open Sans', sans-serif;
 color: #4d4d4d; font-size: 33px; font-weight: bold;}

#contact-panel { text-align: center;   position:relative; visibility: visible;}

  #contact-panel h2 { display: none; font-family: 'Roboto Condensed', sans-serif; margin-top: 30px; margin-bottom: 40px; font-weight: 400; font-size: 30px; text-align: left; color: #929292;  }
   #contact-panel input {
color: #fff;
font-family: 'Open Sans', sans-serif;
font-weight: 300 !important;
font-size: 17px;
height: 75px;
width: 80%;
padding-left: 8px;
padding-bottom: 3px;
display: block;
margin: 10px auto;
background: transparent;
resize: none;
-webkit-transition: all 0.1s ease-in-out;
-moz-transition: all 0.1s ease-in-out;
-o-transition: all 0.1s ease-in-out;
transition: all 0.1s ease-in-out;
border: none;
border-bottom: 2px solid #fff;
   }
      #contact-panel input::-webkit-input-placeholder { color: #fff !important; }
      #contact-panel input::-moz-placeholder { color: #fff !important; }
      #contact-panel input:-ms-input-placeholder { color: #fff !important; } 
      #contact-panel input:-moz-placeholder { color: #fff !important; }
	  #contact-panel input::placeholder {color #fff !important;;}
      #contact-panel input:hover {  color: #fff;  padding-left: 5px; -webkit-transition: all 0.1s ease-in-out; -moz-transition: all 0.1s ease-in-out; -o-transition: all 0.1s ease-in-out; transition: all 0.1s ease-in-out;}
      #contact-panel input:focus { color: #fff; outline: none; /* -webkit-box-shadow: inset -2px 0px 0px 0px #dadada; -moz-box-shadow: inset -2px 0px 0px 0px #dadada; box-shadow: inset -2px 0px 0px 0px #dadada; */}
   #contact-panel textarea {
color: #fff;
font-family: 'Open Sans', sans-serif;
font-weight: 300 !important;
font-size: 17px;
height: 75px;
width: 80%;
padding-left: 8px;
padding-bottom: 3px;
display: block;
margin: 10px auto;
margin-top: 40px;
background: transparent;
resize: none;
-webkit-transition: all 0.1s ease-in-out;
-moz-transition: all 0.1s ease-in-out;
-o-transition: all 0.1s ease-in-out;
transition: all 0.1s ease-in-out;
border: none;
border-bottom: 2px solid #fff;
}
	  #contact-panel textarea::-webkit-input-placeholder { color: #fff !important;}
      #contact-panel textarea::-moz-placeholder { color: #fff !important; }
      #contact-panel textarea:-ms-input-placeholder { color: #fff !important; } 
      #contact-panel textarea:-moz-placeholder { color: #fff !important; }
	  #contact-panel input::placeholder {color: #fff !important ;}	  
      #contact-panel textarea:hover { color: #fff;  padding-left: 5px; -webkit-transition: all 0.1s ease-in-out; -moz-transition: all 0.1s ease-in-out; -o-transition: all 0.1s ease-in-out; transition: all 0.1s ease-in-out; }
      #contact-panel textarea:focus { color: #fff; outline: none; /* -webkit-box-shadow: inset -2px 0px 0px 0px #dadada; -moz-box-shadow: inset -2px 0px 0px 0px #dadada; box-shadow: inset -2px 0px 0px 0px #dadada; */ -webkit-transition: all 0.1s ease-in-out; -moz-transition: all 0.1s ease-in-out; -o-transition: all 0.1s ease-in-out; transition: all 0.1s ease-in-out;}
	  img.ajax-loader { display: none; }
	  .wpcf7-captchar { width: 211px !important; display: inline-block !important; }

#contact-panel input[type="submit"] {
font-size: 0;
border: none;
margin-top: 45px;
width: 90px;
height: 90px;
border-radius: 50%;
-webkit-transform: skewX(0deg);
-moz-transform: skewX(0deg);
-ms-transform: skewX(0deg);
transform: skewX(0deg);
background-size: 50px 25px !important;
background: #d21616 url("img/ico/send_ico.png") no-repeat;
background-position: 14px center;
transition: 0.2s;
}
#contact-panel input[type="submit"]:hover {
background: #ff0000 url("img/ico/send_ico.png") no-repeat;
background-position: 20px center;
transition: 0.2s;
}
.wpcf7-validation-errors
{margin-top: -10px;}
	  
@media (max-width: 1359px){
#contact-panel input {height: 35px; width: 100%; margin-top: 30px; font-size: 18px;
  -webkit-transform: unset;
  -moz-transform: unset;
  -ms-transform: unset;
  transform: unset;}	
#contact-panel textarea {height: 100px; width: 100%; margin-top: 30px; font-size: 18px;
  -webkit-transform: unset;
  -moz-transform: unset;
  -ms-transform: unset;
  transform: unset;}
.contact-content {width: 90%; font-size: 15px;}	
}


#contact-panel input::-moz-placeholder {color: #fff !important;}

.copyright{
z-index: 2;
    font-size: 10px;
    margin-top: 30px;
    color: #5d5d5d;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
	font-weight: 100;
	letter-spacing: 1px;
	border-top: 1px dashed rgba(0,0,0,0.15);
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.copyright p {
padding-top: 5px;
text-align: center;
display: inline-block;
opacity: 0.3;
transition: 0.2s;
}
.copyright p:hover{
 opacity: 0.7;
 transition: 0.2s;
}

.site_background_wrapper, .contact_background_wrapper {
z-index: 1;
position: absolute;
top: 0px;
width: 100%;
}
.site_background_wrapper img{
position: absolute; margin-top: 640px;
transform: translateY(-50%) translateX(0%);
overflow: hidden;
}
.contact_background_wrapper img {
position: absolute; margin-top: 640px;
transform: translateY(-50%) translateX(-10%);
overflow: hidden;
}
@media (max-width: 1359px){
.site_background_wrapper, .contact_background_wrapper {
display: none;
}
}

.contact_background_wrapper_after::after{
    content: "";
    display: block;
    height: 100vh;
    position: absolute;
    right: -48px;
    width: 500px;
    background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,1);background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);100%);
    background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
}

.show{opacity:1;}


#wrap{
	position:fixed;; 
	z-index:-1; 
	top:0; 
	left:0; 
	background-color: #000;
}
#wrap img.bgfade{
    position:absolute;
    top:0;
    display:none;
	z-index:-1;
}
@media (orientation: landscape){
#wrap img.bgfade{width: 100%; height: unset;}	
}
@media (orientation: portrait){
#wrap img.bgfade{width: unset; height: 100%;}	
}

/* Loading ------------------------------------------       */
#loading_bg { height: 100%; width: 100%; position: fixed; left: 0px; top: 0px; background: rgba(0, 0, 0, 1); z-index: 80;}
#loading_bar { height: 3px; width: 1px;background: url("img/loading_stripe.png") repeat-x; background: #ff0000;
-webkit-box-shadow: 0px 0px 14px 0px rgba(255,0,0,1);
-moz-box-shadow: 0px 0px 14px 0px rgba(255,0,0,1);
box-shadow: 0px 0px 14px 0px rgba(255,0,0,1);
}
#loading_bar_end { height: 3px; width: 100px; content: " "; background: url("img/loading_stripe_glow.png") no-repeat; background: #ff0000; display: block; position: absolute; left: 1px; top: 0px;
-webkit-box-shadow: 0px 0px 14px 0px rgba(255,0,0,1);
-moz-box-shadow: 0px 0px 14px 0px rgba(255,0,0,1);
box-shadow: 0px 0px 14px 0px rgba(255,0,0,1);
}

@media (max-width: 1359px){
#loading_bg {display: none;}
}

.blog_loader,
.blog_loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
.blog_loader {
  margin: auto auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(212,212,212, 0.2);
  border-right: 1.1em solid rgba(212,212,212, 0.2);
  border-bottom: 1.1em solid rgba(212,212,212, 0.2);
  border-left: 1.1em solid #d4d4d4;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
top: 50%;
margin-top: -10em;  
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}		
/* Loading ------------------------------------------       */  

.loader {
height: 3px;
display: flex;
-webkit-transform: translateZ(0);
transform: translateZ(0);
width: 30vh;
margin-left: auto;
margin-right: auto;
margin-bottom: 50%;
position: absolute;
left: 50%;
margin-left: -15vh;
top: 50%;
}
/*
.loader_wrapper {
  position: absolute;
  width: 200px;
  height: 2px;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}
*/
.loader loader_stripe {
  flex: 1;
  background: salmon;
  -webkit-animation: go 0.8s infinite alternate ease;
          animation: go 0.8s infinite alternate ease;
  box-shadow: 0 0 20px salmon;
}
.loader loader_stripe:nth-child(1) {
  -webkit-animation-delay: -0.72s;
          animation-delay: -0.72s;
}
.loader loader_stripe:nth-child(2) {
  -webkit-animation-delay: -0.64s;
          animation-delay: -0.64s;
}
.loader loader_stripe:nth-child(3) {
  -webkit-animation-delay: -0.56s;
          animation-delay: -0.56s;
}
.loader loader_stripe:nth-child(4) {
  -webkit-animation-delay: -0.48s;
          animation-delay: -0.48s;
}
.loader loader_stripe:nth-child(5) {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}
.loader loader_stripe:nth-child(6) {
  -webkit-animation-delay: -0.32s;
          animation-delay: -0.32s;
}
.loader loader_stripe:nth-child(7) {
  -webkit-animation-delay: -0.24s;
          animation-delay: -0.24s;
}
.loader loader_stripe:nth-child(8) {
  -webkit-animation-delay: -0.16s;
          animation-delay: -0.16s;
}
.loader loader_stripe:nth-child(9) {
  -webkit-animation-delay: -0.08s;
          animation-delay: -0.08s;
}
.loader loader_stripe:nth-child(10) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

@-webkit-keyframes go {
  100% {
    background: transparent;
    flex: 10;
    box-shadow: 0 0 0 transparent;
  }
}

@keyframes go {
  100% {
    background: transparent;
    flex: 10;
    box-shadow: 0 0 0 transparent;
  }
}

/*   loading stripes ------------------------------------     */

/* Scroll down btn ==================== */
.scroll-down-wrapper {
opacity: 1;
top: 50%;
position: absolute;
right: 120px;
transform: rotate(270deg);
transform: scale(1.5) rotate(270deg);
z-index:1;
}
.scroll-down-wrapper-alt {display: none; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}

.section-about-link-overlay{
display: block;
width: 150px;
height: 80px;
z-index: 2;
position: absolute;
bottom: 0;
margin-top: 50vh;
margin-right: 50%;
transform: rotate(90deg);
left: 50%;
margin-left: -80px;
}

@media (max-width: 1359px){
.section-about-link-overlay{
 top: 28vh;
 bottom: unset;
 left: 50vw;
}
}

#section07{
opacity: 1;
top: 50%;
position: absolute;
right: 120px;
transform: rotate(270deg);
transform: scale(1.5) rotate(270deg);
z-index:1;
}
#section07 a {
  padding-top: 80px;
}
#section07 a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb07 2s infinite;
  animation: sdb07 2s infinite;
  opacity: 0;
  box-sizing: border-box;
}
#section07 a span:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
#section07 a span:nth-of-type(2) {
  top: 16px;
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
}
#section07 a span:nth-of-type(3) {
  top: 32px;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}
@-webkit-keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@media (max-width: 1359px){
#section07{transform: rotate(0deg);
    transform: rotate(0deg);
    top: 80%;
    width: 100%;
    position: absolute;
    right: unset;
}
}
@keyframes animate-pulse{
    0%{
        box-shadow: 0 0 0 0 rgba(12,169,60,0.7),  0 0 0 0 rgba(12,169,60,0.7);
    }
    40%{
        box-shadow: 0 0 0 50px rgba(12,169,60,0.0),  0 0 0 0 rgba(12,169,60,0.7);
    }
    80%{
        box-shadow: 0 0 0 50px rgba(12,169,60,0.0),  0 0 0 30px rgba(12,169,60,0);
    }
    100%{
        box-shadow: 0 0 0 0 rgba(12,169,60,0.0),  0 0 0 30px rgba(12,169,60,0);
    }
    
}

@keyframes square-hover-pulse{
    0%{
        box-shadow: 0 0 0 0 rgba(255,245,178,0.7),  0 0 0 0 rgba(255,245,178,0.7);
    }
    100%{
        box-shadow: 0 0 0 30px rgba(255,245,178,0.0),  0 0 0 0 rgba(255,245,178,0.7);
    }

}