/*
Theme Name: RokoPhoto Lite
Theme URI: https://themeisle.com/themes/rokophoto-lite/
Author: ThemeIsle
Author URI: https://themeisle.com
Description: RokoPhoto Lite is an elegant WordPress themes for photographers, writers, and bloggers. This design focuses on your content & is perfect for an elegant blog site.
Version: 1.0.5
Tags: white, black, one-column, responsive-layout, custom-background, custom-header, custom-menu, featured-images, threaded-comments, translation-ready,photoblogging
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: rokophotolite
*/

/*
CSS Style Structure
- General
- Preloader
- Navigation
- Header
- Vision/Mission
- Blog Page
- Post Page
- Call-to-action
- Social Connect
- Footer Section
=======================*/
/***********************
******* General ********
***********************/
body {
	background: #f6f9fa;
	color: #536d76;
	font-weight: 400;
	font-size: 1em;
	overflow: hidden;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased !important;
}
html{
	overflow-x: hidden;
}
*,
*:after,
*:before { box-sizing: border-box }
.clearfix:before,
.clearfix:after {
	content: '';
	display: table;
}
.clearfix:after { clear: both }
p {
	font-size: 14px;
	line-height: 1.75;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased !important;
}
p.large {
	font-size: 16px;
	padding-top: 40px;
	margin-bottom: -10px;
	font-weight: 400;
	font-family: Futura, "Trebuchet MS", Arial, sans-serif;
	letter-spacing: 2px;
}
p.small {
	font-size: 12px;
	font-weight: 300;
	margin-bottom: -10px;
	margin-top: -10px;
	font-family: Futura, "Trebuchet MS", Arial, sans-serif;
	letter-spacing: 2px;
}
p.atext {
	font-size: 12px;
	font-weight: 300;
	font-family: Futura, "Trebuchet MS", Arial, sans-serif;
	letter-spacing: 2px;
	width: 60%;
	left: 0;
	padding-top: 20px;
}
a,
a:hover,
a:focus,
a:active,
a.active { outline: 0 }
a { color: #000000 }
a:hover,
a:focus,
a:active,
a.active {
	color: #fec503;
	-webkit-transition: all ease .8s;
	-moz-transition: all ease .8s;
	transition: all ease .8s;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	text-transform: uppercase;
	font-family: Futura, "Trebuchet MS", Arial, sans-serif;
	font-weight: 700;
}
h1 {
	text-transform: uppercase;
	font-family: Futura, "Trebuchet MS", Arial, sans-serif;
	font-size: 76px;
	letter-spacing: 5px;
	font-weight: 500;
	-webkit-font-smoothing: antialiased !important;
}
h2 {
	font-family: Futura, "Trebuchet MS", Arial, sans-serif;
	font-size: 30px;
	letter-spacing: 8px;
	font-weight: 500;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased !important;
}
h4 {
	font-family: Futura, "Trebuchet MS", Arial, sans-serif;
	font-size: 18px;
	letter-spacing: 6px;
	font-weight: 500;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased !important;
	line-height: 20px;
	margin-bottom: -10px;
}
h5 {
	font-family: Futura, "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 5px;
	word-spacing: 10px;
	-webkit-font-smoothing: antialiased !important;
	text-transform: none;
}
h6 {
	font-family: Futura, "Trebuchet MS", Arial, sans-serif;
	font-size: 10px;
	font-weight: 600;
	-webkit-font-smoothing: antialiased !important;
	text-transform: none;
}
hr {
	height: 5px;
	border-top: 5px solid #ffffff;
	width: 90%;
	margin: 0 auto;
}

h2 a:hover {
	text-decoration: none;
}

.avatar {
	float: left;
	margin-right: 25px;
}

.alignleft .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

.alignright .avatar {
	margin-left: 24px;
	margin-left: 2.4rem;
}

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.sticky {
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 2.4rem;
}

img.alignnone {
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
	margin: 0 2.4rem 2.4rem 0;
}

img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
	margin: 0 0 2.4rem 2.4rem;
}

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center;
}

.gallery-caption {
}

.bypostauthor {
}
/**************************
******** Preloader ********
**************************/
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff; /* change if the mask should have another color then white */
	z-index: 9999; /* makes sure it stays on top */
}
#status {
	width: 100%;
	height: 400px;
	position: absolute;
	left: 0%; /* centers the loading animation horizontally one the screen */
	top: 15%; /* centers the loading animation vertically one the screen */
	background-image: url('./img/loading.gif'); /* path to your loading animation */
	background-repeat: no-repeat;
	background-position: center;
	/*margin: -100px 0 0 -100px; */ /* is width and height divided by two */
}
/**************************
******* Navigation ********
**************************/
.navbar-default {
	border-color: transparent;
	background-color: #222;
	text-align: center;
}
.navbar-default .navbar-brand img {
	color: rgba(254, 209, 54, 0);
	margin-top: -10px;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active { color: #fec503 }
.navbar-default .navbar-collapse { border-color: rgba(255,255,255,.02) }
.navbar-default .navbar-toggle {
	border-color: #fed136;
	background-color: transparent;
}
.navbar-toggle {
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-top: 8px;
	margin-right: 15px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 0px;
}
.navbar-default .navbar-toggle .icon-bar { background-color: #ffffff }
.navbar-default .navbar-toggle .navbar-brand {
	height: 55px;
	width: 55px;
	margin-top: -15px;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { background-color: #fed136 }
.navbar-default .nav li a {
	text-transform: uppercase;
	font-family: Futura, "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	letter-spacing: 2px;
	font-weight: 500;
	color: #fff;
}
.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
	outline: 0;
	color: #fed136;
}
.current-menu-item a {
	border-radius: 0;
	color: #fec503 !important;
	background-color: transparent !important;
}
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
	color: #fec503;
	background-color: transparent !important;
}
@media (max-width:768px) {
	.navbar-default {
		position:relative;
	}	
}
@media (min-width:768px) { 
	.navbar-default {
		padding: 25px 0;
		border: 0;
		background-color: transparent;
		-webkit-transition: padding .3s;
		-moz-transition: padding .3s;
		transition: padding .3s;
	}
	.navbar-default .navbar-nav>.active>a { border-radius: 3px }
	.navbar-default.navbar-shrink {
		padding: 10px 0;
		background-color: #222;
	}
	.navbar-default.navbar-shrink .navbar-brand img {
		height: 55px;
		width: 55px;
		margin-top: -15px;
		-webkit-transition: padding .3s;
		-moz-transition: padding .3s;
		transition: padding .3s;
	}
}
/**************************
********** Header *********
**************************/
.carousel-caption {
	padding-bottom: 30px;
	top: 30%;
	left: 0;
	right: 0;
}
.text {
	margin-left: 20%;
	margin-right: 20%;
}
.content {
	background: rgba(0, 0, 0, 0.20);
	padding: 40px;
	z-index: -1;
}
.carousel-fade .item {
	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	-ms-transition: opacity 1s;
	-o-transition: opacity 1s;
	transition: opacity 1s;
}

.carousel-control:hover, 
.carousel-control:focus {
color: #fec503;
text-decoration: none;
filter: alpha(opacity=90);
outline: 0;
opacity: .9;
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
	display: block;
	width: 100%;
	height: 100%;
}
.carousel-fade .active.left,
.carousel-fade .active.right {
	left: 0;
	opacity: 0;
	z-index: 2;
}
.carousel-control.right,
.carousel-control.left {
	top: 47%;
	background-image: none;
}


.carousel-fade .next,
.carousel-fade .prev {
	left: 0;
	opacity: 1;
	z-index: 1;
}
.carousel-control {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 15%;
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);
	opacity: .5;
	z-index: 100;
}

/**************************
***** Vision/Mission ******
**************************/
.carousel-indicators {
	position: absolute;
	bottom: 30px;
	left: 50%;
	z-index: 15;
	width: 60%;
	padding-left: 0;
	margin-left: -30%;
	text-align: center;
	list-style: none;
}
.carousel-indicators li {
	display: inline-block;
	width: 30px;
	height: 10px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0);
	border: 1px solid #fec503;
	border-radius: 0px;
	padding: 0 20px;
}
.carousel-indicators .active {
	width: 30px;
	height: 12px;
	margin: 0;
	background-color: #fec503;
}
.dark-overlay {
	background: rgba(0, 0, 0, 0.8);
	height: 420px;
	padding-top: 150px;
}
.light-overlay {
	background: rgba(255, 255, 255, 0.8);
	height: 160px;
	padding-top: 30px;
}
.ptitle {
	color: #535353;
	text-align: center;
}
.vision {
	text-align: center;
	color: #ffffff;
}
.vision-border a {
	color: #ffffff;
}
.vision-border:hover > h2,
.vision-border:hover {
	color: #fec503;
	border-color: #fec503;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}
.vision-border:hover>h4,
.vision-border:hover>h6 { color: #ffffff }
.vision div.vision-border { padding: 20px }
.vision-border {
	padding: 5px 10px;
	border: 2px solid #ffffff;
	width: 40%;
}
.centered {
	margin: auto;
}
@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'feathericons';
	src: url('./fonts/feathericons/feathericons.eot?-8is7zf');
	src: url('./fonts/feathericons/feathericons.eot?#iefix-8is7zf') format('embedded-opentype'), url('./fonts/feathericons/feathericons.woff?-8is7zf') format('woff'), url('./fonts/feathericons/feathericons.ttf?-8is7zf') format('truetype'), url('../fonts/feathericons/feathericons.svg?-8is7zf#feathericons') format('svg');
}

/**************************
********** Blog ***********
**************************/
#blog {
	background-repeat: no-repeat;
	background-size: cover;
	height: 420px;
}
.dark-overlay {
	background: rgba(0, 0, 0, 0.8);
	height: 420px;
	padding-top: 150px;
	color: #ffffff;
}
div.blog {
	text-align: center;
	padding-bottom: 100px;
	color: #000000;
}
.blog-border:hover > h2,
.blog-border:hover {
	color: #fec503;
	border-color: #fec503;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}
.blog-border:hover>h4,
.blog-border:hover>h6 { color: #ffffff }
.blog div.blog-border { padding: 20px }
.blog-border {
	padding: 5px 10px;
	border: 2px solid #ffffff;
}
.blog .post img {
	padding-top: 40px;
	padding-bottom: 40px;
	max-width: 100%;
	height: auto;
	margin-left: 0px;
}
.blog-posts, .blog-post { margin-top: 100px }
.blog-post .post p { text-align: justify; }
.divider {
	width: 100%;
	height: 5px;
	padding-top: 80px;
	border-bottom: 2px dashed #000000;
	position: relative;
}
.pagination .page-numbers.current {
	color: #000000;
	background-color: #fec503;
	border-color: #777;
}
.pagination .page-numbers.prev {
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.pagination .page-numbers.next {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.pagination { padding-top: 80px }
.pagination > li > a,
.pagination > li > span,
.pagination  > a,
.pagination  > span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #000000;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #777;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus,
.pagination  > a:hover,
.pagination  > span:hover,
.pagination  > a:focus,
.pagination  > span:focus,
.pagination > .active > a,
.pagination > .active > a:hover {
	color: #000000;
	background-color: #fec503;
	border-color: #777;
}


.clearfix:after {
	content: "";
	display: table;
	clear: both;
}
#bsocials {
	background-color: #000000;
	height: auto;
	min-height: 275px;
	max-height: 500px;
	padding-top: 70px;
	padding-bottom: 40px;
	text-align: center;
}
#bsocials p {
	font-family: Futura, "Trebuchet MS", Arial, sans-serif;
	letter-spacing: 2px;
	color: #ffffff;
	text-transform: none;
	-webkit-font-smoothing: antialiased !important;
}
#bsocials span.follow {
	font-family: Futura, "Trebuchet MS", Arial, sans-serif;
	font-size: 30px;
	letter-spacing: 8px;
	font-weight: 500;
	color: #ffffff;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased !important;
	border: 1px solid #ffffff;
	width: 280px;
	padding: 5px;
}
#bsocials p span {
	display: inline-block;
	vertical-align: middle;
}
#bsocials span.follow:hover {
	border: 1px solid #fec503;
	color: #fec503;
	-webkit-transition: all ease .8s;
	-moz-transition: all ease .8s;
	transition: all ease .8s;
}
#bsocials a { color: #ffffff }
#bsocials a:hover {
	color: #fec503;
	-webkit-transition: all ease .8s;
	-moz-transition: all ease .8s;
	transition: all ease .8s;
}
/**************************
*** Single Blog Section ***
**************************/
.breadcrumb {
	padding: 0;
	margin-bottom: 0;
	border-radius: 0;
}
ol.breadcrumb {
	text-align: center;
	font-size: 14px;
	background: none;
}
ol.breadcrumb a { color: #ffffff }
.breadcrumb > .active { color: #fec503 }
#comments {
	padding-bottom: 60px;
	color: #000000;
}
.comment-text {
	font-size: 14px;
	text-transform: uppercase;
}
.center { text-align: center }
.add-bottom { padding-bottom: 80px }
.comment-container td {
	padding-top: 50px;
	padding-bottom: 20px;
	border-top: 1px solid #e5e5e5;
}
a.btn.pull-right {
	font-size: 12px;
	font-weight: 500;
	border: 1px dotted;
	padding: 2px 15px;
}
a.btn.pull-right:hover {
	font-size: 12px;
	font-weight: 500;
	border: 1px dotted #fec503;
	padding: 2px 15px;
	color: #fec503;
}
.commentlist > li:first-child > .comment-container td {
	padding-top: 0;
	border: none;
}
.comment-author {
	font-weight: 600;
	margin-right: 25px;
	font-size: 12px;
	font-style: italic;
}
#commentform {
	text-align: center;
	padding-bottom: 40px;
}
#commentform h4 {
	color: #000000;
	padding-bottom: 40px;
}
.comment-date {
	color: #999;
	font-size: 12px;
}
#commentform .form-group { margin-bottom: 25px }
#commentform .form-group input,
#commentform .form-group textarea { padding: 20px }
#commentform .form-group input.form-control { height: auto }
#commentform .form-group textarea.form-control { height: 236px }
#commentform .form-control:focus {
	border-color: #fec503;
	box-shadow: none;
}
#commentform::-webkit-input-placeholder {
	text-transform: uppercase;
	font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 700;
	color: #bbb;
}
#commentform:-moz-placeholder {
	text-transform: uppercase;
	font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 700;
	color: #bbb;
}
#commentform::-moz-placeholder {
	text-transform: uppercase;
	font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 700;
	color: #bbb;
}
#commentform:-ms-input-placeholder {
	text-transform: uppercase;
	font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 700;
	color: #bbb;
}
#commentform .text-danger { color: #fec503 }
.form-submit .submit {
	font-family: Futura, "Trebuchet MS", Arial, sans-serif;
	font-size: 16px;
	width: 180px;
	line-height: 10px;
	text-transform: uppercase;
	border: 1px solid #000000;
	color: #000000;
	padding: 15px;
	margin: 0 auto;
	-webkit-font-smoothing: antialiased !important;
	background: transparent;
	border-radius: 0px;
}
#commentform .form-control { color: #000000 }
#commentform .alert-danger {
	color: #000000;
	border-color: #c6c6c6;
}
.commentlist ul {
	list-style: none;
	padding: 0;
	margin-left: 70px;
}
#comments { margin-top: -20px }
#comments .entry-comments {
	float: none;
	display: inline-block;
	font-weight: 400;
	line-height: 1.42857143;
	text-transform: uppercase;
	margin-bottom: 70px;
}
.commentlist {
	list-style: none;
	padding: 0;
	margin-bottom: 40px;
	border-bottom: 1px solid #e5e5e5;
}
.commentlist td { vertical-align: top }
.commentlist p { margin-bottom: 20px }
.comment-container td {
	padding-top: 50px;
	padding-bottom: 50px;
	border-top: 1px solid #e5e5e5;
}
.commentlist > li:first-child > .comment-container td {
	padding-top: 0;
	border: none;
}
.comment-avatar {
	width: 70px;
	padding-right: 20px;
}
.comment-avatar img { border-radius: 0px }
.comment-header { margin-bottom: 10px }
.comment-author {
	font-weight: 400;
	margin-right: 15px;
}
.comment-date { color: #999 }
.comment-body { clear: both }
a.comment-reply-link {
	color: #000;
	font-size: 12px;
	font-weight: 500;
	padding: 2px 15px;
	float: right !important;
	font-weight: normal;
	line-height: 1.42857;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-moz-user-select: none;
	background-image: none;
	border: 1px dotted #000;
	border-radius: 4px;
}

a.comment-reply-link:hover {
	font-size: 12px;
	font-weight: 500;
	border: 1px dotted #FEC503;
	padding: 2px 15px;
	color: #FEC503;
}

table.comment-container {
	width: 100%;
}

.comment-reply-title {
	text-align: center;
}

#commentform .form-group textarea {
	width: 100%;
}
/**************************
***** Social Connect ******
**************************/
#socials {
	background-color: #ffffff;
	height: auto;
	min-height: 275px;
	max-height: 500px;
	padding-top: 70px;
	padding-bottom: 40px;
	text-align: center;
}
#socials p {
	font-family: Futura, "Trebuchet MS", Arial, sans-serif;
	letter-spacing: 2px;
	color: #000000;
	text-transform: none;
	-webkit-font-smoothing: antialiased !important;
}
#socials span.follow {
	font-family: Futura, "Trebuchet MS", Arial, sans-serif;
	font-size: 30px;
	letter-spacing: 8px;
	font-weight: 500;
	color: #000000;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased !important;
	border: 1px solid #000000;
	width: 280px;
	padding: 5px;
}
#socials p span {
	display: inline-block;
	vertical-align: middle;
}
#socials span.follow:hover {
	border: 1px solid #fec503;
	color: #fec503;
	-webkit-transition: all ease .8s;
	-moz-transition: all ease .8s;
	transition: all ease .8s;
}
#socials span {
	font-size: 14px;
	color: #000000;
}
ol.social li {
	display: inline-block;
	list-style-type: disc;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 0px;
	-moz-padding-start: 0px;
	padding: 0 10px;
	color: #000000;
}
ol {
	display: block;
	list-style-type: decimal;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 0px;
	-moz-padding-start: 0px;
}
/**************************
***** Button *****
**************************/
input[type=text],
input[type=password],
input[type=email],
textarea {
	height: 40px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857;
	color: #000;
	background-color: rgba(255, 255, 255, 0) !important;
	background-image: none;
	border: 1px solid #CCC;
	border-radius: 0px;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

html input[type="button"],
input[type="reset"],
input[type="submit"] {
	font-family: Futura,"Trebuchet MS",Arial,sans-serif;
	font-size: 16px;
	width: 180px;
	line-height: 10px;
	text-transform: uppercase;
	border: 1px solid #FFF;
	color: #FFF;
	padding: 15px;
	margin: 0px auto;
	background: #000;
	border-radius: 0px;
}

label {
	font-size: 16px;
	font-family: Futura,"Trebuchet MS",Arial,sans-serif;
}
.btn-primary {
	color: #FFFFFF;
	background-color: #000000;
	border-color: rgba(255, 186, 0, 0);
	border-radius: 0px;
	font-family: Futura, "Trebuchet MS", Arial, sans-serif;
	letter-spacing: 2px;
	font-size: 18px;
	font-weight: normal;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #FFBE00;
	border-color: #FFD000;
}
/**************************
***** Footer Section ******
**************************/
#footer {
	background-color: #000000;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height: auto;
	min-height: 320px;
	max-height: 1000px;
	text-align: center;
	padding-top: 5%;
	padding-bottom: 2%;
}
#footer h2 {
	font-family: Futura, "Trebuchet MS", Arial, sans-serif;
	font-size: 46px;
	width: 480px;
	line-height: 30px;
	text-transform: uppercase;
	border: 2px solid #ffffff;
	color: #ffffff;
	padding: 20px;
	margin: 0 auto;
	-webkit-font-smoothing: antialiased !important;
}
#footer h2:hover {
	border: 2px solid #fec503;
	color: #fec503;
	-webkit-transition: all ease .8s;
	-moz-transition: all ease .8s;
	transition: all ease .8s;
}
#footer p {
	font-family: Futura, "Trebuchet MS", Arial, sans-serif;
	letter-spacing: 2px;
	color: #ffffff;
	line-height: 10px;
	text-transform: none;
	-webkit-font-smoothing: antialiased !important;
}
#footer-nav {
	font-family: Futura, "Trebuchet MS", Arial, sans-serif;
	letter-spacing: 2px;
	padding-top: 45px;
	background-color: #161616;
	height: 95px;
	color: #ffffff;
	font-size: 10px;
	text-align: center;
}
#footer-nav a {
	color: #ffffff;
}
