
@font-face {
  font-family: "round-console";
  src: url('../fonts/round-console/round-console.eot');
  src: url('../fonts/round-console/round-console.eot?#iefix') format('eot'), url('../fonts/round-console/round-console.woff') format('woff'), url('../fonts/round-console/round-console.ttf') format('truetype'), url('../fonts/round-console/round-console.svg#FontAwesome') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "round-console bold";
  src: url('../fonts/round-console-bold/round-console-bold.eot');
  src: url('../fonts/round-console-bold/round-console-bold.eot?#iefix') format('eot'), url('../fonts/round-console-bold/round-console-bold.woff') format('woff'), url('../fonts/round-console-bold/round-console-bold.ttf') format('truetype'), url('../fonts/round-console-bold/round-console-bold.svg#FontAwesome') format('svg');
  font-weight: normal;
  font-style: normal;
}

body{
	background-color: rgb(240,240,240);
	margin: 0px;
	font-family: "round-console";/*Tahoma;*/
}

.wrapper{
	display: block;	
	width: 100%;
	margin: auto;
	/*background-image: url(../images/background.jpg);*/

	background-color: white;
	background-image: url(../images/background-lights-green.jpg);
	background-attachment: fixed;
	background-position: 0% 0%;
	box-shadow: 0 0 50px hsla(0,0%,0%,0.3);
}
.wrapper>header{
	position: fixed;
	display: block;
	background-color: hsla(105,0%,0%,1);	
	box-shadow: 0 5px 10px hsla(0,0%,0%,0.1);
	z-index: 10;
	width: 100%;
	height: 90px;
	overflow: hidden;
}
.not-center{
	max-width: 1000px;
	padding: 0px 30px;
	margin: auto;
}
.center{
	text-align: center;
	max-width: 1000px;
	padding: 0px 30px;
	margin: auto;	
}
.container{
	width: 100%;
	display: table;
}
.logo{
	display: table-cell;
	margin: 0px;
	padding: 0px;
	width: 281px;
	height: 84px;
	text-decoration: none;
	color: white;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}
.logo img{
	vertical-align: middle;
}
.language-change{
	position: relative;
	top: 120px;
}
.language-change p{
	position: absolute;
	text-align: left;
	margin: 0px;
	width: 250px;
	padding: 20px;
	border-style: solid;
	border-width: 1px;
	border-radius: 5px;
	background-color: white;
}
.language-change .arrow-up{
	position: absolute;
	width: 10px;
	height: 10px;
	top: -9px;
	left: 150px;
	background-image: url(../svg/arrow-up.svg);
	z-index: 2;
}
.language-change .close{
	width: 10px;
	height: 10px;
	position: absolute;
	right: 10px;
	top: 10px;
	background-image: url(../svg/close.svg);
}

.wrapper>header>.center>.container>nav{
	display: table-cell;
	vertical-align: middle;
	text-align: right;
	min-width: 430px;
	text-transform: uppercase;
}

li{
	list-style-type: none;
	display: inline;
	margin: 0px;
}
a{
	color: hsla(240, 100%, 80%, 1);
	text-decoration: none;
	transition-property: background-image, color;
	-webkit-transition-property: background-image, color;
	-webkit-transition-duration: 1.5s;
	transition-duration: 1.5s;
}

li a, h5 a{
	color: black;
	text-decoration: none;
	-webkit-transition-property: background-color;
	transition-property: background-color;
}
ul a{
	color: hsla(0,0%,65%,1);
	padding: 40px 40px;
	margin: 0px;
}
a:hover{
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
a.web-link{
	/*border-bottom-left-radius: 20px;*/
}
a.team-link{
	/*border-top-right-radius: 20px;*/
}
a.web-link:hover, a.web-link.selected{
	background-color: hsla(71, 50%, 40%, 0.5);
	box-shadow: 0 0 15px hsla(71, 50%, 40%, 0.5);
}
a.mobile-link:hover, a.mobile-link.selected{
	background-color: hsla(193, 50%, 45%, 0.5);
	box-shadow: 0 0 15px hsla(193, 50%, 45%, 0.5);
}
a.advertising-link:hover, a.advertising-link.selected{
	background-color: hsla(240, 50%, 50%, 0.5);
	box-shadow: 0 0 15px hsla(240, 50%, 50%, 0.5);
}
a.team-link:hover, a.team-link.selected{
	background-color: hsla(292, 50%, 50%, 0.5);
	box-shadow: 0 0 15px hsla(292, 50%, 50%, 0.5);
	
}
.contactinfo{
	padding: 50px 0px;
}
.home{
	width: 100%;
	display: table;
	padding: 100px 0px;
	padding-top: 100px;
	background-color: hsla(0,0%,100%,0.8);
	box-shadow: 0 0 20px hsla(0,0%,0%,0.2) inset;
}

.description{
	display: table-cell;
	vertical-align: middle;	
	text-align: left;
	text-shadow: 0 0 8px hsla(0,0%,0%,0.3);
	width: auto;
}
.frame{
	background-color: hsla(0,0%,100%,0);
	border-bottom-right-radius: 80px;
	border-width: 1px;
	border-color: rgba(0,0,0,0.2);
	/*border-bottom-style: solid;
	border-right-style: solid;*/
	width: 490px;
}
strong{
	color: hsla(0, 100%, 0%, 1);
	font-size: 1.2em;
	transition-property: color, text-shadow;
	-webkit-transition-property: text-shadow, color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
strong.one{
	color: hsla(71, 30%, 20%, 1);
	text-shadow: 0 0 8px hsla(0, 0%, 0%, 0.3);
}
strong.one.lit{
	color: hsla(71, 30%, 40%, 1);
	text-shadow: 0 0 8px hsla(71, 30%, 40%, 1);
}
strong.two{
	color: hsla(193, 30%, 25%, 1);
	text-shadow: 0 0 8px hsla(0, 0%, 0%, 0.3);
}
strong.two.lit{
	color: hsla(193, 30%, 45%, 1);
	text-shadow: 0 0 8px hsla(193, 30%, 45%, 1);
}
strong.three{
	color: hsla(240, 30%, 30%, 1);
	text-shadow: 0 0 8px hsla(0, 0%, 0%, 0.3);
}
strong.three.lit{
	color: hsla(240, 30%, 50%, 1);
	text-shadow: 0 0 8px hsla(240, 30%, 50%, 1);
}
strong.four{
	color: hsla(292, 30%, 30%, 1);
	text-shadow: 0 0 8px hsla(0, 0%, 0%, 0.3);
}
strong.four.lit{
	color: hsla(292, 30%, 50%, 1);
	text-shadow: 0 0 8px hsla(292, 30%, 50%, 1);
}
h4{
	font-size: 30px;
	line-height: 50px;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 0px;
}
.h4-spanish{
	font-size: 24px;
}
.slogan{
	display: table-cell;
	vertical-align: middle;
	width: 350px;
	text-align: right;
	color: hsla(0,0%,0%,1);
	/*text-shadow: 0 0 10px hsla(0,0%,0%,1);*/
}
h1{
	display: inline-block;
	width: 300px;
	font-size: 80px;
	font-weight: normal;
	letter-spacing: -6px;
	line-height: 60px;
	
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
}
h2, h3{
	text-transform: uppercase;
	font-size: 30px;
	font-weight: normal;
	letter-spacing: -1px;
	line-height: 30px;
	margin: 0px;
	padding: 0px;
	color: hsla(0, 0%, 50%, 1);
	text-shadow: none;
}

.whyus{
	border-top-style: solid;
	border-bottom-style: solid;
	border-width: 1px;
	border-color: rgba(0,0,0,0.2);
	overflow: hidden;
	color: white;
	background-color: hsla(0,0%,0%,0.7);
	font-size: 20px;
	padding: 100px;
	text-shadow: 0 0 8px hsla(0, 0%, 100%, 0.3);
}
.whyus ul{
	padding: 0px;
}
.whyus li{
	display: block;
	padding: 20px 0px;
	text-align: justify;
}
.whyus li li{
	display: block;
	padding: 10px 0px;
}
.projects{
	background-color: hsla(0,0%,100%,0.8);
}
.projects .title h5 a, .projects .content div h4, .projects .content p{
	color: black;
}
article{
	border-top-style: solid;
	border-bottom-style: solid;
	border-width: 0px;
	border-color: rgba(0,0,0,0.2);
	overflow: hidden;
	width: 100%;
	padding: 0px 0px;
	padding-top: 100px;
	background-color: hsla(0,0%,0%,0.8);
}
article header{
	width: 100%;
}
article .title{
	display: block;
	text-align: center;
	padding: 30px;
}
article .title h5 a{
	color: hsla(0,0%,100%,0.7);
}
article nav{
	text-transform: uppercase;
	display: table-cell;
	vertical-align: middle;
	text-align: right;
}
article .title a:hover{
	color: grey;
}
article .content{
	text-align: justify;
	font-size: 18px;
}
.contact-section{
	padding: 10px 0px;
	border-width: 1px;
	border-radius: 10px;
	border-color: hsla(0, 0%, 0%, 0.2);
	text-align: center;
}
article .content p{
	color: hsla(0,0%,100%,0.7);
	text-align: justify;
}
.text-center, article .content p.text-center{
	text-align: center;
}
article .content div h2, article .content div h4{
	text-align: center;
	color: hsla(0,0%,100%,0.7);
}
article .content div a.center{
	text-align: center;
	display: block;
}
article .content div h2 a{
	text-decoration: none;
	color: inherit;
}
.text-white{
	color: white;
}
.table{
	display: table;
}
.row{
	display: table-row;
}
.cell{
	display: table-cell;
	vertical-align: middle;
}
article .content .row>div{
	display: table-cell;
	vertical-align: top;
	padding: 10px;
	width: 50%;
}

h5{
	font-size: 50px;
	font-weight: normal;
	letter-spacing: -3px;
	line-height: 45px;
	margin: 0px;
}
.address{
	padding-bottom: 100px;
}
.web-example{
	display: table-cell;
	width: 200px;
	text-decoration: none;
}
.web-example img{
	display: block;
	height: 200px;
	outline: none;
	border: 0;
	box-shadow: 0 0 5px hsla(0, 0%, 0%, 0.5);
	
	-webkit-filter: grayscale(1);
	-moz-filter: grayscale(1);
	-o-filter: grayscale(1);
	-ms-filter: grayscale(1);
	filter: grayscale(1);
	opacity: 0.5;
	
	transition-property: all;
	-webkit-transition-property: all;
	-webkit-transition-duration: 1.5s;
	transition-duration: 1.5s;
}
.web-example:hover img{
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-o-filter: grayscale(0);
	-ms-filter: grayscale(0);
	filter: grayscale(0);
	opacity: 1;
	transition-property: none;
	-webkit-transition-property: none;
}
a.web-example{
	color: hsl(0, 0%, 50%);
}
article .web-example p{
	display: block;
	width: 100%;
	color: black;
	text-decoration: none;
	font-size: 16px;
}

.marketing-example img{
	width: 345px;
}
.videos{
	text-align: center;
}
.videos>div{
	margin-bottom: 50px;
	width: 640px;
	margin: auto;
}
.video{
	position: relative;
	width: 640px;
	height: 400px;
	margin: auto;	
}
.video img{
	box-shadow: 0 0 15px hsla(0, 0%, 0%, 0.5);
	
	-webkit-filter: grayscale(1);
	-moz-filter: grayscale(1);
	-o-filter: grayscale(1);
	-ms-filter: grayscale(1);
	filter: grayscale(1);
	opacity: 0.5;
	
	transition-property: all;
	-webkit-transition-property: all;
	-webkit-transition-duration: 1.5s;
	transition-duration: 1.5s;
}
.video:hover img{
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-o-filter: grayscale(0);
	-ms-filter: grayscale(0);
	filter: grayscale(0);
	opacity: 1;
	transition-property: none;
	-webkit-transition-property: none;
}
.video .thumbnail{
	width: 100%;
	height: 100%;
}
.video a{
	font-size: 0;
	display: block;
	background-image: url("../images/play.png");
	background-size: 100px;
	content: "";
	width: 100px;
	height: 100px;
	position: absolute;
	left: 270px;
	top: 150px;
	z-index: 2;
}
.video:hover a{
	background-image: url("../images/play-hover.png");
	-webkit-transition-duration: 0.6s;
	transition-duration: 0.6s;
}

.video iframe{
	display: block;
	width: 640px;
	height: 400px;
}

.web h2, .web li a:hover, .web  li a.selected{
	color: hsla(71, 50%, 40%, 1);
}
.mobile h2, .mobile li a:hover, .mobile li a.selected{
	color: hsla(193, 50%, 45%, 1);
}
.advertising h2, .advertising li a:hover, .advertising li a.selected{
	color: hsla(240, 50%, 50%, 1);
}
.team h2, .team li a:hover, .team li a.selected{
	color: hsla(292, 50%, 50%, 1);
}

/*.mobile .title{
	text-align: right;
}
.mobile nav{
	text-align: left;
}
.team .title{
	text-align: right;
}
.team nav{
	text-align: left;
}*/
article .content .contact p{
	text-align: center;
}
.contact a{
	text-decoration: none;
	color: hsla(292, 50%, 50%, 1);
	font-size: 1.5em; 
}
.team a{
	text-decoration: none;
	color: hsla(292, 50%, 50%, 1);
}
input, textarea{
	width: 150px;
	border-style: none;
	background-color: hsla(0, 0%, 0%, 0.2);
	padding: 10px;
	color: hsla(0,0%,100%,0.7);
}
input:focus, textarea:focus{
	outline: none;
}
textarea{
	display: block;
	margin: auto;
	margin-top: 5px;
	width: 676px;
	min-height: 50px;
	resize: none;
}
.person{
	display: block;
	border-style: none;
	padding: 0px;
}	
input.submit{
	width: 696px;
	cursor: pointer;
}
@keyframes blink { 
   50% { background-color: hsla(0, 0%, 50%, 0.9); } 
}
@-webkit-keyframes blink { 
   50% { background-color: hsla(0, 0%, 50%, 0.9); } 
}
.notification{
	animation: blink .5s step-end infinite alternate;
	-webkit-animation: blink .5s step-end infinite alternate;
}
.chat{
	position: fixed;
	bottom: 0px;
	right: 0px;
	width: 300px;
	background-color: hsla(0, 0%, 0%, 0.9);
	border-radius: 5px 5px 0px 0px;
	padding: 10px;
	color: white;
	max-height: 80%;
	box-shadow: 0 0 50px hsla(0,0%,100%,0.3);
}
.chat .content{
	
}
.chat ul{
	padding: 5px;
	border-color: hsla(0, 0%, 50%, 1);
	border-width: 1px;
	border-style: solid none solid none;
	overflow-y: auto;
	overflow-x: hidden;
	max-height: 500px;
}
.chat li{
	padding: 0px;
	width: 100%;
	display: block;
}
.chat li.message-client{
	color: hsla(200, 50%, 50%, 1);
}
.chat li.message-server{
	color: hsla(280, 50%, 50%, 1);
}
.chat input, .chat textarea{
	width: 100%;
	display: block;
	background-color: hsla(0, 0%, 100%, 0.1);
	resize: none;
}
.chat .title{
	cursor: pointer;
}
.selected{
	color: red;
}


footer{
	width: 100%;
	background-color: hsla(0,0%,100%,1);
	height: 100px;
}
.language-change-footer{
	display: table-cell;
	vertical-align: middle;
	padding: 30px;
}
.contact-link{
	display: table-cell;
	vertical-align: middle;
}
.copyright{
	display: table-cell;
	vertical-align: middle;
	text-align: right;
	padding: 30px;
}



.animate-enter, 
.animate-leave,
.animate-show,
.animate-hide
{ 
    -webkit-transition: 400ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
    -moz-transition: 400ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
    -ms-transition: 400ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
    -o-transition: 400ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
    transition: 400ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
} 
 
.animate-enter.animate-enter-active, 
.animate-leave,
.animate-show.animate-show-active,
.animate-hide{
    opacity: 1;
}
 
.animate-leave.animate-leave-active,
.animate-enter,
.animate-hide.animate-hide-active,
.animate-show{
    opacity: 0;
}



/* Small screens */
@media (max-width: 925px){
	a{
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0); 
	}
	.center{
		padding: 0px 5px;
	}
	.logo{
		width: auto;
		height: auto;
		text-align: left;
	}
	.logo img{
		width: 50px;
	}
	.logo span{
		display: none;
	}
	.language-change{
		font-size: 12px;
		top: 65px;
	}
	.language-change .arrow-up{
		left: 20px;
	}
	.language-change p{
		padding: 5px;
		width: 200px;
	}
	.language-change a{
		padding: 30px 0px;
	}
	.language-change .close{
		background-image: none;
		font-size: 13px;
		height: 10px;
		overflow: hidden;
	}
	.language-change .close:after{
		position: absolute;
		content: 'X';
		top: -5px;
	}
	.home{
		padding: 0px;
		padding-top: 100px;
	}
	.whyus{
		text-align: left;
		padding: 20px;
		font-size: 20px;
	}
	.wrapper>header{
		border-bottom-style: solid;
		border-color: hsla(0, 0%, 70%, 1);
		height: 50px;
	}
	.wrapper>header>.center>.container{
		text-align: center;
		height: 40px;
	}
	.wrapper>header>.center>.container>nav{
		text-align: right;
		min-width: 270px;
		width: 270x;
		padding: 0px;
		padding-right: 0px;
	}
	.wrapper>header>.center>.container>nav>ul{
		padding-left: 0px;
		padding-right: 0px;
	}
	.wrapper>header nav ul li a{
		font-size: 14px;
		padding: 10px 10px;
	}
	.description{
		display: block;
		margin: auto;
		text-align: center;
		width: 310px; 
		padding: 0px;
		margin-top: 20px;
	}
	.frame{
		display: inline-block;
		width: auto;
		padding: 0px;
	}
	.frame h4{
		font-size: 19px;
		line-height: 30px;
	}
	.frame h4.h4-spanish{
		font-size: 20px;
	}
	.slogan{
		display: block;
		text-align: center;
		margin: auto;
		padding: 20px 0px;
		width: 270px;
	}
	.slogan h1{
		width: 270px;
	}
	article{
		padding: 60px 0px;
	}
	article nav{
		display: none;
	}
	article .title{
		text-align: center;
		padding: 0px;
	}
	article h5{
		font-size: 50px;
		padding: 2px 0px;
		line-height: 40px;
	}
	article h2, article h3{
		font-size: 25px;
		padding: 1px 0px;
		line-height: 20px;
	}
	.contact-section{
		padding: 60px 10px;
		padding-bottom: 0px;
		margin: 0px;
		font-size: 20px;
		border-style: none;
	}
	article .content p{
		text-align: left;
	}
	.videos>div{
		width: 320px;
	}
	.video{
		width: 320px;
		height: 200px;
	}
	.video a{
		left: 110px;
		top: 50px;
	}
	.video iframe{
		width: 320px;
		height: 200px;
	}
	.video img{
		-webkit-filter: grayscale(0);
		-moz-filter: grayscale(0);
		-o-filter: grayscale(0);
		-ms-filter: grayscale(0);
		filter: grayscale(0);
		opacity: 1;
		transition-property: none;
		-webkit-transition-property: none;
	}
	
	.web-example{
		width: 320px;
	}
	.web-example img{
		-webkit-filter: grayscale(0);
		-moz-filter: grayscale(0);
		-o-filter: grayscale(0);
		-ms-filter: grayscale(0);
		filter: grayscale(0);
		opacity: 1;
		transition-property: none;
		-webkit-transition-property: none;
		
		width: 320px;
		height: auto;
	}
	
	.contact a{
		display: inline-block;
		padding: 10px;
		font-size: 20px;
	}
	input{
		display: block;
		margin: 5px auto;
		width: 250px;
	}
	textarea{
		width: 250px;
	}
	input.submit{
		width: 270px;
	}
	footer{
		height: auto;
	}
	.language-change-footer, .contact-link, .copyright{
		display: block;
		padding: 10px;
		text-align: left;
	}
	.list, article .content .row>div{
		display: block;
		margin: auto;
		width: auto;
	}
}

/* Medium screens */
@media (min-width: 500px) and (max-width: 925px){
	.logo{
		width: 250px;
	}
	.wrapper>header>.center>.container>nav{
	}
	.logo span{
		display: inline-block;
	}
	.description{
		width: 480px;
		margin: 30px auto;
	}
	.language-change{
		font-size: 16px;
	}
	.language-change p{
		width: 250px;
	}
	.language-change .arrow-up{
		left: 50px;
	}
	.frame h4{
		font-size: 28px;
		line-height: 40px;
	}
	.frame h4.h4-spanish{
		font-size: 32px;
	}
	.slogan{
		margin-bottom: 30px;
	}
	article h5{
		font-size: 90px;
		padding: 2px 0px;
		line-height: 80px;
	}
	article h2, article h3{
		font-size: 50px;
		padding: 1px 0px;
		line-height: 40px;
	}
	.videos>div{
		width: 480px;
	}
	.video{
		width: 480px;
		height: 300px;
	}
	.video a{
		left: 190px;
		top: 100px;
	}
	.video iframe{
		width: 480px;
		height: 300px;
	}
	input{
		width: 400px;
	}
	textarea{
		width: 400px;
	}
	input.submit{
		width: 420px;
	}
}
