/* RESET */

html, body{
	width:100%;
	height:100%;
}

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;
}
/* 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-color: #000;
	overflow: hidden;
	min-height: 450px;
}
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;
}

a{
	text-decoration:none;
	
}

p strong{
	font-weight:bold;
}

img[alt="phpMyVisites"]{
   display: none; 
}

/* //RESET */

#wrapper{
	width:100%;
	height:100%;
	background:none;	
	position: absolute;
	z-index: 99;
	min-height: 450px;
	background-color: rgba(0, 0, 0, 0.3);
}

/* CONTAINERS CLASSES */

.wrap_div{
	display:block;
	position:relative;
	width:100%;
}

.content_block{
	display:block;
	position:relative;
	width:100%;	
	margin:0px auto;
}

.column{
	float:left;
}

/* //CONTAINERS CLASSES */


@font-face {
    font-family: 'herolight';
    src: url('../fonts/hero_light-webfont.eot');
    src: url('../fonts/hero_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/hero_light-webfont.woff') format('woff'),
         url('../fonts/hero_light-webfont.ttf') format('truetype'),
         url('../fonts/hero_light-webfont.svg#hero_lightlight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'heroregular';
    src: url('../fonts/hero-webfont.eot');
    src: url('../fonts/hero-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/hero-webfont.woff') format('woff'),
         url('../fonts/hero-webfont.ttf') format('truetype'),
         url('../fonts/hero-webfont.svg#heroregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

#top_w{
	position: absolute;
	top: 0;
	-webkit-box-shadow: 0 2px 12px 2px rgba(0,0,0,0.4);
	box-shadow: 0 2px 12px 2px rgba(0,0,0,0.4);
}

#top_w, #top{
	height: 120px;
	background-color: rgba(255, 255, 255, 0.75);
	overflow: hidden;
}

	#top h2{
		display: inline-block;
		float: right;
		margin-right: 20px;
		font-family: "heroregular", sans-serif;
		font-size: 35px;
		margin-top: 20px;
		color: #0b3271;
		-webkit-transition: all 200ms ease-out;
		-moz-transition: all 200ms ease-out;
		-ms-transition: all 200ms ease-out;
		-o-transition: all 200ms ease-out;
		transition: all 200ms ease-out;
	}

	#top h3{
		display: inline-block;
		float: right;
		margin-right: 20px;
		font-family: "heroregular", sans-serif;
		font-size: 28px;
		margin-top: 10px;
		color: #0b3271;
		clear: right;
		-webkit-transition: all 200ms ease-out;
		-moz-transition: all 200ms ease-out;
		-ms-transition: all 200ms ease-out;
		-o-transition: all 200ms ease-out;
		transition: all 200ms ease-out;
	}

	#clion_link{
		display: block;
		float: left;
		margin-left: 0px;
		margin-top: 10px;
	}

		#clion_logo{
			height: 100px;
			-webkit-transition: all 200ms ease-out;
			-moz-transition: all 200ms ease-out;
			-ms-transition: all 200ms ease-out;
			-o-transition: all 200ms ease-out;
			transition: all 200ms ease-out;
		}

video{
	position: fixed;
	width: 1920px;
	min-width: 100%;
	min-height: 100%;
	left: 50%;
	margin-left: -960px;
}

#side_content{
	position: absolute;
	z-index: 99;
	width: 500px;
	height: 50%;
	right: 30px;
	top: 150px;
	padding: 20px;
	/*background-color: rgba(255, 255, 255, 0.8);
	-webkit-box-shadow: 0 2px 12px 2px rgba(0,0,0,0.4);
	box-shadow: 0 2px 12px 2px rgba(0,0,0,0.4);*/
	color: #fff;
	text-shadow: 0 2px 2px #000000;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	line-height: 22px;

}

#footer_w{
	position: absolute;
	bottom: 0;
	-webkit-box-shadow: 0 -2px 12px 2px rgba(0,0,0,0.4);
	box-shadow: 0 -2px 12px 2px rgba(0,0,0,0.4);
}

#footer_w, #footer{
	height: 60px;
	background-color: rgba(255, 255, 255, 0.75);
	font-family: 'Lato', sans-serif;
}

	#footer{
		height: auto;
		overflow: hidden;
	}

	 #footer span{
	 	display: inline-block;
	 	float: left;
	 }

	 #footer img{
		display: inline-block;
		float: right;
		margin-right: 10px;	
		margin-top: 5px;
	 }

	 #footer p{
	 	font-weight: 400;
		font-size: 12px;
		padding: 7px;
		line-height: 16px;

	 }


@media (max-width: 640px) {

	body{
		overflow: auto;
		height: 100%;
		min-height: 100%;
	}

	#wrapper{
		min-width: 320px;
		height: 100%;
		background-color: rgba(56, 181, 230, 0.7);
	}

		#top_w, #footer_w, #side_content{
			position: relative;
		}


	video{
		width: 1280px;
		min-width: 1280px;
	}

	#clion_link{
		width: 50%;
		margin-top: 5px;
	}

		#clion_logo{
			height: 70px;
		}

	#side_content{
		width: 90%;
		right: 0;
		margin-right: 0;
		margin-left: 0;
		padding: 50px 5%;
		top: 0px;
		background-color: transparent;
		-webkit-box-shadow: none;
		box-shadow: none;
		text-shadow: none;
		color: #fff;
		font-size: 14px;	
		

	}

	#top h2{
		float: right;
		margin-top: 20px;		
		width: 48%;
		height: 32px;
		margin-right: 0;
		font-size: 20px;
		padding-top: 10px;
		text-align: right;
		padding-right: 2%;
	}

	#top h3{		
		clear: both;
		float: right;
		margin-top: 0;
		background-color: #fff;
		width: 100%;
		height: 32px;
		margin-right: 0;
		font-size: 20px;
		padding-top: 10px;
		text-align: center;
	}

	#footer_w, #footer{
		height: auto;
	}
	
}



@media only screen and (max-device-width: 667px) 
    and (-webkit-device-pixel-ratio: 2) {

	body{
		overflow: auto;
		min-height: 100%;
	}

	#top_w{
		position: relative;
	}

	#footer_w{
		position: absolute;
	}


	#wrapper{
		height: 100%;
	}

	#side_content{
		height: auto;
		top: auto;
		width: auto; 
	}

}


@media screen and (min-device-width : 414px) 
    and (-webkit-device-pixel-ratio: 3){


	body{
		overflow: auto;
		min-height: 100%;
	}

	#top_w{
		position: relative;
	}

	#footer_w{
		position: absolute;
	}


	#wrapper{
		height: 100%;
	}

	#side_content{
		height: auto;
		top:auto;
		width: auto; 
	}

    }