/*------------------------------------------------------------------
Project:    LOYAL CONTACTS1
Version:    1.0
Build Date:    15/08/16
Author: TheTheme99

[Table of contents]

1. contacts1-info
2. contacts1-form 
3. map
4. footer
5. menu
6. burger
7. responsive

[Typography]

Montserrat: h3, h4, p, a
Railway: h2, p
-------------------------------------------------------------------*/
/* === All === */


a,
a:hover,
a:focus {
  text-decoration: none; }

.space {
  padding: 0; }

.cont1-anim1 {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s; }

.cont1-anim2 {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s; }

.contacts1 .menu-items-col-4-name {
  padding: 0 10px 10px 10px;
  color: #fff; }

.contacts1 .sidebar-wrapper .menu-items-col-4-name {
  color: #292929; }

.contacts1 .sidebar-nav li.has-sub {
  color: #292929;
  -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; }

.contacts1 .sidebar-nav li.has-sub:hover {
  color: #999;
  -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; }

.contacts1 .sidebar-wrapper .menu-items-col-4-name {
  padding: 0 10px 10px 10px; }

#full-menu .sub a:hover {
  color: #999 !important; }

.contact1-header {
  background: url(../img/c1/bg.png) no-repeat top center;
  background-size: cover;
  width: 100%;
  height: 491px;
  position: relative;
  z-index: 2; }

.contacts1-header-bg {
  width: 100%;
  height: 100%;
  opacity: 0.7;
  background: #292929;
  display: block;
  position: absolute;
  top: 0;
  z-index: 2; }

.contacts1-header-cont {
  position: relative;
  z-index: 300;
  padding: 180px 15px 0 15px; }

.contacts1-header-cont h4 {
  font-family: "Montserrat-Regular";
  font-size: 12px;
  color: #bababa;
  text-transform: uppercase; }
.contacts1-header-cont p {
  font-family: "Montserrat-Light";
  font-size: 14px;
  color: #fff;
  margin: 15px 0 0 0;
  line-height: 19px; }

.contacts1-box {
  margin: 60px 0 0 0; }

/* === contacts1-info === */
.contacts1-info {
  overflow: hidden; }

.contacts1-info-left {
  width: 50%;
  float: left;
  background: #fafafa;
  padding: 110px 0 95px 0; }

.contacts1-info-right {
  width: 50%;
  float: left;
  padding: 110px 0 95px 0; }

.contacts1-elements h2 {
  font-family: 'Raleway', sans-serif;
  font-weight: normal;
  font-size: 24px;
  line-height: 45px;
  color: #292929; }
.contacts1-elements p {
  font-family: 'Raleway', sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #8b8b8b;
  margin: 5px 0 0 0; }

.elements-left {
  max-width: 570px;
  margin-left: auto; }
  .elements-left a {
    margin: 45px 0 0 0;
    font-family: "Montserrat-Regular";
    font-size: 12px;
    letter-spacing: 0.075em;
    color: #fff;
    text-align: center;
    background: #292929;
    padding: 15px 50px;
    text-transform: uppercase;
    display: inline-block;
    -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; }
    .elements-left a:hover {
      background: #7950a9;
      -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; }

.elements-right {
  max-width: 570px;
  margin-left: 80px; }
  .elements-right a {
    margin: 45px 0 0 0;
    font-family: "Montserrat-Regular";
    font-size: 12px;
    letter-spacing: 0.075em;
    color: #292929;
    text-align: center;
    border: 1px solid #292929;
    padding: 15px 38px;
    text-transform: uppercase;
    display: inline-block;
    -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; }
    .elements-right a:hover {
      color: #fff;
      border: 1px solid #7950a9;
      background: #7950a9;
      -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; }

/* === contacts1-form === */
.contacts1-form {
  padding: 135px 0 140px 0; }

.contacts1-form h3 {
  font-family: "Montserrat-SemiBold";
  font-size: 15px;
  letter-spacing: 0.075em;
  color: #292929;
  text-align: center;
  text-transform: uppercase; }
.contacts1-form h2 {
  font-family: 'Raleway', sans-serif;
  font-weight: normal;
  font-size: 24px;
  line-height: 34px;
  color: #838383;
  text-align: center;
  text-transform: uppercase;
  margin: 30px 0 70px 0; }

.contacts1-form input, .contacts1-form input:hover, .contacts1-form input:focus {
  border-radius: 0;
  box-shadow: none;
  outline: none;
  text-shadow: none; }
.contacts1-form textarea,
.contacts1-form textarea:hover,
.contacts1-form textarea:focus {
  border-radius: 0;
  box-shadow: none;
  outline: none;
  text-shadow: none; }
.contacts1-form input,
.contacts1-form button,
.contacts1-form textarea {
  border: 0;
  border-bottom: 1px solid #b0b0b0;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  font-family: "Montserrat-Light";
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.075em;
  color: #838383;
  text-transform: uppercase;
  -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; }
.contacts1-form input:hover,
.contacts1-form input:focus,
.contacts1-form textarea:hover,
.contacts1-form textarea:focus {
  border-bottom: 1px solid #7950a9;
  -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; }
.contacts1-form .form-control {
  padding: 20px 12px; }
.contacts1-form input,
.contacts1-form textarea {
  padding-left: 0 !important; }
.contacts1-form button {
  width: 100%;
  font-family: "Montserrat-Regular";
  font-size: 12px;
  letter-spacing: 0.075em;
  color: #fff;
  text-transform: uppercase;
  background: #292929;
  padding: 15px 0;
  display: inline-block;
  margin: 75px 0 0 0;
  -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; }
  .contacts1-form button:hover {
    background: #7950a9;
    -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; }
.contacts1-form textarea.form-control {
  padding-top: 0;
  padding-left: 0;
  margin-top: 60px; }

/* === Map === */
.maps-contacts1 {
  height: 500px; }
  .maps-contacts1 #map-canvas {
    margin: 0;
    padding: 0;
    height: 500px; }

.gmnoprint,
.gm-style-cc,
.gm-style a {
  display: none !important; }

/* === footer === */
.footer-contacts1 {
  background: #292929;
  padding: 45px 0 32px 0; }

.scroll12 {
  text-align: center;
  z-index: 300;
  position: absolute;
  width: 100%;
  top: 30px; }

.scroll12 a {
  font-size: 10px;
  line-height: 30px;
  color: #b1b1b1;
  text-transform: uppercase;
  font-family: "Montserrat-Light";
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  text-decoration: none; }

.scroll12 a:hover {
  color: #fff;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

.soc11 {
  text-align: center;
  position: relative;
  left: 6px;
  width: 164px;
  margin-left: auto; }

.footer-contacts1 .soc11 a:last-child {
  margin-right: 0; }

.footer-contacts1 .soc11 a {
  color: #c6c6c6;
  margin: 0 0;
  opacity: 1;
  background: #292929;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: inline-block;
  margin: 0 4px;
  line-height: 32px;
  -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; }

.footer-contacts1 .soc11 a:hover {
  color: #292929;
  background: #fff;
  -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; }

.footer-contacts1 .soc11 a i {
  width: 16px; }

.copyright-contacts1 {
  font-family: "Montserrat-Light";
  font-size: 10px;
  line-height: 30px;
  color: #b1b1b1;
  text-transform: uppercase;
  text-align: right;
  margin: 5px 0 0 0; }

.footer-contacts1-left {
  position: absolute;
  left: -160px;
  z-index: 50; }

.temp-name {
  font-family: "Montserrat-Regular";
  display: inline-block;
  font-size: 12px;
  line-height: 30px;
  letter-spacing: 0.075em;
  color: #fff;
  margin: 0 0 0 15px; }

.footer-contacts1-menu {
  overflow: hidden;
  margin: 14px 0 0 0; }
  .footer-contacts1-menu li {
    float: left;
    margin: 0 38px 0 0; }

.footer-contacts1-menu li a {
  font-family: "Montserrat-Light";
  font-size: 14px;
  line-height: 30px;
  color: #000;
  height: inherit;
  text-transform: uppercase;
  -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; }

.footer-contacts1 li a:hover {
  color: #fff;
  -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; }

.footer11-soc {
  position: relative;
  top: -6px; }

.contacts1 .cl-effect-5 a {
  padding: 0; }

.contacts1 nav a {
  margin: 0; }

.footer11-soc {
  z-index: 60; }

.footer-contacts-hide {
  display: block; }

.footer-contacts-small {
  display: none; }

.about-image-menu li a {
  font-family: "Montserrat-Regular";
  font-size: 12px;
  letter-spacing: 0.074em;
  text-transform: uppercase;
  color: #fff; }

.about-image-menu {
  margin: 45px 0 0 0; }

/* === menu === */
.contacts1 {
  /* Firefox 19+ */
  /* Firefox 18- */
  /* === menu === */
  /* === burger === */ }
  .contacts1 .sticky-menu {
    background-color: #fff !important;
    border-bottom: 1px solid #fff; }
  .contacts1 .is-sticky .sticky-menu {
    background-color: #fff !important;
    border-bottom: 1px solid #e6e6e6; }
  .contacts1 .onepage #nav-main-2-sticky-wrapper,
  .contacts1 .single-portfolio #nav-main-2-sticky-wrapper {
    height: auto !important; }
  .contacts1 #full-menu > li > a {
    color: #2c2c2c;
    text-transform: uppercase; }
  .contacts1 .onepage #nav-main-2,
  .contacts1 .single-portfolio #nav-main-2 {
    position: fixed !important; }
  .contacts1 #nav-main-2 {
    width: 100%;
    -webkit-transition: all .3s ease 10ms;
    -moz-transition: all .3s ease 10ms;
    -o-transition: all .3s ease 10ms;
    transition: all .3s ease 10ms;
    height: 54px;
    z-index: 9998;
    font-family: Raleway, sans-serif;
    opacity: 1;
    position: relative;
    z-index: 5; }
  .contacts1 #nav-main-2 #logo-container {
    float: left;
    height: 54px;
    position: fixed;
    left: 165px;
    top: 16px; }
  .contacts1 #nav-main-2 .menu_container {
    float: right; }
  .contacts1 #nav-main-2 .menu_container #full-menu li a i {
    font-size: 14px; }
  .contacts1 .has-sub {
    display: block;
    text-decoration: none;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-family: "Montserrat-SemiBold"; }
  .contacts1 #nav-main-2 .menu_container #full-menu {
    font-style: normal !important;
    position: fixed;
    right: 150px; }
  .contacts1 #nav-main-2 .menu_container #full-menu > li {
    display: inline-block;
    margin-left: 48px; }
  .contacts1 #nav-main-2 .menu_container #full-menu > li > a {
    font-size: 12px;
    font-style: normal;
    display: block;
    height: 54px;
    line-height: 54px;
    text-transform: uppercase;
    color: #2c2c2c;
    font-family: "Montserrat-Regular"; }
  .contacts1 #nav-main-2 .menu_container #full-menu a {
    text-decoration: none !important; }
  .contacts1 #full-menu .sub-menu {
    background-color: #232323;
    color: #787878;
    position: absolute;
    z-index: 10;
    top: 54px;
    font-size: 11px;
    text-align: left;
    left: 0;
    padding: 30px; }
  .contacts1 .full-width-menu .sub-menu {
    display: none; }
  .contacts1 #full-menu .sub-menu .sub-menu {
    left: 190px;
    top: 0; }
  .contacts1 #full-menu .sub-menu li a {
    font-family: "Montserrat-SemiBold";
    display: block;
    padding: 15px 10px;
    width: 210px;
    color: #8f8f8f;
    font-size: 10px;
    letter-spacing: 0.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; }
  .contacts1 #full-menu li {
    position: relative;
    cursor: pointer; }
  .contacts1 #full-menu .sub-menu .current-menu-item > a,
  .contacts1 #full-menu .sub-menu a:hover,
  .contacts1 #mobile-menu a:hover {
    color: #fff !important;
    -webkit-transition: all .5s ease 10ms;
    -moz-transition: all .5s ease 10ms;
    -o-transition: all .5s ease 10ms;
    transition: all .5s ease 10ms; }
  .contacts1 .menu-item .lnr-magnifier {
    color: #000000;
    font-weight: bold; }
  .contacts1 .micons {
    margin-left: 12px; }
  .contacts1 input.colortext::-webkit-input-placeholder {
    color: #8f8f8f; }
  .contacts1 input.colortext::-moz-placeholder {
    color: #8f8f8f; }
  .contacts1 input.colortext:-moz-placeholder {
    color: #8f8f8f; }
  .contacts1 input.colortext:-ms-input-placeholder {
    color: #8f8f8f; }
  .contacts1 .search-form .input-group {
    width: 100%; }
  .contacts1 input.colortext,
  .contacts1 input.colortext:active,
  .contacts1 input.colortext:focus {
    background: transparent;
    border: 0;
    outline: none !important;
    box-shadow: none !important;
    font-size: 12px;
    letter-spacing: 0.1em;
    font-family: Montserrat-Regular; }
  .contacts1 .search-form {
    position: absolute;
    right: 0;
    background-color: #232323 !important;
    min-width: 512px;
    padding: 15px;
    border: 1px solid #232323 !important;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    margin-top: 10px;
    color: #8f8f8f !important; }
  .contacts1 .search-form .form-control {
    padding-top: 12px;
    padding-bottom: 12px;
    height: 44px; }
  .contacts1 .search-form .btn {
    height: 44px;
    padding: 0 16px;
    line-height: 44px; }
  .contacts1 #full-menu .search-form {
    right: 0;
    left: inherit;
    border: 0;
    padding: 5px 30px;
    top: 54px;
    margin-top: 0; }
  .contacts1 #video2 {
    position: relative; }
  .contacts1 .footer2-mob {
    background: #232323;
    display: none; }
  .contacts1 .wrapper {
    display: none; }
  .contacts1 .mob-menu-3 {
    display: none; }
  .contacts1 .artclose {
    height: 16px;
    width: 16px;
    cursor: pointer;
    float: right;
    padding: 1px 0; }
  .contacts1 .burgx,
  .contacts1 .burgx2,
  .contacts1 .burgx3 {
    margin-top: 3px;
    background: #232323;
    width: 16px;
    height: 1px;
    position: absolute;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg); }
  .contacts1 .burgx2 {
    margin-top: 8px; }
  .contacts1 .burgx3 {
    margin-top: 13px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg); }
  .contacts1 .mob-menu-3 img {
    padding: 4px 0;
    height: 20px; }
  .contacts1 .mob-search {
    overflow: hidden; }
    .contacts1 .mob-search span {
      float: left;
      font-size: 15px;
      margin: 7px 0 0 0; }
    .contacts1 .mob-search form {
      float: left;
      width: 90%; }
  .contacts1 .mob-search form input {
    height: 28px;
    padding: 0 0 0 10px;
    width: 100%; }
  .contacts1 .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; }
  .contacts1 .mob-search {
    margin: 12px 0 0 0; }
  .contacts1 #full-menu .sub-menu-2 {
    position: relative;
    top: 0;
    color: #787878;
    z-index: 10;
    font-size: 11px;
    text-align: left;
    left: 0;
    padding: 20px 0 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; }
  .contacts1 #full-menu .sub-menu-2 a {
    font-family: "Montserrat-SemiBold";
    display: block;
    width: 100%;
    padding: 5px 40px;
    font-size: 12px;
    color: #232323 !important;
    letter-spacing: 0.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; }
  .contacts1 #nav-main-2 .menu_container #full-menu > li:hover > a {
    color: #918ad8; }
  .contacts1 .menu-item .lnr-magnifier:hover {
    color: #918ad8; }

/* === responsive === */
@media only screen and (max-width: 1600px) {
  .footer-contacts1-left {
    position: relative;
    left: 0; }

  .footer-contacts1-menu li {
    margin: 0 34px 0 0; } }
@media only screen and (max-width: 1200px) {
  .footer-contacts1-menu li {
    margin: 0 18px 0 0; }

  .footer-contacts1-menu li a {
    font-size: 9px; }

  #nav-main-2-sticky-wrapper {
    display: none; }

  .elements-left {
    padding-left: 15px; }
  .contacts1 .wrapper {
    display: block; }
  .contacts1 .sidebar-wrapper {
    background: #fff; }
  .contacts1 .burgx,
  .contacts1 .burgx2,
  .contacts1 .burgx3 {
    background: #292929; }
  .contacts1 .mob-menu-3 {
    background: #fff;
    display: block; }
  .contacts1 .sidebar-nav li {
    text-indent: 5px; } }
@media only screen and (max-width: 990px) {
  .footer-contacts1-menu li a {
    font-size: 8px; }

  .scroll12 {
    text-align: left; }

  .soc11 {
    left: 0; }

  .contacts1-info-left {
    width: 100%; }

  .contacts1-info-right {
    width: 100%; }

  .elements-left {
    max-width: initial; }

  .elements-right {
    max-width: initial;
    margin-left: initial;
    padding-left: 15px; } }
@media only screen and (max-width: 768px) {
  .scroll12 {
    top: 33px;
    right: 0; }
    .scroll12 a {
      font-size: 9px; }

  .soc11 {
    left: 5px; }

  .maps-contacts1 {
    height: 300px; }

  .maps-contacts1 #map-canvas {
    height: 300px; } }
@media only screen and (max-width: 600px) {
  .copyright-contacts1 {
    font-size: 9px;
    line-height: 15px;
    margin: 5px 0 0 0; }

  .soc11 {
    left: 5px;
    width: 140px; }

  .scroll12 {
    left: -10px;
    top: 40px; }
    .scroll12 a {
      font-size: 9px; }

  .footer-contacts1-menu li a {
    line-height: 16px; }

  .footer-contacts-hide {
    display: none; }

  .footer-contacts-small {
    display: block; }

  .scroll12 {
    text-align: right;
    position: relative;
    left: 0;
    top: 0; }

  .footer-contacts1 .soc11 a {
    margin: 0; }

  .footer-contacts1-menu {
    margin: 3px 0 0 0; }

  .footer11-soc {
    top: 0; }

  .contact1-header-mob {
    width: 100%;
    margin-left: 0; }

  .contacts1-header-cont {
    padding: 110px 15px 0 15px; }

  .contacts1-header-cont h4 {
    margin: 30px 0 0 0; }

  .contacts1-box {
    margin: 30px 0 0 0; }

  .contacts1-form h2 {
    font-size: 18px;
    line-height: 25px; } }
@media only screen and (max-width: 500px) {
  .footer-contacts1 .soc11 a i {
    width: 10px;
    font-size: 10px; }

  .footer-contacts1 .soc11 a {
    width: 24px;
    height: 24px;
    line-height: 24px; }

  .copyright-contacts1 {
    font-size: 8px; }

  .footer-contacts1-menu li a {
    line-height: 18px; }

  .soc11 {
    width: 105px;
    left: 0; }

  .contacts1-form h2 {
    font-size: 15px;
    line-height: 23px; }

  .contacts1-form {
    padding: 70px 0 80px 0; } }

/*# sourceMappingURL=contacts1.css.map */
