@import "animate.css";
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Pacifico);
@import url(//fonts.googleapis.com/css?family=Roboto+Condensed:400);
@import url(//fonts.googleapis.com/css?family=Roboto+Condensed:300);
@import url(//fonts.googleapis.com/css?family=Roboto+Condensed:700);
/*========================================================
                    Main layout styles
=========================================================*/
body {
    font: 300 14px/18px "Roboto Condensed", sans-serif;
    color: #b7b7b7;
    background: #ffffff;
}
a[href^="tel:"] {
    color: inherit;
    text-decoration: none;
}
a {
    text-decoration: none;
    color: inherit;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
a:hover {
    color: #31353d;
}
img {
    max-width: 100%;
}
* {
    -webkit-text-size-adjust: none;
}
/* ======= Headers ======= */
h2 {
    font: 700 48px/48px "Roboto Condensed", sans-serif;
    color: #2f2f2f;
    text-transform: uppercase;
    text-align: center;
}
h2.h2__color1 {
    color: #ffffff;
}
h2.h2__color2 {
    color: #3498db;
}
@media (max-width: 479px) {
    h2 {
        font-size: 35px;
        line-height: 35px;
    }
}
h3 {
    font: 700 36px/36px "Roboto Condensed", sans-serif;
    color: #2f2f2f;
    text-transform: uppercase;
}
h3 a:hover {
    color: #3498db;
}
h3.h3__color1 {
    color: #858585;
}
h3.h3__color1 a:hover {
    color: #31353d;
}
@media (max-width: 1199px) {
    h3 {
        font-size: 28px;
        line-height: 28px;
    }
}
h4 {
    font: 300 28px/28px "Roboto Condensed", sans-serif;
    color: #3d3d3d;
}
h4 a:hover {
    color: #3498db;
}
h4.h4__inset1 {
    font-weight: 700;
}
h5 {
    font: 300 18px/21px "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    color:#2f2f2f;

}
h5 a:hover {
    color: #31353d;
}
h5.h5__color1 {
    color: #3d3d3d;
}
h5.h5__color1 a:hover {
    color: #3498db;
}
h6 {
    font: 700 30px/30px "Roboto Condensed", sans-serif;
    color: #3d3d3c;
}
h6 a:hover {
    color: #3498db;
}
h6.h6__color1 {
    color: #3d3d3c;
}
h6.h6__color1 a:hover {
    color: #3d3d3c;
}
h6.h6__inset1 {
    color: #3d3d3c;
    font-weight: 300;
}
h6.h6__inset1 a:hover {
    color: #3d3d3c;
}
h6.h6__color2 {
    color: #aeaeae;
}
h6.h6__color3 {
    color: #ffffff;
}
@media (min-width: 768px) and (max-width: 979px) {
    h6 {
        font-size: 24px;
    }
}
/* ======= Buttons ======= */
.btn-default {
    font: 700 14px/14px "Roboto Condensed", sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    display: inline-block;
    padding: 14px 15px 14px;
    background: #858585;
}
.btn-default:hover {
    color: #ffffff;
    background: #31353d;
}
.btn-default.btn-default__inset1 {
    font-weight: 400;
    color: #eff3f7;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.11);
    padding: 12px 26px;
}
.btn-default.btn-default__inset2 {
    background: #ffffff;
    color: #3498db;
}
.btn-default.btn-default__inset2:hover {
    background: #296a9c;
    color: #ffffff;
}
.btn-default.btn-default__background1 {
    background: url(../images/background1.png) repeat #31353d;
    color: #ffffff;
}
.btn-default.btn-default__background1:hover {
    background: #296a9c;
}
.btn-simple {
    font: 700 14px/22px "Roboto Condensed", sans-serif;
    color: #3498db;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    padding-right: 12px;
}
.btn-simple:hover {
    color: #31353d;
}
.btn-simple:after {
    content: '';
    display: block;
    position: absolute;
    width: 3px;
    height: 5px;
    overflow: hidden;
    background: url(../images/link-after.png) no-repeat center 0;
    right: 0;
    top: 9px;
}
/* ======= Wrappers ======= */
.margin-wrapper {
    background: #ffffff;
    margin-top: -171px;
    position: relative;
    z-index: 201;
}
@media (max-width: 1199px) {
    .margin-wrapper {
        margin-top: 50px;
    }
}
.border-wrapper {
    border-bottom: 1px solid #d1d1d1;
}
.wrapper1 {
    padding: 48px 0 47px;
    margin-top: -671px;
    background: #ffffff;
}
.wrapper1.wrapper1__inset1 {
    padding-bottom: 30px;
}
.wrapper1.wrapper1__inset2 {
    padding-bottom: 23px;
}
.wrapper2 {
    padding-bottom: 20px;
}
/*========================================================
                    HEADER styles
=========================================================*/
#header {
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.51);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.51);
    position: relative;
    z-index: 500;
}
#header .info {
    padding: 22px 0 16px;
    background: #31353d;
    font: 400 12px/14px "Roboto Condensed", sans-serif;
    color: #acacac;
}
@media (max-width: 979px) {
    #header .info {
        font-size: 9px;
        line-height: 9px;
    }
}
@media (max-width: 767px) {
    #header .info {
        font-size: 12px;
        line-height: 14px;
    }
}
#header .info address,
#header .info .phone,
#header .info .cellphone,
#header .info .link {
    display: block;
    padding-left: 23px;
    position: relative;
}
@media (max-width: 767px) {
    #header .info address,
    #header .info .phone,
    #header .info .cellphone,
    #header .info .link {
        padding-left: 0;
    }
}
#header .info address:before,
#header .info .phone:before,
#header .info .cellphone:before,
#header .info .link:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: -1px;
    width: 15px;
    height: 16px;
    overflow: hidden;
    background: no-repeat left 0;
}
@media (max-width: 767px) {
    #header .info address:before,
    #header .info .phone:before,
    #header .info .cellphone:before,
    #header .info .link:before {
        display: none;
    }
}
#header .info address:before {
    background-image: url(../images/page1_img1.png);
}
#header .info .link:before {
    background-image: url(../images/page1_img2.png);
}
#header .info .link a:hover {
    color: #ffffff;
}
#header .info .phone:before {
    background-image: url(../images/page1_img3.png);
}
#header .info .cellphone:before {
    background-image: url(../images/cellphone.png);
}
#header .info .socials1 {
    text-align: right;
}
@media (max-width: 767px) {
    #header .info .socials1 {
        text-align: center;
        margin-top: 20px;
    }
}
#header #stuck_container {
    background: #ffffff;
    padding: 21px 0 39px;
}
#header #stuck_container.isStuck {
    padding: 3px 0 14px;
}
@media (max-width: 979px) {
    #header {
        text-align: center;
    }
}
/* ======= Logo ======= */
h1 {
    display: inline-block;
    float: left;
    font: 400 60px/60px "Pacifico", sans-serif;
    color: #1b1b1b;
}
h1 a:hover {
    color: #1b1b1b;
}
@media (max-width: 979px) {
    h1 {
        float: none;
        margin-bottom: 40px;
    }
}
/* ======= Main menu variables ======= */
/* ======= Sub menus common variables ======= */
/* ======= First level sub menu variables ======= */
/* ======= Second level sub menu variables ======= */
nav {
    float: right;
    margin-top: 34px;
}
@media (max-width: 979px) {
    nav {
        display: inline-block;
        float: none;
        margin-top: 0;
    }
}
/* Main menu styles
========================================================*/
.sf-menu > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    position: relative;
    text-align: center;
}
.sf-menu > li + li {
    margin-left: 56px;
}
.sf-menu > li + li:before {
    content: '';
    position: absolute;
    display: block;
    width: 7px;
    height: 14px;
    background: url(../images/divider1.png) no-repeat center 0;
    left: -31px;
    top: 1px;
}
.sf-menu > li > .sf-with-ul:after {
    font-family: FontAwesome;
    font-size: 10px;
    position: absolute;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    cursor: default;
    content: "\f0d7";
    color: #1b1b1b;
    bottom: -10px;
    left: 50%;
    margin-left: -3px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.sf-menu > li > a {
    text-transform: initial;
    font: 400 18px/18px "Roboto Condensed", sans-serif;
    display: inline-block;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    color: #7c7c7c;
}
.sf-menu > li > a:hover {
    color: #1b1b1b;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
   
}
.sf-menu > li > a:active {
    background: transparent;
    color: #1b1b1b;
}
.sf-menu .sfHover > a:after {
    color: #1b1b1b;
}
.sf-menu > li.current > a {
    color: #1b1b1b;
}
.sf-menu > li.current > .sf-with-ul:after {
    color: #1b1b1b;
}
.sf-menu > li.sfHover > a {
    color: #1b1b1b;
}
.sf-menu a {
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.sf-menu a:hover {
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
/* First level sub-menu styles
========================================================*/
.sf-menu ul {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    min-width: 210px;
    font: 400 12px/12px Arial, sans-serif;
    position: absolute;
    top: 21px;
    left: 50%;
    margin-left: -55px;
    background: #242a2d;
    text-align: left;
    padding: 34px 0 35px 16px;
    z-index: 2;
}
.sf-menu ul > li + li {
    margin-top: 22px;
}
.sf-menu ul li {
    position: relative;
    display: block;
}
.sf-menu ul li > .sf-with-ul:after {
    font-family: FontAwesome;
    font-size: 10px;
    position: absolute;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    cursor: default;
    content: "\f0da";
    color: #ffffff;
    bottom: -1px;
    right: 15px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.sf-menu ul li a {
    color: #ffffff;
    text-transform: uppercase;
}
.sf-menu ul li a:hover {
    color: #3498db;
}
.sf-menu ul > .sfHover > a:after {
    color: #3498db;
}
.sf-menu ul li.sfHover > a {
    color: #3498db;
}
/* Second level sub-menu styles
========================================================*/
.sf-menu ul ul {
    position: absolute;
    top: -5px;
    left: 94px;
    margin-left: 0;
    background: #3498db;
    padding: 10px 0 11px 10px;
    z-index: 4;
    text-align: left;
}
.sf-menu ul ul li a {
    color: #ffffff;
    text-transform: uppercase;
}
.sf-menu ul ul li a:hover {
    color: #000000;
}
.sf-menu ul ul li + li {
    margin-top: 18px;
}
@media only screen and (max-width: 767px) {
    .sf-menu {
        display: none;
    }
    nav {
        width: 100%;
        float: none;
    }
    .select-menu {
        border-radius: none;
        display: block;
        text-transform: capitalize;
        float: none;
        color: #31353d;
        width: 100%;
        margin-bottom: 10px;
        background: #ffffff;
        font: 22px/28px "Roboto Condensed", sans-serif;
        text-align: left;
        border: 1px solid #c1c1c1;
        padding: 2px 0;
        position: relative;
    }
    .select-menu option {
        text-align: left;
        position: relative;
    }
}
/*Core variables and mixins*/
/* Stuck menu styles
========================================================*/
.isStuck {
    z-index: 999;
    position: fixed;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.51);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.51);
}
.isStuck h1 {
    font-size: 30px;
    line-height: 30px;
    margin-top: 6px;
}
.isStuck nav {
    margin-top: 15px;
}
@media only screen and (max-width: 979px) {
    .isStuck {
        display: none !important;
    }
}
/*========================================================
                    CONTENT styles
=========================================================*/
#content {
    background: #ffffff;
}
/* ======= Box 1  ======= */
.box1 {
    margin-top: 60px;
    text-align: center;
    padding: 0 40px;
}
.box1 img {
    margin-bottom: 22px;
}
.box1 h3 {
    margin-bottom: -1px;
}
.box1 .secondary {
    font: 300 14px/21px "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    color: #c0c0c0;
    display: block;
    margin-bottom: 20px;
}
.box1 p {
    font-weight: 400;
    color: #8a8a8a;
    line-height: 21px;
}
.box1 .btn-default {
    margin-top: 21px;
}
@media (max-width: 979px) {
    .box1 {
        padding: 0;
    }
}
.box1.box1__offset1 {
    margin-top: 10px;
}
@media (max-width: 767px) {
    .box1.box1__offset1 {
        margin-bottom: 50px;
    }
}
.box1.box1__offset2 {
    margin-top: 57px;
}
/* ======= Banner 1 Welcome visitor! ======= */
.banner1 {
    margin-top: 52px;
    text-align: center;
    position: relative;
    padding-top: 48px;
}
.banner1:before {
    position: absolute;
    display: block;
    content: '';
    width: 370px;
    height: 1px;
    background: #ababab;
    top: 0;
    left: 50%;
    margin-left: -191px;
}
@media (max-width: 479px) {
    .banner1:before {
        width: 270px;
        margin-left: -135px;
    }
}
.banner1 h2 {
    margin-bottom: 14px;
}
.banner1 .secondary {
    font: 400 16px/21px "Roboto Condensed", sans-serif;
    color: #868686;
    display: block;
    margin-bottom: 16px;
    text-align: justify;
}
.banner1 p {
    font: 400 13px/21px "Roboto Condensed", sans-serif;
    color: #908f8f;
    padding: 0 28px;
}
@media (max-width: 479px) {
    .banner1 p {
        padding: 0;
    }
}
.banner1 p + p {
    margin-top: 21px;
}
.banner1 .btn-default {
    margin-top: 20px;
    margin-bottom: 9px;
}
.banner1.banner1__inset1 {
    margin-top: 20px;
    padding-top: 0;
}
.banner1.banner1__inset1 p {
    padding: 0;
}
.banner1.banner1__inset1:before {
    display: none;
}
.banner1.banner1__inset2 {
    margin-bottom: 3px;
}
.banner1.banner1__inset2 h2 {
    margin-bottom: 10px;
}
.banner1.banner1__inset2 .h2__color2 {
    margin-bottom: 14px;
}
/* ======= banner 2 carousel Hight quality ======= */
.banner2 {
    margin-top: 84px;
    padding-top: 313px;
    background: url(../images/page1_img7.png) no-repeat center;
    background-size: cover;
}
/* ======= Box 2 The best car wash ======= */
.box2 {
    margin-top: 94px;
    margin-bottom: 45px;
}
.box2 ul {
    overflow: hidden;
}
.box2 h3 {
    margin-bottom: 10px;
}
.box2 h4 {
    margin-bottom: 39px;
}
.box2 img {
    float: left;
    margin-right: 22px;
}
.box2 h5 {
    margin-top: 51px;
    margin-bottom: 14px;
}
.box2 p {
    overflow: hidden;
}
.box2 .btn-simple {
    margin-top: 31px;
}
@media (max-width: 979px) {
    .box2 img {
        float: none;
        width: 100%;
        margin-right: 0;
    }
    .box2 h5 {
        margin-top: 20px;
    }
}
/* ======= Box 3 At vero eos ======= */
.box3 {
    margin-top: 49px;
    margin-bottom: 55px;
}
.box3 h6 {
    margin-bottom: 19px;
}
.box3 .btn-simple {
    margin-top: 22px;
}
.box3.box3__inset1 h6 {
    margin-bottom: 0;
}
.box3.box3__inset1 .h6__color2 {
    margin-top: 24px;
}
.box3.box3__inset1 .big-link {
    margin-top: -2px;
}
/* ======= Box 4 Partners ======= */
.box4 {
    text-align: left;
}
.box4 img {
    background: #ffffff;
}
.box4 li {
    margin-top: 34px;
    margin-bottom: 47px;
    -webkit-transition: border-color 0.3s ease;
    transition: border-color 0.3s ease;
    position: relative;
}
.box4 li a:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
}
@media (max-width: 767px) {
    .box4 {
        text-align: center;
    }
}
/* ======= Banner 3 Newsletter form ======= */
.banner3 {
    margin-top: 37px;
    background: url(../images/background1.png) repeat;
    padding: 37px 0 29px;
}
.banner3 .slogan {
    padding-left: 70px;
}
.banner3 h6 {
    margin-bottom: 2px;
}
.banner3 .secondary {
    display: block;
    text-transform: uppercase;
    font: 700 18px/26px "Roboto Condensed", sans-serif;
    color: #ffffff;
}
@media (max-width: 767px) {
    .banner3 {
        padding: 20px;
        text-align: center;
    }
    .banner3 .slogan {
        padding-left: 0;
    }
}
.banner3.banner3__inset1 {
    background: url(../images/background3.png) repeat;
    padding-bottom: 35px;
    margin-bottom: 61px;
}
.banner3.banner3__inset1 .slogan {
    padding-left: 128px;
    position: relative;
}
.banner3.banner3__inset1 .slogan:before {
    font-family: FontAwesome;
    font-size: 60px;
    position: absolute;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    cursor: default;
    color: #ffffff;
    content: '\f090';
    left: 50px;
    top: 20px;
}
@media (max-width: 767px) {
    .banner3.banner3__inset1 .slogan {
        padding-left: 0;
    }
    .banner3.banner3__inset1 .slogan:before {
        display: none;
    }
}
.banner3.banner3__inset1 .buttons {
    text-align: center;
}
.banner3.banner3__inset1 .btn-default {
    margin-top: 7px;
}
@media (max-width: 1199px) {
    .banner3.banner3__inset1 .btn-default {
        min-width: 168px;
    }
}
.banner3.banner3__inset1 .btn-default + .btn-default {
    margin-left: 2px;
}
@media (max-width: 1199px) {
    .banner3.banner3__inset1 .btn-default + .btn-default {
        margin-left: 0;
    }
}
/* ======= Banner 4 big background ======= */
.banner4 {
    padding-top: 55px;
    background: url(../images/page2_img1.png) no-repeat center 0;
    background-size: cover;
    height: 671px;
}
.bannerservicios {
    background: rgba(0, 0, 0, 0) url("../images/page2_img1.png") no-repeat scroll center 0 / cover ;
    height: 340px;
    padding-top: 55px;
}

/* ======= Banner 5 video ======= */
.banner5 .vimeo-video1 {
    margin-top: 19px;
}
.banner5 .secondary-header {
    font: 400 16px/21px "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    display: block;
    text-align: center;
    margin-top: 14px;
    margin-bottom: 21px;
    color: #868686;
}
@media (max-width: 767px) {
    .banner5 {
        padding-left: 30px;
        padding-right: 30px;
    }
}
/* ======= Box 5 pacifico history ======= */
.box5 {
    margin-top: 47px;
}
.box5 h3 {
    margin-bottom: 10px;
}
.box5 h4 {
    margin-bottom: 37px;
}
/* ======= Tabs Our History ======= */
#tabs {
    margin-top: 29px;
    margin-bottom: 54px;
    text-align: left;
}
#tabs .tabs-list {
    position: relative;
    margin-bottom: 40px;
}
#tabs .tabs-list .ui-state-focus {
    outline: medium none !important;
    border: none;
}
#tabs .tabs-list li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: medium none !important;
    text-align: left;
    margin-bottom: 12px;
}
#tabs .tabs-list li.ui-state-active a {
    color: #3498db;
}
#tabs .tabs-list li a {
    color: #b7b7b7;
    font: 300 14px/14px "Roboto Condensed", sans-serif;
    outline: medium none !important;
}
#tabs .tabs-list li a:hover {
    color: #3498db;
}
#tabs .tab {
    display: inline-block;
    padding-left: 17px;
    position: relative;
}
#tabs .tab:before {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    content: '';
    display: block;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 4px;
    width: 6px;
    height: 6px;
    border-radius: 10px;
    background: #3498db;
}
@media (max-width: 479px) {
    #tabs .tab:before {
        display: none;
    }
}
@media (max-width: 479px) {
    #tabs .tab {
        padding-left: 0;
        margin-right: 5px;
    }
}
#tabs .box6 {
    margin-top: 25px;
}
#tabs .box6 h5 {
    margin-top: 12px;
    margin-bottom: 14px;
}
#tabs .box6 p {
    margin-bottom: 18px;
    text-align: justify;
    color: #858585;
    margin-top: 11px;
}
@media (max-width: 767px) {
    #tabs .tabs-list .grid_1 {
        width: 12.5%;
        float: left !important;
    }
    #tabs .box6 img {
        width: 100%;
    }
}
/* ======= Box 7 Awards ======= */
.box7 {
    margin-top: -2px;
    margin-bottom: 37px;
}
.box7 time {
    font: 700 24px/24px "Roboto Condensed", sans-serif;
    color: #3498db;
    display: block;
    margin-bottom: 3px;
}
.box7 .heading {
    margin-bottom: 16px;
    font: 300 18px/18px "Roboto Condensed", sans-serif;
    color: #3d3d3d;
    text-transform: uppercase;
    display: block;
}
.box7 .heading a:hover {
    color: #3498db;
}
/* ======= Blockquote 1 Testimonials ======= */
.blockquote1 {
    margin-top: 2px;
    margin-bottom: 54px;
}
.blockquote1 cite {
    display: block;
    background: #f7f7f7;
    padding: 26px 26px 27px;
    position: relative;
}
.blockquote1 cite:after {
    position: absolute;
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 21px 21px 0 0;
    border-color: #f7f7f7 transparent transparent transparent;
    left: 30px;
    bottom: -21px;
}
.blockquote1 .author {
    margin-top: 42px;
}
.blockquote1 .author span {
    display: block;
    font: 300 18px/18px "Roboto Condensed", sans-serif;
    color: #3d3d3d;
    text-transform: uppercase;
}
.blockquote1 .author span a {
    margin-top: 3px;
    color: #3498db;
    display: inline-block;
}
.blockquote1 .author span a:hover {
    color: #31353d;
}
/* ======= Box 8 Our team ======= */
.box8 {
    margin-top: 2px;
    margin-bottom: 37px;
}
.box8 img {
    margin-bottom: 21px;
}
.box8 .heading {
    font: 700 24px/24px "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    color: #3498db;
    display: block;
    margin-bottom: 2px;
}
.box8 .heading a:hover {
    color: #31353d;
}
/* ======= box 9 Pricing ======= */
.box9 {
    margin-top: -2px;
    margin-bottom: 40px;
}
.box9 h4 {
    margin-bottom: 21px;
}
.box10 {
    margin-bottom: 1px;
    padding: 24px 0 21px;
    background: #f7f7f7;
}
.box10 h6 {
    padding-left: 30px;
}
.box10 .button {
    text-align: center;
}
.box10 .button .btn-default {
    margin-top: -4px;
}
.box10 .price {
    text-align: right;
    font: 700 18px/26px "Roboto Condensed", sans-serif;
    color: #3d3d3d;
    margin-top: 2px;
    position: relative;
}
.box10 .price.starts:before {
    content: 'Starting At:';
    font: 300 14px/18px "Roboto Condensed", sans-serif;
    color: #b7b7b7;
    position: absolute;
    left: -59px;
    top: 50%;
    margin-top: -9px;
}
@media (max-width: 979px) {
    .box10 .price.starts:before {
        left: -70px;
    }
}
@media (max-width: 767px) {
    .box10 {
        text-align: center;
    }
    .box10 h6 {
        padding: 0 10px;
    }
    .box10 .price {
        display: inline-block;
        padding: 0 10px;
        text-align: center;
    }
    .box10 .button .btn-default {
        margin-top: 7px;
    }
}
/* ======= Box 11 Coupons ======= */
.box11 {
    margin-bottom: 31px;
}
.box11 .wrapper {
    position: relative;
}
.box11 .wrapper .content {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.box11 .wrapper .content p {
    color: #ffffff;
    line-height: 16px;
}
@media (max-width: 979px) {
    .box11 .wrapper .content p {
        font-size: 12px;
        line-height: 12px;
    }
}
.box11 .wrapper .content .heading1 {
    font: 700 72px/60px "Roboto Condensed", sans-serif;
    color: #ffffff;
    text-transform: uppercase;
}
.box11 .wrapper .content .heading2 {
    display: block;
    margin-top: -9px;
}
.box11 .wrapper .content .heading2 .main {
    font: 700 43px/60px "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    color: #ffffff;
    display: block;
    margin-bottom: -10px;
}
@media (max-width: 1199px) {
    .box11 .wrapper .content .heading2 .main {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 0;
    }
}
@media (max-width: 479px) {
    .box11 .wrapper .content .heading2 .main {
        font-size: 16px;
        line-height: 16px;
    }
}
.box11 .wrapper .content .heading2 .second {
    font: 700 72px/60px "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    color: #ffffff;
}
@media (max-width: 1199px) {
    .box11 .wrapper .content .heading2 .second {
        font-size: 20px;
        line-height: 20px;
    }
}
@media (max-width: 479px) {
    .box11 .wrapper .content .heading2 .second {
        font-size: 16px;
        line-height: 16px;
    }
}
.box11 .wrapper .content .heading3 {
    font: 700 48px/43px "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    color: #ffffff;
}
@media (max-width: 1199px) {
    .box11 .wrapper .content .heading1,
    .box11 .wrapper .content .heading2,
    .box11 .wrapper .content .heading3 {
        font-size: 20px;
        line-height: 20px;
    }
}
@media (max-width: 479px) {
    .box11 .wrapper .content .heading1,
    .box11 .wrapper .content .heading2,
    .box11 .wrapper .content .heading3 {
        font-size: 16px;
        line-height: 16px;
    }
}
.box11 .wrapper .content .logo {
    font: 400 30px/30px "Pacifico", sans-serif;
    display: block;
    color: #ffffff;
    margin-bottom: 18px;
    margin-left: 5px;
}
.box11 .wrapper .content .left,
.box11 .wrapper .content .right {
    width: 50%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.box11 .wrapper .content .left {
    padding: 36px 0 37px 40px;
    float: left;
}
@media (max-width: 1199px) {
    .box11 .wrapper .content .left {
        padding: 10px;
    }
}
@media (max-width: 479px) {
    .box11 .wrapper .content .left {
        float: none;
        width: 100%;
        text-align: center;
        padding-top: 20px;
    }
}
.box11 .wrapper .content .right {
    float: right;
    padding: 88px 15px 37px 24px;
}
.box11 .wrapper .content .right.right__inset1 {
    padding-top: 51px;
}
@media (max-width: 1199px) {
    .box11 .wrapper .content .right {
        padding: 10px;
    }
    .box11 .wrapper .content .right.right__inset1 {
        padding: 10px;
    }
}
@media (max-width: 479px) {
    .box11 .wrapper .content .right {
        display: none;
    }
}
.box11 .info {
    background: url(../images/background3.png) repeat #3498db;
    color: #ffffff;
    padding: 23px 38px 26px;
}
@media (max-width: 979px) {
    .box11 .info {
        padding: 10px;
    }
}
.box11 .info .heading {
    font: 700 36px/36px "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    display: block;
    margin-bottom: 9px;
}
@media (max-width: 979px) {
    .box11 .info .heading {
        font-size: 22px;
        line-height: 22px;
    }
}
.box11 .info .additional {
    font: 300 14px/14px "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    display: block;
}
/* ======= Box 12 Discount prices ======= */
.box12 {
    margin-bottom: 37px;
}
.box12 h5 {
    margin-top: -2px;
    margin-bottom: 17px;
}
.box12 a.btn-default {
    margin-top: 22px;
}
.box12 img {
    margin-top: 1px;
}
@media (max-width: 767px) {
    .box12 img {
        margin-bottom: 20px;
    }
}
/* ======= Box 13 Privacy Policy ======= */
.box13 {
    text-align: center;
    margin-bottom: 32px;
    margin-top: 15px;
}
.box13 .heading {
    display: block;
    text-transform: uppercase;
    font: 400 16px/21px "Roboto Condensed", sans-serif;
    color: #868686;
    margin-bottom: 16px;
}
.box13 p {
    font: 400 13px/21px "Roboto Condensed", sans-serif;
    color: #908f8f;
    margin-bottom: 21px;
}
/* ======= List 1 ======= */
.list1 li {
    padding-left: 16px;
    position: relative;
    font: 400 14px/18px "Roboto Condensed", sans-serif;
    color: #b7b7b7;
    overflow: hidden;
}
.list1 li:before {
    content: '';
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    background: #3498db;
    border-radius: 10px;
    left: 0;
    top: 6px;
}
.list1 li + li {
    margin-top: 12px;
}
/* ======= Socials buttons 1 ======= */
.socials1 li {
    display: inline-block;
    margin-bottom: 10px;
}
.socials1 li + li {
    margin-left: 18px;
}
.socials1 li a i {
    font-size: 18px;
    line-height: 18px;
    color: #8a8a8c;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.socials1 li a:hover i {
    color: #1b1b1b;
}
/* ======= Vimeo video  ======= */
.vimeo-video1 iframe {
    width: 100%;
    height: 333px;
}
@media (max-width: 1199px) {
    .vimeo-video1 iframe {
        height: 268.7368421052632px;
    }
}
@media (max-width: 979px) {
    .vimeo-video1 iframe {
        height: 212.6526315789474px;
    }
}
@media (max-width: 767px) {
    .vimeo-video1 iframe {
        height: 245.3684210526316px;
    }
}
@media (max-width: 479px) {
    .vimeo-video1 iframe {
        height: 157.73684210526318px;
    }
}
/* ======= Google Map  ======= */
.google-map_contacts {
    margin-top: 19px;
}
.google-map_contacts iframe {
    width: 100%;
    height: 513px;
}
/* ======= Address  ======= */
.contacts-address {
    text-align: center;
    display: block;
    margin-top: 20px;
    margin-bottom: 3px;
}
.contacts-address .wrapper {
    display: block;
}
.contacts-address span {
    font: 400 13px/21px "Roboto Condensed", sans-serif;
    color: #908f8f;
}
.contacts-address .our-address {
    font: 400 16px/21px "Roboto Condensed", sans-serif;
    color: #868686;
    text-transform: uppercase;
    display: block;
    margin-bottom: 16px;
}
.simple-link {
    color: #858585;
    display: inline-block;
    font-size: 13px;
    line-height: 21px;
}
.big-link {
    text-transform: uppercase;
    font: 700 18px/18px "Roboto Condensed", sans-serif;
    color: #aeaeae;
    display: inline-block;
}
@media (min-width: 768px) and (max-width: 979px) {
    .big-link {
        font-size: 14px;
    }
}
/*========================================================
                    FOOTER styles
=========================================================*/
#footer {
    text-align: center;
}
#footer .wrapper {
    padding: 62px 0;
    background: #f7f7f7;
}
#footer h1 {
    font-size: 30px;
    line-height: 30px;
    float: none;
    margin-bottom: 11px;
}
#footer .privacy-block {
    font: 300 18px/31px "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    color: #888888;
    margin-bottom: 12px;
}
#footer .socials1 li + li {
    margin-left: 21px;
}
#footer .socials1 li a i {
    font-size: 22px;
    line-height: 23px;
}
/*========================================================
                    Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 80px;
    right: 30px;
    overflow: hidden;
    border: none;
    text-align: center;
    color: #ffffff;
    background: #141414;
    width: 42px;
    height: 42px;
    border-radius: 200px;
    font-size: 26px;
    line-height: 38px;
    z-index: 210;
    -webkit-transition: color 0.5s ease;
    transition: all 0.5s ease;
}
#toTop:hover {
    outline: none;
    color: #3498db;
    background: #31353d;
}
@media only screen and (max-width: 1199px) {
    #toTop {
        display: none !important;
    }
}
/*Core variables and mixins*/