#_desktop_logo h1 {
  margin: 0;
}
#_desktop_logo a {
  pointer-events: none;
}

.breadcrumb,
#index #header,
/*#cms .page-header,*/
#header .header-top {
/*  display: none;
  padding-top: 30px;*/
/*
  padding-top: 80px; */
}

#module-slidergrid-ExploreSliders  #slidergrid{
  clear: both;
  /*margin-top: 60px;*/
}

.page-header,
.breadcrumb {
  display:none;
}
/*
#cms.cms-id-6 #header .header-top,
#cms.cms-id-7 #header .header-top,
#cms.cms-id-8 #header .header-top,
#cms.cms-id-9 #header .header-top,
#cms.cms-id-11 #header .header-top,
#cms.cms-id-12 #header .header-top,
#cms.cms-id-14 #header .header-top,
#cms.cms-id-16 #header .header-top,
#cms.cms-id-18 #header .header-top {
  display: block;
}
*/
/*Template stuffs*/

body {
  /*font-size: 14px;*/
  /*line-height: 1.42857143;*/
  color: #333;
  /*background: #0f1217;*/
  background: #ffffff;
  overflow-x: hidden;
}

p{
  color: #333;
}

code{
  font-size: 11px;
}

h1, h2, h3, h4, h5, h6{
  font-family: "Outfit";
  margin-top: 20px;
  margin-bottom: 10px;
}
main {
  background: #fff;
  overflow: hidden;
}
main #wrapper {
  background: #fff;
  padding-top: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/*
#header .header-nav {
  border-bottom: 0;
  margin-bottom: 0;
}
#cms .ls-fullwidth ~ main {
  padding-top: 60px;
}
#cms .ls-fullsize ~ main {
  padding-top: 0px;
}
#cms.cms-id-26 main,
#cms .ls-responsive ~ main {
  padding-top: 90px;
}
*/
#content.page-cms {
  padding: 0;
}

main #footer {
/*  background: #3f3f3f;
  margin-top: 40px;
  padding-top: 20px;*/
}
p#block-newsletter-label {
  color: #fff;
  text-align: right;
}
/*
#footer .block_newsletter form input[type="text"]{
  background:#ffffff;
}
*/
#footer p.col-md-4{
  color: #fff;
  text-align: right;
}

.footer-container {
  background: #333333;
  text-align: center;
  box-shadow:none;
  margin-top:4px;
}
.footer-container a {
  color: #fff;
}

#footer ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #333333 !important;
}
#footer ::-moz-placeholder { /* Firefox 19+ */
  color: #333333 !important;
}
#footer :-ms-input-placeholder { /* IE 10+ */
  color: #333333 !important;
}
#footer :-moz-placeholder { /* Firefox 18- */
  color: #333333 !important;
}

/*Remove top menu on some slides*/

body.cms-id-66 #header,
body.cms-id-67 #header,
body.cms-id-69 #header,
body.cms-id-74 #header,
body.cms-id-75 #header,
body.cms-id-76 #header,
body.cms-id-77 #header,
body.cms-id-80 #header{
  display:none;
}

body.cms-id-71 main,
body.cms-id-71 #wrapper,
body.cms-id-72 main,
body.cms-id-72 #wrapper,
body.cms-id-76 main,
body.cms-id-76 #wrapper,
body.cms-id-76 #wrapper #content{
  background-color: #efefef;
}
body.cms-id-71 #wrapper #content,
body.cms-id-72 #wrapper #content{
  background-color: #efefef;
  padding-top:20px;
}

/* TopMenu */
.topmenu {
  position: fixed;
  width: 100%;
  padding: 15px 0;
  z-index: 100000;
  background: rgba(255, 255, 255, 0.972549);
  font-family: "Outfit";
  font-weight:600;
  text-align: left;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.08);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.08);
  box-shadow: 0 1px 2px rgba(0,0,0,0.08);
  -webkit-transition: all 0.5s, opacity 1s;
  -moz-transition: all 0.5s, opacity 1s;
  transition: all 0.5s, opacity 1s;
  left:0px;
  line-height: 40px;
}
.ls-logo {
  float: left;
  font-size: 24px;
  line-height: 24px;
  color: #373b49;
}
.ls-logo span {
  font-size: 32px;
  color: #FB0051;
}
.topmenu .menu-item {
  display: inline-block;
  position: relative;
  margin-left: 35px;
  font-size: 18px;
  line-height: 30px;
  color: #373b49;
}
.topmenu a:active,
.topmenu a:focus,
.topmenu a:hover {
  color: #373b49 !important;
  text-decoration: none;
  outline: none;
}
.topmenu .menu-item:before {
  content: '';
  display: inline-block;
  margin-right: 8px;
  width: 16px;
  height: 18px;
  margin-bottom: -1px;
  background-image: url('menu-icon-sprite-dark-2x.png');
  background-size: 100%;
}
.topmenu .menu-item:nth-child(1):before{
  background-position: 0 -18px;
}
.topmenu .menu-item:nth-child(2):before{
  background-position: 0 -36px;
}
.topmenu .menu-item:nth-child(3):before{
  background-position: 0 -54px;
}
.topmenu .menu-item:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #f11f91;
  background: -webkit-linear-gradient(left, #f11f91 0%,#e6005e 100%);
  background: -moz-linear-gradient(left, #f11f91 0%, #e6005e 100%);
  background: linear-gradient(to right, #f11f91 0%,#e6005e 100%);
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
}
.topmenu .menu-item:hover:after {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  transform: scaleX(1);
}


.topmenu .buy-now-btn{
    float: right;
    margin-right: 30px;
    border: 2px solid #fff;
    border-radius: 20px;
    padding: 0px 30px;
    line-height: 36px;
  transition: all 0.3s;
}

#cms.cms-id-74 .topmenu .buy-now-btn:hover{
  background-color: rgb(251, 0, 81);
  border-color: rgb(251, 0, 81);
}

#cms.cms-id-74 .topmenu {
  position: absolute;
  background: transparent;
  opacity: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#cms.cms-id-74 .topmenu a,
#cms.cms-id-74 .topmenu a:hover {
  color: #ffffff !important;
}
#cms.cms-id-74 .topmenu .menu-item:before {
  background-image: url('menu-icon-sprite-2x.png');
}
#module-slidergrid-ExploreSliders .topmenu .menu-item:nth-child(3) {
  display: none;
}
#module-slidergrid-ExploreSliders #header {
  /*height: 80px;*/
}
#module-slidergrid-ExploreSliders .topmenu {
  padding: 25px 0;
}
#module-slidergrid-ExploreSliders .topmenu .container {
  min-width: 100%;
  padding: 0 40px;
}

#module-slidergrid-ExploreSliders{
  background-color: #F1F5F8;
}

/*  Sample Sliders CSS
*********************************************/

.sample-desc p.img-title{
  text-align: center;
  font-size: 12px;
  padding-top: 6px;
}

.sample-desc img {
  max-width: 100%;
}

.sample-desc img.bordered{
  box-shadow: 0 0 1px rgba(0,0,0,0.3);
  border-radius: 3px;
}

.sample-desc h3{
  margin-bottom:20px;
}

.sample-desc p{
  line-height: 2;
  margin-bottom: 30px;
}

h3, .h3 {
  font-size: 24px;
}

section.row {
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: justify;
}
#resopnsive-solution {
  margin-top: 80px;
}

section b, section strong {
    font-weight: 600;
}


@media (min-width: 1400px) {
  #index .container,
  #cms.cms-id-74 .container{
    max-width: 1370px; }
}

@media (min-width: 1500px) {
  #index .container,
  #cms.cms-id-74 .container{
    max-width: 1470px; }
}

#module-slidergrid-ExploreSliders #columns{
  width: 100%;
  max-width: 100%;
  padding: 0 40px;
  background: #F1F5F8;
}


/*  Sample Sliders CSS
*********************************************/

#index h3.title,
#cms.cms-id-74 h3.title{
  font-size: 43px;
  color: #222222;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 100px;
}

#index span.sub-title,
#cms.cms-id-74 span.sub-title{
  font-size: 20px;
  color: #14abf4;
  margin-bottom: 30px;
  display: inline-block;
}

#index p.desc,
#cms.cms-id-74 p.desc{
  font-size: 16px;
  line-height: 24px;
  color:#4d4c4c;
}

#index a.blue-button{
  color: #ffffff;
  background-color: #14abf4;
  line-height: 55px;
  border-radius:5px;
  width: 210px;
  display: inline-block;
  text-align: center;
  font-family: Outfit;
  font-size: 16px;
  text-decoration: none;
  transition: all 1s;
}

#index a.blue-button:hover{
  background-color: #26b8ff;
  text-decoration: none;
}

#index .col-sm-6,
#cms.cms-id-74 .col-sm-6{
  padding-left: 30px;
  padding-right: 30px;
}

#index #resopnsive-solution a{
  margin-top: 40px;
}

/*Main site specials*/

#place-it code.snippet{
  font-family: Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif;
  background-color: #eeefef;
  border:2px solid #e5e5e5;
  line-height: 58px;
  font-size: 19px;
  color:#727272;
  margin:25px 0;
  padding: 0 30px;
  display: inline-block;
}

#other-features .main-icon{
  width: 300px;
  height: 200px;
  background-image: url('/img/cms/other-features.png');
  margin: 60px auto -10px;
}

#other-features .main-icon.multilingual{
  background-position: center -200px;
}

#other-features .main-icon.superhero{
  background-position: center -400px;
}

#other-features .main-icon.keyboard{
  background-position: center -600px;
}

#other-features .main-icon.seo{
  background-position: center -800px;
}

#other-features .main-icon.support{
  background-position: center -1000px;
}


#features .col-sm-12,
#other-features .col-sm-6,
#other-features .col-sm-12{
  text-align: center;
}

#other-features h3.title{
  margin-top:40px;
}

#other-features span.sub-title{
  margin-bottom:10px;
}

#other-features h4{
  font-size: 20px;
  color: #222222;
  font-weight: 700;
  margin-bottom: 0;
}
#other-features .feature-desc{
  color:#e50670;
}


#features sup.new-badge {
  background-color: #14abf4;
  color: #fff;
  display: inline-block;
  font-family: Outfit;
  font-size: 11px;
  font-weight: 600;
  line-height: 16px;
  margin-left: 3px;
  padding: 0 5px;
}

#resopnsive-solution li,
#features li {
  list-style-image: url("/img/cms/plus.png");
  margin: 10px 0 0 10px;
}

#features h4{
  font-size: 20px;
  padding: 20px 20px 10px 0;
}

ul{
  margin-left: 30px;
}

#dynamic-sliders{
  margin-top:140px;
  margin-bottom:140px;
}

#dynamic-sliders .col-sm-6 img{
  max-width: 100%;
  border-radius:6px;
  box-shadow:0 5px 12px rgba(0,0,0,0.1);
}

#dynamic-sliders .col-sm-6 .video-play img{
  border-radius:50%;
  box-shadow:none;
}


.video-play{
  cursor: pointer;
  margin-top: 20px;
}

.video-play img{
  border-radius:50%;
  transition: all 0.5s;
}

.video-play:hover img{
  box-shadow: 0 2px 10px rgba(20,171,244,0.6) !important;
  transform: translateY(-5px);
}

.video-play img,
.video-play .cont{
  float:left;
}

.video-play .cont{
  padding: 5px 0 0 15px;
}

.video-play p.watch{
  font-size:17px;
  color: #222222;
  font-family: Oufit;
  font-weight: 600;
  margin-bottom: 0;
}

.video-play p.length{
  color: #4d4c4c;
}

@media (max-width: 1300px){
  #index h3.title{
    margin-top: 10px;
  }

}


/*Messenger - Live Customer Chat*/

body#cms.cms-id-65 section#wrapper{
  box-shadow: inset 0 2px 1px 0 rgba(0,0,0,.05);
  /*background: #f5f5f5;*/
  padding-top: 30px;
}

body#cms.cms-id-65 main #footer{
  margin-top:0px;
}

body#cms.cms-id-65 section#content{
  min-height: 1000px;
  /*background: #f5f5f5;*/
}

/*Luxury Homes slider*/
@media (min-width:1340px) {
 body.cms-id-95 #wrapper .container {
  width:1310px
 }
}