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

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

p, ul, ol, dl, blockquote, pre, address, fieldset, figure {
 
     font-size: 15px;
}

a, .uk-link {
    color: #cd4747;
    text-decoration: none;
    cursor: pointer;
}


h2 {
    font-size: 18px;
	font-weight: 400;
 }
 
.uk-h2 a {
    font-size: 17px;
	font-weight: 400;
	color: #061f5c;	
	text-decoration: none;
 } 
 
 
.uk-h4 {
    font-size: 16px;
	color: #949494;	
 }
 

 
h5, .uk-h5 {
    font-size: 12px;
	color: #949494;
    line-height: 18px;
}
 
.uk-h6 {
    font-size: 15px;
	margin-top: 15px;
	color: #555;
    line-height: 20px;	
	font-weight: 100;

} 
 
ul {
    list-style-type: square: ;
} 
 
 .uk-navbar-nav > li.uk-active > a {
    background-color: #00298d;
    color: #FFF;
    background-origin: border-box;
    background-image: linear-gradient(to bottom, #061f5c, #002379);
}


.uk-panel-box {
    font-size: 15px;	
}

.uk-panel-box-primary {
    background-color: #061f5c;
    color: #efefef;
    font-size: 15px;	
}

.uk-panel-box-secondary {
     font-size: 15px;
}


.uk-button-primary {
    background-color: #002379;
    color: #FFF;
    background-image: linear-gradient(to bottom, #002379, #002379);
}

.uk-button-primary:hover, .uk-button-primary:focus {
    background-color: #8a8a8a;
}


.uk-margin {
    margin-bottom: 0px;
}
 
 .uk-overlay-area {
    background: none repeat scroll 0% 0% rgba(6, 31, 92, 0.8);
}



.uk-grid > * > :last-child {
    margin-bottom: 0px;
}

.uk-navbar-toggle {
    font-size: 18px;
    color: rgba(0, 0, 0, 0.6);
    text-decoration: none;
}

.uk-nav > li > a {
    padding: 10px 25px;
}

.uk-navbar-nav > li > a {

    padding: 0px 30px;
}

.mod-rscontact-width-auto {
    width: 90%;
}


/* Only phones */
@media (max-width: 767px) {
.uk-navbar {
    background: rgb(255,255,255)  repeat scroll 0% 0%;
    color: rgba(255, 255, 255, 0.5);
    box-shadow: 0px -1px 0px transparent inset;
}

}