/*************************************
* ELANA BASE
*
* Author: Alexander Dikov
* 2015
*
*************************************/
/* ------------------------------------------------------------------------------
 *
 *  Import ELANA Icons
 *
 * ---------------------------------------------------------------------------- */
@import url("../fonts/elana-icon/style.css?rev=201701a");


/*************************************
* FONTS AND Typography
*
* fonts: robotolight 					- Roboto Light 300
* fonts: robotolight_italic 			- Roboto Light 300 Italic
* fonts: robotoregular 					- Roboto Regular 400
* fonts: robotoitalic 					- Roboto Italic 400
* fonts: robotobold 					- Roboto Bold 700
* fonts: robotobold_italic 			    - Roboto Bold 700 Italic
* fonts: roboto_condensedregular 	    - Roboto Condensed 400
*
* Headings
*
*************************************/

* {
    -border: 1px solid red;
}

/* fonts */
body,
.tooltip,
.popover,
article.page a,
article.post a,
h4, .h4,
h5, .h5 {
    font-family: "robotoregular";
}

.h1, .h2,
h1, h2 {
    font-family: "robotobold";
}

.h3, .h6,
h3, h6,
article.page,
article.post {
    font-family: "robotolight";
}

em, i {
    /*font-family: "robotoitalic";*/
    font-family: "robotoregular";
}

strong, b {
    font-family: "robotobold";
    font-weight: normal;
}

em > strong {
    font-family: "robotobold_italic";
}

.above-header-links,
.above-header-nav a,
.breadcrumb,
.polylang-3 .lang-item a,
.polylang a {
    font-family: "robotoregular";
}

.post-thumbnail .caption,
.post-thumbnail .caption a,
.table > thead > tr > th,
.tags-links,
.widget_advanced_menu,
.wp-caption-text,
.wp-image-description {
    font-family: "roboto_condensedregular";
}

/* fonts sizes */
body,
.tooltip,
.popover {
    font-size: 16px;
    line-height: 150%;
}

.breadcrumb,
.widget_advanced_menu {
    font-size: 14px;
}

/*
Headings
*/
h1, h2, h3 {
    margin-top: 30px;
    margin-bottom: 15px;
}

h4, h5, h6 {
    margin-top: 15px;
    margin-bottom: 15px;
    -font-family: "robotolight";
}

h1, .h1 {
    font-size: 61px;
}

h2, .h2 {
    font-size: 53px;
}

h3, .h3 {
    font-size: 40px;
}

h4, .h4 {
    font-size: 24px;
}

h5, .h5 {
    font-size: 16px;
}

h6, .h6 {
    font-size: 14px;
}

/*
Small
*/
small,
.small {
}


/*************************************
*
* CUSTOM COMPONENTS
*
*************************************/

.border-top {
    border-top: 1px solid;
}

.border-bottom {
    border-bottom: 1px solid;
}

.border-left {
    border-left: 1px solid;
}

.border-right {
    border-right: 1px solid;
}

.border-lg {
    border-width: 2px;
}

.border-top-lg {
    border-top: 2px solid;
}

.border-bottom-lg {
    border-bottom: 2px solid;
}

.border-left-lg {
    border-left: 2px solid;
}

.border-right-lg {
    border-right: 2px solid;
}

.border-xlg {
    border-width: 3px;
}

.border-top-xlg {
    border-top: 3px solid;
}

.border-bottom-xlg {
    border-bottom: 3px solid;
}

.border-left-xlg {
    border-left: 3px solid;
}

.border-right-xlg {
    border-right: 3px solid;
}

/* vertical */
.vertical-center {
    display: flex;
    align-items: center;
}

@media (max-width: 767px) {
    .vertical-center {
        display: block;
    }
}

.ml-auto {
    margin-left: auto !important;
}

.mr-auto {
    margin-right: auto !important;
}


/*************************************
* COLORS
*
* ELANA - b71f38;
*
*************************************/
body {
    -background-color: #f4f3f1;
}


/* links, buttons */
a,
.btn-link,
.widget_advanced_menu .current-menu-item > a {
    color: #b71f38;
}

a:focus, a:hover {
    color: #ff002a;
    /*color: rgba(183, 31, 56, 0.75);*/
    text-decoration: none;
}

.copyright a:hover,
.copyright a:focus,
.footer a:focus,
.footer a:hover {
    color: #fff;
}

/* popover */
.bs-popover {
    border-bottom: 1px dotted #b71f38;
}

/* widget advanced_menu */
.widget_advanced_menu a {
    color: #777;
}

.single-post-title > .container {
    /*
    background-color:	#b71f38;
    color: #fff;
    */
}

/* ------------------------------------------------------------------------------
*
*  # Custom color system
*
*
* ---------------------------------------------------------------------------- */
.text-elana {
    color: #b71f38;
}

.text-white {
    color: #ffffff;
}

.text-default {
    color: #333333;
}

.text-dark {
    color: #272727;
}

/* backgrounds */
.bg-dark {
    background-color: #272727;
}

.bg-yellow {
    background-color: #fcdb5a;
}
.bg-light {
    background-color: #f1f1f1;
}

.bg-blue {
    background-color: #25b1db;
}


/* buttons */
.btn-elana {
    background-color: #b71f38;
    border-color: #b71f38;
    color: #ffffff;
}

.btn-elana.focus, .btn-elana:focus, .btn-elana:hover {
    background-color: #970d28;
    color: #ffffff;
    text-decoration: none;
}

.btn-outline {
    color: #b71f38;
    background-color: transparent;
    background-image: none;
    border-color: #b71f38;
}
.btn-outline:hover {
    color: #fff;
    background-color: #b71f38;
    border-color: #b71f38;
}

.text-green {
    color: #39b54a;
}

/* borders */
[class*=border-] {
    border-color: #eeeeee;
}

.border-elana {
    border-color: #970d28;
}

/*************************************
* Override Bootstrap Core Elements
*
* Badges
* Breadcrumbs
* Carousel
* Img Thumbnail
* pagination
* Well
* Modal
*
*************************************/

/* Badges */
.badge {
    border-radius: 15px;
    font-size: 12px;
    font-weight: 700;
    line-height: 130%;
}

.nav-pills > li > a > .badge {
    margin-left: 5px;
}

/* breadcrumbs */
.breadcrumb {
    background-color: transparent;
    margin-bottom: 0;
    padding-left: 0;
}

/* Hide form placeholders on focus */

input:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder {
    color: transparent;
}

/* FF 4-18 */
input:focus::-moz-placeholder {
    color: transparent;
}

/* FF 19+ */

/* carousel */
#content .carousel-indicators {
    text-align: center;
}

.carousel-control.left,
.carousel-control.right {
    background-image: none;
}

/* img thumbnail */
.img-thumbnail {
    background: none;
}

.img-responsive {
    max-width: 100%;
    height: auto;
}

/* pagination */
.pagination > li > a,
.pagination > li > span {
    color: #b71f38;
    border: 0;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: #b71f38;
    border-color: #b71f38;
}

.pagination > li.active > a,
.pagination > li.active > span {
    color: #fff;
    border-radius: 4px;
}

/* Buttons */
.btn-group-lg > .btn,
.btn-lg {
    border-radius: 3px;
}

/* Wells */
.well {
    padding: 15px;
}

/*
 Modal z-index because of topmenu
*/
.modal { /*z-index:15000;*/
}

/* modal - Vertically Center */
.modal {
    text-align: center;
    padding: 0 !important;
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}


/*************************************
* HEADER
*
*************************************/
#background-homepage > .fullwidth-section-content {
    padding-top: 0;
}


/*************************************
* TABLES
*
*************************************/

/* class for div outside table. use it with shortcode bordered-outside="true" */
.table-border-outside {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: none;
    margin: 0 0 20px;
    padding: 15px;
    position: relative;
}

.table-border-outside .table {
    margin-bottom: 0;
}


/*************************************
* CUSTOM
*
*************************************/
.dev {
    border: 1px solid red !important;
}

.display-none {
    display: none !important;
}

.width-full {
    width: 100%;
}

.text-justify {
    text-align: justify;
}

.text-uppercase {
    text-transform: uppercase;
}

.display-block,
label.display-block {
    display: block;
}

.no-padding {
    padding: 0;
}

ul.no-padding {
    padding-left: 16px;
}

/* buttons - Change buttons to btn-block on mobile screen size */
@media all and (max-width: 480px) {
    .btn-xs-block {
        width: 100%;
        display: block;
    }

    .btn-xs-block + .btn-xs-block {
        margin-top: 5px;
    }
}


/*************************************
* POSITIONS
*
*************************************/
.position-relative {
    position: relative;
}

.position-absolute-top-left {
    position: absolute;
    top: 0;
    left: 0;
}


/*************************************
* gallery images pop-up and thumnails
*
*************************************/
.mfp-bg {
    z-index: 10042;
}

.mfp-wrap {
    z-index: 10043;
}


/*************************************
* WIDGETS
*
*************************************/

/* warning-widget */
.fullwidth-section-alerts-messages-widget {
    /*
    box-shadow: 0 1px 2px rgba(0,0,0,0.11);
    background-image: linear-gradient(to bottom, #fff, #f9f9f9);
    border-top-color: #d8d8d8;
    border-bottom-color: #bdbdbd;
    border-left-color: #cacaca;
    border-right-color: #cacaca;
    color: #404040;
    */
}

.fullwidth-section-alerts-messages-widget marquee {
    -webkit-marquee: auto medium infinite scroll normal;
    overflow-x: -webkit-marquee;

    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
}


.container-alerts-messages-widget .alert {
    margin-bottom: 20px;
    margin-top: 20px;

    border-radius: 0;
    -webkit-border-radius: 0;
    /*
    display: table;
    width:100%;
    */

    padding: 12px 15px 12px 61px;
    position: relative;

}

.container-alerts-messages-widget .alert .icon {

    border-radius: 0;
    -webkit-border-radius: 0;

    text-align: center;
    width: 45px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #bdbdbd;
    padding-top: 15px;
}


.container-alerts-messages-widget .alert .icon:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
    content: '';
    width: 10px;
    height: 10px;
    border: 1px solid #bdbdbd;
    position: absolute;
    border-left: 0;
    border-bottom: 0;
    top: 50%;
    right: -6px;
    margin-top: -3px;
    background: #fff;
}

.container-alerts-messages-widget .alert .icon i {
    font-size: 20px;
    color: #fff;
    left: 12px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
}

.container-alerts-messages-widget .alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.container-alerts-messages-widget .alert-success .icon,
.container-alerts-messages-widget .alert-success .icon:after {
    border-color: #54a754;
    background: #60c060;
}

.container-alerts-messages-widget .alert-info {
    background-color: #d9edf7;
    border-color: #98cce6;
    color: #3a87ad;
}

.container-alerts-messages-widget .alert-info .icon,
.container-alerts-messages-widget .alert-info .icon:after {
    border-color: #3a8ace;
    background: #4d90fd;
}


.container-alerts-messages-widget .alert.alert-warning .icon,
.container-alerts-messages-widget .alert.alert-warning .icon:after {
    border-color: #d68000;
    background: #fc9700;
}

.container-alerts-messages-widget .alert.alert-warning {
    background-color: #fcf8e3;
    border-color: #f1daab;
    color: #c09853;
}

.container-alerts-messages-widget .alert-danger {
    background-color: #f2dede;
    border-color: #e0b1b8;
    color: #b94a48;
}

.container-alerts-messages-widget .alert-danger .icon,
.container-alerts-messages-widget .alert-danger .icon:after {
    border-color: #ca452e;
    background: #da4932;
}


/* marquee */
.container-alerts-messages-widget .marquee {

}

.container-alerts-messages-widget .marquee {
    overflow: hidden;
}


/* Category Child Relationships */
.widget_categories .cat-item .children li {
    padding-left: 10px;
}


/*************************************
* Custom Elements
*
* Vertically center content in a Bootstrap
* Margins and paddings
* positions and display
* RSS feed blog
* LISTS
* GOOGLE Maps
* Error 404
*
*************************************/

/* vertically center row */
.vertical-align-middle {
    position: relative;
    transform: translateY(50%);
}

.nopadding {
    padding: 0;
}

.nomargin {
    margin: 0;
}

/* Margins and paddings */
.mt-10,
.margin-top-10 {
    margin-top: 10px !important;
}

.mb-10,
.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.mt-20,
.margin-top-20 {
    margin-top: 20px !important;
}

.mb-20,
.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.mt-40,
.margin-top-40 {
    margin-top: 40px !important;
}

.mb-40,
.margin-bottom-40 {
    margin-bottom: 40px !important;
}

/** positions and display */
.position-relative {
    position: relative;
}

.position-static {
    position: static;
}

.display-block,
label.display-block {
    display: block;
}

.display-inline-block {
    display: inline-block;
}


/* padding and margins*/
.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-right {
    margin-right: 0 !important;
}

.m-5 {
    margin: 5px !important;
}

.m-10 {
    margin: 10px !important;
}

.m-15 {
    margin: 15px !important;
}

.m-20 {
    margin: 20px !important;
}

.mt-5 {
    margin-top: 5px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.ml-5 {
    margin-left: 5px !important;
}

.ml-10 {
    margin-left: 10px !important;
}

.ml-15 {
    margin-left: 15px !important;
}

.ml-20 {
    margin-left: 20px !important;
}

.mr-5 {
    margin-right: 5px !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.mr-15 {
    margin-right: 15px !important;
}

.mr-20 {
    margin-right: 20px !important;
}

.no-padding {
    padding: 0;
}

.no-padding-top {
    padding-top: 0 !important;
}

.no-padding-bottom {
    padding-bottom: 0 !important;
}

.no-padding-left {
    padding-left: 0 !important;
}

.no-padding-right {
    padding-right: 0 !important;
}

.p-5 {
    padding: 5px !important;
}

.p-10 {
    padding: 10px !important;
}

.p-15 {
    padding: 15px !important;
}

.p-20 {
    padding: 20px !important;
}

.pt-5 {
    padding-top: 5px !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pt-15 {
    padding-top: 15px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pb-5 {
    padding-bottom: 5px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pb-15 {
    padding-bottom: 15px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pl-5 {
    padding-left: 5px !important;
}

.pl-10 {
    padding-left: 10px !important;
}

.pl-15 {
    padding-left: 15px !important;
}

.pl-20 {
    padding-left: 20px !important;
}

.pr-5 {
    padding-right: 5px !important;
}

.pr-10 {
    padding-right: 10px !important;
}

.pr-15 {
    padding-right: 15px !important;
}

.pr-20 {
    padding-right: 20px !important;
}

.no-border {
    border: 0 !important;
}

.no-border-top {
    border-top: 0 !important;
}

.no-border-bottom {
    border-bottom: 0 !important;
}

.no-border-left {
    border-left: 0 !important;
}

.no-border-right {
    border-right: 0 !important;
}


/* rss feed blog */
#elana-blog-container {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #464646;
}

#elana-blog-container .item {
    margin-bottom: 20px;
    min-height: 110px;
}

#elana-blog-container a.rss-link {
    display: block;
    position: relative;
}


#elana-blog-container .rss-image,
#elana-blog-container .rss-data {
    -float: left;
    display: table-cell;
    vertical-align: top;
}

#elana-blog-container .rss-data {
    padding-left: 10px;
}

#elana-blog-container .rss-item-date-label {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 2px;
    right: 0;
}

#elana-blog-container h5.rss-title {
    margin-top: 0;
    padding-top: 7px;
    /*
    position: absolute;
    background-color:rgba(0, 0, 0, 0.5);
    bottom: 0;
    */
}

#elana-blog-container .rss-image {
    float: left;
    width: 150px;
    height: 100px;
    overflow: hidden;
    padding: 0;
}


#elana-blog-container .rss-image-big {
    position: relative;

    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+, IE10 */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
    -webkit-transition: all .6s ease; /* Fade to color for Chrome and Safari */
    -webkit-backface-visibility: hidden; /* Fix for transition flickering */

}

#elana-blog-container a.rss-link:hover .rss-image-big {
    filter: none;
    -webkit-filter: grayscale(0%);
}

#elana-blog-container .rss-image-big .rss-thumb {
    width: 253px;
    height: 150px;
    overflow: hidden;
}

#elana-blog-container .rss-details {
    position: relative;
    min-height: 170px;
}

@media only screen and (max-width: 480px) {
    #elana-blog-container .rss-image-big .rss-thumb {
        width: 330px;
        height: auto;
        overflow: hidden;
    }

    #elana-blog-container .rss-details {
        bottom: 0;
        position: absolute;
        min-height: auto;
        background-color: rgba(0, 0, 0, 0.5);
        padding: 10px;
        width: 100%;
    }

    #elana-blog-container .rss-details::after {
        display: none;
    }

    #elana-blog-container .rss-details p {
        display: none;

    }

    #elana-blog-container .rss-details h5 {

    }
}


#elana-blog-container .rss-details:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #ffffff;
    border-image: none;
    border-style: solid;
    border-width: 12px;
    bottom: 100%;
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -12px;
    margin-bottom: 1px;
    pointer-events: none;
    position: absolute;
    width: 0;
    z-index: 0;
}

#elana-blog-container .rss-thumb {
    /*
    width: 150px;
    height: 150px;
    margin-top:-25px;
    */
}

#elana-blog-container h5 {
    margin: 7px 0;
}

#elana-blog-container p {
    margin: 0;
    color: #777;
}

#elana-blog-container a,
#elana-blog-container i {
    color: #fff;
}

#elana-blog-container .rss-item-date {
    font-size: 12px;
    line-height: 1;
    color: #777;
}


/* LISTS */
ol.list-lower-alpha {
    list-style: lower-alpha;
}

/* LISTS ICONS */
ul.icon-list li .fa {
    font-size: 18px;
    height: 30px;
    line-height: 24px;
    margin-right: 10px;
    padding-top: 2px;
    width: 20px;
}

ul.icon-list li {
    line-height: 28px;
    padding-bottom: 5px;
}

.inner-field, .inner-div {
    margin-left: 15px;
}

/* GOOGLE MAPS */
@media (max-width: 767px) {
    .gmap {
        height: 300px !important;
    }
}

/* GOOGLE MAPS */
@media (min-width: 768px) {
    .alert-error-404 {
        margin-top: 80px;
        margin-bottom: 80px;
    }
}

.hovernav > ul > li > .dropdown-menu {
    border: 1px solid #eeeeee;
}

.hovernav > ul > li:hover > .dropdown-menu {

}


/*
MEGANAV
A simple addition to the dropdown menu (Bootstrap itself is unchanged). When you add GRAND-CHILD links in the navbar,
On screens larger than phones, Meganav will transform the dropdown into a mega-menu, with child-links displayed as menu-column heads (in bold).
If you don't want this, delete this segment of the CSS and delete the corresponding segment of bst.js
*/
.mega-menu ul a {
    /* color: #428bca; */
}

.mega-menu .sub-menu a {
    /* color: #999; */
}

.has-children > a {
    color: #428bca;
    padding: 3px 20px;
}

nav.meganav,
#main-site-nav-collapse > .navbar-nav {

}

#main-site-nav-collapse > .navbar-nav {
}

@media (min-width: 768px) {
    .mega-menu.dropdown-full {
        position: static !important;
    }

    .mega-menu.dropdown-full > .dropdown-menu {
        position: absolute;
        left: 0 !important;
        right: 0 !important;
        overflow-x: hidden;
        overflow-y: hidden;
        width: 85% !important;
        margin-top: -20px;
        margin-left: auto;
        margin-right: auto;
    }

    .mega-menu.dropdown-menu-600 > .dropdown-menu {
        width: 600px;
        left: -200px;
    }

    .mega-menu.dropdown-menu-900 > .dropdown-menu {
        width: 900px;
        left: -400px;
    }
}


/* SEARCH FORM */
#nav-search-form,
#searchform {
    position: relative;
    margin: 0;
    padding: 0;
}


#nav-search-form #nav-search {
    margin: 0 0;
    /*background-color: #555555;*/
    background-color: transparent;
}

#nav-search-form #nav-search:focus {
    border-color: #555555;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(51, 51, 51, 0.6);
    background-color: #fff;
    outline: 0 none;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}


#nav-search-form button,
#searchform button {
    position: absolute;
    top: 1px;
    right: 1px;
    color: #777;
    z-index: 3;
    border: 0;
    background-color: transparent;
}

#nav-search-form input.form-control,
#nav-search-form button,
#searchform button {
    height: 50px;
}

#nav-search-form input.form-control {
    border: 0;
}

#nav-search-form input.form-control,
#searchform input.form-control {
    width: 120px;

    -webkit-transition: width 0.3s ease;
    -moz-transition: width 0.3s ease;
    -o-transition: width 0.3s ease;
    transition: width 0.3s ease;
}

#nav-search-form input.form-control:focus,
#searchform input.form-control:focus {
    width: 250px;
}


@media (max-width: 767px) {
    .has-children ul {
        display: block !important;
        margin-left: 15px;
    }


    /* search box */
    #searchform {
        margin-top: 7px;
    }

    #nav-search-form {
        background-color: inherit;
    }

    #nav-search-form #nav-search {
        background-color: #ffffff;
    }

}

/* NEW SEARCH BOX */

#searchform input.form-control {
    font-size: inherit;
    height: auto;
}

#searchform input[type="search"] {
    background: #ffffff linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)) repeat scroll 0 0;
    border: 1px solid #bbbbbb;
    border-radius: 3px;
    color: #666666;
    display: block;
    padding: 0.7em;
    width: 100%;
}

#searchform button.search-submit {

    background-color: #222222;
    border: 0 none;
    border-radius: 2px;
    box-shadow: none;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-weight: 800;
    text-shadow: none;
    transition: background 0.2s ease 0s;

    bottom: 3px;
    padding: 0.5em 1em;
    position: absolute;
    right: 3px;
    top: 3px;

    height: auto;
}

#searchform input.form-control:focus {
    width: 100%;
}


/*
* MEGAMENU SD 01.2018
 */

.navbar-default .navbar-nav > li > a {

    font-family: "Roboto Condensed", Arial, sans-serif;
}

/** sd Right-align last submenu of main menu */
.navbar-default .navbar-nav > li:last-child > .dropdown-menu.depth_0 {
    right: 0;
    left: auto;
}

@media (min-width: 768px) {

    #main-site-nav > nav {
        display: flex;
        align-items: center;
        width: 100%;
    }

    #main-site-nav > nav > div {

    }

    .navbar-nav > li.active,
    .navbar-nav > li:hover,
    #main-site-nav .current-menu-parent,
    #main-site-nav .current-menu-ancestor {
        /*border-bottom: 3px solid #b71f38;*/
    }

    #main-site-nav .nav > li:hover > a {
        color: #b71f38;
    }

    .dropdown.mega-menu {
        position: relative;
    }

    .mega-menu > .dropdown-menu {
        left: 0;
        right: 0;
        overflow-x: hidden;
        overflow-y: hidden;
    }

    .mega-menu > ul > li {
        display: table-cell;
        position: relative;
    }

    .mega-menu > ul ul {
        position: relative;
        display: block !important;
        border: 0;
        border-radius: 0;
        box-shadow: none;
        padding: 0;
    }

    .mega-menu > .dropdown-menu.depth_0,
    .navbar-nav > li > .dropdown-menu.depth_0 {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .mega-menu > .dropdown-menu.depth_0 > li > a,
    .mega-menu .dropdown-column-break > ul > li > a {
        border-bottom: 1px solid #e7e7e7;
    }


    .mega-menu .dropdown-menu.sub-menu {
        width: 100%;
    }

    .mega-menu .dropdown-menu.sub-menu li > a,
    .dropdown-menu.depth_0 > li > a,
    .dropdown-column-break > ul > li > a {
        padding: 8px;
    }

    .mega-menu .dropdown-menu.sub-menu li > a {

    }

    .dropdown-menu > li > ul > li > a {
        /* color:#999; */
    }

    .has-children {
        border-right: 1px solid #e7e7e7;
    }

    .has-children:last-of-type {
        border-right: 0;
    }

}


/*
* Max content widths
*/
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
    max-width: 100%;
    height: auto
}

/*************************************
* FULLWIDTH SECTIONS and BACKGROUNDS
*
*************************************/
.fullwidth-section-above-header,
.fullwidth-section-header,
.fullwidth-section-nav,
.fullwidth-section-content,
.fullwidth-section-footer-sitemap,
.fullwidth-section-footer,
.fullwidth-section-copyright {
    width: 100%;
}


.fullwidth-section-above-header {
    margin-top: 0;
    padding-top: 0;
    -background-color: #555555;
}

.fullwidth-section-header {
}

.fullwidth-section-content {
    padding-top: 20px;
    padding-bottom: 40px;
}


/*************************************
* HEADER elements & NAVIGATION
*
*************************************/
/* HEADER WIDGET */
.widget-header {
    margin: 0;
}

/* Above Header */

.above-header-links .nav > li > a,
.above-header-nav .nav > li > a {
    font-family: Arial, sans-serif;
    font-size: 12px;
    line-height: 20px;
    /*line-height: 1.42857;*/
    /*padding: 10px 12px;*/
    padding: 15px 12px;
}

.above-header-links > a {
    display: inline-block;
    float: left;
    text-decoration: none;
}

.above-header-links > btn-link:focus,
.above-header-links > .btn-link:hover {
    text-decoration: none;
}

.above-header-nav-right .open > a,
.above-header-nav-right .open > a:focus,
.above-header-nav-right .open > a:hover,
.above-header-nav-right > li > a:focus,
.above-header-nav-right > li > a:hover {
    background-color: transparent;
}

.above-header-nav-left > li.active > a,
.above-header-nav-left > li.active > a:focus,
.above-header-nav-left > li.active > a:hover {
    background-color: #eee;
    color: #777;
}

.above-header-nav-left > li > a {
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

/*
.above-header-nav-left li.active:before {
    border-left: 10px solid rgba(0, 0, 0, 0);
    border-right: 10px solid rgba(0, 0, 0, 0);
    border-top: 10px solid #555555;
    bottom: -9px;
    display: block;
    height: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 0;
    z-index: 1;
    content: " ";
}*/

.nav-pills.above-header-nav-left > li + li,
.nav-pills.above-header-nav-right > li + li {
    margin-left: 0;
}

.above-header-nav-left > li > a,
.above-header-nav-right > li > a {
    /*border: 1px solid #f5f5f5;*/
    border: 0;
    border-radius: 0;
    -color: #fff;
}


.above-header-nav-left > li.active > a,
.above-header-nav-left > li.active > a:focus,
.above-header-nav-left > li.active > a:hover {
    /*
    background-color: transparent;
    border:0;
    margin-bottom:0;
    color: #fff;
    */
    background-color: transparent;

}

.above-header-nav-left > li > a:focus,
.above-header-nav-left > li > a:hover,
.above-header-nav-right > li > a:focus,
.above-header-nav-right > li > a:hover {
    background-color: transparent;
    color: #cccccc;
}


/* ------------------------------------------------------------------------------
*
* Navigation
* Responsive navbar-brand image CSS
*
* ---------------------------------------------------------------------------- */
#site-title,
.fullwidth-section-header {
    -display: none;
}

#main-site-nav .nav > li > a,
#main-site-nav .navbar-brand,
.fullwidth-section-above-header .nav > li > a,
.nav-header-widget {
    -border: 1px solid red;
}


#main-site-nav-collapse {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}

#main-site-nav .navbar-brand {
    padding: 0;
}

#main-site-nav .navbar-brand > img {
    width: 220px;
    height: 100%;
}

#main-site-nav .navbar-brand {
    width: 200px;
    height: 92px;
}

#main-site-nav .nav > li {

}

#main-site-nav .nav > li > a {
    color: #777;
    text-transform: uppercase;
    font-size: 12px;
}

@media only screen and (max-width: 480px) {
    #main-site-nav-collapse {
        margin-top: 10px;
    }

    #main-site-nav .navbar-brand {
        height: 50px;
        width: auto;
    }

    #main-site-nav .nav > li > a {
        color: #fff;
        font-size: 12px;
        line-height: normal;
        text-transform: uppercase;
    }
}

.affix-top #main-site-nav .mega-menu > .dropdown-menu.depth_0,
.affix-top #main-site-nav .navbar-nav > li > .dropdown-menu.depth_0 {
    /* margin-top: -20px; */
}

.affix #main-site-nav {
    margin-top: 10px;
    margin-bottom: 10px;
}

.affix #main-site-nav .navbar-brand {
    height: 40px;
    width: auto;
}

.affix #main-site-nav .nav-header-widget {
    -display: none;
    position: absolute;
    left: -9999px;
}

.affix #main-site-nav .nav > li > a {
    line-height: normal;
    padding-top: 10px;
    padding-bottom: 10px;
}

.navbar-fixed-top,
.fullwidth-section-nav.affix {
    border-bottom: 1px solid #cccccc;
}

.fullwidth-section-above-header .nav > li > a {
    color: #777777;
}

#main-site-nav .nav > li > a,
.fullwidth-section-above-header .nav > li > a {
    padding-left: 8px;
    padding-right: 8px;
}

.fullwidth-section-above-header,
.fullwidth-section-nav {
    -background-color: #f4f3f1;
}

.fullwidth-section-above-header {
    -background: rgba(0, 0, 0, 0.02);
    background: linear-gradient(rgba(0, 0, 0, 0.02), rgba(255, 0, 0, 0));
}

.fullwidth-section-nav {

}

.fullwidth-section-nav > .main-nav {
    border-bottom: 0 !important;
    margin-top: 10px;
}

/* Navigation Widjet */
.nav-header-widget {
    padding-left: 0;
    padding-right: 0;
    height: 92px;
    width: 230px;
    float: right;
}

.widget-header {
    width: 100%;
}

.nav-header-widget .btn {
    moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.nav-header-widget .btn h4,
.nav-header-widget .btn h5 {
    margin: 0;
    padding: 0;
    font-size: 12px;
}

.nav-header-widget .btn h4 {
    line-height: 1.7;
}

.nav-header-widget .btn.btn-lg {
    line-height: 1.2;
    padding: 8px 10px;
    text-transform: uppercase;
}

.nav-header-widget .btn.btn-sm {
    line-height: 1.2;
    padding: 5px 5px;
}

/* btn icon */
.nav-header-widget .btn i {
    padding-left: 15px;
    margin-left: 15px;
    font-size: 21px;
    line-height: 21px;
    vertical-align: top;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
}

@media only screen and (max-width: 480px) {
    .navbar-header {
        clear: both;
    }

    .nav-header-widget {
        float: none !important;
        position: relative;
        clear: both;
        height: auto;
        text-align: center;
    }

    .nav-header-widget, .widget-header {
        margin: 0 auto;
        width: 100%;
    }
}

/* Navigation */
.main-nav {
}

/* Sticky Navigation */
.navbar-fixed-top,
.main-nav-stick,
.affix {
    position: fixed;
    top: 0;
    z-index: 10000;
    background-color: #fff;
}

.navbar {
    margin-bottom: 0;
    border-radius: 0;
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
    /*border-bottom: 1px solid #b2b3b6;*/
}

.navbar-nav > li {
    /*margin-bottom: -3px;*/
}

.navbar-nav > li:hover {
    /* background-color: #b71f38; */
}

.navbar-nav > li > .dropdown-menu {
    border-top: 3px solid #b71f38;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    background-color: transparent;
    color: #b71f38;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
    background-color: #b71f38;
}

#site-title {
    font-size: 0;
    display: inline-block;
    float: left;
}

#site-title > a {
    height: 60px;
    width: 225px;
    display: block;
}

#site-title img { /*height:60px; width: 100%;*/
}

.widget-header-center {
    margin: 44px 0;
}

.elana-awards {
    color: #777;
    font-size: 14px;
}

/*
    BUTTONS
*/
.site-header-buttons {
    border-collapse: separate;
    display: table;
    table-layout: fixed;
    width: 100%;

    border-radius: 6px;
    background: rgba(0, 0, 0, 0.1);

    background-color: #f5f5f5;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffffff, endColorstr=#f5f5f5);
    background-image: -moz-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
    background-image: -webkit-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
    background-image: -ms-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
    background-image: linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
    background-image: -o-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
    background-image: -webkit-gradient(linear, right top, right bottom, color-stop(0%, #ffffff), color-stop(100%, #f5f5f5));

    padding: 5px;

}

.btn {
    position: relative;
}

.btn-labeled.btn-labeled-right {
    padding-left: 12px;
    padding-right: 48px;
}

.btn-labeled.btn-labeled-right > b {
    border-radius: 0 3px 3px 0;
    left: auto;
    right: -1px;
}

.btn-labeled > b {
    background-color: rgba(0, 0, 0, 0.15);
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    display: block;
    left: -1px;
    line-height: 1;
    padding: 10px;
    position: absolute;
    top: -1px;
}

.site-header-buttons-group {
    display: table-cell;
    float: none;
    width: 1%;
}

.site-header-buttons-group .btn-enter {
    /*padding: 10px 12px;*/
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.site-header-buttons-group .btn-enter .fa-2x {
    line-height: 1.3;
}

.site-header-buttons-group.btn-group-vertical .btn:first-child {
    border-top-right-radius: 0;
}

.site-header-buttons-group.btn-group-vertical .btn:last-child {
    border-bottom-right-radius: 0;
}

.site-header-buttons-group .btn-sm {
    line-height: 1.4;
}


.site-header-buttons-group .btn h4,
.site-header-buttons-group .btn h5 {
    padding: 0;
    margin: 0;
    text-transform: uppercase;
}

.site-header-buttons-group .btn h4 {
    font-size: 14px;
    font-weight: 700;
}

.site-header-buttons-group .btn h5 {
    font-size: 14px;
    font-weight: 700;
}


.site-header-buttons-group .btn-default {
    /*
    background-color: transparent;
    border-color: rgba(0, 0, 0, 0);
    color: #b71f38;
    */
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
    border-left: 0;
}

@media (max-width: 767px) {
    .site-header-buttons {
        display: block;
        width: 100%;
        border-radius: 10px;
        background: transparent;
        padding: 0;
    }

    .site-header-buttons-group {
        display: block;
        width: 100%;
    }

    .site-header-buttons-group + .site-header-buttons-group {
        margin-top: 15px;
    }

    .site-header-buttons-group .btn-enter,
    .site-header-buttons-group.btn-group-vertical .btn:first-child,
    .site-header-buttons-group.btn-group-vertical .btn:last-child {
        border-radius: 4px;
    }
}

/*************************************
* NAVBAR SEARCH
*
*************************************/
#navbar-searchform,
#navbar-searchform-mobile {
    -border: 1px solid red;
}

#navbar-searchform-mobile {
    clear: both;
}

#navbar-searchform > #searchsubmit {
    position: absolute;
    right: 0;
    top: 8px;
}

#navbar-searchform-mobile > .navbar-form {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    position: relative;
}

#navbar-searchform-mobile > .navbar-form > #searchsubmit {
    position: absolute;
    right: 0;
    top: 0;
}

#navbar-searchform-wrapper {
    float: right;
    margin-top: 20px;
    position: relative;
}

.affix #navbar-searchform-wrapper {
    margin-top: -6px;
}

@media only screen and (max-width: 480px) {
    #navbar-searchform-wrapper {
        float: none !important;
        margin-top: 5px;
        position: relative;
        clear: both;
    }

    #navbar-searchform > #searchsubmit {
        top: 11px;
    }
}


/*************************************
*   Sidebar
*   Annual_Archive_Widget
*
*************************************/
aside {
    padding-top: 20px;
}


#sidebar {
    margin-top: 0;
}

#sidebar section::after {
    clear: both;
}

/*
Sidebar
*/
.sidebar .widget_search {
    margin-bottom: 30px;
}

.sidebar h3 {
    font-size: 24px;
}

/*
Sidebar
Widget - Recent Posts Extended
*/

.eb_widget_latest_posts > ul {
    list-style: outside none none;
    padding-left: 0;
}

.eb_widget_latest_posts > ul > li {
    margin-bottom: 20px;
}

.eb_widget_latest_posts.no-date > ul > li {
    margin-bottom: 10px;
}

.latest_posts_sc li,
.eb_widget_latest_posts ul li {
    display: table;
    vertical-align: top;

    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

    clear: both;
}

.latest_posts_sc li > a {
    display: table;
    /*border: 1px solid red;*/
}

.latest_posts_sc .date,
.eb_widget_latest_posts .date {
    color: #777;
    display: block;
}

.lp-thumbnail {
    float: left;
    border: 1px solid #eee;
    padding: 2px;
    margin-right: 4px;
}

.lp-thumbnail img {
    display: block;
    max-width: 100px;
    height: auto;
}

.latest_posts_sc li {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.latest_posts_sc li:last-child {
    border-bottom: 0;
}


/** Annual_Archive_Widget */
.Annual_Archive_Widget ul {
    list-style: none;
}

.Annual_Archive_Widget ul li {
    display: inline-block;
    padding: 6px 12px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border-radius: 4px;
    margin: 0 3px 3px 0;

    border: 1px solid #eee;
    font-size: 14px;
}


/*************************************
* CONTENT
*
* Content Heading Typo
* Single Post Title
* Paragraphs
* Images Media object BUG with img-responsive
* Images And Captions
* Platform Features
* Homepage H2
* POST PAGE
* POST SINGLE
*
*************************************/

/*
Content Heading Typo
*/

article h3,
.footer h3 {
    border-bottom: 1px dotted #eee;
    padding-bottom: 5px;
    margin-top: 40px;
    margin-bottom: 25px;
}

article h3 span,
.footer h3 span {
    border-bottom: 2px solid #b71f38;
    padding-bottom: 5px;
    display: inline-block;
    margin-bottom: -10px;
}

article > h3 ~ h3 {
    margin-top: 80px;
}


/*
Single Post Title
*/
.single-post-title h2 {
    margin: 30px 0;
}

/*
Paragraphs
*/

article p { /*text-align: justify;*/
}


/* Images Media object BUG with img-responsive in Chrome */
.media > .media-left img.img-responsive {
    max-width: none;
    width: auto;
}

/*
Images and captions
*/

.wp-caption {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 4px;
}

.wp-caption.alignnone {
    border: none;
    border-radius: 0;
    padding: 0;
    margin-bottom: 20px;
}

article .wp-caption {
    background-color: #f8f8f8;
    display: block;
    line-height: 0; /*max-width:450px; */
}

.wp-caption.scale-with-grid {
    max-width: 100%;
}

.wp-caption a {
    line-height: 0;
    display: block;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.wp-caption a img {
    padding: 0;
}

.wp-caption .wp-caption-text {
    display: block;
    font-size: 13px;
    text-align: center;
    margin: 0;
    padding: 4px 0 6px;
    line-height: normal;
    background-color: #f8f8f8;
    border-bottom: 1px solid #eee;
    max-width: 250px;
    margin: 0 auto;
}

.wp-caption.alignnone .wp-caption-text {
    background-color: transparent;
    border-bottom: 1px solid #eee;
}

.alignleft, img.pull-left {
    float: left;
    margin: 0 20px 20px 0;
}

.alignright, img.pull-right {
    float: right;
    margin: 0 0 20px 20px;
}

.aligncenter {
    text-align: center; /* display: table !important; */
    margin: 0 auto 15px;
}

.aligncenter img {
    display: inline;
}

.sticky, .gallery-caption, .bypostauthor {
}

/*
platform-features
*/
/*.platform-features {background-color:#eee;}*/
/*
.platform-features ul li {border: 0 solid #eee; }
.platform-features ul {margin: 0; font-size:0;}
.platform-features ul li {font-size:16px; width: 360px; margin: 10px; padding: 5px; text-align:left; vertical-align: top;}
*/
.platform-features {
    padding-bottom: 40px;
}

.platform-features-list {
    margin: 10px 0;
}

.platform-features-list li {
    position: relative;
    display: block;
    vertical-align: middle;
    padding: 8px 0;
}

.platform-features-list li:after {
    display: table;
    clear: both;
    content: "";
}

/*
block-boxfeature open an account
*/
.block-boxfeature {
    background-color: #eee;
    color: #777;
    padding: 20px;
    margin-bottom: 10px;
    position: relative;
    border-radius: 4px;
}

.block-boxfeature .fa.pull-left {
    margin-top: 10px;
}

.block-boxfeature-inner {
    overflow: hidden;
}

.block-boxfeature h4,
.block-boxfeature p {
    margin: 0;
}

.block-boxfeature-bg {
    width: 250px;
    padding: 60px;
    position: absolute;
    bottom: -50px;
    right: -50px;
    background-color: rgba(255, 255, 255, 0.1);
    transform: rotate(150deg);
    -o-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    -moz-transform: rotate(150deg);
    -webkit-transform: rotate(150deg);
}

.block-boxfeature-real {
    background-color: #fff;
    color: #777;
    padding: 19px;
    border: 1px solid #eee;
    box-sizing: border-box;
}

.block-boxfeature-ad {
    -background-color: #eee;
    border: 1px solid #4cae4c;
    border-radius: 6px;
    position: relative;
}

.block-boxfeature-ad ul {
    margin-bottom: 0;
}

.block-boxfeature-ad .block-boxfeature {
    background-color: transparent;
}

/*
custom-panel-account-ad open an account
*/
.custom-panel-account-ad {
    color: #777;
    font-family: "robotolight";
}

.custom-panel-account-ad .media {
    margin-top: 20px;
}

.custom-panel-account-ad .media:first-child {
    margin: 0;
}

.custom-panel-account-ad .media-heading {
    margin: 0;
}

.custom-panel-account-ad h4,
.custom-panel-account-ad h5 {
    margin: 0;
}

.custom-panel-account-ad .custom-panel-account-ad-title h5 {
    margin-bottom: 20px;
}


/*
Homepage H2
*/
.home #content h2 {
    line-height: 1;
}

.home #content h2 > strong,
.home #content h2 > span {
    display: block;
    text-transform: uppercase;
}

.home #content h2 > span {
    font-size: 70%;
}


/*
CONTENT
*/
#content article {
    -margin-top: 20px;
}

.home #content article {
    margin-top: 0;
}


/*
POST PAGE
*/
.loop-post {
    padding: 20px 0;
}

.loop h2.entry-title {
    font-size: 22px;
    margin: 0 0 10px 0;
}

.loop h4 {
    font-size: 16px;
    margin: 0 0 10px 0;
}

/*
The Loop
*/

.loop header,
.loop .excerpt-thumb,
.excerpt {
    display: table-cell;
    vertical-align: top;
}

.loop .excerpt-thumb-big {
    width: 100%;
    height: 350px;
    overflow: hidden;
    position: relative;
}

.loop .excerpt-thumb-big img {
    position: absolute;
    top: -100%;
    left: 0;
    right: 0;
    bottom: -100%;
    margin: auto;
}

@media only screen and (max-width: 480px) {
    .loop .excerpt-thumb-big img {
        position: relative;
    }

    .loop .excerpt-thumb-big {
        height: auto;
    }
}

.loop .excerpt-thumb {
    width: 300px;
    padding-right: 20px;
}

.loop .excerpt-thumb img {
    max-width: 300px;
}

/*
Taxonomy
*/
.entry-meta,
.entry-meta h4,
.tags-links,
.tags-links a {
    color: #777;
    font-size: 14px;
}

.entry-meta h4 {
    display: inline-block;
    margin-right: 10px;
    margin-top: 0;
}


/*
POST SINGLE
*/
.post-thumbnail {
    max-width: 450px;
    display: inline;
    float: right;
    margin: 0 0 10px 20px;
}

.post-thumbnail .caption p {
    margin-bottom: 0;
    text-align: right;
    color: #777;
    font-size: 80%;
}

.entry-meta {
    display: block;
}

article.post > p {
    margin: 20px 0;
}


/*
Commentlist
*/

ol.commentlist {
    counter-reset: li; /* Initiate a counter */
    padding: 0
}

ol.commentlist ul {
    padding: 0
}

ol.commentlist > li {
    position: relative;
    margin: 0 0 20px 0;
    list-style: none /* Disable the normal item numbering */
}

ol.commentlist > li:before {
    content: "Thread " counter(li); /* Use the counter as content */
    counter-increment: li; /* Increment the counter by 1 */
    position: absolute;
    top: 0;
    right: 0;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-bottom-left-radius: 4px;
    padding: 5px 20px 5px 10px;
    color: #999
}

ol.commentlist li ol,
ol.commentlist li ul {
    list-style-type: none;
    margin: 0
}

.commentlist li li {
    background: #f8f8f8;
}

.commentlist li li li {
    background: #fff
}

.commentlist li li li li {
    background: #f8f8f8
}

.commentlist li li li li li li {
    background: #fff
}

.commentlist li {
    padding: 20px
}

.commentlist ul li {
    margin-top: 20px;
    margin-bottom: 0
}

.reply p {
    margin: 0
}


/*************************************
* CALLOUTS
* from the bootstrap documentation
*
*
*************************************/

/* Base styles (regardless of theme) */
.bs-callout {
    margin: 20px 0;
    padding: 15px 30px 15px 15px;
    border-left: 5px solid #eee;
}

.bs-callout h1,
.bs-callout h2,
.bs-callout h3,
.bs-callout h4,
.bs-callout h5,
.bs-callout h6 {
    margin-top: 0;
}

.bs-callout-danger h1,
.bs-callout-danger h2,
.bs-callout-danger h3,
.bs-callout-danger h4,
.bs-callout-danger h5,
.bs-callout-danger h6 {
    color: #B94A48;
}

.bs-callout-warning h1,
.bs-callout-warning h2,
.bs-callout-warning h3,
.bs-callout-warning h4,
.bs-callout-warning h5,
.bs-callout-warning h6 {
    color: #C09853;
}

.bs-callout-info h1,
.bs-callout-info h2,
.bs-callout-info h3,
.bs-callout-info h4,
.bs-callout-info h5,
.bs-callout-info h6 {
    color: #3A87AD;
}

.bs-callout-success h1,
.bs-callout-success h2,
.bs-callout-success h3,
.bs-callout-success h4,
.bs-callout-success h5,
.bs-callout-success h6 {
    color: #3C763D;
}

.bs-callout p:last-child {
    margin-bottom: 0;
}

.bs-callout code,
.bs-callout .highlight {
    background-color: #fff;
}

/* Themes for different contexts */
.bs-callout-danger {
    background-color: #fcf2f2;
    border-color: #dFb5b4;
}

.bs-callout-warning {
    background-color: #fefbed;
    border-color: #f1e7bc;
}

.bs-callout-info {
    background-color: #f0f7fd;
    border-color: #d0e3f0;
}

.bs-callout-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.bs-callout ul,
.bs-callout ol {
    margin: 0;
    padding-left: 20px;
}


/*************************************
* SHORTCODES
*
* collapse panel
*
*************************************/

/* collapse panel */
.panel-group {

}

.panel-default {
    /*
    border-radius: 0;
    border: none;
    background: none;
    margin-bottom: 0;
    padding-bottom: 15px;
    box-shadow: none;
    border-bottom: 1px solid #eee;
     */
}

.panel-transparent {
    background: none;
    border: transparent !important;
    box-shadow: none !important;
}

.panel-transparent .panel-heading{
    background: transparent !important;
}

.panel-transparent .panel-body{
    background: transparent !important;
}

.panel-default > .panel-heading {
    border: none;
    background: none;
    padding: 0;
}

.panel-default > .panel-heading + .panel-collapse .panel-body {
    border: none;
    padding: 0 0 0 22px;
}

.panel-default h4 {
    padding: 0;
    /*margin: 0 0 5px;*/
}

.panel-group .panel + .panel {
    margin-top: 15px;
}

.panel-default .collapsed:before,
.panel-default .accordion-toggle:before,
.panel-default h4.panel-title > a:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    -margin-right: 10px;

    width: 22px;
    height: 22px;
    display: inline-block;
    position: relative;
}


.panel-default .accordion-toggle:before,
.panel-default h4.panel-title > a:before {
    content: "\f078";
    color: #777;

}

.panel-default .collapsed:before,
.panel-default h4.panel-title > a.collapsed:before {
    content: "\f054";
    color: #b71f38;
}

.panel-default .panel-title:hover .collapsed:before {
    /*color: #e54a1a;*/
}

.panel-default .accordion-toggle,
.panel-default .accordion-toggle:focus,
.panel-default .accordion-toggle:hover,
.panel-default .accordion-toggle:active,
.panel-default .panel-title > a {
    text-decoration: none;
}

.panel-default .collapsed {
    color: #5f6f7e;
}

/* ------------------------------------------------------------------------------
 *
 *  VIDEO YouTube Embed
 *
 * ---------------------------------------------------------------------------- */
.video-embed .video-image {
    position: relative;
    /*max-width: 480px;
    height: 270px;*/
    display: block;
    overflow: hidden;
    padding-top: 56.25%; /* 16:9 Aspect Ratio */
}
.video-embed .video-image > img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
}

.video-embed .video-image::before {
    font-family: 'FontAwesome';
    content: '\f04b';
    z-index: 5;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate( -50%, -50% );
    padding: 15px 25px;
    color: white;
    font-size: 35px !important;
    background-color: rgba(23, 35, 34, 0.75);
    border-radius: 5px 5px 5px 5px;
}

.video-embed .video-popup:hover .video-image::before {
    /*background-color: rgba(183, 31, 56, 1);*/
    background-color: #ff002a;
}


/* ------------------------------------------------------------------------------
 *
 *  TABLES
 *
 * ---------------------------------------------------------------------------- */

/* table xclass right */
table.text-right th {
    text-align: right;
}

/* table without stripe and borders */
table.table-borderless > thead > tr > th,
table.table-borderless > tfoot > tr > td,
table.table-borderless > tbody > tr > td,
table.table-borderless > tbody > tr > th {
    border: none;
}

/* table without stripe and borders */
table > thead > tr > th.nowrap,
table > tfoot > tr > td.nowrap,
table > tbody > tr > td.nowrap,
table > tbody > tr > th.nowrap {
    white-space: nowrap;
}

/* tablepress */
table.tablepress > thead > tr > th,
.tablepress tfoot th,
.tablepress thead th {
    background-color: transparent;
    font-weight: 700;
    vertical-align: middle;
}

.dataTables_filter label {
    font-size: 14px;
    font-weight: normal;
}

.tablepress .sorting:hover,
.tablepress .sorting_asc,
.tablepress .sorting_desc {
    background-color: transparent;
}

.dataTables_wrapper label input {
    margin-left: 10px;
    border: 1px solid #cccccc;
    padding: 6px 12px;
    font-size: 14px;
    border-radius: 4px;
    height: 34px;
    line-height: 1.42857;
}

table.dataTable > tbody > tr.child span.dtr-title,
table.dataTable > tbody > tr.child span.dtr-data {
    display: inline-block;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child::before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child::before {
    background-color: #777777;
    border: none;
    box-shadow: none;
    top: 6px;
}


/* table-conditions */
.table-conditions {
    font-size: 14px;
}

.table-conditions .btn-group-xs > .btn,
.table-conditions .btn-xs {
    font-size: 14px;
}

.table-conditions > thead > tr > th {
    font-size: 16px;
}

.table-conditions > tbody > tr > td {
    vertical-align: middle;
}

.table-conditions > tfoot > tr > td {
    text-align: right;
    font-size: 12px;
    color: #cecece;
}

.table-conditions tr > th:not(:first-child),
.table-conditions tr > td:not(:first-child) {
    text-align: right;
}

.table-conditions tr > td:not(:first-child) {
    white-space: nowrap;
}

.table-conditions button > i {
    color: #b71f38;
}

.table-conditions span {
    display: block;
    font-size: 12px;
}

.table-conditions span.icon {
    display: inline-block;
    width: 14px;
    height: 11px;
    margin-right: 5px;
}

.table-conditions span.icon > img {
    float: left;
}

.table-conditions span.stock-exchange-name { /*padding-left:19px;*/
}

.table-conditions .collapse.in,
.table-conditions .collapse.out {
    font-size: 12px;
    -webkit-transition: none;
    transition: none;
}

.table-conditions tr.collapse.in td {
    border: 0;
}

.table-conditions .sub-header-row {
    background-color: #f3f3f4;
}

.table-conditions tr > td > [data-toggle="tooltip"] {
    border: 1px solid red;
    display: inline-block;
}

.table-conditions tr > td > .tooltip {
    position: absolute;
    border: 1px solid red;
}

.table-conditions tr > th > sup {
    top: -0.7em;
    font-size: 70%;
}


/*************************************
* bootstrap-vertical-tabs - v1.2.1
* https://dbtek.github.io/bootstrap-vertical-tabs
* 2014-11-07
*************************************/

/* Overrides for navs related bootstrap component */
.nav-tabs-vertical > .nav-tabs {
    margin-bottom: 20px;
}

.nav-tabs-vertical > .nav-tabs > li {
    float: none;
}

.nav-tabs-vertical > .nav-tabs > li > a {
    margin-right: 0;
    border-radius: 0;
}

@media (min-width: 769px) {
    .nav-tabs-vertical {
        display: table;
        width: 100%;
    }

    .nav-tabs-vertical .nav-tabs {
        display: table-cell;
        border-bottom: 0;
        width: 300px;
    }

    .nav-tabs-vertical .nav-tabs > li {
        display: block;
        margin-bottom: 0;
    }

    .nav-tabs-vertical .nav-tabs-solid > li:last-child > a:after {
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

    .nav-tabs-vertical .nav-tabs[class*=bg-] > li:first-child > a {
        border-top-right-radius: 3px;
        border-top-left-radius: 3px;
    }

    .nav-tabs-vertical .nav-tabs[class*=bg-] > li:last-child > a {
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

    .nav-tabs-vertical .tab-content {
        display: table-cell;
    }

    .nav-tabs-vertical .tab-content > .has-padding {
        padding: 0;
        padding-top: 10.5px;
    }

    .nav-tabs-vertical.tab-content-bordered .tab-content {
        border-top-width: 1px;
    }

    .nav-tabs-left .nav-tabs {
        border-right: 1px solid #ddd;
    }

    .nav-tabs-left .nav-tabs > li {
        margin-right: -1px;
    }

    .nav-tabs-left .nav-tabs > li.active > a,
    .nav-tabs-left .nav-tabs > li.active > a:hover,
    .nav-tabs-left .nav-tabs > li.active > a:focus {
        border-bottom-color: #ddd;
        border-right-color: transparent;
    }

    .nav-tabs-left .nav-tabs.nav-tabs-component > li > a {
        border-radius: 3px 0 0 3px;
    }

    .nav-tabs-left .nav-tabs-highlight > li > a,
    .nav-tabs-left .nav-tabs-highlight > li > a:hover,
    .nav-tabs-left .nav-tabs-highlight > li > a:focus {
        border-top-width: 1px;
        border-left-width: 2px;
    }

    .nav-tabs-left .nav-tabs-highlight > li.active > a,
    .nav-tabs-left .nav-tabs-highlight > li.active > a:hover,
    .nav-tabs-left .nav-tabs-highlight > li.active > a:focus {
        border-top-color: #ddd;
        border-left-color: #EC407A;
    }

    .nav-tabs-left .nav-tabs-top,
    .nav-tabs-left .nav-tabs-bottom {
        padding-right: 20px;
    }

    .nav-tabs-left .top-divided,
    .nav-tabs-left .bottom-divided {
        padding-right: 0;
        border-right-width: 0;
    }

    .nav-tabs-left .nav-tabs-solid,
    .nav-tabs-left .nav-tabs[class*=bg-] {
        border-right: 0;
        border-radius: 3px;
    }

    .nav-tabs-left .nav-tabs-solid > li,
    .nav-tabs-left .nav-tabs[class*=bg-] > li {
        margin-right: 0;
    }

    .nav-tabs-left .tab-content {
        padding-left: 20px;
    }

    .nav-tabs-left.tab-content-bordered .tab-content {
        border-left-width: 0;
    }
}


/*************************************
* FOOTER
*
* footer
*
*************************************/

.footer-sitemap-logo {
    text-decoration: none;
    float: left;
}

.footer-sitemap-logo > img {
    width: 200px;
    max-width: 100%;
    height: auto;

    border: 0 none;
    display: inline-block;
    vertical-align: middle;
}

.fullwidth-section-footer-sitemap {
    background: #f4f3f1;
    padding-top: 40px;
    padding-bottom: 40px;
}

.fullwidth-section-footer {
    background: #272727;
}

.fullwidth-section-copyright {
    background: #222222;
}

.disclaimer { /*padding: 15px;*/
    padding-top: 40px;
    margin-bottom: 40px;
}

.disclaimer { /*background-color: #333333;*/
    border-top: 1px solid #464646;
}

.disclaimer,
.footer,
.copyright {
    font-size: 14px;
    line-height: 140%;
    color: #fff;
}

.footer ul,
.footer ol {
    list-style-type: none;
    padding: 0
}

.footer li {
    margin: 10px 0
}

.sub-footer p {
    text-align: center
}

.footer {
    padding-top: 40px;
    padding-bottom: 40px;
}

.footer h3 {
    font-size: 24px;
    margin: 10px 0;
}

#footer-logo-container,
#footer-socials {
    margin-bottom: 40px;
    float: left;
    position: relative;
}

#footer-logo,
#footer-awards {
    position: relative;
    float: left;
    display: block;
}

#footer-logo {
    padding: 3px 0;
}

#footer-awards {
}

#footer-awards { /*margin-left: 15px; padding-left:15px; border-left: 1px solid #807f83;*/
}

#footer-awards .media-body {
    width: auto;
}

/* SOCIAL */
#footer-socials {
    padding-top: 7px;
}

#footer-socials ul {
}

#footer-socials ul li {
    margin: 0;
    padding: 0;
    float: left;
    margin-left: 5px;
}

#footer-socials ul li > a {
    display: block; /*color: #fff;*/
    color: #777777;
}

#footer-socials ul li > a:hover { /*color: #fff; */
    color: #b71f38;
}

#footer-socials ul li > a > i {
    border: 1px solid #807f83;
    border-radius: 3px;
    width: 44px;
    padding: 8px 0;
}

#footer-socials ul li > a > i:hover {
    border: 1px solid #fff;
}

#footer-socials ul li > a > .fa-stack {
    font-size: 1.71em;
}


/* FOOTER SITEMAP */
.fullwidth-section-footer-sitemap {
    font-size: 14px;
    line-height: 140%;
}

#footer-sitemap-list {
    display: block;
    position: relative;
}

#footer-sitemap-list > li {
    float: left;
}

#footer-sitemap-list {
    margin-bottom: 0;
    width: 100%;
}

#footer-sitemap-list > li {
    width: 33.33%;
}

#footer-sitemap-list > li > a {
    font-weight: 700;
    text-transform: uppercase;
}

#footer-sitemap-list > li > h4 {
    font-weight: 700;
    text-transform: uppercase;
    margin: 5px 0;
    font-size: 14px;
}

#footer-sitemap-list > li > ul { /*font-size: 12px;*/
}

#footer-sitemap-list > li > ul a {
    color: #272727;
}


.footer ul.link-list li {
    border-top: solid 1px #353535;
    padding: 6px 0;
    margin: 0;
}

.footer ul.link-list li:first-child {
    border-top: none;
}

.footer ul.link-list li a {
    display: block;
    color: #fff;
}

.footer ul.link-list li i {
    margin-top: 3px;
}

.footer address {
    background: url('../img/map-img.png') no-repeat center center;
}

.copyright {
}

.copyright p {
    margin: 0;
    padding: 10px 0;
}

/*.copyright .footer-socials {margin-top:10px; text-align:right;}*/


/*
.footer div,
.copyright div {border: 1px solid #333333;}
*/


/*
*	MEDIA
*/

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */


/* Small devices (tablets, 768px and down) */
@media (max-width: 767px) {

    #main-site-nav {
        margin-top: 10px;
    }

    .container-fluid,
    .container-fluid > .container {
        /*padding-right: 0px;*/
        /*padding-left: 0px;*/
    }

    .container-fluid > .container {
        padding-left:0;
        padding-right:0;
        margin-left: -15px;
        margin-right: -15px;
    }


    .container-fluid > .container > .row {
        margin-left: -0px;
        margin-right: -0px;
    }

    .container-fluid.fullwidth-section-nav .navbar {
        padding-left: 15px;
        padding-right: 15px;
    }

    .container-fluid.fullwidth-section-nav .navbar .navbar-toggle {
        margin-right: 0;
    }

    .container-fluid.fullwidth-section-nav .navbar-default {
        border-bottom: 1px solid transparent;
    }

    .fullwidth-section-above-header #nav-search-form {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .above-header-nav-right {
        display: none;
    }


    /*************************************
    * LOGO + Navigarion
    *
    *************************************/
    #site-title,
    #site-title a {
        width: 200px;

    }

    #site-title {
        margin: 10px 0;
        display: inline-block;
        float: left;

    }

    #site-title > a {
        height: auto;
        display: block;
    }

    #main-site-nav-mobile {
        float: right;
        padding: 0;
    }

    #main-site-nav-mobile .navbar {
        border: 0;
    }

    #main-site-nav-mobile .navbar-brand {
        display: none;
    }

    #main-site-nav-mobile button.navbar-toggle {
        margin-top: 15px;
    }

    #main-site-nav-collapse {
        width: 100%;
        -background-color: #333333;
        padding-left: 15px;
        padding-right: 15px;
    }

    #main-site-nav-mobile a,
    #main-site-nav-collapse a {

    }

    #main-site-nav .nav > li > a {
        color: #777;
    }

    #main-site-nav-mobile a:hover,
    #main-site-nav-collapse a:hover,
    #main-site-nav-mobile a:focus,
    #main-site-nav-collapse a:focus {
        color: #cccccc;
    }

    #main-site-nav .navbar-default {
        padding-bottom: 10px;
    }

    .fullwidth-section-content {
        padding-top: 0;
    }

    /*************************************
    * FONTS
    *
    *************************************/
    body,
    .tooltip,
    .popover {
        font-size: 14px;
    }

    h2, .h2 {
        font-size: 32px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .h4, h4 {
        font-size: 18px;
    }

    h5, .h5 {
        font-size: 14px;
    }

    /*************************************
    * NAVIGATION
    *
    *************************************/
    /** above header */
    .fullwidth-section-above-header {
        margin-top: 0;
    }

    .fullwidth-section-above-header {
        background-color: #f5f5f5;
        border-bottom: 1px solid #ededed;
    }

    .fullwidth-section-above-header > .above-header {
        padding-top: 0;
    }

    .fullwidth-section-above-header .above-header-nav > ul > li > a {
        color: #777
    }


    .above-header-nav > ul.pull-right,
    .above-header-nav > ul.pull-left {
        float: none !important;
    }

    .above-header-links .nav > li > a,
    .above-header-nav .nav > li > a {
        padding: 4px 6px;
    }


    .nav > li,
    .nav > li.active {
        border-bottom: none;
    }

    .loop header,
    .loop .excerpt-thumb,
    .excerpt {
        display: block;
    }

    .loop .excerpt-thumb img {
        /*margin: 10px auto;*/
        max-width: 100%;
        height: auto;
    }

    /*************************************
    * BUTTONS
    *
    *************************************/
    .btn-mobile-block {
        width: 100% !important;
        display: block;
        margin-bottom: 4px;
    }

    .btn {
        white-space: normal;
    }


    /*************************************
    * FORMS
    *
    *************************************/
    #nav-search-form input.form-control:focus,
    #searchform input.form-control:focus,
    #nav-search-form .input-group,
    #nav-search-form input.form-control,
    .input-group > .form-control {
        width: 100%;
    }

    #nav-search-form input.form-control,
    #nav-search-form button,
    #searchform button {
        height: 40px;
    }


    /*************************************
    * TABLES
    *
    *************************************/
    .table-border-outside {
        border: 0;
        padding: 0;
    }


    /*************************************
    * CUSTOM
    *
    *************************************/
    .display-xs-block {
        display: block;
    }
    .text-xs-center {
        text-align: center;
    }
    .x-xs-auto {
        margin-left: auto;
        margin-right: auto;
    }


    /*************************************
    * MEDIA
    *
    *************************************/
    .media > .display-xs-block {
        text-align: center;
    }

    /*************************************
    * IMAGES
    *
    *************************************/
    img.pull-right {
        float: none !important;
    }

    img.pull-left,
    img.pull-right {
        margin-left: auto;
        margin-right: auto;
    }


    /*************************************
    * DATATABLES
    *
    *************************************/
    .dataTables_filter {
        -display: none;
        float: left;
        width: 100%;
    }

    .dataTables_wrapper label input,
    .dataTables_wrapper label select {
        display: block;
        margin: 2px;
        width: auto;
    }

    /*************************************
    * RSS
    *
    *************************************/
    #elana-blog-container .rss-image {
        width: 75px;
        height: 75px;
    }

    #elana-blog-container .rss-data {

    }


    /*************************************
    * FOOTER
    *
    *************************************/
    #footer-sitemap-list > li {
        width: 100%;
        margin: 15px 0;
    }

    .footer > .row div[class*="col-xs-"] {
        margin-bottom: 20px !important;
    }

    .disclaimer,
    .footer,
    .copyright {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .disclaimer {
        margin-bottom: 20px;
    }

}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}

/* Custom */
@media (max-width: 320px) {
    #site-title,
    #site-title a {
        width: 150px;
    }
}