/* This file will hold styles that are loaded using the same media query as the narrow, normal and wide grid. */


/********* HOME PAGE DEFAULT **********/





/*-------------------------------------------------------------------

 Only add to this stylesheet if 
 home page items need to be styled differently than 
 in [site-name]-alpha-default.css
 
 
 
 > > > > > Every selector in this sheet should begin with .front class
 
--------------------------------------------------------------------*/



/* Layout */

.front {
	overflow-y: hidden;
}
.front .region-content-inner {
	background: transparent;
}
.front #region-content {
	 display: none;  /* kills container that contains only mobile content on home page */
}
.front #section-content {
	min-height: 200px;
}
.front #zone-content.container-12 {
	position: absolute;
	right: 12%;
	width: 50%;
	z-index: 1000;
}

/*-------------------------------------------

 LOGO - home page 
 
------------------------------------------*/

.front #zone-branding-wrapper {
 	padding-top: 80px;
 	height: 60px;
}
body.front #section-header {
	height: 200px;
}
body.front .region-branding-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 30%;
}
.front #fantorrent-logo-container {
	width: auto;
}
.front a#fantorrent-logo-link {
	background: transparent url(../../images/logo-yellow.png) no-repeat scroll left top;
	background-size: 100% auto;
	width: auto;
	padding: 102px 0 0 0;
}


/*--------------------------------------------------------
----------------------------------------------------------

 MAIN NAVIGATION - HOME PAGE ONLY 
 
----------------------------------------------------------
---------------------------------------------------------*/

/* place navigation when admin logged in */
.front.logged-in.toolbar #zone-menu-wrapper,
.front.logged-in.toolbar.toolbar-drawer #zone-menu-wrapper {
	top: 285px;
}

.front #zone-menu-wrapper {
	background: transparent;
	box-shadow: none;
	height: 280px;
	top: 200px;
	width: 100%; /* negate grid */
}
.front #zone-menu.container-12 {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%; /* negate grid */
}
.front #page #region-menu {
	width: 100%;
}


.front #block-superfish-1 ul#superfish-1 {
	width: 25%;
	margin: 0;
	padding: 0;
	height: auto;
}

.front #block-superfish-1 ul li {
	float: none;
	text-align: right;
	margin: 0;
	padding: 0 0 0 45%;
	-moz-transform: none;
	-webkit-transform: none;
	transform: none;
}
.front #block-superfish-1 ul li:hover {
	background-color: #efdb55;
}
.front #block-superfish-1 ul li a.main-nav {
	padding: 4px 10px 0px 0px !important; /* changes for every browser width */
	margin-left: 0px;
	-moz-transform: none;
	-webkit-transform: none;
	transform: none;
	line-height: 30px !important; /* changes for every browser width */
}
.front #block-superfish-1 ul li a.main-nav:hover {
	color: #000;
}

/* Hide home page nav item on home only */

.front li#menu-583-1 {
	display: none;
}

/*-------------------------------------

 HOME PAGE - SUBNAV
 
---------------------------------------*/

.front #block-superfish-1 ul ul {
	margin-left: 100%;
	margin-top: -38px;
}
.front #block-superfish-1 ul li li {
	float: left;
	margin: 0;
	padding: 0;
	width: auto;
}
.front #block-superfish-1 ul li li,
.front #block-superfish-1 ul li li a.sub-nav {
	-moz-transform: none;
	-webkit-transform: none;
	transform: none;
}
.front #block-superfish-1 ul li li a.sub-nav {
	padding: 2px 8px;
}




/*--------------------------------------------------------
----------------------------------------------------------

 FEATURE BANNER SLIDESHOW - HOME PAGE ONLY 
 
----------------------------------------------------------
---------------------------------------------------------*/

/*-----------------------------------------

 show/hide mobile or desktop slideshow 
 
-----------------------------------------*/

.front #block-views-banner-feature {
	display: block;
}
.front #block-views-banner-mobile-featured {
	display: none;
}


/*---------------------------------------

 LAYOUT
 
---------------------------------------*/

#home-page-main-slideshow { /* for js to do its thing */
	display: none;
}

#views_slideshow_cycle_main_thedoors_home-main,
#home-page-main-slideshow {
	position: absolute;
	left: 0;
	top: 0;
}

/*--------------------------------------

 SLIDES
 
--------------------------------------*/

/* slide content main container */
.home-main-slide {
	position: absolute;
	bottom: 13%;
	/*width: 57%;*/
	width: 650px;
	right: 0;
}
.home-main-info {
	padding: 25px;
	border-radius: 30px 0 0 30px;
	background-color: rgba(255,255,255,0.6);
	overflow: hidden;
}


/*------------------------------

 Small Thumbnail image
 
-------------------------------*/

.home-main-info .views-field-field-images-1-1 {
	display: inline-block;
	vertical-align: top;
	max-width: 32%;
	margin-right: 3%;
}

/*-------------------------------

 Banner content body 
 
--------------------------------*/

.home-main-info .views-field-body {
	display: inline-block;
	vertical-align: top;
	width: 63%;
}

.home-main-info h1,
.home-main-info h2,
.home-main-info h3,
.home-main-info h4,
.home-main-info h5,
.home-main-info h6 {
	font-weight: bold;
	border: 0;
	letter-spacing: 0;
}

.home-main-info br {
	display: none;
}
.home-main-info h1 {
	border: 0;
	margin-bottom: 5px;
	padding-bottom: 0;
	letter-spacing: 0;
}
.home-main-info h1 span.larger-text {
	display: block;
	font-size: 35px;
	line-height: 1;
	text-transform: uppercase;
}
.home-main-info h1 span.smaller-text {
	font-size: 25px;
	line-height: 1;
	display: block;
}


/*-----------------------
  Text Body 
-----------------------*/

.home-main-info p {
	font-size: 20px;
	line-height: 25px;
	margin: 0;
}
/* add bottom margin to last <p> tag to space link button */
.home-main-info p:last-child {
	margin-bottom: 10px;
}


/*-----------------------
  Link 
-----------------------*/

div.banner-button {
	clear: both;
	display: block;
	margin: 15px 0;
	overflow: hidden;
}
.home-main-info .views-field-body a {
	background-color: #000;
	border-radius: 5px 5px 5px 5px;
	color: #E9E414;
	font-weight: normal;
	padding: 10px 20px;
	line-height: 20px;
	font-size: 20px;
	display: block;
	text-align: center;
	float: left;
}
.home-main-info .views-field-body a:hover {
	background-color: #E9E414;
	text-decoration: none;
	color: #000;
}

/* arrow icon */
.home-main-info .views-field-body a:after {
	content: "J";
	font-family: IcoMoonArrows;
	font-size: 17px;
	vertical-align: middle;
	margin-left: 5px;
}

/*----------------------------------------------

 LIGHT background 
 
-----------------------------------------------*/

.light .home-main-info {
	background-color: rgba(255,255,255,0.6);
}
.light .home-main-info h1 {
	color: #000;
}
.light .home-main-info p {
	color: #000;
}
.light .home-main-info .views-field-body a {
	background-color: #000;
	color: #E9E414;
}
.light .home-main-info .views-field-body a:hover {
	background-color: #E9E414;
	color: #000;
}

/*----------------------------------------------

 MEDIUM background 
 
-----------------------------------------------*/

.medium .home-main-info {
	background-color: rgba(146,146,146,0.8);
}
.medium .home-main-info h1 {
	color: #fff;
}
.medium .home-main-info p {
	color: #000;
}
.medium .home-main-info .views-field-body a {
	background-color: #000;
	color: #E9E414;
}
.medium .home-main-info .views-field-body a:hover {
	background-color: #E9E414;
	color: #000;
}

/*--------------------------------------------

 DARK background 
 
--------------------------------------------*/

.dark .home-main-info {
	background-color: rgba(0,0,0,0.6);
}
.dark .home-main-info h1 {
	color: #fff;
	border: 0;
	margin-bottom: 5px;
	padding-bottom: 0;
}
.dark .home-main-info p {
	color: #aaa;
}
.dark .home-main-info .views-field-body a {
	background-color: #E9E414;
	color: #000;
}
.dark .home-main-info .views-field-body a:hover {
	background-color: #000;
	color: #E9E414;
}



/*--------------------------------

 Slideshow Controls - Bottom

--------------------------------*/

.front #block-views-banner-feature .views-slideshow-controls-bottom {
	margin-top: 12px;	
}
.front .views-slideshow-controls-bottom .views-slideshow-pager-field-item {
	background-color: transparent;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	cursor: pointer;
	display: inline-block;
	float: left;
	height: 30px;
	margin-right: 15px;
	width: 30px;
	border: 3px solid #fff; 
	-moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
	box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
}
.front .views-slideshow-controls-bottom .views-slideshow-pager-field-item.active {
	background-color: #87244c;
}



/*--------------------------------------------

 slide navigation 
 
----------------------------------------------*/

/* PREV */
a#home-slideshow-previous {
	display: block;
	height: 0;
	padding-top: 130px;
	width: 80px;
	position: absolute;
	left: 0px;
	top: 40%;
	margin-top: -34px;
	overflow: hidden;
	opacity: .5; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=50); /* IE lt 8 */
	-ms-filter: "alpha(opacity=50)"; /* IE 8 */
	z-index: 1000;
}
a#home-slideshow-next:hover,
a#home-slideshow-previous:hover {
	opacity: 1; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=100); /* IE lt 8 */
	-ms-filter: "alpha(opacity=100)"; /* IE 8 */
}
a#home-slideshow-previous:before {
	font-family: IcoMoonArrows;
	content: "\2e";
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 100px;
	line-height: 100px;
	-webkit-text-shadow: 2px 0 1px #999;
	text-shadow: 2px 0 1px #999;
}
/* NEXT */
a#home-slideshow-next {
	display: block;
	height: 0;
	padding-top: 130px;
	width: 90px;
	position: absolute;
	right: 0px;
	top: 40%;
	margin-top: -34px;
	overflow: hidden;
	opacity: .5; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=50); /* IE lt 8 */
	-ms-filter: "alpha(opacity=50)"; /* IE 8 */
	z-index: 1000;
}
a#home-slideshow-next:before {
	font-family: IcoMoonArrows;
	content: "\2f";
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 100px;
	line-height: 100px;
	-webkit-text-shadow: -2px 0 1px #999;
	text-shadow: -2px 0 1px #999;
}



/*------------------------------------------------
--------------------------------------------------

 CUSTOM CSS for individual slides 

-------------------------------------------------- 
------------------------------------------------*/

/*-------------------------------
 R-EVOLUTION DVD banner - 
 dark blue band shot in bg
--------------------------------*/

#home-main-slide-6114 .home-main-info {
	background-color: rgba(238,245,123,0.8);
}

#home-main-slide-6114 .home-main-info h1 {
	color: #000;
	border: 0;
	margin-bottom: 5px;
	padding-bottom: 0;
}
#home-main-slide-6114 h1 span.smaller-text {
	background: url("../../images/logo-black-small.png") no-repeat scroll left top transparent;
	display: block;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	padding-top: 77px;
	text-transform: uppercase;
	background-size: 100% auto;
	width: 220px;
}
#home-main-slide-6114 h1 span.larger-text {
	display: block;
	font-family: "Nexa", "Helvetica Neue", Helvetica, sans-serif;
	font-size: 30px;
	font-weight: normal;
	letter-spacing: 0;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: bold;
}

#home-main-slide-6114 .home-main-info .views-field-body p {
	color: #000;
	font-size: 20px;
	font-weight: normal;
	line-height: 24px;
	margin: 0;
	padding: 0;
}
#home-main-slide-6114 .home-main-info .views-field-body p.larger-text {
	display: block;
	font-family: "Nexa", "Helvetica Neue", Helvetica, sans-serif;
	font-size: 27px;
	font-weight: normal;
	letter-spacing: 0;
	line-height: 27px;
	text-transform: uppercase;
	color: #06899b;
	font-weight: bold;
}

/*----------------------
 RAY
-----------------------*/

#home-main-slide-4871 h1 {
	width: 85%;
}

#home-main-slide-4871 .views-field-body a {
	display: block;
	font-size: 80px;
	line-height: 60px;
	letter-spacing: -5px;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	background-color: transparent;
	border-radius: 0;
	padding: 0;
	text-align: left;
	margin-top: -5px;
}
#home-main-slide-4871 .views-field-body a:hover {
	color: #e9e414;
}
#home-main-slide-4871 .views-field-body a:after {
	display: none;
}
#home-main-slide-4871 h1 span.smaller-text {
	margin-left: 5px;
}
#home-main-slide-4871 .views-field-body {
	width: 100%;
}

/*-------------------------------
 iPAD APP BANNER - Field picture
--------------------------------*/

#home-main-slide-4779 h1 span.smaller-text {
	background: url("../../images/banner-home-ipad-app-logo.png") no-repeat scroll left top transparent;
	display: block;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	padding-top: 72px;
	text-transform: uppercase;
	width: 220px;
	background-size: 100% auto;
}
#home-main-slide-4779 h1 span.larger-text {
	display: block;
	font-family: CooperBlack;
	font-size: 25px;
	font-weight: normal;
	letter-spacing: 0;
	line-height: 25px;
	text-transform: none;
}

/*-----------------------------
 "Young Lion" NECKLACE 
---------------------------*/

#home-main-slide-3205 h1 {
	margin-bottom: 0;
}
#home-main-slide-3205 h1 span.smaller-text {
	display: block;
	font-size: 37px;
	line-height: 39px;
	text-transform: capitalize;
	font-weight: normal;
}
#home-main-slide-3205 h1 span.larger-text {
	display: block;
	font-size: 68px;
	line-height: 60px;
	letter-spacing: -5px;
	font-weight: normal;
}
#home-main-slide-3205 .home-main-info p {
	font-size: 17px;
}

/*------------------------
 Live at the Bowl '68 DVD 
--------------------------*/

#home-main-slide-3404 .home-main-info {
	background: transparent url(../../images/bgRepeating-blue-purple.png) repeat scroll left top;
}
#home-main-slide-3404 .home-main-info h1 span.smaller-text {
	font-family: "Nexa Light";
	font-size: 31px;
	font-weight: normal;
}
.home-main-info h1 span.larger-text {
	font-size: 43px;
}
#home-main-slide-3404 .home-main-info p {
	background-color: rgba(255, 255, 255, 0.1);
	color: #AAAAAA;
	margin: 0 0 3px;
	padding: 4px 10px 1px;
	width: 93%;
}
#home-main-slide-3404 .home-main-info .views-field-body a {
	width: 93%;
	float: none;
}

/*---------------------------------------------------------------------
-----------------------------------------------------------------------

 HOME PAGE - UPDATES 
 
-----------------------------------------------------------------------
---------------------------------------------------------------------*/

/*--------------------------------------
 
 Layout - general
 
--------------------------------------*/

.home-page-updates {
	position: absolute;
	bottom: 47px;
	left: 0;
	width: 100%;
	z-index: 999;
}
.jcarousel-skin-thedoors_updates .jcarousel-item-horizontal {
	margin: 0 7px;
}

/* main updates content - below the link */
.home-page-updates .updates-main-content {
    visibility: hidden;
    display: block;
}
.home-page-updates.hide-processed .updates-main-content {
	display: none;
}

/*-------------------------------------

 JCarousel Navigation Links - Arrows 
 
--------------------------------------*/

.jcarousel-skin-thedoors_updates a.jcarousel-next, 
.jcarousel-skin-thedoors_updates a.jcarousel-prev {
	display: block;
	height: 0;
	padding-top: 265px;
	width: 25px;
	background-color: rgba(232, 219, 40, 0.7);
	position: absolute;
	top: -12px;
	color: #000;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	z-index: 2;
}
.jcarousel-skin-thedoors_updates a.jcarousel-next {
	right: -30px;
}
.jcarousel-skin-thedoors_updates a.jcarousel-prev {
	left: -30px;
}
.jcarousel-skin-thedoors_updates a.jcarousel-next:hover, 
.jcarousel-skin-thedoors_updates a.jcarousel-prev:hover {
	background-color: rgba(0,0,0,0.8);
	color: #ccc;
}
.jcarousel-skin-thedoors_updates a.jcarousel-next:before,
.jcarousel-skin-thedoors_updates a.jcarousel-prev:before {
	position: absolute;
	left: 2px;
	top: 120px;
	content: "\33";
	font-family: "IcoMoonArrows";
	font-size: 24px;
}
.jcarousel-skin-thedoors_updates a.jcarousel-prev:before {
	content: "\32";
}

/*--------------------------------------

 updates button 
 
--------------------------------------*/

.home-page-updates .view-header a#updates-animate-link {
	font-family: "Nexa Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 22px;
	line-height: 22px;
	padding: 12px 12px 7px;
	display: none;
	background-color: #e9e414;
	color: #000;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	text-align: center;
	text-transform: uppercase;
	width: 100px;
	border-bottom: 0;
	position: relative;
	left: 15%;
	top: -7px;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	speak: none;
}
.home-page-updates .view-header a#updates-animate-link:hover {
	text-decoration: none;
	background-color: #000;
	color: #e9e414;
}
/* arrows icon */
.home-page-updates .view-header a#updates-animate-link:after {
	content: "\4b";
	font-size: 22px;
	line-height: 21px;
	font-family: "IcoMoonArrows";
	vertical-align: middle;
	margin: 0 2px 0 10px;
	position: relative;
	top: -2px;	
	speak: none;
}
.home-page-updates .view-header a#updates-animate-link.whiney:after {
	content: "\4c";
}

/*--------------------------------------

 Update Icons 
 
---------------------------------------*/

.homepage-updates-event:before,
.homepage-updates-article:before,
.homepage-updates-product:before,
.homepage-updates-event:before,
.homepage-updates-album:before,
.homepage-updates-tweet:before {
	background-color: #000000;
	color: #aaa;
	font-family: "IcoMoonBasic";
	font-size: 22px;
	height: 22px;
	left: -8px;
	line-height: 22px;
	padding: 8px;
	position: absolute;
	text-align: center;
	top: 20px;
	width: 23px;
	border-right: 1px solid #777;
	border-bottom: 1px solid #777;
	z-index: 1;
	speak: none;
}
.homepage-updates-article:before {
	content:"\60";
}
.homepage-updates-event:before {
	content: "\e01d";
}
.homepage-updates-product:before {
	content: "\3d";
}
.homepage-updates-album:before {
	content: "\4c";
}
.homepage-updates-tweet:before {
	content: "_";
	font-family: "JustVectorRegular";
	font-size: 43px;
	padding: 9px 14px 6px 3px;
}
.homepage-updates-post-info-author-image {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 20px;
	left: -8px;
	border-right: 1px solid #777;
	border-bottom: 1px solid #777;
	background-color: #000;	
}
.homepage-updates-post-info-author-image img {
	width: 100%;
	height: auto;
}

/*--------------------------------------

 UPDATES CONTENT
 
--------------------------------------*/

.home-page-updates .updates-main-content {
	background: #ccc url(../../images/bg-home-updates.gif) repeat scroll left top;
	padding: 12px 30px;
	border-top: 1px solid #fff;
	height: 240px;
	overflow: hidden;
	position: relative;
}
.jcarousel-skin-thedoors_updates {
	text-align: left;
}
.jcarousel-skin-thedoors_updates .jcarousel-container-horizontal {
	height: 240px;
	width: auto;
	padding: 0;
}
.jcarousel-skin-thedoors_updates .jcarousel-clip-horizontal {
	overflow: visible;
	width: 100%;
}

/*--------------------
 list items 
---------------------*/
 
.jcarousel-skin-thedoors_updates .jcarousel-item {
	width: 220px !important;
	height: 220px;
	padding: 10px;
	background: #fff;
	-webkit-box-shadow: 0 0 3px #666;
	box-shadow: 0 0 3px #666;
	position: relative;
	overflow: visible;
}
.jcarousel-skin-thedoors_updates .jcarousel-item img {
	opacity: 1; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=100); /* IE lt 8 */
	-ms-filter: "alpha(opacity=100)"; /* IE 8 */
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.jcarousel-skin-thedoors_updates .jcarousel-item img:hover {
	opacity: .75; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=75); /* IE lt 8 */
	-ms-filter: "alpha(opacity=75)"; /* IE 8 */
}
.jcarousel-skin-thedoors_updates .jcarousel-item .image {
	height: 220px;
	overflow: hidden;
}

/*----------------------
 Update items - View More link 
------------------------*/

a.homepage-updates-link:before {
	content: "\2f\2f";
	font-family: IcoMoonArrows;
	font-size: 13px;
	left: 4px;
	letter-spacing: -7px;
	position: absolute;
	top: 2px;
}
a.homepage-updates-link {
    background-color: #000000;
    border-left: 1px solid #888;
    border-top: 1px solid #888;
    bottom: 10px;
    color: #FFFFFF;
    font-size: 12px;
    position: absolute;
    right: 10px;
    display: block;
    height: 0;
    padding-top: 25px;
    overflow: hidden;
    width: 25px;
    -webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
a.homepage-updates-link:hover {
	text-decoration: none;
	background-color: #fff;
	color: #444;
}


/*----------------------
 Tweet styling 
-----------------------*/

.tweet-author-container {
	font-size: 16px;
	line-height: 18px;
	margin: 10px 0 20px 35px;
}
span.tweet-prefix {
	float: left;
}
.tweet-body-container {
	font-size: 15px;
	line-height: 21px;
	padding: 0 10px;
	color: #888;
	height: 150px;
	position: relative;
	background: transparent url(../../images/quotes.png) no-repeat scroll right -515px;
}
.tweet-body-text {
	z-index: 3;
}

/*----------------------
 Article titles 
-----------------------*/

.homepage-updates-title {
	padding: 10px;
	background-color: rgba(0,0,0,0.8);
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0 10px 10px 10px;
	color: #ccc;
}

/*------------------------
 Community Post Styling 
-------------------------*/

.homepage-updates-post-body {
	padding: 0 10px;
	height: 150px;
	overflow: hidden;
}
.homepage-updates-post-info {
	font-size: 16px;
	line-height: 18px;
	margin: 10px 0 20px 35px;
}
.homepage-updates-post-info-created {
	font-style: italic;
	color: #888;
	font-size: 12px;
}




/*--------------------------------------------------------
----------------------------------------------------------

 FOOTER - HOME PAGE ONLY
 
----------------------------------------------------------
---------------------------------------------------------*/


/*----------------------------
 Layout
-----------------------------*/

.front #zone-footer-wrapper {
	position: fixed;
	bottom: 0;
	width: 100%; /* kill grid container width */
	left: 0;
}
.front #page #zone-footer {
	width: 100%; /* kill grid width */
	padding: 13px 15px 10px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


/*----------------------------
 Privacy & Copyright
-----------------------------*/

.front .privacy-footer {
	display: none;
}
.front .copyright {
	font-size: 10px;
	display: inline-block;
	margin-right: 10px;
}

/*----------------------------
 Footer Logos
-----------------------------*/

.front #block-fantorrent-base-footer-message .footer-logos {
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle;
}
.front a.jampol-logo {
	background-size: 67px 26px;
	padding-top: 25px;
	width: 62px;
	margin-top: 7px;
}
.front a.ideaden-logo {
	background-size: 67px 67px;
	width: 67px;
	padding-top: 25px;
}

