
@import url('https://fonts.googleapis.com/css?family=Montserrat:200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Poppins:200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

 ***/

*{
  margin:0px;
  padding:0px;
  border:none;
  outline:none;
  font-size: 100%;
  line-height: inherit;
}

body {
  
font-size:14px;
  
color:#787878;
  
line-height:1.6em;
  
font-weight:400;
  
background: #303539;
  
-webkit-font-smoothing: antialiased;
  
-moz-font-smoothing: antialiased;
  
font-family: 'Poppins', sans-serif;
}

a{
  text-decoration:none;
  cursor:pointer;
  color:#df6512;
}

a:hover,
a:focus,
a:visited{
  text-decoration:none;
  outline:none;
}

h1,h2,h3,h4,h5,h6 {
  position:relative;
  font-weight:normal;
  margin:0px;
  background:none;
  line-height:1.2em;
  font-family: 'Montserrat', sans-serif;
}

textarea{
  overflow:hidden;  
}

button{
  outline: none !important;
  cursor: pointer;
}

.page-wrapper{
  position:relative;
  margin: 0;
  padding: 0;
  height: 100%;
}

.auto-container{
  position:static;
  max-width: 100%;
  /*padding:0px 15px;*/
  margin:0 auto;
}

ul,li{
  list-style:none;
  padding:0px;
  margin:0px; 
}

figure{
  margin-bottom: 0;
}


#sync2 .owl-wrapper {
    margin: 0 auto;
}



/* owl nav */
.owl-prev span, .owl-next span {
  color: #FFF;
}

.owl-prev span:hover, 
.owl-next span:hover {
  color: #8199A3;
}

.owl-prev, .owl-next {
  position: absolute;
  top: 0;
  height: 100%;
}

.owl-prev {
  left: 20px;
  /*display: none;*/
}

.owl-next {
  right: 33%;
}
i.fa.fa-chevron-right,
i.fa.fa-chevron-left{
  display: none;
}

.owl-buttons {
    top: 50%;
    position: absolute;
    width: 100%;
}

.owl-prev:before {
    content: "\f104";
    font: normal normal normal 26px/1 FontAwesome;
    color: #fff;
    font-size: 40px;
}

.owl-prev {
    font-size: 0;
  
}

.owl-next:before {
    font: normal normal normal 26px/1 FontAwesome;
    content: "\f105";
    color: #fff;
    font-size: 40px;
}

.owl-next {
    font-size: 0;
}
 #sync1 .item{
    /* background: #f1f1f1; */
    margin: 5px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}
#sync2 .item{
    margin: 5px;
    cursor: pointer;
    height: 134px;
    background-position: center center !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-color: #FFF !important;
    border: 2px solid transparent;
    opacity: 0.47;
}
#sync2 .item h1{
  font-size: 18px;
}
.item img {max-width: 100%;}
#sync2 .synced .item{
  background: #333333;
}

.inner-slider #sync1 img {
    max-width: 100%;
}

.car-inner {display: inline-block;}

.car-inner .left {
    max-width: 67%;
    float: unset;
    display: inline-block;
    text-align: center;
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    height: 450px;
}
img.not_displayimg {
    visibility: hidden !important;
}
div#sync2 .owl-next{
   right: 1%;
}
div#sync2 .owl-buttons{
   top: 35%;
}
.car-inner .right {
    max-width: 30%;
    float: right;
    height: 100%;
    text-align: left;
    padding-left: 0;
    margin-top: 20px;
    padding: 6px;
}

.car-inner .right h1 {
    margin-bottom: 20px;
    color: #97A3AA; 
    font-family: Catamaran; 
    font-size: 22px; 
    letter-spacing: -0.15px;  
    line-height: 28px;
}

.car-inner .right h5 {
    margin-bottom: 20px;
    color: #FFFFFF;
    font-family: Catamaran; 
    font-size: 13px;  
    line-height: 20px;
    text-transform: unset;
}
.car-inner .right  p {
    margin-bottom: 10px;
    color: #97A3AA; 
    font-family: Catamaran; 
    font-size: 12px;  
    font-weight: bold;  
    letter-spacing: 2.25px; 
    line-height: 19px;
}
.number {
    margin-bottom: 20px;
    color: #97A3AA; 
    font-family: Catamaran; 
    font-size: 18px;  
    font-weight: bold;  
    letter-spacing: 1.29px; 
    line-height: 30px;
}


/* 1. Ensure this sits above everything when visible */
.modal {
    position: fixed;
    z-index: 10000; /* 1 */
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
     opacity: 0;
     overflow-y: scroll;
}
.modal.car-inside.is-visible {
  /*  position: fixed;*/
  opacity: 1;
  visibility: visible;
}
.modal.is-visible {
    visibility: visible;
}

.modal-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 0%, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s;
}

.modal.is-visible .modal-overlay {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.modal-wrapper {
  position: absolute;
  z-index: 9999;
  top: 6em;
  left: 50%;
  width: 32em;
 /* margin-left: -16em;*/
  background-color: #fff;
  box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35);
}

.modal-transition {
  transition: all 0.3s 0.12s;
  transform: translateY(-10%);
  opacity: 0;
}

.modal.is-visible .modal-transition {
  transform: translateY(0);
  opacity: 1;
}

.modal-header,
.modal-content {
  padding: 1em;
}

.modal-header {
  position: relative;
  background-color: #fff;
  box-shadow: 0 1px 2px hsla(0, 0%, 0%, 0.06);
  border-bottom: 1px solid #e8e8e8;
}

.modal-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1em;
  color: #aaa;
  background: none;
  border: 0;
}

.modal-close:hover {
  color: #777;
}

.modal-heading {
  font-size: 1.125em;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.modal-content > *:first-child {
  margin-top: 0;
}

.modal-content > *:last-child {
  margin-bottom: 0;
}
.grid {

max-width: 100%;

display: inline-block;
}
.block {
  background-color: #000000;
  display: inline-block;
  padding: 0;
  margin: 0;
}

.one {
  height: auto;
  max-width: 100%;
}
.two {width: 100%;margin-bottom: 6px;}
.three {
  /* height: 150px; */
}

.gallery-view .grid .first {
    max-width: 68%;
    display: inline-block;
}

.grid .block img {
    max-width: 100%;
}.grid .snd {
    max-width: 30%;
    float: right;
    display: inline-block;
}
.gallery-view {
    max-width: 100%;
    background: #000;
    display: block;
    float: left;
    padding: 14px;
    margin-bottom: 25px !important;
}
.bottom-part {
    display: block;
    margin: 0;
    padding: 20px 0;
}

.bottom-part .plus-img {
    float: left;
}

.bottom-part .view-more {
    float: right;
}
.bottom-part .view-more button {
    padding: 14px 30px;
    background: linear-gradient(180deg, #01ADF1 0%, #0082B5 100%);
    border: none;
    color: #FFFFFF; 
    font-family: Catamaran; 
    font-size: 14px; 
    font-weight: bold;  
    letter-spacing: 1.25px; 
    line-height: 23px;  
    text-align: center;
}
.car-inside .modal-wrapper {
    background: #141617;
}

.car-inside .modal-header {
    background: #141617;
    border: none;
    box-shadow: none;
    position: absolute;
    right: 0;
    top: -60px;
    background: transparent;
}


.modal.car-inside .modal-wrapper.modal-transition {
    width: 70%;
    left: 50%;
    top: 100px;
    top: 0;
    transform: translate(-50%, 70px);
    max-width: 1300px;
}

.modal.car-inside .modal-overlay.modal-toggle {
    background: hsla(0, 0%, 0%, 0.96);
}

.bottom-part .plus-img span {
    color: #A3B7C2;
    font-family: "Cabin Condensed";
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1.14px;
    line-height: 19px;
}

.bottom-part .plus-img span i {
    margin-right: 4px;
}
.social-icon {
    margin: 0;
    padding: 0;
    display: block;
}
.social-icon ul li {
    display: inline-block;
    margin: 2px 2px;
}
.social-icon ul li a {
    height: 30px;
    width: 30px;
    background: #fbf8f87d;
    display: block;
    border-radius: 100%;
    text-align: center;
}
.social-icon ul li a i {
    top: 4px;
    position: relative;
    color: black;
}
button.modal-close.modal-toggle {
    height: 30px;
    width: 30px;
    border: 1px solid #474c4e;
    text-align: center;
    padding: 0;
    border-radius: 100%;
}

button.modal-close.modal-toggle i {
    font-size: 15px;
    font-weight: 100;
    color: #474c4e;
}
div#only_after768,
div#only_after768_social {
    display: none;
}
div#gallery_data {
    z-index: 99999;
}

/* Reponsive css */
@media only screen and (max-width: 1024px) {
.modal.car-inside .modal-wrapper.modal-transition{
    margin: auto;
    width: 100%;
}
.modal {
    overflow-y: scroll;
}
div#gallery_data {
    z-index: 99999;
}
button.modal-close.modal-toggle {
    margin-right: 25px;
}
.bottom-part .view-more button {
    padding: 10px 15px;
    font-size: 13px;
}
}

@media only screen and (max-width: 768px){
.car-inside .modal-header {
    left: 95%;
}
.car-inner .left {
    max-width: 100%;
}
.car-inner .right {
    max-width: 50%;
    float: left;
}
div#only_after768 {
    display: block;
}
div#only_for_desk,
div#only_for_desk_social {
    display: none;
}
div#only_after768_social {
    display: block;
    margin-top: 10px;
    float: right;
}
div#sync1 .owl-buttons {
    top: 36%;
}
div#sync1 .owl-next {
    right: 1%;
}
div#sync1 .owl-next:before {
    background-color: rgba(151,163,170,0.5);
    padding: 10px 20px;
    font-size: 30px;
}
div#sync1 .owl-prev:before {
    background-color: rgba(151,163,170,0.5);
    padding: 10px 20px;
    font-size: 30px;
}
div#sync1 .owl-prev{
   left: 0;
}
.owl-next:before{
   font-size: 30px;
}
.owl-prev:before{
   font-size: 30px;
}
}

@media only screen and (max-width: 640px){
.car-inner .right {
    max-width: 100%;
}
div#only_after768_social {
    display: none;
}
div#only_for_desk_social {
    display: block;
}
div#sync1 {
    margin-bottom: 30px;
}
.bottom-part .view-more button {
    font-size: 12px;
}
#sync2 .item {
    height: 100px;
}
}

@media only screen and (max-width: 480px){
.inner-slider #sync1 .car-inner .left{
    height: 330px;
}
}

/*@media only screen and (max-width: 767px) {
  .gallery-view .grid .first {
    max-width: 100%;
  }
  .grid .snd {
    max-width: 100%;
  }
  .bottom-part .view-more {
    margin-top: 14px;
  }
  .modal.car-inside .modal-wrapper.modal-transition {
    width: 100%;
    top: 100px;
  }
  .car-inner .left {
    max-width: 100%;
  }
  .car-inner .right {
    max-width: 100%;
  }
  .owl-prev {
    left: 20px;
    display: none;
  }
  .owl-next {
      right: 20px;
      top: -150px;
  }
  .car-inside .modal-header {
    right: 20px;
    top: -61px;
  }
   .modal.car-inside{
    width: 96%;
  }
}
@media (max-width: 991px){
  .gallery-view .grid .first {
    max-width: 100%;
  }
  .grid .snd {
    max-width: 100%;
  }
  .bottom-part .view-more {
    margin-top: 14px;
  }
  .modal.car-inside .modal-wrapper.modal-transition {
    width: 100%;
    top: 100px;
  }
  .car-inner .left {
    max-width: 100%;
  }
  .car-inner .right {
    max-width: 100%;
  }
  .owl-prev {
    left: 20px;
    display: none;
  }
  .owl-next {
      right: 40px;
      top: -137px;
  }
  .car-inside .modal-header {
    right: 20px;
    top: -61px;
  }
   .modal.car-inside{
    width: 96%;
    right: 34px;
  }
}
*/