/*
Theme Name: linker_theme
Theme URL: http://linker.by/
Description: Linker Solutions
Version: 1.0
Author: Zefir
Domain Path: /languages/
*/

@font-face {
    font-family: 'Roboto-Black';
    src: url('assets/fonts/webfonts/Roboto-Black.woff2') format('woff2'),
         url('assets/fonts/webfonts/Roboto-Black.woffs') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('assets/fonts/webfonts/Roboto-Regular.woff2') format('woff2'),
         url('assets/fonts/webfonts/fa-regular-400.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
  }
  *:target, *:focus{
	outline: none;
  }
  
  html,
  body,
  div,
  span,
  applet,
  object,
  iframe,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  blockquote,
  pre,
  a,
  abbr,
  acronym,
  address,
  big,
  cite,
  code,
  del,
  dfn,
  em,
  img,
  ins,
  kbd,
  q,
  s,
  samp,
  small,
  strike,
  sub,
  sup,
  tt,
  var,
  b,
  u,
  i,
  center,
  dl,
  dt,
  dd,
  ol,
  ul,
  li,
  fieldset,
  form,
  label,
  legend,
  table,
  caption,
  tbody,
  tfoot,
  thead,
  tr,
  th,
  td,
  article,
  aside,
  canvas,
  details,
  embed,
  figure,
  figcaption,
  footer,
  header,
  hgroup,
  menu,
  nav,
  output,
  ruby,
  section,
  summary,
  time,
  mark,
  audio,
  video {
	  margin: 0;
	  padding: 0;
	  border: 0;
	  font-size: 100%;
	  font: inherit;
	  vertical-align: baseline;
  }
  /* HTML5 display-role reset for older browsers */
  
  article,
  aside,
  details,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  menu,
  nav,
  section {
	  display: block;
  }
  body {
	  line-height: 1;
  }
  ol,
  ul {
	  list-style: none;
  }
  blockquote,
  q {
	  quotes: none;
  }
  blockquote:before,
  blockquote:after,
  q:before,
  q:after {
	  content: '';
	  content: none;
  }
  table {
	  border-collapse: collapse;
	  border-spacing: 0;
  }
  a {
    color: #0b4151;
  }
  a:hover {
    color: #0b4151;
    opacity: 0.8;
  }
  .wrapper {
    position: relative;
    /*padding-top: 180px;*/
    margin-right: 100px;
    height: auto;
  }
  div.main {
    position: relative;
    z-index: 2;
  }
  div.content {
    float: left;
    width: 100%;
  }

  /*TOP NAVBAR START==========================================*/
  .brand-logo {
    display: block;
    width: 100%;
    height: 200px;
    background: #ffffff60;
    clip-path: polygon(0 0, 100% 0, 0 100%, 0 100%);
	-webkit-clip-path: polygon(0 0, 100% 0, 0 100%, 0 100%);

  }
  header div.nav-open > div.brand-logo {
    margin-left: 400px; 
  }
  .brand-logo img{
	padding: 30px 0 0 30px;
    width: 30%;
	  max-width: 100%;
  }
  .topnav {
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 3;
  }
  .menu-line {
    display: block;
    width: 60%;
    height: 130px;
    background:#333;
    clip-path: polygon(50% 50%, 100% 0%, 100% 100%, 0% 100%);
	-webkit-clip-path: polygon(50% 50%, 100% 0%, 100% 100%, 0% 100%);
    position: absolute;
    top: -10px;
    right: 0;
  }

  /*SIDE SOCIAL=================================*/
  .social_menu {
    display: block;
    position: absolute;
    width: 100%;
    bottom: 0;
  }
  ul.social_menu {
    width: 100%;
    z-index: 10;
  }
  .social_menu li {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 20px 30px;
    background: #0b4151;
    border-top: 1px solid #ffffff3d; 
  } 
  .nav-open .social_menu li {
    padding: 20px 45%;
  }
  .social_menu li a{
    display: block;
    width: 100%;
  }
  .social_menu li:hover {
    background: #1a3f4a;
  }
  .social_menu i {
    font-size: 24px;
    color: #fff;
  }
  .social_menu li:hover .social_menu i {
    opacity: 1;
  }
  .social_panel_open.social_menu {
    display: none;
  }
  .social_panel_close.social_menu {
    display: block;

  }
  .nav-open .social_panel_close.social_menu {
    display: none;
  }
  .nav-open .social_panel_open.social_menu {
    display: block;
  } 
  /*SIDE NAVBAR=================================*/
  
  nav {
	  overflow: hidden;
    position: fixed;
    z-index: 4;
	  transform: translateX(200px);
	  height: 100%;
	  width: 300px;
	  transition: all 800ms cubic-bezier(.8, 0, .33, 1);
	  /*border-radius: 0% 0% 80% 50%;*/
    top: 0px;
    right: 0px;
    background-color: #0b4151;
  }
  
  nav.nav-open {
	  transform: translateX(0px);
	  border-radius: 0% 0% 0% 0%;
     background: rgba(255, 255, 255, 0.6);
     border-bottom: 0px;
  }
  
  nav .menu-btn {
	  position: absolute;
	  top: 2%;
	  left: 5%;
	  padding: 0;
	  width: 30px;
	  cursor: pointer;
	  z-index: 4;
  }
  
  nav .menu-btn .line {
	  padding: 0;
	  width: 30px;
	  background: #fff;
	  height: 4px;
	  margin: 10px 4px;
	  transition: all 700ms cubic-bezier(.9, 0, .33, 1);
  }
  
  nav .menu-btn .line.line--1 {
	  width: 60px;
	  transform: rotate(0) translateY(0);
  }
  
  nav .menu-btn .line.line--1.line-cross {
	  width: 52px;
	  transform: rotate(45deg) translateY(10px);
	   background:#fff;
  }
  
  nav .menu-btn .line.line--2 {
	  width: 52px;
	  transform: translateX(0);
  }
  
  nav .menu-btn .line.line--2.line-fade-out {
	  width: 38px;
	  transform: translate(30px);
	  opacity: 0;
  }
  
  nav .menu-btn .line.line--3 {
	  width: 38px;
	  transform: rotate(0) translateY(0);
  }
  
  nav .menu-btn .line.line--3.line-cross {
	  width: 52px;
	  transform: rotate(-45deg) translateY(-20px) translateX(8px);
	   background: #fff;
  }
  
  nav .nav-links {
	  position: fixed;
	  right: 0;
	  top: 0;
	  width: 100%;
	  height: 100%;
	  display: flex;
	  flex-direction: column;
	  /*align-items: center;*/
	  /*justify-content: center;*/
	  transform: translateX(-100px);
	  opacity: 0;
	  transition: all 900ms cubic-bezier(.9, 0, .33, 1);
	  background-color: #0b4151;
  }
  
  nav .nav-links.fade-in {
	  opacity: 1;
	  transform: translateX(0px);
  }
  .nav-open {
    height: 100%;
  }
  
  nav .nav-links .link {
	  margin: 20px 0;
	  text-decoration: none;
	  font-family: sans-serif;
	  color: #fff;
	  font-weight: 700;
	  text-transform: uppercase;
	  font-size: 1.2rem;
	  transition: all 300ms cubic-bezier(.9, 0, .33, 1);
  }
  
  nav .nav-links .link:hover {
	  color: rgba(0, 0, 0, .5);
  }
  
  
  .inform{
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  transform: translate(-50%, -50%);
	  color: rgba(255, 255, 255, 0.8);
	  font-size: 2rem;
	  font-family: sans-serif;
	  text-transform: uppercase;
	  letter-spacing: 5px;
	  text-shadow: 0 0 20px rgba(0,0,0,0.6);
  }
  
  
  
  .content-container .landing-content {
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  -ms-transform: translateX(-50%) translateY(-50%);
	  -moz-transform: translateX(-50%) translateY(-50%);
	  -webkit-transform: translateX(-50%) translateY(-50%);
	  transform: translateX(-50%) translateY(-50%);
  }
  
  .content-container #video-container {
	  position: fixed;
	  top: 50%;
	  left: 50%;
	  min-width: 100%;
	  min-height: 100%;
	  width: auto;
	  height: auto;
	  z-index: -100;
	  -ms-transform: translateX(-50%) translateY(-50%);
	  -moz-transform: translateX(-50%) translateY(-50%);
	  -webkit-transform: translateX(-50%) translateY(-50%);
	  transform: translateX(-50%) translateY(-50%);
	  background: url(polina.jpg) no-repeat;
	  background-size: cover;
  }
/*main_menu*/
.main_menu, .post_menu {
  display: block;
}
.main_menu {
	position: fixed;
	width: 100%;
 top: 80px;
  margin-left: 15px;
  margin-right: 15px;
}
.post_menu {
position: fixed;
display: block;
top: 230px;
	bottom: 100px;
width: 100%;
	padding-left: 15px;
	overflow-y: auto;
	background: #333;
padding-top: 15px;
}
.main_menu a {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 500;
}
.main_menu a, .post_menu a {
  font-family: 'Roboto';
  line-height: 2;
  color: #ffffffb0;
}
.post_menu a {
  font-size: 16px;
  font-weight: 300;
}
.main_menu a:hover, .post_menu a:hover {
  opacity: 0.8;
  text-decoration: none;
}
/*title-line*/
.title-line {
  display: block;
  position: relative;
  background-image: url('img/design.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  height: 100vh;
  width: 100%;
  background-position: center;
}
.title-gradient {
  background-color: transparent;
  background-image: linear-gradient(90deg, #000 39%, #0000 100%);
  opacity: 0.8;
  width: 100%;
  height: 100vh;
}
.title-section {
	display: block;
position: absolute;
width: 100%;
text-align: center;
bottom: 35%;
}
.page-title{
  text-align: center;
  color: #ffffffcf;
  font-family: "Roboto-Black", Sans-serif;
  font-size: 6em;
  font-weight: bold;
  letter-spacing: 1px;
max-width: 1140px;
margin: 0 auto;
}
/*for section front page*/
.stiky-column {
  position: sticky !important;
  top: 150px;
  height: calc(100vh - 150px);
}


  /*footer*/
  .footer {
    display: block;
    position: relative;
    padding-top: 4em;
    background: #f7f7f7;
    list-style-type: none;
  }
  .footer .copy-right {
    font-family: 'Roboto';
    font-size: 1em;
    color: #333;
    letter-spacing: 1px;
    padding: 20px 0px;
    border-top: 1px solid #3333331c;
  }
  .footer ul.menu {
    display: inline-flex;
  }
  .footer ul.menu li a {
    display: flex;
    padding: 1em ;
    font-size: 32px;
  }
  /*.l_footer {
    display: block;
    position: absolute;
    width: 100%;
    bottom: 0px;
    z-index: 3;
  }
  .footer-content {
    display: block;
    background: #333;
    min-height: 200px;
  }*/
  /*end footer*/
  
.error-img {
    position: relative;
    width: 100%;
    height: 100vh;
    display: block;
    background-image: url('img/design.jpg');
    background-size: cover;
}
.error-img h1.page-title {
    padding-top: 25%;
}
@media screen and (max-width: 900px) {
  .wrapper {
    margin-right: 0px;
  }
  .stiky-column {
    position: relative !important;
    top: 0px;
    height: auto;
  }
  nav {
	  transform: translateX(0px);
	  height: 55px;
	  width: 100%;
	  transition: all 800ms cubic-bezier(.8, 0, .33, 1);
    /*border-radius: 0% 0% 80% 50%;*/
    top: auto;
    bottom: 0px;
    right: 0px;
    left: 0px;
  }
  nav .menu-btn {
    top: 10px;
    right: 5%;
    left: auto;
    width: auto;
  }
  nav .menu-btn .line {
    height: 3px;
    margin: 6px 0px;
  }
  nav .menu-btn .line.line--1 {
    width: 40px;
  }
  nav .menu-btn .line.line--2 {
    width: 32px;
  }
  nav .menu-btn .line.line--3 {
    width: 28px;
  }
  nav .menu-btn .line.line--1.line-cross {
    width: 40px;
    transform: rotate(45deg) translateY(3px);
  }
  nav .menu-btn .line.line--3.line-cross {
    width: 40px;
    transform: rotate(-45deg) translateY(-12px) translateX(10px);
  }
  ul.social_menu {
    display: inline-flex;
  }
  .social_menu li {
    width: auto;
    padding: 15px 20px;
    border-top: 0px;
    border-right: 1px solid #ffffff3d;
  }
  .nav-open .social_menu li:last-child {
    border-right: 0px;
  }
  .nav-open .social_menu li {
    width: 100%;
    padding: 15px 0;
    text-align: center;
    border-top: 1px solid #ffffff3d;
  }
  .footer {
    margin-right: 0px;
    bottom: 70px;
    padding-top: 100px;
    padding-right: 50px;
    padding-left: 50px;
  }
  .brand-logo img {
	padding: 25px 0 0 25px;
    width: 40%;
  }
  .brand-logo {
    height: 150px;
  }
  .menu-line {
    height: 100px;
  }
  .social_panel_close.social_menu {
    width: auto;
  }
  .main_menu {
    top: 20px;
  }
  .page-title {
    font-size: 4em;
    padding-top: 150px;
    padding-bottom: 30px;
  }
.post_menu {

top: 180px;
	bottom: 50px;

}
}
@media screen and (max-width: 568px) { 
  .brand-logo img {
    width: 60%;
  }
  .brand-logo {
    height: 200px;
	background: #ffffffb3;
    clip-path: polygon(0px 0px, 100% 0px, 375px 20.50%, 265px 64.5%, 82px 58%, 0px 100%);
	-webkit-clip-path: polygon(0px 0px, 100% 0px, 375px 20.50%, 265px 64.5%, 82px 58%, 0px 100%);
  }
  .menu-line {
	 display: none;
  }
  .social_panel_close.social_menu li {
    padding: 15px 20px;
  }
  .social_panel_close.social_menu i {
    font-size: 20px;
  }
  .page-title {
    font-size: 2em;
    padding-top: 90px;
    padding-bottom: 20px;
}
 
}
@media screen and (max-width: 400px) {
	.brand-logo img {
    width: 80%;
	padding: 20px 0px 0 10px;
  }
	.brand-logo {
    height: 180px;
    background: #ffffffb3;
    clip-path: polygon(0px 0px, 100% 0px, 352px 30%, 236px 51%, 164px 79.5%, 57px 68.50%, 0px 100%);
	-webkit-clip-path: polygon(0px 0px, 100% 0px, 352px 30%, 236px 51%, 164px 79.5%, 57px 68.50%, 0px 100%);
}
}
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  