﻿@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900&subset=latin-ext");
@import url("lib/companents.css");
body{
    margin:0;
    padding:0;
    cursor:default;
    color:#333;
    font-family:"Open Sans",sans-serif;
    background-color:#0f300c;
    font-size:12px;
    background-image:url("../images/bg.png");
    background-repeat:no-repeat;
    background-position:center 0;
}

.resimboyut {height:130px;}

 
 
.istatistikorta {background-image:url("../images/istatistikorta.jpg");padding-top:10px; padding-bottom:10px}

.haber-foto {width:300px; margin-bottom: 10px;}

.container {
  padding-right: 0px;
  padding-left: 0px;
margin-right: auto;
margin-left: auto;
}
.row{margin:0;}


.progress-title{
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 5px;
    text-align: center;

}
.progress{
    height: 17px;
    background: #e6e6e6;
    border-radius: 0;
    box-shadow: none;
    overflow: visible;
    margin-bottom: 5px;
}
.progress .progress-bar{
    position: relative;
    -webkit-animation: animate-positive 2s;
    animation: animate-positive 2s;
}

.progress .progress-value{
    display: block;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    padding-left: 5px;
    padding-right: 5px;
    position: absolute;
    
   /* top: -30px;
    right: -25px;*/
}

.ibox-in {height:370px;  overflow: scroll;}

/*.ibox-in {height:350px; overflow: scroll;}*/
ul,ul li{
    text-decoration:none;
    border:0;
    margin:0;
    padding:0;
    list-style:none;
}
a{
    color:#000;
    text-decoration:none !important;
    cursor:pointer;
}
* a{
    color:inherit;
}

.normalgizle {display: none;}

* a:focus{
    color:inherit;
}
img{
    border:0;
    vertical-align:middle;
   user-drag: none; 
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
 }
h1,h2,h3,h4,h5,h6{
    margin:0;
    padding:0;
    font-weight:normal;
}
input:focus,a:focus,button:focus,textarea:focus{
    outline:none !important;
    box-shadow:none !important;
}
.fa.fa-active-show,.fa.fa-hover-show,.active>.fa.fa-active-hidden,:hover>.fa.fa-hover-hidden{
    display:none;
}
.active>.fa.fa-active-show,:hover>.fa.fa-hover-show{
    display:inline-block;
}
.img-dila{
    overflow:hidden;
    display:block;
    position:relative;
}
.img-dila img{
    -webkit-transition:all .4s ease;
    -moz-transition:all .4s ease;
    -o-transition:all .4s ease;
    -ms-transition:all .4s ease;
    transition:all .4s ease;
}
.img-dila:hover img{
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
    -webkit-transform:translateZ(0) scale(1.2);
    -moz-transform:scale(1.2);
    -ms-transform:scale(1.2);
    -o-transform:translatZ(0) scale(1.2);
    transform:translatZ(0) scale(1.2);
}
.iblock,.vmiddle{
    display:inline-block;
}
.vmiddle{
    vertical-align:middle;
}

.faaliyet-kutu {
  margin-bottom: 20px;
  overflow: hidden; }
  .faaliyet-kutu img {
    width: 100%;
    border: 2px solid #d6d6d6;
    margin-bottom: 10px;
    max-height: 220px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease; }
  .faaliyet-kutu .icerik {
    color: #626262;
    font-size: 11px;
    line-height: 14px; }
  .faaliyet-kutu h3 {
    color: #930000;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease; }
  .faaliyet-kutu:hover img {
    border: 2px solid #5ab248; }
  .faaliyet-kutu:hover h3 {
    color: #5ab248; }



.pos-relative{
    position:relative;
}
.noCursor{
    cursor:default;
}
.noborder{
    border:0 !important;
}
a.logo-267{
    background-color:#eee;
    border-radius:50%;
    padding:6px;
    margin:10px auto;
}
a.logo-267:hover{
    background-color:#fafafa;
}
.pusher{
    display:inline-block;
    vertical-align:middle;
    -webkit-transform:translateZ(0);
    transform:translateZ(0);
    box-shadow:0 0 1px transparent;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
    -moz-osx-font-smoothing:grayscale;
}
.pusher:hover,.pusher:focus,.pusher:active{
    -webkit-animation-name:pusher;
    animation-name:pusher;
    -webkit-animation-duration:.3s;
    animation-duration:.3s;
    -webkit-animation-timing-function:linear;
    animation-timing-function:linear;
    -webkit-animation-iteration-count:1;
    animation-iteration-count:1;
}

/* ZAMAN ÇİZELGESİ */

.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

    .timeline:before {
        top: 0;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 3px;
        background-color: #eeeeee;
        left: 50%;
        margin-left: -1.5px;
    }

    .timeline > li {
        margin-bottom: 20px;
        position: relative;
    }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li > .timeline-panel {
            width: 46%;
            float: left;
            border: 1px solid #d4d4d4;
            border-radius: 2px;
            padding: 20px;
            position: relative;
            -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
            background-color: #fff;
        }

            .timeline > li > .timeline-panel:before {
                position: absolute;
                top: 26px;
                right: -15px;
                display: inline-block;
                border-top: 15px solid transparent;
                border-left: 15px solid #ccc;
                border-right: 0 solid #ccc;
                border-bottom: 15px solid transparent;
                content: " ";
            }

            .timeline > li > .timeline-panel:after {
                position: absolute;
                top: 27px;
                right: -14px;
                display: inline-block;
                border-top: 14px solid transparent;
                border-left: 14px solid #fff;
                border-right: 0 solid #fff;
                border-bottom: 14px solid transparent;
                content: " ";
            }

        .timeline > li > .timeline-badge {
            color: #fff;
            width: 50px;
            height: 50px;
            line-height: 50px;
            font-size: 1.4em;
            text-align: center;
            position: absolute;
            top: 16px;
            left: 50%;
            margin-left: -25px;
            background-color: #999999;
            z-index: 100;
            border-top-right-radius: 50%;
            border-top-left-radius: 50%;
            border-bottom-right-radius: 50%;
            border-bottom-left-radius: 50%;
        }

        .timeline > li.timeline-inverted > .timeline-panel {
            float: right;
        }

            .timeline > li.timeline-inverted > .timeline-panel:before {
                border-left-width: 0;
                border-right-width: 15px;
                left: -15px;
                right: auto;
            }

            .timeline > li.timeline-inverted > .timeline-panel:after {
                border-left-width: 0;
                border-right-width: 14px;
                left: -14px;
                right: auto;
            }

.timeline-badge.primary {
    background-color: #2e6da4 !important;
}

.timeline-badge.success {
    background-color: #3f903f !important;
}

.timeline-badge.warning {
    background-color: #f0ad4e !important;
}

.timeline-badge.danger {
    background-color: #d9534f !important;
}

.timeline-badge.info {
    background-color: #5bc0de !important;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}

    .timeline-body > p + p {
        margin-top: 5px;
    }

 @media (max-width: 767px) {
   .container {
  padding-right: 0px;
  padding-left: 0px;
margin-right: auto;
margin-left: auto;
}

.timeline > li.timeline-inverted > .timeline-panel {
float: right;
left: 30px;
margin-right: 20px;
}

.timeline > li > .timeline-panel {padding: 10px;
width: 42%;

}

.timeline-title {font-size: 16px;}

.timeline > li.timeline-inverted > .timeline-panel:after {border-right-width: 0px;

}

.timeline > li.timeline-inverted > .timeline-panel:before {border-right-width: 0px;

}

.timeline > li > .timeline-panel:before {border-top: 0px solid transparent;
border-left: 0px solid #ccc; 
border-right: 0 solid #ccc; 
border-bottom: 0px solid transparent;}  

.timeline > li > .timeline-panel:after {
	border-top: 0px solid transparent; 
border-left: 0px solid #fff; 
border-right: 0 solid #fff; 
border-bottom: 0px solid transparent; 
}

.timeline > li > .timeline-panel {right:10px;}
   
}

/* USER PROFILE PAGE */
 .card {
    padding: 30px;
    background-color: rgba(214, 224, 226, 0.2);
    -webkit-border-top-left-radius:5px;
    -moz-border-top-left-radius:5px;
    border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    -moz-border-top-right-radius:5px;
    border-top-right-radius:5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.card.hovercard {
    position: relative;
    padding-top: 0;
    overflow: hidden;
    text-align: center;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 1);
}
 .card.hovercard .card-background {
	height: 160px;
}

.card-background img {
 
    margin-left: -100px;
     min-width: 130%;
}
.card.hovercard .useravatar {
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
}
.card.hovercard .useravatar img {
    width: 100px;
    height: 100px;
    max-width: 100px;
    max-height: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid rgba(255, 255, 255, 0.5);
}
.card.hovercard .card-info {
    position: absolute;
    bottom: 14px;
    left: 0;
    right: 0;
}
.card.hovercard .card-info .card-title {
    padding:15px;
    font-size: 20px;
    line-height: 1;
    font-weight: bold;
    color: #fff;
     -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.card.hovercard .card-info {
    overflow: hidden;
    font-size: 12px;
    line-height: 20px;
    color: #737373;
    text-overflow: ellipsis;
}
.card.hovercard .bottom {
    padding: 0 20px;
    margin-bottom: 17px;
}
.btn-pref .btn {
    -webkit-border-radius:0 !important;
}




@-webkit-keyframes pusher{
    50%{
        -webkit-transform:scale(.8);
        transform:scale(.8);
    }
    100%{
        -webkit-transform:scale(1);
        transform:scale(1);
    }
}
@keyframes pusher{
    50%{
        -webkit-transform:scale(.8);
        transform:scale(.8);
    }
    100%{
        -webkit-transform:scale(1);
        transform:scale(1);
    }
}
.middler{
    position:absolute;
    z-index:10;
    left:0;
    top:0;
    width:100%;
    height:100%;
}
.middler-in{
    width:100%;
    height:100%;
    border-spacing:0;
    display:table;
    border-collapse:collapse;
}
.middler-in.static{
    position:static;
    z-index:auto;
}
.middler-left,.middler-center,.middler-right,.middler-top,.middler-bottom{
    display:table-cell;
    vertical-align:middle;
    text-align:left;
}
.middler-center{
    text-align:center;
}
.middler-right{
    text-align:right;
}
.middler-top{
    vertical-align:top;
}
.middler-bottom{
    vertical-align:bottom;
}
.ihover{
    position:absolute;
    z-index:9;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,.7);
}
.nobg{
    background-color:transparent !important;
}
[data-active-in]{
    display:none;
}
[data-active-in].active{
    display:block;
}
[animate],[data-effect]{
    visibility:hidden;
}
.anim,.goTop,.bootstrap-select.form-control,.bootstrap-select.form-control .btn-selector,.top-menu ul li a,.slide-images ul li a:before,.slide .middler,.slider-controls a,.btn-more,.social-link,.itab,.gtab,.footer-menu ul li a,.footer-social a,.copyright-text a,.poster ol li a,.side-menu>ul>li>a,.side-menu>ul>li>a .fa,.side-menu>ul>li>a:after,.side-menusol>ul>li>a,.side-menusol>ul>li>a .fa,.side-menusol>ul>li>a:after,.content a,.logo,#bs ul li a,.rating-table .table tr td a{
    -moz-transition:300ms all;
    -o-transition:300ms all;
    -webkit-transition:300ms all;
    -ms-transition:300ms all;
    transition:300ms all;
}
.goTop{
    background-color:#357d31 !important;
    border:1px solid #fff !important;
    border-radius:0;
    -moz-border-radius:0;
    -webkit-border-radius:0;
}
.goTop:hover{
    background-color:#292f36 !important;
}
ul.nav.navbar-nav,nav.navbar,a.navbar-brand{
    margin:0;
}
nav.navbar{
    border:none;
    border-radius:0;
    min-height:inherit;
}
a.navbar-brand{
    height:auto;
    padding:0;
    line-height:inherit;
}
.navbar-toggle{
    border-color:#fff;
    margin-right:0;
    position:absolute;
    right:15px;
    top:35px;
}
.navbar-toggle.collapsed{
    background-color:#357d31;
}
.navbar-toggle,.navbar-toggle:hover{
    background-color:#292f36;
}
.navbar-toggle .icon-bar{
    background-color:#fff;
}
#bs{
    box-shadow:none !important;
    padding:0 !important;
    margin:0 !important;
}
#bs>ul>li>a{
    background-color:transparent;
    color:#fff;
    padding:0;
    line-height:100%;
    padding:12px 16px;
    font-weight:500;
    font-size:16px;
}
@media only screen and (min-width:768px) and (max-width:992px){


    #bs>ul>li>a{
        font-size:14px;
        padding:10px;
 
    }
    
      .normalgizle {display: inline;}


}
#bs>ul>li>a:before{
    background-color:#357d31;
}
@media only screen and (max-width:767px){

.faaliyet-kutu h3 {
	font-size:14px;
 }
 
 .resimboyut {height:200px;}

  .faaliyet-kutu img {
  width:135px;
  height: 90px;
  }
  
  .normalgizle {display: inline;}

    #bs>ul>li>a{
        border-bottom:1px solid #fff !important;
    }
}
#bs>ul>li>a:hover:before,#bs>ul>li:hover>a:before{
    background-color:#357d31;
}
#bs>ul>li.active>a{
    background-color:#357d31;
}
#bs>ul>li.active>a,#bs>ul>li.active>a:hover,#bs>ul>li.active>a:focus{
    color:#fff !important;
}
#bs>ul>li.active>a:before,#bs>ul>li.active>a:hover:before,#bs>ul>li.active>a:focus:before{
    background-color:#357d31;
}
#bs>ul>li:hover ul{
    display:block;
}
#bs>ul .open .dropdown-menu,#bs>ul>li ul{
    margin-top:0 !important;
    -webkit-animation-duration:300ms;
    animation-duration:300ms;
}
#bs>ul>.open>a,#bs>ul>.open>a:hover,#bs>ul>.open>a:focus{
    cursor:default;
    color:#fff !important;
    border-color:transparent !important;
}
#bs>ul>.open>a:before,#bs>ul>.open>a:hover:before,#bs>ul>.open>a:focus:before{
    background-color:#357d31;
}
#bs>ul .open .dropdown-menu,#bs>ul>li:hover ul{
    margin-top:0;
    padding:0 0;
    border:none !important;
    border-radius:0;
    min-width:160px !important;
}
#bs>ul .open .dropdown-menu>li>a,#bs>ul>li:hover ul li a{
    display:block;
    font-size:14px;
    padding:10px;
    font-weight:500;
    color:#fff;
    background-color:#357d31;
    border-bottom:1px solid #fff;
}
#bs>ul .open .dropdown-menu>li:last-child>a,#bs>ul>li:hover ul li:last-child a{
    border-bottom:0;
}
#bs>ul .open .dropdown-menu>li:hover>a,#bs>ul>li:hover ul li a:hover{
    background-color:#1b1a1b;
    color:#fff;
}
.dropdown-menu-center{
    right:auto !important;
    left:50% !important;
    transform:translate(-50%,0);
}
@media only screen and (min-width:768px) and (max-width:992px){
    .navbar-header,.logo{
        float:none !important;
        text-align:center !important;
    }
    .logo{
        display:inline-block !important;
    }
}
.slide-images>ul,.notice-slider>ul,.best-1 ul,.best-2 ul,.best-3 ul,.ref-slider>ul,.rslide ul,.rslide-thumbs ul,.puandurum ul{
    transform:scale(0);
    height:0;
}
.site{
    background-color:#eef2ed;
    margin-bottom:25px;
}
.top-line{
    padding:5px 30px 15px;
}
@media only screen and (max-width:767px){
    .top-line{
        padding:15px 15px 0;
    }
}
.topbar-apply{
    margin-top:30px;
}
@media only screen and (max-width:767px){
    .topbar-apply{
        margin-top:0;
        padding:0 15px 15px;
    }
}
.bootstrap-select.form-control{
    margin-top:5px;
    width:100% !important;
    height:70px !important;
    display:block !important;
    background:none !important;
    text-align:left;
    border:2px solid #82c176 !important;
    padding:5px !important;
    border-radius:0;
    -moz-border-radius:0;
    -webkit-border-radius:0;
}
.bootstrap-select.form-control:hover{
    background:none !important;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}
.bootstrap-select.form-control:hover .btn-selector,.bootstrap-select.form-control .btn-selector:hover{
    background-color:#1b1a1b;
    color:#fff !important;
    border-color:#815aff !important;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}
.bootstrap-select.form-control .btn-selector{
    height:100% !important;
    -webkit-box-shadow:11px 0 22px rgba(90,178,72,.42);
    -moz-box-shadow:11px 0 22px rgba(90,178,72,.42);
    box-shadow:11px 0 22px rgba(90,178,72,.42);
    border:0;
    border-radius:0;
    -moz-border-radius:0;
    -webkit-border-radius:0;
    padding:18px 35px;
    background-color:#5ab248;
    font-size:14px;
    font-weight:500;
    color:#fff !important;
    line-height:100%;
    position:relative;
}
.bootstrap-select.form-control .btn-selector:before{
    content:'';
    display:block;
    font-family:FontAwesome;
    font-size:26px;
    line-height:100%;
    position:absolute;
    left:0;
    top:0;
    z-index:9;
    top:14px;
    left:10px;
}
.bootstrap-select.form-control .btn-selector .filter-option{
    height:100% !important;
    line-height:130%;
    display:block !important;
}
.bootstrap-select.form-control .btn-selector .bs-caret{
    font-size:16px;
}
.bootstrap-select.form-control .dropdown-toggle:focus{
    outline:none !important;
}
.imenu{
    background:#51b644;
    background:-moz-linear-gradient(top,#51b644 0%,#357d31 100%);
    background:-webkit-gradient(left top,left bottom,color-stop(0%,#51b644),color-stop(100%,#357d31));
    background:-webkit-linear-gradient(top,#51b644 0%,#357d31 100%);
    background:-o-linear-gradient(top,#51b644 0%,#357d31 100%);
    background:-ms-linear-gradient(top,#51b644 0%,#357d31 100%);
    background:linear-gradient(to bottom,#51b644 0%,#357d31 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#51b644',endColorstr='#357d31',GradientType=0);
}
.banner-link{
    display:block;
    position:relative;
}
@media(min-width:768px){
    .banner-link{
        height:90px;
        overflow:hidden;
    }
}
@media(min-width:768px){
    .banner-link img{
        min-height:100%;
    }
}
@media only screen and (min-width:768px) and (max-width:992px){
    .banner-link{
        height:70px;
    }
}
@media only screen and (max-width:767px){
    .banner-link{
        margin-bottom:15px;
    }
}
.top-search{
    margin-top:3px;
    margin-right:30px;
}
.top-search .input-group{
    border-bottom:1px solid #e6e2e2;
}
.top-search .input-group .form-control{
    border:0 !important;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
    border-radius:0;
    -moz-border-radius:0;
    -webkit-border-radius:0;
    background-color:transparent;
    font-size:12px;
    color:#fff;
    padding:10px 3px;
    font-weight:300;
    font-style:italic;
}
.top-search .input-group .form-control::-webkit-input-placeholder{
    color:#fff;
}
.top-search .input-group .form-control:-moz-placeholder{
    color:#fff;
}
.top-search .input-group .form-control::-moz-placeholder{
    color:#fff;
}
.top-search .input-group .form-control:-ms-input-placeholder{
    color:#fff;
}
.top-search .input-group .btn{
    background-color:transparent;
    color:#fff;
    padding-left:5px !important;
    padding-right:5px !important;
}
@media only screen and (min-width:100px) and (max-width:992px){
    .top-search{
        padding-top:10px;
        margin-bottom:15px;
    }
}
@media only screen and (min-width:768px) and (max-width:992px){
    .top-search{
        margin:15px 0;
        padding:0 15px;
    }
}
@media only screen and (max-width:767px){
    .top-search{
        padding:0 15px 10px;
        margin:0 !important;
    }
}
.top-menu{
    background-color:#292f36;
}
.top-menu ul li{
    display:inline-block;
}
.top-menu ul li a{
    display:block;
    color:#fff;
    font-size:12px;
    line-height:100%;
    padding:10px 12px;
}
.top-menu ul li a:before{
    background-color:#357d31;
}
@media only screen and (min-width:768px) and (max-width:992px){
    .top-menu{
        text-align:center;
    }
    .top-menu ul li a{
        padding:10px 5px;
    }
}
@media only screen and (max-width:767px){
    .top-menu{
        text-align:center;
        padding:15px 0;
    }
    .top-menu ul li a{
        padding:5px;
    }
    
   
}
.section-1{
    padding:25px 20px 0;
    margin-bottom:15px;
}
@media only screen and (max-width:767px){
    .section-1{
        padding:15px 15px 0;
        margin-bottom:0;
    }
}
@media only screen and (min-width:100px) and (max-width:992px){
    .slide-area{
        margin-bottom:15px;
    }
}
.slide-images ul li a{
    display:block;
    position:relative;
    margin-bottom:1px;
    display:block;
    position:relative;
    height:78px;
    overflow:hidden;
    overflow:hidden;
}
.slide-images ul li a img{
    min-height:100%;
}
.slide-images ul li a:before{
    content:'';
    position:absolute;
    left:0;
    top:0;
    z-index:9;
    display:block;
    width:100%;
    height:100%;
    border:1px solid transparent;
}
.slide-images ul li.active a,.slide-images ul li:hover a{
    -webkit-box-shadow:0 0 40px 0 #357d31;
    -moz-box-shadow:0 0 40px 0 #357d31;
    box-shadow:0 0 40px 0 #357d31;
}
.slide-images ul li.active a:before,.slide-images ul li:hover a:before{
    border:8px solid #fff;
}
.slide{
    position:relative;
}
.slide .slide-link{
    display:block;
    position:relative;
    display:block;
    position:relative;
    overflow:hidden;
}
@media(min-width:768px){
    .slide .slide-link{
        height:391px;
        overflow:hidden;
    }
}
@media(min-width:768px){
    .slide .slide-link img{
        min-height:100%;
    }
}
@media only screen and (min-width:768px) and (max-width:992px){
    .slide .slide-link{
        height:350px;
    }
}

/*.slide .slide-link img{
    -webkit-transition:all 1.9s ease;
    -moz-transition:all 1.9s ease;
    -o-transition:all 1.9s ease;
    -ms-transition:all 1.9s ease;
    transition:all 1.9s ease;
}
.slide .slide-link:hover img{
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
    -webkit-transform:translateZ(0) scale(1.05);
    -moz-transform:scale(1.05);
    -ms-transform:scale(1.05);
    -o-transform:translatZ(0) scale(1.05);
    transform:translatZ(0) scale(1.05);
}*/

@media only screen and (min-width:768px){
    .slide:hover .middler{
        padding-bottom:15px;
    }
}

/*.slide-in{
    background:rgba(41,47,54,.79);
    background:-moz-linear-gradient(left,rgba(41,47,54,.79) 0%,rgba(41,47,54,.79) 100%);
    background:-webkit-gradient(left top,right top,color-stop(0%,rgba(41,47,54,.79)),color-stop(100%,rgba(41,47,54,.79)));
    background:-webkit-linear-gradient(left,rgba(41,47,54,.79) 0%,rgba(41,47,54,.79) 100%);
    background:-o-linear-gradient(left,rgba(41,47,54,.79) 0%,rgba(41,47,54,.79) 100%);
    background:-ms-linear-gradient(left,rgba(41,47,54,.79) 0%,rgba(41,47,54,.79) 100%);
    background:linear-gradient(to right,rgba(41,47,54,.79) 0%,rgba(41,47,54,.79) 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#292f36',endColorstr='#292f36',GradientType=1);
    padding:15px;
}*/


.slide-in{
    background:rgba(41,47,54,.0);
    background:-moz-linear-gradient(left,rgba(41,47,54,.0) 0%,rgba(41,47,54,.0) 100%);
    background:-webkit-gradient(left top,right top,color-stop(0%,rgba(41,47,54,.0)),color-stop(100%,rgba(41,47,54,.0)));
    background:-webkit-linear-gradient(left,rgba(41,47,54,.0) 0%,rgba(41,47,54,.0) 100%);
    background:-o-linear-gradient(left,rgba(41,47,54,.0) 0%,rgba(41,47,54,.0) 100%);
    background:-ms-linear-gradient(left,rgba(41,47,54,.0) 0%,rgba(41,47,54,.0) 100%);
    background:linear-gradient(to right,rgba(41,47,54,.0) 0%,rgba(41,47,54,.0) 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#292f36',endColorstr='#292f36',GradientType=1);
    padding:15px;
}
.slide-in h4{
    color:#fff;
    font-size:19px;
    font-weight:700;
    margin-bottom:15px;
    line-height:130%;
}
.slide-in .slide-text{
    font-size:14px;
    color:#fff;
    line-height:120%;
}
.slide-in .slide-time{
    color:#84bc41;
    font-size:13px;
    margin-bottom:3px;
}
.slide-in .slide-time .fa{
    margin-right:9px;
}
@media only screen and (max-width:767px){
    .slide-in h4{
        font-size:20px;
        display:block;
        position:relative;
        height:24px;
        overflow:hidden;
    }
    .slide-in h4 img{
        min-height:100%;
    }
    .slide-in .slide-text{
        display:block;
        position:relative;
        height:32px;
        overflow:hidden;
    }
    .slide-in .slide-text img{
        min-height:100%;
    }
}
.slider-controls a{
    position:absolute;
    left:0;
    top:0;
    z-index:9;
    z-index:11;
    top:50%;
    left:28px;
    margin-top:-18px;
    width:22px;
    height:36px;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter:alpha(opacity=70);
    -moz-opacity:.7;
    -khtml-opacity:.7;
    opacity:.7;
}
.slider-controls a.arrow-right{
    left:auto;
    right:28px;
}
.slider-controls a:hover{
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter:alpha(opacity=100);
    -moz-opacity:1;
    -khtml-opacity:1;
    opacity:1;
}
.slider-controls.color-gray a{
    width:13px;
    height:22px;
    margin-top:-11px;
}
@media only screen and (max-width:767px){
.slider-controls a{
    position:absolute;
    left:0;
    top:0;
    z-index:9;
    z-index:11;
    top:50%;
    left:3px;
    margin-top:-18px;
    width:22px;
    height:36px;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter:alpha(opacity=70);
    -moz-opacity:.7;
    -khtml-opacity:.7;
    opacity:.7;
}
.slider-controls a.arrow-right{
    left:auto;
    right:3px;
}


.slide-images ul li a {display: none;}

}
.row-5{
    margin:0 -5px;
}
.row-2{
    margin:0 -2px;
}
.video-box{
    margin-bottom:15px;
}
.video-link{
    position:relative;
    display:block;
    overflow:hidden;
}
@media only screen and (min-width:993px){
    .video-link{
        display:block;
        position:relative;
    }
}
@media only screen and (min-width:993px) and (min-width:768px){
    .video-link{
        height:200px;
        overflow:hidden;
    }
}
@media only screen and (min-width:993px) and (min-width:768px){
    .video-link img{
        min-height:100%;
    }
}
.video-link .middler{
    background:rgba(41,47,54,.32);
    background:-moz-linear-gradient(left,rgba(41,47,54,.32) 0%,rgba(41,47,54,.32) 100%);
    background:-webkit-gradient(left top,right top,color-stop(0%,rgba(41,47,54,.32)),color-stop(100%,rgba(41,47,54,.32)));
    background:-webkit-linear-gradient(left,rgba(41,47,54,.32) 0%,rgba(41,47,54,.32) 100%);
    background:-o-linear-gradient(left,rgba(41,47,54,.32) 0%,rgba(41,47,54,.32) 100%);
    background:-ms-linear-gradient(left,rgba(41,47,54,.32) 0%,rgba(41,47,54,.32) 100%);
    background:linear-gradient(to right,rgba(41,47,54,.32) 0%,rgba(41,47,54,.32) 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#292f36',endColorstr='#292f36',GradientType=1);
}
.video-text{
    font-size:12px;
    color:#fff;
    margin:15px 10px 5px;
    line-height:120%;
    display:block;
    position:relative;
}
@media(min-width:768px){
    .video-text{
        height:30px;
        overflow:hidden;
    }
}
@media(min-width:768px){
    .video-text img{
        min-height:100%;
    }
}
.play-icon{
    position:absolute;
    left:0;
    top:0;
    z-index:9;
    left:50%;
    top:50%;
    margin-top:-35px;
    margin-left:-49px;
    width:98px;
    height:70px;
    background-image:url("../images/icon-play.png");
    background-repeat:no-repeat;
    background-position:center 0;
}
.best-box .play-icon{
    background-image:url(../images/icon-play-red.png);
    width:57px;
    height:57px;
    margin-left:-28px;
    margin-top:-28px;
}
.notice-area{
    background-color:#fff;
}
.notice-head{
    background-color:#292f36;
    padding:10px;
    color:#fff;
}
.notice-head h4{
    font-size:16px;
    font-weight:700;
}
.btn-more{
    display:inline-block;
    text-decoration:underline !important;
    line-height:100%;
    color:#fff !important;
    font-size:12px;
}
.btn-more:hover{
    color:#8ee084 !important;
}
.notice-area{
    margin-bottom:15px;
}
.notice-slider ul li{
    padding:24px 35px 37px;
    height:90px;
}
.bx-pager{
    bottom:10px !important;
    padding:0 !important;
}
.bx-pager .bx-pager-item a{
    width:10px !important;
    height:10px !important;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    background-color:#eff3ee !important;
    margin:0 5px !important;
}
.bx-pager .bx-pager-item a:hover,.bx-pager .bx-pager-item a.active{
    background-color:#d9232f !important;
}
.notice-box{
    position:relative;
}
.notice-box:before{
    content:'';
    display:block;
    position:absolute;
    left:0;
    top:0;
    z-index:9;
    top:3px;
    left:-20px;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    width:10px;
    height:10px;
    background-color:#d9232f;
}
.notice-box h6{
    font-size:12px;
    color:#898c8f;
    font-weight:500;
    line-height:130%;
    display:block;
    position:relative;
    height:30px;
    overflow:hidden;
}
.notice-box h6 img{
    min-height:100%;
}
.social-link{
    position:relative;
    display:block;
    padding:5px 10px 5px 40px;
    color:#fff !important;
    height:112px;
}
.social-link:hover{
    color:#fff !important;
}
.social-link h6{
    font-size:12px;
    margin-bottom:15px;
    line-height:130%;
    font-weight:500;
    word-break:break-word;
}
@media only screen and (min-width:768px) and (max-width:992px){
    .social-link{
        padding-left:75px;
    }
}
@media only screen and (max-width:767px){
    .social-link{
        padding:15px;
        margin-bottom:15px;
        height:auto !important;
    }
    .social-link .middler-left{
        text-align:center;
    }
}
.social-link,.social-link.bg-blue{
    background:#5985e4;
    background:-moz-linear-gradient(top,#5985e4 0%,#223458 100%);
    background:-webkit-gradient(left top,left bottom,color-stop(0%,#5985e4),color-stop(100%,#223458));
    background:-webkit-linear-gradient(top,#5985e4 0%,#223458 100%);
    background:-o-linear-gradient(top,#5985e4 0%,#223458 100%);
    background:-ms-linear-gradient(top,#5985e4 0%,#223458 100%);
    background:linear-gradient(to bottom,#5985e4 0%,#223458 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5985e4',endColorstr='#223458',GradientType=0);
}
.social-link.bg-red{
    background:#fca234;
    background:-moz-linear-gradient(-45deg,#fca234 0%,#fa5610 38%,#f60036 72%,#c200a5 100%);
    background:-webkit-gradient(left top,right bottom,color-stop(0%,#fca234),color-stop(38%,#fa5610),color-stop(72%,#f60036),color-stop(100%,#c200a5));
    background:-webkit-linear-gradient(-45deg,#fca234 0%,#fa5610 38%,#f60036 72%,#c200a5 100%);
    background:-o-linear-gradient(-45deg,#fca234 0%,#fa5610 38%,#f60036 72%,#c200a5 100%);
    background:-ms-linear-gradient(-45deg,#fca234 0%,#fa5610 38%,#f60036 72%,#c200a5 100%);
    background:linear-gradient(135deg,#fca234 0%,#fa5610 38%,#f60036 72%,#c200a5 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fca234',endColorstr='#c200a5',GradientType=1);
}
.social-link.bg-red .social-icon{
    background-color:#c200a5;
}

.social-link.bg-kirmizi{
background: #e1132f;
}
.social-link.bg-kirmizi .social-icon{
    background-color:#ff000;
}

.social-link.bg-turquaz{
    background:#0d6598;
    background:-moz-linear-gradient(top,#0d6598 0%,#1178b3 100%);
    background:-webkit-gradient(left top,left bottom,color-stop(0%,#0d6598),color-stop(100%,#1178b3));
    background:-webkit-linear-gradient(top,#0d6598 0%,#1178b3 100%);
    background:-o-linear-gradient(top,#0d6598 0%,#1178b3 100%);
    background:-ms-linear-gradient(top,#0d6598 0%,#1178b3 100%);
    background:linear-gradient(to bottom,#0d6598 0%,#1178b3 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0d6598',endColorstr='#1178b3',GradientType=0);
}
.social-link.bg-turquaz .social-icon{
    background-color:#007bb5;
}
.social-icon{
    position:absolute;
    left:0;
    top:0;
    z-index:9;
    left:5px;
    top:50%;
    margin-top:-15px;
    width:30px;
    height:30px;
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    background-color:#24375e;
    color:#fff;
    line-height:100%;
    font-size:15px;
}
@media only screen and (max-width:767px){
    .social-icon{
        position:static;
        left:auto;
        top:auto;
        z-index:inherit;
    }
}
@media only screen and (min-width:768px) and (max-width:992px){
    .social-icon{
        width:50px;
        height:50px;
        font-size:24px;
        margin-top:-25px;
    }
}
@media only screen and (max-width:767px){
    .social-icon{
        margin:0 auto 15px;
    }
}
.section-2{
    padding:0 20px;
    margin-bottom:15px;
}
@media only screen and (max-width:767px){
    .section-2{
        padding:0 15px;
    }
}
.ibox{
    -webkit-box-shadow:2px 0 1px rgba(0,0,0,.1);
    -moz-box-shadow:2px 0 1px rgba(0,0,0,.1);
    box-shadow:2px 0 1px rgba(0,0,0,.1);
    background-color:#fff;
}
@media only screen and (min-width:768px) and (max-width:992px){
    .ibox.ibox-best{
        padding-bottom:30px;
    }
}
.ibox.ibox-match{
    background-image:url("../images/bg-match.png");
    background-repeat:no-repeat;
    background-position:right bottom;
    background-size:cover;
}
.ibox.ibox-match .itab{
    background:rgba(44,50,58,.44);
    background:-moz-linear-gradient(left,rgba(44,50,58,.44) 0%,rgba(44,50,58,.44) 100%);
    background:-webkit-gradient(left top,right top,color-stop(0%,rgba(44,50,58,.44)),color-stop(100%,rgba(44,50,58,.44)));
    background:-webkit-linear-gradient(left,rgba(44,50,58,.44) 0%,rgba(44,50,58,.44) 100%);
    background:-o-linear-gradient(left,rgba(44,50,58,.44) 0%,rgba(44,50,58,.44) 100%);
    background:-ms-linear-gradient(left,rgba(44,50,58,.44) 0%,rgba(44,50,58,.44) 100%);
    background:linear-gradient(to right,rgba(44,50,58,.44) 0%,rgba(44,50,58,.44) 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2c323a',endColorstr='#2c323a',GradientType=1);
    color:#fff !important;
}
.ibox.ibox-match .itab:hover,.ibox.ibox-match .itab.active{
    color:#fff !important;
}
.ibox.ibox-match .itab.active{
    background:#63b352;
}
.ibox.ibox-match .itab:before{
    background:#63b352;
}
@media only screen and (min-width:100px) and (max-width:992px){
    .ibox{
        margin-bottom:15px;
        height:auto !important;
    }
}
.iheader{
    position:relative;
    padding:12px 10px 12px 60px;
    background:#51b644;
    background:-moz-linear-gradient(top,#51b644 0%,#357d31 100%);
    background:-webkit-gradient(left top,left bottom,color-stop(0%,#51b644),color-stop(100%,#357d31));
    background:-webkit-linear-gradient(top,#51b644 0%,#357d31 100%);
    background:-o-linear-gradient(top,#51b644 0%,#357d31 100%);
    background:-ms-linear-gradient(top,#51b644 0%,#357d31 100%);
    background:linear-gradient(to bottom,#51b644 0%,#357d31 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#51b644',endColorstr='#357d31',GradientType=0);
}
.iheader:before{
    content:'';
    display:block;
    position:absolute;
    left:0;
    top:0;
    z-index:9;
    top:50%;
    margin-top:-28px;
    width:51px;
    height:56px;
    background-image:url("../images/bg-ball.png");
    background-repeat:no-repeat;
    background-position:0 0;
    background-size:cover;
}
.iheader .btn-more{
    margin-top:6px;
}
.iheader .btn-more:hover{
    color:#fff !important;
}
@media only screen and (max-width:767px){
    .iheader .text-center{
        text-align:right;
    }
    
    .iheader:before{
    content:'';
    display:block;
    position:absolute;
    left:0;
    top:0;
    z-index:9;
    top:50%;
    margin-top:-20px;
    width:51px;
    height:39px;
    background-image:url("../images/bg-ball.png");
    background-repeat:no-repeat;
    background-position:0 0;
    background-size:cover;
}

}
.iheader-text{
    font-size:14px;
    color:#fff;
    font-weight:500;
    line-height:120%;
    display:block;
    position:relative;
}
@media(min-width:768px){
    .iheader-text{
        height:32px;
        overflow:hidden;
    }
}
@media(min-width:768px){
    .iheader-text img{
        min-height:100%;
    }
}
.itab{
    display:block;
    color:#fff !important;
    padding:10px 5px;
    position:relative;
    background:#3e454d;
    background:-moz-linear-gradient(top,#3e454d 0%,#292f36 100%);
    background:-webkit-gradient(left top,left bottom,color-stop(0%,#3e454d),color-stop(100%,#292f36));
    background:-webkit-linear-gradient(top,#3e454d 0%,#292f36 100%);
    background:-o-linear-gradient(top,#3e454d 0%,#292f36 100%);
    background:-ms-linear-gradient(top,#3e454d 0%,#292f36 100%);
    background:linear-gradient(to bottom,#3e454d 0%,#292f36 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3e454d',endColorstr='#292f36',GradientType=0);
}
.itab:hover,.itab.active{
    color:#292f36 !important;
}
.itab.active{
    background:#fff;
}
.itab .itab-text{
    font-size:12px;
    font-weight:500;
    line-height:120%;
    display:block;
    position:relative;
}
@media(min-width:768px){
    .itab .itab-text{
        height:28px;
        overflow:hidden;
    }
}
@media(min-width:768px){
    .itab .itab-text img{
        min-height:100%;
    }
}
.itab:before{
    background-color:#fff;
}
.itab-in{
    padding:5px 10px 10px;
}
.best-slider .bx-pager{
    bottom:-30px !important;
}
.best-slider .bx-pager .bx-pager-item a{
    background-color:#eef2ed !important;
}
.best-slider .bx-pager .bx-pager-item a:hover,.best-slider .bx-pager .bx-pager-item a.active{
    background-color:#5ab248 !important;
}
@media only screen and (max-width:767px){
    .best-slider .bx-pager{
        display:none !important;
    }
    


}
.best-box{
    display:block;
    display:block;
    position:relative;
    height:315px;
    overflow:hidden;
    overflow:hidden;
}
.best-box img{
    min-height:315;
}
@media only screen and (max-width:767px){

    .best-box{
    display:block;
    display:block;
    position:relative;
    height:240px;
    overflow:hidden;
    overflow:hidden;
     text-align: center;
}
.best-box img{
    min-height:240px;
}


}


@media only screen and (min-width:768px) and (max-width:992px){
    .best-box{
        display:block;
        position:relative;
        height:200px;
        overflow:hidden;
    }
    .best-box img{
        min-height:200px;
    }
    
    
}
.best-box .middler{
    /*background:rgba(0,0,0,.1);
    background:-moz-linear-gradient(top,rgba(0,0,0,.1) 0%,rgba(0,0,0,.5) 75%,rgba(0,0,0,.7) 100%);
    background:-webkit-gradient(left top,left bottom,color-stop(0%,rgba(0,0,0,.1)),color-stop(75%,rgba(0,0,0,.5)),color-stop(100%,rgba(0,0,0,.7)));
    background:-webkit-linear-gradient(top,rgba(0,0,0,.1) 0%,rgba(0,0,0,.5) 75%,rgba(0,0,0,.7) 100%);
    background:-o-linear-gradient(top,rgba(0,0,0,.1) 0%,rgba(0,0,0,.5) 75%,rgba(0,0,0,.7) 100%);
    background:-ms-linear-gradient(top,rgba(0,0,0,.1) 0%,rgba(0,0,0,.5) 75%,rgba(0,0,0,.7) 100%);
    background:linear-gradient(to bottom,rgba(0,0,0,.1) 0%,rgba(0,0,0,.5) 75%,rgba(0,0,0,.7) 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000',endColorstr='#000000',GradientType=0);
    */
}
.best-text{
    padding:15px 15px 8px;
}
.best-text h4{
    font-size:20px;
    color:#fff;
    line-height:120%;
    display:block;
    position:relative;
}
@media(min-width:768px){
    .best-text h4{
        height:32px;
        overflow:hidden;

    }
    
    
}
@media(max-width:768px){
    .best-text h4{
        height:47px;
        overflow:hidden;
        font-size: 15px; 
        text-align: center;
        padding-top: 10px;
    }
    .kucult {
	    height: 290px;
    }
    
    
}
@media(min-width:768px){
    .best-text h4 img{
        min-height:100%;
    }
}
.group-title{
    background-color:#eef2ed;
    padding:12px 40px;
    position:relative;
    margin-bottom:12px;
}
.group-title h6{
    font-size:12px;
    font-weight:700;
}
.rating-table{
    overflow:inherit !important;
    border:0 !important;
}
.rating-table .table{
    margin:0;
}
.rating-table .table tr td,.rating-table .table tr th{
    vertical-align:middle;
    padding:10px;
    font-size:12px;
    font-weight:700;
    border:0;
    border-bottom:1px solid #f9fbf9;
    color:#292f36;
    white-space:inherit !important;
    text-align:center;
}
.rating-table .table tr td:first-child,.rating-table .table tr th:first-child{
    text-align:left !important;
}
.rating-table .table tr td a:hover{
    color:#357d31;
}
.rating-table .table tr th{
    background-color:#eef2ed !important;
    border:0 !important;
    padding:10px 15px;
}
.rating-table .table tr:last-child td{
    border-bottom:0;
}
.gtab-head{
    margin-bottom:5px;
}
.gtab{
    display:inline-block;
    font-size:12px;
    color:#31373f !important;
    font-weight:700;
    margin:0 3px;
    padding-bottom:8px;
    border-bottom:3px solid transparent;
    line-height:100%;
}
.gtab:hover,.gtab.active{
    border-bottom-color:#31373f;
    color:#31373f !important;
}
.wtab{
    display:inline-block;
    font-size:12px;
    color:#4f555e !important;
    font-weight:500;
    margin:0 5px;
}
.wtab.active{
    font-weight:700;
    color:#4f555e !important;
}
.match-box{
    margin:0;
}
.match-box>.table{
    margin:0 !important;
}
.match-box>.table>tbody>tr>td{
    border:0 !important;
    line-height:100%;
    vertical-align:middle !important;
    padding:5px 0 !important;
    width:30%;
}
.match-box>.table>tbody>tr>td:first-child,.match-box>.table>tbody>tr>td:last-child{
    width:35%;
}
.itable{
    margin:0;
    background-color:transparent !important;
}
.itable tr td{
    border:0 !important;
    padding:0 !important;
    vertical-align:middle !important;
    color:#31373f;
    text-align:center;
    font-weight:700;
    width:50%;
}
.team-flag{
    display:inline-block;
}
.team-flag img{
    width:43px;
    height:43px;
    border:3px solid #dddedf;
}
.match-result{
    font-size:22px;
    text-align:center;
    line-height:100%;
}
.match-time{
    text-align:center;
}
.section-3{
    padding:0 20px;
    margin-bottom:40px;
}
@media only screen and (max-width:767px){
    .section-3{
        padding:0 15px;
    }
}
.home-banner-area{
    margin-bottom:10px;
}
.home-banner{
    position:relative;
    display:block;
}
@media only screen and (min-width:993px){
    .home-banner{
        display:block;
        position:relative;
    }
}
@media only screen and (min-width:993px) and (min-width:768px){
    .home-banner{
        height:100px;
        overflow:hidden;
    }
}
@media only screen and (min-width:993px) and (min-width:768px){
    .home-banner img{
        min-height:100%;
    }
}
.ref-area{
    background-color:#fff;
    text-align:center;
    padding:20px;
}
.ref-area h4{
    font-size:16px;
    color:#292f36;
    font-weight:700;
    margin-bottom:15px;
}
.ref-box{
    display:block;
    position:relative;
    height:80px;
    overflow:hidden;
    text-align:center;
    overflow:hidden;
    padding-left:5px !important;
    padding-right:5px !important;
}
.ref-box img{
    max-height:80px;
}
@media only screen and (min-width:993px){
    .contact-box{
        display:block;
        position:relative;
    }
}
@media only screen and (min-width:993px) and (min-width:768px){
    .contact-box{
        height:262px;
        overflow:hidden;
    }
}
@media only screen and (min-width:993px) and (min-width:768px){
    .contact-box img{
        min-height:100%;
    }
}
.footer{
    background-color:#e1e4e0;
    background-image:url("../images/bg-footer.png");
    background-repeat:no-repeat;
    background-position:0 0;
}
.footer-in{
    padding:30px 70px 15px;
}
@media only screen and (max-width:767px){
    .footer-in{
        padding:15px;
    }
}
.footer-in h5{
    font-size:14px;
    color:#292f36;
    font-weight:700;
    position:relative;
    margin-bottom:10px;
}
.footer-in h5:before{
    content:'';
    display:block;
    position:absolute;
    left:0;
    top:0;
    z-index:9;
    left:-30px;
    background-image:url("../images/icon-ball.png");
    background-repeat:no-repeat;
    background-position:0 0;
    width:20px;
    height:18px;
    padding:0 5px;
    line-height:120%;
}
@media only screen and (min-width:100px) and (max-width:992px){
    .footer-logo{
        text-align:center;
        margin-bottom:15px;
    }
}
.footer-menu{
    padding-left:30px;
    margin-bottom:15px;
}
.footer-menu ul li a{
    display:inline-block;
    font-size:12px;
    color:#878a8e;
    line-height:100%;
    padding:5px 0;
}
.footer-menu ul li a:hover{
    color:#292f36;
}
.bulletin-form{
    padding-left:30px;
    margin-bottom:15px;
}
.bulletin-form .input-group{
    background-color:#eef2ed;
}
.bulletin-form .input-group .input-group-addon{
    background-color:transparent;
    border:0;
    border-radius:0;
    -moz-border-radius:0;
    -webkit-border-radius:0;
}
.bulletin-form .input-group .input-group-addon .fa{
    font-size:18px;
    color:#64b654;
}
.bulletin-form .input-group .form-control{
    border:0 !important;
    border-radius:0;
    -moz-border-radius:0;
    -webkit-border-radius:0;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
    background-color:transparent;
    color:#b7bcba;
    font-size:12px;
    font-style:italic;
    padding:0;
}
.bulletin-form .input-group .form-control::-webkit-input-placeholder{
    color:#b7bcba;
}
.bulletin-form .input-group .form-control:-moz-placeholder{
    color:#b7bcba;
}
.bulletin-form .input-group .form-control::-moz-placeholder{
    color:#b7bcba;
}
.bulletin-form .input-group .form-control:-ms-input-placeholder{
    color:#b7bcba;
}
.bulletin-form .input-group .btn{
    display:inline-block;
    vertical-align:middle;
    position:relative;
    color:#fff !important;
    -moz-transition:300ms all;
    -o-transition:300ms all;
    -webkit-transition:300ms all;
    -ms-transition:300ms all;
    transition:300ms all;
    border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    background-color:#5ab248;
    border:1px solid #5ab248;
    padding:10px 20px;
    text-align:center;
    border-radius:0;
    -moz-border-radius:0;
    -webkit-border-radius:0;
    font-size:12px;
    padding:10px;
}
.bulletin-form .input-group .btn:disabled,.bulletin-form .input-group .btn.disabled{
    background-color:#488e39 !important;
    cursor:not-allowed;
}
.bulletin-form .input-group .btn:active,.bulletin-form .input-group .btn.active{
    background-color:#bbe0b3;
    cursor:default;
}
.bulletin-form .input-group .btn:hover{
    background-color:#23451c;
}
.bulletin-form .input-group .btn.btn-white:hover{
    background-color:#51a041;
}
.footer-social a{
    display:inline-block;
    width:40px;
    height:40px;
    background-color:#eef2ed;
    color:#373e46;
    font-size:16px;
}
.footer-social a:hover{
    color:#eef2ed;
    background-color:#373e46;
}
.copyright{
    background-color:#357d31;
    padding:15px;
}
.copyright-text{
    color:#c7efbe;
    font-weight:500;
}
.copyright-text a:hover{
    color:#fff;
}
.poster{
    position:relative;
    color:#fff;
    margin: 0 0 15px 0;
    background-position:center 0;
    background-repeat:no-repeat;
    height:150px;
    background-size:cover;
}
@media only screen and (max-width:767px){
    .poster{
        margin-bottom:20px;
        background-image:none;
        height:auto;
    }
}
.poster h4{
    font-size:22px;
    margin-top:8px;
}
.poster .middler{
    background:rgba(0,0,0,.5);
    background:-moz-linear-gradient(left,rgba(0,0,0,.5) 0%,rgba(0,0,0,.5) 100%);
    background:-webkit-gradient(left top,right top,color-stop(0%,rgba(0,0,0,.5)),color-stop(100%,rgba(0,0,0,.5)));
    background:-webkit-linear-gradient(left,rgba(0,0,0,.5) 0%,rgba(0,0,0,.5) 100%);
    background:-o-linear-gradient(left,rgba(0,0,0,.5) 0%,rgba(0,0,0,.5) 100%);
    background:-ms-linear-gradient(left,rgba(0,0,0,.5) 0%,rgba(0,0,0,.5) 100%);
    background:linear-gradient(to right,rgba(0,0,0,.5) 0%,rgba(0,0,0,.5) 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000',endColorstr='#000000',GradientType=1);
}
.poster ol{
    background:none;
    margin:0;
}
.poster ol>.active{
    color:#fff;
}
.poster ol li{
    font-weight:600;
    font-size:14px;
}
.poster ol li a:hover{
    color:#79d665;
}
.poster .poster-text{
    padding:15px 20px 0;
}
@media only screen and (max-width:480px){
    .poster .poster-text{
        padding:10px 10px 0;
    }
    .poster h4{
        margin:0;
    }
    .poster ol{
        padding:0;
    }
    .poster .form-group{
        margin-bottom:10px;
    }
}
.stage{
    padding-top:15px;
    padding-bottom: 0px;
}
.side-menu{
    margin-bottom:25px;
}
.side-menu h3{
    font-weight:600;
    color:#292f36;
    font-size:18px;
    padding:4px 15px 12px 0;
    margin-bottom:13px;
    border-bottom:1px solid #357d31;
}
.side-menu>ul>li>a{
    padding:8px 15px;
    font-size:14px;
    color:#fff;
    display:block;
    background:#292f36;
    margin-bottom:1px;
    position:relative;
}
.side-menu>ul>li>a .fa{
    position:absolute;
    right:0;
    top:0;
    z-index:9;
    top:12px;
    right:15px;
    z-index:inherit;
}
.side-menu>ul>li>a:after{
    border-color:transparent transparent transparent #357d31;
    border-style:solid;
    border-width:16px 22px 20px 15px;
    top:0;
    content:"";
    right:-37px;
    position:absolute;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter:alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity:0;
    opacity:0;
}
.side-menu>ul>li:hover a,.side-menu>ul>li.active a{
    color:#fff;
    background-color:#357d31;
}
.side-menu>ul>li:hover a .fa,.side-menu>ul>li.active a .fa{
    right:0;
    color:#fff;
}
.side-menu>ul>li:hover a:after,.side-menu>ul>li.active a:after{
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter:alpha(opacity=100);
    -moz-opacity:1;
    -khtml-opacity:1;
    opacity:1;
}
@media only screen and (min-width:768px){
    .side-menu>ul{
        display:block !important;
    }
}
@media only screen and (max-width:767px){
    .side-menu{
        padding-right:22px;
    }
    .side-menu>ul{
        display:none;
    }
    .side-menu h3{
        cursor:pointer;
    }
}





.side-menusol{
    margin-bottom:25px;
}
.side-menusol h3{
    font-weight:600;
    color:#292f36;
    font-size:18px;
    padding:4px 15px 12px 0;
    margin-bottom:13px;
    border-bottom:1px solid #357d31;
}
.side-menusol>ul>li>a{
    padding:8px 35px;
     font-size:14px;
    color:#fff;
    display:block;
    background:#292f36;
    margin-bottom:1px;
    position:relative;
}
.side-menusol>ul>li>a .fa{
    position:absolute;
    right:0;
    left:0;
    z-index:9;
    top:12px;
    left:15px;
    z-index:inherit;
}
.side-menusol>ul>li>a:after{



width: 0;
height: 0;
border-style: solid;
border-width: 18px 17px 18px 0;
border-color: transparent #357d31 transparent transparent;

    top:0px;
    content:"";
    left:-17px;
    position:absolute;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter:alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity:0;
    opacity:0;
}
.side-menusol>ul>li:hover a,.side-menusol>ul>li.active a{
    color:#fff;
    background-color:#357d31;
}
.side-menusol>ul>li:hover a .fa,.side-menusol>ul>li.active a .fa{
    left:0;
    color:#fff;
}
.side-menusol>ul>li:hover a:after,.side-menusol>ul>li.active a:after{
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter:alpha(opacity=100);
    -moz-opacity:1;
    -khtml-opacity:1;
    opacity:1;
}
@media only screen and (min-width:768px){
    .side-menusol>ul{
        display:block !important;
    }
}
@media only screen and (max-width:767px){
    .side-menusol{
        padding-left:22px;
    }
    .side-menusol>ul{
        display:none;
    }
    .side-menusol h3{
        cursor:pointer;
    }
}




.sub-title{
    font-weight:600;
    color:#292f36;
    font-size:22px;
    border-bottom:1px solid #357d31;
    padding:0 17px 10px 0;
    margin-bottom:30px;
}
.content{
    color:#292f36;
}
.content a:hover{
    color:#357d31;
}
.content-in h4{
    margin-bottom:25px;
    font-weight:700;
    font-size:18px;
}
@media only screen and (max-width:767px){
    .content-in h4{
        margin-bottom:15px;
    }
}
.content-text{
    margin-bottom:45px;
    font-size:14px;
}
.content-text a{
    font-weight:600;
}
@media only screen and (max-width:767px){
    .content-text{
        margin-bottom:15px;
    }
}
@media(max-width:767px){
    .navbar-header,.logo{
        float:none !important;
    }
    .logo{
        display:inline-block;
        margin:0 auto 15px !important;
    }
    #bs{
        padding:0 !important;
    }
    #bs>ul,#bs>ul>li{
        display:block !important;
    }
    #bs>ul .open .dropdown-menu,#bs>ul>li:hover ul{
        display:block !important;
        position:relative !important;
        float:none !important;
        min-width:inherit !important;
        padding:0 !important;
        box-shadow:none !important;
    }
    .slide ul li{
        background-image:none !important;
        min-height:inherit !important;
        max-height:inherit !important;
        height:auto !important;
    }
    .xs-block{
        display:block !important;
        width:100% !important;
    }
    .rating-table .table tr td,.rating-table .table tr th{
        font-size:10px;
        padding:5px;
    }
}
@media(min-width:993px) and (max-width:1200px){
    #bs>ul>li>a{
        padding-left:10px !important;
        padding-right:10px !important;
        font-size:16px;
    }
    .top-menu ul li a{
        padding-left:5px !important;
        padding-right:5px !important;
    }
    .btn-more{
        font-size:10px;
    }
}
