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

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

body > .tm-page-bg {  
        background: url("../images/background/india.png") no-repeat fixed 50% 0 rgba(0, 0, 0, 0);  
    }
.tm-social-icon-buttons > .uk-icon-youtube:hover {
  background-color: #e62c22;
}
.uk-icon-button {
    -moz-box-sizing: border-box;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.08);
    border: 0 none;
    border-radius: 2px;
    color: #FFFFFF;
    display: inline-block;
    font-size: 25px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 35px;
}
.tm-grid-block, .tm-block-bottom, .tm-content-boxed .tm-content, .uk-article {
    background: none repeat scroll 0 0 #28282a;
}
.uk-article-title {
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    display: inline-block;
	text-shadow: 0px 2px 3px #000000;
    font-size: 26px;
    font-weight: 400;
    line-height: 30px;
    margin-top: 0;
    padding-bottom: 10px;
    text-transform: uppercase;
	color: #b5995a
}
body {
    color: #ffffff;
    font-family: 'Lato';
    font-weight: 300;
    line-height: 20px;
}
.tm-footer {
    background: none repeat scroll 0 0 #28282a;
    padding: 10px;
    position: relative;
    text-align: center;
}
.uk-dropdown-navbar {
    background: none repeat scroll 0 0 padding-box #28282a;
    border: 1px solid rgba(0, 0, 0, 0.12);
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.06);
    color: #ffffff;
    left: -1px;
    margin-top: 6px;
	font-size:14px;
}
.uk-nav-navbar > li > a {
    color: #FFFFFF;
}
.uk-nav-navbar > li > a:hover,
.uk-nav-navbar > li > a:focus {
  background: #b5995a;
  color: #ffffff;
  text-shadow: 0px 2px 3px #000000;
 }
  .uk-panel-box .uk-panel-title {
    color: rgba(255, 255, 255, 0.6);
    text-shadow: 0px 2px 3px #000000;
}
.uk-list-line > li:nth-child(n+2) {
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    margin-top: 5px;
    padding-top: 5px;
}
.uk-panel-title {
    color: rgba(255, 255, 255, 0.6);
	text-shadow: 0px 2px 3px #000000;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 15px;
    margin-top: 0;
    text-transform: uppercase;
}
.uk-panel-header .uk-panel-title {
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    color: #846B32;
    padding-bottom: 10px;
}
.uk-panel-header {
    background: none repeat scroll 0 0 #28282a;
    padding: 25px;
}
h1, h2, h3, h4, h5, h6 {
    color: rgba(255, 255, 255, 0.6);
    font-family: 'Fjord One';
    font-weight: 400;
    margin: 0 0 15px;
    text-transform: none;
}
h2, .uk-h2 {
    font-size: 20px;
    line-height: 24px;
}
hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: rgba(255, 255, 255, 0.07);
    border-image: none;
    border-right: 0 none;
    border-style: solid none none;
    border-width: 1px 0 0;
    display: block;
    padding: 0;
}
button, input:not([type="radio"]):not([type="checkbox"]), select {
    color: #000000;
    vertical-align: middle;
}
.uk-panel-box {
    color: #ffffff;
}
.tm-grid-block > [class*="uk-width-"]:nth-child(n+2) > [class*="uk-panel-box"] {
    border-left: 1px solid rgba(255, 255, 255, 0.06);
}
.tm-grid-block.tm-bottom-b + .tm-footer, .tm-grid-block.tm-bottom-c + .tm-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}
h1, .uk-h1 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    display: inline-block;
	text-shadow: 0px 2px 3px #000000;
    font-size: 26px;
    font-weight: 400;
    line-height: 30px;
    margin-top: 0;
    padding-bottom: 10px;
    text-transform: uppercase;
	color: #b5995a
}