
/* MENU */

/* SUBMENU */

/* BUTTON */

/* Theme Options Custom CSS */
.prague-header.light .main-menu li a {
    color: #fff!Important;
font-weight:700!Important;
font-size:14px;
padding-left:5px;
padding-right:0px;
text-transform:None;
opacity: 1;
}

@media screen and (max-width: 1199px)
{
.prague-header.light .prague-navigation {
    background-color: #292929!Important;
}

.prague-header.light .main-menu .sub-menu {
background-color: #292929!Important;
}
}

.main-menu li a:hover, .main-menu li a:active, .main-menu li a:visited{
    border-bottom: 1.5px solid #8cc63e;
}

body, html {
    font-family: Flama-Book,Trebuchet MS,Helvetica,sans-serif !Important;
    font-weight: 300;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1em;
    line-height: 1em;
    color: #000;
}

.prague-header{
    background-color: rgba(0,0,0,0.9);
padding:5px 0px 5px 10px !Important;
}
.image_logo{
height:70px!Important;
width:180pxImportant;
}

p, ul, li {
    font-family: Roboto,sans-serif;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #7e7d7d;
}


.footer_items_title {
    font-family: 'Roboto',sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #fff;
    font-size: 16px;
    line-height: 1.1875;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0 0 20px;
}

.footer_items_link {
    font-family: 'Roboto',sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #949494;
    font-size: 14px;
    line-height: 1.5;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    margin: 0 0 5px;
}

.footer_items_link:hover {
    color: #ffffff;
}

.footer_copyright {
    font-family: 'Roboto',sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #949494;
    font-size: 14px;
    line-height: 0.5;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    margin: 20px 0 20px 0 !Important;
    text-align:center;
}

.fa:hover{
   color:#8cc73d !important;
}