/**
 * Theme Name: Sosyal Doku
 * Description: Sosyal Doku Vakfı sitesi için geliştirilmiş bir tema
 * Author: Sosyal Doku
 * Author URI: http://www.sosyaldoku.com
 * Version: 1.0
 */

body {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 100;
    background-color: #f3f3f3;
    color: #393939;
}

a,
.btn,
.trs,
.owl-controls .owl-buttons div,
.owl-controls .owl-buttons div .fa {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.form-control:-moz-placeholder {
    color: inherit;
    opacity: 1;
}

.form-control::-moz-placeholder {
    color: inherit;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: inherit;
}

.form-control::-webkit-input-placeholder {
    color: inherit;
}

/********************
* Navbar
********************/
.navbar {
    margin-bottom: 0;
    border-bottom: 0;
    background: url('images/navbar-header-bg.png');
}

.navbar-brand {
    position: relative;
    z-index: 1;
    height: auto;
}

.navbar-toggle {
    padding: 30px 15px;
    font-size: 28px;
}

.navbar .navbar-collapse {
    position: relative;
    z-index: 0;
}

.navbar .search-box input,
.navbar .search-box .btn,
.navbar .search-box .input-group-btn {
    box-shadow: none;
    border: none;
    border-radius: 0;
    font-family: inherit;
    font-size: 14px;
    background-color: #65818c;
    color: #ADC2C8;
}

.navbar .search-box .btn {
    margin-left: 0;
    font-size: 18px;
}

.navbar .search-box .btn:hover {
    color: #fff;
}

.navbar .search-box .btn:focus,
.navbar .search-box input:focus {
    outline: 0;
    border: none;
}

.navbar-nav {
    margin-bottom: 0;
    border-bottom: 4px solid #3a3a3c;
    background-color: #4f4f51;
}

.navbar-nav > li a {
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
    letter-spacing: 0.4px;
    font-weight: 600;
    color: #fff;
}

.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus,
.navbar-nav > li.hover > a,
.navbar-nav > li.active > a,
.navbar-nav > li.current-menu-item > a,
.navbar-nav > li.current-menu-ancestor > a {
    background: rgb(75,75,77);
    background: -moz-linear-gradient(top,  rgba(75,75,77,1) 0%, rgba(58,58,60,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(75,75,77,1)), color-stop(100%,rgba(58,58,60,1)));
    background: -webkit-linear-gradient(top,  rgba(75,75,77,1) 0%,rgba(58,58,60,1) 100%);
    background: -o-linear-gradient(top,  rgba(75,75,77,1) 0%,rgba(58,58,60,1) 100%);
    background: -ms-linear-gradient(top,  rgba(75,75,77,1) 0%,rgba(58,58,60,1) 100%);
    background: linear-gradient(to bottom,  rgba(75,75,77,1) 0%,rgba(58,58,60,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b4b4d', endColorstr='#3a3a3c',GradientType=0 );
}

.navbar-nav > li a .fa {
    margin-left: 15px;
}

.navbar-nav > li > ul {
    display: none;
}

.navbar-nav > li.hover > ul {
    display: block;
}

.navbar-top {
    padding: 8px 0;
    font-size: 12px;
    background-color: #738088;
}

.navbar-top a {
    color: #485155;
}

.navbar-top .col {
    text-align: center;
}

.navbar-top .top-nav-menu {
    margin: 0;
    font-weight: 600;
}

.navbar-top .top-nav-menu > li + li:before {
    content: "\007C";
    padding: 0 10px 0 0;
    color: #485155;
}

.navbar-top .top-nav-menu li a:hover,
.navbar-top .top-nav-menu li a:focus {
    text-decoration: none;
    color: inherit;
}

.navbar-top .social-links {
    display: inline-block;
    margin-bottom: 0;
}

.navbar-top .social-links li a {
    display: block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #738088;
    background: #485155;
}

.navbar-top .social-links li a:hover,
.navbar-top .social-links li a:focus {
    background: #3D494F;
}

/********************
* Section Banner
********************/
.section-bn {
    margin-bottom: 35px;
}

.section-bn a img {
    width: 100%;
    height: auto;
}

/********************
* Section - Post Slider 1
********************/
.section-post-slider {
    margin-bottom: 35px;
}

.section-post-slider .home-carousel {
    overflow: hidden;
    white-space: nowrap;
}

.section-post-slider .post-item {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 400px;
    margin-right: 40px;
    background-color: #65818c;
}

@media only screen and (max-width: 767px) {

    .section-post-slider .post-item > a {
        position: relative;
        display: block;
        width: 100%;
        height: 400px;
        overflow: hidden;
    }

    .section-post-slider .post-item > a img {
        margin: auto;
        position: absolute;
        left: -50%;
        min-width: 200%;
    }

}

.section-post-slider .post-item img {
    min-width: 720px;
    height: auto;
}

.section-post-slider .post-details {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 0;
    width: 315px;
    height: 100%;
    white-space: normal;
    background-color: rgba(101, 129, 140, 0.75);
}

.section-post-slider .post-title {
    margin: 15px 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid #fff;
    font-size: 32px;
}

.section-post-slider .post-title a {
    display: block;
    height: 110px;
    overflow: hidden;
    font-weight: bold;
    color: #f7d38a;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

.section-post-slider .post-title a:hover {
    color: #F7D99B;
}

.section-post-slider .post-title a:hover,
.section-post-slider .post-title a:focus {
    text-decoration: none;
}

.section-post-slider .post-excerpt {
    height: 155px;
    margin: 15px 25px;
    overflow: hidden;
    line-height: 1.6em;
    font-weight: 300;
    color: #fff;
}

.section-post-slider .more-btn-wrapper {
    position: absolute;
    bottom: 25px;
    width: 100%;
    margin: 0 25px;
}

.section-post-slider .more-btn-wrapper .btn {
    border-radius: 0;
    padding: 5px 15px;
    font-size: 12px;
    font-weight: 600;
    background-color: #5a747c;
    color: #fff;
}

.section-post-slider .more-btn-wrapper .btn:hover,
.section-post-slider .more-btn-wrapper .btn:focus {
    background-color: #4A6067;
}

.home-carousel .owl-controls {
    position: absolute;
    bottom: 20px;
    right: 25px;
    margin: 0;
    text-align: left;
}

.home-carousel .owl-controls .owl-buttons div {
    opacity: 1;
    border: 1px solid #3d4e54;
    border-radius: 0;
    padding: 4px 10px 3px;
    background: transparent;
}

.home-carousel .owl-controls .owl-buttons div:hover,
.home-carousel .owl-controls .owl-buttons div:focus {
    border-color: #daddde;
    color: #daddde;
}

.home-carousel .owl-controls .owl-buttons div:hover .fa,
.home-carousel .owl-controls .owl-buttons div:focus .fa {
    color: #daddde;
}

.home-carousel .owl-controls .owl-buttons div .fa {
    color: #3d4e54;
    font-size: 18px;
    font-weight: bold;
}

/********************
* Section - Post Slider 2
********************/
.section-post-slider-2 {
    margin-bottom: 35px;
}

.section-post-slider-2 .title-bar {
    margin-bottom: 20px;
    padding: 15px 25px;
    color: #fff;
}

.section-post-slider-2 .title-bar .title {
    margin: 0;
    line-height: 30px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.section-post-slider-2 .title-bar .carousel-controls .btn {
    opacity: 0.5;
    margin-left: 5px;
    padding: 3px 10px;
    border: 1px solid #fff;
    border-radius: 0;
    background: none;
    color: #fff;
}

.section-post-slider-2 .title-bar .carousel-controls .btn .fa {
    line-height: 22px;
    font-weight: bold;
    font-size: 18px;
}

.section-post-slider-2 .title-bar .carousel-controls .btn:hover,
.section-post-slider-2 .title-bar .carousel-controls .btn:focus {
    outline: 0;
    opacity: 1;
}

.section-post-slider-2 .title-bar .title .fa {
    margin-right: 10px;
}

.section-post-slider-2 .posts-carousel-wrapper {
    margin-left: -9px;
    margin-right: -9px;
}

.section-post-slider-2 .posts-carousel {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
}

.section-post-slider-2 .post-item {
    display: inline-block;
    width: 25%;
    vertical-align: top;
    white-space: normal;
    margin: 0 9px;
}

.section-post-slider-2 .post-item a {
    color: inherit;
}

.section-post-slider-2 .owl-item .post-item {
    display: block;
    width: auto;
}

.section-post-slider-2 .post-item .post-img-a {
    position: relative;
    display: block;
}

.section-post-slider-2 .post-item .post-img-overlay {
    position: absolute;
    z-index: 1;
    display: block;
    opacity: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}

.section-post-slider-2 .post-item .post-img-overlay:before {
    content: ' ';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em; /* Adjusts for spacing */
}

.section-post-slider-2 .post-item .post-img-overlay .fa {
    vertical-align: middle;
    font-size: 36px;
    font-weight: bold;
    color: #fff;
}

.section-post-slider-2 .post-item .post-img-a:hover .post-img-overlay {
    opacity: 1;
}

.section-post-slider-2 .post-item .post-img-a:hover .post-img {
    opacity: 0.2;
}

.section-post-slider-2 .post-item .post-img {
    width: 100%;
    height: auto;
}

.section-post-slider-2 .post-item .post-title {
    margin: 15px 0 10px;
    line-height: 1.4em;
    font-size: 16px;
    font-weight: 600;
}

.section-post-slider-2 .post-item .post-title a:hover {
    text-decoration: none;
}

.section-post-slider-2 .post-item .post-excerpt {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1.6em;
}

.section-post-slider-2 .post-item .post-meta {
    padding: 10px 0 0;
    list-style: none;
    border-top: 1px solid #999;
}

.section-post-slider-2 .post-item .post-meta li {
    float: left;
    font-size: 12px;
    color: #999;
}

.section-post-slider-2 .post-item .post-meta li:last-child {
    float: right;
}

.section-post-slider-2 .post-item .post-meta li a {
    font-weight: 600;
}

/********************
* Section - Post Slider 2 Purple
********************/
.section-post-slider-2.purple .title-bar {
    border-bottom: 5px solid #3e414f;
    background-color: #535769;
}

.section-post-slider-2.purple .posts-carousel .post-item .post-img-a {
    border: 1px solid #535769;
    background-color: #535769;
}

/********************
* Section - Post Slider 2 Blue
********************/
.section-post-slider-2.blue .title-bar {
    border-bottom: 5px solid #213445;
    background-color: #365673;
}

.section-post-slider-2.blue .posts-carousel .post-item .post-img-a {
    border: 1px solid #365673;
    background-color: #365673;
}

/********************
* Section Featured Posts
********************/
.section-featured-posts {
    margin-bottom: 35px;
}

.section-featured-posts .post-item {
    position: relative;
    margin-bottom: 35px;
}

.section-featured-posts .post-item.blue {
    border: 1px solid #0185b2;
}

.section-featured-posts .post-item.red {
    border: 1px solid #ff2727;
}

.section-featured-posts .post-item a img {
    width: 100%;
    height: auto;
}

.section-featured-posts .post-item .corner-link {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 55px;
    height: 55px;
    padding: 5px 10px 0 0;
    text-align: right;
    color: #fff;
}

.section-featured-posts .post-item.blue .corner-link {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADcAAAA3CAMAAACfBSJ0AAAAkFBMVEUAAAARtesFc5cAW3oPqt0Nns8JirUHf6cCZogLlMIStesOoNEOpNUMmskNnc0KjLgMlcMLkb4Qqt0MmMYRseYJibQQrOAKj7sIgaoRr+MPp9kJha8HfaULk8AIhK0GeZ8Ge6IHf6cGd5wJh7EEcJQPqNsFcpcEbI8FdJoCZ4kDaowBYYIEbpECZIUBXn0AWngM5u0DAAAACnRSTlMAoKCgoKCgoKCg/xt7egAAAZBJREFUSMed0Nl2gkAURNHKPCcqOOCEUaNxiv//dynpaAUauhvu+17nrsLVs/PiOE6SpNfrdTqdr+HwlffCe4cTxjxbkdEROlViFJnU+xsEw2JUZHSCFcqO8SAYtIdhUQTBoD2MiloQdMf0IlWLTjA0RjaBoH98nlGTNiDo2UOxdvvkBPWiM0bWRw66Y1L9D+Shb49MkRUcbh3jK8ZDEfpjVN0uLOjeg4qMzoZ6sSrWXSxQAstjRhk2GqHk7krHlyKbogLaLypGJpeHVI7YdDBABbRjUmSfqISKFV4ckFU6PEVUdsyo8RjV0B5fbAYHzO8hRUbngJcYlRjVLIXr7itiaUrnhPnxz7F0PocHag/FyL7hgwtbkdH5oNjMMKrVCt57sGJkSwTAYoxMzgWLseVyjyBoxr/E9vs1wuC/FzMW6HBtYme13iIUnmOZ2sp5oWJkG4RDxTYbunCYxah4B9SBJkZ1qOXwSGXYDvXgn9rJhUIq3g/qQsPkguFJNXC4ObEjmsDjka4BlKsN0RCiIfwFGIV/0jckPFsAAAAASUVORK5CYII=') no-repeat;
}

.section-featured-posts .post-item.red .corner-link {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADcAAAA3CAMAAACfBSJ0AAAAe1BMVEUAAAD/RkbiLy/JHR2nBATtODjVJia9FBSyDAz3QED/RkbuOTnnNDTkMjLqNjbXJyfaKirhLy/TJSXJHh74QUH7Q0P1Pj7dLCzQIyPNICDzPDzxOzvGGxu+FRXBGBjfLi62Dw/EGRm7ExOyDAy5ERGuCQmrBweoBQWlAwOtsvQyAAAACnRSTlMAoKCgoKCgoKCg/xt7egAAAW5JREFUSMed0Fl2AjEMRNHKPDUBEgjNGMbQ+19hCgwywtiWu/7veTrC3XtyQ24wGPxwk8l0+nHYJwfCnCKjumRVhQQcRmIVBwezsalmHThYciJVh07DkOl/HBTXh0B7jIxOYP75ovq/EGiPkdF5qBUXVaMRFMw8n4qjGvWgoOXEI+tBweTzfYyD2pst1ut2cQXD5weKzDkF4zFR3BcCGFOKhQ5P0ed7JU7B1D8cq2vcgvofYaz2TsMwplU9xm0YKMXG44jDfRU70bFvxGAYE0VGF4OJGIc4VM8X5dgMCahjXpHRJaBXOsYhtedIbLZaIQ19TKnVAhl4VootFnQ5GMbI5shC/Q+n5nmHhzBmcoSBWq9hgfIPYXQWqGJU2y1s0MeoyJYwwssYmdXhhUpiHMyQTNRyAzs8n0i1obNDiRU5wlOM26Fkr8LoiuBJ7f5QCh2jK4RHRVcOqfZ7FO+RjK4FJGvQBjYNXTuIlhAt4T/rKnP0ERzWPwAAAABJRU5ErkJggg==') no-repeat;
}

.section-featured-posts .post-item .post-details {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.section-featured-posts .post-item .post-cat-title {
    width: 70%;
    margin: 0 0 5px;
    padding: 5px 10px;
    font-size: 16px;
    font-weight: bold;
    color: initial;
    background: rgba(255,255,255,0.8);
}

.section-featured-posts .post-item .post-title {
    width: 90%;
    margin: 0;
    padding: 5px 10px;
    line-height: 1.4em;
    font-size: 18px;
    font-weight: bold;
    color: initial;
    background: rgba(255,255,255,0.8);
}

.section-featured-posts .post-item.blue .post-title {
    color: #0085b2;
}

.section-featured-posts .post-item.red .post-title {
    color: #ff2626;
}

/********************
* Footer
********************/
.footer {
    padding-top: 32px;
}

.footer-1 {
    padding: 30px 0;
    background-color: #daddde;
}

.footer-2 {
    padding: 40px 0;
    background-color: #bec4c8;
}

.footer-logo {
    margin-bottom: 15px;
    text-align: center;
}

.footer-brands {
    margin-top: 5px;
    text-align: center;
}

.footer-brands li {
    margin: 5px;
}

.footer-list {
    margin: 0 15px 30px 0;
}

.footer-list .title {
    margin: 0 0 15px;
    padding-bottom: 10px;
    box-shadow: 0 1px #d8dcde;
    border-bottom: 1px solid #969da7;
    font-size: 16px;
    font-weight: 600;
    color: #8d979c;
}

.footer-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-list ul li {
    padding-bottom: 7px;
}

.footer-list ul li a {
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 13px;
    color: #969e9f;
}

.footer-list ul li a:hover,
.footer-list ul li a:focus {
    color: #828E90;
    text-decoration: none;
}

.subscribe-widget {
    margin-bottom: 35px;
    list-style: none;
}

.mobile-links .title,
.subscribe-widget .widgettitle {
    margin: 0 0 15px;
    font-size: 16px;
    font-weight: 600;
    color: #8d979c;
}

.subscribe-widget .es_caption,
.subscribe-widget .es_lablebox {
    margin-bottom: 5px;
    line-height: 1.8em;
    font-size: 13px;
    color: #8d979c;
}

.es_msg {
    font-weight: bold;
    color: #697948 !important;
}

.subscribe-widget .es_lablebox {
    font-weight: bold;
}

.subscribe-widget .input-group {
    margin: 0;
}

.subscribe-widget .es_textbox input {
    outline: 0;
    width: 100%;
    padding: 14px;
    border-radius: 0;
    border: none;
    box-shadow: none;
    font-size: 13px;
    background-color: #a2aaae;
    color: #e6e8e8;
}

.subscribe-widget .es_button .es_textbox_button {
    width: auto;
    margin: 0;
    padding: 5px 20px;
    border-radius: 0;
    outline: 0;
    border: none;
    box-shadow: none;
    background-color: #8d979c;
}

.subscribe-widget .input-group .btn .fa {
    font-weight: bold;
    font-size: 36px;
    color: #697478;
}

.mobile-links .title {
    margin-bottom: 20px;
}

.footer-bottom {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 12px;
    font-weight: 600;
    background-color: #738088;
    color: #556164;
}

.footer-bottom > .container {
    position: relative;
}

.footer-bottom .col {
    margin-bottom: 15px;
    text-align: center;
}

.footer-bottom .top-btn {
    position: absolute;
    width: 100%;
    top: -50px;
}

/********************
* Post & Page Details
********************/
.page-cover {
    margin-bottom: 35px;
    background: url('images/page-cover.png') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.page-cover .title-wrapper {
    padding: 35px 0;
}

.page-cover .title {
    display: inline-block;
    margin: 0 0 0 30px;
    vertical-align: middle;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: bold;
    color: #313f44;
}

.full-featured-image {
    margin-bottom: 35px;
}

.full-featured-image img {
    width: 100%;
    height: auto;
}

.post-content {
    margin-bottom: 35px;
    line-height: 1.7em;
    color: #67676c;
}

.post-content p,
.post-content ul,
.post-content ol,
.post-content blockquote {
    margin-bottom: 20px;
}

.post-content .aligncenter,
.post-content div.aligncenter,
.post-content a img.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
    padding: 3px;
    border: 1px solid #ccc;
    max-width: 100%;
    height: auto;
}

.post-content .alignright,
.post-content a img.alignright {
    float:right;
    margin: 5px 0 10px 20px;
    padding: 3px;
    border: 1px solid #ccc;
}

.post-content .alignleft,
.post-content a img.alignleft,
.post-content .alignnone,
.post-content a img.alignnone {
    float: left;
    margin: 5px 20px 10px 0;
    padding: 3px;
    border: 1px solid #ccc;
}

.post-media {
    margin-bottom: 35px;
}

.post-media .col a {
    position: relative;
    display: block;
    padding: 3px;
    background-color: #65818c;
}

.post-media .col {
    margin-bottom: 15px;
}

.post-media .col a:hover img {
    opacity: 0.4;
}

.post-media .col a:hover .img-overlay {
    opacity: 1;
}

.post-media .col img {
    width: 100%;
    height: auto;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.post-media .img-overlay {
    position: absolute;
    z-index: 1;
    opacity: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}

.post-media .img-overlay:before {
    display: inline-block;
    content: " ";
    height: 100%;
    vertical-align: middle;
    margin-left: -0.25em;
}

.post-media .img-overlay .fa {
    vertical-align: middle;
    padding: 6px 8px 6px 10px;
    border: 3px solid #fff;
    font-size: 18px;
    color: #fff;
}

.post-images-gal {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    white-space: nowrap;
}

.post-images-gal .owl-controls {
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
    margin: 0 20px 15px 0;
    text-align: right;
}

.post-images-gal .owl-controls .owl-page span {
    opacity: 1;
    border-radius: 4px;
    background: #65818c;
}

.post-images-gal .owl-controls .owl-page.active span,
.post-images-gal .owl-controls.clickable .owl-page:hover span{
    background: #daddde;
}

.post-images-gal .item {
    display: inline-block;
}

.post-images-gal .owl-item .item {
    display: block;
}

.post-images-gal .item img {
    width: 100%;
    height: auto;
}

.section-content .post-header {
    margin-bottom: 15px;
}

.section-content .post-header .post-title {
    margin: 0 0 15px;
    line-height: 1.4em;
    font-size: 20px;
    font-weight: bold;
    color: #39393b;
}

.section-content .post-header .post-meta {
    margin-bottom: 15px;
    padding-top: 15px;
    border-top: 3px solid #65818c;
    font-weight: bold;
    font-size: 13px;
    color: #b2b2b2;
}

.section-content .post-header .post-meta li {
    margin: 0 15px 10px 0;
}

.section-content .post-header .post-meta li a {
    text-transform: uppercase;
    text-decoration: none;
    color: inherit;
}

.section-content .post-header .post-meta li .fa {
    margin-right: 5px;
}

.section-content .post-header .posts-list {
    margin-bottom: 25px;
    background: #d5e5f2;
}

.section-content .post-header .posts-list .title {
    margin: 0;
    padding: 20px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    background-color: #516673;
    color: #fff;
}

.section-content .post-header .posts-list ul {
    margin: 0;
    padding: 25px 20px;
    list-style: none;
}

.section-content .post-header .posts-list li {
    margin: 0 0 15px 0;
    padding-left: 20px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAMBAMAAABcu7ojAAAAHlBMVEUAAABxi5txi5txi5txi5txi5txi5txi5txi5txi5tpoCngAAAACXRSTlMA8DDg0LBQIBBCIBqOAAAAK0lEQVQI12MIVGBgYLAUAhKKE4FMJkkIs4CBgW2mA5gAcRtAEmAlEMVgbQDhOgeJl9Ua7wAAAABJRU5ErkJggg==') no-repeat 0 5px;
}

.section-content .post-header .posts-list li a {
    font-size: 13px;
    color: #7790a0;
}

.section-content .post-header .social-box {
    margin: 0 0 15px;
    padding: 25px 0;
    text-align: center;
    background-color: #daddde;
}

.section-content .post-header .social-box li a {
    display: block;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    background-color: #9aa3a5;
    color: #daddde;
}

.section-content .post-header .social-box li a:hover,
.section-content .post-header .social-box li a:focus {
    background-color: #ca1f26;
}

/********************
* Archive
********************/
.section-post-list {
    margin-bottom: 35px;
}

.section-post-list .post-list {
    margin-bottom: 20px;
}

.section-post-list .post-list .col {
    margin-bottom: 30px;
}

.section-post-list .post-item {
    position: relative;
    height: 100%;
    padding-bottom: 38px;
    box-shadow: 0 0 4px rgba(0,0,0,0.4);
    background-color: #fff;
}

.section-post-list .post-item .post-img {
    margin-bottom: 15px;
    width: 100%;
    height: auto;
}

.section-post-list .post-item .post-details {
    padding: 0 15px;
}

.section-post-list .post-item .post-title {
    margin: 0 0 15px;
    line-height: 1.4em;
    font-size: 16px;
    font-weight: bold;
}

.section-post-list .post-item .post-title a {
    text-decoration: none;
    color: inherit;
}

.section-post-list .post-item .post-excerpt {
    margin-bottom: 20px;
    line-height: 1.7em;
    font-size: 12px;
}

.section-post-list .post-meta {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-left: -15px;
    margin-right: -15px;
    padding: 0 15px;
    line-height: 38px;
    background-color: #c0dfe4;
}

.section-post-list .post-meta .post-date {
    font-size: 13px;
    font-weight: 600;
    color: #71b6c1;
}

.section-post-list .post-meta .see-more {
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    width: 38px;
    height: 100%;
    text-align: center;
    background-color: #52a5b4;
    color: #fff;
}

.section-post-list-hrz {
    margin-bottom: 35px;
}

.section-post-list-hrz .col {
    margin-bottom: 35px;
}

.section-post-list-hrz .post-item {
    position: relative;
    box-shadow: 0 0 4px rgba(0,0,0,0.4);
    background-color: #fff;
}

.section-post-list-hrz .post-item .item-left {
    background: #52a5b4;
}

.section-post-list-hrz .post-item .item-left .post-img {
    width: 100%;
    height: 128px;
}

.section-post-list-hrz .post-item .post-date {
    display: block;
    height: 42px;
    line-height: 42px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
}

.section-post-list-hrz .post-item .post-details {
    position: relative;
    padding: 30px;
}

.section-post-list-hrz .post-item .post-title {
    margin: 0 0 10px;
    line-height: 1.4em;
    font-size: 16px;
    font-weight: bold;
}

.section-post-list-hrz .post-item .post-title a {
    text-decoration: none;
    color: inherit;
}

.section-post-list-hrz .post-item .post-excerpt {
    font-size: 13px;
}

.section-post-list-hrz .post-item .post-details .see-more {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 128px;
    height: 128px;
    line-height: 128px;
    text-align: center;
    font-size: 42px;
    background-color: #e9e9e9;
    color: #fff;
}

.section-post-list-hrz .post-item .post-details .see-more:hover,
.section-post-list-hrz .post-item .post-details .see-more:focus {
    background-color: #52a5b4;
}

.section-post-list-hrz .post-item .post-meta {
    margin: 0;
    padding: 5px 0 5px 30px;
    line-height: 28px;
    background-color: #c0dfe4;
    color: #387681;
}

.section-post-list-hrz .post-item .post-meta li {
    margin-right: 30px;
    font-weight: 100;
}

.section-post-list-hrz .post-item .post-meta li .li-label {
    margin-right: 5px;
    text-transform: uppercase;
}

.pagin {
    margin: 0;
    padding: 0;
    list-style: none;
}

.pagin .page-numbers {
    display: block;
    float: left;
    margin-left: 1px;
    padding: 0 15px;
    border-bottom: 3px solid #9cb0b8;
    line-height: 38px;
    font-weight: bold;
    font-size: 16px;
    background-color: #cdd8dc;
    color: #9cb0b8;
}

.pagin a.page-numbers:hover,
.pagin a.page-numbers:focus,
.pagin .page-numbers.current a {
    border-color: #65818c;
    text-decoration: none;
    background-color: #9cb0b8;
    color: #fff;
}

.pagin .page-numbers.prev,
.pagin .page-numbers.next {
    height: 41px;
}

.pagin .page-numbers.prev .fa,
.pagin .page-numbers.next .fa {
    font-weight: bold;
    font-size: 22px;
    line-height: 38px;
}

/********************
* Section Accordion
********************/
.section-accordion {
    margin-bottom: 35px;
}

.panel {
    box-shadow: none;
    border: none;
    background: none;
}

.panel-group .panel + .panel {
    margin: 0;
}

.panel-heading {
    margin: 0;
    padding: 0;
    border-radius: 0;
}

.panel-heading .panel-title a {
    position: relative;
    display: block;
    padding-left: 72px;
    line-height: 48px;
    font-weight: 600;
    font-size: 15px;
    background-color: #c0dfe4;
    color: #387680;
}

.panel-heading .panel-title a.collapsed {
    margin-bottom: 13px;
}

.panel-heading .panel-title a:hover,
.panel-heading .panel-title a:focus {
    text-decoration: none;
}

.panel-heading .panel-title a .title-icon {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 48px;
    height: 100%;
    line-height: 48px;
    text-align: center;
    background-color: #52a5b4;
    color: #fff;
}

.panel-heading .panel-title a .title-icon .fa-plus,
.panel-heading .panel-title a.collapsed .title-icon .fa-minus {
    display: none;
}

.panel-heading .panel-title a.collapsed .title-icon .fa-plus {
    display: inline-block;
}

.panel-body {
    margin-left: 48px;
    padding: 20px 25px;
    border-top: none !important;
    background-color: #fff;
    font-size: 13px;
    line-height: 1.6em;
}

.panel-body p {
    margin-bottom: 8px;
}

/********************
* Section Contact
********************/
.section-contact {
    margin-bottom: 35px;
}

.section-contact .map {
    margin-bottom: 45px;
    width: 100%;
    height: 380px;
    border-bottom: 1px solid #565656;
}

.map .map-info-addr {
    max-width: 280px;
    padding: 5px 0 0;
    line-height: 1.6em;
    font-weight: 400;
}

.section-contact .col-addr {
    margin-bottom: 35px;
}

.section-contact .addr-item {
    margin-bottom: 27px;
}

.section-contact .addr-item .title {
    margin: 0 0 15px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
}

.section-contact .addr-item .desc {
    margin: 0;
    line-height: 1.6em;
}

.section-contact .col-addr .alert-info {
    margin: 10px 0 0;
    font-weight: 100;
}

.section-contact .col-addr .alert-info span {
    cursor: pointer;
    font-weight: bold;
}

.section-contact .col-form .col-title {
    margin: 0 0 25px;
    font-size: 16px;
    font-weight: bold;
}

.section-contact .form-group {
    margin-bottom: 20px;
}

.section-contact label {
    text-transform: uppercase;
    font-size: 13px;
}

.section-contact label em {
    color: rgb(205, 8, 53);
}

.section-contact .form-group .wpcf7-not-valid-tip {
    margin-top: 5px;
    color: rgb(205, 8, 53);
}

/********************
* Section Event
********************/
.section-event {
    margin-bottom: 35px;
}

.section-event .event-title {
    margin-bottom: 35px;
    padding: 23px 35px;
    background-color: #772b4b;
}

.section-event .event-title .title {
    margin: 0;
    font-weight: bold;
    font-size: 22px;
    color: #fff;
}

.section-event .event-details {
    margin-bottom: 35px;
}

.section-event .event-meta {
    width: 125px;
    float: left;
    margin: 0 20px 0 0;
}

.section-event .event-meta .calendar {
    margin: 0 0 10px;
    font-weight: bold;
    font-size: 56px;
    background: #d8d8d8;
    color: #545454;
}

.section-event .event-meta .calendar span {
    display: block;
    text-align: center;
}

.section-event .event-meta .calendar .month {
    line-height: 38px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    background-color: #e4e4e4;
}

.section-event .event-meta .social-links {
    margin: 0 0 25px;
    padding: 0;
    list-style: none;
}

.section-event .event-meta .social-links li {
    width: 31%;
    margin: 0 1%;
    float: left;
}

.section-event .event-meta .social-links li a {
    display: block;
    padding: 8px 0;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.section-event .event-meta .social-links li.sl-facebook a {
    background-color: #4763b2;
}

.section-event .event-meta .social-links li.sl-twitter a {
    background-color: #00acee;
}

.section-event .event-meta .social-links li.sl-google-plus a {
    background-color: #e05c4b;
}

.section-event .event-location .loc-title {
    padding: 20px 35px;
    background-color: #772b4b;
}

.section-event .event-location .loc-title .title {
    margin: 0;
    font-size: 16px;
    color: #fff;
}

.section-event .event-location .map {
    width: 100%;
    height: 280px;
    border-bottom: 1px solid #893358;
}

.section-event .event-addr {
    margin: 0;
    padding: 0;
    list-style: none;
}

.section-event .event-addr li {
    padding-bottom: 5px;
}

.section-event .event-addr .li-label {
    display: inline-block;
    width: 100px;
    font-weight: bold;
}

/********************
* Section Form
********************/
.section-form .title-bar {
    margin-bottom: 25px;
    padding: 18px 25px;
    background-color: #7a9fc0;
}

.section-form .title-bar .title {
    margin: 0;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
}

.section-form .form-row {
    margin-bottom: 20px;
    padding: 0 15px;
}

.section-form .form-row p,
.section-form .form-row br {
    display: none;
}

.section-form .form-row .col {
    margin-bottom: 15px;
}

.section-form .form-row .form-group {
    margin-bottom: 17px;
}

.section-form .form-row .form-group label {
    margin:10px 0 0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
}

.section-form .form-row .form-group label em {
    color: rgb(205, 8, 53);
}

.section-form .form-row .form-group .select-group select {
    display: block;
    float: left;
    width: 32%;
    margin-right: 2%;
}

.section-form .form-row .form-group .select-group .wpcf7-not-valid-tip {
    display: none;
    margin-top: 40px;
}

.section-form .form-row .form-group .select-group .wpcf7-form-control-wrap:last-child select {
    margin-right: 0;
}

.section-form .form-row .form-group .select-group .wpcf7-form-control-wrap:last-child .wpcf7-not-valid-tip {
    display: block;
}

.section-form .form-row .form-group .wpcf7-not-valid-tip {
    margin-top: 6px;
    color: rgb(205, 8, 53);
}

.section-form .form-row .form-group textarea {
    height: 115px;
}

.section-form .form-row .btn-primary {
    text-transform: uppercase;
}

/********************
* Section Catalog
********************/
.section-catalog {
    margin-bottom: 35px;
}

.section-catalog .catalog-details {
    position: relative;
    margin-bottom: 35px;
    padding: 20px 0 0 360px;
}

.section-catalog .catalog-featured-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 360px;
    height: auto;
}

.section-catalog .catalog-title-bar {
    margin: 0 0 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #bbb;
}

.section-catalog .catalog-title-bar .title {
    margin: 0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
}

.section-catalog .catalog-details .see-more .btn {
    text-transform: uppercase;
}

.section-catalog .catalog-carousel {
    position: relative;
    padding: 0 45px;
    overflow: hidden;
    white-space: nowrap;
}

.section-catalog .catalog-carousel .item {
    display: inline-block;
    width: 25%;
    vertical-align: top;
}

.section-catalog .catalog-carousel .owl-item .item {
    display: block;
    float: left;
    width: 100%;
}

.section-catalog .catalog-carousel .catalog-item {
    display: block;
    text-align: center;
    text-decoration: none;
    white-space: normal;
}

.section-catalog .catalog-carousel .catalog-item .catalog-thumb-img {
    width: 100%;
    height: auto;
}

.section-catalog .catalog-carousel .catalog-item .title {
    display: block;
    width: 100%;
    padding: 10px 30px 0;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    color: #222;
}

.section-catalog .catalog-carousel .owl-controls {
    position: absolute;
    top: 120px;
    left: 0;
    width: 100%;
}

.section-catalog .catalog-carousel .owl-controls .owl-buttons div {
    position: absolute;
    left: 0;
    top: 0;
    width: 35px;
    border-radius: 0;
    border: 1px solid #aaa;
    background-color: transparent;
    color: #aaa;
}

.section-catalog .catalog-carousel .owl-controls .owl-buttons div .fa {
    font-weight: bold;
    font-size: 26px;
}

.section-catalog .catalog-carousel .owl-controls .owl-buttons .owl-next {
    left: initial;
    right: 0;
}

/********************
* Section Not Found
********************/
.section-not-found {
    margin-bottom: 35px;
}

.section-not-found .alert {
    text-align: center;
    color: #666;
    background-color: rgba( 250,250,250,1);
}

/********************
* Section Home Bottom
********************/
.section-home-bottom {
    margin-bottom: 35px;
}

.section-home-bottom .col {
    margin-bottom: 25px;
}

.section-home-bottom .calendar-event {
    background: #ddd;
}

.section-home-bottom .calendar-title {
    text-transform: uppercase;
    border-bottom: 4px solid #561640;
    background-color: #772b4b;
    color: #fff;
}

.section-home-bottom .calendar-title .title {
    margin: 0;
    padding: 0 25px;
    height: 48px;
    line-height: 52px;
    font-weight: 600;
    font-size: 16px;
}

.section-home-bottom .calendar-title .title .fa {
    margin-right: 10px;
}

.section-home-bottom .calendar-event .see-all {
    padding: 10px 0;
    border-top: 1px solid #ccc;
    text-align: center;
}

.section-home-bottom .calendar-event .see-all a {
    text-transform: uppercase;
    font-weight: 600;
    color: inherit;
}

.section-home-bottom .calendar-event .see-all a:hover,
.section-home-bottom .calendar-event .see-all a:focus {
    text-decoration: none;
    color: #772b4b;
}

.section-home-bottom #calendar-inline {
    min-height: 270px;
}

.ui-datepicker {
    width: 100%;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: 5px 0;
    border-bottom: 1px solid #cccccc;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
    width: 100%;
    padding: 7px 0;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 10px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    line-height: 25px;
    text-align: center;
    border: 1px solid #959595;
    color: #959595;
}

.ui-datepicker .ui-datepicker-prev .fa,
.ui-datepicker .ui-datepicker-next .fa {
    font-weight: bold;
    font-size: 20px;
}

.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
    border-color: #666;
    color: #666;
}

.ui-datepicker .ui-datepicker-prev {
    left: 1em;
}

.ui-datepicker .ui-datepicker-next {
    right: 1em;
}

.ui-datepicker .ui-datepicker-calendar {
    width: 100%;
}

.ui-datepicker th {
    padding: 7px 0;
    border-bottom: 1px solid #ccc;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    font-size: 12px;

}

.ui-datepicker td {
    padding: 2px 0;
    text-align: center;
}

.ui-datepicker td span,
.ui-datepicker td a {
    display: inline-block;
    border-radius: 6px;
    padding: 5px 7px;
    font-weight: 600;
    font-size: 12px;
    color: #000;
}

.ui-datepicker td a:hover,
.ui-datepicker td a:focus {
    text-decoration: none;
}

.ui-datepicker td.ui-datepicker-today a,
.ui-datepicker td.ui-datepicker-today span {
    background-color: #772b4b;
    color: #fff !important;
}

.ui-datepicker td.highlight a,
.ui-datepicker td.highlight span {
    min-width: 26px;
    border: 1px solid #9a9a9a;
    background-color: #eee;
}

.home-bottom-menu .menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.home-bottom-menu .menu-item {
    margin-bottom: 20px;
}

.home-bottom-menu .menu-item:last-child {
    margin-bottom: 0;
}

.home-bottom-menu .menu-item a {
    display: block;
    width: 100%;
    padding: 45px 15px 0 15px;
    border: 1px solid #000;
    border-bottom-width: 4px;
    text-shadow: 0 0 1px #fff;
    line-height: 1.2em;
    font-weight: 600;
    font-size: 24px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.home-bottom-menu .menu-item a:hover,
.home-bottom-menu .menu-item a:focus {
    text-decoration: none;
}

.home-bottom-menu .menu-item.p1 a {
    border-color: #d4464b;
    background-image: url('images/p1.png');
    color: #d4464b;
}

.home-bottom-menu .menu-item.p2 a {
    border-color: #438f4e;
    background-image: url('images/p2.png');
    color: #438f4e;
}

.home-bottom-menu .menu-item.p3 a {
    border-color: #2d2f5d;
    background-image: url('images/p3.png');
    color: #2d2f5d;
}

.followers-count-box {
    background-color: #d2e8e7;
}

.followers-count-box .box-title {
    border-bottom: 4px solid #155662;
    background-color: #1e7e8e;
}

.followers-count-box .box-title .title {
    margin: 0;
    padding: 0 25px;
    height: 48px;
    line-height: 52px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
}

.followers-count-box .social-items {
    padding: 15px 20px;
}

.followers-count-box .social-items .item-col {
    padding-left: 5px;
    padding-right: 5px;
}

.followers-count-box .social-items .item {
    position: relative;
    display: block;
    margin-bottom: 19px;
    padding-left: 40px;
    height: 50px;
    border: 1px solid blue;
    background-color: #fff;
}

.followers-count-box .social-items .item:hover,
.followers-count-box .social-items .item:focus {
    text-decoration: none;
}

.followers-count-box .social-items .item .social-brand {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 34px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 20px;
    background-color: blue;
    color: #fff;
}

.followers-count-box .social-items .item .followers-text {
    display: block;
    padding: 9px 0;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 11px;
    line-height: 1.4em;
}

.followers-count-box .social-items .item .followers-text strong {
    font-size: 14px;
}

.followers-count-box .social-items .item-facebook {
    border-color: #355e9f;
    color: #355e9f;
}

.followers-count-box .social-items .item-facebook .social-brand {
    background-color: #355e9f;
}

.followers-count-box .social-items .item-twitter {
    border-color: #29a9e0;
    color: #29a9e0;
}

.followers-count-box .social-items .item-twitter .social-brand {
    background-color: #29a9e0;
}

.followers-count-box .social-items .item-google-plus {
    border-color: #db5341;
    color: #db5341;
}

.followers-count-box .social-items .item-google-plus .social-brand {
    background-color: #db5341;
}

.followers-count-box .social-items .item-youtube {
    border-color: #ed3336;
    color: #ed3336;
}

.followers-count-box .social-items .item-youtube .social-brand {
    background-color: #ed3336;
}

.followers-count-box .social-items .item-dailymotion {
    border-color: #006c9f;
    color: #006c9f;
}

.followers-count-box .social-items .item-dailymotion .social-brand {
    background-color: #006c9f;
}

.followers-count-box .social-items .item-rss {
    border-color: #f47f1f;
    color: #f47f1f;
}

.followers-count-box .social-items .item-rss .social-brand {
    background-color: #f47f1f;
}

.followers-count-box .social-items .item-android {
    border-color: #a3c938;
    color: #a3c938;
}

.followers-count-box .social-items .item-android .social-brand {
    background-color: #a3c938;
}

.followers-count-box .social-items .item-apple {
    border-color: #333333;
    color: #333333;
}

.followers-count-box .social-items .item-apple .social-brand {
    background-color: #333333;
}

/********************
* Modals
********************/
.modal-content {
    border-radius: 0;
}

.modal-header {
    border-bottom: 3px solid #c7c7c7;
    background-color: #e2e2e2;
}

.modal-header .close {
    margin-top: 2px;
}

.modal-title {
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
}

#bankAccInfo .acc-block > .row {
    padding: 30px 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#bankAccInfo .acc-block:first-child > .row {
    padding-top: 15px;
}

#bankAccInfo .acc-block .col {
    margin-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
}

#bankAccInfo .acc-block .acc-info p {
    margin-bottom: 5px;
}

#bankAccInfo .acc-block-1 > .row {
    background-image: url('images/bank-acc-modal-bg1.png');
}

#bankAccInfo .acc-block-2 > .row {
    background-image: url('images/bank-acc-modal-bg2.png');
}

#bankAccInfo .acc-block-3 > .row {
    background-color: #ffd300;
}

#bankAccInfo .acc-block-4 > .row {
    background-color: #eeeeee;
}

#bankAccInfo .acc-block-5 > .row {
    font-weight: 600;
    background-color: #fff;
    color: #535353;
}

#bankAccInfo .acc-block-3 .col,
#bankAccInfo .acc-block-4 .col,
#bankAccInfo .acc-block-5 .col {
    margin-bottom: 0;
}

#bankAccInfo .acc-block .col-logo {
    margin-bottom: 20px;
    padding-right: 15px;
}

#contactModal .modal-body {
    padding: 0 0 20px;
    background: #f3f3f3;
}

#contactModal .form-row {
    padding-bottom: 20px;
}

#contactModal .form-group-wrapper {
    padding: 0 20px;
}

#contactModal .form-title {
    margin-bottom: 20px;
    background-color: #f0f0e1;
}

#contactModal .form-title .title {
    margin: 0;
    padding: 0 20px;
    text-transform: uppercase;
    line-height: 52px;
    font-weight: 600;
    font-size: 14px;
}

#contactModal .form-group label {
    text-transform: uppercase;
    font-size: 13px;
}

#contactModal .form-group label em {
    color: rgb(205, 8, 53);
}

#contactModal .form-group .wpcf7-not-valid-tip {
    margin-top: 5px;
    color: rgb(205, 8, 53);
}

/********************
* Misc
********************/
.alert {
    padding: 20px;
    border-radius: 0;
    border: none;
}

.alert-info {
    background-color: #f5c656;
    color: #212121;
}

.alert-info a {
    text-decoration: none;
    font-weight: bold;
    color: inherit;
}

textarea.form-control {
    resize: vertical;
}

.btn-primary {
    padding: 10px 25px;
    border: none;
    border-bottom: 5px solid #e2a30e;
    border-radius: 8px;
    font-size: 16px;
    font-weight: bold;
    background-color: #f5c656;
    color: #000;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active:focus {
    outline: 0;
    box-shadow: none;
    border-color: #CD940C;
    background-color: #ECB533;
    color: #000;
}

.btn-primary.btn-blue {
    border-color: #5181ac;
    background-color: #7a9fc0;
    color: #fff;
}

.btn-primary.btn-blue:hover,
.btn-primary.btn-blue:focus,
.btn-primary.btn-blue:active:focus {
    border-color: #49769E;
    background-color: #6E92B2;
}

.btn-bordered {
    border-radius: 0;
    border: 1px solid #000;
    color: #000;
}

.btn-bordered:hover,
.btn-bordered:focus {
    background-color: #000;
    color: #fff;
}

div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ok {
    float: left;
    width: 100%;
}


/* sm+ */
@media (min-width: 768px) {

    .home .navbar {
        margin-bottom: 30px;
    }

    .navbar-header {
        padding: 20px 0;

    }

    .navbar .navbar-collapse {
        padding-bottom: 32px;
    }

    .navbar .search-box {
        position: absolute;
        right: 0;
        bottom: 32px;
        width: 315px;
    }

    .navbar-nav {
        position: absolute;
        bottom: -32px;
        width: 100%;
        float: none;
        white-space: nowrap;
        text-align: center;
    }

    .navbar-nav > li {
        position: relative;
        display: inline-block;
        float: none;
    }

    .navbar-nav > li > a {
        height: 60px;
        font-size: 12px;
        line-height: 65px;
        padding: 0 15px;
    }

    .navbar-nav > li > ul {
        position: absolute;
        z-index: 10;
        top: 60px;
        margin: 0;
        padding: 5px 0;
        list-style: none;
        text-align: left;
        background-color: #3a3a3c;
    }

    .navbar-nav > li > ul li a {
        display: block;
        border-bottom: 1px solid #2c2c2c;
        padding: 7px 15px;
        font-size: 12px;
        font-weight: 100;
        text-shadow: none;
        color: #aaa;
    }

    .navbar-nav > li > ul li a:hover,
    .navbar-nav > li > ul li a:focus {
        text-decoration: none;
        color: #fff;
        background-color: #444446;
    }

    .page-cover > .container {
        height: 155px;
    }

    .page-cover .title {
        padding-top: 22px;
        font-size: 26px;
    }

    .section-post-list-hrz .post-item {
        height: 170px;
    }
    .section-post-list-hrz .post-item .item-left {
        position: absolute;
        left: 0;
        width: 200px;
    }

    .section-post-list-hrz .post-item .item-right {
        padding-left: 200px;
    }

    .section-post-list-hrz .post-item .post-details {
        height: 128px;
    }

    .section-post-list-hrz .post-item .post-meta {
        height: 42px;
        padding: 0 0 0 30px;
        line-height: 42px;
    }

    .map .map-info-addr {
        max-width: 360px;
    }

    .page-cover > .container {
        position: relative;
    }

    .page-cover .title-wrapper {
        position: absolute;
        width: 100%;
        height: 100%;
        padding: 0;
    }

    .page-cover .title-wrapper:before {
        content: ' ';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -0.25em; /* Adjusts for spacing */
    }

}

/* md+ */
@media (min-width: 992px) {

    .navbar > .container .navbar-brand {
        margin-left: 15px;
    }

    .navbar-nav > li > a {
        padding: 0 25px;
        font-size: 14px;
    }

    .section-post-slider .post-item img {
        width: 625px;
        min-width: inherit;
        height: auto;
    }

    .section-post-slider .post-details {
        background: none;
    }

    .footer-logo {
        margin-bottom: 0;
        text-align: left;
    }

    .footer-brands li {
        margin: 0 15px;
    }

    .footer-list {
        margin-bottom: 0;
    }

    .footer-bottom .col {
        margin-bottom: 0;
        text-align: left;
    }

    .footer-bottom .col:last-child {
        text-align: right;
    }

    .navbar-top .col {
        margin-bottom: 0;
        text-align: left;
    }

    .navbar-top .col:last-child {
        text-align: right;
    }

    .section-post-list-hrz .post-item .post-details {
        padding: 30px 158px 30px 30px;
    }

    .section-contact .col-form {
        padding-left: 45px;
    }

    .section-contact .col-addr {
        margin-bottom: 0;
    }

    .section-event .event-meta {
        width: auto;
        float: none;
        margin: 0;
    }

    .section-home-bottom .col {
        margin-bottom: 0;
    }

    #bankAccInfo .acc-block .col-logo {
        margin-bottom: 0;
    }

    #bankAccInfo .acc-block .col-logo img {
        width: 100%;
        height: auto;
    }

    #contactModal .form-group-wrapper {
        padding: 0 45px;
    }

    #contactModal .form-title .title {
        padding: 0 45px;
    }

    .section-featured-posts .post-item {
        margin-bottom: 0;
    }

}

/* lg+ */
@media (min-width: 1200px) {

    .container {
        width: 970px;
    }

}
.account-info a{color:white !important;}
.svideo {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}

.svideo iframe,
.svideo object,
.svideo embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
