/*
Theme Name: Studio B
Theme URI: 
Author: www.slavisaperisic.net
Author URI: www.slavisaperisic.net
Description: 
Version: 1.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600italic,600,700,700italic,800,800italic&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Lora:400,400italic,700,700italic&subset=latin,latin-ext);
body {
    background-color: #fff;
    color: #333;
    overflow-x: hidden !important;
    font-family: "Open Sans", sans-serif;
}
.scrollToTop,
.pagination_area ul li a:hover {
    background-color: #5280A9;
    color: #fff;
}
.scrollToTop:hover,
.scrollToTop:focus,
.pagination_area ul li a {
    background-color: #fff;
    color: #5280A9;
}
.top_nav li a:hover {
    color: #5280A9;
}
.search_form input[type="submit"]:hover {
    background-color: #5280A9;
}
.navbar-default {
    background-color: transparent;
    border: none;
    min-height: 0;
    margin-bottom: 0;
}
.custom_nav li a:hover {
    border-color: #FFAE00;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    background-color: #fff;
    color: #00456E;
    border-color: #B71D25;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    background-color: #fff;
    color: #5280A9;
    border-color: #FFAE00;
}
.navbar-nav > li > .dropdown-menu {
    margin-top: 1px;
    background-color: #5280A9;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    background-color: #fff;
    color: #5280A9;
    border-color: #FFAE00;
    padding-left: 20px;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #fcc259;
}
.slick-prev,
.slick-next {
    background-color: #5280A9;
}
.slick-prev:hover,
.slick-next:hover {
    opacity: 0.80;
}
.bold_line span {
    background-color: #00456E;
}
.catg1_nav li .post_titile a:hover {
    color: #5280A9;
}
.content_middle_middle:after {} .content_middle_middle:before {} .single_featured_slide > h2 a:hover {
    color: #5280A9;
}
.catg_titile a:hover {
    color: #5280A9;
}
span.meta_date:hover,
span.meta_comment:hover,
span.meta_more:hover,
span.meta_comment a:hover,
span.meta_more a:hover {
    color: #5280A9;
}
.media-heading a:hover {
    color: #5280A9;
}
.single_bottom_rightbar > h2 {
    border-bottom: 3px solid #5280A9;
}
.nav-tabs {
    border-bottom: 1px solid #5280A9;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus {
    color: #5280A9;
}
.nav-tabs > li.active > a:hover {
    color: #5280A9 !important;
}
.nav-tabs > li > a:hover {
    background-color: #5280A9;
    color: #fff !important;
}
.single_bottom_rightbar ul li > a:hover {
    color: #5280A9;
}
.labels_nav li a:hover {
    background-color: #5280A9;
}
.breadcrumb {
    background-color: #F6F6F6;
    border: 2px solid #5280A9;
}
.single_page_area > h2 {
    border-left: 5px solid #5280A9;
}
.post_commentbox a:hover,
.post_commentbox span:hover {
    color: #5280A9;
}
.single_page_content blockquote {
    border-color: #eee #5280A9;
    border-left: 5px solid #5280A9;
}
.single_page_content ul li:before {
    background: none repeat scroll 0 0 #5280A9;
}
.post_pagination {
    border-bottom: 2px solid #5280A9;
    border-top: 2px solid #5280A9;
}
.angle_left {
    background-color: #5280A9;
}
.angle_right {
    background-color: #5280A9;
}
.error_page_content h1:after,
.error_page_content h1:before {
    border: 2px solid #5280A9;
}
.error_page_content p {
    border-bottom: 2px solid #5280A9;
    border-top: 2px solid #5280A9;
}
.error_page_content p:after {
    border-top: 1px solid #5280A9;
}
.error_page_content p:before {
    border-top: 1px solid #5280A9;
}
.error_page_content p > a:hover {
    color: #5280A9;
}
.our_office {
    border-top: 2px solid #5280A9;
}
.contact_us {
    border-top: 2px solid #5280A9;
}
.contact_form input[type="submit"]:hover {
    background-color: #5280A9;
    color: #fff;
    border-color: #5280A9;
}
.our_office:before {
    border-bottom: 1px solid #5280A9;
}
.contact_us:before {
    border-bottom: 1px solid #5280A9;
}
.single_footer_top > h2 {
    color: #5280A9;
}
.similar_post h2 i {
    color: #5280A9;
}
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
a {
    text-decoration: none;
    color: #798992;
}
a:hover {
    color: #646464;
    text-decoration: none;
}
a:focus {
    outline: none;
    text-decoration: none;
}
h2 {
    line-height: 23px;
}
img {
    border: none;
}
a img:hover {
    opacity: 0.95;
}
.img-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.img-right {
    display: block;
    margin-left: auto;
}
.img-left {
    display: block;
    margin-right: auto;
}
.yellow_bg {
    background-color: #ffd62c;
}
.yellow_btn {
    background-color: #ffd62c;
    color: #fff;
}
.yellow_btn:hover {
    background-color: #f8c907;
    color: #fff;
}
.limeblue_bg {
    background-color: #7dc34d;
}
.blue_bg {
    background-color: #09c;
}
.blue_btn {
    background-color: #09c;
    color: #fff;
}
.blue_btn:hover {
    background-color: #39c8f7;
    color: #fff;
}
.transition {
    -webkit-transition: all 0.5s;
    /* Ch, Saf  3.2 */
    
    -moz-transition: all 0.5s;
    /* 4 < Fx <16 */
    
    -ms-transition: all 0.5s;
    /* IE 10 */
    
    -o-transition: all 0.5s;
    /* 10.5 < Op < 12.1 */
    
    transition: all 0.5s;
    /* IE 10, Ch 26+, Fx 16+, Op 12*/
}
#header {
    background: #00305D none center center no-repeat;
    width: 100%;
}
.header_top {
    display: inline;
    float: left;
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
}
.header_top_left {
    float: left;
    display: inline;
    width: 70%;
}
.top_nav {
    text-align: left;
}
.top_nav li {
    display: inline-block;
}
.top_nav li a {
    color: #FFFFFF;
    display: inline-block;
    font-family: Lora;
    font-size: 14px;
    padding: 8px 22px 0 0;
    text-transform: capitalize;
    -webkit-transition: all 0.5;
    -o-transition: all 0.5;
    transition: all 0.5;
}
.top_nav li a:hover {
    color: rgb(218, 80, 89);
    text-decoration: none;
    outline: none;
}
.header_top_right {
    float: right;
    display: inline;
    width: 30%;
    text-align: right;
}
.search_form {
    padding: 3px 0 0;
}
.search_form input[type="text"] {
    background: none repeat scroll 0 0 #fff;
    border: medium none;
    color: #afafaf;
    display: inline-block;
    line-height: 27px;
    margin: 0;
    max-height: 31px;
    padding: 0 0 0 15px;
    width: 180px;
    vertical-align: top;
}
.search_form input[type="submit"] {
    background: url("img/icon-search.png") no-repeat scroll center 5px rgba(0, 0, 0, 0);
    height: 27px;
    line-height: 27px;
    width: 30px;
    border: none;
}
.header_bottom {
    display: inline;
    float: left;
    width: 100%;
    padding: 5px 0;
}
.header_bottom_left {
    float: left;
    display: inline;
    width: 217px;
}
.logo {
    display: block;
    font-family: "Open Sans", sans-serif;
    font-size: 35px;
    font-weight: bold;
    line-height: 32px;
    width: 148px;
    padding: 20px 0;
}
.logo img {
    width: 100%;
    height: auto;
}
.logo > img:hover {
    opacity: 1;
}
.logo > strong {
    color: rgb(218, 80, 89);
}
.logo > span {
    display: block;
    font-size: 16px;
    font-weight: normal;
}
.header_bottom_right {
    float: right;
    display: float;
    
    font-size: 21px;
    padding: 50px 0;
    color: #FFFFFF;
    font-weight: bold;
}
/* Preloader */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    /* change if the mask should have another color then white */
    
    z-index: 99;
    /* makes sure it stays on top */
}
#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    /* centers the loading animation horizontally one the screen */
    
    top: 50%;
    /* centers the loading animation vertically one the screen */
    
    background-image: url(img/status.gif);
    /* path to your loading animation */
    
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
    /* is width and height divided by two */
}
/*scrol to top*/

.scrollToTop {
    bottom: 105px;
    display: none;
    font-size: 32px;
    font-weight: bold;
    height: 50px;
    position: fixed;
    right: 75px;
    text-align: center;
    text-decoration: none;
    width: 50px;
    z-index: 9;
    border: 1px solid;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.scrollToTop:hover,
.scrollToTop:focus {
    text-decoration: none;
    outline: none;
}
#navarea {
    /* float: left; */
    /* display: inline; */
    
    width: 100%;
    background: #00456e;
}
.container-fluid {
    padding-left: 0;
    padding-right: 0;
}
.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}
.custom_nav {
    width: 100%;
}
.navbar-default .navbar-nav > li > a {
    color: #E6E6E6;
    display: block;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    text-decoration: none;
    text-transform: uppercase;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    margin-top: -2px;
    margin-bottom: -2px;
    padding-bottom: 5px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: 700;
    padding-top: 5px;
}
.dropdown-menu > li > a {
    color: #fff;
    font-family: "Open Sans", sans-serif;
    padding: 5px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-transition: all 0.5s;
    /* Ch, Saf  3.2 */
    
    -moz-transition: all 0.5s;
    /* 4 < Fx <16 */
    
    -ms-transition: all 0.5s;
    /* IE 10 */
    
    -o-transition: all 0.5s;
    /* 10.5 < Op < 12.1 */
    
    transition: all 0.5s;
    /* IE 10, Ch 26+, Fx 16+, Op 12*/
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
#mainContent {
    background-color: #f6f6f6;
    display: inline;
    float: left;
    padding-top: 15px;
    width: 100%;
}
.content_top {
    margin-bottom: 30px;
    float: left;
    display: inline;
    width: 100%;
}
.latest_slider {
    float: left;
    display: inline;
    width: 100%;
    padding-left: 10px;
}
.single_iteam {
    position: relative;
}
.single_iteam img {
    width: 100%;
}
.single_iteam h2 {
    border-bottom: 2px solid #CE4A4A;
    position: absolute;
    bottom: -20px;
    width: 96%;
    margin: 20px 2%;
    background: #fff;
    padding: 2%;
}
.single_iteam h2 p {
    font-size: 14px;
    font-family: Open Sans;
    border-top: 1px solid #eee;
}
.single_iteam h2 > a:hover {} .single_iteam h2 > a {
    color: #464646;
    display: inline-block;
    font-size: 22px;
    font-weight: 600;
    font-family: Lora;
}
.content_top_right {
    float: left;
    display: inline;
    width: 100%;
}
.featured_nav {} .featured_nav li {
    display: block;
    float: left;
    height: 177px;
    margin-bottom: 20px;
    margin-right: 10px;
    position: relative;
    width: 48%;
}
.featured_nav li img {
    width: 100%;
    height: 100%;
}
.featured_nav li:hover .title_caption {} .title_caption {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: -10px;
    padding: 3px 9px;
    text-align: center;
    background-color: #F6F6F6;
    border-bottom: 1px solid #B1171D;
}
.featured_nav li a {
    font-family: Lora;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: #313131;
    font-weight: 700;
    text-align: left;
}
.content_middle {
    float: left;
    display: inline;
    width: 100%;
}
.content_middle_leftbar {
    float: left;
    display: inline;
    width: 100%;
}
.single_category {
    float: left;
    display: inline;
    width: 100%;
}
.single_advert {
    padding-top: 18px;
}
.single_category > h2,
.archive_style_1 > h2 {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    margin-top: 5px;
    text-transform: uppercase;
    position: relative;
}
.bold_line {
    bottom: 0;
    display: block;
    height: 10px;
    left: 0;
    position: absolute;
    width: 100%;
}
.bold_line span {
    display: block;
    height: 100%;
    width: 100%;
}
.solid_line {
    background-color: #fff;
    bottom: 5px;
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 0;
}
.title_text {
    background-color: #f6f6f6;
    display: inline-block;
    padding: 0 10px;
    position: relative;
    top: 5px;
    z-index: 1;
}
.catg1_nav {} .catg1_nav img {
    max-height: 230px;
    margin-bottom: 20px;
    width: 100%;
}
.catg1_nav li {
    float: left;
    display: inline;
    width: 100%;
    margin-bottom: 30px;
}
.catg1_nav li a {} .catgimg_container {
    overflow: hidden;
    width: 100%;
}
.catg1_img img {
    height: 100%;
    width: 100%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.catg1_img:hover img {
    -webkit-transform: scale(1.1);
    /* Safari and Chrome */
    
    -moz-transform: scale(1.1);
    /* Firefox */
    
    -ms-transform: scale(1.1);
    /* IE 9 */
    
    -o-transform: scale(1.1);
    /* Opera */
    
    transform: scale(1.1);
}
.catg1_nav li .post_titile {
    color: #434c51;
    float: left;
    margin: 10px 0px;
    font-size: 16px;
    width: 100%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.catg1_nav li .post_titile a {
    color: #383838;
    font-family: 'Open Sans', sans-serif;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.content_middle_middle {
    display: inline;
    float: left;
    margin-top: 17px;
    position: relative;
    width: 100%;
}
.content_middle_middle:after {
    content: "";
    height: 122px;
    left: -10px;
    position: absolute;
    top: 0;
    width: 10px;
}
.content_middle_middle:before {
    content: "";
    height: 122px;
    right: -10px;
    position: absolute;
    top: 0;
    width: 10px;
}
.single_featured_slide {
    float: left;
    display: inline;
    width: 100%;
    text-align: center;
}
.single_featured_slide img {
    height: auto;
    width: 100%;
}
.single_featured_slide > h2 a {
    color: #383838;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.single_featured_slide > p {
    font-size: 12px;
    padding: 0px 16px;
}
.content_middle_middle .slick-prev {
    left: 15px;
    top: 25px;
}
.content_middle_middle .slick-next {
    left: 62px;
    right: 0;
    top: 25px;
}
.content_middle_rightbar {
    float: left;
    display: inline;
    width: 100%;
}
.content_bottom {
    float: left;
    display: inline;
    width: 100%;
}
.content_bottom_left {
    background-color: #fff;
    display: inline;
    float: left;
    margin-left: -15px;
    min-height: 300px;
    width: 102%;
    padding-right: 25px;
}
.content_bottom_left .title_text {
    background-color: #fff;
}
.business_category_left {
    float: left;
    display: inline;
    width: 49%;
    padding-top: 20px;
}
.archive_style_1 > .business_category_left {
    width: 48% !important;
    margin-right: 2%;
}
.archive_style_1 > .download_single_page {
    width: 31% !important;
    margin-right: 2%;
    float: left;
    display: inline;
    width: 49%;
    padding-top: 20px;
}
.fashion_catgnav {} .fashion_catgnav li {
    border-bottom: 1px dotted #e5e5e5;
    display: block;
    margin-bottom: 10px;
    width: 100%;
}
@media (min-width: 1200px) {
    .fashion_catgnav li {
        min-height: 500px;
        max-height: 500px;
    }
}
@media (max-width: 1200px) {
    .fashion_catgnav li {
        min-height: 520px;
        max-height: 520px;
    }
}
@media (max-width: 768px) {
    .logo img {
        width: auto;
        max-height: 100px;
    }
}
.catgimg2_container {
    width: 100%;
    height: 240px;
    float: left;
    display: block;
    overflow: hidden;
}
.catgimg2_container img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.catgimg2_container a:hover img {
    -webkit-transform: scale(1.1);
    /* Safari and Chrome */
    
    -moz-transform: scale(1.1);
    /* Firefox */
    
    -ms-transform: scale(1.1);
    /* IE 9 */
    
    -o-transform: scale(1.1);
    /* Opera */
    
    transform: scale(1.1);
}
.catg_titile {
    margin-top: 5px;    
    margin-bottom: 10px;
    float: left;
    width: 100%;
}
.catg_titile a {
    color: #383838;
    font-size: 24px;
}
.comments_box {
    float: left;
    display: inline;
    width: 100%;
    margin-bottom: 5px;
}
.comments_box_download {
    float: left;
    display: inline;
    width: 100%;    
    margin-top: 10px;
}
span.meta_date,
span.meta_comment,
span.meta_more {
    display: inline-block;
    margin-right: 8px;
    color: #727272;
    font-size: 12px;
}
span.meta_date_download{
    display: inline-block;
    margin-right: 8px;
    color: #727272;
    font-size: 12px;
    font-style: bold;
    font-weight: bold;
    float: right;
}
span.meta_date_download:before {
    content: "";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    padding-right: 4px;
    text-decoration: inherit;
    font-style: bold;
    font-weight: bold;
}
span.meta_date:before {
    content: "";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    padding-right: 4px;
    text-decoration: inherit;
}
span.meta_comment:before {
    content: "";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    padding-right: 4px;
    text-decoration: inherit;
}
span.meta_more:before {
    content: "";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    padding-right: 4px;
    text-decoration: inherit;
}
span.meta_download {
    display: inline-block;
    color: #9c0101;
    font-weight: bold;
    font-size: 12px;
    float: left;
}
span.meta_download a {
    text-decoration: none;    
    color: #9c0101;
}
span.meta_download:before {
    content: "";
    font-family: FontAwesome;
    font-style: bold;
    font-weight: bold;
    padding-right: 4px;
    text-decoration: inherit;
}
.business_category_right {
    float: right;
    display: inline;
    width: 49%;
    padding-top: 20px;
}
.small_catg {} .small_catg li {
    border-bottom: 1px dotted #e5e5e5;
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    width: 100%;
}
.related-img {
    display: inline-block;
    float: left;
}
.media-left {
    width: 112px;
    height: 112px;
}
.media-left > img {
    width: 100%;
    height: auto;
}
.media-heading a {
    font-family: "Open Sans", sans-serif;
}
.similar_post .media-heading a {
    font-size: 12px;
}
.games_fashion_area {
    float: left;
    display: inline;
    width: 100%;
}
.games_category {
    float: left;
    display: inline;
    width: 49%;
}
.fashion_category {
    float: right;
    display: inline;
    width: 49%;
}
.technology_catrarea {
    float: left;
    display: inline;
    width: 100%;
}
.content_bottom_right {
    float: left;
    display: inline;
    width: 100%;
}
.single_bottom_rightbar {
    float: left;
    display: inline;
    width: 100%;
    margin-bottom: 10px;
}
.single_bottom_rightbar > h2 {
    color: #222;
    display: block;
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    margin: 6px 0 15px;
    padding: 0 0 13px;
    text-transform: uppercase;
    position: relative;
}
.single_bottom_rightbar > h2:after {
    background: none repeat scroll 0 0 #798992;
    bottom: -3px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 45%;
}
.popular_catg {} .popular_catg .media-left img {
    border: 1px solid lightGrey;
    padding: 2px;
}
.popular_catg li {
    border-bottom: none;
}
.tab-content {
    padding: 20px;
    background: #fff;
}
.nav-tabs > li > a:before {
    visibility: hidden;
    margin-right: 0px !important;
}
.single_bottom_rightbar ul li a {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}
.single_bottom_rightbar ul li > a:before {
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    margin-right: 5px;
}
.blog_archive {
    display: inline;
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
.blog_archive select {
    background-color: #fff;
    border: medium none;
    height: 50px;
    padding: 10px;
    width: 100%;
}
.blog_archive select option {
    cursor: pointer;
    padding: 10px 5px;
}
#footer {
    float: left;
    display: inline;
    width: 100%;
    border-top: 10px solid #798992;
    margin-top: 30px;
}
.footer_top {
    background-color: #434c51;
    display: inline;
    float: left;
    padding: 15px 0;
    width: 100%;
}
.single_footer_top {
    float: left;
    display: inline;
    width: 100%;
}
.single_footer_top > h2 {
    font-size: 18px;
    margin: 0 0 10px;
    padding: 6px 0;
    text-transform: uppercase;
}
.flicker_nav {} .flicker_nav li {
    display: block;
    float: left;
    width: 22%;
    margin-right: 8px;
    margin-bottom: 8px;
}
.flicker_nav li a {
    display: block;
    height: 75px;
    width: 100%;
}
.flicker_nav li a img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.flicker_nav li a img:hover {
    opacity: 0.95;
    -webkit-transform: rotate(360deg);
    /* Safari and Chrome */
    
    -moz-transform: rotate(360deg);
    /* Firefox */
    
    -ms-transform: rotate(360deg);
    /* IE 9 */
    
    -o-transform: rotate(360deg);
    /* Opera */
    
    transform: rotate(360deg);
}
.labels_nav {
    text-align: left;
}
.labels_nav li {
    display: inline-block;
}
.labels_nav li a {
    display: inline-block;
    background: none repeat scroll 0 0 #2e3d45;
    color: #dddddd;
    line-height: 12px;
    margin: 0 2px 4px 0;
    padding: 12px 17px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}
.single_footer_top p {
    color: #ddd;
}
.footer_bottom {
    float: left;
    display: inline;
    width: 100%;
    background: none repeat scroll 0 0 #282e31;
    color: #eeeeee;
    font-size: 12px;
    padding: 8px 20px;
}
.footer_bottom_left {
    float: left;
    display: inline;
    width: 100%;
}
.footer_bottom_left p,
.footer_bottom_right p {
    color: #949494;
    margin: 9px 10px 10px;
}
.footer_bottom_right p {
    font-size: 10px;
}
.footer_bottom_right {
    float: left;
    display: inline;
    width: 100%;
    text-align: right;
}
/*=========start single page===========*/

.single_page_area {
    display: inline;
    float: left;
    padding-top: 15px;
    width: 100%;
    padding-bottom: 25px;
}
.breadcrumb {
    border-radius: 0;
}
#breadcrumbs {
    list-style: none;
    margin: 5px 0;
    overflow: hidden;
}
#breadcrumbs li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
#breadcrumbs .separator {
    font-size: 16px;
    font-weight: 100;
    color: #ccc;
}
.single_page_area > h2 {
    color: #798992;
    padding: 20px 10px;
    line-height: 40px;
}
.single_page_area > h2 em {
    display: block;
    font-size: 12px;
}
.single_page_content {
    float: left;
    display: inline;
    width: 100%;
}
.shareblock {
    padding: 20px 0 10px;
    float: left;
    width: 100%;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}
.wp-paginate .prev {
    display: inline-block;
    width: auto;
    float: none;
}
.wp-paginate .next {
    display: inline-block;
    width: auto;
    float: none;
}
.wp-paginate .title {
    display: none;
}
.comment-form-url {
    display: none;
}
.wp-most-popular {} .wp-most-popular li {} .wp-most-popular a {
    display: block;
    font-size: 18px;
    margin-bottom: 20px;
}
.single_bottom_rightbar ul.wp-most-popular li > a:before {
    display: none;
}
.wp-most-popular a img {
    width: 100%;
    height: auto;
}
.post-content-full {
    font-size: 16px;
}
.post_commentbox {
    border-bottom: 1px dotted #dedede;
    display: inline;
    float: left;
    margin-bottom: 30px;
    padding-bottom: 2px;
    padding-left: 5px;
    width: 100%;
}
.post_commentbox a {
    margin-right: 5px;
    font-size: 11px;
}
.post_commentbox a > i {
    margin-right: 5px;
}
.post_commentbox span {
    color: #798992;
    font-size: 11px;
    margin-right: 5px;
}
.post_commentbox span > i {
    margin-right: 5px;
}
.single_page_content img {
    margin-bottom: 10px;
    margin-top: 20px;
    max-width: 100%;
}
.single_page_content blockquote {
    border-style: solid;
    border-width: 5px;
    font-size: 15px;
    font-style: italic;
}
.single_page_content ul {
    margin-bottom: 10px;
}
.single_page_content ul li {
    margin-bottom: 3px;
    padding-left: 30px;
}
.single_page_content ul li:hover {
    opacity: 0.75;
}
.single_page_content ul li:before {
    border-radius: 0;
    color: rgb(218, 80, 89);
    content: "";
    height: 10px;
    margin-left: -15px;
    margin-top: 5px;
    position: absolute;
    width: 10px;
}
.btn:hover {
    border-radius: 0px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.post_pagination {
    display: inline;
    float: left;
    margin-top: 40px;
    overflow: hidden;
    width: 100%;
    margin-bottom: 10px;
}
.prev {
    display: inline;
    float: left;
    width: 50%;
}
.angle_left {
    color: #fff;
    display: block;
    float: left;
    font-size: 20px;
    padding: 30px 2px;
    text-align: center;
    width: 50px;
}
.angle_right {
    color: #fff;
    display: block;
    float: right;
    font-size: 20px;
    padding: 30px 2px;
    text-align: center;
    width: 50px;
}
.angle_right:hover,
.angle_left:hover {
    color: #fff;
}
.pagincontent {
    display: inline;
    float: left;
    height: 100%;
    overflow: hidden;
    padding: 10px;
    width: 100%;
}
.pagincontent > span {
    color: #798992;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
}
.pagincontent > a {
    color: #2f2f2f;
    display: block;
    font-size: 18px;
}
.next {
    display: inline;
    float: right;
    width: 50%;
    text-align: right;
}
.share_post {
    display: inline;
    float: left;
    width: 100%;
    margin-top: 20px;
}
.share_post a {
    color: #fff;
    display: block;
    float: left;
    height: 32px;
    line-height: 32px;
    margin-bottom: 25px;
    margin-right: 10px;
    padding-right: 10px;
}
.facebook {
    background-color: #436fc9;
}
.facebook i {
    background-color: #3967c6;
    display: block;
    float: left;
    font-size: 16px;
    height: 32px;
    line-height: 33px;
    margin-right: 10px;
    padding-top: 0;
    text-align: center;
    width: 32px;
}
.twitter {
    background-color: #40bef4;
}
.twitter i {
    background-color: #26b5f2;
    display: block;
    float: left;
    font-size: 16px;
    height: 32px;
    line-height: 33px;
    margin-right: 10px;
    padding-top: 0;
    text-align: center;
    width: 32px;
}
.googleplus {
    background-color: #ec5f4a;
}
.googleplus i {
    background-color: #e94d36;
    display: block;
    float: left;
    font-size: 16px;
    height: 32px;
    line-height: 33px;
    margin-right: 10px;
    padding-top: 0;
    text-align: center;
    width: 32px;
}
.linkedin {
    background-color: #007BB5;
}
.linkedin i {
    background-color: #346DA6;
}
.stumbleupon {
    background-color: #EF4E23;
}
.stumbleupon i {
    background-color: #CA4638;
}
.pinterest {
    background-color: #CA2127;
}
.pinterest i {
    background-color: #A53829;
}
.linkedin i,
.stumbleupon i,
.pinterest i {
    display: block;
    float: left;
    font-size: 16px;
    height: 32px;
    line-height: 33px;
    margin-right: 10px;
    padding-top: 0;
    text-align: center;
    width: 32px;
}
.similar_post {
    background-color: #fff;
    display: inline-block;
    float: left;
    margin-bottom: 20px;
    padding: 0 15px;
    width: 100%;
}
.similar_post h2 {
    border-bottom: 1px dotted #798992;
    font-size: 25px;
    padding-bottom: 5px;
}
.similar_nav li {
    border-bottom: 0px dotted #e5e5e5;
    width: 33.3%;
    float: left;
}
/*===============start archive page===================*/

.archive_area {
    float: left;
    display: inline;
    width: 100%;
}
.single_archive {
    display: inline;
    float: left;
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}
.archive_imgcontainer {
    float: left;
    display: inline;
    width: 100%;
    height: 300px;
    overflow: hidden;
}
.archive_imgcontainer > img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.archive_imgcontainer:hover img {
    transform: scale(1.1);
}
.archive_caption {
    bottom: 25px;
    left: 0;
    padding: 10px 20px;
    position: absolute;
}
.archive_caption h2 > a {
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
    display: inline-block;
    font-size: 24px;
    line-height: 26px;
    padding: 8px 10px 10px;
}
.archive_caption h2 > a:hover {
    text-decoration: underline;
}
.archive_caption p {
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
    padding: 3px;
}
.read_more {
    border-bottom: 4px solid rgb(218, 80, 89);
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    text-align: right;
    width: 100%;
}
.read_more > span {
    background-color: rgb(218, 80, 89);
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
}
/*==============start 404 page==============*/

.error_page_content {
    display: inline;
    float: left;
    text-align: center;
    width: 100%;
    padding-bottom: 45px;
}
.error_page_content h1 {
    display: inline-block;
    font-size: 300px;
    font-weight: 400;
    position: relative;
    vertical-align: middle;
    color: rgb(218, 80, 89);
}
.error_page_content h1:after,
.error_page_content h1:before {
    background: none repeat scroll 0 0 #fff;
    content: "";
    height: 20px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    -webkit-transform: rotate(45deg);
    -mz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 20px;
}
.error_page_content h1:after {
    right: -60px;
}
.error_page_content h1:before {
    left: -60px;
}
.error_page_content h2 {
    color: #c1c0b4;
    font-size: 60px;
    font-weight: 400;
}
.error_page_content h3 {
    font-size: 24px;
    margin-top: 35px;
}
.error_page_content p {
    font-size: 23px;
    line-height: 31px;
    margin: 36px auto 0;
    max-width: 630px;
    padding: 9px 0 8px;
    position: relative;
}
.error_page_content p:before {
    content: "";
    left: 0;
    position: absolute;
    top: 1px;
    width: 100%;
}
.error_page_content p:after {
    bottom: 1px;
    content: "";
    left: 0;
    position: absolute;
    width: 100%;
}
.error_page_content p > a:hover {
    color: rgb(218, 80, 89);
}
/*=============start contact page==========*/

#ContactContent {
    float: left;
    display: inline;
    width: 100%;
}
.contact_area {
    display: inline;
    float: left;
    padding: 0 15px 25px;
    width: 100%;
}
.contact_area h1 {
    font-size: 45px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
}
.contact_area > p {
    text-align: center;
}
.contact_bottom {
    float: left;
    display: inline;
    width: 100%;
}
.our_office {
    display: inline;
    float: left;
    position: relative;
    text-align: center;
    width: 48%;
    margin-top: 30px;
}
.our_office > h2 {
    font-size: 32px;
    margin: 24px 0;
}
.contact_us {
    width: 48%;
    position: relative;
    margin-top: 30px;
    margin: 20px auto;
}
.our_office:before {
    content: "";
    left: 0;
    position: absolute;
    top: 1px;
    width: 100%;
}
.contact_us:before {
    content: "";
    left: 0;
    position: absolute;
    top: 1px;
    width: 100%;
}
.contact_us > h2 {
    font-size: 32px;
    margin: 24px 0;
    text-align: center;
}
.contact_form {} .contact_form input[type="text"],
.contact_form input[type="email"] {
    border-radius: 0;
    height: 40px;
    margin-bottom: 10px;
    width: 100%;
}
.contact_form textarea {
    width: 100%;
    height: 150px;
    border-radius: 0px;
    margin-bottom: 10px;
}
.contact_form input[type="submit"] {
    float: right;
    height: 40px;
    line-height: 40px;
    width: 100px;
    border: 1px solid #ccc;
    -webkit-transition: all 0.5s;
    -mz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
/*======================///////////////

            start responsive style

=====================///////////////////////*/

@media (max-width: 1199px) {
    .header_bottom_left {
        width: 210px;
    }
    .logo {
        width: 210px;
    }
    .featured_nav li {
        height: 169px;
        width: 47.7%;
    }
    .single_featured_slide > h2 a {
        font-size: 20px;
    }
    .media-left > img {
        width: 100%;
        height: auto;
    }
    .pagincontent {
        width: 82%;
    }
}
@media (max-width: 991px) {
    .header_bottom_left {
        width: 100%;
    }
    .header_bottom_right {
        display: none;
    }
    .featured_nav li {
        margin-left: 10px;
        margin-right: 0px;
        height: 208px;
    }
    .catgimg_container {
        height: 105px;
    }
    .flicker_nav li a {
        height: 60px;
    }
    .content_bottom_left {
        margin-left: 0;
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
    }
    .media-left > img {
        width: 100%;
        height: auto;
    }
    .pagincontent {
        width: 84%;
    }
    .contact_us {
        margin-top: 40px;
        width: 100%;
    }
    .our_office {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .header_top_left {
        width: 60%;
    }
    .header_top_right {
        width: 40%;
    }
    .search_form input[type="text"] {
        width: 80%;
    }
    .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
    .navbar-collapse {
        padding-left: 15px;
        padding-right: 15px;
    }
    .navbar-nav {
        margin: 7.5px 0;
    }
    .custom_nav {
        border: none;
    }
    .catgimg_container {
        height: 250px;
    }
    .media-heading {
        font-size: 14px;
    }
    .flicker_nav li a {
        height: 100px;
    }
    .single_footer_top {
        margin-bottom: 20px;
    }
    .footer_bottom_left {
        text-align: center;
    }
    .footer_bottom_right {
        text-align: center;
    }
    .media-left {
        width: 112px;
        height: 112px;
    }
    .similar_nav li {
        width: 100%;
    }
    .pagincontent {
        width: 87%;
    }
    .angle_right {
        width: 13%
    }
    .angle_left {
        width: 13%
    }
    .error_page_content h1 {
        font-size: 170px;
    }
}
@media (max-width: 480px) {
    .header_top_left {
        width: 100%;
    }
    .top_nav {
        text-align: center;
    }
    .header_top_right {
        width: 100%;
        text-align: center;
        margin-bottom: 5px;
    }
    .search_form input[type="text"] {
        width: 80%;
    }
    .logo {
        width: auto;
    }
    .header_bottom_left {
        text-align: center;
    }
    .latest_slider {
        padding-left: 0;
    }
    .featured_nav li {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }
    .games_category {
        width: 100%;
    }
    .fashion_category {
        width: 100%;
    }
    .business_category_left {
        width: 100%;
    }
    .business_category_right {
        width: 100%;
    }
    .nav > li > a {
        padding: 10px;
    }
    .pagincontent > a {
        font-size: 13px;
    }
    .single_page_area > h2 {
        font-size: 20px;
        line-height: 30px;
        padding: 10px;
    }
    .breadcrumb li a {
        font-size: 12px;
    }
    .breadcrumb > .active {
        font-size: 12px;
    }
    .error_page_content h1 {
        font-size: 100px;
    }
}
@media (max-width: 360px) {
    .catgimg_container {
        height: 150px;
    }
    .media-left {
        width: 112px;
        height: 150px;
    }
    .flicker_nav li a {
        height: 60px;
    }
    .business_category_right .media-left,
    .games_category .media-left,
    .fashion_category .media-left {
        height: 112px;
    }
    .pagincontent > a {
        font-size: 10px;
    }
    .pagincontent > span {
        font-size: 10px;
    }
    .archive_caption h2 > a {
        font-size: 18px;
        line-height: 20px;
    }
    .error_page_content h1 {
        font-size: 70px;
    }
    .error_page_content h2 {
        font-size: 40px;
    }
    .error_page_content p {
        font-size: 17px;
    }
    .error_page_content h1:after,
    .error_page_content h1:before {
        height: 15px;
        width: 15px;
    }
    .error_page_content h1:after {
        right: -30px;
    }
    .error_page_content h1:before {
        left: -30px;
    }
    .top_nav li a {
        padding: 8px 7px;
    }
    .flicker_nav li {
        margin-right: 7px;
        margin-bottom: 7px;
    }
    .similar_post h2 {
        font-size: 17px;
    }
}
@media (max-width: 320px) {} .slick-dots li button {
    background: rgb(255,
    255,
    255);
    height: 2px;
    width: 100%;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 0 #999;
}
.slick-dots li button:before {
    content: "";
    font-size: 0;
}
.slick-dots {
    bottom: -29px;
}
.slick-dots li {
    height: 10px;
    width: 14.68%;
}
.slick-dots li.slick-active button {
    background-color: #2d8ac7;
}
#navbar ul li {
    position: relative;
}
#navbar ul .sub-menu {
    display: none;
    position: absolute;
    top: 30px;
    z-index: 3;
}
#navbar ul .sub-menu li {
    background-color: #d0383f;
    width: 182px;
    padding: 10px 20px;
    margin-right: 0;
}
#navbar ul .sub-menu li a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    height: auto;
}
#navbar ul .sub-menu li a:hover {
    border-bottom: 0;
}
#navbar ul .sub-menu li:hover {
    background-color: #b3242b;
}
#navbar ul li:hover > .sub-menu {
    display: block;
}
#navbar ul li a:hover,
#navbar > .current-menu-item > a {
    text-decoration: none;
    cursor: pointer;
}
.post-comments {
    float: left;
}
.post-comments h3#comments {
    display: none;
}
.post-comments .commentlist {
    padding: 10px;
}
.post-comments .commentlist li {
    list-style: none;
    position: relative;
}
.post-comments .commentlist li .comment-meta {
    position: absolute;
    right: 10px;
    top: 4px;
    font-size: 12px;
}
.post-comments .commentlist li .comment-meta a {
    color: #fff;
}
.post-comments .children {
    padding: 20px;
    margin: 10px 0;
    border-top: 1px solid #ccc;
}
.post-comments .comment-reply-link {
    background: #337ab7;
    color: #fff;
    padding: 4px 20px;
    display: inline-block;
    margin: 10px 0 0;
}
.post-comments .comment-author {
    background: #5280A9;
    margin-bottom: 10px;
    color: #fff;
    text-shadow: 1px 1px #333;
}
.post-comments #commentform {} .post-comments #commentform label {
    display: block;
}
.post-comments #commentform input[type="text"] {
    display: block;
    width: 98%;
    border: 1px solid #CCE2FF;
    box-shadow: inset 0 0 10px #eee;
    padding: 1%;
    color: #1B95E0;
}
.post-comments #commentform textarea {
    display: block;
    width: 98%;
    border: 1px solid #CCE2FF;
    box-shadow: inset 0 0 10px #eee;
    padding: 1%;
    color: #1B95E0;
}
.post-comments #commentform input[type="submit"] {
    display: block;
    border-top: 3px solid #ccc;
    padding: 1% 20px;
    color: #FFFFFF;
    background: #1B63B0;
    border-right: none;
    border-left: none;
    border-bottom: 3px solid #ccc;
}
.cityservice {
    padding: 20px 0 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.comments_rss {
    display: none;
}

/*===================================================VREMENSKA PROGNOZA===============================================*/
#mini_prognoza 
.box{
	background:#FFF; 
	padding:20px; 
	margin-bottom:5px; 
	margin-top:0px
}
.prognoza_item{
	float:left; 
	width:155px; 
	text-align:center; 
	font-size:13px
}
.prognoza_item img{
	width:85px; 
	height:85px
}
.prognoza_gadget_dan{
	color:#000; 
	text-transform:capitalize; 
	font-weight:bold; 
	display:block; 
	padding:5px 0
}
.cleaner{
	clear:both; 
	line-height:0; 
	height:0; 
	font-size:0px
}
#okvir {
	width:530px; 
	float:left
}
#trenutna_progoza{
	display:block; 
	padding-bottom:10px
}
#prognoza_za_beograd ul{
	margin:40px 0 10px 5px
}
#prognoza_za_beograd ul li{
	display:inline; 
	float:left; 
	text-align:center; 
	width:140px; 
	margin-left:3px
}
#prognoza_za_beograd ul li img{
	width:50px; 
	height:50px; 
	margin:10px 0
}
#prognoza_za_beograd ul li h4{
	margin-top:2px;
	margin-bottom:2px
}
#prognoza_za_beograd ul li h5{
	height:35px;
	margin-top:2px;
	margin-bottom:10px
}
#prognoza_za_beograd ul li h6{
	margin-top:2px;
	margin-bottom:2px;
	font-size:13px
}
.cleaner{
	clear:both; 
	line-height:0; 
	height:0; 
	font-size:0px
}
.bg_trenutna_txt{
	margin:20px 0 0 10px; 
	line-height:150%; 
	font-size:24px
}
.tempmax{
	color:#F00; 
	font-weight:bold;
	font-size:13px
}
.tempmin{
	color:#369; 
	font-weight:bold;
	font-size:13px
}


/*====================================================================================================================*/
#kontakt_meni_opcije a{
	padding:1px 5px; 
	background:url(wp-content/uploads/sysimage/graygrad.gif) repeat-x left bottom
}

#kontakt_meni_opcije a:hover, #tvestidivcontainer ul li a:hover{color:#ddd; background:#303030; text-decoration:none}

#kontakt_meni_opcije a.conmeniaktiv{
	background:#f00 url(wp-content/uploads/sysimage/menu_current.gif) repeat-x left top; color:#FFF
}


/*=======================================================TV LICA=========================================================*/

#tvlica ul{
	margin-left:32px
}
#tv_lice img.slika2{
	width:470px;
	height:564px;
}
#tv_lice img{
	border:1px solid #CCC; 
	width:250px; 
	height:300px; 
	float:left; 
	margin:0 10px 5px 0; 
	padding:1px
}
.tvliceItem {
    border: 1px solid #CCC;
    display: block;
    float: left;
    height: 113px;
    margin: 0 10px 10px 6px;
    padding: 2px;
    width: 148px;
}
.tvliceItem h5{
	margin-top: 0px; 
	padding:0; 
}
.tvliceItem h5 a{
	background:#00456e none repeat scroll 0 0; 
	color:#FFF; 
	font-size:11px; 
	line-height:150%; 
	padding:0px 0px; 
	text-align:center; 
	display:block; 
	margin-top:0px
}
.tvliceItem:hover h5 a{
	background:#01315d; 
	text-decoration:none
}
#tv_lice h4{
	color:#000; 
	font-size:18px; 
	font-weight:normal; 
	letter-spacing:-1px; 
	line-height:20px; 
	margin:0 0 10px; 
	padding:0; 
	text-decoration:none
}

/*=======================================================TV EMISIJE=========================================================*/

#tvemisije ul{
	margin-left:10px
}
.emisijaContent{
	width:150px; 
	float:left; 
	margin-left:25px;  
	margin-bottom:20px; 
	border:1px solid #666
}
.emisijaContent h4{
	text-align:center; 
	margin:0
}
.emisijaContent h4 a{
	width:148px; 
	height:22px; 
	display:block; 
	color:#313131; 
	font-size:11px; 
	line-height:22px; 
	background:#fff url(img/gray_grad.gif) repeat-x left bottom
}
.emisijaContent:hover{
	border:1px solid #01315d
}
.emisijaContent:hover h4 a{
	background:#01315d; 
	color:#fff; 
	text-decoration:none
}
.emisijaContent img{
	width:148px; 
	height:84px
}




