/* General */

html {
    height: 100%;
}

body {
    height: 100%;
    background-color: #fff;
    color: #3c3c3b;
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
}

h1 {
    margin: 0 0 18px;
    color: white;
    font-size: 65px;
    font-weight: 300;
}

h2 {
    margin: 0;
    font-size: 55px;
    font-weight: 300;
    text-align: center;
}

.container {
    width: 1204px;
    /*width: 1140px;*/
}

.subheading {
    max-width: 787px;
    margin: 0 auto 70px;
    color: #384049;
    font-size: 20px;
    font-weight: 300;
    text-align: center;
    line-height: 27px;
}

.image-holder {
    background-color: #d9dfe9;
}

.image-holder>img {
    width: 100%;
    height: 100%;
    max-width: 100%;
}

.section-gray {
    background: #f4f4f4;
    position: relative;
    padding: 50px 0;
}

.section-gray .section-content {
    background-color: rgba(56, 64, 73, 0.6);
}

.section-gray h2 {
    text-align: left;
    font-size: 46px;
    margin-bottom: 30px;
}

.section-gray p {
    /*width: 80%;*/
    line-height: 24px;
}

.section-gray .subheading {
    text-align: left;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 16px;
    width: 320px;
    margin: 0 0 20px;
    padding: 0 0 20px;
    position: relative;
}

.section-gray .subheading:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 70px;
    height: 5px;
    background: #df5400;
}

.section-gray .about-image {
    margin-top: 40px;
}
.section-gray .about-image img{
  /*margin-right: -115px;*/
  width: 100%;
  float: right;
}

.section-blue {
    background-color: #eff9ff;
    padding-bottom: 50px;
}

.section-white {
    background-color: #fff;
    padding: 50px 0;
}

.section-cream {
    /*background-color: #3e3f41;*/
}

.section-dark {
    background: #252525;
    position: relative;
    padding: 50px 0;
}

.section-dark p {
    color: #aaaaaa;
    width: 60%;
    margin: 0 auto;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    line-height: 24px;
    padding-top: 30px;
}

.header-title {
    text-align: center;
    padding: 65px 0 15px;
    font-size: 16px;
    position: relative;
}

.header-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    height: 5px;
    background: #df5400;
}

.section-gray h2, .section-light h2, .section-deep h2, .section-blue h2 {
    padding-top: 20px;
    color: #384049;
}

.section-light .subheading {
    margin: 26px auto 0;
    color: #384049;
    font-size: 16px;
    max-width: 920px;
}

.section-deep .section-content {
    background-color: rgba(38, 41, 46, 0.8);
}

.section-deep h2 {
    padding-top: 79px;
    color: #fff;
}

.section-deep .subheading {
    color: #fff;
    margin: 27px auto 0;
}

.btn {
    padding: 18px 50px;
    border-radius: 0;
    color: #fff;
    background: #e95615;
    font-size: 19px;
    font-weight: 400;
    line-height: 1;
    position: relative;
    z-index: 1;
}

.btn:hover {}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: none;
}
/* Short Header */

#short-header {
    background-color: #f4f4f4;
    height: 55px;
    overflow: hidden;
}

#short-header .heading {
    font-size: 11px;
    color: #8b8b8b;
    line-height: 55px;
    display: inline-block;
}

#short-header .container .right-side {
    float: right;
    padding: 5px 0 0 0;
    margin: 0;
    list-style-type: none;
}

#short-header .container .right-side li {
    float: left;
    margin-left: 50px;
    padding-left: 45px;
    background-position: left center;
    background-repeat: no-repeat;
}

© .container .right-side li.contact-number {
    background-image: url('../img/ic-call.png');
}

#short-header .container .right-side li.contact-email {
    background-image: url('../img/ic-email.png');
}

#short-header .container .right-side li.social-link {
    padding: 15px 10px;
    display: inline-block;
}

#short-header .container .right-side li.social-link a {
    margin: 15px 10px;
    color: #878787;
}

#short-header .container .right-side li.social-link a:hover {
    color: #df5400;
}

#short-header .container .title {
    color: #878787;
    font-size: 11px;
}

#short-header .container .detail {
    color: #414141;
    font-size: 21px;
    font-weight: bold;
}


/* Header & Navigation */

.header {
    position: absolute;
    z-index: 9999;
    top: 99px;
    left: 0;
    width: 100%;
}

.navbar {
    min-height: 86px;
    border-width: 0;
    margin-bottom: 0;
}

.navbar-default {
    background-color: transparent;
}

.navbar-brand {
    position: relative;
    z-index: 9999;
    display: inline-block;
    width: 305px;
    height: 37px;
    background-image: url('../img/logo.png');
    background-position: center center;
    background-repeat: no-repeat;
}

.navbar .container .navbar-brand {
    margin-left: 0px;
}

.navbar-brand {
    -webkit-transition: .4s transform;
    -moz-transition: .4s transform;
    -o-transition: .4s transform;
    transition: .4s transform;
}

.navbar-brand.small {
    -ms-transform: scale(0.1);
    -webkit-transform: scale(0.1);
    -o-transform: scale(0.1);
    -moz-transform: scale(0.1);
    transform: scale(0.1);
}

.btn.btn-nav {
    float: right;
    padding: 0;
    border: none;
    border-radius: 0;
    margin: 28px 9px;
    background-color: transparent;
    opacity: 1;
    line-height: inherit;
    text-transform: none;
    -webkit-transition: .3s opacity .3s;
    -moz-transition: .3s opacity .3s;
    -o-transition: .3s opacity .3s;
    transition: .3s opacity .3s;
}

.btn.btn-nav:before {
    content: none;
}

.btn.btn-nav:active {
    box-shadow: none;
    -webkit-box-shadow: none;
}

.btn.btn-nav:hover, .btn.btn-nav:focus {
    color: #fa6b5b;
}

.btn.btn-nav:hover .btn-nav-text, .btn.btn-nav:focus .btn-nav-text {
    color: #fa6b5b;
}

.btn.btn-nav:hover .btn-nav-icon>.icon-bar, .btn.btn-nav:focus .btn-nav-icon>.icon-bar {
    background-color: #fa6b5b;
}

.btn.btn-nav.closed {
    opacity: 0;
    cursor: default;
    -webkit-transition: .3s opacity 0s;
    -moz-transition: .3s opacity 0s;
    -o-transition: .3s opacity 0s;
    transition: .3s opacity 0s;
}

.btn-nav-text {
    display: inline-block;
    margin-right: 12px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 300;
    vertical-align: middle;
}

.btn-nav-icon {
    display: inline-block;
    width: 21px;
    height: 15px;
    vertical-align: middle;
}

.btn-nav-icon>.icon-bar {
    display: block;
    width: 21px;
    height: 2px;
    margin-bottom: 4px;
    background-color: #fff;
}

.btn-nav-open {
    position: relative;
    z-index: 9998;
}

.nav-holder {
    position: relative;
}

.nav-wrapper {
    position: absolute;
    z-index: 9999;
    right: 0;
    top: 0;
    height: 86px;
    width: 75%;
    white-space: nowrap;
}

.nav-wrapper.animate {
    overflow: hidden;
}

.nav-wrapper.closed {
    overflow: hidden;
    z-index: 9998;
}

.nav-wrapper.closed .nav {
    right: -100%;
}

.nav-wrapper.animate .navbar-nav>li>.dropdown-menu, .nav-wrapper.closed .navbar-nav>li>.dropdown-menu {
    display: none;
}

.nav {
    position: absolute;
    top: 0;
    right: 0;
    height: 86px;
    border-top: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: .8s right .0s cubic-bezier(0.68, 0.4, 0.01, 1.25);
    -moz-transition: .8s right .0s cubic-bezier(0.68, 0.4, 0.01, 1.25);
    -o-transition: .8s right .0s cubic-bezier(0.68, 0.4, 0.01, 1.25);
    transition: .8s right .0s cubic-bezier(0.68, 0.4, 0.01, 1.25);
}

.nav.in {
    height: auto;
}

.navbar-nav>li>a {
    position: relative;
}

.navbar-nav>li>a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 1px;
    -webkit-transition: width .3s ease-in-out;
    -moz-transition: width .3s ease-in-out;
    -o-transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
}

.navbar-nav>li>a:hover:after, .navbar-nav>li>a:focus:after {
    width: 100%;
}

.navbar-nav>li>.dropdown-menu {
    display: block;
    top: -400px;
    border-radius: 5px;
    -webkit-transition: 0.5s all cubic-bezier(0.25, 0.1, 0.02, 1.4);
    -moz-transition: 0.5s all cubic-bezier(0.25, 0.1, 0.02, 1.4);
    -o-transition: 0.5s all cubic-bezier(0.25, 0.1, 0.02, 1.4);
    transition: 0.5s all cubic-bezier(0.25, 0.1, 0.02, 1.4);
}

.navbar-nav>li.open>.dropdown-menu {
    top: 100%;
}

.navbar-nav>li>dropdown-menu>li>a {
    padding: 8px 20px;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    background-color: rgba(0, 0, 0, 0.2);
}

.navbar-default .navbar-brand {
    color: #fa6b5b;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-nav>li>a {
    padding: 10px 15px;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    color: #fff;
    text-decoration: none;
}

.navbar-default .navbar-nav>li>a:after {
    background-color: #fa6b5b;
}


/* Login Sign Up*/

.navbar-default .navbar-nav>li>.login, .navbar-default .navbar-nav>li>.sign-up {
    background-color: #1596e9;
    padding-left: 25px;
    padding-right: 25px;
    margin-left: 10px;
    margin-right: 10px;
    font-weight: bold;
}

.navbar-default .navbar-nav>li>.login {
    margin-left: 20px;
}

.navbar-default .navbar-nav>li>.login:focus, .navbar-default .navbar-nav>li>.login:hover, .navbar-default .navbar-nav>li>.sign-up:focus, .navbar-default .navbar-nav>li>.sign-up:hover {
    background-color: #1596e9;
}

.navbar-default .navbar-nav>li>.dropdown-menu {
    background-color: rgba(0, 0, 0, 0.6);
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    background-color: transparent;
    color: #fff;
}

.navbar-default .navbar-nav>.open>a:focus:after, .navbar-default .navbar-nav>.open>a:hover:after {
    background-color: transparent;
}

.navbar-default .navbar-nav>li>.dropdown-menu>li>a {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
}


/* Banner */

.banner-wrapper {
    position: relative;
    z-index: 100;
    background-size: cover;
}


/*.banner-wrapper .section-content {
    background: -moz-linear-gradient(0deg, rgba(250, 107, 91, 0.8) 0%, rgba(163, 52, 130, 0.8) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(250, 107, 91, 0.8)), color-stop(100%, rgba(163, 52, 130, 0.8)));
    background: -webkit-linear-gradient(0deg, rgba(250, 107, 91, 0.8) 0%, rgba(163, 52, 130, 0.8) 100%);
    background: -o-linear-gradient(0deg, rgba(250, 107, 91, 0.8) 0%, rgba(163, 52, 130, 0.8) 100%);
    background: -ms-linear-gradient(0deg, rgba(250, 107, 91, 0.8) 0%, rgba(163, 52, 130, 0.8) 100%);
    background: linear-gradient(90deg, rgba(250, 107, 91, 0.8) 0%, rgba(163, 52, 130, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$theme-color', endColorstr='#a33482', GradientType=1 );
}*/
.banner-wrapper .section-content {
  background-color: rgba(3,19,64,0.5);
}
.no-video #banner{
  background-image: url('/assets/img/decore/banner_background.jpg');
}
#banner .main-banner-content{
      margin: 210px auto;
      text-align: center;
}
#banner h2{
    float: none;
    display: block;
    font-size: 60px;
    line-height: 0.9em;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.banner-decoration {
    float: left;
    width: 400px;
    height: 655px;
    margin-left: 128px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.banner-decoration .image-holder {
    margin: 122px 55px 0;
    width: 287px;
    height: 510px;
}

.banner-decoration-android .image-holder {
    margin: 107px 56px 0;
}

.banner-content {
    float: right;
    max-width: 402px;
    margin: 155px 207px 0 0;
}

.banner-description {
    margin: 0 0 45px 6px;
    color: #ebebeb;
    font-size: 19px;
    font-weight: 300;
    line-height: 31px;
}

.banner-content .btn-primary {
    margin-left: 5px;
}

.banner-content .btn-default {
    margin-left: 21px;
}

.btn-default {
    background-color: transparent;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default:active:focus {
    border-color: #fa6b5b;
    background-color: #fa6b5b;
    color: #fff;
}

.btn-default:hover:before {
    background-color: #fa6b5b;
}

.btn-primary {
    border-color: #fa6b5b;
    background-color: #fa6b5b;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:active:focus {
    border-color: #fff;
    background-color: #fff;
    color: #fa6b5b;
}

.btn-primary:hover:before {
    background-color: #fff;
}
/* Clients */

#clients .header-title {
    text-align: left;
}

#clients .header-title:after {
    left: 0;
    transform: translateX(0);
}

#clients h2 {
    text-align: left;
}

#clients .owl-carousel {
    list-style-type: none;
    padding: 20px 0;
    /*text-align: center;*/
}

#clients .owl-carousel .item{
  max-width: 184px;
}

#clients .owl-carousel .owl-dots {
    text-align: center;
    margin: 30px 0 0;
}

#clients .owl-carousel .owl-dot{
    background-color: #aab1b5;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0 5px;
    display: inline-block;
}
#clients .owl-carousel .owl-dot.active{
  background-color: #f5863a;
}

.client li img {
    width: 100%;
}


/* Highlights*/

#highlights {
  padding: 100px 0;
}

.highlight {
    list-style-type: none;
    padding: 0;
    margin-bottom: 0;
    width: 100%;
}

.highlight .block {
    padding-top: 84px;
    background-position: top center;
    text-align: center;
    background-repeat: no-repeat;
    position: relative;
}

.highlight .block.packages {
    background-image: url('../img/ic-packages.png');
}

.highlight .block.locations {
    background-image: url('../img/ic-locations.png');
}

.highlight .block.logistics {
    background-image: url('../img/ic-logistics.png');
    /*padding-left: 126px;*/
}

.highlight .block .numbers {
    font-size: 52px;
    color: #e95615;
    text-transform: uppercase;
}

.highlight .block .title {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}
/* contact form */
#contact-form {
    padding: 50px 0;
    background-color: rgba(0, 0, 0, 0.4);
    box-shadow: inset 0px 0px 60px -10px rgba(0,0,0,0.5);
    color: #fff;
}
#contact-form h2{
  color: #fff;
  font-size: 48px;
  margin-bottom: 50px;
}
#contact-form .form-group{
  /*padding-bottom: 15px;*/
}
#contact-form .form-group label{
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  letter-spacing: 1px;
  font-size: 16px;
}
#contact-form .form-group .form-control{
  height: 45px;
  border-radius: 0;
  border: 1px solid #303030;
}
#contact-form .form-group [class*='col-'] {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 40px;
}

#contact-form .no-space [class*='col-']:last-child{
  padding-left: 15px;
}


/* About */

#about {}
.section-dark p.f-white{
  color: #fff;
}


/* Footer */

.footer {
    background-color: #161616;
    font-family: 'Roboto', sans-serif;
    padding-top: 70px;
}

.footer h2 {
    padding-bottom: 15px;
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 300;
    line-height: 1;
    position: relative;
    text-align: left;
}

.footer h2:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateX(0);
    width: 70px;
    height: 3px;
    background: #df5400;
}

.footer-nav {
    padding-left: 0;
    margin: 20px 0 0;
    text-align: center;
}

.footer-nav>li {
    display: block;
    margin-right: 30px;
    text-align: left;
}

.footer-nav>li:last-child {
    margin-right: 0;
}

.footer-nav>li>a, .contact-us li {
    position: relative;
    color: #FFF;
    font-size: 12px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 1px;
}

.footer-nav>li>a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 1px;
    background-color: #fa6b5b;
    -webkit-transition: width .3s ease-in-out;
    -moz-transition: width .3s ease-in-out;
    -o-transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
}

.footer-nav>li>a:hover:after, .footer-nav>li>a:focus:after {
    width: 100%;
}

.footer-nav>li>a.active {
    color: #fff;
}

.footer-nav>li>a:hover, .footer-nav>li>a:focus {
    color: #fa6b5b;
    text-decoration: none;
}
.footer-nav.f-icons li{
    padding-bottom: 15px;
}

.footer-nav.contact-us li {
    line-height: 16px;
    margin-bottom: 10px;
    margin-right: 0;
}

.footer-nav.contact-us li.ic {
    background-position: left 0;
    background-repeat: no-repeat;
    padding-left: 40px;
    padding-top: 5px;
    min-height: 24px;
}
.footer-nav.contact-us li.ic.inline {
  width: 49%;
  display: inline-block;
}

.footer-nav.contact-us li.ic.inline:nth-child(odd){
  margin-right: 0;
  padding-right: 0;
}

.footer-nav.contact-us li.ic-f-address {
    background-image: url('../img/ic-f-address.png');
}

.footer-nav.contact-us li.ic-f-call {
    background-image: url('../img/ic-f-call.png');
}

.footer-nav.contact-us li.ic-f-fax {
    background-image: url('../img/ic-f-fax.png');
}

.footer-nav.contact-us li.ic-f-cce {
    background-image: url('../img/ic-f-cce.png');
}

.footer-nav.contact-us li.ic-f-email {
    background-image: url('../img/ic-f-email.png');
    background-position: left 8px;
}

.footer-copyrights {
    padding: 30px 0px 30px;
    background-color: #000000;
    margin-top: 50px;
}

.copyrights-link {
    float: right;
}

.copyrights-link a {
    font-size: 14px;
    font-weight: 300;
    color: #969696;
}

.copyrights-text {
    color: #969696;
    font-size: 14px;
    font-weight: 300;
}


/*
  Register
*/

#register {
    min-height: calc(100vh - 80px)
}

.form-container {
    padding: 30px 50px 50px 50px;
    max-width: 555px;
    margin: 0 auto;
    margin-top: 211px;
    margin-bottom: 0;
    background-color: rgba(27, 37, 62, .66);
    color: #a6a6a6;
    font-family: 'Roboto', sans-serif;
}

.form-container header {
    padding-bottom: 20px;
    position: relative;
}

.form-container header .title {
    font-size: 32px;
    line-height: 34px;
    color: #fff;
    display: inline-block;
    /*float: left;*/
}

.form-container header .right-area {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 8px;
}

.form-container header .right-area .radio {
    width: 16px;
    height: 16px;
    display: inline-block;
    padding: 0;
    margin: 0 5px;
    border-radius: 50%;
    border: 2px solid #35b1c2;
    position: relative;
    top: 3px;
    cursor: pointer;
}

.form-container header .right-area label {
    color: #fff;
    display: inline-block;
    width: auto;
    font-size: 14px;
}

.form-container header .right-area .radio.selected:after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #35b1c2;
    border-radius: 50%;
    top: 2px;
    left: 2px;
}

.form-container label {
    font-size: 16px;
    font-weight: normal;
    width: 100%;
}

.form-container input[type="text"] {
    font-size: 16px;
    font-weight: normal;
    width: 100%;
    color: black;
    height: 45px;
    padding: 5px;
    margin-top: 5px;
    margin-bottom: 30px;
    outline: none;
    border: 0;
}

.form-container input[type="checkbox"] {
    position: relative;
    top: 2px;
    margin-right: 5px;
}

.form-container .btn-submit {
    width: 100%;
}
.btn-submit {
    border: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f7963b+0,ee6500+100 */
    background: rgb(247, 150, 59);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(247, 150, 59, 1) 0%, rgba(238, 101, 0, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(247, 150, 59, 1) 0%, rgba(238, 101, 0, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(247, 150, 59, 1) 0%, rgba(238, 101, 0, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f7963b', endColorstr='#ee6500', GradientType=0);
    /* IE6-9 */
}
.btn-submit:hover {
    color: #fff;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ee6500+0,f7963b+100 */
    background: rgb(238, 101, 0);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(238, 101, 0, 1) 0%, rgba(247, 150, 59, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(238, 101, 0, 1) 0%, rgba(247, 150, 59, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(238, 101, 0, 1) 0%, rgba(247, 150, 59, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ee6500', endColorstr='#f7963b', GradientType=0);
    /* IE6-9 */
}

.form-container .terms {
    padding-bottom: 15px;
}

.red {
    color: red;
}

.row {
    margin: 0;
}

.row.half-w {
    width: 48%;
    display: inline-block;
    margin: 0 14px 0 0;
}

.row.half-w:nth-child(even) {
    margin-right: 0;
}

.register-template .footer {
    padding: 0;
}

.register-template .footer .footer-copyrights {
    margin: 0;
}


/* media(1399) */

@media (max-width: 1399px) {
    .review {
        padding: 30px 20px 30px 73px;
        font-size: 17px;
        line-height: 28px;
    }
    .review:before {
        top: 40px;
        left: 20px;
    }
}


/* media(1229) */

@media (max-width: 1229px) {
    .banner-decoration {
        margin-left: 56px;
    }
    .banner-content {
        margin-right: 45px;
    }
    .container {
        width: 970px;
    }
}


/* media(991) */

@media (max-width: 991px) {
    h1 {
        margin-bottom: 15px;
        font-size: 40px;
    }
    .container {
        width: 750px;
    }
    .subheading {
        width: auto;
    }
    .banner-decoration {
        margin-left: 0;
    }
    .banner-content {
        max-width: 320px;
        margin-right: 0;
        text-align: center;
    }
    .banner-description {
        margin-bottom: 20px;
    }
    .banner-content .btn {
        width: 80%;
        margin-bottom: 15px;
        margin-left: 0;
    }
    /**/
    #contact-form .no-space [class*='col-']:last-child {
        padding-left: 0;
    }
}


/* media(767) */

@media (max-width: 767px) {
    h1 {
        margin-bottom: 20px;
        font-size: 33px;
    }
    h2 {
        font-size: 45px;
    }
    .container {
        width: auto;
    }
    .subheading {
        margin: 0 auto 30px;
        font-size: 17px;
        line-height: 24px;
    }
    .section-gray h2, .section-light h2, .section-deep h2, .section-blue h2 {
        padding-top: 65px;
    }
    .section-light .subheading, .section-deep .subheading, .section-blue .subheading {
        margin-top: 20px;
    }
    .btn {
        padding: 15px 35px;
        font-size: 15px;
    }
    .header {
        top: 0;
    }
    .header .navbar-brand {
        width: 56px;
        height: 56px;
        margin-left: 15px !important;
        font-size: 46px;
        line-height: 29px;
        background-image: url('../img/logo-small.png');
    }
    #banner img{width: 100%; margin-bottom: 0;    margin-top: 120px;}
    #short-header{
      display: none;
    }
    .nav-wrapper {
        position: static;
        height: auto;
        width: 100%;
    }
    .navbar-default .navbar-nav>li>.sign-up {
        margin-left: 40px;
        margin-top: 10px;
    }

    .nav-wrapper.animate .navbar-nav>li.open>.dropdown-menu, .nav-wrapper.closed .navbar-nav>li.open>.dropdown-menu {
        display: block;
    }
    .navbar {
        padding-top: 5px;
    }
    .btn-nav {
        display: none;
    }
    .navbar-nav {
        position: static;
        -webkit-transition: height 0.3s;
        -moz-transition: height 0.3s;
        -o-transition: height 0.3s;
        transition: height 0.3s;
    }
    .navbar-nav.closed {
        top: auto;
    }
    .navbar-nav>li {
        text-align: center;
    }
    /*.navbar-nav>li:last-child {
        display: none;
    }*/
    .navbar-nav>li>.dropdown-menu {
        display: none;
    }
    .navbar-nav>li.open>.dropdown-menu {
        display: block;
    }
    .navbar-nav .open .dropdown-menu>li>a {
        position: relative;
        padding: 15px 0;
        text-align: center;
    }
    .navbar-nav .open .dropdown-menu>li>a:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0%;
        height: 1px;
        -webkit-transition: width .3s ease-in-out;
        -moz-transition: width .3s ease-in-out;
        -o-transition: width .3s ease-in-out;
        transition: width .3s ease-in-out;
    }
    .navbar-nav .open .dropdown-menu>li>a:hover:after, .navbar-nav .open .dropdown-menu>li>a:focus:after {
        width: 100%;
    }
    .navbar-default {
        -webkit-transition: .3s background-color .3s;
        -moz-transition: .3s background-color .3s;
        -o-transition: .3s background-color .3s;
        transition: .3s background-color .3s;
    }
    .navbar-default .navbar-nav>li>a {
        padding: 15px 0;
        border: none;
        margin: 0;
    }
    .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
        color: #fa6b5b;
        outline: none;
    }
    .navbar-default .navbar-nav>li>.dropdown-menu {
        background-color: transparent;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #fff;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:after {
        background-color: #fa6b5b;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #fa6b5b;
    }
    .navbar-default.opened {
        background-color: rgba(0, 0, 0, 0.8);
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none;
    }
    .navbar-toggle {
        z-index: 9999;
        margin-top: 11px;
    }
    .banner-decoration {
        display: none;
    }
    .banner-wrapper {
        position: relative;
    }
    .banner {
        min-height: 430px;
        margin-top: 0;
    }
    .banner-content {
        position: absolute;
        top: 50%;
        left: 50%;
        max-width: 300px;
        margin-left: -150px;
        margin-top: -140px;
    }
    .banner-content h1 {
        font-size: 26px;
    }
    .banner-description {
        font-size: 16px;
        line-height: 25px;
    }
    .banner .btn {
        width: 100%;
        margin-bottom: 15px;
    }
    .modal-video, .modal-updates {
        padding-right: 0 !important;
    }
    .modal-dialog {
        width: 100%;
        height: 100%;
        margin: 0;
    }
    .mask {
        display: none;
    }
    .pricing-content {
        max-width: 100%;
        padding: 0 20px;
        margin: 40px 0px;
        margin-left: 0;
    }
    .pricing-content {
        margin: 40px 0;
    }
    .offer:nth-child(2) {
        margin: 0 0 40px;
    }
    .offer-header {
        padding: 20px 0;
    }
    .offer-body {
        margin: 20px 0;
    }
    .price-sum {
        font-size: 50px;
    }
    .price-sum:before {
        top: 12px;
        left: -17px;
        font-size: 20px;
    }
    .offer-description {
        display: none;
        min-height: 0;
        margin: 20px 0 20px 40px;
    }
    .btn-show {
        display: inline-block;
        padding: 0;
    }
    .offer-footer {
        padding: 20px 0 20px;
    }
    .section-contact {
        padding: 40px 0;
    }
    .section-contact .field-holder {
        margin-bottom: 15px;
    }
    .contact-form-wrapper .btn {
        margin-top: 50px;
    }
    .footer-nav>li {
        margin: 0px 15px 15px;
    }
    .footer-social {
        margin-top: 30px;
    }
    .footer-social>li {
        margin: 0 13px;
    }
    /**/
    .section-dark p{
      width: 100%;
    }
    .footer-nav.contact-us li.ic.inline {
        width: 100%;
    }

    #banner .main-banner-content{
        margin: 100px auto;
        min-height: 220px;
    }
    #banner .main-banner-content h2{
      font-size: 40px;
    }
    .navbar-default .navbar-nav>li>.login,
    .navbar-default .navbar-nav>li>.sign-up{
      margin-left: 20px;
      margin-right: 20px;
    }
    .section-gray h2{
      font-size: 34px;
    }

}


/*media(500)*/

@media (max-width: 500px) {
    .store-name {
        font-size: 25px;
    }
    .reviews-carousel .review:after {
        left: 28px;
    }
    .review-author {
        margin-top: 35px;
        margin-left: 10px;
    }
    .member {
        width: 100%;
        max-width: 345px;
        margin: 0 0 40px;
    }
    .member .image-holder {
        width: 100%;
        height: auto;
    }
    .member .image-holder>img {
        height: auto;
    }

}


/*media(400)*/

@media (max-width: 400px) {
    .store {
        width: 100%;
        min-width: 0;
    }
    .store-icon {
        font-size: 40px;
    }
    .social-content>li:last-child {
        margin-right: 10px;
    }
    .offer, .offer:nth-child(2) {
        width: 100%;
    }

    .map-container img,
    #about h2 img{
      width: 100%;
    }
}


/* index page */

.home {
    background-color: #f0f4f9;
}

.home .container {
    max-width: 1071px;
}

/*Desctop Page*/


/*Desctop Banner*/

.banner-desktop-wrapper {
    position: relative;
    z-index: 100;
    background: -moz-radial-gradient(center, ellipse cover, rgba(250, 107, 91, .8) 0%, rgba(163, 52, 130, .8) 100%, rgba(163, 52, 130, .8) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(250, 107, 91, .8)), color-stop(100%, rgba(163, 52, 130, .8)), color-stop(100%, rgba(163, 52, 130, .8)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(250, 107, 91, .8) 0%, rgba(163, 52, 130, .8) 100%, rgba(163, 52, 130, .8) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(250, 107, 91, .8) 0%, rgba(163, 52, 130, .8) 100%, rgba(163, 52, 130, .8) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(250, 107, 91, .8) 0%, rgba(163, 52, 130, .8) 100%, rgba(163, 52, 130, .8) 100%);
    background: radial-gradient(ellipse at center, rgba(250, 107, 91, .8) 0%, rgba(163, 52, 130, .8) 100%, rgba(163, 52, 130, .8) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#FA6B5B', endColorstr='#A33482', GradientType=0);
}

.banner-desktop-wrapper .section-content {
    background-size: 100% 50%;
    background-repeat: no-repeat;
    background-position: bottom center;
}

.banner-desktop-content {
    margin-top: 245px;
    text-align: center;
}

.banner-header {
    margin-bottom: 51px;
    color: #fff;
    font-size: 65px;
    font-weight: 300;
}

.banner-desktop-decoration {
    width: 980px;
    height: 616px;
    margin: 75px auto 0;
}

.banner-desktop-decoration .image-holder {
    height: 100%;
}

/*Desctop Screenshots*/

.carousel-desctop-decoration {
    position: absolute;
    top: 0;
    left: 50%;
    width: 899px;
    height: 596px;
    margin-left: -449.5px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.desktop-carousel {
    height: 695px;
}

.desktop-carousel .owl-stage-outer {
    height: 650px;
}

.desktop-carousel .owl-item {
    opacity: 0.25;
    text-align: center;
    cursor: pointer;
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
    -webkit-transition: .3s opacity, .3s transform;
    -moz-transition: .3s opacity, .3s transform;
    -o-transition: .3s opacity, .3s transform;
    transition: .3s opacity, .3s transform;
}

.desktop-carousel .center {
    transform: scale(1);
    opacity: 1;
}

.desktop-carousel .image-holder {
    width: 899px;
    height: 596px;
    max-width: 100%;
    margin: 0 auto;
    background: center no-repeat;
    background-size: cover;
    -webkit-transition: .1s transform;
    -moz-transition: .1s transform;
    -o-transition: .1s transform;
    transition: .1s transform;
}

.desktop-carousel .owl-item img {
    display: inline;
    width: 100%;
    height: 100%;
}

.desktop-carousel .owl-dots {
    margin-top: 24px;
    text-align: center;
}

.desktop-carousel .owl-dot {
    display: inline-block;
    width: 19px;
    height: 19px;
    border-radius: 100%;
    margin: 0 6px;
    background-color: #f4f2f2;
}

.desktop-carousel .owl-dot:hover {
    background-color: #fcb5ad;
}

.desktop-carousel .owl-dot.active {
    background-color: #fa6b5b;
}


/*Address*/

.address {
    margin-top: 25px;
    margin-bottom: 59px;
    color: #384049;
    font-size: 20px;
    font-weight: 300;
    text-align: center;
}

.map {
    background-size: cover;
    width: 100%;
    max-width: 100%;
    height: 666px;
}

.btn-desctop {
    background-color: transparent;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
}

.btn-desctop:hover, .btn-desctop:focus, .btn-desctop:active, .btn-desctop:active:focus {
    background-color: #fff;
    color: #fa6b5b;
}

.btn-desctop:hover:before {
    background-color: #fff;
}

@media (max-width: 1199px) {
    .banner-desktop-decoration {
        width: 100%;
        height: auto;
    }
}

@media (min-width:768px) and (max-width: 1230px) {
    .navbar-header {
        width: 200px;
    }
    .navbar .container .navbar-brand {
        width: 100%;
        background-size: 100%;
    }
    .nav-wrapper {
        width: 80%;
    }
}

@media (max-width: 991px) {
    .carousel-desctop-decoration {
        display: none;
    }
    .desktop-carousel .image-holder {
        margin-top: 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .header {
        top: 70px;
    }
    .nav-wrapper {
        width: 100%;
        position: relative;
    }
    .navbar-header {
        width: 100%;
        text-align: center;
    }
    .navbar .container .navbar-brand {
        background-size: 307px;
        float: none;
        margin-bottom: 20px;
    }
    .navbar-default .navbar-nav>li>.login {
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .banner-desktop-decoration {
        display: none;
    }
    .banner-desktop-content {
        margin-top: 145px;
        padding-bottom: 78px;
    }
    .banner-header {
        font-size: 45px;
    }
    .service-disk {
        top: 50%;
        margin-top: -37px;
    }
    .form-container {
        margin-top: 100px;
    }
}

@media (max-width: 570px) {
    .row.half-w {
        width: 100%;
    }
    .form-container {
        padding: 20px;
    }
    .form-container input[type="text"] {
        margin-bottom: 10px;
    }
    .form-container label {
        margin-bottom: 0;
    }
}

@media (max-width: 420px) {
    .form-container header .right-area {
        position: relative;
    }
}
