/*//////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////// UIKIT CUSTOM STYLES ///
//////////////////////////////////////////////////////////////////////////////////////////////////*/

.uk-modal {
	background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
}
.uk-cover-background {
	background-position: center top;
}
.uk-offcanvas {
	background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
}
.uk-offcanvas-bar {
	background: #fff;
}
.uk-overlay-panel {
	background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
}
.uk-form-controls {
	padding: 10px 0;
	display: block;
	clear: both;
}
.uk-form-controls label {
	line-height: 40px;
	font-weight: 800;
}
.uk-button-primary {
	background-color: #fff;
	color: #000;
	text-align: center;
	font-weight: 800;
}

.uk-button-primary  a{color: #000;}
.uk-button-primary:hover {background-color: #ccc;}


	
	.uk-subnav {
	margin: auto!important;
}
.uk-subnav li {
	margin: 5px;
}
.uk-subnav a:hover, .uk-subnav > * > *:focus {
	color: #990000;
}
em {
	color: #990000;
}
/*//////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////// MAIN STYLES ///
//////////////////////////////////////////////////////////////////////////////////////////////////*/

html {

background:none;

}



body {
	background-image:url(../images/back4.jpg); 
	background-repeat: no-repeat;
    background-attachment: fixed;
	background-position: center; 
	font-family: 'Play', sans-serif;
	font-size: 18px;
	font-weight: 400;
	font-style: normal;
	line-height: 24px;
	color: #fff;
}

p, ul, ol, dl, blockquote, pre, address, fieldset, figure {
    margin: 0 20px 15px 20px;
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Play', sans-serif;
	font-weight: 800;
	    color: #000080;
    text-shadow: 2px 2px #fff;
        text-align:center;
	margin: 0 auto 20px auto;
}
a {
	color: #fff;
}
a:hover {
	color: #333;
	text-decoration: none;
}
#wrapper {
	width: 100%;
	margin: 0 auto;
}
#headerbar {
	width: 100%;
	color: #fff;
	padding: 5px 0;
	font-size: 18px;
	line-height: 25px;
}
.flag-btn {
	margin: 10px 5px;
	width: 30px;
}
header {
	width: 100%;
	z-index: 100;
	position: relative;
	top: 0;
}
.logo-off-canvas {
	height: 100px;
}
.logo-small {
	height: 100px;background-color: rgba(255, 255, 255, 0.6);padding:10px;
}
.logo {

	background-color: rgba(255, 255, 255, 0.6);
	padding:20px;
}
.menu-btn {
	width: 32px;
	margin: 5px 15px;
}
ul.menu-off-canvas {
	padding: 20px;
	list-style-type: none;
}
ul.menu-off-canvas li {
	padding: 5px 0 25px 0;
	background: url(../images/separator.png) no-repeat center bottom;
	background-size: 100% auto;
	text-align: center;
}
ul.menu-off-canvas li:first-child {
	background: none;
}
ul.menu-off-canvas li a {
	color: #000;
	font-weight: 400;
	font-size: 20px;
}
ul.menu-off-canvas li a:hover {
	color: #990000;
}
ul.menu {
	list-style-type: none;
	margin: auto;
	padding: 0;
	display: table;
	text-transform: uppercase;
}
ul.menu li {
	display: inline;
	padding: 10px 45px 10px 15px;
	background: url(../images/bullet.png) no-repeat center right;
	background-size: 30px 30px;
}
ul.menu li:last-child {
	background: none;
}
ul.menu li a {
	color: #000;
	font-weight: 700;
	font-size: 22px;
	line-height: 50px;
}
ul.menu li a:hover {
	color: #1d9fd0;
}
.container {
	max-width: 400px;
	margin: auto;
	    padding: 40px 20px 20px 20px;
}
.container-wide {
	max-width: 1200px;
	margin: auto;
	padding: 20px;
}
.title {
	background: url(../images/bg_title.png) no-repeat;
	width: 460px;
	height: 80px;
	text-align: center;
	line-height: 80px;
	font-size: 36px;
}
.red {
	color: #990000;
}
.blue {
	color: #1d9fd0;
}
.bullet {
	background-image: url(../images/bullet.png);
	width: 14px;
	height: 14px;
	background-size: contain;
	display: inline-block;
	margin: 0 5px;
}
.icon {
	font-size: 16px;
}
.icon img {
	width: 60px;
	height: 60px;
	display: block;
	margin: 10px auto;
}
.pricelist {
	background-color: #990000;
	color: #fff;
}
#section-01 {
	margin: 35px auto;
	padding: 15px 0px 0px 0;
}
#section-02 {
	margin: 35px auto;
	padding: 35px 0px 0px 0;
}
#section-03 {
	margin: 35px auto;
	padding: 0px 0px 35px 0;
}
#section-04 {
	margin: 0px auto;
	padding: 35px 0px 0px; px;
}
#section-05 {
	margin-top: 0px;
	padding: 0px 0;
}
#section-06 {
	margin: 35px auto;
	padding: 35px 0;
}
footer {
	background-color: #000;
	margin: auto;
	padding: 10px 0;
	color: #ccc;
}
footer ul.menu li a {
	color: #fff;
	font-weight: 400;
	font-size: 20px;
	line-height: 50px;
}
footer ul.menu li a:hover {
	color: #1d9fd0;
}

@media (max-width: 479px) {
#headerbar {
	font-size: 16px;
	line-height: 20px;
}
.title {
	background: url(../images/bg_title.png) no-repeat center center;
	background-size: contain;
	width: 100%;
	height: auto;
	text-align: center;
	line-height: normal;
	font-size: 30px;
}


footer ul.menu li {    display: block;}

}

@media (min-width: 480px) and (max-width: 767px) {
#headerbar {
	font-size: 12px;
	line-height: 20px;
}
.title {
	background: url(../images/bg_title.png) no-repeat center center;
	background-size: contain;
	width: 100%;
	height: auto;
	text-align: center;
	line-height: normal;
	font-size: 30px;
}
}

@media (min-width: 768px) and (max-width: 959px) {
#headerbar {
	font-size: 16px;
	line-height: 20px;
}
}

@media (min-width: 960px) and (max-width: 1199px) {
.logo {
	height: 120px;
}
}

@media (min-width: 1200px) {
}

@media (max-width: 1280px) {
.logo {
	height: 120px;
}
ul.menu li {
	display: inline;
	padding: 10px 35px 10px 10px;
	background: url(../images/bullet.png) no-repeat center right;
	background-size: 25px 25px;
}
ul.menu li a {
	font-size: 20px;
	line-height: 45px;
}
}


.uk-table-condensed td {    padding: 4px 4px;}

footer a {color:#ffffff;}
footer a:hover   { color: #990000;}


.shadowbox {
	background-color: rgba(255, 255, 255, 0.9);
	box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
	padding: 10px;
	    font-size: 18px;
color: #333333;
}

@media (min-width: 1220px) {


}
