/* ------------------------------------------------------------------------------

	Template Name: jhon Doe
	Template URI: http://www.psdblast.com/
	Description: Full Screen Design Agency Template
	Author: Andy
	Author URI: http://www.psdblast.com
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Version: 1.0
		
		
--------------------------------------------------------------------------------/*

/*----------------------------------------------------
	CSS Reset
------------------------------------------------------*/
* {
	padding:0;
	margin:0;
}
body {
	color:#8c9099;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	position:relative;
	background:url(../images/pattern.jpg) 0 0 repeat-x #fff;
}
a {
	text-decoration:none;
	color:#fff;
	outline:none;
}
img {
	max-width:100%;
	outline:none;
	border:none;
}

/* Header */
.header {
	padding:39px 0 57px;
	text-align:center;
	min-height:545px;
}
.header img {
	display:block;
	margin:0 auto 24px;
}
.header h1 {
	font-size:27px;
	color:#fff;
	font-weight:400;
	line-height:30px;
	text-transform:uppercase;
	opacity:0.9;
}
.header p {
	font-size:17px;
	color:#aeaeba;
	font-weight:400;
	line-height:30px;
	font-style:italic;
}

/* screenshot wrapper */
.screenshot {
	margin-top:-246px;
}
ul.thumbnail_cont {
	list-style:none;
	padding:0;
	margin:0 0 30px;
	font-size:0;
	letter-spacing:0;
	text-align:center;
}
ul.thumbnail_cont li {
	display:inline-block;
	margin:0 43px;
	position:relative;
}
ul.thumbnail_cont li h3 {
	font-size:15px;
	color:#2b2b35;
	font-weight:400;
	line-height:30px;
	letter-spacing:2px;
	text-transform:uppercase;
	margin-top:36px;
}
.screen_cont {
    left: 19px;
    position: absolute;
    right: 19px;
    top: 18px;
    z-index: 99;
}
.overlay {
    background:rgba(45,45,66, 0.8);
    height: 100%;
    position: absolute;
    text-align: center;
    top: 0;
    vertical-align: middle;
    width: 100%;
	display:none;
}
.overlay a {
	display:inline-block;
	background:#2acbab;
	color:#fff;
	font-size:15px;
	font-weight:800;
	text-decoration:none;
	letter-spacing:2px;
	text-transform:uppercase;
	width:143px;
	height:46px;
	line-height:46px;
	text-align:center;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-23px;
	margin-left:-71px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}
.overlay a:hover {
	background:#ff675f;
}

/* Footer */
.footer {
	border-top:1px solid #ececed;
	height:74px;
	line-height:74px;
	font-size:13px;
	color:#c1c1c4;
	text-align:center;
}
.footer a {
	color:#c1c1c4;
	text-decoration:none;
	
}
.footer a:hover {
	text-decoration:underline;
}


/*---------------------------------------------------------------------------------
	Responsive style
-------------------------------------------------------------------------------*/

@media screen and (min-width: 1200px) {	
}


@media screen and (max-width: 991px) {
}




@media screen and (max-width: 810px) {	
}


@media screen and (max-width: 768px) {	

.header {
	min-height:inherit;
}
.screenshot {
	margin-top:0;
}

}



@media screen and (max-width: 650px) {
ul.thumbnail_cont li {
	display:block;
	margin:0;
}
.screen_cont {
	top:10px;
	left:10px;
	right:10px;
}
}