/* Reset CSS */
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1;
    font-size: 16px;
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}


html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
    /*-webkit-transition: all ease .6s;
	-moz-transition: all ease .6s;
	-ms-transition: all ease .6s;
	-o-transition: all ease .6s;
	transition: all ease .6s; */
}

.nicescroll-rails {
    transition: initial;
    -webkit-transition: initial;
    -moz-transition: initial;
    -ms-transition: initial;
    -o-transition: initial;
}

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

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

input,
textarea,
button {
    border: none;
    /* outline: none; */
    background-color: transparent;
    border: 1px solid #d0d0d0;
    color: #828282;
}

button {
    border: none;
}

.middle {
    display: table;
    width: 100%;
    height: 100%;
}

.middle .middle-helper {
    *display: inline-block;
    *height: 100%;
    vertical-align: middle;
}

.middle .middle-content {
    display: table-cell;
    *display: inline;
    width: 100%;
    vertical-align: middle;
}

#loader-box {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: hidden;
    opacity: 1;
    filter: alpha(opacity=0);
    -webkit-transition: all ease .6s;
    -moz-transition: all ease .6s;
    -ms-transition: all ease .6s;
    -o-transition: all ease .6s;
    transition: all ease .6s;
}

#loader-box {
    content: '';
    z-index: 1;
    opacity: 100;
    filter: alpha(opacity=100);
}

#loader-box .overlay {
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgb(255, 255, 255);
}

#loader-box .content {
    position: relative;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    color: #000;
}

.btn {
    cursor: pointer;
}

.centering {
    /* left: 50%; */
    /* top: -50%; */
    /* -ms-transform: translate(-50%, -50%);*/
    /* -webkit-transform: translate(-50%, -50%); */
    /* -moz-transform: translate(-50%, -50%);*/
    /* transform: translate(-50%, -50%); */
}

strong,
b {
    font-family: 'dinot-bold';
    font-weight: bold;
}
