/* CSS Document */



/*-=-=-=-=-=-=-=-=-=-=-=- */
/* Column Grids */
/*-=-=-=-=-=-=-=-=-=-=-=- */

.col_half { width: 49%; }
.col_third { width: 32%; }
.col_fourth { width: 23.5%; }
.col_fifth { width: 18.4%; }
.col_sixth { width: 15%; }
.col_three_fourth { width: 74.5%;}
.col_twothird{ width: 66%;}
.col_half,
.col_third,
.col_twothird,
.col_fourth,
.col_three_fourth,
.col_fifth {
    position: relative;
    display:inline;
    display: inline-block;
    float: left;
    margin-right: 2%;
    margin-bottom: 20px;
}
.end { margin-right: 0 !important; }

/* Column Grids End */

.wrapper { 
    width: 980px; 
    margin: 30px auto; 
    position: relative;
}
.counter { 
    background-color: #F8F8F8; 
    padding: 20px 0; 
    border-radius: 5px;
}
.count-title { 
    font-size: 2.5em; 
    font-weight: normal;  
    margin-top: 10px; 
    margin-bottom: 0; 
    text-align: center;
}
.count-text { 
    font-size: .8em; 
    font-weight: normal;  
    margin-top: 10px; 
    margin-bottom: 0; 
    text-align: center; 
}
.counter_icon { 
    float: none; 
    display: block; 
    margin: 0 auto;
    width: 40px;
    opacity: .5;
}




/* TRANSITION ----------------------------------------------------------------- */
@media only screen and (max-width: 1200px), only screen and (max-device-width: 1200px) {

.wrapper { 
    width: auto; 
    margin: 0px auto; 
    position: relative;
    display: block;
    text-align: center;
    align-content: center;
}
.col_fourth {     
    position: relative;
    display: inline-block;
    float: left;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 20px;
    width: 48%;
}


}



/* TABLET ----------------------------------------------------------------- */
@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {

.wrapper { 
    width: auto; 
    margin: 0px auto; 
    position: relative;
    display: block;
}
.col_fourth { 
    width: 100%; 
    margin-left: 0;
    margin-right: 2%;
}


}


