@import url('normalize.css');
/*---------------css reset---------------*/
* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: inherit;
}

body {
    line-height: 1;
    font-size: 12px;
    -webkit-font-smoothing: antialiased;
    height: 100vh;
}

html,
body {
    width: 100%;
}

ul {
    list-style-type: none;

}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1, h2, h3, h4, h5 {
    font-weight: normal;
    margin: 0;
    padding: 0;
}

a,
button {
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}


@font-face {
    font-family: 'Cookie Regular';
    src: url("../fonts/Cookie-Regular.eot?v=1.1.0");
    src: url("../fonts/Cookie-Regular.eot?#iefix&v=1.1.0") format("embedded-opentype"),
    url("../fonts/Cookie-Regular.woff?v=1.1.0") format("woff"),
    url("../fonts/Cookie-Regular.ttf?v=1.1.0") format("truetype"),
    url("../fonts/Cookie-Regular.svg?v=1.1.0#Regular") format("svg");

}
@font-face {
    font-family: 'Khand Regular';
    src: url("../fonts/Khand-Regular.eot?v=1.1.0");
    src: url("../fonts/Khand-Regular.eot?#iefix&v=1.1.0") format("embedded-opentype"),
    url("../fonts/Khand-Regular.woff?v=1.1.0") format("woff"),
    url("../fonts/Khand-Regular.ttf?v=1.1.0") format("truetype"),
    url("../fonts/Khand-Regular.svg?v=1.1.0#Regular") format("svg");

}
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}