
@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic);


/* #PAGE STYLES */

#preloader {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	z-index: 999999;
}

#status {
	width: 200px;
	height: 200px;
	position: absolute;
	left: 50%;
	top: 50%;
	background-image: url(../images/preload.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin: -100px 0 0 -100px;
}

html,body{
	background:#ffffff;
}



#project{
	position:relative;
	background:#f4f4f4;
	overflow-y:auto;
	width: 100%;
}


#project h1{
	color:#aaaaaa;
	font-weight:500;
	padding-top:25px;
	padding-bottom:25px;
	text-shadow: -1px -1px 1px #000000;
}
#project h6{
	color: #555555;
	margin-bottom:25px;
	text-align:left;
	font-size: 20px;
	font-weight: 800;
	line-height: 25px;
	border-bottom: 3px solid #555;
	}
#project h4{
	color: #b3b3b3;
	margin-bottom:45px;
	text-align:left;
	font-size: 20px;
	font-weight: 400;
	line-height: 25px;
	border-bottom: 2px solid #b3b3b3;
	}
#project .project-details{
	color: #555555;
	text-align:left;
	font-size: 13px;
	font-weight: 400;
	font-style:italic;
	}
#project .project-details span{
	color: #555555;
	font-weight: 600;
	font-style: normal;
	}
.double p{
	
	color: #555555;
	padding-bottom:5px;
	font-size: 10px;
	font-weight: 400;
	line-height: 35px;
}


#project p{
		font-family: 'OpenSans-Light-webfont';
		font-size: 16px;
		line-height:22px;
		color:#333333;
}
#project .logo{
	position:relative;
	width:100%;
	height:100px;
	z-index:10000;
	background:url('../images/logo.png') #fff no-repeat center center;
	-webkit-box-shadow: 0 8px 6px -2px rgba(0,0,0,.6);
	-moz-box-shadow: 0 8px 6px -2px rgba(0,0,0,.6);
	box-shadow: 0 8px 6px -2px rgba(0,0,0,.1);
}


/* DIRECTION CONTROLS (NEXT / PREV) */
/* 
 * 	Core OwlSlide CSS File
 *	v1.17
 */

/* clearfix */
.owl-slide .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-slide{
	display: none;
	position: relative;
}
.owl-slide .owl-wrapper{
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
	-webkit-perspective: 1000;
}
.owl-slide .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-slide .owl-item{
	float: left;
}
.owl-controlls .owl-page,
.owl-controlls .owl-buttons div{
	cursor: pointer;
}
.owl-controlls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}




.separator-space{
	position:relative;
	width:100%;
	margin-bottom:30px;
}


.media{
	width:100%;
}


.link-project {
	position:relative;
	border-top:1px solid rgba(0,0,0,0.6);
	padding-top:45px;
	width:100%;
	text-align:center;
}
.link-project a {
	position: relative;
	display: inline-block;
	outline: none;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 16px;
}
.cl-effect-14 a {
	padding: 0 20px;
	height: 45px;
	line-height: 45px;
}

.cl-effect-14 a::before,
.cl-effect-14 a::after {
	position: absolute;
	width: 45px;
	height: 1px;
	background: #fff;
	content: '';
	opacity: 0.8;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	pointer-events: none;
}

.cl-effect-14 a::before {
	top: 0;
	left: 0;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	transform-origin: 0 0;
}

.cl-effect-14 a::after {
	right: 0;
	bottom: 0;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transform-origin: 100% 0;
	-moz-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

.cl-effect-14 a:hover::before,
.cl-effect-14 a:hover::after,
.cl-effect-14 a:focus::before,
.cl-effect-14 a:focus::after {
	opacity: 1;
}

.cl-effect-14 a:hover::before,
.cl-effect-14 a:focus::before {
	left: 50%;
	-webkit-transform: rotate(0deg) translateX(-50%);
	-moz-transform: rotate(0deg) translateX(-50%);
	transform: rotate(0deg) translateX(-50%);
}

.cl-effect-14 a:hover::after,
.cl-effect-14 a:focus::after {
	right: 50%;
	-webkit-transform: rotate(0deg) translateX(50%);
	-moz-transform: rotate(0deg) translateX(50%);
	transform: rotate(0deg) translateX(50%);
}

.link-project a:hover,
.link-project a:focus {
	outline: none;
}

/* #Social - Bottom
================================================== */

.social-bottom{ 
	width:100%;
	text-align:center;
	z-index:99;
	height:200px;
	background-color: #666;
	clear: both;
	padding-top: 30px;
}
.bottom-social li {
    padding:0; 
    list-style: none;
	text-align:center; 
	width:50px;
    display: inline-block;
	cursor:pointer;
	-webkit-transition : all 0.2s ease-out;
	-moz-transition : all 0.2s ease-out;
	-o-transition :all 0.2s ease-out;
	transition : all 0.2s ease-out; 
}

.bottom-social li.icon-bottom a {
	font-family: 'FontAwesome';
	font-size: 30px;
	line-height: 14px;
	width:200px;
	color: #fff; 
	margin:0;
	padding:0;
	-webkit-transition : all 0.2s ease-out;
	-moz-transition : all 0.2s ease-out;
	-o-transition :all 0.2s ease-out;
	transition : all 0.2s ease-out; 
}
.bottom-social li:hover{
}
.bottom-social li:hover.icon-bottom a{
	color:#b5b5b5;
}

.social-bottom  p{ 
	color:#fff;
}

/* #Font-Face
================================================== */





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

}