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

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 html {
 	background: #144aa6;
 }
 
 body {
 	background: url(../images/indezi-bg.jpg) fixed no-repeat;
 	background-size: cover;
 	color: #fff;
 }
 
 .tm-logo {
 	width:100%;
 }
 
 .uk-container {
 	max-width:100%;
 	padding: 0;
 }
 
 .uk-navbar {
 	background: #144aa6;
 	border-top:2px solid #BCE6FA;
 	border-bottom:2px solid #BCE6FA;
 	box-shadow: 0px 5px 5px #000;
 	position: relative;
    z-index: 9999;
 }
 
 
 .tm-middle {
 	box-shadow: 0px -5px 5px #000;
 	position: relative;
    z-index: 9998;
    margin-top:0 !important;
 }
 
.uk-navbar-nav {
    clear: left;
    float: left;
    left: 50%;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
}

.uk-navbar-nav > li {
    display: block;
    float: left;
    list-style: outside none none;
    margin: 0 0 -2px;
    padding: 0;
    position: relative;
    right: 50%;
}

.uk-navbar-nav > li > a {
    display: block;
    font-size: 1.8em;
    text-transform: uppercase;
}

.uk-navbar-nav > li > a, .uk-navbar-nav > li:hover > a, .uk-navbar-nav > li > a:focus, .uk-navbar-nav > li.uk-open > a {
    color: #fff;
    transition: all 0.5s ease 0s;
}

.uk-navbar-nav > li.uk-active > a, .uk-navbar-nav > li > a:hover {
    color: #0F1065;
    text-shadow: -1px -1px 1px #000, 1px 1px 1px #fff;
    transition: all 0.5s ease 0s;
}

nav.uk-active {
	z-index:9999;
	margin: 0px;
}

.hp-mod {
	width: 100%;
	height: 300px;
}

div.hp-banner {
	background: url('../../../images/banners/water-bottle.jpg') no-repeat;
width: 100%;
height: 300px;
}

.tm-main {
	padding: 0 10%;
}

.tm-bottom-a {
	padding: 0 5%;
}

h1, h2, h3, h4, .uk-h1 {
	color: #0F1065;
    text-shadow: -1px -1px 1px #000, 1px 1px 1px #fff;
    font-weight: bold;
}

p.uk-text-large {
	text-shadow: 1px 1px 2px #fff;
	color: #000;
}

.healthy-mod, .pure-mod, .refreshing-mod, .h2o-mod {
	background-size: cover;
	width: 100%;
	height: 100%;
	left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 3;
    border: 2px solid #BCE6FA;
    box-shadow: 0px 5px 5px #000;
}

.healthy-mod {
background: url('../../../images/banners/healthy.jpg') no-repeat;
}

.pure-mod {
background:url('../../../images/banners/pure.jpg') no-repeat;
}

.refreshing-mod {
background:url('../../../images/banners/refreshing.jpg') no-repeat;
}

.h2o-mod {
background:url('../../../images/banners/h2o.jpg') no-repeat;
}



.bot-mod > .uk-panel-title {
	position: relative;
	z-index: 4;
	font-size: 2.2em;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    margin: 0;
    padding: 20% 0;
    text-shadow: -2px -2px 4px #144aa6, 2px 2px 4px #000;
    font-family: Arial;
}

.uk-text-large {
	background:#fff;
	opacity: 0.8;
	box-shadow: 0px 5px 5px #000;
	border-radius: 20px;
	padding: 15px;
	color: #000;
}

div.formControlLabel {
	display: none;
}

.formResponsive .formHorizontal .formControls {
	margin: 0;
}

.formResponsive textarea, .formResponsive input[type="text"], .formResponsive input[type="password"] {
	background: #0F1065;
	color: #fff;
	border: 2px solid #BCE6FA;
	border-radius: 10px;
	text-align: center;
	width: 50%;
}

.uk-subnav-line > li > a {
	color: #fff;
}
