/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
    color: #000;
}

h2{
    font-size: 18px;
    line-height: 20px;
}

h3{
    line-height: 22px;
}

a, a:hover{
    color: #ffa200;
}

.slides-container{
    margin-left: 0px;
}

.quote, .quote p{
    font-size: 24px;
    font-weight: bold;
    color: #ffa200;
    line-height: 30px;
    padding-right: 20px;
    padding-bottom: 10px;
}

.header-top-menu{
    padding: 5px 10px;
}

.relative{
    position: relative;
}

.bx-loader{
    position: absolute;
    left: 48%;
    top: 20px;
}

a.news-title,
.news-title{
    color: #000;
}

.home-slider-control{
    display: none;
}

/* floater banner*/
.floater_left{
    height: 1500px;
    left: 50%;
    margin-left: -1405px;
    position: fixed;
    text-align: right;
    top: 0px;
    width: 800px;
    overflow: hidden;
}

.floater_right{
    height: 1500px;
    right: 50%;
    margin-right: -1405px;
    position: fixed;
    text-align: left;
    top: 0px;
    width: 800px;
    overflow: hidden;
}
/* floater banner end */

.btn-normal, a.btn-normal{
    display: inline-block;
    background: #ffa200;
    padding: 10px 20px;
    text-align: center;
    color: #fff;
    border: 0px;
    vertical-align: middle;
    margin-top: -10px;
}

.btn-normal:hover, a.btn-normal:hover{
    background: rgba(0,0,0,.7);
}

.span3.image-cover{
    padding: 5px;
    border: 1px solid #ebebeb;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 0px;
}

textarea{
    -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
}

select,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 8px 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  vertical-align: middle;
  -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
}

.box{
    margin-bottom: 20px;
}

.block-image-left h2{
    margin-top: 0px;
    margin-bottom: 10px;
}

.block-image-left h2 a, .news-middle h2 a, .home-block-news a{
    color: #000;
}

.block-image-left img{
    padding-right: 10px;
}

.block-image-left .item{
    margin-bottom: 10px;
}

/* comments */
.comment-item{
    border-top: 1px solid #cccccc;
    padding-top: 15px;
}

.comment-item .comment-header{
    color: #d3d3d3;
    font-size: 14px;
    margin-bottom: 10px;
}

/* block slider 300px */
.block-slider-300{
    background-color: #ebebeb;
    padding: 10px 10px;
}

.block-slider-300 h2{
    padding-left: 15px;
    margin-bottom: 20px;
    color: #000;
}

.block-slider-300 h2 a{
    color: #000;
}

.block-slider-300 .carousel-inner{
    
}

.block-slider-300 .block-slider-300-content{
    background-color: #fff;
    padding: 5px 10px 15px 10px;
}

.block-slider-300-content .carousel .item{
    margin-top: 15px;
    height: 195px;
    max-width: 330px;
}

.block-slider-300-content .carousel .item h3{
    padding-top: 0px;
    padding-bottom: 10px;
    color: #ffa200;
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
}

.block-slider-300-content .carousel .item p{
    padding-top: 5px;
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
}

.block-slider-300-content .carousel .item img{
    height: auto;
    position: relative;
}

.block-slider-300-content .carousel .carousel-control {
    height: 32px;
    margin-top: 0;
    text-shadow: 0 1px 1px rgba(0,0,0,.4);
    background-color: transparent;
    border: 0;
    z-index: 10;
    top: 45%;
}

.block-slider-300-content .carousel-control.left{
    background: url(../img/prev-slider-sidebar.png) no-repeat center center;
}

.block-slider-300-content .carousel-control.right{
    background: url(../img/next-slider-sidebar.png) no-repeat center center;
}

/* city listing */
.city-item{
    font-weight: bold;
}

.city-item .city-text{
    font-weight: normal;
}

/* most read news */
.block-most-read{
    background-color: #ebebeb;
    padding: 10px;
}

.block-most-read .tab-content{
    background: #fff;
    padding: 10px;
}


.block-most-read .tab-content .item{
    font-size: 16px;
    border-bottom: 1px solid #ebebeb;
    padding: 5px 0;
    padding-right: 10px;
    background: url(../img/btn-arrow-right.png) center right no-repeat;
}

.block-most-read .tab-content .item a{
    color: #000;
}

.block-most-read .tab-content .read-all{
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    margin: 15px 0 10px 0;
}

.block-most-read .tab-content .read-all a{
    color: #ffa200;
}

.block-most-read .tab-content .read-all a:hover{
    text-decoration: underline;
}

.block-most-read .btn-more-arrow {
    float: right;
    margin-top: 6px;
    margin-right: 6px;
}
.block-most-read .nav-tabs{
    margin-bottom: 0px;
    border-bottom: 0px;
    /*padding-left: 10px;*/
}

.block-most-read .nav-tabs li{
/*    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    transform: skew(-20deg);*/
}

.block-most-read .nav-tabs  li  a{
    padding-top: 0px;
    padding-bottom: 0px;
}

.block-most-read .nav-tabs li span{
    display: inline-block;
/*    -webkit-transform: skew(20deg)!important;
    -moz-transform: skew(20deg)!important;
    -o-transform: skew(20deg)!important;
    transform: skew(20deg)!important;*/
}

.block-most-read .nav-tabs > li > a{
    border: 0px;
    border-radius: 0px;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    height: 60px;
    line-height: 60px;
    /*padding: 20px;*/
}

.block-most-read .nav  > li > a:hover{
    /*background: none;*/
}

.block-most-read .nav-tabs > .active > a, 
.block-most-read .nav-tabs > .active > a:hover,
.block-most-read nav-tabs > .active > a:focus{
    border: 0px;
}


.block-most-read .nb-tab{
    /*width: 30%;*/
}

.block-most-read .nb-tab.nb-tab-last{
    /*margin-left: -9px;*/
}

.block-most-read .active .first-tab{
    background-color: #fff;
    display: inline-block;
    width: 100%;
    /*padding-left: 22px;*/
    height: 60px;
    line-height: 60px;
    /*margin-left: -22px;*/
}

.block-most-read .last-tab{
    /*padding-left: 32px;*/
    /*margin-left: -9px;*/
}

.block-most-read .active .last-tab{
    background-color: #fff;
    display: inline-block;
    width: 100%;
    /*padding-left: 22px;*/
    height: 60px;
    line-height: 60px;
    margin-left: 1px;
}

/* block serach header */
.search-bar{
    position: absolute; 
    right: 20px; 
    top: 10px;
}

.search-bar .suggest{
    margin-top: 3px;
    z-index: 9999999;
}

.search-bar .search-input{
    background: #000;
    border-radius: 0px;
    border: none;
    width: 220px;
    height: 20px;
    color: #fff;
    
}

.search-bar .search-input:focus, .search-bar .search-input:hover{
    border-color: #ffa200;
}

.search-bar .search-btn{
    position: absolute;
    display: inline-block;
    width: 24px;
    height: 24px;
    top: 6px;
    right: 6px;
    background: #ffa200 url('../img/icon-serch.png') no-repeat center center;
    border: none;
}

.sugest-content{
    display: block;
    color: #fff;
    min-height: 50px;
    border-bottom: 1px solid #fff;
/*    border-left: 1px solid #fff;
    border-right: 1px solid #fff;*/
}

.sugest-content .livesearch-item{
    display: block;
    border-bottom: 1px solid #fff;
    background: #000;
    height: 60px;
}

.sugest-content .livesearch-item:hover{
    background: rgba(0,0,0,0.9);
}

.sugest-content .livesearch-item img{
    padding: 5px;
    max-width: 50px;
    max-height: 50px;
}

.sugest-content .livesearch-item .livesearch-item-data{
    max-width: 150px;
}

.sugest-content .livesearch-item .title{
    padding-top: 5px;
    height: 30px;
    line-height: 15px;
    font-size: 12px;
}

/* lang selector */
.lang-selector .lang-item{
    display: inline-block;
    margin-right: 10px;
    float: left;
}

.lang-selector .lang-item a{
    color: #fff;
}

.lang-selector .lang-item a{
    color: #fff;
    text-decoration: none;
}

/* block listing news */
.block-listing{
    
}

.block-listing h1{
    font-size: 32px;
    color: #ffa200;
}

.block-listing img{
    padding-right: 10px;
}

.listing-divider{
    margin: 25px 0;
}

.country-divider{
    margin: 0px 0px 10px 0px;
}

.block-listing .img-comment .comment-count{
    bottom: 8px;
    right: 0px;
}

/* block news details */
.block-details{
    position: relative;
}

.block-details .details-caption{
    position: absolute;
    background: rgba(0,0,0,0.7);
    min-width: 300px;
    /*max-width: 520px;*/
    min-height: 80px;
    max-height: 200px;
    top: -225px;
    color: #fff;
    padding: 20px;
}

.block-details .details-caption h1{
    color: #ffa200;
    font-size: 30px;
}

.block-details .details-caption p{
    
}

.block-details-header{
    position: relative;
}

.block-details-header img{
    width: 100%;
}

.block-details p{
    margin-bottom: 20px;
    font-size: 16px;
}

.block-details h2{
    color: #ffa200;
    font-size: 32px;
    line-height: 32px;
}

.block-details h3{
    font-size: 26px;
    line-height: 26px;
}


/* social buttons */
.btn-social{
    display: inline-block;
    width: 90px;
    height: 70px;
}

.btn-social:hover{
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.details-comment{
    position: relative;
    top: 50px;
}

.details-comment .comment-count{
    position: absolute;
    right: 30px;
    bottom: -10px;
    min-width: 20px;
    height: 20px;
    background-color: #ccc;
    color: #fff;
    padding: 2px 8px;
    font-weight: normal;
}

.details-comment .comment-arrow{
    position: absolute;
    top: 24px;
    right: 7px;
    width: 0px;
    height: 0px;
    border-top: 7px solid #cccccc;
    border-right: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #cccccc;
}

.details-comment:hover{
    cursor: pointer;
}

.details-comment:hover .comment-count{
    background-color: #ffa200;
    color: #fff;
}

.details-comment:hover .comment-arrow{
    border-top: 7px solid #ffa200;
    border-right: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #ffa200;
}

.btn-social.btn-facebook{
    background: url(../img/facebook-btn.png) no-repeat center center;
}

.btn-social.btn-twitter{
    background: url(../img/twitter-btn.png) no-repeat center center;
}

.btn-social.btn-rss{
    background: url(../img/rss-btn.png) no-repeat center center;
}

.country-name{
    margin-top: 0px;
}

/* image comenter count */
.img-comment{
    position: relative;
}

/* btn */
.btn-more, a.btn-more{
    color: #ffa200;
    color: #000;
    font-weight: bold;
    font-style: italic;
    font-size: 14px;
}

a.btn-more:hover{
    color: #ffa200;
}

.btn-more-arrow{
    margin-left: 10px;
    display: inline-block;
    width: 0; 
    height: 0; 
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    /*border-left: 7px solid #ffa200;*/
    border-left: 7px solid #000;
}

a.btn-more:hover .btn-more-arrow,
.btn-more-arrow:hover{
    border-left: 7px solid #ffa200;
}

.comment-count{
    position: absolute;
    right: 30px;
    bottom: 5px;
    min-width: 20px;
    height: 20px;
    background-color: #ffa200;
    color: #fff;
    padding: 2px 8px;
    font-weight: normal;
    text-align: center;
}

.comment-arrow{
    position: absolute;
    top: 24px;
    right: 7px;
    width: 0px;
    height: 0px;
    border-top: 7px solid #ffa200;
    border-right: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #ffa200;
}

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  z-index: 10;
  margin-top: 39px;
  margin-bottom: -90px; /* Negative margin to pull up carousel. 90px is roughly margins and height of navbar. */
}
.navbar-wrapper .navbar {
    background: none;
}

/* Remove border and change up box shadow for more contrast */
.navbar .navbar-inner {
  background: rgba(0, 0, 0, 0.7);
  border: 0;
  -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.25);
     -moz-box-shadow: 0 2px 10px rgba(0,0,0,.25);
          box-shadow: 0 2px 10px rgba(0,0,0,.25);
}

/* Downsize the brand/project name a bit */
.navbar .brand {
  padding: 14px 20px 16px; /* Increase vertical padding to match navbar links */
  font-size: 16px;
  font-weight: bold;
  text-shadow: 0 -1px 0 rgba(0,0,0,.5);
}

.navbar .nav{
    /*margin-left: 10px;*/
}

/* Navbar links: increase padding for taller navbar */
.navbar .nav > li > a {
  padding: 18px 10px;
}

/* Offset the responsive button for proper vertical alignment */
.navbar .btn-navbar {
    margin-top: 10px;
}

.navbar .nav li.dropdown{
    
}

.navbar .nav li.dropdown a.menu-item-link{
    margin-left: 1px;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    transform: skew(-20deg);
    border-left: 1px solid rgb(255, 255, 255);
    border-left: 1px solid rgba(255, 255, 255, .1);
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
}

.navbar .nav li.dropdown a.menu-item-link:hover,
.navbar .nav li.dropdown.open a.menu-item-link{
    background: #000;
    color: #ffa200;
}

.navbar .nav li.dropdown a.menu-item-link span{
    display: inline-block;
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -o-transform: skew(20deg);
    transform: skew(20deg);
}

.navbar .project-name{
    /*width: 385px;*/
    display: inline-block;
}

.navbar .project-name a{
    color: #fff;
    line-height: 56px;
    height: 56px;
    font-size: 26px;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    margin-left: -10px;
    padding: 0 20px;
    padding-left: 27px;
    background-color: #ffa200;
    background: rgba(255, 162, 0, 1); 
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    transform: skew(-20deg);
}

.navbar .project-name a span{
    display: inline-block;
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -o-transform: skew(20deg);
    transform: skew(20deg);
}

.header-top-bar .project-name{
    display: none;
}


.navbar .nav .sub-nav{
    background: #000;
    border-bottom: 0px;
}

.navbar .nav .sub-nav li{
    display: inline-block;
    background-color: #000;
}

.navbar .nav .dropdown-menu{
    border-radius: 0px;
    margin-left: -10px;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    transform: skew(-20deg);
    
}

.navbar .nav .dropdown-menu a{
    color: #fff;
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -o-transform: skew(20deg);
    transform: skew(20deg);
}

.navbar .nav .dropdown-menu a:hover{
    color: #ffa200;
    background: none;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 0px;
  margin-top: 0px;
}

.carousel .container {
  position: relative;
  z-index: 9;
}

.carousel-control {
    top: 35%;
  height: 134px;
  width: 75px;
  margin-top: 0;
  font-size: 170px;
  text-shadow: 0 1px 1px rgba(0,0,0,.4);
  background-color: transparent;
  border: 0;
  z-index: 2;
}

.carousel .item {
  /*height: 618px;*/
}

.carousel .carousel-inner img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 618px;
}

#slides .carousel-caption {
    background: rgba(255, 162, 0, 0.8);
    position: absolute;
    width: 750px;
    padding: 20px 20px;
    right: -30px;
    bottom: 0px;
    /*left: 0;*/
    z-index: 5;
    height: 90px;
    overflow: hidden;
    -webkit-transform: skew(-20deg); 
   -moz-transform: skew(-20deg); 
   -o-transform: skew(-20deg);
   transform: skew(-20deg);
   opacity: 1;
    filter: alpha(opacity=10);
}

#slides .carousel-caption a {
    color: #fff!important;
}

#slides .carousel-caption a:hover {
    text-decoration: none;
}

.home-slider-content{
    display: inline-block; 
    min-width: 100%;
    height: 618px;
}

.image-preloader{
    background: #ebebeb url(../img/bx_loader.gif) center center no-repeat;
}

.image-preloader2{
    background: url(../img/bx_loader.gif) center center no-repeat;
}

.wide-container, .block-details-header{
    background: #ebebeb url(../img/bx_loader.gif) center center no-repeat;
}

#slides .carousel-caption-date{
    background-color: rgba(255, 255, 255, 0.3);
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 65px;
    line-height: 65px;
    font-size: 30px;
    font-weight: bold;
    padding-left: 30px;
/*    opacity: 0.8;
    filter: alpha(opacity=10);*/
}

#slides .carousel-caption h1{
    -webkit-transform: skew(20deg); 
   -moz-transform: skew(20deg); 
   -o-transform: skew(20deg);
   transform: skew(20deg);
    line-height: 30px;
    overflow: hidden;
    margin: 0;
    color: #000;
    font-size: 22px;
    font-weight: bold;
    text-shadow: 0 1px 1px rgba(0,0,0,.4);
    padding-right: 20px;
}

#slides .carousel-caption .lead {
    -webkit-transform: skew(20deg); 
   -moz-transform: skew(20deg); 
   -o-transform: skew(20deg);
   transform: skew(20deg);
    font-size: 18px;
    margin: 0;
    margin-top: 10px;
    line-height: 1.25;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0,0,0,.4);
    padding-right: 20px;
    padding-left: 15px;
    overflow: hidden;
    font-style: italic;
    float: left;
}

#slides .carousel-caption .btn {
    -webkit-transform: skew(20deg); 
   -moz-transform: skew(20deg); 
   -o-transform: skew(20deg);
   transform: skew(20deg);
    margin-top: 15px;
    margin-left: 15px;
    float: left;
    background: #fff;
    color: #000;
    border-radius:0px;
}

a.slider-more{
    color: #000;
    font-size: 18px;
}

/* carousel-top-nav */
.carousel.carousel-top-nav {
  margin-bottom: 0px;
  margin-top: 0px;
}

.carousel.carousel-top-nav .container {
    position: relative;
    z-index: 9;
}

.carousel-top-nav .carousel .item {
    height: 350px;
}

.carousel-top-nav .carousel img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: auto;
}

.carousel-indicators-nav-content{
    width: 100%;
    height: 50px;
    background-color: #333333;
    background-color: rgba(51, 51, 51, 1);
}

.carousel .carousel-indicators-name{
    width: 202px;
    padding-left: 20px;
    height: 50px;
    line-height: 50px;
    background-color: #000000;
    color: #ffa200;
    text-transform: uppercase;
    font-size: 16px;
    display: inline-block;
    float: left;
}

.carousel .carousel-indicators {
    display: inline-block;
    float: left;
    z-index: 5;
    margin: 0;
    list-style: none;
    width: auto;
    height: 50px;
}

.carousel .carousel-indicators li {
    display: inline-block;
    float: left;
    width: auto;
    line-height: 50px;
    padding: 0 20px;
    color: #fff;
    position: relative;
}

.carousel .carousel-indicators li:hover{
    cursor: pointer;
}

.carousel .carousel-indicators .active {
    background-color: #ffa200;
}

.carousel .carousel-indicators .carousel-indicators-arrow{
    display: none;
}

.carousel .carousel-indicators .active .carousel-indicators-arrow{
    display: block;
    position: absolute;
    top: 50px;
    left: 40%;    
    z-index: 55555;
    width: 0; 
    height: 0; 
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #ffa200;
}



#mainSlider .carousel-control.left{
    background: url(../img/levo.png) no-repeat center center;
}

#mainSlider .carousel-control.right{
    background: url(../img/desno.png) no-repeat center center;
}

/* video slider carousel */
.videoCarousel .carousel {
  margin-bottom: 20px;
  margin-top: 0px;
}

.videoCarousel .carousel .container {
    position: relative;
    z-index: 9;
}

.videoCarousel .carousel .item {
    height: 425px;
}

.videoCarousel .carousel img {
    position: relative;
    /*min-width: 100%;*/
    height: 425px;
}

.videoCarousel .carousel-indicators-nav-content{
    height: auto;
    background-color: #fff;
    width: 30%;
}
  
.videoCarousel .carousel .carousel-inner {
      width: 69%;
}

.videoCarousel .carousel .carousel-indicators {
    display: block;
    z-index: 5;
    margin: 0;
    list-style: none;
    height: auto;
    
}

.videoCarousel .carousel .carousel-indicators li {
    display: block;
    height: 64px;
    width: 100%;
    color: #000;
    position: relative;
    border-bottom: 1px solid #bbbbbb;
    line-height: 20px;
    padding: 10px 0px 10px 10px; 
}

.videoCarousel .carousel .carousel-indicators li.first{
    border-top: 1px solid #bbbbbb;
}

.videoCarousel .carousel .carousel-indicators li:hover{
    cursor: pointer;
    background: #e9e9e9;
}

.videoCarousel .carousel .carousel-indicators .active {
    background-color: #e9e9e9;
}

.videoCarousel .carousel .carousel-indicators li img.video-thumbs,
.videoCarousel .carousel img.video-thumbs{
    width: 106px!important;
    height: 60px!important;
}

.videoCarousel .carousel .carousel-indicators .video-thumbs-title{
    padding-left: 10px;
    width: 82%; /* old 30% */
    height: 60px;
    overflow: hidden;
    font-size: 14px;
    font-weight: bold;
}

.videoCarousel .carousel .carousel-indicators .video-thumbs-number{
    width: 20px;
    color: #ffa200;
    font-size: 18px;
    font-weight: bold;
}

.video-play-big{
    display: block;
    position: absolute;
    left: 45%;
    top: 40%;
    background: rgba(0,0,0,0.8);
    width: 90px;
    height: 80px;
}

.video-play-big .video-play-img{
    display: block;
    width: 90px;
    height: 80px;
    background: url(../img/video-big.png) center center no-repeat;
}

.video-play-small{
    display: block;
    position: absolute;
    left: 10px;
    bottom: 15px;
    background: rgba(0,0,0,0.8);
    width: 19px;
    height: 16px;
}

.video-play-small .video-play-img{
    display: block;
    width: 19px;
    height: 16px;
    background: url(../img/video-big.png) center center no-repeat;
    background-size: 50%;
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .span4 {
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .span4 p {
  margin-left: 10px;
  margin-right: 10px;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}
.featurette {
  padding-top: 120px; /* Vertically center images part 1: add padding above and below text. */
  overflow: hidden; /* Vertically center images part 2: clear their floats. */
}
.featurette-image {
  margin-top: -120px; /* Vertically center images part 3: negative margin up the image the same amount of the padding to center it. */
}

/* Give some space on the sides of the floated elements so text doesn't run right into it. */
.featurette-image.pull-left {
  margin-right: 40px;
}
.featurette-image.pull-right {
  margin-left: 40px;
}

/* Thin out the marketing headings */
.featurette-heading {
  font-size: 50px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}

/* header */
.header-top-bar{
    position: relative;
    background-color: #000000;
    height: 39px;
    line-height: 36px;
    padding: 0 20px;
}

.header-top-bar .pull-right{
    margin: 0px;
}

/* bx slider */
/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 0;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	left: -5px;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(http://demo.gulfafricareview.com/nb-public/themes/gulf/css/images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(../img/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(../img/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.details-info-box{
    font-style: italic;
    margin-top: 20px;
}

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(../img/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(../img/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}
/* end bx slider */

/* ticker */
.ticker-header{
    background-color: #000000;
    height: 50px;
    line-height: 50px;
    padding-top: 15px;
}

.news-ticker{
    position: relative;
}

.ticker-title-content{
    position: absolute;
    left: 0px;
    top: 0px;
    
}

.ticker-header li{
    display:inline-block;
    width: 550px;
}

.ticker-content{
    
}

.ticker-title-content .ticker-title{
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    background: #333333;
    color: #fff;
    text-transform: uppercase;
}

.ticker-title-content .ticker-arrow{
    width: 0; 
    height: 0; 
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 15px solid #333333;
}

.ticker-item{
    /*margin-left: 20px;*/
    overflow: hidden;
    display: inline-block;
    float: left;
    
}

.ticker-item a{
    color: #fff!important;
    font-size: 13px;
    padding-left: 2px;
    overflow: hidden;
    height: 20px;
    display: inline-block;
    width: 550px;
}

.ticker-item span{
    color: #ffa200;
}

.carousel-top-nav{
    position: relative;
}

/* footer menu */
.footer-menu{
    position: relative;
/*    left: 0px;
    bottom: 0px;*/
    background: #000;
    line-height: 1;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    color: #fff;
    /*padding: 0 20px;*/
    width: 100%;
}

.footer-menu .item{
    position: relative;
    float: left;
    display: inline-block;
    padding-right: 50px;
    font-size: 14px;
    line-height: 44px;
}

.footer-menu .item a{
    color: #fff;
}

.footer-menu .item .item-seperator{
    position: absolute;
    top: 0px;
    right: 0px;
    float: left;
    width: 25px;
    height: 46px;
    border-left: 1px solid #fff;
    transform:rotate(10deg);
    -ms-transform:rotate(10deg); /* IE 9 */
    -webkit-transform:rotate(10deg); /* Safari and Chrome */
    -o-transform: rotate(10deg) ;
}

.footer-menu .item.footer-social{
    float: right;
}

/* footer bar */
.footer-bar{
    position: relative;
    min-height: 35px; 
    background: #ffa200;
    padding: 4px 20px;
    color: #fff;
    text-align: left;
}

.footer-menu .pull-right{
    margin-top: 15px;
}

/* icon footer */
.icon-nb{
    display: inline-block;
    width: 21px;
    height: 21px;
}

.icon-nb:hover{
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.icon-social-facebook{
    background: URL(../img/facebook.png) no-repeat center center;
}

.icon-social-twitter{
    background: URL(../img/twitter.png) no-repeat center center;
}

.icon-social-pinterest{
    background: URL(../img/pinterest.png) no-repeat center center;
}

.icon-back-to-top{
    background: URL(../img/icon-back-to-top.png) no-repeat center center;
}

.icon-linkden{
    background: URL(../img/linkden.png) no-repeat center center;
}

.top-bar .project-name{
    display: none;
}

.footer-menu .project-name{
    width: auto;
    display: inline-block;
}

.footer-menu .project-name a{
    color: #fff;
    line-height: 39px;
    height: 39px;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    margin-left: -30px;
    padding: 0 20px;
    background-color: #ffa200;
    background: rgba(255, 162, 0, 1); 
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    transform: skew(-20deg);
}

.footer-menu .project-name a span{
    display: inline-block;
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -o-transform: skew(20deg);
    transform: skew(20deg);
}
/* project name haeder bar end *

/* RESPONSIVE CSS
-------------------------------------------------- */
@media (max-width: 1350px) {
    .search-bar{
        display: block;
    }
    
    .search-bar .search-input{
        width: 16px;
    }
    
    .search-bar:focus .search-input, .search-bar:hover .search-input,
    .search-bar .search-input:focus, .search-bar .search-input:hover{
        width: 200px;
    }
}

@media (max-width: 1200px) {
    
    .navbar .project-name a {
        font-size: 20px;
        padding: 0px 15px 0px 23px;
    }
    
    
    
}

@media (max-width: 1150px) {
    .search-bar{
        display: none;
    }
    
    .navbar .project-name a {
        font-size: 20px;
        padding: 0px 10px 0px 17px;
    }
}

@media (max-width: 1100px) {
    
    .floater_left, .floater_right{
        display: none;
    }
    
    .navbar .project-name{
        /*width: 300px;*/
    }    
    
    .navbar .project-name a {
        font-size: 18px;
    }
    
    .navbar .nav > li > a {
        padding: 18px 8px;
    }
    
    /* project name haeder bar */
    .navbar .project-name{
/*        display: none;*/
    }
    
    .top-bar .project-name{
        width: auto;
        display: inline-block;
    }

    .top-bar .project-name a{
        color: #fff;
        line-height: 39px;
        height: 39px;
        font-size: 18px;
        font-weight: bold;
        text-transform: uppercase;
        display: inline-block;
        margin-left: -30px;
        padding: 0 20px;
        background-color: #ffa200;
        background: rgba(255, 162, 0, 1); 
        -webkit-transform: skew(-20deg);
        -moz-transform: skew(-20deg);
        -o-transform: skew(-20deg);
        transform: skew(-20deg);
    }

    .top-bar .project-name a span{
        display: inline-block;
        -webkit-transform: skew(20deg);
        -moz-transform: skew(20deg);
        -o-transform: skew(20deg);
        transform: skew(20deg);
    }
    /* project name haeder bar end */
    
    .home-slider-content{
        height: 400px;
    }
}

@media (max-width: 979px) {

  .container.navbar-wrapper {
    margin-bottom: 0;
    width: auto;
  }
  
  .navbar-inner {
    border-radius: 0;
    margin: -20px 0;
    padding-left: 0px;
  }

  .carousel .item {
    /*height: 500px;*/
  }
  .carousel img {
    width: auto;
    /*height: 500px;*/
  }

  .featurette {
    height: auto;
    padding: 0;
  }
  .featurette-image.pull-left,
  .featurette-image.pull-right {
    display: block;
    float: none;
    max-width: 40%;
    margin: 0 auto 20px;
  }
  
  .block-slider-300-content .carousel .carousel-control{
      top: 30%;
      
  }
  
  .carousel-indicators-nav-content{
      clear: both;
      width: 100%;
  }
  
  .videoCarousel .carousel-indicators-nav-content{
      width: 98%;
  }
  
  .videoCarousel .carousel .carousel-indicators li{
      width: 100%;
  }
  
  .videoCarousel .carousel .carousel-inner {
      width: 100%;
  }
  
  .carousel-top-nav .carousel .item {
      height: 250px;
  }
  
  .footer-menu{
      
  }
  
    .footer-menu .item .item-seperator{
        display: none;
    }
    
    .footer-menu .item.footer-social{
        display: none;
        
    }
    
    .footer-menu .item.footer-social .icon-nb{
        display: none;
    }
    
    /* main menu */
    .nav-main-menu{
        width: 100%;
    }
    
    .nav-collapse {
        position: relative;
        background-color: rgba(0,0,0,1);
        top: 15px;
        width: 100%;
    }
    
    .nav-collapse .nav{
        width: 100%;
    }
    
    .navbar .nav li.dropdown{
        display: block;
        width: 100%;
        border-bottom: 1px solid #999;
    }
    
    .navbar .nav li.dropdown a.menu-item-link{
        -webkit-transform: skew(0deg);
        -moz-transform: skew(0deg);
        -o-transform: skew(0deg);
        transform: skew(0deg);
        border-left: 0px;
    }

    .navbar .nav li.dropdown a.menu-item-link span{
        -webkit-transform: skew(0deg);
        -moz-transform: skew(0deg);
        -o-transform: skew(0deg);
        transform: skew(0deg);
        border-left: 0px;
    }
    
    .navbar .nav .dropdown-menu{
        margin-left: 0px;
    }
    
    .navbar .nav .sub-nav li{
        display: block;
        border-top: 1px solid #999;
    }
    
    .navbar .nav .dropdown-menu{
        -webkit-transform: skew(0deg);
        -moz-transform: skew(0deg);
        -o-transform: skew(0deg);
        transform: skew(0deg);
    }
    
    .navbar .nav .dropdown-menu a{
        padding-left: 40px;
        -webkit-transform: skew(0deg);
        -moz-transform: skew(0deg);
        -o-transform: skew(0deg);
        transform: skew(0deg);
    }
    
    .navbar .nav li.dropdown.last-menu{
        display: none;
    }
    
    .navbar-inner{
        margin-top: 0px;
        margin-bottom: 0px;
    }
    /* main menu end */
        
    .header-top-bar .project-name{
        width: auto;
        display: inline-block;
    }

    .header-top-bar .project-name a{
        color: #fff;
        line-height: 39px;
        height: 39px;
        font-size: 18px;
        font-weight: bold;
        text-transform: uppercase;
        display: inline-block;
        margin-left: -30px;
        padding: 0 20px;
        background-color: #ffa200;
        background: rgba(255, 162, 0, 1); 
        -webkit-transform: skew(-20deg);
        -moz-transform: skew(-20deg);
        -o-transform: skew(-20deg);
        transform: skew(-20deg);
    }

    .header-top-bar .project-name a span{
        display: inline-block;
        -webkit-transform: skew(20deg);
        -moz-transform: skew(20deg);
        -o-transform: skew(20deg);
        transform: skew(20deg);
    }
    /* project name haeder bar end */
    
    
    .search-bar{
        display: none;
    }
  
}

@media (max-width: 920px) {
    #mainSlider .carousel-caption{
        display: none;
    }
    
    
    
}

/* za mobilne telefone */
@media (max-width: 767px) {
    
    body{
        padding: 0px;
    }
    
    .container {
        padding-left: 20px;
        padding-right: 20px;
        
    }
    
  .navbar-inner {
/*        margin: -20px;*/
  }

  .carousel {
/*        margin-left: -20px;
        margin-right: -20px;*/
  }
  .carousel .container {

  }
  .carousel .item {
    height: 300px;
  }
  .carousel img {
    height: 300px;
  }
  
  .home-slider-content{
      height: 300px;
      
  }
  
  .carousel-caption {
    width: 65%;
    padding: 0 70px;
    margin-top: 100px;
  }
  .carousel-caption h1 {
    font-size: 30px;
  }
  .carousel-caption .lead,
  .carousel-caption .btn {
    font-size: 18px;
  }

  .marketing .span4 + .span4 {
    margin-top: 40px;
  }

  .featurette-heading {
    font-size: 30px;
  }
  .featurette .lead {
    font-size: 18px;
    line-height: 1.5;
  }
  
    /* video slider */
    .videoCarousel .carousel .carousel-indicators .video-thumbs-title{
/*        display: none;*/
    }

    .videoCarousel .carousel .carousel-indicators .video-thumbs-number{
/*        display: none;*/
    }
  
    /* footer menu  */
    .footer-menu{
        position: relative;
        clear: both;
        padding: 0px;
        display: block;
        background: #000;
        margin-top: 20px;
    }
    
    .footer-menu .item{
        clear: both;
        display: block;
        padding-left: 20px;
        padding-right: 0px;
        font-size: 14px;
        font-weight: bold;
        line-height: 30px;
        float: none;
        border-bottom: 1px solid #fff;
    }

    .footer-menu .item .item-seperator{
        display: none;
    }
    
    .footer-menu .item.footer-social{
        float: none;
        
    }
    
    .footer-menu .item.footer-social .icon-nb{
        display: none;
    }
    
    .block-slider-300-content .carousel .item{
        max-width: 295px;
        margin: auto;
    }
    
    .block-slider-300-content .carousel .carousel-control{
        top: 45%;
    }
    
    #footerCarousel{
        display: none;
    }
    
    .block-details .details-caption{
        position: relative;
        background: none;
        padding: 0px;
        top: 0px;
        width: 100%;
        max-width: 100%;
        border-bottom: 1px solid #ccc;
        margin-bottom: 20px;
    }
    
    .block-details .details-caption p{
        color: #000;
        font-style: italic;
    }
    
    .navbar-inner{
        margin-top: 0px;
        margin-bottom: 0px;
    }
    
}

@media (max-width: 500px) {
    .ticker-title{
        display: none;
    }
}