@charset "utf-8";
/****************************
* 1   Owl Carousel
* 2   Owl Carousel Owl Theme
* 3   Magnific Popup
* 4   FlexSlider
* 5   Custom Carousel
*****************************/
/*======================================================
*=========== ore Owl Carousel CSS File v1.3.3 ==========
======================================================*/
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel{
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
    overflow: hidden;
    position: relative;
    width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility:    hidden;
    -ms-backface-visibility:     hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
}
/*======================================================
*============ Owl Carousel Owl Theme v1.3.3 ============
======================================================*/
.owl-theme .owl-controls{
    margin-top: 30px;
    text-align: center;
}
.owl-theme .owl-controls .owl-buttons div{
    color: #FFF;
    display: inline-block;
    zoom: 1;
    *display: inline;/*IE7 life-saver */
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #869791;
    filter: Alpha(Opacity=50);/*IE7 fix*/
    opacity: 0.5;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
    filter: Alpha(Opacity=100);/*IE7 fix*/
    opacity: 1;
    text-decoration: none;
}
.owl-theme .owl-controls .owl-page{
    display: inline-block;
    zoom: 1;
    *display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);/*IE7 fix*/
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
    filter: Alpha(Opacity=100);/*IE7 fix*/
    opacity: 1;
}
.owl-theme .owl-controls .owl-page span.owl-numbers{
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.owl-item.loading{
    min-height: 150px;
    background: url(AjaxLoader.gif) no-repeat center center;
}
/*=======================================================
*=================== End Owl Carousel ===================
=======================================================*/

/*=======================================================
*================== Magnific Popup CSS ==================
=======================================================*/
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8; 
    filter: alpha(opacity=80);}
.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden; }
.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box; 
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;}
.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
.mfp-align-top .mfp-container:before {
    display: none; }
.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045; }
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto; }
.mfp-ajax-cur {
    cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out; }
.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in; }
.mfp-auto-cursor .mfp-content {
    cursor: auto; }
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none; }
.mfp-loading.mfp-figure {
    display: none; }
.mfp-hide {
    display: none !important; }
.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044; }
.mfp-preloader a {
    color: #CCC; }
.mfp-preloader a:hover {
    color: #FFF; }
.mfp-s-ready .mfp-preloader {
    display: none; }
.mfp-s-error .mfp-content {
    display: none; }
button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
    touch-action: manipulation; }
button::-moz-focus-inner {
    padding: 0;
    border: 0; }
.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace; }
.mfp-close:hover,
.mfp-close:focus {
    opacity: 1; 
    filter: alpha(opacity=100);}
.mfp-close:active {
    top: 1px; }
.mfp-close-btn-in .mfp-close {
    color: #333; }
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%; }
.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap; }
.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    filter: alpha(opacity=65);
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
.mfp-arrow:active {
    margin-top: -54px; }
.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1; 
    filter: alpha(opacity=100);}
.mfp-arrow:before,
.mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
.mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
.mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }
.mfp-arrow-left {
    left: 0; }
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a  {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }
.mfp-arrow-right {
    right: 0; }
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }
.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
.mfp-iframe-holder .mfp-close {
    top: -40px; }
.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }
/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }
.mfp-figure figure {
  margin: 0; }
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }
.mfp-image-holder .mfp-content {
  max-width: 100%; }
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }
.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
	padding-right: 6px; } 
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; }
}
/*=======================================================
*================ End Magnific Popup CSS ================
=======================================================*/

/*=======================================================
*================== FlexSlider v2.2.0 ===================
=======================================================*/
/* Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none; border: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

@font-face {
	font-family: 'flexslider-icon';
	src:url('../../fonts/main/flexslider-icon.eot');
	src:url('../../fonts/main/flexslider-icon.eot?#iefix') format('embedded-opentype'),
            url('../../fonts/main/flexslider-icon.woff') format('woff'),
            url('../../fonts/main/flexslider-icon.ttf') format('truetype'),
            url('../../fonts/main/flexslider-icon.svg#flexslider-icon') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* FlexSlider Necessary Styles */
.flexslider {margin: 0; padding: 0; position: relative;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme */
.flexslider { margin: 0 0 60px; background: #fff; border: 4px solid #fff; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); -o-box-shadow: 0 1px 4px rgba(0,0,0,.2); box-shadow: 0 1px 4px rgba(0,0,0,.2); zoom: 1; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a  { text-decoration:none; display: block; width: 40px; height: 40px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0,0,0,0.8); text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
.flex-direction-nav .flex-prev { left: -50px; }
.flex-direction-nav .flex-next { right: -50px; text-align: right; }
.flexslider:hover .flex-prev { opacity: 0.7; left: 10px; }
.flexslider:hover .flex-next { opacity: 0.7; right: 10px; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.flex-direction-nav a:before  { font-family: "flexslider-icon"; font-size: 40px; display: inline-block; content: ''; }
.flex-direction-nav a.flex-next:before  { content: ''; }

/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }

/* Control Nav */
.flex-control-nav {padding: 0; list-style: none; border: none;}
.flex-control-nav li {display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}
/*=======================================================
*==================== End FlexSlider ====================
=======================================================*/

/*======================================================
*=================== Custom Carousel ===================
*=====================================================*/
.owl-carousel .owl-item{
	float: left;
}
.owl-pagination{
	display: inline-block;
}
.magazine-slider {
    margin-top: 0;
}
.magazine-slider img {
    height: 424px;
}
.magazine-slider .container {
    width: auto;
}
/*latest-news text bar*/
.magazine-latest-news {
    position: relative; 
    padding: 20px;
    background: #eee;
}
.breaking {
    position: absolute;
    top: 0;
    left: 0;
    float: left;
    margin-right: 30px;
    padding: 20px;
    text-transform: uppercase; 
    color: #fff;
    background: #333;
}
.breaking:after {
    position: absolute;
    top: 50%;
    left: 100%;
    width: 0;
    height: 0;
    margin-top: -10px; 
    content: " ";
    pointer-events: none;
    border: solid transparent;
    border-width: 10px;
    border-color: rgba(51, 51, 51, 0);
    border-left-color: #333;
}
.magazine-latest-news .news-slider {
    margin: 0  100px 0 180px;
}
.magazine-latest-news .flex-control-nav {
    bottom: 25px;
}
.magazine-latest-news a {
    color: #333;
}
/*End latest-news text bar*/
#img-carousel .item {
    margin: 5px;
}
#img-carousel .item img {
    display: block;
    width: 100%;
    height: auto;
}
.owl-theme .owl-controls .owl-page span {
    background: #eaeaea !important;
}
.c-info-row .c-info {
    width: 30%;
}
.c-info-row .c-info {
    padding-right: 30px;
}
.c-info-row .c-slide {
    width: 70%;
}
.c-info-row .c-info,
.c-info-row .c-slide {
    float: left;
}
.slides li,
.carousel.slide .carousel-inner {
    position: relative;
}
.slides .caption,
.carousel.slide .carousel-inner .caption {
    position: absolute;
    bottom: 50px;
    left: 0;
    padding: 15px 20px;
    color: #fff;
    background: rgba(0, 0, 0, .5);
    font-size: 24px;
}
/*---arrow carousel---*/
.full-width img {
    width: 100%;
    height: auto;
}
.carousel.slide .carousel-control {
    z-index: 90; 
    width: 50%;
}
.carousel.slide a.right.carousel-control:hover {
    cursor: url(../images/div/arrow_right.png), auto;
}
.carousel.slide a.left.carousel-control:hover {
    cursor: url(../images/div/arrow_left.png), auto;
}
.carousel.slide a.left.carousel-control,
.carousel.slide a.right.carousel-control {
    background-image: none;
}
.carousel.slide .carousel-fade .carousel-control {
    z-index: 5000;
}
.carousel.slide .carousel-control:hover,
.carousel.slide .carousel-control:focus {
    opacity: 1;

    filter: alpha(opacity=100);
}
.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
            transition-property: opacity; 
    opacity: 0;
}
.carousel-fade .carousel-inner .active {
    opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    z-index: 1; 
    left: 0;
    opacity: 0;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-control {
    z-index: 5000;
}
.side-object .object {
    position: relative;
    width: 30%;
    height: 400px; 
    margin-top: 100px;
}
.side-object .object img {
    position: absolute;
    bottom: 0; 
    left: 0;
    	/*width:100%;
	max-width:100%;*/
}
.side-object .content {
    padding: 200px 0 0 50px; 
    text-align: left;
}
.side-object .content-alt {
    padding: 200px 50px 0 0; 
    text-align: left;
}
.side-object .object,
.side-object .content,
side-object .content-alt{
    float: left;
}
#carousel-object .owl-controls {
    position: absolute;
    right: 0; 
    bottom: 30px;
        /*padding-bottom:70px;*/
}
.slider-full-screen,
.slider-full-width,
.slider-boxed .container {
    position: relative;
}
.slider-full-screen img {
    width: 100%;
    height: 100vh;
}
.slider-full-width img,
.slider-boxed img {
    display: block;
    overflow: hidden; 
    width: 100%;
    height: auto;
}
.slider-boxed {
    margin-top: 50px;
}
.slider-boxed .container {
    padding: 0;
}
#owl-slider .owl-item div {
    padding: 0;
}
#owl-slider .owl-item img {
    display: block;
    width: 100%;
    height: auto;
}
#owl-slider .owl-pagination {
    position: relative; 
    bottom: 50px;
}
#owl-slider.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 50px;
    height: 5px;
    margin: 5px 7px;
    opacity: .5;
    border-radius: 0; 

    filter: Alpha(Opacity=50);
}
#owl-slider.owl-theme .owl-controls .owl-page.active span {
    z-index: 1200; 
    opacity: 1;

    filter: Alpha(Opacity=100);
}
#owl-slider .owl-buttons {
    position: absolute;
    top: 50%;
    right: 30px;
    margin-top: -70px;
}
#owl-slider.owl-theme .owl-controls .owl-buttons div {
    display: block;
    zoom: 1;
    margin: 5px;
    padding: 5px 15px;
    opacity: .5; 
    color: #fff;
    border-radius: 0;
    background: #000;
    font-size: 20px;
    filter: Alpha(Opacity=50);
}
#owl-slider.owl-theme .owl-controls .owl-buttons div:hover {
    opacity: 1;
}
.parallax {
    height: 100vh;
    background-image: url("../img/demo.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 50% 50%; 
    background-size: cover;
}
.parallax-inner {
    padding: 150px 0;
    background-image: url("../img/demo.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 50% 50%; 
    background-size: cover;
}
.banner-state {
    height: 100vh;
    background-image: url("../images/banners/menu_banner.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 50% 50%; 
    background-size: cover;
}
.full-banner {
    position: relative;
    background-image: url("../images/banners/creative-banner.jpg");
    background-position: 50% 50%; 
    background-size: cover;
}
/*==============================================
 Banner: Flex
 ===============================================*/
.flex-direction-nav {
    display: none;
}
.flex-control-nav {
    position: absolute;
    z-index: 10;
    right: 15px;
    bottom: 15px;
    margin: 0;
    text-align: center;
}
.flex-control-nav li {
    float: left;
    width: 10px;
    height: 10px; 
    margin: 0 3px;
}
.flex-control-nav li a {
    display: block;
    width: 10px;
    height: 10px;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
         -o-transition: all .3s ease-in-out; 
            transition: all .3s ease-in-out;
    text-indent: -9999px;
    border: 1px solid #fff;
    border-radius: 50%;
}
.flex-control-nav li:hover a,
.flex-control-nav li a.flex-active {
    background-color: #fff;
}
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}
.flex-direction-nav {
    *height: 0;
}
.flex-direction-nav a {
    position: absolute;
    z-index: 200;
    top: 50%;
    display: block;
    overflow: hidden;
    width: 40px;
    height: 40px;
    margin: -40px 0 0;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
    text-decoration: none;
    color: rgba(0, 0, 0, .8);
    background-color: rgba(0, 0, 0, .5);
    line-height: 40px;
}
.flex-direction-nav a:hover {
    background-color: rgba(0, 0, 0, .7);
}
.flex-direction-nav a:before {
    display: block;
    width: 40px; 
    content: "\f104";
    text-align: center;
    color: #fff;
    font-family: "FontAwesome";
    font-size: 16px;
}
.flex-direction-nav a.flex-next:before {
    content: "\f105";
}
.flex-direction-nav .flex-prev {
    left: 0;
}
.flex-direction-nav .flex-next {
    right: 0;
    text-align: right;
}
/*==============================================
 Banner: Revolution
 ===============================================*/
.tp-banner-container {
    position: relative;
    width: 100%;
    padding: 0;
}
.tp-banner {
    position: relative; 
    width: 100%;
}
.tp-banner > ul {
    padding: 0;
    list-style: none;
}
.tp-banner-fullscreen-container {
    position: relative;
    width: 100%;
    padding: 0;
}
.rev-heading {
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #333;
    font: normal 60px/1.5;
    font-weight: 300;
}
.rev-subheading {
    letter-spacing: 6px; 
    text-transform: uppercase;
    color: #555;
    font-size: 20px;
}
.rev-desc {
    color: #454545;
    font-size: 16px;
    line-height: 26px;
}
.rev-white {
    color: #fff;
}
/*==============================================
 Banner: Bootstrap
 ===============================================*/
.bs-hero.full-screen .carousel-inner .item img {
    width: 100%; 
    /*height: 100vh;*/
    height: auto;
}
.bs-hero.full-screen .carousel-inner .item .bs-info {
    position: absolute;
    top: 40%;
    left: 12%;
}
.bs-hero.full-screen .carousel-inner .item .bs-info-center {
    position: absolute;
    top: 30%;
    left: 50%;
    width: 1000px;
    margin-left: -500px;
    text-align: center;
}
.bs-hero.full-screen .carousel-inner .item .bs-info-right {
    position: absolute;
    /*width: 1170px;*/
    top: 35%;
    right: 12%;
    text-align: right;
}
.bs-hero.full-screen .carousel-inner .item .bs-info h1 {
    text-transform: uppercase;
}
.bs-hero.full-screen .carousel-indicators {
    z-index: 1200;
}
.bs-hero.full-screen .carousel-inner .item .bs-info h1 span {
    font-size: 18px;
}
.bs-hero.full-screen .carousel.slide .carousel-control {
    width: 30%;
    margin-top: 180px;
    margin-bottom: 120px;
}
/*==============================================
 Banner: Static
 ===============================================*/
.banner-box {
    max-width: 650px;
    margin: 0 auto;
}
.banner-box h1,
.banner-box h3,
.banner-title h1,
.banner-title h3,
.banner-box h2,
.banner-box h2,
.banner-title h2,
.banner-title h2 {
    margin-bottom: 0;
}
.banner-box h1,
.banner-title h1 {
    letter-spacing: 5px;
    font-size: 60px;
    font-weight: bold;
}
.banner-box h3,
.banner-title h3 {
    letter-spacing: 6px;
    font-size: 20px;
}
.banner-title.light-txt h1,
.banner-title.light-txt h2,
.banner-title.light-txt h3 {
    color: #fff;
}
.b-lg-txt {
    font-size: 100px !important;
    font-weight: 300;
}
.hero-text {
    position: relative;
    z-index: 6000;
}
.hero-text h1 {
    margin-bottom: 10px;
}
.hero-text a {
    margin: 10px 5px;
}
.banner-scroll a {
    position: absolute;
    z-index: 10; 
    bottom: 20px;
    left: 50%;
    margin-left: -11px;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
}
.banner-scroll a:before {
    display: block;
    width: 25px;
    height: 35px;
    margin-bottom: 5px; 
    margin-left: 5px;
    content: "";
    border: 2px solid #fff;
    border-radius: 15px;
}
.banner-scroll .scroll-down {
    position: absolute;
    z-index: 2;
    top: 8px;
    left: 50%;
    display: block;
    width: 2px;
    height: 8px;
    margin-left: -3px;
    -webkit-animation: 3s arrow infinite ease;
            animation: 3s arrow infinite ease; 
    background: #fff;
}
/*==============================================
 Banner: Video
 ===============================================*/
.video-banner {
    position: relative;
    display: block;
    overflow: hidden; 
    width: 100%;
    height: 100vh;
}
.video-banner.overlay-background .container {
    position: absolute; 
    z-index: 300;
}
.overlay-background {
    position: relative;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 50% 0;
    background-size: cover;
}
.overlay-background .container {
    position: relative; 
    z-index: 300;
}
.overlay-block {
    position: absolute;
    z-index: 200; 
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
}
.overlay-block-light {
    position: absolute;
    z-index: 200; 
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .30);
}
/*==============================================
 Video Parallax
 ===============================================*/
.video-parallax {
    position: relative;
    overflow: hidden;
}
.video-parallax .container {
    position: absolute;
    z-index: 100;
    top: 50%;
    right: 0;
    left: 0;
    margin-top: -80px; 
    color: #fff;
}
.video-parallax .container i {
    display: block; 
    margin-bottom: 30px;
    font-size: 50px;
}
.video-parallax .container + .video-wrap {
    z-index: 1;
}
.video-wrap {
    position: relative; 
    overflow: hidden;
    width: 100%;
}
.video-overlay,
.banner-overaly {
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);

    -webkit-backface-visibility: hidden;
}
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0); 
        opacity: 0;
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0); 
        opacity: 0;
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0); 
        opacity: 1;
    }
}
/*------------------------------------------------
 Responsive
------------------------------------------------*/
@media screen and (max-width: 1024px) {
    .bs-hero.full-screen .carousel.slide .carousel-control {
        width: 30%;
        margin-top: 0;
        margin-bottom: 0;
    }
    .bs-hero.full-screen .carousel-inner .item img {
        width: 100%; 
        height: auto;
    }
    .bs-hero.full-screen .carousel-inner .item .bs-info-center {
        width: 100%; 
        margin-left: -50%;
    }
    .bs-hero.full-screen .carousel-inner .item .bs-info-right {
        width: 100%;
    }
    .bs-hero.full-screen .carousel-inner .item .bs-info-right {
        top: 45%;
        right: 0;
        left: 0;
        text-align: center;
    }
    .banner-box h1,
    .banner-title h1 {
        font-size: 30px;
    }
    .banner-box h3,
    .banner-title h3 {
        font-size: 18px;
    }
}
@media screen and (max-width: 991px) {
    .side-object .content,
    side-object .content-alt{
        padding: 200px 20px 0; 
        text-align: left;
    }
}
@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev {
        left: 0; 
        opacity: 1;
    }
    .flex-direction-nav .flex-next {
        right: 0; 
        opacity: 1;
    }
}
@media screen and (max-width: 800px) {
    .bs-hero.full-screen .carousel-inner .item img {
        width: 100%; 
        height: 100vh;
    }
}
@media screen and (max-width: 767px) {
    .bs-hero.full-screen .carousel-inner .item img {
        width: 100%; 
        height: 100%;
    }
    .owl-pagination{ display:none;}
}
/*======================================================
*================= End Custom Carousel =================
*=====================================================*/