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

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

html, body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	-webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

a {
	text-decoration:none;
}

img {
	border:none;
}

p {
	margin:0px;
	padding:0px;
}

ul {
	list-style-type:none;
	padding:0px;
	margin:0px;
}

.clear {
	clear:both;
}

.inner-container {
	position:relative;
	width:100%;
	height:100%;
	z-index:1;
	overflow:hidden;
}

.background {
	position:absolute;
	width:100%;
	height:100%;
	z-index:1;
	top:0px;
	overflow:hidden;
}

.background img {
	width:100%;
	min-height:100%;
}

.background .shadow {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
}

#body {
	width:100%;
	height:100%;
}

#header {
	width:100%;
	height:60px;
	background-color:#000;
	position:fixed;
	z-index:999;
	top:0px;
}

#header ul {
	text-align:center;
	padding-top:20px;
}

#header ul li {
	display:inline-block;
	padding:0px 10px;
}

#header ul li a {
	font-family:'ralewaythin';
	color:#ffffff;
	font-size:16px;
	text-transform:uppercase;
	text-decoration:none;
}

#header #mobile-menu-button, #header #mobile-menu {
  display:none;
}

#main #logo {
	text-align:center;
	z-index:2;
}

#main{
	background-image: url('../images/home-bg.jpg');
	background-size: cover;
	background-position: bottom;
}

.logo-light {
	opacity:0;
}

.logo-bulb {
	position:absolute;
	left:0;
	right:0;
	margin:0 auto;
	top:18%;
}

#main .main-text {
	font-family:'ralewaythin';
	text-align:center;
	font-size:16px;
	z-index:2;
}

#about #three-person {
	height:100%;
	position:relative;
	margin-left: 5%;
}

#about #three-person img {
	position: absolute;
	left: -80%;
	width: 80%;
	margin: 25% 10%;
}

#about #content #content-title {
	font-family:'rockwellregular';
	font-size:70px;
	color:#6B6B6B;
	line-height:60px;
	margin: 15% 0px 0px 0px;
	text-transform:uppercase;
}

#about #content #content-title-desc {
	font-family:'rockwellregular';
	font-size:18px;
	color:#000000;
	margin:0px 0px 20px 0px;
}

#about #content #content-text {
	font-family:'ralewaythin';
	font-size:18px;
	color:#000000;
	margin:0px;
}

#about #hanging-light-bulb {
	text-align:right;
	height:100%;
	position:relative;
}

#hanging-light-bulb-1 {
	position:absolute;
	top:-100%;
	left:125px;
}

#hanging-light-bulb-2 {
	position:absolute;
	top:-100%;
	left:155px;
}

#hanging-light-bulb-3 {
	position:absolute;
	top:-100%;
	left:220px;
}

#hanging-light-bulb-4 {
	position:absolute;
	top:-100%;
	left:280px;
}

#hanging-light-bulb-5 {
	position:absolute;
	top:-100%;
	left:320px;
}

#team #content {
	z-index:2;
}

#team #content #content-title {
	font-family:'rockwellregular';
	font-size:70px;
	color:#000000;
	line-height:60px;
	margin: 40px 0px 0px 0px;
	text-transform:uppercase;
	text-align:center;
}

#team #content #content-title-desc {
	font-family:'rockwellregular';
	font-size:18px;
	color:#000000;
	text-align:center;
}

#team .team {
	z-index:2;
	height:210px;
}

#team .team img {
	position:absolute;
	-moz-transform:rotate(-180deg);
	-webkit-transform:rotate(-180deg);
	-o-transform:rotate(-180deg);
	-ms-transform:rotate(-180deg);
	transform:rotate(-180deg);
	top:-105%;
	opacity:0;
}

#team .team-animated img {
	-moz-transform:rotate(0deg);
	-webkit-transform:rotate(0deg);
	-o-transform:rotate(0deg);
	-ms-transform:rotate(0deg);
	transform:rotate(0deg);
	top:0%;
	opacity:1;
	-webkit-transition: all 500ms linear;
	-moz-transition: all 500ms linear;
	-ms-transition: all 500ms linear;
	-o-transition: all 500ms linear;
	transition: all 500ms linear;
}

#team .team-1, #team .team-2, #team .team-3, #team .team-4 {
	z-index:3;
}

#team .team  .team-img img {
	-webkit-border-radius: 50% 50% 50% 50%;
	border-radius: 50% 50% 50% 50%;
	border:2px solid #606060;
	background-color:#606060;
	width:180px;
}

#team .team .team-img .team-plus {
	position:absolute;
	right:25px;
	top:13px;
	width:40px;
	height:40px;
}

#team .team .team-img .team-plus img {
	width:100%;
}

#team .team .team-img .team-plus .team-email {
	display:none;
	position:absolute;
	right:50%;
	top:0px;
	height:100%;
	width:200px;
	background-color:#606060;
	color:#ffffff;
	font-family:'rockwellregular';
	padding-left:10px;
	line-height:40px;
}

#team .team-1 .team-img, #team .team-2 .team-img, #team .team-3 .team-img {
	right:0px;
	width:60%;
	position:absolute;
	height:100%;
}

#team .team-4 .team-img {
	right:15px;
	width:60%;
	position:absolute;
	height:100%;
}

#team .team-5 .team-img {
	left:50px;
	width:60%;
	position:absolute;
	height:100%;
}

#team .team-6 .team-img, #team .team-7 .team-img, #team .team-8 .team-img {
	left:0px;
	width:60%;
	position:absolute;
	height:100%;
}

#team .team-1 .team-caption, #team .team-2 .team-caption, #team .team-3 .team-caption, #team .team-4 .team-caption {
	right:0px;
}

#team .team-5 .team-caption, #team .team-6 .team-caption, #team .team-7 .team-caption, #team .team-8 .team-caption {
	left:10px;
}
.team-box-group{
	width: 100%;
	margin: 0 0%;
	float: left;
}
.team-box{
	width: 15.7%;
	min-height: 300px;
	margin: 6px;
	float: left;
	position: relative;
}
.team-box-img{
	width: 100%;
}
.team-box img{
	position: absolute;
	left:0;
	width:100%;
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
}
.team-box:hover .img-top {
  opacity:0;
}
.team-box-info{
	width: 100%;
	position: absolute;
	bottom: -30px;
	text-align: center;
}
.team-box-info p.name{
	font-family:'rockwellregular';
	font-size: 22px;
	margin:0;
}
.team-box-info p.other-name{
	font-family:'rockwellregular';
	font-size: 14px;
	margin:0;
}

.team-caption {
	width:264px;
	height:59px;
	position:absolute;
	bottom:0%;
	opacity:0;
	background-color:#ED1F24;
}

.team-caption .name {
	font-family:'rockwellregular';
	color:#FFFFFF;
	font-size:25px;
	padding-right:10px;
	padding-left:10px;
	margin-bottom:0px;
}

.team-caption .other-name {
	font-family:'rockwellregular';
	color:#FFFFFF;
	font-size:16px;
	padding-right:10px;
	padding-left:10px;
}

#team #content {
	z-index:2;
}

#gallery #content #content-title {
	font-family:'rockwellregular';
	font-size:70px;
	color:#6d6d6d;
	line-height:60px;
	margin:10% 0px 0px 0px;
	text-transform:uppercase;
	text-align:center;
}

#gallery #content #content-title-desc {
	font-family:'rockwellregular';
	font-size:18px;
	color:#6d6d6d;
	text-align:center;
}

.gallery-slide {
	width:80%;
	margin:0 auto;
}

.video-slide {
	width:80%;
	margin:0 auto;
}

.gallery-video {
	padding-top:170px;
}

.gallery-video-iframe{
	width:100%;
	height:350px;
}

.gallery-slide ul {
	text-align:center;
	margin-bottom:0px;
	margin-top:200px;
}

.gallery-slide ul li {
	display:inline-block;
	position:relative;
	width:150px;
	overflow:hidden;
	margin:2px 3px;
}

.gallery-slide ul li img {
	opacity:0;
	width:150px;
}

.gallery-slide ul li .gallery-animated {
	opacity:1;
	-webkit-transition: all 500ms linear;
	-moz-transition: all 500ms linear;
	-ms-transition: all 500ms linear;
	-o-transition: all 500ms linear;
	transition: all 500ms linear;
}

#client #content {
	z-index:2;
}

#client #content #content-title {
	font-family:'rockwellregular';
	font-size:70px;
	color:#000000;
	line-height:60px;
	margin:1% 0px 0px 0px;
	text-transform:uppercase;
	text-align:center;
}

#client #content #content-title-desc {
	font-family:'rockwellregular';
	font-size:18px;
	color:#000000;
	text-align:center;
}

#client .client-logo {
	text-align:center;
	z-index:2;
	background-color:rgba(0,0,0,0.8);
}

#client .client-logo img {
	padding-top:20px;
	padding-bottom:20px;
}

.logo-animated {
    -webkit-animation-name: spin;
    -webkit-animation-duration: 3000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;

    -moz-animation-name: spin;
    -moz-animation-duration: 3000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;

    -ms-animation-name: spin;
    -ms-animation-duration: 3000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;

    animation-name: spin;
    animation-duration: 3000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@-ms-keyframes spin {
	0% { -ms-transform: translateY(0px); }
	25% { -ms-transform: translateY(5px); }
	50% { -ms-transform: translateY(0px); }
	75% { -ms-transform: translateY(5px); }
    100% { -ms-transform: translateY(0px); }
}
@-moz-keyframes spin {
	0% { -moz-transform: translateY(0px); }
	25% { -moz-transform: translateY(5px); }
	50% { -moz-transform: translateY(0px); }
	75% { -moz-transform: translateY(5px); }
    100% { -moz-transform: translateY(0px); }
}
@-webkit-keyframes spin {
	0% { -webkit-transform: translateY(0px); }
	25% { -webkit-transform: translateY(5px); }
	50% { -webkit-transform: translateY(0px); }
	75% { -webkit-transform: translateY(5px); }
    100% { -webkit-transform: translateY(0px); }
}
@keyframes spin {
	0% { transform: translateY(0px); }
	25% { transform: translateY(5px); }
	50% { transform: translateY(0px); }
	75% { transform: translateY(5px); }
    100% { transform: translateY(0px); }
}

/*@-ms-keyframes spin {
	0% { -ms-transform: translateX(0px) translateY(0px); }
	25% { -ms-transform: translateX(5px) translateY(5px); }
	50% { -ms-transform: translateX(0px) translateY(0px); }
	75% { -ms-transform: translateX(5px) translateY(5px); }
    100% { -ms-transform: translateX(0px) translateY(0px); }
}
@-moz-keyframes spin {
	0% { -moz-transform: translateX(0px) translateY(0px); }
	25% { -moz-transform: translateX(5px) translateY(5px); }
	50% { -moz-transform: translateX(0px) translateY(0px); }
	75% { -moz-transform: translateX(5px) translateY(5px); }
    100% { -moz-transform: translateX(0px) translateY(0px); }
}
@-webkit-keyframes spin {
	0% { -webkit-transform: translateX(0px) translateY(0px); }
	25% { -webkit-transform: translateX(5px) translateY(5px); }
	50% { -webkit-transform: translateX(0px) translateY(0px); }
	75% { -webkit-transform: translateX(5px) translateY(5px); }
    100% { -webkit-transform: translateX(0px) translateY(0px); }
}
@keyframes spin {
	0% { transform: translateX(0px) translateY(0px); }
	25% { transform: translateX(5px) translateY(5px); }
	50% { transform: translateX(0px) translateY(0px); }
	75% { transform: translateX(5px) translateY(5px); }
    100% { transform: translateX(0px) translateY(0px); }
}*/

#solution #content {
	z-index:2;
}

#solution #content #content-title {
	font-family:'rockwellregular';
	font-size:70px;
	color:#FFFFFF;
	line-height:60px;
	margin:110px 0px 0px 0px;
	text-transform:uppercase;
	text-align:center;
}

#solution #content #content-title-desc {
	font-family:'rockwellregular';
	font-size:18px;
	color:#FFFFFF;
	text-align:center;
}

#solution .light-bulb {
	z-index:2;
}

#solution .light-bulb img {
	width:200px;
}

#solution .light-bulb .glowing-light-bulb {
	text-align:center;
}

.light-bulb-glow {
	width:270px;
	position:absolute;
	top:0;
	left:0;
	right:0;
	margin:0 auto;
	opacity:0;
}

.light-bulb-animated {
	opacity:1;
	-webkit-transition: all 500ms linear;
	-moz-transition: all 500ms linear;
	-ms-transition: all 500ms linear;
	-o-transition: all 500ms linear;
	transition: all 500ms linear;
}

.light-bulb-text {
	font-family:'rockwellregular';
	font-size:30px;
	color:#ffffff;
	text-shadow: 0 0 40px #ffffff;
	text-align:center;
	line-height:30px;
	opacity:0;
}

#solution .mouse-over {
	z-index:2;
}

#solution .mouse-over .mouse-over-text {
	font-family:'rockwellregular';
	text-align:center;
	color:#FFFFFF;
	font-size:25px;
}

#contact #content {
	z-index:2;
	height:80%;
}

#contact #content #content-title {
	font-family:'rockwellregular';
	font-size:70px;
	color:#000000;
	line-height:60px;
	margin:1% 0px 0px 0px;
	text-transform:uppercase;
	text-align:left;
}

#contact #content #content-inner-title {
	font-family:'rockwellregular';
	font-size:40px;
	color:#000000;
	text-transform:uppercase;
	text-align:left;
}

#contact #content .content-text {
	font-family:'rockwellregular';
	font-size:16px;
	color:#000000;
	text-transform:uppercase;
	text-align:left;
}

#contact #form {
	z-index:2;
	height:80%;
}

.input-title {
	font-family:'rockwellregular';
	font-size:14px;
	color:#000000;
	text-align:left;
}

.input-text {
	width:100%;
	padding:2%;
	border:none;
	background-color:rgba(0,0,0,0.6);
	color:#FFFFFF;
}

.input-textarea {
	width:100%;
	height:200px;
	padding:1%;
	border:none;
	background-color:rgba(0,0,0,0.6);
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
}

.input-submit {
	width:100%;
	cursor:pointer;
	border:none;
	background-color:rgba(0,0,0,0.6);
	color:#FFFFFF;
	padding:10px;
}

.contact-background {
	background-color:#000000;
}

.margin-bottom {
	clear:both;
	margin-bottom:20px;
}

#footer {
	width:100%;
}

@media (max-width: 1000px) {
	html, body {
		width:100%;
		height:auto;
		overflow:auto !important;
	}
	
	.inner-container {
		height:auto !important;
		overflow:auto !important;
		position:relative !important;
	}
	
	#header{
		position:fixed !important;
	}
	
	#header #mobile-menu-button {
		display:block;
	}
	
	#header #website-menu {
		display:none;
	}
	
	#header #mobile-menu-button img {
		width:60px;
		padding:10px;
	}
	
	#header #mobile-menu {
		display:none;
	}
	
	#header #mobile-menu ul li {
		display:list-item;
	}
	
	#header #mobile-menu ul li a {
		font-size:25px;
	}
	
	#content {
		position:relative !important;
	}
	
	.logo-light {
		display:none;
	}
	
	.logo-bulb {
		position:relative;
		padding:100px 20px;
		top:0;
	}
	
	#about #content #content-title, #team #content #content-title, #solution #content #content-title, #client #content #content-title, #gallery #content #content-title, #contact #content #content-title {
		font-size:32px;
		margin-top:60px;
		text-align:center;
	}
	
	#about #content #content-title-desc, #team #content #content-title-desc, #solution #content #content-title-desc, #client #content #content-title-desc, #gallery #content #content-title-desc, #contact #content #content-title-desc{
		font-family: 'rockwellregular';
		font-size: 18px;
		text-align:center;
	}
	
	#about #content #content-text{
		font-family: 'ralewaythin';
		font-size: 16px;
		color: #000000;
		margin: 0px;
		text-align: center;
	}
	
	#about #three-person {
		display:none;
	}
	
	#about #hanging-light-bulb {
		display:none;
	}
	
	.team-sec{
		border-top: 2px solid #6c6c6c;
		margin-top:60px;
		margin-bottom: 60px;
	}
	
	#team .team {
		height:auto;
		padding-right: 1%;
		padding-left: 1%;
	}
	
	#team .team-1 .team-img, #team .team-2 .team-img, #team .team-3 .team-img, #team .team-4 .team-img, #team .team-5 .team-img, #team .team-6 .team-img, #team .team-7 .team-img, #team .team-8 .team-img {
		width:100%;
		position:relative;
		left:auto;
		right:auto;
		top:auto;
		bottom:auto;
		text-align:center;
	}
	
	#team .team .team-img .team-plus {
		display:none;
	}
	
	#team .team img {
		-moz-transform:rotate(0deg);
		-webkit-transform:rotate(0deg);
		-o-transform:rotate(0deg);
		-ms-transform:rotate(0deg);
		transform:rotate(0deg);
		top:0;
		opacity:1;
		position:relative;
	}
	
	#team .team-animated img {
		opacity:1;
	}
	
	#team .team  .team-img img {
		width: 135px;
		height: 135px;
		border: 1px solid rgba(0, 0, 0, 0.23);
		box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.45);
		background-color: transparent;
	}
	
	.team-caption {
		position: relative;
		width: 100%;
		height: auto;
		opacity: 1;
		margin: 10px 0px 0px 0px;
		background-color: #606060;
		min-height: 63px;
		border-left: 6px solid #ED1F24;
	}
	
	.team-caption .name{
		text-align:center;
		font-size:15px;
		font-weight:bold;
		font-family:"ralewaythin";
	}
	
	.team-caption .other-name{
		text-align:center;
		font-size:14px;
		font-family:"ralewaythin";
	}
	
	#team .team-5 .team-caption, #team .team-6 .team-caption, #team .team-7 .team-caption, #team .team-8 .team-caption {
		left:0;
	}
	
	#solution .light-bulb .glowing-light-bulb{
		width:33%;
		float:left;
	}
	
	#solution .light-bulb img{
		width:100%;
	}
	
	.light-bulb-glow {
		opacity:1 !important;
	}
	
	.light-bulb-text {
		opacity:1 !important;
		font-size: 15px;
		margin-top:50px;
		margin-bottom: 50px;
		text-align:center;
	}
	
	.mouse-over-text {
		display:none;
	}
	
	.col-md-2{
		width: 33.33%;
		height: 110px;
		float: left;
	}
	
	#client .client-logo img{
		width:auto;
		height:100%;
	}
	
	.slide {
		max-width:100%;
		min-width:50%;
		float:left;
	}
	
	#video{
		width:50%;
		margin-bottom:0px;
	}

	.gallery-slide {
		width:100%;
	}
	
	.video-slide {
		width:100%;
	}
	
	.gallery-slide ul {
		margin-top:0px;
		font-size:0;
	}
	
	.gallery-slide ul li {
		width:25%;
	}
	
	.gallery-slide ul li:nth-child(2n+1) {
		margin:0;
	}
	
	.gallery-slide ul li:nth-child(2n+2) {
		margin:0;
	}
	
	.gallery-slide ul li img {
		width:100%;
		opacity:1;
	}
	
	 #mobile-video{
		 width:50% !important;
		 float:left;
	 }
	
	.gallery-video {
		padding-top:0px;
		width:100%;
	}
	
	.gallery-video-iframe {
		width:100%;
		height:auto;
	}
	
	.contact-sec{
		background-color: #f7f7f7;
	}
	
	#contact #form .col-md-6, #contact #form .col-md-12 {
		padding-right:0;
		padding-left:0;
		margin-bottom: 15px;
	}
	#contact #content #content-inner-title{
		font-size:15px;
		text-align: center;
		font-family:"ralewaythin";
		font-weight:bold;
	}
	#contact #content .content-text{
		font-size:14px;
		text-align:center;
		font-family:"ralewaythin";
		font-weight:bold;
	}
	.input-title{
		font-family:"ralewaythin";
		font-weight:bold;
	}
	.margin-bottom {
		margin-bottom:0;
	}
	div.slidesContainer{
		width:100% !important;
	}
	div.slide.active.table{
		width:100% !important;
		margin-bottom:0px;
	}
	.tableCell{
		height:auto !important;
		display:block !important;
	}
	.controlArrow.prev{
		display:none;
	}
	.controlArrow.next{
		display:none;
	}
}
