/*------------------------------------*\
    Main Stylesheet
\*------------------------------------*/

body,
html {
    height: 100%;
    margin: 0;
    padding: 0;
}
body {
    color: #000000;
    font-family: "Ubuntu", sans-serif;
    font-size: 13px;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 0.02em;
    line-height: 23px;
    overflow-x: hidden;
}
a,
a:active {
    color: #626262;
    text-decoration: none;
}
a:hover,
a:focus {
    color: #272727;
    text-decoration: none;
}
a:focus {
    outline: none !important;
}
img {
    -webkit-backface-visibility: hidden;
    height: auto;
    max-width: 100%;
}
ul {
    list-style-position: outside;
}
ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}


/*
* Input
*/
::-moz-selection {
    background: #dfdfdf;
    color: #000000;
}
::-webkit-input-placeholder {
    color: #272727 !important;
    font-size: 13px;
    text-overflow: ellipsis;
}
:-moz-placeholder {
    color: #272727 !important;
    font-size: 13px;
    opacity: 1;
    text-overflow: ellipsis;
}
:-ms-input-placeholder {
    color: #272727 !important;
    font-size: 13px;
    opacity: 1;
    text-overflow: ellipsis;
}


/*
* Scrollbar
*/

::-webkit-scrollbar {
    width: 12px;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
::-webkit-scrollbar-thumb {
    background: rgba(210, 210, 210, 0.8);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}





/*------------------------------------*\
    Typography
\*------------------------------------*/

/*
* Heading
*/

h2,
h3,
h4,
h5 {
    margin: 0;
    padding: 0;
}


/*
* Text size
*/
.text-small {
    font-size: 13px !important;
    line-height: 20px !important;
}
.text-medium {
    font-size: 14px !important;
    line-height: 22px !important;
}
.text-large {
    font-size: 15px !important;
    line-height: 24px !important;
}
.text-extra-large {
    font-size: 18px !important;
    line-height: 26px !important;
}
.title-small {
    font-size: 20px !important;
    line-height: 30px !important;
}
.title-medium {
    font-size: 24px !important;
    line-height: 32px !important;
}
.title-extra-large {
    font-size: 35px !important;
    line-height: 38px !important;
}
.title-extra-large-5 {
    font-size: 80px !important;
    line-height: 80px !important;
}


/*
* Font family
*/
.font-family-alt {
    font-family: "Ubuntu", sans-serif !important;
}


/*
* Font weight
*/
.font-weight-600 {
    font-weight: 600 !important;
}
.font-weight-700 {
    font-weight: 700 !important;
}


/*
* Letter spacing
*/

.letter-spacing-1 {
    letter-spacing: 1px !important;
}
.letter-spacing-2 {
    letter-spacing: 2px !important;
}


/*
* Text property
*/
.line-height-60px {
    line-height: 60px !important;
}





/*------------------------------------*\
    Background
\*------------------------------------*/

/*
* Background image
*/

.bg-cover {
    background-repeat: no-repeat !important;
}
.bg-cover {
    overflow: hidden;
}
.bg-cover {
    background-position: center center !important;
}
.bg-cover {
    position: relative;
}
.bg-cover {
    background-size: cover !important;
}


/*
* Background transparent (on hover)
*/


/*
* Background overlay
*/

.bg-overlay-black-7,
.bg-overlay-gray-1 {
    position: relative;
}
.bg-overlay-black-7:before,
.bg-overlay-gray-1:before {
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.bg-overlay-black-7:before {
    background: rgba(0, 0, 0, 0.7) !important;
}
.bg-overlay-gray-1:before {
    background: rgba(37, 37, 37, 0.1) !important;
}





/*------------------------------------*\
    Border
\*------------------------------------*/
.border-top {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.border-right {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.border-circle {
    border-radius: 50% !important;
}
.no-border-bottom {
    border-bottom: none !important;
}





/*------------------------------------*\
    Buttons
\*------------------------------------*/
.btn {
    border: 2px solid transparent;
    border-radius: 0;
    display: inline-block;
    font-family: "Ubuntu", sans-serif !important;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-right: 15px;
    padding: 8px 20px 9px;
    text-transform: uppercase;
    width: auto;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.btn:hover {
    background-color: transparent;
}
.btn:focus {
    border-width: 2px !important;
}
.btn.btn-large {
    font-size: 16px;
    padding: 16px 30px;
}





/*------------------------------------*\
    Custom
\*------------------------------------*/

/*
* Display
*/

.display-block {
    display: block !important;
}
.display-inline-block {
    display: inline-block !important;
}
.display-table {
    display: table !important;
}
.display-table-cell {
    display: table-cell !important;
}


/*
* Ease
*/

.ease {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}


/*
* Heading style
*/

.title-underline-base-color,
.title-underline-thick-base-color,
.title-sideline-base-color {
    display: inline-block;
}
.title-sideline-base-color {
    position: relative;
}
.title-underline-base-color {
    border-bottom: 2px solid transparent;
    padding-bottom: 3px;
}
.title-underline-thick-base-color {
    border-bottom: 5px solid transparent;
    padding-bottom: 4px;
}
.title-sideline-base-color {
    padding: 0;
}
.title-sideline-base-color:before {
    content: '';
    margin-top: -2px;
    position: absolute;
    left: -20px;
    top: 50%;
    width: 12px;
    height: 4px;
}


/*
* Height
*/
.height-100 {
    height: 100% !important;
}
.height-60px {
    height: 60px;
}


/*
* Image
*/


/*
* Margin
*/
.margin-3 {
    margin: 3% !important;
}
.margin-4 {
    margin: 4% !important;
}
.margin-4-5 {
    margin: 4.5% !important;
}
.margin-5 {
    margin: 5% !important;
}
.margin-6 {
    margin: 6% !important;
}
.margin-8 {
    margin: 8% !important;
}
.margin-9 {
    margin: 9% !important;
}
.margin-top-min-30px {
    margin-top: -30px;
}
.margin-left-min-30px {
    margin-left: -30px;
}
.no-margin {
    margin: 0 !important;
}
.no-margin-top {
    margin-top: 0 !important;
}
.no-margin-bottom {
    margin-bottom: 0 !important;
}
.no-margin-left {
    margin-left: 0 !important;
}
.no-margin-rl {
    margin-right: 0 !important;
    margin-left: 0 !important;
}


/*
* Opacity
*/
.opacity-6 {
    opacity: 0.6 !important;
}
.opacity-7 {
    opacity: 0.7 !important;
}
.opacity-9 {
    opacity: 0.9 !important;
}


/*
* Overflow
*/
.overflow-hidden {
    overflow: hidden !important;
}


/*
* Padding
*/
.padding-3 {
    padding: 3% !important;
}
.padding-6 {
    padding: 6% !important;
}
.padding-8 {
    padding: 8% !important;
}
.padding-9 {
    padding: 9% !important;
}
.padding-11 {
    padding: 11% !important;
}
.padding-16 {
    padding: 16% !important;
}
.no-padding {
    padding: 0 !important;
}
.no-padding-top {
    padding-top: 0 !important;
}
.no-padding-bottom {
    padding-bottom: 0 !important;
}
.no-padding-tb {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.no-padding-rl {
    padding-right: 0 !important;
    padding-left: 0 !important;
}


/*
* Position
*/

.position-absolute {
    position: absolute !important;
}
.position-relative {
    position: relative !important;
}
.position-top {
    top: 0 !important;
}
.position-left {
    left: 0 !important;
}
.position-left-50 {
    left: 50% !important;
}


/*
* Separator
*/

.separator-line-thick {
    display: block;
}
.separator-line-thick {
    height: 4px;
}
.separator-line-thick {
    width: 30px;
}


/*
* Vertical align
*/
.vertical-align-middle {
    vertical-align: middle !important;
}


/*
* Width
*/
.width-100 {
    width: 100% !important;
}
.width-60px {
    width: 60px;
}





/*------------------------------------*\
    Features box
\*------------------------------------*/

.features-box:hover .show-on-hover:not(.is-mobile) {
    opacity: 0.97;
}
.features-box .show-on-hover {
    opacity: 0;
}





/*------------------------------------*\
    Flickity
\*------------------------------------*/





/*------------------------------------*\
    Gallery
\*------------------------------------*/

.gallery-grid figcaption,
.gallery-grid figcaption .display-table,
.gallery-grid img {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.gallery-wrapper {
    clear: both;
    width: 100%;
}
.gallery-grid .item {
    float: left;
}
.gallery-grid figure {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
}
.gallery-grid figcaption {
    background-color: rgba(0, 0, 0, 0.6);
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.gallery-grid figcaption a {
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.gallery-grid figcaption .display-table {
    bottom: 0;
    margin-bottom: -100%;
    position: absolute;
    text-align: center;
    left: 0;
    width: 100%;
    height: 50%;
}
.gallery-grid figcaption .display-table-cell {
    padding: 0 50px;
    vertical-align: middle;
}
.gallery-grid img {
    display: block;
    position: relative;
    top: 0;
    width: 100%;
}


/*
* Gallery - Grid & gutter
*/
.gallery-grid.grid-col-3 .item {
    width: 33.33%;
}
.gallery-grid.gutter-wide {
    margin-left: -40px;
}
.gallery-grid.gutter-wide .item {
    padding: 0 0 40px 40px;
}


/*
* Gallery - Hover effect
*/

.gallery-grid figure a {
    cursor: url("../img/icon-zoom-in-white.png"), pointer;
}
.gallery-grid figure:hover img {
    transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
}
.gallery-grid figure:hover figcaption {
    opacity: 1;
}
.gallery-grid figure:hover figcaption .display-table {
    margin-bottom: 0;
}


/*
* Gallery - Magnific popup
*/


/*
* Gallery - Magnific popup (fade effect)
*/





/*------------------------------------*\
    Triangle
\*------------------------------------*/

.triangle-top-left {
    border-style: solid;
    height: 0;
    width: 0;
}
.triangle-top-left {
    border-width: 35px 35px 0 0;
}





/*------------------------------------*\
    Preloader
\*------------------------------------*/





/*------------------------------------*\
    Navigation
\*------------------------------------*/

.navbar {
    background-color: #000000;
}
.navbar .navbar-toggle .icon-bar {
    background-color: #ffffff;
}
.navbar .navbar-brand,
.navbar .navbar-nav > li > a {
    color: #ffffff;
}
.navbar,
.navbar .container,
.navbar .navbar-brand,
.navbar .navbar-brand img,
.navbar .navbar-nav > li {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.navbar {
    border: none;
    border-radius: 0;
    display: inline-table;
    margin: 0;
    width: 100%;
}
.navbar .container {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    height: 80px;
}
.navbar .navbar-brand {
    height: 80px;
    line-height: 80px !important;
    padding: 0 15px;
}
.navbar .navbar-brand img {
    display: inline-block;
    max-height: 43px;
    position: absolute;
    top: 18px;
    left: auto;
}
.navbar .navbar-brand img.logo-navbar-white {
    opacity: 0;
}
.navbar .navbar-toggle {
    border: 1px solid #ffffff;
    border-radius: 0;
    margin-top: 24px;
}
.navbar .navbar-toggle:hover,
.navbar .navbar-toggle:focus {
    background-color: transparent;
    cursor: pointer;
}
.navbar .navbar-collapse {
    box-shadow: none;
}
.navbar .navbar-nav > li {
    padding: 10px 0 10px 30px;
}
.navbar .navbar-nav > li > a {
    display: inline-block;
    padding: 0 0 1px;
    position: relative;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}
.navbar .navbar-nav > li > a:hover {
    background-color: inherit;
    opacity: .8;
}
.navbar .navbar-nav > li > a:focus {
    background-color: inherit;
}





/*------------------------------------*\
    Section
\*------------------------------------*/

section {
    padding: 80px 0;
    position: relative;
}





/*------------------------------------*\
    Scroll to top
\*------------------------------------*/

.scroll-to-top {
    background-color: #000000;
    border-radius: 2px;
    display: none;
    position: fixed;
    right: 35px;
    top: 94%;
    text-align: center;
    z-index: 999;
}
.scroll-to-top i {
    color: #ffffff;
    font-size: 18px;
    margin: 0 6px;
}





/*-------------------------------------*\
    Colors
\*-------------------------------------*/

/*
* Heading style colors
*/


/*
* Text color
*/

.text-black {
    color: #000000 !important;
}
.text-gray {
    color: #989898 !important;
}
.text-gray-dark {
    color: #626262 !important;
}
.text-gray-dark-2 {
    color: #272727 !important;
}
.text-white {
    color: #ffffff !important;
}


/*
* Text color (on hover)
*/


/*
* Background color
*/
.bg-gray-dark-2 {
    background-color: #272727 !important;
}
.bg-gray-light {
    background-color: #dfdfdf !important;
}
.bg-gray-light-2 {
    background-color: #f6f6f6 !important;
}
.bg-white {
    background-color: #ffffff !important;
}
.bg-white-3 {
    background-color: #fcfcfc !important;
}


/*
* Background color (on hover)
*/


/*
* Border color
*/
.border-gray-light {
    border-color: #dfdfdf !important;
}
.border-white {
    border-color: #ffffff !important;
}


/*
* Box shadow color
*/
.box-shadow-extra-thick-white {
    -webkit-box-shadow: 0px 0px 0px 4px white !important;
    -moz-box-shadow: 0px 0px 0px 4px white !important;
    box-shadow: 0px 0px 0px 4px white !important;
}


/*
* Button colors
*/

.btn.btn-base-color {
    color: #ffffff;
}
.btn.btn-base-color:hover {
    opacity: 0.9;
}


/*
* Triangle color
*/
.triangle-top-left.triangle-gray-light {
    border-color: #dfdfdf transparent transparent transparent;
}





/*------------------------------------*\
    Responsive
\*------------------------------------*/

/*
* Text size
*/

@media (max-width: 991px) {
    .sm-text-medium {
        font-size: 14px !important;
        line-height: 22px !important;
    }
    .sm-text-large {
        font-size: 15px !important;
        line-height: 24px !important;
    }
    .sm-title-large {
        font-size: 28px !important;
        line-height: 34px !important;
    }
    .sm-title-extra-large-3 {
        font-size: 50px !important;
        line-height: 50px !important;
    }
}

@media (max-width: 767px) {
    .xs-text-medium {
        font-size: 14px !important;
        line-height: 22px !important;
    }
    .xs-text-large {
        font-size: 15px !important;
        line-height: 24px !important;
    }
    .xs-title-small {
        font-size: 20px !important;
        line-height: 30px !important;
    }
    .xs-title-extra-large {
        font-size: 35px !important;
        line-height: 38px !important;
    }
}


/*
* Border
*/

@media (max-width: 767px) {
    .xs-no-border {
        border: none !important;
    }
}


/*
* Buttons
*/

@media (max-width: 991px) {
    .btn.sm-btn-medium {
        font-size: 14px;
        padding: 10px 22px;
    }
}


/*
* Display
*/


/*
* Height
*/


/*
* Margin
*/

@media (max-width: 991px) {
    .sm-margin-5 {
        margin: 5% !important;
    }
    .sm-no-margin-bottom {
        margin-bottom: 0 !important;
    }
    .sm-no-margin-rl {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
}

@media (max-width: 767px) {
    .xs-margin-5 {
        margin: 5% !important;
    }
    .xs-margin-7 {
        margin: 7% !important;
    }
    .xs-no-margin-bottom {
        margin-bottom: 0 !important;
    }
    .xs-no-margin-rl {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
}


/*
* Opacity
*/


/*
* Overflow
*/


/*
* Padding
*/

@media (max-width: 991px) {
    .sm-padding-17 {
        padding: 17% !important;
    }
    .sm-no-padding-rl {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}


/*
* Position
*/


/*
* Text align
*/

@media (max-width: 767px) {
    .xs-text-center {
        text-align: center !important;
    }
}


/*
* Width
*/


/*
* Gallery
*/

@media (min-width: 544px) and (max-width: 991px) {
    .gallery-grid figcaption .display-table {
        height: 100%;
    }
    .gallery-grid figcaption .display-table-cell {
        padding: 0 20px;
    }
}


/*
* Gallery - Grid & gutter
*/

@media (max-width: 991px) {
    .gallery-grid .item {
        width: 50% !important;
    }
    .gallery-grid {
        margin-left: -22px !important;
    }
    .gallery-grid .item {
        padding: 0 0 22px 22px !important;
    }
}

@media (max-width: 767px) {
    .gallery-grid {
        margin-left: -11px !important;
    }
    .gallery-grid .item {
        padding: 0 0 11px 11px !important;
    }
}

@media (max-width: 543px) {
    .gallery-grid .item {
        width: 100% !important;
    }
    .gallery-grid {
        margin-left: -22px !important;
    }
    .gallery-grid .item {
        padding: 0 0 22px 22px !important;
    }
}


/*
* Gallery - Magnific popup
*/


/*
* Navigation
*/

@media (max-width: 991px) {
    .navbar .container {
        width: 100%;
    }
    .navbar .navbar-collapse {
        border-top: 1px solid rgba(255, 255, 255, 0.2);
    }
    .navbar .navbar-collapse.pull-right {
        float: none !important;
    }
    .navbar.navbar-white {
        background-color: #ffffff;
        opacity: .96;
    }
    .navbar.navbar-white .navbar-brand {
        color: #000000;
    }
    .navbar.navbar-white .navbar-brand img.logo-navbar-dark {
        opacity: 0;
    }
    .navbar.navbar-white .navbar-brand img.logo-navbar-white {
        opacity: 1;
    }
    .navbar.navbar-white .navbar-toggle {
        border: 1px solid #000000;
    }
    .navbar.navbar-white .navbar-toggle .icon-bar {
        background-color: #000000;
    }
    .navbar.navbar-white .navbar-nav > li > a {
        color: #000000;
    }
    .navbar.navbar-white .navbar-collapse {
        border-top: 1px solid rgba(0, 0, 0, 0.08);
    }
}

@media (min-width: 992px) {
    .navbar {
        background-color: rgba(0, 0, 0, 0.15);
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    }
    .navbar .navbar-nav > li {
        line-height: 80px !important;
        padding: 0 15px;
    }
}


/*
* Section
*/

@media (min-width: 768px) {
    section {
        padding: 120px 0;
    }
}

@media (min-width: 992px) {
    section {
        padding: 135px 0;
    }
}

/*-------------------------------------------------*\
    Theme Name  : NIOBE
    Description : One Page Spa & Salon Template
    Version     : 1.0
\*-------------------------------------------------*/

/*
*    Table of Contents:
*        01. Google Font
*        02. Section - Home
*            - Home BG Static (default)
*            - Home BG Parallax
*            - Home BG Slideshow
*            - Home BG Slider
*        03. Intro
*        04. Section - About
*        05. Section - Treatments
*            - Nav Stacked
*            - Tab & Pricing Table
*        06. Milestones
*        07. Section - Reviews
*        08. Section - Etiquette
*        09. Section - Contact
*        10. Footer
*/





/*------------------------------------*\
    Google font
\*------------------------------------*/

@import url(https://fonts.googleapis.com/css?family=Roboto:400,700);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,600,700);





/*------------------------------------*\
    Section - Home
\*------------------------------------*/
/*
* Home BG Static (default)
*/

#home {
    background: url("../images/bg-home-1.jpg");
}


/*
* Home BG Parallax
*/


/*
* Home BG Slideshow
*/


/*
* Home BG Slider
*/





/*------------------------------------*\
    Intro
\*------------------------------------*/

#intro img {
    height: 260px;
    left: 50%;
    margin-left: -130px;
    margin-top: -130px;
    position: absolute;
    top: 50%;
    width: 260px;
}
@media (min-width: 480px) {
    #intro img {
        height: 300px;
        margin-left: -150px;
        margin-top: -150px;
        width: 300px;
    }
}





/*------------------------------------*\
    Section - About
\*------------------------------------*/

#about {
    background: url("../images/teamfoto.jpg");
}
@media (max-width: 991px) {
    #about:before {
        background-color: #ffffff;
        content: '';
        display: block;
        height: 100%;
        left: 0;
        opacity: 0.8;
        position: absolute;
        top: 0;
        width: 100%;
    }
}

#aboutTeam {
    background: url("../images/wait1.jpg");
}
@media (max-width: 991px) {
    #aboutTeam:before {
        background-color: #ffffff;
        content: '';
        display: block;
        height: 100%;
        left: 0;
        opacity: 0.8;
        position: absolute;
        top: 0;
        width: 100%;
    }
}




/*------------------------------------*\
    Section - Treatments
\*------------------------------------*/


/*
* Nav Stacked
*/


.bg-opaque-white {
    background: rgba(255, 255, 255, 0.4);
}

/*
* Tab
*/

.sm-tab-content {
    padding: 5px 5px;
}

.tab-content {
    padding: 35px 15px;
}
@media (min-width: 768px) {
    .tab-content {
        padding: 60px 45px;
    }
}


/*
* Pricing Table & Scrollbar
*/





/*------------------------------------*\
    Milestones
\*------------------------------------*/

#milestones {
    background: #9f9f9f;
}

.dotted {
    list-style-type: circle;
}



/*------------------------------------*\
    Section - Reviews
\*------------------------------------*/





/*------------------------------------*\
    Section - Etiquette
\*------------------------------------*/

/*
* Accordions
*/

.panel-group .panel {
    border: 1px solid #dfdfdf;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.panel-group .panel + .panel {
    margin-top: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 1px solid #dfdfdf;
}
.panel-heading {
    background-color: transparent;
    border-radius: 0;
    padding: 0;
}
.panel-title a {
    display: block;
    padding: 20px 22px;
    position: relative;
}
.panel-title a:before {
    color: #989898;
    content: '\f107';
    display: block;
    font-family: "FontAwesome", sans-serif;
    font-size: 14px;
    padding: 20px 25px;
    position: absolute;
    right: 0;
    top: 0;
}
.panel-title a.collapsed:before {
    content: '\f105';
}
.panel-body {
    padding: 20px 22px 10px;
}





/*------------------------------------*\
    Section - Contact
\*------------------------------------*/





/*------------------------------------*\
    Footer
\*------------------------------------*/

footer {
    padding: 58px 0 32px;
}
.footer-social {
    padding-bottom: 20px;
}
@media (min-width: 768px) {
    .footer-social {
        padding-bottom: 50px;
    }
}
.footer-social ul > li {
    padding-right: 15px;
    padding-left: 15px;
}
@media (min-width: 768px) {
    .footer-social ul > li {
        padding-right: 20px;
        padding-left: 20px;
    }
}
.footer-copyright {
    padding-top: 32px;
}
/*-------------------------------------*\
    Color
\*-------------------------------------*/

/*
* Heading style colors
*/

.title-underline-base-color {
    border-color: #9b2423;
}
.title-underline-thick-base-color {
    border-color: #9b2423;
}
.title-sideline-base-color:before {
    background-color: #9b2423;
}


/*
* Text color
*/


/*
* Text color (on hover)
*/


/*
* Background color
*/

.bg-base-color {
    background-color: #9b2423 !important;
}


/*
* Background color (on hover)
*/


/*
* Border color
*/


/*
* Box shadow color
*/


/*
* Button colors
*/

.btn.btn-base-color {
    background-color: #9b2423;
}


/*
* Preloader color
*/


/*
* Triangle color
*/
.triangle-top-left.triangle-base-color {
    border-color: #9b2423 transparent transparent transparent;
}
.triangle-top-left.triangle-base-color {
    border-color: #9b2423 transparent transparent transparent;
}
.triangle-top-left.triangle-base-color {
    border-color: #9b2423 transparent transparent transparent;
}
.triangle-top-left.triangle-base-color {
    border-color: #9b2423 transparent transparent transparent;
}
.triangle-top-left.triangle-base-color {
    border-color: #9b2423 transparent transparent transparent;
}
.triangle-top-left.triangle-base-color {
    border-color: #9b2423 transparent transparent transparent;
}
.triangle-top-left.triangle-base-color {
    border-color: #9b2423 transparent transparent transparent;
}
.triangle-top-left.triangle-base-color {
    border-color: #9b2423 transparent transparent transparent;
}
.triangle-top-left.triangle-base-color {
    border-color: #9b2423 transparent transparent transparent;
}
.triangle-top-left.triangle-base-color {
    border-color: #9b2423 transparent transparent transparent;
}
.triangle-top-left.triangle-base-color {
    border-color: #9b2423 transparent transparent transparent;
}
.triangle-top-left.triangle-base-color {
    border-color: #9b2423 transparent transparent transparent;
}
.triangle-top-left.triangle-base-color {
    border-color: #9b2423 transparent transparent transparent;
}
.triangle-top-left.triangle-base-color {
    border-color: #9b2423 transparent transparent transparent;
}
.triangle-top-left.triangle-base-color {
    border-color: #9b2423 transparent transparent transparent;
}
.triangle-top-left.triangle-base-color {
    border-color: #9b2423 transparent transparent transparent;
}
.triangle-top-left.triangle-base-color {
    border-color: #9b2423 transparent transparent transparent;
}

.drop-shadow {
    text-shadow: 7px 2px 13px #000;
}

.drop-shadow-white {
    text-shadow: 7px 2px 13px #FFF;
}

.grey {
    color: #414141 !important;
}

.red {
    color: red !important;
}

.bold {
    font-weight: bold !important;
}