/*------------------------------------------------------------------
Project:    Loyal
Version:    1.0
Build Date:    15/08/16
Author: TheTheme99

[Table of contents]

1. Google Fonts
2. Local fonts
3. Common styles
4. Menu
5. Twitter
6. Instagram
7. Video plugin
8. burger
9. menu mob sub
10. Play button
11. Responsive

# [Color codes]

# White - #fff
# Black - #292929

[Typography]

Text: Montserrat, Playfair Display, Hind, Raleway, Satisfy, Open Sans
-------------------------------------------------------------------*/
/* === 1. Google Fonts === */
@import  "https://fonts.googleapis.com/css?family=Montserrat:400,700";
@import  "https://fonts.googleapis.com/css?family=Playfair+Display:400,400italic,700,700italic,900,900italic&subset=latin,latin-ext,cyrillic";
@import  "https://fonts.googleapis.com/css?family=Hind:400,600,500,700,300&subset=latin,latin-ext";
@import  "https://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,900,800";
@import  "https://fonts.googleapis.com/css?family=Satisfy";
@import  "https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic&subset=latin,cyrillic,latin-ext,cyrillic-ext";

/* === 2. Local fonts === */
@font-face {
  font-family: "Montserrat-Light";
  src: url(../fonts/Montserrat-Light.otf);
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Montserrat-Regular";
  src: url(../fonts/Montserrat-Regular.otf);
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Montserrat-SemiBold";
  src: url(../fonts/Montserrat-SemiBold.otf);
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Montserrat-Hairline";
  src: url(../fonts/Montserrat-Hairline.otf);
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Montserrat-Bold";
  src: url(../fonts/Montserrat-Bold.otf);
  font-style: normal;
  font-weight: 400;
}

/* === 3. Common styles === */
.space {
  padding: 0;
}

.tac {
  text-align: center;
}

.psr {
  position: relative;
}

.hid {
  overflow: hidden;
}

/* ===  Margin top  === */
.mt0 {
  margin-top: 0;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mt90 {
  margin-top: 90px;
}

.mt100 {
  margin-top: 100px;
}

/* ===  Margin right  === */
.mr0 {
  margin-right: 0;
}

.mr10 {
  margin-right: 10px;
}

.mr20 {
  margin-right: 20px;
}

.mr30 {
  margin-right: 30px;
}

.mr40 {
  margin-right: 40px;
}

.mr50 {
  margin-right: 50px;
}

.mr60 {
  margin-right: 60px;
}

.mr70 {
  margin-right: 70px;
}

.mr80 {
  margin-right: 80px;
}

.mr90 {
  margin-right: 90px;
}

.mr100 {
  margin-right: 100px;
}

/* ===  Margin bottom  === */
.mb0 {
  margin-bottom: 0;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

/* ===  Margin left  === */
.ml0 {
  margin-left: 0;
}

.ml10 {
  margin-left: 10px;
}

.ml20 {
  margin-left: 20px;
}

.ml30 {
  margin-left: 30px;
}

.ml40 {
  margin-left: 40px;
}

.ml50 {
  margin-left: 50px;
}

.ml60 {
  margin-left: 60px;
}

.ml70 {
  margin-left: 70px;
}

.ml80 {
  margin-left: 80px;
}

.ml90 {
  margin-left: 90px;
}

.ml100 {
  margin-left: 100px;
}

/* ===  Paddings  === */
.pl0 {
  padding-left: 0;
}

.pl25 {
  padding-left: 25px;
}

.pr25 {
  padding-right: 25px;
}


/* ===  Vertical middle  === */
.vm {
  display: table;
  width: 100%;
  height: 100%;
}

.vm-item {
  display: table-cell;
  vertical-align: middle;
}

/* === TEXT ALIGN === */
.align-center {
  text-align: center !important;
}

.align-right {
  text-align: right !important;
}

.align-left {
  text-align: left !important;
}

/* === DISPLAY === */
.display_none {
  display: none;
}

.display_block {
  display: block;
}

/* === BORDER === */
.bd-t {
  border-top: 1px solid;
}

.bd-r {
  border-right: 1px solid;
}

.bd-b {
  border-bottom: 1px solid;
}

.bd-l {
  border-left: 1px solid;
}

.soc-icons a {
  margin: 0 10px;
  color: #5c5c5c;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.soc-icons a:first-child {
  margin-left: 0;
}

.soc-icons a:hover {
  color: #5c5c5c;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.transit {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.transit:hover {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

img {
  vertical-align: middle;
}

a:hover,a:focus,a:active {
  outline: none !important;
}

button,button:hover,button:focus {
  outline: none !important;
}

input,input:hover,input:focus {
  outline: none !important;
}

/* === 4. Menu === */
.page #nav-main-sticky-wrapper,.single-portfolio #nav-main-sticky-wrapper {
  height: auto !important;
}

.page #nav-main,.single-portfolio #nav-main {
  position: fixed !important;
  left: 0 !important;
}

.page .nav3 {
  background: transparent !important;
  border: 0;
}

.page .nav3 #logo-container {
  position: absolute;
  left: 78px;
  top: 50px;
}

.page .is-sticky #nav-main {
  height: 81px;
  z-index: 99999;
  padding: 0 !important;
}

.page .is-sticky .nav3 #logo-container {
  top: 20px;
}

.page .is-sticky #nav-main #mainbg,#interior .is-sticky #nav-main #mainbg {
  background: #fff;
  height: inherit;
  box-shadow:0 1px 5px rgba(0,0,0,.15);
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

#mainbg {
  background: transparent;
  height: 90px;
  position: relative;
  display: block;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

#nav {
  list-style: none;
  font-weight: 700;
  margin-bottom: 10px;
  position: relative;
  top: 56px;
  width: 810px;
  margin: 0 auto;
}

.page .is-sticky #nav {
  top: 31px;
}

#nav li {
  padding: 0 40px 15px;
  position: relative;
  display: inline-block;
}

#nav li:first-child {
  padding: 0 40px 15px 0;
}

#nav li a {
  display: block;
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
  font-family: "Montserrat-SemiBold";
  text-decoration: none;
}
.is-sticky #nav li a{color:#333}

#nav li a:hover {
  color: #fff;
}
.is-sticky #nav li a:hover{color:#000}

#nav ul {
  list-style: none;
  position: absolute;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  left: 0;
  top: 18px;
  visibility: hidden;
  opacity: 0;
}

#nav ul li {
  padding-top: 1px;
  float: none;
}

#nav ul a {
  white-space: nowrap;
  display: block;
}

#nav li:hover ul {
  left: 0;
  visibility: visible;
  opacity: 1;
  top: 18px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#nav li ul {
  background: #232323;
  padding: 30px;
}

#nav li ul li {
  border: 0;
  padding: 15px 10px;
}

#nav li ul li a {
  border: 0;
  padding: 0;
  font-size: 10px;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-family: "Montserrat-SemiBold";
  color: #8f8f8f;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

#nav li ul li:first-child {
  padding: 10px 10px 15px;
}

#nav li ul li:last-child {
  padding: 15px 10px 10px;
}

#nav li ul li:hover {
  border: 0;
}

#nav li ul li a {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#nav li ul li a:hover {
  border: 0;
  color: #fff;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

#nav ul li a:hover {
  padding-bottom: 0;
}

.sidebar-nav {
  top: 100px;
  width: 100%;
  padding: 0 15px;
}

.sidebar-nav li a,.sidebar-nav li a:hover {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}

.sidebar-nav li a:hover {
  text-decoration: none;
  color: #fff;
  background: rgba(255,255,255,0.2);
}

.sidebar-nav li a {
  display: block;
  text-decoration: none;
  color: #000 !important;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-family: "Montserrat-Regular";
}

.sidebar-nav li.has-sub a {
  color: #292929;
}

.sidebar-nav li.has-sub a:hover {
  color: #999;
}

#full-menu-2 .sub a {
    font-family: "Montserrat-Regular";
    display: block;
    width: 100%;
    padding: 5px 40px;
    font-size: 12px;
    color: #232323 !important;
    letter-spacing: .1em;
    text-transform: uppercase;
    -webkit-transition: all .5s ease 10ms;
    -moz-transition: all .5s ease 10ms;
    -o-transition: all .5s ease 10ms;
    transition: all .5s ease 10ms;
}

#full-menu-2 .sub a:hover {
  color: #999 !important;
}

/* === 5. twitter === */
.tweet {
  width: 92%;
  color: #292929;
}

.tweet ul li:before {
  content: "";
  background: url(../img/v3/twitter.png) no-repeat top center;
  width: 16px;
  height: 16px;
  display: block;
  float: left;
  margin-right: 25px;
  padding-bottom: 75px;
}

/* === 6. instagram === */
#instagram {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

#instagram li {
  list-style: none;
  float: left;
  margin: 0 14px 14px 0;
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}

#instagram li img {
  width: 72px;
  height: 72px;
  display: inline-block;
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}

#instagram li:hover img {
  opacity: .5;
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}

#instagram li:nth-child(3),#instagram li:nth-child(6) {
  margin: 0 0 14px;
}

/* === 7. Video plugin === */
.video-respo,.video-respo .video-size {
  width: 768px;
  height: 465px;
  position: relative;
  display: block;
  margin: 0 auto;
}

.myvideo {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.myvideo iframe,.myvideo object,.myvideo embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mfp-close,.mfp-close:hover,.mfp-close:active,.mfp-close:focus {
  right: -38px;
  top: -38px;
  color: #fff !important;
  opacity: 1;
}
button.mfp-close {
  right: -38px;
  top: -38px;
}

.vvideo-respo .video-size,.video-respo {
  width: 768px;
  height: 440px;
}

.wrapper {
  display: none;
}

.mob-menu-3 {
  display: none;
}

/* === 8. burger === */
.artclose {
  height: 16px;
  width: 16px;
  cursor: pointer;
  float: right;
  padding: 1px 0;
}

.burgx,.burgx2,.burgx3 {
  margin-top: 3px;
  background: #333;
  width: 16px;
  height: 1px;
  position: absolute;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}

.burgx2 {
  margin-top: 8px;
}

.burgx3 {
  margin-top: 13px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.mob-menu-3 img {
  padding: 4px 0;
  height: 20px;
}

/* === 9. menu mob sub === */
.mob-menu-3 img {
  padding: 4px 0;
  height: 20px;
}

.mob-search {
  overflow: hidden;
  color:#000 !important;
}

.mob-search span {
  float: left;
  font-size: 15px;
  margin: 7px 0 0;
}

.mob-search form {
  float: left;
  width: 90%;
}

.mob-search form input {
  height: 28px;
  padding: 0 0 0 10px;
  width: 100%;
}

.mob-block {
  display: none;
  opacity: 0;
  -webkit-transition: all .5s ease 10ms;
  -moz-transition: all .5s ease 10ms;
  -o-transition: all .5s ease 10ms;
  transition: all .5s ease 10ms;
}

.mob-search {
  margin: 12px 0 0;
}

#full-menu .sub {
  position: relative;
  top: 0;
  color: #787878;
  z-index: 10;
  font-size: 11px;
  text-align: left;
  left: 0;
  padding: 20px 0;
  opacity: 1;
  -webkit-transition: all .5s ease 10ms;
  -moz-transition: all .5s ease 10ms;
  -o-transition: all .5s ease 10ms;
  transition: all .5s ease 10ms;
}

#full-menu .sub a {
  font-family: "Montserrat-Regular";
  display: block;
  width: 100%;
  padding: 5px 40px;
  font-size: 12px;
  color: #232323 !important;
  letter-spacing: .1em;
  text-transform: uppercase;
  -webkit-transition: all .5s ease 10ms;
  -moz-transition: all .5s ease 10ms;
  -o-transition: all .5s ease 10ms;
  transition: all .5s ease 10ms;
}

#agency #full-menu .sub a {
  color: #fff !important;
}

.sidebar-nav li.has-sub {
    display: block;
    text-decoration: none;
    color: #292929 !important;
    letter-spacing: .1em;
    text-transform: uppercase;
  font-family: "Montserrat-Regular";
}

.black-menu .sidebar-nav li.has-sub {
  color: #fff;
}


/* === 10. Play button === */
.play-button {
  width: 80px;
  height: 80px;
  border: 1px solid #fff;
  text-align: center;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 80;
  border-radius: 50%;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  cursor: pointer;
}

.play-button a:before {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left: 50%;
  margin-left: -8px;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 26px;
  border-color: transparent transparent transparent #fff;
}

.play-button:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
}

.play-button a {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
}

.play1 {
  width: 76px;
  height: 76px;
  margin: -38px 0 0 -38px;
}

.play3 {
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
}

.play5 {
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
}

.play1 a:before,.play3 a:before,.play5 a:before {
  margin-top: -10px;
  margin-left: -8px;
  border-width: 10px 0 10px 21px;
}

/* === 11. Responsive === */
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1600px) {
  .content p {
    font-size: 1.125em;
  }

  .footer-menu {
    bottom: 60px;
  }

  .header-menu {
    top: 70px;
  }

  .content {
    top: 25%;
  }
}

@media only screen and (max-width: 1500px) {
  .video-respo,.video-respo .video-size {
    width: 768px;
    height: 440px;
  }
}

@media only screen and (max-width: 1200px) {
  .sidebar-nav li {
    text-indent: 5px;
  }

  .mob-menu-3 {
    display: block;
    position: fixed;
    width: 100%;
    padding: 10px 0;
    background: #fff;
    display: block;
    z-index: 900 !important;
    left: 0;
  }

  .wrapper {
    display: block;
    background: #fff;
    width: 100%;
    position: fixed;
    z-index: 800;
    opacity: 1;
    padding-left: 0 !important;
  }

  .sidebar-nav {
    top: 100px;
    width: 100%;
    padding: 0 15px;
  }

  .sidebar-nav li a,.sidebar-nav li a:hover {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
  }

  .sidebar-wrapper {
    left: -300px;
    margin-left: -250px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    opacity: 0;
    width: 50%;
    background: #fff;
  }

  .wrapper .toggled {
    left: 0;
    margin-left: 0;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    opacity: 1;
    top: 0;
  }

  .toggled {
    display: block !important;
    opacity: 1;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
  }

  #nav-main-sticky-wrapper {
    display: none;
  }

  #instagram li {
    width: 30%;
  }

  #instagram li:nth-child(3),#instagram li:nth-child(6) {
    margin: 0 14px 14px 0;
  }
}

@media only screen and (max-width: 1024px) {
  .video-respo .video-size,.video-respo {
    width: 668px;
    height: 380px;
    margin: 0 auto;
  }

  #instagram li img {
    width: initial;
    height: initial;
  }
}

@media only screen and (max-width: 768px) {
  .video-respo .video-size,.video-respo {
    width: 550px;
    height: 315px;
    margin: 0 auto;
  }
  .services1 .services1-header h3{font-size:30px !important; margin-top:5% !important;}
}

@media only screen and (max-width: 600px) {
  .video-respo .video-size,.video-respo {
    width: 450px;
    height: 260px;
    margin: 0 auto;
  }

  #instagram li {
    width: 29% !important;
    margin: 2% !important;
  }

  #instagram li img {
    width: 100%;
    height: 100%;
  }

  .sidebar-wrapper {
    width: 100%;
  }
}

@media only screen and (max-width: 500px) {
  .video-respo .video-size,.video-respo {
    width: 250px;
    height: 150px;
    margin: 0 auto;
  }
  .services1 .services1-header h3{font-size:25px !important; margin-top:2% !important;}
  .services1 .services1-header{height:350px;  }
}

.remove-bottom {
  margin-bottom: 0 !important;
}

.half-bottom {
  margin-bottom: 10px !important;
}

.add-bottom {
  margin-bottom: 20px !important;
}

.nicescroll-rails {
  background: #ddd;
  width: 17px !important;
  z-index: 999999 !important;
}

.nicescroll-rails div {
  border: 0 !important;
  border-radius: 0 !important;
  background-color: #8F8F8F !important;
}

#ascrail2000 {
  display: none !important;
}

html {
  overflow-y: visible !important;
  margin: 0 !important;
}

/* === Forms === */
.bar {
  font-family: "Montserrat-Regular";
  font-size: 12px;
  letter-spacing: 0.075em;
  display: block;
  position: absolute;
  width: 100%;
}

#loadBar-cont1 {
    bottom: -30px;
    text-align: center;
}

#loadBar-cont2 {
    bottom: -40px;
    text-align: center;
}

#loadBar-main3 {
    bottom: -40px;
    text-align: left;
}

#loadBar-main4 {
    bottom: -40px;
    text-align: center;
}

#loadBar-main6 {
    bottom: -40px;
    text-align: left;
}

#loadBar-main12 {
    bottom: -40px;
    text-align: center;
}

#loadBar-main11 {
    bottom: -22px;
    text-align: center;
}

#loadBar-main11-2 {
    bottom: -26px;
    text-align: center;
}

#loadBar-hero4 {
    bottom: -40px;
    text-align: center;
}

#loadBar-cont-form {
    bottom: -40px;
    text-align: center;
}

#loadBar-cont2-form {
    bottom: -45px;
    text-align: center;
}

#loadBar-cont2-form p {
  margin: 0 auto !important;
}

#loadBar-cont3-form {
    bottom: -40px;
    text-align: center;
}

#loadBar-cont4-form {
    bottom: -40px;
    text-align: center;
}

#error-message {
  text-align: center;
  font-family: "Montserrat-Regular";
  font-size: 12px;
  letter-spacing: 0.075em;
  width: 100%;
}

#success-message {
  text-align: center;
  font-family: "Montserrat-Regular";
  font-size: 12px;
  letter-spacing: 0.075em;
  position: absolute;
  width: 100%;
}

.error-7 {
  color: red;
}
.success-7 {
  color: #fff;
}
.error-4 {
  color: red;
}
.success-4 {
  color: #fff;
}

/* === menus === */
.menu-wide .menu-items-col-1 {
  overflow: hidden;
  min-width: 130px;
}

.menu-wide .menu-col-2 {
  overflow: hidden;
  min-width: 350px
}

.menu-wide .menu-items-col-2 {
  float: left;
  display: block;
  width: 50%;
}

.menu-wide .menu-items-col-3 {
  width: 33%;
  display: block;
  float: left;
}

.menu-wide .menu-col-3 {
  min-width: 500px;
  overflow: hidden;
}

.menu-wide .menu-col-4 {
  min-width: 700px;
  overflow: hidden;
}

.menu-wide .menu-items-col-4 {
  width: 25%;
  display: block;
  float: left;
}

.menu-wide .menu-items-col-4-name {
    font-family: "Montserrat-Regular";
    font-size: 11px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #fff;
    padding: 0 10px 10px 10px;      
}

.menu-wide .has-sub {
  cursor: pointer;
}

.menu-wide #full-menu li .col-3-pos {
  left: -300px;
}
.menu-wide #full-menu li .col-4-pos {
  left: -340px;
}

.menu-wide .sticky-menu #nav li .col-3-pos {
  left: -300px;
}

.menu-wide .sticky-menu #nav li .col-4-pos {
  left: -340px;
}

.menu-wide .ul-nav li .col-3-pos {
  left: -300px;
}
.menu-wide .ul-nav li .col-4-pos {
  left: -340px;
}

.menu-wide .ul-nav li:hover .col-3-pos {
  left: -300px;
}
.menu-wide .ul-nav li:hover .col-4-pos {
  left: -300px;
}

.menu-wide #nav .menu-items-col-2 {
  float: left;
  display: block;
  width: 50%;
}

.menu-wide #nav .menu-items-col-2:first-child {
    padding: 10px 10px 10px 10px;
}

.menu-wide #nav .menu-items-col-2:last-child {
    padding: 10px 10px 10px 10px;
}

.menu-wide #nav .menu-items-col-4 {
  float: left;
  display: block;
  width: 25%;
}

.menu-wide #nav .menu-items-col-3 {
  float: left;
  display: block;
  width: 33.33%;
}

#nav .ul-menu {
  list-style: none;
  position: absolute;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  left: 0;
  top: 18px;
  visibility: hidden;
  opacity: 0;
}

#nav li:hover .ul-menu {
    left: 0;
    visibility: visible;
    opacity: 1;
    top: 18px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#nav .ul-menu ol li {
  float: none;
} 

#nav li .ul-menu {
    background: #232323;
    padding: 30px;
}


#nav li .ul-menu li a {
    border: 0;
    padding: 0;
    text-transform: uppercase;
    font-family: "Montserrat-Regular"; 
    font-size: 11px; 
    color: #8f8f8f;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#nav li .ul-menu li a {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#nav li .ul-menu li a:hover {
    border: 0;
    color: #fff;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#nav li .ul-menu li {
    border: 0;
    padding: 10px 10px 10px 10px;
}

#nav li .ul-menu ol {
  padding: 10px 0 0 0;
}

#nav li .ul-menu ol li:last-child {
  padding-bottom: 0;
}

.menu-wide #full-menu li .col-4-pos {
    left: -340px;
}

#nav li .ul-menu li {
    padding: 15px 10px 15px 10px;
}

.menu-wide #nav li .menu-items-col-2:first-child {
    padding: 15px 10px 15px 10px;
}
.menu-wide #nav li .menu-items-col-2:last-child {
    padding: 15px 10px 15px 10px;
}

.prebild-menu .ul-menu {
  list-style: none;
  position: absolute;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  left: 0;
  top: 18px;
  visibility: hidden;
  opacity: 0;
}

.prebild-menu li:hover .ul-menu {
    left: 0;
    visibility: visible;
    opacity: 1;
    top: 18px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.prebild-menu .ul-menu ol li {
  float: none;
} 

.prebild-menu li .ul-menu {
    background: #232323;
    padding: 30px;
}

.prebild-menu li .ul-menu li a {
    border: 0;
    padding: 0;
    font-size: 10px;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-family: "Montserrat-SemiBold";
    color: #8f8f8f;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.prebild-menu li .ul-menu li a {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.prebild-menu li .ul-menu li {
    border: 0;
    padding: 10px 10px 10px 10px;
}

.prebild-menu li .ul-menu ol {
  padding: 10px 0 0 0;
}

.prebild-menu li .ul-menu ol li:last-child {
  padding-bottom: 0;
}

.menu1 .prebild-menu li .ul-menu {
    background: #fff; 
}

.menu1 .prebild-menu li .ul-menu ol li:last-child {
  padding: 15px 10px 15px 10px;
}

.menu1 .prebild-menu li .ul-menu ol li:first-child {
  padding: 15px 10px 15px 10px;
}

.menu2 .prebild-menu li .ul-menu ol li:last-child {
  padding: 15px 10px 15px 10px;
}

.menu2 .prebild-menu li .ul-menu ol li:first-child {
  padding: 15px 10px 15px 10px;
}

.menu1 .ul-nav li ul li:first-child {
  padding: 15px 10px 15px 10px;
}

.prebild-menu li .ul-menu.no-transition {
  transition: none;
}

.prebild-menu li:hover .ul-menu.no-transition {
  transition: none;
}




#nav-main-2{height:65px !important;}
.services1 .services1-header h3{font-weight:700 !important;}
.about .info-left-bg{background:#333 !important}
.business .crew12-img-hover:hover{background:rgba(51,51,51,.8) !important;}
.about .info-left-content h3{
    font-family: 'Raleway', sans-serif !important;
    font-weight: normal !important;
    font-size: 18px !important;
    line-height: 26px !important;
    letter-spacing: 0.1em !important;
    text-transform: uppercase !important;
}
.about .info-left-content p {
    font-family: 'Raleway', sans-serif !important;
    font-weight: 300 !important;
    font-size: 14px !important;
    line-height: 22px !important;
    margin: 30px 0 0 0 !important;
}

.agency .logo-2 img{
    -webkit-filter: brightness(0) invert(1);
    -moz-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.business .screen-img-left .screen-img-hover, .business .screen-img-right .screen-img-hover{opacity:1 !important; background:rgba(0,0,0,.1) !important;}
.business .screen-img-left:hover .screen-img-hover, .business .screen-img-right:hover .screen-img-hover{background:rgba(0,0,0,.45) !important;}

.about .about-image-2-top .about-image-info p, .about .about-image-2-bottom .about-image-info p{font-size:14px !important; line-height:22px !important; margin:15px 0 0 0 !important;}
.about .about-image-2-top .footer-contacts1-menu, .about .about-image-2-bottom .footer-contacts1-menu{margin: 20px 0 0 0 !important;}
.about .about-image-2-top .about-image-info h2, .about .about-image-2-bottom .about-image-info h2{
    font-size: 14px;
    line-height: 26px;
    margin: 8px 0 0 0;
}
.about .about-image-2-top .about-image-info h3, .about .about-image-2-bottom .about-image-info h3{font-size: 12px; line-height: 26px;}
.about .about-image-2-top, .about .about-image-2-bottom{height:344px !important}

.about .about-image-cont{background:rgba(0,0,0,.2) !important; opacity:1;}
.about .about-image-cont:hover{background:rgba(0,0,0,.54) !important;}
.about .about-image-info{padding:0 5vw;}
.about .info-right-content p{ width:460px;}

.contacts1-info-left{background:#333; padding:110px 70px 95px 0}
.contacts1-info-left h3, .contacts1-info-right h3{margin-bottom:20px;}
.contacts1-info-left h3{color:#fff;}
.contacts1-info-right{background:#f0f0f0; padding:110px 70px 95px 0}
.contacts2 .form-button{background:#333; border-color:#333;}

.contacts2 .form-button:hover{background:#111; border-color:#111;}

.elements-left, .elements-right{max-width:500px;}
.land .store{padding: 30px 0 40px 0;}
.port-grid li a img,  .grid li a img{
    -webkit-transform: scale(1) !important;
    -moz-transform: scale(1) !important;
    -o-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    transform: scale(1) !important;
}
.port-grid li:hover a img, .grid li:hover a img {
    -webkit-transform: scale(1.1) !important;
    -moz-transform: scale(1.1) !important;
    -o-transform: scale(1.1) !important;
    -ms-transform: scale(1.1) !important;
    transform: scale(1.1) !important;
}
.grid{margin:0 auto;}
.img:hover .portfolio9-hover{background:rgba(0,0,0,.5) !important}
li.img .port-text{position:absolute !important; bottom:0 !important;}
.port-text .port-text-name, .port-text .port-sep, .port-text .port-text-descr{color:#fff !important;}

@media only screen and (min-width: 990px){
  .elements-left, .elements-right{min-height:270px;}
}
@media only screen and (max-width: 990px){
  .elements-left, .elements-right{max-width:initial;}
}
@media only screen and (max-width: 1200px){
.about .about-image-2-top, .about .about-image-2-bottom {
    height: 200px !important;
}
}
@media only screen and (max-width: 768px){
.about .about-image-2-top, .about .about-image-2-bottom {
    height: 340px !important;
}
}

.no-padding-top{padding-top:0 !important}
.margin-center, .land .store .margin-center p{margin:0 auto !important}
.text-center{text-align:center !important}

.land .store .margin-center.text-center p{}

.features li{margin-bottom:20px;}