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

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
::selection {
background: #1688bb;
}
a, .uk-link, a:hover, a:focus, .uk-link:hover {
color: #1688bb;
text-decoration: none;
cursor: pointer;
}

.uk-nav li > a > div {
font-size: 12px;
line-height: 21px;
}
@media (min-width: 1220px){
.tm-page {
margin-top: 0;
margin-bottom: 0;
}
}
@media (min-width: 768px){
.tm-fullscreen + .tm-page {
margin-top: -250px;
}
}
.tm-fullscreen {
height: 350px;
border-top: none;
border-bottom: none;
}
@media (min-width: 768px){
.tm-page {
margin-top: 0;
margin-bottom: 0;
}
}
@media (max-width: 959px) and (min-width: 768px) {
.tm-page {
margin-top: inherit;
}
}
@media (max-width: 767px){
.tm-block {
padding-bottom: 35px;
margin-top: -200px;
}
}
.uk-button-primary {
background-color: #1688bb;
color: #ffffff;
background-image: -webkit-linear-gradient(top, #1688bb, #1a5891);
background-image: linear-gradient(to bottom, #1688bb, #1a5891);
}
.uk-button-primary:hover, .uk-button-primary:focus {
background-color: #1688bb;
}
.wk-accordion-default h3.toggler {
font-size: 16px;
font-weight: 400;
padding-left: 20px;
}
em {color: #525252;}
.tm-block {
    margin-top: -250px;
}