html,
body {
    height: 100%;
	background: url(/images/products_16_9.jpg) 0 0 no-repeat;
	background-size: cover;
	background-attachment: fixed;
	text-shadow: 1px 1px 1px #000;
	font-size: 15px;
}

@media(max-width:767px) {
	.mobileimg {
		width: 100% !important;
		margin-right: 0px !important;
    	margin-bottom: 20px !important;
	}
}

@media(max-width: 768px) {
	html,
	body {
		font-size: 1em;
	}
}

.white {
	color: #fff;
}

.grey {
	color: #a5b0b6;
}

.yellow {
	color: #ffcb07;
}

.blue {
	color: #29c5fe;
}

.blue2 {
	color: #a7e6d7;
}

.red {
	color: #f3490e;
}

.orange {
	color: #f67f21;
}

.wrap {
    /*min-height: 100%;*/
    height: auto;
    margin: 0 auto;
    padding: 0;
}

.wrap > .container {
    padding: 0;
}

.wrap > .container .inner-container:not(.menu) {
    padding: 0 15px 20px;
}

.container.main {
	border: 1px solid #fff;
	-webkit-box-shadow: 10px 10px 8px 0px rgba(119,119,119,1);
	-moz-box-shadow: 10px 10px 8px 0px rgba(119,119,119,1);
	box-shadow: 10px 10px 8px 0px rgba(119,119,119,1);
}

@media(min-width: 768px) {
	.container.main {
		margin-top: calc(15vh);
		margin-bottom: calc(15vh);
	}
}

.wrap.home .container.main {
	margin-bottom: 0;
	position: relative;
}

.inner-container.menu {
	position: relative;
	z-index: 1000;
}

.wrap.home .inner-container.menu {
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% - 1px);
}

.inner-container.menu, 
.inner-container.bottom {
	padding: 0;
}

.inner-container.bottom {
	margin-bottom: calc(15vh);
}

.inner-container.content {
	background-color: #4a5157;
	color: #fff;
	position: relative;
	min-height: 425px;
}

.wrap.home .inner-container.content {
	margin-bottom: 0;
	padding: 0;
	min-height: auto;
}

.inner-container.content a {
	color: #fff;
}

.inner-container.content .btn-default, 
.inner-container.content a.btn-default {
	color: #4a5157;
}

.header-logo {
	margin: 25px;
}


.col-page-title {
	height: 100%;
	width: 35px;
	position: absolute;
	left: 0;
	background: rgb(165,176,182);
	background: linear-gradient(0deg, rgba(165,176,182,1) 0%, rgba(165,176,182,1) 90%, rgba(74,81,87,1) 100%);
	color: #fff;
	z-index: 1;
}

.col-page-title.yellow {
	background: rgb(255,203,7);
	background: linear-gradient(0deg, rgba(255,203,7,1) 0%, rgba(255,203,7,1) 90%, rgba(74,81,87,1) 100%);
}

.col-page-title.green {
	background: rgb(29,224,158);
	background: linear-gradient(0deg, rgba(29,224,158,1) 0%, rgba(29,224,158,1) 90%, rgba(74,81,87,1) 100%);
}

.col-page-title.blue {
	background: rgb(41,197,254);
	background: linear-gradient(0deg, rgba(41,197,254,1) 0%, rgba(41,197,254,1) 90%, rgba(74,81,87,1) 100%);
}

.col-page-title.blue2 {
	background: rgb(167,230,215);
	background: linear-gradient(0deg, rgba(167,230,215,1) 0%, rgba(167,230,215,1) 90%, rgba(74,81,87,1) 100%);
}

.col-page-title.grey {
	background: rgb(165,176,182);
	background: linear-gradient(0deg, rgba(165,176,182,1) 0%, rgba(165,176,182,1) 90%, rgba(74,81,87,1) 100%);
}

.col-page-title.red {
	background: rgb(243,73,14);
	background: linear-gradient(0deg, rgba(243,73,14,1) 0%, rgba(243,73,14,1) 90%, rgba(74,81,87,1) 100%);
}

.col-page-title.orange {
	background: rgb(246,127,33);
	background: linear-gradient(0deg, rgba(246,127,33,1) 0%, rgba(246,127,33,1) 90%, rgba(74,81,87,1) 100%);
}

.page-title {
	/*background-color: #ffcb07;*/
	position: fixed;
	height: calc(85vh - 100px);
	width: 35px;
	z-index: 10;
}

.page-title h1, 
.page-title .h1 {
	width: 100%;
	margin: 0;
	padding: 5px;
	text-transform: uppercase;
	font-size: 24px;
	transform: rotate(-90deg);
	transform-origin: 50% 50% 0;
	/*-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);*/
	position: absolute;
	bottom: 15px;
	left: 0;
	display: block;
	white-space: nowrap;
	z-index: 100;
	text-shadow: none;
}

.alert,
.dropdown-menu > li > a {
	text-shadow: none;
}

@media(max-width: 768px) {
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
		color: #fff;
	}
}

.col-offset-42 {
    padding-left: 60px;
}

.col-offset-xs-42 {
	padding-left: 60px;
}


@media(min-width: 768px) {
	.col-offset-xs-42 {
		padding-left: 15px;
	}
}

.navbar .inner-container {
	border: 1px solid #fff;
	border-bottom: 0;
	min-height: 75px;
}

.wrap.home .inner-container.menu {
	
}

.inner-container.bottom {
	border: 1px solid #fff;
	border-top: 0;
}

.wrap.home .inner-container.bottom {
	border: 0;
}

.submenu li {
	padding: 5px 0;
}

.submenu a.active {
	color: #ffcb07;
}

.studios .submenu a.active {
	color: #a7e6d7;
}

.rent .submenu a.active {
	color: #f3490e;
}

.submenu a.active.grey, 
.studios .submenu a.active.grey, 
.rent .submenu a.active.grey {
	color: #a5b0b6;
}

.submenu a.active.yellow, 
.studios .submenu a.active.yellow, 
.rent .submenu a.active.yellow {
	color: #ffcb07;
}

.submenu a.active.blue, 
.studios .submenu a.active.blue, 
.rent .submenu a.active.blue {
	color: #29c5fe;
}

.submenu a.active.blue2, 
.studios .submenu a.active.blue2, 
.rent .submenu a.active.blue2 {
	color: #a7e6d7;
}

.submenu a.active.red, 
.studios .submenu a.active.red, 
.rent .submenu a.active.red {
	color: #f3490e;
}

.submenu a.active.orange, 
.studios .submenu a.active.orange, 
.rent .submenu a.active.orange {
	color: #f67f21;
}

.inner-container > .navbar-header, 
.container-fluid > .navbar-header, 
.inner-container > .navbar-collapse, 
.container-fluid > .navbar-collapse {
	min-height: 120px;
}

.navbar-inverse .navbar-nav > .active > a, 
.navbar-inverse .navbar-nav > .active > a:hover, 
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .open > a, 
.navbar-inverse .navbar-nav > .open > a:hover, 
.navbar-inverse .navbar-nav > .open > a:focus {
	color: #ffcb07;
	background: none;
}

.studios .navbar-inverse .navbar-nav > .active > a, 
.studios .navbar-inverse .navbar-nav > .active > a:hover, 
.studios .navbar-inverse .navbar-nav > .active > a:focus,
.studios .navbar-inverse .navbar-nav > .open > a, 
.studios .navbar-inverse .navbar-nav > .open > a:hover, 
.studios .navbar-inverse .navbar-nav > .open > a:focus {
	color: #a7e6d7;
}

.rent .navbar-inverse .navbar-nav > .active > a, 
.rent .navbar-inverse .navbar-nav > .active > a:hover, 
.rent .navbar-inverse .navbar-nav > .active > a:focus,
.rent .navbar-inverse .navbar-nav > .open > a, 
.rent .navbar-inverse .navbar-nav > .open > a:hover, 
.rent .navbar-inverse .navbar-nav > .open > a:focus {
	color: #f3490e;
}

.navbar-right {
	margin-top: 30px;
}

.footer {
    height: auto;
    background-color: #4a5157;
	color: #fff;
    border: 0;
    padding: 40px 10px 20px 55px;
}

.btn-default,
.home .footer {
	text-shadow: none;
}

.footer a {
	color: #fff;
}

.wrap.home .footer {
	background: none;
	border: 0;
	color: #4a5157;
	padding-left: 10px;
}

.wrap.home .footer a {
	color: #4a5157;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: "\e151";
}

a.desc:after {
    content: "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view td {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

.site-error h1 {
	margin-top: 0;
	padding-top: 2px;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

@media(min-width: 768px) {
  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
  }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.navbar-inverse .navbar-nav {
	margin-top: 40px;
}

.navbar-nav.navbar-right {
	padding-left: 25px;
}

@media(max-width:767px) {
    .navbar-nav.navbar-right.hide {
		background: rgba(74, 81, 87, 0.5);
	}
}

.navbar-inverse .navbar-nav > li > a {
	color: #fff;
	text-transform: uppercase;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
}

.navbar {
	min-height: 120px;
	margin-bottom: 0;
	border: 0;
	border-radius: 0;
	/*margin-top: 25px;*/
}

.navbar-inverse {
	background-color: #4a5157;
	/*-webkit-transition: all .3s linear 0s;
	transition: all .3s linear 0s;*/
}

.home .navbar-inverse {
	background: rgba(74, 81, 87, 0.75);
}

.inner-container.menu.no-bg .navbar-inverse {
	background: none;
	-webkit-transition: background .3s linear 0s;
	transition: background .3s linear 0s;
}

.navbar-collapse {
	position: relative;
	padding-top: 20px;
	border-top: 0;
	box-shadow: none;
}

@media(max-width: 768px) {
	.navbar-collapse {
		padding-top: 25px;
	}
	.navbar-inverse .navbar-nav {
		margin-top: 5px;
	}
}

.tel-header {
	position: absolute;
	right: 15px;
	top: 35px;
	font-size: 19px;
}

.contact-link {
	color: #ffcb07;
}

.contact-link:hover {
	color: #fff;
}

.language-switch {
	margin-left: 10px;
}

.language-switch img {
	vertical-align: unset;
	height: 16px;
}

@media(max-width:767px) {
    .tel-header {
        position: static;
		text-align: center;
    }
}

.navbar-show {
    position: absolute;
	left: 175px;
	top: 38px;
	z-index: 1000;
	background-color: #333;
}

.navbar-toggle:not(.navbar-show) {
	margin-top: 42px;
}

.navbar-inverse .navbar-toggle:hover, 
.navbar-inverse .navbar-toggle:focus {
	background-color: transparent;
}

.wrap.home .navbar-nav.navbar-right {
	
}	


#toTop {
    border: 1px solid #ddd;
    text-align: center;
    position: fixed;
    bottom: 25px;
    right: 25px;
    cursor: pointer;
    display: none;
    color: #fff;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
    padding: 10px 12px;
    font-size: 20px;
    height: auto;
	background: #4a5157;
	background: rgba(74,81,87,.5);
	border-radius: 10px;
}

#toTop:hover {
    opacity: 0.90;
    filter: alpha(opacity=90);
}


.flex-row, 
.flex-col {
	display: flex;
}

@media(max-width:767px) {
	.flex-row,
    .flex-col {
		display: block;
	}
	.result-image-col {
		padding-top: 25px;
	}
	.result-image {
		min-height: 250px;
	}
}


.page-content {
	margin-top: 25px;
}

.page-content h2, 
.page-content h3 {
	font-size: 18px;
	color: #ffcb07;
}

.studios .page-content h2 {
	color: #a7e6d7;
}

.rent .page-content h2 {
	color: #f3490e;
}

.product-content {
	margin-top: 25px;
}

.news-title, 
.product-name {
	font-size: 16px;
	color: #ffcb07;
	margin: 0 0 5px;
}


.gallery-container {
	
}

.product-gallery-container {
	margin-top: 25px;
}

.result-gallery-image, 
.product-image, 
.gallery-image, 
.gallery-video {
	height: 150px;
	overflow: hidden;
	margin: 5px;
	cursor: -moz-zoom-in; 
    cursor: -webkit-zoom-in; 
    cursor: zoom-in;
	text-indent: -10000px;
}

.product-asset .gallery-video {
	margin: 0;
}

.gallery-video.detail-video {
	cursor: pointer;
}

.result-gallery-image {
	position: relative;
	text-indent: 0;
}

.result-gallery-image-caption {
	position: absolute;
	bottom: 15px;
	right: 0;
	padding: 4px 10px;
	color: #000;
	background-color: #fff;
	text-shadow: none;
}

.product-gallery-container .product-image {
	height: 90px;
	cursor: pointer;
}

.result-image-col {
	padding-right: 0;
}

.result-image {
	height: auto;
	width: 100%;
	margin: 0;
	position: relative;
	cursor: pointer;
}

.result-image-caption {
	position: absolute;
	right: 0;
	bottom: 25px;
	color: #000;
	background-color: #fff;
	padding: 4px 10px;
	text-shadow: none;
}

.inner-container.content .result-image-caption a {
	color: #000;
	text-decoration: underline;
}

.inner-container.content .result-image-caption a:hover {
	text-decoration: none;
}

.result-gallery-image {
    cursor: pointer;
}

.gallery-link {
	
}

.gallery-link.active {
	font-weight: bold;
}

.modal-header {
	border-bottom: 0;
}

.modal-footer {
	border-top: 0;
}

.modal-content {
	background-color: #4a5157;
}

.modal-dialog:not(.contact-modal) {
	max-width: 100%;
	width: auto;
	display: table;
}

.modal-body .img-responsive:not(.full-height) {
    max-height: calc(100vh - 200px);
}


.product-video {
	
}

.product-video iframe {
	margin: 0 auto;
	display: block;
}


.homepage-slider {
	/*margin-top: -120px;*/
	padding-top: 50%;
	position: relative;
}

@media(max-width:767px) {
	.homepage-slider {
		padding-top: 0;
		height: calc(70vh);
	}
}

.homepage-slider .item {
	/*height: calc(100vh - 30vh);*/
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	overflow: hidden;
}

.page-slider {
	
}

.page-slider .item {
	height: 350px;
	overflow: hidden;
}

.product-title {
	margin-bottom: 15px;
}

#zoomImage2 {
	
}

.close-details {
	/*text-transform: uppercase;
	display: block;
	margin-top: 25px;
	position: absolute;
	bottom: 0;
	left: 15px;*/
}

.products-container {
	
}

.products-container .row {
	margin-top: 25px;
}

.product-description {
	padding-bottom: 20px;
	overflow: hidden;
}

.product-asset {
	margin: 5px 0 15px;
	display: inline-block;
}

.ico_video, 
.ico_download, 
.ico_close {
	height: 22px; 
	margin-right: 10px;
	margin-left: 10px;
}

#eop {
	height: 1px;
}

.news-item {
	border-bottom: 1px solid #fff;
	padding-bottom: 15px;
}

.news-item.last {
	border-bottom: 0;
}

blockquote {
    padding: 0 0 0 42px;
    margin: 0 0 5px;
    font-size: 15px;
    border-left: 0;
	background: url(/images/download.png) 10px 0 no-repeat;
	background-size: 22px;
	min-height: 22px;
}

.yt-video {
	position: relative;
	padding-bottom: 55%;
	padding-top: 15px;
	height: 0;
	overflow: hidden;
	min-width: 640px;
}
.yt-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media(max-width:767px) {
	.yt-video {
		min-width: unset;
	}
	.modal-dialog:not(.contact-modal) {
		width: 100%;
	}
}

.form-group.field-contactform-email {
	height: 0;
	overflow: hidden;
}


/* - - - - - - - - - - - - - - - */

.mt0 {
	margin-top: 0;
}
.mt4 {
	margin-top: 4px;
}
.mt5 {
	margin-top: 5px;
}
.mt16{
	margin-top: 16px;
}
.mt15{
	margin-top: 15px;
}
.mt20 {
	margin-top: 20px;
}
.mt25 {
	margin-top: 25px;
}
.mt30 {
	margin-top: 30px;
}
.mt40 {
	margin-top: 40px;
}
.mt50 {
	margin-top: 50px;
}
.mt200 {
	margin-top: 200px;
}
.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb25 {
	margin-bottom: 25px;
}
.mb200 {
	margin-bottom: 200px;
}
.ml20 {
	margin-left: 20px;
}

/* - - - - - - - - - - - - - - - */
