html {
	background: #000;
}

/* Global
-------------------------------------------------- */

.inner {
	width: auto;
	max-width: 920px;
	margin: 0 auto;
	padding: 0 30px; /*3.260869565217%*/
}

.header {
	margin-bottom: 0.625em;
}

.container {
	padding-right: 30px;
	padding-left: 30px;
	margin-right: auto;
	margin-left: auto;
}

.container:before,
.container:after {
	display: table;
	content: " ";
}

.container:after {
	clear: both;
}

.container:before,
.container:after {
	display: table;
	content: " ";
}

.container:after {
	clear: both;
}

.row {
	margin-right: -30px;
	margin-left: -30px;
}

.row:before,
.row:after {
	display: table;
	content: " ";
}

.row:after {
	clear: both;
}

.row:before,
.row:after {
	display: table;
	content: " ";
}

.row:after {
	clear: both;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6 {
	margin-bottom: 0.625em;
	float: left;
	position: relative;
}

.col-1 {
	width: 15.816326530612%;
	margin-right: 0.625em;
}

.col-2 {
	width: 32.65306122449%;
	margin-right: 0.625em;
}

.col-3 {
	width: 49.489795918367%;
	margin-right: 0.625em;
}

.content .col-3 {
	width: 48.369565217391%;
	margin-right: 3.061224489796%;
}

.content .col-3:last-child {
	margin-right: 0 !important;
}

.col-4 {
	width: 66.326530612245%;
	margin-right: 0.625em;
}

.col-5 {
	width: 83.163265306122%;
	margin-right: 0.625em;
}

.col-6 {
	width: 100%;
}

.first,
.last {
	margin: 0 !important;
}

.last {
	float: right;
}

/* Grid
-------------------------------------------------- */

ul.grid {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

ul.grid li {
	background: #fff;
	/*width: 320px;*/
	width: 32.65306122449%;
	margin: 0 0.625em 0.625em 0;
	margin: 0 1.020408163265% 1.020408163265% 0;
	float: left;
	text-align: center;
}

ul.grid li.product {
	text-align: left;
}

ul.grid li:nth-child(3n),
ul.fivecol li:nth-child(5n) {
	margin-right: 0;
}

ul.grid li .desc {
	padding: 0.625em;
}

ul.grid li a,
ul.grid li a:visited,
ul.fivecol li a,
ul.fivecol li a:visited {
	color: #000;
}

ul.grid li a:hover,
ul.fivecol li a:hover {
	color: #d66e19;
	text-decoration: none;
}

ul.grid li img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
}

ul.fivecol li img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100px;
	display: block;
	margin: 0 auto;
}

body ul.fivecol li img.file {
	max-height: 100px !important;
}

ul.grid li h2 {
	font-size: 1.125em;
	text-transform: uppercase;
	margin: 0;
}

ul.grid li .desc p {
	margin: 0;
}

ul.grid li.product h2 {
	margin-bottom: 0.5em;
}

ul.grid li.product p {
	margin-top: 0;
}

.date {
	font-size: 0.813em !important;
	color: #999;
}

ul.fivecol {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

ul.fivecol li {
	background: #fff;
	width: 19.183673469388%;
	margin: 0 0.625em 0.625em 0;
	margin: 0 1.020408163265% 1.020408163265% 0;
	float: left;
	text-align: center;
}

ul.fivecol li .desc {
	height: 60px;
	padding: 10px;
}

ul.fivecol li h2 {
	font-size: 0.813em;
	text-transform: uppercase;
	margin: 0;
}

ul.filter {
	font-size: 0.875em;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

ul.filter li {
	margin-right: 10px;
	float: left;
}

ul#files li img,
ul#partners li img {
	border: 1px solid #ddd;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}

.partner-logo {
	margin: 0 auto;
	display: block;
}

#results {
	border-top: 1px solid #ddd;
	margin-top: 1.25em;
	padding-top: 1.25em;
	clear: both;
}

ul.pagination {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

ul.pagination li {
	line-height: 40px;
}

ul.pagination li a,
ul.pagination li a:visited {
	font-weight: bold;
	color: #fff;
}

ul.pagination li.page-prev {
	float: left;
}

ul.pagination li.page-next {
	float: right;
}

/* Header
-------------------------------------------------- */

.header .inner .row {
	background: #fff;
	padding: 0.625em 1.875em;
}

ul.nav {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.nav li a,
ul.nav li a:visited {
	font-size: 0.875em;
	color: #20385c;
	text-decoration: none;
	text-transform: uppercase;
}

ul.nav li a:hover {
	color: #000;
}

.current-menu-item > a,
.current_page_item > a,
.current-post-ancestor > a, 
.current-menu-parent > a,
.current-post-parent > a,
.current-menu-ancestor > a,
.current_page_ancestor > a,
ul.nav li.active > a,
ul.subnav li.active > a {
	font-weight: bold;
	color: #d66e19 !important;
	display: block;
}

ul.subnav li a.parent {
	background: url(../images/nav_arrow_icon.png) no-repeat  100% 0 !important;
	display: block;
}

ul.subnav li a.parent:hover {
	background-position: 100% -36px !important;
}

.menu-item-5858 {
	display: none;
}

ul.subnav {
	background: #fff;
	line-height: 24px;
	text-align: left;
	margin-bottom: 0.625em;
}

ul.subnav > li {
	position: relative;
}

ul.subnav li a,
ul.subnav li a:visited {
	font-size: 0.750em;
	color: #999;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 36px;
	padding: 0 0.625em;
}

ul.subnav li a:hover {
	color: #000;
}

body.page-template-tmpl-contact-php ul.subnav {
	display: block !important;
}

/* Footer
-------------------------------------------------- */

.footer {
	font-size: 0.750em;
}

.footer .inner {
	background: #000;
	color: #fff;
}

.footer p {
	margin: 10px;
}

.footer .credit {
	text-align: center;
}

.footer .inner a,
.footer .inner a:visited {
	color: #fff;
	text-decoration: underline;
}

.footer .inner a:hover {
	text-decoration: none;
}

.footer .facebook,
.footer .instagram {
	line-height: 16px;
	display: inline-block;
	margin: 0 4px;
	padding-left: 20px;
}

.footer .facebook {
	background: url(../images/icon_facebook.png) no-repeat center left;
}

.footer .instagram {
	background: url(../images/icon_instagram.png) no-repeat center left;
}


/* Content
-------------------------------------------------- */

.content {
	background: #fff;
	margin-bottom: 0.625em;
	padding: 1.875em;
	position: relative;
}

/* Typography
-------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
}

h1, h2 {
	text-transform: uppercase;
}

.content h1 {
	margin-top: 0;
}

#productcategories h4 {
	display: none;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

p {
	font-size: 0.875em;
	margin-bottom: 1em;
	line-height: 1.4;
}

.content p:first-child {
	margin-top: 0;
}

.content p:last-child {
	margin-bottom: 0;
}

a, a:visited {
	color: #d66e19;
	text-decoration: none;
}

a:hover {
	color: #d66e19;
	text-decoration: underline;
}

/* Forms, fields and button
-------------------------------------------------- */

.gform_wrapper {
	max-width: 100% !important;
}

.form h3 {
	margin-top: 0 !important;
}

.form label {
	font-size: 0.875em !important;
	margin-bottom: 10px !important;
}

input[type="text"],
input.medium,
textarea.textarea {
	border: 1px solid #ddd;
	background: #fff;
	width: 100% !important;
	font-size: 0.875em !important;
	padding: 10px !important;
	box-sizing: border-box;
	outline: none;
}

input[type="text"]:focus,
input.medium:focus,
textarea.textarea:focus {
	border: 1px solid #d66e19;
}

.gform_wrapper textarea.medium {
	height: 127px !important;
}

.gform_wrapper {
	margin: 0 !important;
}

.gform_wrapper .gform_footer {
	padding: 10px 0 0 0 !important;
	margin: 0 !important;
	clear: both;
}

.gform_wrapper div.validation_error {
	color: #d66e19 !important;
	font-size: 0.875em !important;
	font-weight: bold;
	line-height: 1.3;
}

.gform_wrapper .gfield_date_month, .gform_wrapper .gfield_date_day {
	width: 60px !important;
	float: left;
}

.gform_wrapper .gfield_date_year {
	width: 100px !important;
}

input.button {
	border: 0;
	background: #000;
	width: 100%;
	font-weight: bold;
	font-size: 0.875em !important;
	color: #fff;
	text-transform: uppercase;
	padding: 10px 0;
}

body.page-template-tmpl-newsletter-php ul.gform_fields li {
	margin-bottom: 10px;
}

body.page-template-tmpl-newsletter-php ul.gform_fields li label {
	font-weight: bold;
	margin-bottom: 10px !important;
	display: block;
}

/* */

.box {
	position: relative;
}

.box img {
	margin: 0 auto;
	display: block;
}

.box > a {
	font-size: 0.875em;
	color: #fff;
	text-decoration: none;
	height: 155px;
	display: block;
	text-align: center;
	position: relative;
}

.box > a:hover {
	background-color: #000 !important;
}

.box > a span {
	text-align: center;
	position: absolute;
	right: 0;
	bottom: 15px;
	left: 0;
}

#suppliers span {
	color: #fff;
	font-size: 0.875em;
	text-align: center;
	position: absolute;
	right: 0;
	bottom: 15px;
	left: 0;
}

#suppliers {
	background: #20385c;
	position: relative;
	overflow: hidden;
}

#suppliers .cycle-slideshow {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
}

#suppliers a {
	overflow: hidden;
}

#suppliers img {
	width: auto;
	height: 90px !important;
	display: block;
	margin: 0 auto;
}

#newsletter {
	background: #105f33;
}

#newsletter a {
	background: #105f33 url(../images/icon_mail.png) no-repeat 50% 50%;
}

#videos {
	background: #20385c;
}

#videos a {
	background: #c91926 url(../images/icon_play.png) no-repeat 50% 50%;
	line-height: 155px;
	display: block;
	text-align: center;
	text-indent: -9999em;
}

#instagallery {
	height: 320px;
	margin-right: 0;
}

#instagallery img {
	max-width: 100%;
	height: auto;
	display: block;
}

#instagrams .flex-control-nav,
#instagrams .flex-direction-nav {
	opacity: 0;
}

#instagrams:hover .flex-control-nav,
#instagrams:hover .flex-direction-nav {
	opacity: 1;
}

#productcategories {
	background: #6e6e6e;
}

#productcategories ul li a {
	color: #fff;
	text-decoration: none;
}

#rentals {
	background: #20385c;
}

#rentals a {
	background: #20385c url(../images/icon_handshake.png) no-repeat 50% 50%;
}

.ask {
	background: #fff;
	width: 100px;
	padding: 20px;
	position: absolute;
	top: 0;
	right: 30px;
	z-index: 100;
	font-size: 0.750em;
	line-height: 1.4;
}

.ask img {
	display: block;
	margin-bottom: 0.625em;
}

body.page-template-tmpl-product-php .ask {
	right: 0;
}

.map img {
	display: block;
}

/* Vimeo */

.vimeo {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
}

.vimeo iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.thumb img {
	max-width: 100%;
	height: auto;
	display: block;
}

#flexvideos {
	margin-bottom: 30px;
}

#flexcarousel {
	margin-bottom: 0;
}

.video-grid li {
	border-bottom: 1px solid #ddd;
	height: 250px;
}

.video-grid img  {
	max-height: 169px;
	margin: 0 auto;
	display: block;
}

.video-thumb {
	background: #000;
	margin-bottom: 1em;
}

body.search .video-thumb {
	margin-bottom: 0;
}

a.singleselect,
a.singleselect:visited,
a.selected,
a.selected:visited {
	border: 1px solid #ddd;
	background: #fff url(../images/select_arrow.png) no-repeat top right;
	font-size: 0.875em;
	font-weight: bold;
	color: #000;
	line-height:36px;
	display: block;
	padding: 0 10px;
}

a.triggered {
	background-position: bottom right !important;
	color: #d66e19;
}

a.singleselect:hover,
a.selected:hover {
	color: #d66e19;
	text-decoration: none;
}

ul.select {
	border: 1px solid #ddd;
	border-top: 0;
	background: #fff;
	font-size: 0.875em;
	display: none;
}

ul.select li {
	border-bottom: 1px solid #ddd;
	line-height: 36px;
}

ul.select li:last-child {
	border-bottom: 0
}

ul.select li a,
ul.select li a:visited {
	background: #fff;
	color: #20385c;
	text-decoration: none;
	display: block;
	padding: 0 10px;
}

ul.select li a:hover {
	color: #d66e19;
}

ul.select li.current-cat a {
	font-weight: bold;
	color: #d66e19;
}


#homeslider,
#staticslider {
	background: transparent;
}

#homeslider h1,
#staticslider h1 {
	font-size: 3em;
	line-height: 1;
}

#homeslider h1 span {
	color: #fff;
}

#homeslider p {
}

#homeslider a {
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

#homeslider a:hover {
	text-decoration: underline;
}

#homeslider, #homeslider ul.slides li,
.staticslider, staticslider ul.slides li  {
	height: 500px !important;
	position: relative;
}

#homeslider .intro,
#staticslider .intro {
	width: 300px;
	position: absolute;
	top: 30px;
	z-index: 100;
}

#staticslider .pos-left {
	left: 90px;
}

#staticslider  .pos-right {
	right: 90px;
}

.text-white h1,
.text-white h2,
.text-white p {
	color: #fff !important;
	text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
}

.text-black h1,
.text-black h2,
.text-black p {
	color: #000 !important;
}

.staticslider, #staticslider ul.slides li {
	height: 600px !important;
	position: relative;
}



.section {
	border-top: 1px solid #ddd;
	padding-top: 30px;
}

.col-img img {
	max-width: 100%;
	height: auto;
	display: block;
}

ul.sidenav {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.sidenav li {
	font-size: 14px;
	line-height: 24px;
}

ul.sidenav li.current-cat > a {
	font-weight: bold;
	color: #d66e19 !important;
}

ul.sidenav li a,
ul.sidenav li a:visited {
	color: #20385c;
}

ul.sidenav li a:hover {
	color: #d66e19;
	text-decoration: none;
}

ul.sidenav ul ul {
	margin-left: 20px !important;
}

ul.sidenav > li.cat-item {
	display: none;
}

ul.sidenav > li.current-cat,
ul.sidenav > li.current-cat-parent {
	display: block !important;
}

ul.sidenav > li.current-cat > a,
ul.sidenav > li.current-cat-parent > a {
	display: none;
} 

ul.list {
	border-top: 1px solid #ddd;
}

ul.list li {
	border-bottom: 1px solid #ddd;
	font-size: 14px;
	line-height: 40px;
	overflow: hidden;
}

ul.list2 {
	border-top: 1px solid #ddd;
}

ul.list2 li {
	border-bottom: 1px solid #ddd;
	width: 50%;
	font-size: 14px;
	line-height: 40px;
	overflow: hidden;
	float: left;
}

.list-head {
	font-weight: bold;
	text-transform: uppercase;
}

/* Sales */

.product-meta {
	padding-top: 1em;
}

a.buy,
a.buy:visited {
	background: #20385c;
	width: 140px;
	font-size: 0.875em !important;
	font-weight: bold;
	color: #fff !important;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	line-height: 36px;
	display: block;
}

a.buy:hover {
	background: #d66e19;
}

ul.grid a.buy {
}

.price {
	font-size: 1.5em;
	line-height: 36px;
	margin:  0 20px 20px 0;
	display: block;
}

ul.grid .price {
	margin: 0;
}

/* Files */

.filetype {
	text-transform: uppercase;
}

/* Search */

.header .inner {
	position: relative;
}

.searchbox {
	width: 180px;
	position: absolute;
	top: 0;
	right: 30px;
}

.searchbox #searchsubmit,
.searchbox .screen-reader-text {
	display: none;
}

.searchbox input,
.searchbox input:focus {
	background: url(../images/icon_search.png) no-repeat 4px 50%;
	border-top: 0;
	font-size: 0.813em !important;
	padding: 8px 8px 8px 28px !important;
}

.pages {
	display: none;
}

.wp-pagenavi {
	text-align: center;
	overflow: hidden;
	margin-bottom: 10px;
}

.wp-pagenavi .first,
.wp-pagenavi .last {
	width: auto !important;
	float: none;
	padding: 0 10px;
}

.wp-pagenavi .first,
.wp-pagenavi .last {
	margin: 0 5px !important;
}

.wp-pagenavi .pages {
	display: none;
}

.wp-pagenavi a,
.wp-pagenavi span {
	border: 1px solid #fff;
	width: 30px;
	font-size: 0.813em;
	color: #fff;
	line-height: 30px;
	display: inline-block;
	margin: 0 5px;
}

.wp-pagenavi a:hover {
	background: #fff;
	color: #d66e19;
	text-decoration: none;
}

.wp-pagenavi .current {
	background: #fff;
	font-weight: bold;
	color: #000;
}