@media screen and (max-width :1440px){
	header .menu-ltr{
		margin-top:30px !important;
	}
}
@media screen and (max-width :1280px){
  header nav{
    margin-top:30px;
  }

  header nav ul li{
    margin-bottom:15px;
  }

  header nav ul li a{
    font-size: 22px;
  }
  
  header .menu-ltr ul li a{
    font-size: 18px !important;
  }

  header nav ul li span{
    margin-top:12px;
  }
  header nav ul{
	  margin-right:0px;
	  padding-right:0px;
  }
}

@media screen and (max-width :980px){
  .content-base {
    background-color: #FFF;
    position: relative;
    padding-bottom: 30px;
    padding: 0px 15px;
    padding-bottom: 30px;
  }
  .parallax-window{
    background-attachment: initial;
    background-position: center !important;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .content-base .content-left-side{
    width:100%;
    padding:0;
  }
  .content-base .content-left-side hr{
    width:100%;
    height:1px;
    left:0;
    bottom:15%;
    top: initial;
    display:none;
  }
  .content-base .content-right-side{
    width:100%;
    padding:0;
  }
  .content-base .content-right-side hr{
    display:none;
  }
  .menu-holder{
    display:none;
  }
  .logo {
    position: absolute;
    top: 11px;
    right: 20px;
    z-index: 1000000;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 66px;
}
  .logo {
    position: absolute;
    top: 8px;
    right: 20px;
    z-index: 1000000;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 70px;
  }

  .logo img{
    max-width: 100% !important;
  }
  .h-menu{
    display:block;
  }
  .h-phone{
    display:block;
  }
  header{
    height:80px;
  }
  .wrapper{
    padding-top: 75px;
  }
}
