/* @override 
	http://dev.samyarn.com/hlp/wp-content/themes/hlpth2013/style.css?ver=3.5.1 */

/*
Theme Name: HLPTH
Author: SamYarn
Author URI: http://samyarn.com/
Description: Default theme for HLPTH.com.
Version: 0.8
License: GNU Lesser General Public License
License URI: http://www.gnu.org/copyleft/lesser.html
Tags: one-column, two-columns, custom-background, custom-menu, featured-images, full-width-template, sticky-post, theme-options
Text Domain: seed
*/
body{

}
@font-face {
    font-family: 'Roboto-Light';
    src: url('fonts/Roboto-Light-webfont.eot');
    src: url('fonts/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Roboto-Light-webfont.woff') format('woff'),
         url('fonts/Roboto-Light-webfont.ttf') format('truetype'),
         url('fonts/Roboto-Light-webfont.svg#rsuregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'sukhumvitlight';
    src: url('fonts/sukhumvitlight-webfont.eot');
    src: url('fonts/sukhumvitlight-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/sukhumvitlight-webfont.woff') format('woff'),
         url('fonts/sukhumvitlight-webfont.ttf') format('truetype'),
         url('fonts/sukhumvitlight-webfont.svg#rsuregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


html{
    height: 100%;
    overflow-x: hidden;
    background-color: #333333;
}
body{
	background-color: #fff;
}

.curtains{
    width: 100%;
    z-index:10;
    position:relative;
    margin: 0;
    padding: 0;
}

.curtains>li{
    -webkit-transform:translateZ(0);
    background: white;
    position: fixed;
    display:block;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    overflow: hidden;
    z-index:1;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.28);
    margin: 0;
}
.curtains>li.hidden{display:none;}
.curtains>li:first-child{z-index:100;}

.curtains ul{
	margin: 0;
}

.curtains ul li{
	list-style: none;
	margin: 0;
}



h1, h2, h3, h4, nav,body {font-family: 'Roboto-Light', sans-serif; font-weight: normal;}

h1{font-size: 30px;line-height: 1.1;margin-bottom: 12px;}
h2{font-size: 24px;line-height: 1.1;margin-bottom: 12px;}
h3{font-size: 20px;line-height: 1.1;margin-bottom: 12px;}



body{
	color: #555;
	font-size: 15px;
}

h1{font-size: 28px;}
h2{font-size: 24px;}
h3{font-size: 20px;}

a{
	color: #f6921e;
}

a:hover{
color: #f5a951;
}

a:active{
color: #cc7107;
}


#page{

}



#head{
	height: 60px;
	background-color: #333;
	overflow: hidden;
	position: fixed;
	z-index: 11;
	width: 100%;
}
.wrap{
	width: 910px;
	margin: 0 auto;
}


#head .logo{
	margin: 11px 0 0;
	background: url(img/logo.png) no-repeat;
	text-indent: 200%;
	width: 80px;
	overflow: hidden;
	white-space: nowrap;
	height: 60px;
	display: block;
	float: left;
}


#nav {
	font-size: 19px;
	margin: 16px 0 0;
	float: right;
	
}


#nav a{
	color: #999;
	display: inline-block;
	margin: 0 0 0 22px;
	height: 42px;
	line-height: 36px;
}


#nav a:hover{
	color: #f6921d;
}

#nav a:active{
	color: #c36e0a;
}
#nav.m-about a#m-about,
#nav.m-clients a#m-clients,
#nav.m-blog a#m-blog,
#nav.m-contact a#m-contact {
	color: #fff;
	border-bottom: 2px solid #f6921e;
}



#main{
}

#content{

}


.box{
	width: 910px;
	margin: 0 auto;
	padding: 120px 15px 80px;
}

#page-home{
	background-color: #f6921e;
	color: #fff;
	font-size: 18px;
}
#page-home h1{
	font-size: 60px;
	margin: 0 0 30px;
}


#page-home #logo{
	margin: 0 0 80px 4px;
	background: url(img/logo-white.png) no-repeat;
	text-indent: 200%;
	width: 80px;
	overflow: hidden;
	white-space: nowrap;
	height: 60px;
	display: block;
}

#page-home .next{
	margin: 60px 0 0;
	background: url(img/arrow-down.png) no-repeat;
	text-indent: 200%;
	width: 32px;
	overflow: hidden;
	white-space: nowrap;
	height: 32px;
	display: block;
}

@-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}	
	40% {-webkit-transform: translateY(-20px);}
	60% {-webkit-transform: translateY(-10px);}
}

@-moz-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
	40% {-moz-transform: translateY(-20px);}
	60% {-moz-transform: translateY(-10px);}
}

@-o-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
	40% {-o-transform: translateY(-20px);}
	60% {-o-transform: translateY(-10px);}
}
@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-20px);}
	60% {transform: translateY(-10px);}
}


.next {
	-webkit-animation: bounce 3s linear infinite;
	-moz-animation: bounce 3s linear infinite;
	-o-animation: bounce 3s linear infinite;
	animation: bounce 3s linear infinite;
}

.next{
	margin: 60px 0 0;
	background: url(img/arrow-down-grey.png) no-repeat;
	text-indent: 200%;
	width: 32px;
	overflow: hidden;
	white-space: nowrap;
	height: 32px;
	display: block;
}

#page-about{
	background: url(img/about.jpg) no-repeat center 200px #fff;
}

#page-about .entry{
	width: 420px;
}



#page-blog .subtitle{
	font-size: 26px;
	margin: 0 0 20px;
}



#page-contact .box{
	padding: 60px 15px 80px;
	overflow: hidden;
}
#page-contact h2{
	color: #f6921e;	
	font-size: 34px;
	margin: 0 0 15px;
}
#page-contact h4{
	line-height: 1.4;
}
#address{
	background-color: #333333;
	color: #fff;
}

#address .facebook,
#address .twitter{
	width: 32px;
	height: 32px;
	text-indent: 200%;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	float: left;
	margin: 0 10px 0 0;
	background: url(img/facebook.png) no-repeat;
}
#address .twitter{
	background: url(img/twitter.png) no-repeat;
}
#address a{
	-webkit-transition: .2s all ease;
	-moz-transition: .2s all ease;
	-o-transition: .2s all ease;
	-ms-transition: .2s all ease;
	transition: .2s all ease;
}
#address a:hover{
	opacity: 0.7;
}
#address a:active{
	opacity: 0.5;
}
#contact-form{
	float: right;
	width: 500px;
}

#contact-form input{
	background-color: #111;
	border: none;
	margin: 0 10px 10px 0;
	width: 220px;
	padding: 12px 10px;
	color: #fff;
}

#contact-form textarea{
	height: 80px;
	width: 470px;
	padding: 12px 10px;
	border: none;
	background-color: #111;
	border-bottom: 1px solid #f6921e;
	margin: 0 0 13px;
	color: #fff;
}

#contact-form input.wpcf7-submit{
	float: right;
	width: 100px;
	background-color: #f6921e;
	font-size: 16px;
	padding: 8px;
}
#contact-form .wpcf7-not-valid-tip{
	color: #000;
}
#contact-form  .wpcf7-captchar{
  padding: 3px;
  margin: 0;
  margin-left: 10px;
}
.icons{
	clear: both;
}

.icons .icon{
	float: left;
	width: 190px;
	margin: 0 10px 10px 0;
	padding: 80px 15px 15px;
	background-color: #f0f0f0;
	background-position: 15px 15px;
	background-repeat: no-repeat;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	-o-transition: .5s all ease;
	-ms-transition: .5s all ease;
	transition: .5s all ease;
	
}
.icons .icon:hover{
	background-color: #f6921e;
	color: #fff;	
}
.icons .icon.last{
	margin: 0;	
}
.icons .icon.analyze{
	background-image: url(img/icon-analyze.png);
}
.icons .icon.analyze:hover{
	background-image: url(img/icon-analyze-active.png);
}

.icons .icon.design{
	background-image: url(img/icon-design.png);
}
.icons .icon.design:hover{
	background-image: url(img/icon-design-active.png);
}

.icons .icon.develop{
	background-image: url(img/icon-develop.png);
}
.icons .icon.develop:hover{
	background-image: url(img/icon-develop-active.png);
}

.icons .icon.brand{
	background-image: url(img/icon-brand.png);
}
.icons .icon.brand:hover{
	background-image: url(img/icon-brand-active.png);
}


.icons .icon h3{
	margin: 0 0 5px;
}
.icons .icon p{
	font-size: 13px;
	margin: 0;
}








h1.title,
h2.title {
	font-size: 80px;
	color: #f6921e;
	margin: 0 0 30px;
}

#content-single{
	padding: 120px 0 30px;
}

#content-single h1.title{
	font-family: 'sukhumvitlight',sans-serif;
	font-weight: normal;
	font-size: 32px;
	margin: 0 0 20px;
	
}

#content-single .meta{
	float: left;
	width: 130px;
	background-color: #444;
	height: 130px;
	padding: 15px;
	color: #ccc;
	font-size: 16px;
	line-height: 25px;
}

#content-single .meta a{
	color: #fff;
}



#content-single .post-entry{
	padding-left:200px;
}

#content-single .sub{
	margin: 0 0 20px;
	color: #999;
	
}
#content-single .sub a{
	color: #999;
}


.entry{

}

.items{
	margin-right: -35px;
}

.item{
	margin: 0 35px 30px 0;
	width: 280px;
	position: relative;
	float: left;
	height: 280px;
	
}



.item .pic{
	width: 280px;
	height: 280px;
	position: absolute;
	z-index: 1;
	opacity: 0.1;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	-o-transition: .5s all ease;
	-ms-transition: .5s all ease;
	transition: .5s all ease;
}
.item:hover .pic{
	opacity: 1;
}
.item:hover h3{
	background-color: rgba(255, 255, 255, 0.8);
	
}
.item .pic img{

}


.item  h3{
	margin: 0;
	font-size: 28px;
	z-index: 2;
	top: 10px;
	left: 10px;
	position: absolute;
	font-family: 'sukhumvitlight',sans-serif;
	font-weight: normal;
	width: 240px;
	padding: 10px;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	-o-transition: .5s all ease;
	-ms-transition: .5s all ease;
	transition: .5s all ease;
}
.item a{
	color: #333;
}
.item .meta{
	font-size: 13px;
	margin: 5px 0 0;
	z-index: 2;
	top: 240px;
	left: 20px;
	position: absolute;
}
.meta{
	color: #999;
	margin: 0 0 20px;
}
.meta i{
	margin: 0 12px 0 0;
}

.item .info p{
	margin: 5px 0 0;
}

.sticky{
	
}
.gallery-caption{
	
}


.author{
	
}

.author .pic{
	
}

.author .info{
	
}

.author .author-link{
	
}

.social{

}

.social .more{
	
}

.social .twitter{
	
}

.social .gplus{
	
}

.social .facebook{
	
}


.pagination{
	margin: 0 0 20px;
}

#content .fb-comments{
	clear: both;
	display: block;
}

#content .fb-comments span,
#content .fb-comments iframe{
	width: 100% !important;
}


p.fb-comment-count {
	margin: 10px 0px 0px 0px;
}



#map-img{
	margin: 60px 0 0;
	height: 740px;
	background: url(img/map.png) no-repeat center top;
}













#sidebar{
	float: right;
	width: 300px;
}

.widget{
	list-style: none;
}

.widget h3{
	font-size: 18px;
	margin: 0 0 5px;
}


li.comment.bypostauthor{
	background-color: #ebf2f8;
	border-color: #cddeed;		
}


#foot{
	font-size: 11px;
	padding: 10px 0;
	clear: both;
}
#foot a{
	color: #333;
}
#foot .credit{
	float: right;
}

#foot .copyright{
	float: left;
}

.ss-column-wrap{
margin-left:0px;
float:none;
}


@media screen and (max-width: 940px) {
	.box{
		width: 100%;
	}
}



@media screen and (max-width: 739px) {

}


@media screen and (max-width: 479px) {


}

.ss-row{
  transform: none !important;
}