#topMenu {
	width: 100%;
	height: 56px;
	padding-bottom: 2px;
	border-bottom: 1px solid #f2f2f2;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 500;
	background: #FFF;
}
#topMenu .btn {
	float: left;
	width: 33.33%;
	height: 56px;
	font: .9em 'titillium_light';
}
#topMenu a {
	display: inline-block;
	height: 56px;
	padding-left: 30px;
	padding-right: 13px;
	transition: background-color .5s ease;
	color: #5b5b5b;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: .15em;
}
#topMenu a.prev {
	background: url(../images/prev_btn_bg.jpg) 13px center no-repeat;
}
#topMenu a.allWorks {
	background: url(../images/allworks_btn_bg.jpg) 13px center no-repeat;
}
#topMenu a.next {
	padding-right: 30px;
	padding-left: 13px;
	background: url(../images/next_btn_bg.jpg) 55px center no-repeat;
}
#topMenu a:hover {
	background-color: #f7f7f7;
}

#projectPics {
	padding-top: 127px;
	padding-bottom: 100px;
	text-align: center;
	min-height: 0;
	height: auto;
}
#projectPics h1 {
	font: 2.4em 'titillium_bold';
	color: #212121;
	text-transform: uppercase;
	letter-spacing: .05em;
}
#projectPics h1 .mobileText {
	display: inline-block;
}
#projectPics h2 {
	font: .9em 'titillium_light';
	color: #aeaeae;
	text-transform: uppercase;
	letter-spacing: .2em;
	margin-top: 10px;
}
#projectPics #picsContainer {
	width: 1000px;
	height: 563px;
	margin: 30px auto 25px auto;
	overflow: hidden;
	position: relative;
}
#projectPics #picsContainer a.prev, #projectPics #picsContainer a.next {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	background-repeat: no-repeat;
}
#projectPics #picsContainer .anim {
	position: absolute;
	top: 0;
	left: 0;
	width: 10000px;
}
#projectPics #picsContainer ul li {
	width: 1000px;
	height: 563px;
	overflow: hidden;
	float: left;
}
#projectPics #picsContainer a.prev {
	background-position: left center;
	left: 22px;
	background-image: url(../images/prev_arrow.png);
}
#projectPics #picsContainer a.next {
	background-position: right center;
	right: 22px;
	background-image: url(../images/next_arrow.png);
}
#projectPics .sep {
	width: 32px;
	height: 2px;
	background: #239fd2;
	display: none;
	margin: 0 auto 39px auto;
}
#projectPics #projectDesc {
	width: 1000px;
	margin: 0 auto;
	color: #626262;
	font-family: 'titillium_light';
	text-align: left;
}
#projectPics #projectDesc a {
	color: #23aad7;
	text-decoration: none;
	transition: color .5s ease;
}
#projectPics #projectDesc a:hover {
	color: #626262;
}
#projectPics #projectDesc .title {
	font-family: 'titillium_semibold';
	text-transform: uppercase;
}
#projectPics #projectDesc .left1 {
	float: left;
	width: 35%;
	text-transform: uppercase;
}
#projectPics #projectDesc .left2 {
	float: left;
	width: 65%;
}

#likeOurWork {
	min-height: 0;
	height: auto;
	padding-top: 110px;
	padding-bottom: 172px;
	background: #f6f6f6;
}
#likeOurWork h1 {
	font: 2.8em 'titillium_bold';
	color: #000;
}
#likeOurWork h2 {
	font: 1.1em 'titillium_regular';
	color: #606060;
	margin-top: 18px;
	text-transform: uppercase;
	letter-spacing: .1em;
}
#likeOurWork h2 a {
	color: #5ed2f1;
	text-decoration: none;
	transition: color .5s ease;
}
#likeOurWork h2 a:hover {
	color: #606060;
}
#likeOurWork .sep {
	width: 130px;
	height: 1px;
	background: #94d6ef;
	margin: 45px auto 0 auto;
}
#likeOurWork a.letsWork {
	width: 591px;
	height: 87px;
	margin: 62px auto 0 auto;
	background: url(../images/free_quote_bg.jpg) repeat-x;
	border-radius: 3px;
	text-align: center;
	font: 2em 'titillium_bold';
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
}
#likeOurWork a.letsWork:hover {
	background-position: bottom;
}
#likeOurWork a.visit {
	width: 236px;
	height: 61px;
	background: #8ddff5;
	font: 1.15em 'titillium_semibold';
	color: #FFF;
	text-decoration: none;
	letter-spacing: .05em;
	margin: 0 auto 70px auto;
	display: none;
	border-radius: 3px;
	text-transform: uppercase;
}

.notransition, .notransition .slide {
	-webkit-transition-duration: 0 !important;
	-moz-transition-duration: 0 !important;
	-ms-transition-duration: 0 !important;
	transition-duration: 0 !important;
	-webkit-transition-delay: 0 !important;
	-moz-transition-delay: 0 !important;
	-ms-transition-delay: 0 !important;
	transition-delay: 0 !important;
}