/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

/*
 * Custom Style Sheet - Use this file to style your content
 */
 /* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 
body {
	background: #CFCBC7;
}
a, .uk-link {
    color: #f6b24d;
    cursor: pointer;
    text-decoration: none;
}
a:hover {
	color: #656870;
}
h1, .uk-h1 {
    color: #f6b24d;
	font-size: 32px;
    line-height: 40px;
	margin: 0 0 14px;
	font-weight: bold;
}
.wrapper {
	background: #fff;
	padding: 0;
	position: relative;
}
#header {
	background: #CFCBC7;
	padding: 20px 0 0 0;
}
#menubar {
	background: #f6b24d;
	color: #656870;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-transform:lowercase;
	padding: 0 10px;
	border-radius: 6px 6px 0 0;
}
#menubar ul {
	font-size: 14px;
	font-weight: bold;
	text-transform:lowercase;
}
.dropdown-bg {
	padding: 7px 15px;	
	background: #f6b24d;
	color: #656870;
	z-index: 1000;
}

#main {
	padding: 20px 20px 50px 20px;	
}

#totop-scroller {
	right: 10px;
    text-align: center;
    top: 23px;
}
#bottom-a {
	background: #f7b24d;
}
#bottom-b {
	background: #656870;
	color: #ffffff;
}
#bottom-b .module-title {
    color: #eeeeee;
}
#bottom-b .remember, #bottom-b ul.blank {
	display: none;
}
#bottom-b .wk-twitter a {
color: #f6b24d;
}
#bottom-b .wk-twitter a:hover {
color: #ffffff;
}
#footer {
	background: #50535a;
	text-align: right;
	color: #cccccc;
	margin: 0;
	padding: 25px 50px 25px 25px;
}
#footer a {
	color: #cccccc;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;	
}

#menu > li {
	border-right: 1px solid #c7ced1;	
}
#menu > li > a {
    -moz-box-sizing: border-box;
    display: block;
    color: #656870;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-transform:lowercase;
    height: 45px;
    line-height: 45px;
    padding: 0 25px;
    text-decoration: none;
}
#menu > li:hover > a,
#menu > li > a:focus,
#menu > li.uk-open > a {
  background-color: #c1882f;
  color: #444444;
  /* 3 */
  outline: none;
}
#menu > li.uk-active > a {
    background-color: #c1882f;
    color: #444444;
}
#menu > li > a:hover,
#menu > li > a:focus {
  background: none;
  color: #000;
  /* 2 */
  outline: none;
}

.page-header {
    margin: 0;
    padding-bottom: 5px;
	border-bottom: 0;
}

#maskBlock {
	width: 94%!important;	
}
.movingObj {
	
}

.form-actions {
	background: none;	
}
.btn-primary, .btn-info, .btn-inverse {
    background-color: #f6b24d;
    color: #FFFFFF;
}

#logo img, ul.slides img, .img-border {
	border-radius: 8px;	
}
.marginleftimg {
	margin: 5px 15px 10px 0;	
}

.wk-slideshow {
	position: relative;
}
.wk-slideshow ul.nav {
	position: absolute;
	bottom: 15px;
	left: 5%;
	z-index: 10001;
}



