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

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
/*
 * Visibility
 * Avoids setting display to `block`
 */
/* Desktop and bigger - 960x
@media (min-width: 1100px) {
  .uk-visible-small {
    display: none !important;
  }
  .uk-visible-medium {
    display: none !important;
  }
  .uk-hidden-large {
    display: none !important;
  }
}
/* Only tablets portrait - max of 959px
@media (min-width: 768px) and (max-width: 1099px) {
  .uk-visible-small {
    display: none !important;
  }
  .uk-visible-large {
    display: none !important ;
  }
  .uk-hidden-medium {
    display: none !important;
  }
}
/* Phone landscape and smaller 
@media (max-width: 767px) {
  .uk-visible-medium {
    display: none !important;
  }
  .uk-visible-large {
    display: none !important;
  }
  .uk-hidden-small {
    display: none !important;
  }
}*/
 .cropped-image {
border-radius: 30px;
-moz-border-radius: 30px;
-webkit-border-radius: 30px;
border: 3px solid #000000;
}
.cropped-image-sm {
border-radius: 40px;
-moz-border-radius: 40px;
-webkit-border-radius: 40px;
border: 1px solid #000000;
}

/* sets background color for tm-bottom-c location */
.tm-block-dark {
  background: none repeat scroll 0 0 #333333;
}

.tm-block-footer {
  background: none repeat scroll 0 0 #000000;
  }

/* set background color of the header area */  
.uk-navbar {
  background: none repeat scroll 0 0 #000000; /* was #000000 */
  border-bottom: 4px solid #333333;  /* was #DDDDDD */
  color: #333333;   /* was #444444 */
}

/* CHANGE COLOURS & FEEL OF MAIN MENU */
.uk-navbar-nav > li > a {
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  /* 1 */
  height: 90px;
  padding: 0 15px;
  line-height: 90px;
  /* 2 */
  color: #FFFFFF; /* WAS #b0b0b0 */
  font-size: 14px;
  font-family: "Open Sans";
  font-weight: 300;
  position: relative;
  margin: 0 15px;
  padding: 0;
  text-transform: uppercase;
}
.uk-navbar-nav > li > a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  max-width: 0;
  height: 2px;
  margin-top: 12px;
  background: #f91f1f; /* WAS #444444 */
  -webkit-transition: max-width 0.4s;
  transition: max-width 0.4s;
}

.uk-navbar-nav > li:hover > a,
.uk-navbar-nav > li > a:focus,
.uk-navbar-nav > li.uk-open > a {
  background-color: rgba(0, 0, 0, 0);
  color: #f91f1f;  /* WAS #444444 */
  /* 3 */
  outline: none;
}
.uk-navbar-nav > li:hover > a:after,
.uk-navbar-nav > li > a:focus:after,
.uk-navbar-nav > li.uk-open > a:after {
  max-width: 100%; 
}
/* OnClick */
.uk-navbar-nav > li > a:active {
  background-color: rgba(0, 0, 0, 0);
  color: #f91f1f;  /* WAS #444444 */
}
/* Active */
.uk-navbar-nav > li.uk-active > a {
  background-color: rgba(0, 0, 0, 0);
  color: #f91f1f;  /* WAS #444444 */
}
.uk-navbar-nav > li.uk-active > a:after {
  max-width: 100%;
  background: #f91f1f;  /* WAS #444444 */
}

  a.aetlink:link { color: #0C0278;}
  a.aetlink:hover { color: #f91f1f;}
  a.aetlink:visited  { color: #0C0278;}
  
background: url(../styles/STYLE-NAME/images/my-image.jpg) 50% 50% no-repeat;  
    background-size: cover;

  
  .tm-fullscreen {
 background: url("../../../images/sai-background.jpg") no-repeat  50% 50%;
 position: relative;
 z-index: -10;
 }
  
  
  
  
  
  