* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    height: 100%;
    -webkit-tap-highlight-color: transparent
}

body {
    position: relative;
    min-height: 100%
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #428bca;
    text-decoration: none
}

a:focus,
a:hover {
    text-decoration: underline
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    vertical-align: middle
}

.clearfix:after,
.clearfix:before {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.center_wrapper {
    padding: 0 15px;
    margin: 0 auto
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.fl-l {
    float: left !important
}

.fl-r {
    float: right !important
}

.ta-l {
    text-align: left !important
}

.ta-c {
    text-align: center !important
}

.ta-r {
    text-align: right !important
}

.list {
    list-style-type: none;
    padding-left: 0
}

.btn {
    display: inline-block;
    text-decoration: none;
    text-align: center
}

.btn:hover {
    text-decoration: none
}

.btn:focus {
    outline: 0;
    text-decoration: none
}

.btn_animate {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.btn_animate:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}

.btn_animate:active {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

@font-face {
    font-family: icomoon;
    src: url("../fonts/icomoon2.woff") format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: icomoon;
    src: url("../fonts/icomoon2.eot");
     src: url("../fonts/icomoon2.woff") format('woff');
    src: url("../fonts/icomoon2.eot?#iefix") format("embedded-opentype"), 
    url("../fonts/icomoon2.woff2") format('woff2'), 
    url("../fonts/icomoon2.ttf") format('truetype'), 
    url("../fonts/icomoon2.svg#icomoon") format('svg'),
    
}

