@font-face {
    font-family: 'Mono Social Icons Font';
    src: url('../../fonts/MonoSocialIconsFont-1.10.eot');
    src: url('../../fonts/MonoSocialIconsFont-1.10.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/MonoSocialIconsFont-1.10.woff') format('woff'),
         url('../../fonts/MonoSocialIconsFont-1.10.ttf') format('truetype'),
         url('../../fonts/MonoSocialIconsFont-1.10.svg#MonoSocialIconsFont') format('svg');
    src: url('../../fonts/MonoSocialIconsFont-1.10.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html,
body {
    height: 100%;
}
		
body {
    font-family: 'Open Sans', sans-serif;
    background-attachment: fixed !important;
    /*background: url(../img/sky.jpg) repeat #262626;*/
}

h1, h2, h3, h4, h5, h6{
    color: #ccff00;
    font-family: 'Open Sans', sans-serif;
}

a{
    color: #ccff00;
}

a:hover{
    color: #ccff00;
}

strong, b{
    color: #fff;
}

hr {
    width: 97%;
    height: 2px;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    background: url(../img/bg_bottom_box.png) repeat-x;
}

.breadcrumb{
    background: transparent;
    font-size: 14px;
    margin-bottom: 0;
}

.breadcrumb li, .breadcrumb>.active,
.breadcrumb>li+li:before{
    color: #fff;
}

.breadcrumb li a{
    color: #ccff00;
}

.fmenu li {
    padding: 10px 0 10px 0;
    width: 100%;
    border-bottom: 1px solid #272727;
}

.fmenu li:last-child{
    border-bottom: none;
}

.pagination>li>a,
.pagination>li>span {
    background-color: transparent;
    border: 1px solid transparent;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus{
    background-color: #ccff00;
    border-color: #ccff00;
}

.pagination>li>a,
.pagination>li>span{
    color: #ccff00;
}

.light{
    background: rgba(0,0,0,.7);
}

.dark{
    background: #000;
    border: 5px solid #000;
}

.main-page{
    display: table;
    height: 100%;
    width: 100%;
}

.title{
    font-size: 24px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    border-bottom: 2px solid #4f7cc1;
    margin-bottom: 20px;
}

.pagination{
    margin: 20px auto;
    display: table;
}

body.alter-body ol.breadcrumb{
    
}

body.alter-body ol.breadcrumb a{
    color: #66a61e;
}

header{
    background: #262626;
}

header.header-fixed{
    background: transparent;
    z-index: 1040;
    padding: 10px 0 0 0;
}

header.header-fixed .watch_online{
    color: #fff;
    position: relative;
    z-index: 9;
}

header.header-fixed .watch_online p{
    color: #fff;
    line-height: 36px;
    vertical-align: top;
}

header.header-fixed .watch_online p a{
    color: #ccff00;
    text-decoration: underline;
    vertical-align: top;
}

header.header-fixed .watch_online p a.social{
    text-decoration: none;
    font-size: 36px;
    font-family: 'Mono Social Icons Font';
}

header.header-fixed .contacts .morecontacts{
    text-align: right;
}

header.header-fixed .contacts p span.gray{
    color: #888888;
    font-weight: normal;
}

header.header-fixed .contacts .morecontacts a{
    color: #555555;
    font-size: 13px;
    text-shadow: 1px 1px 1px #ffffff;
}

header.header-fixed .contacts .morecontacts a:first-child{
    margin-right: 10px;
}

header a.social {
    background: #ccff00;
    color: #000;
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 50%;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    position: relative;
}

header a.social i{
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.leaf{
    background: url(../img/leaf1.png) no-repeat;
    background-size: contain;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 0;
    overflow: hidden;
}

.wath-us{
    float: right;
    height: 30px;
    line-height: 30px;
    margin-left: 5px;
}

#logo-header{
    margin-top: -20px;
}

.logo2 img{
    margin-left: 15px;
}

.alter-navbar{
    position: relative;
    margin: 0;
    min-height: 40px;
    border-width: 0;
}

.alter-navbar .navbar-header{
    margin-top: -55px;
}

.alter-navbar ul.nav.navbar-nav{
    background: transparent;
}

.alter-navbar .navbar-nav>li{
}

.alter-navbar .navbar-nav>li>a{
    text-decoration: underline;
    padding: 15px 15px;
    line-height: 10px;
}

.alter-navbar .navbar-nav>li>a{
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}

.alter-navbar .navbar-nav>li.active>a{
    color: #ccff00;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus{
    background-color: #ccff00;
}

body.prom-body .alter-navbar .navbar-nav>li>a{
    color: #4f7cc1;
}

.alter-navbar .navbar-nav>li>a:hover{
    color: #fff;
    background: transparent;
    text-decoration: none;
}

body.prom-body .alter-navbar .navbar-nav>li>a:hover{
    color: #fff;
    background: #ccff00;
}

.alter-navbar .navbar-toggle{
    background: #66a61e;
    border-color: #66a61e;
}

body.prom-body .alter-navbar .navbar-toggle{
    background: #4f7cc1;
    border-color: #4f7cc1;
}

.alter-navbar .navbar-toggle .icon-bar{
    border: 1px solid #fff;
}

.alter-navbar .dropdown-menu{
    border: 1px solid #d5dd66;
    background: rgba(255,255,255,0.95);
}

body.prom-body .alter-navbar .dropdown-menu{
    border: 1px solid #6680a8;
}

.alter-navbar .dropdown-menu>li>a{
    color: #66a61e;
    font-size: 14px;
    text-decoration: underline;
}

body.prom-body .alter-navbar .dropdown-menu>li>a{
    color: #6680a8;
}

.alter-navbar .dropdown-menu>li>a:hover{
    text-decoration: none;
}

.alter-navbar .nav .open>a, .alter-navbar .nav .open>a:hover, .alter-navbar .nav .open>a:focus{
    color: #000;
    background: #ccff00;
}

body.prom-body .alter-navbar .nav .open>a, body.prom-body .alter-navbar .nav .open>a:hover, body.prom-body .alter-navbar .nav .open>a:focus{
    color: #fff;
    background: #6680a8;
}

.partner img{
    max-width: 90px;
    max-height: 90px;
}


.content{
    position: relative;
    background: #000;
    float: left;
    width: 100%;
    z-index: 12;
    padding: 40px 0 60px 0;
}

.content p, .content div{
    color: #fff;
}

.text{
    
}

.text p, .text div, .text strong{
    color: #fff;
}

/* Service */

.service{
    float: left;
    margin: 50px 0 50px 0;
}

.service span.service-title{
    float: left;
    color: #66a61e;
    font-size: 20px;
    margin: 5px 0;
}

.prom-body .service span.service-title{
    color: #4f7cc1;
}

.service ul{
    float: left;
    width: 100%;
    padding: 0;
}

.service ul li{
    list-style-type: none;
    padding-bottom: 5px;
}

.service ul li a{
    font-size: 14px; 
    text-decoration: underline;
    color: #4d4d4d;
}

/* End. Service */

/* Main title */

.main-title{
    float: left;
    width: 100%;
    text-align: center;
    font-size: 30px;
    padding: 20px 0;
}

.prom-body .main-title{
    background: #4f7cc1;
}

.main-title h1{
    font-size: 30px;
    line-height: 30px;
    display: inline-block;
    color: #ccff00;
    padding: 0 30px;
    margin: 0;
    vertical-align: super;
}

/* Cats */

body.alter-body .cat{
    border: 1px solid #EAFFD2;
}

.cat{
    background: #fff;
    border-radius: 5px;
    text-align: center;
}

.item{
    /*text-align: center;*/
}

.cat .cat-image, .item .item-image{
    width: 100%;
    height: 190px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.cat .cat-description, .item .item-description{
    padding: 10px 0;
}

.cat-wr, .item-wr{
    margin: 0 auto;
    display: inline-block;
}

body.alter-body .cat-description a{
    color: #66a61e;
}

.cat-description a:hover{
    text-decoration: none;
}

/* End. Main title */

.column{
    padding: 0 20px;
    margin: 0 0 50px 0;
    float: left; 
    width: 100%;
}

.column2{
    padding: 0 20px;
    margin: 0 0 50px 0;
    float: left;
    -webkit-column-count:2;  
    -moz-column-count:2;  
    column-count:2; 
    -webkit-column-gap: 4em;
     -moz-column-gap: 4em;
     column-gap: 4em;
}

.column2 p{
    text-align: justify;
}

.mp-nav-bar{
    background: #262626;
    border: none;
}

.mp-nav-bar .navbar-brand{
    height: 70px;
}

.mp-nav-bar .navbar-brand img{
    padding-bottom: 5px;
}

.mp-nav-bar li a{
    padding: 5px 10px;
    line-height: 40px;
}

.mp-nav-bar li a.social{
    color: #fff;
    font: 36px/40px 'Mono Social Icons Font';
}

.mp-nav-bar li a.about{
    color: #fff;
    border-right: 1px solid #fff;
    line-height: 14px;
    margin: 12px 0;
}

.right-mp-menu{
    margin-top: 25px;
}

.wrap-content{
  display: table;
  background: #262626;
  /*height: 100%;*/
  width: 100%;
}

.section-img-mp{
  width: 100%;
  height: auto;
}

#sections-mp{
    display: inline-block;
    max-width: 100%;
    height: 100%;
    width: 100%;
    position: relative;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    background-repeat: no-repeat;
    line-height: 1px;
    z-index: 9;
}

#sections-mp img{
  width: 100%;
  height: auto;
}

#sections-mp #zoneA {
  left: 10%;
  width: 40%;
}

#sections-mp #zoneB {
  left: 50%;
  width: 40%;
}

#sections-mp #zoneA, #sections-mp #zoneB {
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  z-index: 2;
  -webkit-transform: skewX(13deg);
  -moz-transform: skewX(13deg);
  -ms-transform: skewX(13deg);
  -o-transform: skewX(13deg);
  transform: skewX(13deg);
  cursor: pointer;
  background: rgba(0,0,0,0);
}

.sectionstitles{
  margin: -100px 0 0 0;
  background: rgba(0,0,0,0.7);
  position: relative;
  z-index: 10;
}

.sectionstitles h1{
  font-size: 23px;
  font-weight: 400;
  margin-top: 11px;
}

.sectionstitles h1.blue{
    color: #0092ff;
}

.sectionstitles h1.orange{
    color: #ff9c00;
}

.sectionstitles span{
  color: #fff;
  font-size: 16px;
  margin-bottom: 10px;
  display: block;
}

#leftsectionstitles a:hover, #rightsectionstitles a:hover{
    text-decoration: none;
}

#leftsectionstitles{
  padding-right: 100px
}

.sections-mp-alter{
  width: 100%;
  float: left;
  background: #fff;
}

.dispatch-link{
  margin-bottom: 20px;
}

.dispatch-link h1.blue {
    font-size: 24px;
    font-weight: 300;
    color: #0092ff;
}

.dispatch-link h1.orange {
    font-size: 24px;
    font-weight: 300;
    color: #ff9c00;
}

.dispatch-link span{
  font-size: 20px;
  font-weight: 300;
  color: #333;
}   

.sections-mp-alter a,.sections-mp-alter a:hover{
  text-decoration: none;
}

#rightsectionstitles{
  padding-left: 100px
}

.symbol, a.symbol:before {
    font-family: 'Mono Social Icons Font';
    -webkit-text-rendering: optimizeLegibility;
    -moz-text-rendering: optimizeLegibility;
    -ms-text-rendering: optimizeLegibility;
    -o-text-rendering: optimizeLegibility;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

a.symbol:before {
    content: attr(title);
    margin-right: 0.3em;
    font-size: 130%;
}

/* ITEM */

.alter-body .item{
    
}

.alter-body .item a{
    color: #66a61e;
} 

.alter-body .item a:hover{
    text-decoration: none;
}

.alter-body .item a.title{
    color: #66a61e;
    border-bottom: 2px solid #66a61e;
    line-height: 36px;
}   

.pdf {
    float: right;
    padding-left: 40px;
    background: url(../img/file_extension_PDF.png) no-repeat;
    height: 32px;
    line-height: 32px;
    color: #F00;
    margin-bottom: 10px;
}

/* Footer */
footer{
  position: relative;
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top,  #ffffff 0%, #e3e3e3 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e3e3e3)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ffffff 0%,#e3e3e3 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ffffff 0%,#e3e3e3 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ffffff 0%,#e3e3e3 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #ffffff 0%,#e3e3e3 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e3e3e3',GradientType=0 ); /* IE6-9 */
  z-index: 13;
}

footer.copyrights{
    margin-bottom: 0;
    color: #fff;
}

footer.copyrights a{
    color: #fff;
    text-decoration: underline;
}

footer ul{
  padding: 20px 0 20px 0;
}

footer ul li{
  list-style-type: none;
}

footer ul li a{
  color: #6c6c6c;
}

footer ul li.orange a{
  font-size: 16px;
  color: #ff9c00;
}

footer ul li.blue a{
  font-size: 16px;
  color: #0092ff;
}

footer ul li.copy{
  margin-top: 20px;
}

footer ul.fmenu li a{
  color: #a5a5a5;
}

.flogo{
  float: left;
  width: 100%;
  margin-top: 20px;
}

.fsocial{
  float: left;
  padding: 0;
  margin-top: 10px;
}

.fsocial li{
  float: left;
  display: block;
  list-style-type: none;
  margin-right: 5px;
}

.fsocial li a{
  color: #b2b2b2;
  font: 36px/40px 'Mono Social Icons Font';
}

/* End. Footer */

/* Alter Footer */
footer.alter-footer{
    background: transparent;
    padding: 0;
}

footer.alter-footer .footer-body{
    /*background: transparent;*/
    background: rgba(0,0,0,0.7);
    padding: 20px 0;
}

footer.alter-footer p{
    font-size: 13px;
    color: #fff;
}

footer.alter-footer p strong{
    color: #fff;
}

footer p.fsocial.alter a{
    color: #fff;
    font: 40px/50px 'Mono Social Icons Font';
    margin-right: 5px;
}

footer.alter-footer ul li a{
    color: #ccff00;
    border-color: #fff;
}

footer.alter-footer .copyrights a{
    color: #ccff00;
    text-decoration: underline;
}

.ftitle{
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.ftitle a{
    color: #ccff00;
    text-decoration: none;
}

.footer_our_works{
    float: left;
    width: 30%;
    display: block;
    margin: 0 1% 1% 0;
}

.one-fshare{
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
    color: #ababab;
}

.one-fshare .fshare-title{
    float: left;
    color: #dcdcdc;
    font-weight: bold;
}

.one-fshare .fshare-short{
    float: left;
    color: #ababab;
}

.fart table td{
    padding: 5px 0 5px 0;
    margin: 0;
    vertical-align: top;
}

.fart table tr{
    /*background: url(../img/bg_bottom_box.png) repeat-x;*/
}

.one-fart img{
    width: 150px;
}

.one-fart .fart-title{
    display: inline-block;
    color: #ccff00;
    padding-left: 10px;
}

a.one-fart{
    text-decoration: none;
}

.fart-text{
    padding-left: 10px;
    color: #fff;
    font-size: 12px;
    display: block;
}

.copyrights{
    float: left;
    width: 100%;
    background: transparent;
    margin: 50px 0 0 0;
    padding: 10px 0;
}

.copyrights p, .copyrights ul li a{
    font-size: 12px !important;
}

.copyrights ul{
    padding: 0;
    float: right;
}

.copyrights ul li{
    display: inline-block;
}

.copyrights ul li a{
    color: #fff;
    padding-right: 5px;
}

.copyrights ul li a{
    border-right: 1px solid #fff;
}

.copyrights ul li:last-child a{
    border-right: none;
}


.partner{
    margin-bottom: 20px;
}

.partner table td{
    padding: 5px;
}

.partner table td a:hover{
    color: #ccff00;
    text-decoration: none;
}

/* Google Translate */
#google_translate_element{
    margin-top: -2px;
    margin-left: 10px;
    float: right;
    width: 200px;
}

.goog-logo-link{
    display: none;
}

.goog-te-gadget{
    font-size: 0 !important;
}

select.goog-te-combo{
    float: left;
    width: 100%;
    height: 26px;
}

/* End. Alter Footer */

@media (max-width: 767px) {

    body{
        top: 0 !important;
    }

    header .navbar-toggle{
        margin-right: 0;
    }

    .alter-navbar .navbar-header {
        margin-top: 0;
    }

    .mp-nav-bar .navbar-toggle{
       margin-top: 25px;
    }
    .sectionstitles{
      display: none;
    }
    #sections-mp{
      display: none;
    }

    .skiptranslate{
        display: none;
    }

    .navbar-brand{
        padding: 0;
    }

    #logo-header{
        margin-top: 0;
        max-height: 50px;
    }

    #bs-navbar-collapse-2{
        width: 100%;
    }

    .copyrights .pull-right{
        float: left !important;
        margin-top: 10px;
    }

    .column2{
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: inherit;
        -moz-column-gap: inherit;
        column-gap: inherit;
    }

    .carousel-control{
        display: none;
    }

}

@media (min-width: 768px) and (max-width: 992px) {

    #logo-header {
        margin-top: -15px;
        max-height: 50px;
    }

    .mp-nav-bar .navbar-toggle{
      margin-top: 20px;
    }
    .wrap-content{
      padding: 0;
    }

    .sectionstitles{
      display: none;
    }
    #sections-mp{
      display: none;
    }

}

@media (min-width: 992px) and (max-width: 1199px) {
    .sections-mp-alter{
        display: none;
    }

   .sectionstitles h1{
     font-size: 20px;
     font-weight: 400;
     margin-bottom: 5px;
   }

   .sectionstitles span{
     font-size: 14px;
   }

}

@media (min-width: 1200px) {
    .sections-mp-alter{
        display: none;
    }

}
