/*
Theme Name: Page Presentation
Theme URI: http://islotmaker.org/preview/themes/pagepresentation/
Author: The Author
Author URI: http://islotmaker.org/preview/themes/pagepresentation/
Description: Page Presentation Wordpress Theme
Version: 1.1
License:
License URI:
Tags: one-column, fixed-width, flexible-width, custom-background, custom-colors, custom-menu, featured-images, post-formats, theme-options
*/

body{
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 20px;
}


.icontainer{
	width: 940px;
	margin: 0px auto;
}


header{
	display: block;
	background-color: #202020;
	width: 100%;
	height: 80px;
	position: relative;
	z-index: 2000;
}

header .logo{
	display: table;
	height: 80px;
	float: left;
}
header .logo a{
	display: table-cell;
	vertical-align: middle;
}


/* REVEAL CONTENTS */
.reveal{
	font-size: 24px;
	color: #fff;
}
.reveal .state-background{
	background-color: #c02942;
}

a:hover,
.reveal a:not(.image):hover {
  text-decoration: underline;
}
.reveal .slides{
	max-width: 940px;
	width: 940px;
}
.reveal h1{
	text-shadow: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 46px;
	letter-spacing: -1px;
	font-weight: 600;
	color: #fff;
}
.reveal h3.subtitle{
	text-shadow: none;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 24px;
	letter-spacing: -1px;
	margin-bottom: 40px;
}
.reveal section img{
	border: 0px;
	background: none;
	box-shadow: none;
}

.reveal .controls{
	bottom: 50px;
}
.reveal .slides>section, .reveal .slides>section>section{
	padding: 0px;
	margin-top: -14px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}

.reveal h1,
.reveal h2,
.reveal h3,
.reveal h4,
.reveal h5,
.reveal h6 {
  font-family: 'Open Sans', sans-serif;
}




/* PORTFOLIO */
.portfolio{
	
}
.portfolio .row-fluid{
	margin-bottom: 20px;
}
.portfolio .span4 .port_item{
	background-color: #fff;
	padding: 8px;
	display: block;
	position: relative;
	overflow: hidden;
	line-height: 0px;
	-webkit-transition: all 0.2s ease-out;
}
.portfolio .span4 .port_item img{
	width: 100%;
	height: auto;
	height: 213px;
	margin: 0px;
	padding: 0px;
	box-shadow: none;
	-webkit-transition: all 0.25s ease-out;
}
.portfolio .span4 .port_item .item_hover{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.8);
	display: none;
}
.portfolio .span4 .port_item .item_hover .title{
	position: absolute;
	top: 20px;
	left: 20px;
	width: 80%;
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	color: #585e5e;
	line-height: 20px;
	-webkit-transition: all 0.25s ease-out;
}
.portfolio .span4 .port_item .item_hover .category{
	position: absolute;
	bottom: 20px;
	right: 16px;
	font-size: 12px;
	text-transform: uppercase;
	color: #585e5e;
	font-weight: bold;
}





/* TEAM */
.teams{
	
}
.teams .item{
	background-color: rgba(0,0,0,0.4);
	padding-bottom: 10px;
	margin-top: 30px;
	margin-bottom: 40px;
}
.teams .item img{
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.teams .item h2,
.teams .item h3{
	font: bold 12px arial;
	line-height: 16px;
	margin: 0px;
	padding: 0px;
	text-transform: none;
	text-align: center;
}
.teams .item h2{
	margin-top: 10px;
}
.teams .item h3{
	margin-bottom: 10px;
}
.teams .item .social_links{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	margin-bottom: 10px;
}
.teams .item .social_links li{
	float: left;
	margin-right: 2px;
}
.teams .item .social_links li:last-child{
	margin-right: 0px;
}
.teams .item .social_links li a{
	display: block;
	width: 26px;
	height: 26px;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #363636;
	-webkit-transition: all 0.25s ease-out;
}
.teams .item .social_links li a.facebook{ background-image: url("resources/images/social/icon_facebook.png"); }
.teams .item .social_links li a.google{ background-image: url("resources/images/social/icon_google.png"); }
.teams .item .social_links li a.linkedin{ background-image: url("resources/images/social/icon_linkedin.png"); }
.teams .item .social_links li a.twitter{ background-image: url("resources/images/social/icon_twitter.png"); }

.teams .item .social_links li a.facebook:hover{ background-color: #305fb3; }
.teams .item .social_links li a.google:hover{ background-color: #d7482a; }
.teams .item .social_links li a.linkedin:hover{ background-color: #3399cc; }
.teams .item .social_links li a.twitter:hover{ background-color: #00d7d5; }









/* Blog */
.blog{
	
}
.blog .item{
	background-color: rgba(0,0,0,0.4);
	padding-bottom: 0px;
	margin-bottom: 20px;
}
.blog .item .media{
	line-height: 0px;
	height: 165px;
	border-bottom: 1px solid rgba(0,0,0,0.2);
}
.blog .item .media img{
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.blog .item .detail{
	display: table;
}
.blog .item .detail .date{
	text-transform: uppercase;
	text-align: center;
	line-height: 12px;
	display: table-cell;
	vertical-align: middle;
	border-right: 1px solid rgba(255,255,255,0.1);
	padding: 0px;
	padding-right: 10px;
	padding-left: 10px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}
.blog .item .detail .date .day{
	font-size: 18px;
	display: block;
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
}
.blog .item .detail .date .month{
	font-size: 10px;
}
.blog .item .detail h2{
	font: normal 13px arial;
	display: table-cell;
	text-align: left;
	text-transform: none;
	text-shadow: none;
	vertical-align: middle;
	padding: 5px 10px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	line-height: 16px;
}
.blog .item .detail h2 a{
	color: #fff;
	display: table-cell;
	height: 30px;
	overflow: hidden;
	vertical-align: middle;
}
.blog .item .media.post{
	position: relative;
}
.blog .item .media.post .post_link_hover{
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	-webkit-transition: all 0.2s ease-out;
}
.blog .item .media.post .post_link_hover:hover{
	background-color: rgba(255,255,255,0.3);
}

.blog .item .quote{
	
}
.blog .item .quote .quote_title{
	text-align: right;
	background: url("resources/images/icon_quote.png") no-repeat right 10px;
	font-size: 14px;
	font-style: italic;
	padding-right: 32px;
	padding-top: 22px;
	padding-bottom: 15px;
	margin-right: 10px;
	line-height: 0px;
}
.blog .item .quote .quote_text{
	font-size: 20px;
	font-style: italic;
	line-height: 22px;
	padding: 5px 10px;
}



/* Single Container with Typography */
.single_container{
	background-color: #c22e40;
	position: absolute;
	z-index: 100;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 80px;
}
.single_wrapper_close{
	position: absolute;
	width: 28px;
	height: 28px;
	top: 28px;
	right: 30px;
	display: inline-block;
	background: url("resources/images/icon_close.png") no-repeat;
}


.single_container .post_nav_previous,
.single_container .post_nav_next{
	position: fixed;
	top: 50%;
	display: inline-block;
	width: 48px;
	height: 48px;
	overflow: hidden;
}
.single_container .post_nav_previous{
	left: 20px;
}
.single_container .post_nav_next{
	right: 20px;
}
.single_container .post_nav_next a,
.single_container .post_nav_previous a{
	display: block;
	width: 48px;
	height: 48px;
	background-image: url("resources/images/navigation_next_item.png");
	background-repeat: no-repeat;
	padding-top: 50px;
}
.single_container .post_nav_previous a{
	background: url("resources/images/navigation_previous_item.png");
}

.single_container .single_wrapper{
	width: 880px;
	padding: 30px;
	margin: 0px auto;
	position: relative;
	padding-top: 20px;
	font: normal 14px/1.5em Arial, sans-serif;
	color: #fff;
	background-color: rgba(255,255,255,0.1);
}

.single_container .single_wrapper .detail{
	border-top: 1px solid #fff;
	padding-top: 5px;
	font-size: 12px;
}
.single_container .single_wrapper .detail a{
	color: #fff;
}


.single_container .single_wrapper i{
	background: none;
}
.single_container .single_wrapper h1{
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 32px;
	line-height: 34px;
	margin-right: 40px;
}
.single_container .single_wrapper h2{
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 28px;
	line-height: 30px;
	margin-right: 40px;
}
.single_container .single_wrapper h3{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 22px;
	line-height: 28px;
	margin-right: 40px;
}
.single_container .single_wrapper h4{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	margin-right: 40px;
}
.single_container .single_wrapper h5{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	margin-right: 40px;
}
.single_container .single_wrapper h6{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	margin-right: 40px;
}


.single_container .single_wrapper code{
	white-space: normal;
}



.single_container .single_wrapper .single_media{
	margin-bottom: 14px;
}
.single_container .single_wrapper .single_quote{
	background-color: rgba(0,0,0,0.1);
	font-size: 16px;
	font-style: italic;
	line-height: 22px;
	padding: 10px 20px;
	margin-bottom: 14px;
}
.single_container .single_wrapper .single_quote .quote_title{
	text-align: right;
}





input[type=button],
input[type=submit],
button,
.button{
	border: 0px;
	box-shadow: none;
	background-color: rgba(0,0,0,0.3);
	color: #fff;
	font-size: 12px;
	padding: 10px 20px;
	margin-top: 5px;
}

input[type=button]:hover,
input[type=submit]:hover,
button:hover,
.button:hover{
	background: rgba(0,0,0,0.5);
}


input[type=text]{
	border-radius: 0px;
	box-shadow: none;
	width: 200px;
}
textarea{
	border-radius: 0px;
	box-shadow: none;
	width: 60%;
}



.comments{
	
}
.comments .comment_title{
	font-size: 20px;
	padding-bottom: 20px;
}
.comments > ul{
	margin: 0px;
}
.comments ul{
	list-style-type: none;
}
.comments .commentlist{
	
}
.comments .comment_item{
	margin-bottom: 20px;
	border-bottom: 1px dotted rgba(255,255,255,0.4);
	padding-bottom: 20px;
}
.comments .comment_item img{
	float: left;
	margin-right: 10px;
	margin-top: 4px;
}
.comments .comment_item .comment_detail{
	font-size: 11px;
}
.comments .comment_item .comment_detail .author{
	font-style: normal;
	display: block;
	font-size: 16px;
}
.comments .comment_item .comment_text{
	font-size: 13px;
	line-height: 18px;
	padding-left: 60px;
}
.comments .comment_item .comment_text p{
	margin-bottom: 0px;
}

.comments .comment_form{
	
}
.comments .comment_form label{
	margin: 0px;
	font-size: 12px;
}
.comments .comment-form-author,
.comments .comment-form-email,
.comments .comment-form-url{
	float: left;
	margin-right: 20px;
}
.comments .comment-form-comment{
	clear: both;
}
.comments .comment_form input[type=text],
.comments .comment_form textarea{
	border: 0px;
	border-radius: 0px;
	background-color: rgba(255,255,255,0.6);
}
.comments .comment_form .form-allowed-tags,
.comments .comment_form .form-allowed-tags code{
	font-size: 11px;
}









.footer{
	position: fixed;
	bottom: 3px;
	left: 0px;
	width: 100%;
	height: 50px;
	z-index: 100;
	background-color: #000;
	border-top: 1px dotted #333;
}

.contactParagraph{font-size:0.8em !important;}


/* =WordPress Core
-------------------------------------------------------------- */
.alignright{float:right;margin:5px 0 20px 20px}
.alignleft{float:left;margin:5px 20px 20px 0}
a img.alignright{float:right;margin:5px 0px 5px 10px;}
.dark a img.alignright{background:#D7D7D7}
a img.alignleft{float:left;margin:5px 10px 0px 0px;}
a img.aligncenter{display:block;margin-left:auto;margin-right:auto;margin-bottom:5px;}
img.image-border{background:#D7D7D7;padding:5px}
.wp-caption{background:#fff;text-align:center;padding:10px 5px 5px}
.dark .wp-caption,.dark a img.alignright,.dark a img.alignleft,.dark a img.alignnone,.dark a img.aligncenter{background-color:#292929}
.wp-caption.alignright{margin:5px 0 20px 20px}
.wp-caption.aligncenter{margin-bottom:20px}
.wp-caption img{border:0 none;height:auto;max-width:100%;margin:0;padding:0}
.wp-caption p.wp-caption-text{font-size:11px;font-style:italic;line-height:17px;margin:0;padding:5px 0}
.alignnone,.wp-caption.alignnone,.wp-caption.alignleft{margin:5px 20px 20px 0}
.aligncenter,div.aligncenter,.aligncenter{display:block;margin:5px auto}
.row-fluid .home-right{float:right}
.glow {background:url()}
.commentlist .bypostauthor {}
.sticky {}
.gallery-caption{}
.menu ul li ul, nav ul li ul{background-color:#202020;}
