/*Merged Styles.CSS*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
/*This CSS file contains style rules for Sliding Menu*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* Author: Unbranded.*/
/* Website: http://www.unbranded.co */
/* Copyright: (C) 2014 */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.home-owl .item .shadow {
	background-color: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
}


.home-owl .owl-controls .owl-buttons .owl-prev {
	position: absolute;
	left: 0;
	top: 50%;
	border-radius: 0;
	background: transparent;
	opacity: 1;
	font-family:"new_ciclefina";
	font-weight: 100;
	font-size: 100px;
	transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ie-transform: translateY(-50%);
}

.home-owl .owl-controls .owl-buttons .owl-next {
	position: absolute;
	right: 0;
	top: 50%;
	border-radius: 0;
	background: transparent;
	opacity: 1;
	font-family:"new_ciclefina";
	font-size: 100px;
	transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ie-transform: translateY(-50%);
}


.home-owl-content .sub-heading span {
	font-size: 30px;
	line-height: 37px;
	font-family: "CrimsonText-Italic";
	position: relative;
	text-transform: none;
}

.home-owl-content .sub-heading {
	position: relative;
	width: 80%;
	margin-left: 10%;
}

.sub-heading-custom-element {
	height: 1px !important;
}

.home-owl-content .heading h1 {
	font-size: 80px;
	line-height: 87px;
	font-family: "RalewayHeavy";
}

.home-owl-content .motto {
	margin-top: 10px;
}

.home-owl-content .motto span {
	font-size: 16px;
	line-height: 23px;
	font-family: "RalewayBold"
}

.home-owl-content .motto span.separator {
	position: relative;
	bottom: 4px;
	margin:0px 5px;
}

.mouse-icon {
	display: block;
	position: absolute;
	width: 30px;
	height: 44px;
	border: 2px solid #fff;
	border-radius: 15px;
	bottom: 10%;
	left: 50%;
	cursor: pointer;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ie-transform: translateX(-50%);
}

.mouse-icon .wheel {
	position: relative;
	width: 6px;
	height: 9px;
	border-radius: 50%;
	top: 4px;
	background: #fff;
	margin-left: auto;
	margin-right: auto;
	/* Chrome, Safari, Opera */
	-webkit-animation-name:myfirst;
	-webkit-animation-duration:1s;
	-webkit-animation-timing-function:linear;
	-webkit-animation-delay:0s;
	-webkit-animation-iteration-count:infinite;
	
	-webkit-animation-play-state:running;
	/* Standard syntax */
	animation-name:myfirst;
	animation-duration:1s;
	animation-timing-function:linear;
	animation-delay:0s;
	animation-iteration-count:infinite;
	
	animation-play-state:running;
}

	/* Chrome, Safari, Opera */
	@-webkit-keyframes myfirst
	{
	0%   { top:4px;opacity: 0;}
	30% { top:9px;opacity: 1;}
	100% { top:25px;opacity: 0;}
	}

	/* Standard syntax */
	@keyframes myfirst
	{
	0%   { top:4px;opacity: 0;}
	30% { top:9px;opacity: 1;}
	100% { top:25px;opacity: 0;}
	}


#sm.menu {
	display: none;
}


.single-project-navigation-section {
	width: 100%;
	height: 50px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}


ul {
	padding: 0;
	margin:0;
}

.clear-float {
	clear: both;
}


.single-project-header-section {
	margin-top: 50px;

	background-size: cover;
}

.single-project-header-container h2 {
    font-family: "RalewayHeavy";
    font-size: 22px;
    line-height: 29px;
    text-transform: uppercase;
}

.single-project-header-container h3 {
    font-family: "CrimsonText-Italic";
    font-size: 16px;
    line-height: 23px;
    margin-top: 10px;
}

.single-project-page-owl {
	position: relative;
}

.single-project-page-owl .item img {
	width: 100%;
}

.single-project-page-owl .owl-controls .owl-pagination {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ie-transform: translateX(-50%);
}

.single-project-page-owl .owl-controls .owl-pagination .owl-page span {
	border-radius: 0px !important;
	opacity: 1;
}

.single-project-page-owl .owl-controls .owl-buttons div {
	position: absolute;
	top: 50%;
	width: 35px;
	text-align: center;
	height: 50px;
	border-radius: 0;
	font-size: 40px;
	line-height: 40px;
	font-family: "new_ciclefina";
	transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transition: all 0.8s;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
}

.single-project-page-owl .owl-controls .owl-buttons div.owl-prev {
	left: -5px;
}

.single-project-page-owl .owl-controls .owl-buttons div.owl-next {
	right: -5px;
}


.single-project-page-desc h2 {
	font-family: "RalewayHeavy";
    font-size: 22px;
    line-height: 29px;
    text-transform: uppercase;
    margin-top: 30px;
}

.single-project-page-desc h3 {
	font-size: 14px;
	line-height: 21px;
	font-family: "CrimsonText-Italic";
	margin-top: 5px;
	margin-bottom: 20px;
}

.single-project-page-desc p {
	font-size: 14px;
	line-height: 21px;
	font-family: "pt_sansregular";
	text-align: left;
}