#sm.menu {
	display: none;
}


.Xsingle-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-image: url(http://placehold.it/1920X250);
	background-size: cover;
}

.single-project-header-container h2 {
    font-family: "Khand";
    font-size: 26px;
    line-height: 29px;
    text-transform: uppercase;
}

.single-project-header-container h3 {
    font-family: "Khand";
    font-size: 20px;
    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 {
	display:block;
	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;
	Xopacity: 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: "Khand";
    font-size: 22px;
    line-height: 29px;
    text-transform: uppercase;
    margin-top: 30px;
}

.single-project-page-desc h3 {
	font-size: 18px;
	line-height: 21px;
	font-family: "Khand";
	margin-top: 5px;
	margin-bottom: 20px;
}

.single-project-page-desc p {
	font-size: 16px;
	line-height: 25px;
	font-family: "Khand";
	text-align: left;
	color:#fff;
	    padding: 0px 0px 12px 0px;
}

.single-project-page-desc ul {
	font-size: 16px;
	line-height: 26px;
	font-family: "Khand";
	text-align: left;
	color:#fff;
	padding: 10px 10px 15px 12px;
	list-style-image: url(../img/ul-list.png);
}