/*   
Theme Name: 0-86stan
*/

*{
margin: 0;
padding: 0;
border: 0;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
display: block;
}

@font-face {
font-family: oswald;
src: url(font/oswald.ttf);
}

body {
font: 18px/25px oswald;
}

#wrap {
margin: 0 auto;
width: 100%;
max-width: 2000px;
min-width: 300px;
overflow-x: hidden;
background: #D9D9D9;
line-height: 1.4;
color: #333;
}

#ortasy {
width: 100%;
max-width: 1160px;
padding: 0 20px 0 20px;
margin: 0 auto;
background: #fff;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

img {
padding: 0;
margin: 0;
border: 0;
max-width: 100%;
height: auto;
}

p {
margin: 0 0 1em 0;
}

a {
text-decoration: none;
}

#header {
width: 100%;
background: #0c1644;
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

header {
margin: 0 auto;
width: 100%;
max-width: 1200px;
height: 150px;
position: relative;
}

#logo {
position: absolute;
left: 1px;
top: 50px;
width: 350px;
}

#phone {
position: absolute;
top: 50px;
right: 1px;
padding: 8px 0 10px 47px;
background: url(img/phone.png) no-repeat;
background-size: 42px auto;
background-position: 0 4px;
}
  
#phone a {
text-decoration: none;
font: 22px oswald;
color: #fff;
display: block;
}
  
#email {
position: absolute;
top: 50px;
right: 400px;
padding: 6px 0 10px 47px;
background: url(img/mail.png) no-repeat;
background-size: 42px auto;
background-position: 0 4px;
}
    
#email a {
text-decoration: none;
font: 22px oswald;
color: #fff;
display: block;
}

#menu {
height: 62px;
}

.center {
margin: 0 auto;
width: 100%;
max-width: 1200px;
}

#slider {
  padding: 10px 0 50px 0;
  background: #0c1644;
  border-radius: 0 0 50px 50px;
}

#title {
margin: 0 0 50px 0;
padding: 100px 0 0 0;
}

#title h1 {
font: bold 50px/50px oswald;
margin: 0 0 0 0;
}

#title span {
font: bold 120px/120px oswald; 
color: #f07c00;
}

#about {
margin: 0 0 100px 0;
}

#about .center {
display: grid;
grid-gap: 30px 1%;
grid-template-columns: 1fr 1fr
}

#text {
display: flex;
align-items: center;
}

#text h2 {
font: 30px/30px oswald;
color: #f07c00;
text-align: left;
margin: 0 0 10px 0;
}

#why {
margin: 0 0 100px 0;
}

#why .center {
padding: 50px 30px 50px 30px;
-moz-box-sizing: border-box;
box-sizing: border-box;
background: #f5f5f5;
border-radius: 50px;
}

#why .center > div {
display: grid;
grid-gap: 30px 5%;
grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
text-align: center;
}

#why p {
color: #000;
font: 21px/21px oswald;
}

#homecatalog {
  margin: 0 0 100px 0;
}

#homecatalog .center {
  display: grid;
  grid-gap: 30px 5%;
  grid-template-columns: 1fr 1fr 1fr;
  text-align: center;
}

#homecatalog a {
  text-decoration: none;
  color: #333;
}

#homecatalog img {
display: block;
}

#homecatalog p {
  font: bold 18px oswald;
  margin: 10px 0 10px 0;
}

.more {
background: #f07c00;
color: #fff;
padding: 7px 35px;
border-radius: 15px;
display: inline-block;
cursor: pointer;
text-align: center;
height: auto;
font: 18px oswald;
}

#banner {
  margin: 0 0 100px 0;
}

#mail input {
padding: 15px;
background: #fff;
font: 18px oswald;
margin: 0 0 15px 0;
border-radius: 15px;
display: block;
width: 100%;
text-align: center;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

#mail button {
background: #f07c00;
color: #333;
padding: 15px;
border-radius: 15px;
display: block;
cursor: pointer;
text-align: center;
width: 100%;
height: auto;
font: 18px oswald;
}

#result {
margin: 10px 0 0 0;
color: #fff;
}

#portfolio {
  padding: 100px 0 100px 0;
}

h2 span {
color: #f07c00;
}

#rightlinks {
  position: fixed;
  bottom: 10px;
  right: 10px;
z-index: 10;
}

#rightlinks a {
  display: block;
  margin: 0 0 15px 0;
}

#rightlinks img {
  display: block;
  max-width: 60px;
}

#contact {
padding: 0 0 50px 0;
}

#section {
margin: 0 auto;
width: 94%;
max-width: 1200px;
padding: 0 0 50px 0;
}

h1 {
font: bold 50px/50px oswald;
margin: 40px 0 20px 0;
text-align: center;
color: #000;
}

h2 {
font: bold 50px/50px oswald;  
margin: 0 0 40px 0;
text-align: center;
color: #000;
}

h3 {
font: bold 40px/40px oswald;
margin: 20px 0 20px 0;
text-align: center;
color: #000;
}

#myfooter {
width: 100%;
padding: 100px 0 0 0;
border-radius: 50px 50px 0 0;
background: #0c1644;
}

#myfooter a {
font: 20px oswald;
color: #fff;
text-decoration: none;
}

footer {
width: 94%;
max-width: 1200px;
margin: 0 auto;
padding: 0 0 100px 0;
display: grid;
grid-gap: 10px 10%;
grid-template-columns: 1fr 1fr 1fr;
}

footer ul li {
list-style: none;
}

footer a {
font: 18px oswald;
text-decoration: none;
display: block;
margin: 0 0 5px 0;
}

#copy {
padding: 5px 0 25px 0;
text-align: center;
}

#copy p {
font: 18px oswald;
margin: 0 0 0 0;
padding: 20px 0 0 0;
color: #fff;
}

#copy a {
font: 18px oswald;
text-decoration: none;
color: #ccc;
}

#gallery {
display: grid;
grid-gap: 20px 2%;
grid-template-columns: 32% 32% 32%;
text-align: center;
}

#catalog {
display: grid;
grid-gap: 30px 2%;
grid-template-columns: 32% 32% 32%;
text-align: center;
margin: 0 0 30px 0;
}

#catalog a {
  text-decoration: none;
  color: #000;
}

#catalog img {
display: block;
margin: 0 auto;	
}

#catalog p {
  font: 20px/25px oswald;
  margin: 15px 0 15px 0;
}

#mylinks {
  margin: 20px 0 0 0;
}
  
#mylinks a {
  font: 20px/25px oswald;
  color: #333;
  margin: 0 5px 0 0;
  padding: 17px 35px;
  border-radius: 20px;
  border: 2px solid #333;
  display: inline-block;
  cursor: pointer;
}

#list a {
  display: grid;
  grid-gap: 30px 5%;
  grid-template-columns: 35% 60%; 
  color: #333;
  text-decoration: none;
  margin: 0 0 20px 0;
}

#list h3 {
  font: bold 25px oswald;
  margin: 0 0 10px 0;
  text-align: left;
}

#list p {
  margin: 0 0 10px 0;
}

.flex {
  display: flex;
  align-items: center;
  height: 100%;
}

.flex div {
  display: block;
}

table {
border-collapse: collapse;
width: 100%;
}

td, tr {
border: 1px solid #333;
padding: 3px;
}

img.alignright {
float: right;
margin: 0 10px 3px 5px;
}

img.alignleft {
float: left;
margin: 0 10px 3px 0;
}

img.aligncenter {
display: block;
margin: 0 auto;
}

.alignright {
float: right;
}

.alignleft {
float: left;
}

.aligncenter {
display: block;
margin: 0 auto;
}

.error {
color: red;
}

.clear {
width: 100%;
height: 1px;
clear: both;
}

.myvideo {
position: relative;
padding: 30px 0 56.25% 0;
height: 0;
overflow: hidden;
border: 1px solid #ccc;
}

.myvideo iframe,.myvideo object,.myvideo embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

article ul, article ol {
margin: 0 0 0 20px;
}

article ul li, article ol li {
margin: 0 0 10px 0;
}

.closebtn, #hamburger, #menucontact, #language2 {
display: none;
}

#mymenu {
width: 100%;
max-width: 1200px;
margin: 0 auto;
}

#mymenu ul li {
float: left;
list-style: none;
position: relative;	
}

#mymenu ul li a {
font: 20px/20px oswald;
padding: 20px 15px;
color: #fff;
text-decoration: none;
display: block;
}

#mymenu ul li ul {
display: none;	
}

#mymenu ul li:hover ul {
position: absolute;
top: 47px;
display: block;
z-index: 9;
}

.myspan {
position: relative;
}

.myspan span {
cursor: pointer;
display: none;
color: red;
}

#mymenu ul li span {
position: absolute;
top: 15px;
right: 20px;
}

#mymenu ul li ul li a {
font: 16px oswald;
padding: 15px 20px;
color: #fff;
background: #0f274b;
text-decoration: none;
display: block;
width: 200px;
}

/* Preload images */
body:after {
  content: url('img/close.png') url('img/loading.gif') url('img/prev.png') url('img/next.png');
  display: none;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;

  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;

  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url('img/loading.gif') no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url('img/prev.png') left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url('img/next.png') right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url('img/close.png') top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

button {
margin: 0;
padding: 0;
background: none;
border: none;
border-radius: 0;
outline: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
cursor: pointer;
}

.slide-arrow {
position: absolute;
top: 50%;
margin-top: -15px;
z-index: 99;  
}

#slider .prev-arrow {
left: 20px;
width: 0;
height: 0;
border: solid #fff;
border-width: 0 3px 3px 0;
display: inline-block;
padding: 8px;
transform: rotate(135deg);
-webkit-transform: rotate(135deg);
z-index: 5;
}

#slider .next-arrow {
right: 20px;
width: 0;
height: 0;
border: solid #fff;
border-width: 0 3px 3px 0;
display: inline-block;
padding: 8px;
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
z-index: 5;
}

.prev-arrow {
left: -8px;
width: 0;
height: 0;
border: solid #333;
border-width: 0 3px 3px 0;
display: inline-block;
padding: 8px;
transform: rotate(135deg);
-webkit-transform: rotate(135deg);
z-index: 5;
}

.next-arrow {
right: -8px;
width: 0;
height: 0;
border: solid #333;
border-width: 0 3px 3px 0;
display: inline-block;
padding: 8px;
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
z-index: 5;
}

#portfolio .slick-slide {
  margin: 0 15px;
}

@media only screen and (max-width:1200px){
.center {
width: 96%;
padding: 0 2% 0 2%;	
}
}

@media only screen and (max-width:1100px){
#wrap {
margin: 0 auto;
width: 100%;
max-width: 2000px;
min-width: 300px;
overflow-x: hidden;
background: #fff;
line-height: 1.4;
color: #333;
}

body {
  font: 16px/25px oswald;
}
header {
height: 60px;
}
#logo {
position: absolute;
left: 23px;
top: 18px;
width: 150px;
}
#phone {
top: 3px;
right: 65px;
background: transparent;
}
#phone a {
font: 12px oswald;
} 
#email {
  position: absolute;
  top: 28px;
  right: 65px;
  padding: 0 0 0 0;
  background: transparent;
  }   
  #email a {
  text-decoration: none;
  font: 12px oswald;
  }
#hamburger {
position: absolute;
right: 23px;
top: 14px;
cursor: pointer;
display: inline-block;
}
#menu {
background: rgba(255, 255, 255, 0.95);
margin: 0 0 0 0;
min-height: 100vh;
width: 0;
max-width: 800px;
position: fixed;
z-index: 9999999;
top: 0;
left: 0;
overflow-x: hidden;
transition: 0.2s;
}
#menu .closebtn {
position: absolute;
top: 0;
right: 0;
font-size: 36px;
padding: 0 10px 5px 10px;
line-height: 1;
background: #0f274b;
color: #fff;
text-decoration: none;
display: block;
}
#menucontact {
display: block;
margin: 30px 0 0 20px;
}
#mymenu ul li {
float: none;
display: block;
list-style: none;
position: relative;	
}
#mymenu ul li a {
font: bold 18px oswald;
padding: 15px 20px;
color: #333;
text-decoration: none;
display: block;
width: 70%;
}
.myspan span {
display: block;
border: solid #333;
border-width: 0 3px 3px 0;
display: inline-block;
padding: 5px;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
}
#mymenu ul li:hover ul {
position: relative;
top: 0;
display: none;
}
#mymenu ul li ul {
display: none;	
}
#mymenu ul li ul li a {
font: 16px oswald;
padding: 15px 30px;
color: #333;
background: transparent;
text-decoration: none;
display: block;
width: 100%;
}
}

@media only screen and (max-width:900px){
  #slider {
    border-radius: 0 0 20px 20px;
    padding: 0 0 20px 0;
  }

  #title {
    margin: 0 0 20px 0;
	padding: 20px 0 0 0;
    }
    
    #title h1 {
    font: bold 30px/30px oswald;
    margin: 0 0 0 0;
    }
    
    #title span {
    font: bold 50px/50px oswald; 
    color: #f07c00;
    }
    
    #about {
    margin: 0 0 50px 0;
    }
    
    #about .center {
    display: grid;
    grid-gap: 10px 0;
    grid-template-columns: 100%;
    }
    
    #text {
    display: flex;
    align-items: center;
    }
    
    #text h2 {
    font: 20px/20px oswald;
    color: #f07c00;
    text-align: left;
    margin: 0 0 10px 0;
    }
    
    #why {
    margin: 0 0 50px 0;
    }
    
    #why .center {
    padding: 30px 30px 30px 30px;
    border-radius: 20px;
    }
    
    #why .center > div {
    display: grid;
    grid-gap: 20px 5%;
    grid-template-columns: 1fr 1fr 1fr;
    text-align: center;
    }
    
    #why p {
    font: 14px/14px oswald;
    }
  
  #homecatalog {
    margin: 0 0 50px 0;
  }
  
  #homecatalog .center {
    display: grid;
    grid-gap: 20px 0;
    grid-template-columns: 100%;
    text-align: center;
  }
  
  #homecatalog a {
    text-decoration: none;
    color: #333;
  }
  
  #homecatalog p {
    font: bold 16px oswald;
  }

  .more {
    font: 16px oswald;
  }

  #banner {
    margin: 0 0 50px 0;
  }
  #mail input {
  padding: 15px;
  background: #fff;
  font: 16px oswald;
  margin: 0 0 15px 0;
  border-radius: 15px;
  display: block;
  width: 100%;
  text-align: center;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  }
  
  #mail button {
  padding: 15px;
  border-radius: 15px;
  display: block;
  cursor: pointer;
  text-align: center;
  width: 100%;
  height: auto;
  font: 16px oswald;
  }
  #portfolio {
    padding: 50px 0 30px 0;
  }
h1 {
font: bold 35px/35px oswald;
margin: 20px 0 10px 0;
text-align: center;
}
h2 {
margin: 0 0 20px 0;
font: bold 25px/25px oswald;
text-align: center;
}
h3 {
margin: 20px 0 20px 0;
font: bold 25px/25px oswald;
text-align: center;
}
#myfooter {
width: 100%;
padding: 50px 0 0 0;
}
footer {
padding: 0 0 10px 0;
display: grid;
grid-gap: 5px 0;
grid-template-columns: 100%;
}
footer img {
width: 70%;
}
#myfooter a {
font: 16px oswald;
text-decoration: none;
} 
footer a {
font: 16px oswald;
text-decoration: none;
display: block;
margin: 0 0 5px 0;
}
#copy p {
font: 14px/18px oswald;
padding: 0 0 0 0;
width: 94%;
margin: 0 auto;
text-align: left;
}
#copy a {
font: 14px oswald;
text-decoration: none;
}
#gallery {
display: grid;
grid-gap: 10px 4%;
grid-template-columns: 48% 48%;
text-align: center;
}
#catalog {
display: grid;
grid-gap: 30px 0;
grid-template-columns: 100%;
}
#catalog p {
font: 16px/25px oswald;
margin: 0 0 15px 0;
}
}