/* Author Yevgeniy Goncharov aka xck */
/* Dec 2015 http://sys-admin.kz */

/* Media */
.row-container .sppb-row {
  margin: 0 auto;
}

@media (min-width: 768px) {
  .row-container .sppb-row {
    width: 750px;
  }

}
@media (min-width: 992px) {
  .row-container .sppb-row {
    width: 970px;
  }

}
@media (min-width: 1200px) {
  .row-container .sppb-row {
    width: 1170px;
  }
  
}

/* Intro */
.intro-text{
  padding-top: 50px;
  padding-bottom: 50px;
}

.sppb-addon-containerfeature-boxes {
    padding-top: 90px;
}

/* monitors and laptops */
@media screen and (min-width: 1240px)  {

.intro-text {
    padding-top: 300px;
    padding-bottom: 200px;
  }

}

/* tablet */
@media screen and (min-width: 1024px) and (max-width: 1240px)  {

.intro-text {
    padding-top: 300px;
    padding-bottom: 200px;
  }

}

/* iPad in landscape */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {

.intro-text {
    padding-top: 200px;
    padding-bottom: 100px;
  }

}

/* iPad in portrait */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {

.intro-text {
    padding-top: 100px;
    padding-bottom: 100px;
  }

}

/* iPhone 5 in landscape */
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : landscape) {

.intro-text {
    padding-top: 70px;
    padding-bottom: 100px;
  }

}

}

/* iPhone 5 in portrait */
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : portrait) {

.intro-text {
    padding-top: 100px;
    padding-bottom: 100px;
  }

}

/* iPhone 2G-4S in landscape */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : landscape) {

  .intro-text {
    padding-top: 70px;
    padding-bottom: 100px;
  }


}

/* iPhone 2G-4S in portrait */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : portrait) {

.intro-text {
    padding-top: 100px;
    padding-bottom: 100px;
  }

}

/* Features */
.sppb-addon-containerfeature-boxes {
    padding-top: 90px;
}

.feature-topper {
    margin-top: 30px;
}

@media screen and (min-width: 768px) and (max-width: 989px) {

.sppb-addon-containerfeature-boxes {
    padding-top: 1px;
}

}

@media screen and (min-width: 200px) and (max-width: 768px) {

.sppb-addon-containerfeature-boxes {
    padding-top: 20px;
    padding-bottom: 20px;
}

}

/* Topper */
.top-container-topper{
  padding-top: 300px;
}

.top-container-bottom{
  padding-bottom: 200px;
}

/* Menu */
.sp-megamenu-parent >li.active>a, .sp-megamenu-parent >li:hover>a {
    color: #fff;
}

.sp-megamenu-parent >li >a {
    color: #eb4947;
}

#offcanvas-toggler >i {
    color: #FFFFFF;
}

/* Offcanvas */
.offcanvas-menu .offcanvas-inner {
    padding: 50px 20px 20px 20px;
}

/* Font decorations */
a.logo h1 {
    color: #eb4947;
}

h1, h2, h3, h4 {
    color: #33495E;
}

/* Testimonials */
.sppb-testimonial-message {
    color: #33495E;
}

strong.pro-client-name {
    color: #ccc;
}

/* Portfolio */
.portfolio-general {
    padding: 0 30px;
}


/* Btns Testimonials */
.sppb-testimonial-pro .sppb-carousel-control {
    border-radius: 4px;
    border: 0px solid #fff;
    font-size: 18px;
    line-height: 18px;
    width: 18px;
    height: 18px;
	color: #ccc;
}

.tocenter {
    position: relative;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

/* Contacts */
input, textarea#message{
    width: 100%;
}

#je_contact button[type="submit"], .qcbutton a.je_button {
    padding: 9px 20px;
    height: 40px;
    line-height: 0px;
}

#je_contact .success {
    font-size: 14px;
    text-align: center;
}

#je_contact .error {
    margin: 3px 0 20px 0;
}

/*Scroll*/
#gtb_pos {
    width: 42px;
    height: 84px;
    z-index: 11;
}

#gtb_pos {
    position: fixed;
    top: 45%;
}

#gtb_top, #gtb_bottom, #toTop, #toBottom {
    position: absolute;
    left: 0;
    width: 42px;
    height: 42px;

}

#gtb_top {
    top: 0;
    background: url(../images/top-scroll.png) no-repeat;
    opacity: 0.6;
}

#gtb_bottom {
    bottom: 0;
    background: url(../images/down-scroll.png) no-repeat;
    opacity: 0.6;
}


#gtb_top:hover, #gtb_bottom:hover {
    opacity: 1;
    transition: 0.9s ease;
}

/* Sales */

.sppb-addon-containersm-button-vertical-middle {
    padding: 50px;
}

/* Countdown */
.scd-digits{
   padding: 7px;
   background: #2C3E50;
   color: #fff;
  /* font-weight: bold; */
}
.scd-label{
    padding: 7px 0;
}