﻿html, body, div, span, applet, object, iframe, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0px;
    padding: 0px;
    border: 0px none;
    font-family: 'Roboto';
    vertical-align: baseline;
}

@media screen {
    .printable {
        display: none;
    }
}
@media print {
    .printable {
        display: block;
    }
}

table img {
    display: block;
    height: auto;
    max-width: 100%;
}

ul {
    margin-left: 15px;
}

.d-flex {
    display: flex;
}

.flex-grow-1 {
    flex-grow: 1;
    margin: 1em;
}

.w-100 {
    width: 100% !important;
}

.cursor-pointer {
    cursor: pointer;
}

.p-l-0 {
    padding-left: 0 !important;
}

/* ----------------------------------- STANDARD LAYOUT -------------------------------------*/
.radon {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    max-width: 1000px;
}

    .radon .logo {
        position:relative;
        top:4px;
    }

.section-divider {
    height:1px; 
    background-color:#e9e9e9; 
    margin-top:15px; 
    margin-bottom:15px; 
    width:100%;
}

/* --------------------------------------- HEADER ------------------------------------------*/
.header {
	background: url("../images/layout/background.gif") repeat-x scroll 0% 0% #1a1b1a;
	height: 70px;
	width: 100%;
	padding-top:15px;
	margin: 0px auto;
	position: relative;
	text-align: justify;
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.75);
	backface-visibility: hidden;
	transition: all 0.5s ease 0s;
	overflow: hidden;
}
#header-left {
	float:left;
	position:relative;
	top:8px;    
}

#header-left img {
    cursor: pointer;
}

#header-login {
    float: right;
    position: relative;
    top: 8px;
    cursor: pointer;
}
.header-text {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    color: #9D9D9D;
    border: none;
    -webkit-user-select: none; /* Chrome/Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
}

.welcome-text{
    top:-2px;
	position:relative;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:14px;
	color:#9D9D9D;
}

.header-btn{
	position:relative;
	top:-3px;
	opacity:.5;
	padding:5px;
	border:1px solid #2b2b2b;
	box-sizing:content-box;
}
.header-btn:hover{
	opacity:1;
	border:1px solid #555555;
	padding:5px;
}
.header-btn-left {
    border-top-right-radius:5px;
    border-bottom-right-radius:5px;
}
.header-btn-right {
    border-top-left-radius:5px;
    border-bottom-left-radius:5px;
}
#header-right {
    float: right;
    width: 450px;
    position: relative;
    top: 5px;
    overflow: hidden;
}
#header-right img{
	float:left;
}

#header-donate {
    font-size: 1.5em;
    color: gold;
    font-weight: 900;
    float: left;
    margin-right: 10px;
    text-decoration: none;
    position:relative;
    top:5px;
    left:10px;
}

#header-donate:hover{
	color:#fff;
}

#header-search, #header-pagetype{
	float:right;
}

#search-pagetype {
    height: 29px;
    width: 106px;
    padding-bottom:0px;
    color: #ababaa;
    background-color: #2d2d2d;
    border: 1px #525252 solid;
    border-left: none;
    border-radius:0;
}

#search-pagetype:focus {
    box-shadow: none;
}

#header-welcome {
    float:right;
    position:relative;
    top:7px;
    left:-10px;
}

@media screen and (max-width:850px) {
    #header-welcome {
        display:none;
    }    
}

#header-search img {
	float:left;
}

#header-search-middle{
	float:left;
	height:29px;
	background: url("../images/layout/topbar_searchboxmiddle.gif");
	width:60px;
}
#header-search-field{
    margin-top: 3px;
	border:0px;
	background:none;
	color:#AAAAAA;
	position:relative;
	top:3px;
	width:60px;
    left: 6px;
}
#header-social{
	float:right;
}
.header-social-btn{
	position:relative;
	top:2px;
	opacity:.5;
}
.header-social-btn:hover{
	opacity:1;
}

/* ----------------------------------------------- FOOTER  -------------------------------------------------*/
html {
    /*height:100%;*/
}

body {
    /*min-height: 100%;*/
    display: flex;
    flex-direction: column;
    min-height: 682px;
    height: 100vh;
    -ms-overflow-style: scrollbar;
}

#super-header {
    flex-shrink: 0;
}

#body-content {
    flex: 1 0 auto;
}

#footer {
    flex-shrink: 0;
    width: 100%;
    background-color: #212121;
    /*height:190px;*/
    background-image: url(../images/layout/background.gif);
    padding-top: 3vw;
    padding-bottom: 3vw;
    clear: both;
}
.footeritems{
	font-family: 'Roboto', sans-serif;
	/*font-size:1.5vw;*/
    font-size:1em;
	color:#6A6A6A;
	font-weight:600;
	line-height:28px;
	/*padding-top:5px;*/
	transition: all 0.5s ease 0s;
	float:left;
    text-align:left;
    max-width:150px;
    padding-right:0;
}

.noPadding {
    padding:0;
}

#footer p {
    padding:0 !important;
    margin:0 !important;
    margin-bottom:0.5em !important;
}

#footer img {
    max-width:115px;
    max-height:115px;
}

.footeritems a{
	text-decoration:none;
	color:#6A6A6A;
}
.footeritems a:hover{
	color:#fff;
}
.copyright{
	font-size:0.8em; 
	font-family: 'Roboto', sans-serif;
	color:#8B8B8B;
	/*padding-left:20px;*/
	clear:left;
	float:left;
	padding-top:5px;
    padding-bottom:1em;
}
@media print {
    .no-print {
        display:none;
    }
}
@media screen and (max-width:767px) {
    .footer-celebrate {
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 1.5em;
        color: #fff;
        text-align: center;
        /*width:440px;*/
    }

    .footer-newsletter {
        font-size: 0.5em;
        color: #fff;
    }

    .footer-newslettersignup {
        border: 1px solid #989898;
        padding: 4px;
        padding-left: 5px;
        padding-right: 5px;
        color: #FFFFFF;
        font-family: 'Roboto', sans-serif;
        width: 150px;
        background-color: #2A2A2A;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        font-size: 12px;
        padding-left: 30px;
        background: url(../images/icon_mailtiny.png) 5px 3px no-repeat;
        background-position-y: 5px;
        margin:0;
    }

    .footer-newslettersignupbutton {
        border: 1px solid #989898;
        padding: 4px;
        padding-left: 5px;
        padding-right: 5px;
        color: #000;
        font-family: 'Roboto', sans-serif;
        background-color: #7F7F7F;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        font-size: 12px;
        margin-left:-10px;
    }

    #fb-root {
        text-align:center;
    }
}

@media screen and (min-width:768px) {
    .footer-celebrate {
        font-family: 'Roboto Condensed', sans-serif;
        float: right;
        font-size: 2em;
        color: #fff;
        text-align: right;
        /*width:440px;*/
        padding-right:0.5em;
    }

    .footer-newsletter {
        font-size: 0.4em;
        color: #fff;
    }

    .footer-newslettersignup {
        border: 1px solid #989898;
        padding: 4px;
        padding-left: 5px;
        padding-right: 5px;
        color: #FFFFFF;
        font-family: 'Roboto', sans-serif;
        width: 150px;
        background-color: #2A2A2A;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        font-size: 12px;
        padding-left: 30px;
        background: url(../images/icon_mailtiny.png) 5px 3px no-repeat;
        background-position-y: 5px;
        margin-right:-10px;
    }

    .footer-newslettersignupbutton {
        border: 1px solid #989898;
        padding: 4px;
        padding-left: 5px;
        padding-right: 5px;
        color: #000;
        font-family: 'Roboto', sans-serif;
        background-color: #7F7F7F;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        font-size: 12px;
    }

    .subscribe {
        float:right;
    }

    #fb-root {
        text-align: right;
        float: right;
        padding-right: 4em;
    }
}



.footer-newslettersignupbutton:hover{
	background-color:#fff;
	color:#474747;
}
footer-newsletter-container {
    position: relative;
    left: 173px;
}



/* --------------------------------------- COMMON / SHARED / GENERAL STYLES (If too many, use styles.css) ------------------------------------------*/
#homepageLogo{
    position:relative;
    top:4px;
}
.page-title{
    
}

.clear-both {
    clear: both;
}

.spacer {
    padding-top: 10px;
}

.category-page .page-title h1 {
    font-size:65px !important;
    color:#3b3b3b;
    /*text-shadow: 2px 2px 1px #fff, 4px 4px 4px rgba(0,0,0,0.45);*/
}
.category-description{
    font-size:18px;
    padding-bottom:15px;
    color:#515151;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.35);
}
.page {
    font-family: 'Roboto', sans-serif;
}
.register-block {
    float: right;
    width:200px;
}

#register-title{
    font-size:50px;
    font-family: 'Roboto';
    font-weight: bold;
    color:#333333;
    
}
.external-authentication{
    margin-top:10px;
}
.text-field {
    width:200px;
    border: 1px solid #cccccc;
    background-color: #ffffff;
    border-radius: 4px;
    color: #555555;
    line-height: 1.428571429;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    display: block;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.footer-celebrate a {
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
}
/* --------------------------------------- SLIDERS MENUS (Left and Right) ------------------------------------------*/
#storiesMenu {
    background-color: #5e5e5e;
    line-height: 13px;
    border-right: 10px solid #ff6600;
    height: 85vh;
    max-height: 750px;
}

#artMenu {
    background-color: #5e5e5e;
    line-height: 13px;
    border-right: 10px solid #d533d9;
    height: 85vh;
    max-height: 750px;
}

#filmMenu {
    background-color: #5e5e5e;
    line-height: 13px;
    border-right: 10px solid #00b451;
    height: 85vh;
    max-height: 750px;
}

#audioMenu {
    background-color: #5e5e5e;
    line-height: 13px;
    border-right: 10px solid #3666cc;
    height: 85vh;
    max-height: 750px;
}

#storiesMenuSection, #loginMenu {
    overflow-y:auto;
    overflow-x:hidden;
}

#fullMenu {
    overflow: hidden;
}

@media screen and (min-height:420px) {
    #storiesMenu {
        min-height: 611px;
    }
}

@media screen and (max-height:420px) {
    #fullMenu {
        overflow-y:auto;
    }
}

#storiesMenuSection {
    height: 96.25%;
}

.showStoryDirBtn {
    position: relative;
    top: -23px;
    right: 85px;
    float: right;
    cursor: pointer;
}

.showArtDirBtn {
    position: relative;
    top: -23px;
    right: 85px;
    float: right;
    cursor: pointer;
}

.showFilmDirBtn {
    position: relative;
    top: -23px;
    right: 85px;
    float: right;
    cursor: pointer;
}

.showAudioDirBtn {
    position: relative;
    top: -23px;
    right: 85px;
    float: right;
    cursor: pointer;
}
.cbp-spmenu {
	background: #3f3f3f;
	position: absolute;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
}

.cbp-spmenu h3 {
	color: #afdefa;
	font-size: 1em;
	padding: 20px;
	margin: 0;
	background: #0d77b6;
	height:30px;
	overflow:hidden;
}

.cbp-spmenu a {
	display: block;
	color: #fff;
	font-size: .9em;
	text-decoration:none;
}

.cbp-spmenu ul {
    margin-left: 0;
}


.cbp-spmenu a:active {
	background: #afdefa;
	color: #47a3da;
}

.cbp-spmenu-vertical {
	width: 253px;
    /*height: 65.4%;*/
    max-height:1200px;
    /*max-height:100%;*/
    /*max-height:89.1%;*/
	top: 0;
	z-index: 1000;
}

.menu-slider-section li {
	transition: all 0.2s ease 0s;
	font-family: 'Roboto', sans-serif;
	padding: .6em;
	color:#e0e0e0;
	font-size:14px;
	font-weight:500;
    list-style-type: none;

}
.menu-slider-section li:hover {
	background-color:#242424;
}
.menu-slider-section li a {
	width:999px !important;
	position:relative;
	left:20px;
	top:-1px;
	color:#e0e0e0;
	text-shadow: 1px 1px 0px rgba(63,107,169, 0.5);
    width:100%;
    min-width:150px;
}

/* NEW CONNECT SECTION OF LEFT SLIDER MENU */

.menu-slider-connect {
    margin-top: 0.5em;
    background-color: #242424;
    padding: 0.5em;
    padding-left: 1em;
    padding-right: 1em;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .menu-slider-connect a, .menu-slider-extra a {
        color: #7d7d7d;
        font-size: 1.2em;
        font-weight: 600;
        /*text-transform: uppercase;*/
        transition: 0.3s;
    }

        .menu-slider-connect a:hover, .menu-slider-extra a:hover {
            color: white;
            transition: 0.3s;
        }

.menu-slider-extra {
    background-color: #242424;
    padding-bottom: 0.5em;
    padding-left: 1em;
    padding-right: 1em;
    text-align: center;
}

/* END NEW CONNECT SECTION */

.menu-slider-subsection{
	padding-left:15px;
}

.menu-slider-subsection li {
	font-family: 'Roboto', sans-serif;
	transition: all 0.2s ease 0s;
	color:#e0e0e0;
	font-size:14px;
	font-weight:500;
	float:left;
	width:110px;
	overflow:inherit;
	line-height:25px;
    display: block;
}

.menu-slider-subsection li:nth-child(odd){
	clear:both;
}

.menu-slider-subsection li:hover {
	background-color:#242424;	
}
.menu-slider-subsection li a {
	transition: all 0.2s ease 0s;
	position:relative;
	left:00px;
	color:#B0B0B0;
	text-shadow: 1px 1px 0px rgba(63,107,169, 0.5);
}
.menu-slider-subsection li a:hover {
	
	position:relative;
	left:10px;
	color:#e0e0e0;
	text-shadow: 1px 1px 0px rgba(63,107,169, 0.5);
}
.newdot {
    position: relative;
    left: 8px;
    font-size: 1.75em;
    font-weight: bold;
    color: #fff;
}
.dot {
	width:12px;
	height:12px;
	position:relative;
	left:8px;
}
.dotdotdot:after {
    content: "...";
    position: absolute;
    bottom: -1.5em;
    right: 4.25em;
}
.cbp-spmenu-horizontal {
	width: 100%;
	height: 150px;
	left: 0;
	z-index: 1000;
	overflow: hidden;
}

.cbp-spmenu-horizontal h3 {
	height: 100%;
	width: 20%;
	float: left;
}

.cbp-spmenu-horizontal a {
	float: left;
	width: 20%;
	padding: 0.8em;
	border-left: 1px solid #258ecd;
}

/* Vertical menu that slides from the left or right */

.cbp-spmenu-left {
	left: -258px;
	top:69px;
}

.cbp-spmenu-right {
    position:fixed;
	right: -258px;
    top:69px;
    /*right:0;
	top:-1000px;*/
}

/* NEW Right Slider Accordion Dynamics*/
#registration {
    display:none;
}

.toggle-header:hover .menu-slider-category {
    color:white;
}
/* End NEW */

.cbp-spmenu-left.cbp-spmenu-open {
	left: 0px;
	top:69px;
}

.cbp-spmenu-right.cbp-spmenu-open {
    right: 0px;
    top: 69px;
}

/* Horizontal menu that slides from the top or bottom */

.cbp-spmenu-top {
	top: -150px;
}

.cbp-spmenu-bottom {
	bottom: -150px;
}

.cbp-spmenu-top.cbp-spmenu-open {
	top: 0px;
}

.cbp-spmenu-bottom.cbp-spmenu-open {
	bottom: 0px;
}

/* Push classes applied to the body */

.cbp-spmenu-push {
	overflow-x: hidden;
	position: relative;
	left: 0;
}

.cbp-spmenu-push-toright {
	left: 240px;
}

.cbp-spmenu-push-toleft {
	left: -240px;
}

/* Transitions */

.cbp-spmenu,
.cbp-spmenu-push {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.no-transition-time {
    -webkit-transition:none;
    -moz-transition:none;
    transition:none;
}

/* Example media queries */

@media screen and (max-width: 55.1875em){

	.cbp-spmenu-horizontal {
		font-size: 75%;
		height: 110px;
	}

	.cbp-spmenu-top {
		top: -110px;
	}

	.cbp-spmenu-bottom {
		bottom: -110px;
	}

}

@media screen and (max-height: 26.375em){

	.cbp-spmenu-vertical {
		font-size: 90%;
		width: 190px;
        max-height:80%;
	}

    #storiesMenuSection {
        height: 88%;
    }

	.cbp-spmenu-left,
	.cbp-spmenu-push-toleft {
		left: -190px;
	}

	.cbp-spmenu-right {
		right: -190px;
	}

	.cbp-spmenu-push-toright {
		left: 190px;
	}
}

.menu-slider-category {
    position: relative;
    left: 15px;
    top: 7px;
    color: #aaaaaa;
    font-weight:bold;
}

.menu-slider-header {
    width: 100%;
    background-color: #141414;
    font-size: 12px;
    height: 30px;
}

/* (Still Slider) Right Side User Stuff*/
.slider-menu-area{
	padding:10px;
	color:#fff;
}
.slider-button {
    transition: all .2s ease-in-out;
    color:#fff;
    font-family:'Open Sans';
    font-size:18px;
    font-weight:bold;
    padding-bottom:7px;
    padding-top:7px;
    border-bottom:1px solid #5b5b5b;
    opacity:.7;
    position:relative;
    left:0px;
}

.slider-button:hover{
    opacity:1;
    left:7px;
    cursor:pointer;
}

.slider-button img {
    float:left;
    position:relative;
    top:3px;
    padding-right:5px;
}
.slider-header-text {
    color:#fff;
    font-family:'Roboto';
    font-weight:100;
    font-size:24px;

}
.rt{
	position:relative;
	top:0px;
}
.login_button:hover{
	color:#fff;
}
#lostpass{
	float:left;
	font-size:11px;
}
#lostpass a:active {
	color:#D05B5D;
}
#lostpass a:hover {
	color:#fff;
}
.loginDir{
	font-size:16px;
	color:#BCBCBC;
	font-family: 'Roboto Condensed', sans-serif;
}
.login_username{
	border:0px;
	font-size:17px;
	color:#fff;
	font-family: 'Roboto', sans-serif;
	border-bottom:2px solid #888888;
	width:200px;
	background-color:#3f3f3f;
	
}

.login_password{
	border:0px;
	font-size:17px;
	color:#fff;
	font-family: 'Roboto', sans-serif;
	border-bottom:2px solid #888888;
	width:200px;
	background-color:#3f3f3f;
}
.login_button{
	border:0px;
	font-size:16px;
	color:#E0E0E0;
	background-color:#3f3f3f;
	float:right;
}
.menu-slider-loginarea{
    padding:10px;

}


/* --------------------------------------- TOPPER MENU (Megas) ------------------------------------------*/
#menu-topper {
    transition: all .2s ease-in-out;
	height:35px;
	overflow:hidden;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#828282+0,000000+74&1+0,0+74 */
    background: -moz-linear-gradient(top,  rgba(130,130,130,1) 0%, rgba(0,0,0,0) 74%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(130,130,130,1) 0%,rgba(0,0,0,0) 74%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(130,130,130,1) 0%,rgba(0,0,0,0) 74%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#828282', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
    color:#727272;
}

#menu-topper-container {
	list-style-type:none;
	/*font-family: 'Roboto Condensed', sans-serif !important;*/
	font-weight:800;
	font-size:15px;
    background-color: rgba(255, 255, 255, .5);
    height: 35px;
    border-bottom:1px solid #cecece;
    margin-left: 0px;
}

    #menu-topper-container a {
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 800 !important;
    }

#menu-topper-container a{
	text-decoration:none;
	color:inherit;
}

/* When hovering over a selected topper menu tab, its font color should always go to white, for nicer contrast with the highlight background color */
#menu-topper-container li:hover a {
    color:white;
}

#menu-topper-container li{
	padding-top:8px;
	padding-bottom:8px;
	float:left;
	padding-left:8px;
	padding-right:8px;
    
}

#menu-topper-films {
	height:35px;
	overflow:hidden;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00b451+0,cc9900+74&1+0,0+74 */
background: -moz-linear-gradient(top,  rgba(0,180,81,1) 0%, rgba(204,153,0,0) 74%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,180,81,1) 0%,rgba(204,153,0,0) 74%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,180,81,1) 0%,rgba(204,153,0,0) 74%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b451', endColorstr='#00cc9900',GradientType=0 ); /* IE6-9 */


    color:#727272;
}
#menu-topper-films li:hover{
	background-color:#00B451 !important;
	color:#fff;
}
#menu-topper-films-mobile {
    border-bottom: 1px solid #ccc;
    background-color: #00b451;
}
    #menu-topper-films-mobile a {
        padding-left: 7px;
        padding-right: 7px;
        font-size: 17px;
        font-weight: bold;
        color: #fff;
        font-family: 'Roboto Condensed',sans-serif;
        font-weight: 800 !important;
    }
#menu-topper-films-mobile a:hover {
    text-decoration:none;
}
/*   -------------- Fake-Dynamic Colors for Megas ----------------*/
#menu-topper-container li:hover{
	background-color:#9B1518;
	color:#fff;
}
#gmstories:hover{
    background-color:rgb(255, 102, 0) !important;
	color:#fff;
}

#gmexplore:hover{
    background-color:deeppink !important;
	color:#fff;
}

#gmnews:hover{
    background-color:#1CAFBA !important;
	color:#fff;
}

#gmsoc:hover{
    background-color:#95D500 !important;
	color:#fff;
}

#gmforum:hover{
    background-color:#6400FF !important;
	color:#fff;
}

#gmguest:hover{
    background-color:#4c9636 !important;
	color:#fff;
}

#gmdonate:hover{
    background-color:#d6373b !important;
	color:#fff;
}

#gmparticipate:hover{
    background-color:#6400FF !important;
	color:#fff;
}

#gmpartners:hover{
    background-color:#95D500 !important;
	color:#fff;
}


.mmHover {
    background-color:#9B1518;
	color:#fff;
}

.abouthover {
    background-color: #991519 !important;
    color: #fff;
}

.storieshover {
    background-color:rgb(255, 102, 0) !important;
	color:#fff;
}

.arthover {
    background-color: #d533d9 !important;
    color: #fff;
}

.filmshover {
    background-color: #00b451 !important;
    color: #fff;
}


#mainMenuSub{
	list-style-type:none;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:700;
	font-size:15px;
	background-color:#7B0002;
	color:#fff;
}
#mainMenuSub li{
	padding-top:8px;
	padding-bottom:8px;
	float:left;
	padding-left:8px;
	padding-right:8px;
}
#mainMenuSub li:hover{
	background-color:#9B1518;
	color:#fff;
}

#gmart:hover{
    background-color:#d533d9 !important;
	color:#fff;
}
#gmfilms:hover{
    background-color:#00b451 !important;
	color:#fff;
}
#gmaudio:hover{
    background-color:#3666cc !important;
	color:#fff;
}
#gmwtm:hover {
    background-color: #3666cc !important;
    color: #fff;
}
#gmexplore:hover{
    background-color:deeppink !important;
	color:#fff;
}
#gmnews:hover{
    background-color:#1CAFBA !important;
	color:#fff;
}
#gmlib:hover{
    background-color:#FF3D6D !important;
	color:#fff;
}

#gmtr:hover{
    background-color:#cc9900 !important;
	color:#fff;
}


/* --------------------------------------- THE MEGA MENUS ------------------------------------------*/


.mega{
	width:100%;
	height:350px;
	background-color:#fff;
	color:#000;
	z-index:99999;
	display:none;
	box-sizing:content-box;
}

.mega a:hover{
    text-decoration:none !important;
}

#megaMan {
    position:absolute;
	left:132px;
	top:104px;
    box-shadow:0px 5px 10px rgba(0, 0, 0, 0.2);
    max-height:330px;
    overflow:hidden;
    z-index: 100;
}

#megaMan a {
    text-decoration:none;
	color:#000;
}

.ff1b{
	width:300px;
}

    .ff1b a {
        color: white;
    }

        .ff1b a:hover {
            color: #cbf3dd;
        }

.ff2{
	float:left; 
	padding-right:5px;
}
.ff3{
	float:left;
	width:270px;
}
.clockbox{
	float:left; color:#D7D7D7; font-size:10px; padding-left:8px; font-weight:600;
}

.clockbox2{
	float:left; color:#fff; font-size:10px; font-weight:600;
	opacity:.7;
}
.c10{
	clear:both;
	margin-top:10px;
}


/* CUSTOM GLYPH ICONS -------------------------*/
.btn-mega {
    width:124px;
	height:80px;
	border:1px solid #D9D9D9;
	color:#8e8e8e;	
    float:left;
    margin-right:5px;
    background-color:#d4d4d4;
    text-align:center;
    font-family: 'Roboto Condensed', sans-serif;
    font-size:16px;
}
.btn-mega:hover {
    color:#fff;
    /*background-color:#9B1518;*/
    cursor:pointer;
}

.btn-mega-story:hover {
    background-color:#FF6600;
}

.btn-mega-art:hover {
    background-color:#d533d9;
}

.btn-mega-films:hover {
    background-color:#00b451;
}

.btn-mega-audio:hover {
    background-color:#3666cc;
}

.heroicon {
  margin:0px;
  padding:0px;
}

    .btn-mega img:last-child {
        display:none;
    }
        .btn-mega:hover img:first-child {
          display:none;
        }
        .btn-mega:hover img:last-child {
          display:inline-block;
          opacity:1;
        }

.heroicon-home img {
    width:50px;
    opacity:.3;
    position:relative;
    top:5px;
}

/*About*/
#mega_about {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    color: #fff;
    width: 1000px;
    background-image: url('../images/layout/mega_about_bg.jpg');
    background-size: cover;
}

.mega_lc{
	width:166px;
	float:left;
	background-color:#FFFFFF;
	height:290px;
	font-size:15px;
	font-family: 'Roboto', sans-serif;
	color:#464646;
	overflow:hidden;
}

    .mega_lc a {
        color: #464646;
    }

.mega_button{
	width:124px;
	height:80px;
	border:1px solid #D9D9D9;
    padding-top:50px;
	color:#808080;	
}

.mega-about-head {
    font-size: 15px;
    color: #9B1518;
    font-weight: 600;
    margin-bottom: 5px;
}

.mgQuickLinks {
    width: 200px;
    float: left;
    padding-top: 20px;
    padding-left: 20px;
    
}

.mgQuickLinks a{
    font-size: 20px;
    color:#7d7d7d;
    font-weight:600;
    line-height:30px;
    font-family: 'Roboto', sans-serif;

}

    .mgQuickLinks a:hover {
        /*color: #a1a1a1;*/
        color: #991519;
    }

.mega-about-what {
    width: 425px;
    float: left;
    padding-top: 20px;
    padding-left: 20px;
    font-size: 17px;
}

    .mega-about-what a {
        font-size:16px;
        color:#4a4a4a;
    }

        .mega-about-what a:hover {
            /*color: #9c9c9c;*/
            color: #991519;
        }

    .mega-about-what .mega-about-spacer {
        margin-top:9px;
        margin-bottom:9px;   
        width:100%;
        background-color:#b6b6b6;
        height:1px;
    }

.megTxt {
    font-size:16px; color:#4a4a4a;
}

.megamini_button{
	width:47px;
	height:51px;
	border:1px solid #D9D9D9;
	color:#808080;
}


.mg_1{
	background:url(../images/icons/film_peace.png) -2px -1px no-repeat;	
	background-color:#EDEDED;	
}
.mg_2{
	background:url(../images/icons/film_act.png) -2px -1px no-repeat;	
	background-color:#EDEDED;	
}
.mg_3{
	background:url(../images/icons/film_env.png) -2px -1px no-repeat;	
	background-color:#EDEDED;	
}
.mg_4{
	background:url(../images/icons/film_teacher.png) -2px -1px no-repeat;	
	background-color:#EDEDED;	
}
.mg_5{
	background:url(../images/icons/film_edu.png) -2px -1px no-repeat;	
	background-color:#EDEDED;	
}

.mg_home{
	background:url(../images/btn_mega_home.png) 0px -10px no-repeat;	
	background-color:#E4E4E4;	
}
.mg_home:hover{
	background:url(../images/btn_mega_home_over.png) 0px -10px no-repeat;	
	background-color:#EDEDED;	
	color:#9b1518;
}

.mg_folder{
	background:url(../images/btn_mega_folder.png) 0px -10px no-repeat;	
	background-color:#E4E4E4;	
}
.mg_folder:hover{
	background:url(../images/btn_mega_folder_over.png) 0px -10px no-repeat;	
	background-color:#EDEDED;	
	color:#9b1518;
}

.mg_help{
	background:url(../images/btn_mega_help.png) 0px -10px no-repeat;	
	background-color:#E4E4E4;	
}
.mg_help:hover{
	background:url(../images/btn_mega_help_over.png) 0px -10px no-repeat;	
	background-color:#EDEDED;	
	color:#9b1518;
}

.mg_new{
	background:url(../images/btn_mega_new.png) 0px -10px no-repeat;	
	background-color:#EDEDED;	
	
}
.mg_new:hover{
	background:url(../images/btn_mega_new_over.png) 0px -10px no-repeat;	
	background-color:#EDEDED;	
	color:#9b1518;
}

.mg_info{
	background:url(../images/btn_mega_info.png) 0px -10px no-repeat;	
	background-color:#EDEDED;	
	
}
.mg_info:hover{
	background:url(../images/btn_mega_info_over.png) 0px -10px no-repeat;	
	background-color:#EDEDED;	
	color:#9b1518;
}

.mg_more{
	background:url(../images/btn_mega_more.png) 0px -10px no-repeat;	
	background-color:#EDEDED;	
	
}
.mg_more:hover{
	background:url(../images/btn_mega_more_over.png) 0px -10px no-repeat;	
	background-color:#EDEDED;	
	color:#9b1518;
}

.mega_list{
	list-style:none;
	font-size:0.78em;
    margin-right:5px;
}

.mega_list a{
	color:#000;
	text-decoration:none;
}

    #mega_stories a:hover {
        color: #FF6600;
    }

#mega_stories{
    width:1000px;
    background-position:top left;
}
#mega_films{
    width:1000px;
    height:320px;
}
#mega_art{
    width:1000px;
}

    #mega_art a:hover {
        color:#d533d9;
    }

#mega_audio{
    width:1000px;
}

    #mega_audio a:hover {
        color: #3666cc;
    }

#mega_part {
    width:1000px;
    /*background-image:url(http://celebcafe.org/wp-content/uploads/2014/07/Tom-Cruise-retains-his-pride-in-the-Hollywood.jpg);*/
}


#mega_stories .mega_button {
    font-size:0.45em;
}
.mega-festival-infoitem{
	width:450px; 
}

.mega-festival-infoitem:hover{
    background-color:#d4d4d4;
}
.insidePadding{
	width:100%;
    height:100%;
    padding:15px;
	font-family: 'Roboto Condensed', sans-serif;
}
.insidePadding2{
	width:100%; 
    height:100%; 
    padding-left:10px; 
    padding-right:10px;
	font-family: 'Roboto Condensed', sans-serif;
}
.insidePadding3{
	width:100%;
	height:100%;
	font-family: 'Roboto Condensed', sans-serif;
    padding:0px;
    background-color:white;
}
.mega-about-mission {
    font-size: 18px;
    color: #9B1518;
    font-weight: bold;
    position: relative;
    top: 3px;
    /*letter-spacing:*/
}
.mega{
    color:#000;
}

.mega-about-video {
    width: 275px;
    float: left;
    padding-top: 25px;
}
.mega-about-text{
    position:relative;
    top:5px;
    color:#393939;
    font-size:14px;
}
.mega-about-links {
    line-height:19px;
}


/*Stories*/
.mega-stories-padding{
	width:100%;
	height:100%;
	font-family: 'Roboto Condensed', sans-serif;
    padding:0px;
}
.mega-stories-middle {
    width: 400px;
    float: left;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 20px;
    font-size: 17px;
}
.mega-stories-buttons {
    width: 390px;
    font-size: 32px;
}

.mega-caption {
    padding-left:1em;
    padding-right:1em;
    word-break:keep-all;
}

.mega-description {
    font-size: 0.8em;
    margin-top:0.5em;
}

.mega-caption strong {
    font-weight:bold !important;
}

.mega-program-headline {
    font-size:15px; color:#9B1518; font-weight:600;
}

.mega-program-caption{
    line-height:21px; overflow:hidden; font-size:15px;
}

.mega-story-program-headline {
    font-size:15px; color:#FF6600; font-weight:600;
}

.mega-art-program-headline {
    font-size:15px; color:#d533d9; font-weight:600;
}

.mega-films-program-headline {
    font-size:15px; color:#00b451; font-weight:600;
}

.mega-audio-program-headline {
    font-size:15px; color:#3666cc; font-weight:600;
}

.mega-headline {
    font-size:15px; font-weight:600;
}

/* Teachers Room */
.mega-tr-mission {
    font-size: 26px;
    color: #cc9900;
    font-weight: bold;
    position: relative;
    top: 3px;
}

.mega-tr-head {
    font-size: 15px;
    color: #cc9900;
    font-weight: 600;
    margin-bottom: 5px;
}

.mgQuickLinks-tr {
    width: 200px;
    float: left;
    padding-top: 20px;
    padding-left: 20px;
    
}

.bigleauge {
    font-family:Roboto;
    font-size:12px;
    color:#c4c4c4;
}

.bigleauge a {
    font-size: 12px;
    color: #9b9b9b;
}


.mgQuickLinks-tr a{
    font-size: 17px;
    color:#7d7d7d;
    font-weight:600;
    line-height:27px;
    font-family: 'Roboto', sans-serif;

}

.c-btn {
    width:100%;
    text-align:center;
    padding-top:25px;
    min-height:70px;
    color:#fff;
    font-weight:800;
}

.col-sm-3 a:hover {
    text-decoration: none;
}

.c-stories {
    background-color:#ff6600;
}
.c-audio {
    background-color: #3666cc;
}
.c-art {
    background-color: #d533d9;
}
.c-films {
    background-color: #00b451;
}

.special-row .col-sm-3 {
    padding:0px !important;
    margin:0px !important;
}
/* --------------------------------------- HOMEPAGE (temp, move to own file) ------------------------------------------*/
@media screen and (min-width: 768px) {
    .main {
        padding: 10px;
        display: flex;
    }

    #staffPicks {
        /*float:right;
	    width:300px;*/
        /*flex:1;*/
        border-left: 1px solid #ccc;
        position: relative;
        left: 1em;
    }

    .subBox1Caption {
        font-family: 'Roboto', sans-serif;
        font-size: 1.1vw;
        position: absolute;
        opacity: 0;
        top: 20%;
        left: 5%;
        width: 90%;
        color: white;
        transition: 0.3s;
    }

    #subBox1Text {
        position: absolute;
        width: 100%;
        bottom: 5%;
        left: 0px;
        color: #E9E9E9;
        z-index: 20;
        font-family: 'Roboto', sans-serif;
        padding-left: 1vw;
        font-size: 1.3vw;
        font-weight: 600;
        background-color: rgba(0, 0, 0, .5);
    }
}

@media screen and (max-width: 767px) {
    .main {
        padding: 10px;
    }

    #staffPicks {
        /*float:right;
	    width:300px;*/
        /*flex:1;*/
        position: relative;
    }

    #subBox1Tiny1 img {
        opacity:0.6;
    }

    .subBox1Caption {
        font-family: 'Roboto', sans-serif;
        font-size: 4vw;
        position: absolute;
        opacity: 1;
        top: 20%;
        left: 5%;
        width: 90%;
        color: white;
        transition: 0.3s;
    }

    #subBox1Text {
        position: absolute;
        width: 100%;
        bottom: 5%;
        left: 0px;
        color: #E9E9E9;
        z-index: 20;
        font-family: 'Roboto', sans-serif;
        padding-left: 1vw;
        font-size: 5vw;
        font-weight: 600;
        background-color: rgba(0, 0, 0, .5);
    }
}

#eventCalendar_title {
    text-align: center;
    padding-bottom: 0px;
    padding-top: 15px;
}

#CalendarEventSlider {
    height: fit-content;
    border-radius: 5px;
}

.rTitleTwo{
	font-size:18px;
	font-family: 'Roboto Condensed', sans-serif;
	position:relative;
	top:-8px;
	left:4px;
	font-weight:200;
	color:#6C6C6C;
	
}
.rTitleOne{
	font-size:38px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:700;
	color:#494949;
}
.centerMe{
	width:100%; 
	text-align:center;
}
.pick{
	font-family: 'Roboto Condensed', sans-serif;
	font-size:16px;
	/*float:right;*/
	padding:5px;
	transition: all .2s ease-in-out;
	padding-top:20px;
	padding-bottom:20px;
	border-bottom:1px solid #D1D1D1;
	/*background-color:#F7F7F7;*/
    margin-bottom:1em;
}
.pick:hover{
	background-color:#E9E9E9;
}

.pickSubj {
	padding:3px;
	color:#fff;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:11px;
}

.pickCat {
	padding:3px;
	color:#fff;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:11px;
}
.p1{
	background-color:#231F86;
}

.p2{
	background-color:#206219;
}
.p3{
	background-color:#1E8073;

}
.p4{
	background-color:#963063;
}
.p5{
	background-color:#8F2323;
}
.p6{
	background-color:#959B2C;
}
.p7{
	background-color:#9E692E;
}

/* NEW Sub Box Styles*/
#mainFeature {
    padding:0;
    /*flex:1;*/
}

#twins {
    display:inline-block;
    width:100%;
    margin-top: 1em;
    margin-bottom:1em;
    margin-left:0;
    margin-right:0;
}

#feature-pic-container {
    padding:0;
}

#big-announcement-container {
    padding:0;
}

#subBox1Image {
    padding:0;
}
/* End NEW Sub Box Styles*/

#subBox1 {
    /*width:675px;
	overflow:hidden;*/
    margin-top:1em;
    width: 100%;
}
#subBox1Listing{
	/*float:right;
	width:220px;*/
	font-family: 'Roboto', sans-serif;
	color:#9B1518;
}
#subBox1Sub {
    cursor: pointer;
    position: relative;
    width: 100%;
    /*width:435px; 
	height:240px;
	background-size: 100% 100%;
	overflow:hidden;*/
}
#subBox1Category{
	background-color:#F7F7F7;
	width:auto;
	padding-right:10px;
	font-family: 'Roboto', sans-serif;
	font-size:1em;
	font-weight:700;
	color:#9b1518;
	text-align:left;
	position:absolute;
	top:0px;
	left:0px;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
}
.listing{
    width:100%;
	padding-bottom:10px;
	border-bottom:1px solid #E8E8E8;
	margin-bottom:15px;
}
.listingtitle{
	font-weight:700;
	font-size:15px;
}

.listingtext{
	color:#393939;
	font-size:13px;
	line-height:20px;
	font-family: 'Roboto Condensed', sans-serif;
	transition: all 0.5s ease 0s;
}
.listingtext:hover{
	color:#9B1518;
	cursor:pointer;
}

#subBox1Text:hover{
	color:#FFFFFF;
}
#subBox1Black:hover{
	opacity:1;
}
#subBox1Tiny1{
    cursor:pointer;
	position:relative; 
    display:inline-block;
    width:100%;
    background-color:black;
	/*width:210px;*/
	/*height:145px; 
	background-size: 100% 100%;
	/*float:left;*/
}

#subBox1Tiny1:hover img {
    opacity:0.6;
    transition: 0.3s;
}

#subBox1Tiny1:hover .subBox1Caption {
    opacity: 1;
    top: 25%;
    transition: 0.3s;
}

#subBox1Tiny2{
	position:relative; 
	left:0px;
	width:210px; 
	height:145px; 
	background-image:url(~/Themes/Radon/Content/images/demo/upaul.jpg);
	background-size: 100% 100%;
	float:left;
}
.subBox1TinyCategory{
	background-color:#F7F7F7;
	width:auto;
	padding-right:10px;
	font-family: 'Roboto', sans-serif;
	font-size:15px;
	font-weight:700;
	color:#9b1518;
	text-align:left;
	position:absolute;
	top:0px;
	left:0px;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
}
.atwin:first-of-type{
	/*float:left;
	width:210px;*/
    margin:0;
    padding-left:0;
    padding-right:0.5em;
}
.atwin:not(:first-of-type) {
    /*float:left;
	width:210px;*/
    margin: 0;
    padding-right: 0;
    padding-left:0.5em;
}
.btwin{
	float:left; 
	width:210px; 
	position:relative; 
	left:15px;
}
.theme-home_page_top {
    /*width:675px;*/
    width:100%;
}
.atwin:first-child{
    /*margin-right:15px;*/
}

#ageCheck input{
    border-radius: 4px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    border: 1px solid #666;
    background-color: #F0F0F0;
    color: #000;
}

#registerIntroImage {
    padding-top: 2px;
}

.rtDesc {
    /*padding-left: 61px;*/
}

.rtRole {
    font-weight: 600;
    font-size: 18px;
}

#ageCheck2 input{
    background-color: #F0F0F0;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    font-family: 'Roboto', sans-serif;
    -webkit-user-select: none;
}

/* Columns_Two formatting */

.center-2 {
    float: right;
    width: 73%
}

.side-2 {
    float: left;
    width: 25%;
}

/* Both Columns formatting */

.block {
    max-width: 600px;
    min-height: 50px;
    margin: auto;
    text-align: left;
}

.block .listbox {
    display: block;
    border-bottom: none;
    padding: 10px 5px;
}

.block .tags li {
    display: inline-block;
    position: relative;
    margin: 0 10px;
    overflow: hidden;
    font-size: 17px!important;
}

.item-box{
    position:relative;
    width:120px;
    float:left;
    margin:0 0 30px;
    text-align:left;
    font-family: Roboto;
    font-size:13px;
    height:120px;
}

.product-item-caption{
    text-align:center;
}

.item-box a {
    color:#3c3c3c;
    font-weight:bold;
}

.grad-div {
    height:30px;
    background: rgb(170,170,170); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(170,170,170,1) 1%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(170,170,170,1) 1%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(170,170,170,1) 1%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aaaaaa', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}


.item-box-bk{
    position:relative;
    width:100%;
    float:left;
    margin:0 0 80px;
    text-align:left
}

.product-item .masonry-panel-content-img {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: translateZ(0) scale(1,1);
}

.product-item:hover .masonry-panel-content-img {
    opacity: .85;
    cursor: pointer;
}

@media (min-width: 769px) {
    /*.item-box {
        width: 32.33333%;
        margin: 0 .5% 50px;
    }*/
}

@media (min-width: 769px) {
    /*.product-list .item-box {
        float: none;
        width: auto;
        margin: 0 5px 20px;
    }*/
}

/* --------------------------------------- EXPLORE CATEGORIES ------------------------------------------*/
.explore-pick {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:16px;
	float:right;
	padding:5px;
	transition: all .2s ease-in-out;
	padding: 10px 0 10px 0;		
    margin-bottom: 0px;
    text-shadow: 0px 1px 3px rgba(0,0,0,0.5),
             0px 2px 6px rgba(0,0,0,0.2),
             0px 4px 8px rgba(0,0,0,0.2);
}

.explore-pick a {
    text-decoration: none;
    color: white;
}

.explore-pick:hover {
    margin-top: 6px;
    margin-bottom: 6px;
    text-shadow: 0px 1px 3px rgba(0,0,0,1),
             0px 2px 6px rgba(0,0,0,1),
             0px 4px 8px rgba(0,0,0,1);
}


.explore-border {
    margin-top:15px;
    margin-bottom:3em;
}

@media screen and (min-width:868px) {
    .my-container {
        width: 33.33333% !important;
    }
}

@media screen and (max-width:867px) {
    .my-container {
        width: 50% !important;
    }
}

@media screen and (max-width:767px) {
    .explore-pick, .my-container {
        width: 100% !important;
        float:none;
    }
}

.colorbar-light {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#efe14a+0,cb383c+50,5288c2+100&0.48+0,0.54+100 */
    background: -moz-linear-gradient(left, rgba(239,225,74,0.48) 0%, rgba(203,56,60,0.51) 50%, rgba(82,136,194,0.54) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(239,225,74,0.48) 0%,rgba(203,56,60,0.51) 50%,rgba(82,136,194,0.54) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(239,225,74,0.48) 0%,rgba(203,56,60,0.51) 50%,rgba(82,136,194,0.54) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7aefe14a', endColorstr='#8a5288c2',GradientType=1 ); /* IE6-9 */
}

.colorbar {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#efe14a+0,cb383c+50,5288c2+100 */
    background: rgb(239,225,74); /* Old browsers */
    background: -moz-linear-gradient(left,  rgba(239,225,74,1) 0%, rgba(203,56,60,1) 50%, rgba(82,136,194,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(239,225,74,1) 0%,rgba(203,56,60,1) 50%,rgba(82,136,194,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(239,225,74,1) 0%,rgba(203,56,60,1) 50%,rgba(82,136,194,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efe14a', endColorstr='#5288c2',GradientType=1 ); /* IE6-9 */
}

/* --------------------------------------- SEARCH ------------------------------------------*/


.search-pagetypes input {
    position:relative;
    top:4px;
}

.search-pagetypes label {
    font-size:13px;
}

.search-options {
    border: 1px solid #eaeaea;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 0 0 5px 5px;
}

ul.search-tab {
    list-style-type: none;
    margin-top: 10px;
    padding: 0;
    overflow: hidden;
    max-width: 510px;
    background-color: #f1f1f1;
    border-radius: 10px 10px 0 0;
}

ul.search-tab li {
    float: left;
}

ul.search-tab li a {
    display: inline-block;
    color: black;
    text-align: center;
    padding: 8px 16px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 17px;
}

ul.search-tab li a:hover {
    background-color: #ddd;
}

.search-results {
    padding: 10px;
}

.search-pager {
    display: inline-block;
}

.search-pager ul li span {
    border-radius: 3px;
    margin: 1px;
}

.search-pager ul li a {
    border-radius: 3px;
    margin: 1px;
}

#search-list {
    margin: 20px;
    width: 100%;
}

#search-list thead {
    border-bottom: 2px solid lightgray;
    vertical-align: middle;
}

#search-list tbody tr th, #search-list tbody tr td {
    /*border-bottom: 1px lightgray solid;*/
    height: 60px;
    padding: 10px;
    vertical-align: middle;
}

#search-list thead tr th {
    padding-left: 1%;
}

#search-list tbody tr td img{
    /*width: 75px;*/
    max-width: inherit;
    vertical-align: middle;
    /*padding-top: 5px;*/
    margin-top: 5px;
    border-radius: 3px;
}

#search-list thead tr th:nth-child(3) {
    width: 25%;
}

#search-list tbody tr:nth-child(even) {
    background-color: rgba(211, 211, 211, 0.21);
}

.loading {
    width: 20px;
    height: 20px;
    position: relative;
    vertical-align: middle;
    /*top: 50%;
    left: 50%;
    margin: -28px 0 0 -25px;*/
}

.active-tab {
    background-color: lightgray;
}

.search-input {
    padding-bottom: 5px;
}

.search-info {
    background-color: #eaebea;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    vertical-align: middle;
}

.search-pagetypes {
    font-size: 20px;
    text-align: left;
    text-align: center;
    /*padding-left: 126px;*/
}

/*#search-in-page-descriptions {
    padding: 1em; 
    padding-left: 3em;
    transform: scale(1.5);
}*/

#sid {
    transform: scale(1.5);
    margin-right: 1em;
    margin-left: 5px;
}

#sid-label {
    font-size: 1.5em;
}

.basic-search label,
.author-search label,
.organization-search label {
    font-size: 1.3em;
}

/* Base for label styling */
.pagetype [type="checkbox"]:not(:checked),
.pagetype [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
.pagetype [type="checkbox"]:not(:checked) + label,
.pagetype [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}

/* checkbox aspect */
.pagetype [type="checkbox"]:not(:checked) + label:before,
.pagetype [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left:0; top: 2px;
  width: 17px; height: 17px;
  border: 1px solid #aaa;
  background: #f8f8f8;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.3)
}
/* checked mark aspect */
.pagetype [type="checkbox"]:not(:checked) + label:after,
.pagetype [type="checkbox"]:checked + label:after {
  content: '✔';
  position: absolute;
  top: 3px; left: 4px;
  font-size: 18px;
  line-height: 0.8;
  color: #09ad7e;
  transition: all .2s;
}
/* checked mark aspect changes */
.pagetype [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.pagetype [type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
.pagetype [type="checkbox"]:disabled:not(:checked) + label:before,
.pagetype [type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
.pagetype [type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
.pagetype [type="checkbox"]:disabled + label {
  color: #aaa;
}
/* accessibility */
.pagetype [type="checkbox"]:checked:focus + label:before,
.pagetype [type="checkbox"]:not(:checked):focus + label:before {
  border: 1px dotted blue;
}

/*-------------Audio Page CSS--------------*/
div.audio-cell {
    background-color: white; 
}

div.audio-cell a {
    color: blue;
}

div.audio-title-cell {
    position: relative;
    padding-bottom: 15px;
    padding-top: 15px;
}

.audio-h3 {
    margin: 0;
}

.audiohover {
    background-color: #3666cc !important;
    color: #fff;
}

/* - Audio Related Pages - */
    .radon-audio .related-products-title {
        font-size: 24px !important;
        font-weight: 800 !important;
        padding-bottom: 10px;
    }

    .radon-audio .related-item-box {
        float:left;
        text-align:left;
    }

    .radon-audio .related-pic-container {
        width:75px;
        float:left;
        margin-right: 10px;
        max-height: 75px;
        overflow: hidden;
    }

    .radon-audio .related-products-spacer {
        clear: both;
        height:5px;
    }


    .radon-audio .related-products-item img {
        width:75px;
    }

    .radon-audio .related-pic-title {
        font-size:14px;
    }

/* - Audio "More" (Suggested) Pages - */
    .radon-audio .more-products-title {
        font-size: 24px !important;
        font-weight: 800 !important;
        padding-top: 10px;
    }

    .radon-audio .more-products-grid {
        clear:both;
        border-top:1px solid #ccc;
    }
    .radon-audio .more-products-item {
        margin-top:10px;
    }
    .radon-audio .more-products-spacer {
        clear: both;
        height:5px;
    }


.leftBorder {
    border-left: 1px solid #dadada;
}

div.audioBackground {

}

@media screen and (max-width: 767px) {
    div.leftBorder {
        border-left: 1px solid white; 
    }
}

.songTitleText {
    background-color: rgba(0, 0, 0, 0.59);
    color: white;
    padding: 5px;
}

div.songTitleTextContainer {
    margin-bottom: 10px;
}

div.songImageBS {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}

.wideimage {
    width: 100%;
}

.tallimage {
    height: 100%;
    margin: auto;
}

.imgcontainer{
    width: 90%;
    padding-top: 90%;
    position: relative;
    margin-bottom: 10px;
    margin-left: 5%;
}

canvas.audioBackground{  
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

div.product-essential{

}

div.audioPageContainer{
    padding: 0px 6%;
    background-color: #dadada;
    min-width: 1400px;
}

div.audioBody{
    position: relative;
    background-color: white;
}

div.audioPageTitle{
    font-size: 1.5em;
    font-weight: bold;
}

div.bodyLeft{
    margin-right: 25%;
    padding: 20px 20px;
}

div.audioDescription{
    border-right: 1px solid #dadada;
    min-height: 650px; 
    padding-left: 10px;
}

div.hideTest{
    display: none;
}

div.audioLyrics{

}

div.aDescriptionElement {
    border-bottom: 1px solid #dadada;
    padding: 10px 0px;
    margin-right: 30px;
    width:100%;
}

div.aLastDescriptionElement {
    padding: 10px 0px;
    margin-right: 20px;
    width:100%;
}

div.bodyRight{
    padding: 20px 10px;
    position: absolute;
    right: 0;
    top: 0;
    width: 25%;
}

div.audioContainer{
    background-color: white;
    padding: 15px; 
    position: relative;
    /*background: -webkit-linear-gradient(left top, #fbf772, #ff5700); /* For Safari 5.1 to 6.0 */ 
    /*background: -o-linear-gradient(bottom right, #fbf772, #ff5700); /* For Opera 11.1 to 12.0 */
    /*background: -moz-linear-gradient(bottom right, #fbf772, #ff5700); /* For Firefox 3.6 to 15 */
    /*background: linear-gradient(to bottom right, #fbf772, #ff5700); /* Standard syntax (must be last) */
}

div.songDetailsContainer{
    position: relative;
    margin: auto;
    height: 350px;
    width: 95%;
}

div.songTitle{
    position:absolute;
    bottom: -15px;
    left: 0;
}

div.artist{
    font-size: 1.2em;
    padding: 0px 10px;
    margin-bottom: 10px; 
    color: white;
    background-color: rgb(10,10,10);
    display: inline-block;
}

div.songName {
    font-size: 3em;
    padding: 0px 10px;
    color: white;
    background-color: rgb(10,10,10);
    display: inline-block;
}

div.songImage{
    position: absolute;
    right: 0;
    top: 20px;
    width: 300px;
    height: 300px;
    overflow: hidden;
}

div.songImage img{
    display: block;
    width: 100%
}

img.rSong{
    width: 100%;
}

div.rMusicContainer{
    position: relative;
    margin: 10px 5px;
    opacity: 1;
}

a.rMusic {
    color: black; 
}

div.rMusicContainer:hover {
    opacity: .7; 
}

div.rMusicPicture{
    width: 75px;
    height: 75px;
    overflow: hidden;
    background-color: #ececec;
}

audio {
    width: 100% !important;
    min-height: 30px;
    display: block;
}


div.rMusicDescription{
    position: absolute;
    left: 90px;
    top: 0px;
}

div.rMusicTitle{
    font-weight: bold;
}

div.songAudio{
    width: 95%;
    margin: auto;
    padding-top: 25px;
}

div.audio_mp3{ 
    width:500px;
    height:60px;
    background:#000;
    padding:5px;
    margin:50px auto;
}

div.audio_container{

}

canvas.audio_animation{
    width:500px;
    height:30px;
    background:#002D3C;
    float:left;
}

/* --------------------------------------- _ProductTags CSS ------------------------------------------*/
a.producttag{
    display: inline-block;
    background-color: #e8e8e8;
    border-radius: 10px;
    padding: 5px;
    margin: 5px;
    font-weight: bold;
}

div.tags-title{
    display: inline-block;
    font-weight: bold;
}

div.product-tags-list{
    display: inline-block;
}

/* ------------------ Registration Stylings ------------------- */
.bolded {
    font-weight:bold;
}

.spacing {
    margin-top:3vw;
    margin-bottom:3vw;
}

.spacing-bottom-small {
    margin-bottom:1vw;
}

.spacing-bottom-mid {
    margin-bottom:3vw;  
}

.login-title {
    padding-bottom:1em;
}

#RememberMe {
    margin-left:0.5vw;
}

.login-page label {
    font-weight:bold;
    margin-bottom:0.2em;
    padding-left:0.5vw;
}

.forgot-password a {
    margin-top:0.3em;
    font-size:0.9em;
    text-decoration:none;
}

    .forgot-password a:hover {
        color: #e96f72;
    }

#Username, #Password {
    width:100%;
}

.page-body .external-authentication {
    padding-top:2.5em;
}

.external-authentication .title {
    font-weight:bold;
    margin-bottom:0.2em;
}

.google-btn {
    border-bottom:1px solid #777;
    border-right:1px solid #777;
    border-radius:3px;
}

.page-body .google-login-block, .page-body .facebook-login-block {
    /*margin-bottom:1.6em;*/
    padding-left:5vw;
}

#login .google-login-block, #login .facebook-login-block {
    margin-bottom: 0.5em;
    float:right;
}

@media screen and (max-width:767px) {
    .login-title {
        padding: 5vw;
    }

    .page-body .external-authentication {
        padding-top:5vw;
    }

    .google-login-block, .facebook-login-block {
        padding-left:0;
        text-align:center;
    }

    .reg-block {
        padding-top:5vw;
    }

    .topic-block {
        padding:5vw;
    }
}

.notice-beta {
    font-size:10px;
    font-family:Roboto;
    color:#fff200;
    font-weight:800;
    position:relative;
    top:-15px;
}

.notice-beta a:hover {
    color:#fff;
}

.validation-summary-errors {
    color:red;
}

.validation-summary-errors ul {
    list-style:none;
    font-weight:bold;
}

/* NEW Browse Stylings */
.hide-loading {
    display: none;
}

#browseMoreBox a:hover, .product-selectors a:hover {
    text-decoration: none;
    color: #e96f72;
}

#browseMoreBox a:hover .related-pic {
    opacity:0.8;
    transition:0.3s;
}

.selected {
    font-weight:bold;
}

#view-grid, #view-list {
    cursor:pointer;
    color:#3666cc;
}

.pager a {
    cursor: pointer;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight:bold;
    color: #3666cc;
}

.pager a:hover {
    color: #6695f9 !important;
    background-color:#e9e9e9 !important;
}

.shift-left {
    margin-left:-0.5em;
}

.current-page > a {
    font-weight:bold;
    background-color:#3666cc !important;
    border-color:transparent !important;
    color:white;
}

.current-page:hover > a {
    color:white !important;
}

#body-content {
    position:relative;
    overflow:hidden;
}

#browseMoreBox {
    padding-left:1em;
    padding-right:1em;
    padding-bottom:3em;
}

.product-grid {
    overflow: -webkit-paged-x;
}

#browseMoreBox .item-box {
    margin:1em;
}

#browseMoreBox .title {
    line-height: 1.2em;
    height: 2.4em;
    overflow: hidden;
    width: 100%;
    /*white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    padding-top:0.3em;*/
    text-align:center;
}



/*.pager {
    position:absolute;
    bottom:0;
    left:1em;
    left:51vw;
    width:100%;
    
    margin-left:auto;
    margin-right:auto;
    margin-bottom:0.8em;
}*/

.pager-inner {
    position:relative;
    /*left:-50%*/;
}

.pager ul li a {
    padding-left:0.5em;
    padding-right:0.5em;
    padding-top:0.2em;
    padding-bottom:0.2em;
    border-radius:0;
}

.pager ul li:first-child a {
    border-top-left-radius:5px;
    border-bottom-left-radius:5px;
}

.pager ul li:last-child a {
    border-top-right-radius:5px;
    border-bottom-right-radius:5px;
}

.pager ul li:not(:first-child) a {
    border-left:0;
}

.num-pages-found {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight:bold;
    font-size:1.3em;    
    position:absolute;
    bottom:1.5em;
    right:1.5em;
}

@media screen and (max-width:767px) {
    .num-pages-found {
        bottom:4em;
        right:0;
        width:100%;
        text-align:center;
    }
}

.text-accent-blue {
    color:#3666cc;
}

.border-accent-blue .grid-item {
    border-color:#83a7c6 !important; 
}

.border-accent-blue .grid-item:hover {
    border-color:#3666cc !important;
}

.text-accent-green {
    color:#00b451;
}

.border-accent-green .grid-item {
    border-color:#509E6F !important; 
}

.border-accent-green .grid-item:hover {
    border-color:#00b451 !important;
}

.text-accent-fuschia {
    color:#ee79f1;
}

.text-accent-book {
    color: #ff3d6d;
}
.border-accent-fuschia .grid-item {
    border-color:#ba0a9f !important; 
}

.border-accent-fuschia .grid-item:hover {
    border-color:#ee79f1 !important;
}

.text-accent-orange {
    color:rgb(255, 102, 0);
}

.border-accent-orange .grid-item {
    border-color:#f5a62f !important; 
}

.border-accent-orange .grid-item:hover {
    border-color:rgb(255, 102, 0) !important;
}

.browse-searchbar {
    display:flex;
    padding-left:1em;
    padding-right:1em;
    padding-bottom:1em;
    margin-top:-1em;
}
#keywords {
    flex: 1;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    font-family: 'Roboto Condensed', sans-serif;
}
#keywords-search-button {
    height: 34px;
    padding-top:0.1em;
    margin: 0;
    margin-left: -5px;
    margin-top: -1px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.search-button {
    font-weight: bold;
}

.glyphicon-search {
    font-size: 1.5em;
}

/* Avatar Stuff */
.avatar-circle {
    margin-left:0.5em;
    display: block;
    border-width: 2px;
    background-color: #3666cc;
    border-color: #3666cc;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    padding: 7.5px;
    padding-top: 8px;
    padding-bottom: 7px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.5em;
    font-weight: bold;
    color: white;
    cursor: pointer;
    margin-right: 0.5em;
    line-height: 1;
    text-align: center;
    opacity: 1;
    top: -9px;
    text-transform: uppercase;
    -webkit-user-select: none; /* Chrome/Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
}

    .avatar-circle:hover {
        border-width: 2px;
        border-color: white;
        padding: 7.5px;
        padding-top: 8px;
        padding-bottom: 7px;
    }

.avatar-circle-big {
    display: block;
    border-width: 2px;
    border-color: transparent;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 0;
    cursor: pointer;
    margin-right: 0.5em;
    opacity: 1;
    top: -9px;
    text-align: center;
}

    .avatar-circle-big:hover {
        border-width:2px;
        border-color: #3666cc;
        padding: 0;
    }

/* Audio Mega Menu Links */

.mega-audio-middle {
    width: 400px;
    float: left;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 20px;
    font-size: 17px;
}

.mega-menu-link:hover {
    opacity:0.8;
}

/* Hide Stuff */
.hide {
    display:none;
}

.audio-title-cell {
    position:relative;
}

#song-container {
    position:absolute;
    width:97%;
    bottom:0.5em;
}

.main-image {
    margin-bottom:2em;
}

/*CalendarSuggestDate*/
#LogoPreview{
	display:none;
}

/*Login Page Google/FaceBook Buttons*/
.buttonAlign{
	bottom:1em;
	right:1em;
}

/*Login Error Text*/
.loginErrorAlign{
	padding-left:1em;
}

/* Easter egg */
#topGunEaster {
    height: 250px;
    width: 15%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background: url(../images/layout/cruisecontrol.png);    
}

#topGunEasterContainer {
    height: 100%;
    width: 100%;
    position: fixed;
    bottom: -68%;
    left: -220px;    
}

.jetTakeOff {
    animation: 2500ms bobble 1 alternate linear;
}

@keyframes bobble {
    0%   { transform: scale(0.5); }
    50%  { transform: scale(0.75); }
    100% { transform: scale(1); }
}

.page-selectors {
    margin-bottom: 20px;
    background-color: rgba(230, 230, 230, 0.4);    
    padding: 1em 0;
}

.number-pages-found {
    float: right;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    font-size: 1.3em;
}

@media screen and (max-width:767px) {
    .number-pages-found {
        width: 100%;
        text-align: center;
    }
}

@media screen and (max-width:767px) {
    .page-selectors .row .col-sm-4 > * {
        width: 100%;
        text-align: left;
        line-height: 2em;
        font-size: 18px;
    }
}

.pager {
    font-size: 20px;
}

.audio-light-bg {
    background-color: #e4ecff;
}

.audio-medium {
    color: #2a5fd0;
}

.audio-primary {
    color: #3666cc;
}

/* Anywhere slider CSS */
@media screen and (max-width:767px) {
    .nivo-directionNav a {
        width: 20px;
        height: 30px;
        margin-top: -15px;
    }
}

/* Tag pages */
.tag-item-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr); 
}

.tag-item-box {
    padding: 1em;
}

.tag-item-box:hover {
    opacity: 0.7;
}

.tag-item-box .related-pic-container img {
    border: solid 1.5px gray;
    border-radius: 3px;
    box-shadow: -3px 4px lightgray;
    margin-bottom: 1em;
}

.tag-item-box .related-pic-title {
    font-weight: bold;
    font-family: 'Roboto';
    font-size: 15px;
}

.tag-item-box .related-item:hover {
    text-decoration: none;
}

/* Utility classes */
.pad-b-10 {
    padding-bottom: 10px;
}

.pad-t-10 {
    padding-top: 10px;
}

.pad-b-20 {
    padding-bottom: 20px;
}

.no-text-decoration:hover {
    text-decoration: none !important;
}

/* Help Request */
.helpTempBg {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#317800+0,9db000+100 */
    background: rgb(49,120,0); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(49,120,0,1) 0%, rgba(157,176,0,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(49,120,0,1) 0%,rgba(157,176,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(49,120,0,1) 0%,rgba(157,176,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#317800', endColorstr='#9db000',GradientType=0 ); /* IE6-9 */
}

    .helpTempBg a {
        text-decoration: underline;
        text-decoration-color: #22400a;
    }
.helpCap {
    color: #fff !important;
    font-size: 18px;
}
    .helpCap a {
        font-weight: bold;
        color: #fff !important;
    }

.help-h1 {
    padding-top: 4px;
    font-size: 30px;
    font-weight: bold;
    color: #fff !important;
}
.contactHelpBg {
    background-color:#dbdbdb;
}
#gmjoin a {
    color:#9B1518;
}

/* ----------------------------------- DONATE CALL -------------------------------------*/

#donateCall {
    border: 10px solid #9B1518;
}

.donateHeader {
    width: 100%;
    background-color: #9B1518;
    color: #fff;
    font-size: 18px;
    padding-bottom: 9px;
}

.donateBody {
    padding: 10px;
    color: #000;
    font-size: 14px;
    color: #000;
}

/* ----------------------------------- TRANSLATION -------------------------------------*/

.img--translateStatus {
    cursor: pointer;
    margin-left: 5px;
    padding: 4px;
    width: 30px;
    margin-bottom: -6px;
}

.img--translateStatus:hover {
    opacity: 0.7;
}

.form--translate {
    font-size: 17px;
}

.form--translate label {
    margin-bottom: 5px;
}

.form--translate .form-fields {
    margin-bottom: 5px;
}

/* ----------------------------------- Organizer NIVO and slick sliders -------------------------------------*/

.as-btn a {
    position: absolute;
    background-color: #c5c5c5;
    font-weight: bold;
    font-size: 55px;
    border-radius: 7px;
    /*padding: 20px 30px 20px 30px;*/
    padding: 0px 10px 0px 10px;
    border: 1px solid white;
    color: black;
    opacity: 0;
    text-decoration: none;
    z-index: 100;
    top: 200px
}
/*------------------------------- CAROUSEL DISPLAY BOX FONT DARKNESS-------------------*/

.light-forecolor {
    color: #ffffff;
}
.dark-forecolor {
    color: #222222;
}
.switch-lang {
    width 110px;
    text-align left;
    cursor pointer;
    z-index 50;
    position absolute;
    top 20px;
    right 20px;
}
.lang-dropdow{
    display block;
}
.switcher-link {
    color:#fff;
}
.current-lang {
    background #34495E;
    padding 3px 5px 0px 5px;
    border-radius 5px;
}
.lang-flag {
    width 20px;
    display inline-block;
}
.lang-text {
    display inline-block;
    margin-left 5px;
    vertical-align top;
    margin-top 2px;
}
.lang-dropdown {
    display none;
    background #34495E;
    border-radius 5px;
    margin-top 2px;
}
.selecting-lang {
    padding 3px 5px 3px 5px;
    background #22313F;
}


.menu-arrow {
    display inline-block;
    width 10px;
    margin-left 10px;
    vertical-align top;
    margin-top 6px;
}
/*
@media screen and (max-width:767px) {
    #leftSide {
        width: 100%;
        float: left;
    }
    #rightSide {
        display:none;
    }
}
*/