@charset "utf-8";
/* CSS Document */


*{
	box-sizing: border-box;
}

body{
	background-color:#eee;
}

.fab {
    font-family: "FontAwesome5Brands";
}
.ua {
    font-family: "UltimateIcons";
}

.fa,.fab,.fas,.ua {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-size:20px;
}

.fa-linkedin:before {
	content: "\f08c"
}

.ua-icon-youtube:before {
    content: "\e9e5";
}

.ua-icon-arrow-right:before {
    content: "\e952";
}

.fl-menu-toggle:before {
    content: '';
    position: absolute;
    right: 50%;
    top: 50%;
    z-index: 1;
    display: block;
    width: 9px;
    height: 9px;
    margin: -5px -5px 0 0;
    border-right: 2px solid black;
    border-bottom: 2px solid black;
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateX(-5px) rotate(45deg);
    -ms-transform: translateX(-5px) rotate(45deg);
    transform: translateX(-5px) rotate(45deg);
}
 
@media (min-width: 576px) {



}
 
@media (min-width: 768px) {

}
 
@media (min-width: 992px) {


}
 
@media (min-width: 1200px) {


}







