/*
Theme Name: Antikewelt
Theme URI: http://wordpress.org/themes/twentythirteen
Author: the WordPress team
Author URI: http://wordpress.org/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: twentythirteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@font-face {
    font-family: 'titilliumregular';
    src: url('fonts/titillium-regular-webfont.eot');
    src: url('fonts/titillium-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/titillium-regular-webfont.woff') format('woff'),
         url('fonts/titillium-regular-webfont.ttf') format('truetype'),
         url('fonts/titillium-regular-webfont.svg#titilliumregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'titillium_bdbold';
    src: url('fonts/titillium-bold-webfont.eot');
    src: url('fonts/titillium-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/titillium-bold-webfont.woff') format('woff'),
         url('fonts/titillium-bold-webfont.ttf') format('truetype'),
         url('fonts/titillium-bold-webfont.svg#titillium_bdbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'titilliumregular';
    line-height: 24px;
    font-size: 18px;
    color: #444444;
}
h1 {
    color: #a90a19;
    font-size: 30px;
    font-family: 'titillium_bdbold';
    font-weight: normal;
    margin: 5px 0 0 0;
    line-height: 44px;
}
h2 {
    margin: 0px;
    line-height: 36px;
    font-size: 24px;
    color: #444444;
    font-family: 'titillium_bdbold';
    font-weight: normal;
}
h3 {
    margin: 0px 0 24px 0;
    line-height: 30px;
    font-size: 24px;
    color: #aaaaaa;
    font-weight: normal;
    padding: 0 0 0 0;
}
h4 {
    margin: 0px;
    line-height: 30px;
    font-size: 18px;
    color: #ab0410;
    font-weight: normal;
    font-family: 'titillium_bdbold';
}

/*========================================= Start Header ====================================*/

.header-top {
    background: #dee3e1;
}
.header-top .logo {
    padding: 27px 0 24px 0;
}
.nav > li:first-child {
    padding: 0 60px 0 0;
}
.navbar .navbar-header label {
    display: none;
}

.nav {
    position: relative;
}
.nav li.current-menu-item > ul.first-step, .nav li.current-menu-ancestor > ul.first-step, .nav li.current-post-ancestor > ul.first-step  {
    display: block;
}
.nav li ul {
    position: absolute;
    top: 100%;
    left: 105px;
    padding: 0px;
    display: none;
    width: 130%;
}
.nav li ul li {
    padding: 0 8px;
    list-style: none;
    display: inline-block;
    position: relative;
}
.nav li ul li a {
    line-height: 40px;
    color: #dee3df;
    font-family: 'titillium_bdbold';
    font-size: 14px;
}
.nav li ul li a:hover {
    color: #fff;
    text-decoration: none;
}
.nav li ul li:hover ul {
    display: block;
}
.nav li ul li ul {
    background: #993333;
    left: 10px;
    padding: 15px 22px 6px 22px;
    z-index: 9;
    width: 331px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
    display: none;
}
.nav li ul li ul li {
    padding: 0px 0 8px 0;
    width: 100%;
}
.nav li ul li ul li a {
    line-height: 24px;
    font-family: 'titilliumregular';
}

.sub-manuBg {
    min-height: 40px;
    width: 100%;
    background: rgb(138,138,123); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(138,138,123,1) 0%, rgba(183,186,178,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(138,138,123,1)), color-stop(100%,rgba(183,186,178,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(138,138,123,1) 0%,rgba(183,186,178,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(138,138,123,1) 0%,rgba(183,186,178,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(138,138,123,1) 0%,rgba(183,186,178,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(138,138,123,1) 0%,rgba(183,186,178,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a8a7b', endColorstr='#b7bab2',GradientType=0 ); /* IE6-9 */
}


/*========================================= End Header ====================================*/

/*========================================= Start Footer ====================================*/

.footer {
    background: #dee3e1;
    padding: 13px 0 20px 0;
}
.footer p {
    font-family: 'titillium_bdbold';
    margin: 18px 0 0 0;
    line-height: 28px;
}
.footer ul {
    padding: 18px 0 0 5px;
    margin: 0px;
}
.footer ul li {
    list-style: none;
    padding: 0 10px;
    display: inline-block;
}
.footer ul li:first-child {
    padding: 0 10px 0 0;
}
.footer ul li a {
    color: #444444;
    font-size: 16px;
    font-family: 'titillium_bdbold';
    line-height: 28px;
}
.footer .facebook-like {
    margin-top: 21px;
}
.footer .facebook-like img {
    float: left;
}
.footer .text {
    float: right;
}
.footer .text span {
    font-size: 16px;
    color: #030303;
    margin-top: 18px;
    line-height: 28px;
    padding: 0 10px 0 0;
    vertical-align: bottom;
}

/*========================================= End Footer ====================================*/

.content {width:100%; background:#fff; margin-bottom:38px; }
.content .banner { margin-bottom:13px;}
.content .banner .owl-item {position:relative; max-height:350px; }
.content .banner .banner-text {position:absolute; bottom:19px; background:rgba(222,227,225,0.7); width:100%; } 
.content .banner .owl-buttons {position:absolute; bottom:30px; right:12px; width:32px;}
.content .banner .owl-buttons .owl-prev {float:left; width:8px; height:15px;  background:url(images/left-arrow.png) no-repeat top left; text-indent:-99999px;}
.content .banner .owl-buttons .owl-next {float:right; width:8px; height:15px;  background:url(images/right-arrow.png) no-repeat top left; text-indent:-99999px;}
.content .banner .banner-text p {padding:0 0 0 20px; line-height:40px; font-size:24px; color:#000000; margin:0px;}

.content .heading {width:auto; padding:0 15px 0 10px; max-width:100%; background:#dddddd; font-size:14px; font-family: 'titillium_bdbold'; line-height:24px; display:inline-block;  margin:10px 5px 0 0;}
.content .place-info {width:100%; }
.content .place-info a {display: inline;}
.content .place-info p { margin: 0; }
.content .place-info img {max-width:100%; margin:15px 0 0 0; }

.content .place-info .bottom-part { margin-top: 20px; }
.content .place-info .bottom-part .heading { margin-top: 0; }
.content .place-info .bottom-part img { margin: 0; }
.content .place-info .bottom-part .small-img { margin-top: 2px; }

.content .place-info .middle-part { margin-top: 20px; }
.content .place-info .middle-part .heading { margin-top: 0; }

.article-box {margin-top:13px; }
.article-box p {margin:0px; }
.article-box img {margin:15px 0 0 0; max-width:100%;}
.nav li span  {display:none; cursor:pointer; }

.article-nav {position:absolute; top:-40px; right:0px; }
.article-nav ul {margin:0px; padding:0px; width:auto; }
.article-nav ul li {list-style:none; padding:0 0 0 20px; display:inline-block; }
.article-nav ul li a {line-height:40px; font-size:16px; color:#730013; font-family: 'titillium_bdbold';  display:inline-block; }
.article-nav ul li a:hover {text-decoration:none; }
.content .container {position:relative;}

.article-slide {padding:13px 0 0 0; position:relative; }

.article-slide .heading {position:absolute; right:-13px; top:20px; }
.article-slide .top-img {margin-top:10px; }
.article-slide .top-img img {max-width:100%; }
.article-slide .article-info {width:100%; margin-top:11px; display:inline-block; }
.article-slide .article-info p {margin-bottom:24px; }
.article-slide .article-info .left-part {width:63%; display:inline-block;}
.article-slide .article-info .left-part .autor-name {font-size:14px; color:#444444; display:none; }
.article-slide .article-info .right-part {width:34%; }

.article-slide .right-part #text-6  { background:#dee3e1; padding:12px 18px 1px 18px; margin-bottom:17px; }

.article-slide .right-part img {max-width:100%;}
.article-slide .right-part #text-7 {width:100%; margin:10px 0 0 0; }
.article-slide .right-part #text-7 .textwidget p {font-size:24px; color:#aaaaaa; line-height:34px; margin:0px; }

.article-slide .left-part .owl-carousel {margin:30px 0; }
.article-slide .left-part .owl-carousel .owl-item img {width:100%; }
.article-slide .left-part .owl-carousel .owl-item .text { width:100%; padding:0 90px 0 0; max-width:560px; }
.article-slide .left-part .owl-carousel .owl-item .text p {margin:30px 0 0 0; font-size:24px; color:#aaaaaa; line-height:34px; }
.article-slide .left-part .owl-carousel .owl-buttons {position:absolute; bottom:23px; right:0px; width:90px; }
.article-slide .left-part .owl-carousel .owl-buttons .owl-prev {width:40px; height:40px; background:url(images/left-arrow2.png) no-repeat top left; text-indent:-9999px; float:left; display:inline-block;}
.article-slide .left-part .owl-carousel .owl-buttons .owl-next {width:40px; height:40px; background:url(images/right-arrow2.png) no-repeat top left; text-indent:-9999px; float:right; display:inline-block;}

.article-slide .cat-title{ margin-left:2px; position:relative !important; margin-bottom:13px;}
.article-info .entry-content .alignright{ margin:0 0 5px 15px; float:right; }
.article-info .entry-content .alignleft{ margin:0 15px 5px 0px; float:left; }
.article-info .left-part ul{ margin-left:-22px;}

.owl-carousel .owl-item img { width: 100%; }

.wp-pagenavi { clear: both; margin-top: 15px; float:right;}

@media (max-width: 492px) {
    .navbar-collapse {
        width: 100%;
    }
    .navbar-collapse ul {
        width: 100%;
    }
    .navbar .row {
        margin: 0 -15px;
    }
    .navbar .col-lg-12 {
        padding: 0px;
    }
    .navbar-header {
        width: 100%;
        float: left;
    }
    .navbar-toggle {
        float: right;
    }
    .nav > li {
        float: left;
        width: 100%;
        border-top: solid 1px #fff;
        padding: 0px 15px;
        background: rgb(100,0,21); /* Old browsers */
        background: -moz-linear-gradient(top,  rgba(100,0,21,1) 0%, rgba(128,0,27,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(100,0,21,1)), color-stop(100%,rgba(128,0,27,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  rgba(100,0,21,1) 0%,rgba(128,0,27,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  rgba(100,0,21,1) 0%,rgba(128,0,27,1) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  rgba(100,0,21,1) 0%,rgba(128,0,27,1) 100%); /* IE10+ */
        background: linear-gradient(to bottom,  rgba(100,0,21,1) 0%,rgba(128,0,27,1) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#640015', endColorstr='#80001b',GradientType=0 ); /* IE6-9 */
    }
    .navbar .navbar-header label {
        display: block;
        color: #fff;
        font-size: 16px;
        line-height: 40px;
        font-family: 'titillium_bdbold';
        margin: 0px;
        display: inline-block;
        padding: 0 0 0 15px;
        font-weight: normal;
    }
    .nav > li:first-child {
        padding: 0px 15px;
    }
    .footer .text {
        float: left;
    }

    .nav li ul {
        position: static;
        clear: both;
        margin: 0 -15px;
        width: auto;
    }
    .nav li ul li {
        border-top: solid 1px #fff;
        padding: 0px 15px;
        width: 100%;
        background: rgb(138,138,123); /* Old browsers */
        background: -moz-linear-gradient(top,  rgba(138,138,123,1) 0%, rgba(183,186,178,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(138,138,123,1)), color-stop(100%,rgba(183,186,178,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  rgba(138,138,123,1) 0%,rgba(183,186,178,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  rgba(138,138,123,1) 0%,rgba(183,186,178,1) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  rgba(138,138,123,1) 0%,rgba(183,186,178,1) 100%); /* IE10+ */
        background: linear-gradient(to bottom,  rgba(138,138,123,1) 0%,rgba(183,186,178,1) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a8a7b', endColorstr='#b7bab2',GradientType=0 ); /* IE6-9 */
    }
    .nav li ul li ul {
        position: static;
        background: none;
        padding: 0px;
        box-shadow: 0 0 0;
        width: auto;
    }
    .nav li ul li ul li {
        padding: 0 15px;
        border-top: solid 1px #fff;
        background: rgb(156,51,49); /* Old browsers */
        background: -moz-linear-gradient(top,  rgba(156,51,49,1) 0%, rgba(181,77,76,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(156,51,49,1)), color-stop(100%,rgba(181,77,76,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  rgba(156,51,49,1) 0%,rgba(181,77,76,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  rgba(156,51,49,1) 0%,rgba(181,77,76,1) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  rgba(156,51,49,1) 0%,rgba(181,77,76,1) 100%); /* IE10+ */
        background: linear-gradient(to bottom,  rgba(156,51,49,1) 0%,rgba(181,77,76,1) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9c3331', endColorstr='#b54d4c',GradientType=0 ); /* IE6-9 */
    }
    .nav li ul li a {
        font-size: 18px;
        line-height: 40px;
        font-family: 'titillium_bdbold';
    }
    .nav li ul li ul li a {
        font-size: 18px;
        line-height: 40px;
        font-family: 'titillium_bdbold';
    }
    .nav li span {
        position: absolute;
        top: 15px;
        right: 30px;
        line-height: 9px;
        display: block;
    }
    .nav li ul li:hover ul {
        display: none;
    }
    .nav li ul {
        display: none;
    }
    .nav li.active > ul {
        display: none;
    }
    .nav li {
        position: relative;
    }

    .article-nav {
        position: static;
        margin: 0 -15px;
        background: rgb(138,138,123); /* Old browsers */
        background: -moz-linear-gradient(top,  rgba(138,138,123,1) 0%, rgba(183,186,178,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(138,138,123,1)), color-stop(100%,rgba(183,186,178,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  rgba(138,138,123,1) 0%,rgba(183,186,178,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  rgba(138,138,123,1) 0%,rgba(183,186,178,1) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  rgba(138,138,123,1) 0%,rgba(183,186,178,1) 100%); /* IE10+ */
        background: linear-gradient(to bottom,  rgba(138,138,123,1) 0%,rgba(183,186,178,1) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a8a7b', endColorstr='#b7bab2',GradientType=0 ); /* IE6-9 */
    }
    .article-nav ul {
        text-align: right;
        padding: 0 15px 0 0;
    }
    .sub-manuBg {
        display: none;
    }
}

@media (max-width: 767px) {
    .row {
        margin: 0px;
    }
    .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
        padding: 0px;
    }
    .container {
        padding: 0 30px;
    }

    .small-img {
        margin: 0 -30px;
    }
    .banner {
        margin: 0 -30px;
    }
    .navbar .row {
        margin: 0px -30px;
    }
    .navbar .navbar-header label {
        padding: 0 0 0 30px;
    }
    .nav > li {
        padding: 0 30px;
    }
    .nav > li:first-child {
        padding: 0 30px;
    }
    .navbar-toggle {
        margin-right: 30px;
    }
    .header-top .logo {
        width: 100%;
        text-align: center;
    }
    .header-top .logo img {
        width: 100%;
    }
    .footer .text {
        width: 100%;
        margin: 10px 0 0 0;
    }

    .nav li ul {
        margin: 0 -30px;
    }
    .nav li ul li {
        padding: 0 30px;
    }
    .nav li ul li ul li {
        padding: 0 30px;
    }
    .nav li ul li ul li a {
        line-height: 26px;
        padding: 7px 0;
        display: inline-block;
    }

    .article-slide .article-info .left-part {
        width: 100%;
    }
    .article-slide .article-info .right-part {
        width: 100%;
        margin-top: 10px;
    }
    .article-slide .heading {
        position: static;
    }
    .article-slide .right-part img {
        width: 100%;
    }
    .article-slide .left-part .owl-carousel {
        margin: 30px -30px 0 -30px;
        clear: both;
        width: auto;
    }
    .article-slide .left-part .owl-carousel .owl-buttons {
        right: 30px;
        bottom: 11%;
    }
    .article-slide .left-part .owl-carousel .owl-item .text {
        padding-left: 30px;
        padding-right: 120px;
    }
    .article-nav {
        margin: 0 -30px;
    }
    .article-nav ul {
        text-align: left;
        padding: 0 0 0 10px;
    }
   figure{ width:100% !important; }
   figure img{ width:100% !important; height:auto !important; }

}

@media (max-width: 320px) {
    .content .banner .banner-text p {
        line-height: 28px;
        padding: 5px 0 5px 20px;
    }
    .content .banner .owl-buttons {
        bottom: 56px;
    }
    .article-slide .heading {
        right: 0;
    }
}

figcaption {
    font-size: 16px;
}
