/* Mosaic Overlay Image effect */
img.hover-effect { 
	-webkit-transition: -webkit-transform 0.5s ease;
	-moz-transition: -moz-transform 0.5s ease;
	transition: transform 0.5s ease;
}
img.hover-effect:hover { 
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5);
}
 /*Rewrite the stupid bootstrap
 ------------------------------------------------*/
[class^="icon-"], [class*=" icon-"] {
    height: auto;
    line-height: auto;
    width: auto;
}
/* No padding class for topbar
-------------------------------------------------*/
.no-padding {
	padding:0;
}

/* CUSTOM CSS JOOMLAPLATES
-------------------------------------------------*/
.white-bg,
.tm-headerbar {
	position:relative;
}
/* Headlines for mobile Devices
-------------------------------------------------*/
@media (max-width: 768px) {
	.layout-slideshow .slideshow-content {width: 100%;}
	.layout-slideshow .sprocket-features-desc {padding: 2%;}
	h1,h2,h3,h4,h5,h6 {font-size:180% !important;line-height:110% !important}
}
/* Toolbar
-------------------------------------------------*/
.jp-top-outer {position:relative}
.jp-top-outer a {color:#fff}

/* Top Slider 
 ========================================================================== */
#bg {
  position: fixed; 
  width: 100%; 
  height: 100%;
}

/* Search
 ========================================================================== */
.uk-navbar-flip {
    float: right;
	margin:24px 20px 0 0;
}
.uk-dropdown-search {
	text-align:left;
	margin:0!important;
}
.uk-navbar-flip .uk-dropdown-search {
    margin-right: 0;
    margin-top: 5px;
}
.uk-overlay-dark {
    background-color: rgba(0, 0, 0, 0.5);
   transition: background .6s ease-in-out;
   -moz-transition: background .6s ease-in-out;
   -webkit-transition: background .6s ease-in-out;
}
.uk-overlay-dark:hover {
    background-color: rgba(0, 0, 0, 0.1);
}
.uk-button,
.uk-button-primary {
	padding:10px 20px
}
/* Dropdown Animation 
 ========================================================================== */
.uk-open > .uk-dropdown {
    display: block;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}
.uk-navbar-nav > li:hover > a,
.uk-navbar-nav > li > a:focus,
.uk-navbar-nav > li.uk-open > a {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}
/* Main Menu 
 ========================================================================== */

#jp-menu-outer .uk-container {
	padding:0!important;
}
#jp-menu-outer {
	position:relative;
}
.uk-navbar {
    background: none!important;
}
.uk-navbar {
	margin:0;
}
.uk-navbar-nav > li.uk-parent > a:after {
  content: "\f0d7";
  display: block;
  font-family: FontAwesome;
  font-size: 10px;
  font-style: normal;
  font-weight: normal;
  position: absolute;
  right: 10px;
  top: 0;
}
.uk-navbar-nav > li.uk-parent > a {
  padding-right: 25px;
  position: relative;
}

/* Off Canvas Menu Icon
 ========================================================================== */
.uk-navbar-toggle {
	position: absolute;
	right:10px;
	top:10px;
	z-index:9999;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
}
.uk-navbar-toggle:after {
  content: "\f039";
  font-family: FontAwesome;
  /* 1 */
  vertical-align: middle;
}
.uk-navbar-toggle-alt:after {
  content: "\f039";
}

/* Logo
 ========================================================================== */

.tm-logo h1 {
	position:relative;
	float:none;
}
.tm-headerbar .tm-logo {
    float: none;
}
.tm-headerbar .tm-logo:hover {
    text-decoration: none;
}
/* Mobile Logo
 ========================================================================== */

.uk-navbar-content, .uk-navbar-brand, .uk-navbar-toggle {
    height: auto;
}
/* Joomla Content Container
 ========================================================================== */
.tm-content {
	padding-top:10px;
	padding-bottom:10px;
}

/* Breadcrumbs
 ========================================================================== */

.uk-breadcrumb {
	margin-bottom:30px;
	padding-bottom:20px;
}

/*Center the Footer Menu
 ------------------------------------------------*/
.tm-footer .uk-subnav {
    display: inline-flex!important
}

/* TopScroller
 ========================================================================== */
.tm-totop-scroller {
    color: #444444;
    display: block;
    font-size: 16px;
    height: 20px;
    line-height: 20px;
    position: fixed;
    right: 20px;
    text-align: center;
    bottom: 20px;
	top:auto!important;
    transition: all 0.05s linear 0s;
    width: 20px;
    z-index: 1000;
}
/* TopScroller
 ========================================================================== */
ul.plus { padding-left:20px; list-style:none; }
ul.plus li { margin-bottom:10px; }
ul.plus li:before {    
    font-family: 'FontAwesome';
    content: '\f067';
    margin:0 10px 0 -15px;
}


/* Center Title with Border
----------------------------------------------------------------------------------------------------*/
.headline-border h3.uk-panel-title {
    overflow: hidden;
    text-align: center;
	font-size:200%;
	padding:20px 0;
}
.headline-border h3.uk-panel-title:before,
.headline-border h3.uk-panel-title:after {
    background-color: #000;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}
.headline-border h3.uk-panel-title:before {
    right: 0.5em;
    margin-left: -50%;
}
.headline-border h3.uk-panel-title:after {
    left: 0.5em;
    margin-right: -50%;
}
/* HR Styles
----------------------------------------------------------------------------------------------------*/
hr.style-one { 
	border: 0; 
	height: 1px; 
	margin:40px 0;
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.1), rgba(0,0,0,0)); 
	background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.1), rgba(0,0,0,0)); 
	background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.1), rgba(0,0,0,0)); 
	background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.1), rgba(0,0,0,0));
}

hr.style-two { 
	padding: 0; 
	border: none; 
	border-top: medium double #ededed; 
	color: #ddd;
	text-align: center; 
	margin:40px 0;
} 
hr.style-two:after { 
	content: "v"; 
	display: inline-block; 
	position: relative; 
	top: -0.7em; 
	font-size: 1.5em; 
	padding: 0 0.25em; 
	background: white;
 }
/* Image Styles
 ========================================================================== */

.shadow {
	box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.1);
	border:1px solid #fff;
}
.shadow-img {
	box-shadow: 0 -4px 25px rgba(0, 0, 0, 0.3);
}
img.effect {
	opacity:0.5;
	transition: all 0.4s ease-in-out 0s;

}
img.effect:hover {
	opacity:1;
}

/* Stop override the search field from stupid bootstrap css
 ========================================================================== */
.uk-search-field {
    background: #fff!important;
    border: 1px dotted #ccc!important;
    border-radius: 0!important;
    box-sizing: border-box!important;
    color: #999!important;
    font: inherit!important;
    margin: 0!important;
    padding: 0 0 0 30px!important;
    transition: all 0.2s linear 0s!important;
    vertical-align: middle!important;
	height:30px!important;
	line-height:30px!important;
	width:200px!important;
}

/* Opacity for Google Map
 ========================================================================== */
.map {
	opacity:0.5;
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
}
.map:hover {
	opacity:1;
}
/* Video Iframe
 ========================================================================== */
.responsive-video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.responsive-video {
position: relative;
padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
padding-top: 0px;
height: 0;
overflow: hidden;
margin:0 0;
}

/* --------------------------------------------- ROKSPROCKET -------------------------------------------------------*/
.sprocket-headlines {background: #fff!important;border: none; max-width:99.99%!important}
a.sprocket-headlines-text {color:#777!important;}
a.sprocket-headlines-text:hover {color:#000!important;}
.sprocket-headlines-navigation .arrow { line-height:130%;}
.sprocket-mosaic-item {border:none!important;margin:20px 20px!important}
.sprocket-mosaic h2 {font-size: 14px !important;margin: 10px 0 !important; text-align:center}
.sprocket-mosaic-item .sprocket-padding {
    background: none !important;
    border: none;
    border-radius: 0;
    padding: 0 0 20px 0!important;
}
.sprocket-mosaic-item {
    border: none;
    border-radius: 0;
}

.sprocket-mosaic .sprocket-mosaic-container {
    margin:20px 0;
}
.sprocket-mosaic .sprocket-mosaic-tags, .sprocket-mosaic ul.sprocket-mosaic-tags {
    background: none;
    font-size: 90%;
    padding: 5px 20px;
}
.sprocket-mosaic .sprocket-mosaic-filter ul li, .sprocket-mosaic .sprocket-mosaic-filter ul li, .sprocket-mosaic .sprocket-mosaic-filter li, .sprocket-mosaic .sprocket-mosaic-filter li {
    padding: 4px 10px;
}
.layout-slideshow .sprocket-features-pagination {
    bottom: 0;
    left: 0;
    position: relative;
    z-index: 10;
}
.sprocket-mosaic .sprocket-mosaic-order ul li, 
.sprocket-mosaic .sprocket-mosaic-order ul li, 
.sprocket-mosaic .sprocket-mosaic-order li, 
.sprocket-mosaic .sprocket-mosaic-order li,
.sprocket-mosaic .sprocket-mosaic-filter ul li, 
.sprocket-mosaic .sprocket-mosaic-filter ul li, 
.sprocket-mosaic .sprocket-mosaic-filter li, 
.sprocket-mosaic .sprocket-mosaic-filter li {
    border-radius:0;
    margin: 0;
	border:none;
	background:#000;
	color:#fff;
}
.sprocket-mosaic .sprocket-mosaic-container {
    margin: 20px 0;
}
.sprocket-mosaic .sprocket-mosaic-container {
    margin: -20px;
}
.sprocket-mosaic-order ul li.active,
.sprocket-mosaic-filter ul li.active {
	background-color:#333
}
.layout-slideshow .sprocket-features-content {
    bottom: 40px;
}

.sprocket-tabs-nav {
    border-bottom: none;
}

.layout-top .sprocket-tabs-nav {
	background:none;
	margin-bottom:20px;
}
.sprocket-tabs-nav > li {
    margin-bottom: 0px;
	color:#fff;
}
.sprocket-tabs-nav > li.active > .sprocket-tabs-inner {
    background-color: #000;
    border: none;
    color: #fff;
	border-radius:0;

}
/* Slideshow */
.layout-slideshow .sprocket-features-title, 
.layout-slideshow .sprocket-features-desc {
    background: rgba(0,0,0,0.2) ;
	border:none;
    color: #FFFFFF;
	-moz-box-shadow: 5px 5px #000;
	-webkit-box-shadow: 5px 5px #000;
	box-shadow: 5px 5px #000;

}
.layout-slideshow .sprocket-features-content {
    left: 50px;
}
.layout-slideshow a.readon {
	color:#fff;
}
.layout-slideshow .sprocket-features-arrows .arrow {
    font-size: 5.2em;
}
.layout-slideshow .sprocket-features-pagination li, .layout-slideshow .sprocket-features-arrows .arrow {
    background: none;
    box-shadow: none;
    color: #FFFFFF;
}
@media only screen and (max-width: 1200px) {
	.sprocket-mosaic .sprocket-mosaic-container {margin: 10px 0!important;}
}

