@import "https://fonts.googleapis.com/css?family=Maven+Pro:400,700";


#main {width:100% !important;}

/*** VIDEO STYLING (OBJECTS) ***/
	
	.videoWrapperContainer {
		width: 70%;
		margin: 0 auto;
	}
	p,a,li,h1,h2,h3,h4,label{
		font-family: 'Maven Pro', sans-serif;
	}
	.videoWrapper {
		position: relative;
		padding-bottom: 56.25%;
		padding-top: 25px;
		height: 0;
	}
	
	.videoWrapper object,
	.videoWrapper embed {
		position: absolute;
		margin: 20px auto 0 auto;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	/** WRAPPER CONTAINS TEMPLATE **/
	#back{
		background-image:url("images/backimg.png");
		background-repeat: no-repeat;
		    background-attachment: fixed;
			background-size:cover;
	}
	#wrapper {
		background-color:#fff;
		margin: 0 auto;
		padding: 0;
		max-width: 1390px;
		font-family: 'Maven Pro', sans-serif;
	}

	#wrapper,
	#wrapper *,
	#wrapper *:after,
	#wrapper *:before {
		box-sizing: border-box;
	}

	/** CLEARER DISABLES FLOAT FOR THE FOLLOWING ELEMENTS **/
	
	.clearer {
		clear: both;
	}
	/** HEADER CONTAINS LOGO & NAVIGATION **/
	
	.header {
		margin-bottom: 0px;
	}
	
	.header a,
	.header a:visited {
		color: #fff;
		text-decoration: none;
	}
	
	.header a:hover {
		color: #fab732;
		text-decoration: none;
		
	}
	
	.navigationContainer ul {
		text-align:center;
	}
	
	.logoContainer {
		margin-left: 40px;
	}
	
	.logoContainer img {
		max-width: 100%;
		max-height: 160px;
	}
	
	.navigationContainer {
		display: block;
		margin-top: 0px;
	}
	
	.navigationContainer ul {
		margin: 0;
		padding: 0 0 0 20px;
	}
	
	.navigationContainer ul li {
		display: inline-block;
		color: #fff;
		text-transform: none;
		font-weight: 400;
		font-size: 17px;
	}

	.navigationContainer ul li a {
		line-height: 50px;
		font-weight:bold;
	}
	
	.navigationContainer ul li:hover,
	.navigationContainer ul li a:hover {
		cursor: pointer;
	}

	#navEs {
		display: none;
	}
	@media screen and (min-width:768px) {
		#navEs {
			padding: 10px 0;
			display: inline-block;
		}
		
		.navigationContainer ul li + li {
    padding: 0 12px 0;
		}

		.header a,
		.header a:visited {
			color: #61a5c8;
			text-decoration: none;
		}

		.navigationContainer {
			display: block;
			background-color: #e3e7eb;
		}
	}
	@media screen and (min-width: 1024px) {
	
	.nav_underline{
	  	padding: 3px;
    	display: block;
    	background-color: rgba(74, 89, 103,0.69);
	}

	.nav_underline ul{
		list-style-type:none;	
		margin:0;
		font-family: 'Maven Pro', sans-serif;
		color:#fff;
	}
	.nav_underline ul li{
		display:inline-block;	
		width: 24%;
		text-align:center;
	}


	/**Gallery CSS**/
	
	.gallery .control-operator:target ~ .controls .control-button {
		color: #ccc;
		color: rgba(255, 255, 255, 0.4);
	}
	
	.gallery .control-button:first-of-type,
	.gallery .control-operator:nth-of-type(1):target ~ .controls .control-button:nth-of-type(1),
	.gallery .control-operator:nth-of-type(2):target ~ .controls .control-button:nth-of-type(2),
	.gallery .control-operator:nth-of-type(3):target ~ .controls .control-button:nth-of-type(3),
	.gallery .control-operator:nth-of-type(4):target ~ .controls .control-button:nth-of-type(4),
	.gallery .control-operator:nth-of-type(5):target ~ .controls .control-button:nth-of-type(5),
	.gallery .control-operator:nth-of-type(6):target ~ .controls .control-button:nth-of-type(6),
	.gallery .control-operator:nth-of-type(7):target ~ .controls .control-button:nth-of-type(7),
	.gallery .control-operator:nth-of-type(8):target ~ .controls .control-button:nth-of-type(8),
	.gallery .control-operator:nth-of-type(9):target ~ .controls .control-button:nth-of-type(9),
	.gallery .control-operator:nth-of-type(10):target ~ .controls .control-button:nth-of-type(10),
	.gallery .control-operator:nth-of-type(11):target ~ .controls .control-button:nth-of-type(11),
	.gallery .control-operator:nth-of-type(12):target ~ .controls .control-button:nth-of-type(12) {
		color: white;
		color: rgba(255, 255, 255, 0.8);
	}
	
	.gallery .item {
		width: 85%;
		pointer-events: none;
		opacity: 0;
		-webkit-transition: opacity .5s;
		-o-transition: opacity .5s;
		transition: opacity .5s;
		margin: 0 auto;
	}
	
	.gallery .control-operator {
		display: none;
	}
	
	.gallery .control-operator:target ~ .item {
		pointer-events: none;
		opacity: 0;
		-webkit-animation: none;
		-o-animation: none;
		animation: none;
	}
	
	.gallery .control-operator:target ~ .controls .control-button {
		-webkit-animation: none;
		-o-animation: none;
		animation: none;
	}
	
	@-webkit-keyframes controlAnimation-2 {
		0% {
			color: #ccc;
			color: rgba(255, 255, 255, 0.4);
		}
		14.3%,
		50% {
			color: white;
			color: rgba(255, 255, 255, 0.8);
		}
		64.3%,
		100% {
			color: #ccc;
			color: rgba(255, 255, 255, 0.4);
		}
	}
	
	@-o-keyframes controlAnimation-2 {
		0% {
			color: #ccc;
			color: rgba(255, 255, 255, 0.4);
		}
		14.3%,
		50% {
			color: white;
			color: rgba(255, 255, 255, 0.8);
		}
		64.3%,
		100% {
			color: #ccc;
			color: rgba(255, 255, 255, 0.4);
		}
	}
	
	@keyframes controlAnimation-2 {
		0% {
			color: #ccc;
			color: rgba(255, 255, 255, 0.4);
		}
		14.3%,
		50% {
			color: white;
			color: rgba(255, 255, 255, 0.8);
		}
		64.3%,
		100% {
			color: #ccc;
			color: rgba(255, 255, 255, 0.4);
		}
	}
	
	@-webkit-keyframes galleryAnimation-2 {
		0% {
			opacity: 0;
		}
		14.3%,
		50% {
			opacity: 1;
		}
		64.3%,
		100% {
			opacity: 0;
		}
	}
	
	@-o-keyframes galleryAnimation-2 {
		0% {
			opacity: 0;
		}
		14.3%,
		50% {
			opacity: 1;
		}
		64.3%,
		100% {
			opacity: 0;
		}
	}
	
	@keyframes galleryAnimation-2 {
		0% {
			opacity: 0;
		}
		14.3%,
		50% {
			opacity: 1;
		}
		64.3%,
		100% {
			opacity: 0;
		}
	}
	
	.gallery .control-operator:nth-of-type(1):target ~ .item:nth-of-type(1) {
		pointer-events: auto;
		opacity: 1;
	}
	
	.gallery .control-operator:nth-of-type(2):target ~ .item:nth-of-type(2) {
		pointer-events: auto;
		opacity: 1;
	}
	
	.items-2.autoplay .control-button {
		-webkit-animation: controlAnimation-2 14s infinite;
		-o-animation: controlAnimation-2 14s infinite;
		animation: controlAnimation-2 14s infinite;
	}
	
	.items-2.autoplay .item {
		-webkit-animation: galleryAnimation-2 14s infinite;
		-o-animation: galleryAnimation-2 14s infinite;
		animation: galleryAnimation-2 14s infinite;
	}
	
	.items-2 .control-button:nth-of-type(1),
	.items-2 .item:nth-of-type(1) {
		-webkit-animation-delay: -2s;
		-o-animation-delay: -2s;
		animation-delay: -2s;
	}
	
	.items-2 .control-button:nth-of-type(2),
	.items-2 .item:nth-of-type(2) {
		-webkit-animation-delay: 5s;
		-o-animation-delay: 5s;
		animation-delay: 5s;
	}
	
	@-webkit-keyframes controlAnimation-3 {
		0% {
			color: #ccc;
			color: rgba(255, 255, 255, 0.4);
		}
		9.5%,
		33.3% {
			color: white;
			color: rgba(255, 255, 255, 0.8);
		}
		42.9%,
		100% {
			color: #ccc;
			color: rgba(255, 255, 255, 0.4);
		}
	}
	
	@-o-keyframes controlAnimation-3 {
		0% {
			color: #ccc;
			color: rgba(255, 255, 255, 0.4);
		}
		9.5%,
		33.3% {
			color: white;
			color: rgba(255, 255, 255, 0.8);
		}
		42.9%,
		100% {
			color: #ccc;
			color: rgba(255, 255, 255, 0.4);
		}
	}
	
	@keyframes controlAnimation-3 {
		0% {
			color: #ccc;
			color: rgba(255, 255, 255, 0.4);
		}
		9.5%,
		33.3% {
			color: white;
			color: rgba(255, 255, 255, 0.8);
		}
		42.9%,
		100% {
			color: #ccc;
			color: rgba(255, 255, 255, 0.4);
		}
	}
	
	@-webkit-keyframes galleryAnimation-3 {
		0% {
			opacity: 0;
		}
		9.5%,
		33.3% {
			opacity: 1;
		}
		42.9%,
		100% {
			opacity: 0;
		}
	}
	
	@-o-keyframes galleryAnimation-3 {
		0% {
			opacity: 0;
		}
		9.5%,
		33.3% {
			opacity: 1;
		}
		42.9%,
		100% {
			opacity: 0;
		}
	}
	
	@keyframes galleryAnimation-3 {
		0% {
			opacity: 0;
		}
		9.5%,
		33.3% {
			opacity: 1;
		}
		42.9%,
		100% {
			opacity: 0;
		}
	}
	
	.gallery .control-operator:nth-of-type(1):target ~ .item:nth-of-type(1) {
		pointer-events: auto;
		opacity: 1;
	}
	
	.gallery .control-operator:nth-of-type(2):target ~ .item:nth-of-type(2) {
		pointer-events: auto;
		opacity: 1;
	}
	
	.gallery .control-operator:nth-of-type(3):target ~ .item:nth-of-type(3) {
		pointer-events: auto;
		opacity: 1;
	}
	
	.items-3.autoplay .control-button {
		-webkit-animation: controlAnimation-3 21s infinite;
		-o-animation: controlAnimation-3 21s infinite;
		animation: controlAnimation-3 21s infinite;
	}
	
	.items-3.autoplay .item {
		-webkit-animation: galleryAnimation-3 21s infinite;
		-o-animation: galleryAnimation-3 21s infinite;
		animation: galleryAnimation-3 21s infinite;
	}
	
	.items-3 .control-button:nth-of-type(1),
	.items-3 .item:nth-of-type(1) {
		-webkit-animation-delay: -2s;
		-o-animation-delay: -2s;
		animation-delay: -2s;
	}
	
	.items-3 .control-button:nth-of-type(2),
	.items-3 .item:nth-of-type(2) {
		-webkit-animation-delay: 5s;
		-o-animation-delay: 5s;
		animation-delay: 5s;
	}
	
	.items-3 .control-button:nth-of-type(3),
	.items-3 .item:nth-of-type(3) {
		-webkit-animation-delay: 12s;
		-o-animation-delay: 12s;
		animation-delay: 12s;
	}
	
	@-webkit-keyframes controlAnimation-4 {
		0% {
			color: #ccc;
			color: rgba(255, 255, 255, 0.4);
		}
		7.1%,
		25% {
			color: white;
			color: rgba(255, 255, 255, 0.8);
		}
		32.1%,
		100% {
			color: #ccc;
			color: rgba(255, 255, 255, 0.4);
		}
	}
	
	@-o-keyframes controlAnimation-4 {
		0% {
			color: #ccc;
			color: rgba(255, 255, 255, 0.4);
		}
		7.1%,
		25% {
			color: white;
			color: rgba(255, 255, 255, 0.8);
		}
		32.1%,
		100% {
			color: #ccc;
			color: rgba(255, 255, 255, 0.4);
		}
	}
	
	@keyframes controlAnimation-4 {
		0% {
			color: #ccc;
			color: rgba(255, 255, 255, 0.4);
		}
		7.1%,
		25% {
			color: white;
			color: rgba(255, 255, 255, 0.8);
		}
		32.1%,
		100% {
			color: #ccc;
			color: rgba(255, 255, 255, 0.4);
		}
	}
	
	@-webkit-keyframes galleryAnimation-4 {
		0% {
			opacity: 0;
		}
		7.1%,
		25% {
			opacity: 1;
		}
		32.1%,
		100% {
			opacity: 0;
		}
	}
	
	@-o-keyframes galleryAnimation-4 {
		0% {
			opacity: 0;
		}
		7.1%,
		25% {
			opacity: 1;
		}
		32.1%,
		100% {
			opacity: 0;
		}
	}
	
	@keyframes galleryAnimation-4 {
		0% {
			opacity: 0;
		}
		7.1%,
		25% {
			opacity: 1;
		}
		32.1%,
		100% {
			opacity: 0;
		}
	}
	
	.gallery .control-operator:nth-of-type(1):target ~ .item:nth-of-type(1) {
		pointer-events: auto;
		opacity: 1;
	}
	
	.gallery .control-operator:nth-of-type(2):target ~ .item:nth-of-type(2) {
		pointer-events: auto;
		opacity: 1;
	}
	
	.gallery .control-operator:nth-of-type(3):target ~ .item:nth-of-type(3) {
		pointer-events: auto;
		opacity: 1;
	}
	
	.gallery .control-operator:nth-of-type(4):target ~ .item:nth-of-type(4) {
		pointer-events: auto;
		opacity: 1;
	}
	
	.gallery .control-operator:nth-of-type(5):target ~ .item:nth-of-type(5) {
		pointer-events: auto;
		opacity: 1;
	}
	
	.gallery .control-operator:nth-of-type(6):target ~ .item:nth-of-type(6) {
		pointer-events: auto;
		opacity: 1;
	}
	
	.gallery .control-operator:nth-of-type(7):target ~ .item:nth-of-type(7) {
		pointer-events: auto;
		opacity: 1;
	}
	
	.gallery .control-operator:nth-of-type(8):target ~ .item:nth-of-type(8) {
		pointer-events: auto;
		opacity: 1;
	}
	
	.gallery .control-operator:nth-of-type(9):target ~ .item:nth-of-type(9) {
		pointer-events: auto;
		opacity: 1;
	}
	
	.gallery .control-operator:nth-of-type(10):target ~ .item:nth-of-type(10) {
		pointer-events: auto;
		opacity: 1;
	}
	
	.items-4.autoplay .control-button {
		-webkit-animation: controlAnimation-4 28s infinite;
		-o-animation: controlAnimation-4 28s infinite;
		animation: controlAnimation-4 28s infinite;
	}
	
	.items-4.autoplay .item {
		-webkit-animation: galleryAnimation-4 28s infinite;
		-o-animation: galleryAnimation-4 28s infinite;
		animation: galleryAnimation-4 28s infinite;
	}
	
	.items-4 .control-button:nth-of-type(1),
	.items-4 .item:nth-of-type(1) {
		-webkit-animation-delay: -2s;
		-o-animation-delay: -2s;
		animation-delay: -2s;
	}
	
	.items-4 .control-button:nth-of-type(2),
	.items-4 .item:nth-of-type(2) {
		-webkit-animation-delay: 5s;
		-o-animation-delay: 5s;
		animation-delay: 5s;
	}
	
	.items-4 .control-button:nth-of-type(3),
	.items-4 .item:nth-of-type(3) {
		-webkit-animation-delay: 12s;
		-o-animation-delay: 12s;
		animation-delay: 12s;
	}
	
	.items-4 .control-button:nth-of-type(4),
	.items-4 .item:nth-of-type(4) {
		-webkit-animation-delay: 19s;
		-o-animation-delay: 19s;
		animation-delay: 19s;
	}
	
	.items-4 .control-button:nth-of-type(5),
	.items-4 .item:nth-of-type(5) {
		-webkit-animation-delay: 19s;
		-o-animation-delay: 19s;
		animation-delay: 19s;
	}
	
	@-webkit-keyframes controlAnimation-5 {
		0% {
			color: #ccc;
			color: rgba(255, 255, 255, 0.4);
		}
		5.7%,
		20% {
			color: white;
			color: rgba(255, 255, 255, 0.8);
		}
		25.7%,
		100% {
			color: #ccc;
			color: rgba(255, 255, 255, 0.4);
		}
	}
	
	@-o-keyframes controlAnimation-5 {
		0% {
			color: #ccc;
			color: rgba(255, 255, 255, 0.4);
		}
		5.7%,
		20% {
			color: white;
			color: rgba(255, 255, 255, 0.8);
		}
		25.7%,
		100% {
			color: #ccc;
			color: rgba(255, 255, 255, 0.4);
		}
	}
	
	@keyframes controlAnimation-5 {
		0% {
			color: #ccc;
			color: rgba(255, 255, 255, 0.4);
		}
		5.7%,
		20% {
			color: white;
			color: rgba(255, 255, 255, 0.8);
		}
		25.7%,
		100% {
			color: #ccc;
			color: rgba(255, 255, 255, 0.4);
		}
	}
	
	@-webkit-keyframes galleryAnimation-5 {
		0% {
			opacity: 0;
		}
		5.7%,
		20% {
			opacity: 1;
		}
		25.7%,
		100% {
			opacity: 0;
		}
	}
	
	@-o-keyframes galleryAnimation-5 {
		0% {
			opacity: 0;
		}
		5.7%,
		20% {
			opacity: 1;
		}
		25.7%,
		100% {
			opacity: 0;
		}
	}
	
	@keyframes galleryAnimation-5 {
		0% {
			opacity: 0;
		}
		5.7%,
		20% {
			opacity: 1;
		}
		25.7%,
		100% {
			opacity: 0;
		}
	}
	
	.gallery .control-operator:nth-of-type(1):target ~ .item:nth-of-type(1) {
		pointer-events: auto;
		opacity: 1;
	}
	
	.gallery .control-operator:nth-of-type(2):target ~ .item:nth-of-type(2) {
		pointer-events: auto;
		opacity: 1;
	}
	
	.gallery .control-operator:nth-of-type(3):target ~ .item:nth-of-type(3) {
		pointer-events: auto;
		opacity: 1;
	}
	
	.gallery .control-operator:nth-of-type(4):target ~ .item:nth-of-type(4) {
		pointer-events: auto;
		opacity: 1;
	}
	
	.gallery .control-operator:nth-of-type(5):target ~ .item:nth-of-type(5) {
		pointer-events: auto;
		opacity: 1;
	}
	
	.items-5.autoplay .control-button {
		-webkit-animation: controlAnimation-5 35s infinite;
		-o-animation: controlAnimation-5 35s infinite;
		animation: controlAnimation-5 35s infinite;
	}
	
	.items-5.autoplay .item {
		-webkit-animation: galleryAnimation-5 35s infinite;
		-o-animation: galleryAnimation-5 35s infinite;
		animation: galleryAnimation-5 35s infinite;
	}
	
	.items-5 .control-button:nth-of-type(1),
	.items-5 .item:nth-of-type(1) {
		-webkit-animation-delay: -2s;
		-o-animation-delay: -2s;
		animation-delay: -2s;
	}
	
	.items-5 .control-button:nth-of-type(2),
	.items-5 .item:nth-of-type(2) {
		-webkit-animation-delay: 5s;
		-o-animation-delay: 5s;
		animation-delay: 5s;
	}
	
	.items-5 .control-button:nth-of-type(3),
	.items-5 .item:nth-of-type(3) {
		-webkit-animation-delay: 12s;
		-o-animation-delay: 12s;
		animation-delay: 12s;
	}
	
	.items-5 .control-button:nth-of-type(4),
	.items-5 .item:nth-of-type(4) {
		-webkit-animation-delay: 19s;
		-o-animation-delay: 19s;
		animation-delay: 19s;
	}
	
	.items-5 .control-button:nth-of-type(5),
	.items-5 .item:nth-of-type(5) {
		-webkit-animation-delay: 26s;
		-o-animation-delay: 26s;
		animation-delay: 26s;
	}
	
	.gallery .control-button {
		color: #ccc;
		color: rgba(255, 255, 255, 0.4);
	}
	
	.gallery .control-button:hover {
		color: white;
		color: rgba(255, 255, 255, 0.8);
	}
	
	.gallery {
		position: relative;
	}
	
	.gallery .item {
		text-align: center;
	}
	
	.gallery .controls {
		width: 100%;
		position: absolute;
		bottom: -60px;
	}
	
	.gallery .control-button {
		display: inline-block;
		margin: 0 .02em;
		font-size: 3em;
		text-align: center;
		text-decoration: none;
		-webkit-transition: color .1s;
		-o-transition: color .1s;
		transition: color .1s;
	}
	
	.gallery .item:first-of-type {
		pointer-events: auto;
		opacity: 1;
	}
	
	.gallery {
		width: 100%;
		height:340px;
		margin: 0 auto;
	}
	
	.bigPic {
		text-align: center;
		/* background-color: #fff; */
		padding: 9px 0px 0px 0px;
		width:85% !important;
	}
	
	.bigPic img {
		margin: 0 auto;
		height: 285px;
		width: 285px;
		object-fit: scale-down;
		
	}
	
	.galleryNav {
		padding-top: 10px;
		padding-left: 0;
		text-align: left;
	}
	
	.galleryThumb {
		position: relative;
		display: inline-block;
		width: 100%;
		text-align: center;
		float: left;
		padding: 10px;
		height: 33.3%;
	}
	.navigationContainer ul:after,
	.galleryNav:after {
		display: block;
		width: 100%;
		clear: both;
		content: '';
	}
	
	.galleryThumb:hover,
	.galleryThumb:visited,
	.galleryThumb:link{
		text-decoration: none;
	}
	
	.galleryThumb:hover {
		opacity: 0.7;
		cursor: pointer;
		transition: all 0.2s;
	}
	
	.galleryThumb img {
		max-width: 100%;
		height: 50px
	}
	
	.midColumn {
		float: left;
		width: 45%;
		padding-left: 25px;
		padding-right: 25px;
	}
	.midColumn .mid_icon {
		width: 48px;
		height: 48px;
		float: left;
		background-color: #2E3740;
	}
	.midColumn ul{
		list-style-type:none;
		width:100%;
		margin-top:50px;
		padding:0;
		}
		.midColumn ul li{ 
			width:248;
			margin:5px;
			float:left;
			background-color: rgba(74, 89, 103,0.69);
		
			}
			.midColumn ul li i.fa {
        margin-right: 25px;
    	margin-left: -32px;
}
				}
	.midColumn h1 {
		color: #333;
		font-weight: 400;
		font-size: 26px;
		margin-bottom: 0;
	}
	.midColumn a{
		color:#fff!important;
	    display: block;
	    padding: 10px;
	    text-decoration: none;
	    color: inherit;
	}
	.midColumn a:hover, .midColumn a:checked{
	   background-color: #2E3740;
	}
	.underline {
		margin: 15px 0;
		width: 20px;
		height: 3px;
		background-color: #333;
	}
	
	.shortdescription p,
	.shortdescription li {
		font-size: 17px;
		line-height: 1.5;
		margin: 0;
	}
	
	#variationContainer {
		margin: 20px 0 0 0;
		padding-bottom: 45px;
		padding-left: 0px;
		width: 345px;
		font-family: 'Maven Pro', sans-serif;
	}
	
	#variationContainer h5 {
		margin-top: 25px;
		margin-bottom: 10px;
		font-weight: 400;
		font-size: 14px;
	}
	
	.varList1 {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	.varList1 li {
		display: inline-block;
		margin-right: 5px;
		margin-bottom: 5px;
		padding: 5px 10px;
		border: 1px solid #333;
		color: #333;
		font-size: 12px;
	}
	
	.varList1 li:hover {
		background-color: #000;
		color: #fff;
		cursor: default;
	}
	
	.varList2 {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	.varList2 li {
		display: inline-block;
		margin-right: 5px;
		margin-bottom: 5px;
		padding: 5px 10px;
		border: 1px solid #333;
		color: #333;
		font-size: 12px;
	}
	
	.varList2 li:hover {
		background-color: #000;
		color: #fff;
		cursor: default;
	}
	
	
	#askNowButton {
		display: inline-block;
		float: none;
		margin-top: 2px;
		margin-right: 20px;
		width: 185px;
		height: 35px;
		border-radius: 3px;
		background-color: #969e31;
		text-decoration: none;
		cursor: pointer;
		transition: all 0.1s;
	}
	
	#askNowButton p {
		font-size: 14px;
		position: relative;
		margin: 0;
		line-height: 35px;
		color: #fff;
		text-transform: uppercase;
		text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
		font-size: 14px;
		left: -4px;
	}
	
	#askNowButton i {
		position: relative;
		top: 8px;
		left: -30px;
		float: left;
		color: #ffffff;
		font-size: 22px;
	}
	
	#askNowButton .innerbox {
		height: 35px;
	}
	
	.innerbox {
		float: left;
		width: 40px;
		height: 37px;
		border-radius: 3px 0px 0px 3px;
		background-color: #b6b859;
		opacity: 1;
	}
	
	.uiButton {
		display: block;
		float: left;
		margin: 10px 10px 0 0;
		width: 195px;
		height: 37px;
		border-radius: 3px;
		background-color: #2C3E50;
		box-shadow: 0px 3px 0px #22313F;
		text-decoration: none;
		cursor: pointer;
		transition: all 0.1s;
	}
	
	.uiButton:hover {
		background-color: #3ca9e8;
		box-shadow: 0px 3px 0px #3ca9e8;
		transition: all 0.1s;
	}
	
	.uiButton a,
	.uiButton a:hover,
	.uiButton a:visited {
		text-decoration: none;
	}
	
	.uiButton i {
		position: relative;
		top: 8px;
		left: -30px;
		float: left;
		color: #ffffff;
		font-size: 22px;
	}
	
	.uiButton p {
		position: relative;
		margin: 0;
		line-height: 40px;
		color: #fff;
		text-transform: uppercase;
		text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
		font-size: 14px;
	}
	
	#askNowButton i {
		position: relative;
		top: 5px;
		left: -32px;

	}
	
	.leftColumn {
		float: left;
		width:27.5%;
	}
	
	.rightColumn {
		float: left;
		width:27.5%;
		text-align:right;
	}
	
	.rightColumn ul {
		padding-left: 0;
	}
	
	.circle {
		float: left;
		margin-right: 10px;
		width: 40px;
		height: 40px;
		border-radius: 100%;
		background-color: #3ca9e8;
		text-align: center;
	}
	
	.circle i {
		color: #ffffff;
		font-size: 18px;
		line-height: 40px;
	}

	.brandContainer {
		margin: 0 0 20px 0;
		padding-bottom: 20px;
		border-bottom: 1px solid #ebebeb;
		text-align: center;
	}
	
	.brandContainer:nth-child(2) {
		margin: 0 0 20px 0;
		padding-bottom: 20px;
		border-bottom: 0px solid #ebebeb;
		text-align: center;
	}
	
	.brandContainer img {
		max-width: 150px;
		max-height: 74px;
	}
	
	.brandContainer span {
		font-size: 16px;
	}
	.bandContainerHeader {
		color: white;
		background-color: #3ca9e8;
		padding: 10px 10px;
		margin-bottom: 10px;
		text-transform: uppercase;
	}
	.bandContainerHeader.image {
		background-color: transparent;
		padding: 0 0 20px 0;
	}
	.bandContainerHeader.image img {
		max-width: 100%;
		max-height: none;
		display: inline-block;
	}
	.trustViewDescription {
		text-align: left;
		clear: both;
		font-size: 14px;
		/** height & overflow only allow two lines **/
		overflow: hidden;
		padding: 2px 0;
	}

	.trustViewDescription:after {
		clear: both;
		display: block;
		width: 100%;
		content: '';
	}
	
	.trustViewDescription a {
		color: #3ca9e8;
		text-decoration: none;
		transition: all 0.1s;
	}


	.trustViewDescription > img,
	.trustViewDescription > span{
		float: left;
	}
	.trustViewDescription.checked {
		padding: 7px 0;
		position: relative;
	}
	.trustViewDescription.checked > span {
		float: none;
		padding-left: 20px;
		display: block;
	}
	.trustViewDescription.checked > .fa {
		position: absolute;
		color: #3ca9e8;
		top: 8px;
		left: 0;
	}

	.kategorie .trustViewDescription span {
		margin: 0;
		padding-left: 10px;
		display: inline-block;
		text-overflow: ellipsis;
		overflow: hidden;
		line-height: 50px;
		height: 50px;
		width: auto;
		width: calc(100% - 60px);
		white-space: nowrap;
	}
	.kategorie a.trustViewDescription {
		color: inherit;
		text-decoration: none;
		display: block;
	}
	.kategorie a.trustViewDescription:hover {
		background-color: #f5f5f5;
	}
	.kategorie .trustViewDescription img {
		display: inline-block;
		height: 50px;
	}
	
	.tabBar {
		margin-top: 0px;
		text-align:center;
	}
	
	#tab2,
	#tab3,
	#tab4,
	#tab5,
	#tab6 {
		display: none;
	}
	
	.tabBar input[type=radio] {
		visibility: hidden;
		margin: 0;
		padding: 0;
		height: 0;
		width: 0;
		position: absolute;
	}
	
	.tablinks {
		display: inline-block;
		margin-right: 1.15%;
		padding-top: 0;
		width: 49%;
		height: 45px;
		line-height: 45px;
		background-color: #e3e6eb;
		color: #61a5c8;
		text-align: center;
		font-size: 18px;
		transition: all 0.1s;
		margin-bottom: 10px;
		text-transform:uppercase;
	}
	
	.tabBar label:last-of-type {
		margin-right: 0;
		text-align:center;
	}
	
	.tablinks:hover {
		background-color: #ffa753;
		color: #fff;
		text-decoration: none;
		cursor: pointer;
		transition: all 0.1s;
	}
	
	#tab1-btn:checked + .tablinks,
	#tab2-btn:checked + .tablinks,
	#tab3-btn:checked + .tablinks,
	#tab4-btn:checked + .tablinks,
	#tab5-btn:checked + .tablinks,
	#tab6-btn:checked + .tablinks {
		background-color: #ffa753;
		color: #fff;
		text-decoration: none;
		cursor: pointer;
		transition: all 0.1s;
	}
	
	#tab1-btn:checked ~ #tab1 {
		display: block;
	}
	
	#tab1-btn:checked ~ #tab2,
	#tab1-btn:checked ~ #tab3,
	#tab1-btn:checked ~ #tab4,
	#tab1-btn:checked ~ #tab5,
	#tab1-btn:checked ~ #tab6 {
		display: none;
	}
	
	#tab2-btn:checked ~ #tab2 {
		display: block;
	}
	
	#tab2-btn:checked ~ #tab1,
	#tab2-btn:checked ~ #tab3,
	#tab2-btn:checked ~ #tab4,
	#tab2-btn:checked ~ #tab5,
	#tab2-btn:checked ~ #tab6 {
		display: none;
	}
	
	#tab3-btn:checked ~ #tab3 {
		display: block;
	}
	
	#tab3-btn:checked ~ #tab1,
	#tab3-btn:checked ~ #tab2,
	#tab3-btn:checked ~ #tab4,
	#tab3-btn:checked ~ #tab5,
	#tab3-btn:checked ~ #tab6 {
		display: none;
	}
	
	#tab4-btn:checked ~ #tab4 {
		display: block;
	}
	
	#tab4-btn:checked ~ #tab1,
	#tab4-btn:checked ~ #tab2,
	#tab4-btn:checked ~ #tab3,
	#tab4-btn:checked ~ #tab5,
	#tab4-btn:checked ~ #tab6 {
		display: none;
	}
	
	#tab5-btn:checked ~ #tab5 {
		display: block;
	}
	
	#tab5-btn:checked ~ #tab1,
	#tab5-btn:checked ~ #tab2,
	#tab5-btn:checked ~ #tab3,
	#tab5-btn:checked ~ #tab4,
	#tab5-btn:checked ~ #tab6 {
		display: none;
	}
	
	#tab6-btn:checked ~ #tab6 {
		display: block;
	}
	
	#tab6-btn:checked ~ #tab1,
	#tab6-btn:checked ~ #tab2,
	#tab6-btn:checked ~ #tab3,
	#tab6-btn:checked ~ #tab4,
	#tab6-btn:checked ~ #tab5 {
		display: none;
	}
	
	.tabContent {
		clear: both;
		color: #222;
		text-align: left;
		overflow: auto;
		font-size: 16px;
		line-height: 1.5;
		padding: 25px;
	}
	#content{
		background-color:#fff;
		width:100%;
		margin:0 auto;
		/* -webkit-box-shadow: 0px 0px 68px 30px rgba(255,255,255,1);
		-moz-box-shadow: 0px 0px 68px 30px rgba(255,255,255,1);
		box-shadow: 0px 0px 68px 30px rgba(255,255,255,1); */
	}
	.tabContent img {
		max-width: 100%;
	}
	
	.tabContent p {
		margin: 0;
		padding: 0;
	}
	
	.tabContent a,
	.tabContent a:visited {
		color: #3ca9e8;
		text-decoration: none;
	}
	
	.tabContent a:hover {
		text-decoration: underline;
		font-weight: 700;
	}
	
	.tabContent h1,
	.tabBar h1,
	.tabContent h2,
	.tabBar h2 {
		font-weight: 300;
		font-size: 28px;
		transition: all 0.1s;
	}
	
	.tabContent h1:hover,
	.tabBar h1:hover,
	.tabContent h2:hover,
	.tabBar h2:hover {
		color: #3ca9e8;
		cursor: default;
		transition: all 0.1s;
	}
	h1 {
		margin-top: 25px;
	}
	
	.tabContent ul,
	.tabContent ol {
		display: block;
		text-align: left;
		margin: 0;
		position: relative;
		line-height: 1.5;
	}
	
	.tabContentFeaturesList {
		margin: 0 auto !important;
		padding: 0 0 0 20px;
		max-width: 350px;
		list-style: none;
		text-align: left;
	}
	
	.tabContentFeaturesList li {
		margin-bottom: 10px;
	}
	
	.tabContentFeaturesList i {
		margin-right: 8px;
	}
	
	.descriptionFeatures {
		margin: 50px 0 70px 0;
		padding: 30px 0 60px 0;
		background-color: #f0f0f0;
		text-align: center;
		font-size: 18px;
	}
	
	.descriptionFeatures h2 {
		font-size: 40px;
	}
	
	.contentImgLeft {
		float: left;
		margin-top: 0;
		margin-right: 25px;
		margin-bottom: 15px;
		margin-left: 0px;
		max-width: 45%;
		height: auto;
	}
	
	.contentImgRight {
		float: right;
		margin-top: 0;
		margin-right: 0px;
		margin-bottom: 15px;
		margin-left: 25px;
		max-width: 45%;
		height: auto;
	}
	
	.contentImgInline {
		display: inline-block;
		vertical-align: top;
		margin: 0 0 15px 15px;
	}
	
	.whyChooseUs {
		margin: 30px 0 0 0;
		padding: 30px 0;
		width: 100%;
		background-color: #3ca9e8;
	}
	
	.whyChooseUsBlockContainer {
		margin: 0 auto;
		text-align: center;
	}
	
	.whyChooseUsBlock {
		display: inline-block;
		margin: 35px 2% 40px 2%;
		padding: 0 1%;
		min-height: 225px;
		width: 16%;
		border-radius: 5px;
		background-color: #fff;
		vertical-align: top;
		text-align: center;
		transition: all 0.2s;
	}
	
	.whyChooseUsBlock:hover {
		color: #3ca9e8;
		cursor: default;
		transition: all 0.2s;
	}
	
	.whyChooseUs .circle {
		position: relative;
		top: -38px;
		display: block;
		margin: 0 auto;
		width: 76px;
		height: 76px;
		border-radius: 500px;
		background-color: #3ca9e8;
	}
	
	.whyChooseUs .circle i {
		margin-top: 20px;
		color: #ffffff;
		font-size: 36px;
	}
	
	.whyChooseUs h2 {
		color: #fff;
		text-align: center;
		font-weight: 400;
		font-size: 36px;
		font-family: 'Maven Pro', sans-serif;
	}
	
	.whyChooseUsBlock h3 {
	font-family: 'Maven Pro', sans-serif;
    font-size: 19px !important;
    font-weight: 400;
    margin-top: 5px;
    text-align: right;
	}
	
	.whyChooseUsBlock p {
		margin-top: 25px;
		color: #666666;
		font-family: 'Maven Pro', sans-serif;
        font-size: 15px !important;
		text-align:right;
	}
	
	.crossSellerContainer {
		clear: both;
		margin-top: 60px;
		
		text-align: left;
	}
	
	#csc2 {
		margin-bottom: 80px;
	}
	
	.crossSellerItem:hover h3,
	.crossSellerItem:hover p,
	.crossSellerItem:hover a {
		color: #3ca9e8;
		transition: all 0.1s;
	}
	
	.crossSellerItem:hover img {
		opacity: 0.7;
		width: 100%;
	}
	
	.crossSellerContainer a:hover,
	.crossSellerContainer a:visited,
	.crossSellerContainer a {
		color: inherit;
		text-decoration: none;
	}
	
	.crossSellerContainerHeading {
		padding: 0;
		border-bottom: 3px solid #333;
	}
	
	.crossSellerContainer h2 {
		position: relative;
		top: 3px;
		display: inline-block;
		margin: 0;
		padding: 0 0 8px 0;
		border-bottom: 3px solid #3ca9e8;
		color: #333;
		text-transform: uppercase;
		font-weight: 400;
		font-size: 24px;
	}
	
	.crossSellerItem {
		display: inline-block!important;
		overflow: hidden;
		margin-top: 30px;
		margin: 8px;
		padding: 0;
		width: 172px;
		height: 180px;
		vertical-align: top;
		cursor: pointer;
		transition: all 0.2s;
	}
	
	.crossSellerItem:last-child {
		margin-right: 0;
	}
	
	.crossSellerItemImgContainer {
		position: relative;
		width: 100%;
		height: 125px;
		text-align: center;
		cursor: pointer;
	}
	
	.crossSellerItem img {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		width: 172px;
		height: auto;
		transition: all 0.5s;
		margin:10px;
	}
	
	.crossSellerItem a {
		color: #000;
		text-decoration: none;
	}
	
	.crossSellerItem span {
		float: left;
		margin-top: 9px;
		width: 100%;
		text-align: center;
	}
	
	.crossSellerItem h3 {
		margin: 0;
		padding: 0;
		color: inherit;
		font-size: 16px;
		transition: all 0.2s;
	}
	
	.crossSellerItem p {
		margin-top: 7px;
		padding: 0;
		color: inherit;
		font-size: 15px;
		transition: all 0.2s;
	}
	
	#footerContainer {
		margin: 0;
		padding:20px 0;
		width: 100%;
		background-color:#fff;
		color: #666;
		border-top:1px solid #929292;
	}
	
	#footerContainer h2 {
		margin: 0 0 26px 0;
		padding: 0 0 8px 0;
		/*border-bottom: 2px solid #3ca9e8;*/
		/*color: #f0f0f0;*/
		text-transform: uppercase;
		font-weight: 400;
		font-size: 17px;
	}
	
	#footerContainer i {
		float: left;
		color: #ffffff;
		font-size: 22px;
		line-height: 30px;
	}
	
	#footerContainer a {
		color: #D6D6D6;
		text-decoration: none;
	}
	
		#footerColumn1
	{
		padding: 15px 0;
		margin: 0 25px;
		width:28% !important;
	}
	
		#footerColumn2 {
		padding: 15px 0;
		margin: 0 25px;
		width:19% !important;
	}
	
		#footerColumn3,
	{
		padding: 15px 0;
		margin: 0 25px;
		width:26% !important;
	}
	
	
#footerColumn4	{
		padding: 15px 0;
		margin: 0 25px;
		width:23% !important;
	}
	#footerColumn2,
	#footerColumn3 {
		border-top: 1px solid #333;
	}
	#footerContainer:after {
		clear: both;
		display: block;
		width: 100%;
		content: '';
	}
	@media only screen and (min-width: 768px) {
		#footerColumn1,
		#footerColumn2,
		#footerColumn3,
#footerColumn4		{
			float: left;
			/*margin-left: 55px;*/
			/*width: 205px;*/
			height: 164px;
			padding: 0 15px;
			margin: 0;

		}

		#footerColumn2,
		#footerColumn3 {
			border-top: 0;
			
		}
		#footerColumn2 {
			width:  22% !important;
		}
		
		#footerColumn3 {
		  width:  27% !important;
		  padding-left:20px !important;
		}
	}
	@media only screen and (min-width: 1024px) {
		#footerColumn1,
		#footerColumn2,
		#footerColumn3 {
			padding: 0 50px;
		}
	}
	#footerColumn1 p {
		margin-bottom: 0;
		padding: 0;
		font-size: 12px;
	}
	
	#footerColumn2 p {
		font-weight: 400;
		font-size: 15px;
	}
	
	#footerColumn3 p {
		clear: both;
		font-weight: 400;
		font-size: 15px;
	}
	
	#footerColumn3 span {
		margin-top: 5px;
		font-weight: 400;
	}
	
	#copyright {
		float: right;
		margin: 85px 40px 0 0;
		color: #D6D6D6;
		font-size: 9px;
	}
	
	#copyright a {
		color: #ffffff;
		text-decoration: none;
	}
	
	@media only screen and (max-width: 1215px) {
		.gallery {
			width: 40%;
		}
	}
	
	@media only screen and (max-width: 1135px) {
		.rightColumn {
			padding-left: 10px;
			width: 18%;
		}
		.leftColumn {
			padding-right: 10px;
			width: 18%;
		}
	}
	/*****************/
	/* TABLET 1024px */
	/*****************/
	@media only screen and (max-width: 767px) {
		.navigationContainer {
			display: block;
			padding: 0;
			width: 100%;
			height: auto;
			background-color: #fff;
		}
		.navigationContainer ul {
			padding: 0;
		}
		.navigationContainer ul li {
			display: block;
			margin: 0 auto;
			padding: 0;
			height: auto;
			color: #fff;
			text-align: center;
		}
		#footerContainer #footerColumn1,
		#footerContainer #footerColumn2,
		#footerContainer #footerColumn3,
		#footerContainer #footerColumn4 {
			width: 100% !important;
			    padding: 10px 0;
			    margin: 0;
		}
		#footerContainer #footerColumn4 img {
			max-width: 130px;
		}
		.navigationContainer {
		    background-color: #e3e7eb;
		    display: block;
		}
		.navigationContainer li a {
		    display: block;
		    color: #fff;
		}
	}
	@media only screen and (max-width: 1024px) {
		.logoContainer {
			display: block;
			margin: 0 auto;
			width: 100%;
			text-align: center;
		}
	.leftColumn, .rightColumn {display:none !important;}
		.galleryAndShortdescriptionContainer {
			float: none;
			margin: 0 auto;
			width: 100%;
		}
		.gallery {
			display: block;
			float: none;
			margin: 0 auto;
			width: 70%;
		}

		.midColumn {
			float: none;
			margin: 0 auto;
			width: 100%;
		}
		.midColumn h1 ,.midColumn p{
			text-align: center;
		}
		.midColumn h2 {
			margin: 0 auto 0 auto;
			text-align: center;
		}
				.leftColumn {
    float: none;
    width: auto;

}
		.rightColumn {
    float: none;
    width: auto;

}
		.underline {
			margin: 15px auto 15px auto;
		}
		.shortdescription {
			margin: 0 auto;
			width: 410px;
			float: none;
		}
		.shortdescription p {
			text-align: center;
		}
		#variationContainer {
			width: auto;
			text-align: center;
		}
		.priceTagBox {
			margin: 0 auto;
			padding: 20px 0 0 30px;
			max-width: 380px;
		}
		#askNowButton {
			margin-left: 20px;
			min-width: 40%;
		}
		#askNowButton p,
		.uiButton p {
			left: -15px;
		}
		.buttonContainer {
			margin: 0 auto;
			text-align: center;
		}
		.uiButton {
			display: inline-block;
			float: none;
		}
		#questionBtn {
			margin: 10px 0 0 0;
			width: 202px;
		}
		#watchlistBtn {
			margin: 10px 0 0 0;
			width: 202px;
		}
		.leftColumn {
			float: none;
			clear: both;
			margin: 40px auto 0 auto;
			padding-top: 20px;
			max-width: 100%;
			border: none;
			border-top: 1px solid #ddd;
			border-bottom: 1px solid #ddd;
			text-align: center;
			width: auto;
		}
		.rightColumn {
			float: none;
			clear: both;
			margin: 40px auto 0 auto;
			padding-top: 20px;
			max-width: 100%;
			border: none;
			border-top: 1px solid #ddd;
			border-bottom: 1px solid #ddd;
			text-align: right;
			width: auto;
		}
		.brandContainer {
			display: none;
		}
		.trustViewDescription {
			display: inline-block;
			clear: both;
			margin-right: 20px;
			width: auto;
			width: 40%;
			vertical-align: top;
			text-align: left;
		}
		.trustViewDescription p {
			margin: 0;
			vertical-align: top;
		}
		.tabBar {
			margin: 40px auto 0 auto;
			max-width: 100%;
			text-align: center;
		}
		.whyChooseUs {
			padding-right: 30px;
			max-width: 100%;
		}
		.whyChooseUsBlock {
			width: 30%;
		}
		.crossSellerContainer {
			margin: 0 auto;
			padding-top: 60px;
			padding-right: 30px;
			width: 90%;
		}
		.crossSellerContainer {
			width: 100%;
		}
		.crossSellerItem {
			width: 21%;
		}
	}
	
	@media only screen and (max-width: 830px) {
		.videoWrapperContainer {
			width: 90%;
		}
.leftColumn, .rightColumn {display:none !important;}
		.bigPic {
			display: block;
			width: 90%;
			vertical-align: middle;
			text-align: center;
			margin: 0 auto;
		}
		.contentImgLeft,
		.contentImgRight {
			float: none;
			clear: both;
			margin: 0 auto;
			max-width: 100%;
			width: auto;
			text-align: center;
		}
		.contentImgLeft img,
		.contentImgRight img {
			margin-bottom: 10px;
		}

	}
	@media only screen and (max-width: 768px) {
	.navigationContainer{
		
		}
		.nav_underline {
    margin-top: 0;

}
		}
	/* SMARTPHONE 660px*/
	
	@media only screen and (max-width: 660px) {
		
	#footerColumn1, #footerColumn2, #footerColumn3 {width: 100% !important;}
	#footerColumn4 {width: 100% !important; margin:0px !important;}
	#footerColumn3 h2 {margin-top:15px !important;}
	#footerColumn4 {border-top: 1px solid #333;}
	#footerColumn1 img {margin-bottom:25px;}
	.navigationContainer ul li a {line-height: 35px !important;}
	.brandContainer {display: block !important;}
	.tabBar {margin: 0px !important;}
	.artikelattributes li span:nth-child(1) {width: 33% !important;}
	.artikelattributes li span:nth-child(2) {width: 67% !important;}
	.gallery {float: left;}
	.midColumn {float: left;padding-top: 30px;}
	.midColumn h1{margin-top: 15px !important; text-align: left;}
	.midColumn p {text-align: left;}
	.tablinks {font-size: 16px;}
	.gallery .controls {float: left; width: 100%; margin-top: -40px;}
	.shortdescription {width: 100%;}	
	.tabContent h1, .tabBar h1, .tabContent h2, .tabBar h2 {font-size: 23px !important;}	
	.shortdescription p, .shortdescription li {font-size: 18px;}	
	.gallery {width: 100% !important;}	
	.bigPic img {margin: 0px !important; width:100% !important;}	
	.rightColumn {padding-left: 0px !important;}	
	.galleryThumb {width: 33% !important;}	
	.bigPic {padding: 0px !important;}	
	.tabContent ul, .tabContent ol {margin: 0 0 0 -15px;}	
		
		
		
	.leftColumn, .rightColumn {display:none !important;}
		
		
		
		
		
		.nav_underline ul li {
    display: block;
    width: auto;
    text-align: left;
}
		
		#wrapper {
			padding: 20px 20px 0 20px;
		}
		.tablinks {
			margin-bottom: 10px;
		}
		.tabBar label {
			width: 47%;
			margin-right: 1%;
			margin-left: 1%;
		}
		
		.whyChooseUs {
			padding: 30px 0;
			width: 100%;
		}
		.whyChooseUsBlock {
			width: 90%;
		}
		.crossSellerContainer {
			width: 100%;
			padding-right: 0px;
			text-align: center;
		}
		.crossSellerItem {
			display: block;
			margin: 0 auto;
			width: 80%;
			text-align: center;
		}
		.crossSellerItem:last-child {
			margin-right: auto;
		}
		
		#footerColumn1,
		#footerColumn2,
		#footerColumn3 {
			display: block;
			float: none;
			clear: both;
			margin: 0 auto;
			width: 55%;
			text-align: left;
		}
	}
	/* SMARTPHONE 480px*/
	
	@media only screen and (max-width: 480px) {
		.tabBar label {
			width: 100%;
		}
		.logoContainer {
			display: block;
			margin: 0 auto;
			width: 100%;
			text-align: center;
		}
		.gallery {
			display: block;
			float: none;
			margin: 0 auto;
			width: 100%;
		}
		.midColumn {
			display: block;
			margin: 0 auto;
			width: 100%;
		}
		.midColumn h2 {
			margin: 0 auto;
			text-align: center;
		}
		.shortdescription {
			clear: both;
			padding-left: 0px;
			width: 100%;
		}
		.priceTagBox {
			padding: 20px 0 0 0;
			width: 250px;
			height: 180px;
		}
		.priceTagBox h2 {
			margin: 0 auto;
			display: block;
		}
		.priceTagBox h3 {
			margin: 0 auto;
			text-align: center;
		}
		.priceTagBox h4 {
			margin: 0 auto;
			text-align: center;
		}
		#askNowButton {
			margin-top: 40px;
			margin-right: 26px;
			margin-bottom: 20px;
			width: 200px;
			text-align: center;
		}
		.uiButton {
			display: block;
		}
		.buttonContainer {
			text-align: center;
		}
		#watchlistBtn {
			display: inline-block;
			width: 250px;
		}
		#questionBtn {
			display: inline-block;
			margin-right: 0;
			margin-top: 10px;
			width: 250px;
		}
		#questionBtn p {
			font-size: 13px;
		}
		.trustViewDescription {
			display: block;
			margin: 0 auto 15px auto;
			width: 90%;
			height: auto;
		}
		.whyChooseUsBlock {
			display: block;
			margin: 60px auto 0 auto;
			padding: 0 1%;
			min-height: 300px;
			width: 80%;
			background-color: #fff;
		}
		.tabBar {
			display: block;
			text-align:center;
		}
		.tablinks li {
			height: 40px;
			line-height: 40px;
		}
	}
	
	
	.animated {
		-webkit-animation-duration: 1s;
		-moz-animation-duration: 1s;
		-o-animation-duration: 1s;
		animation-duration: 1s;
		-webkit-animation-fill-mode: both;
		-moz-animation-fill-mode: both;
		-o-animation-fill-mode: both;
		animation-fill-mode: both
	}
	
	@-webkit-keyframes fadeInRight {
		0% {
			opacity: 0;
			-webkit-transform: translateX(10px)
		}
		100% {
			opacity: 1;
			-webkit-transform: translateX(0)
		}
	}
	
	@-moz-keyframes fadeInRight {
		0% {
			opacity: 0;
			-moz-transform: translateX(10px)
		}
		100% {
			opacity: 1;
			-moz-transform: translateX(0)
		}
	}
	
	@-o-keyframes fadeInRight {
		0% {
			opacity: 0;
			-o-transform: translateX(10px)
		}
		100% {
			opacity: 1;
			-o-transform: translateX(0)
		}
	}
	
	@keyframes fadeInRight {
		0% {
			opacity: 0;
			transform: translateX(10px)
		}
		100% {
			opacity: 1;
			transform: translateX(0)
		}
	}
	
	.fadeInRight {
		-webkit-animation-name: fadeInRight;
		-moz-animation-name: fadeInRight;
		-o-animation-name: fadeInRight;
		animation-name: fadeInRight
	}



	.logoContainer .pull-right {
		width: 100%;
	}
	.logoContainer:after,
	.logoContainer .pull-right:after {
		display: block;
		width: 100%;
		content: '';
		clear: both;	
	}
	.logoContainer .pull-right > * {
		float: right;
		padding: 0 10px;
	}

	.logoContainer .pull-right .number,
	.logoContainer .pull-right .mail {
		margin-top: 10px;
		display: inline-block;
		line-height: 40px;
		text-align: left;
		float: left;
	}

	.logoContainer > img {
		float: left;
	}

	.top_seller {
	    margin-top: -25px;
		height: 100px;

		display: none;
	}
	.zertificat {
		margin-top: -15px;
	    height: 60px;

	    display: none;
	}

	@media (min-width: 544px) {
		.logoContainer .pull-right .mail {
			float: right;
		}
	}

	@media (min-width: 960px) {
		.top_seller,
		.zertificat {
		    display: block;
		}	

		.logoContainer .pull-right {
			padding-top: 70px;
			width: 75%;
		}

		.logoContainer .pull-right .number,
		.logoContainer .pull-right .mail {
			float: right;
		}
		.logoContainer .pull-right .mail {
			margin-right: 30px;
		}
	}

	.footerlogo {
		max-width: 115%;
		height: auto;
	}

	.artikelattributes {
	    color: #666;
		width: 100%;
		list-style: none;
		padding: 0;
		margin: 0 0 25px 0;
		display: block;
	}
	.artikelattributes li {
		list-style: none;
		padding: 0;
	}
	.artikelattributes li:after {
		clear: both;
		display: block;
		width: 100%;
		content: '';
	}

	.artikelattributes li span:nth-child(1) {
		float: left;
		width: 21%;
		
    overflow: hidden;
    text-overflow: ellipsis;
	}
	.artikelattributes li span:nth-child(2) {
		float: left;
		width: 79%;
	}
	.artikelattributes li span + span {
		font-weight: bold;
		padding-left: 15px; 
		color: #000;
	}
	
	.navigationContainer ul li:last-child {
    border-right: 0px solid #fff;}
	#ds_div.div:last-child {
  	display: none;}
	.merkbtn div:hover {text-decoration:underline !important;}
	div:nth-child(5)  {
  display:none;
}
.galleryAndShortdescriptionContainer {
	width: 100%;
	height: 455px;
	display:flex;
}




.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

/* Button styling */
.menu-toggle {
  display: inline-block;
  padding: 5px 15px;
  line-height: 1em;
  font-size: 1.7em;
  color:#61a5c8 !important;
}

.menu-toggle:hover,
.menu-toggle:focus {
  color: #c00;
}

/*
 Default styles + Mobile first
 Offscreen menu style
*/
.main-menu {
  position: absolute;
  display: none;
  left: -200px;
  top: 0;
  height: 100%;
	transition: left 0.3s ease,
				      box-shadow 0.3s ease;
	z-index: 999;
	width:100%;
}

.main-menu ul {
  list-style: none;
  margin: 0;
  padding: 2.5em 0 0;
  /* Hide shadow w/ -8px while 'closed' */
  -webkit-box-shadow: -8px 0 8px rgba(0,0,0,.5);
     -moz-box-shadow: -8px 0 8px rgba(0,0,0,.5);
          box-shadow: -8px 0 8px rgba(0,0,0,.5);
  min-height: 100%;
  width: 85%;
  background: #1a1a1a;
}

.main-menu a {
  display: block;
  color: #61a5c8;
  line-height: 1em;
  font-size: 1em;
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #383838;
}

.main-menu li:first-child a {
  border-top: 1px solid #383838;
}

.main-menu a:hover,
.main-menu a:focus {
  background: #333;
  color: #fab732;
}

.main-menu .menu-close {
  position: absolute;
  right: 0;
  top: 0;
}

/*
 On small devices, allow it to toggle...
*/
/*
 :target for non-JavaScript
 [aria-expanded] will be used if/when JavaScript is added to improve interaction, though it's completely optional.
*/
.main-menu:target,
.main-menu[aria-expanded="true"] {
  display: block;
  left: 0;
  outline: none;
  -moz-box-shadow: 3px 0 12px rgba(0,0,0,.25);
  -webkit-box-shadow: 3px 0 12px rgba(0,0,0,.25);
  box-shadow: 3px 0 12px rgba(0,0,0,.25);
}

.main-menu:target .menu-close,
.main-menu[aria-expanded="true"] .menu-close {
  z-index: 1001;
}

.main-menu:target ul,
.main-menu[aria-expanded="true"] ul {
  position: relative;
  z-index: 1000;
}

/* 
 We could us `.main-menu:target:after`, but
 it wouldn't be clickable.
*/
.main-menu:target + .backdrop,
.main-menu[aria-expanded="true"] + .backdrop{
  position: absolute;
  display: block;  
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 998;
  background: #000;
  background: rgba(0,0,0,.85);
  cursor: default;
}

@supports (position: fixed) {
  .main-menu,
  .main-menu:target + .backdrop,
  .main-menu[aria-expanded="true"] + .backdrop{
    position: fixed;
  }
}

/*
 Larger screen styling
 Horizontal menu
*/
@media (min-width: 1300px) {
  .menu-toggle,
  .main-menu .menu-close {
    display: none;
  }
  
  /* Undo positioning of off-canvas menu */
  .main-menu {
    position: relative;
		left: auto;
		top: auto;
		height: 48px;
    display: block;
  }
  
  .main-menu ul {
    display: block;
    
    /* Undo off-canvas styling */
    padding: 0;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
    height: auto;
    width: auto;
    background: none;
  }
  
  .main-menu a {
    color: #61a5c8;
    border: 0 !important; /* Remove borders from off-canvas styling */
  }
  
  .main-menu a:hover,
  .main-menu a:focus {
    background: none; /* Remove background from off-canvas styling */
    color: #fab732;
  }
}
#main-menu-close {
 font-size: 1.7em;
 top: 10px;
right: 10px;
color:#61a5c8;
}

.leftColumn img, .rightColumn img {
	/* height:100%; */
	height: 100%; object-fit: contain;
	overflow: clip;
	
}
.rightColumn img {
	text-align:right;
}


@media (max-width: 1289px) {
	.navigationContainer ul li {
		display: block;
	}
}

@media (max-width: 1080px) {
	.leftColumn, .rightColumn {
		display:none !Important;
	}
	.midColumn {
		width:100% !important;
	}
	.galleryAndShortdescriptionContainer {
		display:block !important;
		height:100% !important;
	}
}

.contentBorder h2:hover {
	color: #222;
}

@media (max-width: 750px) {
.galleryAndShortdescriptionContainer {
height: auto !important;
}