/* BLUE: #24C0D9;
BLACK: #5E5865;
Gray: #666;
Dark Gray: #727272;
*/
/* GENERAL STYLES
================================================ */

@font-face {
    font-family: zombieQueen;
    src: url(../img/portfolio/game/intoTheFlesh/ZombieQueen.ttf);
}

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
h1 {
    font-size: 4.5em;
    font-weight: 300;
}
h2 {
    font-size: 1.8em;
    text-transform: uppercase;
    color: #606060;
}
h3 {
    font-size: 1.7em;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 20px;
    color: #111;
}
p {
    font-size: 16px;
    color: #727272;
    line-height: 2em;
    font-weight: 300;
}
a {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    color: #24c1d9;
    font-weight: 400;
    letter-spacing: .3px;
}
a:hover {
    -webkit-transition: background-color .3s ease;
    -moz-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    transition: background-color .3s ease;
}
.section {
    padding: 75px 0;
    padding-top: 100px;
}
.section-title {
    /* margin-bottom: 50px; */
    padding-bottom: 20px;
    display: inline-block;
    /* border-bottom: 1px solid #24C0D9; */
}
.hidden {
	visibility: hidden;
}
.button {
    border: 1px solid #24c1d9;
    padding: 12px 25px;
    border-radius: 5px;
    display: inline-block;
    color: #24c1d9;
    text-transform: uppercase;
    font-size: 15px;
    -webkit-transition: background-color .3s ease;
    -moz-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    transition: background-color .3s ease;
}
.button:hover {
    text-decoration: none;
    background: #24c1d9;
    border-color: #24c1d9;
    color: white;
}
.overlay {	
    background: rgba(63, 63, 63, 0.9);
}
.overlay2 {	
    background: rgba(56, 78, 95, 0.85);
}
.padding20 {
	padding: 0 20px;
}
li {
	font-size: 16px;
/* 	line-height: 2em; */
	margin-bottom: 10px;
    color: #727272;
}
div.spacing-24 {
    height: 24px;
}
div.spacing-40 {
    height: 40px;
}
div.spacing-32 {
    height: 32px;
}
div.BGcolor-martinGrey {
    background-color: #CBD2DA;
}
.hero-banner {
    width: 100%;
    
}
.nav-bottom a.disabled-link {
	opacity: 0.3;
}


/*
li.plus-bullet {
	background: url('../img/plus-ui.svg') no-repeat left top;
}
li.minus-bullet {
	background: url('../img/minus-ui.svg') no-repeat left top;
}
*/

/* NAVIGATION
================================================ */

.navbar {
	height: 85px;
	padding-top: 20px;
}

.navbar-default {
    background: #fff;
    border-color: transparent;
}
.navbar-brand {
	line-height: 24px;
    max-width: 220px;
    letter-spacing: 2px;
    font-size: 14px;
}
.navbar-brand img {
	width: 28px;
    min-width: 28px;
    display: inline-block;
    margin-right: 10px;
}
.navbar-default .navbar-nav>li>a {
    color: #949494;
    margin-right: 8px;
    font-size: 14px;
    font-weight: 300;
}
.navbar-default .navbar-nav>li>a:hover {
    color: #24c1d9;
}

.navbar-default .navbar-nav > .active > a {
	background-color: white;
	color: rgba(36,193,217,1);
	line-height: 12px;
    margin-top: 4px;
    font-weight: 600;
}
/* HEADER
================================================ */

#home-area .container {
   padding-top: 50px;
}
#homeSlide {
	width: 70%;
    margin: 0 auto;
}

/* SKILL
================================================ */

#about {
    background: #fff;
    border-bottom: 1px solid #efefef;
}
#about a:hover {
    color: #187F90;
    text-decoration: none;
}
#about h1, #contact_form h1 {
   font-family: 'Dosis', sans-serif;
   font-size: 96px;
   margin-top: 70px;
   margin-bottom: 60px;
}
#about div p {
	width: 60%;
	margin: 20px auto;
}
#about div p span{
	font-weight: 700;
}
#about a.button {
	margin-top: 50px;
}
#about a.button:hover {
	color: white;
}

/* PORTFOLIO
================================================ */

#portfolio {
    background: #fff;
    border-bottom: 1px solid #efefef;
}
.portfolio-filter {
    position: relative;
    right: 0;
    text-transform: uppercase;
    margin: 0 20px 40px 20px;
}
.portfolio-filter a {
    font-size: 1em;
    text-decoration: none;
    color: #6A6F73;
    padding: 10px 20px;
    border-radius: 5px;
    margin: 10px;
}
.portfolio-filter a:not(.btn_selected):hover {
    color: #55DDF3;
    font-weight: 600;
}

a.btn_selected {
	color: #55DDF3;
	font-weight: 600;
    cursor: default;
}


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

 Motion Page

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

.motion_thumbnail li, .webnApp_thumbnail li {
	margin-bottom: 20px; 
	text-align: center;
	white-space: nowrap;
	height: 100%;
	list-style: none;
}

.motion_thumbnail img, .webnApp_thumbnail img {
	width: 100%;
}
.motion_thumbnail li:hover .hover-div {
	display: block;
}
.motion_thumbnail li:hover .hover-div img {
	opacity: 0.7;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}
.motion_thumbnail li:hover .hover-content-wrap {
	opacity: 1;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}
.motion_thumbnail li:hover .play_icon {
	opacity: 1;
	cursor: pointer;
}
.motion_thumbnail .play_icon {
  position: absolute;
  z-index: 1;
  height: 50%;
  width: 50%;
  left: 25%;
  top: 30%;
  opacity: 0;
  background: url(../img/icon-play.svg) no-repeat center center;
}

.motion_thumbnail {
	padding-right: 40px;
	 
}

.hover-div {
	width: 100%;
	position: absolute;
	top: -15px;
	left: 0;
	padding: 15px;
}
div.ui, div.ux, div.pd, div.uxui, div.bjn {
	border: 3px solid #fe81a5;
    width: 80%;
    left: 10%;
    height: 72%;
    top: 14%;
    position: absolute;
}
div.uxui {
	border: 3px solid #ffd200;
}
div.ux {
	border: 3px solid #66ccff;
}
div.pd {
	border: 3px solid #adca49;
}
div.bjn {
	border: 3px solid #0D62C5;
}
.hover-div img {
	opacity: 0;
}

.motion_thumbnail .hover-div p.project-type {
	color: white;
	font-style: italic;
 	margin-top: 30%;
}
.motion_thumbnail .hover-div span {
	 color: white;
	 font-size: 1.2em;
}
.motion_thumbnail .hover-content-wrap {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
    height: 100%;
    width: 100%;
}

/* THESIS
================================================ */

#thesis {
    background: #fff;
    border-bottom: 1px solid #efefef;
}
#owl-demo .item img {
    display: block;
    width: 80%;
    height: auto;
}
.single-thesis {
    max-width: 500px;
    margin: 0 auto;
}
.single-thesis img {
    max-width: 152px;
    max-height: 152px;
    border-radius: 12%;
    border: 2px solid #efefef;
}
.single-thesis p {
    margin-top: 30px;
}
.social-networks {
    margin-top: 0px;
    margin-bottom: 30px;
}
.social-networks a {
    display: inline-block;
    border: 1px solid #24C0D9;
    border-radius: 50%;
    background: #FFFFFF;
    margin: 3px;
    padding: 14px 20px 15px 18px;
    width: 50px;
    height: 50px;
}
.social-networks a:hover {
    background: #24C0D9;
    border: 1px solid #24C0D9;
    color: #fff;
}
.thesis {
    background: #24C0D9;
    color: #fff;
    margin-top: 20px;
}
.thesis:hover {
    color: #fff;
}

/* GET TRIAL
================================================ */

#contact {
	background: url(../img/wide_bg2.jpg) no-repeat;
    background-position: 50% 50%;
    background-size: 100%;
}
#contact .container  {
   padding-top: 80px;
   position: relative;
}
#contact a.contact-link-box {
	display: block;
    color: #fff;
    font-size: 1.25em;
    margin: 0 auto 40px auto;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    border: 1px solid rgba(129, 161, 185, 0.5);
    background: rgba(255, 255, 255, 0.1);
    width: 372px;
    line-height: 58px;
    text-align: center;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}
#contact a.contact-link-box:hover {
	text-decoration: none;
	background: rgba(255, 255, 255, 0.2);
	border: 1px solid rgba(129, 161, 185, 0.9);
}

/* CONTACT FORM
 ================================================ */

div.name-card {
	margin: 0 auto;
	top: 50px;
	width: 72%;
}
img.contact-arrow {
	position: absolute;
    width: 24px;
    height: 12px;
    height: 100%;
    top: 50%;
    right: 20px;
    display: block;
    overflow: hidden;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.contact-info p, .contact-info a {
	color: #bebebe;
	font-size: 16px;
}
.contact-info a {
	font-style: italic;
	font-weight: 500;
}
.contact-info span {
    color: #ececec;
    margin-right: 10px;
}
div.copyright {
	margin-top: 50px;
	padding-bottom: 30px;
}
div.copyright p, div.copyright a {
	font-size: 14px;
	color: #ccc;
}
#contact_form h1 {
	font-size: 60px;
}
#contact_form button {
	background: white;
	margin-top: 50px; 
}
#contact_form button:hover {
	background: #24c1d9;
}

.contact-info p {
	margin: 0;
    font-size: 20px;
    line-height: 48px;
    width: 48px;
}
.contact-info a {
	width: fit-content;
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 100%;
    margin-right: 16px;
}
.contact-info a:hover {			
    border: 1px solid white;
    background: rgba(255, 255, 255, 0.2);
}
.contact-info a:last-child {
    margin-right: 0;
}
.contact-info span {
    margin-right: 0px;
}

/* Detail Page
================================================ */

.page_container {
	padding-bottom: 25px;
	padding-left: 5%;
	padding-right: 5%;
}

.webnApp .section-title {
	text-transform: none;
	padding-top: 50px;
}
.webnApp .section-subTitle {
	padding: 75px 0;
}
.webnApp .chapter-title {
	font-size: 1.5em;
	border-bottom: 2px solid #ccc;
	width: 200px;
	line-height: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: -75px;
}
.webnApp .chapter-title + h1 {
	font-weight: 500;	
}

#webnApp_title > .section-subTitle {
	padding: 0;
	margin: -15px 0 80px 0;
}

.webnApp_cover img {
	width: 100%;
}
.webnApp .section0 {
	padding-top: 100px;
}
.webnApp .section {
	padding: 50px 0;
}

.page_container img {
	width: 100%;
}
.webnAppText {
	margin-top: 100px;
}

.portrait_mobile {
	max-height: 70vh;
}

.webnApp .section .bottom-title {
	padding-top: 20px;
	padding-bottom: 30px;
}
.webnApp .section .bottom-title p, .webnApp .section .bottom-title h2 {
	color: white;
}
.webnApp .section a.button {
	margin-top: 30px;
}


.videoWrapper {
	width: 60%;
	position: relative;
	padding-bottom: 33.75%; /* 56.25%; */ /* 16:9 */
	margin: 0 auto;
	height: 0;
	margin-bottom: 75px;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.game-icon img {
	max-width: 150px;
	display: block;
	margin: 50px 0 -50px 0;
	margin-left: auto;
	margin-right: auto;
}
.game-icon p {
	font-size: 20px;
}

.dash-arr {
	background-image: url(../img/dash-arr.png);
	background-position: center center;
	background-repeat: no-repeat;
	opacity: .8;
	height: 120px;
	background-size: 10px 120px;
}
.phase-title {
	padding-bottom: 20px;
	text-transform: lowercase;
	font-weight: 300;
}


div.intoflesh, .intoflesh {
	background: #740710;
	background: -webkit-linear-gradient(left, #740710, #342142 30%, #342142 70%, #740710);
	background: -o-linear-gradient(left, #740710 , #342142 50%, #740710);
	background: -moz-linear-gradient(left, #740710 , #342142 50%, #740710);
	background: linear-gradient(to right, #740710, #342142 30%, #342142 70%, #740710);
}

div.intofleshContainer {
	background-image: url(../img/portfolio/game/intoTheFlesh/noise3.png);
}
.intoflesh p, .intoflesh h3 {
	color: #a7a7a7;
}
.intoflesh h2 {
	color: #c6c2b2;
}
.intoflesh .section-title, .intoflesh .page_container .section-subTitle {
	font-family: zombieQueen;
	font-size: 2.5em;
	letter-spacing: 4px;
	border-bottom: none;
	margin-bottom: 10px;
} 
.intoflesh #webnApp_title .section-subTitle {
	font-size: 16px;
    letter-spacing: 1px;
}
.intoflesh .page_container .section-subTitle {
	margin-bottom: 75px;
}

.intoflesh .fleshRole .z_block {
	float: left;
}
.intoflesh .fleshRole img.zombie {
	height: 200px;
	width: auto;
}
.intoflesh .fleshRole img.wCell {
	margin-top: 100px;
	height: 100px;
	width: auto;
}
.intoflesh .marginBm30 > div {
	margin-bottom: 30px;
}
.intoflesh .button{
	border: 1px solid #C6C2B0;
    color: #C6C2B0;	
}
.intoflesh .button:hover  {
	border: 1px solid white;
    color: white;
    background: #C6C2B0; 
}

#project_content {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9999;
	background: white;
	width: 100%;
}

.project-summary {
	font-family: 'Bad Script', cursive;
	font-size: 1.75em;
	margin-top: 75px;
	line-height: 2em;
}
.project-is-visible {
	visibility: visible;
}

.bottom-section {
	position: absolute;
	left: 0;
	width: 100%;
}
.nav-bottom {
	background: #949494;
	width: 100%;
	height: 60px;
	padding: 15px 0;
}
.nav-bottom img {
	height: 20px;
	width: 30px;
	display: inline-block;
	margin: 0 4px;
}
.nav-bottom a {
	line-height: 30px;
	font-size: 16px;
	color: white;
	opacity: .8;
	display: inline-block;
	width: 110px;
}
.nav-bottom a:hover {
	text-decoration: none;
	opacity: 1;
}
.show_on_mobile_only {
	display: none;
}
.show_on_mobile_only p.project_title, .show_on_mobile_only p.project_category {
	font-size: 17px;
    text-align: left;
    font-weight: 400;
    padding: 8px 0;
    color: black;
    margin: 0;
    padding-bottom: 0;
    line-height: 24px;
}
.show_on_mobile_only p.project_category {
	font-size: 11px;
    text-align: left;
    padding: 0;
    color: #4f565e;
    text-transform: uppercase;
    letter-spacing: 1px;
}

@media only screen and (max-width: 1200px) {
	#contact h4 {
/* 		margin-bottom: 30px; */
	}	
}
@media only screen and (max-width: 990px) {
	#contact h4 {
/*
		font-size:  2em;
		margin-bottom: 20px;
*/
	}
	.contact-info {
/* 		margin-top: -31%; */
	}
}
@media only screen and (max-width: 750px) {

	#contact {
		margin-left: -15px;
	    margin-right: -15px;
	}
	#contact .container {
		padding-top: 50px;
	}
	.contact-info {
		margin-bottom: 20px;
	}
	div.copyright {
		padding-bottom: 20px;
		margin-top: 10px;
	}

	.show_on_mobile_only {
		display: block;
	}
}
@media only screen and (max-width: 650px) {
	ul.motion_thumbnail {
		padding: 0;
	    margin: 0 -15px;
	}
	#contact a.contact-link-box {
		position: relative;
		width: 245px;
	    height: 40px;
	    margin: auto;
	    margin-bottom: 30px;
	    line-height: 40px;
	    font-size: 13px;
	}	
	.contact-info p {
	    margin: 0;
	    font-size: 16px;
	    line-height: 40px;
	    width: 40px;
	}
}
@media only screen and (max-width: 480px) {
	body {
		padding-left: 16px;
		padding-right: 16px;  
	}	
	
	.project-summary {
	    margin-top: 0;
	    font-size: 1.5em;
	}
	.webnApp .section-subTitle {
	    padding: 0 0 32px 0;
	}
	h1 {
		font-size: 3.5em;
	}
	.col-xs-12 {
		padding-top: 10px; 
		padding-bottom: 10px;
	}
	div.spacing-24, div.spacing-32, div.spacing-40 {
		height: 0;
	}
	.col-xs-12.dummy {
		padding: 0;
	}
}
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2) {
/*
  	.contact-info {
		top: 40px;
	}
  	#contact h4 {
		font-size:  1.25em;
		margin-bottom: 15px;
	}
	.contact-info p, .contact-info a {
		line-height: 1.25em;
		font-size: 14px; 
		color: #fff;
	}
*/
}
