/**
	* Load More Results - Example Styles
	* Author: Cenk Çalgan
*/

* {
    box-sizing: border-box;
}

.container {
    width: 1170px;
    padding: 0 15px;
    margin: auto;
    text-align: center;
}


/*============================================================
	Mobile (Landscape) Design for a width of 661px
==============================================================*/

@media only screen and (min-width: 661px) {
    .Go-slide1,
    .Go-slide2,
    .Go-slide3,
    .Go-slide4,
    .hide-full {
        display: none !important;
    }
    #features {
        display: block !important;
    }
    #team {
        display: block !important;
    }
    #services {
        display: block !important;
    }
}


/*============================================================
	Mobile (Landscape) Design for a width of 480px
==============================================================*/

@media only screen and (max-width: 660px) {
    /* services */
    .navbar-collapse {
        background: #012B6B;
    }
    #showImg {
        display: block !important;
    }
    .scrollbar {
        display: none;
    }
    .hide-mobile {
        display: none !important;
    }
    .show-mobile {
        display: block !important;
    }
    #partage {
        position: relative;
        top: -74px;
        background: #012B6B;
        color: #fff;
    }
    hr,
    .home-social-list {
        display: none !important;
    }
    /**/
    #features {
        display: none;
    }
    #services {
        display: none;
    }
    #team {
        display: none;
    }
    .img-reduce {
        width: 150px !important;
    }
    .vertical-heighest-first {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        /* transform: rotate(270deg); */
    }
    .control-div {
        width: 100%;
        position: relative;
        left: 0px;
    }
    .slider {
        margin: 35px auto;
    }
    #count-social {
        width: 80px;
    }
    .counters-item strong {
        display: block;
        font-size: 14px;
        font-weight: 600;
        line-height: 64px;
    }
}

img {
    width: 200px;
}

ul {
    list-style: none;
    padding: 0;
}

li {
    display: inline-block;
}

.item {
    display: inline-block;
    margin: 10px;
}

.btn-load-more {
    display: inline-block;
    /*
  font-family: "montserrat-bold", sans-serif;
  text-transform: uppercase;
  letter-spacing: .3rem;*/
    font-size: 1.4rem;
    height: 4.4rem;
    line-height: 4.4rem;
    padding: 0 2rem;
    margin: 2em .3rem 1.2rem 0;
    background: #fff;
    color: #012B6B;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    border: none;
    border-radius: 36px;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btn-load-more:hover {
    background: #012B6B;
    color: #fff;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}