/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
.tm-toolbar {
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #003e78;
    color: #ffffff;
    z-index: 1001;
}

#tm-top-a {
  background: none;
  padding-bottom: 0;
}
#tm-top-a .uk-container {
	background: #f5f5f5;
}
#tm-top-b .uk-margin-top {
    margin-top: 0px !important;
}
html {
	font-style: normal;
  font-family: Roboto;
}
.content-left-about {
	padding: 0 60px 0 60px;
  margin-top: 100px;
}
#tm-top-a .about-panel>div .uk-panel {
    background: #f5f5f5;
}
#tm-bottom-a .uk-panel-box-primary {
		background: #f5f5f5;
    border: solid 2px #003e79;
  	padding-top: 100px;
    padding-bottom: 100px;
}
#tm-bottom-a .uk-panel-box-secondary {
		background: #f5f5f5;
    border: solid 2px #003e79;
  	padding-top: 100px;
    padding-bottom: 100px;
}
#tm-bottom-a p {
	color: #003e79!important;
}
.services-list li {
	list-style: none;
}
.tm-footer > div > .uk-panel {
	display: block;
  text-align: center;
}
.home #tm-main {
	display: none;
}
#tm-main {
	padding-top: 0;
}
.blog #tm-main {
	padding-top: 80px;
}
.uk-navbar-flip {
	display: none;
}
.navbar-fb-like {
	font-size: 15px;
    color: #003e77;
    font-weight: 600;
    text-transform: uppercase;
}
.navbar-fb-like img {
	margin-top: -15px;
    margin-left: 5px;
}
.navbar-fb-like:hover {
	color: #979b9f;
}
.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: rgba(255, 255, 255, 0.06);
  color: #ffffff;
}
#tm-top-hero input[type="email"].wpcf7-email::-webkit-input-placeholder {
  color: #ffffff;
}
#tm-top-hero input[type="text"].wpcf7-text::-webkit-input-placeholder {
  color: #ffffff;
}
#tm-top-hero input[type="phone"].wpcf7-phone::-webkit-input-placeholder {
  color: #ffffff;
}
.uk-button-primary {
    -webkit-appearance: none;
    margin: 0;
    border: none;
    overflow: visible;
    font: inherit;
    color: #ffffff;
    text-transform: none;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 16px;
    background: #494c50;
    vertical-align: middle;
    line-height: 38px;
    min-height: 38px;
    font-size: 1rem;
    text-decoration: none;
    text-align: center;
    padding-left: 16px;
    padding-right: 16px;
    border: 1px solid rgba(0, 0, 0, 0);
    font-style: normal;
}
.uk-button-success {
    -webkit-appearance: none;
    margin: 0;
    border: none;
    overflow: visible;
    font: inherit;
    color: #494c50;
    text-transform: none;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 16px;
    background: #ffffff;
    vertical-align: middle;
    line-height: 38px;
    min-height: 38px;
    font-size: 1rem;
    text-decoration: none;
    text-align: center;
    padding-left: 16px;
    padding-right: 16px;
    border: 1px solid #494c50;
    font-style: normal;
}
 .uk-button-success:hover, .uk-button-success:focus {
    background-color: #003e79;
    color: #ffffff;
}
.tm-totop-scroller:hover {
    background: #979a9f;
}
.uk-article-title {
    font-size: 36px;
    line-height: 42px;
    font-weight: normal;
    text-transform: none;
    color: #003e78;
}
em {
    color: #003e78;
}
.tm-footer .uk-subnav{
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.tm-footer > div > .uk-panel {
    margin-bottom: 30px;
}
.tm-footer > div > .uk-panel:last-child{
    margin-bottom:0;
}
.tm-totop-scroller{
    position: relative;
    top:auto;
    left: auto;
    margin:0 auto;
}
.tm-post-image{
    text-align:center;
}
.uk-button-special{
    width:100%;
    max-width:450px;
}

@media (min-width: 1220px){
    .tm-page-container {
        border: none;
        border-bottom: 0;
    }
}

@media (min-width: 1220px) {
}

@media (max-width: 768px) {
    .uk-button-special{
        width:auto;
        max-width:none;
    }
    #tm-top-b {	
      margin-bottom: 150px;
    }
}

@media (min-width: 768px) { 
}

@media (min-width: 768px) {
    #tm-top-a {
    	margin-top: -180px;
    }
}

@media (min-width: 1220px) {
    .request-container {
        padding: 0 300px;
    }
}