/* Google fonts */
/* font-family: 'Source Sans Pro', sans-serif; */
@import url('http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,300italic,400italic,600,600italic,700,700italic');

/* Global properties (body, common classes, vertical rhythm, structure etc)
/* ========================================================================== */

body {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    line-height: 1.75;
    background: #ffffff;
    color: #7a7a7a;

    -webkit-font-kerning: auto;
    -webkit-font-smoothing: antialiased;
    -webkit-backface-visibility: visible !important; /* reset animate.css / if hidden parallax buggy */
    position:relative;

    /*overflow-x: hidden;*/
}

.oldprix {
	text-decoration:line-through;
	color: #000;
}
.rougetxt {
	color: #ea032d;
}

/* overflow the content area */
* {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    /* Prevent Long URL’s From Breaking Out of Container
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto; */
}

.container.full-width {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-top: -35px;
    margin-bottom: -35px;
}

.page {}
.page-section {
    padding-top: 35px;
    padding-bottom: 35px;
    position: relative;
    overflow: hidden; /* small devices */
}
.page-section.no-padding {padding: 0;}
.page-section.no-padding-top {padding-top: 0;}
.page-section.no-padding-bottom {padding-bottom: 0;}

.page-section.dark {
    background-color: #2a2a2a;
    color: #8c8c8c;
}
.page-section.light {
    background-color: #f7f7f7;
}
.page-section.color {
    color: #fefefe;
    background-color: #ea032d;
    background-image: url('../img/call-action-bg.gif');
    background-position: 50% 0;
    background-repeat: repeat-y;
    background-size: cover;
}
.page-section.image {
    padding-top: 100px;
    padding-bottom: 100px;
    background-attachment: fixed;
    background-image: url('../img/preview/parallax-1.jpg');
    background-size: cover !important;
    background-position: 50% 0 !important;
    background-repeat: no-repeat;
}
.page-section.image > .container {
    position: relative;
}
.page-section.image:before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    width: 100%; height: 100%;
    background: transparent url("../img/overlay.png") 50% 0 repeat;
}
.page-section.background-img1 {
    background: transparent url("../img/preview/background-img1.jpg") 50% 0 repeat;
    background-position: 50% 0 !important;
    background-size: cover !important;
}
.page-section.background-img2 {
    background: transparent url("../img/preview/background-img2.jpg") 50% 0 repeat;
    background-position: 50% 0 !important;
    background-size: cover !important;
}

.block-title {}
.block-text {}
.block-readmore {
    margin-top: 40px;
    margin-bottom: 40px;
}

.content {}
.sidebar {
    font-size: 13px;
    line-height: 1.2;
}

.content .widget + .widget,
.sidebar .widget + .widget,
.footer .widget + .widget {
    margin-top: 50px;
}

/* Preloader
/* ========================================================================== */

#preloader {
    position: fixed;
    top: 0; bottom: 0;
    left: 0; right: 0;
    background-color: #ffffff;
    z-index: 999999;
}
#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    /*You can use animated gif for preloader */
    /*background-image: url(../img/preloader.gif);*/
    /*background-repeat: no-repeat;*/
    /*background-position: center;*/
    margin: -100px 0 0 -100px;
    text-align: center;
    font-size: 50px;
}

#preloader-title {
    margin-top: 47px;
}

.spinner {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    font-size: 100px;
    width: 2em;
    height: 2em;
    margin: 0 auto;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: inset 0 0 0 .12em rgba(0,0,0,0.2);
    background:-webkit-linear-gradient(#ea032d 50%, #353535 50%), -webkit-linear-gradient(#353535 50%, #ea032d 50%);
    background:-webkit-linear-gradient(#ea032d 50%, #353535 50%), -webkit-linear-gradient(#353535 50%, #ea032d 50%);
    background:linear-gradient(#ea032d 50%, #353535 50%), linear-gradient(#353535 50%, #ea032d 50%);
    background-size: 50% 100%, 50% 100%;
    background-position: 0 0, 100% 0;
    background-repeat: no-repeat;
    -webkit-animation: mask 3s infinite alternate;
    animation: mask 3s infinite alternate;
}

.spinner:after {
    content: '';
    position: absolute;
    border: .90em solid rgba(255,255,255,1);
    top: 5%;
    left: 5%;
    width: 90%;
    height: 90%;
    border-radius: inherit;
}

@-webkit-keyframes mask {
    0% { }
    25%  { -webkit-transform: rotate(270deg); }
    50%  { -webkit-transform: rotate( 90deg); }
    75%  { -webkit-transform: rotate(360deg); }
    100% { -webkit-transform: rotate(180deg); }
}

@keyframes mask {
    0% { }
    25%  { -webkit-transform: rotate(270deg); transform: rotate(270deg); }
    50%  { -webkit-transform: rotate( 90deg); transform: rotate( 90deg); }
    75%  { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
    100% { -webkit-transform: rotate(180deg); transform: rotate(180deg); }
}

/* prettyPhoto
/* ========================================================================== */

div.dark_square .pp_left,div.dark_square .pp_middle,
div.dark_square .pp_right,div.dark_square .pp_content {
    background:transparent;
}
div.pp_overlay {
    height: 100% !important;
    width: 100% !important;
    display: block !important;
    opacity: 0.8 !important;
}

/* Isotope
/* ========================================================================== */

/* Isotope Filtering */
.isotope-item {z-index: 2;}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

/* Isotope CSS3 transitions */

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property:    -moz-transform, opacity;
    -ms-transition-property:     -ms-transform, opacity;
    -o-transition-property:      -o-transform, opacity;
    transition-property:         transform, opacity;
}

/* disabling Isotope CSS3 transitions */

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}

/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

/* Filters
/* ========================================================================== */

.section-title .filtrable {
    margin-top: 20px;
}
.filtrable {
    display: block;
    margin-bottom: 0;
    line-height: 1.1;
    padding: 15px;
    text-transform: uppercase;
    background-color: #141f23;
}
.filtrable li,
.filtrable > span {
    /*float: left;*/
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    position: relative;
    color: #f7f7f7;
}
.filtrable li + li,
.filtrable > span + span {
    padding-left: 12px;
}
.filtrable li + li:before,
.filtrable > span + span:before{
    content: '';
    display: block;
    position: absolute;
    top: 0; left: 1px;
    height: 2px; width: 2px;
    margin-top: 7px;
    border-radius: 50%;
    background-color: #374950;
}
.filtrable a {
    display: block;
    color: #f7f7f7;
}
.filtrable a:hover {
    color: #ea032d;
}
.filtrable .current a,
.filtrable .active a,
.filtrable .current a:hover,
.filtrable .active a:hover {
    color: #ea032d;
}

/* TYPOGRAPHY
/* ========================================================================== */

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    color: #141f23;
}
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: #ea032d;
}

/* Section title */

.section-title {
    position: relative;
    font-size: 40px;
    font-weight: normal;
    line-height: 1;
    padding-bottom: 25px;
    margin: 0 0 40px 0;
    z-index: 0;
    text-transform: uppercase;
    text-align: center;
    color: #141f23;
}
.section-title small {
    display: block;
    font-weight: 300;
    font-size: 14px;
    line-height: 1;
    text-transform: none;
    margin-top: 20px;
    color: #ea0058;
}

.section-title:after {
    content: '. . .';
    display: block;
    position: absolute;
    bottom: 0; left: 50%;
    width: 80px; margin-left: -40px;
    text-align: center; color: #ea032d;
}
.dark .section-title,
.dark .section-title small,
.color .section-title,
.color .section-title small {
    color: #ffffff;
}
.color .section-title:after {
    color: #141f23;
}

/* Block title */

.block-title {
    position: relative;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 20px;
}
.block-title:after {
    content: '. . .';
    display: block;
    position: absolute;
    bottom: 0;
    color: #ea032d;
}
.block-title.text-center:after {width: 100%;}

.dark .block-title:after {}
.light .block-title:after {}
.color .block-title {color: #ffffff;}
.color .block-title:after {color: #141f23;}

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;
}

/* Link color */

a {
    color: #ea032d;
}
a:hover,
a:active,
a:focus {
    color: #000000;
}

p {
    /*-moz-hyphens: auto;*/
    /*-webkit-hyphens: auto;*/
    /*-ms-hyphens: auto;*/
    /*hyphens: auto;*/
    margin-bottom: 20px;
}
ul, ol {
    padding-left: 0;
    list-style: none;
    margin-bottom: 20px;
}
ul ul, ol ol,
ul ol, ol ul {
    padding-left: 20px;
}

.dropcap {
    display: block;
    float: left;
    font-size: 49px;
    line-height: 48px;
    margin: 0 10px 0 0;
    color: #ea032d;
}
.text-lg {
    text-transform: uppercase;
    font-size: 24px;
    line-height: 1.2;
    color: #141f23;
}

hr {}
hr.page-divider {
    margin-top: 40px;
    margin-bottom: 40px;
    clear: both;
    border-color: #eeeeee;
}
hr.page-divider:after {
    content: '';
    display: block;
    margin-top: 1px;
    border-bottom: solid 1px #eeeeee;
}
hr.transparent,
hr.page-divider.transparent {
    border-color: transparent;
}
hr.page-divider.half {
    border-color: transparent;
    margin-top: 0;
}
hr.page-divider.small {
    border-color: transparent;
    margin-top: 0;
    margin-bottom: 20px;
}
hr.page-divider.single {
    border-color: #646464;
}
hr.page-divider.single:after {
    display: none;
}
hr.page-divider.transparent:after,
hr.page-divider.half:after,
hr.page-divider.small:after {
    display: none;
}

.alert {border-radius: 0;}

/* Buttons
/* ========================================================================== */

.btn,
.btn:hover,
.btn:active,
.btn.active {
    box-shadow: none;
    border-radius: 0;
}

.btn-theme {
    color: #ffffff;
    background-color: #ea032d;
    border-color: #ea032d;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 300;
    line-height: 1;
    padding: 20px 50px;

    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.btn-theme:hover {
    background-color: #000000;
    border-color: #000000;
    color: #ffffff;
}
.btn-theme-transparent {
    background-color: transparent;
    border-color: #ffffff;
}
.btn-theme-transparent:hover {
    background-color: #000000;
    border-color: #000000;
}
.btn-theme-transparent,
.btn-theme-transparent:hover,
.btn-theme-transparent:focus,
.btn-theme-transparent:active {
    color: #ffffff;
}
.call-action .btn-theme-transparent {
    background-color: transparent;
    border-color: #f284af;
    color: #ffffff;
}
.call-action .btn-theme-transparent:hover {
    background-color: #000000;
    border-color: #000000;
    color: #ffffff;
}
.call-action .btn-theme-transparent,
.call-action .btn-theme-transparent:hover,
.call-action .btn-theme-transparent:focus,
.call-action .btn-theme-transparent:active {
    color: #ffffff;
}
.btn-theme-grey {
    background-color: #f5f5f5;
    border-color: #e8e8e8;
    color: #ea032d;
}
.btn-theme-grey:hover,
.btn-theme-grey:focus,
.btn-theme-grey:active {
    background-color: #999999;
    border-color: #999999;
    color: #ffffff;
}
.btn-theme-lg {
    font-size: 16px;
    padding: 25px 70px;
}

/* Form / Input / Textarea
/* ========================================================================== */

.form-control {
    height: 40px;
    border-radius: 0;
    border: 1px solid #ededed;
    /*background-color: ;*/
    color: #999999;
    -webkit-appearance: none; /* ios */
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
}
.form-control:focus {
    border-color: #ea032d;
    -webkit-appearance: none; /* ios */
    -webkit-box-shadow: none;
    box-shadow: none;
}
textarea {
    resize: none;
}

/* Header
/* ========================================================================== */

.top-bar {
    padding: 10px 0;
    font-family: Arial, sans-serif;
    font-size: 11px;
    color: #ffffff;
    background-color: #ea032d;
}
.top-bar span {margin-right: 10px;}
.top-bar a {color: #ffffff;}
.top-bar a:hover {text-decoration: underline;}
.top-bar a:hover .fa {color: #ffffff; text-decoration: none;}
.top-bar .fa {color: #353535; margin-right: 10px;}
.top-bar .fa-search { margin-right: 0;}
.top-bar .divider {border-left: solid 1px #f24d8f; margin-right: 10px;}
.top-bar .flag {}
.top-bar .flag + .flag {margin-left: 10px;}

.header {
    padding-bottom: 20px;
    background-color: #f7f7f7;
    position: relative;
}

.header .header-wrapper {
    position: relative;
    padding-top: 30px;
}

.logo {float: left;}
@media (min-width: 992px) {
    .header .logo {display: none;}
    .header.single .logo {display: block;}
    .header.single.fixed {padding-bottom: 20px;}
    .header.single.fixed .header-wrapper {padding-top: 30px;}
}
@media (max-width: 991px) {
    #main-slider .logo {display: none;}
}

/* Navigation / superfish skin
/* ========================================================================== */

.navigation {float: right;}
@media (max-width: 991px) {
    .navigation {display: none;}
}
@media (min-width: 992px) {
    .header.fixed {padding-bottom: 0;}
    .header.fixed .header-wrapper {padding-top: 0;}
    .header.fixed .navigation {
        position: fixed;
        top: 0; right: 0;
        z-index: 99999;
        min-width: 320px;
        min-height: 100%;
        background-color: #000000;
        background-color: rgba(0, 0, 0, 0.8);
        /* Fix Chrome position:fixed bug */
        -webkit-backface-visibility: hidden;
        -webkit-transform: translateZ(0);
    }
}

/* SUPERFISH ESSENTIAL STYLES */

.sf-menu,
.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 li:hover > ul,
.sf-menu li.sfHover > ul {display: block;}
.sf-menu a {display: block; position: relative;}
.sf-menu ul ul {top: 0; left: 100%;}
.sf-menu ul {min-width: 12em; /* submenu width */}

/* SUPERFISH THEME SKIN */

.sf-menu {margin-right: -1em;}
.sf-menu.nav > li > a:hover, /* bs3 reset */
.sf-menu.nav > li > a:focus /* bs3 reset */ {background-color: transparent;}
.sf-menu.nav > li > a, /*bs3 reset */ .sf-menu a {padding: .75em 1em;}

.sf-menu a {color: #898989;}
.sf-menu a:hover {color: #ea032d;}
.sf-menu li:hover,
.sf-menu li.sfHover {}
.sf-menu li.active > a {color: #ea032d;}
.sf-menu ul {margin-left: 1em;}
.sf-menu ul ul {margin-left: 0;}
.sf-menu ul li {background: #F2F2F2;}

/* ARROW DOWN */

.sf-menu.nav > li > a.sf-with-ul, /* bs3 reset */
.sf-arrows .sf-with-ul {padding-right: 2.5em;}
.sf-arrows .sf-with-ul:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 1em;
    margin-top: -1px;
    height: 0;
    width: 0;
    border: 3px solid transparent;
    border-top-color: #9e9e9e;
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
    border-top-color: #ea032d;
}

/* ARROW RIGHT */

.sf-arrows ul .sf-with-ul:after {
    margin-top: -5px;
    margin-right: -3px;
    border-color: transparent;
    border-left-color: #9e9e9e;
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
    border-left-color: #ea032d;
}

/* FIXED MENU */

.menu-toggle {display: none;}

@media (min-width: 991px) {
    .header.fixed .menu-toggle {
        display: block; float: right; height: 50px; width: 50px;
        font-size: 50px; line-height: 50px; text-align: center;
        margin: 30px 15px 0 0; color: #898989;}
    .header.fixed .menu-toggle:hover {color: #ffffff;}
    .header.fixed .navigation.closed .menu-toggle {}
    .header.fixed .navigation.opened .menu-toggle {margin-right: 20px;}
    .header.fixed .sf-menu {
        clear: both; float: right; text-align: right;
        padding-top: 30px; padding-bottom: 30px; margin-right: 30px;}
    .header.fixed .sf-menu > li {float: none;}
    .header.fixed .sf-menu a {
        padding: 5px 0 5px 0;
        color: #ffffff; text-transform: uppercase;}
    .header.fixed .sf-menu a:hover {color: #ea032d;}
    .header.fixed .sf-menu li.active > a {color: #ea032d;}

    .header.fixed .sf-menu a {white-space: nowrap; overflow: hidden;}
    .header.fixed .navigation.closed {min-width: 80px; opacity: .5}
    .header.fixed .navigation.closed:hover {opacity: 1}
    .header.fixed .navigation.closed .sf-menu a {
        text-indent: 100%;
        padding-right: 0;
        padding-left: 0;
        width: 20px;
        /*opacity: 0;*/
    }
    .header.fixed .navigation .sf-menu a:after {
        content: ''; position: absolute;
        top: 14px; right: 50%; margin-right: -5px;
        width: 10px; height: 10px;
        border: solid 2px #ffffff;
        border-radius: 50%;
    }
    .header.fixed .navigation .sf-menu a:hover:after {border-color: #ea032d; background-color: #ea032d;}
    .header.fixed .navigation .sf-menu li.active > a:after {border-color: #ea032d; background-color: #ea032d;}

    .header.fixed .navigation.opened .sf-menu a:after {display: none; right: 100%;}
    .header.fixed .navigation.closed .sf-menu a:after {display: block;}

    .header.fixed .navigation,
    .header.fixed .navigation:hover,
    .header.fixed .sf-menu a:before,
    .header.fixed .sf-menu a:after,
    .header.fixed .sf-menu a:hover:before,
    .header.fixed .sf-menu a:hover:after {
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
}

/* Mobile menu
/* ========================================================================== */

#mobile-menu {
    display: none;
    position: absolute;
    top: 30px; right: 0;
    width: 200px;
    z-index: 0;
}

.mobile-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    height: 40px;
    /* Required for IE 5, 6, 7 */
    /* ...or something to trigger hasLayout, like zoom: 1; */
    width: 100%;
    /* Theoretically for IE 8 & 9 (more valid) */
    /* ...but not required as filter works too */
    /* should come BEFORE filter */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    /* This works in IE 8 & 9 too */
    /* ... but also 5, 6, 7 */
    filter: alpha(opacity=0);
    /* Older than Firefox 0.9 */
    -moz-opacity: 0;
    /* Safari 1.x (pre WebKit!) */
    -khtml-opacity: 0;
    /* Modern!
    /* Firefox 0.9+, Safari 2?, Chrome any?
    /* Opera 9+, IE 9+ */
    opacity: 0;
}

.mobile-menu-title {
    line-height: 40px;
    font-size: 12px;
    text-transform: uppercase;
    text-align: right;
}

.mobile-menu-title .fa {
    font-size: 30px;
}

@media (max-width: 991px) {
    #mobile-menu {
        display: block;
        float: right;
    }

    .mobile-menu {
        display: block;
    }

}

/* Slider / Owl sliders
/* ========================================================================== */

/*#main-slider .item {max-height: 660px;}*/
#main-slider .owl-wrapper {/*margin-top*/}
#main-slider.owl-theme .owl-item {position: relative;}

#main-slider.owl-theme .owl-controls {margin: 0;}
#main-slider.owl-theme .owl-controls .owl-page span,
#main-slider.owl-theme .owl-controls .owl-buttons div {background-color: transparent;}
#main-slider.owl-theme .owl-controls .owl-pagination {position: absolute; bottom: 20px; width: 100%;}

#main-slider.owl-theme .owl-controls .owl-buttons {position: absolute; top: 50%; margin-top: -40px; width: 100%;}
#main-slider.owl-theme .owl-controls .owl-buttons .owl-prev,
#main-slider.owl-theme .owl-controls .owl-buttons .owl-next {
    position: relative;
    border-radius: 0;
    font-size: 55px;
    line-height: 20px;
    margin: 0;
    opacity: 1;
    color: #ffffff;
    text-shadow: 1px 1px 0 #141f23;
}
#main-slider.owl-theme .owl-controls .owl-buttons .owl-prev:hover,
#main-slider.owl-theme .owl-controls .owl-buttons .owl-next:hover {color: #ea032d;}
#main-slider.owl-theme .owl-controls .owl-buttons .owl-prev {float: left; margin-left: 90px;}
#main-slider.owl-theme .owl-controls .owl-buttons .owl-next {float: right; margin-right: 90px;}

#main-slider.owl-carousel .owl-item .item {
    overflow: hidden;
    /*max-height: 660px;*/
}
#main-slider.owl-carousel .owl-item .item img {/*max-width: 100%;*/}

/* Slider Caption */

#main-slider .caption {
    max-width: 390px;
    padding-left: 30px;
    padding-right: 30px;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.91);
}
#main-slider .caption .div-table {
    width: 100%;
}
#main-slider .caption-title {
    color: #141f23;
    font-size: 40px;
    font-weight: 300;
    clear: both;
    display: inline-block;
    text-transform: uppercase;
    margin: 0 0 0 0;
}
#main-slider .caption-subtitle {
    color: #363338;
    font-size: 28px;
    font-weight: 300;
    text-transform: uppercase;
    margin: 30px 0 0 0;
}
#main-slider .caption-subtitle span {
    color: #253239;
}
#main-slider .caption-text {
    color: #8c8e93;
    font-size: 14px;
    margin: 30px 0 0 0;
}

@media (max-width: 991px) {
    #main-slider .caption-subtitle,
    #main-slider .caption-text {
        margin-top: 20px;
    }
    #main-slider .caption-title {font-size: 60px;}
    #main-slider .caption-subtitle {font-size: 22px;}
    #main-slider .caption-text {font-size: 12px;}
}
@media (max-width: 767px) {
    #main-slider .caption {
        right: 0;
        padding: 0 80px;
        max-width: 100%;
        background-color: transparent;
    }
    #main-slider .caption-title {font-size: 30px;}
    #main-slider .caption-subtitle {font-size: 20px;}
    #main-slider .caption-text {font-size: 12px;}
}
@media (max-width: 479px) {
    #main-slider .caption {display: none;}
}

#main-slider .logo {float: none; margin-bottom: 30px;}
#main-slider .logo img {padding-bottom: 30px; border-bottom: solid 1px #d0cdca;}

/* owl/img-carousel */

.img-carousel {}
.img-carousel .owl-controls {margin: 0 auto;}
.img-carousel .owl-pagination {
    position: absolute;
    width: 100%;
    bottom: 0;
}
.img-carousel .owl-prev,
.img-carousel .owl-next {
    position: absolute;
    padding: 5px !important;
    top: 50%;
    left: 10px;
    font-size: 20px;
    text-align: center;
}
.img-carousel .owl-next {
    left: auto;
    right: 10px;
}
.img-carousel .owl-prev .fa,
.img-carousel .owl-next .fa {
    width: 20px;
    line-height: 20px;
    height: 20px;
    text-align: center;
}
.img-carousel .owl-controls .owl-page span,
.img-carousel .owl-controls .owl-buttons div {background-color: #ea032d;}

/* owl/partners-carousel */

.partners-carousel .owl-carousel div a {display: block; text-align: center;}
.partners-carousel .owl-carousel div a img {display: inline-block; max-width: 100%;}

/* Page header
/* ========================================================================== */

.page-header {
    margin-top: 20px;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
    font-size: 36px;
    font-weight: 300;
    color: #515151;
}

.page-header h1 {
    margin: 0;
    font-size: 36px;
    font-weight: 300;
    color: #515151;
}
.page-header h1 small {
    display: block;
    font-size: 16px;
    font-weight: 300;
    color: #6f6f6f;
}

/* Breadcrumbs
/* ========================================================================== */

.page-section.breadcrumbs {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #f9f9f9;
}
.breadcrumbs .breadcrumb {
    position: relative;
}
.breadcrumbs .breadcrumb:after {
    content: '';
    position: absolute;
    display: block;
    height: 2px; width: 35px;
    left: 0; bottom: 0;
    background-color: #e1e1e1;
}
.breadcrumbs .breadcrumb {
    padding: 10px 0 3px 0;
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 12px;
    background-color: transparent;
}

.breadcrumbs .breadcrumb li {
    margin-bottom: 10px;
}

/* Footer
/* ========================================================================== */

.footer {
    font-size: 12px;
    background-color: #353535;
    background-image: url('../img/footer-bg.gif');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.footer-widgets {
    padding: 50px 0 30px 0;
    color: #ffffff;
}
.footer-meta {
    padding: 30px 0 30px 0;
    background-color: #292a2b;
    background-color: rgba(41, 42, 43, .5);
    color: #848484;
    font-size: 12px;
}

.footer .logo-alt {
    margin-top: 60px;
    max-width: 100%;
}

@media (max-width: 991px) {
    .footer .logo-alt {
        margin-top: 0;
        margin-bottom: 60px;
    }
}

/* Blog / Post
/* ========================================================================== */

.post {}
.post-header {margin-bottom: 30px; position: relative;}
.post-title {color: #ea032d; font-weight: 600; margin-top: 0; margin-bottom: 10px;}
.post-title a {color: #ea032d; line-height: 1;}
.post-title a:hover {color: #000000;}
.post-header .post-meta {color: #b0afaf; line-height: 1;}

.post-header .social-line {margin-top: -2px;}
.post-header .social-line li {padding-top: 2px; padding-right: 2px;}
.post-header .social-line a {height: 20px; width: 20px; line-height: 20px; font-size: 14px;}

@media (min-width: 992px) {
    .post-header .post-title {
        margin-left: 225px;
    }
    .post-header .post-meta {
        position: absolute;
        bottom: 0;
        width: 200px;
        padding: 20px;
        background-color: #f5f5f5;
    }
    .post-header .post-meta-date {display: block; border-bottom: solid 1px #dddddd; padding-bottom: 10px; margin-bottom: 10px;}
    .post-header .post-meta-date .day {color: #141f23; font-size: 50px; line-height: 1.1; display: block; font-weight: 300;}
    .post-header .post-meta-date .month {color: #879499; font-size: 20px; line-height: 1.1;}
    .post-header .post-meta-date .year {color: #ea032d; font-size: 20px; line-height: 1.1;}

}

.post-readmore {color: #141f23; border-color: #dddddd; background-color: #f5f5f5;}
.post-readmore:hover {color: #ffffff; border-color: #000000; background-color: #000000;}

.post-header .post-meta-author {display: block; margin-bottom: 20px;}

.post-meta-author,
.post-meta-category,
.post-meta-comment {}
.post-meta-author a {color: #464c4e; font-size: 14px;}
.post-meta-author a:hover {color: #000000;}
.post-media {margin-bottom: 40px;}
.post-media img {max-width: 100%; width: 100%;}
.post-content {text-align: justify;}
footer.post-meta {margin-top: 40px;}
.post + .post {
    border-top: solid 1px #efefef;
    margin-top: 50px;
    padding-top: 50px;
}

.about-the-author {
    margin-top: 30px;
    padding-top: 30px;
    border-top: solid 1px #efefef;
}

.onepage-news {position: relative;}
.onepage-news + .onepage-news {margin-top: 60px;}
.onepage-news .news-media {
    background-color: #f5f5f5;
    width: 250px;
    padding: 25px;
    min-height: 340px;
    float: left;
}
.onepage-news .news-readmore {color: #ea032d; border-color: #ea032d; margin-top: 30px;}
.onepage-news .news-readmore:hover {color: #ffffff; border-color: #000000;}
.onepage-news .news-title {color: #ea032d;}
.onepage-news .news-content {
    background-color: #ffffff;
    color: #141f23;
    min-height: 340px;
    margin-right: 200px;
    margin-left: 250px;
    padding: 25px;
}
.onepage-news .news-meta {
    background-color: #f5f5f5;
    width: 200px;
    padding: 20px;
    float: right;
}
.onepage-news .news-meta-date {display: block; border-bottom: solid 1px #dddddd; padding-bottom: 10px; margin-bottom: 10px;}
.onepage-news .news-meta-date .day {color: #141f23; font-size: 50px; line-height: 1.1; display: block; font-weight: 300;}
.onepage-news .news-meta-date .month {color: #879499; font-size: 20px; line-height: 1.1;}
.onepage-news .news-meta-date .year {color: #ea032d; font-size: 20px; line-height: 1.1;}
.onepage-news .news-meta-author {display: block; margin-bottom: 20px;}
.onepage-news .social-line {margin-top: -2px;}
.onepage-news .social-line li {padding-top: 2px; padding-right: 2px;}
.onepage-news .social-line a {height: 20px; width: 20px; line-height: 20px; font-size: 14px;}

.onepage-news.dark .news-media {background-color: #111a1d;}
.onepage-news.dark .news-content {background-color: #141f23; color: #ffffff;}
.onepage-news.dark .news-title:after {color: #ffffff;}

@media (max-width: 991px) {
    .onepage-news .news-meta {float: none; width: 100%; text-align: center; padding-bottom: 0;}
    .onepage-news .news-meta:before,
    .onepage-news .news-meta:after {display: table; content: ''; clear: both;}
    .onepage-news .news-meta-date {float: left; width: 210px; border: none; margin-bottom: 0;}
    .onepage-news .news-meta-author,
    .onepage-news .social-line {margin-left: 255px; text-align: left;}
    .onepage-news .news-content {margin-right: 0;}
}
@media (max-width: 767px) {
    .onepage-news {margin-bottom: 70px;}
    .onepage-news + .onepage-news {margin-top: 120px;}
    .onepage-news .news-meta {float: none; padding-bottom: 20px;}
    .onepage-news .news-meta-date {text-align: left;}
    .onepage-news .news-meta-date .day {display: inline-block;}
    .onepage-news .news-meta-author {margin-bottom: 5px;}
    .onepage-news .news-meta-author,
    .onepage-news .social-line {text-align: center; float: right; width: 205px; margin-left: 0;}
    .onepage-news .social-line {clear: right;}
    .onepage-news .news-media {float: right; min-height: 390px;}
    .onepage-news .news-content {margin-left: 0; margin-right: 250px; min-height: 390px;}
}
@media (max-width: 639px) {
    .onepage-news .news-media {position: absolute; top: 100%; width: 100%; min-height: 0;}
    .onepage-news .news-media .thumbnail {display: none;}
    .onepage-news .news-media .news-readmore {margin-top: 0;}
    .onepage-news .news-content {margin-right: 0; min-height: 0; padding-bottom: 5px;}
    .onepage-news .news-meta-date {width: 200px;}
}
@media (max-width: 479px) {
    .onepage-news .news-meta-date {width: 100%; padding-bottom: 0;}
    .onepage-news .news-meta-author,
    .onepage-news .social-line {width: auto; text-align: left; float: none;}
}

/* Comments
/* ========================================================================== */

.comments {
    margin-top: 30px;
    padding-top: 30px;
    border-top: solid 1px #efefef;
}
.comments > .comment:last-child .comment-reply {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.comment {}
.comment-avatar {}
@media (max-width: 479px) {
    .comment-avatar img {width: 24px; height: auto;}
}
.comment-meta {margin-bottom: 5px;}
.comment-author {}
.comment-date {font-size: 11px; line-height: 11px; color: #b0afaf;}
.comment-text {margin-bottom: 20px;}
.comment-reply {font-size: 11px; line-height: 11px; margin-bottom: 20px; border-bottom: solid 1px #efefef; padding-bottom: 20px;}
.comments-form {
    margin-top: 40px;
    padding-top: 40px;
    border-top: solid 1px #efefef;
}
.comments-form > .block-title {
    margin-top: 0;
    margin-bottom: 30px;
}

/* Pagination / Pager
/* ========================================================================== */

.pagination-wrapper {
    border-top: solid 1px #efefef;
    margin-top: 50px;
    padding-top: 50px;
}
.pagination {
    margin: 0;
}
.pagination > li > a {
    background-color: #f5f5f5;
    color: #253239;
    border-radius: 20px;
    margin: 0 10px 0 0;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    border-radius: 20px;
    background-color: transparent;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-radius: 20px;
    background-color: transparent;
}
.pagination > li > a,
.pagination > li > span {
    border: none;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    background-color: #ea032d;
    color: #ffffff;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #ea032d;
    border-color: #ea032d;
}
.pager {margin: 0;}
.pager li > a, .pager li > span {
    border-radius: 0;
}

/* Project / Portfolio
/* ========================================================================== */

.project-single {}
.project-media {}
.project-overview {}
.project-details {}
.project-details .dl-horizontal dt {
    text-align: left;
}
.project-details .dl-horizontal dt {
    color: #3c4547;
    width: 90px;
}
.project-details .dl-horizontal dd {
    position: relative;
    margin-left: 110px;
}
@media (max-width: 767px) {
    .project-details .dl-horizontal dt {
        float: left;
    }
}

/* Thumbnails / Features
/* ========================================================================== */

.thumbnail {
    position: relative;
    background-color: transparent;
    border-radius: 0;
    margin: 0;
}
.thumbnail.hover,
.thumbnail:hover {
    border: solid 1px #ea032d;
}
.thumbnail.no-border,
.thumbnail.no-border.hover,
.thumbnail.no-border:hover {
    border: none;
}
.thumbnail.no-padding {
    padding: 0;
}

.row.thumbnails {margin-top: -30px;}
.row.thumbnails .thumbnail {margin-top: 30px;}

.row.thumbnails.no-padding {margin-top: 0; margin-left: 0; margin-right: 0;}
.row.thumbnails.no-padding [class*='col-'] {padding: 0;}
.row.thumbnails.no-padding .thumbnail {margin-top: 0;}

/* Thumbnail Media/Image */
/* ********************* */

.thumbnail .media {
    overflow: hidden;
    position: relative;
}
.thumbnail .media:after {
    content: '';
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    /*background: url('../img/overlay-media.png') repeat 50% 50%;*/
}
.thumbnail.hover .media:after,
.thumbnail:hover .media:after {
    opacity: 0.1;
}
.thumbnail .media img {
    max-width: 100%;
    width: 100%;
}
.thumbnail.hover .media img,
.thumbnail:hover .media img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);

}
/* fix animation bug */
.thumbnail .media.img-circle,
.thumbnail.hover .media.img-circle,
.thumbnail:hover .media.img-circle {
    -webkit-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    transform: scale(1) !important;
}

/* Thumbnail caption */
/* ***************** */

.thumbnail .caption {
    padding: 20px 15px 0 15px;
    overflow: hidden;
}
.thumbnail .caption.no-padding-top {padding-top: 0;}
.thumbnail .caption.no-padding-bottom {padding-bottom: 0;}

.thumbnail .caption.before-media {}
.thumbnail .caption.hovered {
    position: absolute;
    top: 0; right: 0;
    left: 0; bottom: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    overflow: hidden;
    padding: 15px;
    background-color: transparent; /*ea032d*/
    background-color: rgba(234, 3, 45, 0.70);
    color: #ffffff;
    opacity: 0;
    z-index: 10;
}
.thumbnail.hover .caption.hovered,
.thumbnail:hover .caption.hovered {
    opacity: 1;
}
.caption-wrapper {width: 100%;}
.caption-inner {}

/* Caption elements */
/* **************** */

.caption-title {
    font-size: 19px;
    line-height: 24px;
    text-transform: uppercase;
    margin: 0 0 5px 0;
    color: #ea032d;
}
.hovered .caption-title {color: #ffffff;}
.caption-buttons {}
.caption-buttons .btn {
    background-color: #ea032d;
    color: #f2f2f2;
    font-size: 30px;
}
.caption-buttons .btn:hover {
    background-color: #000000;
}
.caption-category {
    font-size: 12px;
    line-height: 14px;
    color: #898989;
}
.caption-link {}
.caption-zoom {}
.caption-zoom.theone {}
.caption-social {}
.caption-redmore {
    font-size: 12px;
    color: #c4334b;
    text-decoration: underline;
}
.caption-redmore:hover {
    color: #000000;
}

/* Thumbnail type */

.thumbnail.thumbnail-news {margin-top: 30px; background-color: #ffffff;}
.thumbnail-news .caption-title {
    font-size: 14px;
    font-weight: normal;
    color: #253239;
}
.thumbnail-news .caption-buttons {
    position: absolute;
    bottom: 0;
    margin-left: -15px;
    margin-bottom: 0;
    width: 100%;
}
.thumbnail-news .caption-buttons .btn {opacity: .9;}
.thumbnail-news .caption-buttons .btn:hover {opacity: 1;}
.thumbnail-news .media:after {
    display: none;
}

.thumbnail.thumbnail-work {margin-top: 30px;}
.thumbnail-work .caption-title {font-size: 24px; text-transform: none;}
.thumbnail-work .caption-category {color: #ffffff;}
.thumbnail-work .caption-category a {color: #ffffff;}
.thumbnail-work .caption-category a:hover{color: #ffffff; text-decoration: underline;}
.thumbnail-work .caption-buttons {}
.thumbnail-work .caption-buttons .btn {background-color: transparent; font-size: 20px;}
.thumbnail-work .caption-buttons .btn:hover {background-color: #ea032d;}
.thumbnail-work .media:after {display: none;}

/*.row.thumbnails > div + div {border-left: solid 1px rgba(255, 255, 255, 0.3);}*/
.thumbnail.thumbnail-feature {
    padding: 50px 0 20px 0;
    min-height: 380px;
}
.thumbnail-feature .caption-title {
    position: relative;
    padding-bottom: 12px;
}
.thumbnail-feature .caption-title:after {
    content: '. . .';
    display: block;
    position: absolute;
    bottom: 0; left: 50%;
    width: 80px; margin-left: -40px;
    font-weight: bold;
    text-align: center; color: #ea032d;
}
.thumbnail-feature .media:after {display: none;}
.thumbnail-feature .media .fa {
    font-size: 80px;
    height: 160px;
    line-height: 160px;
    width: 160px;
    text-align: center;
    color: #333333;
    border: solid 3px #333333;
    border-radius: 50%;
}
.thumbnail-feature.hover .media .fa,
.thumbnail-feature:hover .media .fa {
    /*color: #000000;*/
    /*border-color: #000000;*/
}

.thumbnail-feature.dark {background-color: #141f23;}
.thumbnail-feature.dark .media .fa {color: #ffffff; border-color: #ffffff;}
.thumbnail-feature.dark .caption-title {color: #ffffff;}
.thumbnail-feature.dark .caption-text {color: #626262;}

.thumbnail-feature.light {background-color: #f5f5f5;}
.thumbnail-feature.light .media .fa {color: #141f23; border-color: #141f23;}
.thumbnail-feature.light .caption-title {color: #141f23;}
.thumbnail-feature.light .caption-text {color: #4c6168;}

.thumbnail-feature.color {background-color: #ea032d;}
.thumbnail-feature.color .media .fa {color: #ffffff; border-color: #ffffff;}
.thumbnail-feature.color .caption-title {color: #ffffff;}
.thumbnail-feature.color .caption-text {color: #141f23;}

.color .thumbnail-feature .media .fa {color: #ffffff; border-color: #ffffff;}
.color .thumbnail-feature.hover .media .fa,
.color .thumbnail-feature:hover .media .fa {color: #141f23; border-color: #141f23;}
.color .thumbnail-feature .caption-title {color: #ffffff;}
.color .thumbnail-feature .caption-text {color: #141f23;}

.big-block-link {
    font-size: 50px;
    font-weight: 600;
    /*text-align: left;*/
    text-transform: uppercase;
    line-height: 1.1;
    display: block;
}
.big-block-link .fa {
    font-size: 70px;
    margin-top: -5px;
    float: right;
}
.big-block-link:after {
    content: "\f178";
    display: block;
    margin-top: 12px;
    font-family: 'FontAwesome';
    border-top: solid 1px #141f23;
    color: #141f23;
}
.dark .big-block-link {color: #ffffff;}
.dark .big-block-link .fa {color: #767676;}
.dark .big-block-link:after {border-color: #767676; color: #405157;}
.color .big-block-link {color: #ffffff;}
.color .big-block-link .fa {color: #8a1127;}
.color .big-block-link:after {border-color: #b80223; color: #8a1127;}

/* Thumbnail transition */
/* ******************** */

.thumbnail .media,
.thumbnail .media:after,
.thumbnail .media:before,
.thumbnail.hover .media,
.thumbnail:hover .media,
.thumbnail.hover .media:after,
.thumbnail:hover .media:after,
.thumbnail.hover .media:before,
.thumbnail:hover .media:before,
.thumbnail .media img,
.thumbnail.hover .media img,
.thumbnail:hover .media img,
.thumbnail .media .fa,
.thumbnail.hover .media .fa,
.thumbnail:hover .media .fa,
.thumbnail .caption-title,
.thumbnail.hover .caption-title,
.thumbnail:hover .caption-title,
.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,
.thumbnail.hover .caption,
.thumbnail:hover .caption {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

/* Media / Features
/* ========================================================================== */

.media.feature,
.media.feature:hover,
.media.feature.hover,
.media.feature .media-object,
.media.feature:hover .media-object,
.media.feature.hover .media-object {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.row.medias {
    position: relative;
    margin-top: -35px;
}
.row.medias .media.feature {
    margin-top: 35px;
}
.media.feature {position: relative;}
.media.feature > .pull-left {margin-right: 30px;}
.media.feature > .pull-right {margin-left: 30px;}
.media.feature .media-object {
    font-size: 20px;
    line-height: 20px;
    width: 50px;
    height: 50px;
    padding: 15px;
    text-align: center;
    border-radius: 25px;
    background-color: #ea032d;
    color: #ffffff;
}
.media.feature:hover .media-object,
.media.feature.hover .media-object {
    background-color: #000000;
}
.media.feature .media-heading {color: #253239; font-size: 14px;}
.media.feature .media-body {color: #999999; font-size: 12px; line-height: 16px;}
.media.feature-lg .media-object {
    font-size: 30px;
    line-height: 41px;
    width: 70px;
    height: 70px;
    border-radius: 35px;
}
.media.feature-lg .media-body {line-height: 20px;}

/* WIDGETS / SHORTCODES
/* ========================================================================== */
/* ========================================================================== */
/* ========================================================================== */

.sidebar .widget {
    border: solid 1px #ededed;
    padding: 15px;
}
.sidebar .widget > *:last-child {
    margin-bottom: 0;
}
.widget-title {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 30px;
    margin-top: 0;
    font-size: 14px;
    text-transform: uppercase;
}

.sidebar .widget-title {
    margin: -15px -15px 15px -15px;
    padding: 15px;
    text-transform: none;
    background-color: #f5f5f5;
    color: #797979;
}
.sidebar .widget-title .fa {
    font-size: 24px;
    margin-right: 10px;
    vertical-align: middle;
}
.footer .widget-title {color: #ffffff;}

.widget-title small {
    display: block;
    margin-top: 4px;
    font-size: 12px;
    text-transform: none;
}

.sidebar .widget-title small {color: #999999;}
.footer .widget-title small {color: #818181;}

.widget-title:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 20px;
    background-color: #ea032d;
}

.sidebar .widget-title:before {
    display: none;
}

/* Categories
/* ========================================================================== */

.categories li {
    padding-left: 10px;
    position: relative;
    line-height: 1.75;
}
.categories li:before {
    content: '';
    position: absolute;
    width: 2px;
    height: 2px;
    left: 0;
    top: 13px;
    background-color: #464646;
}
.categories li a {color: #464646;}
.categories li a:hover {color: #000000;}

/* Flickr
/* ========================================================================== */

.flickr .list-inline {
    overflow: hidden;
    margin-left: -15px;
    margin-top: -15px;
}

.flickr .list-inline li {
    display: block;
    float: left;
    margin: 15px 0 0 15px;
    padding: 0;
}

.flickr .list-inline li a img {
    border: solid 3px #555555;
}

.flickr .list-inline li a:hover img {
    border-color: #ea032d;
}

.flickr .list-inline li a img,
.flickr .list-inline li a:hover img {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

/* Latest news
/* ========================================================================== */

.latest-news {line-height: 1.4;}
.sidebar .latest-news {font-size: 12px;}
.latest-news em {}
.sidebar .latest-news em {color: #bcbcbc;}
.footer .latest-news em {color: #818181;}

/* Contact form / af-form
/* ========================================================================== */

#af-form .form-control, #formDevis .form-control {
    height: 60px;
    font-size: 18px;
    font-style: italic;
    background-color: #ffffff;
    border-color: #ffffff;
    color: #ea032d;
}
#af-form .form-control:focus, #formDevis .form-control:focus{
    border-color: #ea032d;
}
#af-form .form-control, #formDevis .form-control,
#af-form .form-control:focus, #formDevis .form-control:focus,
#af-form .form-control:hover, #formDevis .form-control:hover {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#af-form textarea.form-control, #formDevis textarea.form-control {
    height: 330px;
}
#af-form .alert, #formDevis .alert {
    margin-left: 15px;
    margin-right: 15px;
    padding: 10px 15px;
    border-color: #ea032d;
    background-color: #ea032d;
    color: #ffffff;
}
#af-form .tooltip, #formDevis .tooltip  {
    left: 15px !important;
}
#af-form .tooltip-inner, #formDevis .tooltip-inner {
    border-radius: 0;
    padding: 10px 20px;
    background-color: #ea032d;
}
#af-form .tooltip-arrow, #formDevis .tooltip-arrow {
    border-top-color: #ea032d;
}
/*.color .form-button-submit {
    background-color: transparent;
    border-color: #ffffff;
}
.color .form-button-submit:focus,
.color .form-button-submit:hover {
    background-color: #000000;
    border-color: #000000;
    color: #ffffff;
}*/
.form-button-reset {
    margin-left: 15px;
    color: #253239;
    background-color: #f5f5f5;
    border-color: #e8e8e8;
}
.form-button-reset:focus,
.form-button-reset:hover {
    color: #ffffff;
    background-color: #999999;
    border-color: #999999;
}
#af-form > div:last-child .form-group:last-child, #formDevis > div:last-child .form-group:last-child {
    margin-bottom: 0;
}
.contact-form-bg {
    background-image: url('../img/map.png');
    background-position: 40px 90%;
    background-repeat: no-repeat;
    background-color: #000000;
    background-color: rgba(0, 0, 0, .9);
    color: #ffffff;
    padding: 30px;
}
.contact-form-bg em {
    color: #8f8f8f;
}
.color #af-form .form-control, .color #formDevis .form-control {
    border-color: #ffffff;
    background-color: transparent;
    background-color: rgba(2, 2, 2, .2);
}
.color #af-form .form-control:focus, .color #formDevis .form-control:focus {
    background-color: rgba(2, 2, 2, .5);
}

/* Call Action
/* ========================================================================== */

.page-section.call-action {
    font-size: 18px;
    background-image: url('../img/call-action-bg.gif');
    background-position: 50% 0;
    background-repeat: repeat-y;
    background-size: cover;
    background-color: #ea032d;
    color: #ffffff;
}
.call-action .media-heading {
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #ffffff;
}
.call-action .purchase-now {
    text-align: right;
}
@media (max-width: 767px) {
    .call-action .div-table {display: block !important;}
    .call-action .div-cell {display: block !important;}
    .call-action .purchase-now {text-align: left;}
}

/* Tag cloud
/* ========================================================================== */

.tag-cloud {overflow: hidden;}
.tag-cloud li {float: left; margin: 0 3px 3px 0;}
.tag-cloud a {
    display: block;
    padding: 2px 5px;
    background-color: #ea032d;
    color: #ffffff;
}
.tag-cloud a:hover {background-color: #000000;}

/* Social line
/* ========================================================================= */

.social-icons {}
.social-icons a {color: #a0a0a0;}
.social-icons a:hover {color: #ffffff;}
.social-icons .fa {
    width: 20px;
    font-size: 14px;
    line-height: 20px;
    border-radius: 10px;
    background-color: #d50056;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    margin-right: 10px;
}
.social-icons a:hover .fa {
    background-color: #000000;
}

.social-line {
    margin: -5px 0 0 0;
    line-height: 25px;
}
.footer .social-line {
    float: right;
}
@media (max-width: 479px) {
    .footer .social-line {
        margin-top: 20px;
        float: none;
    }
}
.social-line li {
    padding: 5px 5px 0 0;
}
.social-line a {
    display: block;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: #000000;
    color: #ffffff;
    text-align: center;
}
.social-line a.twitter {background-color: #2daae1;}
.social-line a.facebook {background-color: #3c5b9b;}
.social-line a.google,
.social-line a[title*='Google+'] {background-color: #f63f29;}
.social-line a.flickr {background-color: #216BD4;}
.social-line a.dribbble {background-color: #F46899;}
.social-line a.linkedin {background-color: #0085AE;}
.social-line a.forrst {background-color: #729A68;}
.social-line a.tumblr {background-color: #2C4762;}
.social-line a.instagram {background-color: #517fa4;}
.social-line a.pinterest {background-color: #cb2027;}
.social-line a.skype {background-color: #00aaf1;}
.social-line a.vimeo {background-color: #5BC8FF;}
.social-line a:hover {
    background-color: #ea032d;
}
.thumbnail .social-line {
    line-height: 28px;
}
.thumbnail .social-line a {
    width: 28px;
    height: 28px;
    border-radius: 14px;
    background-color: #c3c3c3;
    color: #ffffff;
}
.thumbnail .social-line a:hover {
    background-color: #ea032d;
}

/* Progress bars / Charts
/* ========================================================================== */

.progress-wrapper {}
.progress-theme {
    height: 11px;
    border-radius: 0;
    background-color: #353535;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.progress-title {
    display: block;
    clear: both;
    text-align: left;
    font-size: 16px;
    color: #6a6a6a;
    font-weight: 300;
}
.progress-title:before,
.progress-title:after {
    display: table;
    content: " ";
}
.progress-title small {
    float: right;
    margin-left: 10px;
    font-size: 16px;
    color: #ea032d;
    font-weight: 600;
}
.progress-theme .progress-bar {
    background-color: #ea032d;
}

/* easyPieChart */

.row.charts {
    min-height: 270px;
}
.charts {
    text-align: center;
    font-weight: 300;
}
.charts .chart {
    position: relative;
    text-align: center;
    width: 100%;
    padding: 40px 0;
}
.charts .label,
.charts .chart .percent {
    display: block;
    position: absolute;
    z-index: 2;
    padding: 0;
    border-radius: 0;
    top: 50%;
    left: 0;
    width: 100%;
    font-size: 40px;
    line-height: 40px;
    height: 40px;
    font-weight: 300;
    color: #3d3d3d;
}
.charts .label {
    margin-top: -40px;
    margin-bottom: 0;
}
.charts .chart canvas {
    display: inline-block;
}

/* Accordion / Panel group
/* ========================================================================== */

.panel {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.panel-group .panel {border-radius: 0;}
.panel-default > .panel-heading {
    background-color: #f5f5f5;
    border-color: #ededed;
}
.panel-body {font-size: 12px;}
.panel-title {font-size: 14px; line-height: 24px; color: #797979;}
.panel-title .fa {font-size: 24px; line-height: 24px; vertical-align: middle; margin-right: 10px;}
.panel-title a:hover .fa {color: #000000;}

/* Price table
/* ========================================================================== */

.row.price-tables {
    margin-top: -30px;
    margin-left: 0;
    margin-right: 0;
}
.row.price-tables > div {
    padding-left: 0;
    padding-right: 0;
}
.price-table {
    text-align: center;
    margin: 30px auto 0 auto;
}
@media (max-width: 767px) {
    .price-table {
        max-width: 480px;
    }
}
.price-table-header {}
.price-label {
    font-size: 26px;
    font-weight: 600;
    padding: 25px 15px;
    text-transform: uppercase;
    background-color: #ea032d;
    color: #ffffff;
}
.price-label-title {
    margin: 0;
    color: #ffffff;
}
.price-value {
    background-color: #404040;
    background: linear-gradient(#404040, #383838);
    font-size: 15px;
    font-weight: 600;
    padding: 20px 15px;
    text-transform: uppercase;
    color: #ffffff;
}
.price-number {}
.price-unit {}
.price-per {}
.price-description {}
.price-table-row {
    background-color: #ffffff;
    color: #858585;
    font-size: 15px;
    padding: 10px 15px;
}

.price-table-row + .price-table-row {
    border-top: solid 1px #e5e5e5;
}

.price-table-row.even {}
.price-table-row.odd {
    background-color: #f9f9f9;
}

.price-table-row-bottom {
    border-top: solid 1px #e5e5e5;
    background-color: #ffffff;
    padding: 25px 15px;
}

.row.price-tables {
    overflow: hidden;
}
.price-table-rows {
    border-left: solid 1px #e5e5e5;
    border-right: solid 1px #e5e5e5;
    margin-left: -1px;
    margin-right: -1px;
}
.price-table.featured {
    -moz-box-shadow:    0 0 5px #000000;
    -webkit-box-shadow: 0 0 5px #000000;
    box-shadow:         0 0 5px #000000;
    position: relative;
    z-index: 1;
}
.price-table.featured .price-table-row-bottom {
    background-color: #f9f9f9;
}
.price-table.featured .price-value {
    text-shadow: 0 0 15px #ffffff;
}
.price-table.featured .btn-theme {
    background-color: #ea0058;
    border-color: #ea0058;
    color: #ffffff;
}
.price-table.featured .btn-theme:hover {
    background-color: #000000;
    border-color: #000000;
}

/* Google map
/* ========================================================================== */

.google-map,
#map-canvas {
    min-height: 530px;
    max-height: 530px;
}

@media (max-height: 600px) {
    .google-map,
    #map-canvas {
        min-height: 400px;
        max-height: 400px;
    }
}

@media (max-height: 400px) {
    .google-map,
    #map-canvas {
        min-height: 200px;
        max-height: 200px;
    }
}

.google-map-bg {}

.container.with-gmap-cform {
    margin-top: 0;
    margin-bottom: 0;
}
.container.with-gmap-cform > .container {
    position: relative; z-index: 1;
}
.container.with-gmap-cform .google-map,
.container.with-gmap-cform #map-canvas {
    max-height: 100%;
    min-height: 100%;
}
.container.with-gmap-cform .google-map {
    position: absolute;
    left: 0; top: 0; right: 0; bottom: 0;
    width: 100%; height: 100%;
}
.container.with-gmap-cform #map-canvas {
    width: 100%; height: 100%;
}

/* Parallax
/* ========================================================================== */

.parallax {
    position: relative;
    z-index: 1;
}
.parallax h1, .parallax h2, .parallax h3,
.parallax h4, .parallax h5, .parallax h6 {
    color: #ffffff;
}
.parallax .block-title {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 90px;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
}
@media (max-width: 767px) {
    .parallax .block-title {font-size: 70px;}
}
.parallax .block-text {
    font-size: 24px;
    line-height: 1;
    color: #ffffff;
    opacity: 0.5;
}

.parallax .block-readmore {
    margin-top: 40px;
    margin-bottom: 40px;
}
.parallax-bg {
    position: absolute; top: 0; left: 0; right: 0;
    width: 100%; height: 100%;
    /*background-attachment: fixed !important;*/
    /*background-attachment: scroll !important;*/
    background-repeat: repeat;
    z-index: 2;
}
@media (max-width: 991px) {
    .parallax-bg {background-size: cover !important; background-position: 50% 0 !important;}
}
.parallax-bg.parallax-news {background-image: url("../img/preview/parallax-1.jpg");}
.parallax-bg.parallax-work {background-image: url("../img/preview/parallax-2.jpg");}
.parallax-overlay {
    position: absolute; top: 0; left: 0; right: 0;
    width: 100%; height: 100%;
    background-position: 50% 0;
    background-repeat: repeat;
    background-image: url("../img/overlay.png");
    z-index: 3;
}
.parallax-inner {
    position: relative;
    color: #ffffff;
    z-index: 4;
    min-height: 400px;
}

/* Back to top button */
/* ========================================================================== */

.to-top {
    background-color: #373737;
    color: #9f9197;
    z-index: 9999;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    font-size: 25px;
    line-height: 35px;
    text-align: center;
    position: fixed;
    bottom: -100px;
    left: 50%;
    margin-left: -20px;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.to-top:hover {
    background-color: #ea032d;
    color: #ffffff;
}

/* Helper Classes
/* ========================================================================== */
/* ========================================================================== */
/* ========================================================================== */

@media (min-width: 480px) and (max-width: 767px) {
    .col-xsp-4, .col-xsp-6, .col-xsp-8 {float: left;}
    .col-xsp-4 {width: 33.33333333%;}
    .col-xsp-6 {width: 50%;}
    .col-xsp-8 {width: 66.66666667%;}
    .col-xsp-offset-3 {margin-left: 25%;}
}

.clear {clear: both;}
.vhidden {visibility: hidden;}
.visible {visibility: visible;}
.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;
}
.row.div-table {margin: 0;}
@media (max-width: 767px) {
    .row.div-table .div-cell {display: block !important;}
}
.div-cell.dark {background-color: #141f23; color: #ffffff;}
.div-cell.light {}
.div-cell.color {background-color: #ea032d; color: #141f23;}
.div-cell.va-top {vertical-align: top !important;}
.div-cell.padding-top {padding-top: 15px;}
.div-cell.padding-bottom {padding-top: 15px;}
.inline-block {
    display: inline-block !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 {
    outline: 0 !important;
}

/* Remove webkit outline glow
/* ========================================================================== */

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

