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

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


h1,h2,h3,h4{
    color:#1E8BC3;
}

.tm-bottom-d .uk-panel h1,h3{
    color:#202020 !important;
}

.tm-top-a .uk-panel-box{
      padding: 0px;
      border: 0px;
}
.tm-top-a .uk-container{
    max-width:1350px;
    padding: 0 0px;
    
}
.tm-block{
    padding-top: 0px !important;
}

.tm-article .uk-icon-check{
   color:#1E8BC3; 
}
.uk-slidenav:hover{
    color: #1E8BC3;
}
/* logo */

.logo{
    
    color:#1E8BC3;
	display: inline;
}
.tm-logo a:hover{
    text-decoration: none;
}

.tm-navbar .tm-logo a:hover{
    text-decoration: none;
}

/* logo-small */

.tm-logo-small {
  letter-spacing: -0.10em;
}
.uk-navbar-content a{
    display: -webkit-inline-box;
}
.tm-logo-small a{
    padding-top: 20px;
}
.tm-logo-small a:hover{
    text-decoration: none;
}


.tm-top-b .uk-panel-box{
    border: 0px;
}

.tm-main-top .uk-overlay-hover:not(:hover):not(.uk-hover) .uk-overlay-panel:not(.uk-ignore) {
  opacity: 0.6;
} 


/* bottom-d */
.tm-bottom-d{
/*    background: #fdfbf9 radial-gradient(ellipse at center, #a8623a 0%, #91502a 120%) 0 0 no-repeat;*/
    background: #1E8BC3;
    color:#fff;
}

/* footer */

.tm-footer h5{
    color: rgba(255, 255, 255, 0.4);
}
/*.tm-main{
    display: none;
}*/

.tm-top-c .tm-block{
    padding-bottom: 20px;
}

.uk-nav-navbar > li > a {
    color: #fff;
    font-size: 15px;
}

figcaption h4{
	line-height: 13px !important;
}
.tm-top-c .tm-block{
    padding-bottom:0px !important; 
}
.tm-navbar .uk-text-center{
    width: 20%;
    float: left;
}
.tm-navbar .tm-nav{
    
    width: 80%;
    float: right;
}
@media screen and (max-width: 1024px){
    .uk-navbar-nav > li > a{
        padding: 0 10px !important;
    }
}
@media screen and (max-width: 767px){
    .grid li{
        width:100% !important;
    }

	.tm-top-b .uk-panel-box{
	padding: 0px !important;
} 

}
@media screen and (max-width: 467px){
	.tm-top-c .uk-container{
		padding: 0 0px !important;
}
}

