/*  
Theme Name: Fullscreen
Theme URI: http://themify.me/themes/fullscreen
Version: 1.5.1
Description: Created by <a href="http://www.themify.me">Themify</a>.
Author: Themify
Author URI: http://www.themify.me
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Copyright: (c) 2014 Themify.
Tags: featured-images, translation-ready, custom-menu

---------

DO NOT EDIT THIS FILE.

If you need to overwrite the CSS styling, create a new custom_style.css 
in the theme folder and it will automatically load in the <head>.

*/

/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset, figure {
	margin: 0;
	padding: 0;
}

img, fieldset {
	border: 0;
}

/* set img max-width */
img {
	max-width: 100%;
	height: auto;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* ie 8 img max-width */
@media \0screen {
  img { width: auto;}
}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

/* audio */
audio {
	max-width: 100%;
}

/* iframes and objects max-width */
iframe, object {
	max-width: 100%;
}

/************************************************************************************
GENERAL STYLING
*************************************************************************************/
html {
	-webkit-font-smoothing: antialiased;
}
body {
	background-color: #999;
	word-wrap: break-word;
	color: #c3c3c3;
	font: .81em/150% 'Open Sans', Arial, Helvetica, sans-serif;
}
/* home body */
body.home {
	padding-bottom: 100px; /* padding for gallery controller */
}
a {
	text-decoration: none;
	outline: none;
	color: #41909d;
}
a:hover {
	text-decoration: underline;
}
p {
	margin: 0 0 1.2em;
	padding: 0;
}
small {
	font-size: 87%;
}
blockquote {
	font: italic 110%/130% "Times New Roman", Times, serif;
	padding: 8px 30px 15px;
}
ins {
	text-decoration: none;
}

/* LIST
================================================ */
ul, ol {
	margin: 1em 0 1.4em 24px;
	padding: 0;
	line-height: 140%;
}
li {
	margin: 0 0 .5em 0;
	padding: 0;
}

/* HEADINGS
================================================ */
h1, h2, h3, h4, h5, h6 {
	line-height: 1.4em;
	margin: 20px 0 .4em;
	font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif;
	color: #fff;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.8em;
}
h3 {
	font-size: 1.6em;
}
h4 {
	font-size: 1.4em;
}
h5 {
	font-size: 1.2em;
}
h6 {
	font-size: 1em;
}

/* FORM
================================================ */
/* form input */
input, textarea, select, input[type=search], button {
	font-size: 100%;
	font-family: inherit;
}
textarea, input[type=text], input[type=password], input[type=search], input[type=email], input[type=url] {
	color: #ccc;
	background: #333;
	border: none;
	padding: 6px 10px;

	-webkit-appearance: none;
	border-radius: 5px;
	box-shadow: inset 0 2px 5px rgba(0,0,0,0.3); 
}
input[type=text], input[type=search], input[type=email], input[type=url] {
	width: 240px;
	max-width: 90%;
}

/* text area */
textarea {
	line-height: 150%;
	width: 94%;
}

/* form input:focus */
textarea:focus, input[type=text]:focus, input[type=password]:focus, input[type=search]:focus, input[type=email]:focus, input[type=url]:focus {
	background: #444;
	outline: none;
}

/* form button */
input[type=reset], input[type=submit], button {
	background: #eeb050;
	color: #222;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 0 1px 0 rgba(255,255,255,.3);
	border: none;
	padding: 7px 20px;
	cursor: pointer;
	border-radius: 5px;
	box-shadow: 0 1px 1px rgba(0,0,0,0.5), inset 0 1px 0 rgba(255,255,255,.4);
}

/* form button :hover */
input[type=reset]:hover, input[type=submit]:hover, button:hover {
	background: #faca7e;
}

/************************************************************************************
STRUCTURE
*************************************************************************************/
#pagewrap, .pagewidth, #headerwrap, #header, #main-nav, #body, #layout, #content, .post, .author-box, .post-nav, .pagenav, #sidebar, .widget, #footerwrap, #footer {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#pagewrap {
	width: 1160px;
	max-width: 94%;
	margin-left: 4%;
	position: relative;
	z-index: 2;
}
#header {
	width: 170px;
	position: fixed;
	top: 50px;
	z-index: 99;
	word-wrap: break-word;
}
#body {
	position: relative;
}
#contentwrap,
#footerwrap {
	margin-left: 190px; /* padding space for left column */
	margin-right: 224px; /* padding space for right sidebar */
}
/* content */
#content {
	min-height: 450px;
	position: relative;
	padding: 20px 6%;
	margin-top: 25px;
	margin-bottom: 30px;
	background-color: #000;
	background-color: rgba(0,0,0,0.8);
	border-radius: 5px;
	box-shadow: 0 1px 5px rgba(0,0,0,0.5), inset 0 1px 0 rgba(255,255,255,.2), inset 0 0 0 1px rgba(255,255,255,.1), 0 0 0 1px rgba(0,0,0,1);
}
/* sidebar */
#sidebarwrap {
	width: 200px;
	position: absolute;
	top: 0;
	right: 0;
}

/* sidebar-none */
.sidebar-none #contentwrap,
.sidebar-none #footerwrap {
	margin-right: 0; /* padding space for right sidebar */
}

/* sidebar-left */
.sidebar-left #sidebarwrap {
	right: inherit;
	left: 180px;
}
.sidebar-left #contentwrap,
.sidebar-left #footerwrap {
	margin-left: 404px; /* padding space for left column */
	margin-right: 0; /* padding space for right sidebar */
}

/* fullwidth content */
.full_width #layout {
	width: 100%;
	max-width: 100%;
}
.full_width #content {
	padding: 0;
	width: auto;
	float: none;
}
.full_width #sidebar {
	width: auto;
	float: none;
}

/************************************************************************************
GRID
*************************************************************************************/
.col,
.col4-1,
.col4-2,
.col4-3,
.col3-1,
.col3-2,
.col2-1
{
	float: left;
	margin-left: 2%;
}
.col4-1 {
	width: 23.5%;
}
.col4-2, .col2-1 {
	width: 49%;
}
.col4-3 {
	width: 74.2%;
}
.col3-1 {
	width: 32%;
}
.col3-2 {
	width: 65.6%;
}
.col.first,
.col4-1.first,
.col4-2.first,
.col4-3.first,
.col3-1.first,
.col3-2.first,
.col2-1.first
{
	margin-left: 0;
	clear: left;
}

/************************************************************************************
HEADER
*************************************************************************************/
#headerwrap {
	z-index: 1000;
}
#header {
	color: #ddd;
}

/* 
SITE LOGO
================================================ */
#site-logo {
	margin: 0 0 5px;
	font: 28px/110% 'Open Sans Condensed', Helvetica, Arial, sans-serif;

	text-shadow: 0 1px 7px rgba(0,0,0,.7);
}
#site-logo a {
	color: #fff;
	text-decoration: none;
}
#site-logo a:hover {
	text-decoration: none;
}

/* 
SITE DESCRIPTION
================================================ */
#site-description {
	margin: 0 0 20px;
	color: #fff;
	font-size: 12px;
	line-height: 110%;
	font-weight: normal;

	text-shadow: 0 1px 3px rgba(0,0,0,.7);
}

/* 
SOCIAL WIDGET
================================================ */
.social-widget {
	float: left;
	margin-bottom: 15px;
}
.social-widget a {
	text-decoration: none;
	color: #FFF;
}
.social-widget a:hover {
	text-decoration: none;
}
.social-widget .widget {
	background: none;
	margin: 0 2px 0 0;
	padding: 0;
	border: none;
	display: inline-block;
	zoom:1;
	*display:inline;
	border-radius: 0;
	box-shadow: none;
}
.social-widget .widget div {
	display: inline;
}
.social-widget .widgettitle {
	font-weight: bold;
	font-size: 100%;
	text-transform: none;
	border: none;
	clear: both;
	float: none;
	display: block !important;
	letter-spacing: 0;
	position: static;
	display: inline-block;
	zoom:1;
	*display:inline;
	margin: 5px 8px 2px 0;
	padding: 0;
	background: transparent;
	box-shadow: none;
}
.social-widget ul {
	margin: 6px 0 0 !important;
	padding: 0;
	display: inline;
}
.social-widget ul li {
	padding: 0 2px 0 0;
	margin: 0;
	display: inline-block;
	zoom:1;
	*display:inline;
	border: none !important;
	clear: none;
	line-height: 100%;
}
.social-widget li img {
	vertical-align: middle;
	margin-top: 1px;
}

/* rss */
.social-widget .rss {
	display: inline;
}
.social-widget .rss a {
	background: url(/web/20160407232954im_/http://www.transvestite-colette.co.uk/wp-content/themes/fullscreen/images/rss.png) no-repeat left center;
	padding: 3px 0 3px 30px;
	display: inline-block;
	zoom:1;
	*display:inline;
	vertical-align: middle;
}

/* 
MAIN NAVIGATION
================================================ */
/* menu icon */
#menu-button {
	padding: 9px 15px 5px;
	display: inline-block;
	zoom:1;
	*display:inline;
	cursor: pointer;
	background: #eeb050;
	height: 20px;
	color: #222;
	text-transform: uppercase;
	font: 16px/100% 'Open Sans Condensed', Helvetica, Arial, sans-serif;
	text-shadow: 0 1px 0 rgba(255,255,255,.4);
	border-radius: 5px;
	box-shadow: 0 0 0 3px rgba(0,0,0,.2), inset 0 1px 0 rgba(255,255,255,.4);
}
#menu-button:hover {
	background-color: #faca7e;
}
#menu-button:before {
	content: "\f0c9";
	margin: -3px 7px 0 0;
	font-size: 1.06em;
	display: inline-block;
	vertical-align: middle;
}

/* main nav */
#main-nav-wrap {
	position: relative;
	z-index: 1000;
	margin: 0 0 10px;
}
#main-nav {
	margin: 0;
	clear: both;
	position: absolute;
	width: 160px;
	padding: 5px 0;
	top: 38px;
	left: 0;
	z-index: 100;
	background: #eeb050;
	display: none; /* visibility will be toggled with jquery */
	box-shadow: 0 1px 5px rgba(0,0,0,0.5), inset 0 1px 0 rgba(255,255,255,.4);
	border-radius: 5px;
}

#main-nav li {
	border: none !important;
	margin: 0 0 1px;
	padding: 0;
	list-style: none;
	clear: both;
	position: relative;
}

/* main level link */
#main-nav a {
	color: #222;
	display: block;
	padding: 5px 15px 5px 15px;
	margin: 0;
	text-decoration: none;

	text-shadow: 0 1px 0 rgba(255,255,255,.3);
}
/* main level link :hover */
#main-nav a:hover {
	background-color: #faca7e;
}

/* current link */
#main-nav .current_page_item a, #main-nav .current-menu-item a {
	background-color: #faca7e;
}
/* current link :hover */
#main-nav .current_page_item a:hover, #main-nav .current-menu-item a:hover {
}

/* sub-levels link */
#main-nav ul a, #main-nav .current_page_item ul a, #main-nav ul .current_page_item a, #main-nav .current-menu-item ul a, #main-nav ul .current-menu-item a  {
	background: #eeb050;
	font-size: 100%;
	line-height: 140%;
	font-weight: normal;
	text-transform: none;
	padding: 6px 6px 6px 15px;
	margin: 0;
	display: block;
	width: 160px;
}
/* sub-levels link :hover */
#main-nav ul a:hover, #main-nav .current_page_item ul a:hover, #main-nav ul .current_page_item a:hover, #main-nav .current-menu-item ul a:hover, #main-nav ul .current-menu-item a:hover {
	background-color: #faca7e;
}

/* dropdown ul */
#main-nav ul {
	left: 150px;
	top: 0;
	z-index: 100;
	margin: 0;
	padding: 5px 0;
	list-style: none;
	position: absolute;	
	display: none;
	
	background: #eeb050;
	box-shadow: 0 1px 5px rgba(0,0,0,0.5), inset 0 1px 0 rgba(255,255,255,.4);
	border-radius: 5px;
}
#main-nav ul li {
	background: none;
	padding: 0;
	margin: 0;
	float: none;
}
/* sub-levels dropdown */
#main-nav ul ul {
	top: -2px;
}
/* show dropdown ul */
#main-nav li:hover > ul {
	display: block;
}
#main-nav.active {
	display: block;
}
	
/************************************************************************************
WELCOME MESSAGE
*************************************************************************************/
.welcome-message {
	font: 120%/135% Georgia, "Times New Roman", Times, serif;
	color: #fff;
	width: 420px;
	max-width: 90%;
	position: fixed;
	top: 280px;
	
	text-shadow: 0 1px 4px rgba(0,0,0,.7);
}
.welcome-message h1,
.welcome-message h2,
.welcome-message h3,
.welcome-message h4,
.welcome-message h5,
.welcome-message h6 {
	margin: 0 0 .2em;
}
.welcome-message p {
	margin: 0;
	padding: 0 0 .7em;
}
.welcome-message a {
	color: #fff69d;
	text-decoration: underline;
}
	
/************************************************************************************
PAGE
*************************************************************************************/
/* page title */
.page-title {
	margin: 0 0 15px;
	padding: 0;
	font-size: 280%;
	line-height: 110%;
}

/*
AUTHOR PAGE
================================================ */
.author-bio {
	margin: 0 0 30px;
}
.author-bio .author-avatar {
	float: left;
	margin: 0 15px 0 0;
}
.author-bio .author-avatar img {
	background: #fff;
	padding: 4px;
	border: solid 1px #ccc;
}
.author-bio .author-name {
	margin: 0 0 5px;
	padding: 0;
	font-size: 160%;
}
.author-posts-by {
	margin: 0 0 20px;
	padding: 10px 0 0;
	font-size: 140%;
	text-transform: uppercase;
	border-top: double 4px #ccc;
	border-color: rgba(118,118,118,.3);
}

/*
CATEGORY SECTIONS
================================================ */
.category-section {
	clear: both;
	margin-bottom: 30px;
}
.category-section-title {
	font-size: 120%;
	text-transform: uppercase;
	margin: 0 0 20px;
	padding: 10px 0 0;
	border-top: double 4px #ccc;
}

/************************************************************************************
POST
*************************************************************************************/
.post {
	margin-bottom: 40px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

/* post content */
.post-content {
	min-width: 120px;
}

/* post date */
.post-date {
	text-transform: uppercase;
	font-size: 90%;
}

/* post title */
.post-title {
	font-size: 230%;
	margin: 0 0 7px;
	padding: 0;
}
.post-title a {
	color: #fff;
}

/* post image */
.post-image {
	max-width: 100%;
	margin: 0 0 8px;
}
.post-image img {
	vertical-align: top;
	border-radius: 5px;
}
.post-image.left {
	float: left;
	margin-right: 15px;
}
.post-image.right {
	float: right;
	margin-left: 15px;
}

/* single post image */
.single .post-image {
	margin: 0 0 20px;
}

/* lightbox zoom image */
.post-image .lightbox {
	position: relative;
	display: inline-block;
	zoom:1;
	*display:inline;
	max-width: 100%;
}
.post-image .lightbox .zoom {
	width: 40px;
	height: 40px;
	background: url(/web/20160407232954im_/http://www.transvestite-colette.co.uk/wp-content/themes/fullscreen/images/icon-zoom.png) no-repeat center center;
	margin: -20px 0 0 -20px;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1000;
	border-radius: 10em;
}
.post-image .lightbox:hover .zoom {
	background-color: #000;
}

/* post meta */
.post-meta {
	text-transform: uppercase;
	font-size: 80%;
	line-height: 140%;
}
.post-meta .bullet{
	font-size: 7px;
	font-weight: normal;
	vertical-align: top;
}
.loops-wrapper.list-post .post-meta {
	border-bottom: 3px #EEB050 solid;
	padding-bottom: 15px;
	margin-bottom: 20px;
}

/* grid4 post */
.loops-wrapper.grid4 .post {
	width: 23%;
	margin-left: 2.5%;
	float: left;
	font-size: 85%;
	line-height: 140%;
}
.loops-wrapper.grid4 .post-title {
	font-size: 140%;
	margin: 0 0 3px;
	padding: 0;
}

/* grid3 post */
.loops-wrapper.grid3 .post {
	width: 30%;
	margin-left: 3.5%;
	float: left;
}
.loops-wrapper.grid3 .post-title {
	font-size: 160%;
	margin: 0 0 3px;
	padding: 0;
}

/* grid2 post */
.loops-wrapper.grid2 .post {
	width: 48%;
	float: left;
	margin-left: 3.75%;
}
.loops-wrapper.grid2 .post-title {
	font-size: 180%;
	margin: 0 0 3px;
	padding: 0;
}

/* grid2-thumb post */
.loops-wrapper.grid2-thumb .post {
	width: 48%;
	margin-left: 4%;
	float: left;
}
.loops-wrapper.grid2-thumb .post-title {
	margin: 0 0 5px;
	font-size: 160%;
}
.loops-wrapper.grid2-thumb .post-image {
	float: left;
	margin: 5px 14px 10px 0;
}
.loops-wrapper.grid2-thumb .post-content {
	overflow: hidden;
}

/* clear grid posts
================================================ */
.loops-wrapper.grid4 .post:nth-of-type(4n+1),
.loops-wrapper.grid3 .post:nth-of-type(3n+1),
.loops-wrapper.grid2 .post:nth-of-type(2n+1),
.loops-wrapper.grid2-thumb .post:nth-of-type(2n+1) {
	margin-left: 0;
	clear: left;
}

/* list thumb post */
.loops-wrapper.list-thumb-image .post-image {
	float: left;
	margin: 7px 16px 10px 0;
}
.loops-wrapper.list-thumb-image .post-content {
	overflow: hidden;
}

/* list large image */
.loops-wrapper.list-large-image .post-image {
	float: left;
	margin: 7px 22px 10px 0;
}
.loops-wrapper.list-large-image .post-title {
	font-size: 200%;
	margin: 0 0 5px;
	padding: 0;
}
.loops-wrapper.list-large-image .post-content {
	overflow: hidden;
}

/************************************************************************************
POST VIDEO (css for fluid video)
*************************************************************************************/
.post-video, .embed-youtube {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin-bottom: 15px;
}
.post-video iframe,  
.post-video object,  
.post-video embed,
.embed-youtube iframe,  
.embed-youtube object,  
.embed-youtube embed  {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/************************************************************************************
PAGE NAVIGATION
*************************************************************************************/
.pagenav {
	clear: both;
	text-align: right;
}
.pagenav a, .pagenav span {
	color: #444;
	line-height: 100%;
	padding: 4px 0 1px;
	margin: 0 2px;
	vertical-align: middle;
	display: inline-block;
	zoom:1;
	*display:inline;
	min-width: 22px;
	min-height: 17px;
	font-weight: bold;
	text-align: center;
	border-radius: 5px;
	box-shadow: 0 1px 1px rgba(0,0,0,0.5), inset 0 1px 0 rgba(255,255,255,.4);
}
.pagenav a {
	background: #eeb050;
	color: #222;
	text-shadow: 0 1px 0 rgba(255,255,255,.4);
	text-decoration: none;
}
.pagenav a:hover {
	background-color: #faca7e;
}
.pagenav .current {
	background-color: #faca7e;
}

/************************************************************************************
AUTHOR BOX
*************************************************************************************/
.author-box {
	margin: 15px 0;
}
.author-box .author-avatar {
	float: left;
	margin: 0 15px 5px 0;
}
.author-box .author-name {
	margin: 0 0 5px;
}

/************************************************************************************
POST NAVIGATION (the <nextpage> tag)
*************************************************************************************/
.post-pagination {
	text-align: right;
	margin: .5em 0 2em;
}
.post-pagination strong {
	margin-right: 3px;
}
.post-pagination a {
	margin-left: 3px;
	margin-right: 3px;
}
/************************************************************************************

POST NAVIGATION
*************************************************************************************/
.post-nav {
	margin: 0 0 30px;
	padding: 20px 0;
	clear: both;
}
.post-nav .prev,
.post-nav .next {
	width: 47%;
	position: relative;
}
.post-nav a {
	display: block;
	text-decoration: none;
}
.post-nav a:hover {
	
}
.post-nav .prev {
	float: left;
}
.post-nav .next {
	float: right;
	text-align: right;
}

/* post nav arrow */
.post-nav .arrow {
	background: #eeb050;
	color: #222;
	text-shadow: 0 1px 0 rgba(255,255,255,.3);
	font: bold 19px/100% Arial, sans-serif;
	text-decoration: none;
	display: block;
	width: auto;
	float: left;
	width: 30px;
	height: 26px;
	padding: 4px 0 0;
	text-align: center;
	margin: -5px 15px 17px 0;
	border-radius: 10em;
	box-shadow: 0 1px 1px rgba(0,0,0,0.5), inset 0 1px 0 rgba(255,255,255,.4);
}
.post-nav .next .arrow {
	float: right;
	margin-left: 15px;
	margin-right: 0;
}
.post-nav a:hover span {
	background: #faca7e;
	text-decoration: none;
}

/*
PORTFOLIO POST TYPE
================================================ */
.portfolio {
	text-align: center;
}
.shortcode.portfolio {
	margin-bottom: 30px;
	overflow: hidden;
	clear: both;
}
.shortcode.portfolio .post {
	margin-bottom: 30px;
	text-align: center;
}
.shortcode.portfolio .post-image {
	margin: 0 0 5px 0;
}
.shortcode.portfolio .post-image img {
	border-radius: 5px;
}

/* more link wrap */
.more-link-wrap {
	text-align: right;
	clear: both;
	margin: 10px 0 20px;
}

/* portfolio post meta */
.portfolio .post-meta {
	margin: 0;
	text-align: inherit;
	border: none;
	padding-bottom: 0px;
}
.portfolio .post-date {
	margin: 0 0 15px;
	text-align: inherit;
	font-size: 90%;
	display: block;
}
.portfolio .post-date {
	border-bottom: 3px #EEB050 solid;
	padding: 0 0 15px;
}
.shortcode.portfolio .post-meta .post-category {
	background: none;
	padding: inherit;
}

/* portfolio single */
.portfolio {
	text-align: left;
}
.single .portfolio .post-image {
	width: 853px;
	max-width: 100%;
	margin: 0 30px 20px 0;
	padding: 0;
	position: relative;
}

/* portfolio slideshow */
.portfolio .carousel-wrap {
	margin-bottom: 0 !important;
}
.slideshow-wrap {
	visibility: hidden;
	height: 0; /* will be toggled with js */
	overflow: hidden;
	float: none !important; /* prevent float inherited from .post-image */ 
}
.portfolio .slideshow {
	margin: 0;
	padding: 0;
}
.portfolio .slideshow li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	width: 100%;
	text-align: center;
}
.portfolio .slideshow {
	margin-bottom: 10px;
}

/* portfolio slideshow single caption */
.portfolio .slideshow-wrap li {
	position: relative;
}
.portfolio .slider-image-caption {
	color: #fff;
	background: #333;
	background: rgba(0,0,0,0.6);
	position: absolute;
	padding: 5px 15px;
	bottom: 0;
	width: 100%;
	text-align: left;
}

/* portfolio slideshow nav */
.portfolio .carousel-nav-wrap {
	margin: 0;
}
.portfolio .carousel-pager {
	text-align: center;
	margin: 0;
	padding: 0;
	clear: both;
	position: relative;
	zoom:1;
	*display:inline;
	width: 100%;
	display: none !important;
}
.portfolio .carousel-pager a {
	text-indent: -900em;
	width: 11px;
	height: 11px;
	border: none;
	display: block;
	margin: 0 2px;
	cursor: pointer;
	background: #e1e1e1;
	display: inline-block;
	vertical-align: middle;

	border-radius: 10em;

	box-shadow: inset 0 1px 2px rgba(0,0,0,.3);
}
.portfolio .carousel-pager a.selected {
	background: #afafaf;
}

/* single portfolio slideshow nav */
.single-portfolio .carousel-pager {
	text-align: left;
	position: absolute;
	top: 10px;
	left: 10px;
	display: none;
}
.single-portfolio .carousel-pager a {
	text-indent: 0;
	text-align: center;
	width: 26px;
	height: 24px;
	padding-top: 2px;
	background: #fff;
	color: #999;
	font-size: 12px;
	border: none;
	border-radius: 5px;

	box-shadow: none;
}
.single-portfolio .carousel-pager a.selected {
	background: #eeb050;
	color: #222;
}
/* slider arrows */
.portfolio .carousel-prev, .portfolio .carousel-next {
	position: absolute;
	width: 44px !important;
	height: 44px !important;
	display: block;
	text-indent: -999em;
	background-color: none;
	border: none;
	box-shadow: none;
	top: 50%;
	margin-top: -22px;
}
.portfolio .carousel-prev {
	background: url(/web/20160407232954im_/http://www.transvestite-colette.co.uk/wp-content/themes/fullscreen/images/arrow-left.png) no-repeat;
	position: absolute !important;
	left: 10px;
}
.portfolio .carousel-next {
	background: url(/web/20160407232954im_/http://www.transvestite-colette.co.uk/wp-content/themes/fullscreen/images/arrow-right.png) no-repeat;
	position: absolute !important;
	right: 10px;
}

/* portfolio details */
.single .portfolio .post-content {
	overflow: hidden;
}

/* portfolio gallery */
#body .portfolio .gallery,
#body .loops-wrapper.grid4 .portfolio .gallery,
#body .loops-wrapper.grid3 .portfolio .gallery,
#body .loops-wrapper.grid2 .portfolio .gallery {
	margin: 5px 0 0 0;
}

/* portfolio gallery thumbnails */
#body .portfolio .post-image .gallery-item {
	max-width: 40px;
	margin: 0 8px 8px 0 !important; /* gallery columns margin reset */
}

/* portfolio gallery thumbnails image wrap*/
#body .portfolio .post-image .gallery-item .image-wrap::after {
	background: rgba(0,0,0,.5);
}
#body .portfolio .post-image .gallery-item:hover .image-wrap::after {
	background: none;
}

/* portfolio layouts gallery thumbnails */
#body .loops-wrapper.grid4 .portfolio .post-image .gallery-item {
	max-width: 20px;
	margin: 0 5px 5px 0 !important;
}
#body .loops-wrapper.grid3 .portfolio .post-image .gallery-item {
	max-width: 30px;
}
#body .loops-wrapper.grid2 .portfolio .post-image .gallery-item {
	max-width: 30px;
}

/* portfolio gallery thumbnails caption */
#body .portfolio .gallery .gallery-caption {
	display: none;
}

/* portfolio gallery br remove */
#body .portfolio .gallery br {
	display: none;
}

/************************************************************************************
COMMENTS
*************************************************************************************/
.commentwrap {
	margin: 10px 0 20px;
	position: relative;
	clear: both;
}

/* comment title */
.comment-title, #reply-title {
	font-size: 160%;
	margin: 0 0 10px;
	padding: 0;
	text-transform: uppercase;
}

/* comment pagenav */
.commentwrap .pagenav {
	margin: 10px 0;
	border: none;
	box-shadow: none;
}
.commentwrap .pagenav.top {
	margin: 0;
	position: absolute;
	top: -4px;
	right: 0;
}

/* commentlist */
.commentlist {
	margin: 0 0 30px;
	padding: 5px 0 0;
	border-top: solid 1px #333;
	border-color: rgba(137,137,137,.2);
}
.commentlist li {
padding: 5px 0 15px;
list-style: none;
position: relative;
margin-bottom: 15px;
}
.commentlist .comment-author {
	margin: 2px 0 5px;
	padding: 0;
}
.commentlist .avatar {
	float: left;
	margin: 0 15px 0 0;
}
.commentlist cite {
	font: 140% 'Open Sans Condensed', Arial, Helvetica, sans-serif;
}
.commentlist cite a {
	text-decoration: none;
}
.commentlist .bypostauthor > .comment-author cite {
	background: url(/web/20160407232954im_/http://www.transvestite-colette.co.uk/wp-content/themes/fullscreen/images/icon-author-comment.png) no-repeat 0 2px;
	padding-left: 18px;
}
.commentlist .comment-time {
	font-size: 75%;
	text-transform: uppercase;
}
.commentlist .commententry {
	position: relative;
	min-height: 40px;
	overflow: hidden;
	padding-bottom: 5px;
	word-wrap: break-word;
	line-height: 22px;
}
.commentlist ul, .commentlist ol {
	margin: 0 0 0 7%;
	padding: 0;
}
.commentlist .children{
	margin-top: 20px;
	overflow: hidden;
	clear: both;
}

/* reply link */
.commentlist .reply {
	
}
.commentlist .comment-reply-link {
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
}
.commentlist .comment-reply-link:hover {
	text-decoration: none;
}

/* line and meta*/
.commentlist .comment-meta-wrap {
	text-align: right;
	line-height: 100%;
}
.commentlist .comment-meta-wrap .line {
	width: 60%;
	vertical-align: middle;
	display: inline-block;
	margin-top: 4px;
	border-bottom: solid 1px #333;
	border-color: rgba(137,137,137,.2);
}
.commentlist .comment-meta {
	margin-left: 10px;
	vertical-align: middle;
	display: inline-block;
	white-space: nowrap;
}

/* 
COMMENT FORM
================================================ */
#respond {
	margin: 0;
	padding: 10px 0 0;
	position: relative;
	clear: both;
}
#respond #cancel-comment-reply-link {
	position: absolute;
	top: 20px;
	right: 0;
	font-size: 85%;
	line-height: 100%;
	text-decoration: none;
	padding: 5px 10px;
	display: block;
	color: #fff;
	border: solid 1px #9e0b0f;
	background-color: #e41d24;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjM1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjY2JSIgc3RvcC1jb2xvcj0iI2FhYWFhYSIgc3RvcC1vcGFjaXR5PSIwLjE1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wNSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background-image: -moz-linear-gradient(top,  rgba(255,255,255,0.35) 0%, rgba(170,170,170,0.15) 66%, rgba(0,0,0,0.05) 100%);
	background-image: -webkit-linear-gradient(top,  rgba(255,255,255,0.35) 0%,rgba(170,170,170,0.15) 66%,rgba(0,0,0,0.05) 100%);
	background-image: linear-gradient(to bottom,  rgba(255,255,255,0.35) 0%,rgba(170,170,170,0.15) 66%,rgba(0,0,0,0.05) 100%);

	text-shadow: 0 -1px 0 rgba(0,0,0,.4);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.2);
	border-radius: 5px;
}
#respond #cancel-comment-reply-link:hover {
	background: #fb4e55;
}
#commentform {
	margin: 15px 0 0;
}
#commentform input[type=text] {
	width: 206px;
	margin-right: 5px;
}
#commentform label {
	font-weight: bold;
}
#commentform label small {
	font-weight: normal;
}
#commentform textarea {
	height: 140px;
}
#commentform input#submit {
	padding: 7px 20px;
}

/************************************************************************************
SIDEBAR
*************************************************************************************/
#sidebar {
	font-size: 90%;
}
.widget {
	margin: 0 0 12px;
	padding: 10px 14px;
	word-wrap: break-word;
	color: #999999;
	font-size: 12px;
	line-height: 17px;
	background-color: #000;
	background-color: rgba(0,0,0,0.8);
	border-radius: 5px;
	box-shadow: 0 1px 5px rgba(0,0,0,0.5), inset 0 1px 0 rgba(255,255,255,.2), inset 0 0 0 1px rgba(255,255,255,.1), 0 0 0 1px rgba(0,0,0,1);
}
.widgettitle {
	margin: 0 0 5px;
	padding: 0;
	color: #e5e5e5;
	font-size: 18px;
	text-transform: uppercase;	
}
.widget ul {
	margin: 0;
	padding: 0;
}
.widget li {
	margin: 0;
	padding: 6px 0;
	list-style: none;
	clear: both;
	border-top: solid 1px #333;
	border-color: rgba(137,137,137,.2);
}
.widget ul ul {
	margin: 6px 0 -6px 0px;
	padding: 0;
	border-top: none;
}
.widget ul ul li {
	margin: 0;
	padding-left: 10px;
}

/************************************************************************************
WIDGET STYLES
*************************************************************************************/
/* calendar widget */
.widget #wp-calendar caption {
	font-weight: bold;
	padding-bottom: 10px;
}
.widget #wp-calendar td {
	width: 31px;
	padding: 4px 2px;
	text-align: center;
}

/* feature posts widget */
.widget .feature-posts-list br {
	display: none;
}
.widget .feature-posts-list .post-img {
	margin: 4px 12px 10px 0;
	float: left;
}
.widget .feature-posts-list small {
	font-style: italic;
	font-size: 90%;
	display: block;
	margin: 0 0 3px;
}
.widget .feature-posts-list .feature-posts-title {
	margin: 4px 0 3px;
}
.widget .feature-posts-list .post-excerpt {
	display: block;
}

/* twitter widget */
.widget .twitter-list .twitter-timestamp a {
	font-style: italic;
	font-size: 90%;
	color: inherit;
}
.widget .follow-user {
	margin: 0;
	padding: 5px 0;
}

/* links widget */
.widget .links-list img, .widget_links img {
	vertical-align: middle;
}

/* recent comments widget */
.recent-comments-list .avatar {
	margin-right: 12px;
	float: left;
}

/* flickr widget */
.widget .flickr_badge_image {
	margin-top: 10px;
	
}
.widget .flickr_badge_image a {
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}

/* flickr shortcode */
.shortcode .flickr_badge_image {
	width: 23.8%;
	margin: 0 1.5% 1.5% 0;
	float: left;
}
.shortcode .flickr_badge_image:nth-of-type(4n) {
	margin-right: 0;
}
.shortcode .flickr_badge_image img {
	margin: 0;
}

.image-wrap {
	position: relative;
	display: inline-block;
	zoom: 1;
	max-width: 100%;
	vertical-align: bottom;
}
.image-wrap img {
	vertical-align: top;
	border-radius: 5px;
}
.image-wrap::after,
.module-image .image-wrap a:after {
	content: ' ';
	width: 100%;
	height: 100%;
	position: absolute;
	top: -1px;
	left: -1px;
	border: solid 1px #222;
	box-shadow: inset 0 0 1px rgba(255, 255, 255, .4), inset 0 1px 0 rgba(255, 255, 255, .4), 0 1px 2px rgba(0, 0, 0, .3);
	border-radius: 5px;
}
.widget .flickr_badge_image img {
	width: 46px;
	height: 46px;
	vertical-align: bottom;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .4);
	border-radius: 5px;
	
}

/* search widget */
#sidebar #searchform {
	position: static;
}
#sidebar #searchform #s {
	width: 93%;
}

/* reset twitter embed max-width to 100% */
#content .twitter-tweet-rendered {
	max-width: 100% !important;
}
#content .twt-border {
	max-width: 100% !important;
	min-width: 180px !important;
}

/* Social Links Widget */
.widget .social-links {
	margin: 0 0 20px;
	padding: 0;
	line-height: 100%;
}
.widget .social-links li {
	margin: 0 5px 5px 0;
	padding: 0;
	list-style: none;
	border: none;
	display: inline-block;
	zoom:1;
	*display:inline;
}
.widget .social-links img {
	vertical-align: middle;
}

/************************************************************************************
FOOTER
*************************************************************************************/
#footerwrap {
	padding-bottom: 50px;
}
#footer {
	clear: both;
	color: #ddd;
}

/* footer text */
.footer-text {
	color: #ddd;
	clear: left;
	font-size: 85%;
	text-shadow: 0 1px 1px rgba(0,0,0,0.75);
}
.footer-text a {
	color: #fff;
}

.back-top a {
	background: black url(/web/20160407232954im_/http://www.transvestite-colette.co.uk/wp-content/themes/fullscreen/images/arrow-up.png) no-repeat center center;
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-bottom: 10px;
	float: left;
	margin-right: 10px;
	text-indent: -900em;
	border-radius: 10em;
}

/************************************************************************************
PATTERN OVERLAY
*************************************************************************************/
#pattern {
	background: url('/web/20160407232954im_/http://www.transvestite-colette.co.uk/wp-content/themes/fullscreen/images/pattern.png');
	z-index: 0;
	top: 0;
	left: 0;
	width:100%;
	height:100%;
	position: fixed;
}
#pattern.loading:after {
	background: url('/web/20160407232954im_/http://www.transvestite-colette.co.uk/wp-content/themes/fullscreen/images/loading.gif') no-repeat center;
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 32px;
	height: 32px;
	margin-left: -16px;
	margin-top: -16px;
	z-index: 1;
}

/************************************************************************************
FULLSCREEN BUTTON
*************************************************************************************/
#fullscreen-button {
	width: 35px;
	height: 30px;
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 1000;
	background: #eeb050 url("/web/20160407232954im_/http://www.transvestite-colette.co.uk/wp-content/themes/fullscreen/images/fullscreen-button.png") no-repeat 5px 5px;
	cursor: pointer;
	border-radius: 5px;
	box-shadow: 0 0 0 3px rgba(0,0,0,.2), inset 0 1px 0 rgba(255,255,255,.4);
}
#fullscreen-button:hover {
	background-color: #faca7e;
}
#fullscreen-button.active {
	background-position: 5px -35px;
}
.admin-bar #fullscreen-button.active {
	margin-top: 32px;
}

/************************************************************************************
FULLSCREEN GALLERY
*************************************************************************************/
.fullscreen-active{
	overflow: hidden;
}
/* gallery controller */
#gallery-controller {
	width: 320px;
	max-width: 100%;
	height: 80px;
	position: fixed;
	left: 50%;
	bottom: -100px;
	margin-left: -160px;
	z-index: 3;
}

/* footer slider */
#footer-slider {
	height: 0;
	visibility: hidden;
}

/* slider general style */
.slider {
	padding-bottom: 10px;
}
.slider .slides {
	margin: 0;
	padding: 0;
	line-height: 84%;
}
.slider .slides li {
	list-style: none;
	margin: 0 5px;
	padding: 4px;
	width: 40px;
	float: left;
	text-align: center;
}
.slider .slides li .image-wrap{
	box-shadow: 0 2px 7px rgba(0,0,0,0.5);
}
.slider .slides .current-slide .image-wrap::after{
	border: 4px solid #eeb050;
	top: -4px;
	left: -4px;
	box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.5);
}

/* fullscreen image caption */
.fullscreen-caption {
	position: fixed;
	top: 42%;
	left: 0;
	width: 100%;
	font: normal 125%/140% Georgia, "Times New Roman", Times, serif;
	text-align: center;
	display: none;
	cursor: default;
}
.fullscreen-caption-inner {
	background-color: #000;
	background-color: rgba(0,0,0,.8);
	padding: 4px 20px;
	max-width: 90%;
	display: inline-block;
	zoom:1;
	*display:inline;
	border-radius: 10em;
}

/* carousel nav */
.slider .carousel-nav-wrap {
	text-align: center;
	margin: 10px 0 5px;
}
.slider .carousel-arrow{
	display: inline-block;
}
#footer-slider .carousel-nav-wrap a {
	text-indent: -900em;
	margin: 0 4px;
	background-color: #eeb050;
	background-repeat: no-repeat;
	width: 22px;
	height: 22px;
	text-decoration: none;
	display: inline-block;
	zoom:1;
	*display:inline;
	box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255,255,255,.3);
	border-radius: 10em;
}
#footer-slider a.carousel-prev {
	background-image: url(/web/20160407232954im_/http://www.transvestite-colette.co.uk/wp-content/themes/fullscreen/images/controller-next-prev.png);
	background-position: 8px 5px;
}
#footer-slider a.carousel-next {
	background-image: url(/web/20160407232954im_/http://www.transvestite-colette.co.uk/wp-content/themes/fullscreen/images/controller-next-prev.png);
	background-position: 8px -32px;
}
/* carousel play/pause */
.slider .carousel-playback {
	background-image: url(/web/20160407232954im_/http://www.transvestite-colette.co.uk/wp-content/themes/fullscreen/images/controller-play-pause.png);
	background-position: 8px 5px;
}
.slider .paused {
	background-image: url(/web/20160407232954im_/http://www.transvestite-colette.co.uk/wp-content/themes/fullscreen/images/controller-play-pause.png);
	background-position: 8px -32px;
}

/* carousel pager */
#footer-slider .carousel-pager {
	clear: both;
	text-align: center;
	margin: 10px 0;
}
#footer-slider .carousel-pager a {
	text-indent: -900em;
	width:  10px;
	height: 10px;
	display: inline-block;
	zoom:1;
	*display:inline;
	margin: 0 5px;
	background: #eda93c;
	box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.2), inset	0 1px 0 rgba(255,255,255,.3);
	border-radius: 10em;
	cursor: pointer;
}
#footer-slider .carousel-pager a.selected  {
	width: 4px;
	height: 4px;
	border: solid 3px #EDA93C;
	background: #543a12;
	box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.2);
}

/************************************************************************************
BACKGROUND MODE: BEST-FIT
*************************************************************************************/
.best-fit {
	background: #000;
}
.best-fit-vertical img {
	top: 0 !important;
	left: 1% !important;
	right: 1% !important;
	width: auto !important;
	height: 100% !important;
	margin: auto !important;
}

.best-fit-horizontal img {
	top: 10% !important;
	left: 0 !important;
	bottom: 10% !important;
	width: 100% !important;
	height: auto !important;
	margin: auto !important;
}

/************************************************************************************
WORDPRESS POST FORMATTING
*************************************************************************************/
.sticky {}
img.alignleft, img.aligncenter, img.alignright, img.alignnone {
	margin-bottom: 15px;
}
.alignleft {
	float: left;
	margin-right: 30px;
}
.alignright {
	float: right;
	margin-left: 30px;
}
.aligncenter {
	text-align: center;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	text-align: center;
	margin-bottom: 15px;
	max-width: 100%;
}
.wp-caption-text {
	font-style: italic;
	font-size: 95%;
	line-height: 120%;
	margin: 6px 0;
}

/************************************************************************************
ATTACHMENT SINGLE VIEW
*************************************************************************************/
.attachment.single-attachment,
.single-attachment .attachment {
	float: none;
	margin: 0;
	text-align: left;
}

/************************************************************************************
GALLERY
*************************************************************************************/
#body .gallery {
	margin: 5px 0 20px 0;
}

#body .loops-wrapper.grid4 .gallery {
	margin: 5px 0 -10px 0;
}

/* gallery item */
#body .gallery .gallery-item {
	margin: 0 8px 8px 0;
	vertical-align: top;
	width: auto;
	float: left;
	text-align: center;
}

/* gallery image */
#body .gallery img {
	border: none;
	width: auto\9; /* ie8 */
	max-width: 100%;
	height: auto;
}

/* gallery caption */
#body .gallery .gallery-caption {
	line-height: 120%;
	font-size: 90%;
	text-align: center;
	margin: 5px 0 0;
}

/* GALLERY COLUMN
================================================ */
/* gallery column 1 (display all in one line) */
#body .gallery-columns-1 .gallery-item {
	width: auto;
}
#body .gallery-columns-1 br {
	display: none !important;
}

/* gallery column 2 */
#body .gallery-columns-2 .gallery-item {
	width: 49.2%;
}

/* gallery column 3 */
#body .gallery-columns-3 .gallery-item {
	width: 32.3%;
}
/* gallery column 4 */
#body .gallery-columns-4 .gallery-item {
	width: 23.8%;
}

/* gallery column 5 */
#body .gallery-columns-5 .gallery-item {
	width: 18.8%;
}

/* gallery column 6 */
#body .gallery-columns-6 .gallery-item {
	width: 15.4%;
}

/* gallery column 7 */
#body .gallery-columns-7 .gallery-item {
	width: 13%;
}

/* gallery column 8 */
#body .gallery-columns-8 .gallery-item {
	width: 11.18%;
}

/* gallery column 9 */
#body .gallery-columns-9 .gallery-item {
	width: 9.77%;
}

/* set gallery item margin-right */
#body .gallery-columns-1 .gallery-item,
#body .gallery-columns-2 .gallery-item,
#body .gallery-columns-3 .gallery-item,
#body .gallery-columns-4 .gallery-item,
#body .gallery-columns-5 .gallery-item,
#body .gallery-columns-6 .gallery-item,
#body .gallery-columns-7 .gallery-item,
#body .gallery-columns-8 .gallery-item,
#body .gallery-columns-9 .gallery-item {
	margin: 0 1.5% 1.5% 0;
}

/* clear gallery item margin-right */
#body .gallery-columns-9 .gallery-item:nth-of-type(9n),
#body .gallery-columns-8 .gallery-item:nth-of-type(8n),
#body .gallery-columns-7 .gallery-item:nth-of-type(7n),
#body .gallery-columns-6 .gallery-item:nth-of-type(6n),
#body .gallery-columns-5 .gallery-item:nth-of-type(5n),
#body .gallery-columns-4 .gallery-item:nth-of-type(4n),
#body .gallery-columns-3 .gallery-item:nth-of-type(3n),
#body .gallery-columns-2 .gallery-item:nth-of-type(2n) {
	margin-right: 0;
}

/************************************************************************************
BUILDER
*************************************************************************************/
/* builder row */
.full_width .themify_builder_row .row_inner {
	width: 1160px; /* same width as .pagewidth */
	max-width: 100%;
	margin: auto;
}
.full_width .themify_builder_row.fullwidth .row_inner {
	width: auto;
	padding: 0;
}

/* image wrap */
.module-image .image-wrap a {
    position: relative;
    z-index: 1000;
}
/* circle image wrap */
.module-image.circle .image-wrap:after {
	border-radius: 50em;
}

/* slider overley content */
.module-slider.slider-overlay .slide-content {
	border-radius: 0 0 5px 5px;
}

/************************************************************************************
CLEAR & ALIGNMENT
*************************************************************************************/
.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.textleft {
	text-align: left;
}
.textright {
	text-align: right;
}
.textcenter {
	text-align: center;
}

/* clearfix */
.clearfix:after, .widget li:after, #body:after, #footer:after, footer:after, .pagenav:after, #main-nav:after, .menu:after, .gallery:after, #content:after
{ visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix, .widget li, #body, #footer, footer, .pagenav, .menu, .gallery, #content
{ display: inline-block; }
/* clearfix for ie7 */
.clearfix, .widget li, #body, #footer, footer, .pagenav, .menu, .gallery, #content
{ display: block; zoom: 1; }


/************************************************************************************
ICON FONTS
*************************************************************************************/
#menu-button:before {
	font-family: 'fontawesome';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
}
/*
     FILE ARCHIVED ON 23:29:54 Apr 07, 2016 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 12:59:18 Oct 06, 2024.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 3.694
  exclusion.robots: 0.018
  exclusion.robots.policy: 0.008
  esindex: 0.011
  cdx.remote: 11.141
  LoadShardBlock: 171.612 (3)
  PetaboxLoader3.datanode: 76.572 (4)
  PetaboxLoader3.resolve: 341.175 (2)
  load_resource: 262.064
*/