html{
    -webkit-text-size-adjust: 100%;
}

*:focus {
    outline: none;
}

*, *::active, *::focus {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)!important;
    -webkit-focus-ring-color: rgba(0, 0, 0, 0)!important;
    outline: none!important;
}
.clear {
    font-size: 0px;
    line-height: 0px;
    clear: both;
}

body {
    font-family: 'exo_2regular_condensed';
    font-size: 14px;
    color: #000;
    background-color: #FFF;
    position:relative;
    margin: 0;
    min-width: 320px;
}
b, strong{
    font-weight: normal;
    font-family: 'exo_2semi_bold_condensed';
}
a {
    text-decoration: none;
    color:inherit;
}

a:hover {
    color: inherit;
}
h1:hover, h2:hover, h3:hover, h4:hover, h5:hover, h6:hover {
}
h1, h2, h3, h4, h5, h6 {
    font-weight: inherit;
    text-align:left;
    font-size: 1em;
    display: inline;
}
a, p, h1, h2, h3, h4, h5, h6, span{
    line-height: 120%;
}

/**/


/**/
.box{
    margin-top: 20px;
}
/**/

.center{
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
}

.ellipsis{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-decoration: none;
    display: block;
}

.left{
    float: left;
}
.right{
    float: right;
}