/* 
*	Defaults & Utility
*/

body {font-size: 11px; color: #666;}
.blue {color: #5B9BD5;}
.grey {color: #999;}
.red {color: #f00;}
.clear {clear: both;}
.nopad {padding-left: 0; padding-right: 0;}
.nopad-right {padding-right: 0;}
.nopad-left {padding-left: 0;}
.padvert {padding-top: 20px; padding-bottom: 20px;}
.padbottom {padding-bottom: 10px;}
.border {border: 1px solid #ccc; overflow:hidden;}
.border-right {border-right: 1px solid #ccc;}
.topspace {margin-top: 10px;}
.row { max-width: 100%; }

.grow { transition: all .2s ease-in-out; }
.grow:hover { transform: scale(1.1); }

/*
*	PAGE HEADER / NAV 
*/
#top {position: fixed; height: 75.2px; z-index: 9; background: #fff; width: 100%;}
#nav {position: fixed; top: 75.2px; height: 26.2px; z-index: 10; background: #90ACB5;}
#search {margin-top: 1rem; /*width: 72%*/}
#searchbox {}
#search .input-group { border-radius: 3px; }
#top #logo img {max-height: 75px;}
#top #logo a {color: #999; font-weight: bold; border: none; text-decoration: none;}
#top .row {position: relative;}
#top #account {margin-top: 1rem;}

#nav {border-top: 2px solid #42719B; border-bottom: 2px solid #42719B; background: #90ACB5;}
#nav .row.one { position: relative; }

#main-menu.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #2199e8 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    /*right: -15px;*/
    margin-top: -2px;
}

.is-dropdown-submenu {
    background: #000;
    border: 1px solid #cacaca;
}

.menu > li {
    display: table-cell;
    width: 350px;
    text-align: center;
	border-right: 1px solid #000;
}

.menu > li::last { }

#main-menu .menu.vertical > li {
    display: table-cell;
    position: relative;
	font-size: 13px;
}
#main-menu.menu > li > a {
    display: block;
    padding: 0.1rem 0rem;
    line-height: 1;
    margin: 0px 1em;
	color: #fff;
	border-top: 2px solid transparent;
	border-bottom: 2px solid transparent;
	font-size: 13px;
	font-weight: normal;
	text-transform: uppercase;
	background: transparent;
}

#main-menu .whoosh {width: 3000px;} /*FILL WIDTH*/

#main-menu.menu .active {
    color: #5B9BD5;
    background: transparent;
	border-bottom: 2px solid #5b9bd5;
}
#main-menu.menu .active > a {
    color: #fefefe;
    background: transparent;
}

.top-bar-right #account{margin-top: 1rem;}
.top-bar input { max-width: 100%; }

#mobile-menu {display: none;}
#mobile-menu .menu .active > a { 
    color: #fff;
    background: #5B9BD5;
    border: none;
}
#mobile-menu a:hover { text-decoration: underline; }
#mobile-menu li.active a:hover { text-decoration: none; }

nav#breadcrumbs {display: inline-block; position:absolute; right: 2em;}
.breadcrumbs { margin: 0; margin-top: 0.8rem; }
.breadcrumbs span {float: left; font-size: 0.6875rem; margin-right: 0.5em;}
.breadcrumbs li { text-transform: initial; }

.breadcrumbs li:not(:last-child)::after {
    color: #cacaca;
    content: "/";
    margin: 0 0.5rem;
    position: relative;
    top: 1px;
    opacity: 1;
}


/* FOOTER - A bit sparse for now */
#footer {min-height: 20px; background: #666; color: #fff;}
#footer a {color: #fff;}

/*
* Homepage 
*/



.home .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    width: 30%;
	margin: 0.5%;
}

.home .owl-theme .owl-dots .owl-dot.active span {
    background: #5B9BD5;
}

.home .owl-theme .owl-dots .owl-dot span {
    min-width: 100%;
    height: 8px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 0;
}

.home .owl-carousel .item {
	/*height: 80vh;*/
}

.home .owl-carousel .owl-stage-outer {
    z-index: 0;
	max-height: 80vh;
}

.home .owl-carousel .owl-controls {
	z-index: 9;
	bottom: 0;
	position: absolute;
	width: 100%;
}

.home .owl-carousel #scrubber {
	z-index: 9;
}

/*
.home .orbit-caption {
    position: absolute;
    bottom: 0;
    width: 33%;
    padding: 1rem;
    margin-bottom: 0;
    color: #fefefe;
	background: #b4b4b4 url(/img/bloodhound-ssc2.jpg) no-repeat top left / cover;
    right: 0;
    top: 0;
}

.home .orbit-caption p { font-size: 14px;}
*/
/*
.home .orbit {
	border: 1px solid #000;
	display: none;
}

.home .orbit-bullets {
    position: absolute;
    right: 0;
    bottom: 1em;
    width: 100%;
}

.home .orbit-bullets button {
    margin: 1em;
	width: 30%;
	height: 8px;
	border-radius: 0;
}

.home .orbit-bullets button.is-active {
    background-color: #5B9BD5;
}
.home .orbit-bullets button:hover {
    background-color: #5B9BD5;
}*/

.home .videoslide {
	background: black; 
	/*height: 80vh*/
}


.home video { 
	display: block;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: auto;
	transition: 1s opacity;
}
home .stopfade { 
   opacity: .5;
}

.home #partners_box {list-style: none; padding: 0; margin: 0; display: inline;}
.home #partners_box li {float: left; margin: 10px;}

.home .box {overflow: hidden;}
.home #box1 {}
.home #box2 {}
.home #box3 {}
.home #box1:hover {}
.home #box2:hover {}
.home #box3:hover {}

.home .leftline {border-bottom: 1px solid #999; width: 50%;}
.home .leftline {border-bottom: 1px solid #999; width: 50%;}

.home #cta h4 {background: #fff;}

/* 
timneline / scrobbler
*/
#scrubber {
	position: relative;
	
	width: 100%;
	height: 2px;
	background-color: black;
}

#progress {
	width: 0;
	height: 2px;
	background-color: red;
}


/*
* Workplace
*/
.workplace .banner {border: 1px solid #e6e6e6; padding: 40px 0;}
.workplace .posts-title {padding: .4rem 1rem; border-bottom: 2px solid #d8d8d8; margin-bottom: 10px; background: #d8d8d8;}
.workplace .tabs { border: none; margin-right: -1px;}
.workplace .tabs-content {margin-top: -2px; border: none;}
.workplace .tabs-title { border-bottom: 4px solid #5B9BD5;}
.workplace .tabs-title > a { text-align: center; padding: .5rem 1.5rem; background: #D8D8D8; color: #999;
}
.workplace .tabs-title > a[aria-selected="true"] { background: #5B9BD5; color: #fff;}

.workplace .orbit {background: #666;}

.workplace .orbit-slide { 
	padding: 5px 10px 10px;
}
.workplace .orbit-slide h3 { color: #ccc; }
.workplace .orbit-slide p { color: #fff; }
.workplace .orbit-bullets {
    position: absolute;
    right: 0;
    top: 0;
}

.workplace .orbit-bullets button {
    display: block;
    margin: 1em;
	width: .8rem;
	height: .8rem;
	background: #FFF;
}

.workplace .orbit-bullets button.is-active {
    background-color: #5B9BD5;
}
.workplace .orbit-bullets button:hover {
    background-color: #5B9BD5;
}



/* 
*		Search Page
*/
.search-banner {border: 1px solid #42719B; /*margin-top: -1px;*/}
.search-article #register {margin-top: 10px; margin-bottom: 10px; border: 1px solid #BFBFBF;}

#login input {margin: 0; padding: 0.3rem 0.5rem; height: auto;}
#login .remember {display: inline-block; top: -5px; position: relative; margin-left: 1em;}
#login .remember #checkbox1 {top: 2px; position: relative; left: 2px;}
#register {padding: 0;}
#register .shop {padding-top: 1em;}
#register .shop .forgotten {margin-bottom: 0;}
#register .new {padding-top: 0.5em; background: #D8D8D8;}


/*
*		Product Page
*/

.product h2 {font-size: 16px;}
.product .orbit-slide {text-align: center;}
.product .orbit-bullets button {
    width: 53px;
    height: 34px;
    border-radius: 0;
    background: transparent url(/img/lap_tiny.png) no-repeat top left;
}
.product .orbit-bullets button[data-slide="0"]{
	background: transparent url(/img/lap_tiny.png) no-repeat top left;
}

.product .orbit-bullets button[data-slide="1"]{
	background: transparent url(/img/lap_tiny02.png) no-repeat top left;
}
.price {font-size: 24px; margin:0;}
.price .small {font-size: 50%;}

.product .tabs {
    border: none;
}
.product .tabs-title > a[aria-selected="true"] {
    background: #fff;
    border-bottom: 4px solid blue;
}
.tabs-content {
    border: none;
}