/* RESET CSS */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: 'Open-sans', sans-serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	background-image: url(../images/car3.png);
	width: 100%;
    height: 100%;
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover; 
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* END RESET CSS */

::selection {
	background:transparent;
	color:#ef8027;
	text-shadow: 0px 0px 2px white;
}

::-moz-selection {
	background:transparent;
	color:#ef8027;
}

::-webkit-selection {
	background:transparent;
	color:#ef8027;
}

::-o-selection {
	background:transparent;
	color:#ef8027;
}

.header {
	height: 72px;
    font-family: "Open Sans";
    letter-spacing: 2px;
    /*border-bottom: 1px solid #ededed;*/
    background-color: #68368B;
}

.content-title {
    position: absolute;
    left: 30px;
    top: 20px;
}

.header h1 {
	font-weight: 700;
    font-size: 30px;
    color: white;
}

h2 {
	font-weight: 700;
    font-size: 25px;
    color: #444854;
    font-family: "Open Sans";
    padding-bottom: 3%;
}

.title-section2 {

}

.header .bg-color{
	/*background-color: #68368B;*/
}

.header .subtitle {
	font-size: 24px;
	font-weight: normal;
    margin-top: 15px;
    font-style: italic;
    display: block;
}

.head-arrow-content a{
	height: 57px;
	width: 57px;
	position: absolute;
	left:50%;
	bottom: 200px;
	cursor: pointer;
	background: url(../images/scroll.png) no-repeat;
}

.head-arrow-content a {

    -webkit-animation-name: goto-animation;
    -moz-animation-name: goto-animation;
    -o-animation-name: goto-animation;
    animation-name: goto-animation;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -ms-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s;
}

@-webkit-keyframes goto-animation {
	0%, 20%, 50%, 80%, 100% {
		-webkit-transform: translate( -50%, 0 );
	}
	40% {
		-webkit-transform: translate( -50%, -10px );
	}
	60% {
		-webkit-transform: translate( -50%, -5px );
	}
}

@-moz-keyframes goto-animation {
	0%, 20%, 50%, 80%, 100% {
		-moz-transform: translate( -50%, 0 );
	}
	40% {
		-moz-transform: translate( -50%, -10px );
	}
	60% {
		-moz-transform: translate( -50%, -5px );
	}
}

@-o-keyframes goto-animation {
	0%, 20%, 50%, 80%, 100% {
		-o-transform: translate( -50%, 0 );
	}
	40% {
		-o-transform: translate( -50%, -10px );
	}
	60% {
		-o-transform: translate( -50%, -5px );
	}
}

@keyframes goto-animation {
	0%, 20%, 50%, 80%, 100% {
		transform: translate( -50%, 0 );
	}
	40% {
		transform: translate( -50%, -10px );
	}
	60% {
		transform: translate( -50%, -5px );
	}
}

.first-row {  
    /*background-image: url(../images/man-car-tab-cutoff.png);
	width: 100%;
    height: 100%;
    background-position: right center;
    background-repeat: no-repeat;*/
    margin-bottom: 30px;
}

.second-row {  

}

.content-row {
	padding-left:5%;
    padding-top: 5%;
}

.second-row .content-row{
	padding-right:5%; 
}

.area {
	display: inline-block;
	width: 32%;
	text-align: center;
}

.doc {
	
}

.teamviewer {

}

.QS-guide {

}

.area img {
	width: 100%;
	height: 100%;
} 

.area a {
	text-decoration: none;
	 cursor: pointer;
}

.btn {
	padding: 1.600em 5.000em;
	text-align: center;
	font-family: Roboto;
	color:#68368B;
	background-color: #fff;
	border: solid 1px #68368B;
	font-weight: 700;
    font-style: normal;
    font-size: 11px;
    text-transform: uppercase;
	margin: 0 auto;
    line-height: 16px;
    letter-spacing: 0.200em;
    width: 60%;
    cursor: pointer;
    font-family: 'Open-sans', sans-serif;
}

.btn:hover {
	color: white;
	background-color: #68368B;
}

.content-videos {
	height: 480px;
}

.player-container {
	text-align: left;
	font-family: roboto;
}

.vjs-playlist{
    display: inline-block;
    width: 250px;	
    position: relative;
    background-color: white;	
}

.video-js {
	display: inline-block!important;
}

.video-js {
    width: 670px!important;
    height: 377px!important;
}

.fullscreen-tooltip {
	display: block;
	font-family: roboto;
	border: 1px white solid;
    border-radius: 2px;
    position: absolute;
    top: 2px;
    right: 5px;
    left: -3px;
    padding: 2px;
}

.fullscreen-tooltip:hover {
	border: 1px white solid;
	background-color: white;
	color:#68368B;
}

@media only screen and (max-width: 1299px){

	.btn {
		width:200px;
	}

}

@media only screen and (max-width: 1200px){

	.content-title {
	    width: 900px;
	}	

	.video-js {
	    width: 520px!important;
    	height: 293px!important;
	}

}

@media only screen and (max-width: 1030px){

	.area {
		display: block;
		width: 80%;
		text-align: center;
	}

	.area img {
		width: 80%;
	} 

	.vjs-playlist{
		background-color: white;
	}

	body {
    	width: 100%;
	    height: 100%;
	    background-repeat: no-repeat;
	    background-size: contain;
    }

	/*.first-row {  
		background-image: url(../images/car2.png);
	    background-repeat: no-repeat;
	    background-size: contain;
	}*/

	.second-row {  
		background-image: url(../images/car.png);
		width: 100%;
	    height: 100%;
	    background-repeat: no-repeat;
	    background-size: contain;
	}
}	

@media only screen and (max-width: 959px){

	.content-title {
	    width: 720px;
	}

}

/**/

@media only screen and (max-width: 805px){

	.video-js {
	    width: 100%!important;
    	height: 50.7vw!important;
	}

}

@media only screen and (max-width: 767px){

	.content-title {
	    width: 95%;
	}
	
	.header h1 {
		font-size: 25px;	
	}

	.area {
		width: 100%;
	}

	.btn {
		font-size: 10px;
		padding: 1em 4em;
	}

	.vjs-playlist {
	    display: block; 
	    margin: 0 auto;
	    width: 100%;
	}


}	

.btn-release-notes {
	padding: 1.6em 5em;
    text-align: center;
    color: #fff;
    border: 1px solid white;
    font-weight: 700;
    font-style: normal;
    font-size: 11px;
    text-transform: uppercase;
    line-height: 16px;
    letter-spacing: 0.200em;
    cursor: pointer;
    position: relative;
    width: 440px;
    display: inline-block;
    float: right;
    margin-right: 20px;
    top: 10px;
    font-family: 'Open-sans', sans-serif;
    cursor: pointer;
}

.btn-release-notes:hover {
	text-decoration: underline;
	background-color: white;
	color: #68368B;
	transition: 0.3s;
}

.vjs-poster {
	background-size: cover!important;
}

