
hr {
	display: block;
	height: 1px;
	border: 0;
	margin: 10px;
	padding: 0;
	width: 50%;
	left: 25%;
	position: relative;
	border: none;
}

img {
	vertical-align: middle;
}
 
textarea {
	resize: vertical;
}

/* ===============================================
   General styles
   ============================================== */

html, body {
	height: 100%;
}

body { 
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-webkit-overflow-scrolling: touch;
	font-family: 'Open Sans', sans-serif;
}

.logo a {
	margin: 0 auto; 
	display: inline-block; 
} 

.logo a img{
	background: transparent;
}

#navbar-main a {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
}

.navbar-inverse {
	background-color: #FFFFFF;
	border-color: rgba(127, 90, 5, 1);
	padding: 20px 0;
}

.navbar-inverse .navbar-nav > li > a {
	color: #1B0B03;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
	color: #1B0B03;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
	color: #fff;
	background-color: #080808;
}

.navbar-inverse .navbar-toggle {
	border-color: #333;
	background: rgb(31, 14, 7);
}

.tb {
	display: table;
	width: 100%;
}

.tb-cell {
	display: table-cell;
	vertical-align: middle;
}

.text-center {
	text-align: center;
}


.col-md-4 {
	padding-bottom: 20px;
}

.row {
	margin-right: 0px;
	margin-left: -15px;
}

.navbar-default {
	border-color: transparent;
	background-color: #dadada;
}

.navbar-inverse .navbar-brand {
	font-weight: 500;
	font-size: 20px;
}

.navbar-toggle {
	border-color: transparent;
	border: 0px solid transparent;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	background-color: #16a085;
	color: white;
}

a img {
	background: white;
}

.odd a img {
	background: #f5f5f5;
}

/* Titles */
h1, h3, h4, h5, h6 {
	font-family: "Raleway", sans-serif;
	font-weight: 200;
	color: #333;
}

h2 {
	font-family: "Josefin Sans", Arial, sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 40px;
	color: #FFFFFF;
}

h3 {
	font-size: 26px;
}

/* Paragraph & Typographic */
p {
	line-height: 28px;
	margin-bottom: 20px;
	font-size: 15px;
}

p.large {
	font-size: 16px;
	margin-bottom: 50px;
}

.centered {
	text-align: center;
}

strong {
	font-weight: 700;
}

em {
	font-weight: 300;
}

pre {
	background: #ebebeb;
	border: none; 
	font-size: 16px;
	color: #666;
	padding: 20px;
	line-height: 28px;
}

small {
	font-size: 12px;
}

blockquote, blockquote p {
	line-height: 28px;
	color: #999;
	font-weight: 300;
	font-style: italic;
}

blockquote {
	position: relative;
	margin: 0 0 40px -30px;
	padding-left: 30px;
	border-left: 5px solid #3498db;
}

blockquote cite {
	position: absolute;
	bottom: -25px;
	right: 0;
	font-size: 12px;
	font-style: italic;
	color: #333;
	font-weight: 300;
}

blockquote cite:before {
	content: "-- "
}

/* Images */
.overflow-image {
	margin-top: -65px;
}

/* Links */
a {
	color: #1da1f2;
	word-wrap: break-word;
	-webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
	-moz-transition: color 0.1s ease-in, background 0.1s ease-in;
	-ms-transition: color 0.1s ease-in, background 0.1s ease-in;
	-o-transition: color 0.1s ease-in, background 0.1s ease-in;
	transition: color 0.1s ease-in, background 0.1s ease-in;
}


a:hover, a:focus {
	color: #1da1f2;
	text-decoration: none;
	outline: 0;
}


a:before, a:after {
	-webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
	-moz-transition: color 0.1s ease-in, background 0.1s ease-in;
	-ms-transition: color 0.1s ease-in, background 0.1s ease-in;
	-o-transition: color 0.1s ease-in, background 0.1s ease-in;
	transition: color 0.1s ease-in, background 0.1s ease-in;
} 


.coffeeCup .icon > span {
  font-size: 42px;
}

/* ==========================================================================
   Wrap Sections
   ========================================================================== */

#headerwrap {
	background: url(../img/bg_main.jpg) no-repeat center top;
	margin-top: -50px;
	padding-top: 120px;
	text-align: center;
	background-attachment: relative;
	background-position: center center;
	min-height: 850px;
	width: 100%;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding-bottom: 100px;
}

#headerwrap h1 {
	color: #ffffff;	
	font-size: 42px;
	font-weight: 800;
	text-align: center;
}

#headerwrap p {
	color: #fff;
	font-size: 22px;
	font-weight: 300;
	text-align: center;
	letter-spacing: 1px;
}

/* Coffee Cup Icon in Site Header */
#headerwrap .flaticon-coffee-cup:before { 
    content: "\f100";
    color: #fff;
    font-size: 116px;
    font-weight: 100;
}

#headerwrap .textus-btn {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 3px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid #fff;
  margin-top: 40px;
}

#headerwrap .textus-btn:hover {
  border: 2px solid #fff;
  background: #1da1f2;
  color: #fff;
}

.img-circle {
	border-radius: 50%;
	padding: 5px;
	background: #fff;
}

#about {
	background: #FFF;
	padding: 100px 0;
}

#about img {
	margin-top: 65px;
}

#about h2 {
	color: #000;
}

#about p, h3 {
	font-family: "Raleway", sans-serif;
	font-weight: 200;
	color: #000;
}

#howitworks {
	background: #000000;
	padding: 100px 0;
	text-align: center;
}

#howitworks p, h3 {
	font-family: "Raleway", sans-serif;
	font-weight: 200;
	color: #fff;
/*
	text-align: center;
*/
}

#howitworks .flaticon-choices:before {
    content: "\f101";
	color: #c4996c;
    font-size: 60px;
    font-weight: normal;
}

#howitworks .flaticon-delivery-truck:before {
    content: "\f103";
	color: #c4996c;
    font-size: 60px;
    font-weight: normal;
}

#howitworks .flaticon-coffee-bean:before {
    content: "\f102";
	color: #c4996c;
    font-size: 60px;
    font-weight: normal;
}

#sust1 {
	background: #000000;
	padding: 100px 0;
}
#sust1 h4 {
	padding-top: 10px;
	color: #898989;
}
#sust1 p.large {
	margin-top: 60px;
	margin-bottom: 40px;
}

#specialty {
	background: url(../img/bg_dark1.png) repeat left top;
	background-color: #000;
	padding: 100px 0;
}

#featuredin {
	background: url(../img/bg_dark1.png) repeat left top;
	background-color: #000;
	padding: 60px 0 100px;
}

#featuredin h2 {
	color: #fff;
}

#lookinside {
	color: #fff;
	font-size: 14px;
	font-weight: 900;
	letter-spacing: 1px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

#magcover {
	padding: 30px 0 6px;
}

#contact {
	background: url(../img/bg_cont.jpg) no-repeat center top;
	background-color: #000;
	padding: 100px 0;
	text-align: center;
}

#contact .form {
	padding: 30px 0;
}
#contact .fa {
	color: #E89A2F;
	margin-bottom: 10px;
}
#contact .btn {
	font-family: "Raleway", sans-serif;
	font-weight: 600;
	font-size: 18px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 12px 32px;
	border-radius: 3px;
    transition: 0.5s;
	line-height: 1;
	margin: 10px;
	color: #fff;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
	border: 2px solid #fff;
	background: transparent;
}

#contact .btn:hover {
    background: #1da1f2;
	border: 2px solid #fff;
	color: #fff;
}

#contactForm textarea, #contactForm input[type="text"], #contactForm input[type="email"] {
	font-family: "Raleway", sans-serif;
  border: 1px solid #eee;
	background: transparent;
	color: #fff;
}

#contactForm input[type="text"], #contactForm input[type="email"] {
  margin-bottom: 12px;
}

#footerwrap {
	background: #080808;
	padding: 25px 0 15px 0;
	border-bottom: 1px solid #ddd;
	text-align: center;
}
#footerwrap span.copyright {
	line-height: 40px;
	color: #888;
	font-weight: 400;
}
#footerwrap span.copyright a {
	color: #888;
	border-bottom: 1px dotted;
}
#footerwrap span.copyright a:hover {
	color: #ffbf00;
	text-decoration: none;
}
#footerwrap h4 {
	color: white;
}

ul.social-buttons {
	margin: 0;
}

ul.social-buttons li a {
	font-size: 22px;
	outline: 0;
	color: #FFFFFF;
	margin-right: 12px;
}

ul.social-buttons li a:hover, ul.social-buttons li a:focus, ul.social-buttons li a:active {
	color: #ffbf00;
} 

.white h1 {
	color: #999;
}

.white p {
	padding-top: 15px;
} 


/* ==========================================
   MEDIA QUERIES
   ======================================== */
@media screen and (max-width:1050px), screen and (max-device-width:1050px) {
	body .header {
		background-attachment: scroll;
	}
}

@media only screen and (min-device-width:768px) and (max-device-width : 1024px) and (orientation : portrait) {
	.header {
		background-attachment: scroll;
	}
}

@media screen and (max-width:769px) {
	#headerwrap h1 {
		font-size: 42px;
	}
	#headerwrap p {
		font-size: 30px;
		line-height: 38px;
	}
}

@media screen and (max-width:480px) {
	#headerwrap h1 {
		font-size: 34px;
	}
	#headerwrap p {
		margin-top:30px;
		font-size: 20px;
	}
	.navbar-nav {
		float: right !important;
		width: 100%;
		margin: 10px auto;
	}
	#sust1 img {
		margin-top:30px;
	}
	h2 {
		font-size: 36px;
	}
}


/* ==========================================
   MEDIA QUERIES - Text Us button
   ======================================== */

#headerwrap .btn-tele {
	display: none;
}

#headerwrap .btn-mobile {
	display: inline;
}

#intro .btn-tele {
	display: none;
}

#intro .btn-mobile {
	display: block;
}

@media (min-width:426px) {
	#headerwrap .btn-tele {
		display: inline;
	}

	#headerwrap .btn-txtme {
		display: none;
	}

	#intro .btn-tele {
		display: block;
	}

	#intro .btn-txtme {
		display: none;
	}
}

@media (min-width:900px) {
	#headerwrap .btn-mobile {
		display: none;
	}

	#intro .btn-mobile {
		display: none;
	}
}