/* Computer */
.grid_1 { width: 6.5%; } 
.grid_2 { width: 15%; } 
.grid_3 { width: 25%; } 
.grid_4 { width: 32%; } 
.grid_5 { width: 40.5%; }
.grid_6 { width: 49%; } 
.nest{width:47.5%;} /*grid_6*/
.grid_7 { width: 57.5%; } 
.grid_8 { width: 66%; } 
.grid_9 { width: 74.5%; } 
.grid_10 { width: 83%; } 
.grid_11 { width: 91.5%; } 
.grid_12 { width: 100%; } 

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
margin: 0 2% 2% 0;
float: left;
display: block;
}

.alpha{margin-left:0;}
.omega{margin-right:0!important;padding-right:0!important;}
.omega_bottom{margin-bottom:0 !important;}

.border-right-off{
border:none!important;
}

.container{
width: 90%;
max-width: 1030px;
margin: auto;
z-index:5;
position:relative;
}
#the-switch{
position:fixed;
top:40px;
right:40px;
z-index:8000;
}

.switch {
position: relative;
display: inline-block;
width: 34px;
height: 18px;
}

.switch input {
display: none;
}

.slider {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #e0e0e0;
border-radius: 0px;
transition: 1000ms cubic-bezier(0.10, 0.90, 0.20, 1.00);
}

.slider:before {
position: absolute;
content: "";
height: 10px;
width: 10px;
left: 4px;
bottom: 4px;
border-top:#fff;
background-color: white;
transition: 1000ms cubic-bezier(0.10, 0.90, 0.20, 1.00);
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

input:checked + .slider {
background-color: #161616;
}

input:checked + .slider:before {
background-color:#a68f6c;
border-top:#5a5a5a!important;
-webkit-transform: translateX(16px);
-ms-transform: translateX(16px);
transform: translateX(16px);
}


/* CSS for both light and dark themes */

.container_wide{
width: 100%;
margin: auto;
}


.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}
.clearfix:after{clear:both;content:' ';display:block;font-size:0;line-height:0;visibility:hidden;width:0;height:0}* html .clearfix,*:first-child+html .clearfix{zoom:1}



}

