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

body {
	background: #fff;
	background: url("../../img/page_gradient_radial.svg") 50% -300px no-repeat, url("../../img/page_gradient_linear.svg") 50% 0 repeat-x, #fff;
	background-size: 1600px 600px, 100% 500px,auto;
}
/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
.tm-logo {
	position: absolute;
	top: 51px;
}
.tm-headerbar {
	margin-bottom: 10px;
	margin-top: 20px;
}
.tm-headerbar .uk-nav li {
	display: inline-block;
	font-size: 12px;
}
.tm-headerbar .uk-nav li a {
	border-left: 1px solid #A0A0A0;
	padding-top: 0;
	padding-bottom: 0;
}
.tm-headerbar .uk-nav > li:first-child a {
	border-left: none;
}
.tm-headerbar .uk-nav > li:last-child a {
	padding-right: 0;
	border-left: 1px solid #A0A0A0;
}
.tm-headerbar .uk-nav li a:hover {
	background: none;
	outline: none;
	box-shadow: none;
	text-shadow: none;
	text-decoration: underline;
}
.tm-headerbar .uk-nav.uk-nav-parent-icon.uk-nav-side li a {
	background: url(../../img/our-business-icon.png) no-repeat 14px -77px;
	padding-left: 47px;
}
.tm-headerbar .uk-nav.uk-nav-parent-icon.uk-nav-side li a:hover {
	background: url(../../img/our-business-icon.png) no-repeat 14px -77px;
}
.tm-headerbar .uk-search {
	top: -7px;
}
.tm-headerbar input.uk-search-field {
}
/* ========================================================================
   mainmenu navigation
 ========================================================================== */ 
   /* positioning */
 /* Only large screens */
/* @media (min-width: 1220px) {
  .tm-headerbar {
		margin-top: 25px;
		margin-bottom: 15px;
  }	
  .tm-navbar {
		margin-top: 20px;
		margin-bottom: 25px;
  }	
  .home .tm-navbar {
		margin-bottom: 0;
  }
	.uk-navbar-nav > li > a {
		padding: 0 24px;
	}
}*/
.tm-navbar {
	margin-bottom: 0;
	margin-top: 0;
	border: none;
}	

.uk-navbar {
	background: #fff;
	border-radius: 0;
	color: #fff;
}
.uk-navbar-nav {
	float: right;
	background: #000;
}
.uk-navbar-nav > li > a {
	color: #fff;
	text-shadow: none;
	height: 62px;
	padding: 0 16px;
	line-height: 62px;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: 300;
	border: none;
	margin-left: 0;
	margin-top: 0;
}
.uk-navbar-nav:first-child > li:first-child > a {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.uk-navbar-nav > li.uk-active > a {
	background: #F9A518;
	color: #fff;
	margin: 0;
}
.uk-navbar-nav > li:hover > a, .uk-navbar-nav > li > a:focus, .uk-navbar-nav > li.uk-open > a {
	color: #fff;
	border: 1px solid rgba(0, 0, 0, 0);
	background: #F9A518;
	margin: 0;
	border: none;
}
.uk-navbar-content, .uk-navbar-brand, .uk-navbar-toggle {
	height: 48px;
}
/* dropdown */
.uk-dropdown,
.uk-dropdown-navbar {
	border-radius: 0;
}
/* search menu */
input.uk-search-field {
	color: #444444;
}
input.uk-search-field::-webkit-input-placeholder {
 color: rgba(0, 0, 0, 0.5);
}
input.uk-search-field:-moz-placeholder { /* Firefox 18- */
 color: rgba(0, 0, 0, 0.5);
}
input.uk-search-field::-moz-placeholder {  /* Firefox 19+ */
 color: rgba(0, 0, 0, 0.5);
}
input.uk-search-field:-ms-input-placeholder {
 color: rgba(0, 0, 0, 0.5);
}
input.uk-search-field[placeholder]:-ms-input-placeholder {
 color: rgba(0, 0, 0, 0.5);
}
.uk-search-close:after {
	color: #757575;
}
/* ========================================================================
   main slider - top-a
 ========================================================================== */ 
.home .uk-panel.slider {
	position: absolute;
	padding-left: 40px;
	top: 80px;
	color: #FFF;
	display: none;
}
.home .slides > li:first-child .uk-panel.slider,
.home .slides > li:first-child + li .uk-panel.slider {	
	right: 0;
}
.home .uk-panel.slider .uk-panel-title {
	color: #FFF;
	font-size: 32px;
	font-weight: 700;
	width: 400px;
	line-height: 1.2;
	margin-bottom: 16px;
}
.home .uk-panel.slider p {
	width: 350px;
	/* padding-left: 6px; */
	margin-top: 0;
}
.home .wk-slideshow-default .nav {
	margin-top: -40px;
	z-index: 999;
	position: absolute;
	margin-bottom: 15px;
	text-align: right;
	right: 20px;
	bottom: -5px;
}
.home .wk-slideshow-default > div:hover .prev {
	left: 15px;
}
.home .wk-slideshow-default > div:hover .next {
	right: 15px;
}

/* ===== subpages image header ======== */
.tm-top-a.uk-grid .uk-panel.uk-panel-box {
	background: none;
	border: none;
	padding: 0;
}
.uk-grid.uk-grid-small {
	margin-top: 10px;
}
.es-manhour.uk-grid-small {
	margin-top: 0;
}
/* ========================================================================
   widgets - top-b
 ========================================================================== */
 
/* our business */
/*@media (min-width: 1220px) {
	.home .tm-top-b.uk-grid {
		margin-top: 30px;
	}
}*/
.home .tm-top-b.uk-grid {
	margin-top: 20px;
	margin-bottom: -5px;
}
.home .tm-top-b .uk-panel-box {
	background: none;
	padding: 12px 20px;
}
.home .tm-top-b > div:first-child + div .uk-panel-box {
	background: #3F3F3F;
}
.home .tm-top-b .uk-width-medium-2-3 .uk-panel-box {
	border: none;
}
.home .tm-top-b .uk-width-medium-2-3 .uk-panel-box:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 611px;
	height: 69px;
	background: url(../../img/our-business-line.png) no-repeat left top;
}
	
@media (min-width: 768px) {
	.home .tm-top-b .uk-panel-box {
		height: 32px !important;
	
		min-height: 0 !important;
}
}
.home .tm-top-b .uk-panel-box .uk-width-1-3 {
	position: relative;
	top: 6px;
	padding-left: 46px;
	background: url(../../img/our-business-icon.png) no-repeat;
	line-height: 1.5;
}
.home .tm-top-b .uk-panel-box .uk-width-1-3 a {
	color: #444444;
}
.home .tm-top-b .uk-panel-box .uk-width-1-3 a {
	color: #444444;
}
.home .tm-top-b .uk-panel-box .uk-width-1-3 a:hover {
	color: #0074a2;
	text-decoration: underline;
}
.home .tm-top-b .uk-panel-box .uk-width-1-3:first-child span {
	font-weight: 700;
}
.home .tm-top-b .uk-panel-box .uk-width-1-3:first-child {
	background-position: 12px 0;
	font-size: 16px;
}
.home .tm-top-b .uk-panel-box .uk-width-1-3:first-child + div {
	background-position: 17px -29px;
	padding-left: 52px;
}
.home .tm-top-b .uk-panel-box .uk-width-1-3:first-child + div + div {
	background-position: 12px -53px;
}
.es-manhour {
	padding-top: 0;
}
.es-manhour .uk-width-6-10 {
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	text-align: right;
	padding-right: 6px;
	padding-top: 5px;
}
.es-manhour .uk-width-6-10 span {
	padding-left: 33px;
	background: url(../../img/manhour-icon.png) no-repeat -6px -2px;
}
.es-manhour .uk-width-4-10 {
	font-size: 12px;
	color: #fff;
	line-height: 16px;
}
.es-manhour .uk-width-4-10 > span:first-child b {
	display: block;
}
.es-manhour .uk-width-4-10 > span:nth-child(n+2) {
	display: inline-block;
	font-size: 9px;
	margin-top: 2px;
	color: #B8B8B8;
}

/* ========================================================================
   widgets - bottom-a
 ========================================================================== */
 /* 4 boxes */
.home .tm-bottom-a {
	margin-top: 15px;
}
.home .tm-bottom-a .home-bottom {
	border-top: 2px solid #6d7072;
	border-left: none;
	border-right: none;
	padding-left: 4px;
	padding-right: 10px;
	padding-bottom: 40px;
	border-bottom: none;
}
.home .tm-bottom-a .uk-panel-title {
	font-size: 16px;
	margin-top: 5px;
	margin-bottom: 20px;
	background: url(../../img/our-business-icon.png) no-repeat;
	padding-left: 35px;
	font-weight: 700;
}
.home .tm-bottom-a > .uk-width-1-1:first-child .uk-panel-title {
	background-position: 0px -127px;
}
.home .tm-bottom-a > .uk-width-1-1:first-child + div .uk-panel-title {
    background-position: 0px -97px;
}
.home .tm-bottom-a > .uk-width-1-1:first-child + div a {
    margin-top: 22px;
}
.home .tm-bottom-a > .uk-width-1-1:first-child + div + div .uk-panel-title {
	background-position: 0px -155px;
}
/* ========================================================================
   widgets - bottom-b
 ========================================================================== */
 /* our clients scroll bar */
.home .tm-bottom-b .uk-panel-title {
	font-size: 16px;
	font-weight: 700;
	background: url(../../img/our-business-icon.png) no-repeat 2px -234px;
	padding-left: 35px;
	margin-bottom: 30px;
	margin-top: 15px;
}
.home-bottom {
	text-align: left !important;
}
.home-bottom.box-1 h5 {
	margin-top: 18px;
	margin-bottom: 10px;
}
.home-bottom.box-1 p {
	font-size: 13px;
	margin-bottom: 10px;
	margin-top: 0;
	padding-left: 20px;
	position: relative;
}
.home-bottom.box-1 > p:after {
	content: '';
	width: 20px;
	height: 20px;
	position: absolute;
	background: url(../../img/home-icon.png) no-repeat left top;
	top: 0;
	left: -5px;
}
.home-bottom.box-1 > p + p:after {
	background-position-x: -20px;
}
.home-bottom.box-1 > p + p + p:after {
	background-position-x: -40px;
}
.home-bottom.box-2 ul {
	padding-left: 0;
	list-style: none;
}
.home-bottom.box-2 li {
	list-style: none;
	margin-bottom: 10px;
	padding-left: 20px;
}
.home-bottom.box-2 li:last-child {
	margin-bottom: 0;
}

.home-bottom.box-3 a {
	float: right;
}
/* ========================================================================
   tm-middle
 ========================================================================== */
.uk-panel-box {
	border-radius: 0;
}
.home .tm-middle uk-grid {
	margin-top: 22px;
}
.home .tm-top-b .uk-width-medium-2-3 {
	/*height: 450px;*/
}
.sa-our-business .uk-margin-top {
	margin-top: 0 !important;
}
.uk-panel.sa-our-business .uk-panel-title {
	font-size: 20px;
	font-weight: 300;
	background: url(../../img/widget-title-icon.png) no-repeat left 4px;
	padding-left: 20px;
}
.uk-panel.sa-our-business img:hover {
	opacity: 0.9;
}
.uk-panel.sa-our-business .uk-h3 {
	font-size: 16px;
	line-height: 1.4;
	font-weight: 700;
	color: #FFF;
	margin: 0;
	background: #F9A518;
	padding-top: 20px;
	padding-bottom: 3px;
	padding-left: 28px;
	position: relative;
}
.uk-panel.sa-our-business .uk-h3:after {
	content: '';
	width: 3px;
	height: 20px;
	background: #E80010;
	position: absolute;
	top: 21px;
	left: 18px;
}
.uk-panel.sa-our-business .uk-grid > div.uk-width-1-2:first-child .uk-h3,
.uk-panel.sa-our-business .uk-grid > div.uk-width-1-2:first-child .uk-text {
	background: #000;
}
.uk-panel.sa-our-business .uk-grid .uk-width-1-2 .uk-text {
	color: #FFF;
	margin: 0;
	padding: 18px;
	padding-top: 10px;
	padding-bottom: 23px;
	background: #F9A518;
}
.uk-panel.sa-our-business .uk-width-1-2 ul {
	padding-left: 0;
	list-style: none;
}
.uk-panel.sa-our-business .uk-width-1-2 li {
	/* padding-left: 15px; */
	/* background: url(../../img/sub-nav-arrow.png) no-repeat 0 -5px; */
	/* margin-bottom: 8px; */
}

.uk-panel.sa-our-business .uk-button-dropdown,
.uk-panel.sa-our-business .uk-button,
.uk-panel.sa-our-business .uk-dropdown,
.uk-panel.sa-our-business .uk-dropdown-small {
	width: 100%;
	text-align: left;
}
.uk-panel.sa-our-business .uk-button {
	border-radius: 0;
	border: 1px solid #dddddd;
	background: #fafafa;
	padding: 10px;
	padding-left: 20px;
}
.uk-panel.sa-our-business .uk-nav ul {
	padding-left: 36px;
}

/* news & events */
.uk-panel.sa-news-events .uk-panel-title {
	font-size: 16px;
	font-weight: 700;
	background: url(../../img/our-business-icon.png) no-repeat left -208px;
	padding-left: 33px;
	margin-bottom: 14px;
}
.uk-panel.sa-news-events ul.uk-list-line > li:first-child {
	padding-top: 5px;
}
.uk-panel.sa-news-events ul.uk-list-line > li:nth-child(n+2) {
	margin-top: 14px;
	padding-top: 8px;
	border-top: none;
}
.uk-panel.sa-news-events ul.uk-list-line .introImage {
	width: 30%;
	margin-right: 5%;
	margin-top:	3px;
	float: left;
}
.uk-panel.sa-news-events ul.uk-list-line .newsItem {
	width: 65%;
	float: left;
}
.uk-panel.sa-news-events ul.uk-list-line .newsItem h5 {
	font-weight: normal;
	margin-bottom: 10px;
}
.uk-panel.sa-news-events ul.uk-list-line .newsItem .dateCreated {
	display: block;
	font-size: 11px;
}
.uk-panel.sa-news-events ul.uk-list-line .newsItem > a {
	float: right;
	font-size: 11px;
	margin-top:	-20px;
}

/* news event widgetkit */
.home .sa-news-events {
	min-height: 296px !important;
}
.home .sa-news-events .wk-slideshow-default .nav {
	top: 0;
	right: 0;
	margin-top: -30px;
	z-index: 0;
}
.home .sa-news-events h5 {
	margin-top: 18px;
	margin-bottom: 0;
	/* font-size: 13px; */
	font-weight: normal;
	line-height: 1.5;
	height: 110px;
	overflow: auto;
}
.home .sa-news-events .readmore {
	margin-top: 13px;
	display: block;
	text-align: right;
}

/* scroll bar */
.uk-panel.sa-news-events ul.uk-list-line {
	overflow-y: scroll;
	height: 300px;
	padding-right: 15px;
	margin-top: 15px;
}
.uk-panel.sa-news-events ul.uk-list-line::-webkit-scrollbar {
    width: 5px;
}
 
.uk-panel.sa-news-events ul.uk-list-line::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
.uk-panel.sa-news-events ul.uk-list-line::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  /*outline: 1px solid slategrey;*/
}
	

/* @media (min-width: 768px) {
	.home .tm-middle.uk-grid {
		position: relative;
		margin-bottom: -30px;
	}
	.home .tm-middle.uk-grid .tm-sidebar-a.uk-width-medium-1-4 {
		position: absolute;
		right: 0;
		top: -120px;
		width: 33.333%;
	}
	.home .tm-middle.uk-grid .tm-sidebar-a.uk-width-medium-1-4 > .uk-panel-box {
		padding: 16px;
		padding-bottom: 14px;
	}
}*/
/* manhour count */ 


/* tm-main */
.uk-breadcrumb {
	padding-bottom: 15px;
	border-bottom: 1px dotted #ccc;
}
.uk-breadcrumb > li.uk-active > span {
	font-weight: 700;
}
.tm-main h1.uk-article-title.es-page {
	/* position: absolute; */
	/* top: -82px; */
	/* color: #FFF; */
	/* left: -204px; */
	/* font-size: 18px; */
	/* background: #144a97; */
	/* background: rgba(36, 36, 36, 0.5); */
	/* padding: 0px 20px 3px 20px; */
	/* min-width: 164px; */
	/* display: none; */
	/* font-weight: 500; */
	/* font-size: 22px; */
	display: none;
}
.news-release .tm-main h1.uk-article-title.es-page {
	position: relative;
	top: inherit;
	color: inherit;
	left: inherit;
	font-size: 20px;
	line-height: 1.4;
	display: block;
}
.tm-main .uk-width-medium-1-1 h1.uk-article-title.es-page,
.tm-main .uk-width-1-1 h1.uk-article-title.es-page {
	position: relative;
	top: inherit;
	color: inherit;
	left: inherit;
	font-size: 20px;
	line-height: 1.4;
}
.tm-main .uk-article > div > p:first-child,
.intro-line {
	font-size: 18px;
	line-height: 1.4;
	font-weight: 300;
	color: #000000;
}
.news-release .tm-main .uk-article > div > p:first-child {
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;	
}
.news-release .uk-navbar {
	/* margin-bottom: 30px; */
}
	


/* side bar */
.uk-nav-side > li.uk-active > a,
.uk-nav-navbar > li > a:hover,
.uk-nav-navbar > li > a:focus {
	background: #0091D1;
}
.tm-sidebar-b .uk-panel-box {
	background: none;
}
.tm-sidebar-a .uk-panel-title {
	font-size: 16px;
	line-height: 1.4;
	/* font-style: italic; */
}

/* tm-main-bottom */
.home .tm-main-bottom.uk-grid .uk-panel {
	padding: 0;
}
	
/* ========================================================================
   tm-footer
 ========================================================================== */
.tm-footer {
 padding-bottom: 40px;
 padding-top: 15px;
 position: relative;
 margin-top: 50px;
}
.tm-footer:before {
	content: '';
	position: absolute;
	height: 1px;
	width: 100%;
	left: 0;
	top: 0;
	background: #000;
}
.tm-footer:after {
	content: '';
	position: absolute;
	height: 1px;
	width: 30%;
	left: 0;
	top: 0;
	background: #F9A518;
}
.tm-footer .uk-panel {
	text-align: left;
	float: left;
}
.tm-footer .uk-panel + .uk-panel {
	text-align: right;
	margin-top: 0;
	float: right;
	padding-right: 35px;
}
.tm-footer .uk-panel.uk-width-5-10 {
	width: auto;
}
.tm-footer .uk-panel.counter {
	padding-right: 16px;
	font-size: 13px;
}
.tm-footer .sa-copyright {
	font-size: 13px;
}
.tm-footer .uk-subnav > li {
	font-size: 13px;
}

.tm-totop-scroller {
	top: 16px;
}
/* ========================================================================
   tm-sidebar
 ========================================================================== */
@media (min-width: 768px) {
	.tm-sidebars-2 .tm-middle .uk-width-medium-3-5 {
		width: 64%;
		left: 24%;
	}
	.tm-sidebars-2 .tm-middle .tm-sidebar-a.uk-width-medium-1-5 {
		width: 12%;
		left: 24%;
	}
	.tm-sidebars-2 .tm-middle .tm-sidebar-b.uk-width-medium-1-5 {
		width: 24%;
		left: -76%;
	}
	
	.tm-sidebars-1 .tm-middle .uk-width-medium-4-5 {
		width: 76%;
		left: 24%;
	}
	.tm-sidebars-1 .tm-middle .tm-sidebar-b.uk-width-medium-1-5 {
		width: 24%;
		left: -76%;
	}
}
@media (max-width: 768px) {
	.home .uk-panel.slider {
		display: none;
	}
}

.item-list ul.item {
	display: none;
}
.home .uk-form select {
	width: 100% !important;
}

/* ========================================================================
   pages styling
 ========================================================================== */
/* ==== leadership =====*/
.uk-article-lead {
	border-bottom: 1px dotted #000;
	padding-bottom: 14px;
}
div[id*="showcase-37-"] .slides-container {
	border: none;
	border-bottom: none;
	border-radius: 0;
	padding-bottom: 30px;
	background: none;
}
div[id*="showcase-37-"] .slides>li>article {
	padding: 0;
}
div[id*="showcase-37-"] .wk-content .uk-width-3-5 {
	height: 327px;
	overflow: auto;
}
div[id*="showcase-37-"] .wk-content h3 {
	margin-bottom: 13px;
}
div[id*="showcase-37-"] .wk-content h4 {
	margin-top: 0;
}
div[id*="showcase-37-"] .wk-slideset>div {
	background: none;
	padding: 0;
	border: none;	
}
div[id*="showcase-37-"] .wk-slideset .sets {
	padding: 0;
}
div[id*="showcase-37-"] .wk-slideset .set>li>div {
	background: none;
	border-radius: 0;
	padding: 0;
}
div[id*="showcase-37-"] .wk-slideset .set>li>div>div {
	border-radius: 0;
	border: none;
	background: none;
	padding: 0;
}
div[id*="showcase-37-"] .wk-slideset p {
	padding: 0 12px 12px;
	font-size: 16px;
	width: 156px;
	text-shadow: none;
	line-height: 1.4;
	margin-bottom: 4px;
	margin-top: 16px;
}
div[id*="showcase-37-"] .wk-slideset p.uk-text-bold {
	white-space: normal;
	font-size: 18px;
	padding: 18px 12px 12px;
	margin: 0;
	border-bottom: 1px solid #000;
}
div[id*="showcase-37-"] .wk-slideset .set>li.active>div p.uk-text-bold,
div[id*="showcase-37-"] .wk-slideset .set>li>div:hover p.uk-text-bold {
	background: #144a97;
	color: #fff;
}
div[id*="showcase-37-"] .wk-slideset .set>li.active>div,
div[id*="showcase-37-"] .wk-slideset .set>li>div:hover {
	background: none;
}
div[id*="showcase-37-"] .wk-slideset .set>li.active>div>div,
div[id*="showcase-37-"] .wk-slideset .set>li>div:hover>div {
	background: none;
	box-shadow: 0 2px 3px rgba(0,0,0,0.10);
}

/* milestones */
div[id*="slideshow-34-"] .nav-left+.slides-container {
	border: none;
	background: none;
}
div[id*="slideshow-34-"] .slides>li>article {
	padding: 12px 0;
}
/* zoo - products */
.tm-main > :nth-child(n+2) {
	margin-top: 45px;
}
.yoo-zoo .uk-width-medium-1-3 .uk-panel.uk-panel-box {
	background: none;
	border: none;
	padding: 0;
}
.yoo-zoo .uk-width-medium-1-3 h3 {
	font-size: 18px;
	font-weight: 500;
}

/* zoo styling */
.uk-breadcrumb > li {
	margin: 4px 0;
}
ul.uk-nav-sub {
	padding: 5px 10px 5px 20px;
}
/* -- product category listing */
.yoo-zoo > h1 {
	font-size: 28px;
	font-weight: 500;
}
.yoo-zoo.product-uikit .tm-article-subtitle,
.yoo-zoo.product-uikit .element-socialbuttons h3 {
	padding-left: 6px;
	border-left: 3px solid #1FA2D6;
	font-size: 16px;
	line-height: 16px;
	font-weight: 500;
}
.yoo-zoo.product-uikit .tm-article-subtitle {
	margin: 0;
}
/*.yoo-zoo.product-uikit .uk-width-medium-1-1 .uk-panel.uk-panel-box:after {
	content: '';
	clear: both;
	visibility: hidden;
}
.yoo-zoo.product-uikit .uk-align-medium-left {
	float: left;
	margin-right: 20px;
}
.yoo-zoo.product-uikit .uk-width-medium-1-1 .uk-panel div:not(:first-child),
.yoo-zoo.product-uikit .uk-width-medium-1-1 .uk-panel ul,
.yoo-zoo.product-uikit .uk-width-medium-1-1 .uk-panel h3	 {
	overflow: hidden;
}
.yoo-zoo.product-uikit .uk-width-medium-1-1 .uk-panel .uk-subnav.uk-subnav-line {
	text-align: right;
}
*/
.yoo-zoo.product-uikit .uk-align-medium-right {
	display: inline-block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 100%;
	margin: 0;
	padding: 4px;
	border: 1px solid #dddddd;
	background: #ffffff;
	border-radius: 4px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

/* --- product item page */
.yoo-zoo.product-uikit .uk-margin {
	float: left;
	width: 60%;
}
.yoo-zoo.product-uikit .zoo-gallery {
	float: left;
	margin-bottom: 30px;
	width: 100%;
}
/* ========================================================================
   cikyah
 ========================================================================== */
/* milestones */
ul#display-inline-block-example,
ul#display-inline-block-example li {
	/* Setting a common base */
	margin: 3px;
	padding: 0;
}

ul#display-inline-block-example li {
	display: inline-block;
	width: 178px;
	min-height: 200px;
	background: #EBEBE0;
	vertical-align: top;	
}




/* ========================================================================
   Untuk layout dalam client guna list
   ========================================================================== */
ul.teaser-bar {
list-style: none;
margin: 0px 0px 0px 0px;

padding: 2px 0px 2px 0px;
background: url(../../img/line_dotted_h.png) 0 100% repeat-x;
/*overflow: hidden;*/
}
ul.teaser-bar li {
/*padding: 0px 15px 0px 15px;*/
padding: 0px 1px 0px 10px;
height: 80px;
line-height: 15px;
float: left;
color: #444444;
font-size: 12px;
background: url(../../img/line_dotted_v.png) 100% 0 repeat-y;
}

ul.teaser-bar li.element.first { padding-left: 0px; }

ul.teaser-bar strong { color: #646464; }

ul.teaser-bar .element {
width: 100px; margin-top: 15px;
}

ul.header{
list-style: none;
margin: 0px 0px 0px 0px;
padding: 2px 0px 2px 0px;
}
ul.header li{
width: 100px;height: 30px;
float: left;font-weight:bold;font-size: 14px;text-align: center;
background: url(../../img/line_dotted_v.png) 100% 0 repeat-y;
}
ul.header li.t1{padding: 0px 6px 9px 5px;}
ul.header li.t2{padding: 0px 3px 0px 9px;}
ul.header li.t3{padding: 0px 3px 0px 8px;}
ul.header li.t4{padding: 0px 3px 0px 7px;}
ul.header li.t5{padding: 0px 6px 0px 6px;}



/* ========================================================================
   Untuklayout dalam client guna table
   ========================================================================== */

uk-table, td, th{

#border-top: 1px dotted #dddddd;
#border-left:1px dotted #dddddd;
#border-right:1px dotted #dddddd;

}


/* grid */
div.product_grid { width:210px; min-height:250px; padding:2px 2px 28px; margin:8px; float:left; text-align:center; position:relative; border:1px solid #ccc;
	border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px; }
div.product_grid:hover { background:#f9f9f9; border-color:#aaa; }
div.product_grid a { display:block; }
div.product_grid a div.img { background:#fff; width:210px; height:210px; border-bottom:1px solid #ccc; display:table-cell; text-align:center; vertical-align:middle; }
div.product_grid a img.label { position:absolute; left:-5px; top:-5px; border:none; z-index:5; }
div.product_grid .prod_details { margin:5px 0 0; }
div.product_grid h3 { color:#636363; font-size:13px; min-height:40px; padding:0 0 3px; margin:0; font-weight:normal; font-family:'OpenSansRegular' }
div.product_grid p { display:none; margin:0; }
div.product_grid .prod_pricing { width:210px; position:absolute; bottom:6px; left:0; }
div.product_grid .strikeprice { color:#999; font-size:11px; text-decoration:line-through; display:block; }
div.product_grid .price { font-size:14px; display:block; color:#A7CF5F; }
div.product_grid .details { background:#276e3f; color:#fff; width:80px; height:20px; line-height:20px; text-align:center; text-decoration:none; display:inline-block; margin:5px 0 0; }
div.product_grid .details:hover { background:#d4dcd7; color:#276e3f; }


.clear { clear:both; }


/********************************** product view **********************************/
#product_left { width:210px; padding:18px 10px 0; float:left; }
#product_left .ctr { display:block; margin:0 0 10px; text-align:center; line-height:24px; position:relative; }
#product_left .ctr a { color:#636363; text-decoration:none; position:relative; display:inline-block; }
#product_left .ctr a:hover { color:#276e3f; text-decoration:none; }
#product_left .ctr a img.label { position:absolute; left:-6px; top:-6px; border:none !important; }
#product_left a { display:inline-block; }
#product_left a img { padding:2px; border:1px solid #ccc; }
#product_left a:hover img { padding:2px; border:1px solid #999; }

#product_right { width:350px; padding:18px 0 0; float:right; } 
#product_right h1 { font-size:18px; color:#636363; } 
#product_right strong { font-weight:normal; } 
#product_right a { text-decoration:none; color:#636363; } 
#product_right a:hover { text-decoration:underline; color:#276e3f; } 
#product_right span.price { font-size:16px; font-weight:bold; color:#333; } 



/********************************** map**********************************/


#jerro-map-canvas {
  height: 375px;
  width: 100%;
}
.map-navigation {
  font-weight: 500;
  margin: 70px 0;
  font-size: 18px;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .map-navigation {
    margin: 40px 0;
  }
}
.map-navigation li {
  display: inline-block;
  margin: 0 10px;
  padding: 5px 10px;
  cursor: pointer;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
@media (max-width: 992px) {
  .map-navigation li {
    display: block;
  }
}
.map-navigation .active {
  background-color: #aeca2e;
  color: #FFF;
}


.form2LinesLayout input[type=text] {
	display: inline-block;
	border:1px solid #f4f4f4;
	background: #f4f4f4;
	font-size: 12px;
	line-height: 16px;
	color: #777575;
	padding: 17px 30px;
	width: 100%;
	font-weight: 700;
	letter-spacing: 1px;
	margin-bottom: 17px;
}

.form2LinesLayout textarea {
	display: inline-block;
	border:1px solid #f4f4f4;
	background: #f4f4f4;
	font-size: 12px;
	line-height: 16px;
	color: #777575;
	padding: 17px 30px;
	width: 100%;
	font-weight: 700;
	letter-spacing: 1px;
	margin-bottom: 17px;
}


.form2LinesLayout input[type=submit] {
	float: right;
	border: none;
	width: 184px;
	height: 53px;
	background: #F9A518;
	letter-spacing: 1px;
	font-size: 15px;
	line-height: 21px;
	color: #fff;
	font-weight: 700;
	padding: 16px 10px;
	text-align: center;
	margin-top: 10px;
}
.form2LinesLayout input[type=submit]:hover {
	background: #000;
	color: #F9A518;
}



