html, body{
	height: 100%;
}


/* Start Profile CSS */



.writer{
	width: 210px;
	margin: 10px;
	display: inline-block;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
	text-align: center;
	position: relative;
}

.archive-title a{
	font-size: 20px;
	line-height: 1em;
	text-transform: uppercase;
	display: inline-block;
	color: #a5a5a5;
	margin-top: 8px;
}

.archive-header-wrapper{
	text-align: center;
}
.writer-family{
	max-width: 500px;
	width: 90%;
	margin-top: -101px;
}
.archive-header{
	height: 100px;
	background: #50c0b5;
}

.archive-wrapper{
	text-align: center;
}

.archive-image{
	width:100%;
}
.archive-image img{
	width: 180px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-webkit-filter:grayscale(1);
	-moz-filter:grayscale(1);
	filter:grayscale(1);
	transition: filter .4s;
	-moz-transition: -moz-filter .4s; /* Firefox 4 */
	-webkit-transition: -webkit-filter .4s; /* Safari and Chrome */
	-o-transition: -webkit-filter .4s; /* Opera */
	border: 1px solid #ddd;
}

.archive-image img:hover{
	-webkit-filter:grayscale(0);
	-moz-filter:grayscale(0);
	filter:grayscale(0);
}

.archive-twitter a{
	font-size: 16px;
}

.fixed-card{
	height: auto;
	padding-top: 20px;
	max-width: 410px;
}

.fixed-card-inner{
height: 100%;
top:0;
z-index: 999;
padding-top: 20px;
}

.detail-desc{
	display: inline-block;
	font-weight: bold
}

.detail{
	display: inline-block;
}



.notification-wrapper input[type="submit"]{
	float: right;
	text-transform: uppercase;
	color: #fff;
	
	background: rgb(241,90,41);
	font-size: 15px;
	padding: 4px 12px 5px 12px;
	border: 0 none;
	border-radius: 3px;
	-webkit-transition: background linear .2s, box-shadow linear .2s;
	-moz-transition: background linear .2s, box-shadow linear .2s;
	-o-transition: background linear .2s, box-shadow linear .2s;
	transition: background linear .2s, box-shadow linear .2s;
}

.notification-wrapper input[type="email"]{
	padding-left: 39px;
	border-radius: 3px;
	width: 89%;
	font-family: 'Lato', sans-serif !important;
	font-weight: 200 !important;
	margin-bottom: 0px;	
	

}

input[type="submit"]:hover{
	background: #49bfb5;
}

input.mail{
	background: url('../../../../uploads/img/formmail.png') #fff no-repeat 5px;
}

.profile-snippet-outer{
	border-left: 1px solid #ddd;
	margin-top: 30px;
}

.fixed-card .unfixed{
	position: absolute;
	bottom: 326px;
	top: auto;
	height: auto;
}

.profile-snippet-wrapper{
	max-width: 600px;
	padding: 0px 10px 40px 40px;
	font-family: Lato;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
}

.snippet-image{
	width: 63%;
	margin: 0 auto;
}

.snippet-title{
	font-size: 38px;
    line-height: 46px;
    margin-bottom: 0px;
    font-family: Lato;
    font-style: normal;
    font-weight: 900;
}

.snippet-subtitle{   
	font-style: italic;
    font-weight: 400;
    font-family: Lato;
    font-size: 22px;
    padding: 5px 0px 10px 0px;
    line-height: 28px;
    color: rgb(73, 192, 182);
}

.snippet-endorsement{
	margin: 30px 45px;
	padding: 5px 15px;
	text-align: left;
	font-size: 14px;
	border-left: 4px solid #ccc;
}

.snippet-endorser{
	display: inline-block;
}

ul.snippet-detail-items{
}

ul.snippet-detail-items li{
	list-style-type: none;
	display: block;
	font-weight: 500;
	color: #a5a5a5;
	font-size: 12px;
	line-height: 13px;
	padding-top: 0px;
	padding-bottom: 5px;
}

ul.snippet-detail-items a li{
background: #aaa;
}

ul.snippet-detail-items a:hover li{
background: #e85a34;
}



.download-section{
	text-align: left;
}

.download{
	padding: 3px 10px 0px 0px;
	text-align: center;
	width: 100%;
	max-width: 200px;
	font-size: 19px;
	line-height: 28px;
	
}

.download table{
	margin: 0 auto;
}

.details-section{
	margin: 10px 0px;
	border-top: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	margin: 30px 0px;
	padding: 15px 0px;
}

.snippet-description{
	
}

.writer-profile{
	margin-top: 80px;
}

.fixed-card-inner .profile-image{
	width: 80%;
	max-width: 140px;
	margin: 0 auto;
	background: #eee;
	overflow: hidden;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: 1px solid #ddd;
}

.notification-wrapper{
	background: #e6e6e6;
	padding: 8px 10px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	margin-top: 15px;
}


.p-location{color: rgb(73, 192, 182);
	padding: 7px;
}

.profile-info{
	padding: 20px 10px 0px 10px;
	text-align: center;
	line-height: 22px;
    font-family: Lato;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    max-width: 260px;
    margin: 0 auto;
}

.p-website, .p-twitter-user{
	margin: 10px 0px 10px 0px;
	font-weight: 900;
}

.p-bio{
	text-align: left;
}
	


.profile-info span{
	display: block;
}



.p-name{
	line-height: .86885245901639em;
    margin-bottom: 5px;
    font-size: 3.1333333333333em;
    font-style: normal;
    font-weight: 400;
    font-family: "Amatic SC";
    text-align: center;
}

.fixed-card-inner .profile-image img{
	width: 100%;
}

.profilefacebook{color: #365996;}
.profiletwitter{color: #00A0CF}
.profilemail{color: #FF9A46}

.p-social:hover{
	color: #696969;
}

.p-social-wrapper{
	margin-top: 30px;
	
}

.coming-date{
	font-weight: 900;
font-size: 16px;
text-transform: uppercase;
line-height: 20px;
}

.notified-sub{
	font-size: 14px;
	line-height: 12px;
	font-style: italic
}

.p-social{
	display: inline !important;
	font-size: 60px;
	text-align: center;
	transition: .2s;
	-moz-transition: color .5s; /* Firefox 4 */
	-webkit-transition: color .5s; /* Safari and Chrome */
	-o-transition: color .5s; /* Opera */
}

#footer{
	margin-top: 0px !important;
	position: relative;
	z-index: 1000;
}

.fourohfour-img-wrapper{
	text-align: center;
	margin: 40px auto;
}

.fourohfour-img-wrapper img{
	width: 90%;
	max-width: 300px;
}

.fourohfourtext{
	margin-top: 100px !important;
	font-family: "Amatic SC";
	font-size: 90px;
	line-height: 1.3em;
	text-align: center;
	color: #fff;
	width: 100%;
	max-width: 800px;
	margin: auto;
}

.fourohfour-after-text, .fourohfour-after-text a{
	color: #fff;
	text-align: center;
	font-size: 28px;
	line-height: 1.2em;
}

.fourohfour-after-text a{
	text-decoration: underline;
}

.fourohfour-after-text{
	margin-bottom: 150px;
}

.more-writers{
	padding: 30px;
	text-align: center;
	border: 1px solid #eee;
	border-right: none;
	border-left: none;
	margin: 40px 0px;
	margin-bottom: 0px;
	font-size: 20px;
}

@media (min-width: 979px){
	.archive-header-wrapper{
		margin-top: 80px;
	}
}

@media (max-width: 979px) { 
	
	.notification-wrapper input[type="submit"]{
		
		font-size: 10px;
	}
	
	.notification-wrapper input[type="text"]{
		margin-left: -10px;
	}

	
	.profile-info{
		padding: 20px 15px 0px 15px !important;
	}
	
	.p-social{
		font-size: 50px;
	}
	
	.download{
		font-size: 16px !important;
	}
	
	.profilearrow-down{
		margin-right: 3px !important;
		margin-left: 5px !important;
	}
	
	
	
	.coming-date{
		font-size: 16px;
	}
	
	.notified-sub{
		font-size: 14px;
	}
	
}

@media (min-width: 767px){
	.archive-header-wrapper{
		margin-top: 70px;
	}
}

@media (max-width: 767px) {	
	.p-social-wrapper .span4{
		display: inline-block !important;
		width: 30% !important;
	}
	
	.notification-wrapper input[type="submit"]{
	float: none;
	font-size: 16px;
}

.notification-wrapper input[type="email"]{
	margin: 20px 0px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;  
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}


.notification-wrapper input[type="text"]{
width: 80%;
margin: 10px 0px;
height: 30px;
	}
	
	.fixed-card-inner{
		position: relative !important;
		height: auto;
		overflow: hidden;
		top:0;
		z-index: 1001;
		border: none;
	}
	
	
	ul.snippet-detail-items{
		text-align: left;
		width: 320px;
		margin: 0 auto !important;
	}
	
	.profile-info{
		max-width: 300px;
	}
	
	.fixed-card{
		height: auto;
		padding-top: 20px;
		max-width: 100%;

	}
	
	.writer-profile{
		margin-top: 0px;	
	}
	
	.fixed-card-inner .profile-image{
			margin-top: 0px;
			max-width: 200px
	}
	
	.profile-snippet-wrapper{
		padding: 20px;
		text-align: center;
	}
	
	ul.snippet-detail-items{
	}
	
	.snippet-endorsement{
		margin: 25px 20px;
	}
	
	.snippet-title{
		font-size: 30px;
	}
	
	.snippet-subtitle{
		font-size: 22px;
	}
	
	.snippet-image{
		width: 100%;
	}
	
	.p-social{
		font-size: 65px;
	}
	.p-bio{
		text-align: center;
	}
	
	.download-section{
		max-width: 320px;
		margin: 0 auto !important;
		margin-bottom: 10px !important;
	}	
	
	

}



/* End Profile CSS */


.logo-profile{
	display: none;
}


.blog-container{
	margin-top: 50px;
	padding: 0px 20px 10px 20px;
	max-width: 750px;
}

.blog-container .btn-primary{
	font-size: 20px;
	padding: 5px 15px;
}

p.byline{
	font-size: 16px;
	font-weight: 200;
}

header.article-header{
	text-align: center;
}

article.post{
	margin-top: 80px;
	padding-bottom: 70px;
	border-bottom: 1px solid #ddd;
}

h1.h2 a{
	color: #696969;
	padding: 0px 10px 3px 10px;
	margin-left: 0px;
}

h1.h2{
	margin-bottom: 0px !important;
}

h1.h2 a:hover{
	color: #434343;
}

h1.h2 a:active{
	color: #fff;
	background: #e85a34;
}


.video_play{
	width:130px;
	position:absolute;
	left:50%;
	bottom:50%;
	margin-left:-65px;
	margin-bottom:-65px;
	cursor: pointer;
	transition:  .3s;
	-moz-transition:  .3s; /* Firefox 4 */
	-webkit-transition: .3s; /* Safari and Chrome */
	-o-transition: .3s; /* Opera */
}

.video-playing{
	
}

.video_wrapper{
	width:100%;
	position:relative;
}

.video_screenshot{
	-moz-box-shadow: 0 0 9px rgba(0,0,0,.25);
	-webkit-box-shadow: 0 0 9px rgba(0,0,0,.25);
	box-shadow: 0 0 9px rgba(0,0,0,.25);
}



.video_play:hover{
	opacity: .7;
}

.press-thumb{
	height: 150px;
	border: 1px solid #ccc;
	padding: 5px;
	margin: 5px;
}

#signup{
	
}

#email, .input-go{
	font-size: 16px;
	margin-bottom: 0px !important;
	padding: 10px 15px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: 1px solid #343437;
	background: transparent;
	font-family: 'LatoRegular', sans-serif !important;
	font-weight: 200;
	text-shadow: none;
}


.blog-menu-item, .contact-menu-item{
		margin-left: 0px !important;

}


.blog-menu-item a, .contact-menu-item a{
	font-size: 19px !important;
}



.input-go{
	background: #343437;
	color: #696969;
	outline: none !important;
  -webkit-box-shadow:none !important;
  -moz-box-shadow:none !important;
  box-shadow:none !important;

}

input:focus,textarea:focus,select:focus{
	outline: none !important;
  -webkit-box-shadow:none !important;
  -moz-box-shadow:none !important;
  box-shadow:none !important;
  color: inherit !important;
  
}

.container-wrapper{}

.gray-border{
	border-bottom: 1px solid #ccc;
}

.icon-writers, .icon-readers{
	font-size: 55px;
	padding-right: 65px;
	line-height: 20px !important;
}


.container-wrapper{
	padding: 80px 0px 0px 0px;
}

.snippet-icon-1{
	width: 80%;
	margin-top: 25%;
}

.app-store{
	display: block;
	font-size: 40px;
	
}

.app-store-wrapper{
	font-size: 20px;
	line-height: 28px;
	vertical-align: top;
	padding-top: 0px;
	}

#section1-1{
	background: whitesmoke;
background-image: -webkit-radial-gradient(center center,circle contain,rgba(255,255,255,0.8) 100%,whitesmoke 100%);
background-color: white;
background-image: -moz-linear-gradient(#eee,white);
background-image: -o-linear-gradient(#eee,white);
background-image: -ms-linear-gradient(#eee,white);
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#eee),color-stop(1,white));
background-image: -webkit-linear-gradient(#eee,white);
}

#section1-2{

}

#section1-3{
	background: whitesmoke;
background-image: -webkit-radial-gradient(center center,circle contain,rgba(255,255,255,0.8) 100%,whitesmoke 100%);
background-color: white;
background-image: -moz-linear-gradient(#eee,white);
background-image: -o-linear-gradient(#eee,white);
background-image: -ms-linear-gradient(#eee,white);
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#eee),color-stop(1,white));
background-image: -webkit-linear-gradient(#eee,white);
}

#section1-4{
	
}

#section1-5{
background: whitesmoke;
background-image: -webkit-radial-gradient(center center,circle contain,rgba(255,255,255,0.8) 100%,whitesmoke 100%);
background-color: white;
background-image: -moz-linear-gradient(#eee,white);
background-image: -o-linear-gradient(#eee,white);
background-image: -ms-linear-gradient(#eee,white);
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#eee),color-stop(1,white));
background-image: -webkit-linear-gradient(#eee,white);
}

#section1-6{

}



.icon-readers{
	font-size: 55px;
	line-height: 22px !important;
	padding-right: 58px !important;
}

.a-icon-readers{
	line-height: 55px;
}

.button-icon{
	width: 70px;
	margin-right: 15px;
}

.writers-button{
	padding: 15px 20px 15px 20px !important;
	margin-top: 5px;
}

.padding-bottom{
	padding-bottom: 80px;
}

.readers-button{
	padding: 8px 25px 5px 15px;
	margin-top: 5px;
	background-color: #49bfb5;
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSItMS40MjEwODU0NzE1MjAyZS0xNCUiIHgyPSI1MCUiIHkyPSIxMDAlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc0ZDhjZiIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQ5YmZiNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #74d8cf 0%, #49bfb5 100%);
background: -o-linear-gradient(top, #74d8cf 0%, #49bfb5 100%);
background: -webkit-linear-gradient(top, #74d8cf 0%, #49bfb5 100%);
background: linear-gradient(top, #74d8cf 0%, #49bfb5 100%);
	border: 1px solid #8ec2be;

}

.readers-button:hover{

	
		background-color: #49bfb5;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc0ZDhjZiIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQ5YmZiNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(bottom, #74d8cf 0%, #49bfb5 100%);
	background: -o-linear-gradient(bottom, #74d8cf 0%, #49bfb5 100%);
	background: -webkit-linear-gradient(bottom, #74d8cf 0%, #49bfb5 100%);
	background: linear-gradient(bottom, #74d8cf 0%, #49bfb5 100%);
	border: 1px solid #4dc2b8;


}


.a-icon-writers{
	line-height: 55px;
}

.writer-format-img{
	margin-top: -80px;
}

.reader-format-img{
	margin-top: -50px;
}

.navbar.transparent.navbar-inverse .navbar-inner{
	background: #fff;
}

.seperator{
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 8px;
	width: 80%;
}

.lead ul{
	line-height: 22px;
	margin: 0px 0px 0px 0px !important;
}

ul{
	line-height: 22px;
	margin: 0px 0px 0px 0px !important;
}

.lead li{
	padding-bottom: 15px !important;
	list-style-type: none;
}

.menu-icon{
	width: 80px;
}

.navbar-inner .container{
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

#feature_area{
	background: url('../../../../uploads/img/rotator3_1400x460.png');
	background-size: cover;
	background-position: center top;
	height: 420px;
	position: relative;
	overflow: hidden;
	padding-top: 80px;
}

.reader-feature_area{
	background: url('../../../../uploads/img/backgrounds/cafe2.jpg') !important;
	background-size: cover !important;
	background-position: center top;
	background-repeat: no-repeat !important;
	height: 420px !important;
	position: relative;
	overflow: hidden;
	padding-top: 80px !important;
}

.reader-feature_area .reader-txt-info{
	margin-top: 5% !important;
}



#feature_areamoses{
	background: url('../../../../uploads/img/backgrounds/moses.jpg');
	background-size: cover;
	background-position: center top;
	height: 500px;
	position: relative;
}

#feature_areaguidelines{
	background: url('../../../../uploads/img/backgrounds/guidelines.jpg');
	background-size: cover;
	background-position: center top;
	height: 350px;
	position: relative;
}

#feature_areateam{
	background: url('../../../../../../wp-content/uploads/5947bc863d7811e2b85022000a1f9e75_7.jpg');
	background-size: cover;
	background-position: 0% 40%;
	
	height: 500px;
	position: relative;
	margin-top: -25px;
}

.hero-unit{
	position: absolute;
	bottom: 0;
}

.hero-unit{padding:60px;margin-bottom:30px;background-color:#eee;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}.hero-unit h1{margin-bottom:0;font-size:60px;line-height:1;color:inherit;letter-spacing:-1px}.hero-unit p{font-size:18px;font-weight:200;line-height:27px;color:inherit}


.logo{
	width: 120px;
}


html {
	margin: 0;
}
body {
	position: relative;
	/* background: #DDDCE2 url(http://thesnippetapp.com/v1_5/wp-content/themes/snippetapp/library/img/body_bg.jpg) repeat left top; */
	background: #fff;
	
	-webkit-font-smoothing: antialiased;
	font-family: 'Lato', sans-serif !important;
	padding-top: 107px;
}
@media (max-width: 979px) {
	body { padding-top: 0 !important; }
}
a:hover {
	text-decoration: none;
}
input[type="text"], 
input[type="password"], 
input[type="submit"],
textarea {
	font-family: 'Lato', Helvetica;
}

/* Navbar
-------------------------------------------------- */
body.pull_top {
    padding-top: 0px !important;
}
header {
    /* background: rgba(0,0,0,.6) !important; */
}
.navbar.navbar-static-top {
    margin-bottom: 35px;
}
.navbar.transparent.navbar-inverse .navbar-inner {
    background: rgba(256,256,256,0.97);
    border-bottom: 1px solid #eee;
}
.navbar.transparent.navbar-inverse .navbar-inner .container {
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-transition: margin .2s ease-in-out;
    -moz-transition: margin .2s ease-in-out;
    transition: margin .2s ease-in-out;
}
.navbar.navbar-inverse .navbar-inner {  
    background: #252528;    
}
/* .navbar.navbar-inverse .navbar-inner.sticky {
    background: rgba(0,0,0,0.8);
    border-bottom: 1px solid #252525;
}
.navbar-inverse .navbar-inner.sticky .container {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
} */
.navbar-inverse .brand {
    color: #fff;
}
.navbar-inverse .nav > li > a {
    /*color: rgb(177, 177, 177);*/
    font-size: 18px;
    color: #696969;
    opacity: .6;
    filter: alpha(opacity=60);
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
}

.active{
	 opacity: .6;
}

.navbar-inverse .nav > li > a:hover,
.navbar-inverse .nav > li > a.active {
	color: rgb(73, 192, 182);    
	opacity: 1;
    filter: alpha(opacity=100);
}
.navbar-inverse .dropdown-menu {
	background: #252528;
}
.navbar-inverse .nav > li > .dropdown-menu::after {
	border-bottom: 6px solid #252528;
}
.navbar-inverse .dropdown-menu li > a {
	color: #fff;
}
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
  text-decoration: none;
}

.section_header {
	width: 100%;
	margin-bottom: 60px;
}
.section_header h3 {
	color: rgb(100, 100, 100);
	font-weight: 300;
	font-style: italic;
	font-size: 27px;
	border-bottom: 1px solid #b3b3b3;
	padding-bottom: 0px;
	display: inline-block;
	margin:0;
}

/* Footer
-------------------------------------------------- */
#footer {
	min-height: 260px;
	margin-top: 30px;
	background-color: #252528;
	color: #fff;
	padding-top: 35px;
}
#footer .footer_header {
	color: rgb(196, 196, 196);
	font-style: italic;
	font-weight: 300;
	font-size: 25px;
	margin-bottom: 40px;
	margin-left: 15px; 
}

/* recent posts */
#footer .recent_posts {
	margin-left: 0px;
}
#footer .recent_posts .post {
	margin-bottom: 70px;
	width: 93%;
}
#footer .recent_posts .post img {
	float: left;
	margin-right: 20px;
}
#footer .recent_posts .post .date {
	font-weight: bold;
	font-style: italic;
}
#footer .recent_posts .post .title {
	display: block;
	color: #b5b5b6;
	font-size: 14px;
}

/* testimonials */
#footer .testimonials .wrapper {
	margin: 0 auto;
	width: 82%;
}
#footer .testimonials .footer_header {
	margin-left: 30px;
}
#footer .testimonials .quote {
	color: rgb(191, 191, 192);
}
#footer .testimonials .quote span {
	font-size: 32px;
	font-style: italic;
	position: relative;
	top: 5px;
	font-family: Georgia !important;
	float: left;
	margin-right: 8px;
}
#footer .testimonials .author {
	margin-top: 40px;
}
#footer .testimonials .author img {
	float: left;
	margin-right: 15px;
	position: relative;
	top: -6px;
}
#footer .testimonials .name {
	font-size: 13px;
	font-weight: bold;
}
#footer .testimonials .info {
	font-style: italic;
	color: #ccc;
}

/* contact */
#footer .contact {
	text-align: right;
	margin-left: 35px;
}
#footer .contact .footer_header {
	text-align: left;
	margin-left: 35px;
}
#footer .contact input[type="text"],
#footer .contact textarea {
	border: none;
	background-color: #1f1f21;
	padding: 8px 20px;
	border-radius: 3px;
	font-size: 14px;
	font-family: Lato !important;
	width: 80%;
	-webkit-transition: background-color .2s linear;
	-moz-transition: background-color .2s linear;
}
#footer .contact input[type="text"]:focus,
#footer .contact textarea:focus {
	border: none;
	box-shadow: none;
	background-color: #000;
}
#footer .contact input[type="text"]:-moz-placeholder,
#footer .contact textarea:-moz-placeholder {
  color: #868687;
}
#footer .contact input[type="text"]::-webkit-input-placeholder,
#footer .contact textarea::-webkit-input-placeholder {
  color: #868687;
}
#footer .contact input[type="text"]:-ms-input-placeholder,
#footer .contact textarea:-ms-input-placeholder {
  color: #868687;
}
#footer .contact input[type="submit"] {
	background-color: #3e3e40;
	border: none;
	color: #fff;
	border-radius: 4px;
	padding: 5px 20px;
	font-size: 14px;
	font-weight: bold;
	-webkit-transition: background-color .2s linear;
	-moz-transition: background-color .2s linear;
}
#footer .contact input[type="submit"]:hover {
	background-color:#2190DB;
}
#footer .credits {
	border-top: 1px solid #343437;
	padding: 10px 0px 60px 0px;
}
#footer .credits .social {
	margin-top: 30px;
	text-align: center;
}
#footer .credits .social a {
	margin: 10px;
}
#footer .credits .copyright {
	color: #a6a6a7;
	font-style: italic;
	text-align: center;
	margin-top: 30px;
}
#footer .credits .social a {
	margin: 10px;
}
#footer .credits .social a span{
	display: inline-block;
	width: 33px;
	height: 33px;
}
#footer .credits .social span.ico1,
#footer .credits .social span.ico1h{
	background-position: 0px 0px;
}
#footer .credits .social span.ico2,
#footer .credits .social span.ico2h{
	background-position: -37px 0px;
}
#footer .credits .social span.ico3,
#footer .credits .social span.ico3h{
	background-position: -75px 0px;
}
#footer .credits .social span.ico4,
#footer .credits .social span.ico4h{
	background-position: -112px -1px;
}
#footer .credits .social span.ico5,
#footer .credits .social span.ico5h{
	background-position: -151px 0px;
}
#footer .credits .social span.ico6,
#footer .credits .social span.ico6h{
	background-position: -188px -1px;
}
#footer .credits .social span.ico7,
#footer .credits .social span.ico7h{
	background-position: -226px 0px;
}

#footer .credits .social span.ico7,
#footer .credits .social span.ico7h{
	background-position: -260px 0px;
}

#footer .credits .social a:hover span.socialicons{
	display: none;
}
#footer .credits .social a:hover span.socialicons_h{
	display: inline-block !important;
}
#footer .credits .social span.socialicons_h{
	display: none;
}
.socialicons{
	background: url('../../../../uploads/img/socialicons.png') no-repeat;
	width: 265px;
	height: 36px;
}
.socialicons_h{
	background: url('../../../../uploads/img/socialicons_h.png') no-repeat;
	width: 265px;
	height: 36px;
}

/*Inner Footer*/
#footer .info{
	margin-bottom: 10px;
	margin-left: 0;
}
#footer .info .residence{
	margin-left: 0;
}
#footer .info ul{
	margin: 0;
	padding: 0;
}
#footer .info ul li{
	list-style: none;
	font-size: 16px;
	color: #777E83;
	line-height: 23px;
}
#footer .info ul a{
	color: #777E83;
	-webkit-transition: color .2s;
	-moz-transition: color .2s;
	-ms-transition: color .2s;
	transition: color .2s;
}
#footer .info ul a:hover{
	color: #A9B4BB;
}
#footer .info .touch{
	float: right;
}
#footer .info .touch ul li{
	display: inline-block;
	margin-left: 30px;
}

/* Global
-------------------------------------------------- */
.page_header {
	background-color: #000;
	color: #fff;
	font-size: 23px;
	display: inline-block;
	padding: 0px 18px;
}
.social_icon{
	background: url("http://thesnippetapp.com/v1_5/wp-content/uploads/img/social_icons.png") no-repeat;
	width: 110px;
	height: 18px;
}
.contact_social{
	background: url("http://thesnippetapp.com/v1_5/wp-content/uploads/img/img/contact_social.png") no-repeat;
	width: 180px;
	height: 34px;
}

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

/* Large desktop */
@media (min-width: 1200px) {
	#footer .sections .contact > *{
		/*margin-left: 80px;*/
	}
}
@media (min-width: 980px) {
	
}
@media (max-width: 979px) {
	.navbar.transparent.navbar-fixed-top, 
	.navbar.home.navbar-fixed-top{
		margin-bottom: 0px;
	}
	
	.video_wrapper{
		margin-top: 110px !important;
	}
	
	.navbar.transparent.navbar-inverse .navbar-inner {
		background: #fff;
	}
	.navbar-inverse .nav-collapse .nav > li > a, 
	.navbar-inverse .nav-collapse .dropdown-menu a {
		color: #696969;
		opacity: 0.7;
	}
	
	.navbar .nav > li{
		float: none !important;
		text-align: center;
	}
	
	.nav{
		margin: 0 auto !important;
	}
	#uvTab {
		display: none !important;
	}
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) { 
	.navbar.transparent.navbar-fixed-top, 
	.navbar.home.navbar-fixed-top{
		margin-bottom: -70px;
		position: relative;
		top: 999;
	}
	#uvTab {
		display: none !important;
	}
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	
	
	
	.logo-wrapper{text-align: left !important}
	
	#features{
		margin-top: 10% !important;
	}

	.video_wrapper{
		margin: 0 auto;
		max-width: 550px;
	}
	
	#feature_area{
		padding-top: 0px !important;
		height: auto !important;
	}
	
	.container-wrapper{
	padding: 40px 0px 0px 0px;
}


	#footer .container{
		padding: 0px 20px;
	}
	/*Index Footer*/
	#footer .footer_header {
		margin-left: 0;
	}
	#footer .footer_header h3{
		margin-left: 0;
	}
	#footer .testimonials{
		overflow: hidden;
		margin-bottom: 40px;
	}
	#footer .testimonials .footer_header{
		margin-left: 0;
	}
	#footer .testimonials .wrapper{
		float: left;
		width: 100%;
	}
	#footer .contact{
		margin: 0;
	}
	#footer .contact .footer_header{
		margin-left: 0;
	}
	#footer .contact input[type="text"], #footer .contact textarea{
		float: left;
		width: 92%;
	}
	/*Inner Footer*/
	#footer .info .touch ul li{
		margin: 0 30px 0 0;
	}
	#footer .info .touch ul{
		margin:15px 0 15px;
	}
	
	#features .feature{
		text-align: center;
	}
	
	.seperator{
		margin-left: auto;
		margin-right: auto;
	}
	
	
	.nav{
	text-align: center;
		
	}
	
	.nav{font-size: 15px;}


.icon-writers, .icon-readers{
	width: 45px !important !important;
}

.btn-primary{
	font-size: 20px !important;
	margin-left: 0px !important;
	margin-right: 0px !important;
}

.icon-writers, .icon-readers{
	padding-right:65px;
	margin-left: -10px !important;
}

#feature_areamoses{
	background: url('../../../../../../img/backgrounds/moses.jpg');
	background-size: cover;
	background-position: center top;
	height: 300px;
	position: relative;

}

#email{
	width: 160px;
	padding-left: 5px;
}
	
#uvTab{
	display: none!important;
}

}
	
	



	
/* Landscape phones and down */
@media (max-width: 480px) {


.blog-container{
	margin-top: 0px;
}

#uvTab {
		display: none !important;
	}

}