/* Flex Home slider */
#home-flexslider{
    overflow: hidden;
}
.slide-desc{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    text-decoration: none;
    text-align: center;
}
.slide-desc:hover, .slide-desc:focus, .slide-desc:active{
    color: white;
}
.slide-desc h3{
    font-size: 3.5em;
    text-transform: uppercase;
    margin: 0;
    text-shadow: 3px 3px 5px rgba(140, 140, 140, 1);
}
.slide-desc p{
    font-size: 20px;
    margin: 25px 0;
}
.slide-desc span{
    font-size: 24px;
    border: 2px solid white;
    padding: 7px 25px;
    border-radius: 30px;
    display: inline-block;
    transition: background-color 0.5s ease;
}
.slide-desc span:hover{
    background-color: #910d10;
}
.slide-desc sup{
    font-size: 18px;
}
.flex-direction-nav a, .flex-direction-nav a:before{
    width: 50px;
    height: 70px;
}
.flex-direction-nav a.flex-prev:before{
    content: "";
    background: url("../libs/flexslider/images/icefullslide_arrows.png") no-repeat top left;
    background-position: 0px 0px;
}
.flex-direction-nav a.flex-next:before{
    content: "";
    background: url("../libs/flexslider/images/icefullslide_arrows.png") no-repeat top left;
    background-position: 0px -70px;
}
.flex-control-nav{
    bottom: 20px;
    z-index: 3;
}
.flex-control-paging li a{
    width: 100px;
    height: 6px;
    border-radius: 0 !important;
    background: white;
    box-shadow: none;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.4);
}
.flex-control-paging li a.flex-active, .flex-control-paging li a:hover{
    background: #910d10;
}
.flexslider{
    margin: 0;
    border: 0;
}
.flexslider.loading{
    min-height: 739px;
    background: url("../libs/flexslider/images/slider-loader.gif") no-repeat center;
}
.flexslider.loading .slides, .flexslider.loading .flex-direction-nav, .flexslider.loading .flex-control-paging{
    display: none;
}
.flexslider .slides, .flexslider .flex-direction-nav, .flexslider .flex-control-paging{
    display: block;
}
.flex-direction-nav .flex-next{
    right: 0px;
}
.flex-direction-nav .flex-prev{
    left: 0px;
}
/* Flex Home slider */
#home-strength{
    background: url("../img/feature-bg.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}
#home-strength > div{
    background: rgba(0, 0, 0, 0.4);
    color: white;
    padding: 75px 0;
}
#home-strength i{
    font-size: 3em;
    border-bottom: 2px solid white;
    padding: 20px;
}
#home-strength h5{
    margin: 20px 0;
}
#home-news .desc span{
    color: #910D10;
    font-size: 0.9em;
    margin: 0 0 10px 0;
}
#home-news .desc p{
    margin: 10px 0 20px 0;
    color: #333333;
    line-height: 1.3em;
}
#home-news .box-content .item-container{
    border-bottom: 2px solid #910d10;
}
.simply-scroll, .simply-scroll .simply-scroll-clip{
    width: 100%;
    height: auto;
}
.simply-scroll .simply-scroll-list li{
    width: 220px;
    height: auto;
}
/*.simply-scroll .simply-scroll-list li img{*/
    /*-webkit-filter: grayscale(1);*/
    /*-moz-filter: grayscale(1);*/
    /*-o-filter: grayscale(1);*/
    /*-ms-filter: grayscale(1);*/
    /*filter: grayscale(1);*/
    /*-webkit-transition: all 0.5s ease;*/
    /*-moz-transition: all 0.5s ease;*/
    /*-o-transition: all 0.5s ease;*/
    /*transition: all 0.5s ease;*/
/*}*/
/*.simply-scroll .simply-scroll-list li:hover img{*/
    /*-webkit-filter: grayscale(0);*/
    /*-moz-filter: grayscale(0);*/
    /*-o-filter: grayscale(0);*/
    /*-ms-filter: grayscale(0);*/
    /*filter: grayscale(0);*/
    /*-webkit-transition: all 0.5s ease;*/
    /*-moz-transition: all 0.5s ease;*/
    /*-o-transition: all 0.5s ease;*/
    /*transition: all 0.5s ease;*/
/*}*/
#home-partners{
    background-color: white;
    padding: 35px 0 60px 0
}
#home-partners .box-content{
    margin-bottom: 30px;
}
#footer input, #footer textarea{
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
}
@media (max-width: 767px) {
    .item{
        padding: 0 7px;
    }
    .item:nth-child(odd){
        padding-left: 0;
    }
    .item:nth-child(even){
        padding-right: 0;
    }
    .slide-desc h3{
        font-size: 2em;
    }
    .slide-desc p{
        font-size: 1em;
    }
    .slide-desc span{
        font-size: 1.2em;
    }
    .slide-desc sup{
        font-size: 0.7em;
    }
    .flex-control-nav{
        bottom: 5px;
    }
    .flex-control-paging li a{
        width: 60px;
        height: 3px;
    }
}

@media (max-width: 480px) {
    .item{
        width: 100%;
        padding: 0;
    }
    #home-strength > div{
        padding: 15px 0;
    }
    #home-strength [class*=col-]{
        width: 50%;
    }
    .flex-direction-nav a, .flex-direction-nav a:before{
        background-size: 20px !important;
        width: 20px;
        height: 25px;
    }
    .flex-direction-nav a.flex-next:before{
        background-position: 0px -30px;
    }
}