/*
* Records Templates Style
*/
/* Table of Content
==================================================
	#Custom Fonts
	#Site Styles
	#Media Queries
	#Animations
*/
/* #Custom Fonts

================================================== */
/* Google font */
@import url(http://fonts.googleapis.com/css?family=Roboto+Slab:400,700,300,100);

/* #Site Styles
================================================== */

html, html a {
    -webkit-font-smoothing: antialiased
}

html {
    -ms-overflow-style: scrollbar
}

body {
    font: 1.29em/1.29em 'Roboto Slab';
    color: #000;
    background: url(../images/rentalcar/body-bg.png) repeat 0 0 #eceded;
}

a, a:active, a:focus, a:hover, a:visited {
    color: #EF9C2C;
    outline: 0
}

a:active, a:focus, a:visited {
    text-decoration: none
}

p {
    margin: 0 0 1em;
    padding: 0;
    line-height: 1.4em
}

h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a, h5, h6, h6 a {
    color: #282828;
    line-height: 1.3em;
    font-weight: 600;
    font-family: 'Roboto Slab', sans-serif;
}

h1 {
    margin: 0;
    padding: 0 0 1.3em;
    font-size: 1.538em;
}

h2 {
    margin: 0 0 35px;
    padding: 0 0 12px;
    font-size: 1.538em;
    text-transform: uppercase;
    text-align: center;
    border-bottom: 1px solid #ef9c2c;
    position: relative;
}

h2:after, h2:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

h2:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #eceded;
    border-width: 8px;
    margin-left: -8px;
}

h2:before {
    border-color: rgba(244, 183, 30, 0);
    border-top-color: #EF9C2C;
    border-width: 9px;
    margin-left: -9px;
}

h3 {
    margin: 0;
    font-size: 1.385em;
    padding: 0 0 0.8em;
}

h4 {
    margin: 0;
    padding: 0 0 .8em;
    font-size: 1.231em;
}

h5 {
    margin: 0;
    padding: 0 0 .8em;
    font-size: 1.077em;
}

h6 {
    margin: 0;
    padding: 0 0 .8em;
    font-size: 1.077em;
}

/* services styles */
.wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.img-left {
    float: left;
    margin: 0 35px 25px 0;
}

.img-right {
    float: right;
    margin: 0 0 25px 35px;
}

.text-center .img-responsive {
    display: inline-block;
}

.upper {
    text-transform: uppercase
}

.line-divider {
    border-bottom: 1px solid #eee;
    height: 20px;
    margin-bottom: 30px
}

.divider-xxs {
    margin: 0;
    height: 1px;
    line-height: 1px;
    clear: both
}

.divider-xs {
    height: 11px;
    line-height: 11px;
    clear: both
}

.divider-sm {
    height: 20px;
    clear: both
}

.divider-md {
    height: 30px;
    clear: both
}

.divider-lg {
    height: 40px;
    clear: both
}

.color, .color:hover {
    color: #ef9c2c
}

.underline {
    text-decoration: underline
}

.underline:hover {
    text-decoration: none
}

.icon-float-left {
    width: 115px;
    float: left;
    padding-top: 20px;
}

.text-float-right {
    display: table;
    padding-top: 20px;
}

.text-float-right .inside {
    height: 82px;
    display: table-cell;
    vertical-align: middle;
}

/*icon*/
.icon-xl {
    font-size: 106px;
    line-height: 1em;
    color: #f8f8f8;
}

/*squared icon*/
.icon-squared {
    background: #2248b5;
    border-radius: 5px;
    color: #fff;
    display: block;
    height: 82px;
    width: 82px;
    margin: 0 auto 20px;
    text-align: center;
}

.icon-squared .icon {
    font-size: 40px;
    line-height: 80px
}

.icon-squared a {
    text-decoration: none !important;
    color: #fff;
}

/* form */
label {
    font-weight: normal;
    margin-bottom: 7px
}

label .required {
    color: #ff0000
}

label.label-inline {
    display: inline-block;
    line-height: 37px
}

.form-control {
    height: 35px;
    /*padding: 10px 12px;*/
    margin-bottom: 10px;
    background-color: #fff;
    border: 1px solid #eaeaea;
    color: #000;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 1em;
    line-height: 1em;
    border-radius: 4px;
}

.form-inline .form-control {
    display: inline-block;
    width: auto;
}

.form-control::-webkit-input-placeholder {
    padding: 1px 0
}

.input-sm {
    font-size: 1em;
    border-radius: 4px
}

.form-group-sm {
    margin-bottom: 7px;
    position: relative
}

.input-control input.form-control {
    font-size: 1em;
    width: 262px
}

input[type="text"].datetimepicker {
    background: url(../images/icon-calendar.png) no-repeat right 6px #fff;
    width: 175px;
    margin-right: 10px;
    display: inline-block;
    float: left;
}

.input-control .button {
    float: right;
    margin-left: -47px;
    background: 0 0;
    font-size: 1.5em;
    position: relative;
    bottom: 0;
    height: 47px;
    border: none;
    width: 47px;
    outline: 0;
    color: #2248b5;
}

.touch .input-control .button span {
    margin-left: -10px
}

.input-control .button:active {
    line-height: .8em
}

.touch input[type=email], .touch input[type=password], .touch input[type=search], .touch input[type=text] {
    -webkit-appearance: caret;
    -moz-appearance: caret
}

.checkbox, .radio {
    line-height: 20px;
    margin-top: 0;
}

.radio input[type=radio] {
    position: relative;
    display: inline;
    margin-top: 0
}

.checkbox label, .radio label {
    line-height: 1em
}

.radio {
    margin-bottom: 12px;
}

.help-block, .help-block a {
    color: #2248b5;
    font-size: 1em;
}

.form-inline.form-custom .form-group {
    position: relative;
    padding-left: 100px;
    margin-bottom: 12px;
    width: 100%;
}

.form-inline.form-custom .form-group textarea {
    height: 115px;
}

.form-inline.form-custom .text {
    line-height: 36px;
}

.form-inline.form-custom label {
    position: absolute;
    left: 0;
    font-size: 1em;
    line-height: 36px;
    min-width: 100px;
}

.form-inline.form-custom .form-control {
    width: 100%;
}

/*list*/
.styled-list {
    position: relative;
    margin: 15px 0 25px;
    padding: 0;
    list-style: none;
    line-height: 18px
}

.styled-list li {
    margin-bottom: 3px;
    padding: 0 0 0 20px;
}

.styled-list li:before {
    content: "\25CF";
    color: #EF9C2C;
    width: 20px;
    margin: -3px 10px 0 -20px;
    font-size: 15px
}

/*contact form*/

.contacts-form textarea.form-control {
    height: 154px;
    resize: none;
}

/*comment form*/
.comment {
    position: relative;
}

.comment .inside {
    padding: 20px 15px 20px 100px !important;
    position: relative;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.comment .comment .inside {
    border-top: 1px solid #eff0f0;
}

.comment .inside::before {
    color: #cecece;
    background: #f4f4f4;
    border-radius: 10px;
    content: "\e815";
    display: block;
    font-family: Flaticon;
    font-size: 4.153em;
    height: 74px;
    width: 74px;
    top: 20px;
    left: 0;
    line-height: 1.4em;
    position: absolute;
    text-align: center;
}

.comment a {
    color: #EF9C2C;
    text-decoration: underline;
}

.comment a:hover {
    text-decoration: none;
}

.comment p {
    margin-bottom: 0.7em;
}

.comments .comment {
    padding-left: 0
}

.comment-form textarea.form-control {
    height: 154px;
    resize: none;
}

/*button*/
.btn-sm, .btn-xs {
    border-radius: 4px
}

.btn {
    padding: 3px 12px
}

.btn-group.open .dropdown-toggle, .btn.active, .btn:active {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-default {
    background-color: #2248b5;
    border: 2px solid #2248b5;
    color: #fff !important;
    font-family: 'Roboto Slab', sans-serif;
    font-size: 1.333em;
    line-height: 35px;
    padding: 0 15px;
    text-decoration: none !important;
    text-transform: none;
    transition: all 0.5s ease 0s;
    -webkit-box-shadow: inset 1px 1px 2px 0px rgba(0, 0, 0, 0.15);
    box-shadow: inset 1px 1px 2px 0px rgba(0, 0, 0, 0.15);
}

.btn-default.active, .btn-default:active, .btn-default:focus, .btn-default:hover {
    background-color: #fff;
    border-color: #2248b5;
    color: #2248b5 !important;
}

.btn-lg {
    border-radius: 3px;
    font: 20px 'Roboto Slab', sans-serif !important;
    padding: 14px 35px;
}

/*dropdown*/
.dropdown-menu {
    left: auto;
    right: 0;
}

/*main structure*/

.content {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 0;
    padding-right: 0;
}

.content:not(.white-row) > .container {
    padding-left: 0;
    padding-right: 0;
}

.content-row {
    padding-bottom: 50px;
    padding-left: 0;
    padding-right: 0;
}

/*social widjet*/
.social-widgets {
    position: fixed;
    z-index: 10000;
    top: 50%;
    height: 0;
    width: 0;
    right: 0
}

.social-widgets .item, .social-widgets .items {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.social-widgets .items {
    top: -125px;
    position: relative
}

.social-widgets .item {
    position: absolute;
    top: 0;
    left: 120px
}

.social-widgets .active {
    z-index: 100;
    left: -310px
}

.social-widgets .item-01, .social-widgets .item-02, .social-widgets .item-03, .social-widgets .item-04, .social-widgets .item-05, .social-widgets .item-06, .social-widgets .item-07, .social-widgets .item-08, .social-widgets .item-09 {
    left: 0;
}

.social-widgets .item-01 {
    top: 0;
    z-index: 99
}

.social-widgets .item-02 {
    top: 66px;
    z-index: 98
}

.social-widgets .item-03 {
    top: 132px;
    z-index: 97
}

.social-widgets .item-04 {
    top: 198px;
    z-index: 96
}

.social-widgets .item-05 {
    top: 264px;
    z-index: 95
}

.social-widgets .item-06 {
    top: 330px;
    z-index: 94
}

.social-widgets .item-07 {
    top: 396px;
    z-index: 93
}

.social-widgets .item-08 {
    top: 462px;
    z-index: 92
}

.social-widgets .item-09 {
    top: 528px;
    z-index: 91
}

.social-widgets .tab-icon {
    position: absolute;
    top: 0;
    left: -57px;
    display: block;
    width: 57px;
    height: 59px;
    background: #fff;
    /*background: rgba(#fff, .6);*/
    border: 1px solid transparent;
    border-right: 0;
    text-align: center;
    font-size: 1.54em;
    line-height: 55px;
    border-radius: 0;
}

.social-widgets .tab-icon:hover {
    text-decoration: none
}

.social-widgets .active .tab-icon {
    background: #fff;
    border-color: transparent;
}

.social-widgets .tab-content {
    background: #fff;
    border-color: transparent;
    width: 310px;
    padding: 10px 15px
}

.social-widgets .active .tab-content {
    box-shadow: none
}

.social-widgets .title {
    padding: 4px 0 11px;
    font-size: 1.23em;
    text-transform: uppercase
}

.social-widgets .facebook.active {
    left: -260px
}

.social-widgets .facebook .tab-content {
    width: 260px
}

.social-widgets .twitter.active {
    left: -300px
}

.social-widgets .twitter .tab-content {
    width: 300px
}

.social-widgets .twitter-widget {
    padding-top: 10px
}

.social-widgets .youtube.active {
    left: -450px
}

.social-widgets .youtube .tab-content {
    width: 450px;
    padding-left: 18px;
}

.social-widgets .loading {
    min-height: 200px;
    position: relative;
    z-index: 1000;
}

.social-widgets .loading img.ajaxloader {
    position: absolute;
    top: 45%;
    left: 45%;
    width: 32px;
    height: 32px
}

/*social icons*/
.social-widgets .icon.icon-facebook {
    color: #4664b7
}

.social-widgets .icon.icon-twitter {
    color: #00b6e4
}

.social-widgets .icon.icon-youtube {
    color: #ff0000
}

/*back to top button*/
.back-to-top {
    bottom: 10%;
    cursor: pointer;
    display: none;
    position: fixed;
    right: 35px;
    text-align: center;
    width: 35px;
    z-index: 10000
}

.back-to-top span.arrow-up {
    position: absolute;
    top: -6px;
    -webkit-animation: bounce 0.4s ease-in-out infinite alternate;
    animation: bounce 0.4s ease-in-out infinite alternate
}

.back-to-top span.arrow-up {
    top: -20px \0
}

/*navigation*/

.navbar {
    width: 100%;
    border-radius: 0;
    position: fixed;
    top: 0;
    margin-bottom: 0;
    z-index: 10001;
    border: 0 !important;
}

.navbar .container {
    position: relative;
    padding: 0;
}

.navbar .background {
    z-index: 10001;
    color: #393939;
    background: #fff;
}

.navbar .background > .container {
}

.navbar-main-menu, .navbar-main-menu .item {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.navbar-main-menu-outer {
    margin-top: 12px;
    box-shadow: 0px -2px 2px rgba(0, 0, 0, .1);
}

.navbar-compact .background {
    padding: 0;
    background: #fff;
}

.navbar-height-inner {
    height: 145px
}

.navbar-logo {
    position: relative;
    z-index: 11;
}

.navbar-compact .navbar-logo {
    width: 30% !important;
    padding-right: 15px;
}

.navbar-compact .navbar-logo img {
    width: 100%;
}

.navbar-search {
    clear: both;
    z-index: 1100;
    position: absolute;
    bottom: 4px;
    margin-bottom: 0;
    right: 25px;
}

.navbar-search input.form-control {
    height: 35px;
    font-size: 1em;
    line-height: 1.5em;
    width: 125px;
    float: right;
    padding-top: 8px;
    background: transparent !important;
}

.navbar-search .form-control {
    padding-right: 32px;
    background-color: transparent;
    border: none !important;
    box-shadow: none;
    color: transparent;
    transition: all 0.5s 0s ease;
    -webkit-transition: all 0.5s 0s ease;
    -moz-transition: all 0.5s 0s ease;
    -o-transition: all 0.5s 0s ease
}

.navbar-search .form-control:focus {
    width: 230px
}

.navbar-search .button {
    float: right;
    margin-left: -34px;
    background: 0 0;
    font-size: 1.31em;
    position: relative;
    bottom: -1px;
    height: 34px;
    border: none;
    width: 34px;
    outline: 0;
    color: #fff !important
}

.navbar-compact .navbar-search .button {
    color: #2248b5 !important
}

.navbar-search .button:active {
    line-height: .8em
}

.navbar-search:hover .form-control, .navbar-search .form-control:focus {
    border: 1px solid #fff !important;
    color: #fff
}

.navbar-main-menu {
    z-index: 10;
    background: #2248b5;
    border-radius: 0;
    display: inline-block;
    height: 64px;
    padding: 0;
    margin: 0 15px;
    clear: both;
    list-style-type: none;
    position: relative;
    box-sizing: content-box;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15)
}

.navbar-compact .navbar-main-menu {
    box-shadow: none;
}

.navbar-main-menu .sf-menu {
    padding: 0;
    margin: 0
}

.navbar-main-menu .sf-menu ul {
    background: #EF9C2C;
    box-shadow: 0 3px 3px rgba(0, 0, 0, .2);
    border-radius: 0;
    padding: 10px 0;
}

.navbar-main-menu .sf-menu > li {
    height: 64px;
}

.navbar-compact .navbar-main-menu .sf-menu > li {
    height: 32px;
    margin-bottom: 10px
}

.navbar-main-menu .sf-menu > li > a {
    display: block;
    padding: 22px 25px 20px;
    height: 64px;
}

.navbar-main-menu .sf-menu ul li a {
    border-bottom: none;
    padding-top: 8px;
    padding-bottom: 8px;
    font: 1.2em 'Roboto Slab', sans-serif;
    text-transform: none;
    color: #fff;
}

.navbar-main-menu .sf-menu ul li a:hover {
    background: none;
    color: #2248b5
}

.navbar-main-menu .item {
    float: left;
    height: 64px;
    padding: 0;
    margin: 0;
    position: relative;
}

.navbar-compact .navbar-main-menu .item {
    height: 32px;
}

.navbar-main-menu .item:hover {
    z-index: 1000000;
}

.navbar-main-menu .item:first-child {
    margin-left: 0px;
}

.navbar-main-menu .item .btn-main {
    position: relative;
    display: block;
    height: 64px;
    padding: 22px 25px 20px;
}

.navbar-main-menu .item .btn-main, .navbar-main-menu .sf-menu > li > a {
    color: #fff;
    text-transform: none;
    font: 1.385em 'Roboto Slab', sans-serif;
}

.navbar-main-menu .item .btn-main:hover, .navbar-main-menu .sf-menu > li:hover > a, .navbar-main-menu .item .btn-main.active, .navbar-main-menu .sf-menu > li > a.active {
    color: #fff;
    background: #EF9C2C;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
}

.navbar-main-menu .item .btn-main:before, .navbar-main-menu .sf-menu > li > a:before {
    position: absolute;
    top: 25px;
    left: 0;
    height: 16px;
    content: "";
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.navbar-main-menu .item:first-child .btn-main:before, .navbar-main-menu .item:first-child .sf-menu > li > a:before {
    border: none;
}

.navbar-main-menu .item, .navbar-main-menu .item .btn-main, .navbar-main-menu .sf-menu > li {
    height: 64px;
}

.navbar-main-menu .btn-main:hover {
    text-decoration: none
}

.navbar-main-menu .item .btn-main .icon {
    font-size: 1.12em;
    line-height: .3em;
    position: relative;
    bottom: -1px;
    margin-left: 1px
}

.navbar-main-menu .item-content {
    float: right;
    overflow: hidden;
    display: none;
    margin-left: -100%;
    width: 100%;
    margin-top: 38px !important;
    margin-bottom: -6px !important;
    background: #fff;
    position: relative
}

.navbar-compact .navbar-main-menu .item-content {
    margin-top: 28px !important;
}

.navbar-switcher {
    text-align: center;
    float: right;
    display: none;
    width: 49px;
    height: 47px;
    margin-bottom: -47px;
    margin-right: 10px;
    background: #fff !important;
    padding: 6px 7px;
    border-radius: 0 0 3px 3px;
    cursor: pointer;
    color: #fff
}

.navbar-switcher.active {
    background: #2248b5 !important
}

.navbar-switcher .i-active, .navbar-switcher.active .i-inactive {
    display: none
}

.navbar-switcher.active .i-active {
    display: inline;
    font-size: 1.8em;
    line-height: 1.5em
}

.navbar-compact {
    top: -60px;
    position: fixed
}

.navbar-compact .compact-hidden, .navbar-compact .compact-hidden.hidden-xs {
    display: none !important
}

.navbar-compact .navbar-main-menu {
    background: none;
    clear: none;
    height: 64px;
    top: 0;
    padding: 0 15px 0;
}

.navbar-compact .navbar-search {
    top: 0;
    clear: none;
    position: relative;
    margin-top: 20px;
    margin-right: -10px
}

.navbar-compact .navbar-search:hover .form-control, .navbar-compact .navbar-search .form-control:focus {
    border-color: #2248b5 !important;
    color: #2248b5 !important;
}

.navbar-compact .navbar-search .form-control:focus {
    width: 145px;
}

.navbar-compact .navbar-switcher {
    display: block
}

.navbar-compact .navbar-main-menu {
    margin-top: 4px
}

.navbar-compact .navbar-main-menu .item .btn-main, .navbar-compact .navbar-main-menu .sf-menu > li {
    height: 64px;
    margin-bottom: 10px;
}

.navbar-compact .navbar-main-menu .item .btn-main, .navbar-compact .navbar-main-menu .sf-menu > li > a {
    padding: 22px 15px 0;
    font-size: 1.2em;
    color: #000;
}

.navbar-compact .navbar-main-menu .item .btn-main:hover, .navbar-compact .navbar-main-menu .sf-menu > li:hover > a, .navbar-compact .navbar-main-menu .item .btn-main.active, .navbar-compact .navbar-main-menu .sf-menu > li.active > a {
    color: #fff;
    background: #2248b5;
}

.navbar-logo {
    width: 33%;
    z-index: 11;
    padding-top: 10px;
    padding-bottom: 10px;
}

.navbar-welcome {
    width: 50%;
    padding-top: 3.5%;
    color: #ef9c2c;
    font-size: 32px;
}

.navbar-secondary-menu {
    padding: 22px 0 0;
    height: 20px;
    position: relative;
    z-index: 1200
}

.navbar-secondary-menu .btn-default {
    border-radius: 0;
    border: 0;
    border: 1px solid #EF9C2C;
    background: 0 0;
    box-shadow: none;
    width: 34px;
    height: 34px;
    padding: 0;
    margin: 0 8px;
    font-size: 15px;
    line-height: 32px;
    text-align: center;
    color: #aeb0b7 !important;
}

.navbar-secondary-menu .btn-default:hover {
    color: #404558 !important;
}

.navbar-compact .navbar-logo {
    width: 35%
}

.navbar-compact .navbar-main-menu {
    margin-top: 5px;
}

/*slide menu*/
#off-canvas-menu {
    display: none
}

#off-canvas-menu, #off-canvas-menu-title {
    background: #2248b5 !important;
    border-color: #2248b5 !important;
    color: #fff !important;
}

#off-canvas-menu .expander-list .name {
    border-color: #a7acba !important;
}

#off-canvas-menu a {
    color: #fff !important;
}

.expander-list, .expander-list ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.expander-list li {
    margin: 0
}

.expander-list .expander {
    float: right;
    cursor: pointer;
    padding: 0 8px;
    font-family: Verdana, Arial, Helvetica, sans-serif
}

.expander-list .name {
    display: block;
    border-bottom: 1px solid #eee;
    padding: 7px 0 6px
}

.expander-list ul .name {
    padding-left: 21px
}

.expander-list ul ul .name {
    padding-left: 42px
}

.expander-list ul ul ul .name {
    padding-left: 63px
}

.expander-list .last > .name {
    border: none
}

/*white block */
.white-box {
    padding-top: 30px;
}

.white-box .inside {
    background: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
    padding: 25px 35px
}

.white-box .inside > h2 {
    margin: 0 -15px 18px;
    padding: 10px 15px 12px;
}

.white-box h2:after {
    border-top-color: #fff;
}

.white-box .comment-form {
    background: #fafafa;
    margin: -30px -35px -25px;
    padding: 35px;
}

.white-row {
    background: #fff;
}

/*service block*/
.service-block {
    display: inline-block;
    width: 33.333%;
    margin: -1px -4px 0 0;
    border: 1px solid #e5e5e5;
    border-width: 0 1px 1px 0;
    padding: 35px 40px;
    vertical-align: top;
}

.service-block p {
    margin-bottom: 20px;
}

.service-block .title {
    position: relative;
    padding-left: 55px;
    margin-bottom: 10px;
}

.service-block .icon {
    display: block;
    margin-bottom: 25px;
    font-size: 8em;
    line-height: 1em;
    color: #2248b5;
}

.title .number-in-circle {
    top: -10px;
    background: #EF9C2C;
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, .1);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, .1);
}

.read-more, .color-link {
    display: inline-block;
    font-size: 0.923em;
    line-height: 28px;
    padding: 0 15px;
    background: #EF9C2C;
    border: 1px solid #EF9C2C;
    color: #fff !important;
    border-radius: 4px;
    text-decoration: none !important;
}

.read-more:hover, .color-link:hover {
    background: #fff;
    color: #2248b5 !important;
    border-color: #2248b5;
}

/*price table*/

.price-table .item {
    border-bottom: 1px solid #cfd0d4;
    padding: 25px 0;
    width: 100%;
}

.price-table .image {
    width: 30%;
    float: left;
}

.price-table .info {
    width: 45%;
    float: left;
    line-height: 1.4em
}

.price-table .info h4 {
    color: #2a3044;
    padding-right: 25px;
}

.price-table .price-outer {
    width: 25%;
    float: left;
}

.price-table .price-outer .price {
    font-size: 2.308em;
    line-height: 1em;
    color: #2a3044;
    margin-bottom: 5px;
}

.price-table .price-outer .price span {
    font-size: 0.5em;
}

.price-table .price-outer .btn {
    margin-top: 10px;
}

/*banners row*/
.banners-row {
    position: relative;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    border-top: 7px solid #ef9c2c;
    z-index: 1000;
    margin-top: -7px;
}

.banners-row:after, .banners-row:before {
    display: table;
    content: " "
}

.banners-row:after {
    clear: both
}

.banners-row .banner-box:first-child {
    border: none;
}

.banner-box {
    width: 33.333%;
    float: left;
    cursor: pointer;
}

.banner-box > .inside {
    padding: 0 2px;
}

.banner-box:hover > .inside {
    border-color: #2248b5;
}

.banner-box h3 {
    padding-bottom: 0;
    font-weight: bold;
    color: #2248b5;
}

.banner-box p {
    color: #EF9C2C;
}

/*project carousel*/
#project-terms {
    display: inline-block;
    width: 100%;
    text-align: center;
    border-top: 5px solid #EF9C2C;
}

#project-terms a {
    position: relative;
    display: inline-block;
    padding: 30px 20px 35px;
    color: #000;
    line-height: 1em;
    font-size: 1.231em;
    text-transform: uppercase;
    text-decoration: none;
    border-top: 5px solid #EF9C2C;
    margin: -5px -4px 0 0;
}

#project-terms a.active:after, #project-terms a.active:before {
    top: -5px;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

#project-terms a.active:after {
    border-color: rgba(248, 248, 248, 0);
    border-top-color: #eceded;
    border-width: 15px;
    margin-left: -15px;
}

#project-terms a.active:before {
    border-color: rgba(244, 183, 30, 0);
    border-top-color: #EF9C2C;
    border-width: 21px;
    margin-left: -21px;
}

#projects-carousel {
    margin: 40px 0 25px;
}

#projects-carousel .item img {
    max-width: 100%;
}

#projects-carousel .item .price {
    position: absolute;
    top: 6%;
    left: 24%;
    background: #ff133c;
    padding: 7px 12px;
    color: #fff;
    font-size: 1.077em;
}

#projects-carousel .item h3 {
    width: 100%;
    text-align: center;
    font-size: 1.077em;
    text-transform: uppercase;
}

#projects-carousel .item .price:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 19, 60, 0);
    border-top-color: #ff133c;
    border-width: 4px;
    margin-left: -4px;
}

/*blockquote*/
.blockquote {
    position: relative;
    padding: 15px 20px;
    margin-bottom: 20px;
    background: #f9fafa;
    border-left: 5px solid #EF9C2C;
}

.blockquote .line-divider {
    height: 0;
    margin-bottom: 10px;
}

/*blog widget*/
.blog-widget {
    background: url(../images/rentalcar/parallax-bg.jpg);
    color: #aeaeae;
    -webkit-backface-visibility: visible;
    overflow: hidden;
    padding: 30px 0 0;
    margin-bottom: 50px;
}

.back-bg .blog-widget {
    background-image: none
}

.blog-widget .content {
    overflow: hidden;
    background: 0 0
}

.container .blog-widget .content.container {
    width: auto;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
}

.blog-widget p {
    color: #000
}

.blog-widget h3 {
    text-decoration: none;
    color: #fff;
    font-size: 3.2em;
    text-align: right;
    position: absolute;
    top: 155px;
    left: -215px;
    text-transform: uppercase;
    width: 350px;
    height: 50px;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    writing-mode: lr-tb;
}

.blog-widget .posts {
    padding: 0 20px 0 0;
    margin: 0 50px 0 80px;
    position: relative;
    background: #ef9c2c;
}

.blog-widget .posts:before {
    display: block;
    position: absolute;
    top: -35px;
    right: -35px;
    font-family: Flaticon;
    content: '\e80d';
    text-indent: 0;
    font-size: 134px;
    line-height: 134px;
    color: #fff;
    z-index: 100;
}

.blog-widget .posts li {
    margin: 0;
    padding: 0;
    overflow: hidden
}

.blog-widget .image-cell {
    width: 33%;
    float: left;
}

.blog-widget .offset-image {
    overflow: hidden;
    padding: 40px 50px 30px;
}

.blog-widget h4 {
    color: #fff;
    font-size: 1.385em;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.post-date, .post-comment {
    display: block;
    float: left;
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
    color: #fff;
    font-size: 0.846em;
}

.post-date {
    background: #fff;
    color: #000;
    border-radius: 3px 0 0 3px;
}

.post-comment {
    background: #282e42;
    color: #fff !important;
    text-decoration: none;
    border-radius: 0 3px 3px 0;
    text-decoration: none !important;
    cursor: pointer;
}

/* blog posts */

.posts-isotope {
    margin: 45px 0 35px;
}

.post .inside {
    background: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
    padding: 10px 10px;
    margin-bottom: 15px;
    position: relative;
}

.post .inside .text {
    padding: 10px 10px 15px;
}

.post .inside h4 {
    color: #2a3044;
}

.list-info {
    margin: 10px 0;
    padding: 0;
    list-style-type: none;
    display: block;
    width: 100%;
    overflow: hidden;
}

.list-info li {
    margin: 0 0 5px;
    display: inline-block;
    float: left;
    border-left: 1px solid #d1d1d1;
    padding: 0 10px;
}

.list-info li:first-child {
    border: none;
    padding-left: 0;
}

.list-info li, .list-info li a {
    color: #2b2b2b
}

.list-info li a {
    color: #EF9C2C;
}

.blog-post {
    background: #fff;
    position: relative;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
    margin-bottom: 25px;
    padding: 10px;
}

.blog-post .post-container {
    padding: 20px;
}

/*posts widget*/
.posts-widget ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    background: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
    padding: 10px 15px 25px 23px;
}

.posts-widget ul li {
    margin: 0;
    padding: 0 0 10px;
    overflow: hidden
}

.posts-widget ul li:last-child {
    padding-bottom: 0
}

.posts-widget .post-date {
    display: block;
    color: #292929;
    background: none;
    padding: 0 0 20px;
    font-weight: 600;
}

.posts-widget img {
    width: 125px;
    float: left;
    margin: 0 14px 0 0
}

.posts-widget .title {
    font-weight: 600;
    font-size: 0.846em;
    text-transform: uppercase;
}

/*pagination*/
.pagination-main {
    margin: 0 auto;
    padding: 0 0 35px;
    list-style-type: none;
    text-align: center
}

.pagination-main li {
    display: inline-block;
    margin: 0;
    padding: 0 1px 0 0;
    font-size: 1.08em;
    line-height: 2.3em;
    color: #2248b5
}

.pagination-main li a {
    display: inline-block;
    border: 1px solid #2248b5;
    width: 30px;
    height: 34px;
    text-align: center;
    border-radius: 2px
}

.pagination-main li a:hover, .pagination-main li.active a {
    text-decoration: none;
    color: #fff;
    background: #2248b5;
    border-color: #2248b5
}

.pagination-main li.active a {
    cursor: default
}

/* aside widget */
.container-widget {
    margin-bottom: 25px
}

.container-widget h3 {
    font-size: 1.538em;
    padding-bottom: 1.3em
}

.container-widget p:last-child {
    margin: 0
}

/*info box*/

.info-box .inside {
    background: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
    padding: 0 25px 30px;
}

.info-box h2 {
    margin: 0 -25px 28px;
    padding: 22px 25px;
}

.info-box h2:after {
    border-top-color: #fff;
}

.info-box table {
    width: 100%;
}

/*testimonial*/
.testimonials-carousel {
    margin-bottom: 18px;
}

.testimonials-carousel.owl-theme .owl-controls {
    top: auto;
    bottom: -30px;
    text-align: center;
}

.testimonial {
    text-align: center;
    padding: 0 10px;
}

.testimonial img {
    margin-bottom: 10px;
}

/*contact icons*/
.contact-icon {
    display: inline-block;
    width: 37px;
    height: 37px;
    text-align: center;
    font-size: 1.5em;
    line-height: 40px;
    background: #f7f7f7;
    transition: all 0.5s 0s ease;
    -webkit-transition: all 0.5s 0s ease;
    -moz-transition: all 0.5s 0s ease;
    -o-transition: all 0.5s 0s ease
}

.contact-icon span {
    color: #2248b5
}

.contact-icon:hover {
    text-decoration: none;
    background: #2248b5;
}

.contact-icon:hover span {
    color: #fff
}

/*find us block*/
.find-us {
    margin: 0;
    padding: 5px 0 0;
    list-style-type: none;
    font-size: 1.5em;
    overflow: hidden
}

.find-us li {
    float: left;
    margin-right: 9px;
    margin-bottom: 9px
}

.find-us .icon {
    display: block;
    width: 45px;
    line-height: 45px;
    text-align: center;
}

.find-us a {
    display: inline-block;
    vertical-align: top;
    border: 1px solid #EF9C2C;
    width: 47px;
    height: 47px;
    border-radius: 3px;
    color: #2a3044;
}

.find-us a:hover {
    text-decoration: none;
    border-color: #2a3044;
    background: #2a3044;
    color: #EF9C2C;
}

/*filters*/
.filters-by-category {
    margin: 35px 0 30px;
}

.filters-by-category ul {
    padding: 0;
    margin: 0;
}

.filters-by-category li {
    margin: 0 2px 12px;
    display: inline-block;
    position: relative;
}

.filters-by-category li a {
    display: block;
    padding: 0 22px;
    font-size: 1.077em;
    line-height: 42px;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    background: #EF9C2C;
    border-radius: 3px;
}

.filters-by-category li a.selected {
    background: #2248b5;
    color: #fff;
}

/* gallery */
.gallery {
    margin-bottom: 50px;
}

.gallery .item {
    width: 374px;
    margin-bottom: 24px;
    border: 10px solid #fff;
    position: relative;
    background: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    color: #2b2b2b;
}

.gallery .item .image {
    width: 100%;
    background: #f7f7f7;
    margin-bottom: 5px;
}

.gallery .item img {
    width: 100%;
}

.gallery .item .info {
    padding: 10px 10px 0;
}

.gallery .item .info h4 {
    padding-bottom: 5px;
    color: #2a3044;
    text-transform: uppercase;
}

.details-box {
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1000;
    width: 880px;
    margin-left: -440px;
    border-bottom: 6px solid #EF9C2C;
    background: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
}

.details-box:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(246, 193, 35, 0);
    border-bottom-color: #EF9C2C;
    border-width: 18px;
    margin-left: -18px;
}

.details-box.open {
    display: block;
}

.details-box .box-close {
    position: absolute;
    right: 10px;
    top: 18px;
    cursor: pointer;
    color: #fff;
    font-size: 35px;
    font-family: Garamond, "Apple Garamond";
}

.details-box .title {
    background: #EF9C2C;
    color: #fff;
    font-size: 1.692em;
    padding: 18px;
}

.details-box .inside {
    margin: 6px;
}

.details-box .row-top {
    background: #f3f3f3;
    padding: 15px 0;
}

.details-box .details-image {
    width: 40%;
    float: left;
}

.details-box .details-list {
    width: 60%;
    float: left;
    padding-top: 15px;
}

.details-box .details-list h4 {
    text-transform: uppercase;
}

.details-box .row-bot {
    padding: 15px 20px;
}

.gallery .item .details-box.left {
    left: -10px;
    top: 50%;
    margin-left: 0;
}

.gallery .item .details-box.left:after {
    left: 15%;
}

.gallery .item .details-box.right {
    right: -10px;
    left: auto;
    top: 50%;
    margin-left: 0;
}

.gallery .item .details-box.right:after {
    left: 85%;
}

/*contacts list*/
.contacts-list {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.contacts-list li {
    margin: 0;
    padding: 0 0 10px;
    font-size: 1.154em;
}

.contacts-list li .icon {
    padding-right: 10px;
    color: #2248b5;
    font-size: 1.2em;
}

/*google-map*/
.google-map, .google-map-big {
    border: 0 none;
    height: 270px;
    margin: 0;
    overflow: hidden;
    width: 100%;
}

.google-map-big {
    height: 420px;
}

/*footer*/
footer {
    background-color: #2a3044;
}

footer, footer a {
    color: #606575 !important;
}

.footer-navbar {
    background-image: none;
    border: none;
}

.footer-navbar .menu, .footer-navbar .menu a {
    color: #606575
}

.footer-navbar .icon, .footer-navbar h3, .footer-navbar h4, footer h3, footer h4 {
    color: #fff
}

.footer-navbar h3, .footer-navbar h4 {
    text-transform: uppercase;
}

.footer-navbar .icon {
    font-size: .92em;
    margin-right: 7px
}

.footer-navbar .menu {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.footer-navbar .menu li {
    margin: 0;
    padding: 0 0 10px
}

.footer-navbar .content {
    padding: 38px 15px 0;
}

.footer-bottom-block {
    padding-top: 0;
    padding-bottom: 17px;
    line-height: 2em
}

footer .copyright-text {
    margin-top: -25px;
}

footer .copyright-text, footer .copyright-text a {
    color: #818389
}

.collapsed-block {
    margin-bottom: 15px
}

.collapsed-block h3 {
    padding-bottom: 5px;
}

/*newsletter*/
.newsletter p {
    margin-bottom: 15px;
}

.newsletter .form-control {
    height: 47px;
    padding: 10px 12px;
    background-color: #fff;
    border: 1px solid #EF9C2C;
}

/*custom list*/

.simple-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.simple-list ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.simple-list li {
    margin: 0;
    padding: 0 0 12px;
}

.simple-list li a {
    color: #000;
}

.simple-list li .icon {
    font-size: 1em;
    margin-right: 7px;
    color: #EF9C2C;
}

/*tags list*/
.tags-list {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.tags-list li {
    margin: 0;
    padding: 0 0 2px;
    display: inline-block
}

.tags-list li a {
    display: inline-block;
    margin-left: -2px;
    border: 1px solid #EF9C2C;
    background: #EF9C2C;
    color: #fff;
    border-radius: 2px;
    padding: 5px 8px 4px;
    transition: all 0.5s 0s ease;
    -webkit-transition: all 0.5s 0s ease;
    -moz-transition: all 0.5s 0s ease;
    -o-transition: all 0.5s 0s ease
}

.tags-list li a:hover {
    text-decoration: none;
    color: #EF9C2C;
    background: none;
    border-color: #EF9C2C
}

/*tabs*/
#topTabsClone {
    display: none;
    margin-bottom: 35px;
}

.toptabs .container {
    position: relative;
}

#topTabsClone.toptabs .container {
    padding-left: 0;
    padding-right: 0;
}

#topTabsClone.toptabs .container .inside {
    position: relative;
    width: 100%;
}

.toptabs .container .inside {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 375px;
}

.toptabs .form-control {
    height: 35px;
    padding: 10px 12px;
    margin-bottom: 10px;
    border: none;
    -webkit-box-shadow: inset 1px 1px 2px 0px rgba(0, 0, 0, 0.15);
    box-shadow: inset 1px 1px 2px 0px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
}

#topTabsClone.toptabs .form-control {
    max-width: 325px;
}

.nav-tabs {
    border: none;
    padding: 0 !important;
}

.nav-tabs > li {
    display: block;
    float: left;
}

.nav-tabs > li > a {
    border: none;
    padding: 13px 15px;
    opacity: 0.9;
    background: url(../images/bg-tab.png) repeat 0 0;
    color: #fff6db;
}

.nav-tabs > li > a, .nav-tabs > li > a:hover {
    background-color: transparent;
    border: none !important;
    font-size: 1.077em;
    font-family: 'Roboto Slab', sans-serif !important;
    font-weight: 700;
    text-transform: none;
    line-height: 27px;
    margin: 0;
    border-radius: 0;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    background-color: #EF9C2C;
    color: #fff;
    border: none !important;
    opacity: 1;
}

.tab-content-outer .tab-content {
    background: url(../images/bg-tab.png) repeat 0 0;
    border: none;
    color: #2248b5;
}

.tab-content-outer .tab-content .tab-pane {
    padding: 25px 25px 10px 25px;
}

.number-in-circle {
    position: absolute;
    left: 0;
    top: 0;
    width: 45px;
    height: 45px;
    color: #fff;
    font-size: 17px;
    line-height: 45px;
    text-align: center;
    background: rgba(255, 255, 255, 0.30);
    border-radius: 50%;
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, .1);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, .1);
}

.number-text {
    overflow: hidden;
    margin-bottom: 15px;
    /*padding-left: 60px;*/
}

/*slider*/
#slider {
    font-size: 86px;
    line-height: 1em;
    position: relative;
}

#slider #slider __item {
    position: relative;
}

#slider .text-pos-1 {
    position: absolute;
    bottom: 20%;
    right: 5%;
    width: 45%;
    z-index: 10000;
}

#slider .text-pos-2 {
    position: absolute;
    bottom: 20%;
    left: 5%;
    width: 60%;
    z-index: 10000;
}

#slider .text1 {
    margin-top: 0.2em;
    font-family: 'Roboto Slab', sans-serif;
    font-size: 1em;
    font-weight: bold;
    line-height: 0.8em;
    color: #fff;
}

#slider .text2 {
    margin-top: 0.2em;
    font-family: 'Roboto Slab', sans-serif;
    font-size: 0.8em;
    font-weight: bold;
    line-height: 1em;
    color: #EF9C2C;
    text-transform: uppercase;
}

#slider .text3 {
    margin-top: 0.5em;
    font-family: 'Roboto Slab', sans-serif;
    font-size: 0.28em;
    line-height: 1em;
    color: #fff;
    text-transform: none;
}

#slider .scroll-down {
    position: absolute;
    display: block;
    margin-bottom: 0;
    z-index: 100;
    color: #fff;
    left: 0;
    bottom: 3%;
    width: 22%;
    text-align: center;
    text-shadow: 1px 1px rgba(0, 0, 0, .5);
    font: 20px/20px 'Roboto Slab', sans-serif
}

#slider .scroll-down:hover {
    text-decoration: none
}

#slider .scroll-down .icon {
    display: block;
    font-size: 70px;
    margin-top: -60px;
}

/* #Media Queries
================================================== */

@media (max-width: 767px) {
    .responsive .content.nopad-xs {
        padding-top: 0;
        padding-bottom: 0
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .responsive .navbar-height-inner {
        height: 185px
    }
}

@media (max-width: 767px) {
    .responsive .navbar {
        width: 100%;
        position: relative;
        margin-bottom: 0
    }

    .responsive .navbar.navbar-compact {
        position: fixed;
    }

    .responsive .navbar-logo {
        margin: 5px auto 0;
        width: 50%
    }

    .responsive .navbar-logo img {
        max-width: 100%
    }

    .responsive .navbar-height-inner {
        height: 0 !important
    }

    .responsive .navbar-secondary-menu {
        padding: 20px 0 0;
        width: 100px;
        position: relative;
        z-index: 1200;
    }
}

@media (max-width: 639px) {
    .responsive .navbar-secondary-menu {
        padding: 14px 0 0;
    }
}

@media (max-width: 479px) {
    .responsive .navbar-logo {
        width: 60%;
    }

    .responsive .navbar-secondary-menu {
        padding: 10px 0 0;
    }
}

@media (max-width: 360px) {
    .responsive .navbar-secondary-menu {
        padding: 7px 0 0;
    }
}

@media (max-width: 767px) {
    .responsive .mobile-nav {
        position: relative;
        height: 60px;
        background: #2248b5;
    }

    .responsive .mobile-nav .nav-item:first-child {
        border: 0
    }

    .responsive .mobile-nav .nav-item.item-02 > a {
        left: 25%
    }

    .responsive .mobile-nav .nav-item.item-03 > a {
        left: 50%
    }

    .responsive .mobile-nav .nav-item.item-04 > a {
        left: 75%
    }

    .responsive .mobile-nav .nav-item > a {
        height: 60px;
        width: 25%;
        float: left;
        display: block;
        z-index: 2;
        position: absolute;
        top: 0;
        left: 0;
        text-decoration: none;
        text-align: center
    }

    .responsive .mobile-nav .nav-item.active > a {
        background: #ef9c2c
    }

    .responsive .mobile-nav .nav-item > a .icon {
        position: relative;
        font-size: 26px;
        color: #fff;
        display: block;
        padding: 21px 0 0 0
    }

    .responsive .mobile-nav .nav-item > a .icon.icon-menu {
        font-size: 35px;
    }

    .responsive .mobile-nav .nav-item .tab-content {
        z-index: 0;
        overflow: hidden;
        position: absolute;
        left: 0;
        top: -200px;
        background: #fff;
        width: 100%;
        max-height: 0
    }

    .responsive .mobile-nav .nav-item.active .tab-content {
        top: 60px;
        max-height: 1000px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
        z-index: 1
    }

    .responsive .mobile-nav .nav-item .tab-content .form-control {
        background: #fff !important;
        border: 1px solid #2248b5 !important;
        color: #2248b5 !important;
    }

    .responsive .mobile-nav .navbar-search .button {
        color: #2248b5 !important;
    }
}

@media (max-width: 767px) {
    .responsive #outer {
        overflow: hidden
    }

    #outer-canvas, .responsive #off-canvas-menu {
        width: 100%
    }

    body.off-canvas-menu-open.responsive #outer-canvas {
        margin-left: 280px;
        position: relative;
        overflow: hidden
    }

    .responsive #outer-canvas:before {
        content: " ";
        position: absolute;
        z-index: -1;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background-color: #fff
    }

    .responsive #off-canvas-menu {
        position: absolute;
        display: block;
        left: -280px;
        top: 0;
        overflow: hidden;
        min-height: 100%;
        z-index: 1001;
        width: 280px;
        background: #f5f5f5;
    }

    .responsive #off-canvas-menu .expander-list .expander {
        font-size: 16px;
        margin-top: 5px
    }

    .responsive #off-canvas-menu .expander-list .name {
        padding: 10px 10px 10px 25px
    }

    .responsive #off-canvas-menu ul li span.icon {
        padding: 0 10px 0 0;
        font-size: 18px;
        line-height: 22px
    }

    .responsive #off-canvas-menu ul li li li {
        padding-left: 35px
    }

    .responsive #off-canvas-menu ul li a {
        font-size: 14px;
        line-height: 26px;
        color: #2b2b2b;
        text-transform: uppercase;
        text-decoration: none
    }

    .responsive #off-canvas-menu-title {
        display: block;
        background: #f5f5f5;
        border-bottom: 1px solid #e7e7e7;
        font-size: 16px;
        line-height: 46px;
        padding-left: 25px;
    }

    .responsive #off-canvas-menu-close {
        font-size: 20px;
        font-family: Garamond, "Apple Garamond";
        cursor: pointer;
        float: right;
        color: #fff;
        padding: 0 16px 0 0;
        margin-top: -3px;
    }

    body.off-canvas-menu-open.responsive #off-canvas-menu {
        display: block;
        left: 0
    }

    body.off-canvas-menu-open.responsive #outer-overlay {
        display: block;
        background: none repeat scroll 0 0 #000;
        height: 100%;
        left: 0;
        min-height: 100% !important;
        position: absolute !important;
        top: 0;
        width: 100% !important;
        opacity: .5;
        z-index: 1000
    }

    .responsive #outer-overlay {
        opacity: 0;
        z-index: 0
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .responsive .navbar-compact {
        top: -115px
    }

    .responsive .navbar-compact .navbar-search {
        margin-top: -40px
    }
}

@media (max-width: 767px) {
    .responsive .navbar-search {
        float: none !important;
        clear: none !important;
        margin: 0 !important;
        padding: 25px 20px 10px !important;
        position: static;
    }

    .responsive .navbar-search input.form-control {
        font-size: 1em;
        width: 100% !important;
        float: none !important;
        padding-top: 8px !important
    }

    .responsive .navbar-search .form-control {
        padding-right: 32px !important
    }

    .responsive .navbar-search .form-control:focus {
        width: 100% !important
    }
}

@media (max-width: 767px) {
    .responsive .input-control input.form-control {
        width: 100%
    }
}

@media (max-width: 767px) {
    .responsive .banner-box {
        width: 100%;
        float: none;
        clear: both;
    }
}

@media (max-width: 480px) {
    .responsive #topTabs .container .inside {
        position: relative;
        width: 100%;
    }

    .responsive #topTabs .container {
        padding: 0;
    }

    .responsive #topTabs .nav-tabs > li {
        width: 100%;
        float: none;
    }

    .responsive #topTabs .nav-tabs > li > a {
        padding: 8px 10px;
    }

    .responsive #slider {
        margin-top: -10px !important
    }

    .responsive input.datetimepicker[type="text"] {
        width: 100%;
        margin: 0;
    }
}

@media (max-width: 767px) {
    .responsive .post {
        display: block;
    }

    .responsive .post.post-single .image img, .responsive .image-circle img {
        max-width: 100%;
        width: auto
    }
}

@media (max-width: 991px) {
    .responsive .blog-widget .image-cell {
        width: 40%;
    }

    .responsive .blog-widget .offset-image {
        padding: 20px 30px 10px;
    }

    .responsive .blog-widget .posts::before {
        font-size: 104px;
        line-height: 104px;
        position: absolute;
        right: -25px;
        text-indent: 0;
        top: -25px;
    }
}

@media (max-width: 640px) {
    .responsive .blog-widget .posts {
        padding: 0;
    }

    .responsive .blog-widget .image-cell {
        width: 100%;
        margin: 0;
    }

    .responsive .blog-widget .offset-image {
        padding: 20px 30px 10px;
    }

    .responsive .blog-widget .posts::before {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .responsive .news {
        padding: 0;
        text-align: center;
    }

    .responsive .news p {
        text-align: left;
    }

    .responsive .news .image {
        position: relative;
        margin-bottom: 10px;
    }

    .responsive .news .image img {
        width: auto;
        margin: 0 auto;
    }
}

@media (min-width: 768px) {
    .responsive .footer-navbar .tabBlock {
        display: block !important
    }
}

@media (max-width: 767px) {
    .responsive footer .copyright-text {
        margin-top: 0;
    }

    .responsive .footer-navbar {
        background: 0 0;
        color: #2b2b2b;
        border: none
    }

    .responsive .container .footer-navbar .container {
        padding: 0
    }

    .responsive .footer-navbar .menu {
        margin: 0;
        padding: 0;
        list-style-type: none
    }

    .responsive .footer-navbar .menu li {
        margin: 0;
        padding: 0 0 10px
    }

    .responsive .collapsed-block-outer {
        width: 100%;
        padding: 0;
    }

    .responsive .collapsed-block {
        border-bottom: 1px solid #606575;
        padding-top: 15px;
        margin: 0
    }

    .responsive .collapsed-block h3, .responsive .collapsed-block h4 {
        padding-bottom: 15px
    }

    .responsive .collapsed-block .tabBlock {
        display: none
    }

    .responsive .collapsed-block .expander {
        float: right;
        cursor: pointer;
        padding: 0 8px;
        margin-top: -5px;
        font-size: 20px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        text-decoration: none
    }

    .responsive .footer-bottom-block {
        text-align: center;
        padding: 25px 0
    }
}

@media (max-width: 767px) {
    .responsive .tab-content {
        padding: 20px 20px 15px;
        border: none;
        margin-bottom: 20px
    }
}

@media (min-width: 768px) {
    .responsive .tabs-left .tab-content-outer {
        border-color: #2248b5
    }
}

@media (max-width: 767px) {
    .responsive .tabsslider .carousel-next:hover, .responsive .tabsslider .carousel-prev:hover {
        color: #2248b5
    }

    .responsive .services-block .item {
        border-color: #38393d
    }
}

@media (max-width: 767px) {
    .responsive .navbar-compact .navbar-logo {
        width: 50% !important;
        margin: 5px auto 10px !important;
        float: none !important
    }
}

@media (max-width: 1199px) {
    .responsive .navbar-main-menu .item .btn-main, .responsive .navbar-main-menu .sf-menu > li > a {
        padding-left: 15px;
        padding-right: 15px;
    }

    .responsive .navbar-compact .navbar-main-menu .item .btn-main, .responsive .navbar-compact .navbar-main-menu .sf-menu > li > a {
        padding-left: 10px;
        padding-right: 10px;
    }

    .responsive .navbar-compact .navbar-logo {
        padding-top: 10px;
        padding-bottom: 8px;
    }
}

@media (max-width: 991px) {
    .responsive .navbar-main-menu .item .btn-main, .responsive .navbar-main-menu .sf-menu > li > a {
        padding-left: 15px;
        padding-right: 15px;
    }

    .responsive .navbar-compact .navbar-main-menu .item .btn-main, .responsive .navbar-compact .navbar-main-menu .sf-menu > li > a {
        padding-left: 10px;
        padding-right: 10px;
    }

    .responsive .navbar-compact .navbar-logo {
        padding-top: 18px;
        padding-bottom: 10px;
    }

    .responsive .navbar-compact .navbar-main-menu {
        clear: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .responsive .navbar-logo {
        width: 47%;
    }
}

@media (max-width: 1400px) {
    .responsive #slider {
        font-size: 80px;
    }
}

@media (max-width: 1199px) {
    .responsive #slider {
        font-size: 60px;
    }
}

@media (max-width: 991px) {
    .responsive #slider {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    #slider {
        font-size: 30px;
    }
}

@media (max-width: 479px) {
    .responsive #slider {
        font-size: 30px;
    }
}

@media (max-width: 479px) {
    .post {
        width: 100%;
    }
}

@media (max-width: 639px) {
    .img-left {
        float: none;
        width: 100%;
        margin: 0 0 25px;
    }

    .img-right {
        float: none;
        width: 100%;
        margin: 0 0 25px;
    }
}

@media (min-width: 992px) {
    .wrapper .service-block:nth-child(3n+0) {
        border-width: 0 0 1px 0 !important;
    }

    .wrapper .service-block:nth-child(-n+3) {
        padding-top: 15px;
    }

    .wrapper .service-block:nth-last-child(-n+3) {
        border-bottom: none;
    }
}

@media (min-width: 480px) and (max-width: 991px) {
    .service-block {
        width: 50%;
        border-width: 0 1px 1px 0;
    }

    .wrapper .service-block:nth-child(2n+2) {
        border-width: 0 0 1px 0 !important;
    }

    .wrapper .service-block:nth-child(-n+2) {
        padding-top: 15px;
    }

    .wrapper .service-block:nth-last-child(-n+2) {
        border-bottom: none;
    }
}

@media (max-width: 479px) {
    .service-block {
        width: 100%;
        border-width: 0 0 1px 0;
    }

    .wrapper .service-block:last-child {
        border-bottom: none;
    }
}

@media (max-width: 767px) {
    .price-table .image {
        width: 50%;
        margin: 0 25% 25px;
    }

    .price-table .info {
        width: 50%;
    }

    .price-table .price-outer {
        width: 40%;
    }

    .price-table .price-outer .price span {
        display: block;
    }

    .price-table .similar {
        clear: both;
        display: block;
        margin: -5px 0 20px;
    }
}

@media (max-width: 479px) {
    .price-table .image {
        width: 80%;
        fmargin: 0 10% 25px;
    }

    .price-table .info h4 {
        float: none !important;
    }

    .price-table .info {
        width: 100%;
        text-align: center;
    }

    .price-table .price-outer {
        width: 100%;
        text-align: center;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .gallery .item {
        width: 307px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .gallery .item {
        width: 363px;
    }

    .details-box {
        width: 700px;
        margin-left: -350px;
    }
}

@media (min-width: 640px) and (max-width: 767px) {
    .gallery {
        margin: 0 0 0 25px;
    }

    .gallery .item {
        width: 46%;
    }

    .details-box {
        width: 450px;
        margin-left: -225px;
    }
}

@media (min-width: 480px) and (max-width: 639px) {
    .gallery .item {
        width: 70%;
        left: 15% !important;
    }

    .details-box {
        width: 110%;
        margin-left: -55%;
    }
}

@media (max-width: 473px) {
    .gallery .item {
        width: 80%;
        left: 10% !important;
    }

    .details-box {
        width: 110%;
        margin-left: -55%;
    }
}

/* Animation */

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animate, .animate-delay {
    opacity: 0; /*-webkit-perspective:1000*/
}

.touch .animate, .touch .animate-delay {
    opacity: 1 !important
}

.animate-delay.animated.scale, .animate.animated.scale {
    -webkit-animation: scale 1s 1 cubic-bezier(0.445, .05, .55, .95);
    -moz-animation: scale 1s 1 cubic-bezier(0.445, .05, .55, .95);
    -o-animation: scale 1s 1 cubic-bezier(0.445, .05, .55, .95);
    animation: scale 1s 1 cubic-bezier(0.445, .05, .55, .95);
    opacity: 1
}

.animate-delay.animated.fadeUp, .animate.animated.fadeUp {
    -webkit-animation: fadeUp .5s 1 linear;
    -moz-animation: fadeUp .5s 1 linear;
    -o-animation: fadeUp .5s 1 linear;
    animation: fadeUp .5s 1 linear;
    opacity: 1
}

@-webkit-keyframes scale {
    0% {
        -webkit-transform: scale(0.3);
        opacity: .1
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 1
    }
}

@-moz-keyframes scale {
    0% {
        -moz-transform: scale(0.3);
        opacity: .1
    }
    100% {
        -moz-transform: scale(1);
        opacity: 1
    }
}

@-o-keyframes scale {
    0% {
        -o-transform: scale(0.3);
        opacity: .1
    }
    100% {
        -o-transform: scale(1);
        opacity: 1
    }
}

@keyframes scale {
    0% {
        transform: scale(0.3);
        opacity: .1
    }
    100% {
        transform: scale(1);
        opacity: 1
    }
}

@-webkit-keyframes fadeUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes bounce {
    0% {
        top: -18px
    }
    100% {
        top: -24px
    }
}

@keyframes bounce {
    0% {
        top: -18px
    }
    100% {
        top: -24px
    }
}

.animate-move-down, .animate-scale {
    -o-transition: -o-transform 0.2s linear 0s;
    -moz-transition: -moz-transform 0.2s linear 0s;
    -webkit-transition: -webkit-transform 0.2s linear 0s;
    -ms-transition: -ms-transform 0.2s linear 0s;
    transition: transform 0.2s linear 0s;
}

.animate-scale:hover {
    -o-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2)
}

.animate-move-down:hover {
    -o-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px)
}

.flex-direction-nav {
    -webkit-transform: translate3d(0, 0, 0)
}

.flex-direction-nav a {
    -o-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -webkit-transition: color .3s ease;
    -ms-transition: color .3s ease;
    transition: color .3s ease
}

.navbar-search input.form-control {
    -o-transition: width .5s ease;
    -moz-transition: width .5s ease;
    -webkit-transition: width .5s ease;
    transition: width .5s ease
}

.navbar-main-menu .item .btn-main, .sf-menu > li {
    -o-transition: border .1s ease;
    -moz-transition: border .1s ease;
    -webkit-transition: border .1s ease;
    transition: border .1s ease
}

.navbar-switcher {
    -o-transition: background .5s ease;
    -moz-transition: background .5s ease;
    -webkit-transition: background .5s ease;
    transition: background .5s ease
}

.find-us .icon {
    -o-transition: -o-transform 1s ease;
    -moz-transition: -moz-transform 1s ease;
    -webkit-transition: -webkit-transform 1s ease;
    -ms-transition: -ms-transform 1s ease;
    transition: transform 1s ease
}

.social-widgets .item, .social-widgets .tab-content, .social-widgets .tab-icon {
    -o-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease
}

.animate-hover:hover {
    -webkit-animation-duration: 1s;
    animation-duration: 1s
}

#off-canvas-menu, #outer-canvas, .mobile-nav .nav-item a {
    -o-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease
}

.flex-direction-nav {
    opacity: 0;
    -webkit-transition-duration: 500ms;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-duration: 500ms;
    -moz-transition-timing-function: ease-out;
    -o-transition-duration: 500ms;
    -p-transition-timing-function: ease-out;
    -ms-transform-duration: 500ms;
    -ms-transform-timing-function: ease-out
}

.touch .flex-direction-nav {
    opacity: 1
}

.flexslider:hover .flex-direction-nav {
    opacity: 1;
    -webkit-transition-duration: 500ms;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-duration: 500ms;
    -moz-transition-timing-function: ease-out;
    -o-transition-duration: 500ms;
    -p-transition-timing-function: ease-out;
    -ms-transform-duration: 500ms;
    -ms-transform-timing-function: ease-out
}

/*body .fa {*/
/*font-size: 24px;*/
/*vertical-align: middle;*/
/*margin-top: 12px;*/
/*}*/

#progress .progress-step {
    color: #2a3044;
    min-height: 50px;
    display: block
}

#progress .progress-step > div {
    display: inline-block
}

#progress .progress-step .title {
    font-size: 20px;
}

#progress .progress-step .circle {
    border-radius: 50%;
    background-color: #ef9c2c;
    color: #2248b5;
    font-size: 20px;
    text-align: center;
    width: 50px;
    height: 50px;
    margin-right: 15px;
    font-weight: 600;
}

#progress .progress-step.done .circle {
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
    opacity: 0.7;
    background-color: #ef9c2c;
    line-height: 50px
}

#progress .progress-step.inactive .circle {
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
    background-color: transparent;
    opacity: 0.7;
    border: 4px solid #ef9c2c;
    line-height: 42px
}

#progress .progress-step.active .circle {
    background-color: #ef9c2c;
    line-height: 50px
}

#progress .progress-step:hover {
    text-decoration: none;
    font-size: 1000;
}

#progress .progress-step:hover .circle {
    opacity: 1
}

@media (max-width: 992px) {
    #progress .progress-step .circle {
        margin-left: auto;
        margin-right: auto;
        display: block
    }

    #progress .progress-step .title {
        text-align: center;
        display: block;
        margin-top: 10px
    }
}

@media (max-width: 768px) {
    #progress {
        padding-bottom: 0px
    }

    #progress .progress-step {
        margin-bottom: 20px
    }
}

.summary table {
    width: 100%;
}

.summary table {
    width: 100%
}

.summary td {
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px
}

.summary td.title {
    color: #000;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 0px
}

.summary label {
    color: rgba(0, 0, 0, 0.6)
}

.summary .subtotal {
    display: inline-block;
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 15px 0px 0px 0px
}

.summary .subtotal .title {
    color: #24C630;
    font-size: 14px;
    font-weight: bold;
    float: left
}

.summary .subtotal .value {
    font-size: 14px;
    float: right
}

.meta ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    width: 100%;
}

.meta ul li {
    display: inline-block;
    padding: 3px 6px;
    margin-right: 2px;
    background-color: #f0f0f0;
}

.meta ul li i {
    vertical-align: -6px;
}

.meta ul li {
    display: inline-block;
    padding: 3px 6px;
    margin-right: 2px;
    background-color: #2248b5;
    color: #ffffff;
}

.meta ul li i {
    vertical-align: -6px;
    color: #ef9c2c;
}

body i.icon {
    font-size: 24px;
    vertical-align: middle;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    display: none;
    overflow: auto;
    overflow-y: scroll;
}

.modal-lg {
    width: 800px;
}

.modal-header {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 0px solid #e5e5e5;
}

h2::after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #ffffff;
    border-width: 8px;
    margin-left: -8px;
}

.modal-body {
    position: relative;
    padding: 0px 20px 20px 20px;
}

.extras table {
    width: 100%
}

.extras td.title {
    font-size: 14px;
    font-weight: bold;
    padding: 5px 0px
}

.extras td.value {
    font-size: 14px;
    text-align: right
}

.extras .total {
    background-color: #005cb7;;
    display: inline-block;
    padding: 20px 15px;
    width: 100%;
    margin-bottom: -5px
}

.extras .total .title {
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    float: left
}

.extras .total .value {
    color: #ffffff;
    font-size: 24px;
    float: right
}

.checkbox label, .radio label {
    padding-left: 0px;
}

.checkbox .ez-checkbox {
    -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
    background-color: #f0f0f0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer !important;
    display: inline-block;
    margin: 4px 10px -5px 0px;
    height: 20px;
    width: 20px
}

.checkbox .ez-checkbox.ez-checked {
    background: transparent url('../images/checkbox-checked.png') 0 1px no-repeat;
}

.checkbox .ez-checkbox .ez-hide {
    opacity: 0;
    width: 20px;
    height: 20px;
    margin: 0px;
    margin: 0px !important
}

.extras-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 15px 10px
}

.extras-item:last-child {
    border-bottom-width: 0px;
    padding-bottom: 0px
}

.extras-item .extra-icon {
    display: block
}

.extras-item .extra-icon .icon {
    display: block;
    font-size: 56px;
    padding: 10px;
    text-align: center
}

.extras-item .title {
    font-size: 18px;
    font-weight: bold
}

.extras-item .price {
    color: #2248b5;
    font-size: 15px;
    font-weight: bold
}

.extras-item p {
    color: rgba(0, 0, 0, 0.6)
}

.extras-item form {
    padding: 20px 0px
}

.extras-item form select {
    width: 40px !important
}

.extras-item form .chosen-container-single {
    text-align: center
}

.extras-item form .checkbox {
    margin-left: 15px;
    margin-top: 5px
}
