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

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 body {
   background: #FFFFFF; 
}
p {
    text-align:justify;
}
.tm-headerbar .tm-logo {
    width:100%;
}

.tm-top-block {
 box-shadow: 0 1px 0 rgba(47, 49, 53, 0.04); 
 height:100px;
 background-color:#FFFFFF !important;
}
.uk-active .tm-navbar {
    -webkit-transition: 0.15s ease-in-out;
    -ms-transition: 0.15s ease-in-out;
    transition: 0.15s ease-in-out;
	 height:90px !important;
	 
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
}
.tm-page .tm-block:first-child {
    padding-top: 30px;
}
	
.tm-block {
    padding-bottom: 30px;
}
@media (min-width: 768px)
.tm-block {
     padding-bottom: 30px; 
}
.uk-panel-box {
    padding: 30px;
    background: #403f42;
    color: #525252;
    border: 1px solid #eaeaea;
}
.tm-heading-underline:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    width: 220px;
    margin-top: 23px;
    margin-left: -110px;
 border-top: 0px !important;
}
h1, .uk-h1 {
    font-size: 34px;
    line-height: 46px;
	color:#ff753b;
    font-size: 32px;
}
h2, .uk-h2 {
    font-size: 28px !important;
    line-height: 40px;
}
.tm-footer {
    color: #525252;
	background-color:#d8d9da;
}
img.border {
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 3px rgba(0,0,0,0.2);
    background: #fff;
    padding: 10px;
    max-width: 100%;
    margin-bottom: 20px;
}
.data-uk-sticky {
   height:90px !important;
}
@media (max-width: 1220px) {
 .uk-navbar-nav > li > a {
    padding:0 !important;
  }
 
}
@media (max-width: 768px) {
 .uk-navbar-nav > li > a {
    padding:0 !important;
  }
 
}
.tm-fullscreen 
{float: none;
  text-align: center;
  /* 1 */
  max-width: 1920px;
  background-color:#000000;
  margin-left: auto;
  margin-right: auto;
  height: auto;}
 
  @media (min-width: 1220px)
{.tm-page 
  { 
   margin-top:20px;}
}
@media (min-width: 768px)
{.tm-page 
  {
    margin-top: 20px;}
}
@media (min-width: 1220px)
.uk-container {
    max-width: 1200px;
    /* padding: 0 70px; */
}
.uk-container-center1 {
    float:none;
	width:1920px;
	margin-left: auto;
    margin-right: auto;
}
.tm-block {
   padding-bottom: 0 !important;
}
.uk-navbar {
   
   border-top:0 !important; 
}
.tm-headerbar {
    padding: 10px 0;
}
.image-title{
    display:block;
	line-height:30px;
	text-align:center;
	margin:auto;
}
.uk-navbar-nav > li > a{
    clear:both;
	line-height:30px;
	padding:0 2px !important;
}
.uk-navbar-nav > li 
  {
   text-align:center; !important;
   margin:auto;}
 
@media (min-width: 960px)
{.uk-navbar-nav > li 
  {
    padding-right:28px !important;}
}
@media (min-width: 768px)
{.uk-navbar-nav > li 
  {
    padding-right:6px;}
}
@media (min-width: 1220px)
 {.uk-navbar-nav > li 
  {     max-width: 1220px ;
  padding-right:55px !important;
 
}}




.uk-nav,
.uk-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
text-align:center;
margin:auto;}

.uk-navbar-nav > li.uk-active > a {
  background-color: rgba(0, 0, 0, 0);
  color: #ff753b;
  font-weight: bold;
}
.uk-navbar-nav > li:hover > a,
.uk-navbar-nav > li > a:focus,
.uk-navbar-nav > li.uk-open > a {
  background-color: #000000 !important;
  color: #525252;
  font-weight: bold;
  /* 3 */
  outline: none;
  background-position: 0 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

::selection {
    background: #ff753b;
    color: #ffffff;
    text-shadow: none;
}
.tm-fullscreen:not(.uk-hidden-large) + .tm-page {
    margin-top: 15px;
}