
h1 {
	direction:ltr;
	padding:0 0 10px 8px;
	font-size: 20px;
	font-family:Times New Roman;
}

h2 {
	direction:ltr;
	text-align:left;
	font-size: 18px;
	height:20px;
	padding:0px 15px 0px 10px;
}

h3 {
	direction:ltr;
	text-align: justify;
	font-size: 15px;
	padding:30px;
	line-height:20px;
}

h4 {
	font-size: 12px;
	line-height:20px;
	text-align:center;
}

h5 {
	font-size: 10px;
}

h6 {
	font-size:8px;
}

i {
	font-size: 100px;
	transition: all .4s ease-in-out;
}

i:hover {
	color: #CF423C;
	transition: all .4s ease-in-out;
}

.colored {
	color:#03C;
	font-weight: bold;
}

.wrap {
	background: url(../images/bg/04.jpg)no-repeat;
	background-size: cover;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index:-1;
}

.nav {
	width: 100%;
	height: 150px;
	background: #FFF;
	overflow: hidden;
	position: absolute;
	opacity: .7;
	top: 50%;
	margin-top: -70px;
}

.logo-area {
	display: none;
	position: absolute;
	width: 200px;
	height: 200px;
	left: 200px;
	top: 50%;
	margin-top:-100px;
	overflow: hidden;
	z-index: 1;
	cursor: pointer;
}

.slow  {
	-webkit-transition: all 400ms linear;
	-moz-transition: all 400ms linear;
	-ms-transition: all 400ms linear;
	-o-transition: all 400ms linear;
	transition: all 400ms linear;
}

.logos-container {
	margin-left: -200px;
	width: 800px;
	height: 200px;
}

.logo-dark {
	background: url(../images/bg/ecclogolight2.png)no-repeat;   
	font-weight: bold;
	line-height: 70px;
	text-align: center;
	width: 200px;
	height: 200px;
	
	z-index: 1;
	float: right;
}

.logo-light {
	background: url(../images/bg/ecclogolight.png)no-repeat;   
	font-weight: bold;
	line-height: 70px;
	text-align: center;
	width: 200px;
	height: 200px;
	
	z-index: 1;
	float: right;
}

.loader {
	width: 200px;
	height: 200px;
	background: url(../images/loader.gif);
	float: left;
	overflow: hidden;
	-webkit-animation: move 3s linear infinite;
	-moz-animation: move 3s linear infinite;
	-o-animation: move 3s linear infinite;
	position: absolute;
	top:50%;
	margin-top: -100px;
	left:50%;
	margin-left: -100px;
}

.nav-area {
	float: left;
	width: 870px;
	height: 100%;
	margin-left: 450px;
	padding: 35px 10px;
}

.nav-area h1 {
	display: none;
	margin-right: 305px;
}

.nav-area ul li {
	float: left;
	font-size:13px;
	margin: 0px 8px;
	text-decoration: none;
	list-style: none;
}

.nav-area ul li a {
	text-decoration: none;
	color: #000;
}

#main-nav {
	display: none;
}

.page {
	display: none;
	width: 100%;
	height: 80%;
	background-image:
	background:#000;
	opacity: .7;
	top: 175px;
	position: absolute;
}

.close {
	text-align: right;
	margin-left: 202px;
	width: 970px;
	cursor: pointer;
	height: 35px;
	padding-top: 10px;
}

.close .icon-remove-sign {
	font-size: 25px;
	color: #CF423C;
}

.close .icon-remove-sign:hover {
	color: #CF423C;
}

.content {
	width: 970px;
	height: 80%;
	margin-left: 200px;
	text-align: center;
	color: white;
	line-height: 80px;
	margin-top: 15px;
}

#Portfolio .content, #Team .content {
	overflow: scroll;
	overflow-x:hidden;
}
.col {
	text-align: center;
	width: 307px;
	float: left;
	margin: 0px 5px
}

.col p {
	line-height: 25px;
	font-size: 13px;
}

@-webkit-keyframes move{0%{background-position:0 0;}50%{background-position:300px;}
100%{background-position:600px;}}@-moz-keyframes move{0%{background:0;}50%{background:300px;}
100%{background:600px;}}@-o-keyframes move{0%{background:0;}50%{background:300px;}
100%{background:600px;}}