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

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

 
 .uk-grid-margin-form{
    margin-top: 15px;
}
 
/* Logo size for centered navigation */
.tm-navbar-center [class*='tm-logo'] { transform: scale(1.2); }


.social-custom .uk-icon-button {  
	color: #13202e;
	border: 2px solid #eaeaea;  
	border-radius: 5px;  
	font-size: 25px;  
	height: 49px;  
	line-height: 45px;  
	width: 49px;  
}  

.social-custom .uk-icon-button:hover,  
.social-custom .uk-icon-button:focus {  
	background-color: #cb2323;  
	color: #ffffff;  
	border-color: #cb2323;  
}

.uk-block-secondary-front h1, .uk-block-secondary-front h2{
    color: #13202e;

}

.uk-block-secondary-front {
    background: rgba(199, 213, 227, 0.6) none repeat scroll 0 0;
	padding-top: 30px;
    padding-bottom: 30px;
	padding-right: 30px;
    padding-left: 30px;
}

.uk-heading-large-front {
  font-size: 38px;
  line-height: 42px;
}
/* Tablet and bigger */
@media (min-width: 768px) {
  .uk-heading-large-front {
    font-size: 54px;
    line-height: 55px;
  }
}

@media (min-width: 1450px) {
  .uk-heading-large-front {
    font-size: 70px;
    line-height: 72px;
	}
}

.tm-block-footer .tm-footer {
	color: rgba(199, 213, 227, 0.3);
	text-shadow: 0 1px 1px rgba(0, 0, 0, 1);
}

.tm-block-footer .tm-footer a {
	color: rgba(199, 213, 227, 0.4);
	text-shadow: 0 1px 1px rgba(0, 0, 0, 1);
}

.tm-block-footer .tm-footer a:hover {
    color: #c7d5e3;
	text-decoration: none;
}

.tm-block-hiring a {
	font-size: 13px;
    color: rgba(199, 213, 227, 0.5);
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
	text-align: right;
}

.tm-block-hiring a:hover {
    color: #c7d5e3;
	text-decoration: none;
}

.xtm-divider {
    background: #cb2323 linear-gradient(to right, #cb2323 0%, #cb2323 32%, #13202e 33%, #13202e 66%, #1ca161 67%, #1ca161 100%) repeat scroll 0 0;
    height: 2px;
    margin: 30px auto;
    width: 300px;
}

.tm-divider-auto {
    background: #cb2323 linear-gradient(to right, #a3a9b0 0%, #cb2323 32%, #13202e 33%, #13202e 66%, #cb2323 67%, #a3a9b0 100%) repeat scroll 0 0;
    height: 2px;
    margin: 30px auto;
    width: auto;
}

darken(#13202e, 3%)
.uk-h2-cust {
    color: #13202e;
}

.tm-slideshow-fullscreen .uk-cover-background {
  opacity: 1;
}
