/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

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

/*-------------------------- START CUSTOM CSS SERGIO ------------------------*/

/* Font import */

@import "https://fonts.googleapis.com/css?family=Andada|Poppins:400,700&amp;subset=latin-ext";


/* Mapped image */

.mappedImage {
	width: 100%;
	position: relative;
}

.mappedImage img {
	width: 100%;
}

.mappedImage>a, .mappedImage>a:visited, .mappedImage>a:hover, .mappedImage>a:active  {
	position: absolute;
	display: block;
	border-radius: 40px;
	position: absolute;
    text-decoration: none currentcolor solid;
  	transition: background-color 0.5s;
}

.mappedImage>a:hover {
	background-color: RGBA(255, 255, 255, 0.3);
  	border: 1px solid white !important;
}

#slideshow>section>div:nth-of-type(2) {
  	margin: 0px;
  	background-color: #333;
  	padding: 20px 50px;
}

/* Header bar */

#tm-headerbar {
  	background-image: url('/web/images/banners/bg_top_2.jpg');
	background-size: cover;
}

.uk-navbar-nav > li > a::after, .uk-nav-navbar > li > a:hover, .uk-nav-navbar > li > a:focus {
    background-color: #ef8e1f;
}


/* Logo */

.tm-logo, .tm-logo a, .tm-logo a:visited, .tm-logo a:hover, .tm-logo a:active {
  font-family: 'Poppins';
  color: #ef8e1f;
  font-size: 22px;
  text-decoration: none currentcolor solid;
}

.tm-logo p {
	margin: 0;
  	padding: 0;
}

.tm-logo-small, .tm-logo-small a, .tm-logo-small a:visited, .tm-logo-small a:hover, .tm-logo-small a:active {
  color: #ef8e1f;
  text-decoration: none currentcolor solid;
}


/* Slider */

div.n2-ss-layer-row {
    background-color: rgba(0, 0, 0, 0) !important;
    background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.63) 100%) !important;

}

div.n2-ss-layer-row div {
	color: #ef8e1f !important;
    font-family: 'Poppins' !important;
  	font-size: 28px;
}

div.n2-ss-layer-row div.n2-ss-desktop, div.n2-ss-layer-row div.n2-ow-all p {
    font-family: 'Verdana' !important;
	font-size: 16px !important;
  	color: white;
  	font-style: italic;
}

div p.n2-ow {
    text-align: justify !important;
}

div.n2-ow .sign {

    text-align: right;
    font-weight: normal;

}

/* Titles colors and other articles related styles*/

.uk-article-title {
  color: #ef8e1f;
}

.tm-sidebar-a h3, .tm-sidebar-a h3 a {
  color: #ef8e1f;
}

div.tm-article-content em
{
  color: #666666;
}

/* Proper center small logo */

@media (min-width: 320px) and (max-width: 768px) {
  
  .tm-logo-small table {
      margin-top: -40px;
      letter-spacing: 0px;
  }
  
  .tm-logo-small p {
      margin: 0;
      padding: 0;
	  font-family: 'Poppins';
  	  color: #ef8e1f;
  	  font-size: 18px;
  }

  nav.tm-navbar {
      width: 100%;
  }

  div.uk-navbar-content {
      width: 75%;
  }
}

/* QR Code position */

#qrcodefriendly  {
  text-align: center;
}


/*-------------------------- END CUSTOM CSS SERGIO ------------------------*/


/* Custom CSS by Mike*/


/* Line Menu*/

.uk-navbar-nav > li > a {
  display: block;
  -moz-box-sizing: border-box;
  text-decoration: none;
  height: 90px;
  
  position: relative;
  padding: 0;
  text-transform: uppercase;
}
.uk-navbar-nav > li > a:after {
  content: "";
  position: absolute;
  top: 34%;
  right: 0;
  left: 0;
  max-width: 0;
  height: 2px;
  margin-top: 12px;
  -webkit-transition: max-width 0.4s;
  transition: max-width 0.4s;
}
.uk-navbar-nav > li:hover > a:after,
.uk-navbar-nav > li > a:focus:after
 {
 max-width: 99%;
}
.uk-navbar-nav > li.uk-active > a:after {
  max-width: 99%;

}



.uk-navbar-nav > li > a { 
margin-right: 20px;
}

.uk-dropdown{
top:82%
}

.readon{
border-radius:3px;
padding:7px 8px ;
background: #444;
color: #ffffff;
border-bottom: 3px solid #323232;
display:table;
margin:12px;

}

.readon:hover{
border-radius:3px;
background: #323232;
color: #ccc;
text-decoration: none;
border-radius:3px;
}

.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a{
border-bottom: 3px solid #323232;
background: #444;

}


.sprocket-strips-c-readon{
border-radius:3px;
padding:6px 12px 6px;
background: #444;
color: #ffffff;
border-bottom: 3px solid #323232;
}


.sprocket-strips-c-readon:hover{
border-radius:3px;
background: #323232;
color: #ccc;
text-decoration: none;	
}

/*Button Slider*/

.custom-buttom {
    background: #444;
    color: #ffffff;
    border-bottom: 3px solid #323232;
    letter-spacing: 1px;
    padding: 13px 19px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
	text-transform: uppercase;
    transition: all 300ms linear 0s;
    font-family: inherit;
	border-radius:3px;
}

.custom-buttom:hover
{
border-radius:3px;
    background: #323232;
	color: #c91032;
	text-decoration: none;
}


/*Backgrounds*/
.tm-toolbar-bg{
color: #8b8b8b;
font-size:12px;
line-height: 16px;
height:43px;
}

.menu-fixed {
  position: fixed;
  z-index: 999;
  opacity: 0.97;
  top: 0;
  width: 100%;
}

.tm-block-bottom-a{
padding:0px;
}


.uk-icon-button:hover{
color:#fff;
}

.tm-block-bottom-b .uk-icon-button
{
    background: none;
    border-radius: 0%;
	border: 1px solid #666666;
	color: #cccccc;
}

.tm-block-bottom-b .uk-panel-box {
    background: none;
	
}

.tm-block-top-a .uk-panel-box{
background:none;
}


/*wk-slideshow*/

.wk-slideshow .next, .wk-slideshow .prev {
text-align:center;
z-index: 6;
color:#fff;
}
.home-slide .wk-slideshow .caption 
{
background: none;
bottom: 40%;
position: absolute;
z-index: 5;
}

.wk-slideshow-default > div:hover .prev:after,
.wk-slideshow-default > div:hover .next:after
 {
font-family: "FontAwesome";
font-size: 50px;
line-height: 60px;
font-weight: bold;
}

.wk-slideshow-default > div:hover .prev,
.wk-slideshow-default > div:hover .next
{
background:  none;
transition: all 300ms linear 0s;
height: 60px;
width: 60px;
}
.wk-slideshow-default > div:hover .prev:hover,
.wk-slideshow-default > div:hover .next:hover
{
    
}

.wk-slideshow-default > div:hover .prev:after{
 content: "\f104";
}
	
.wk-slideshow-default > div:hover .next:after{
 content: "\f105";
}

.home-slide .wk-slideshow .caption a
{
 text-decoration: none;
}
.wk-slideshow .caption a{

text-decoration:none;
}


/*bold*/

.bold1,
.bold2,
.border
{
display: inline-block;
color: #ffffff;
font-weight: bold;
text-transform: uppercase;
}

.border{
padding: 5px 10px;
border: 1px solid #ffffff;
}

/*Fonts*/

.font23{
font-size: 23px;
line-height: 25px;
}
.font52{
font-size: 52px;
line-height: 51px;
color:fff;
font-weight:bold;
}
.font52{
color:#ffffff;
}

/*Line*/
.border-line
{
position:relative;
}
.border-line:before
{
background: #ffffff;
bottom: -13px;
content: "";
display: block;
height: 2px;
position: absolute;
width: 130px;
}
.border-line:before
{
left: 50%;
margin-left: -60px;
}

/*Slide*/
@media (min-width: 320px) and (max-width: 1024px) {
.font52 { display: none;}
}


@media (min-width: 320px) and (max-width: 768px) {
	#tm-headerbar .uk-container .tm-navbar{
	position: relative;
	top: -10px;
	left: 0px;
	border: 0px solid #444;
	}
}


div.tm-headerbar-bg.sticky{
min-height: 60px; 
position: fixed;
z-index: 1000;
width: 100%;
}
.tm-toolbar {border: 0px solid #444; margin:10px 0px;}
.tm-headerbar {border: 0px solid #444;}

#tm-headerbar .uk-container{
position: relative;
border: 0px solid #444;
}


.tm-headerbar,
.tm-navbar {

margin:17px;

}


.tm-headerbar{
float: left;
}

nav.tm-navbar{
float: right;
margin: 12px 0px;
margin-bottom:-5px;
}


@media (min-width: 320px) and (max-width: 768px) {
	nav.tm-navbar{
    float:left;
	}
}

@media (min-width: 320px) and (max-width: 768px) {
.uk-navbar-center {
    float: left;
    max-width: 100%;
}
}




