/* =============================================================================
   HTML5 Boilerplate CSS: h5bp.com/css
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }

body {
    margin: 0;
    font-size: 1em;
    line-height: 1.4;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

a { color: #ddd; }
a:visited { color: #ddd; }
a:hover { color: #fff; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #555; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
h1 { font-size: 1.5em; font-weight:300; letter-spacing: 2px; margin: 1px 4px; }
label { margin-left: 6px; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; max-width: 100% !important; }

svg:not(:root) { overflow: hidden; }

figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }


/* =====  Base Initializr Styles ===========================================
   verekia.com/initializr/responsive-template
   Modified by Paradigm Shift, Inc. 
   ========================================================================= */

body{
    font-weight: 300;
    font-style: normal;
    background-color: #222222;
    color: #ffffff;
}

.wf-loading body 
{
visibility: hidden; /*avoid FOUT*/
}
.wf-inactive body 
{
visibility: visible;    
}
.wf-active body {
visibility: visible;
}

.wrapper{
	width: 90%;
	margin:0 5%;
}

@-ms-viewport{
    width: device-width;
}

@media screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2)
{
/* ==========================
   iPad 3 design - landscape
   ========================== */
	.wrapper{
		width: 1240px; /* 1240px - width for margins */
		margin:0 auto;
	}
	
	#main
	{
        padding-left: 0%;
	    padding-right: 0%;
	}
}
/* =============================== */

::-moz-selection { background: #f16529; color: #fff; text-shadow: none; }
::selection      { background: #f16529; color: #fff; text-shadow: none; }

/* =========================================================================================
    ALL: Eyefetch Theme (c) Paradigm Shift, Inc.
   ========================================================================================= */

#header-container
{
    background-color: #070707;
    height: 51px;
}

#footer-container,
#main aside{
	background-color: #070707;
}

.footerlink, .footerlink:visited {
    color: #999999;
    font-size: 14px;
    text-decoration: none;
    margin-right: 1em;
}

.footerlink:hover, .footerlink:active {
    color: #fff;
}

#title{ color:white; }

#headerm
{
    text-align:center;
    padding:10px 10px 10px 0px;
    height: 110px;
}

.headernav
{
    height:36px;
    background-color:#070707;
}

.shadowbox
{
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.75);
    -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.75);
    box-shadow: 0 1px 5px rgba(0,0,0,0.75);    
}

.darkdrop
{
    border: 1px solid #111;
    font-size: 15px;
    line-height: 1.2em;
    background: #444;
    color: #B29D85;
    font-family: helvetica, sans-serif;
    background: -webkit-gradient(linear, left top, left bottom, from(#222), to(#444));
    -webkit-appearance: none;
    -webkit-box-shadow: 1px 1px 1px #333;
    -moz-appearance: initial;
    padding: 0.1em 0em 0.1em 0.75em;
}

.darkdrop:hover
{
    border: 1px solid #f7701e;
}

#mediadisplay
{
    float: left;
    padding-left: 8px;
    font-size: 0.8em;
}

#mediadisplay .Maximum
{
    display:none;
    color: #454549;
}

#mediadisplay .Wide
{
    display:none;
    color: #454549;
}

#mediadisplay .Mobile
{
    display:none;
    color: #454549;
}

#mediadisplay .MobileMin
{
    display:none;
    color: #454549;
}

#footerend { 
  background: #070707; /*same color as footer*/
  content: "";   
  position: fixed;
  width: 100%;
  height: 100%;
}

.pagebox,
.pagebox:visited
{
    padding: 2px 9px;
    border: 1px solid #000;
    color: #dedede;
    text-decoration: none;
    background: #070707; /* Old browsers */
}

.pageboxactive
{
    color: #fff;
    padding: 4px 10px;
    border: 1px solid #f16529;
    font-weight:bold;
    background: #181818; /* Old browsers */    
}

.pagebox:hover
{
    background: #c14509;
}

.iconview
{
    background: url("http://static-cdn.eyefetch.com/img/icon-view.png") center left no-repeat;
    padding: 0 0 0 19px;
    white-space: nowrap;
}

.iconcomment
{
    background: url("http://static-cdn.eyefetch.com/img/icon-comment.png") center left no-repeat;
    padding: 0 0 0 19px;
    white-space: nowrap;
}

.iconfavorite
{
    background: url("http://static-cdn.eyefetch.com/img/icon-favorite.png") center left no-repeat;
    padding: 0 0 0 19px;
    white-space: nowrap;    
}

.shadow_hr
{
	position: relative;
	margin: 10px auto;
}

.shadow_hr:after
{
	background: none repeat scroll 0 0 transparent;
	border-radius: 0 0 100% 100%;
	box-shadow: 0 5px 10px rgba(0,0,0,0.5);
	clip: rect(28px, auto, 40px, 0px);
	content: "";
	height: 25px;
	overflow: hidden;
	position: absolute;
	left: 2%;
	width: 96%;
}

/* ===============================
    Base Thumbnail Styles
================================== */

    .thumb150s,
	.thumb300s,
	.thumb300610,
    .thumb610300,
    .thumb610s
    {
        position: absolute; 
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;           
    }

    .thumb300sContainer,
    .thumb300610Container,
    .thumb610300Container,
    .thumb610sContainer,
    .thumb150sContainer {
        float:left;
        width: 98%; /* show only 1 per row */
        height: 100%;
        background-color:#212121;
        color: #2e6db8;
        margin: 1% 1%;
        position: relative;
        display: inline-block;
    }

    .thumb300sContainer:after,
    .thumb610sContainer:after,
    .thumb150sContainer:after {
        content: '';
        display: block;
        margin-top: 100%;
    }

    .thumb300610Container:after {
        content: '';
        display: block;
        margin-top: 203.33333333334%;
    }

    .thumb610300Container:after {
        content: '';
        display: block;
        margin-top: 49.18032786885%;
    }

/* ===============================
    Navigation Menu
================================== */

.mobilenav {
    background: url('//d2q4bwbbbbwgj6.cloudfront.net/static/img/mobilemenu.png') no-repeat scroll center center #333333;
    border: 0 none;
    box-shadow: 0 0 3px #000000 inset;
    display: none;
    float: right;
    height: 30px;
    margin-right: 10px;
    margin-top: 10px;
    text-indent: -999999px;
    width: 40px;
    cursor: pointer;
}


.mobilemenu {
    float: left;
    margin: 0 0;
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    width: 95%;
}

.mobilemenuitem {
    width: 100%;
    padding: 8px;
    border-bottom: 1px solid #181818;
    float: left;
    text-decoration:none;
}

.headrow
{
    width: 100%;
    height: 57px;
    background-color: rgb(0, 0, 0); /* Fallback for browsers that don't support RGBa */
    background-color: rgba(0, 0, 0, 0.7); /* RGBa */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)"; /* IE 8*/
    position: relative;
    z-index: 99;
}

.pushup
{
    position:relative;
    bottom: 96px;
    z-index: 2;
}

.logo
{
    float: left;
    height: 55px;
    width: 16.12903225806452%; /* 200 / 1240 */
    height: 100%; /* 55 / 1240 */
    color: #999;
    cursor: pointer;
    font-size: 32px;
    text-align: center;
    vertical-align: middle;
    margin-left: 0.5%; /*to align with HP thumbs */
    background: url('http://static-cdn.eyefetch.com/img/Eyefetch-Logo-60x55.png') no-repeat;
}

.menu
{
    float: left;
    height: 100%;
    list-style-type: none;
    margin: 0 0;
    display: table-cell;
    vertical-align: middle;
    padding: 0;
    width: 91%;
    font-weight: 300;
}

.menuitem
{
    float: left;
    position: relative;
    top: 10px;
    padding: 4px 5px;
    background-color: rgb(0, 0, 0); /* Fallback for browsers that don't support RGBa */
    background-color: rgba(0, 0, 0, 0.1); /* RGBa */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#11000000, endColorstr=#11000000)"; /* IE 8*/
    margin-left: 3%;
    border-radius: 3px;
}

.menuitem > a
{
    color: #dde;
    text-decoration: none;
    font-size: 20px;
}

.menuitem > a:hover
{
    color: #fff;
    text-shadow: 0 0 4px #fff;
    background-color: rgba(0, 0, 0, 0.0); /* RGBa */
}

.menuitem > ul
{
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 0 0 3px 3px;
    display: none;
    list-style-type: none;
    margin: 15px 0 0;
    padding: 0 7px 5px;
}

.menuitem > ul > li
{
    font-size: 120%;
}

.menuitem > ul > li > a
{
    text-decoration: none;
}

.menuitem:hover > ul
{
    display: block;
}

.menuadmin
{
    float: right;
    background: #f16529;
    box-shadow: 0 1px 1px rgba(255, 255, 255, 0.8) inset, 1px 1px 3px rgba(0, 0, 0, 0.2), 0 0 0 4px rgba(0, 0, 0, 0.3);    
}

.menuavatar
{
    background: rgba(0,0,0,0.7);
    border: 1px solid #000000;
    padding: 2px 8px 2px 2px;
    overflow: auto;
}

.menuuser, .menuuser:visited
{
    color: #fff;
    text-decoration: none;
    vertical-align: middle;
}

.menuavatarimg
{
    width: 25px;
    float: left;
    margin-right: 4px;
}

.menuavatar:hover
{
    background: rgba(0,0,0,1); 
}

.avatarmenu
{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
    height: auto;
    margin: 0 0 0 0px;
    padding: 8px 30px 4px 8px;
    position: absolute;
    white-space: nowrap;
    width: auto;    
    display: none;
}

.menuUMCzero
{
    cursor: pointer;
    background: url("/static/img/icon-sendmessage.png") no-repeat scroll 3px 9px #111111;
    border-radius: 2px 2px 2px 2px;
    float: right;
    font-weight: bold;
    padding: 4px;
    position: relative;
    top: 13px;
    vertical-align: middle;
    width: 44px;
    text-align: right;
    margin-left:9px;
}

.menuUMC
{
    background-color: #bb1111;
}

.menuUMC:hover
{
    background-color: #cc3333;
}

.menuNCCzero
{
    cursor: pointer;
    background: url("/static/img/icon-alert.png") no-repeat scroll 3px 9px #111111;
    border-radius: 2px 2px 2px 2px;
    float: right;
    font-weight: bold;
    padding: 4px;
    position: relative;
    top: 13px;
    vertical-align: middle;
    width: 44px;
    text-align: right;
    margin-left:9px;    
}

.menuNCC
{
    background-color: #333355;    
}

.menuNCC:hover
{
    background-color: #444477;
}

.searchbox {
    background:#181818;
    color: #eee;
    border: 1px solid #000;
    padding: 4px 7px;
    width: 100px;
    transition: width 0.2s;
    -webkit-transition: width 0.2s;
}

.searchbox:focus {
    width: 200px;
    border: 1px solid #f16529;
}

/* ===============================
    FilterTabs
================================= */

.ftab
{
    background: none repeat scroll 0 0 #333333;
    border-radius: 4px 4px 4px 4px;
    color: #BEBEBE;
    float: left;
    padding: 4px 13px;
    margin: 5px 10px;
    text-decoration: none;
}

.ftab:hover
{
    background-color: #333355;
    color: #fff;
}

.ftabactive, .ftabactive:hover
{
    background-color: #000;
    border: 1px solid #F16529;
    color: #fff;
    margin: 4px 9px;
}

/* ===============================
    Standard Buttons
================================== */

.edit-btn, .edit-btn:visited {
	-moz-box-shadow:inset 0px 1px 0px 0px #caefab;
	-webkit-box-shadow:inset 0px 1px 0px 0px #caefab;
	box-shadow:inset 0px 1px 0px 0px #caefab;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #77d42a), color-stop(1, #5cb811) );
	background:-moz-linear-gradient( center top, #77d42a 5%, #5cb811 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77d42a', endColorstr='#5cb811');
	background-color:#77d42a;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #268a16;
	display:inline-block;
	color:#324F1B;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:5px 16px;
	text-decoration:none;
	text-shadow:1px 1px 0px #aade7c;
    height: auto;
}

.edit-btn:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5cb811), color-stop(1, #77d42a) );
	background:-moz-linear-gradient( center top, #5cb811 5%, #77d42a 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cb811', endColorstr='#77d42a');
	background-color:#5cb811;
	color: #000;
}

.edit-btn:active
{
    color: #254b06;
    text-shadow:1px 1px 0px #8db867;
	position:relative;
	top:1px;
}

.blue-btn, .blue-btn:visited {
	-moz-box-shadow:inset 0px 1px 0px 0px #caefab;
	-webkit-box-shadow:inset 0px 1px 0px 0px #caefab;
	box-shadow:inset 0px 1px 0px 0px #caefab;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5c7ac2), color-stop(1, #506597) );
	background:-moz-linear-gradient( center top, #5c7ac2 5%, #506597 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5c7ac2', endColorstr='#506597');
	background-color:#5c7ac2;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #1d1f24;
	display:inline-block;
	color:#1d1f24;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:5px 16px;
	text-decoration:none;
	text-shadow:1px 1px 0px #969DC5;
	letter-spacing: 1px;
    height: auto;
}

.blue-btn:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #506597), color-stop(1, #5c7ac2) );
	background:-moz-linear-gradient( center top, #506597 5%, #5c7ac2 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#506597', endColorstr='#5c7ac2');
	background-color:#506597;
}

.blue-btn:active
{
    color: #1d1f24;
    text-shadow:1px 1px 0px #969DC5;
	position:relative;
	top:1px;
}

.red-btn, .red-btn:visited {
	-moz-box-shadow:inset 0px 1px 0px 0px #B57575;
	-webkit-box-shadow:inset 0px 1px 0px 0px #B57575;
	box-shadow:inset 0px 1px 0px 0px #B57575;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bb1111), color-stop(1, #990505) );
	background:-moz-linear-gradient( center top, #bb1111 5%, #990505 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bb1111', endColorstr='#990505');
	background-color:#bb1111;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #241f1d;
	display:inline-block;
	color:#220000;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:5px 16px;
	text-decoration:none;
	text-shadow:1px 1px 0px #B57575;
	letter-spacing: 1px;
    height: auto;
}

.red-btn:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #990505), color-stop(1, #bb1111) );
	background:-moz-linear-gradient( center top, #990505 5%, #bb1111 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#990505', endColorstr='#bb1111');
	background-color:#990505;
	color: #000;
}

.red-btn:active
{
    color: #1d1f24;
    text-shadow:1px 1px 0px #B57575;
	position:relative;
	top:1px;
}

.orange-btn, .orange-btn:visited {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	color: #fef4e9;
    background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
	border: solid 1px #da7c0c;
}

.orange-btn:hover {
    text-decoration: none;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}

.orange-btn:active
{
    position: relative;
	top: 1px;
    color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}

.yellow-btn, .yellow-btn:visited
{
    background:-moz-linear-gradient(center top , #fbff0d 5%, #f2bc09 100%) no-repeat scroll 0 0 #333333;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fbff0d), color-stop(1, #f2bc09) );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbff0d', endColorstr='#f2bc09');
    border: 1px solid #f2bc09;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
    color: #333;
    display: inline-block;
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 5px 16px;
    text-decoration: none;
    text-shadow: 1px 1px 0 #aaa;
    height: auto;
}

.yellow-btn:hover {
    text-decoration: none;
	background: #fafa00;
	background: -webkit-gradient(linear, left top, left bottom, from(#fafa00), to(#f0e809));
	background: -moz-linear-gradient(top,  #fafa00,  #f0e809);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafa00', endColorstr='#f0e809');
}

.yellow-btn:active {
    position: relative;
	top: 1px;
    color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2bc09), to(#fbff0d));
	background: -moz-linear-gradient(top,  #f2bc09,  #fbff0d);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2bc09', endColorstr='#fbff0d');
}

.glowblue
{
    -moz-box-shadow: 0px 0px 10px #0099ff;
    -webkit-box-shadow: 0px 0px 10px #0099ff;
    box-shadow: 0px 0px 10px #0099ff;
    text-shadow: none;
    color: #ddf;
}

.glowblue:hover
{
    box-shadow: 0px 0px 20px #ff2200;
}

.black-btn, .black-btn:visited
{
    background:-moz-linear-gradient(center top , #070707 5%, #151515 100%) no-repeat scroll 0 0 #333333;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #070707), color-stop(1, #151515) );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#070707', endColorstr='#151515');
    border: 1px solid #1D1F24;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow:inset 0px 1px 0px 0px #444;
	-webkit-box-shadow:inset 0px 1px 0px 0px #444;
	box-shadow:inset 0px 1px 0px 0px #444;
    color: #999;
    display: inline-block;
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 5px 16px;
    text-decoration: none;
    text-shadow: 1px 1px 0 #070707; 
    height: auto;
}

.black-btn:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #181818), color-stop(1, #090909) );
	background:-moz-linear-gradient( center top, #181818 5%, #090909 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#181818', endColorstr='#090909');
	background-color:#090909;
	color: #fff;
}

.black-btn:active
{
    color: #999;
    text-shadow:1px 1px 0px #111;
	position:relative;
	top:1px;
}

/* ==============
    Thumbnail Support
   ============== */
.edithover, .edithover.a {
    background: rgba(0,0,0,0.5);
    padding: 3px 5px;
    font-size: 0.9em;
    color: #ffffff;
    display: none;
    text-decoration: none;
}

.thumb150s:hover .edithover {
    display: block;
}

.profile140s
{
    float: left;
    width: 18.22916666666666667%; /* 140/1240  */
    height: 100%;
    background-color: #181818;
    margin:4.51388888888889%; /* remainder / 1240 */
    position: relative;
    box-shadow: 1px 1px 3px #111;
}


/* ==============
    MOBILE: Menu (obsolete)
   ============== */

nav a{
	display:block;
	text-align:left;
	text-decoration:none;
    border-bottom: 0px;
    margin: 1px 5px 10px 5px;
    color: #f16529;  
}

nav a:visited
{
    color: #f16529;
}

nav a:hover
{
    color: #fff;
	background-color:#f16529;
    border-radius: 3px 3px 3px 3px;
    padding: 1px 5px;
}

nav .greenlnk,
nav .greenlnk:visited
{
    color: #333;
	background-color:#80cc2d;
    border-radius: 3px 3px 3px 3px;
    padding: 1px 5px;   
    margin-right: 7px; 
}

nav .greenlnk:hover,
nav .greenlnk:active
{
    color: #000;
	background-color:#60dd0d;
}

nav .bluelnk,
nav .bluelnk:visited
{
    color: #333;
	background-color:#2E6DB8;
    border-radius: 3px 3px 3px 3px;
    padding: 1px 5px;   
    margin-right: 7px; 
}

nav .bluelnk:hover,
nav .bluelnk:active
{
    color: #000;
	background-color:#6EADF8;
}


nav .graylnk,
nav .graylnk:visited
{
    color: #fff;
	background-color:#333;
    border-radius: 3px 3px 3px 3px;
    padding: 1px 5px;        
    margin-right: 7px;
}

nav .graylnk:hover,
nav .graylnk:active
{
    color: #fff;
	background-color:#666;    
}


/* ==============
    MOBILE: Main
   ============== */

#main{
	padding:10px 0;
    text-align: center;
}


#footer-container footer{
	color:white;
	padding:20px 0;
}

#headerbanner
{
    display: none;
}


.efhref, .efhref:visited
{
	text-decoration:none;
	border-bottom: 1px dotted #f16529;
	color: #fff;
	margin: 1px 4px;
	cursor:pointer;
}

.efhref:hover
{
	background-color:#f16529;
    border-radius: 3px 3px 3px 3px;
    color: #ffffff;
    padding: 1px 4px;
    margin: 0px 0px;
    text-decoration: dotted;
}

.efhrefblue,
.efhrefblue:visited
{
	text-decoration:none;
	color: #2e6db8;
	margin: 1px 4px;
	text-align: left;
}

.efhrefblue:hover
{
	background-color:#2e6db8;
    border-radius: 2px 2px 2px 2px;
    color: #ffffff;
    margin: 0;
    padding: 1px 4px;
}

.efhrefbluew,
.efhrefbluew:visited
{
	text-decoration:none;
	color: #fff;
	border-bottom: 1px dotted #2e6db8;
	margin: 1px 4px;
	text-align: left;    
}

.efhrefbluew:hover
{
	background-color:#2e6db8;
    border-radius: 2px 2px 2px 2px;
    margin: 0;
    padding: 1px 4px;    
}

.thumbhref
{
    cursor: pointer;
}

.profilemid
{
    width: 25%;
    float: left;
    background-color: #181818;
    margin:0.3125em 2% 0.3125em 2%; /* remainder / 1240 */
    position: relative;
    box-shadow: 1px 1px 3px #111;
}
	   
.thumb250scap,
.thumb150scap,
.thumb300scap,
.thumb520scap,
.thumb610300cap,
.thumb610scap
{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 55px;
    opacity: 0;
}

.thumbload
{
    background-image: url('http://static-cdn.eyefetch.com/img/thumb-loader-ef.gif') no-repeat center;
}
   

/* ===============
    ALL: IE Fixes
   =============== */

.ie7 #title{ padding-top:20px; }


/* ===== Primary Styles Below ========================================================*/

/* ----- Text Boxes------------------------*/
.text, .text-rounded {
    position: relative;
}
.text.dark input[type="text"], .dark.text-rounded input[type="text"], .text.dark input[type="password"], .text.dark textarea, .dark.text-rounded input[type="password"], .text.dark input[type="email"], .text.dark input[type="number"] {
    background: none repeat scroll 0 0 #141517;
    border: 1px solid black;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15);
    color: white;
}
.text.dark input[type="text"]:-moz-placeholder, .dark.text-rounded input[type="text"]:-moz-placeholder, .text.dark textarea:-moz-placeholder, .text.dark input[type="password"]:-moz-placeholder, .text.dark input[type="email"]:-moz-placeholder, text.dark input[type="number"]:-moz-placeholder, .dark.text-rounded input[type="password"]:-moz-placeholder {
    color: #666666;
}
.text.dark input.placeholder[type="text"], .dark.text-rounded input.placeholder[type="text"], .text.dark textarea.placeholder, .text.dark input.placeholder[type="password"], .dark.text-rounded input.placeholder[type="password"] {
    color: #666666;
}
.text.dark input[type="text"]:hover, .dark.text-rounded input[type="text"]:hover, .text.dark textarea:hover, .text.dark input[type="password"]:hover, .dark.text-rounded input[type="password"]:hover, .text.dark input[type="email"]:hover, text.dark input[type="number"]:hover {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.1);
    border-radius: 2px;
}
.text.dark input[type="text"]:focus, .dark.text-rounded input[type="text"]:focus, .text.dark textarea:focus, .text.dark input[type="password"]:focus, .dark.text-rounded input[type="password"]:focus, .dark.text input[type="email"]:focus {
    box-shadow: 0 0 0 3px #80A62D;
    border-radius: 2px;
    outline: none;
}

/* -------- Inputs gray -----------------------*/
.text.gray input[type="text"], .gray.text-rounded input[type="text"], .text.gray input[type="password"], .text.gray textarea, .gray.text-rounded input[type="password"], .text.gray input[type="email"], .text.gray input[type="number"], .text.gray select {
    background: none repeat scroll 0 0 #242426;
    border: 1px solid black;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15);
    color: white;
}
.text.gray input[type="text"]:hover, .gray.text-rounded input[type="text"]:hover, .text.gray textarea:hover, .text.gray input[type="password"]:hover, .gray.text-rounded input[type="password"]:hover, .text.gray input[type="email"]:hover, text.gray input[type="number"]:hover, .gray.text select:hover {
    box-shadow: 0 0 0 3px rgba(200, 200, 255, 0.1);
    border-radius: 2px;
    background: none repeat scroll 0 0 #323236;
}
.text.gray input[type="text"]:focus, .gray.text-rounded input[type="text"]:focus, .text.gray textarea:focus, .text.gray input[type="password"]:focus, .gray.text-rounded input[type="password"]:focus, .gray.text input[type="email"]:focus, .gray.text input[type="number"]:focus, .gray.text select:focus {
    box-shadow: 0 0 0 3px #2D2DA6;
    border-radius: 2px;
    outline: none;
}

input[type="text"], input[type="password"], input[type="email"], input[type="number"], textarea {
    -moz-box-sizing: border-box;
    font-family: Arial,sans-serif;
    font-size: 14px;
    height: 27px;
    padding: 0 10px;
    position: relative;
    vertical-align: middle;
}

select {
    -moz-box-sizing: border-box;
    font-family: Arial,sans-serif;
    font-size: 14px;
    height: 27px;
    position: relative;
    vertical-align: middle;
    padding: 3px 0px 0px 5px;
}

/* ----- Placeholder behavior ---------- */

input::-webkit-input-placeholder {
    color: #666;
}
input:focus::-webkit-input-placeholder {
    color: #333;
}

/* Firefox < 19 */
input:-moz-placeholder {
    color: #666;
}
input:focus:-moz-placeholder {
    color: #333;
}

/* Firefox > 19 */
input::-moz-placeholder {
    color: #666;
}
input:focus::-moz-placeholder {
    color: #333;
}

/* Internet Explorer 10 */
input:-ms-input-placeholder {
    color: #666;
}
input:focus:-ms-input-placeholder {
    color: #333;
}


/* ----- buttons------------------------*/
.button, .button-huge {
    -moz-box-sizing: border-box;
    -moz-user-select: none;
    background: #DBD7D7;
    background: -moz-linear-gradient(center top , #DBD7D7, #8C8C8C) repeat scroll 0 0 #8C8C8C;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 1px 1px 1px rgba(255, 255, 255, 0.5) inset;
    color: rgba(0, 0, 0, 0.66);
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    height: 26px;
    padding: 6px 16px;
    position: relative;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
}
.button:hover, .button-huge:hover, .button:focus, .button-huge:focus {
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 1px 1px 1px rgba(255, 255, 255, 0.5) inset, 0 -1px 5px rgba(0, 0, 0, 0.4) inset;
    color: rgba(0, 0, 0, 0.8);
}
.button:active, .button-huge:active {
    background: -moz-linear-gradient(center top , #CCCCCC, #777777) repeat scroll 0 0 #777777;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 1px 0 rgba(255, 255, 255, 0.3) inset, 1px 1px 1px rgba(255, 255, 255, 0.5) inset, 0 1px 2px rgba(0, 0, 0, 0.5) inset;
}
.button.firm, .firm.button-huge {
    background: -moz-linear-gradient(center top , #7FCEE5, #3AA1BF) repeat scroll 0 0 #3AA1BF;
}
.button.firm:active, .firm.button-huge:active {
    background: -moz-linear-gradient(center top , #59B7D2, #2D95B3) repeat scroll 0 0 #2D95B3;
}

.button.positive, .positive.button-huge 
{
	-moz-box-shadow:inset 0px 1px 0px 0px #caefab;
	-webkit-box-shadow:inset 0px 1px 0px 0px #caefab;
	box-shadow:inset 0px 1px 0px 0px #caefab;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #77d42a), color-stop(1, #5cb811) );
	background:-moz-linear-gradient( center top, #77d42a 5%, #5cb811 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77d42a', endColorstr='#5cb811');
	background-color:#77d42a;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #268a16;
	display:inline-block;
	color:#324F1B;
	font-family:arial;
	font-size:16px;
	font-weight:bold;
	padding:10px 25px;
	text-decoration:none;
	text-shadow:1px 1px 0px #aade7c;
    height: auto;
}

.button.positive:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5cb811), color-stop(1, #77d42a) );
	background:-moz-linear-gradient( center top, #5cb811 5%, #77d42a 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cb811', endColorstr='#77d42a');
	background-color:#5cb811;
}

.button.positive:active
{
    color: #254b06;
    text-shadow:1px 1px 0px #8db867;
	position:relative;
	top:1px;
}

.button.gray
{
	-moz-box-shadow:inset 0px 1px 0px 0px #efefef;
	-webkit-box-shadow:inset 0px 1px 0px 0px #efefef;
	box-shadow:inset 0px 1px 0px 0px #efefef;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #d4d4d4), color-stop(1, #b8b8b8) );
	background:-moz-linear-gradient( center top, #d4d4d4 5%, #b8b8b8 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d4d4d4', endColorstr='#b8b8b8');
	background-color:#d4d4d4;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #8a8a8a;
	display:inline-block;
	color:#4f4f4f;
	font-family:arial;
	font-size:16px;
	font-weight:bold;
	padding:10px 25px;
	text-decoration:none;
	text-shadow:1px 1px 0px #dedede; 
    height: auto;
}

.button.gray:hover
{
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #b8b8b8), color-stop(1, #d4d4d4) );
	background:-moz-linear-gradient( center top, #b8b8b8 5%, #d4d4d4 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b8b8b8', endColorstr='#d4d4d4');
	background-color:#b8b8b8;
}

.button.positiveblue
{
    background: #2e6eb9;
    background: -moz-linear-gradient(center top , #2e6eb9, #283f79) repeat scroll 0 0 #283f79;
    background: -webkit-gradient(linear, center top, center bottom, color-stop(0%,#2e6eb9), color-stop(100%,#283f79));
    background: -ms-linear-gradient(top, #2e6eb9 0%,#283f79 100%);
    background: linear-gradient(top, #2e6eb9 0%,#283f79 100%)
}


.button.black
{
    background: #000;
    background: -moz-linear-gradient(center top , #000000, #212121) repeat scroll 0 0 #212121;
    background: -webkit-gradient(linear, center top, center bottom, color-stop(0%,#000000), color-stop(100%,#212121));
    background: -ms-linear-gradient(top, #000000 0%,#212121 100%);
    background: linear-gradient(top, #000000 0%,#212121 100%);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 1px 1px 1px rgba(255, 255, 255, 0.2) inset;
    color: #FFFFFF;
    font-size: 0.8em;
}

.button.black:hover
{
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4), 1px 1px 1px rgba(200, 200, 200, 0.4) inset, 0 -1px 5px rgba(0, 0, 0, 0.2) inset;
    color:#F7701E;
}

.button.positive:active, .positive.button-huge:active {
    background: -moz-linear-gradient(center top , #9EC250, #5F8212) repeat scroll 0 0 #5F8212;
}

.button.neutral, .neutral.button-huge {
    background: -moz-linear-gradient(center top , #5B5D63, #46474C) repeat scroll 0 0 #46474C;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 1px 1px 0 rgba(255, 255, 255, 0.1) inset;
    color: rgba(255, 255, 255, 0.66);
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
.button.neutral:hover, .neutral.button-huge:hover, .button.neutral:focus, .neutral.button-huge:focus {
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 1px 1px 0 rgba(255, 255, 255, 0.1) inset, 0 -1px 5px rgba(0, 0, 0, 0.4) inset;
}
.button.neutral:active, .neutral.button-huge:active {
    background: -moz-linear-gradient(center top , #4E4F56, #3B3D42) repeat scroll 0 0 #3B3D42;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 1px 0 rgba(255, 255, 255, 0.15) inset, 1px 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 2px rgba(0, 0, 0, 0.5) inset;
}
.button.disabled, .disabled.button-huge {
    background: -moz-linear-gradient(center top , rgba(155, 155, 155, 0.3), rgba(155, 155, 155, 0.25)) repeat scroll 0 0 rgba(155, 155, 155, 0.25);
    box-shadow: none;
    color: rgba(0, 0, 0, 0.3);
    cursor: default;
    text-shadow: none;
}

.button.disabled:active, .disabled.button-huge:active {
    background: -moz-linear-gradient(center top, rgba(155, 155, 155, 0.3), rgba(155, 155, 155, 0.25)) repeat scroll 0 0 rgba(155, 155, 155, 0.25);
}

input.button, input.button-huge {
    border: medium none;
    height: auto;
}

.thumboverlay{
    position:absolute; 
    top:0;
    left:0;
    background: rgba(0,0,0,0.75);
    padding: 1%;
    font-size: 20px;
    color: #ddd;
}

.thumb250s {
    float: left;
    width: 23.4375%; /* 300/1240 - 4 wide */
    height: 100%;
    background-color: #212121;
    color: #2e6db8;
    margin: 0.3125em 0.390625% 0.3125em 0.390625%;
    position: relative;
}

.thumb150sContainer {
    width: 12.09677419354839%; /* 150/1240*/
    margin: 0.20161290322581%; /* left&right 10px/1240 */
}

.thumb300sContainer,
.thumb300610Container {
    width:24.1935483870968%; /* 300/1240 */
    margin:0.403225806451613%; /* left&right 10px/1240 */
}

.thumb610sContainer,
.thumb610300Container {
    width: 49.1935483871%; /* 610/1240 */
    margin:0.403225806451613%; /* left&right 10px/1240 */
}

.profile140s {
    float: left;
    width: 11.29032258064516%; /* 140/1240  */
    height: 100%;
    background-color: #181818;
    margin: 0.3125em 0.54981%; /* remainder / 1240 */
    position: relative;
    box-shadow: 1px 1px 3px #111;
}

.profileimg130s {
    float: left;
    width: 88.57142857142860%; /* 130/140 - within profile140s */
    height: 100%;
    margin: 5.71428571428571% 5.71428571428571%; /* 8 / 140 px*/
}

.profilemid:hover {
    -moz-transform: scale(1.6);
    -moz-transition: -moz-transform 0.2s ease 0s;
    -webkit-transform: scale(1.6);
    -webkit-transition: -webkit-transform 0.2s ease 0s;
    transform: scale(1.6);
    transition: transform 0.2s ease 0s;
    z-index: 9999;
}

.thumb250scap,
.thumb150scap,
.thumb300scap,
.thumb520scap,
.thumb610300cap,
.thumb610scap,
.thumb300610cap {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 55px;
    background-color: rgba(0,0,0,.9);
    color: #fff;
    opacity: 0;
    text-align: center;
    -webkit-transition: opacity 250ms linear;
    -moz-transition: opacity 250ms linear;
    -o-transition: opacity 250ms linear;
    transition: opacity 250ms linear;
}

.profile140scap {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 25px;
    background-color: rgba(0,0,0,.7);
    opacity: 0;
    -webkit-transition: opacity 250ms linear;
    -moz-transition: opacity 250ms linear;
    -o-transition: opacity 250ms linear;
    transition: opacity 250ms linear;
}

.profile140s:hover > div:nth-of-type(2) {
    opacity: 1;
}

.thumb250s:hover > div,
.thumb150s:hover > div,
.thumb300s:hover > div,
.thumb520s:hover > div,
.thumb610s:hover > div,
.thumb610300:hover > div,
.thumb300610:hover > div {
    opacity: 1;
}
	
/* ========================================================================================================================
    [[[ Media Queries ]]]
   ======================================================================================================================== */
@media only screen and (min-width: 320px) {

    #mediadisplay .MobileMin {
        display: block;
    }

    #header-container {
        height: auto;
        display: table;
        width: 100%;
    }

    .pushup {
        bottom: 0;
    }

    #footer-container {
        bottom: 0;
    }

    .mobilenav {
        display: block;
    }

    .wrapper {
        margin: 0 0;
        width: 100%;
    }

    .thumb300sContainer {
        width: 98%; /* max of 1 thumbs in width*/
        margin: 1%;
    }

    .thumb150sContainer {
        width: 48%; /* max of 2 thumbs in width*/
        margin: 1%;
    }

    .thumb300610Container {
        width: 98%; /* max of 1 thumbs in width*/
        margin: 1%;
    }

    .logo {
        width: 65px;
    }

    .menutopright {
        float: right;
        margin-left: 3px;
        padding: 4px 5px;
        background-color: rgb(0, 0, 0); /* Fallback for browsers that don't support RGBa */
        background-color: rgba(0, 0, 0, 0.1); /* RGBa */
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#11000000, endColorstr=#11000000)"; /* IE 8*/
        border-radius: 3px;
        top: 10px;
        position: relative;
    }

    .menu {
        width: 100%;
        clear: left;
        position: relative;
        background: #090909;
    }

    .menuitem {
        width: 90%;
        margin-left: 5%;
        padding: 1px 2px;
        display: none;
    }

    .menuitem.cart {
        float: right;
        color: #fff;
        font-weight: bold;
        font-size: 24px;
        margin-top: -2px;
        background: #181848;
        display: block;
        width: auto;
        margin-right: 10px;
    }

    .signup {
        background: #ff0 !important;
        float: right !important;
        width: auto;
        display: block;
        box-shadow: 0 1px 1px rgba(255, 255, 255, 0.8) inset, 1px 1px 3px rgba(0, 0, 0, 0.2), 0 0 0 4px rgba(0, 0, 0, 0.3) !important;
    }

    .signup > a
    {
        color: #222200 !important;
        text-shadow: 0 1px 1px rgba(255, 255, 255, 0.9) !important;
    }

    .signup > a:hover
    {
        color: #000 !important;    
    }

    .signup:hover
    {
        -moz-box-shadow: 0px 0px 3px #cccc00;
        -webkit-box-shadow: 0px 0px 3px #cccc00;
        box-shadow: 0px 0px 15px #cccc00;
    }

    .login {
        float: right !important;
        width: auto;
        display: block;
    }

    .menunotify {
        position: relative;
        float: left;
    }

    .menuUMCzero {
        background: url("/static/img/icon-sendmessage.png") no-repeat scroll 3px 9px #111111;
        width: 40px;
        margin-left: 4px;
    }

    .menuNCCzero {
        background: url("/static/img/icon-alert.png") no-repeat scroll 3px 9px #111111;
        width: 40px;
        margin-left: 4px;
    }

    .menuNCC {
        background-color: #333355;
    }

    .menuNCC:hover {
        background-color: #444477;
    }

    .menuUMC {
        background-color: #bb1111;
    }

    .menuUMC:hover {
        background-color: #cc3333;
    }
}

@media only screen and (min-width: 480px) {
    #mediadisplay .Mobile {
        display: block;
    }

    #mediadisplay .MobileMin {
        display: none;
    }

    
    #header-container {
        height: 114px;
    }

    .wrapper {
        margin: 0 0.5%;
        width: 99%;
    }

    .mobilenav {
        display: none;
    }

    .thumb150sContainer {
        width: 23%; /* max of 4 thumbs in width*/
        margin: 1%;
    }

    .thumb300sContainer {
        width: 46%; /* max of 2 thumbs in width*/
        margin: 2%;
    }

    .thumb300610Container {
        width: 46%; /* max of 2 thumbs in width*/
        margin: 2%;
    }

    .logo {
        width: 100%;
    }

    .menutopright {
        float: right;
        margin-left: 3px;
        position: absolute;
        right: 30px;
        top: -50px;
        padding: 4px 5px;
        background-color: rgb(0, 0, 0); /* Fallback for browsers that don't support RGBa */
        background-color: rgba(0, 0, 0, 0.1); /* RGBa */
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#11000000, endColorstr=#11000000)"; /* IE 8*/
        margin-left: 3%;
        border-radius: 3px;
    }

    .menuitem {
        width: auto;
        margin-left: 1%;
        padding: 4px 5px;
        display: block;
    }

    .menunotify {
        position: absolute;
        top: -57px;
        left: 65px;
    }

    .searchbox {
        width: 50px;
    }

    .searchbox:focus {
        width: 120px;
    }

    .menuNCC {
        background-color: #333355;
    }

    .menuNCC:hover {
        background-color: #444477;
    }

    .menuUMC {
        background-color: #bb1111;
    }

    .menuUMC:hover {
        background-color: #cc3333;
    }

    .signup:hover
    {
        -moz-box-shadow: 0px 0px 3px #cccc00;
        -webkit-box-shadow: 0px 0px 3px #cccc00;
        box-shadow: 0px 0px 15px #cccc00;
    }

    /* ========================
    INTERMEDIATE: IE Fixes
   ======================== */

    nav ul li {
        display: inline;
    }
}

/* =====================================================
    WIDE (768+): Main
   ===================================================== */
@media only screen and (min-width: 768px) {

    #mediadisplay .Mobile {
        display: none;
    }

    #mediadisplay .Wide {
        display: block;
    }

    #header-container {
        height: 51px;
        margin-bottom: 0;
    }

    .wrapper {
        width: 96.875%; /* minus margin 40/1280 */
        margin: 0 1.5625% 0 1.5625%;
    }

    #main {
        text-align: center;
    }

    .pushup {
        bottom: 123px;
    }

    #footer-container {
        bottom: 123px;
        display: normal;
    }

    .logo {
        width: 60px;
    }

    .menu {
        clear: none;
        width: 91%;
        background: none;
    }

    .menuitem {
        float: left;
        position: relative;
        top: 10px;
        padding: 4px 4px;
        background-color: rgb(0, 0, 0); /* Fallback for browsers that don't support RGBa */
        background-color: rgba(0, 0, 0, 0.1); /* RGBa */
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#11000000, endColorstr=#11000000)"; /* IE 8*/
        margin-left: 0.8%;
        border-radius: 3px;
        width: auto;
    }

    .menutopright {
        position: relative;
        right: auto;
        top: 8px;
    }

    .menunotify {
        position: relative;
        top: auto;
        left: auto;
        float: none;
    }

    .signup:hover
    {
        -moz-box-shadow: 0px 0px 3px #cccc00;
        -webkit-box-shadow: 0px 0px 3px #cccc00;
        box-shadow: 0px 0px 15px #cccc00;
    }

    .thumboverlay {
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(0,0,0,0.75);
        padding: 1%;
        font-size: 20px;
        color: #ddd;
    }

    .thumb250s {
        float: left;
        width: 23.4375%; /* 300/1240 - 4 wide */
        height: 100%;
        background-color: #212121;
        color: #2e6db8;
        margin: 0.3125em 0.390625% 0.3125em 0.390625%;
        position: relative;
    }

    .thumb150sContainer {
        width: 12.09677419354839%; /* 150/1240*/
        margin: 0.20161290322581%; /* left&right 10px/1240 */
    }

    .thumb300sContainer,
    .thumb300610Container {
        width: 24.1935483870968%; /* 300/1240 */
        margin: 0.403225806451613%; /* left&right 10px/1240 */
    }

    .thumb610sContainer,
    .thumb610300Container {
        width: 49.1935483871%; /* 610/1240 */
        margin: 0.403225806451613%; /* left&right 10px/1240 */
    }

    .profile140s {
        float: left;
        width: 11.29032258064516%; /* 140/1240  */
        height: 100%;
        background-color: #181818;
        margin: 0.3125em 0.54981% 0.3125em 0.54981%; /* remainder / 1240 */
        position: relative;
        box-shadow: 1px 1px 3px #111;
    }

    .profileimg130s {
        float: left;
        width: 88.57142857142860%; /* 130/140 - within profile140s */
        height: 100%;
        margin: 5.71428571428571% 5.71428571428571%; /* 8 / 140 px*/
    }

    .profilemid:hover {
        -moz-transform: scale(1.6);
        -moz-transition: -moz-transform 0.2s ease 0s;
        -webkit-transform: scale(1.6);
        -webkit-transition: -webkit-transform 0.2s ease 0s;
        transform: scale(1.6);
        transition: transform 0.2s ease 0s;
        z-index: 9999;
    }

    .thumb250scap,
    .thumb150scap,
    .thumb300scap,
    .thumb520scap,
    .thumb610300cap,
    .thumb610scap,
    .thumb300610cap {
        position: absolute;
        left: 0px;
        bottom: 0px;
        width: 100%;
        height: 55px;
        background-color: rgba(0,0,0,.9);
        color: #fff;
        opacity: 0;
        text-align: center;
        -webkit-transition: opacity 250ms linear;
        -moz-transition: opacity 250ms linear;
        -o-transition: opacity 250ms linear;
        transition: opacity 250ms linear;
    }

    .profile140scap {
        position: absolute;
        left: 0px;
        bottom: 0px;
        width: 100%;
        height: 25px;
        background-color: rgba(0,0,0,.7);
        opacity: 0;
        -webkit-transition: opacity 250ms linear;
        -moz-transition: opacity 250ms linear;
        -o-transition: opacity 250ms linear;
        transition: opacity 250ms linear;
    }

    .profile140s:hover > div:nth-of-type(2) {
        opacity: 1;
    }

    .thumb250s:hover > div,
    .thumb150s:hover > div,
    .thumb300s:hover > div,
    .thumb520s:hover > div,
    .thumb610s:hover > div,
    .thumb610300:hover > div,
    .thumb300610:hover > div {
        opacity: 1;
    }
}

/* ========================================================================
    Maximum Width - 1240px
   ======================================================================== */
@media only screen and (min-width: 1240px) {

    #mediadisplay .Wide {
        display: none;
    }

    #mediadisplay .Maximum {
        display: block;
    }


    .wrapper {
        width: 1240px; /* 1240px - width for margins */
        margin: 0 auto;
    }

    .pushup {
        bottom: 96px;
    }

    #footer-container {
        bottom: 96px;
    }

    #main {
        padding-left: 0%;
        padding-right: 0%;
    }

    .headrow {
        height: 57px;
    }

    .logo {
        background: url('http://static-cdn.eyefetch.com/img/Eyefetch-Logo-200x55.png') no-repeat;
        width: 200px;
    }

    .menu {
        width: 81%;
    }

    .menuitem {
        margin-left: 3%;
    }

    .thumb520s /* only render within 610 box*/ {
        float: left;
        width: 85.2459016393443%; /* 520/610 */
        height: 100%;
        background-color: #212121;
        color: #2e6db8;
        margin: 0 7.37704918032787% 0 7.37704918032787%; /* left&right 40px/610 (in 610s container!) */
        position: relative;
    }

    .profile140s {
        margin: 0.3125em 0.59483870967742% 0.3125em 0.590483870967742%; /* fix for 1240 */
    }

    .searchbox {
        width: 100px;
    }

    .searchbox:focus {
        width: 200px;
    }

    .menuUMCzero {
        background: url("/static/img/icon-sendmessage.png") no-repeat scroll 3px 9px #111111;
        width: 44px;
        margin-left: 9px;
    }

    .menuNCCzero {
        background: url("/static/img/icon-alert.png") no-repeat scroll 3px 9px #111111;
        width: 44px;
        margin-left: 9px;
    }

    .menuNCC {
        background-color: #333355;
    }

    .menuNCC:hover {
        background-color: #444477;
    }

    .menuUMC {
        background-color: #bb1111;
    }

    .menuUMC:hover {
        background-color: #cc3333;
    }

    .signup:hover
    {
        -moz-box-shadow: 0px 0px 3px #cccc00;
        -webkit-box-shadow: 0px 0px 3px #cccc00;
        box-shadow: 0px 0px 15px #cccc00;
    }
}

/* =============================================================================
   Non-Semantic Helper Classes
   ========================================================================== */

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

/* =============================================================================
   Print Styles
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}