/* CSS Document */

h1 {
	font-size: 50px;
}

.top_menu {
	top: 0px;
	left: 0px;
	position: relative;
}

.top_menu > .logo_box{
	width: 100% !important;
	background-color: black;
	background-size: contain;
	background-position: 25px center;
	padding: 0;
}

.top_menu > nav.top_nav {
	max-height: 500px;
}

.top_menu > nav.top_nav, .top_menu > nav.top_nav ul, .top_menu > nav.top_nav ul > li {
	width: 100%;
	display: block;
	float: none;
}

.top_menu > nav.top_nav li a {
	font-size: 14px;
	width: auto;
	float: none;
	height: 30px;
	line-height: 30px;
	text-align: left;
	display: block;
	margin:0;

}

.top_menu > nav.top_nav > ul > li a {
	padding-left: 25px;
	
}

.top_menu > nav.top_nav .dropdown .sub-menu {
	width: 100%;
	position: static;
	display: none;
}

.top_menu > nav.top_nav .current_page_item.dropdown > a
{
	 
}
.top_menu > nav.top_nav .current_page_item.dropdown .sub-menu, .top_menu > nav.top_nav .current_page_parent.dropdown .sub-menu {
	visibility: visible;
	opacity: 1;
	display: block;
	background: #000;
	
}

.top_menu > nav.top_nav .dropdown .sub-menu a {
	padding: 15px;
	text-align: left;
	padding-left: 25px;
}


.top_menu > .open_menu{
	float: left;
}


/* Blocks */

.block {
	position: relative;
}

.block.big{
	width: 100%;
	height: 250px;
}

.block.medium{
	width: 100%;
	height: 200px;
}

.block.tiny{
	width: 100%;
	height: 250px;
}

.block > .details_box{
	background-color: rgba(0, 0, 0, .5);
	-moz-transition-duration: 0s;
	-webkit-transition-duration: 0s;
	-o-transition-duration: 0s;
	height: auto;
	bottom: 0;
	position: absolute;
}

.block:hover > .details_box{
	background-color: rgba(0, 0, 0, .5);
}

.title_and_description{
	opacity: 1;
	width: 100%;
	overflow: auto;
	position: relative;
	top: 0%;
	height: auto;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 15px;
	-moz-transition-duration: .3s;
	-webkit-transition-duration: .3s;
	-o-transition-duration: .3s;
	text-transform:uppercase;
}

.block:hover > .details_box > .title_and_description{
	top: 0%;
}

.block h1{
	font-size: 20px;
	text-align: left;
	font-family: 'titilliumtext25l400_wt', helvetica, arial, sans-serif;
	padding-right: 25px;
}

.block p{
	font-size: 14px;
	text-align: left;
	padding-right: 25px;
	visibility: hidden;
}

.tiny_block h1{
	font-size: 18px;
	text-align: left;
	font-family: 'titilliumtext25l400_wt', helvetica, arial, sans-serif;
	padding-right: 25px;
}

.tiny_block p{
	font-size: 14px;
	text-align: left;
	margin-top: 0px;
	padding-right: 25px;
	visibility: hidden;
}



/* Single content */

.single_content {
	overflow-x: hidden;
}

.single_content > .header{
	margin: 0;
	padding: 20px 25px 0;
}


.single_content > .header > .back_button{
	visibility: hidden;
}

.single_content > .header > .previous_button{
	visibility: hidden;
}

.single_content > .header > .next_button{
	visibility: hidden;
}

.single_content > .posts{
	padding: 25px 25px 0;
	max-width: 90%;
}

.single_content > .posts > a{
	max-width: 90%;
	margin-bottom: 50px;
}



/* Single Post */


.single_content > .single_post{
	padding: 65px 25px 0;
	
}

.single_post > .post{
	width: 100%;
	
}

.single_post > .post img{
	width: 100%;
	margin: 15px 0;
}

.comment_box {
	max-width: 80%;
	overflow: hidden;
	float: left;
	padding-left: 25px;
	padding-right: 25px;
	margin: 30px 0 50px 0px;
}
.commentlist{
	font-size: 11px;
	padding-right: 30px;
}


.left_side{
	float: none;
}

.left_side > .input{
	width: 100%;
}

.left_side > textarea{
	width: 100%;
}

.left_side > .send_button{
	margin: 5px 0 30px;
}

.right_side{
	float: none;
	width: auto;
	margin-top: 0;
}

.right_side > .comment_posted{
	width: 300px;
	float: none;
}

.return_blog{
	background: url('images/previousproject_black_icon.png') no-repeat center;
	width: 51px;
	height: 28px;
	display: block;
	float: left;
	margin-top: 15px;
	margin-bottom: 1px;
	margin-left: 15px;
}

.post_header{
	margin-bottom: 20px;
}


/* Regular page */

.page_section{
	padding: 25px 25px 0;
}

.page_section > .text{
	width: 100%;
}

.page_section > .text p{
	font-family: 'Open Sans', helvetica, arial, sans-serif;
	font-size: 16px;
}

/* Contact */

.contact_section{
	width: 100%;
	overflow: auto;
	padding: 65px 0 0 20px;
	margin-left: 30px;
}

.contact_section > .left_side{
	float: none;
}

.contact_section .input, .contact_section .textarea {
	width: 75%;
}

.contact_section .submit {
	width: 83%;
}

.contact_section > .right_side{
	float: left;
	border-top: 1px solid #ddd;
	padding-top: 20px;
	margin-bottom: 20px;
	float: none;
	margin-top: 0;
	width: 75%;
}



.contact_section > .right_side > .contact_content{
	
}

.contact_section > .right_side > .contact_content > .title{
	font-family: 'titilliumtext25l1_wt', helvetica, arial, sans-serif;
	color: #1b1b1b;
	font-size: 11px;
	margin-top: 20px;
}

.contact_section > .right_side > .contact_content > .content{
	font-family: 'titilliumtext25l1_wt', helvetica, arial, sans-serif;
	color: #464646;
	font-size: 18px;
}








/* Footer */

#footer{
	width: 100%;
	position: static;
	overflow: auto;
	padding: 0;
	background: black;
	clear: both;
	float: left;
	margin: 0;
}

#footer > .copyright{
	text-align: left;
	color: #fff;
	letter-spacing: normal;
	background: #000;
	font: 14px 'titilliumtext25l1_wt', helvetica, arial, sans-serif;
	text-transform:uppercase;
	overflow: auto;
	padding: 20px 5px 5px 25px;
}

#footer > .copyright > .name{
	float: left;
}


#footer > .copyright > .symbol{
	float: left;
	padding: 0px 0 0 5px;
}

#footer > .social{
	float: left;
	margin-bottom: 10px;
}

#footer > .copyright + .social {
	margin-left: 15px;
}

/* Share post */

.share_post{
	position: absolute;
}

.block:hover .share_post{
	visibility: hidden;
}

.project.open {
	position: relative;
	overflow: hidden;
}
.project .page {
	background: none !important;
}

.project.open .page > .description
{
	width: 70%;
	margin-bottom: 0px;
}


.project.open .page > .description > h1 {
	font-size: 14px;
}

.project.open .page > .description > p {
	font-size: 11px;
}

.comment_box #respond #comment {
	width: 60%;
	min-width: 170px;
	display: block;
}

.pagination_ctrl  {
	margin: 10px;
	overflow: auto;
}

.pagination_ctrl > .next {
	float: right;
}

.pagination_ctrl > .prev {
	float: left;
}


.pagination_ctrl > a {
	color: white;
}

.content_portfolio #footer {
	display: none;
}

.comment_box #email {
	margin-left: 0;
}
