* { -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }

html, body { height: 100% !important; min-height: 100%; background: #ccc; font-size: 16px; }
@media screen and (max-width: 620px) { html, body { font-size: 13px; } }

/* 
	Typography
*/
h1 { font-size: 5em; }

h1, h2 { font-family: 'Roboto Condensed', Arial, sans-serif; text-transform: uppercase; margin-bottom: 20px; font-weight:500;}

h1, h2, h3, h4, h5, h6 { color: #0A575B; }

p { font-size: 1.35em; color: #afafaf; }
p.small { font-size: 1em; }

a { outline: none !important; }

/* 
	Modes
*/
.dark { background: #AEAEAE; color: #555; }


.darkp{color:#FFF; }

.dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6 { color: #FFF; }

.white { background: #fff; }

.dark.trans { background: rgba(0, 0, 0, 0.8); }

.white.trans { background: rgba(255, 255, 255, 0.8); }

.blue { background: #558099; color: #afcce0; }
.blue h1, .blue h2, .blue h3, .blue h4, .blue h5, .blue h6 { color: #fff; }

.light  { background: rgba(249, 249, 249, 0.8); color: #fff; }
.light h1, .light h2, .light h3, .light h4, .light h5, .light h6 { color: #000; }

.lightblue  { background: rgba(55, 81, 104, 1); color: #fff; }
.lightblue h1, .lightblue h2, .lightblue h3, .lightblue h4, .lightblue h5, .lightblue h6 { color: #fff; }


.white { background: #fff; }

.dark.trans { background: rgba(0, 0, 0, 0.7); }



/*
	Layout
*/


.centered { margin: auto; position: absolute; top: 0; left: 0; bottom: 0; right: 0; height: 250px; }

.right { margin: auto; position: absolute; top: 0; left: 10; bottom: 0; right: 0; height: 250px; }

.centered2 { margin: auto; position: absolute; top: 0; left: 0; bottom: 0; right: 0; height: 500px; }
.centered2.medium { width: 100%; max-width: 500px; padding: 0 20px; }
.centered2.large { max-width: 920px; padding: 20px; width: 100%; min-height: 400px; }
@media screen and (max-width: 992px) { .centered2.large { position: relative !important; padding: 0 !important; height: auto !important; } }

.centered.medium { width: 100%; max-width: 500px; padding: 0 20px; }

.centered.large { max-width: 920px; padding: 20px; width: 100%; min-height: 400px; }
@media screen and (max-width: 992px) { .centered.large { position: relative !important; padding: 0 !important; height: auto !important; } }

section { min-height: 100%; width: 100%; position: relative; padding: 75px 30px; }
@media screen and (max-width: 620px) { section { padding: 50px 20px; } }
section#home { height: 100%;}
section#home p { color: #000; }
section#about .centered { height: 250px; }
section#author .centered { height: 250px; }
section#video .item { display: inline-block; margin-bottom: 40px; position: relative; width: 100%; overflow: hidden; }
@media screen and (max-width: 620px) { section#video .item { margin-bottom: 20px; } }
section#video .item img { max-width: 100%; width: 100%; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }
section#video .item .caption { position: absolute; top: 20px; left: 20px; bottom: 20px; right: 20px; background: #fff; background: rgba(255, 255, 255, 0.9); color: #666; padding: 40px 30px; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ms)"; filter: alpha(opacity=0); -moz-opacity: 0; -khtml-opacity: 0; opacity: 0; -webkit-transform: scale(1.1, 1.1); -moz-transform: scale(1.1, 1.1); transform: scale(1.1, 1.1); -webkit-transition: all 0.25s; -moz-transition: all 0.25s; -o-transition: all 0.25s; transition: all 0.25s; }
section#video .item .caption .centered { height: 100px; }
section#video .item .caption h3 { color: #000; }
@media screen and (max-width: 620px) { section#video .item .caption h3 { font-size: 1.2em; } }
section#video .item .caption p { font-size: 1em; }
section#video .item:hover .caption { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ms)"; filter: alpha(opacity=100); -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1); -ms-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1); box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1); -webkit-transform: scale(1, 1); -moz-transform: scale(1, 1); transform: scale(1, 1); }
section#video .item:hover img { -webkit-transform: scale(1.1, 1.1); -moz-transform: scale(1.1, 1.1); transform: scale(1.1, 1.1); }
section .block { padding: 40px; }


section#video .item2 { display: inline-block; margin-bottom: 40px; position: relative; width: 100%;}
@media screen and (max-width: 620px) { section#video .item2 { margin-bottom: 20px; } }
section#videovideo .item2 img { max-width: 100%; width: 100%; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }


/* Devices */
@media screen and (max-width: 620px) { section { padding: 50px 20px; } }
section#home { height: 100%;}
section#home p { color: #000; }
section#about .centered { height: 250px; }
section#devices .item { display: inline-block; margin-bottom: 40px; position: relative; width: 100%; overflow: hidden; }
@media screen and (max-width: 620px) { section#devices .item { margin-bottom: 20px; } }
section#devices .item img { max-width: 100%; width: 100%; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }
section#devices .item .caption { position: absolute; top: 20px; left: 20px; bottom: 20px; right: 20px; background: #fff; background: rgba(255, 255, 255, 0.9); color: #666; padding: 40px 30px; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ms)"; filter: alpha(opacity=0); -moz-opacity: 0; -khtml-opacity: 0; opacity: 0; -webkit-transform: scale(1.1, 1.1); -moz-transform: scale(1.1, 1.1); transform: scale(1.1, 1.1); -webkit-transition: all 0.25s; -moz-transition: all 0.25s; -o-transition: all 0.25s; transition: all 0.25s; }
section#devices .item .caption .centered { height: 100px; }
section#devices .item .caption h3 { color: #000; }
@media screen and (max-width: 620px) { section#devices .item .caption h3 { font-size: 1.2em; } }
section#devices .item .caption p { font-size: 1em; }
section#devices .item:hover .caption { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ms)"; filter: alpha(opacity=100); -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1); -ms-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1); box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1); -webkit-transform: scale(1, 1); -moz-transform: scale(1, 1); transform: scale(1, 1); }
section#devices .item:hover img { -webkit-transform: scale(1.1, 1.1); -moz-transform: scale(1.1, 1.1); transform: scale(1.1, 1.1); }
section .block { padding: 40px; }


section#devices .item2 { display: inline-block; margin-bottom: 40px; position: relative; width: 100%;}
@media screen and (max-width: 620px) { section#devices .item2 { margin-bottom: 20px; } }
section#devices .item2 img { max-width: 100%; width: 100%; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }



/* METRICS */
@media screen and (max-width: 620px) { section { padding: 50px 20px; } }
section#home { height: 100%;}
section#home p { color: #000; }
section#about .centered { height: 250px; }
section#metrics .item { display: inline-block; margin-bottom: 40px; position: relative; width: 100%; overflow: hidden; }
@media screen and (max-width: 620px) { section#metrics .item { margin-bottom: 20px; } }
section#metrics .item img { max-width: 100%; width: 100%; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }
section#metrics .item .caption { position: absolute; top: 20px; left: 20px; bottom: 20px; right: 20px; background: #fff; background: rgba(255, 255, 255, 0.9); color: #666; padding: 40px 30px; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ms)"; filter: alpha(opacity=0); -moz-opacity: 0; -khtml-opacity: 0; opacity: 0; -webkit-transform: scale(1.1, 1.1); -moz-transform: scale(1.1, 1.1); transform: scale(1.1, 1.1); -webkit-transition: all 0.25s; -moz-transition: all 0.25s; -o-transition: all 0.25s; transition: all 0.25s; }
section#metrics .item .caption .centered { height: 100px; }
section#metrics .item .caption h3 { color: #000; }
@media screen and (max-width: 620px) { section#metrics .item .caption h3 { font-size: 1.2em; } }
section#metrics .item .caption p { font-size: 1em; }
section#metrics .item:hover .caption { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ms)"; filter: alpha(opacity=100); -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1); -ms-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1); box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1); -webkit-transform: scale(1, 1); -moz-transform: scale(1, 1); transform: scale(1, 1); }
section#metrics .item:hover img { -webkit-transform: scale(1.1, 1.1); -moz-transform: scale(1.1, 1.1); transform: scale(1.1, 1.1); }
section .block { padding: 40px; }


section#metrics .item2 { display: inline-block; margin-bottom: 40px; position: relative; width: 100%;}
@media screen and (max-width: 620px) { section#metrics .item2 { margin-bottom: 20px; } }
section#metricsmetrics .item2 img { max-width: 100%; width: 100%; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }

/* PROCESS */
@media screen and (max-width: 620px) { section { padding: 50px 20px; } }
section#home { height: 100%;}
section#home p { color: #000; }
section#about .centered { height: 250px; }
section#process .item { display: inline-block; margin-bottom: 40px; position: relative; width: 100%; overflow: hidden; }
@media screen and (max-width: 620px) { section#process .item { margin-bottom: 20px; } }
section#process .item img { max-width: 100%; width: 100%; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }
section#process .item .caption { position: absolute; top: 20px; left: 20px; bottom: 20px; right: 20px; background: #fff; background: rgba(255, 255, 255, 0.9); color: #666; padding: 40px 30px; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ms)"; filter: alpha(opacity=0); -moz-opacity: 0; -khtml-opacity: 0; opacity: 0; -webkit-transform: scale(1.1, 1.1); -moz-transform: scale(1.1, 1.1); transform: scale(1.1, 1.1); -webkit-transition: all 0.25s; -moz-transition: all 0.25s; -o-transition: all 0.25s; transition: all 0.25s; }
section#process .item .caption .centered { height: 100px; }
section#process .item .caption h3 { color: #000; }
@media screen and (max-width: 620px) { section#process .item .caption h3 { font-size: 1.2em; } }
section#process .item .caption p { font-size: 1em; }
section#process .item:hover .caption { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ms)"; filter: alpha(opacity=100); -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1); -ms-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1); box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1); -webkit-transform: scale(1, 1); -moz-transform: scale(1, 1); transform: scale(1, 1); }
section#process .item:hover img { -webkit-transform: scale(1.1, 1.1); -moz-transform: scale(1.1, 1.1); transform: scale(1.1, 1.1); }
section .block { padding: 40px; }


section#process .item2 { display: inline-block; margin-bottom: 40px; position: relative; width: 100%;}
@media screen and (max-width: 620px) { section#process .item2 { margin-bottom: 20px; } }
section#processprocess .item2 img { max-width: 100%; width: 100%; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }

/* INTERVIEW */
@media screen and (max-width: 620px) { section { padding: 50px 20px; } }
section#home { height: 100%;}
section#home p { color: #000; }
section#about .centered { height: 250px; }
section#interview .item { display: inline-block; margin-bottom: 40px; position: relative; width: 100%; overflow: hidden; }
@media screen and (max-width: 620px) { section#interview .item { margin-bottom: 20px; } }
section#interview .item img { max-width: 100%; width: 100%; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }
section#interview .item .caption { position: absolute; top: 20px; left: 20px; bottom: 20px; right: 20px; background: #fff; background: rgba(255, 255, 255, 0.9); color: #666; padding: 40px 30px; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ms)"; filter: alpha(opacity=0); -moz-opacity: 0; -khtml-opacity: 0; opacity: 0; -webkit-transform: scale(1.1, 1.1); -moz-transform: scale(1.1, 1.1); transform: scale(1.1, 1.1); -webkit-transition: all 0.25s; -moz-transition: all 0.25s; -o-transition: all 0.25s; transition: all 0.25s; }
section#interview .item .caption .centered { height: 100px; }
section#interview .item .caption h3 { color: #000; }
@media screen and (max-width: 620px) { section#interview .item .caption h3 { font-size: 1.2em; } }
section#interview .item .caption p { font-size: 1em; }
section#interview .item:hover .caption { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ms)"; filter: alpha(opacity=100); -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1); -ms-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1); box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1); -webkit-transform: scale(1, 1); -moz-transform: scale(1, 1); transform: scale(1, 1); }
section#interview .item:hover img { -webkit-transform: scale(1.1, 1.1); -moz-transform: scale(1.1, 1.1); transform: scale(1.1, 1.1); }
section .block { padding: 40px; }


section#interview .item2 { display: inline-block; margin-bottom: 40px; position: relative; width: 100%;}
@media screen and (max-width: 620px) { section#interview .item2 { margin-bottom: 20px; } }
section#interviewinterview .item2 img { max-width: 100%; width: 100%; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }

/* ------------------------------------- */


img.fs { min-height: 100%; min-width: 1024px; width: 100%; height: auto; position: fixed; top: 0; left: 0;}
img.faded { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ms)"; filter: alpha(opacity=50); -moz-opacity: 0.5; -khtml-opacity: 0.5; opacity: 0.5; background: #000; }

form { margin-top: 20px; padding: 20px; border: 1px solid rgba(0, 0, 0, 0.1); -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1); -ms-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1); box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1); }
form .form-control { margin-bottom: 10px; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; border-radius: 0; }
form input[type='submit'].form-control { margin-bottom: 0; background: #000; color: #fff; border: 0; font-family: "Oswald", Arial, sans-serif; text-transform: uppercase; -webkit-transition: background 0.3s; -moz-transition: background 0.3s; -o-transition: background 0.3s; transition: background 0.3s; }
form input[type='submit'].form-control:hover { background: #333; }
form:hover { border: 1px solid #000; }

.overlay { position: fixed; z-index: 99999; top: 0; left: 0; right: 0; bottom: 0; display: none; }
.overlay img { width: auto; max-width: 80%; max-height: 80%; height: auto; }
.overlay .fa-times { position: absolute; top: 5%; right: 3%; color: #555; height: 40px; width: 40px; line-height: 40px; text-align: center; border: 1px solid #555; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }
.overlay .fa-times:hover { text-decoration: none; color: #fff; border: 1px solid #fff; }



/*
	Navigation
*/
nav#main { position: absolute; bottom: 0; left: 0; right: 0; height: 80px; background: #F2F2F2; border-bottom: 1px; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s; transition: all 0.2s; }

nav#main .logo { height: 90px; line-height: 90px; padding: 0 45px; position: absolute; left: 0; color: #0A575B; font-family: "Roboto Condensed", Arial, sans-serif; letter-spacing: 2px; text-transform: uppercase; font-weight:700;-webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s; transition: all 0.2s; }

@media screen and (max-width: 620px) { nav#main .logo { padding: 0 12px; }}

nav#main ul { list-style: none; height: 80px; padding: 0; margin: 0; text-align: center; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s; transition: all 0.2s; }
@media screen and (max-width: 620px) { nav#main ul { text-align: center; } }
nav#main ul li { height: 80px; display: inline-block; border-left: 1px; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s; transition: all 0.2s; }
nav#main ul li a { height: 80px; display: inline-block; padding: 0 40px; line-height: 80px; color: #666; font-family: "Roboto Condensed", Arial, sans-serif; text-transform: uppercase; text-decoration: none; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s; transition: all 0.2s; }
@media screen and (max-width: 620px) { nav#main ul li a { padding: 0 12px; } }
nav#main ul li a:hover { text-decoration: none; background: #6CCCDF; color: #fff; }
nav#main ul li a.active { background: #6CCCDF; color: #2b3d51; }
nav#main ul li:last-child { border-right: 1px; }
nav#main.affix { position: fixed; z-index: 9999; top: 0; bottom: auto; height: 40px; border-bottom: 1px solid #222; }
nav#main.affix .logo { height: 480px; line-height: 40px; padding: 0 10px; }
nav#main.affix ul { height: 40px; }
nav#main.affix ul li { height: 40px; }
nav#main.affix ul li a { height: 40px; line-height: 40px; }

.social-icons { margin: 20px 0; }

.icon { display: inline-block; height: 45px; width: 45px; line-height: 45px; text-align: center; border: 1px solid #ddd; border: 1px solid rgba(0, 0, 0, 0.2); color: #999; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }
.icon:hover { color: #000; text-decoration: none; border: 1px solid #555; -webkit-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.1); -ms-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.1); box-shadow: 0 3px 2px rgba(0, 0, 0, 0.1); }

.form-control-feedback { display: none; }

.has-feedback .form-control-feedback { display: inline-block; margin-top: -24px; }

#site{
	margin:50px auto;
	display:inline-block;
	text-decoration: none;
}
#site>a{
	border: 2px solid #6CCCDF;
	padding: 0.5em 1em;
	color:#6CCCDF;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease; 
	-o-transition: all .5s ease; 
	-ms-transition: all .5s ease;
}
#site2{
	margin:50px auto;
	display:inline-block;
	text-decoration: none;
}
#site2>a{
	border: 2px solid #0A575B;
	padding: 0.5em 1em;
	color:#0A575B;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease; 
	-o-transition: all .5s ease; 
	-ms-transition: all .5s ease;
}