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

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

.uk-modal {
    z-index: 1031;
}


/*Header*/


.tm-headerbar {
    position: relative;
    padding: 0 30px;
    background: #0f225a url(../../../images/header_background.png) no-repeat 0;
}

.tm-navbar-container {
    padding-top: 15px;
    padding-bottom: 15px;
    background: #0f225a url(../../../images/wood_background.png) repeat scroll 0 0;
}


.tm-toolbar {
    padding: 8px 30px;
    background:  #0f225a;
}


div#tm-top-b {
    background: #0f225a url(../../../images/blueprint3.png) no-repeat 0;
}

/*Panel*/

/*
.uk-block-muted {
    background: rgba(15,34,90, 0.8);
    padding: 40px;
    outline: 10px solid rgba(15,34,90, 0.8);
    border: 1px solid #faf308;
}
*/

.uk-block-muted {
    background: rgba(255,255,255, 0.5);
    padding: 40px;
    outline: 10px solid rgba(255,255,255, 0.5);
    border: 1px solid #0f225a;
}



/*
.uk-overlay-panel h1, .uk-overlay-panel h2, .uk-overlay-panel h3, .uk-overlay-panel h4, .uk-overlay-panel h5, .uk-overlay-panel h6 {
    color: #0f225a;
}
*/



/*Overlay*/

.uk-thumbnav > .uk-active > * > img {
    opacity: 1;
    border: 2px solid #faf308;
}



.uk-overlay-background {
    /*background: rgba(13, 38, 101, 0.8);*/
    /*background: rgba(247, 243, 12, 0.9);*/
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    color: #fff !important;
  	/*outline: 10px solid rgba(247,243,12, 0.8);*/
    border: 1px solid #faf308;
  	width: auto;
}





/*Forms*/

.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"] {
    height: 35px;
    max-width: 100%;
    padding: 4px 0;
    border: 1px solid #cccccc;
    background: rgba(0, 0, 0, 0);
    color: #666666;
    -webkit-transition: all 0.2s linear;
    -webkit-transition-property: border, background, color, box-shadow, padding;
    transition: all 0.2s linear;
    transition-property: border, background, color, box-shadow, padding;
    border-width: 1px !important;
}


textarea#Message {
    border: 1px solid #ccc;
    min-height: 100px;
}

.uk-form-controls > :first-child {
    margin-top: 0;
    border: 1px solid #ccc;
  	
}




/*footer*/
div#tm-footer {
    background: #0f225a url(../../../images/header_background.png) no-repeat 0;
}

.uk-navbar-toggle::after,  
.tm-overlay-toggle::after {    
content: "MENU";    
font-family: "Roboto",Helvetica,Arial,sans-serif;    
font-size: 22px;  
border: 1px solid #faf308;    
border-radius: 3px;    
padding: 5px 5px 3px 5px; 
color: #faf308;
  margin-left: -25px;
}   

.uk-navbar .tm-icon-menu,  
#overlay-menu .tm-icon-close {  
display: none;  
}

.tm-navbar {
    padding-left: 50px;
}


@media (max-width: 1700px) {
   a.tm-logo-small.uk-visible-large {
    width: 275px;
    height: 61px;
 }
  .uk-navbar-nav > li > a {
    display: block;
    box-sizing: border-box;
    text-decoration: none;
    height: 70px;
    padding: 0 0;
    line-height: 70px;
    color: #faf308;
    font-size: 16px;
    font-family: 'Raleway';
    font-weight: 600;
    text-transform: uppercase;
}

}

@media (max-width: 1450px) {
   a.tm-logo-small.uk-visible-large {
    width: 240px;
    height: 53px;
 }
  .uk-navbar-nav > li > a {
    display: block;
    box-sizing: border-box;
    text-decoration: none;
    height: 70px;
    padding: 0 0;
    line-height: 70px;
    color: #faf308;
    font-size: 14px;
    font-family: 'Raleway';
    font-weight: 600;
    text-transform: uppercase;
}
  .uk-navbar-nav > li:not(:last-child), .uk-navbar-brand {
    margin-right: 15px;
}

}


@media (max-width: 1300px) {
   a.tm-logo-small.uk-visible-large {
    width: 200px;
    height: 44px;
 }
  .uk-navbar-nav > li > a {
    display: block;
    box-sizing: border-box;
    text-decoration: none;
    height: 70px;
    padding: 0 0;
    line-height: 70px;
    color: #faf308;
    font-size: 14px;
    font-family: 'Raleway';
    font-weight: 600;
    text-transform: uppercase;
}
  .uk-navbar-nav > li:not(:last-child), .uk-navbar-brand {
    margin-right: 15px;
}

}
   
@media (max-width: 1024px) {
    .logosmall {
      display: block;
      margin-left: 60px;
 } 
  
  .logolarge {
    display: none;
  }
  .uk-navbar {
    background: rgba(0, 0, 0, 0);
    color: #faf308;
    margin-left: 60px;
}
  #page-peel-banner {
    display: none;
  }
  
  ul.floaty-social {
    padding-left: 0px;
  }
  
  h1, .uk-h1 {
    font-size: 18px;
    line-height: 21px;
}
  
    h2, .uk-h2 {
    font-size: 18px;
    line-height: 21px;
}
    h3, .uk-h3 {
    font-size: 18px;
    line-height: 21px;
}
  
} 

