/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 
 body {
  background: #ffffff;
  font-family: 'Open Sans';
  font-weight: normal;
  line-height: 20px;
  color: #444444;
}

/* Headings
 ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px 0;
  font-family: 'Open Sans';
  font-weight: 300;
  color: #444444;
  text-transform: none;
}
 
 .header-wrapper{
	 padding-top: 5px;
	  
}

.header-top-wrapper {
  background: #0e3083;
}

.uk-navbar-nav {
	padding-top: 50px;
}

body .uk-navbar-nav .uk-parent .uk-dropdown .uk-nav li.uk-active > a {
    font-weight: bold;
    color: #0e3083;
}


.uk-navbar-nav > li > a {
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  /* 1 */
  height: 32px;
  padding: 0 15px;
  line-height: 32px;
  /* 2 */
  color: #fff;
  font-size: 14px;
  font-family: 'Open Sans';
  font-weight: normal;
}
.uk-navbar-nav > li.uk-active > a {
  background-color: #cd051d;
  color: #ffffff;
}
body .uk-navbar-nav > li.uk-active > a:after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  width: 0px;
  height: 0px;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid #cd051d;
}
.uk-navbar-nav > li:hover > a, .uk-navbar-nav > li > a:focus, .uk-navbar-nav > li.uk-open > a {
    background-color: #cd051d;
    color: #ffffff;
    outline: none;
}
body .uk-navbar-nav .uk-parent .uk-dropdown {
    z-index: 1020;
    border-width: 5px;
    border-color: rgba(205, 5, 29, 0.4);
    border-style: solid;
    border-radius: 0px 0px 3px 3px;
}
.uk-dropdown-navbar {
    margin-top: 0;
    background: rgba(205, 5, 29, 0.8);
    color: #444444;
}

body .uk-navbar-nav .uk-parent .uk-dropdown .uk-nav li a {
    font-size: 14px;
    color: #fff;
    background: transparent;
    padding-left: 10px;
    text-align: left;
}

body .uk-navbar-nav .uk-parent .uk-dropdown .uk-nav li a:hover {
  color: #ffffff;
  background: #0e3083;
}

.tm-totop-scroller {
  display: block;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  background-color: #3498db;
  padding: 10px;
  border-radius: 3px;
  opacity: 1;
}
.tm-totop-scroller:hover,
.tm-totop-scroller:focus {
  /* 1 */
  color: #fff;
  font-size: 16px;
  outline: none;
  /* 2 */
  text-decoration: none;
}
.uk-navbar-toggle {
    font-weight: bold;
    background: #3498db;
    margin-top: 9px;
}

[class*="sprocket"] [class*="pagination"] li.active {
    background-color: #3498db !important;
    box-shadow: 0 0 0 2px white;
}

[class*="sprocket"] [class*="pagination"] li span {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: none;
    display: block;
    border-radius: 50%;
    background-color: #1abc9c;
    background-color: rgba(52, 152, 219, 0.5);
    text-indent: -999em;
    cursor: pointer;
    position: absolute;
    -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.effect3 .sprocket-strips .sprocket-strips-item .sprocket-strips-content {
    opacity: 1;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transition: top 0.4s ease-in-out, opacity 0.4s ease-in-out, visiblity 0.4s ease-in-out;
    -moz-transition: top 0.4s ease-in-out, opacity 0.4s ease-in-out, visiblity 0.4s ease-in-out;
    transition: top 0.4s ease-in-out, opacity 0.4s ease-in-out, visiblity 0.4s ease-in-out;
    width: 100%;
    height: 100%;
    background-color: rgba(52, 152, 219, 0.5);
    color: #fff;
    padding: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 2;
    visibility: visible;
}
.effect3 .sprocket-strips .sprocket-strips-item .sprocket-strips-content .readon{
    background: #0d255d;
    border-color: #07362c;
    color: #fff;
}
.effect3 .sprocket-strips .sprocket-strips-item .sprocket-strips-content .readon:hover{
    background: #3498db;
    border-color: #07362c;
    color: #fff;
}
.title3 .uk-panel-title span.uk-title-text {
    border-bottom: 1px solid #3498db;
    padding-bottom: 15px;
    display: inline-block;
    margin-bottom: -1px;
}
a, .uk-link {
    color: #3498db;
    cursor: pointer;
}
a:hover, .uk-link:hover {
    color: #0d255d;
}
a:hover, a:focus {
    color: #cd051d;
}

.sprocket-strips-image {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

/* Button style */
.readon {
  border-radius: 2px;
  border: 1px solid #1a6292;
  color: #1a6292;
  background: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none !important;
}
.readon:hover {
  color: #fff;
  background: #3498db;
}
.readon.white {
  border: 1px solid #ffffff;
  color: #fff;
}
.readon.white:hover {
  border: 1px solid #1abc9c;
  color: #fff;
  background: #1abc9c;
}
.readon.black {
  border: 1px solid #000000;
  color: #333;
}
.readon.black:hover {
  border: 1px solid #1abc9c;
  color: #fff;
  background: #1abc9c;
}
/* ========================================================================
   Revolution Slider Design
 ========================================================================== */
.slider-wrapper .tparrows.default {
  background: none;
  border: 1px solid #cd051d;
  border-radius: 2px;
  transition: background 0.25s ease-in-out;
}
.slider-wrapper .tparrows.default:before {
  font-family: FontAwesome;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -15px;
  margin-left: -15px;
  font-size: 36px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 28px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #cd051d;
}
.slider-wrapper .tparrows.default:hover {
  background-color: #cd051d;
}
.slider-wrapper .tparrows.default:hover::before {
  color: #fff;
}
.slider-wrapper .tp-rightarrow.default:before {
  content: "\f105";
}
.slider-wrapper .tp-leftarrow.default:before {
  content: "\f104";
  margin-left: -17px;
}
.slider-wrapper .simplebullets .bullet {
  position: relative;
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #f9d302;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  outline: none;
  border-radius: 50%;
}
.slider-wrapper .simplebullets .bullet:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  border-radius: 50%;
  background-color: #f9d302;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
}
.slider-wrapper .simplebullets .bullet.selected::after {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.slider-wrapper .tp-bullets.simplebullets.round .bullet {
  background: none;
  margin-left: 10px;
}

.feature_item _icon {
  color: #000;
}
.feature_item .feature_icon {
  color: #f9d302;
}
.feature_wrapper:hover .feature_icon {
  color: #0e3083;
}

.feature_image_wrapper {
  border-bottom-color: #f9d302;
}
.feature_wrapper:hover .feature_image_wrapper {
  border-bottom-color: #0e3083;
}



.footer-wrapper .uk-container a {
    color: #fff;
}
.footer-wrapper {
    background-color: #0e3083;
    position: relative;
    font-size: 12px;
    text-transform: uppercase;
}

.bottom-b-wrapper {
    background-color: #0d255d;
    color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {

	.uk-navbar-nav {
		padding:30px 0 0 0;   


}
}

@media only screen and (min-width: 768px) and (max-width: 1219px) {

	.tm-logo   {
  margin: 0 0 0 0;
  float: left;
  width: 50%;
}
	
  .uk-container {
    max-width: 1200px;
    padding: 0 0;
	
  }
.uk-container-center {
    margin-left: 5px;
    margin-right: auto;
	
}

}
@media (min-width: 768px) and (max-width: 959px) {
  .header-wrapper {    
	height:100px;
}
 
}
/* Only phones */
@media (max-width: 767px) {
.header-wrapper {    
	height:90px;
}
}
@media (max-width: 500px) {
.header-wrapper {    
	height:80px;
}
}

.bottom-b-wrapper .uk-container a {
    color: #3498db;
}

}




