/*

[Custom Stylesheet]

Project: CloudServer - Responsive HTML5 Technology, Web Hosting and WHMCS Template
Version: 1.9
Author : themelooks.com

*/
.container1 {
    width: 1250px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.newcontainer1 {
    width: 1250px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
a.btn-custom1 {
    background-color: #202736;
    border-radius: 0;
    -webkit-transition: background-color .25s;
            transition: background-color .25s;
    text-transform: uppercase;
    background: #65bd25;
}

a.btn-custom1.btn-lg {
    padding: 12px 20px;
    font-size: 16px;
    line-height: 24px;
}

a.btn-custom1:hover,
a.btn-custom1:focus {
    color: #fff;
    background-color: #288feb;
    box-shadow: none;
}
#oslist {
    text-align: center;
    padding: 30px 0 70px 0;
}
#oslist span {
    text-align: center;
    display: block;
    float: left;
    width: 10%;
    text-align: center;
}
.content {
    margin: 0 auto;
    width: 98%;
    max-width: 1200px;
    overflow: hidden;
}

.pricing-table {
    padding: 80px 0;
    background: #F9F9F9;
}

.bigline {
    height: 3px;
    background: url(../img/line.png) repeat-x;
    padding: 0;
    margin: 0;
}

.newfeatured {
    padding: 2em 0;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    max-width: 87.5em;
}

.newfeatured > div {
    padding: 0 2.5em;
    display: inline-block;
    vertical-align: middle;
}

.newfeaturedtext {
    width: 73%;
    float: right;
    padding-top: 30px;
}

.newfeatured img {
    width: 20%;
    left: 4.1666666666%;
}
@media (min-width:992px){
    .menu-toggle-btn {
    display: none;
    }
    
}

@media (max-width:992px){
    .menu-toggle-btn {
    float: right;
    padding: 36px 0 29px 32px;
    color: #303030;
    background-color: transparent;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: .1em;
    text-transform: uppercase;
     border: none;
    -webkit-transition: background-color .60s;
            transition: background-color .60s;
    outline: 0;
        
    }
    
}

@media (max-width:768px){
    .newfeatured img {
        display: none;
    }
    .newfeaturedtext {
        width: 100%;
        float: left;
        padding-top: 0;
    }
}