/* CSS Document */

@media only screen and (min-width: 768px) {
	.vid {
    	display: inline-block;
	}
	
	.vid img, iframe {
		width: 600px;
		height: 338px;
	}
	.brand {
		width: 20%;
		margin: 26px 0 10px 0;
	}
	.info-text .product {
		display: inline-block;
		width: 40%;
	}
	.info-text .desc {
		display: inline-block;
		width: 60%;
	}
}

@media only screen and (max-width: 767px) {
	.vid {
		position: relative;
		padding-top: 56.25%;
		display: block;
		margin-bottom: 30px;
	}
	.vid:last-of-type {
		margin-bottom: 0;
	}
	.vid img, iframe {
		margin: 0 auto;
		max-width: 600px;
		position:absolute;
		top:0;
		bottom:0;
		left:0;
		right:0;
		width:100%;
		height:100%;
	}
	.brand {
		width: 33%;
		margin: 10px 0;
	}
	.last, .arrow.left, .arrow.right {
		display: none;	
	}
	.info-text .product {
		display: none;
	}
	.info-text .desc {
		position: relative;
		display: block;
		width: 100%;
	}
	.info-text .desc:after {
  		content: " ";
		background-image: url(../images/tool.png);
		background-repeat: no-repeat;
		background-position: right center;
		background-size: contain;
		opacity: 0.1;
  		top: 0;
  		left: 0;
  		bottom: 0;
  		right: 0;
  		position: absolute;
    }
}

/* Chrome */
@media all and (-webkit-min-device-pixel-ratio: 0) {

}

/* IE */
@media all and (-ms-high-contrast: none) { 
    .scroller {
		overflow: hidden!important;
	}
}

/* Firefox */
@-moz-document url-prefix() {
	.scroller {
		overflow: hidden!important;
	}
}

@font-face {
	font-family: 'Roboto Condensed', sans-serif;
	/*
	font-family: 'bankgothicregular';
	src: url('../fonts/bankgothic-regular-webfont.eot');
	src: url('../fonts/bankgothic-regular-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/bankgothic-regular-webfont.woff') format('woff'),
		url('../fonts/bankgothic-regular-webfont.ttf') format('truetype'),
		url('../fonts/bankgothic-regular-webfont.svg#bankgothicregular') format('svg');
	*/
	font-weight: normal;
	font-style: normal;
}

*, *:hover {
	-o-transition-duration: 0.75s;
	-webkit-transition-duration: 0.75s;
	-moz-transition-duration: 0.75s;
	transition-duration: 0.75s;
}

#contact,#contact:hover,#info,#info:hover,img:hover {
	-o-transition-duration: 0s;
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	transition-duration: 0s;
}

html,body {
	margin: 0;
	padding: 0;
}

body {
	font-size: 0.7em;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	/*letter-spacing: 0.75px;*/
	letter-spacing: 1.5px;
	background-color: #000;
	color: #666;
	overflow-x: hidden;
}

img {
	border: none;	
}

strong {
	font-weight: bold;
}

a {
	color: #53db3f;
	text-decoration: none;
}

h1, h2, h3, h4 {
	font-weight: bold;
	color: #fff;
}

h1 {
	margin-bottom: 4px;
	padding-bottom: 0;
}

h4 {
	margin-top:0;
	margin-bottom: 30px;
	padding-top: 0;
}

.clear {
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.hidden {
	display: none;
}

#header {
	margin: 0 auto 30px auto;
	width: 85%;
	max-width: 900px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
	text-align: center;
}

.logo {
	width: 100%;
/*	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;*/
}

#footer {
	margin: 30px auto;
	width: 85%;
	max-width: 900px;
	border-top: 1px solid #ccc;
	padding-top: 15px;
	text-align: center;
}

#footer p {
	font-size: 0.8em;
	line-height: 1.5em;
	color: #999;
}

#footer a {
	color: #999;
}


/* Contact form */

#contact {
	display: none;
	color: #000;
	background: rgb(0, 0, 0); /* Fall-back */
    background: rgba(0, 0, 0, .5);
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	overflow:hidden;
	z-index: 1;
}

#form {
	background-color: #ffffff;
	width:90%;
	height:90%;
	max-width: 550px;
	min-width: 300px;
	max-height: 550px;
	min-height: 500px;
	margin:auto;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	overflow-x:hidden;
	overflow-y:auto;
	box-shadow:3px 9px 9px rgba(0, 0, 0, .75);
	/*border-radius: 8px;*/
}

#contact #form .exit {
	background-color: #F00;
	color: #FFFFFF;
	text-align: center;
    text-decoration: none;
	display: block;
	padding: 10px 16px;
	font-size: 14px;
	position:absolute;
	top:0;
	right:0;
	overflow:hidden;
	/*border-bottom-left-radius: 4px;*/
	cursor: pointer;
}

.contact-text {
	margin-top: 10%;
	margin-bottom: 10%;
	margin-left: 10%;
	margin-right: 10%;
}

.contact-text .title {
	font-weight:bold;
	font-size:20px;
	text-transform:uppercase;
	letter-spacing:2px;
	margin-bottom: 25px;
}

.buy,input[type="submit"] {
	font-family: inherit;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 1.5px;
	background-color: #53db3f;
    border: none;
    color: #000;
    padding: 10px 50px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
	cursor: pointer;
}

.buy:hover,input[type="submit"]:hover {
	color: #fff;
	background-color:#666;	
}

form textarea {
	color: #999;
	font-family: inherit;
	font-size: 12px;
	line-height: 25px;
	letter-spacing: 1px;
	width: 90%;
	height: 25px;
	overflow: auto;
    resize: none;
	border: 1px solid #999;
	
	display: block;
	margin-bottom: 15px;

}
form textarea:last-of-type {
	margin-bottom: 25px;	
}
form textarea.comment {
	height: 75px;
	line-height: 15px;
}
form textarea:focus {
	outline: none!important;
	border: 1px solid #53db3f;
}

form textarea.required-box, form textarea.required-box:focus {
	outline: none!important;
	border: 1px solid #FF0000;
}

form span.required {
	color: #FF0000;
	float: right;
	margin-right: 10%;
}

form p {
	margin: 0;
	padding: 0;
}

.blur {
	-webkit-filter: blur(12px) grayscale(100%);
	filter: blur(12px) grayscale(100%);
}

#contact #footer {
	width: 100%;
	position: absolute;
	bottom: 0;
	margin:0;
	padding-bottom: 15px;
}

/* Contact form end */

#content {
	position: relative;
	margin: 0 auto;
	width: 85%;
	text-align: center;
}
.scroller {
    height: 100%;
    overflow-x: auto;
	overflow-y: hidden;
    white-space: nowrap;
}
.vid {
   	height: 100%;
}

.vid {
	background-color: rgb(25,25,25);
	background-image: url('../images/spinner.gif');
   	background-repeat: no-repeat;
   	background-position: 50% 50%;
}
/*iframe {
	background-color: rgb(25,25,25);
	background-image: url('../images/spinner.gif');
   	background-repeat: no-repeat;
   	background-position: 50% 50%;
}*/


/* scroller style */

#style-15::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(255,255,255,0.33);
	background-color: #000;
	border-radius: 4px;
}

#style-15::-webkit-scrollbar
{
	width: 8px;
	height: 8px;
	background-color: #000;
}

#style-15::-webkit-scrollbar-thumb
{
	border-radius: 4px;
	background-color: #53db3f;
	background-image: -webkit-gradient(linear,40% 0%,75% 84%,from(#4D9C41),to(#19911D),color-stop(.6,#53db3f));
}

/* end */

.arrow {
	margin: auto 0;
	width: 5%;
	height: 50px;
	position: absolute;
	top:0;
	bottom: 0;
	
	box-sizing: border-box;
	border: 2px solid transparent;
	border-radius: 25px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	
	cursor: pointer;
}
.arrow.left {
	background-image: url(../images/left2-hover.png);
	left: -5.5%;
}
.arrow.right {
	background-image: url(../images/right2-hover.png);
	right: -5.5%;
}
.arrow.left:hover {
	border: 2px solid #53db3f;
}
.arrow.right:hover {
	border: 2px solid #53db3f;
}
/*
.arrow.left img, .arrow.right img {
	max-width: 100%;
	max-height: 100%;
	
}*/

.links {
	color: #53DB3f;
	cursor: pointer;
}

/* INFO SHEET start */

#info {
	display: none;
	color: #000;
	background: rgb(0, 0, 0); /* Fall-back */
    background: rgba(0, 0, 0, .5);
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	overflow:hidden;
	z-index: 1;
}

#data {
	background-color: #ffffff;
	width:90%;
	height:90%;
	max-width: 750px;
	min-width: 300px;
	max-height: 750px;
	min-height: 550px;
	margin:auto;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	overflow-x:hidden;
	overflow-y:auto;
	box-shadow:3px 9px 9px rgba(0, 0, 0, .75);
	/*border-radius: 8px;*/
}

#info #data .exit {
	background-color: #F00;
	color: #FFFFFF;
	text-align: center;
    text-decoration: none;
	display: block;
	padding: 10px 16px;
	font-size: 14px;
	position:absolute;
	top:0;
	right:0;
	overflow:hidden;
	/*border-bottom-left-radius: 4px;*/
	cursor: pointer;
}

.info-text {
	white-space: nowrap;
	margin: 10%;
}

.info-text .model {
	font-weight:bold;
	font-size:10px;
	text-transform:uppercase;
	letter-spacing:2px;
	margin: 0;
}

.info-text .title {
	font-weight:bold;
	font-size:20px;
	text-transform:uppercase;
	letter-spacing:2px;
	margin-bottom: 25px;
}
.info-text .blob {
	font-size: 10px;
	color: #999;
}
.info-text .hover {
	font-size: 8px;
	color: #999;
}
.info-text .blob p:before {
            content: "\2713";
            text-align: left;
            display: inline-block;
            padding: 0;
            margin: 0 0 0 -2em;
            width: 2em;
}
#info #footer {
	width: 100%;
	position: absolute;
	bottom: 0;
	margin:0;
	padding-bottom: 15px;
}

.info-text .product,.info-text .desc {
	white-space: normal;
	vertical-align: top;
}
.info-text .product {
	text-align: center;
	overflow: hidden;
}
.info-text .product:hover img {
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  filter: alpha(opacity=10);
  opacity: 0.1;
}
.info-text .product img {
	max-width: 50%;
	max-height: 50%;
}
.info-text .product img:hover {
/*  -moz-transform: scale(2.5);
  -webkit-transform: scale(2.5);
  transform: scale(2.5);*/
	cursor: zoom-in;
}

.buy {
	margin-top: 20px;
	margin-bottom: 20px;
	position: relative;
	z-index: 1;
}

.social {
	padding-top: 10px;
	width: 100%;
	border-top: 1px solid #ccc;
}


.social .social-icon {
	box-sizing: border-box;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center center;
	/*background-size: contain;*/
}

.social .social-icon.fb {
	background-image: url(../images/fb.png);
}
.social .social-icon.twitter {
	background-image: url(../images/twitter.png);
}
.social .social-icon.insta {
	background-image: url(../images/insta.png);
}
.social .social-icon.linked {
	background-image: url(../images/linked.png);
}
.social .social-icon.fb:hover {
	background-color:#3b5997;
}
.social .social-icon.twitter:hover {
	background-color: #00aced;
}
.social .social-icon.insta:hover {
	background-color: #d6249f;
	background-image: url(../images/insta.png), -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
	background-image: url(../images/insta.png), -moz-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
	background-image: url(../images/insta.png), -o-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
	background-image: url(../images/insta.png), radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}
.social .social-icon.linked:hover {
	background-color: #0077b5;
}
.social .link-wrapper {
	float: left;
    margin: 0 30px 0 0;
}
.social .link-wrapper:last-of-type {
	margin: 0;
}

/* INFO SHEET end */


