html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

footer,
header,
nav,
section {
    display: block;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

b {
    font-weight: bold;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

button {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button {
    text-transform: none;
}

button {
    -webkit-appearance: button;
    cursor: pointer;
}

@media print {

    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    a[href^="javascript:"]:after {
        content: "";
    }

    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    h2 {
        orphans: 3;
        widows: 3;
    }

    h2 {
        page-break-after: avoid;
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857;
    color: #333333;
    background-color: #fff;
}

button {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #337ab7;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #23527c;
    text-decoration: none;
}

a:focus {
    outline: none !important;
}

img {
    vertical-align: middle;
}

h2,
h4 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

h2 {
    margin-top: 20px;
    margin-bottom: 10px;
}

h4 {
    margin-top: 10px;
    margin-bottom: 10px;
}

h2 {
    font-size: 30px;
}

h4 {
    font-size: 18px;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
}

.container:before,
.container:after {
    content: " ";
    display: table;
}

.container:after {
    clear: both;
}

@media (min-width: 768px) {
    .container {
        width: 740px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1160px;
    }
}

.row {
    margin-left: -10px;
    margin-right: -10px;
}

.row:before,
.row:after {
    content: " ";
    display: table;
}

.row:after {
    clear: both;
}

.col-md-2,
.col-lg-3,
.col-md-4,
.col-sm-6,
.col-md-8,
.col-lg-9,
.col-md-10,
.col-md-12 {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}

@media (min-width: 768px) {
    .col-sm-6 {
        float: left;
    }

    .col-sm-6 {
        width: 50%;
    }
}

@media (min-width: 992px) {

    .col-md-2,
    .col-md-4,
    .col-md-8,
    .col-md-10,
    .col-md-12 {
        float: left;
    }

    .col-md-2 {
        width: 16.66667%;
    }

    .col-md-4 {
        width: 33.33333%;
    }

    .col-md-8 {
        width: 66.66667%;
    }

    .col-md-10 {
        width: 83.33333%;
    }

    .col-md-12 {
        width: 100%;
    }
}

@media (min-width: 1200px) {

    .col-lg-3,
    .col-lg-9 {
        float: left;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-9 {
        width: 75%;
    }
}

.btn {
    outline: none !important;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    height: 50px;
    padding: 15px 20px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 8px;
    border-radius: 50px;
    font-size: 14px;
    font-family: "canaro-medium";
    text-transform: uppercase;
    letter-spacing: -1px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn:focus,
.btn:active:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn:hover,
.btn:focus {
    color: #333;
    text-decoration: none;
}

.btn:active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-primary-o {
    color: #000;
    background-color: rgba(255, 255, 255, 0);
    border-color: #ffae00;
}

.btn-primary-o:focus {
    color: #000;
    background-color: rgba(255, 255, 255, 0);
    border-color: #ffae00;
}

.btn-primary-o:hover {
    color: #000;
    background-color: rgba(255, 255, 255, 0);
    border-color: #ffae00;
}

.btn-primary-o:active {
    color: #000;
    background-color: rgba(255, 255, 255, 0);
    border-color: #ffae00;
}

.btn-primary-o:active:hover,
.btn-primary-o:active:focus {
    color: #000;
    background-color: rgba(255, 255, 255, 0);
    border-color: #ffae00;
}

.btn-primary-o:active {
    background-image: none;
}

.btn-link {
    color: #337ab7;
    font-weight: normal;
    border-radius: 0;
    outline: none !important;
}

.btn-link,
.btn-link:active {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
    color: #23527c;
    text-decoration: none;
    background-color: transparent;
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 10px;
    padding-left: 10px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
}

.navbar-collapse:before,
.navbar-collapse:after {
    content: " ";
    display: table;
}

.navbar-collapse:after {
    clear: both;
}

@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }
}

.navbar-nav {
    margin: 7.5px -10px;
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }

    .navbar-nav>li {
        float: left;
    }

    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

header.site-head .menu nav ul:before,
section.home-content .car-list .item .price-box:before,
section.home-content .car-list .item .car-option-list ul:before,
footer.site-foot .links ul:before,
header.site-head .menu nav ul:after,
section.home-content .car-list .item .price-box:after,
section.home-content .car-list .item .car-option-list ul:after,
footer.site-foot .links ul:after {
    content: " ";
    display: table;
}

header.site-head .menu nav ul:after,
section.home-content .car-list .item .price-box:after,
section.home-content .car-list .item .car-option-list ul:after,
footer.site-foot .links ul:after {
    clear: both;
}

.visible-xs {
    display: none !important;
}

.visible-sm {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .visible-sm {
        display: block !important;
    }
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-tachometer:before {
    content: "ïƒ¤";
}

.fa-suitcase:before {
    content: "ïƒ²";
}

.fa-angle-left:before {
    content: "ï„„";
}

.fa-angle-right:before {
    content: "ï„…";
}

.fa-try:before {
    content: "ï†•";
}

.fa-recycle:before {
    content: "ï†¸";
}

.fa-battery-three-quarters:before {
    content: "ï‰";
}

@media (min-width: 1px) and (max-width: 1024px) {
    body {
        padding-top: 65px;
    }

    body .container {
        padding: 0 20px;
    }
}

header.site-head {
    position: relative;
    box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.1);
    background: #fff;
    padding: 24px 0;
    z-index: 10;
}

header.site-head .block.right-block {
    float: right;
}

header.site-head .block.right-block>div {
    float: left;
}

header.site-head .menu-btn {
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -7px;
}

header.site-head .menu-btn span.line {
    display: block;
    width: 35px;
    height: 2px;
    background: #ffae00;
    -webkit-transition: all ease-out 0.2s;
    -o-transition: all ease-out 0.2s;
    transition: all ease-out 0.2s;
}

header.site-head .menu-btn span.line:nth-child(2) {
    margin: 4px 0;
}

header.site-head .menu {
    margin: 4px 0;
}

header.site-head .menu nav ul {
    margin: 0 -10px;
}

header.site-head .menu nav ul li {
    float: left;
    padding: 0 5px;
}

header.site-head .menu nav ul li a {
    display: block;
    font: 15px/17px "canaro-regular";
    color: #5f717f;
    letter-spacing: -1px;
    margin: -28px 0;
    padding: 40px 10px;
    border-bottom: 3px solid transparent;
}

header.site-head .contact-us {
    border-left: 1px solid rgba(95, 113, 127, 0.3);
    padding-left: 18px;
    margin: 4px 0 4px 0px;
}

header.site-head .contact-us a {
    display: block;
    font-family: "canaro-bold";
    font-style: italic;
    color: #5f717f;
    text-align: right;
    line-height: 22px;
    letter-spacing: -1px;
}

header.site-head .contact-us a span {
    display: block;
}

header.site-head .contact-us a span.label-text {
    font-size: 15px;
}

header.site-head .contact-us a span.label-value {
    font-size: 27px;
}

@media (min-width: 1px) and (max-width: 1024px) {
    header.site-head {
        padding: 0;
        box-shadow: none;
        background: none;
    }

    header.site-head .block.left-block {
        position: fixed;
        z-index: 10;
        width: 100%;
        top: 0;
        left: 0;
        padding: 25px 0;
        box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.1);
        background: #fff;
    }

    header.site-head .block.right-block {
        position: fixed;
        z-index: 9;
        width: 280px;
        height: 100%;
        top: 0;
        right: -280px;
        background: #fff;
        padding: 85px 20px 20px;
    }

    header.site-head .logo {
        text-align: center;
    }

    header.site-head .logo a {
        max-width: 150px;
    }

    header.site-head .logo a img {
        width: 123px;
    }

    header.site-head .menu {
        margin: 0;
    }

    header.site-head .menu nav ul {
        margin: 0;
    }

    header.site-head .menu nav ul li {
        width: 100%;
        padding: 0;
    }

    header.site-head .menu nav ul li a {
        margin: 0;
        padding: 20px 0;
    }

    header.site-head .contact-us {
        border-left: none;
        border-top: 1px solid #dddddd;
        padding: 20px 0;
        margin: 0;
        width: 100%;
    }

    header.site-head .contact-us a {
        text-align: left;
    }
}

section.home-content .box-group {
    margin-bottom: 40px;
}

section.home-content .box-group .box-group-head {
    margin-bottom: 40px;
}

section.home-content .box-group .box-group-head h2 {
    position: relative;
    font: 25px/25px "canaro-medium";
    color: #5d6469;
    margin: 0;
    padding: 10px 0;
    text-align: center;
    letter-spacing: -1px;
    text-transform: uppercase;
    overflow: hidden;
}

section.home-content .box-group .box-group-head h2:before {
    content: '';
    position: absolute;
    width: 100%;
    max-width: 1400px;
    height: 1px;
    left: 50%;
    top: 50%;
    margin-left: -675px;
    background: #dddddd;
    z-index: -1;
}

section.home-content .box-group .box-group-head h2 span {
    display: inline-block;
    background: #fff;
    padding: 0 80px;
}

section.home-content .box-group-1 {
    background: url(../img/home-promo-bg.jpg) bottom no-repeat;
    padding: 50px 0 140px 0;
    margin: 0;
}

section.home-content .box-group-2 {
    margin-top: -140px;
    padding-top: 30px;
    overflow: hidden;
    position: relative;
}

section.home-content .box-group-2 .car-slider-button {
    position: relative;
    z-index: 2;
}

section.home-content .box-group-2 .car-slider-button .btn {
    position: absolute;
    top: 71px;
    width: 55px;
    height: 55px;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    background: #fff;
    border: 1px solid #ffae00;
    box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.2);
    color: #ffae00;
    border-radius: 55px;
}

section.home-content .box-group-2 .car-slider-button .btn i {
    font-size: 22px;
    line-height: 55px;
}

section.home-content .box-group-2 .car-slider-button .btn[data-direction="prev"] {
    left: 0;
}

section.home-content .box-group-2 .car-slider-button .btn[data-direction="next"] {
    right: 0;
}

section.home-content .box-group-2 .car-slider-button .btn:hover {
    box-shadow: none;
    background: #ffae00;
    color: #fff;
}

section.home-content .car-slider {
    position: relative;
    min-height: 375px;
    z-index: 1;
}

section.home-content .car-slider .item {
    position: absolute;
    top: 0;
    left: 50%;
    padding: 0 50px 85px;
    -webkit-transition: margin-left cubic-bezier(0.46, 0.03, 0.52, 0.96) 0.8s 0.5s, filter cubic-bezier(0.46, 0.03, 0.52, 0.96) 0.8s 0.3s, z-index cubic-bezier(0.46, 0.03, 0.52, 0.96) 0.8s 0.3s, top cubic-bezier(0.46, 0.03, 0.52, 0.96) 0.8s 0.3s, margin-top cubic-bezier(0.46, 0.03, 0.52, 0.96) 0.8s 0.3s;
    -o-transition: margin-left cubic-bezier(0.46, 0.03, 0.52, 0.96) 0.8s 0.5s, filter cubic-bezier(0.46, 0.03, 0.52, 0.96) 0.8s 0.3s, z-index cubic-bezier(0.46, 0.03, 0.52, 0.96) 0.8s 0.3s, top cubic-bezier(0.46, 0.03, 0.52, 0.96) 0.8s 0.3s, margin-top cubic-bezier(0.46, 0.03, 0.52, 0.96) 0.8s 0.3s;
    transition: margin-left cubic-bezier(0.46, 0.03, 0.52, 0.96) 0.8s 0.5s, filter cubic-bezier(0.46, 0.03, 0.52, 0.96) 0.8s 0.3s, z-index cubic-bezier(0.46, 0.03, 0.52, 0.96) 0.8s 0.3s, top cubic-bezier(0.46, 0.03, 0.52, 0.96) 0.8s 0.3s, margin-top cubic-bezier(0.46, 0.03, 0.52, 0.96) 0.8s 0.3s;
}

section.home-content .car-slider .item img {
    -webkit-transition: width cubic-bezier(0.46, 0.03, 0.52, 0.96) 0.8s 0.3s;
    -o-transition: width cubic-bezier(0.46, 0.03, 0.52, 0.96) 0.8s 0.3s;
    transition: width cubic-bezier(0.46, 0.03, 0.52, 0.96) 0.8s 0.3s;
}

section.home-content .car-slider .item .campaign-title {
    -webkit-transition: opacity cubic-bezier(0.46, 0.03, 0.52, 0.96) 0.3s 1.3s, margin-bottom cubic-bezier(0.46, 0.03, 0.52, 0.96) 0.3s 1.3s;
    -o-transition: opacity cubic-bezier(0.46, 0.03, 0.52, 0.96) 0.3s 1.3s, margin-bottom cubic-bezier(0.46, 0.03, 0.52, 0.96) 0.3s 1.3s;
    transition: opacity cubic-bezier(0.46, 0.03, 0.52, 0.96) 0.3s 1.3s, margin-bottom cubic-bezier(0.46, 0.03, 0.52, 0.96) 0.3s 1.3s;
}

section.home-content .car-slider .item .campaign-price {
    -webkit-transition: transform cubic-bezier(0.68, -0.55, 0.27, 1.55) 0.6s 1.3s, opacity cubic-bezier(0.68, -0.55, 0.27, 1.55) 0.6s 1.3s;
    -o-transition: transform cubic-bezier(0.68, -0.55, 0.27, 1.55) 0.6s 1.3s, opacity cubic-bezier(0.68, -0.55, 0.27, 1.55) 0.6s 1.3s;
    transition: transform cubic-bezier(0.68, -0.55, 0.27, 1.55) 0.6s 1.3s, opacity cubic-bezier(0.68, -0.55, 0.27, 1.55) 0.6s 1.3s;
}

section.home-content .car-slider .item img {
    width: 610px;
}

section.home-content .car-slider .item .campaign-title {
    font: 24px/28px "canaro-light";
    color: #000;
    letter-spacing: -1px;
    opacity: 0;
    filter: alpha(opacity=0);
    margin-bottom: -30px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
}

section.home-content .car-slider .item .campaign-price {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: -20px;
    left: 95px;
    width: 111px;
    height: 103px;
    background: url(../img/price-bg.png) center no-repeat;
    color: #fff;
    text-align: right;
    letter-spacing: -1px;
    padding: 30px 20px;
}

section.home-content .car-slider .item .campaign-price .label-value {
    font: 31px/14px "canaro-xbold";
    font-style: italic;
}

section.home-content .car-slider .item .campaign-price .label-text {
    font: 20px "canaro-medium";
}

section.home-content .car-slider .item.active {
    z-index: 3;
    margin-left: -355px;
    -webkit-transition: margin-left cubic-bezier(0.46, 0.03, 0.52, 0.96) 0.8s 0.5s, filter cubic-bezier(0.46, 0.03, 0.52, 0.96) 0.8s 0.3s, z-index cubic-bezier(0.46, 0.03, 0.52, 0.96) 0.8s 0.3s, top cubic-bezier(0.46, 0.03, 0.52, 0.96) 0.8s 0.3s, margin-top cubic-bezier(0.46, 0.03, 0.52, 0.96) 0.8s 0.3s;
    -o-transition: margin-left cubic-bezier(0.46, 0.03, 0.52, 0.96) 0.8s 0.5s, filter cubic-bezier(0.46, 0.03, 0.52, 0.96) 0.8s 0.3s, z-index cubic-bezier(0.46, 0.03, 0.52, 0.96) 0.8s 0.3s, top cubic-bezier(0.46, 0.03, 0.52, 0.96) 0.8s 0.3s, margin-top cubic-bezier(0.46, 0.03, 0.52, 0.96) 0.8s 0.3s;
    transition: margin-left cubic-bezier(0.46, 0.03, 0.52, 0.96) 0.8s 0.5s, filter cubic-bezier(0.46, 0.03, 0.52, 0.96) 0.8s 0.3s, z-index cubic-bezier(0.46, 0.03, 0.52, 0.96) 0.8s 0.3s, top cubic-bezier(0.46, 0.03, 0.52, 0.96) 0.8s 0.3s, margin-top cubic-bezier(0.46, 0.03, 0.52, 0.96) 0.8s 0.3s;
}

section.home-content .car-slider .item.active img {
    -webkit-transition: width cubic-bezier(0.46, 0.03, 0.52, 0.96) 0.8s 0.3s;
    -o-transition: width cubic-bezier(0.46, 0.03, 0.52, 0.96) 0.8s 0.3s;
    transition: width cubic-bezier(0.46, 0.03, 0.52, 0.96) 0.8s 0.3s;
}

section.home-content .car-slider .item.active .campaign-title {
    -webkit-transition: opacity cubic-bezier(0.46, 0.03, 0.52, 0.96) 0.3s 1.3s, margin-bottom cubic-bezier(0.46, 0.03, 0.52, 0.96) 0.3s 1.3s;
    -o-transition: opacity cubic-bezier(0.46, 0.03, 0.52, 0.96) 0.3s 1.3s, margin-bottom cubic-bezier(0.46, 0.03, 0.52, 0.96) 0.3s 1.3s;
    transition: opacity cubic-bezier(0.46, 0.03, 0.52, 0.96) 0.3s 1.3s, margin-bottom cubic-bezier(0.46, 0.03, 0.52, 0.96) 0.3s 1.3s;
}

section.home-content .car-slider .item.active .campaign-price {
    -webkit-transition: transform cubic-bezier(0.68, -0.55, 0.27, 1.55) 0.6s 1.3s, opacity cubic-bezier(0.68, -0.55, 0.27, 1.55) 0.6s 1.3s;
    -o-transition: transform cubic-bezier(0.68, -0.55, 0.27, 1.55) 0.6s 1.3s, opacity cubic-bezier(0.68, -0.55, 0.27, 1.55) 0.6s 1.3s;
    transition: transform cubic-bezier(0.68, -0.55, 0.27, 1.55) 0.6s 1.3s, opacity cubic-bezier(0.68, -0.55, 0.27, 1.55) 0.6s 1.3s;
}

section.home-content .car-slider .item.active .campaign-title {
    margin-bottom: 0;
    opacity: 1;
    filter: alpha(opacity=100);
}

section.home-content .car-slider .item.active .campaign-price {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
}

section.home-content .car-slider .item.before {
    z-index: 2;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-filter: blur(2px);
    filter: blur(2px);
    top: 25px;
}

section.home-content .car-slider .item.before img {
    width: 310px;
}

section.home-content .car-slider .item.before .campaign-title {
    margin-bottom: -30px;
    opacity: 0;
    filter: alpha(opacity=0);
}

section.home-content .car-slider .item.before {
    margin-left: -505px;
    -webkit-transition: margin-left cubic-bezier(0.46, 0.03, 0.52, 0.96) 0.8s 0.3s, filter cubic-bezier(0.46, 0.03, 0.52, 0.96) 0.8s 0.3s, opacity cubic-bezier(0.46, 0.03, 0.52, 0.96) 0.8s 0.3s, z-index cubic-bezier(0.46, 0.03, 0.52, 0.96) 0.8s 0.3s, top cubic-bezier(0.46, 0.03, 0.52, 0.96) 0.8s 0.3s;
    -o-transition: margin-left cubic-bezier(0.46, 0.03, 0.52, 0.96) 0.8s 0.3s, filter cubic-bezier(0.46, 0.03, 0.52, 0.96) 0.8s 0.3s, opacity cubic-bezier(0.46, 0.03, 0.52, 0.96) 0.8s 0.3s, z-index cubic-bezier(0.46, 0.03, 0.52, 0.96) 0.8s 0.3s, top cubic-bezier(0.46, 0.03, 0.52, 0.96) 0.8s 0.3s;
    transition: margin-left cubic-bezier(0.46, 0.03, 0.52, 0.96) 0.8s 0.3s, filter cubic-bezier(0.46, 0.03, 0.52, 0.96) 0.8s 0.3s, opacity cubic-bezier(0.46, 0.03, 0.52, 0.96) 0.8s 0.3s, z-index cubic-bezier(0.46, 0.03, 0.52, 0.96) 0.8s 0.3s, top cubic-bezier(0.46, 0.03, 0.52, 0.96) 0.8s 0.3s;
}

section.home-content .car-slider .item.before img {
    -webkit-transition: width cubic-bezier(0.46, 0.03, 0.52, 0.96) 0.8s 0.5s;
    -o-transition: width cubic-bezier(0.46, 0.03, 0.52, 0.96) 0.8s 0.5s;
    transition: width cubic-bezier(0.46, 0.03, 0.52, 0.96) 0.8s 0.5s;
}

section.home-content .car-slider .item.before .campaign-title {
    -webkit-transition: opacity cubic-bezier(0.46, 0.03, 0.52, 0.96) 0.3s, margin-bottom cubic-bezier(0.46, 0.03, 0.52, 0.96) 0.3s;
    -o-transition: opacity cubic-bezier(0.46, 0.03, 0.52, 0.96) 0.3s, margin-bottom cubic-bezier(0.46, 0.03, 0.52, 0.96) 0.3s;
    transition: opacity cubic-bezier(0.46, 0.03, 0.52, 0.96) 0.3s, margin-bottom cubic-bezier(0.46, 0.03, 0.52, 0.96) 0.3s;
}

section.home-content .car-slider .item.before .campaign-price {
    -webkit-transition: transform cubic-bezier(0.68, -0.55, 0.27, 1.55) 0.6s, opacity cubic-bezier(0.68, -0.55, 0.27, 1.55) 0.6s;
    -o-transition: transform cubic-bezier(0.68, -0.55, 0.27, 1.55) 0.6s, opacity cubic-bezier(0.68, -0.55, 0.27, 1.55) 0.6s;
    transition: transform cubic-bezier(0.68, -0.55, 0.27, 1.55) 0.6s, opacity cubic-bezier(0.68, -0.55, 0.27, 1.55) 0.6s;
}

section.home-content .car-slider .item.before-1 {
    z-index: 1;
    opacity: 0;
    filter: alpha(opacity=0);
}

section.home-content .car-slider .item.before-1 {
    margin-left: -915px;
    -webkit-transition: margin-left cubic-bezier(0.46, 0.03, 0.52, 0.96) 0.8s 0.3s, filter cubic-bezier(0.46, 0.03, 0.52, 0.96) 0.8s 0.3s, opacity cubic-bezier(0.46, 0.03, 0.52, 0.96) 0.8s 0.3s;
    -o-transition: margin-left cubic-bezier(0.46, 0.03, 0.52, 0.96) 0.8s 0.3s, filter cubic-bezier(0.46, 0.03, 0.52, 0.96) 0.8s 0.3s, opacity cubic-bezier(0.46, 0.03, 0.52, 0.96) 0.8s 0.3s;
    transition: margin-left cubic-bezier(0.46, 0.03, 0.52, 0.96) 0.8s 0.3s, filter cubic-bezier(0.46, 0.03, 0.52, 0.96) 0.8s 0.3s, opacity cubic-bezier(0.46, 0.03, 0.52, 0.96) 0.8s 0.3s;
}

section.home-content .car-list .item {
    position: relative;
    padding: 25px;
    border: 1px solid #dddddd;
    margin-bottom: 20px;
}

section.home-content .car-list .item .new-box {
    position: absolute;
    top: -1px;
    right: -1px;
    z-index: 0;
}

section.home-content .car-list .item .new-box:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    border: 35px solid #ffae00;
    border-bottom-color: transparent;
    border-left-color: transparent;
    z-index: -1;
}

section.home-content .car-list .item .new-box span {
    font: 16px "canaro-medium";
    color: #fff;
    letter-spacing: -1px;
    text-transform: uppercase;
    display: inline-block;
    padding: 10px 5px 0 0;
}

section.home-content .car-list .item .price-box {
    color: #000;
    letter-spacing: -1px;
}

section.home-content .car-list .item .price-box>span {
    display: block;
    float: left;
}

section.home-content .car-list .item .price-box .price-value {
    font: 31px/18px "canaro-xbold";
    font-style: italic;
    border-bottom: 2px solid #000;
    padding-bottom: 5px;
    margin-right: 15px;
}

section.home-content .car-list .item .price-box .price-value .fa {
    font-style: italic;
}

section.home-content .car-list .item .price-box .price-value i {
    font-size: 25px;
    padding: 0;
}

section.home-content .car-list .item .price-box .price-text {
    font: 15px "canaro-medium";
    margin: 5px 0 0 -10px;
    text-transform: uppercase;
}

section.home-content .car-list .item .price-box .price-text b {
    font-size: 12px;
    display: block;
    float: left;
    margin-right: 5px;
}

section.home-content .car-list .item .image-box {
    height: 170px;
    display: table-cell;
    vertical-align: middle;
    width: 1%;
    text-align: center;
}

section.home-content .car-list .item .image-box img {
    width: auto;
    max-width: 100%;
    max-height: 150px;
    text-align: center;
}

section.home-content .car-list .item .car-info {
    margin-bottom: 15px;
}

section.home-content .car-list .item .car-info .car-name {
    font: 20px/24px "canaro-light";
    color: #000;
    letter-spacing: -1px;
    height: 30px;
}

section.home-content .car-list .item .car-info .car-class {
    font: 18px "canaro-light";
    color: #cccccc;
    letter-spacing: -1px;
    margin-top: 5px;
}

section.home-content .car-list .item .car-option-list ul {
    margin: 0;
}

section.home-content .car-list .item .car-option-list ul li {
    float: left;
    padding-right: 10px;
}

section.home-content .car-list .item .car-option-list ul li i {
    display: block;
    float: left;
    margin-right: 3px;
    color: #ffae00;
    margin-top: 0px;
    font-size: 17px;
}

section.home-content .car-list .item .car-option-list ul li span {
    font: 16px/18px "canaro-medium";
    color: #000;
    display: inline-block;
    letter-spacing: -1px;
}

section.home-content .car-list .item:hover {
    border-color: #ff0000;
}

@media (min-width: 1px) and (max-width: 767px) {
    section.home-content .box-group .box-group-head h2:before {
        left: 0;
        margin: 0;
    }

    section.home-content .box-group .box-group-head h2 span {
        padding: 0 20px;
    }

    section.home-content .box-group-1 {
        padding: 0px !important;
        height: auto;
        background: none;
        padding: 40px 0;
        border-bottom: 1px solid #dddddd;
        display: none;
    }

    section.home-content .box-group-2 {
        margin: 0 0 60px 0;
        padding: 0;
        margin-top: -80px !important;
    }

    section.home-content .box-group-2 .car-slider-button {
        display: none;
    }

    section.home-content .car-slider {
        padding-bottom: 0px;
    }

    section.home-content .car-slider .item {
        position: relative;
        top: 0;
        left: 0;
        padding: 0;
    }

    section.home-content .car-slider .item img {
        width: 100%;
        margin: 20px 0;
    }

    section.home-content .car-slider .item .campaign-title {
        position: relative;
    }

    section.home-content .car-slider .item .campaign-price {
        position: relative;
        top: 0;
        left: 50%;
        margin-left: -55px;
    }

    section.home-content .car-slider .item.active {
        margin: 0;
    }

    section.home-content .car-slider .item.before,
    section.home-content .car-slider .item.before-1 {
        display: none;
        margin: 0;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    section.home-content .box-group .box-group-head h2:before {
        width: 100%;
        left: 0;
        margin: 0;
    }
}

footer.site-foot {
    background: #fff;
    box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.1);
    padding: 50px 0;
}

footer.site-foot .copyright img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

footer.site-foot .copyright span {
    font: 14px "canaro-medium";
    color: #000;
    letter-spacing: -1px;
    display: block;
    padding: 10px 0;
}

footer.site-foot .links {
    border-left: 1px solid #dddddd;
    padding-left: 50px;
}

footer.site-foot .links h4 {
    font: 18px/18px "canaro-medium";
    color: #000;
    letter-spacing: -1px;
    margin: 0 0 20px 0;
}

footer.site-foot .links ul {
    margin: 0 -10px;
}

footer.site-foot .links ul li {
    float: left;
    width: 50%;
    padding: 0 10px;
}

footer.site-foot .links ul li a {
    font: 16px/16px "canaro-light";
    color: #000;
    display: block;
    padding: 15px 0;
    letter-spacing: -1px;
}

footer.site-foot .links ul li a:before {
    content: "\f105";
    font: 22px/16px FontAwesome;
    color: #cccccc;
    display: block;
    float: left;
    margin-right: 15px;
}

footer.site-foot .links ul li a:hover {
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    color: #ffae00;
}

footer.site-foot .links ul li a:hover:before {
    color: #ffae00;
}

@media (min-width: 1px) and (max-width: 1024px) {
    footer.site-foot {
        padding: 30px 0;
    }

    footer.site-foot .copyright {
        text-align: center;
    }

    footer.site-foot .copyright img {
        width: 160px;
    }

    footer.site-foot .links {
        border: none;
        padding: 0;
        text-align: center;
    }

    footer.site-foot .links ul li {
        width: 100%;
    }

    footer.site-foot .links ul li a:before {
        display: inline-block;
        float: none;
    }
}

.item .action-btn {
    text-align: right;
    border-top: 1px solid #dddddd;
    padding-top: 30px;
    margin-top: 20px;
}

.item .action-btn .btn {
    height: 40px;
    line-height: 38px;
    padding: 0;
    min-width: 185px;
}

.general-element .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 8;
    background: rgba(0, 0, 0, 0.8);
    display: none;
}

section.home-content .box-group-1 {
    padding-top: 14px;
}

@media (max-width: 1200px) and (min-width: 1024px) {
    header.site-head .menu {
        margin-left: 34px;
    }

    header.site-head .contact-us {
        margin-right: -22px;
    }

    header.site-head .menu nav ul li {
        padding: 0 0px;
    }
}

@media (min-width: 1240px) {
    section.home-content .car-list .item {
        min-height: 440px;
    }
}

@media (max-width: 330px) {
    header.site-head .block.right-block {
        overflow: auto;
    }
}

.logo {
    margin-top: -19px;
    margin-bottom: -19px;
}

.langLink {
    border: 1px #ffae00 solid !important;
}

.langLink {
    line-height: 14px !important;
    text-align: center;
    display: inline-block;
    font-family: 'canaro-medium' !important;
    font-style: normal !important;
    border: 1px #ffae00 solid;
    color: #5d6469 !important;
    padding: 3px 20px !important;
    margin: -17px 0 0;
    text-align: center;
    width: inherit;
    float: none;
    border-radius: 20px;
    top: 0;
    right: 0;
}

.dil {
    overflow: hidden;
    margin-top: -30px;
    padding: 5px;
    text-align: right;
}

.dil a {
    display: inline-block !important;
}

@media (max-width: 1024px) and (min-width: 1px) {
    header.site-head .contact-us a.langLink {
        position: relative;
        display: inline;
    }

    .dil {
        overflow: inherit !important;
        margin-top: 0px;
        padding: 0;
        text-align: none;
        text-align: center;
        margin-bottom: 5px;
    }

    .dil a {
        display: inline-block !important;
    }
}

.whatsapp-icon {
    position: fixed;
    bottom: 40px;
    right: 20px;
    width: 60px;
    height: 60px;
    background-color: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 1000;
}

.whatsapp-icon img {
    width: 35px;
    height: 35px;
}

.whatsapp-icon:hover {
    background-color: #128C7E;
    cursor: pointer;
}

@font-face {
    font-family: "canaro-xlight";
    src: url("xlight.eot");
    src: url("xlightd41dd41dd41d.eot?#iefix") format("embedded-opentype"), url("xlight.woff") format("woff"), url("xlight.html") format("truetype"), url("xlight-2.html") format("opentype"), url("xlight.svg#canaro-light") format("svg");
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: "canaro-light";
    src: url("light.eot");
    src: url("lightd41dd41dd41d.eot?#iefix") format("embedded-opentype"), url("light.woff") format("woff"), url("light.html") format("truetype"), url("light-2.html") format("opentype"), url("light.svg#canaro-light") format("svg");
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: "canaro-regular";
    src: url("regular.eot");
    src: url("regulard41dd41dd41d.eot?#iefix") format("embedded-opentype"), url("regular.woff") format("woff"), url("regular.html") format("truetype"), url("regular-2.html") format("opentype"), url("regular.svg#canaro-regular") format("svg");
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: "canaro-medium";
    src: url("medium.eot");
    src: url("mediumd41dd41dd41d.eot?#iefix") format("embedded-opentype"), url("medium.woff") format("woff"), url("medium.html") format("truetype"), url("medium-2.html") format("opentype"), url("medium.svg#canaro-medium") format("svg");
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: "canaro-bold";
    src: url("bold.eot");
    src: url("boldd41dd41dd41d.eot?#iefix") format("embedded-opentype"), url("bold.woff") format("woff"), url("bold.html") format("truetype"), url("bold-2.html") format("opentype"), url("bold.svg#canaro-bold") format("svg");
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: "canaro-xbold";
    src: url("xbold.eot");
    src: url("xboldd41dd41dd41d.eot?#iefix") format("embedded-opentype"), url("xbold.woff") format("woff"), url("xbold.html") format("truetype"), url("xbold-2.html") format("opentype"), url("xbold.svg#canaro-bold") format("svg");
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
}







@font-face {
    font-family: 'FontAwesome';
    src: url("fontawesome-webfont3e6e3e6e3e6e.eot?v=4.7.0");
    src: url("fontawesome-webfontd41dd41dd41d.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("fontawesome-webfont3e6e3e6e3e6e.woff2?v=4.7.0") format("woff2"), url("fontawesome-webfont3e6e3e6e3e6e.woff?v=4.7.0") format("woff"), url("fontawesome-webfont3e6e3e6e3e6e.ttf?v=4.7.0") format("truetype"), url("fontawesome-webfont3e6e3e6e3e6e.svg?v=4.7.0#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
    font-size: 1.33333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-fw {
    width: 1.28571em;
    text-align: center;
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14286em;
    list-style-type: none;
}

.fa-ul>li {
    position: relative;
}

.fa-li {
    position: absolute;
    left: -2.14286em;
    width: 2.14286em;
    top: 0.14286em;
    text-align: center;
}

.fa-li.fa-lg {
    left: -1.85714em;
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eee;
    border-radius: .1em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

.fa.fa-pull-left {
    margin-right: .3em;
}

.fa.fa-pull-right {
    margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left {
    margin-right: .3em;
}

.fa.pull-right {
    margin-left: .3em;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none;
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen readers do not read off random characters that represent icons */
.fa-glass:before {
    content: "";
}

.fa-music:before {
    content: "";
}

.fa-search:before {
    content: "";
}

.fa-envelope-o:before {
    content: "";
}

.fa-heart:before {
    content: "";
}

.fa-star:before {
    content: "";
}

.fa-star-o:before {
    content: "";
}

.fa-user:before {
    content: "";
}

.fa-film:before {
    content: "";
}

.fa-th-large:before {
    content: "";
}

.fa-th:before {
    content: "";
}

.fa-th-list:before {
    content: "";
}

.fa-check:before {
    content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "";
}

.fa-search-plus:before {
    content: "";
}

.fa-search-minus:before {
    content: "";
}

.fa-power-off:before {
    content: "";
}

.fa-signal:before {
    content: "";
}

.fa-gear:before,
.fa-cog:before {
    content: "";
}

.fa-trash-o:before {
    content: "";
}

.fa-home:before {
    content: "";
}

.fa-file-o:before {
    content: "";
}

.fa-clock-o:before {
    content: "";
}

.fa-road:before {
    content: "";
}

.fa-download:before {
    content: "";
}

.fa-arrow-circle-o-down:before {
    content: "";
}

.fa-arrow-circle-o-up:before {
    content: "";
}

.fa-inbox:before {
    content: "";
}

.fa-play-circle-o:before {
    content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "";
}

.fa-refresh:before {
    content: "";
}

.fa-list-alt:before {
    content: "";
}

.fa-lock:before {
    content: "";
}

.fa-flag:before {
    content: "";
}

.fa-headphones:before {
    content: "";
}

.fa-volume-off:before {
    content: "";
}

.fa-volume-down:before {
    content: "";
}

.fa-volume-up:before {
    content: "";
}

.fa-qrcode:before {
    content: "";
}

.fa-barcode:before {
    content: "";
}

.fa-tag:before {
    content: "";
}

.fa-tags:before {
    content: "";
}

.fa-book:before {
    content: "";
}

.fa-bookmark:before {
    content: "";
}

.fa-print:before {
    content: "";
}

.fa-camera:before {
    content: "";
}

.fa-font:before {
    content: "";
}

.fa-bold:before {
    content: "";
}

.fa-italic:before {
    content: "";
}

.fa-text-height:before {
    content: "";
}

.fa-text-width:before {
    content: "";
}

.fa-align-left:before {
    content: "";
}

.fa-align-center:before {
    content: "";
}

.fa-align-right:before {
    content: "";
}

.fa-align-justify:before {
    content: "";
}

.fa-list:before {
    content: "";
}

.fa-dedent:before,
.fa-outdent:before {
    content: "";
}

.fa-indent:before {
    content: "";
}

.fa-video-camera:before {
    content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "";
}

.fa-pencil:before {
    content: "";
}

.fa-map-marker:before {
    content: "";
}

.fa-adjust:before {
    content: "";
}

.fa-tint:before {
    content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "";
}

.fa-share-square-o:before {
    content: "";
}

.fa-check-square-o:before {
    content: "";
}

.fa-arrows:before {
    content: "";
}

.fa-step-backward:before {
    content: "";
}

.fa-fast-backward:before {
    content: "";
}

.fa-backward:before {
    content: "";
}

.fa-play:before {
    content: "";
}

.fa-pause:before {
    content: "";
}

.fa-stop:before {
    content: "";
}

.fa-forward:before {
    content: "";
}

.fa-fast-forward:before {
    content: "";
}

.fa-step-forward:before {
    content: "";
}

.fa-eject:before {
    content: "";
}

.fa-chevron-left:before {
    content: "";
}

.fa-chevron-right:before {
    content: "";
}

.fa-plus-circle:before {
    content: "";
}

.fa-minus-circle:before {
    content: "";
}

.fa-times-circle:before {
    content: "";
}

.fa-check-circle:before {
    content: "";
}

.fa-question-circle:before {
    content: "";
}

.fa-info-circle:before {
    content: "";
}

.fa-crosshairs:before {
    content: "";
}

.fa-times-circle-o:before {
    content: "";
}

.fa-check-circle-o:before {
    content: "";
}

.fa-ban:before {
    content: "";
}

.fa-arrow-left:before {
    content: "";
}

.fa-arrow-right:before {
    content: "";
}

.fa-arrow-up:before {
    content: "";
}

.fa-arrow-down:before {
    content: "";
}

.fa-mail-forward:before,
.fa-share:before {
    content: "";
}

.fa-expand:before {
    content: "";
}

.fa-compress:before {
    content: "";
}

.fa-plus:before {
    content: "";
}

.fa-minus:before {
    content: "";
}

.fa-asterisk:before {
    content: "";
}

.fa-exclamation-circle:before {
    content: "";
}

.fa-gift:before {
    content: "";
}

.fa-leaf:before {
    content: "";
}

.fa-fire:before {
    content: "";
}

.fa-eye:before {
    content: "";
}

.fa-eye-slash:before {
    content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "";
}

.fa-plane:before {
    content: "";
}

.fa-calendar:before {
    content: "";
}

.fa-random:before {
    content: "";
}

.fa-comment:before {
    content: "";
}

.fa-magnet:before {
    content: "";
}

.fa-chevron-up:before {
    content: "";
}

.fa-chevron-down:before {
    content: "";
}

.fa-retweet:before {
    content: "";
}

.fa-shopping-cart:before {
    content: "";
}

.fa-folder:before {
    content: "";
}

.fa-folder-open:before {
    content: "";
}

.fa-arrows-v:before {
    content: "";
}

.fa-arrows-h:before {
    content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "";
}

.fa-twitter-square:before {
    content: "";
}

.fa-facebook-square:before {
    content: "";
}

.fa-camera-retro:before {
    content: "";
}

.fa-key:before {
    content: "";
}

.fa-gears:before,
.fa-cogs:before {
    content: "";
}

.fa-comments:before {
    content: "";
}

.fa-thumbs-o-up:before {
    content: "";
}

.fa-thumbs-o-down:before {
    content: "";
}

.fa-star-half:before {
    content: "";
}

.fa-heart-o:before {
    content: "";
}

.fa-sign-out:before {
    content: "";
}

.fa-linkedin-square:before {
    content: "";
}

.fa-thumb-tack:before {
    content: "";
}

.fa-external-link:before {
    content: "";
}

.fa-sign-in:before {
    content: "";
}

.fa-trophy:before {
    content: "";
}

.fa-github-square:before {
    content: "";
}

.fa-upload:before {
    content: "";
}

.fa-lemon-o:before {
    content: "";
}

.fa-phone:before {
    content: "";
}

.fa-square-o:before {
    content: "";
}

.fa-bookmark-o:before {
    content: "";
}

.fa-phone-square:before {
    content: "";
}

.fa-twitter:before {
    content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "";
}

.fa-github:before {
    content: "";
}

.fa-unlock:before {
    content: "";
}

.fa-credit-card:before {
    content: "";
}

.fa-feed:before,
.fa-rss:before {
    content: "";
}

.fa-hdd-o:before {
    content: "";
}

.fa-bullhorn:before {
    content: "";
}

.fa-bell:before {
    content: "";
}

.fa-certificate:before {
    content: "";
}

.fa-hand-o-right:before {
    content: "";
}

.fa-hand-o-left:before {
    content: "";
}

.fa-hand-o-up:before {
    content: "";
}

.fa-hand-o-down:before {
    content: "";
}

.fa-arrow-circle-left:before {
    content: "";
}

.fa-arrow-circle-right:before {
    content: "";
}

.fa-arrow-circle-up:before {
    content: "";
}

.fa-arrow-circle-down:before {
    content: "";
}

.fa-globe:before {
    content: "";
}

.fa-wrench:before {
    content: "";
}

.fa-tasks:before {
    content: "";
}

.fa-filter:before {
    content: "";
}

.fa-briefcase:before {
    content: "";
}

.fa-arrows-alt:before {
    content: "";
}

.fa-group:before,
.fa-users:before {
    content: "";
}

.fa-chain:before,
.fa-link:before {
    content: "";
}

.fa-cloud:before {
    content: "";
}

.fa-flask:before {
    content: "";
}

.fa-cut:before,
.fa-scissors:before {
    content: "";
}

.fa-copy:before,
.fa-files-o:before {
    content: "";
}

.fa-paperclip:before {
    content: "";
}

.fa-save:before,
.fa-floppy-o:before {
    content: "";
}

.fa-square:before {
    content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "";
}

.fa-list-ul:before {
    content: "";
}

.fa-list-ol:before {
    content: "";
}

.fa-strikethrough:before {
    content: "";
}

.fa-underline:before {
    content: "";
}

.fa-table:before {
    content: "";
}

.fa-magic:before {
    content: "";
}

.fa-truck:before {
    content: "";
}

.fa-pinterest:before {
    content: "";
}

.fa-pinterest-square:before {
    content: "";
}

.fa-google-plus-square:before {
    content: "";
}

.fa-google-plus:before {
    content: "";
}

.fa-money:before {
    content: "";
}

.fa-caret-down:before {
    content: "";
}

.fa-caret-up:before {
    content: "";
}

.fa-caret-left:before {
    content: "";
}

.fa-caret-right:before {
    content: "";
}

.fa-columns:before {
    content: "";
}

.fa-unsorted:before,
.fa-sort:before {
    content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "";
}

.fa-envelope:before {
    content: "";
}

.fa-linkedin:before {
    content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "";
}

.fa-legal:before,
.fa-gavel:before {
    content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "";
}

.fa-comment-o:before {
    content: "";
}

.fa-comments-o:before {
    content: "";
}

.fa-flash:before,
.fa-bolt:before {
    content: "";
}

.fa-sitemap:before {
    content: "";
}

.fa-umbrella:before {
    content: "";
}

.fa-paste:before,
.fa-clipboard:before {
    content: "";
}

.fa-lightbulb-o:before {
    content: "";
}

.fa-exchange:before {
    content: "";
}

.fa-cloud-download:before {
    content: "";
}

.fa-cloud-upload:before {
    content: "";
}

.fa-user-md:before {
    content: "";
}

.fa-stethoscope:before {
    content: "";
}

.fa-suitcase:before {
    content: "";
}

.fa-bell-o:before {
    content: "";
}

.fa-coffee:before {
    content: "";
}

.fa-cutlery:before {
    content: "";
}

.fa-file-text-o:before {
    content: "";
}

.fa-building-o:before {
    content: "";
}

.fa-hospital-o:before {
    content: "";
}

.fa-ambulance:before {
    content: "";
}

.fa-medkit:before {
    content: "";
}

.fa-fighter-jet:before {
    content: "";
}

.fa-beer:before {
    content: "";
}

.fa-h-square:before {
    content: "";
}

.fa-plus-square:before {
    content: "";
}

.fa-angle-double-left:before {
    content: "";
}

.fa-angle-double-right:before {
    content: "";
}

.fa-angle-double-up:before {
    content: "";
}

.fa-angle-double-down:before {
    content: "";
}

.fa-angle-left:before {
    content: "";
}

.fa-angle-right:before {
    content: "";
}

.fa-angle-up:before {
    content: "";
}

.fa-angle-down:before {
    content: "";
}

.fa-desktop:before {
    content: "";
}

.fa-laptop:before {
    content: "";
}

.fa-tablet:before {
    content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "";
}

.fa-circle-o:before {
    content: "";
}

.fa-quote-left:before {
    content: "";
}

.fa-quote-right:before {
    content: "";
}

.fa-spinner:before {
    content: "";
}

.fa-circle:before {
    content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "";
}

.fa-github-alt:before {
    content: "";
}

.fa-folder-o:before {
    content: "";
}

.fa-folder-open-o:before {
    content: "";
}

.fa-smile-o:before {
    content: "";
}

.fa-frown-o:before {
    content: "";
}

.fa-meh-o:before {
    content: "";
}

.fa-gamepad:before {
    content: "";
}

.fa-keyboard-o:before {
    content: "";
}

.fa-flag-o:before {
    content: "";
}

.fa-flag-checkered:before {
    content: "";
}

.fa-terminal:before {
    content: "";
}

.fa-code:before {
    content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "";
}

.fa-location-arrow:before {
    content: "";
}

.fa-crop:before {
    content: "";
}

.fa-code-fork:before {
    content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "";
}

.fa-question:before {
    content: "";
}

.fa-info:before {
    content: "";
}

.fa-exclamation:before {
    content: "";
}

.fa-superscript:before {
    content: "";
}

.fa-subscript:before {
    content: "";
}

.fa-eraser:before {
    content: "";
}

.fa-puzzle-piece:before {
    content: "";
}

.fa-microphone:before {
    content: "";
}

.fa-microphone-slash:before {
    content: "";
}

.fa-shield:before {
    content: "";
}

.fa-calendar-o:before {
    content: "";
}

.fa-fire-extinguisher:before {
    content: "";
}

.fa-rocket:before {
    content: "";
}

.fa-maxcdn:before {
    content: "";
}

.fa-chevron-circle-left:before {
    content: "";
}

.fa-chevron-circle-right:before {
    content: "";
}

.fa-chevron-circle-up:before {
    content: "";
}

.fa-chevron-circle-down:before {
    content: "";
}

.fa-html5:before {
    content: "";
}

.fa-css3:before {
    content: "";
}

.fa-anchor:before {
    content: "";
}

.fa-unlock-alt:before {
    content: "";
}

.fa-bullseye:before {
    content: "";
}

.fa-ellipsis-h:before {
    content: "";
}

.fa-ellipsis-v:before {
    content: "";
}

.fa-rss-square:before {
    content: "";
}

.fa-play-circle:before {
    content: "";
}

.fa-ticket:before {
    content: "";
}

.fa-minus-square:before {
    content: "";
}

.fa-minus-square-o:before {
    content: "";
}

.fa-level-up:before {
    content: "";
}

.fa-level-down:before {
    content: "";
}

.fa-check-square:before {
    content: "";
}

.fa-pencil-square:before {
    content: "";
}

.fa-external-link-square:before {
    content: "";
}

.fa-share-square:before {
    content: "";
}

.fa-compass:before {
    content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "";
}

.fa-euro:before,
.fa-eur:before {
    content: "";
}

.fa-gbp:before {
    content: "";
}

.fa-dollar:before,
.fa-usd:before {
    content: "";
}

.fa-rupee:before,
.fa-inr:before {
    content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "";
}

.fa-won:before,
.fa-krw:before {
    content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "";
}

.fa-file:before {
    content: "";
}

.fa-file-text:before {
    content: "";
}

.fa-sort-alpha-asc:before {
    content: "";
}

.fa-sort-alpha-desc:before {
    content: "";
}

.fa-sort-amount-asc:before {
    content: "";
}

.fa-sort-amount-desc:before {
    content: "";
}

.fa-sort-numeric-asc:before {
    content: "";
}

.fa-sort-numeric-desc:before {
    content: "";
}

.fa-thumbs-up:before {
    content: "";
}

.fa-thumbs-down:before {
    content: "";
}

.fa-youtube-square:before {
    content: "";
}

.fa-youtube:before {
    content: "";
}

.fa-xing:before {
    content: "";
}

.fa-xing-square:before {
    content: "";
}

.fa-youtube-play:before {
    content: "";
}

.fa-dropbox:before {
    content: "";
}

.fa-stack-overflow:before {
    content: "";
}

.fa-instagram:before {
    content: "";
}

.fa-flickr:before {
    content: "";
}

.fa-adn:before {
    content: "";
}

.fa-bitbucket:before {
    content: "";
}

.fa-bitbucket-square:before {
    content: "";
}

.fa-tumblr:before {
    content: "";
}

.fa-tumblr-square:before {
    content: "";
}

.fa-long-arrow-down:before {
    content: "";
}

.fa-long-arrow-up:before {
    content: "";
}

.fa-long-arrow-left:before {
    content: "";
}

.fa-long-arrow-right:before {
    content: "";
}

.fa-apple:before {
    content: "";
}

.fa-windows:before {
    content: "";
}

.fa-android:before {
    content: "";
}

.fa-linux:before {
    content: "";
}

.fa-dribbble:before {
    content: "";
}

.fa-skype:before {
    content: "";
}

.fa-foursquare:before {
    content: "";
}

.fa-trello:before {
    content: "";
}

.fa-female:before {
    content: "";
}

.fa-male:before {
    content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "";
}

.fa-sun-o:before {
    content: "";
}

.fa-moon-o:before {
    content: "";
}

.fa-archive:before {
    content: "";
}

.fa-bug:before {
    content: "";
}

.fa-vk:before {
    content: "";
}

.fa-weibo:before {
    content: "";
}

.fa-renren:before {
    content: "";
}

.fa-pagelines:before {
    content: "";
}

.fa-stack-exchange:before {
    content: "";
}

.fa-arrow-circle-o-right:before {
    content: "";
}

.fa-arrow-circle-o-left:before {
    content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "";
}

.fa-dot-circle-o:before {
    content: "";
}

.fa-wheelchair:before {
    content: "";
}

.fa-vimeo-square:before {
    content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "";
}

.fa-plus-square-o:before {
    content: "";
}

.fa-space-shuttle:before {
    content: "";
}

.fa-slack:before {
    content: "";
}

.fa-envelope-square:before {
    content: "";
}

.fa-wordpress:before {
    content: "";
}

.fa-openid:before {
    content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "";
}

.fa-yahoo:before {
    content: "";
}

.fa-google:before {
    content: "";
}

.fa-reddit:before {
    content: "";
}

.fa-reddit-square:before {
    content: "";
}

.fa-stumbleupon-circle:before {
    content: "";
}

.fa-stumbleupon:before {
    content: "";
}

.fa-delicious:before {
    content: "";
}

.fa-digg:before {
    content: "";
}

.fa-pied-piper-pp:before {
    content: "";
}

.fa-pied-piper-alt:before {
    content: "";
}

.fa-drupal:before {
    content: "";
}

.fa-joomla:before {
    content: "";
}

.fa-language:before {
    content: "";
}

.fa-fax:before {
    content: "";
}

.fa-building:before {
    content: "";
}

.fa-child:before {
    content: "";
}

.fa-paw:before {
    content: "";
}

.fa-spoon:before {
    content: "";
}

.fa-cube:before {
    content: "";
}

.fa-cubes:before {
    content: "";
}

.fa-behance:before {
    content: "";
}

.fa-behance-square:before {
    content: "";
}

.fa-steam:before {
    content: "";
}

.fa-steam-square:before {
    content: "";
}

.fa-recycle:before {
    content: "";
}

.fa-automobile:before,
.fa-car:before {
    content: "";
}

.fa-cab:before,
.fa-taxi:before {
    content: "";
}

.fa-tree:before {
    content: "";
}

.fa-spotify:before {
    content: "";
}

.fa-deviantart:before {
    content: "";
}

.fa-soundcloud:before {
    content: "";
}

.fa-database:before {
    content: "";
}

.fa-file-pdf-o:before {
    content: "";
}

.fa-file-word-o:before {
    content: "";
}

.fa-file-excel-o:before {
    content: "";
}

.fa-file-powerpoint-o:before {
    content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "";
}

.fa-file-code-o:before {
    content: "";
}

.fa-vine:before {
    content: "";
}

.fa-codepen:before {
    content: "";
}

.fa-jsfiddle:before {
    content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "";
}

.fa-circle-o-notch:before {
    content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: "";
}

.fa-ge:before,
.fa-empire:before {
    content: "";
}

.fa-git-square:before {
    content: "";
}

.fa-git:before {
    content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "";
}

.fa-tencent-weibo:before {
    content: "";
}

.fa-qq:before {
    content: "";
}

.fa-wechat:before,
.fa-weixin:before {
    content: "";
}

.fa-send:before,
.fa-paper-plane:before {
    content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "";
}

.fa-history:before {
    content: "";
}

.fa-circle-thin:before {
    content: "";
}

.fa-header:before {
    content: "";
}

.fa-paragraph:before {
    content: "";
}

.fa-sliders:before {
    content: "";
}

.fa-share-alt:before {
    content: "";
}

.fa-share-alt-square:before {
    content: "";
}

.fa-bomb:before {
    content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "";
}

.fa-tty:before {
    content: "";
}

.fa-binoculars:before {
    content: "";
}

.fa-plug:before {
    content: "";
}

.fa-slideshare:before {
    content: "";
}

.fa-twitch:before {
    content: "";
}

.fa-yelp:before {
    content: "";
}

.fa-newspaper-o:before {
    content: "";
}

.fa-wifi:before {
    content: "";
}

.fa-calculator:before {
    content: "";
}

.fa-paypal:before {
    content: "";
}

.fa-google-wallet:before {
    content: "";
}

.fa-cc-visa:before {
    content: "";
}

.fa-cc-mastercard:before {
    content: "";
}

.fa-cc-discover:before {
    content: "";
}

.fa-cc-amex:before {
    content: "";
}

.fa-cc-paypal:before {
    content: "";
}

.fa-cc-stripe:before {
    content: "";
}

.fa-bell-slash:before {
    content: "";
}

.fa-bell-slash-o:before {
    content: "";
}

.fa-trash:before {
    content: "";
}

.fa-copyright:before {
    content: "";
}

.fa-at:before {
    content: "";
}

.fa-eyedropper:before {
    content: "";
}

.fa-paint-brush:before {
    content: "";
}

.fa-birthday-cake:before {
    content: "";
}

.fa-area-chart:before {
    content: "";
}

.fa-pie-chart:before {
    content: "";
}

.fa-line-chart:before {
    content: "";
}

.fa-lastfm:before {
    content: "";
}

.fa-lastfm-square:before {
    content: "";
}

.fa-toggle-off:before {
    content: "";
}

.fa-toggle-on:before {
    content: "";
}

.fa-bicycle:before {
    content: "";
}

.fa-bus:before {
    content: "";
}

.fa-ioxhost:before {
    content: "";
}

.fa-angellist:before {
    content: "";
}

.fa-cc:before {
    content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "";
}

.fa-meanpath:before {
    content: "";
}

.fa-buysellads:before {
    content: "";
}

.fa-connectdevelop:before {
    content: "";
}

.fa-dashcube:before {
    content: "";
}

.fa-forumbee:before {
    content: "";
}

.fa-leanpub:before {
    content: "";
}

.fa-sellsy:before {
    content: "";
}

.fa-shirtsinbulk:before {
    content: "";
}

.fa-simplybuilt:before {
    content: "";
}

.fa-skyatlas:before {
    content: "";
}

.fa-cart-plus:before {
    content: "";
}

.fa-cart-arrow-down:before {
    content: "";
}

.fa-diamond:before {
    content: "";
}

.fa-ship:before {
    content: "";
}

.fa-user-secret:before {
    content: "";
}

.fa-motorcycle:before {
    content: "";
}

.fa-street-view:before {
    content: "";
}

.fa-heartbeat:before {
    content: "";
}

.fa-venus:before {
    content: "";
}

.fa-mars:before {
    content: "";
}

.fa-mercury:before {
    content: "";
}

.fa-intersex:before,
.fa-transgender:before {
    content: "";
}

.fa-transgender-alt:before {
    content: "";
}

.fa-venus-double:before {
    content: "";
}

.fa-mars-double:before {
    content: "";
}

.fa-venus-mars:before {
    content: "";
}

.fa-mars-stroke:before {
    content: "";
}

.fa-mars-stroke-v:before {
    content: "";
}

.fa-mars-stroke-h:before {
    content: "";
}

.fa-neuter:before {
    content: "";
}

.fa-genderless:before {
    content: "";
}

.fa-facebook-official:before {
    content: "";
}

.fa-pinterest-p:before {
    content: "";
}

.fa-whatsapp:before {
    content: "";
}

.fa-server:before {
    content: "";
}

.fa-user-plus:before {
    content: "";
}

.fa-user-times:before {
    content: "";
}

.fa-hotel:before,
.fa-bed:before {
    content: "";
}

.fa-viacoin:before {
    content: "";
}

.fa-train:before {
    content: "";
}

.fa-subway:before {
    content: "";
}

.fa-medium:before {
    content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
    content: "";
}

.fa-optin-monster:before {
    content: "";
}

.fa-opencart:before {
    content: "";
}

.fa-expeditedssl:before {
    content: "";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
    content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "";
}

.fa-mouse-pointer:before {
    content: "";
}

.fa-i-cursor:before {
    content: "";
}

.fa-object-group:before {
    content: "";
}

.fa-object-ungroup:before {
    content: "";
}

.fa-sticky-note:before {
    content: "";
}

.fa-sticky-note-o:before {
    content: "";
}

.fa-cc-jcb:before {
    content: "";
}

.fa-cc-diners-club:before {
    content: "";
}

.fa-clone:before {
    content: "";
}

.fa-balance-scale:before {
    content: "";
}

.fa-hourglass-o:before {
    content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "";
}

.fa-hourglass:before {
    content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "";
}

.fa-hand-scissors-o:before {
    content: "";
}

.fa-hand-lizard-o:before {
    content: "";
}

.fa-hand-spock-o:before {
    content: "";
}

.fa-hand-pointer-o:before {
    content: "";
}

.fa-hand-peace-o:before {
    content: "";
}

.fa-trademark:before {
    content: "";
}

.fa-registered:before {
    content: "";
}

.fa-creative-commons:before {
    content: "";
}

.fa-gg:before {
    content: "";
}

.fa-gg-circle:before {
    content: "";
}

.fa-tripadvisor:before {
    content: "";
}

.fa-odnoklassniki:before {
    content: "";
}

.fa-odnoklassniki-square:before {
    content: "";
}

.fa-get-pocket:before {
    content: "";
}

.fa-wikipedia-w:before {
    content: "";
}

.fa-safari:before {
    content: "";
}

.fa-chrome:before {
    content: "";
}

.fa-firefox:before {
    content: "";
}

.fa-opera:before {
    content: "";
}

.fa-internet-explorer:before {
    content: "";
}

.fa-tv:before,
.fa-television:before {
    content: "";
}

.fa-contao:before {
    content: "";
}

.fa-500px:before {
    content: "";
}

.fa-amazon:before {
    content: "";
}

.fa-calendar-plus-o:before {
    content: "";
}

.fa-calendar-minus-o:before {
    content: "";
}

.fa-calendar-times-o:before {
    content: "";
}

.fa-calendar-check-o:before {
    content: "";
}

.fa-industry:before {
    content: "";
}

.fa-map-pin:before {
    content: "";
}

.fa-map-signs:before {
    content: "";
}

.fa-map-o:before {
    content: "";
}

.fa-map:before {
    content: "";
}

.fa-commenting:before {
    content: "";
}

.fa-commenting-o:before {
    content: "";
}

.fa-houzz:before {
    content: "";
}

.fa-vimeo:before {
    content: "";
}

.fa-black-tie:before {
    content: "";
}

.fa-fonticons:before {
    content: "";
}

.fa-reddit-alien:before {
    content: "";
}

.fa-edge:before {
    content: "";
}

.fa-credit-card-alt:before {
    content: "";
}

.fa-codiepie:before {
    content: "";
}

.fa-modx:before {
    content: "";
}

.fa-fort-awesome:before {
    content: "";
}

.fa-usb:before {
    content: "";
}

.fa-product-hunt:before {
    content: "";
}

.fa-mixcloud:before {
    content: "";
}

.fa-scribd:before {
    content: "";
}

.fa-pause-circle:before {
    content: "";
}

.fa-pause-circle-o:before {
    content: "";
}

.fa-stop-circle:before {
    content: "";
}

.fa-stop-circle-o:before {
    content: "";
}

.fa-shopping-bag:before {
    content: "";
}

.fa-shopping-basket:before {
    content: "";
}

.fa-hashtag:before {
    content: "";
}

.fa-bluetooth:before {
    content: "";
}

.fa-bluetooth-b:before {
    content: "";
}

.fa-percent:before {
    content: "";
}

.fa-gitlab:before {
    content: "";
}

.fa-wpbeginner:before {
    content: "";
}

.fa-wpforms:before {
    content: "";
}

.fa-envira:before {
    content: "";
}

.fa-universal-access:before {
    content: "";
}

.fa-wheelchair-alt:before {
    content: "";
}

.fa-question-circle-o:before {
    content: "";
}

.fa-blind:before {
    content: "";
}

.fa-audio-description:before {
    content: "";
}

.fa-volume-control-phone:before {
    content: "";
}

.fa-braille:before {
    content: "";
}

.fa-assistive-listening-systems:before {
    content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "";
}

.fa-glide:before {
    content: "";
}

.fa-glide-g:before {
    content: "";
}

.fa-signing:before,
.fa-sign-language:before {
    content: "";
}

.fa-low-vision:before {
    content: "";
}

.fa-viadeo:before {
    content: "";
}

.fa-viadeo-square:before {
    content: "";
}

.fa-snapchat:before {
    content: "";
}

.fa-snapchat-ghost:before {
    content: "";
}

.fa-snapchat-square:before {
    content: "";
}

.fa-pied-piper:before {
    content: "";
}

.fa-first-order:before {
    content: "";
}

.fa-yoast:before {
    content: "";
}

.fa-themeisle:before {
    content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "";
}

.fa-handshake-o:before {
    content: "";
}

.fa-envelope-open:before {
    content: "";
}

.fa-envelope-open-o:before {
    content: "";
}

.fa-linode:before {
    content: "";
}

.fa-address-book:before {
    content: "";
}

.fa-address-book-o:before {
    content: "";
}

.fa-vcard:before,
.fa-address-card:before {
    content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
    content: "";
}

.fa-user-circle:before {
    content: "";
}

.fa-user-circle-o:before {
    content: "";
}

.fa-user-o:before {
    content: "";
}

.fa-id-badge:before {
    content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "";
}

.fa-quora:before {
    content: "";
}

.fa-free-code-camp:before {
    content: "";
}

.fa-telegram:before {
    content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
    content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "";
}

.fa-shower:before {
    content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
    content: "";
}

.fa-podcast:before {
    content: "";
}

.fa-window-maximize:before {
    content: "";
}

.fa-window-minimize:before {
    content: "";
}

.fa-window-restore:before {
    content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "";
}

.fa-bandcamp:before {
    content: "";
}

.fa-grav:before {
    content: "";
}

.fa-etsy:before {
    content: "";
}

.fa-imdb:before {
    content: "";
}

.fa-ravelry:before {
    content: "";
}

.fa-eercast:before {
    content: "";
}

.fa-microchip:before {
    content: "";
}

.fa-snowflake-o:before {
    content: "";
}

.fa-superpowers:before {
    content: "";
}

.fa-wpexplorer:before {
    content: "";
}

.fa-meetup:before {
    content: "";
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/*! * Datetimepicker for Bootstrap * * Copyright 2012 Stefan Petre * Improvements by Andrew Rowls * Improvements by Sébastien Malot * Licensed under the Apache License v2.0 * http://www.apache.org/licenses/LICENSE-2.0 * */
.datetimepicker {
    font: 14px "canaro-regular";
    color: #000;
    letter-spacing: -1px;
    padding: 10px;
    margin-top: 15px;
    white-space: normal;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    direction: ltr;
}

.datetimepicker.datetimepicker-rtl {
    direction: rtl;
}

.datetimepicker.datetimepicker-rtl table tr td span {
    float: right;
}

.datetimepicker>div {
    display: none;
}

.datetimepicker.minutes div.datetimepicker-minutes {
    display: block;
}

.datetimepicker.hours div.datetimepicker-hours {
    display: block;
}

.datetimepicker.days div.datetimepicker-days {
    display: block;
}

.datetimepicker.months div.datetimepicker-months {
    display: block;
}

.datetimepicker.years div.datetimepicker-years {
    display: block;
}

.datetimepicker table {
    margin: 0;
}

.datetimepicker table tr td.minute:hover {
    background: #eeeeee;
    cursor: pointer;
}

.datetimepicker table tr td.hour:hover {
    background: #eeeeee;
    cursor: pointer;
}

.datetimepicker table tr td.day:hover {
    background: #eeeeee;
    cursor: pointer;
}

.datetimepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.datetimepicker table tr td span:hover {
    background: #eeeeee;
}

.datetimepicker table tr td span.old {
    color: #ccc;
    text-decoration: line-through;
}

.datetimepicker .datetimepicker-hours span {
    height: 26px;
    line-height: 26px;
}

.datetimepicker .datetimepicker-minutes span {
    height: 26px;
    line-height: 26px;
}

.datetimepicker th.switch {
    width: 145px;
}

.datetimepicker-inline {
    width: 220px;
}

.datetimepicker-dropdown,
.datetimepicker-dropdown-left {
    top: 0;
    left: 0;
}

[class*="datetimepicker-dropdown"]:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
}

[class*="datetimepicker-dropdown"]:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    position: absolute;
}

[class*="datetimepicker-dropdown-top"]:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #ccc;
    border-top-color: rgba(0, 0, 0, 0.2);
    border-bottom: 0;
}

[class*="datetimepicker-dropdown-top"]:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #ffffff;
    border-bottom: 0;
}

.datetimepicker-dropdown-bottom-left:before {
    top: -7px;
    right: 6px;
}

.datetimepicker-dropdown-bottom-left:after {
    top: -6px;
    right: 7px;
}

.datetimepicker-dropdown-bottom-right:before {
    top: -7px;
    left: 6px;
}

.datetimepicker-dropdown-bottom-right:after {
    top: -6px;
    left: 7px;
}

.datetimepicker-dropdown-top-left:before {
    bottom: -7px;
    right: 6px;
}

.datetimepicker-dropdown-top-left:after {
    bottom: -6px;
    right: 7px;
}

.datetimepicker-dropdown-top-right:before {
    bottom: -7px;
    left: 6px;
}

.datetimepicker-dropdown-top-right:after {
    bottom: -6px;
    left: 7px;
}

.datetimepicker td,
.datetimepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none;
}

.table-striped .datetimepicker table tr td,
.table-striped .datetimepicker table tr th {
    background-color: transparent;
}

.datetimepicker table tr td.old,
.datetimepicker table tr td.new {
    color: #999999;
}

.datetimepicker table tr td.disabled,
.datetimepicker table tr td.disabled:hover {
    background: none;
    color: #ccc;
    text-decoration: line-through;
    cursor: not-allowed;
}

.datetimepicker table tr td.today,
.datetimepicker table tr td.today:hover,
.datetimepicker table tr td.today.disabled,
.datetimepicker table tr td.today.disabled:hover {
    background-color: #fde19a;
    background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
    border-left-color: #fdf59a;
    border-right-color: #fdf59a;
    border-top-color: #fdf59a;
    border-bottom-color: #fbed50;
}

.datetimepicker table tr td.today:hover,
.datetimepicker table tr td.today:hover:hover,
.datetimepicker table tr td.today.disabled:hover,
.datetimepicker table tr td.today.disabled:hover:hover,
.datetimepicker table tr td.today:active,
.datetimepicker table tr td.today:hover:active,
.datetimepicker table tr td.today.disabled:active,
.datetimepicker table tr td.today.disabled:hover:active,
.datetimepicker table tr td.today.active,
.datetimepicker table tr td.today:hover.active,
.datetimepicker table tr td.today.disabled.active,
.datetimepicker table tr td.today.disabled:hover.active,
.datetimepicker table tr td.today.disabled,
.datetimepicker table tr td.today:hover.disabled,
.datetimepicker table tr td.today.disabled.disabled,
.datetimepicker table tr td.today.disabled:hover.disabled,
.datetimepicker table tr td.today[disabled],
.datetimepicker table tr td.today:hover[disabled],
.datetimepicker table tr td.today.disabled[disabled],
.datetimepicker table tr td.today.disabled:hover[disabled] {
    background-color: #fdf59a;
}

.datetimepicker table tr td.today:active,
.datetimepicker table tr td.today:hover:active,
.datetimepicker table tr td.today.disabled:active,
.datetimepicker table tr td.today.disabled:hover:active,
.datetimepicker table tr td.today.active,
.datetimepicker table tr td.today:hover.active,
.datetimepicker table tr td.today.disabled.active,
.datetimepicker table tr td.today.disabled:hover.active {
    background-color: #fbf069 \9;
}

.datetimepicker table tr td.active,
.datetimepicker table tr td.active:hover,
.datetimepicker table tr td.active.disabled,
.datetimepicker table tr td.active.disabled:hover {
    background-color: #006dcc;
    background-repeat: repeat-x;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-image: linear-gradient(to bottom, #0088cc, #0044cc);
    border-left-color: #0044cc;
    border-right-color: #0044cc;
    border-top-color: #0044cc;
    border-bottom-color: #002a80;
}

.datetimepicker table tr td.active:hover,
.datetimepicker table tr td.active:hover:hover,
.datetimepicker table tr td.active.disabled:hover,
.datetimepicker table tr td.active.disabled:hover:hover,
.datetimepicker table tr td.active:active,
.datetimepicker table tr td.active:hover:active,
.datetimepicker table tr td.active.disabled:active,
.datetimepicker table tr td.active.disabled:hover:active,
.datetimepicker table tr td.active.active,
.datetimepicker table tr td.active:hover.active,
.datetimepicker table tr td.active.disabled.active,
.datetimepicker table tr td.active.disabled:hover.active,
.datetimepicker table tr td.active.disabled,
.datetimepicker table tr td.active:hover.disabled,
.datetimepicker table tr td.active.disabled.disabled,
.datetimepicker table tr td.active.disabled:hover.disabled,
.datetimepicker table tr td.active[disabled],
.datetimepicker table tr td.active:hover[disabled],
.datetimepicker table tr td.active.disabled[disabled],
.datetimepicker table tr td.active.disabled:hover[disabled] {
    background: #ffae00;
}

.datetimepicker table tr td.active:active,
.datetimepicker table tr td.active:hover:active,
.datetimepicker table tr td.active.disabled:active,
.datetimepicker table tr td.active.disabled:hover:active,
.datetimepicker table tr td.active.active,
.datetimepicker table tr td.active:hover.active,
.datetimepicker table tr td.active.disabled.active,
.datetimepicker table tr td.active.disabled:hover.active {
    background-color: #ffae00 \9;
}

.datetimepicker .datetimepicker-hours table tr td span.hour_am,
.datetimepicker .datetimepicker-hours table tr td span.hour_pm {
    width: 14.6%;
}

.datetimepicker .datetimepicker-hours fieldset legend,
.datetimepicker .datetimepicker-minutes fieldset legend {
    margin-bottom: inherit;
    line-height: 30px;
}

.datetimepicker table tr td span.disabled,
.datetimepicker table tr td span.disabled:hover {
    background: none;
    color: #999999;
    cursor: default;
}

.datetimepicker table tr td span.active,
.datetimepicker table tr td span.active:hover,
.datetimepicker table tr td span.active.disabled,
.datetimepicker table tr td span.active.disabled:hover {
    background-color: #ffae00;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datetimepicker table tr td span.active:hover,
.datetimepicker table tr td span.active:hover:hover,
.datetimepicker table tr td span.active.disabled:hover,
.datetimepicker table tr td span.active.disabled:hover:hover,
.datetimepicker table tr td span.active:active,
.datetimepicker table tr td span.active:hover:active,
.datetimepicker table tr td span.active.disabled:active,
.datetimepicker table tr td span.active.disabled:hover:active,
.datetimepicker table tr td span.active.active,
.datetimepicker table tr td span.active:hover.active,
.datetimepicker table tr td span.active.disabled.active,
.datetimepicker table tr td span.active.disabled:hover.active,
.datetimepicker table tr td span.active.disabled,
.datetimepicker table tr td span.active:hover.disabled,
.datetimepicker table tr td span.active.disabled.disabled,
.datetimepicker table tr td span.active.disabled:hover.disabled,
.datetimepicker table tr td span.active[disabled],
.datetimepicker table tr td span.active:hover[disabled],
.datetimepicker table tr td span.active.disabled[disabled],
.datetimepicker table tr td span.active.disabled:hover[disabled] {
    background-color: #ffae00;
}

.datetimepicker table tr td span.active:active,
.datetimepicker table tr td span.active:hover:active,
.datetimepicker table tr td span.active.disabled:active,
.datetimepicker table tr td span.active.disabled:hover:active,
.datetimepicker table tr td span.active.active,
.datetimepicker table tr td span.active:hover.active,
.datetimepicker table tr td span.active.disabled.active,
.datetimepicker table tr td span.active.disabled:hover.active {
    background-color: #ffae00 \9;
}

.datetimepicker thead tr th {
    font-family: "canaro-medium";
    text-transform: uppercase;
    color: #919191;
    font-size: 12px;
    font-weight: normal;
}

.datetimepicker tbody {
    border-top: 1px solid #dddddd;
}

.datetimepicker thead tr:first-child th,
.datetimepicker tfoot tr:first-child th {
    cursor: pointer;
    font-family: "canaro-medium";
    color: #919191;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: normal;
}

.datetimepicker thead tr:first-child th:hover,
.datetimepicker tfoot tr:first-child th:hover {
    background: #eeeeee;
}

.input-append.date .add-on i,
.input-prepend.date .add-on i,
.input-group.date .input-group-addon span {
    cursor: pointer;
    width: 14px;
    height: 14px;
}

.nicescroll-rails {
    margin: 0;
    display: block !important;
    background: #d9d9d9;
    border-radius: 8px;
    width: 8px !important;
    opacity: 1 !important;
}

.nicescroll-rails .nicescroll-cursors {
    width: 8px !important;
    border-radius: 8px;
    background: #ffae00 !important;
    border: none !important;
}

.nicescroll-rails.nicescroll-rails-hr {
    display: none !important;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer,
.fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
    background-image: url("../images/fancybox/fancybox_sprite.png");
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url("../images/fancybox/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url("../images/fancybox/blank.gif");
    /* helps IE */
    -webkit-tap-highlight-color: transparent;
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url("../images/fancybox/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent;
    /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {

    #fancybox-loading,
    .fancybox-close,
    .fancybox-prev span,
    .fancybox-next span {
        background-image: url("../images/fancybox/fancybox_sprite%402x.png");
        background-size: 44px 152px;
        /*The size of the normal image, half the size of the hi-res image*/
    }

    #fancybox-loading div {
        background-image: url("../images/fancybox/fancybox_loading%402x.gif");
        background-size: 24px 24px;
        /*The size of the normal image, half the size of the hi-res image*/
    }
}

#fancybox-buttons {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 8050;
}

#fancybox-buttons.top {
    top: 10px;
}

#fancybox-buttons.bottom {
    bottom: 10px;
}

#fancybox-buttons ul {
    display: block;
    width: 166px;
    height: 30px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    border: 1px solid #111;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
    -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
    background: #323232;
    background: -moz-linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #444444), color-stop(50%, #343434), color-stop(50%, #292929), color-stop(100%, #333333));
    background: -webkit-linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
    background: -o-linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
    background: -ms-linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
    background: linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#222222', GradientType=0);
}

#fancybox-buttons ul li {
    float: left;
    margin: 0;
    padding: 0;
}

#fancybox-buttons a {
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background-color: transparent;
    background-image: url("../images/fancybox/fancybox_buttons.html");
    background-repeat: no-repeat;
    outline: none;
    opacity: 0.8;
}

#fancybox-buttons a:hover {
    opacity: 1;
}

#fancybox-buttons a.btnPrev {
    background-position: 5px 0;
}

#fancybox-buttons a.btnNext {
    background-position: -33px 0;
    border-right: 1px solid #3e3e3e;
}

#fancybox-buttons a.btnPlay {
    background-position: 0 -30px;
}

#fancybox-buttons a.btnPlayOn {
    background-position: -30px -30px;
}

#fancybox-buttons a.btnToggle {
    background-position: 3px -60px;
    border-left: 1px solid #111;
    border-right: 1px solid #3e3e3e;
    width: 35px;
}

#fancybox-buttons a.btnToggleOn {
    background-position: -27px -60px;
}

#fancybox-buttons a.btnClose {
    border-left: 1px solid #111;
    width: 35px;
    background-position: -56px 0px;
}

#fancybox-buttons a.btnDisabled {
    opacity: 0.4;
    cursor: default;
}

#fancybox-buttons {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 8050;
}

#fancybox-buttons.top {
    top: 10px;
}

#fancybox-buttons.bottom {
    bottom: 10px;
}

img.main-logo {
    width: 170px !important;
}

#fancybox-buttons ul {
    display: block;
    width: 166px;
    height: 30px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    border: 1px solid #111;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
    -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
    background: #323232;
    background: -moz-linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #444444), color-stop(50%, #343434), color-stop(50%, #292929), color-stop(100%, #333333));
    background: -webkit-linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
    background: -o-linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
    background: -ms-linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
    background: linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#222222', GradientType=0);
}

#fancybox-buttons ul li {
    float: left;
    margin: 0;
    padding: 0;
}

#fancybox-buttons a {
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background-color: transparent;
    background-image: url("../images/fancybox/fancybox_buttons.html");
    background-repeat: no-repeat;
    outline: none;
    opacity: 0.8;
}

#fancybox-buttons a:hover {
    opacity: 1;
}

#fancybox-buttons a.btnPrev {
    background-position: 5px 0;
}

#fancybox-buttons a.btnNext {
    background-position: -33px 0;
    border-right: 1px solid #3e3e3e;
}

#fancybox-buttons a.btnPlay {
    background-position: 0 -30px;
}

#fancybox-buttons a.btnPlayOn {
    background-position: -30px -30px;
}

#fancybox-buttons a.btnToggle {
    background-position: 3px -60px;
    border-left: 1px solid #111;
    border-right: 1px solid #3e3e3e;
    width: 35px;
}

#fancybox-buttons a.btnToggleOn {
    background-position: -27px -60px;
}

#fancybox-buttons a.btnClose {
    border-left: 1px solid #111;
    width: 35px;
    background-position: -56px 0px;
}

#fancybox-buttons a.btnDisabled {
    opacity: 0.4;
    cursor: default;
}