 /* HTML */
html, body, form, fieldset, div, p, ul, li {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
html {
	overflow-y: scroll;
}
body {
	width: 100%;
	height: auto;
	background: rgba(0,0,0,.05);
	overflow-x: hidden;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	background-attachment: fixed;
}
h1 {	
	font-size: 11px;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
}
h1, h2, h3, h4 {
	font-weight: normal;
	-webkit-margin-before: 2px;
	-webkit-margin-after: 2px;
	-webkit-margin-start: 2px;
	-webkit-margin-end: 2px;
}
li {
	margin: 0;
	list-style: none;
}
a {
	text-decoration: none;
}
a:hover {
}
img {
	border: 0;
}

/* LOGO */
#logo {
	z-index: 3;
	position: relative;
	width: 300px;
	left: 50%;
	margin: 40px 0px 38px -618px;
}
#logo img {
	width: 300px;
}
@media screen and (max-width: 1400px) {
#logo {
	margin: 40px 0px 38px -450px;
}
}
@media screen and (max-width: 900px) {
#logo {
	width: 200px;
	left: 20px;
	margin: 20px 0px 18px 0px;
}
#logo img {
	width: 200px;
}
}

/* GRID */
#grid {
	position: relative;
	width: 1236px;
	left: 50%;
	margin: 550px 0px 100px -618px;
	overflow: visible;
}
@media screen and (max-width: 1400px) {
#grid {
	width: 900px;
	margin: 550px 0px 100px -450px;
}
}
@media screen and (max-width: 900px) {
#grid {
	width: 100%;
	left: 0px;
	margin: 530px 0px 100px 0px;
}
}
#grid .item {
	position: relative;
	width: 300px;
	height: auto;
	background: rgba(255,255,255,1);
	moz-box-shadow:
0px 2px 3px -1px rgba(0,0,0,.1);
	-webkit-box-shadow:
0px 2px 3px -1px rgba(0,0,0,.1);
	box-shadow:
0px 2px 3px -1px rgba(0,0,0,.1);
	cursor: pointer;
}
#grid .item:hover {
	moz-box-shadow:
0px 8px 4px -5px rgba(0,0,0,.2);
	-webkit-box-shadow:
0px 8px 4px -5px rgba(0,0,0,.2);
	box-shadow:
0px 8px 4px -5px rgba(0,0,0,.2);
	cursor: pointer;
}
#grid .item.facebook {
	background: rgba(85,108,165,1);
}
#grid .item.playzer {
	background: rgba(220,110,82,1);
}
#grid .item.twitter {
	background: rgba(36,176,255,1);
}
@media screen and (max-width: 1400px) {
#grid .item {
	width: 216px;
}
}
@media screen and (max-width: 900px) {
#grid .item {
	width: 90%;
	left: 5%;
}
}
#grid .item .title {
	padding: 20px;
	color: rgba(28,120,198,1);
	font: 27px/34px 'ProximaNovaAltThin', Arial, sans-serif;
}
#grid .item .title.bis {
	color: rgba(28,120,198,1);
	font: 18px/22px 'ProximaNovaAltRegular', Arial, sans-serif;
	/*border-left: 2px solid rgba(220,110,82,1);*/
	moz-box-shadow:
0px 1px 0px 0px rgba(0,0,0,.1), 0px -1px 0px 0px rgba(0,0,0,.1);
	-webkit-box-shadow:
0px 1px 0px 0px rgba(0,0,0,.1), 0px -1px 0px 0px rgba(0,0,0,.1);
	box-shadow:
0px 1px 0px 0px rgba(0,0,0,.1), 0px -1px 0px 0px rgba(0,0,0,.1);
}
#grid .item.playzer .title.bis,
#grid .item.facebook .title.bis,
#grid .item.twitter .title.bis {
	color: rgba(255,255,255,1);
}
#grid .item .image img {
	width: 100%;
}
#grid .item .description {
	padding: 20px 40px 20px 20px;
	color: rgba(0,0,0,.5);
	font: 16px/20px 'ProximaNovaAltRegular', Arial, sans-serif;
}
#grid .item.playzer .description,
#grid .item.facebook .description,
#grid .item.twitter .description {
	color: rgba(255,255,255,.8);
}
#grid .item .readmore {
	width: 120px;
	margin: 0px 0px 20px 0px;
	padding: 10px 10px 10px 20px;
	background: rgba(0,0,0,.1);
	color: rgba(0,0,0,.8);
	font: 14px/18px 'ProximaNovaAltBold', Arial, sans-serif;
}
#grid .item:hover .readmore {
	background: rgba(0,144,226,1);
	color: rgba(255,255,255,1);
}
#grid .item .social {
	padding: 0px 20px 20px 20px;
}
#grid .item .social div {
	float: left;
	margin: 0px 3px 0px 0px;
}
#grid .item .social div img {
	width: 20px;
	border-top-left-radius: 200px;
	border-bottom-left-radius: 200px;
	border-top-right-radius: 200px;
	border-bottom-right-radius: 200px;
}

/* CONTENT */
#logo.article {
	z-index: 4;
	position: fixed;
}
#background {
	z-index: 3;
	position: fixed;
	width: 100%;
	height: 100px;
	top: 0px;
	left: 0px;
	background: rgba(255,255,255,1);
	/*cursor: -webkit-zoom-out;*/
}
#content {
	z-index: 2;
	position: absolute;
	width: 900px;
	height: auto;
	left: 50%;
	margin: 0px 0px 100px -618px;
}
@media screen and (max-width: 1400px) {
#content {
	width: 90%;
	left: 5%;
	margin: 0px 0px 0px 0px;
}
}
#content .title {
	margin: 120px 0px 20px 0px;
	color: rgba(63,171,223,1);
	font: 40px/60px 'ProximaNovaAltThin', Arial, sans-serif;
}
@media screen and (max-width: 1400px) {
#content .title {
	font: 27px/34px 'ProximaNovaAltRegular', Arial, sans-serif;
}
}
#content .social {
	z-index: 2;
	margin: 0px 0px 20px 0px;
}
#content .social div {
	float: left;
	margin: 0px 5px 0px 0px;
}
#content .social div img {
	width: 30px;
	border-top-left-radius: 200px;
	border-bottom-left-radius: 200px;
	border-top-right-radius: 200px;
	border-bottom-right-radius: 200px;
}
#content .image {
	height: 500px;
	background: rgba(0,0,0,.1);
	margin: 0px 0px 40px 0px;
}
@media screen and (max-width: 1400px) {
#content .image {
	height: 200px;
}
}
#content .image img {
	width: auto;
	height: 100%;
}
@media screen and (max-width: 1400px) {
#content .image img {
	width: 100%;
	margin: 0px 0px 20px 0px;
}
#content .image img {
	width: auto;
	height: 200px;
}
}
#content p {
	margin: 0px 0px 20px 0px;
	color: rgba(0,0,0,.5);
	font: 24px/30px 'ProximaNovaAltRegular', Arial, sans-serif;
}
@media screen and (max-width: 1400px) {
#content p {
	font: 20px/24px 'ProximaNovaAltRegular', Arial, sans-serif;
	margin: 0px 0px 20px 0px;
}
}

/* C KOI */
#ckoiplayzer {
	z-index: 100;
	position: fixed;
	width: auto;
	height: auto;
	left: 20px;
	bottom: 20px;
	padding: 20px 20px;
	color: rgba(255,255,255,1);
	font: 20px/30px 'ProximaNovaAltThin', Arial, sans-serif;
	background: rgba(220,110,82,1);
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	moz-box-shadow:
0px 0px 0px 2px rgba(255,255,255,.5);
	-webkit-box-shadow:
0px 0px 0px 2px rgba(255,255,255,.5);
	box-shadow:
0px 0px 0px 2px rgba(255,255,255,.5);
	cursor: pointer;
}
#ckoiplayzer a {
	color: rgba(255,255,255,1);
}
#ckoiplayzer:hover {
	background: rgba(0,0,0,.8);
}
#ckoiplayzer a:hover {
	color: rgba(255,255,255,1);
}

/*

	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	-moz-box-shadow:
inset 0px -1px 0px 0px rgba(0,0,0,.05);
	-webkit-box-shadow:
inset 0px -1px 0px 0px rgba(0,0,0,.05);
	box-shadow:
inset 0px -1px 0px 0px rgba(0,0,0,.05);
*/


/* VIDEO PLAYER */
.video_player_container {
	width: 900px;
	height: 506px;
	text-align: center;
	cursor: pointer;	
	background: #ffffff;
	border-bottom: 7px solid rgba(28,120,198,1);
}
.video_player {
	position: relative;
	width: 900px;
	height: 506px;
	margin: 0 auto;
	text-align: center;
}
.video_player .preview {
	position: absolute;
	height: 500px;	
	top: 0;
	left: 0;
}
.video_player .play {
	position: absolute;
	width: 100px;
	height: 106px;
	top: 200px;
	left: 406px;	
}
.video_player .loading {
	display: none;
	position: absolute;
	width: 50px;
	height: 50px;
	top: 225px;
	left: 431px;	
	background-color: white;
	border: 1px solid #cacaca;	
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	border-bottom-left-radius: 50px;
	-moz-box-shadow: inset 0px 1px 0px rgba(0,0,0,.9);
	-webkit-box-shadow: inset 0px 1px 0px rgba(0,0,0,.9);
	box-shadow: inset 0px 1px 0px rgba(0,0,0,.9);

}
.video_player .loading img {
	margin-top: 10px;
	width: 30px;
	height: 30px;
}

.video_player .video_container {
    position: absolute; 
    width: 10px;
    height: 10px;
}

.video_player_container .ratio_16-9,
.video_player_container .ratio_16-9 .preview {
	width: 900px;	
}
.video_player_container .ratio_4-3,
.video_player_container .ratio_4-3 .preview {
	width: 560px;	
}

.video_player_container .ratio_4-3 .play {
	left: 230px;
}

.video_player_container video {
	background-color: black;
}

@media screen and (max-width: 1400px) {
	
	.video_player_container  {
		width: 100%;
		margin: 0px 0px 20px 0px;		
	}
	
}

@media screen and (max-width: 780px) {
	
	.video_player_container {
		width: 100%;
		height: auto;
	}
	.video_player {
		width: 480px;
		height: auto;		
	}
	.video_player .preview {
		width: 480px;		
	}
	.video_player .play {
		left: 190px;
	}	
	.video_player .loading {
		left: 215px;
	}
	.video_player .loading img {
		margin-top: 10px;	
		width: 30px;
		height: 30px;
	}
	.video_player_container .ratio_16-9,	
	.video_player_container .ratio_16-9 .preview {
		width: 480px;
		height: 270px;
	}
	.video_player_container .ratio_16-9 .play {
		top: 82px;
		left: 190px;
	}	
	.video_player_container .ratio_16-9 .loading {
		top: 105px;
	} 
	.video_player_container .ratio_4-3,
	.video_player_container .ratio_4-3 .preview {
		width: 480px;
		height: 360px;
		left: 0;
	}
	.video_player_container .ratio_4-3 .play {
		top: 127px;
		left: 190px;
	}	
	.video_player_container .ratio_4-3 .loading {
		top: 150px;
	} 

}

@media screen and (max-width: 480px) {
	
	.video_player_container {
		width: 100%;
		height: auto;
	}
	.video_player {
		width: 320px;
		height: auto;		
	}
	.video_player .preview {
		width: 320px;		
	}
	.video_player .play{
		left: 110px;
	}
	.video_player .loading {
		left: 135px;
	}
	.video_player_container .ratio_16-9,	
	.video_player_container .ratio_16-9 .preview {
		width: 320px;
		height: 180px;
	}
	.video_player_container .ratio_16-9 .play {
		top: 37px;
		left: 110px;
	}	
	.video_player_container .ratio_16-9 .loading {
		top: 60px;
	} 	
	.video_player_container .ratio_4-3,
	.video_player_container .ratio_4-3 .preview {
		width: 320px;
		height: 240px;
		left: 0;
	}
	.video_player_container .ratio_4-3 .play {
		top: 67px;
		left: 110px;
	}
	.video_player_container .ratio_4-3 .loading {
		top: 90px;
	} 		

}

.cameraContent .video_player_container {
	width: 100%;
}
.cameraContent .video_player_container

