/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */
@import url(http://fonts.googleapis.com/css?family=Trade+Winds);

/*Rewrite the stupid bootstrap
 ------------------------------------------------*/
[class^="icon-"], [class*=" icon-"] {
    height: auto;
    line-height: 1.7!important;
    width: auto;
}
/* Full Size Image Background
 ========================================================================== */
.uk-cover-background {
    background-position: center top;
}
/* Dark Style Modules
 ========================================================================== */
.dark,
.dark a,
.dark p,
.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark h6 {color:#000}

/* Dark Style Modules
 ========================================================================== */
.bright,
.bright a,
.bright p,
.bright h1,
.bright h2,
.bright h3,
.bright h4,
.bright h5,
.bright h6 {color:#fff}

/* UK Container
 ========================================================================== */

.uk-container {
    padding: 0 20px;
}
/* Headline with Border
 ========================================================================== */
span.border {
	border-top:1px dotted #fff;
	border-bottom:1px dotted #fff;
	padding:10px 20px;
}

/* Headerbar Slider Styles
 ========================================================================== */
.headerbar {
	text-align:center;
	padding:0!important;
	position:relative;
	overflow:hidden;
}
.headerbar h1 {
	font-size:60px;
	color:#fff;
}
.headerbar h2 {
	font-size:20px;
	color:#fff;
}
.headerbar h2 span {
	border-top:1px dotted #fff;
	border-bottom:1px dotted #fff;
	padding:10px 20px;
}
@media screen and (max-width: 997px) {
	.headerbar {
		top:0;
		margin-bottom:0;
	}
}

/* Toolbar Outer 100%
 ========================================================================== */
.toolbar-outer {
	background-color:#fff;
	width:100%;
}
.tm-toolbar {
	margin:0!important;
	padding:10px 20px;
}
.tm-toolbar ul {
	margin:0!important
}

/* Logo 
 ========================================================================== */
.logo {
	float:left;
	margin-left:40px;
}
.logo p {
	margin:0!important;
}
/* Special only for the Demo*/
.logo-for-demo {
	height:80px;
	line-height:80px;
	font-size:30px;
	font-family: 'Trade Winds', cursive;
	color:#fff!important;
}
a.logo-for-demo {
	color:#fff!important;
}
a.tm-logo:hover {
	color:#fff;
	text-decoration:none!important;
}
/* Mobile Logo 
 ========================================================================== */
.tm-logo-small {
    display: inline-block;
	letter-spacing: normal!important;
}

/* Mainmenu 
 ========================================================================== */
.menu-inner {
	float:right;
	margin-right:40px;
}
#menu-outer { 
	z-index: 980;
	position:relative;
}
.uk-navbar-nav > li > a {
	text-transform:uppercase
	}
/* Sticky Menu
 ========================================================================== */
@media screen and (max-width: 1025px) {
  #menu-outer {  
	  -webkit-transition: 0.15s ease-in-out;  
	  -ms-transition: 0.15s ease-in-out;  
	  transition: 0.15s ease-in-out;  
	  box-shadow: 0 1px 0 rgba(0,0,0,0.08);  
  }  
}

.tm-navbar {
	margin:0!important;
	padding:0!important;
}


/* Joomla System Output 
 ========================================================================== */
.main-outer {
    background: #fff!important;
}

/* Footer 
 ========================================================================== */
.tm-footer {
    background: #000!important;
	margin:0!important;
	padding:20px 0;
	font-size:12px;
	color:#999;
}
.tm-footer a:hover {
	color:#777!important;
}
/* Paypal Button 
 ========================================================================== */
form.paypal-form input{
	background: none;
	border:1px solid rgba(255,255,255,0.6);	
}
/* Image Styles
 ========================================================================== */

.shadow {
	box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.1);
	border:1px solid #fff;
}
.shadow-img {
	box-shadow: 0 -4px 25px rgba(0, 0, 0, 0.3);
}

/* Panel Box Border
 ========================================================================== */

.uk-panel-box-border{
	background:none!important;
	border-top:1px solid #222;
	border-bottom:1px solid #222;
	padding-left:0!important;
	padding-right:0!important;

}

/* MODERN PICS WEBFONT
 ========================================================================== */
@font-face {
	font-family: "modern_pictogramsnormal";
	font-style: normal;
	font-weight: normal;
	src: url('../images/modernpics-webfont.eot') format("embedded-opentype"), url('../images/modernpics-webfont.woff') format("woff"), url('../images/modernpics-webfont.ttf') format("truetype"), url('../images/modernpics-webfont.svg') format("svg");
}
.table-ico td {text-align:center}
.table-ico span.ico {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: block;
	font-family: 'modern_pictogramsnormal';
	font-size: 30px;
	height: 40px;
	line-height: 40px;
	margin: 0 auto 0;
	width: 40px;
	text-align:center;
	color:#fff;
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	
}

span.ico {
	border-radius: 50% 50% 50% 50%;
	display: block;
	font-family: 'modern_pictogramsnormal';
	font-size: 45px;
	height: 89px;
	line-height: 89px;
	margin: 0 auto 12px;
	transition: all 0.4s ease-in-out 0s;
	width: 89px;
	text-align:center;
	color:#fff;
}
span.ico:hover { 
	-webkit-transform: scale(1.4);
	-moz-transform: scale(1.4);
	-ms-transform: scale(1.4);
	-o-transform: scale(1.4);
	transform: scale(1.4);
}
