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

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

/* Logo size for centered navigation */
.tm-navbar-center [class*='tm-logo'] { transform: scale(1.2); }

.uk-panel-title {
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 24px;
    line-height: 28px;
    font-weight: 300;
    text-transform: none;
    color: #13202e;
    text-align: center;
}

.uk-panel-box {
 
    text-align: center;
}

.uk-navbar-nav > li > a {
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    height: 40px;
    padding: 0 10px;
    line-height: 40px;
    color: #687480;
    font-size: 16px;
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    font-weight: 300;
    position: relative;
    text-transform: none;
    letter-spacing: 1px;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    -webkit-transform: translate3d(0, 0, 0);
}


.tm-navbar-container {
    box-sizing: border-box;
    height: 50px;
	
}


.tm-navbar-contrast .uk-navbar-nav > li > a {
    color: rgba(255, 255, 255, 0.7);
    text-shadow: #000 1px 2px 1px;
    font-weight: 400;
}

.tm-block-footer {
    padding: 40px 0;
    border-top: 1px solid #ddd;
}


body {
    background: #ffffff;
}

.tm-block-footer .tm-footer {
    color: rgba(0, 0, 0, 0.8);
    font-size: 16px;
    text-align: center;
}


 .uk-sticky-placeholder + .tm-block-fullheight {
    margin-top: -50px;
  }

.tm-search {
    position: fixed;
    top: 12px;
    right: 0;
    z-index: 981;
    border-radius: 3px 0 0 3px;
    background: none;
    width: 100px;
    left: 10px;
}

.uk-width-medium-3-4 {
    width: 75%;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding-bottom: 40px;
    padding-left: 35px;
    padding-top: 40px;
    padding-right: 40px;
}
.uk-breadcrumb > li:nth-child(n+2)::before {
    content: "|";
    display: inline-block;
    margin: 0 20px;
    color: rgba(0, 0, 0, 0.7);
}
.uk-breadcrumb > li {
    font-size: 14px;
    vertical-align: top;
}
.uk-breadcrumb {
    list-style: none;
    font-size: 0.001px;
    text-transform: none;
    letter-spacing: 1px;
}

a {
    color: #666666;
    text-decoration: none;
}

.uk-article-title {
    font-size: 18px;
    line-height: 40px;
    font-weight: 0;
    text-transform: none;
    letter-spacing: 0;
    border-bottom: 1px solid #ddd;
    width: 100%;
    text-align: left;
}
h1, .uk-h1 {
    color: #666666;
    font-family: "Roboto",Helvetica,Arial,sans-serif;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0;
}

.uk-grid + .uk-grid, .uk-grid-margin, .uk-grid > * > .uk-panel + .uk-panel {
    margin-top: 40px;
}

.uk-panel-box {
    padding: 25px;
    background: #ffffff;
    color: #333333;
    position: relative;
    border: 1px solid #dddddd;
    border-radius: 3px;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    text-align: justify;
	
	}
	
	
	
	.uk-search {
    display: inline-block;
    position: absolute;
    margin: 0;
        margin-bottom: 0px;
        margin-left: 0px;
    z-index: 2;
    top: -4px;
    margin-left: 50px;
    float: left;
		
}
.uk-navbar-nav > li > a {

    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    height: 40px;
    padding: 0 10px;
    line-height: 40px;
    color: #687480;
    font-size: 16px;
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    font-weight: 300;
    position: relative;
    text-transform: none;
    letter-spacing: 1px;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    -webkit-transform: translate3d(0, 0, 0);

}





@media screen and (min-width: 100px) and (max-width: 518px) {

	.tm-logo .tm-logo-sticky {
    display: none;
 /*max-width: 80%;**/
	width: 70%;
}

.uk-article-title {
    font-size: 14px;
    line-height: 40px;
    font-weight: 0;
    text-transform: none;
    letter-spacing: 0;
    border-bottom: 1px solid #ddd;
    width: 100%;
    text-align: left;
}

img {

    max-width: 100%;
    height: auto;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
    vertical-align: middle;
    margin-top: 0px;
	padding-left: 0px;

}
	
.uk-width-medium-3-4 {
    width: 100%;
  margin-left: 10px;
}

	.tm-navbar .uk-navbar-content {
    padding: 20px;
    margin-top: -80px;
}
	
	
	.uk-modal-caption {
    position: absolute;
    left: auto;
    right: auto;
    /* bottom: -30px; */
    margin-bottom: -10px;
    color: #fff;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    /* white-space: nowrap; */
}
	
}


@media screen and (min-width: 951px) and (max-width: 1060px) {


	.uk-navbar-nav > li > a {
    font-size: 14px;

}

	.uk-responsive-width {
    max-width: 100% !important;
    height: auto;
    margin-left: 0px;
}


	
}

@media screen and (min-width: 519px) and (max-width: 950px) {


.uk-width-medium-3-4 {
    width: 100%;
	margin-left: 10px;
}

	
}
