.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

html, body, .map{
    padding: 0;
    margin: 0;
    height: 100%;
}

.map-container, .map-row, .map-col, .sidebar-col, .resultsPanel, .panel-body, .tab-content, .tab-pane, .search-results-basic, .map-results-basic{
    height: 100%;
}

.docSearch .mapSearch{
    overflow: hidden;
}

body,h1,h2,h3,h4,h5,h6{
    font-family: 'Montserrat', sans-serif;
}

.map-row, .map{
    position: relative;
}

.map-col, .sidebar-col, .map, .bottombar-col{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.sidebar-col{
    height: auto;
    max-height: 400px;
    border-right: none;
    border-bottom: 1px solid #666;
    position: relative;
    width: 100%;
}

.resultsPanel{
    min-width: 399px;
    border: none;
}

.bottombar-col{
    height: 0%;
    border-top: 1px solid #666;
    border-bottom: none;
}

.sidebar-col .panel-group{
    min-width: 399px;
}

.glyphicon{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.panel-group .panel+.panel {
 margin-top: 0px;
}

.sidebar-col .panel{
    /*margin: 0;
    border-bottom: 1px solid #999;
    border-radius: 0;*/
}

.sidebar-toggle, .bottombar-toggle{
    cursor: pointer;
}

.sidebar-toggle{
    display: none;
    position: absolute;
    background: #EEE;
    line-height: 50px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    text-align: center;
    bottom: 50%;
    right: -25px;
    height: 50px;
    width: 25px;
    z-index: 40;
    border: 1px solid #666;
    border-left: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.bottombar-toggle{
    position: absolute;
    background: #EEE;
    line-height: 25px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    text-align: center;
    left: 50%;
    top: -26px;
    height: 25px;
    width: 30px;
    z-index: 40;
    border: 1px solid #666;
    border-bottom: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.sidebar-toggle .glyphicon-backward{
    margin-left: -8px;
}

.bottombar-toggle .glyphicon-stats{
    margin-left: -2px;
}

.prodDocResult{
    margin-left: 7px;
}

.row, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2,
.col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3,
.col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4,
.col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5,
.col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7,
.col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8,
.col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9,
.col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10,
.col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12,
.col-sm-12, .col-md-12, .col-lg-12{
    margin: 0;
    padding: 0;
}

.results-glyphicon{
    margin-right: 5px;
    color: #428bca;
    cursor: pointer;
}

body {
  padding-top: 52px;
}

.introjs-helperNumberLayer{
    width: 30px;
    height: 30px;
}

/******* HELP WINDOW ON PAGE LOAD **********/
#helpWindow {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 2000;
    display: none;
}

.bgRadial {
    color: black;
    font-weight: 700;
    font-size:14px;
    padding: 7px;
    border-radius: 7px;
    border: 2px solid white;
    background: rgb(255,197,120); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,197,120,1) 0%, rgba(251,157,35,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,197,120,1)), color-stop(100%,rgba(251,157,35,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,197,120,1) 0%,rgba(251,157,35,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,197,120,1) 0%,rgba(251,157,35,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,197,120,1) 0%,rgba(251,157,35,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,197,120,1) 0%,rgba(251,157,35,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc578', endColorstr='#fb9d23',GradientType=0 ); /* IE6-9 */
    box-shadow: 1px 2px 7px #000000;
}

.legendTabs>li>a{
    padding: 7px 10px;
}

#help1Arrow {
    position: absolute;
    width: 100px;
    height: 140px;
    top: 150px;
    left: 300px;
    background: url("../images/up_left_arrow_sm2.png") no-repeat;
}
#help1Text {
    position: absolute;
    left: 325px;
    top: 186px;
}


#help2Arrow {
    position: absolute;
    width: 100px;
    height: 140px;
    top: 139px;
    left: 600px;
    background: url("../images/up_right_arrow_sm2.png") no-repeat;
}
#help2Text {
    position: absolute;
    left:400px;
    top:199px;
}

.panel-warning .panel-heading {
color: #8a6d3b;
background-color: #fcf8e3;
border-color: #faebcc;
}

.glyphicon:empty{
    width: inherit;
}


#toolBoxArrow {
    position: absolute;
    width: 50px;
    height: 100px;
    top: 90px;
    right: 251px;
    background: url("../images/up_right_arrow_sm2.png") no-repeat;
}
#toolBoxText {
    position: absolute;
    top:125px;
    right: 300px;
}

#help3Arrow {
    position: absolute;
    top: 150px;
    right: 0px;
    height: 100px;
    width: 100px;
    background: url("../images/up_right_arrow_sm2.png") no-repeat;
}

#help3Text {
    position: absolute;
    top: 200px;
    right: 99px;
    text-align: center;
}

#helpDialog {
    position: absolute;
    top:50%;
    left:50%;
    margin-left: -200px;
    margin-top: -155px;
    width:450px;
    height: 310px;
    background: white;
    box-shadow: 2px 2px 10px #000000;
    border: 1px solid #565656;
}

#helpDialogContent {
    position: relative;
    padding:20px;
}

#helpDialogContent h1 {
    padding: 0px;
    margin: 0px
}

#helpDialogContent #subtitle {
    margin-top:10px;
    border-top: 1px solid #000000;
    padding-top:10px;
}

#launchButtonContainer {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

#launchButton {
    font-weight: 700;
    border: 1px solid #565656;
    /*margin-top: 20px;*/
    font-size: 16px;
    background: rgb(255,197,120); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,197,120,1) 0%, rgba(251,157,35,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,197,120,1)), color-stop(100%,rgba(251,157,35,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,197,120,1) 0%,rgba(251,157,35,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,197,120,1) 0%,rgba(251,157,35,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,197,120,1) 0%,rgba(251,157,35,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,197,120,1) 0%,rgba(251,157,35,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc578', endColorstr='#fb9d23',GradientType=0 ); /* IE6-9 */
}

#dontShowHelp {
    margin-top: 10px;
    font-weight: 700;
}

.graph-units-form{
    padding: 3px 6px;
    width: 70px;
    height: 30px;
    margin-bottom: 5px;
    float: left;
}

.form-horizontal .graph-units-label{
    float: left;
    width: 70px;
    text-align: center;
}

.form-horizontal .graph-units-div{
    margin: 0;
    padding: 0;
    font-size: 1.1rem;
}

.clear-btn{
    /*margin-left: 10px;
    margin-top: 2px;*/
    position: absolute;
    right: 10px;
    top: 4px;
}

.small-btn{
    padding: 4px 8px;
}

.small-btn:focus{
    outline: none;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.map-results-basic .small-btn{
    margin: 5px 0;
}

.navbar {
    margin-bottom: 0;
}

.navbar-default{
    border-bottom: 1px solid #333;
}

.container{
    width: auto;
    margin-right: 10px;
}

.navbar-title{
    color: #333f49;
    font-weight: 700;
    font-size: 14px;
    text-shadow: 0 0 7px rgba(255, 255, 239, 0.8);
    margin: 0;
    margin-left: 10px;
    padding: 0;
    line-height: 51px;
    float: left;
}

.navbar-default .navbar-nav>li>a{
    color: #333;
}

.navbar-default .navbar-nav>li>a:hover{
    background-color: #DDD;
}

.navbar-toggle{
    background: #EEE;
}

.help-btn, .help-btn>a{
    color: #333;
    /*line-height: 50px;*/
}

.help-btn-group{
    height: 50px;
    width: 140px;
    float: right;
    line-height: 50px;
}

.nav-toolbar>li>a{
    padding-top: 5px;
    padding-bottom: 5px;
}

.nav-toolbar>li>.btn{
    padding-top: 4px;
    padding-bottom: 4px;
}

.titleBar{
    height: 51px;
    background-color: #01599a;
    border-bottom: 1px solid #333;
    background-image: url("../images/top-banner.png");
    background-repeat: no-repeat;
    background-size: 1023px 50px;
    /*background-color: #244059;*/
}

.homeLink{
    position: absolute;
    top: 0;
    left: 0;
    height: 51px;
    width: 250px;
}

.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;margin-top:-6px;margin-left:-1px;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu:hover>.dropdown-menu{display:block;}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:hover>a:after{border-left-color:#ffffff;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}

.search-docs-tabs{
    width: 300px;
    padding: 10px;
}
.search-map-dropdown{
    width: 200px;
    padding: 10px;
}

.btn-primary:focus{
    color: #FFF;
    background-color: #428bca;
    border-color: #357ebd;
}

.graphOptions{
    position: absolute;
    top: 0px;
    right: 15px;
    max-width: 175px;
    overflow: hidden;
    z-index: 1000;
}

.graphOptions .well{
    padding: 0px 5px;
    margin-bottom: 2px;
}

/*Legend Items*/
.legendItem {
    margin-bottom: 5px;
}

.legendItem .legendTitleBar {
    line-height: 25px;
    min-height: 25px;
    background-color: #f6f6f6;
    border: 1px solid #ccc;
    font-size: 12px;
}

.legendItem .legendTitleBar div {
    display: inline;
}

.layerCollapse {
    padding-left: 10px;
    padding-right: 10px;
}

.layerCheckbox {
    float: right;
    padding-right: 5px;
    height: 21px;
}

.layerCheckbox input[type="checkbox"] {
    width: 17px;
    height: 17px;
}

.legendDropdown {
    display: block;
    border: 1px solid #ccc;
    border-top:0px;
    background-color: #fcfcfc;
    overflow: hidden;
}

.tab-pane {
    /*overflow-y: auto*/
}

.results-header{
    border-bottom: 1px solid #EEE;
}

.legendDropdown ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    width: 100%;
}

.legendDropdown ul.fullWidth {
    width: 100%;
}

.legendDropdown ul li {
    font-size: 12px;
    padding: 7px 5px;
    width: 50%;
    float: left;
}

.legendDropdown ul li img {
    padding-right: 10px
}

.legendDropdown ul li input {
    float: right;
}


.slider {
    width: 100%;
    margin-bottom: 5px;
}
.sliderText {
    text-align: center;
    font-size:12px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.sliderSteps {
    font-size: 11px;
    width: 100%;
    height: 15px;
}

.sliderSteps .step {
    text-align: left;
}

.sliderSteps .step.left {
    float: left;
}

.sliderSteps .step.right {
    float: right;
}

.sliderContent {
    position: relative;
    padding: 5px 35px;
    z-index: 0;
}

.layerCollapse{
    cursor: pointer;
}
/*End Legend Items*/

/*Styles for certain ESRI Components*/
.esriBasemapGallery{
    padding-top: 10px;
    /*width: 360px;*/
    overflow: hidden;
}
.esriBasemapGalleryNode {
    margin: 1%;
    width: 31%;
    text-align: center;
}
.esriBasemapGalleryLabelContainer{
    overflow: visible;
}
.esriLegendService{
    padding: 0;
}
.esriBasemapGalleryThumbnail{
    height: auto;
    width: 100%;
    margin: 0;
    max-width: 140px;
    border: none;
    -moz-box-shadow: 0px 0px 7px #72818e;
    -webkit-box-shadow: 0px 0px 7px #72818e;
    box-shadow: 0px 0px 7px #72818e;
}
.esriBasemapGalleryThumbnail:hover{
    /*border: 1px solid #FF736C;*/
    -moz-box-shadow: 0px 0px 15px #333;
    -webkit-box-shadow: 0px 0px 15px #333;
    box-shadow: 0px 0px 15px #333;
}

.esriBasemapGallerySelectedNode .esriBasemapGalleryThumbnail{
    border: none;
    -moz-box-shadow: 0px 0px 15px #F44;
    -webkit-box-shadow: 0px 0px 15px #F44;
    box-shadow: 0px 0px 15px #F44;
}

.esriBasemapGalleryLabelContainer {
     height: 35px;
}
/*End Styles for certain ESRI Components*/

/*Styles for the home extent button*/
.HomeButton .home{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.HomeButton {
    position: absolute;
    top: 95px;
    left: 19px;
    z-index: 50;
    border-radius: 5px;
    border: 2px solid #666;
}
/*End Styles for the home extent button*/

/*Styles for the zoom to your location button*/
.LocateButton .zoomLocateButton{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.LocateButton {
    position: absolute;
    top: 135px;
    left: 19px;
    z-index: 50;
    border-radius: 5px;
    border: 2px solid #666;
}
/*End Styles for the zoom to your location button*/

.legend-area{
    position: relative;
    right: 20px;
    top: 20px;
    z-index: 50;
}

.LegendButton{
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 50;
    height: 37px;
    padding: 6px 12px;
    color: #EEE;
    font-weight: 700;
    font-size: 1.5rem;
    border: 2px solid #666;

    background-color: #666;
    background-color: rgba(102,102,102,0.80);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.LegendButton:hover{
    background-color: #333;
    background-color: rgba(102,102,102,0.90);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.LegendButton:hover + .legend-panel{
    display: block;
    visibility:visible;
    opacity:1;
}

.legend-panel:hover{
    display: block;
    visibility:visible;
    opacity:1;
}

.legend-panel{
    position: absolute;
    right: 0;
    width: 400px;
    visibility:hidden;
    opacity:0;
    /* height: 500px; */
    top: 35px;
    background: #FFF;
    padding: 10px;
    border-radius: 3px;
    border: 2px solid #666;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

/*Draw Icons*/
.draw-info{
    text-align: center;
}
.drawIcon{
    width: 40px;
    height: 40px;
    background-size: 36px 36px;
    background-repeat: no-repeat;
    text-indent: -9999px;
}
.pointDrawIcon{
    background-image: url("../images/i_draw_point.png");
}
.polyDrawIcon{
    background-image: url("../images/i_draw_poly.png");
}
.rectDrawIcon{
    background-image: url("../images/i_draw_rect.png");
}
.apiDrawIcon{
    background-image: url("../images/i_draw_number.png");
}
/*End Draw Icons*/

/*Styles for the panels*/
.panel{
    /*border-radius: 3px;*/
    /*position: absolute;*/
    z-index: 100;
    /*min-width: 225px;*/
    /*min-height: 40px;*/
    overflow: hidden;
    margin: 0;
    /*border-color: #333;*/
}
/*.panel-heading{
    height: 40px;
}
.panel-collapse{
    height: 100%;
}*/
.panel-title .panel-close, .panel-title .panel-min-max-btn{
    margin-left: 13px;
}
.panel-title{
    cursor: default;
    user-select: none;
}
.panel-body{
    cursor: default;
}
.panel-close, .panel-min-max-btn{
    cursor: pointer;
}

/*.legendPanel{
    width: 290px;
    min-width: 290px;
    height: 555px;
}*/

/*.selected-result:before{
    position: relative;
    top: 2px;
    font-family: 'Glyphicons Halflings';
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -moz-osx-font-smoothing: grayscale;
    content: "\e124";
    padding-right: 5px;
}*/

.selected-result {
    color: #B8534E;
}
.selected-result:hover {
    color: #B8534E;
    text-decoration: none;
}

.search-label{
    margin-bottom: 2px;
}
.input-search{
    margin-bottom: 15px;
}
.input-dates-search{
    margin-bottom: 15px
}
.input-before-search, .input-after-search{
    width: 60px;
    padding: 6px;
    margin: 0;
    text-align: center;
    display: inline-block;
}

.download-radio{
    display: inline-block;
}

.disabledInput{
    color: #CCC;
    cursor: not-allowed !important;
}

.disabled{
    cursor: not-allowed !important;
}

.download-selection-format{
    width: inherit;
    margin-left: 20px;
    margin-bottom: 25px;
}

.downloadOptions{
    display: block;
    margin-bottom: 20px;
    padding: 3px 6px;
}
.downloadOptionsExtended{
    margin-left: 20px;
    margin-bottom: 20px;
}

.download-form-control{
    display: inline-block;
    width: 300px;
}

.basic-results-table-area, .map-results-table-area{
    overflow-y: auto;
    overflow-x: hidden;
}

.tab-content>.active.table{
    display: table;
}

.resultMeta{
    font-size: 0.8em;
    margin-top: 3px;
    padding-top: 3px;
    border-top: 1px dotted #BBB;
    margin-left: 25px;
}

.resultTag{
    padding: 2px 7px;
    margin-top: -3px;
    margin-right: 3px;
    border-radius: 5px;
    float: right;
}

.resultTagProd{
    background: #F2AC52;
}
.resultTagDoc{
    background: #A9DE86;
}

.map .tooltip {
    border: none;
}

.download-or{
    font-weight: 900;
    color: #666;
}

/*.uploadShapefileModal .modal-dialog,
.uploadServiceModal .modal-dialog{
    width: 400px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -100px;
    margin-left: -200px;
    padding: 20px;
}*/

.serviceRow {
    margin-bottom: 10px;
    display: table;
}

.serviceRow div {
    display: table-cell;
}

.serviceRow .rowText{
  width: 100px;
}

.serviceRow .rowInput,
.serviceRow .rowInput input{
    width:300px;
}

.map-summary-production{
    /*margin-top: -65px;*/
    float: left;
    padding: 0 15px;
    min-width: 175px;
    min-height: 650px;
    overflow: auto;
    position: relative;
}

.legendDiv, .basemapDiv{
    overflow-y: auto;
    overflow-x: hidden;
}
/*End Styles for the panels*/

/*Styles for Tabs*/
.nav-tabs{
    margin-bottom: 10px;
}
.nav-pills>li+li{
    margin-left: 0;
}
.nav-pills>li{
    margin-right: 3px;
    margin-bottom: 7px;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
    /*color: #fff;*/
    /*background-color: #666;*/
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.nav-pills>li>a {
    padding: 7px 8px;
}
.nav-pills>.active>a>.badge {
color: #57AD57;
background-color: #fff;
}

.addthis-dropdown{
    padding: 5px;
    width: 44px;
    min-width: 44px;
}

.badge-mapSearch, .badge-docSearch{
    background-color: #7CA67C;
}

.nav-pills-summary-production>li+li{
    margin-left: 0;
}
.nav-pills-summary-production>li{
    margin-right: 3px;
    margin-bottom: 7px;
}
.nav-pills-summary-production>li.active>a, .nav-pills-summary-production>li.active>a:hover, .nav-pills-summary-production>li.active>a:focus {
    /*color: #fff;*/
    /*background-color: #666;*/
    background-color: #AAA;
    border-color: #4cae4c;
}
.nav-pills-summary-production>li>a {
    padding: 5px 7px;
}
/*End Styles for tabs*/

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled{
    opacity: inherit;
    background-image: inherit;
}

/*Styles for the Media Queries*/
@media (min-width: 768px){
    .leftHeader{
        display: block;
    }
    .navbar-title{
        font-size: 18px;
        margin-left: 0px;
    }

    body {
        padding-top: 82px;
    }

    .map-row.toggled .sidebar-col{
        width: 0;
    }

    .map-row.toggled .map-col{
        padding-left: 0px;
    }

    .sidebar-col{
        height: 100%;
        max-height: none;
        border-right: 1px solid #666;
        border-bottom: none;
        width: 400px;
        position: absolute;
        left: 0;
        top: 0;
    }

    .sidebar-toggle{
        display: block;
    }

    .bottombar-col{
        border-top: 1px solid #666;
        border-bottom: none;
    }
    .map-col{
        padding-left: 400px;
    }

    /*.resultsPanel{
        max-height: none;
    }*/

}

@media (min-width: 1400px){
    .container{
        /*width: 1370px;*/
    }
}

@media (min-width: 1600px){
    .container{
        /*width: 1570px;*/
    }
}
/*End Styles for the Media Queries*/