@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
@import "inc/awesome-bootstrap-checkbox.css";

/* 1.2 */


/* Global properties (body, common classes, structure etc) */

body {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 1.6;
    background: #fbfbfb;
    color: #c0c0c0;
    /* #5c5c5c; */
    -webkit-font-kerning: auto;
    -webkit-font-smoothing: antialiased;
    -webkit-backface-visibility: visible !important;
    position: relative;
    overflow-x: hidden;
}


/* 1.3 */


/* Layout */

html {
    height: 100%;
    min-height: 100%;
}

body {
    min-height: 100%;
}

.content-area {
    position: relative;
    z-index: 0;
}

.widget *:last-child {
    margin-bottom: 0;
}

.content .widget+.widget,
.sidebar .widget+.widget,
.footer .widget+.widget {
    margin-top: 30px;
}

.container.full-width {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.row {
    margin-top: -30px;
}

.row+.row {
    margin-top: 0;
}

.row div[class*="col-"],
.row aside[class*="col-"] {
    margin-top: 30px;
}

.row div[class*="col-"]:after,
.row aside[class*="col-"]:after {
    content: '';
    display: block;
    clear: both;
}


/* Page section block*/

.page-section {
    position: relative;
    padding-top: 35px;
    padding-bottom: 35px;
    overflow: hidden;
    /* small devices */
}

.page-section.no-padding {
    padding-top: 0;
    padding-bottom: 0;
}

.page-section.dark {
    background-color: #14181c;
    color: #8e9091;
}

.page-section.image {
    background: url(../img/page-section-image.webp) center top no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.page-section.sub-page {
    padding-top: 30px;
}

html,
body {
    position: relative;
    height: 100%;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    height: auto;
}


/* 1.4 */


/* Typography (section title, links, page dividers) */

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Raleway', sans-serif;
    color: #037dc7;
}

.dark .h1,
.dark .h2,
.dark .h3,
.dark .h4,
.dark .h5,
.dark .h6,
.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark h6,
.color .h1 small,
.color .h2 small,
.color .h3 small,
.color .h4 small,
.color .h5 small,
.color .h6 small,
.color h1 small,
.color h2 small,
.color h3 small,
.color h4 small,
.color h5 small,
.color h6 small {
    color: #ffffff;
}

h1 .fa,
h2 .fa,
h3 .fa,
h4 .fa,
h5 .fa,
h6 .fa,
h1 .glyphicon,
h2 .glyphicon,
h3 .glyphicon,
h4 .glyphicon,
h5 .glyphicon,
h6 .glyphicon {
    color: #b30000;
}

a,
a .fa,
a .glyphicon,
a:hover,
a:hover .fa,
a:hover .glyphicon,
a:active,
a:focus {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
}

a:not(.btn-theme) {
    color: #037dc7;
}

p {
    margin-bottom: 20px;
}

ul,
ol {
    padding-left: 0;
    list-style: none;
    margin-bottom: 20px;
}

ul ul,
ol ul,
ul ol,
ol ol {
    padding-left: 20px;
}

.section-title {
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 30px;
    font-weight: 900;
    line-height: 30px;
    text-transform: uppercase;
    text-align: center;
    color: #14181c;
    overflow: hidden;
}

.section-title small {
    display: block;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    text-transform: none;
}

.section-title span {
    display: block;
}

.section-title small+span {
    margin-top: 10px;
}

.dark .section-title {
    color: #ffffff;
}

.block-title {
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: 900;
    line-height: 20px;
    text-transform: uppercase;
    color: #14181c;
    overflow: hidden;
}

.block-title.alt {
    font-size: 16px;
    line-height: 24px;
    font-weight: 900;
    text-transform: uppercase;
    padding: 10px 70px 10px 20px;
    border: solid 1px #a5abb7;
    overflow: visible;
    position: relative;
    color: #7f7f7f;
}

.block-title.alt .fa {
    position: absolute;
    top: -1px;
    right: -1px;
    height: 46px;
    width: 46px;
    line-height: 45px;
    vertical-align: middle;
    text-align: center!important;
    background-color: #f5f6f8;
    border: solid 1px #a5abb7;
    color: #a5abb7;
    z-index: 20;
}


/* Page dividers */

hr.page-divider {
    margin-top: 30px;
    margin-bottom: 30px;
    clear: both;
    border-color: #e9e9e9;
}

hr.transparent,
hr.page-divider.transparent {
    border-color: transparent;
}

hr.page-divider.half {
    border-color: transparent;
    margin-top: 0;
}

::-webkit-input-placeholder {
    color: #8f8f8f !important;
}


/* 1.5 */


/* Buttons
/* ========================================================================== */

.btn,
.btn:hover,
.btn:active,
.btn.active {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
}

.btn-theme {
    color: #ffffff;
    border-width: 1px;
    background-color: #037dc7;
    border-color: #037dc7;
    padding: 13px 20px;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.btn-theme.btn-block {
    max-width: 450px;
}

.btn-theme-transparent,
.btn-theme-transparent:focus,
.btn-theme-transparent:active {
    background-color: transparent;
    border-width: 1px;
    border-color: #e9e9e9;
    color: #14181c;
}

.btn-theme-dark,
.btn-theme-dark:focus,
.btn-theme-dark:active {
    background-color: #14181c;
    border-width: 1px;
    border-color: #14181c;
    color: #ffffff;
}


/* -- Ripple effect -------------------------------- */

.ripple-effect {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}


/* 1.6 */


/* Form / Input / Textarea / Select
/* ========================================================================== */

.form-control {
    -webkit-appearance: none;
    /* ios */
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 50px;
    border-radius: 0;
    border: 1px solid #e9e9e9;
    color: #14181c;
}

.has-icon .form-control {
    padding-right: 50px;
}

.dark .form-control {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0);
    color: rgba(255, 255, 255, 0.6);
}

.form-control.alt {
    border-color: #f5f6f8;
    background-color: #f5f6f8;
    color: #6d7582;
}

.form-control.alt::-webkit-input-placeholder {
    color: #6d7582 !important;
    font-weight: 400 !important;
    font-size: 14px;
    text-transform: none;
    line-height: 22px;
}

.form-control-icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.has-label .form-control-icon {
    top: 28px;
}

.dark .form-control-icon {
    color: rgba(255, 255, 255, 0.6);
}

.form-group.has-icon {
    position: relative;
}

textarea {
    resize: none;
}

label {
    font-size: 14px;
    color: #14181c;
}

.dark label {
    color: #ffffff;
}

input[type=checkbox] {
    margin-top: 2px;
    margin-right: 5px;
    position: absolute;
}

.page-section.subscribe {
    background-attachment: scroll !important;
}


/* 2.0 */


/* Header*/

.sticky-wrapper {
    position: relative;
    z-index: 1;
}

.sticky-wrapper:not(.is-sticky) {
    height: auto !important;
}

.header {
    -webkit-box-shadow: 0 4px 14px 0 rgba(50, 50, 50, 0.3);
    box-shadow: 0 4px 14px 0 rgba(50, 50, 50, 0.3);
}

.wide .sticky-wrapper .header {
    width: 100% !important;
}

.sticky-wrapper .header {
    z-index: 20;
}

@media (max-width: 767px) {
    .sticky-wrapper .header {
        position: relative !important;
        height: auto !important;
    }
}

.header .header-wrapper {
    padding: 0;
    background-color: #fbfbfb;
    position: relative;
}

.header .header-wrapper>.container {
    position: relative;
    min-height: 40px;
}


/* 2.1 */


/* Logo
/* ========================================================================== */

.logo {
    width: 130px;
    height: 100px;
    line-height: 100px;
    /* background-color: #037dc7; */
    position: absolute;
    z-index: 999;
    top: 0;
    left: 15px;
}

.logo a {
    margin: auto auto;
    display: block;
    text-align: center;
}

.logo img {
    max-width: 100%;
    height: auto;
}

.is-sticky .logo {
    width: 140px;
    height: 50px;
    line-height: 50px;
}

.is-sticky .logo img {
    max-width: none;
    height: 65px;
}

@media (max-width: 991px) {
    .logo {
        width: 140px;
        height: 50px;
        line-height: 50px;
    }
    .logo img {
        max-width: none;
        height: 40px;
    }
}

@media (max-width: 480px) {
    .logo {
        padding-top: 0;
        margin-bottom: 30px;
    }
}

.logo,
.logo a,
.logo img,
.is-sticky .logo,
.is-sticky .logo a,
.is-sticky .logo img {
    -webkit-transition: none;
    transition: none;
}


/* 2.2 */


/* Navigation / superfish skin */

.navigation {
    position: relative;
    text-align: right;
    line-height: 0;
}

.navigation .nav.sf-menu {
    font-family: 'Raleway', sans-serif;
    line-height: 1.72;
    text-align: left;
    display: inline-block;
    margin: 0 auto !important;
}

@media (max-width: 991px) {
    .navigation .nav.sf-menu {
        display: block;
    }
}

.navigation ul {
    list-style: none;
}

.navigation ul.social-icons {
    min-width: 0;
    padding-top: 28px;
    padding-bottom: 28px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: block !important;
    position: relative !important;
    opacity: 1 !important;
    top: auto !important;
    left: auto !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.is-sticky .navigation ul.social-icons {
    padding-top: 8px;
    padding-bottom: 8px;
}

.navigation ul.social-icons li {
    float: left !important;
    width: auto !important;
    padding-top: 0 !important;
    padding-right: 0 !important;
    background-color: transparent !important;
}

.navigation ul.social-icons li a {
    padding: 0;
    border: none;
    font-size: 16px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    color: #a5abb7;
}


/* SUPERFISH ESSENTIAL STYLES */

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

.sf-menu li {
    position: relative;
}

.sf-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99;
}

.sf-menu>li {
    float: left;
}

.sf-menu a {
    display: block;
    position: relative;
}

.sf-menu ul {
    min-width: 12em;
    /* submenu width */
}


/* SUPERFISH THEME SKIN */

.sf-menu {
    /*margin-right: -1em;*/
    font-size: 15px;
    font-weight: 600;
}

.sf-menu.nav>li>a,
.sf-menu ul li>a {
    padding: 28px 15px 28px 15px;
}

.sf-menu ul li>a {
    padding: 8px 15px 8px 15px;
}

.sf-menu.nav>li>a {
    text-transform: uppercase;
}

.is-sticky .sf-menu.nav>li>a {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

.sf-menu a {
    color: #a5abb7;
}

.sf-menu li:hover,
.sf-menu li.sfHover,
.sf-menu li.sfHover>a,
.sf-menu li.active {
    color: #14181c;
}

.sf-menu li.active>a {
    color: #14181c;
}

.sf-menu ul {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
}

.sf-menu ul {
    margin-left: 0;
    padding-left: 0;
}

.sf-menu ul li {
    background: #ffffff;
}

.sf-menu ul a {
    text-transform: none;
    font-weight: 400;
    text-decoration: none;
    color: #14181c;
}

.menu-toggle {
    display: none;
    height: 40px;
    float: right;
    margin: 5px 0;
}

@media (max-width: 991px) {
    .menu-toggle {
        display: inline-block;
    }
}

.menu-toggle-close {
    display: none;
}

@media (max-width: 991px) {
    .menu-toggle-close {
        display: block;
        width: 100%;
        text-align: right;
    }
    .menu-toggle-close .fa {
        display: inline-block;
        text-align: center;
        width: 30px;
        height: 30px;
        font-size: 15px;
        line-height: 28px;
        color: #ffffff !important;
        background-color: #14181c;
        border: solid 1px #ffffff;
        border-radius: 15px;
    }
}

@media (max-width: 991px) {
    .navigation {
        position: fixed;
        top: 0;
        right: 0;
        height: 100%;
        width: 250px;
        z-index: 11000;
        border-left: solid 1px #14181c;
        background-color: #14181c;
    }
    .navigation.closed {
        right: -250px;
    }
    .sf-menu {
        margin-right: 0;
        padding: 15px 0 15px 0;
    }
    .sf-menu a {
        color: #ffffff;
    }
    .sf-menu>li {
        float: none;
    }
    .sf-menu>li>a {
        background-color: #14181c;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
    .sf-menu ul {
        display: block !important;
        opacity: 1 !important;
        position: relative;
    }
    .sf-menu ul a {
        color: #ffffff;
    }
    .sf-menu ul li {
        background-color: transparent;
    }
    .sf-menu li {
        float: none!important;
        display: block!important;
        width: 100%!important;
        margin-bottom: 10px !important;
    }
    .sf-menu li a {
        float: none!important;
    }
    .sf-menu ul {
        position: static !important;
        margin-left: 0 !important;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}


/* 3.0 */


/* Footer */

.footer {
    color: #14181c;
    background-color: #f9fafb;
}


/* 3.1 */


/* Footer widgets*/

.footer-widgets {
    padding: 0 0 50px 0;
    margin-top: 0;
    background-color: transparent;
}

.footer-widgets .widget {
    margin-top: 50px;
}

.footer-widgets .widget-title {
    margin-top: 0;
    font-weight: 900;
    text-transform: uppercase;
    color: #14181c;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
}

.footer-widgets .widget-title:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background-color: #a3a4a5;
}


/* 3.2 */


/* Footer meta
/* ========================================================================== */

.footer-meta {
    padding: 30px 0;
    background-color: #ffffff;
}

.footer-meta .copyright {
    text-align: center;
    color: #a1b1bc;
}

/* 4.1 */


/* Main Slider / OwlCarousel
/* ========================================================================== */

.main-slider .owl-theme .owl-controls {
    margin: 0 !important;
}


/*@media (max-width: 640px) {
    .main-slider .owl-theme .owl-controls {
        display: none;
    }
}*/

.main-slider .owl-theme .owl-controls .owl-nav [class*=owl-] {
    position: absolute;
    top: 49%;
    margin: -20px 0 0 0;
    padding: 0;
    width: 40px;
    height: 40px;
    border-radius: 15px;
    font-size: 30px;
    line-height: 30px;
    border: solid 3px #ffffff;
    background: transparent;
    color: #ffffff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.main-slider .owl-theme .owl-controls .owl-nav [class*=owl-] .fa {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


/*@media (min-width: 992px) and (max-width: 1100px) {
    .main-slider .owl-theme .owl-controls .owl-nav [class*=owl-] {
        opacity: .3;
    }
}*/

.main-slider .owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
    background: #037dc7;
    border-color: #037dc7;
    color: #ffffff;
    opacity: 1;
}

.main-slider .owl-theme .owl-controls .owl-nav .owl-prev {
    left: 9px;
}

.main-slider .owl-theme .owl-controls .owl-nav .owl-prev .fa {
    margin-top: 3px;
    margin-right: 3px;
}

.main-slider .owl-theme .owl-controls .owl-nav .owl-next {
    right: 9px;
}

.main-slider .owl-theme .owl-controls .owl-nav .owl-next .fa {
    margin-bottom: 3px;
    margin-left: 3px;
}


/*@media (max-width: 991px) {
    .main-slider .owl-theme .owl-controls .owl-nav {
        display: none;
    }
}*/

.main-slider .owl-theme .owl-controls .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 0;
}

.main-slider .owl-theme .owl-controls .owl-dots .owl-dot span {
    background-color: #a5abb7;
}

.main-slider .owl-theme .owl-controls .owl-dots .owl-dot:hover span,
.main-slider .owl-theme .owl-controls .owl-dots .owl-dot.active span {
    background-color: #14181c;
}

.main-slider .div-table {
    width: 100%;
}

.main-slider .caption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.main-slider .caption>.container {
    position: relative;
    min-height: 100%;
    height: 100%;
}

.main-slider .caption-content {
    text-align: center;
}

.main-slider .caption-title {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 100;
    line-height: 1;
    color: #ffffff;
    clear: both;
    display: inline-block;
    text-transform: uppercase;
    margin: 0 0 15px 0;
}

.main-slider .caption-subtitle {
    font-family: 'Raleway', sans-serif;
    font-size: 72px;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0 0 40px 0;
}

@media (max-width: 1280px) {
    .main-slider .caption-subtitle {
        font-size: 60px;
    }
}

@media (max-width: 1199px) {
    .main-slider .caption-subtitle {
        font-size: 50px;
    }
}

@media (max-width: 991px) {
    .main-slider .caption-subtitle {
        font-size: 35px;
    }
}

@media (max-width: 767px) {
    .main-slider .caption-subtitle {
        font-size: 20px;
    }
}

@media (max-width: 639px) {
    .main-slider .caption-subtitle {
        font-size: 18px;
    }
}

.main-slider .caption-text {
    font-size: 18px;
    line-height: 20px;
    color: #ffffff;
    margin-bottom: 0;
}


/*.main-slider .btn-theme {
    border-color: #ffffff;
    background-color: transparent;
    color: #ffffff;
}*/

.main-slider .ver1:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1;
}

.main-slider .ver1>.caption {
    z-index: 2;
}

.main-slider .ver1 .div-cell {
    vertical-align: top !important;
}

.main-slider .ver1 .caption-content {
    margin-top: 90px;
}



/*@media (max-width: 480px) {
    .main-slider .ver1 .caption-title {
        display: none;
    }
}

@media (max-width: 480px) {
    .main-slider .ver1 .caption-subtitle {
        display: none;
    }
}*/

@media (max-width: 640px) {
    .main-slider .ver1 .form-search .btn-submit {
        text-indent: -9999px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .main-slider .ver1 .form-search .btn-submit:after {
        font-family: 'FontAwesome';
        content: "\f002";
        display: block;
        text-indent: 0;
        margin-top: -13px;
        font-size: 26px;
    }
}

/*.main-slider .ver2:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1;
}

.main-slider .ver2>.caption {
    z-index: 2;
}

.main-slider .ver2 .caption-content {
    text-align: left;
}

.main-slider .ver2 .caption-subtitle {
    padding-top: 60px;
    margin-bottom: 30px;
    text-transform: none;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.35);
}*/


/*@media (max-width: 480px) {
    .main-slider .ver2 .caption-subtitle {
        display: none;
    }
}

@media (max-width: 480px) {
    .main-slider .ver2 .caption-text {
        display: none;
    }
}*/

.main-slider .form-search {
    text-align: left;
    background: rgba(20, 24, 28, 0.6);
}

.main-slider .form-search .form-group {
    margin-bottom: 10px;
}

.main-slider .form-search .form-group label {
    margin-bottom: 3px;
    margin-left: 14px;
    font-size: 12px;
}

.main-slider .form-search .form-control {
    height: 40px;
}

.main-slider .form-search .has-icon .form-control {
    padding-right: 40px;
}


/*.main-slider .form-search .form-control-icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
}*/

.main-slider .form-search .btn-submit {
    padding: 15px 50px;
    background-color: #037dc7;
    border-color: #037dc7;
    color: #ffffff;
}

.main-slider .form-search .form-title {
    background: #14181c;
    color: #ffffff;
    padding: 16px 20px;
    margin-bottom: 24px;
    position: relative;
}

.main-slider .form-search .form-title h2 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    margin: 0;
    color: #ffffff;
}

.main-slider .form-search .form-title .fa {
    float: right;
    line-height: 18px;
    font-size: 24px;
}

.main-slider .form-search .form-title:after {
    content: '';
    display: block;
    position: absolute;
    left: 50px;
    bottom: -8px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #14181c;
}

.main-slider .form-search .row,
.main-slider .form-search .row div[class*="col-"] {
    margin-top: 0;
}

.main-slider .form-search .row-inputs .container-fluid {
    padding-left: 25px;
    padding-right: 25px;
}

.main-slider .form-search .row-inputs .container-fluid div[class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}

.main-slider .form-search .row-inputs+.row-inputs {
    padding-bottom: 10px;
}

.main-slider .form-search .row-submit .container-fluid>.inner {
    padding: 20px;
    border-top: solid 1px rgba(255, 255, 255, 0.35);
    line-height: 50px;
}

.main-slider .item {
    background-position: center center;
    background-size: cover;
    height: 1450px;
}

@media (max-width: 767px) {
    .main-slider .item {
        min-height: 1300px;
    }
}

.main-slider .slide1 {
    background-image: url('../img/bg/algarve-beach.webp');
    /* background-color: #037dc7; */
    
}
@media(min-width:765px){
    .main-slider .slide1 {
        height:800px;
    }
}

.owl-carousel .owl-item {
    -webkit-transform: translateZ(0) scale(1, 1);
}


/* Swiper
/* ========================================================================== */

.swiper-container .swiper-slide img.img-responsive {
    width: 100%;
}

.swiper-container .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    border: solid 4px #037dc7;
    background-color: transparent;
    opacity: 1;
}

.swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #037dc7;
}


/* 5.1 */


/* Breadcrumbs */

.page-section.breadcrumbs {
    background-color: #f5f6f8;
    padding-top: 0;
    padding-bottom: 0;
    z-index: 1;
}

.page-section.breadcrumbs .breadcrumb {
    position: relative;
    padding: 5px 0 0 0;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    text-transform: uppercase;
    background-color: transparent;
}

.page-section.breadcrumbs .breadcrumb a {
    color: #9ea6b1;
}

.page-section.breadcrumbs .breadcrumb li {
    margin-bottom: 10px;
}

.page-section.breadcrumbs .breadcrumb>li+li:before {
    content: '\f105 ';
    font-family: 'FontAwesome';
}

.page-section.breadcrumbs .breadcrumb>.active {
    color: #a5abb7;
}

.page-section.breadcrumbs .page-header {
    padding: 0;
    margin: 25px 0 0 0;
    border: none;
}

.page-section.breadcrumbs .page-header h1,
.page-section.breadcrumbs .page-header h1 small {
    color: #9ea6b1;
    text-transform: uppercase;
}

.page-section.breadcrumbs .page-header h1 {
    margin: 0;
    padding: 0;
    font-size: 70px;
    font-weight: 700;
}


/* 5.4 */


/* Social icons line */

.social-icons {
    margin: -15px 0 20px 0;
    line-height: 30px;
    overflow: hidden;
}

.social-icons li {
    padding: 15px 10px 0 0;
    float: left;
}

.social-icons a {
    display: block;
    position: relative;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: transparent;
    border: solid 1px #14181c;
    color: #14181c;
}


/* 5.7 */


/* Accordions / FAQ
/* ========================================================================== */

.accordion {
    margin-bottom: 30px;
}

.accordion .panel {
    border-radius: 0 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: solid 1px #e9e9e9;
}

.accordion .panel-heading {
    background: none;
    padding-left: 20px;
    padding-right: 0;
    border-bottom: solid 1px #e9e9e9;
    margin-bottom: -1px;
}

.accordion .panel-title {
    font-size: 16px;
    line-height: 22px;
    color: #14181c;
}

.accordion .panel-title .collapsed {
    font-weight: 400;
}

.accordion .panel-title a {
    display: block;
    color: #14181c;
}

.accordion .panel-body {
    padding-top: 20px;
    padding-right: 40px;
    padding-left: 20px;
    font-size: 15px;
}

.accordion .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border: none;
}

.accordion .dot {
    display: inline-block;
    float: right;
    width: 42px;
    height: 42px;
    line-height: 42px;
    margin-top: -10px;
    text-align: center;
    position: relative;
    background: #e9e9e9;
    color: #7f7f7f;
    border-left: solid 1px #d3d3d3;
}

.accordion .dot:before {
    content: '\f068';
    font-family: 'FontAwesome';
}

.accordion .collapsed .dot:before {
    content: '\f067';
}


/* 5.11 */


/* Tabs*/

.tabs {
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: 300;
    line-height: 20px;
    text-transform: uppercase;
    text-align: center;
    overflow: hidden;
    position: relative;
}

.tabs ul {
    display: inline-block;
    position: relative;
    margin-top: -10px;
}

@media (max-width: 767px) {
    .tabs ul {
        padding-bottom: 15px;
        border-bottom: solid 1px #a5abb7;
    }
}

.tabs li {
    display: inline-block;
    margin-top: 10px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    background-color: #14181c;
}

.tabs li a {
    color: #a5abb7;
    display: block;
    padding: 15px 30px;
}

.tabs li a,
.tabs li a:hover {
    background-color: transparent;
}

.tabs li.active {
    background-color: #037dc7;
}

.tabs li.active a {
    color: #ffffff;
    background-color: transparent;
}

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

.tabs.awesome-sub {
    overflow: visible;
}

.tabs.awesome-sub>.nav {
    width: 100%;
}

.tabs.awesome-sub ul {
    margin-top: 0;
}

.tabs.awesome-sub li {
    margin: 0;
    display: block;
    background-color: transparent;
    text-transform: none;
    font-weight: normal;
    text-align: left;
}

.tabs.awesome-sub li+li {
    border-top: solid 1px #d3d3d3;
}

.tabs.awesome-sub li.active {
    background-color: #037dc7;
    color: #ffffff;
}

.tabs.awesome-sub li.active:before {
    content: '' !important;
    display: block !important;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 35px solid transparent;
    border-left: 35px solid #037dc7;
    border-bottom: 35px solid transparent;
    border-right: none;
    left: auto;
    right: 0;
    top: 0;
    margin-right: -35px;
    z-index: 2;
}

@media (max-width: 991px) {
    .tabs.awesome-sub li.active:before {
        display: none !important;
    }
}

.tabs.awesome-sub li:first-child:before,
.tabs.awesome-sub li:last-child:before {
    display: none;
}

.tabs.awesome-sub li a {
    padding: 25px 15px;
    line-height: 20px;
    position: relative;
}


/* 5.11 */


/* Thumbnails*/

.thumbnail {
    margin: 0 auto;
    border-radius: 0;
    background-color: transparent;
    position: relative;
}

@media (max-width: 991px) {
    .thumbnail {
        max-width: 450px;
    }
}

.thumbnail.no-border,
.thumbnail.no-border.hover,
.thumbnail.no-border:hover {
    border: none;
}

.thumbnail.no-padding {
    padding: 0;
}


/* Thumbnail Media/Image */

.thumbnail .media {
    overflow: hidden;
    position: relative;
}

.thumbnail .media img {
    max-width: 100%;
    width: 100%;
}


/* Thumbnail caption
/* -------------------------------------------------------------------------- */

.thumbnail .caption {
    padding: 15px 0 0 0;
    overflow: hidden;
}

.thumbnail .caption+.caption {
    padding-top: 10px;
}

.thumbnail .caption.hovered {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    overflow: hidden;
    padding: 15px;
    color: #ffffff;
    opacity: 0;
    z-index: 10;
}

.caption-wrapper {
    width: 100%;
}


/* Caption elements */

.caption-title {
    font-size: 18px;
    font-weight: 900;
    line-height: 20px;
    margin: 0 0 5px 0;
    color: #14181c;
}

.thumbnail .media-link {
    padding: 0;
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
}


/* Thumbnail transition */

.thumbnail,
.thumbnail:hover,
.thumbnail.hover,
.thumbnail span,
.thumbnail:hover span,
.thumbnail.hover span,
.thumbnail .media,
.thumbnail:hover .media,
.thumbnail.hover .media,
.thumbnail .media img,
.thumbnail:hover .media img,
.thumbnail.hover .media img,
.thumbnail .media-link:after,
.thumbnail:hover .media-link:after,
.thumbnail.hover .media-link:after,
.thumbnail .icon-view,
.thumbnail:hover .icon-view,
.thumbnail.hover .icon-view,
.thumbnail .icon-view .fa,
.thumbnail:hover .icon-view .fa,
.thumbnail.hover .icon-view .fa,
.thumbnail .icon-view .glyphicon,
.thumbnail:hover .icon-view .glyphicon,
.thumbnail.hover .icon-view .glyphicon,
.thumbnail .caption,
.thumbnail:hover .caption,
.thumbnail.hover .caption,
.thumbnail .caption-title,
.thumbnail:hover .caption-title,
.thumbnail.hover .caption-title,
.thumbnail .caption-icon,
.thumbnail:hover .caption-icon,
.thumbnail.hover .caption-icon,
.thumbnail .caption-text,
.thumbnail:hover .caption-text,
.thumbnail.hover .caption-text,
.thumbnail .caption-zoom,
.thumbnail:hover .caption-zoom,
.thumbnail.hover .caption-zoom,
.thumbnail .caption-link,
.thumbnail:hover .caption-link,
.thumbnail.hover .caption-link,
.thumbnail .caption-category,
.thumbnail:hover .caption-category,
.thumbnail.hover .caption-category,
.thumbnail .caption-price,
.thumbnail:hover .caption-price,
.thumbnail.hover .caption-price,
.thumbnail .caption-wrapper,
.thumbnail:hover .caption-wrapper,
.thumbnail.hover .caption-wrapper,
.thumbnail .buttons,
.thumbnail:hover .buttons,
.thumbnail.hover .buttons {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}


/* Thumbnail team */

.thumbnail-team {
    background-color: #ffffff;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.thumbnail-team .caption {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}

.thumbnail-team .caption-title {
    padding-bottom: 20px;
    margin-bottom: 15px;
    position: relative;
}

.thumbnail-team .caption-title:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 1px;
    background-color: #d3d3d3;
}

.thumbnail-team .caption-title small {
    display: block;
    margin-top: 5px;
    color: #7f7f7f;
}

.thumbnail-team .team-details {
    margin: 0;
    font-size: 15px;
    line-height: 24px;
    color: #7f7f7f;
}


/* Thumbnail featured
/* ========================================================================== */

.thumbnail.thumbnail-featured {
    background: #e9e9e9;
}

.thumbnail.thumbnail-featured .caption {
    padding: 35px 20px;
}

.thumbnail.thumbnail-featured .caption-wrapper {
    padding: 0;
}

.thumbnail.thumbnail-featured .caption-inner {
    padding: 0;
}

.thumbnail.thumbnail-featured .caption-icon {
    margin-bottom: 20px;
    text-align: center;
}

.thumbnail.thumbnail-featured .caption-icon .fa {
    font-size: 90px;
}

.thumbnail.thumbnail-featured .caption-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #14181c;
}

.thumbnail.thumbnail-featured .caption-text {
    font-size: 15px;
    line-height: 24px;
}

.thumbnail.thumbnail-featured.hover,
.thumbnail.thumbnail-featured:hover {
    background: #037dc7;
}

.thumbnail.thumbnail-featured.hover .caption-icon,
.thumbnail.thumbnail-featured:hover .caption-icon,
.thumbnail.thumbnail-featured.hover .caption-title,
.thumbnail.thumbnail-featured:hover .caption-title,
.thumbnail.thumbnail-featured.hover .caption-text,
.thumbnail.thumbnail-featured:hover .caption-text {
    color: #ffffff;
}

.thumbnail.thumbnail-featured .caption.hovered {
    opacity: 1;
    z-index: 10;
    background-color: #e9e9e9;
}

.thumbnail.thumbnail-featured .caption.hovered .caption-icon {
    color: #14181c;
}

.thumbnail.thumbnail-featured.hover .caption.hovered,
.thumbnail.thumbnail-featured:hover .caption.hovered {
    opacity: 0;
}

.car-big-card {
    border: solid 1px #e9e9e9;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.car-big-card .row {
    margin-left: 0;
    margin-right: 0;
}

.car-big-card .row [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}

@media (max-width: 991px) {
    .car-big-card .row>.col-md-4 {
        margin-top: 0;
    }
}

.car-big-card .car-details .title {
    padding-left: 0;
}

.car-big-card .car-details .title h2 {
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 1px;
    margin-bottom: 7px;
    color: #14181c;
}

.car-big-card .car-details .title:before {
    display: none;
}

.car-big-card .car-details .price {
    padding: 15px 30px;
    background-color: #e9e9e9;
    color: #14181c;
}

.car-big-card .car-details .price strong {
    font-family: 'Raleway', sans-serif;
    font-size: 36px;
}

.car-big-card .car-details .price i {
    color: #037dc7;
}

.car-big-card .car-details .list {
    padding: 10px 5px 0 30px;
}

.car-big-card .car-details ul {
    margin-bottom: 15px;
}

.car-big-card .car-details ul li {
    font-size: 14px;
    border-bottom: dashed 1px #d3d3d3;
    padding: 8px 0 8px 20px;
    position: relative;
}

.car-big-card .car-details ul li:before {
    content: '\f058';
    font-family: 'FontAwesome';
    position: absolute;
    top: 7px;
    left: 0;
    color: #037dc7;
}

.car-big-card .btn-zoom {
    position: absolute;
    padding: 0;
    line-height: 30px;
    width: 30px;
    height: 30px;
    right: 10px;
    top: 10px;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.3);
    color: #ffffff;
}

.car-big-card .btn-zoom .fa {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.car-big-card .car-thumbnails {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.car-big-card .car-thumbnails a {
    display: block;
    position: relative;
    border: solid 4px rgba(255, 255, 255, 0.6);
    margin: 0 0 10px 10px;
}

.car-big-card .car-thumbnails .swiper-pagination-bullet {
    width: inherit;
    height: inherit;
    border: none !important;
    background-color: transparent !important;
}

@media (max-width: 480px) {
    .car-big-card .car-thumbnails .swiper-pagination-bullet {
        width: 30px;
    }
    .car-big-card .car-thumbnails .swiper-pagination-bullet a {
        border-width: 1px;
    }
    .car-big-card .car-thumbnails .swiper-pagination-bullet img {
        width: 100%;
        max-width: 100%;
    }
}

.car-big-card .car-thumbnails .swiper-pagination-bullet.swiper-pagination-bullet-active a {
    border-color: #037dc7 !important;
}

.car-big-card.alt .car-details .price {
    padding-top: 5px;
    background-color: #f5f6f8;
}

.car-big-card.alt .car-details ul li:last-child {
    border: none;
}


/* 5.13 */


/* Widgets */

.widget-title {
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 15px;
    font-weight: 900;
    line-height: 20px;
    text-transform: uppercase;
    color: #7f7f7f;
    overflow: hidden;
}

.widget-title-sub {
    margin: 0 0 20px 0;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: dashed 1px #ececec;
    color: #6e757f;
}

.widget.shadow {
    background-color: #ffffff;
    border: solid 1px #f0f0f0;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.widget.shadow .widget-title {
    padding: 25px 20px;
    margin: 0;
    background-color: #f5f6f8;
    color: #6c7481;
}

.widget.shadow .widget-title-sub {
    padding-left: 20px;
    padding-right: 20px;
    margin-left: -20px;
    margin-right: -20px;
}

.widget.shadow .widget-content {
    padding: 20px;
}


/* Widget Details Reservation */

.widget.widget-details-reservation .widget-content {
    padding-top: 0;
}

.widget.widget-details-reservation .media .media-object {
    font-size: 14px;
}

.widget.widget-details-reservation .media .media-object .fa {
    font-size: 13px;
    vertical-align: top;
    margin-top: 5px;
}

.widget.widget-details-reservation .media+.media {
    margin-top: 0;
}

.widget.widget-details-reservation .widget-title-sub {
    padding-top: 30px;
}

.widget.widget-details-reservation .button {
    margin-top: 40px;
}


/* Widget Helping Center*/

.widget.widget-helping-center .widget-title-sub {
    border-top: dashed 1px #ececec;
    font-size: 24px;
    font-weight: 400;
}

.widget.widget-helping-center a:not(.btn) {
    color: #7f7f7f;
}

.form-extras {
    padding-bottom: 30px;
}

.form-extras .checkbox {
    margin-bottom: 15px;
}

.form-extras .checkbox label {
    display: block;
    line-height: 18px;
    padding-left: 15px;
    color: #7f7f7f;
}

.reservation-now {
    padding-top: 30px;
    border-top: solid 1px #d3d3d3;
}

.reservation-now .checkbox label {
    line-height: 18px;
    color: #7f7f7f;
}

.reservation-now .btn+.btn {
    margin-right: 20px;
}


/* 5.14 */


/* Contact form*/

.page-section.contact {
    background: url(../img/bg/algarve-car-hire-locations.webp) center top no-repeat;
    background-size: cover;
    /* background-color: #037dc7; */
}

.page-section.contact:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
}

.page-section.contact>.container {
    position: relative;
    z-index: 1;
}

.dark #contact-form .form-control {
    background: rgba(20, 24, 28, 0.8);
    border: 1px solid rgba(20, 24, 28, 0);
    color: #ffffff;
}

#contact-form textarea.form-control {
    height: 180px;
}

#contact-form .form-control {
    height: 40px;
}

#contact-form .has-icon .form-control {
    padding-right: 40px;
}

#contact-form .form-control-icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
}

#contact-form .form-button-submit {
    max-width: none;
}


/* Contact info */

.contact-list .media .fa {
    min-width: 18px;
    text-align: center;
}

.contact-list .media-left {
    margin-right: 15px;
}

.form-search {
    text-align: left;
    background: rgba(20, 24, 28, 0.6);
}

.form-search .form-group {
    margin-bottom: 10px;
}

.form-search .form-control {
    height: 40px;
}

.form-search .has-icon .form-control {
    padding-right: 40px;
}

.form-search .form-control-icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.form-search .btn-submit {
    background-color: #037dc7;
    border-color: #037dc7;
    color: #ffffff;
}

.form-search .form-title {
    background: #14181c;
    color: #ffffff;
    padding: 20px;
    margin-bottom: 20px;
    position: relative;
}

.form-search .form-title h2 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    margin: 0;
    color: #ffffff;
}

.form-search .form-title .fa {
    float: right;
    line-height: 18px;
}

.form-search .form-title:after {
    content: '';
    display: block;
    position: absolute;
    left: 40px;
    bottom: -8px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #14181c;
}

.form-search .row,
.form-search .row div[class*="col-"] {
    margin-top: 0;
}

.form-search .row-inputs .container-fluid {
    padding-left: 25px;
    padding-right: 25px;
}

.form-search .row-inputs .container-fluid div[class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}

.form-search .row-inputs+.row-inputs {
    padding-bottom: 10px;
}

.form-search .row-submit .container-fluid>.inner {
    padding: 20px;
    border-top: solid 1px rgba(255, 255, 255, 0.35);
    line-height: 50px;
}


/* 5.16 */


/* Back to top button */

.to-top {
    z-index: 9999;
    width: 40px;
    height: 40px;
    font-size: 25px;
    line-height: 35px;
    text-align: center;
    position: fixed;
    bottom: -100px;
    right: 20px;
    margin-left: -20px;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background-color: transparent;
    background-color: rgba(3, 125, 199, 0.5);
    border: solid 2px #037dc7;
    color: #ffffff;
}


/* 5.17 */


/* 6.0 */

.overflowed {
    overflow: hidden;
    position: relative;
}

.div-table,
.div-cell {
    height: 100% !important;
    display: table !important;
}

.div-cell {
    display: table-cell !important;
    vertical-align: middle !important;
    float: none !important;
}


/* Remove firefox dotted line */

a,
a:active,
a:focus,
input,
input:active,
input:focus,
button,
button:active,
button:focus,
select,
select:active,
select:focus,
.bootstrap-select .btn,
.bootstrap-select .btn:active,
.bootstrap-select .btn:focus {
    outline: 0 !important;
}







/*sep*/
.special-pic {
    background: url(../img/offers/fire-brigade-1-euro.webp) center top no-repeat;
    position: center;
    height : 250px;
    width : 350px;
    margin-left : auto;
    margin-right : auto;
}
#special-small{
    margin-top : 18px;
}
#special-small2 {
    margin-top: 18px;
}

.step-one-sep{
    margin-top :25px;
}

.step-one-sep2{
    margin-top : 40px;
    margin-bottom : 60px;
}