@import "css-reset.css";

html{
    overflow: auto !important;    
    height: 100%;
}

body {
	font-size: 13px;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif; 
    -webkit-font-smoothing: subpixel-antialiased;
    margin: 0;
    height: 100%;
    background-color: #fafafa;
    overflow: visible !important;    
}

ul{
    list-style: none;
}

a:hover{
    cursor: pointer;
    -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

a.readmore, a.source, .infopage a, .expand-info{
	font-size:11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333 !important;
	padding:2px 4px;
	text-decoration: none;
	display: inline;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    white-space: nowrap;
}

a.see-all{
    padding: 2px 15px;
    margin-left: 10px;
    color: #FFF;
    font-size: 13px;
    display: inline-block;
	margin-top: -2px;
    margin-right: -2px;
}

a.source{
    padding-left: 0;
}

a.readmore:hover, .lead a:hover, article address a:hover, a.source:hover, .infopage a:hover{
	color: #e40614 !important;
	text-decoration: none;
}
.wrap{
    height:100%;
	position:relative;    
}

address a.source{
    display: block;    
    font-size: 10px;
    line-height: 12px;
    margin-top: -7px;
}

#topheader{
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
	flex-direction: row; /* optional */
	flex-wrap: nowrap; /* optional */
	background-color: #333333;
	z-index: 200;
	position: fixed;
	width: 100%;
}

#topheader div.logo {
	background-color: #e40613;
	background: -webkit-linear-gradient(#e40613, #9f060e); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#e40613, #9f060e); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#e40613, #9f060e); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#e40613, #9f060e); /* Standard syntax */
    margin-right: 5px;
} 

#topheader a.logo {
    display: block;
	height: 50px;
	width: 120px;
	background-repeat: no-repeat;
	background-position: 10px center;
	background-color: transparent; /* optional */
    background-size: 100px auto;
}

#topheader>ul{
    display: inline-block;
    color: #FFF;
}

.menu .dropdown{
    display: none;
}

.menu>li{
    display: inline-block;
}

#topheader ul.dropit-submenu {
    position: absolute;
    display: none;
    list-style: none;
	padding: 15px;
	background-color: #2d2d2d;
    color: #fff;
    max-height: 600px;
    overflow: auto;    
    max-width: 600px;
}

#topheader ul.dropit-submenu h4, legend, #sidebar h4 {
	font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif;
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
}

a.headerbutton, .refresh-window {
    display: block;
    background-color: #222;
	text-decoration: none;
	height: 40px; /* optional */
    background-position: 10px center;
    background-repeat: no-repeat;
    background-size: 26px auto;
    padding: 6px 10px 6px 40px !important;
    display: inline-block;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	color: #ffffff;
	font-family: 'Open Sans Condensed';
	font-size: 16px;
	font-weight: 700;
	line-height: 12px;
	text-transform: uppercase;
	margin-top: 5px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
    -webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-ms-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
	cursor: pointer;
}

.firstline {
	font-size: 12px;
	font-weight: 300; /* optional */
	line-height: 12px;
    display: block;
}

a.headerbutton-hover:hover, a.headerbutton.active {	
	background-color: #2c2c2c;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	box-shadow:        
	0 -5px 15px -5px rgba(0, 0, 0, 0.5),
	 15px 0px 15px -15px rgba(0, 0, 0, 0.5),
	 -15px 0px 15px -15px rgba(0, 0, 0, 0.5);
	z-index: 1500;
	position: relative;    
}

a.no-icon{
    padding: 6px 10px !important;
}

.dropit .dropit-trigger { position: relative; }

.dropit .dropit-open .dropit-submenu { display: block; }

.noaccordion span{
    display: none !important;
}

span.icon-downffffff {
	display: inline-block;
	background-repeat: no-repeat;
	background-size: cover;
	height:14px;
	width:16px;
   -webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	position: relative;

}

span.icon-downffffff.up {
    -webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	transform: rotate(-180deg);
   -webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

/* search */

.search{
    flex: 1;
    height: 50px;
    max-height: 50px;
    overflow: hidden;
}

.searchform{
	display: inline-block; /* optional */
	position: relative;
	width: 100%;
}

.searchinput{
	width:100%;
	max-width: 100%;
	height:40px;
	padding:0;
	margin:0;
	border:3px solid #303030;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
	margin-top:5px;
	font-size: 16px;
	font-weight: 700;
	outline: none;
	float:right;
	padding-left:10px;
	background-color: #3f3f3f;
	color: #fff !important;        
}

html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

.ui-menu .ui-menu-item a {
    text-decoration:none;
    display:block;
    padding:5px;
    line-height:1.5;
    
}

.ui-menu .ui-menu-item a.ui-corner-all:hover, .ui-menu .ui-menu-item a.ui-corner-all:focus, .ui-menu .ui-menu-item a.ui-corner-all:active, .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus{
    background:#333;
    border: none;
    text-decoration: none;
    cursor: pointer;
}

.ui-widget-content{
    clear: both;
    background: #3F3F3F;
    border: none;
    z-index: 1000;
    padding: 20px;    
    width: 20px;
}

.ui-corner-all{
   color: #FFF !important;
}

.ui-state-focus
{
    outline: none;
    display: block;
}

.search input[type=text]::-webkit-input-placeholder {
   color: #747474;
}

.search input[type=text]:-moz-placeholder { /* Firefox 18- */
   color: #747474;  
}

.search input[type=text]::-moz-placeholder {  /* Firefox 19+ */
   color: #747474;  
}

.search input[type=text]:-ms-input-placeholder {  
   color: #747474;  
}

.searchsubmit {
	background-color: #3f3f3f;
	border:0;
	height:34px;
	width:34px;
	outline: none;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 18px;
	position: absolute;
	right:3px;
	margin-top:8px;
	cursor: pointer;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
    -webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-ms-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
    top: 0;
    clear: both;
}

.searchsubmit:hover, .searchform:hover > .searchsubmit, .searchinput:focus ~ .searchsubmit{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	background-color: #2F7F00;
}

#sidebar-icon{
	background-repeat: no-repeat;
	width: 46px;
	display: inline;
    background-size: center center;
    margin-right: 5px;
}

/* country-dropdown */ 

#country .dropit-trigger{
    position: static;
}

#country-dropdown a, .loggedin a {	
	font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	display: inline-block;
	width: 130px;
	line-height: 20px;
	padding: 2px 0;
	border-top: 1px solid #333333;	
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 30px;
	margin-bottom: -1px;
	letter-spacing: 0.2px;
}

#country-dropdown a:last-child, .loggedin a:last-child{	
    border-bottom: 1px solid #333333;
}

#country-dropdown a.current, #country-dropdown a.current:hover {
	font-weight: 400;
	background-color: #333;
}

#country-dropdown a:lang(el), #country-dropdown a:lang(ru), #country-dropdown a:lang(bg), #country-dropdown a:lang(uk) {
	font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 500;
}

#country-dropdown a:hover, .loggedin a:hover {
	background-color: #333;
}

#country-dropdown .regionblock {
	display: inline-block;
	float: left;	
	margin-bottom: 20px;
}

#country-dropdown .block4 {
	width: 100%
}

#country-dropdown .block2 {
	width:50%;
}

#country-dropdown .block1 {
	width:25%;
}

#country-dropdown .block4 .regions {
	column-count: 4;
	-webkit-column-count: 4;
	-moz-column-count: 4
}

#country-dropdown .block2 .regions {
	column-count: 2;
	-webkit-column-count: 2;
	-moz-column-count: 2
}

#country-dropdown .block1 .regions {
	column-count: 1;
	-webkit-column-count: 1;
	-moz-column-count: 1
}

#country-dropdown li{
	width: 100%;
}

#country-dropdown .soon {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
}

/* language-dropdown */ 
#language-dropdown a, #timezone label {
	color:#fff;
	text-decoration: none;
	font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	display: inline-block;
	width:180px;
	height:20px;
	line-height: 20px;
	padding:5px 0;
	padding-left:5px;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	background-repeat: no-repeat;
	background-position: 5px center;
	margin-top:-1px;
   -webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	-ms-transition: background 0.3s;
	-o-transition: background 0.3s;
	transition: background 0.3s;
	letter-spacing: 0.2px;
}

#language-dropdown a:hover {
	background-color: #333;
}

#language-dropdown .spbutton, #timezone .spbutton{
    padding: 0 10px;
    font-size: 13px;
    margin-top: 10px;
}

.language-sub-dropdown {
    background-color: #333333;
    position: relative;
}

.onoffswitch {
  position: relative;
  width: 34px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  padding: 4px 10px;
}

.onoffswitch-checkbox {
  display: none;
}

.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
}

.onoffswitch-labeltext {
	display: block;
	position: absolute;
	left:50px;
	width: 130px;
    font-size: 11px;
    line-height: 1;
    text-transform: uppercase;
    font-family: "Open Sans Condensed",Arial,Helvetica,sans-serif;    
}

.switch-all .onoffswitch-labeltext {	
	width: 50px;
    text-align: right;
}

.onoffswitch-labeltext:hover {
	text-shadow: 2px 2px 10px #000;
}

.onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  -moz-transition: margin 150ms ease-in 0s;
  -webkit-transition: margin 150ms ease-in 0s;
  -o-transition: margin 150ms ease-in 0s;
  transition: margin 150ms ease-in 0s;
}

.onoffswitch-inner:before, .onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 12px;
  padding: 0;
  line-height: 12px;
  font-size: 8px;
  color: white;
  font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif;
  font-weight: 400;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.onoffswitch-inner:before {
  content: "ON";
  padding-left: 5px;
  background-color: #2D2D2D;
  color: #FFFFFF;
  height: 12px;

}

.onoffswitch-inner:after {
  content: "OFF";
  padding-right: 5px;
  padding-left: 5px;
  background-color: #2D2D2D;
  color: #5D5D5D;
  text-align: right;
  height: 12px;
}

.onoffswitch-switch {
  display: block;
  width: 14px;
  margin: 0px;
  background: #5D5D5D;
  position: absolute;
  top: 5px;
  bottom: 0;
  right: 30px;
  -moz-transition: all 150ms ease-in 0s;
  -webkit-transition: all 150ms ease-in 0s;
  -o-transition: all 150ms ease-in 0s;
  transition: all 150ms ease-in 0s;
   height: 12px;
   
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 10px;
  background-color: #FFF;
}

.switch-all{
    position: absolute;    
    right: 50px;
    top: -28px;
}

.switch-all .onoffswitch-inner, .switch-all .onoffswitch-switch{
    display: none;
    
}

.timezone-select{
    -webkit-appearance: none;
    font-family: "Open Sans";
	height: 40px;
	padding: 0;
	margin: 0;
	border: 3px solid #303030;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
	margin-top: 5px;
	outline: none;
	padding-left:10px;
	background-color: #3f3f3f;
	color: #fff;
}

.timezone-select *{
    font-family: "Open Sans Condensed";
    font-size: 12px;
}

/* login-dropdown */ 

#user-dropdown{
    right: 0;
    text-align: center;
}

a.user-link {
    text-align: left;
}

#login-icon-container{
    height: 30px;    
    display: -webkit-inline-box; 
    display: -moz-inline-box;    
    display: -ms-inline-flexbox; 
    display: -webkit-inline-flex;
    display: inline-flex;        
    margin: 20px auto;
    width: 190px;
    vertical-align: middle;    
}

#login-icon-container a{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 25px auto;
    /*
    height: 25px;
    width: 25px;
    */
}

.w25.g-signin2>div{
    width: auto !important;
    margin-top: 3px;
}

.abcRioButton{
    -webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}

#user-dropdown .abcRioButton{
    height: 25px !important;
    background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE2IDE2Ij48c3R5bGUgdHlwZT0idGV4dC9jc3MiPjwhW0NEQVRBWw0KCS5zdDB7ZmlsbDojRTMwQjE4O30NCgkuc3Qxe2ZpbGw6IzIzMUYyMDt9DQoJLnN0MntmaWxsOiNGRkNDMDQ7fQ0KCS5zdDN7ZmlsbDojRkZGRkZGO30NCgkuc3Q0e2ZpbGw6IzAxMDIwMjt9DQpdXT48L3N0eWxlPjxwYXRoIGNsYXNzPSJzdDMiIGQ9Ik01LjkxOCA5Ljg1Yy0uODcuMjk3LTEuMjkxIDEuMzU4LS42MTMgMi4wODIuNjMuNjczIDIuMDk2LjgzNSAyLjgxMi4yMTEgMS4wNS0uOTA0LS4wNDgtMS45MDgtLjc4OC0yLjQ3My0uNDUyLS4wNjYtLjk5MS4wMjEtMS40MTEuMTh6TTYuNTM1IDQuMzc3Yy0xLjcwMSAwLTEuMTA3IDMuMzguMzYzIDMuMzggMS43MzkgMCAxLjA4OC0zLjM4LS4zNjMtMy4zOHpNMTMgMGgtMTBjLTEuNjU3IDAtMyAxLjM0My0zIDN2MTBjMCAxLjY1NiAxLjM0MyAzIDMgM2gxMGMxLjY1NyAwIDMtMS4zNDQgMy0zdi0xMGMwLTEuNjU3LTEuMzQzLTMtMy0zem0tNC4yMDUgNWgtLjY4NGMxLjA4MiAwIC43MiAyLjI0NC0uMTQ1IDIuOTM3LS4zNDMuMzc2LS40MjQuNjAxLS4wMi45NjVsLjM5Ni4yNzJjLjIzLjIxMS40NzMuMzkxLjY0NS42NTQgMS4yMjEgMS43NjctLjIyOSAzLjE4OC0yLjQ4NyAzLjE4OC0uNTUyIDAtMS4wNDktLjA3Ny0xLjQ1My0uMjU0LS45NDEtLjQxNC0xLjM1NC0xLjQ3Ny0uNzU1LTIuMzY5LjU2My0uODM2IDEuNzM1LTEuMDEyIDIuNjYyLTEuMDYzLS4yOTUtLjQwNy0uNDE3LS43NzctLjIyMS0xLjI2NC0xLjk4OS4yOTMtMi44NTktMi4xMjEtMS40NzYtMy40MTcuNTUxLS40OCAxLjI1My0uNjQ5IDEuOTcyLS42NDloMi4yNzFsLS43MDUgMXptLjE5MiA0Ljc5N3ptNC4wMTMtMy43OTdoLTF2MWgtMXYtMWgtMXYtMWgxdi0xaDF2MWgxdjF6Ii8+PC9zdmc+) !important;
    background-size: 25px 25px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
    background-color: transparent !important;
}

.abcRioButtonLightBlue{
    background-color: transparent !important;
}

.abcRioButton:hover{
    -webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}

.abcRioButtonIcon, .abcRioButtonContents{
    display: none !important;
}

.register #login-icon-container a{
    background-size: 35px auto;
    margin-right: 10px;
    height: 35px;
    width: 35px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4; 
}

.register-container{
    max-width: 910px;
    margin: -100px auto 0;
}

.or {
	position: relative;
	padding-top: 3px;
	font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
    margin: 10px auto 20px auto;    
}

.or hr {
    border: 0;
    height: 1px;
    background: #999;
}

.or span {
	position: absolute;
	text-align: center;
	background-color: #2c2c2c;
	width: 40px;
	top: 0;
	left: 50%;
	margin-left: -20px;
    font-weight: 600;
}

.eula a{
    font-weight: bold;
}

.eula a:hover{
    text-decoration: underline;
}

.g-recaptcha{    
    margin: 20px auto 0;
    width: 310px;
}

#registerform button{
    margin-top: 20px;
}

.register .or span{
    background-color: #fff;
}

.warning, .checkoutheadwarning{
    color: #e40613;
    font-size: 11px;
    font-weight: bold;
    margin-left: 30px;
    text-transform: uppercase;
}

.checkoutheadwarning{
    margin-left: 0px;
    margin-bottom: 15px;
    
}

.warning span{
    
}

form#login{
    text-align: center;
    margin-bottom: 10px;
}

fieldset legend{
    margin-bottom: 10px;
    width: 100%;
}

#user-dropdown label, .forgot {
	font-size: 10px;
	display: block;
	font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #ddd;
}

.forgot:hover{
    color: #e40614;
	text-decoration: none;
}

.forgot{
    text-align: right;
}

#user-dropdown input[type=text], #user-dropdown input[type=password] {
	width: 200px;
	height: 28px;
	font-size: 11px;
	padding-left: 25px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	background-position: left 5px center;
	background-color: #999;
	border: 1px solid #333;
	background-size: 12px;
    font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: 600;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    black;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    black;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    black;

}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:    black;
}
:placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
    color:    black;
}

#user-dropdown input[type=submit], .spbutton{
	background-color: rgba(51, 153, 0, 0.8);
	color: #fff !important;
	border: 0;
	font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	padding:0 10px;
	cursor: pointer;
    font-size: 15px;
    font-weight: 700;
    padding: 5px 0;
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;  
}

#user-dropdown input[type=submit]:hover, .spbutton:hover {
	background-color: rgba(51, 153, 0, 1);
}

#user-dropdown .remember {	
    text-align: left;
}

.zoomed-image-buttons{
    padding-bottom: 20px;
}

.zoomed-image-buttons .spbutton{
    padding: 5px 15px;
    font-size: 11px;
    display: inline-block;
    margin: 3px 0;
    
}

.remember-me-content{
    padding-right: 10px;
}

#user-dropdown input[type=checkbox] {
	float: left;
	margin-right: 5px;
	margin-top: 1px;
}

/* sidebar */ 

#sidebar {
	color: #fff;
    display: none;
}

#sidebar-wrapper {
    height: 100%;
    overflow: auto;
    background-color: #333333;
    border-left: 5px solid #9f060e;
    padding: 20px;
    margin-top: -5px;
}

.sidebar-block {
	clear:both;
	float:left;
	margin:0 0 45px;
	padding:0;
	width:275px;
	height:auto;
	min-height:50px;
	background:none;
}

.sidebar-block .fa{
    margin-right: 10px;
    
}

.fa{
    font-family: "FontAwesome" !important;
}

.sidebar-title-action {
	float: right;	
	font-size: 9px;
	color: #818181;
	text-decoration: none;
	cursor: pointer;
}

.sidebar-title-action:hover {
	color: #fff;
}
.topiccont li{
    overflow:hidden;    
}
.topiccont li >div{
    display:block;
    width:100%;
    float:none;
    overflow:hidden;
}
.topiccont .topic-details a{
    display:block;    
	margin-left:30px;
    padding: 3px 5px;
}
.topiccont .topic-details a .remove{
    background-image: url("../images/bg_topic_control.png");
    background-position: -20px 0;
    background-repeat: no-repeat;
    cursor: pointer;
    float: right;
    height: 24px;
    opacity: 0.6;
    width: 20px;
}

.item-select, .sidebar-block .item-text {
	float: left;
    cursor: pointer;
    width: 73%;
    padding: 5px;
}

.sidebar-block .item-text:hover {
	background:#2d2d2d;
}

.topic-inner-title{
    float: left;
    width:75%;
}

.topic-inner-title:hover{
    background:#2d2d2d;
}

.item-controls {
	float: right;
}

.item-controls .control {
	float:left;
	width:20px;
	height:24px;
	background-image:url(../images/bg_topic_control.png);
	background-repeat:no-repeat;
	opacity:.6;
	cursor:pointer;
}

.control.close {
    background-color: transparent;
    position: relative;    
}

 .item-controls .control:hover {
	opacity:1;
}

 .item-controls .control.edit {
	background-position:0 0;
}

 .item-controls .control.delete, .item-controls .control.remove {
	background-position:-20px 0;
}

 .item-controls .control.close {
	background-position:-40px 0;
}

 .item-controls .control.open {
	background-position:-60px 0;
}

.topiccont ul{
    margin-bottom: 10px;
}

.btn-add-new-tag {
	margin:5px 0 5px 35px;
	line-height:10px;
	font-size:9px;
	color:#818181;
	text-transform:uppercase;
	cursor:pointer;
} 

.btn-add-new-tag:hover{
    color: #fff;
}
.renametopic{
	display:inline-block;
}
.renametopic input, .new-data input.addkw{
    background-color: #3f3f3f;
    border: 3px solid #303030;
    color: #fff;
    outline: medium none;
    padding: 3px;   
    font-size: 10px;
}
.new-data input.addkw{
	width:165px;
	margin-top:5px;
}
.renametopic a.spbutton, .new-data input.submit{
	display:inline-block;
	padding:1px 5px;
	margin-left:4px;
	margin-top:1px;
	width:auto !important;
    font-size: 11px;
}
.new-data .ui-helper-hidden-accessible{
	display:none;
}
.saved-title {
	clear:both;
	float:left;
	margin:0;
	padding:0;
	width:100%;
	height:20px;	
	overflow:hidden;
	font-size:13px;
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
}

.saved-title:hover {
	background:#2d2d2d;
}

.saved-news::before{
   font-family: "FontAwesome";
   content: "\f1ea";
   display: inline-block;
   padding-right: 5px;
   font-size: 13px;
}

.saved-facebook::before{
   font-family: "FontAwesome";
   content: "\f230";
   display: inline-block;
   padding-right: 5px;
   font-size: 13px;
}

.saved-twitter::before{
   font-family: "FontAwesome";
   content: "\f081";
   display: inline-block;
   padding-right: 5px;
   font-size: 13px;
}

.saved-gplus::before{
   font-family: "FontAwesome";
   content: "\f0d4";
   display: inline-block;
   padding-right: 5px;
   font-size: 13px;
}

.saved-youtube::before{
   font-family: "FontAwesome";
   content: "\f167";
   display: inline-block;
   padding-right: 5px;
   font-size: 13px;
}


.saved-all {
	clear:both;
	float:left;
	margin:5px 0 0 20px;
	padding:0;
	width:auto;
	height:auto;
	line-height:10px;	
	font-size:9px;
	color:#818181;
	text-transform:uppercase;
	cursor:pointer;
	text-decoration:none;
}

.saved-all:hover {
	color:#fff;
}

.new-data {
	clear:both;
	float:left;
	margin:0 0 10px 34px;
	padding:0;
	width:230px;
	height:28px;
	/*background:#fff;
	border:1px solid #2d2d2d;*/
	overflow:hidden;
	display:none;
}

 /*.new-data input[type="text"] {
	clear:left;
	float:left;
	margin:2px 0;
	padding:0 0 0 10px;
	width:173px;
	height:24px;
	
	font-size:13px;
	color:#000;
	background:none;
	border:none;
}

 .new-data input[type="submit"] {
	clear:none;
	float:left;
	margin:2px 2px 2px 0;
	padding:0;
	width:45px;
	height:24px;
	
	font-size:12px;
	color:#fff;
	text-transform:uppercase;
	background:#85c266;
	border:none;
	cursor:pointer;
}*/

 .new-data#new-topic {
	float:right;
	margin-top:-10px;
}

 .new-data#new-feed {
	margin-top:10px;
	margin-left:19px;
}

/* header-separator */

header #separator {
	position: fixed;
	top: 50px;
	height: 5px;
	width: 100%;
	background-color: #9f060e;
	-webkit-box-shadow: 0px -15px 15px 18px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px -15px 15px 18px rgba(0,0,0,0.5);
	box-shadow: 0px -15px 15px 18px rgba(0,0,0,0.5);
    z-index: 55;    
}

/* subheader */ 

#subheader {
	top: 55px;
    background-color:  #eee;
    position: fixed;
    width: 100%;
    z-index: 50;
    flex-wrap: wrap;
    -webkit-box-shadow: 0px -15px 15px 18px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px -15px 15px 18px rgba(0,0,0,0.5);
	box-shadow: 0px -15px 15px 18px rgba(0,0,0,0.5);
}


#quicklinks {        
    overflow: hidden;    
    padding: 0 10px;
    width: 100%;
    background: #E0E0E0; 
    position: relative;
    height: 49px;
}

#quicklinks a, .art-serie{
	font-size: 12px;
	font-weight: 700;
	background-color: #cc0000;
	color: #fff !important;
	text-decoration: none;
	text-transform: uppercase;
	padding:0 8px;
	display: inline-block;	
	line-height: 30px;
	margin-top:8px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;  
	-khtml-border-radius: 2px;    
	border: 2px solid #cc0000;
}

#quicklinks .mytopic .art-serie{
    background-color: #FFCC05;
    border: 2px solid #FFCC05;
}

.series-button{
    position: absolute;
    top: 0;
    right: 0;
}

.art-serie{
    border: 2px solid rgb(127, 0, 0);    
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
}

#quicklinks a.moretags {
	background-color: #cc0000;
	margin-right: 5px;	
    width:34px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
	background-repeat: no-repeat;
	background-position: center center;
}

#quicklinks a.active {	
	margin-right:0;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    clip: rect(-20px, 50px, 50px, -20px); 
	background-color: #e40613;
	z-index: 1500;
	-moz-border-radius: 2px 2px 0 0;
	-webkit-border-radius: 2px 2px 0 0;
	border-radius: 2px 2px 0px 0px;  
	-khtml-border-radius: 2px 2px 0 0;	
}

#quicklinks a:hover, .art-serie:hover, a.series:hover{
    background-color: #999 !important;
	border: 2px solid #999 !important;
    color: #FFF;
}

#quicklinks div, #quicklinks ul, #quicklinks ul li{
    display: inline-block;
}

#ctype ul li{
	display: inline-block; 	
}

#ctype ul li a{
	font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	background-repeat: no-repeat;    
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
    font-weight: bold;
   	font-size: 12px;
	padding:20px;
	background-position: 20px center;
	line-height: 11px;
}
#changeview {    
    position: absolute;
    right: 0; 
    top: 0;
}
.imagesection #changeview {
    display: none;
}
#changeview .dropit-submenu, #changeview .dropit-open {
    background-color: #e0e0e0;    
}

#changeview > li > a{
	font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	background-repeat: no-repeat;    
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
    font-weight: bold;
   	font-size: 12px;
	padding:20px;
	padding-left:45px;
	background-position: 20px center;
	line-height: 11px;
}

#changeview > li > a:hover,  #ctype li a:hover{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	background-color: #e0e0e0;
   -webkit-transition: opacity 0.4s;
	-moz-transition: opacity 0.4s;
	-ms-transition: opacity 0.4s;
	-o-transition: opacity 0.4s;
	transition: opacity 0.4s; 
}

#changeview > li > a.active {
	font-size: 12px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;	
	line-height: 11px;    
}

#changeview .dropdown {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#changeview .dropdown li  {
	margin:0 10px 0 15px;
	position: relative;
}

#changeview .dropdown li:first-child  {
	padding-top:15px;
}

#changeview .dropdown li:last-child  {
	padding-bottom:15px;
}

#changeview .dropdown a {
	color:#333;
	text-decoration: none;
	font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif;
	font-weight: bolder;
	font-size: 12px;
	text-transform: uppercase;
	display: block;
	height:20px;
	line-height: 22px;
	padding:2px 0;
	padding-left:30px;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	background-repeat: no-repeat;
	background-position: 5px center;
	margin-top:-1px;
}

#changeview .dropdown a:hover {
	background-color: #d9d9d9;	
}

.cat-view-container{
    position: relative;
    width: 100%;
    min-width: 320px;
}

.breadcrumb{
    color:#333;
	text-decoration: none;
	font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif;
	font-weight: bolder;
	font-size: 12px;
	text-transform: uppercase;
}

/* content */

#contentwrapper {    
    box-sizing: border-box;
    margin-bottom: 110px;
    top: 108px;
    position: relative;
    min-height: 100%;
}

#content {
    padding: 90px 0px 65px 0;
    height: 100%;
}

.pagesection {
	margin-bottom: 30px;
	max-width: 1230px;
	text-align: left;
	margin-left:auto;
	margin-right:auto;
	clear: both;
}

#pageheader {
	margin-bottom: 10px;
	position: relative;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

.detailed-title h1, .keyword-type{
    color: #2d2d2d;    
    font-family: "Open Sans Condensed",Arial,Helvetica,sans-serif;
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 0.2px;
    text-decoration: none;
    text-transform: uppercase; 
    line-height: 35px;
    margin-bottom: 0;       
}

h1{
    color: #2d2d2d;    
    font-family: "Open Sans Condensed",Arial,Helvetica,sans-serif;
    font-size: 23px;            
    line-height: 35px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 15px;
    word-wrap: break-word;
}

h2, #modal-label{
    color: #2d2d2d;    
    font-family: "Open Sans Condensed",Arial,Helvetica,sans-serif;
    font-size: 20px;
    line-height: 35px;
    text-transform: uppercase;
    font-weight: bold;    
}

h3, .region-title{
	font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;		
	line-height: 26px;
}

h1.span-title, h2.span-title{ 
		font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;   
    background-color: #cc0000;
    color: #FFF;
    padding: 5px 10px;
    vertical-align: left;
    margin: 0 auto;
    display: inline-block;
    text-align: center;
    font-size: 20px;
    line-height: 100%;
}

.block-header-info{
    padding: 5px 0 5px 0;
    margin-right: 5px;
	float: right;
    font-weight: normal;
	font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif;
    text-transform: uppercase !important; 
    font-size: 12px;
	color: #999999;    
}

.infopage h3{
    color: #2d2d2d;
    border-bottom: 2px solid #2d2d2d;
    margin-left: 25px;
}

.block-header{        
    width: 100%;
    display: block;
    background-color: #eeeeee;
    margin-bottom: 10px;
}

.block-header-name{
    background-color: #eeeeee;
    display: inline-block;
}

/* REGISTRATION PAGE */

.form-column-container{
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    margin: 15px 0 20px;
}

.w25{
    width: 25%;               /* For old syntax, otherwise collapses. */
    height: auto;
}

.w33{
    width: 33%;
}

.w50{
    width: 50%;
}

.w100{
    width: 100%;
}

.w75{
    width: 75%;
}

.formpage h3{
    border-bottom: 3px solid #e3e3e3;
    color: #000;
    font-family: "Open Sans Condensed",Arial,Helvetica,sans-serif;
    font-size: 18px;
    font-weight: bold;
    height: 34px;
    letter-spacing: 0.2px;
    line-height: 34px;
    margin-bottom: 20px;
    text-transform: uppercase;
    padding-left: 30px;
}

.formRow{
    padding: 10px 30px;
    background-color: #e3e3e3;
    margin-bottom: 10px;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-wrap: wrap;
    align-items: center;
}

.formLabel{
    font-family: "Open Sans Condensed",Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    width: 200px;
}

.formItem{
    flex: 1;
    display: block;    
    min-width: 100px;
}

.formText{
    width: 100%;
    border: 3px solid #dadada;
}

.form-submit-row{
    text-align: center;
}

.social-block{    
    padding-top: 20px;
    padding-bottom: 20px;
}

.register-container .or{
    display: none;
}

.social-block #login-icon-container{
    margin: 0;
}

/* detailed article, detailed feed */

.accordion, .accordion * {
	-webkit-box-sizing:border-box; 
	-moz-box-sizing:border-box; 
	box-sizing:border-box;
}

.accordion {
	overflow:hidden;	
}

.detailed header{
    margin-bottom: 10px;
}

.detailed-title{
    margin-bottom: 20px;
}

.keyword .expand-wiki{
    cursor: pointer;
}

.detailed-title span{
    background-color: #2d2d2d;
    margin-top: 22px;
}

.expand-info{ 
    margin-left: 0 !important;
    background-color: transparent !important;           
}

.detailed-title h1{
    display: inline-block;
    margin-right: 10px;
}

.detailed-content{
    margin-bottom: 20px;
    width: 100%;    
}

.detailed-commands .controls, .detailed-info-container{
    background-color: #eee;
    padding: 10px 0;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.detailed-commands{
    flex: 0 1 290px;
    width: 290px;
    flex-shrink: 0;
    -webkit-flex-basis: 290px;
    flex-basis: 290px;
}

.detailed-commands li{
    margin-bottom: 5px;
    
}

.detailed .add-feed{    
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4; 
    margin: -10px 0 10px 0;
}

.commands-label{
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4; 
    font-size: 10px;
    text-transform: uppercase;
    font-weight: bold;
}

a.commands-label:hover, .register #login-icon-container a:hover{
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1; 
}

.detailed-feed-info{
    text-align: center;
    font-weight: normal;
	font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif;
    text-transform: uppercase !important; 
    font-size: 12px;
	color: #999999;
	line-height: 12px;
}

/* NEW CSS */

.detailed-video-player-container{
    -webkit-box-flex: 1 1 300px;      /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 1 1 300px;         /* OLD - Firefox 19- */    
    -webkit-flex: 1 1 300px;          /* Chrome */
    -ms-flex: 1 1 300px;              /* IE 10 */
    flex: 1 1 300px;                  /* NEW, Spec - Opera 12.1, Firefox 20+ */
    margin-bottom: 50px;    
}

.video-siderbar-container{    
    padding-left: 10px;
    width: 300px;
    /*width: 100%;*/
}

.video-siderbar-container .detailed-commands{
    width: auto;
}

.video.detailed-image{
    margin-bottom: 20px;
}

.pagesection.related-videos{
    padding: 0;
}

.related-video-box.ne-wrapper{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    margin-bottom: 10px;
}

.related-video-box .ne-image{
    width: 50%;
    margin: 0 0 10px 0;
}

.related-video-box header{
    width: 50%;
    padding-left: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.related-video-box a.source{
    white-space: normal;
    margin-top: 0;
}

.related-video-box .ne-articleheader{
    margin: 0;
    padding: 0;
    width: 100%;
}

.related-video-box .ne-keywords{
    margin: 0;
    display: none;
}

.related-video-box .ne-articleheader .title{
    line-height: 100%;
    display: block;
    font-size: 16px;
}

@media only screen and (max-width: 950px) {
    .video-siderbar-container{
        width: 100%;
        padding: 0;
    }
    
    .related-grid li{
        /*width: 50%;*/
    }
}


/* NEW CSS */

.video.detailed-image{
    display: block;
    float: none;
    clear: both;
    position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video.detailed-image iframe, .video.detailed-image object, .video.detailed-image embed{
    position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.detailed-image img{
    display: inline-block;
    max-width: 280px;
    margin-right: 15px;
}

.feed-activity{
    width: 300px;
    margin-right: 30px;
}

.feed-img img{
    width: 75px !important;
}

.feed .w25{
    margin: 0 20px;
}

.feed .detailed-title{
    margin-right: 30px;
    width: auto;
    -webkit-align-items: center; /* Safari 7.0+ */
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.detailed-title{
    margin-right: 30px;
    text-align: left;
    flex: 1 0 290px;
}

.detailed-text{
    width: 100%;
}

.detailed-description a{
	text-decoration:underline;
}

.detailed-image{
    float:left;
}

.detailed-image iframe{
    margin-right: 20px;
    width: 420px;
    height: 235px ;
}

.feed .detailed-title a{
    padding-top: 20px;
}

.keyword-type{
    display: block;    
    color: #cac9c9;    
}

.sidebar-block .spbutton{
    width: 100%;
}

.sidebar-block p{
    margin: 10px 0;
}

.detailed-commands .spbutton{
    font-size: 17px;
    width: 100%;
}

.feed-info-value{
	display: inline-block;
    font-weight: 600;
    padding-top:5px;
}

.controls li{
    display: inline;
    margin: 5px;
}

.controls a{
    font-size: 15px;
    padding: 5px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
    font-weight: normal !important;
}

.controls a:hover{
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}

.detailed-footershare{
    background-color: #eee;
    display: none;
}

.clearrow{
    clear:both;
    width:100%;    
}

li.clearrow{
    height:1px;
    position:relative !important;
}

/* view */
.controls{
    display: flex;
    text-align: center;
    margin-bottom: 5px;
}

.detailed-links{
    display: block !important;
}

.detailed-links a{
    font-size: 25px !important;
}

.refresh-window{
    position: fixed;
    bottom: 10px;
    right: 10px;    
    opacity: 1;
    background-color: rgba(255, 204, 5, 0.8);
    background-position: 15px center;
    background-repeat: no-repeat;
    z-index: 100;
    color: #fff !important;
    padding: 20px 20px 20px 20px !important;
    height: auto;
    border: 2px solid #FFBE05;
    display: none;
    cursor: auto;
}

.refresh-window:hover{
    background-color: #FFBE05;
}

.refresh-content{    
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
    background-size: 30px 30px;
    background-repeat: no-repeat;
    padding-left: 40px;
}

.refresh-window .firstline{
    display: block;
    font-size: 14px !important;
}

.refresh-close:before {
    content: '✕';
}
.refresh-close {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}

.refresh-close: hover{
    color: black;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 4000; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* The Close Button */
.close {
    color: #FFF;
    background-color: #000;
    font-size: 28px;
    font-weight: bold;
    height: 30px;
    padding-top: 10px;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;    
    opacity:0.7;
}

.close:hover,
.close:focus {  
    opacity:1;
    text-decoration: none;
    cursor: pointer;
}

/* Modal Header */
.modal-header {
    color: white;
}

/* Modal Body */
.modal-body {
    padding: 16px;
}    

/* Modal Footer */
.modal-footer {
    
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #eee;
    margin: 110px auto 0;
    padding: 16px;    
    width: 30%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    text-align: center;
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top: -300px; opacity: 0}
    to {top: 0; opacity: 1}
}

@keyframes animatetop {
    from {top: -300px; opacity: 0}
    to {top: 0; opacity: 1}
}

.ok-btn{
    background-color: rgba(153, 153, 153, 0.8);
}

.ok-btn:hover{
    background-color: rgba(153, 153, 153, 1);
}

.no-btn{
    background-color: rgba(205, 0, 0, 0.8);
}

.no-btn:hover{
    background-color: rgba(205, 0, 0, 1);
}

.modal-footer .spbutton{
    min-width: 100px;
}

.series-container{
    margin-top: -100px;    
}

.series-container ul{
    width: 100%;
}

.series-container ul li{
    display: inline-block;
}

#series-collection-nav{
    margin-top: 10px;
    display: block;
}

.series-class{
    height: 100%;
}

.ln-letters a{
	background-color: #999999;
	color:#FFF;
	font-weight: 700;
	font-size:12px;
	-moz-border-radius: 2px !important;
	-webkit-border-radius: 2px !important;
	border-radius: 2px !important;  
	-khtml-border-radius: 2px !important;
	white-space: nowrap;
	border: 2px solid #999999 !important;
    line-height: 1;
    padding: 10px !important;
    margin-right: 5px;
}

.ln-letters a:hover, .ln-letters .ln-selected{
    background-color: #cc0000 !important;
    border-color: #cc0000 !important;
}

.b-lazy{
    display:inline-block;
    /*position:absolute;
    left:0;
    top:0;*/
    height:100%;
    width:100%;
}

.b-lazy.animate{
    opacity:0;
    -ms-transition: all 500ms;
    -moz-transition: all 500ms;
    -webkit-transition: all 500ms;
    transition: all 500ms;
}

.b-loaded.animate {
    opacity:1;    
    -ms-transition: all 500ms;
    -moz-transition: all 500ms;
    -webkit-transition: all 500ms;
    transition: all 500ms;
}

.ne-imagecont.loading {
	background: #FFF url('/images/ring.svg') center center no-repeat;
	background-size: 60px 60px;
}

.cookie-bar{
    color: #FFF;
    background-color: rgba(153, 153, 153, 0.9);
    position: fixed;
    bottom: 0;
    z-index: 200;
    width: 100%;
    text-align: center;    
}

.cookie-bar .flex-container{
    padding: 10px 0;
    -webkit-align-items: center; /* Safari 7.0+ */
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center
    margin: 0 auto;

}

.cookie-bar .pagesection{
    margin-bottom: 0px;
}

.cookie-bar div{
    margin: 0 auto;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 11px;
}

.cookie-bar .spbutton{
    width: 100px;
	text-align:center;
}

.new-separator .ne-wrapper{
    background: #eeeeee;    
    margin-bottom: 10px;
   
}

.new-separator .ne-article, .new-separator .ne-details, .new-separator .lead, .new-separator h2{    
    color: #2d2d2d;    
    display: block;
    padding-bottom: 10px;
    
}

.new-separator h2{
    font-size: 16px;
	font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif;
	float: left;
	line-height: 120%;
}

.new-separator .leadtext{
	font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 12px;
	color: #999999;
	float: right;
}

.new-separator .see-all{
    display: block;
    background: #FFF;
}

.see-all-after{
    width: 100%;
    margin: 25px auto;
    text-align: center;
}

.see-all-after .see-all{
    font-size: 22px;
    padding: 5px 0;
    width: 100%;
    margin: 0;
    margin-bottom: 100px;
    margin-top:-50px;
}

.new-separator .leadtext::after{
    display: none;
}

.image-grid {
    width: 100%;
    max-width: 1310px;
    margin: 0 auto;
    overflow: hidden;
    text-align: justify;    
}

.image-grid li{
    display: inline-block;
    position: relative;
    margin-bottom: 10px;
    font-size: 0;
}

.image-grid li.loading{
    background: #fff url("/images/ring.svg") no-repeat scroll center center;
    background-size:60px 60px;

}

.image-grid li.empty{
	display:inline-block;
	width:100px;
	height:10px;
}

.image-grid img {
    display: inline-block;
    max-height: 150px;
    height: 150px;
    width: auto;
}

.image-grid:after {
    content: "";
    width: 100%;
    display: inline-block;
}

.img-footer{
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    bottom: 0px;
    height: 25px;
    position: absolute;
    width: 100%;    
}

.img-header{
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    top: 0px;
    height: 25px;
    position: absolute;
    width: 100%;
    display: block;
    opacity:0;
    -ms-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}
.image-grid li:hover .img-header{
	opacity:1;
}
.image-grid li img:hover + .img-header, .img-header:hover, .img-footer:hover{
    /* display: block; */
}

.video-container{
    position: relative;
    display: inline-block;    
    
}

.video-container * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;    
    font-size: 0;
}

.video-container img{
    z-index: 9;       
}

.video-container .play {
    background: url('/images/metroui-youtube-alt-2-icon.png') center center no-repeat;    
    position: absolute;
    z-index: 10;
    top: 0;
    width: 100%;
    height: 100%;
}

.commands-label{
    display: none;
}

.mfp-ajax-holder .mfp-content{
    max-height: 100vh;
}

.image-popup{	
    margin: 20px auto; 
    background: #FFF; 
    padding: 0; 
    line-height: 0; 
    position: relative;
    height: -moz-calc(100% - 40px);
    height: -webkit-calc(100% - 40px);
    height: calc(100% - 40px);
    max-width: 920px;
}

.popup-column-left {
	max-width:65%; 
    
    
}

.popup-column-right {
	width: 35%; 
    
}

.popup-column-left img {
	width: 100%; 
    height: 100%;
    margin-bottom: -5px;
}

.popup-text{
    padding: 15px 20px 10px 15px;    
}

.popup-text h1{
    margin-bottom: 0;
    line-height: 130%;
    padding-right: 25px;
}

.popup-text h2:hover{
    color: #e40614 !important;
}

.popup-text .readmore{
    display: inline-block;
    padding: 0;
    margin: 15px 0;
}

.popup-image-size{    
    display: inline-block;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 11px;  
    padding: 0;
    margin: 15px 0;
    text-decoration: none;    
}

.popup-text .ne-keywords{
    margin: 0;
}

.popup .tag{
    color: #FFF;
}

.wikitext a:not(.readmore){
	text-decoration:underline;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close{
    top: 40px;
    text-align: center;
    right: 0;
    padding-right: 0;
    width: 45px;
    background-color: #000;   
}

.mfp-close-btn-in .mfp-close{
    background-color: #000;
    color: #fff;
}

.image-popup .mfp-close:active{
    top: 0;
}


@media all and (max-width:45em) {
	.popup-column-left, .popup-column-right { 
		width: 100%;
		float:none;
	}
}

.flex{
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-flex-direction: row;
    flex-direction: row;   
}

.column-middle{
    -webkit-box-flex: 1;      /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 1;         /* OLD - Firefox 19- */
    width: 60%;               /* For old syntax, otherwise collapses. */
    -webkit-flex: 1;          /* Chrome */
    -ms-flex: 1;              /* IE 10 */
    flex: 1;                  /* NEW, Spec - Opera 12.1, Firefox 20+ */    
    min-height: 200px;
    padding: 0 15px;    
}

.column-left, .column-right {        
    -webkit-box-flex: 0 0 20%;      /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0 0 20%;         /* OLD - Firefox 19- */    
    -webkit-flex: 0 0 20%;          /* Chrome */
    -ms-flex: 0 0 20%;              /* IE 10 */
    flex: 0 0 20%;                  /* NEW, Spec - Opera 12.1, Firefox 20+ */    
    min-height: 200px;
    width: 200px;
}


.column-header{
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 10px;
}

.hidden{
    display: none;
}

.banner-container{
    margin: 0 auto 20px;
    width: 100%;
    max-width: 728px;
}

.banner-container img{
    width: 100%;
}

.banner-mobile{
    display: none;
}
    
.banner-desktop{
    display: block;
}

/* !footer */
footer{
    margin-top: auto;
}

footer.pagefooter {
	clear: both;
	color: #FFF;
	min-height:150px;	
}

#footer-stat {  	
	background-color: #e40613;
	border-bottom: 10px solid #cc0001;
    padding-bottom: 20px;
}

#footer-stat .pagesection {
	text-align: center;
}

.footer-stat-text{
    background-color: #cc0001;
}

.footer-stat-text .pagesection{	
	font-size: 30px;
	font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif;
	font-weight: 700;
	text-transform: uppercase;    
	padding: 10px 0;
	line-height: 30px;
  
}

.footer-stat-box{
  	min-width: 230px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
    -webkit-flex: 1; /* Safari 6.1+ */
    -ms-flex: 1; /* IE 10 */
    flex: 1;
}

.footer-stat-box div{
	text-align: center;
	font-size: 60px;
	font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif;
	font-weight: 700;
	text-shadow: #cc0000 5px 5px 5px;
}

.footer-stat-box h6{	
	text-align: center;
	font-size: 14px;
	font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif;
	font-weight: 700;
	border: none;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
    line-height: 0px;
	text-transform: uppercase;
}

#footer-content{
    background-color: #2c2c2c;
    padding: 20px 0;
}

.footer-content-box{
    min-width: 200px;
    -webkit-flex: 1; /* Safari 6.1+ */
    -ms-flex: 1; /* IE 10 */
    flex: 1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
    margin-right:10px;
	margin-top:40px;
	padding-left:20px;
	padding-right:20px;
}

.footer-content-box:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
   -webkit-transition: opacity 0.4s ease-in;
	-moz-transition: opacity 0.4s ease-in;
	-ms-transition: opacity 0.4s ease-in;
	-o-transition: opacity 0.4s ease-in;
	transition: opacity 0.4s ease-in;
	-webkit-backface-visibility: hidden;
}

.footer-content-box h6{
	font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif;
	font-weight: 700;
	font-size:15px;
	line-height: 25px;
	text-transform: uppercase;
	letter-spacing: 0.2px;
	border-bottom: 2px solid #fff;
}

.footer-content-box ul {
	margin-top:20px;
	display: block;
	width: 260px;    
}

.footer-content-box ul a {
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	line-height: 18px;
	font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif;
	font-weight: 700;
	font-size:12px;
	text-transform: uppercase;
	display: block;
	padding:3px 5px;
	border-top:1px solid #333333;
	border-bottom:1px solid #333333;
	margin-top:-1px;
}

.footer-content-box ul a:hover {
	background-color: #333333;
}

.footer-contact{
     -webkit-flex: 2; /* Safari 6.1+ */
    -ms-flex: 2; /* IE 10 */
    flex: 2;
}

.footer-contact ul{
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    width: auto;
}

.footer-contact ul li a {
    background-position: 5px center;
    background-repeat: no-repeat;
    padding-left: 30px;
}

footer .copyright {	
	margin-top:40px;
	margin-bottom: 0px;
	font-size: 11px;
	line-height: 13px;
	padding:0 20px;
	text-align: center;
	color: #fff;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
}

.flex-container{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.keyword .detailed-content{
    display: none;    
}


.desktophide, .search-container-mobile, #quicklinks .desktophide{
	display:none;
}

.desktophide h3, h3.desktophide{
    cursor: pointer;
    border-bottom: none;
    color: inherit;
    height: auto;
    font-size: 16px;
    margin-bottom: 10px;
}

.search-container-mobile{
    top: 50px;
    background-color:  #333333;
    position: fixed;
    width: 100%;
    z-index: 51;
}

.search-container-mobile .search{
    flex: 0;
    padding: 3px 3px 0;
    width: auto;
}

ul.header-series{
    display: inline-block;
    padding-right: 50px;
}

.img404{
    max-width: 1140px;
    width: 100%;
}

/* MEDIA-QUERY */

@media only screen and (max-width : 1269px) {
    .pagesection {
		max-width: 920px;
        padding: 0 10px;
        /*-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;*/
	}
    
    .detailed-content.flex-container{
        flex-wrap: wrap;
    }
    
    .detailed-commands{
        margin-left: 0;        
    }
}

@media only screen and (max-width : 959px) {
    .pagesection {        
		max-width: 610px;
	}
        
	#country-dropdown .block4 {
		width:474px;
	}
	
	#country-dropdown .block2 {
		width:311px;
	}
	
	#country-dropdown .block1 {
		width:147px;
	}

	#country-dropdown .block4 .regions {
		column-count: 3;
		-webkit-column-count: 3;
		-moz-column-count: 3
	}
	
	#country-dropdown .block2 .regions {
		column-count: 2;
		-webkit-column-count: 2;
		-moz-column-count: 2
	}
	
	#country-dropdown .block1 .regions {
		column-count: 1;
		-webkit-column-count: 1;
		-moz-column-count: 1
	}    
    
    #footer-stat h5{
        font-size: 45px;
        line-height: 40px;        
    }
    
    .footer-stat-text{
        font-size: 12px;        
    }
    
    .footer-stat-box div{
        font-size: 45px;
    }
    /*
    #quicklinks .header-series, #quicklinks .series-button{
        display: none;
    }
    
    #quicklinks .header-series{
        max-width: 200px;
        position: absolute;
        right: 140px;
        text-align: right;
        top: 42px;
        padding: 10px;
        background: #eeeeee none repeat scroll 0 0;
        border: 3px solid #cc0000;
    }
    
    #quicklinks .desktophide{
        display: block;
        position: absolute;
        right: 135px;
    }
        
    */
    
}

@media only screen and (max-width: 850px) {    
    .ne{
        width: auto;
    }
    
    .grid li{
        margin: 15px auto !important;
        right: 0;
    }
    
    .cards .grid{
        margin: 0;
    }
    
    .ne-article .ne-articleheader{
        width: auto;
        margin-left: 0;
        padding: 0;
    }
        
	a.headerbutton *, a.no-icon{
        display:none;
    }
    
    #country-dropdown a {
		width:110px;
	}

	#country-dropdown {
		width: auto;
		overflow: auto;
		max-height: 500px;
        margin-top: -5px;
	}
    
    #user-dropdown{
        margin-top: -5px;
    }
	
    #topheader ul.dropit-submenu h3.desktophide{
		display:block;
		top:0;
		left:0;
		position:relative;
        border-bottom: none;
        color: inherit;
        height: auto;
        font-size: 16px;
        margin-bottom: 10px;
	}
    
    #country-dropdown .regionblock a{        
        width: -moz-calc(100% - 30px) !important;
        width: -webkit-calc(100% - 30px) !important;
        width: calc(100% - 30px) !important;
    }
    
	.desktophide{
		display:block;	
	}
	.regionblock{
		display:block;
		top:0;
		left:0;
		position:relative;
	}
    
	#country-dropdown .regionblock {
		float:none;
	}
    
    #contentwrapper{
        top: 95px;
    }
       
    #country-dropdown a {
		width:100px !important;
		color: #fff !important;
		padding:2px 0 !important;
		padding-left:30px !important;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	#country-dropdown {
		/*width: 260px;*/
		overflow: auto;
		max-height: 420px;
	}
	
	#country-dropdown .block4 {
		width:280px;
	}
	
	#country-dropdown .block1, #country-dropdown .block2 {
		width:100%;
	}
	
	#country-dropdown .block4 .regions {
		column-count: 2;
		-webkit-column-count: 2;
		-moz-column-count: 2
	}
	
	#country-dropdown .block2 .regions {
		column-count: 1;
		-webkit-column-count: 1;
		-moz-column-count: 1
	}
	
	#country-dropdown .block1 .regions {
		column-count: 1;
		-webkit-column-count: 1;
		-moz-column-count: 1
	}
    
    .detailed-text{
        margin-bottom: 20px;
        margin-right: 0;
        flex: none;
        width: 100%;
    }
    
    
    
    .detailed-title a{
        font-size: 26px;
    }
        
    a.ne-image-source{
        left: 25px;
    }
    
    #footer-stat h5{
        font-size: 23px;
        line-height: 20px;        
    }
        
    .footer-stat-box div{
        font-size: 35px;
    }
    
    .footer-stat-box{
        min-width: 100px;
    }
    
    .sub-drop, .timezone .sub-drop{
        display: none;
    }    
    
    .modal-content{
        width: 50%;
    }
    
    #changeview{
        display:none;
    }
    
    #quicklinks .desktophide{        
        right: 15px;
    }
    
    #quicklinks .header-series{       
        right: 20px;
    }            
}

@media only screen and (max-width: 600px) {
    .ne-image{
        float: none;
        clear: both;
    }
    
    .intro h1{
        font-size: 25px;
        line-height: normal !important;
    }
    
    .detailed-commands{     
        flex: 0 1 auto;
        width: 100%;
    }              
     
}

@media only screen and (max-width: 450px) {   
    .pagesection {        
		max-width: 90%;
	}
    
	#topheader .searchform{
       display: none;
    }
        
    .series-container{
        margin-top: -100px;
    }
    
    .ne-image{
        float: none;
        width: 300px;
    }
    
    .detailed-content.flex-container{
        -webkit-flex-direction: column;
        flex-direction: column;   
        display: block;
    }
    
    footer .flex-container{
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    
    .detailed-image img{
        max-width: 100%;
    }
    
    .detailed-image{
        width: 100%;
    }
    
    .detailed-text{
        margin-right: 0;
        display: block;
        flex: 1;
    }
    
    .detailed-commands{
        display: block;
        flex: 0 1 auto;
    }
    
    #topheader ul.dropit-submenu{
        bottom: 0;        
        left: 0;        
        overflow: auto;        
        position: fixed;
        right: 0;
        top: 50px;
    }
    
    .intro h1{
        font-size: 18px;
    }
    
    h1, .keyword-type{
        font-size: 25px;
        line-height: 20px;
    }
    
    h2{
        font-size: 18px;
        line-height: 20px;
    }
    
    h3{
        font-size: 15px;        
        margin-bottom: 15px;
    }
    
    .infopage h3{
        margin-left: 0;
    }
    
    .infopage ul, .infopage ol{
        padding-left: 15px;
    }
    
    .modal-content{
        width: 85%;
    }
        
    .image-grid li{
        width: 100%;
    }
    
    .image-grid img{
        max-height: none;
        height: 100%;
        width: 100%;
    }
    
    #ctype ul li a{
        padding: 20px 10px
    }
    
    .refresh-window{
        width: 100%;
        bottom:0;
        right:0;
        text-align: center;
    }
    
    .banner-mobile{
        display: block;
    }
    
    .banner-desktop{
        display: none;
    }
    
    
}




.jssocials-share-logo{
    width: 20px;
    margin-right: 10px;
}


/* ADDED BY PETER - OLD ADMIN FUNCTION STUFF */

.infopage{
	max-width:1140px;
	box-sizing:border-box;
	margin:0 auto;
	padding:10px 30px;
}

.infopage p{
	margin:15px 0;
}
.infopage ul, .infopage ol{
	padding-left:45px;
	margin:15px 0;
}
.infopage li{
	margin:5px 0;
}

.sidebar-autocomplete li a{
    padding: 2px;
    font-size: 11px;
}

.ui-autocomplete{
    max-height: 300px !important;
    overflow: auto;
    padding: 10px;
    z-index: 200;
    position: fixed;
}

.clearrow{
    clear:both;
}
ul.rate{
    margin:0;
    padding:0;    
    width:70px;
    height:11px;
    list-style-type:none;
    overflow:hidden;
}
ul.rate li{
    width:11px;
    height:11px;
    background-image:url('/images/rateempty.png');
    float:left;
    margin-right:3px;
    overflow:hidden;
    text-indent:-100px;
}
ul.rate li.hov, ul.rate li.active{
    background-image:url('/images/rateactive.png');
}

.getmore{
    font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif;
    color: #e3e3e3;
    font-size: 28px;    
    line-height: 38px;
    margin: 0;
    overflow: hidden;
    padding: 0 10px;
    text-transform: uppercase;
    text-align: center;
    margin:100px auto 10px;
    display:block;        
}
.getmore:hover{
    text-decoration:none;
}

.frm-cards.adminchecked {
    opacity:0.5;
}
.frm-cards .admincheckedinfo{
    font-size:10px;
}
.admininfo{
	padding:10px 20px;
	margin: 0 20px;
	background-color:#9bd5f9;
}
.admininfo div{
	display:none;
}
.admincontrol{
    background: #e3e3e3 none repeat scroll 0 0;
    padding: 7px 10px;
}
.adminbutton{
    cursor:pointer;
    line-height:25px;
    color:white;
    font-weight:bold;
    padding: 0 10px;
    text-transform:uppercase;
    background-color:#3b3b3b;
    display:inline-block;
    margin-right:5px;
}
.image-grid .adminbutton{
	font-size:12px;
	background-color: #5065ff;
    color: #fff;
    display: inline-block;
    font-family: "Open Sans Condensed",Arial,Helvetica,sans-serif;
    font-size: 10px;
    line-height: 10px;
    padding: 6px;
    text-decoration: none;
    text-transform: uppercase;
	margin-left:80px;
}
.adminbutton.checknews{
    background-color: #009815;;
}
.adminbutton.active{
    background-color: #009815;;
}
.cwarning{
    font-size:16px;
    font-weight:500;
    padding:5px 20px;
}
.explain{
    display:none;
    position:fixed;
    top:50%;
    left:50%;
    margin-left:-400px;
    margin-top:-300px;
    width:800px;
    height:600px;
    padding:20px;
    border:5px solid black;
    background-color:white;
    overflow:auto;
    z-index:100;
}
article.adminchecked{
    opacity:0.5;
}
.adminhide, .hide{
    display:none;
}