/* GOOGLE FONTS */

@import 'https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i';
@import 'https://fonts.googleapis.com/css?family=Fjalla+One';

/* Global properties ======================================================== */

a[href^="tel:"] {
    color: inherit;
    text-decoration: none;
}

::selection {
    background: #ce0000!important;
    color: #fff
}

::-moz-selection {
    background: #ce0000!important;
    color: #fff
}

a {
    color: #0d99e4;
    text-decoration: underline;
    outline: none
}

a:hover {
    color: #0d99e4;
    text-decoration: none;
    outline: none
}

body {
    background: #fff;
    border: 0;
    font: 16px 'Lato', Arial, Helvetica, sans-serif;
    color: #191509;
    line-height: 1.5;
    min-width: 320px;
}

.fixme {
    position: -webkit-sticky;
    /* Safari & IE */
    position: sticky;
    top: 0;
}

.container {
    position: relative;
    min-width: 320px;
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
}

#main {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.row-width {
    width: 82%;
    margin: auto;
}


/* Page Animated item Styles */

.animated {
    visibility: hidden;
}

.visible {
    visibility: visible;
}


/* ============================= header ====================== */

.top1_wrapper {
    padding-left: 5%;
    padding-right: 2%;
    /* background: url(../images/topbanner.png) left bottom repeat-x; */
    border-bottom: 5px solid #ce0000;
}

.top1 {
    position: relative;
    background: url(../images/topbanner.png) no-repeat;
    background-size: contain;
    background-position-x: center;
    background-position-y: center;
}

.top1_banner {
    width: 400px;
    height: 50px;
    position: absolute;
    background-color: #000;
}

.logo-width {
    width: 40%;
}

header {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -29px;
    z-index: 30;
}

.rent1 {
    background: #D3D3D3;
    padding: 13px;
    width: 40%;
    position: absolute;
    right: 0%;
    top: 44%;
    margin-top: -205px;
    border-radius: 10px;
}

.rent2 {
    background: #141311;
    padding: 30px;
    width: 25%;
    position: absolute;
    right: 5%;
    top: 50%;
    margin-top: -205px;
}

.not-front .rent1 {
    width: auto;
    position: relative;
    right: auto;
    top: 0;
    margin-top: 0;
    margin-bottom: 20px;
}

.rent1 .txt1 {
    font-family: 'Fjalla One';
    font-size: 40px;
    color: #033e7f;
    text-transform: uppercase;
    line-height: 1;
}

.rent1 .txt2 {
    font-size: 16px;
    color: #033e7f;
    border-bottom: 5px solid #ce0000;
    padding-bottom: 10px;
    margin-bottom: 15px;
    line-height: 1.2;
    text-transform: uppercase;
}

#rent1 {
    position: relative;
}

#rent1 .form-group {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
}

#rent1 label {
    color: #8f8f8f;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 1px;
}

#rent1 .form-control {
    text-transform: uppercase;
}

.btn-default.btn-rent-submit {
    width: 100%;
    font-family: 'Lato';
    display: block;
    color: #191509;
    border: none;
    box-shadow: none;
    moz-box-shadow: none;
    -webkit-box-shadow: none;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    padding: 15px 20px;
    text-decoration: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    margin-top: 20px;
    margin-bottom: 0px;
    text-transform: uppercase;
    background: #ce0000;
    position: relative;
    letter-spacing: 0px;
}

.btn-default.btn-rent-submit:hover {
    color: #191509;
    background: #ce0000;
    border-color: #282828;
}


/* ============================= content ====================== */

.page-title {
    background: #033e7f;
    position: relative;
    display: table;
    width: 100%;
}

.page-title>div {
    display: table-cell;
    width: 50%;
}

.page-title .block-info {
    vertical-align: bottom;
    padding-left: 5%;
}

.page-title .block-image img {
    width: 100%;
}

.header-text {
    font-family: 'Fjalla One';
    font-size: 40px;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.2;
    padding-bottom: 5%;
}

.breadcrumbs1_wrapper {
    position: relative;
    margin-top: 0px;
    padding-bottom: 0px;
}

.breadcrumbs1_wrapper:after {
    content: '';
    display: block;
    width: 224px;
    height: 5px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #ce0000;
}

.breadcrumbs1 {
    padding: 0px 0px 25px;
    margin-top: 0px;
    font-weight: 400;
    line-height: 20px;
    color: #ffffff;
    font-size: 15px;
}

.breadcrumbs1 a {
    color: #ffffff;
    text-decoration: none;
}

.breadcrumbs1 a:hover {
    color: #ce0000;
    text-decoration: none;
}

.breadcrumbs1 span {
    display: inline-block;
    margin: 0 12px;
    color: #a1a1a1;
}

.rate1 {
    padding-bottom: 30px;
}

.rate1 .txt1 {
    font-family: 'Fjalla One';
    font-size: 25px;
    color: #2a271e;
    text-transform: uppercase;
    padding-bottom: 15px;
}

.rate1 figure img {
    width: 100%;
}

.rate1 .txt2 {
    padding: 15px 0;
}

.rate1 .txt3 {
    font-family: 'Fjalla One';
    font-size: 18px;
    color: #9a9a9a;
    text-transform: uppercase;
    padding-bottom: 15px;
    border-bottom: 2px solid #e8e8e8;
    margin-bottom: 15px;
}

.rate1 .txt3 span {
    color: #ce0000;
    font-size: 36px;
}

.sort_wrapper {
    float: right;
    position: relative;
    z-index: 1;
}

#sort1 {
    white-space: nowrap;
    margin-bottom: 25px;
    margin-top: 10px;
}

#sort1 .form-group {
    margin: 0;
}

#sort1 label {
    float: left;
    color: #9b9b9b;
    font-weight: 400;
    font-size: 14px;
    padding: 6px 10px 6px 0;
}

#sort1 .form-control {
    display: inline-block;
    width: 150px;
}

.pager_wrapper {
    padding-top: 30px;
    margin-bottom: 0px;
}

.pager {
    display: block;
    text-align: left;
    margin: 0;
    padding: 0;
    font-family: 'Lato';
    font-weight: 400;
    font-size: 14px;
}

.pager li {}

.pager li>a {
    border: 1px solid #e8e8e8;
    padding: 0px 2px;
    border-radius: 0px;
    background: #fff;
    color: #a1a1a1;
    text-align: center;
    min-width: 32px;
    line-height: 30px;
    text-decoration: none;
}

.pager li>a:hover {
    text-decoration: none;
    background: #f3f3f3;
    border-color: #e8e8e8;
    color: #5d594a;
}

.pager li.active>a {
    background: #ce0000;
    color: #fff;
    cursor: default;
    text-decoration: none;
    border-color: #ce0000;
}

.pager .prev {}

.pager .prev>a {
    padding: 0 10px;
    text-align: center;
}

.pager .prev>a:hover {}

.pager .prev>a i {
    padding-right: 10px;
}

.pager .next {}

.pager .next>a {
    padding: 0 10px;
    text-align: center;
    float: none;
}

.pager .next>a:hover {}

.pager .next>a i {
    padding-left: 10px;
}

.services1 {
    padding-bottom: 20px;
    border-bottom: 2px solid #e8e8e8;
    margin-bottom: 35px;
}

.services1 figure img {
    width: 100%;
}

.services1 .txt1 {
    font-family: 'Fjalla One';
    font-size: 25px;
    color: #2a271e;
    text-transform: uppercase;
    padding-top: 20px;
    padding-bottom: 15px;
}

.services1 .txt2 {
    padding: 0 0 25px;
}

.social2_wrapper {}

.social2 {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

.social2 li {
    display: inline-block;
    margin: 0 0 0 30px;
    float: left;
}

.social2 li:first-child {
    margin-left: 0;
}

.social2 li a {
    display: block;
    text-decoration: none;
    font-size: 26px;
    color: #3b3b3b;
    text-align: center;
    line-height: 1;
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.social2 li a:hover {
    color: #0d99e4;
}

#google_map {
    position: relative;
    width: 100%;
    height: 320px;
    margin-bottom: 30px;
}

.form1 {
    background: #D3D3D3;
    padding: 40px 40px;
    position: relative;
    margin-bottom: 20px;
    border-radius: 10px;
}

.form1 .txt1 {
    font-family: 'Fjalla One';
    font-size: 40px;
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
}

.form1 .txt2 {
    font-size: 16px;
    color: #fff;
    border-bottom: 5px solid #ce0000;
    padding-bottom: 10px;
    margin-bottom: 25px;
    line-height: 1.2;
    text-transform: uppercase;
}

#content {
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
    background: #fff;
    border-bottom: 1px solid #ebeae7;
}

.splash1 {
    padding: 60px 0;
    width: 88%;
    margin: auto;
}

.banner1_wrapper {
    margin-bottom: 20px;
}

.banner1_wrapper img {
    width: 100%;
}

.cars_wrapper {}

.car1 {
    position: relative;
    width: 20%;
    float: left;
}

.car1 a {
    display: block;
    border-left: 1px solid #fff;
    text-decoration: none;
    background: #f2f2f2;
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.car1 a:hover {
    background: #ce0000;
}

.car1:first-child a {
    border-left: none;
}

.car1 a figure {
    position: relative;
}

.car1 a figure img {
    width: 100%;
}

.car1 a .caption {
    display: block;
    padding: 5% 7%;
}

.car1 a .caption .txt1 {
    display: block;
    color: #2a271e;
    font-family: 'Fjalla One';
    font-size: 25px;
    text-transform: uppercase;
    line-height: 1.1;
    padding-bottom: 20px;
}

.car1 a .caption .txt2 {
    display: block;
    color: #212327;
    font-size: 16px;
    line-height: 1.4;
}

.vehicles_wrapper {
    padding: 60px 0;
    width: 88%;
    margin: auto;
}

.vehicle1 {
    position: relative;
    margin-bottom: 20px;
}

.vehicle1 a {
    display: block;
    text-decoration: none;
}

.vehicle1 a figure {
    position: relative;
    background: #000;
    overflow: hidden;
}

.vehicle1 a figure img {
    width: 100%;
    position: relative;
    width: 100%;
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.vehicle1 a:hover figure img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.vehicle1 a figure .txt1 {
    display: block;
    background: url(../images/px1.png) left bottom repeat-x;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 94px;
    width: 100%;
    font-family: 'Fjalla One';
    font-size: 30px;
    color: #fff;
    line-height: 1;
    text-transform: uppercase;
    padding-left: 10px;
    padding-top: 50px;
}

.vehicle1 a figure .txt1 i {
    font-size: 15px;
    font-style: normal;
    padding-left: 5px;
}

.vehicle1 a figure .txt2 {
    opacity: 0;
    filter: alpha(opacity=0);
    text-align: center;
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    margin-top: -27px;
    -ms-transform: scale(0.1);
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.vehicle1 a:hover figure .txt2 {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.vehicle1 a figure .txt2 i {
    font-style: normal;
    font-family: 'Fjalla One';
    font-size: 22px;
    line-height: 1;
    padding: 13px 20px;
    border: 2px solid #fff;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
}

.vehicle1 a .caption {
    display: block;
}

.vehicle1 a .caption .txt3 {
    display: block;
    color: #443f2e;
    font-weight: 700;
    font-family: 'Lato';
    font-size: 18px;
    padding: 15px 0;
    text-decoration: none;
}

.vehicle1 a:hover .caption .txt3 {
    text-decoration: underline;
}

.services_wrapper {
    position: relative;
    display: table;
    width: 100%;
    background: #141311;
}

.services_wrapper>div {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    padding: 60px 5%;
}

.services_wrapper .left_box_wrapper {
    position: relative;
    color: #adaba6;
}

.services_wrapper .right_box_wrapper {
    position: relative;
    background: #2a2927;
    color: #fff;
}

.mylist ul {
    padding: 0;
    margin: 0;
}

.mylist ul li {
    margin-left: 100px;
    margin: 0;
}

.ul0 {
    padding: 0;
    margin: 0;
    list-style: none;
}

.ul0 li {
    padding-bottom: 0px;
}

.ul0 li a {
    text-decoration: none;
    color: #adaba6;
}

.ul0 li a:hover {
    text-decoration: underline;
    color: #fff;
}

.gal1 {
    margin: 35px 0;
    padding-left: 115px;
    background: url(../images/gal1.png) 0 10px no-repeat;
}

.gal1 .txt1 {
    font-size: 22px;
    font-weight: 900;
}


/* ============================= footer ====================== */

.bot1_wrapper {
    background: #fff;
    padding: 60px 0;
}

.logo2_wrapper {
    padding-top: 1px;
}

.logo_wrapper_banner {
    margin: auto;
}

.bot1_title {
    padding-top: 1px;
    font-size: 20px;
    color: #191509;
    font-weight: 700;
    padding-bottom: 1px;
}

.ul1 {
    padding: 0;
    margin: 0;
    list-style: none;
}

.ul1 li {
    padding-bottom: 5px;
}

.ul1 li a {
    text-decoration: none;
    color: #443f2e;
}

.ul1 li a:hover {
    text-decoration: underline;
    color: #000;
}

.social_wrapper {}

.social {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

.social li {
    display: inline-block;
    margin: 0 0 0 10px;
    float: right;
}

.social li:first-child {
    margin-right: 0;
}

.social li a {
    display: block;
    text-decoration: none;
    font-size: 40px;
    color: #a0a0a0;
    text-align: center;
    line-height: 1;
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.social li a:hover {
    color: #24221d;
}

.downloads_block {
    padding: 20px 0 0;
    margin: 0;
    list-style: none;
}

.downloads_block li {
    max-width: 50%;
    padding-right: 10px;
    display: block;
    float: left;
}

.downloads_block li a {
    display: block;
    opacity: 0.5;
    filter: alpha(opacity=50);
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.downloads_block li a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.bot2_wrapper {
    background: #fff;
    border-top: 1px solid #ebeae7;
    padding: 30px 0;
}

.copyright {
    text-transform: uppercase;
    color: #24221d;
}


/* ============================= parallax ====================== */

.parallax {
    width: 79%;
    position: relative;
    overflow: hidden;
    background: none;
    margin: auto;
    padding-top: 180px;
    padding-bottom: 180px;
}

.parallax,
.parallax .parallax-content,
.parallax .overlay {
    height: 100%;
}

.parallax-bg {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin: 0 auto;
    position: absolute;
    background-size: cover;
    background-attachment: scroll;
    background-repeat: repeat-y;
    background-position: center center;
}

.parallax-bg.bg-fixed {
    background-attachment: fixed;
}

.parallax .overlay {
    background: none;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    background: none;
}

.parallax-content {}

.bg1 {
    background-image: url(../images/parallax1.jpg);
}

#parallax1 {
    padding-top: 110px;
    padding-bottom: 110px;
    color: #fff;
    line-height: 1.3;
}

#parallax1 .txt1 {
    font-size: 55px;
    font-weight: 400;
    font-family: 'Fjalla One';
    color: #fff;
    text-transform: uppercase;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.75);
}

#parallax1 .txt2 {
    font-size: 30px;
    font-weight: 400;
    font-family: 'Fjalla One';
    color: #fff;
    text-transform: uppercase;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.75);
}

#parallax1 .txt2 span {
    color: #ce0000;
}


/* ============================= main menu ====================== */

.menu_wrapper {
    position: relative;
    padding-top: 25px;
    padding-bottom: 25px;
}

.navbar_ {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    position: relative;
    z-index: 30;
    min-height: 0;
    float: right;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0;
}

.navbar_ .navbar-toggle {
    background: #ce0000;
    border: none;
    box-shadow: none;
    moz-box-shadow: none;
    -webkit-box-shadow: none;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 5px;
}

.navbar_ .navbar-toggle:hover,
.navbar_ .navbar-toggle:focus {
    background: #ce0000;
}

.navbar_ .navbar-toggle .icon-bar {
    background: #fff;
}

.navbar-collapse_ {
    padding-left: 0;
    padding-right: 0;
    border: none;
}

.navbar_ .nav {
    position: relative;
    margin: 0;
    padding: 0;
    display: block;
    float: none;
}

.navbar_ .nav>li {
    position: relative;
    display: block;
    float: left;
    white-space: nowrap;
    background: none;
    margin-left: 30px;
}

.navbar_ .nav>li:first-child {
    margin-left: 0;
}

.navbar_ .nav>li>a {
    display: block;
    text-decoration: none;
    background: none;
    font-family: 'Fjalla One';
    font-weight: 400;
    font-size: 18px;
    line-height: 50px;
    color: #443f2e;
    text-shadow: none;
    padding: 0;
    border: none;
    margin: 0;
    text-align: left;
    position: relative;
    z-index: 2;
    text-transform: uppercase;
    letter-spacing: 0px;
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.navbar_ .nav>li>a:before {
    display: none;
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.navbar_ .nav>li>a i {
    font-size: 18px;
    color: inherit;
    padding-left: 5px;
}

.navbar_ .nav>li>a:focus,
.navbar_ .nav>li>a:hover,
.navbar_ .nav>li.sfHover>a,
.navbar_ .nav>li.sfHover>a:hover,
.navbar_ .nav>li.active>a {
    color: #ce0000;
    text-decoration: none;
    box-shadow: none;
    moz-box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    background: none;
}

.navbar_ .nav>li.active>a,
.navbar_ .nav>li.active>a:hover,
.navbar_ .nav>li.active>a:focus {
    color: #ce0000;
    text-decoration: none;
    box-shadow: none;
    moz-box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    background: none;
}

.navbar_ .nav>li>a:focus:before,
.navbar_ .nav>li>a:hover:before,
.navbar_ .nav>li.sfHover>a:before,
.navbar_ .nav>li.sfHover>a:hover:before {}

.navbar_ .nav>li.active>a:before,
.navbar_ .nav>li.active>a:hover:before,
.navbar_ .nav>li.active>a:focus:before {}

.navbar_ .nav>li>a:focus i,
.navbar_ .nav>li>a:hover i,
.navbar_ .nav>li.sfHover>a i,
.navbar_ .nav>li.sfHover>a:hover i {
    color: inherit;
}

.navbar_ .nav>li.active>a i,
.navbar_ .nav>li.active>a:hover i,
.navbar_ .nav>li.active>a:focus i {
    color: inherit;
}

.sub-menu ul {
    position: absolute;
    display: none;
    left: -23px;
    top: 100%;
    list-style: none;
    zoom: 1;
    z-index: 1;
    margin: 0;
    padding: 0 3px 3px 3px;
    background: #fff;
    text-align: left;
    border: none;
    margin-top: 30px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

.sub-menu li {
    margin: 0;
    position: relative;
    zoom: 1;
    display: block;
    border-top: 1px solid #fff;
}

.sub-menu li:first-child {
    border-top: none;
}

.sub-menu li a {
    display: block;
    position: relative;
    font-family: 'Lato';
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #443f2e;
    text-decoration: none;
    padding: 6px 60px 6px 20px;
    background: #e1e1e1;
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.sub-menu li a:hover {
    text-decoration: none;
    color: #141311;
    background: #ce0000;
}

.sub-menu-1>ul {}

.sub-menu-2>ul {
    left: 100%;
    margin-left: 1px;
    background: #fff;
}


/* ============================= search-form ====================== */

.search-form-wrapper {
    position: relative;
    float: right;
    width: 280px;
    margin-right: 60px;
    margin-top: 10px;
}

.search-form-wrapper .form-control {
    border: 1px solid #eeeeee;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 25px;
    height: 50px;
    color: #7a7a7a;
    font-size: 14px;
    line-height: 20px;
    font-style: italic;
}

.search-form-wrapper .form-control:focus {
    box-shadow: none;
    moz-box-shadow: none;
    -webkit-box-shadow: none;
    border-color: #0d99e4;
}

.search-form-wrapper a {
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    width: 50px;
    line-height: 50px;
    color: #0d99e4;
}

.search-form-wrapper a:hover {
    color: #282828;
}

.search-form-wrapper a i {
    font-size: 18px;
    line-height: 50px;
}


/* ============================= toTop ====================== */

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 1000;
    overflow: hidden;
    width: 50px;
    height: 50px;
    border: none;
    text-indent: 100%;
    background: url(../images/totop.gif) no-repeat left top;
}

#toTopHover {
    background: url(../images/totop.gif) no-repeat left bottom;
    width: 50px;
    height: 50px;
    display: block;
    overflow: hidden;
    float: left;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}

#toTop:active,
#toTop:focus {
    outline: none;
}


/* ============================= main layout ====================== */

.title1 {
    padding: 0 0 20px;
    margin: 15px 0 20px;
    font-family: 'Fjalla One';
    font-size: 28px;
    color: #fff;
    font-weight: 400;
    text-align: left;
    position: relative;
    text-transform: uppercase;
}

.title1:before {
    content: '';
    width: 100px;
    height: 4px;
    background: #2a2927;
    position: absolute;
    left: 0;
    bottom: 0;
}

h1 {
    padding: 0 0 20px;
    margin: 15px 0 20px;
    font-family: 'Fjalla One';
    font-size: 36px;
    color: #191509;
    font-weight: 400;
    text-align: left;
    position: relative;
    text-transform: uppercase;
}

h1:before {
    content: '';
    width: 142px;
    height: 4px;
    background: #e0e0e0;
    position: absolute;
    left: 0;
    bottom: 0;
}

h2 {
    padding: 0 0 20px;
    margin: 15px 0 20px;
    font-family: 'Fjalla One';
    font-size: 28px;
    color: #191509;
    font-weight: 400;
    text-align: left;
    position: relative;
    text-transform: uppercase;
}

.not-front h2 {
    font-size: 36px;
}

h2:before {
    content: '';
    width: 100px;
    height: 4px;
    background: #2a2927;
    position: absolute;
    left: 0;
    bottom: 0;
}

.not-front h2:before {
    background: #e0e0e0;
}

h3 {
    padding: 0 0 15px;
    margin: 15px 0 0px;
    font-family: 'Lato';
    font-size: 22px;
    color: #191509;
    font-weight: 700;
    text-align: left;
    position: relative;
    text-transform: uppercase;
}

p.title {
    font-size: 18px;
    font-weight: bold;
}

.border-box {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/* === */

.testimonial1 {
    padding-bottom: 30px;
}

.testimonial1 .txt1 {
    font-style: italic;
    color: #383838;
    line-height: 1.6;
    padding-bottom: 15px;
}

.testimonial1 .txt2 {
    font-size: 14px;
    color: #838383;
}

.ul2 {
    padding: 0;
    margin: 0;
    list-style: none;
}

.ul2 li {
    margin-bottom: 10px;
    padding-left: 22px;
    background: url(../images/li_st2.png) 3px 10px no-repeat;
}

.ul2 li a {
    text-decoration: none;
    color: #443f2e;
}

.ul2 li a:hover {
    text-decoration: underline;
    color: #000;
}

.pdf-link {
    background: url(../images/pdf.png) 0 0 no-repeat;
    padding-left: 55px;
    min-height: 31px;
    font-size: 18px;
    color: #191509;
    text-decoration: underline;
    padding-top: 2px;
    margin-top: 15px;
    display: inline-block;
}

.num1_wrapper {
    padding-bottom: 30px;
}

.num1_wrapper .num {
    width: 100px;
    height: 100px;
    background: #ce0000;
    float: left;
    margin-right: 30px;
    font-size: 30px;
    line-height: 100px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin-top: 5px;
}

.num1_wrapper .caption {
    overflow: hidden;
}

.num1_wrapper .caption .txt1 {
    font-weight: 700;
    font-size: 18px;
    color: #191509;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.price1 {
    margin-bottom: 15px;
    font-family: 'Fjalla One';
    font-size: 18px;
    text-transform: uppercase;
    color: #9a9a9a;
}

.price1 span {
    font-size: 36px;
    color: #ce0000;
}


/*-----btn-----*/

.btn-default.btn1 {
    font-family: 'Fjalla One';
    display: inline-block;
    color: #838383;
    border: none;
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    padding: 0;
    text-decoration: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
    background: none;
    position: relative;
    letter-spacing: 2px;
    border: none;
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.btn-default.btn1:hover {
    color: #ce0000;
    background: none;
}

.btn-default.btn2 {
    font-family: 'Fjalla One';
    display: inline-block;
    color: #fff;
    border: none;
    font-size: 22px;
    line-height: 22px;
    font-weight: 400;
    padding: 15px 30px;
    text-decoration: none;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
    background: none;
    position: relative;
    letter-spacing: 2px;
    border: 2px solid #fff;
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.btn-default.btn2:hover {
    color: #000;
    background: #ce0000;
    border-color: #ce0000;
}

.btn-default.btn3 {
    font-family: 'Lato';
    display: inline-block;
    color: #000;
    border: none;
    font-size: 20px;
    line-height: 22px;
    font-weight: 700;
    padding: 15px 30px;
    text-decoration: none;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
    background: #ce0000;
    position: relative;
    letter-spacing: 0px;
    border: 2px solid #ce0000;
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.btn-default.btn3:hover {
    color: #000;
    background: #fff;
    border-color: #000;
}


/* ============================= thumbnail ====================== */

.img-polaroid {
    position: relative;
    padding: 5px;
    background: none;
    border: 1px solid #cfcfcf;
    box-shadow: none;
    moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.thumbnail {
    line-height: inherit;
}

.thumbnail .caption {
    padding: 0;
    color: inherit;
}

.thumb1 {
    margin-bottom: 30px;
    margin-top: 0px;
}

.thumb1.last {
    margin-bottom: 0px;
}

.thumb1 .thumbnail {
    padding: 0;
    border: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    box-shadow: none;
    moz-box-shadow: none;
    -webkit-box-shadow: none;
    margin-bottom: 0;
    background: none;
}

.thumb1 figure {
    float: none;
    margin: 0px 0px 0px 0px;
    background: none;
    border: none;
    padding: 0px;
}

.thumb1 figure img {
    width: 100%;
}

.thumb1 .caption {}

.thumb2 {
    margin-bottom: 20px;
    margin-top: 0px;
}

.thumb2.last {
    margin-bottom: 0px;
}

.thumb2 .thumbnail {
    padding: 0;
    border: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    box-shadow: none;
    moz-box-shadow: none;
    -webkit-box-shadow: none;
    margin-bottom: 0;
    background: none;
}

.thumb2 .thumbnail a {
    display: block;
    background: none;
    padding: 0px;
    text-decoration: none;
}

.thumb2 .thumbnail a:hover {
    background: none;
}

.thumb2 .thumbnail a figure {
    float: none;
    margin: 0px 0px 0px 0px;
    background: none;
    border: none;
    padding: 0px;
}

.thumb2 .thumbnail a figure img {
    width: 100%;
}

.thumb2 .thumbnail a .caption {
    padding: 15px 0;
    display: block;
    text-transform: uppercase;
    border-bottom: 2px solid #e8e8e8;
    line-height: 1.3;
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.thumb2 .thumbnail a:hover .caption {
    border-color: #000;
}

.thumb2 .thumbnail a .caption .txt1 {
    display: block;
    font-family: 'Fjalla One';
    font-size: 24px;
    color: #191509;
}

.thumb2 .thumbnail a .caption .txt2 {
    display: block;
    color: #838383;
}


/*================= Contacts =========================*/

#note {}

.notification_error {
    color: #f00;
    padding-bottom: 10px;
}

.notification_ok {
    text-align: left;
    padding-bottom: 10px;
}

#ajax-contact-form .form-group {
    margin-left: 0;
    margin-right: 0;
}

#ajax-contact-form .form-group label {
    color: #d4d5d6;
    display: none;
}

#ajax-contact-form .form-control {
    height: 38px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 20px;
    color: #191509;
    background: #e6e6e6;
    border: 1px solid #191509;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

#ajax-contact-form .form-control:focus {
    border-color: #a7a7a7;
    background: #e6e6e6;
    color: #000;
    box-shadow: none;
    moz-box-shadow: none;
    -webkit-box-shadow: none;
}

#ajax-contact-form textarea.form-control {
    height: auto;
}

#ajax-contact-form .form-group.capthca {
    float: left;
    margin-right: 30px;
}

#ajax-contact-form .form-group.capthca input {
    width: 170px;
}

#ajax-contact-form .form-group.img {
    float: left;
}

#ajax-contact-form .form-group.img img {
    width: 170px;
    height: 38px;
}

.btn-default.btn-cf-submit {
    font-family: 'Lato';
    display: inline-block;
    color: #fff;
    border: none;
    box-shadow: none;
    moz-box-shadow: none;
    -webkit-box-shadow: none;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    padding: 15px 40px;
    text-decoration: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    margin-top: 10px;
    margin-bottom: 0px;
    text-transform: uppercase;
    background: #033e7f;
    position: relative;
    letter-spacing: 0px;
}

.btn-default.btn-cf-submit:hover {
    color: #000;
    background: #ce0000;
}


/*----- media queries ------*/


/* Large desktop */

@media (min-width: 1200px) {}


/* Default landscape and desktop to large desktop */

@media (max-width: 1199px) {
    .top1 {
        position: relative;
        background: url(../images/topbanner.png) no-repeat;
        background-size: contain;
        background-position-x: center;
        background-position-y: center;
    }
}

@media (min-width: 992px) {
    .top1 {
        position: relative;
        background: url(../images/topbanner-res.png) no-repeat;
        background-size: contain;
        background-position-x: center;
        background-position-y: center;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .top1 {
        position: relative;
        background: url(../images/topbanner-res.png) no-repeat;
        background-size: contain;
        background-position-x: center;
        background-position-y: center;
    }
    .rent1 {
        padding: 15px 20px;
        margin-top: -185px;
    }
    .rent1 .txt1 {
        font-size: 30px;
    }
    .header-text {
        font-size: 30px;
    }
}


/* Portrait tablet to landscape and desktop */

@media (max-width: 991px) {
    .top1 {
        position: relative;
        background: url(../images/topbanner-res.png) no-repeat;
        background-size: contain;
        background-position-x: center;
        background-position-y: center;
    }
    .rent1 {
        position: relative;
        left: 0;
        right: 0;
        margin-top: 0;
        width: 100%;
        padding-left: 5%;
        padding-right: 5%;
    }
    .car1 {
        float: none;
        width: 100%;
    }
    .car1 a {
        border-left: none;
        border-top: 1px solid #fff;
    }
    .car1 a figure {
        float: left;
        max-width: 40%;
    }
    .car1 a .caption {
        padding: 15px;
        overflow: hidden;
    }
    .services_wrapper {
        display: block;
    }
    .services_wrapper>div {
        display: block;
        width: 100%;
    }
    .not-front .rent1 {
        margin-top: 20px;
    }
    .page-title {
        display: block;
    }
    .page-title>div {
        display: block;
        width: 100%;
    }
    .page-title .block-info {
        padding-left: 0;
        padding-top: 20px;
        padding-bottom: 20px;
        text-align: center;
        border-bottom: 5px solid #ce0000;
    }
    .header-text {
        padding-left: 5%;
        padding-right: 5%;
        font-size: 30px;
        padding-bottom: 20px;
    }
    .breadcrumbs1 {
        padding-bottom: 0;
    }
    .breadcrumbs1_wrapper:after {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar_ .nav>li {
        margin-left: 10px;
    }
    .navbar_ .nav>li>a {
        font-size: 16px;
    }
    .top1 {
        position: relative;
        background: url(../images/topbanner-res.png) no-repeat;
        background-size: contain;
        background-position-x: center;
        background-position-y: center;
    }
    .logo-width {
        width: 40%;
    }
}


/* Landscape phone to portrait tablet */

@media (max-width: 767px) {
    .navbar_ {
        float: none;
        height: 50px;
        margin-top: 0;
        padding-top: 0;
        padding-bottom: 0;
    }
    .navbar-collapse_ {
        clear: both;
        margin-left: 0;
        margin-right: 0;
    }
    .navbar_ .nav {
        display: block;
        background: none;
        border-right: none;
        background: #fff;
        border: none;
        padding: 0;
    }
    .navbar_ .nav>li {
        float: none;
        background: none;
        border-left: none;
        margin-left: 0;
        border-top: 1px solid #eeeeee;
        background: none;
    }
    .navbar_ .nav>li>a {
        margin-bottom: 0;
        border: none;
        line-height: 40px;
        padding: 0 5%;
    }
    .navbar_ .nav>li>a:focus,
    .navbar_ .nav>li>a:hover,
    .navbar_ .nav>li.sfHover>a,
    .navbar_ .nav>li.sfHover>a:hover,
    .navbar_ .nav>li.active>a,
    .navbar_ .nav>li.active>a:hover,
    .navbar_ .nav>li.active>a:focus {}
    .sub-menu ul {
        position: relative;
        left: 0;
        top: 0;
        margin-top: 0;
        padding: 0;
    }
    .sub-menu li a {
        padding-left: 5%;
        padding-right: 5%;
    }
    .top1_wrapper {
        padding: 0;
    }
    header {
        left: 5%;
    }
    .menu_wrapper {
        padding: 0;
    }
    .car1 a figure {
        max-width: 50%;
    }
    .car1 a .caption {
        padding: 10px;
    }
    .sort_wrapper {
        float: none;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .row-width {
        width: 100%;
    }
    .logo-width {
        width: 40%;
    }
    .copyright {
        font-size: 11px;
    }
    .top1 {
        position: relative;
        background: url(../images/topbanner.png) no-repeat;
        background-size: contain;
        background-position-x: center;
        background-position-y: center;
    }
}


/* Landscape phones and down */

@media (max-width: 480px) {
    .car1 a figure {
        max-width: 100%;
        float: none;
    }
    .rent1 {
        margin-top: 20px;
    }
    .top1 {
        position: relative;
        background: url(../images/topbanner-mob.png) no-repeat;
        background-size: contain;
        background-position-x: center;
        background-position-y: center;
    }
    .logo_wrapper {
        float: left;
    }
    .box-height {
        height: auto;
        background-color: #fff;
    }
    .head-center {
        text-align: center;
    }
    .logo-width {
        width: 65%;
    }
    .row-width {
        width: 100%;
    }
    .copyright {
        font-size: 11px;
    }
}