/* Konysbek Dias || onskyD@gmail.com
---------------------------------------*/

/* Tags options
---------------------------------------*/
*{
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
::selection {
    background: #fff2a8;
}
::-moz-selection {
    background: #fff2a8;
}
input:focus,
textarea:focus,
select:focus,
button:focus{
    outline: none;
}
button,
input[type=submit],
input[type=reset]{
    cursor: pointer;
}
a{
    text-decoration: none !important;
    cursor: pointer;
    color: inherit;
}
a:hover, a:focus {
    color: inherit;
}
img{
    /*image-rendering: -moz-crisp-edges;
    image-rendering:   -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;*/
    vertical-align: middle;
}
label{
    cursor: pointer;
    font-weight: normal;
}

/* Grid options
---------------------------------------*/
.row {
    margin: 0;
}
.row:after,
.row::after,
.clearfix{
    content: '';
    display: block;
    clear: both;
}
*[class*=grid-]{
    float: left;
    min-height: 1px;
}
*[class*=grid-].maybe-empty{
    min-height: 0;
}
.grid-12 {width: 100%;}
.grid-11 {width: 91.66666667%;}
.grid-10 {width: 83.33333333%;}
.grid-9 {width: 75%;}
.grid-8 {width: 66.66666667%;}
.grid-7 {width: 58.33333333%;}
.grid-6 {width: 50%;}
.grid-5 {width: 41.66666667%;}
.grid-4 {width: 33.33333333%;}
.grid-3 {width: 25%;}
.grid-2 {width: 16.66666667%;}
.grid-1 {width: 8.33333333%;}
.grid-mr-12 {margin-right: 100%;}
.grid-mr-11 {margin-right: 91.66666667%;}
.grid-mr-10 {margin-right: 83.33333333%;}
.grid-mr-9 {margin-right: 75%;}
.grid-mr-8 {margin-right: 66.66666667%;}
.grid-mr-7 {margin-right: 58.33333333%;}
.grid-mr-6 {margin-right: 50%;}
.grid-mr-5 {margin-right: 41.66666667%;}
.grid-mr-4 {margin-right: 33.33333333%;}
.grid-mr-3 {margin-right: 25%;}
.grid-mr-2 {margin-right: 16.66666667%;}
.grid-mr-1 {margin-right: 8.33333333%;}

/* Global options
----------------------------------------*/
.flex-block{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.pull-left{
    float: left !important;
}
.pull-right{
    float: right !important;
}
.text-left{
    text-align: left;;
}
.text-center{
    text-align: center;
}
.text-right{
    text-align: right;;
}
.list-inline > li{
    display: inline-block;
    vertical-align: top;
}
.list-unstyled{
    list-style: none;
}
.resp-img{
    max-width: 100%;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}
@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
@keyframes fadeIn {
    from {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

/* Media
---------------------------------------*/

/* Media 480px
--------------------------------------*/
@media (min-width:480px){
    .grid-s-12 {width: 100%;}
    .grid-s-11 {width: 91.66666667%;}
    .grid-s-10 {width: 83.33333333%;}
    .grid-s-9 {width: 75%;}
    .grid-s-8 {width: 66.66666667%;}
    .grid-s-7 {width: 58.33333333%;}
    .grid-s-6 {width: 50%;}
    .grid-s-5 {width: 41.66666667%;}
    .grid-s-4 {width: 33.33333333%;}
    .grid-s-3 {width: 25%;}
    .grid-s-2 {width: 16.66666667%;}
    .grid-s-1 {width: 8.33333333%;}
}

/* Media 768px
--------------------------------------*/
@media (min-width: 768px){
    .grid-m-12 {width: 100%;}
    .grid-m-11 {width: 91.66666667%;}
    .grid-m-10 {width: 83.33333333%;}
    .grid-m-9 {width: 75%;}
    .grid-m-8 {width: 66.66666667%;}
    .grid-m-7 {width: 58.33333333%;}
    .grid-m-6 {width: 50%;}
    .grid-m-5 {width: 41.66666667%;}
    .grid-m-4 {width: 33.33333333%;}
    .grid-m-3 {width: 25%;}
    .grid-m-2 {width: 16.66666667%;}
    .grid-m-1 {width: 8.33333333%;}
}

/* Media 960px
--------------------------------------*/
@media (min-width: 992px) {
    .grid-x-12 {width: 100%;}
    .grid-x-11 {width: 91.66666667%;}
    .grid-x-10 {width: 83.33333333%;}
    .grid-x-9 {width: 75%;}
    .grid-x-8 {width: 66.66666667%;}
    .grid-x-7 {width: 58.33333333%;}
    .grid-x-6 {width: 50%;}
    .grid-x-5 {width: 41.66666667%;}
    .grid-x-4 {width: 33.33333333%;}
    .grid-x-3 {width: 25%;}
    .grid-x-2 {width: 16.66666667%;}
    .grid-x-1 {width: 8.33333333%;}
}

/* Media 1366px
--------------------------------------*/
@media (min-width: 1366px) {
    .grid-l-12 {width: 100%;}
    .grid-l-11 {width: 91.66666667%;}
    .grid-l-10 {width: 83.33333333%;}
    .grid-l-9 {width: 75%;}
    .grid-l-8 {width: 66.66666667%;}
    .grid-l-7 {width: 58.33333333%;}
    .grid-l-6 {width: 50%;}
    .grid-l-5 {width: 41.66666667%;}
    .grid-l-4 {width: 33.33333333%;}
    .grid-l-3 {width: 25%;}
    .grid-l-2 {width: 16.66666667%;}
    .grid-l-1 {width: 8.33333333%;}
}

/* Konysbek Dias || onskyD@gmail.com
---------------------------------------*/