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

@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:700italic,700);
@import url(http://fonts.googleapis.com/css?family=Oswald:700);
@import url(http://fonts.googleapis.com/css?family=Montserrat:700);

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
}

h1, .uk-h1 {
    font-size: 38px;
    line-height: 46px;
}

h4, .uk-h4 {
	line-height: 26px;
}

.uk-button {
	line-height: 26px;
	min-height: 30px;
	padding: 6px 15px;
	text-transform: none;
}

.uk-button-mini {
    font-size: 11px;
    line-height: 20px !important;
    min-height: 20px !important;
    padding: 0 6px !important;
}

.uk-icon-button:before {
    transform: none;
}

.uk-icon-button {
    transform: none;
    background:#444444;
    border-radius: 50%;
    color:#ffffff;
}

.uk-text-small {
    font-size: 10px;
    line-height: 15px;
}

.km-social-button {
    height: 48px;
    line-height: 34px;
    width: 48px;
    margin: 3px;
    border-radius: 50%;
}

.uk-article-lead {
	font-style:normal;
	color:#000000;
}

.uk-panel-box {
    background: none repeat scroll 0 0 #fafafa;
    border: 0;
}

 .tm-fullscreen > video {

    position: absolute;  
    bottom: 0px;  
    right: 0px;  
    min-width: 100%;  
    min-height: 100%;  
    width: auto;  
    height: auto;  
    overflow: hidden;

}

.tm-fullscreen {

    background: url("../../../../../images/bg/nwkb-bg-blue2.jpg") no-repeat scroll 50% 50% rgba(0, 0, 0, 0); 

}

.km-underline2 {
	border-bottom: 10px solid #00AEEF;
	font-family: 
}

.tm-fullscreen > div {
	color: #ffffff;
}

.tm-fullscreen h1 {
	color: #ffffff;
	font-family: 'Roboto Slab', sans-serif;
	text-transform: none;
	text-shadow: 2px 2px 0px rgba(0,0,0,0.8);
}

.km-above-h1 {
	font-family: 'Roboto';
	color: #ffffff;
	text-shadow: 2px 2px 0px rgba(0,0,0,0.8);
	font-size: 2em;
	line-height: 1.5em;
	text-transform: uppercase;
}

.uk-navbar-brand {
	padding-right: 0;
}

.tm-navbar-transparent:not(.tm-navbar-slide) .tm-navbar > .uk-container > div {
	border-bottom: none;
}

/*.tm-navbar-transparent:not(.tm-navbar-slide) .uk-navbar-nav > li.uk-active > a {
	color: #444444;
}*/

.uk-navbar-toggle {
	font-size: 30px;
	color: #2e3192;
}

.formResponsive input[type="radio"], .formResponsive input[type="checkbox"] {
	margin-right: 8px;
	margin-top: 10px;
}

.formResponsive input, .formResponsive textarea {
	width:100%;
}

.uk-form select, .uk-form textarea, .uk-form input:not([type]), .uk-form input[type="text"], .uk-form input[type="password"], .uk-form input[type="datetime"], .uk-form input[type="datetime-local"], .uk-form input[type="date"], .uk-form input[type="month"], .uk-form input[type="time"], .uk-form input[type="week"], .uk-form input[type="number"], .uk-form input[type="email"], .uk-form input[type="url"], .uk-form input[type="search"], .uk-form input[type="tel"], .uk-form input[type="color"] {
	background: #ffffff;
}

.km-panel-box {
	background: #e4f5fb;
	border: none;
	box-shadow: 2px 2px 0 rgba(158,188,199,0.5);
	color: #777777;
}

.km-h1 {
	color: #cccccc;
	font-weight: 300;
}

.km-color2 {
	color:#00aeef;
}

.km-color1 {
	color:#2e3192;
}

.km-underline {
	border-bottom: 5px solid #00aeef;
}

.wk-accordion-default .toggler {
    background: #f2f2f2;
    border-radius: 0;
}

/* Only tablets */
@media (max-width: 959px) {
	.km-above-h1 {
		font-size: 1.5em;
	}
	.tm-fullscreen h1 {
		font-size: 1.5em;
		line-height: 1.2em;
	}
}

/* Only smartphones */
@media (max-width: 767px) {
	.km-above-h1 {
		font-size: 1em;
	}
	.tm-fullscreen h1 {
		font-size: 1.2em;
		line-height: 1em;
	}
	.uk-navbar-content, .uk-navbar-brand, .uk-navbar-toggle {
		height:70px;
	}
	.km-h1 {
		font-size: 1.5em;
		line-height: 1em;
	}

}

