/*
Theme Name: big
Theme URI: http://webografica.com/
Author: Mykola Stetsyshyn
Author URI: http://webografica.com/
Description: Description
Version: 1.0-wpcom
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: big
Tags:
*/
@import url(//fonts.googleapis.com/css?family=Roboto:400,400italic,500,500italic,700,700italic|Roboto+Slab:400,300,700&subset=cyrillic,latin);

body {
    font-family: 'Roboto', serif;
    font-size: 15px;
    line-height: normal;
    font-weight: normal;
    background: #840000;
}

a:hover, a:active {
    text-decoration: none;
}

img {
    -webkit-transition: opacity 0.2s ease 0;
    -moz-transition: opacity 0.2s ease 0;
    -ms-transition: opacity 0.2s ease 0;
    -o-transition: opacity 0.2s ease 0;
    transition: opacity 0.2s ease 0;
}

a {
    -webkit-transition: all 0.2s ease 0;
    -moz-transition: all 0.2s ease 0;
    -ms-transition: all 0.2s ease 0;
    -o-transition: all 0.2s ease 0;
    transition: all 0.2s ease 0;
}

a:active, a:focus {
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6{
    font-family: 'Roboto Slab', serif;
}

.container{
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
/* buttons */
.button {
    display: inline-block;
    font-size: 1em;
    padding: 8px 12px;
    background-color: #c1451b;
    color: #ffffff;
    border: none;
}

.button:hover {
    background-color: #da4e1f;
    color: #ffffff;
}

.red-button {
    color: #ffffff !important;
}

/* Header */
.site-header {
    background: #ffffff;
    position: relative;
    width: 100%;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    z-index: 999;
}

.header-inner {
    padding-bottom: 30px;
    position: relative;
}

.brand-wrap {
    color: #c84423;
}

.logo {
    display: block;
    float: left;
    margin: 40px 0 0;
}

.brand-wrap h1 {
    font-size: 1.14em;
    line-height: normal;
    font-weight: bold;
    margin: 15px 0 10px 70px;
}

.brand-wrap h2 {
    font-size: 1em;
    font-weight: normal;
    margin: 0 0 0 70px;
}

.header-social-lang-wrap {
    margin: 15px 0 10px;
}
/* search */
.search-button{
    display: inline-block;
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 0;
    outline: none;
    background-color: #f3b200;
    color: #ffffff;
    border: none;
}

/* social links */
.social-lang {
    padding: 35px 0 20px
}

.social-links {
    margin: 0 !important;
    padding: 0 !important;
}

.social-links li {
    display: inline-block;
    margin-right: 7px;
    list-style: none;
}

.social-links li:last-child {
    margin-right: 0;
}

.social-links a {
    display: block;
    cursor: pointer;
    background-repeat: no-repeat;
    vertical-align: top;
}

.social-links .fb-icon {
    width: 8px;
    height: 16px;
    background-image: url('img/icons.png');
    background-position: 0 0;
}

.social-links .fb-icon:hover {
    background-position: 0 -16px;
}

.social-links .twitter-icon {
    width: 16px;
    height: 14px;
    background-image: url('img/icons.png');
    background-position: -8px 0;
}

.social-links .twitter-icon:hover {
    background-position: -8px -16px;
}

.social-links .google-plus-icon {
    width: 16px;
    height: 16px;
    background-image: url('img/icons.png');
    background-position: -24px 0;
}

.social-links .google-plus-icon:hover {
    background-position: -24px -16px;
}

/* lang list */

.lang-list {
    list-style: none;
    position: absolute;
    top: 0;
    right: 15px;
    margin: 0;
}
.lang-list li{
    display: block;
    float: left;
    margin-left: 1px;
}
.lang-list a {
    color: #840000;
    font-size: .9em;
    display: inline-block;
    line-height: 27px;
    padding: 0 10px;
}
.lang-list .active a{
    background: #f3b200;
    color: #ffffff;
}
.lang-list a:hover{
    background: #ffd35a;
}

/**/
.search-wrap form {
    width: 100%;
}

.search-wrap #s {
    border: 1px solid #c1451b;
    font-size: 1em;
    color: #706959;
    height: 40px;
    width: 100%;
    vertical-align: middle;
    padding: 0 15px;
}

/* top menu */

.top-menu-wrap {
    position: relative;
    margin-top: 67px;
    z-index: 999;

}

.top-menu-wrap ul {
    padding: 0;
    margin: 0;
    list-style: none;
    z-index: 999;
}

.main-menu li {
    margin: 0;
    padding: 0;
    text-indent: 0;
}

.main-menu a {
    display: inline-block;
    font-size: 1.1em;
    color: #8b0304;
    background: #f7f7f7;
    cursor: pointer;
    text-indent: 0;
}

.main-menu > li {
    display: block;
    float: left;
    margin-right: 1px;
}

.main-menu > li > a {
    /* border-bottom: 3px solid transparent;*/
    line-height: 44px;
    padding: 0 15px;
}

.main-menu > li:hover > a, .main-menu > li.current-menu-item > a, .main-menu li.current-menu-ancestor > a, .main-menu li.current-menu-parent > a, .main-menu li.current-post-ancestor > a {
    background: #840000;
    color: #ffffff;
    /*border-bottom: 3px solid #ffffff;*/
}

/* submenu, first level*/
.main-menu ul {
    display: none;
    background: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-bottom: 3px solid #840000;
    opacity: 0;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -ms-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
}

.main-menu li:hover > ul {
    display: block;
    position: absolute;
    opacity: 1;
}

.main-menu ul li {
    margin: 0;
    padding: 0;
    position: relative;
}

.main-menu ul a {
    display: block;
    color: #c94724;
    font-size: 1em;
    padding: 10px 20px;
    line-height: normal;
    height: auto;
}

.main-menu .sub-menu a {
    min-width: 180px;
    text-align: left;
}

.main-menu ul > li:hover > a, .main-menu ul > li.current-menu-item > a {
    background: #da4e1f;
    color: #ffffff;
}

/* main menu, second level */
.main-menu ul > li > ul {
    left: 100%;
    top: 0;
}

/* mobile menu */

.mobile-navigation {
    background: #c94724;
    display: none;
}

.mobile-navigation .container {

}

.mobile-menu-button {
    display: block !important;
    width: 100%;
    cursor: pointer !important;
    margin: 0 auto;
    height: 50px;
    float: none;
    background-color: #da4e1f;
    border: none;
    border-radius: 0;
    text-align: center;
    font-size: 1.4em;
    color: #ffffff;
}

.mobile-menu-button .icon-bar {
    background-color: #ffffff;

}

.mobile-menu, .mobile-menu ul {
    text-align: center;
    font-size: 1em;
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-menu a {
    color: #ffffff;
    display: block;
    padding: 15px;
    text-align: center;
}

.mobile-menu a:hover, .mobile-menu .current-menu-item > a, .mobile-menu .current-menu-parent > a, .mobile-menu .current-menu-ancestor > a {
    background: #ffffff;
    color: #c94724;
}

.mobile-menu li {
    margin: 0;
    padding: 0;
}

.mobile-menu .sub-menu {
    display: none;
}

.mobile-menu ul.sub-menu {
    background-color: #b03f20;
}

.mobile-menu .current-menu-item > .sub-menu, .mobile-menu .current-menu-parent > .sub-menu, .mobile-menu .current-menu-ancestor > .sub-menu {
    display: block;
}

@media (max-width: 767px) {

    .mobile-navigation {
        display: block;
    }

}

@media (max-width: 992px) {

}

@media (max-width: 1199px) {
    /* responsive menu */
    .top-menu-wrap {
        /*display: none;*/
    }

    .mobile-navigation {
       /* display: block;*/
    }

}

/* Slider */
.wide-slider-wrap {
    background: #ffffff;
    position: relative;
    overflow: hidden;
    z-index: 777;
}

.wide-slider-wrap .item {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 550px;
    width: 100%;
}

@media (max-width: 768px) and (min-width: 767px) {
    .wide-slider .item {
        height: 450px;
    }
}

@media (min-width: 1199px) {
    .wide-slider .item {
        height: 550px;
    }
}

.wide-slider-wrap .container {
    position: relative;
    height: 100%;
}

.wide-slider-wrap .container .row {
    position: absolute;
    height: 550px;
    width: 100%;
    top: 0;
}

.wide-slider .carousel-info {
    position: absolute;
    bottom: 30px;
    left: 0;
    background: #840000;
    padding: 30px;
    text-shadow: none;
    color: #ffffff;
    text-align: left;
    font-size: 1em;
}
.wide-slider .carousel-info .title{
    font-size: 26px;
    color: #ffffff;
    margin: 0 0 20px;
}

.wide-slider .carousel-info figure {
    margin: 0;
}

.wide-slider .carousel-info figure figcaption {
    padding: 10px 0;
    font-size: 1em;
    color: #c94724;
    text-align: right;
}

.wide-slider .carousel-info a {
    color: #c94724;
}

.carousel .carousel-control {
    opacity: 0;
}

.carousel:hover .carousel-control {
    opacity: .4;
}

.carousel .carousel-control:hover {
    opacity: .6;
}

/* slider 1 */

.slide-style-1:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: -1;
}

.slide-style-1 .title {
    color: #ffffff;
    font-size: 4em;
    font-weight: bold;
    margin: 350px 0 15px;
}

.slide-style-1 .title:after {
    content: '';
    display: block;
    margin: 20px auto 0;
    height: 3px;
    width: 180px;
    background: #ffffff;
}

.slide-style-1 .subtitle {
    color: #ffffff;
    font-size: 2.2em;
    margin: 0;
}
/*  */
.big-title{
    font-size: 34px;
    font-family: "Roboto Slab", san-serif;
    color: #840000;
    text-align: center;
    margin: 30px 0;
}
.title-with-line{
    position: relative;
    text-align: center;
}
.title-with-line:after{
    content: '';
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #840000;
    z-index: 90;
}
.title-with-line .title-wrap{
    display: inline-block;
    position: relative;
    background: #ffffff;
    padding: 0 50px;
    z-index: 100;
}

/* home media */
#carousel-media .carousel-inner .item{
}

.media-carousel-widget .title {
    font-size: 1em;
    margin: 5px 0;
    padding-left: 100px
}

.media-carousel-widget .media-title {
    border-top: none;
}

.media-carousel-widget .carousel-control {
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    background: none;
    top: 90px;
    opacity: 0;
    background: rgba(218, 78, 31, .6);
    color: #ffffff !important;
    text-shadow: none;
}

.media-carousel-widget .carousel-control span.glyphicon {
    font-size: .6em;
    line-height: 40px;
    font-weight: normal;
    position: relative;
    margin: 0 auto;
    right: auto;
    top: auto;
    left: auto;
}

.media-carousel-widget:hover .carousel-control {
    opacity: 1;
}

.media-carousel-widget:hover .carousel-control:hover {
    background: rgba(218, 78, 31, 1);
}

/* cols */
.main-content-wrap {
    padding: 30px 0 50px;
    background: #ffffff;
}
.home .main-content-wrap{
    padding: 0 0 30px;
}

.item-box{
    display: block;
    padding-bottom: 20px;
    transition: all 0.3s;
}
.item-box .title, .item-box .text{
    padding: 10px 30px;
}
.item-box .title{
    font-size: 22px;
}
.item-box footer{
    border-top: 1px solid #ffffff;
    padding: 10px 0;
    margin: 20px 30px 0;
    text-align: right;
    visibility: hidden;
}
.item-box footer a{
    color: #ffffff!important;
}
.item-box .content{
    height: 300px;
    overflow: hidden;
}
.item-box ul, .item-box ol{
    margin: 0 0 20px;
    padding: 0;
    list-style-position: inside;
}
.item-box:hover{
    background: #840000;
    color: #ffffff!important;
    transition: all 0.3s;
}
.item-box:hover img.wp-post-image{
    opacity: 0.5;
    transition: all 0.3s;
}
.item-box:hover a{
    color: #ffffff!important;
}
.item-box:hover footer{
    visibility: visible;
}

/**/

.items-col .item {
    padding: 0 0 10px;
}

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

.items-col a {
    color: #363636;
}

.col-title {
    font-size: 1.3em;
    color: #663f34;
    position: relative;
    margin: 0 0 20px;
}

.col-title:after {
    content: '';
    bottom: 3px;
    display: inline-block;
    height: 3px;
    width: 80px;
    background-color: #c1451b;
}

.col-title .text {
    display: inline-block;
    position: relative;
    background: #ffffff;
    padding: 0 15px 0 0;
    z-index: 50;
}

.events-col .item .item-title {
    font-size: 1em;
    display: block;
    margin: 0 0 0 55px;

}

.item .item-title a {
    font-size: 1em;
}

.item.item-first .item-title a {
    font-size: 1.2em;
}

.events-col .item.item-first .item-thumb {
    margin-bottom: 10px;
}

.vertical-date {
    width: 40px;
    height: 40px;
}

.vertical-date.date {
    display: block;
    position: relative;
    float: left;
    text-align: center;
    color: #775d56;
    padding: 3px 0 5px;
    background-color: #f7f7f7;
}

/*
.vertical-date.date:after{
    content: '';
    width: 2px;
    height: 20px;
    background-color: #fde9b5;
    position: absolute;
    top: 10px;
    right: 0;
}
*/

.vertical-date.date .day {
    font-size: 1.2em;
    line-height: 1.3em;
    margin-bottom: 0;
    display: block;
    float: none;
    clear: both;
}

.vertical-date.date .month {
    display: block;
    font-size: 0.7em;
    line-height: 0.8em;
}

.horizontal-date.date {
    display: inline-block;
    color: #775d56;
    padding: 5px 10px;
    font-size: 0.8em;
    background: #fef3d4;
    width: auto;
}

.absolute-date {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 30;
}

.news-thumbnail .absolute-date {
    top: 0;
    bottom: auto;
}

/**/
.announcement-col .item .item-thumb {

}

.announcement-col .item .item-title-wrap {
    margin-left: 120px;
}
.item .no-thumbnail{
    margin-left: 0!important;
}

.announcement-col .item .item-title {
    display: block;
    font-size: 1em;
    margin: 8px 0 0;
    padding: 0;
}

/* single page header image */
.page-header-wrap{
    padding: 70px 0 20px;
    background: #f7f7f7;
}
.page-header-wrap .page-title{
    font-size: 1.8em;
}
.post-meta {
    margin: 10px 0 0;
}

.post-meta a {
    color: #c84423;
}

.post-categories {
    margin-left: 20px;
}

.single-page-header-image {
    height: 160px;
    background-color: #cadae9;
    background-image: url('img/sky-1.jpg');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}

/* article */
.single-page {
    margin-bottom: 30px;
}

.single-page header .date-share {
    padding: 5px 0 0;
}

.single-page header .date {
    color: #898989;
}

.entry-header .page-title {
    margin: 0;
    position: relative;
}

.single-page h1.page-title, .category-wrap h1.page-title {
    font-size: 2.4em;
    display: inline-block;
    font-weight: normal;
}

.alignleft {
    float: left;
    display: block;
    margin: 15px 20px 15px 0;
}

.alignright {
    float: right;
    display: block;
    margin: 15px 0 15px 20px;
}

.aligncenter {
    display: block;
    float: none;
    margin: 15px auto;
}

/**/

.single-page .entry-header, .category-wrap .entry-header {
    margin: 0 0 30px;
}

.entry-content object, .entry-content iframe {
    display: block;
    margin: 20px auto;
    width: 100%;
    min-height: 500px;
}

.entry-content a {
    color: #c1451b;
}

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

/* single location */
.single-location .wp-post-image {
    float: left;
    margin: 0 20px 15px 0;
}

.single-location #map-canvas {
    margin: 20px 0 0;
}

/* categories */

.main-content-wrap a:hover {
    color: #da4e1f;

}

.category-wrap a:hover img {
    opacity: 0.8;
}

.archive .news-item {
    margin-bottom: 30px;
}

.archive .news-item .title, .search .news-item .title {
    color: #363636;
    font-size: 1.4em;
}

.news-item-content {
    margin-left: 55px;
}

.news-item-content .title {
    margin: 0 0 20px;
}

.category-wrap .news-thumbnail {
    position: relative;
    margin-right: 15px;
    max-width: 40%;
}

/* video */
article.video-item {

}

.media-title {
    padding: 8px 0 0;
}

.media-title .title {
    padding-top: 0 !important;
}

/* top news */
.top-news-wrap {
    position: relative;
    overflow: hidden;
}

.top-news-wrap .title-wrap {
    display: block;
    background-color: #ffffff;
    padding: 20px 20px 20px 78px;
    position: absolute;
    bottom: 20px;
    left: 0;
    margin-right: 50px;
    z-index: 20;
    overflow: hidden;
}

.top-news-wrap .title-wrap h1 {
    margin: 0;
    padding: 0;
    font-size: 2em;
    color: #363636;
}

.top-news-wrap img {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 10;
}

.top-news-wrap .title-wrap .date {
    display: table;
    position: absolute;
    padding-top: 10px;
    left: 0;
    top: 0;
    width: 58px;
    height: 200px;
    background-color: #fef3d4;
    text-align: center;
}

a:hover .title-wrap .title {
    color: #da4e1f !important;
}

/**/
.post-item {
    margin-bottom: 30px;
}

.post-item img {
    box-sizing: content-box;
}

.icon-wrap {
    width: 40px;
    height: 40px;
    text-align: center;
    background-color: #f66c41;
    /* border: 2px solid #f66c41;*/
    color: #ffffff;
    float: left;
    font-size: 1.6em;
    line-height: 44px;
    margin-right: 3px;
}

.post-item .title {
    color: #363636;
    font-size: 1.4em;
    font-weight: normal;
    margin: 0;
    padding: 10px 0 10px 55px;
}

.picture-item .title, .video-item .title {
    display: block;
    font-size: 1.15em;
    padding: 10px 0 10px 95px;
    min-height: 40px;
}

.search-results-wrap .title {
    padding: 0;
}

/* sidebar */
.sidebar-col {
    padding-top: 15px;
}

.home .sidebar-col {
    padding-top: 0;
}

.widget-item {
    margin-bottom: 20px;
    overflow: hidden;
}

/* sidebar menu */

.sidebar-menu, .sidebar-menu li, .sidebar-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar-menu {
    margin: 0 0 30px;
    display: block;
    border-top: 5px solid #c1451b;
}

.sidebar-menu a {
    display: block;
    background: #fef3d4;
    color: #c94724;
    font-size: 1em;
    padding: 10px 20px;
    cursor: pointer;
}

.sidebar-menu a:hover, .sidebar-menu .current-page-item > a, .sidebar-menu li.current_page_item > a {
    background: #ffffff;
    color: #363636;
}

.sidebar-menu ul {

}

.sidebar-menu > li > ul > li > a {
    padding-left: 40px;
}

.sidebar-menu > li > ul > li > ul > li > a {
    padding-left: 60px;
}

/* locations banner */
.location-banner img {
    width: 100%;
}

/* facebook */
.fb-like-box {
    padding-bottom: 10px;
    max-width: 100%;
    width: 100%;
    min-height: 270px;
    background-color: #f0f0f0;
    opacity: 0.7;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.fb-like-box:hover {
    opacity: 1;
}

.fb-like-box > span {
    overflow: hidden;
}

.fb-like-box > span, .fb-like-box iframe {
    max-width: 100%;
}

a.fb-button-red {
    display: block;
    background-color: #c94724;
    color: #ffffff;
    font-size: 1.4em;
    text-align: center;
    padding: 10px;
}

a.fb-button-red:hover {
    background-color: #da4e1f;
    color: #ffffff;
}

/* countries */
.country-item {
    margin-bottom: 30px;
}

.country-item {
    display: block;
    position: relative;
    color: #242424;
    overflow: hidden;
}

.country-item img.wp-post-image {
    width: 100%;
    height: auto !important;
    border: 1px solid #f0f0f0;
}

.country-item .title {
    font-size: 1.2em;
    text-align: center;
}

/*
.country-item:after{
    content: '';
    display: block;
    position: absolute;
    height:500px;
    width: 100%;
    background-color: rgba(218, 78, 31, .0);
    top: 0;
    left: 0;
    z-index: 20;
    -webkit-transition: all 300ms;-moz-transition: all 300ms;-ms-transition: all 300ms;-o-transition: all 300ms;transition: all 300ms;
}
.country-item:hover:after{
    background-color: rgba(218, 78, 31, 0.9);

}
*/
/* map */
.page-template-template-pate-map-php .main-content-wrap {
    padding-bottom: 0;
}

#map-canvas {
    position: relative;
    z-index: 90;
}

.map-controls-panel-wrap {
    position: relative;
    z-index: 100;
}

.location-list-wrap {
    position: absolute;
    top: 1px;
    width: 100%;
    border-top: 2px solid #fde9b5;
    background: #ffffff;
    z-index: 100;
    height: 650px;
    overflow-y: scroll;
}

.location-list {
    padding: 0;
    margin: 30px 40px;
}

.location-list-wrap li {
    list-style: none;
}

.location-list a {
    display: block;
    padding: 5px 10px;
    color: #c1451b;
    cursor: pointer;
}

.location-list a:hover, .location-list a.active {
    color: #ffffff;
    background: #da4e1f;
}

.map-top-menu {
    margin: 0 0 20px;
    padding: 0;
    overflow: hidden;
}

.map-top-menu li {
    display: block;
    float: left;
    margin: 0 1px 0 0;
}

.map-top-menu a {
    display: block;
    padding: 10px 20px;
    color: #c1451b;
}

.map-top-menu a:hover, .map-top-menu a.active {
    color: #ffffff;
    background: #da4e1f;
}

/**/
.marker-content {
    padding: 20px 15px;
    width: 500px;
    font-family: Roboto !important;
}

.marker-content img.wp-post-image {
    max-width: 180px;
    height: auto;
}

.marker-content h1 {
    font-size: 2.0em;
    margin: 0 0 20px;
}

/* map-page-content */
.map-page-content-wrap {
    position: absolute;
    display: none;
    width: 100%;
    z-index: 100;
}

.map-page-content {
    margin: 15px 30px 15px 15px;
    padding: 50px;
    background: #ffffff;
}

/* pagenavi */
.wp-pagenavi {
    clear: both;
    text-align: center;
}

.wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none;
    border: none;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 12px;
    background-color: #fef3d4;
    color: #636363;
    margin: 3px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
    font-weight: normal;
    color: #ffffff;
    background-color: #da4e1f;
}

.wp-pagenavi span.current {
    font-weight: normal;
}

/* contact form */
input[type=text], input[type=tel], input[type=email], input[type=number], textarea {
    width: 96%;
    padding: 5px;
    margin: 5px 0;
    border: 1px solid #d3cec3;
    font-size: 1em;
}

textarea {
    height: 200px;
}

.wpcf7-form img {
    width: auto !important;
}

/* swipebox */
#swipebox-overlay {
    background-color: rgba(36, 36, 36, 1);
}

#swipebox-bottom-bar {
    background: transparent;
    bottom: 50%;
}

#swipebox-arrows {
    max-width: none;
    width: 92% !important;
}

#swipebox-close {
    right: 20px !important;
}

#swipebox-prev, #swipebox-next {
    background-color: rgba(36, 36, 36, .8);
}

.dark-box-shadow {
    /*box-shadow: 3px 3px 0 rgba(0,0,0,.07);*/
}

/* gallery */

.gallery img[data-mce-selected]:focus {
    outline: none;
}

.gallery {
    margin: auto -6px;
    padding: 6px 0;
    line-height: 1;
    overflow-x: hidden;
}

.ie7 .gallery,
.ie8 .gallery {
    margin: auto;
}

.gallery .gallery-item {
    float: left;
    margin: 0;
    text-align: center;
    padding: 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.ie7 .gallery .gallery-item,
.ie8 .gallery .gallery-item {
    padding: 6px 0;
}

.gallery .gallery-caption,
.gallery .gallery-icon {
    margin: 0;
}

.gallery .gallery-caption {
    position: absolute;
    display: none;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 10px;
    bottom: 0;
    font-size: 13px;
}

.gallery .gallery-item:hover .gallery-caption {
    display: block;
}

.gallery .gallery-item:hover img {
    opacity: 0.8;
}

.gallery-columns-1 .gallery-item {
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    width: 50%;
}

.gallery-columns-3 .gallery-item {
    width: 33.333%;
}

.ie8 .gallery-columns-3 .gallery-item,
.ie7 .gallery-columns-3 .gallery-item {
    width: 33%;
}

.gallery-columns-4 .gallery-item {
    width: 25%;
}

.gallery-columns-5 .gallery-item {
    width: 20%;
}

.gallery-columns-6 .gallery-item {
    width: 16.665%;
}

.gallery-columns-7 .gallery-item {
    width: 14.285%;
}

.gallery-columns-8 .gallery-item {
    width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    width: 11.111%;
}

.gallery img {
    max-width: 100%;
    height: auto;
    border: none;
    padding: 0;
}
.gallery-item{
    width: auto!important;
}

/**/
.tags {
    margin: 30px 0 20px;
    padding: 20px 0 0;
    position: relative;
}

.tags a {
    display: inline-block;
    padding: 8px 10px;
    margin: 5px;
    background-color: #fef3d4;
    color: #c1451b;
}

.tags a:hover {
    background-color: #da4e1f;
    color: #ffffff;
}

.tags .title {
    font-size: 1.6em;
}

.tags .title:before {
    content: '';
    width: 100px;
    height: 3px;
    background: #c1451b;
    position: absolute;
    top: 0;
    left: 0;
}

/* footer */
.footer-wrap {
    background: #840000;
    padding: 20px 0 30px;
    color: #ffffff;
}

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

.footer-wrap a{
    color: #ffffff;
}


/* responsive */
@media (max-width: 560px) {
    .map-top-menu {
        float: left;
        margin: 20px 0;
    }

    .map-top-menu li {
        float: left;
    }
}

@media (max-width: 767px) {
    .entry-content img {
        width: 100%;
        height: auto;
    }

    .donate-button {
        margin-bottom: 15px;
    }

    .brand-wrap h1 {
        font-size: 1.0em;
    }

    .social-links {
        float: none;
        width: 100%;
        text-align: center;
    }

    .location-list-wrap {
        display: none;
        position: relative;
        top: auto;
        left: auto;
    }

    a.show-list {
        display: none;
    }

    .map-page-content-wrap {
        position: relative;
        top: auto;
        left: auto;
    }

    .big-banner {
        margin: 20px auto;
    }

}

@media (max-width: 992px) {

}

@media (max-width: 1199px) {

}

/* extend bootstrap */
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }

}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

/**/

