/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/*
 * This CSS file is for customization purpose only
 */ 

#logo a.logo-icon {
	display: block;
	width: 110px;
	height: 105px;
	background: url(../../../images/yootheme/logo.png) 0 0 no-repeat;
}

div.topblock div.mod-glow div.box-4 {
	padding: 10px;
}

#top div.mod-glass div.box-1 { background: #192B53; }
#top div.mod-glass div.box-4 a {color: #d0d0d0; }


#menu .ux-menu-container {
position: relative;
top: 8px;
}

#menu .ux-menu-container>ul>li{
   height: 36px;
}
#menu .ux-menu-container>ul>li>a {
    font-weight: bold;
background: transparent;
border: none;
color: whitesmoke;

-o-transition: none;
-ms-transition: none;
-moz-transition: none;
-webkit-transition: none;
-khtml-transition: none;
transition: none;
}

#menu .ux-menu-container>ul>li:hover>a {
background: whitesmoke;
border: none;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
color: black;
top: -5px;
height: 22px;
line-height: 22px;

-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-webkit-transition: all 0.2s linear;
-khtml-transition: all 0.2s linear;
transition: all 0.2s linear;
border: 1px lightgrey solid;
}

div.topblock div.mod-glow div.box-4 {
  padding: 0px;
}

div.topblock div.mod-glow div.box-4 #rev_slider_1_1_wrapper,
div.topblock div.mod-glow div.box-4 #rev_slider_1_1{
    width: 100% !important;
}
