/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 
@media (max-width: 767px) {
	.uk-navbar-center {
		max-width: 100%;
	}
}

.special-feature .s-feature-box .mask-top em:before {
	font-size: 500%;
	vertical-align: -22%;
	color: black;
}

.special-feature .s-feature-box .mask-bottom em:before {
	font-size: 300%;
	vertical-align: -22%;
	color: white;
}

.special-feature .s-feature-box .mask-bottom em {
	padding-top: 25px;
}

ul.list-group {
	padding-left: 8px;
	font-size: 16px;
}

ul.list-group .list-group-item, ol.list-group .list-group-item {
	line-height: 35px;
}

ul.list-group em {
	color: #3399ff;
}

ul.list-group ol.list-group {
	padding-left: 40px;
	margin-top: 0px;
}

ul.list-group ol.list-group li {
	line-height: 25px;
}

ul.list-group ol.list-group li:last-child {
	padding-bottom: 15px;
}

.wj-title-separator {
	margin-top: 35px;
}

@media (max-width: 767px) {
	.wj-panel-separator {
		margin-top: 25px;
	}
}

@media (min-width: 750px) {
	.centered-product {
		margin: 0 auto;
	}
}

@media (min-width: 750px) and (max-width: 1023px) {
	div.tm-nav-wrapper ul li a {
		padding: 0 5px;
	}
}

.s-feature-box a {
	text-decoration: none;
	color: white;
}

.s-feature-box a:hover {
	text-decoration: none;
	color: white;
}

.product-list em:before {
	font-size: 300%;
	vertical-align: -22%;
	color: #3399ff;
}

.uk-panel .list-group-item em:before {
	font-size: 100%;
	vertical-align: -22%;
}

.uk-panel .list-group-item {
	line-height: 25px !important;
}

/* Close 3rd-level sub-menu items and make them expand when hovering over their parent: */  
.uk-nav-navbar > .uk-parent > .uk-nav-sub { display: none; }    
.uk-nav-navbar > .uk-parent:hover > .uk-nav-sub { display: block; }  

/* Add an "arrow" icon to show that there ARE sub-menu items: */  
.uk-nav-navbar > .uk-parent > a:after {    
content: "\f104";    
font-family: "FontAwesome";    
display: block;    
float: right;   
margin-left: 10px;  
}  

/* Change the arrow icon while the sub-menu items are expanded: */  
.uk-nav-navbar > .uk-parent:hover > a:after {    
content: "\f107";    
}  

.uk-nav-sub > li > a {
	padding-left: 5px;
	color: #ffffff !important;
}

.uk-nav-sub > li > a:hover, .uk-nav-sub > li > a:focus {
  background: #3498db;
  color: #ffffff;
  outline: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.uk-nav-sub > li > a:before {
   font-family: FontAwesome;
   content: "\f105";
   padding-right: 5px;
}

.juct-captcha .input-group {
	width: 195px;
}

.captcha-refresh.uk-icon-refresh {
	color: #3399ff;
}

#ju-contact legend {
	padding-bottom: 8px;
}

h1.uk-article-title {
	background: url("./images/background_title_1.jpg") no-repeat scroll center;
	text-align: center;
	text-transform: uppercase;
	color: #FFF;
	padding: 50px;
	font: normal 40px / 54px 'Lato';
}

@media (max-width: 767px) {
	h1.uk-article-title {
		font: normal 25px / 35px 'Lato';
	}
}

ul.list-open-work .list-group-item em:before {
	vertical-align: 0% !important;
}

.carousel-container {
	width: 90%;
	margin: 0 auto;
}

.slick-carousel img {
	padding: 0 10px 0 10px;
}

.slick-arrow::before {
	color: #2980b9 !important;
}

.affix {
	top: 0;
	width: 100%;
	position: fixed;
	z-index: 1000;
}

.affix-top {
	/*width: 100%;*/
	top: 0;
}

.affix-bottom {
	position: absolute;
	width: 100%;
	bottom: 0;
}

.affix img, .affix-top img {
	max-width: 180px;
}

/*@media (max-width: 400px) {*/
	.affix .uk-navbar-center, .affix-top .uk-navbar-center {
		margin-left: 2px;
	}
/*}*/

.nav-container {
	height: 60px;
	width: 100%;
	display: table;
}