/* Vendor - All Downloadable Plugins here
/*-------------------------------------------------------------*/

@import "chosen.css";
@import "table.css";


/* ------------------------------------------------------------*/
/* All Override Style Starts Here.                                      
/* ------------------------------------------------------------*/


body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #3c3b3b;
}


/* Typography                                
/*-------------------------------------------------------------*/

@font-face {
    font-family: 'Glyphicons Halflings';
  	src: url('../fonts/glyphicons-halflings-regular.eot');
  	src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), 
	  	 url('../fonts/glyphicons-halflings-regular.woff') format('woff'), 
	  	 url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), 
	  	 url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

h1, h2, h3, h4, h5, h6, div, p, a, ul, ol, li, dl, dt, dd {
    margin-top: 0;
}

h1, h2, h3, h4, h5, h6, p {
    margin-bottom: 15px;
}


h1 {
    font-size:24px;
    color:#202020;
    font-weight: bold;
}

h2 {
    font-size: 22px;
    color:#202020;
    font-weight: bold;
}

h3 {
    font-size:18px;
    color:#202020;
    font-weight:bold;
}

h4 {
    font-size:16px;
    color:#202020;
    font-weight:bold;
}

h5 {
    font-size:14px;
    font-weight:bold;
}

h6 {
    font-size:12px;
    color:#5e5e5e;
    font-weight:bold;
}



/* Forms                            
/*-------------------------------------------------------------*/

.icheckbox {
    margin: 0;
    padding: 0;
    width: 16px;
    height:16px;
    background: url(../images/buttons/check-box.png) 0 0 no-repeat;
    border: none;
    cursor: pointer;
    margin-right: 10px;
    float: left;
}
.icheckbox {
    background-position: 0 0;
}
.icheckbox.checked {
    background-position: 0px -16px;
    cursor: default;
}

.iradio {
    margin: 0;
    padding: 0;
    width: 16px;
    height:16px;
    background: url(../images/buttons/radio-btn.png) 0 0 no-repeat;
    border: none;
    cursor: pointer;
    margin-right: 10px;
    float: left;
}

.iradio {
    background-position: 0 0;
}
.iradio.checked {
    background-position: 0px -16px;
    cursor: default;
}


.checkbox {
    margin-bottom: 0;
}

.checkbox .icheckbox {
    margin-left: -20px;
}

.checkbox label {
    margin-bottom: 5px !important;
}




/* Navbar                              
/*-------------------------------------------------------------*/

.header {
    padding-top: 20px;
}

.navbar {
    background: none;
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 0;
}

.navbar-brand {
    padding: 0;
    margin-right: 32px;
}

.navbar-collapse {
    float: left;
}


/* Nav */

.nav {
    float:left;
    margin:11px 0 0 0;
}

.nav li {
    float:left;
    margin:0 8px 0 0;
}

.nav li a {
    color:#3d607c;
    font-weight:bold;
    display:block;
    padding:0 9px;
    height:23px;
    line-height:23px;
}

.nav li a:hover {
    color:#323232;
    text-decoration:none;
}

.nav li a.selected {
    background-color:#f4f3f3;
}


/* Search */

.search {
    width:207px;
    display: block;
    margin-bottom: 0;
}

.search .form-control {
    height: 30px;
    font-size: 12px;
}


.search button {
    background: url(../images/icons/icon-search.png) 50% 50% no-repeat;
    width: 28px;
    height: 30px;
}


.top-right {
    float:right;
    margin:4px 0 0px 0;
}


/* Social */

.social {
    float:right;
    margin:8px 0px 0 0;
}

.social ul li {
    float:left;
    margin:0 0 0 0px;
}

.social ul li a {
    float:right;
}



/* Breadcrumbs                           
/*-------------------------------------------------------------*/

.breadcrumb {
    display: block;
    background: none;
    padding: 0;
    margin: 0 0 28px 0;
}

.breadcrumb:before, .breadcrumb:after {
    content: '';
    display: table;
    clear: both;
}

.breadcrumb li {
    background:url(../images/icons/icon-breadcrumb-arrow.png) no-repeat 100% 0;
    padding:0 20px 0 0;
    float:left;
    height:30px;
    line-height:30px;
    margin:0 10px 0 0;
}

.breadcrumb li:before {
    display: none;
}

.breadcrumb li img {
    float:left;
    margin:7px 0 0 0;
}

.breadcrumb li a {
    color:#9ba4b0;
    font-weight:bold;
    font-size:11px;
}



/* Main                         
/*-------------------------------------------------------------*/

.main {
    padding: 0 0 80px 0;
    min-height: 400px;
}

/* Video */

.video {
    display:block;
    margin:0 0 20px 0;
}








/* Choices */

.choices {
    /*background:url(../images/choices-bg.png) no-repeat 50% 100%;*/
    padding:0 0 4px 0;
    font-size:13px;
    color:#343434;
    margin:0 0 25px 0;
    width: auto;
    float: none;
}

.choices .form-content {
    border:1px solid #d0d1d3;
    width: auto;
    float: none;
    padding:18px 25px 6px 25px;
}

.form-content:before, .form-content:after {
    content: '';
    display: table;
    clear: both;
}

.choices h3 {
    text-align:center;
    margin:0 0 5px 0;
    color:#45505f;
}

.choices h4 {
    color:#728298;
    text-align:center;
    font-weight:normal;
    font-size:14px;
    line-height:16px;
}

.choices form {
    padding:10px 0 0 0;
}

.choices ul li {
    float: none;
    width: auto;
    border-top:1px solid #e4e2e4;
    padding:15px 15px 10px 15px;
}

.choices ul li:before, .choices ul li:after {
    content: '';
    display: table;
    clear: both;
}

.choices label {
    display: inline-block;
    vertical-align: middle;
    float: none;
    margin:0 8px 8px 0;
    font-weight: normal;
}

.choices label.labels {
    margin:0 8px 0 0;
    line-height:22px;
    float:none;
    display:block;
    width:auto;
}

.choices label.input-label {
    width:80px;
    float:left;
    margin:0 8px 0 0;
    line-height:27px;
    font-family:Arial, Helvetica, sans-serif;
}



.select-form {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    margin-bottom: 8px;
}


.form-content p {
    padding:0;
    margin-bottom: 0;
    line-height:24px;
}

.choices .form-content ul li h4 {
    text-align:left;
    font-weight:bold;
    color:#202020;
    margin:0 0 5px 0;
    font-size:14px;
    line-height:16px;
}

.form-content input.check-box {
    float:left;
    margin:0 8px 0 0;
}

.form-content input.submit-btn {
    background:url(../images/buttons/submit-btn.png) no-repeat 0 0;
    width:77px;
    height:29px;
    border:none;
    cursor:pointer;
    float:right;
    margin:10px -26px 0 0;
}

.form-content input.submit-btn:hover {
    background-position:0 -29px;
}




/* Features */

#features ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#features:before, #features:after {
    content: '';
    display: table;
    clear: both;
}

ul.tabs {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    position:relative;
    z-index:9;
    height: auto;
    border-bottom:1px solid #c2c2c2;
}

ul.tabs:before, ul.tabs:after {
    content: '';
    display: table;
    clear: both;
}

ul.tabs li {
    float: left;
    position: relative;
    margin:0 0 -1px 0px;
    width: 16.6%;
    border:1px solid #c2c2c2;
    border-left: none;
}

ul.tabs li:first-child {
    border-left: 1px solid #c2c2c2;
}

ul.tabs li:last-child {
    width: 17%;
}

html ul.tabs li:hover {
    position:relative;
    z-index:99999;
}

ul.tabs li a {
    text-decoration: none;
    color: #000;
    display: block;
    font-size:12px;
    padding:13px 20px 0 20px;
    outline: none;
    position:relative;
    height: 85px;
    overflow: hidden;
}

ul.tabs li a:hover {
    background-color:#edf4f9;
}

ul.tabs li p:last-child {
    margin-bottom: 0;
}

ul.tabs li a:hover {
    margin:0 0 0px 0;
    position:relative;
}

ul.tabs li {
    position:relative;
    z-index:9;
}

html ul.tabs li.active {
    position:relative;
    z-index:99;
    border-bottom:1px solid #ffffff;
}
    
html ul.tabs li.active a {
    margin:0 0 0px 0;
    position:relative;
}

html ul.tabs li.active h3, ul.tabs li a:hover h3 {
    color:#202020;
}

.tab-container {
    border:1px solid #c2c2c2;
    border-top:none;
    min-height: 1px;
    width: 100%;
    margin:0px 0 0 0px;
    position:relative;
    z-index:99999;
}

#features h4 {
    margin:0 0 4px 0;
    color:#605f5f;
    font-size:18px;
    line-height:20px;
}

#features .head-content {
    width: 100%;
    overflow:hidden;
    padding:20px 20px 10px 20px;
}

#features .title-block {
    float:left;
}

#features h2 {
    font-size:30px;
    line-height:34px;
    font-weight:bold;
}

#features h3 {
    font-size:21px;
}

#features .filter {
    float:right;
    margin:30px -18px 0 0;
}

#features .filter ul li {
    float:left;
    margin:0 0 0 18px;
    color:#434242;
}

#features .filter span {
    margin:0 9px 0 0;
    color:#202020;
    font-weight:bold;
}

#features .filter ul li a {
    color:#434242;
    font-weight:bold;
    margin:0 18px 0 0px;
}

#features .filter ul li a:hover {
    color:#3d607c;
    text-decoration:none;
}


/* data content */

#features .data-content ul li {
    width:905px;
    border-top:1px solid #c2c2c2;
    float:left;
}

#features .data-content .col-1 {
    width:664px;
    float:left;
    border-right:1px solid #c2c2c2;
    height:49px;
}

#features .data-content .border {
    border-left:1px solid #c2c2c2 !important;
}

#features .data-content .col-3 {
    width:87px;
    float:left;
    height:49px;
    padding:0 0 0 16px;
}

#features .data-content .rank {
    background:url(../images/rank-bg.png) no-repeat 0 0;
    width:39px;
    height:28px;
    margin:0px 0 0 -12px;
    font-size:18px;
    color:#673d3e;
    float: none;
    display: block;
    font-weight:bold;
    text-align:right;
    padding:0 6px 0 0;
    line-height:25px;
}

#features .data-content .name {
    width: auto;
    padding:0 0 0 0px;
    font-size:18px;
    text-transform:uppercase;
    font-weight:bold;
    line-height: normal;
    color:#45505f;
    float: none;
}

#features .data-content .name a {
    color:#45505f;
}

#features .data-content .rating {
    width: auto;
    float: none;
    color:#7e7d7d;
}


.data-content table {
    margin-bottom: 0;
}

.data-content table td {
    vertical-align: middle !important;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    padding-left: 12px !important;
}






.rating a {
    background:url(../images/buttons/ratings3.png) no-repeat 0 -39px;
    width:34px;
    height:0px;
    float:left;
    padding-top:13px;
    display:block;
    overflow:hidden;
    margin:0 5px 0 0;
}

.rating a.green {
    background-position:0 0;
}

.rating a.yellow {
    background-position:0 -13px;
}

.rating a.red {
    background-position:0 -26px;
}

.rating a.halfgreen {
    background-position:0 -52px;
}

.rating a.halfyellow {
    background-position:0 -65px;
}

.rating a.halfred {
    background-position:0 -78px;
}

.rating .rate-txt {
    padding:0 0 0 3px;
}

#features .data-content .pricing {
    width: auto;
    float: none;
    color:#7b9872;
}

#features .data-content .pricing .price {
    font-size:18px;
    font-weight:bold;
    color:#4b5f45;
    position:relative;
    top:2px;
}

#features .data-content .view-stats a {
    background:url(../images/buttons/down-arrow.png) no-repeat 100% 50%;
    padding:0 17px 0 0;
    display:inline-block;
    font-size:14px;
    color:#728298;
    font-weight:bold;
    text-transform:uppercase;
    margin:0px 0 0 0;
}

#features .data-content .visit-site a {
    color:#0279ba;
    font-size:13px;
    background:url(../images/buttons/right-arrow.png) no-repeat 100% 50%;
    height:18px;
    display:inline-block;
    padding:0 25px 0 0;
    line-height:18px;
    margin:0px 0 0 0;
}


.visit-site a {
  color: #0279ba;
  font-size: 13px;
  background: url(../images/buttons/right-arrow.png) no-repeat 100% 50%;
  height: 18px;
  display: inline-block;
  padding: 0 25px 0 150px;
  line-height: 18px;
  margin: 15px 0 0 0;
  font-weight: bold;
}


/* Compare Page */

.compare {
    padding:10px 0 0 0;
}


.compare .tab-container .tab-content {
    background-color:#edf4f9;
    padding:10px 0 0 0;
}

html .compare ul.tabs li.active {
    position:relative;
    z-index:99;
    border-bottom:1px solid #edf4f9;
    background-color:#edf4f9;
}

.compare h5 {
    color:#0b5e8f;
    line-height:22px;
    margin-bottom: 0;
    font-size: 13px;
    padding: 0;
    display: inline-block;
}




/* Company Page */

.hosting {
    display:block;
    margin:0 0 10px 0;
}

.hosting ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.hosting .block-bar h1 {
    float:left;
    margin-bottom: 0;
}

.hosting .block-bar {
    border-bottom:1px solid #e4e4e4;
    padding:0 0 10px 0;
    display:block;
    min-height: 30px;
    margin:0 0 18px 0;
    position:relative;
}

.hosting .block-bar:before, .hosting .block-bar:after {
    content: '';
    display: table;
    clear: both;
}

.hosting .block-bar .logo {
    margin-top: -38px;
    float: right;
}


.hosting ul.tabs {
    margin:3px 0 0 0;
    float:right;
    width: auto;
    border: none !important;
}

.hosting ul.tabs li {
    float:left;
    border: none;
    border: none !important;
    width: auto !important;
}

.hosting ul.tabs li a {
    font-size:12px;
    color:#3d607c;
    font-weight:bold;
    display:block;
    height:19px;
    padding:0 9px;
    line-height:19px;
}

.hosting ul.tabs li a:hover {
    color:#323232;
    text-decoration:none;
}

.hosting ul.tabs li.active a {
    background-color:#f4f3f3;
}

.hosting .tab-container {
    clear:both;
    border: none;
}

.hosting .tab-container li {
    margin-bottom: 5px;
}

.hosting .tab-content {
    height:auto !important;
    min-height:160px;
    height:160px;
}

.paging a {
    background:url(../images/buttons/paging-arrow.png) no-repeat 0 0;
    width:10px;
    height:0;
    padding-top:10px;
    display:inline-block;
    overflow:hidden;
    margin:0 10px 0 10px;
}

.paging a.prev {
    background-position:-20px 0;
}

.paging a.prev.disable {
    background-position:0px 0;
}

.paging a.next.disable {
    background-position:-30px 0;
}


.paging a.next {
    background-position:-10px 0;
}

.reviews .reviews-content .btns a.disabled {
  width: 40px;
  height: 20px;
  background-color: #C9C9C9;
  border: 1px solid #C9C9C9;
  float: left;
  margin: 0 4px 0 0;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  text-decoration: none;
}


/* Table */


table h5 {
    margin-bottom: 0;
    color: #0b5e8f;
    font-size: 13px;
}


.table-sorting td {
    padding: 5px 10px !important;
    vertical-align: middle !important;
}

.table-sorting th {
    padding: 8px 10px !important;
    vertical-align: middle !important;
}

.table-sorting th:nth-child(even), .table-sorting td:nth-child(even) {
    background: #edf4f9;
}




/* Price Info */

#price-info h5 {
    display: table-cell;
    vertical-align: middle;
    width: 85px;
}

#price-info em {
    font-style: normal;
}

#price-info .price-details {
    display: table-cell;
    vertical-align: middle;
}

.price-details .price {
    width: 30px;
    font-size: 14px;
    color: #981802;
    font-weight: bold;
}




/* coupons */

.coupons h3 {
    font-size:16px;
    color:#404040;
    font-weight:bold;
}

.coupons ul li {
    width:315px;
    float:left;
    line-height:26px;
    color:#696868;
    font-size:14px;
    margin:0 0 7px 0;
}

.coupons .details {
    background:url(../images/coupon-bg.png) no-repeat 0 0;
    width:114px;
    height:26px;
    float:left;
    font-size:14px;
    font-weight:bold;
    color:#696868;
    padding:0 8px;
    line-height:26px;
    margin:0 18px 0 0;
}



/* reviews */

.reviews .filter {
    border-top:1px solid #e4e4e4;
    border-bottom:1px solid #e4e4e4;
    padding:10px 10px 10px 10px;
    display: block;
    margin-bottom: 20px;
}

.reviews .filter:before, .reviews .filter:after {
    content: '';
    display: table;
    clear: both;
}

.reviews ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.reviews h4 {
    float:left;
    margin:0 34px 0 0;
}

.reviews .filter-left {
    float:left;
}

.reviews .filter-left li {
    float:left;
    font-size:13px;
    margin:0 35px 0 0;
}

.reviews .filter ul li a {
    color:3d607c;
    font-weight:bold;
}

.reviews .filter ul li:last-child, .reviews .filter ul li:last-child a {
    margin-right: 0;
}

.reviews .filter ul li a:hover {
    text-decoration:none;
    color:#434242;
}

.reviews .filter-right {
    float: right;
}

.reviews .filter-right li {
    float:left;
    color:#202020;
    margin:0 17px 0 0;
}

.reviews .filter-right li a {
    margin:0 17px 0 0;
    font-weight:normal;
}

.reviews .filter-right li span {
    margin:0 9px 0 0;
    font-weight:bold;
}

.reviews .block-bar {
    height: auto;
    display:block;
    padding:8px 0 10px 10px;
}

.reviews .block-bar:before, .reviews .block-bar:after {
    content: '';
    display: table;
    clear: both;
}

.reviews h4 {
    font-size:16px;
    color:#75a144;
}

.reviews .negative h4, .reviews .negative h5 {
    color: #a34252;
}

.reviews h4 img {
    position: relative;
    top: -1px;
    margin-right: 5px;
}

.reviews h5 {
    font-size:13px;
    color:#75a144;
    font-weight:normal;
    line-height:19px;
}

.reviews .reviews-content {
    border-top:1px solid #dde9d2;
    padding:24px 0 8px 10px;
    display: block;
    width: auto;
}

.reviews .reviews-content:before, .reviews .reviews-content:after {
    content: '';
    display: table;
    clear: both;
}

.reviews .reviews-content .info {
    width:133px;
    float:left;
    font-size:11px;
}

.reviews .reviews-content .written-by {
    line-height:14px;
    font-size:11px;
    color:#7e7d7d;
    display:block;
    margin:0 0 10px 0;
}

.reviews .reviews-content .written-by .name {
    display:block;
    margin:0 0 0 0;
    color:#3d607c;
}

.reviews .reviews-content .thumbs {
    display:block;
    margin:0 0 14px 0;
}

.reviews .reviews-content .btns {
    overflow:hidden;
    display:block;
    margin:0 0 10px 0;
}

.reviews .reviews-content .btns a {
    width:40px;
    height:20px;
    background-color:#edf4f9;
    border:1px solid #b4dbf6;
    float:left;
    margin:0 4px 0 0;
    text-align:center;
    font-size:11px;
    font-weight:bold;
    line-height:20px;
}

.reviews .reviews-content p {
    padding:0 0 10px 0;
}

.reviews .share {
    margin-bottom: 20px;
}

.reviews .share a {
    margin:0 6px 0 0;
}

.reviews .reviews-content .details {
    overflow: hidden;
    padding-bottom: 1px;
}





/* Expert */
ul.bullet-list {
    padding:0 0 20px 0;
}

ul.bullet-list li {
    padding:0 0 0 12px;
    line-height:16px;
}

.choices ul.bullet-list li.formcancel{
    padding:0 0 0 12px; 
    border-top:0px;
}

.choices ul.bullet-list li:before, .choices ul li:after {
  display: none;
  clear: both;
}


/* Footer                       
/*-------------------------------------------------------------*/

#footer {
    border-top:1px solid #e4e4e4;
    padding:22px 0 24px 0;
    color:#808181;
    overflow:hidden;
}

.footer-links {
    float: none;
    overflow: hidden;
    margin-bottom: 14px;
}

.footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
    float: right;
}

.footer-links ul li {
    float:left;
    margin:0 16px 0 0;
}

.footer-links ul li:last-child {
    margin-right: 0;
}

#footer a {
    color:#3d607c;
}

.copyright {
    float:right;
}




/* ------------------------------------------------------------*/
/* Media Queries - Responsive Styles Here.                                       
/* ------------------------------------------------------------*/

/* All Devices expect mobile */
@media (min-width: $screen-sm) {

}

/* Mobile */
@media (max-width: 767px) {
    .navbar-collapse {
        float: none;
        padding: 0;
    }
    .navbar-toggle {
        margin-right: 0;
        margin-top: 0;
    }
    .navbar-header {
        margin-bottom: 25px;
    }
    .nav {
        float: none;
        font-size: 16px;
        display: block;
        padding: 0px 0 30px 0;
    }
    .nav li {
        float: none;
        display: block;
        margin: 0 0 8px 0;
    }
    .search {
        width: 100%;
        min-width: 1px;
    }
    .main {
        padding-top: 30px;
    }

    .intro {
        padding-bottom: 20px;
    }



    .choices .form-content {
        padding:18px 15px 6px 15px;
    }
    .choices ul li {
        padding-left: 0px;
        padding-right: 0px;
    }
    .form-content input.submit-btn {
        margin:10px 0px 0 0;
    }



    ul.tabs li {
        float: none;
        display: block;
        width: 100% !important; 
        border:1px solid #c2c2c2 !important;
    }


    ul.tabs li p {
        
    }

    ul.tabs li a {
        height: auto;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    html ul.tabs li.active {
        position:relative;
        z-index:99;
        border-bottom:1px solid #edf4f9;
        background-color:#edf4f9;
    }




    /* Company Page */

    .hosting .block-bar h1 {
        float:left;
        margin-bottom: 0;
    }

    .hosting .rate-txt {
        top: 0px;
    }

    .hosting .block-bar .logo {
        margin-top: 20px;
        float: none;
        display: block;
    }


    .hosting ul.tabs {
        margin:15px 0 0 0;
        float:right;
        width: auto;
        border: none !important;
    }

    .hosting ul.tabs li {
        margin-bottom: 5px;
    }

    .reviews .filter-left {
        margin-bottom: 10px;
        float: none;
        display: block;
        overflow: hidden;
    }

    .reviews .filter-left li {
        margin-right: 15px;
    }

    .reviews .filter h4 {
        float: none;
        display: block;
        margin-bottom: 10px;
        margin-right: 0;
    }

    .reviews .filter-right {
        float: none;
        display: block;
    }

    .reviews .filter-right li a {
        margin-right: 8px;
    }



}

/* Tablet */
@media (min-width: 768px) and (max-width: 991px) {
  	.choices .form-content {
        padding:18px 15px 6px 15px;
    }
    .choices ul li {
        padding-left: 0px;
        padding-right: 0px;
    }
    .form-content input.submit-btn {
        margin:10px -10px 0 0;
    }



    ul.tabs li a {
        font-size: 11px;
        padding: 13px 10px 0 10px;
    }

    .rate-txt {
        position: relative;
        top: 8px;
    }



    /* Company Page */

    .hosting .block-bar h1 {
        float:left;
        margin-bottom: 0;
    }

    .hosting .rate-txt {
        top: 0px;
    }

    .hosting .block-bar .logo {
        margin-top: -5px;
        float: right;
    }


    .hosting ul.tabs {
        margin:15px 0 0 0;
        float:right;
        width: auto;
        border: none !important;
    }

    .reviews .filter-left li {
        margin-right: 18px;
    }

}

/* Desktop */
@media (min-width: 992px) and (max-width: 1199px) {
  
}

/* Desktop / Large Screen */
@media (min-width: 1200px) {
    .container {
        width: 940px;
    }
}