/*GENERAL STYLES*/
* {
  margin: 0;
  padding: 0;
}
html,
body {
  height: 100%;
}
#body-wrapper {
  height: 100%;
}
#wrapper {
  padding-bottom: 68px;
}
/*LESS Variables & mixins*/
.before_after {
  position: absolute;
  content: ".";
  text-indent: -999em;
}
/* TYPOGRAPHY */
strong {color: white;}
h1 {
  font: 38px/38px 'Anton', 'Open Sans Condensed', sans-serif;
  text-transform: uppercase;
  color: white;
  margin: 0 0 7px 0;
}
dt.result-title {margin: 0 0 1.33em 0;}
p,
pre {
  margin: 0 0 19px 0;
}
/* BUTTONS */

a.moduleItemReadMore,
a.k2ReadMore,
a.moduleCustomLink,
#camera-slideshow a.moduleItemReadMore,
button.button,
input.button {
  display: inline-block;
  text-decoration: none;
  border: none;
  font-weight: bold;
}
a.moduleItemReadMore:hover,
a.k2ReadMore:hover,
a.moduleCustomLink:hover,
#camera-slideshow a.moduleItemReadMore:hover,
button.button:hover,
input.button:hover {
}

div.k2ItemsBlock.about > ul > li a.moduleItemReadMore,
a.moduleCustomLink {color: #c0cf00 !important;}
div.k2ItemsBlock.about > ul > li a.moduleItemReadMore:hover,
a.moduleCustomLink:hover {color: white !important;}
/*Lists*/
/*Columns*/
.cols ul {
  margin: 0 -10px;
  overflow: hidden;
}
.cols ul li {
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0 10px;
}
.cols.four ul li {width: 240px;}
.cols.three ul li {width: 320px;}

/*=== DRAWER POSITION ===*/

#body-wrapper .rt-container {
  padding: 0 10px;
}

/*=== TOP POSITION ===*/

#rt-top {
  padding: 0px 0px 0px 0px;
}
#rt-top .rt-container #rt-logo {
  position: relative;
}

#rt-sites {
  float: right;
  margin: 24px -28px 0 0;
}

.rt-sites-sega {
  color: #c0cf00;
}

.rt-sites-dendy {
  color: #BF0818;
}

.rt-sites-snes {
  color: #a203a9;
}

.rt-ps1 {
  color: #f2c201;
}

#rt-login-button {
  float: left;
  margin: 30px 0px 0 -28px;
  color: #b6b6b6;
}
#rt-login-button a, #rt-sites a {
  font-weight: bold;
  margin: 0 9px;
  text-decoration: none;
}
#rt-login-button a:hover {color: white;}
#rt-login-button span.account {padding-right: 6px;}

/*=== HEADER POSITION ===*/

#rt-header {
  padding: 0 0 10px;
}

/*=== MENU POSITION ===*/

#rt-header ul.sf-menu {
  position: relative;
  float: right;
  margin: 17px -19px 0 0;
}
#rt-header ul.sf-menu li a,
#rt-header ul.sf-menu li span {
  display: block;
  padding: 0 1em;
}
/**/
#rt-header ul.sf-menu > li,
.emulator-types ul.sf-menu > li {
  padding: 0;
  margin: 0 0 0 10px;
}
#rt-header ul.sf-menu > li > a,
#rt-header ul.sf-menu > li > span.separator,
.emulator-types ul.sf-menu > li > a {
  display: block;
  padding: 7px 9px 9px;
  font: 18px/19px 'Anton', 'Open Sans Condensed', sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 2px;
}
#rt-header ul.sf-menu > li.sfHover > a,
#rt-header ul.sf-menu > li.sfHover > span.separator,
#rt-header ul.sf-menu > li.active > a,
#rt-header ul.sf-menu > li.active > span.separator,
#rt-header ul.sf-menu > li > a:hover,
#rt-header ul.sf-menu > li > span.separator:hover {
  background: #272725;
  background: rgba(0,0,0,.25);
  box-shadow: inset 1px 1px 4px rgba(0,0,0,.75);
  -moz-box-shadow: inset 1px 1px 4px rgba(0,0,0,.75);
  -webkit-box-shadow: inset 1px 1px 4px rgba(0,0,0,.75);
}
/**/
#rt-header ul.sf-menu li:hover > ul,
#rt-header ul.sf-menu li.sfHover > ul {
  top: 45px;
}
#rt-header ul.sf-menu ul {
  width: 108px;
  background: #272725;
  background: rgba(0,0,0,.25);
  box-shadow: inset 1px 1px 4px rgba(0,0,0,.75);
  -moz-box-shadow: inset 1px 1px 4px rgba(0,0,0,.75);
  -webkit-box-shadow: inset 1px 1px 4px rgba(0,0,0,.75);
  border-radius: 3px;
  padding: 10px 10px 9px;
}
#rt-header ul.sf-menu li li:hover ul,
#rt-header ul.sf-menu li li.sfHover ul {
  left: 120px;
  top: -10px;
}
#rt-header ul.sf-menu li li li:hover ul,
#rt-header ul.sf-menu li li li.sfHover ul {
  left: 120px;
  top: -10px;
}
#rt-header ul.sf-menu ul li {
  margin-bottom: 1px;
}
#rt-header ul.sf-menu ul li a,
#rt-header ul.sf-menu ul li span {
  display: block;
  line-height: 29px;
  border-radius: 2px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
}
#rt-header ul.sf-menu ul li.sfHover > a,
#rt-header ul.sf-menu ul li.sfHover > span.separator,
#rt-header ul.sf-menu ul li.active > a,
#rt-header ul.sf-menu ul li.active > span.separator,
#rt-header ul.sf-menu ul li > a:hover,
#rt-header ul.sf-menu ul li > span.separator:hover {
  display: block;
  line-height: 29px;
  border-radius: 2px;
  background: #c0cf00;
  box-shadow: inset 1px 1px 0px #dbe36c;
  -moz-box-shadow: inset 1px 1px 0px #dbe36c;
  -webkit-box-shadow: inset 1px 1px 0px #dbe36c;
}
select.select-menu {
  display: none;
}

/*=== SHOWCASE POSITION ===*/

#rt-showcase {padding-bottom: 20px;}

#rt-showcase .rt-container {
  border-radius: 2px;
  padding-bottom: 8px;
  box-shadow: 0px 0px 16px rgba(0,0,0,0.45);
  -moz-box-shadow: 0px 0px 16px rgba(0,0,0,0.45);
  -webkit-box-shadow: 0px 0px 16px rgba(0,0,0,0.45);
}
#rt-showcase div.showcase {
  background: black url(../img/template/showcase.jpg) 0 0 repeat-x;
  border-radius: 2px;
  padding: 17px 10px;
  margin: 0 -10px;
}

/**/

#rt-showcase ul.menu-type {
  margin: 9px 0 0 5px;
  overflow: hidden;
}
#rt-footer ul.menu-type {
  margin: 9px 0 0;
  overflow: hidden;
}
/**/
ul.menu-type > li {
  padding: 0 18px 0 0;
  margin: 0;
  float: left;
  list-style: none;
}
ul.menu-type > li > a,
ul.menu-type > li > span.separator {
  display: block;
  font: 17px/18px 'Anton', 'Open Sans Condensed', sans-serif;
  padding: 0;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
}


/**/
.showcase div.mod_search {
  margin: 10px 3px 0 1px;
  position: relative;
  overflow: hidden;
  float: right;
  width: 100%;
}
.showcase div.mod_search label {
  float: left;
  font: 18px/19px 'Anton', 'Open Sans Condensed', sans-serif;
  text-transform: uppercase;
  margin: 9px 0 0;
}
.showcase div.mod_search input#mod-search-searchword {
  font: 11px/34px arial;
  border: 1px solid #2f2f2f;
  background: #040404;
  padding: 0 13px;
  color: #8d8c8c;
  margin: 0;
  float: right;
  width: 93%;
  height: 35px;
}
.showcase div.mod_search input.button {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 0;
  margin: 0;
}

/**/

/*=== FEATURE POSITION ===*/

#rt-feature {
  padding: 0 0 20px;
  overflow: hidden;
}
.flex-caption {
  background: url(../img/template/caption.png) 0 0 repeat !important;
}

/*=== UTILITY POSITION ===*/

.box-content.black {background: black;}

#rt-utility {padding: 0 0 20px;}

.popular .rt-block {padding: 10px 0 0;}
.popular .rt-block div.module-title {
    background: none;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 15px;
    padding: 0px;
}
.popular .rt-block div.module-title h2 {
  color: white;
  font: 18px/35px 'Anton', 'Open Sans Condensed',sans-serif;
  text-transform: uppercase;
}
div.k2ItemsBlock.popular > ul {}
div.k2ItemsBlock.popular > ul li {
  float: left;
  width: 220px;
  margin: 0 0 17px 20px;
  padding: 0;
  border: none;
}
div.k2ItemsBlock.popular > ul li:first-child {margin-left: 0;}
div.k2ItemsBlock.popular > ul li div.catItemImageBlock {
  margin: 5px 0 13px;
}
div.k2ItemsBlock.popular > ul li h3.catItemTitle {
  margin-bottom: 15px;
}
div.k2ItemsBlock.popular a.moduleCustomLink {
  position: absolute;
  right: 4px;
  top: 21px;
}

/*=== MAINTOP POSITION ===*/
/*=== CONTENT ===*/

div.box-content {
  width: 980px;
  margin: 0 auto;
  background: url(../img/template/box-content.png) 0 0 repeat;
  border-radius: 3px;
}

#rt-main {
  padding: 24px 0 38px;
}

#rt-content-bottom .rt-alpha {margin-right: 10px;}
#rt-content-bottom .rt-omega {margin: 0 0 0 10px;}

#rt-content-bottom div.module-title {
  background: #2b2b2b;
  border-radius: 3px 3px 3px 3px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.45), 1px 1px 0 #343434 inset;
  margin-bottom: 16px;
  padding: 0 10px;
}

.itemContainer {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0 10px;
}
.K2ItemsRow {margin: 0 -10px;}


/*== Home Page ==*/

/**/
#rokbox-middle .rokbox-right {background: #252525 !important;}
#rokbox-close {border: 4px solid #363535;}
#rt-popup form#form-login ul li {padding: 6px 0;}
/**/

div.k2ItemsBlock.featured > ul {padding: 5px 0 0;}
div.k2ItemsBlock.featured > ul li {
  border-bottom: 1px solid #363535;
  padding-bottom: 15px;
  margin-bottom: 21px;
}
div.k2ItemsBlock.featured > ul li.lastItem {
  margin-bottom: 15px;
  padding-bottom: 14px;
}
div.k2ItemsBlock.featured > ul li div.catItemImageBlock {margin: 0px 0 17px;}

/**/

.homepage div.itemListView {
  padding-top: 15px;
}

/**/

.tweets li {
  list-style: none;
  border-bottom: 1px solid #363535;
  margin-bottom: 19px;
  padding-bottom: 19px;
}
.tweets li.lastItem {
  margin-bottom: 15px;  
}
.tweets li .tweet_time {
  display: block;
  font-size: 11px;
  background: url(../img/template/twitter-icon.png) 0 center no-repeat;
  padding-left: 24px;
  color: white;
}

/**/

div.k2ItemsBlock.games > ul li {padding: 7px 0 14px;}
div.k2ItemsBlock.games > ul li span.moduleItemExtraFieldsValue {
  font: bold 32px/32px Arial;
  color: white;
  float: left;
  margin-top: -6px;
  padding: 0 21px 6px 16px;
}
div.k2ItemsBlock.games > ul li a.moduleItemTitle {
  font-weight: bold;
  text-decoration: none;
}

/**/

div.k2ItemsBlock.about > ul > li {
  border-bottom: 0px solid #363535;
  margin: 0 0 0px;
  padding: 0 0 0px;
}
div.k2ItemsBlock.about > ul > li div.moduleItemIntrotext {
  border-bottom: 1px solid #363535;
  margin: 0 0 15px;
  padding: 0 0 20px;
}

/**/

.more {
  color: #8d8c8c;
  text-decoration: none;
}
.more p {margin: 0; padding: 0; display: inline;}
.more:after {    
  content: " ";
  display: inline-block;
  height: 19px;
  vertical-align: middle;
  width: 7px;
}
.more:hover strong {color: #c0cf00;}

/*== About Page ==*/

div.catItemView.about {
  border-bottom: 1px solid #363535;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.about div.itemImageBlock,
.about div.catItemImageBlock {
  float: left;
  margin: 6px 20px 19px 0;
}
div.k2ItemsBlock.list > ul > li {
  margin: 0 0 10px;
  padding: 0 0 10px;
}

/*== Blog Page ==*/

div.catItemView.blog {
  margin-bottom: 15px;
  padding-bottom: 15px;
}



/*== Portfolio Page ==*/

.catItemVideoBlock iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.catItemVideoBlock {padding-bottom: 13px;}
div.catItemVideoEmbedded {
  padding-bottom: 56.25%;
  position: relative;
}
#port div.catItemView {
  padding: 0;
  margin-bottom: 20px;
}
#port div.catItemView div.catItemHeader span.catItemDateCreated,
#port div.catItemView div.catItemHeader div.catItemHitsBlock {
  display: inline-block;
  font-size: 0.8em;
  margin: 0 0.5em 0 0;
}
#port div.itemImageBlock {
  float: left;
  margin: 0 1em 1em 0;
  width: 100%;
}
#port a.touch {
  position: relative;
  display: block;
  overflow: hidden;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader() !important;
}
#port a.touch span.zoomIcon {
  background: url("../img/zoom.png") no-repeat scroll 0 0 transparent;
  width: 43px;
  height: 41px;
  left: 50%;
  margin-left: -22px;
  margin-top: -21px;
  position: absolute;
  top: -50%;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader() !important;
}
#port div.itemExtraFields {
  border-width: 1px;
  border-style: solid;
  border-left: none;
  border-right: none;
  margin-bottom: 20px;
  padding: 15px 0;
}
#port div.itemExtraFields ul {
  list-style: none;
}
#port div.itemExtraFields ul li span.itemExtraFieldsLabel {
  font-weight: bold;
}
#port div.extraFieldsIntroText {
  overflow: hidden;
}
#port div.itemContainer.itemContainerLast {
  margin-right: 0 !important;
}
#port #isotopeOptions {
  overflow: hidden;
  margin-bottom: 1em;
  text-align: center;
}
#port #isotopeOptions ul#filters,
#port #isotopeOptions ul#sort,
#port #isotopeOptions ul#sort_direction {
  display: inline-block;
  margin: 0.5em 1em 0.5em 0 ;
  font-size: 14px;
}
#port #isotopeOptions ul#filters li,
#port #isotopeOptions ul#sort li,
#port #isotopeOptions ul#sort_direction li {
  display: inline-block;
  margin: 0 0 0 0.5em;
}
#port #isotopeOptions ul#filters li a:hover,
#port #isotopeOptions ul#sort li a:hover,
#port #isotopeOptions ul#sort_direction li a:hover,
#port #isotopeOptions ul#filters li a.selected,
#port #isotopeOptions ul#sort li a.selected,
#port #isotopeOptions ul#sort_direction li a.selected {
  text-decoration: none;
}
#port .itemContainer {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */

  -webkit-box-sizing: border-box;
  /* Safari */

  padding: 0 10px;
}
#port .itemList > div {
  margin: 0 -10px;
}


/*== History Page ==*/

#history div.catItemHeader {
  float: left;
  margin: 0 1em 0 0;
}
#history div.catItemHeader h3.catItemTitle {
  margin: 0;
}
#history div.catItemHeader span.catItemEditLink {
  float: none;
}
#history div.catItemBody {
  overflow: hidden;
  padding: 0 2em 0 0;
}
#history div.catItemBody div.catItemIntroText p {
  margin: 0;
}
#history .K2ItemsRow .itemContainer {
  margin: 0 0 2em 0;
}



/*== FAQs Page ==*/

#faqs div.catItemHeader h3:before {
  content: "Q.";
  display: inline-block;
  float: left;
  margin: 0 0.5em 0 0;
  font: inherit;
}
#faqs div.catItemBody:before {
  content: "A.";
  display: inline-block;
  float: left;
  margin: 0 0.5em 0 0;
  font: inherit;
}



/*== Testimonials Page ==*/

#testimonials div.catItemIntroText:before {
  background: url(../img/quotes.png) left top no-repeat;
  content: ".";
  text-indent: -999em;
  display: block;
  float: left;
  margin: 0 0.5em 0.5em 0;
  width: 66px;
  height: 45px;
}
#testimonials div.catItemIntroText p:after {
  content: '"';
}
#testimonials div.itemExtraFields > h3 {
  display: none;
}
#testimonials div.itemExtraFields ul {
  float: right;
  list-style: none;
}
#testimonials div.itemExtraFields ul li {
  font-style: italic;
}
#testimonials div.itemExtraFields ul li span.itemExtraFieldsLabel {
  font-weight: bold;
}
#testimonials div.catItemExtraFields {
  float: right;
}
#testimonials div.catItemExtraFields ul {
  list-style: none;
}
#testimonials div.catItemExtraFields ul li {
  font-style: italic;
}
#testimonials div.catItemExtraFields ul li.author {
  font-weight: bold;
}
/*== Contacts Page ==*/
#contact-form-cont div.contact-form {
  margin: 0 2em 0 0;
  padding: 0 3.5em 0 0;
}
#contact-form-cont div.contact-form #contact-form textarea {
  height: 200px;
}
#contact-form-cont div.contact-form #contact-form dl {
  margin: 0;
}
#contact-form-cont div.contact-form #contact-form fieldset legend {
  display: inline-block;
  padding: 0 0 1em 0;
}
/*== Registration Page ==*/
#k2Container.k2AccountPage {
  margin: 0 0 2em 0;
}
#k2Container.k2AccountPage input.inputbox,
#k2Container.k2AccountPage input[type="text"],
#k2Container.k2AccountPage textarea#jform_profile_aboutme,
#k2Container.k2AccountPage select {
  width: 60%;
}
#k2Container.k2AccountPage textarea#description {
  resize: none;
  overflow: auto;
}
#k2Container.k2AccountPage textarea#jform_profile_aboutme {
  height: 150px;
}
/*Reset / Remind */
#user-registration input.inputbox {
  width: 60%;
}
/*== User Profile ==*/
div.profile dl {
  margin-bottom: 1em;
  padding-bottom: 1em;
}
ul.userLinks {
  list-style: none;
}
/*== Search Page ==*/
div.component-content > div.search {
  margin: 0 0 2em 0;
}
div.component-content > div.search #searchForm fieldset legend {
  margin: 0 0 1em 0;
  font-weight: bold;
}
div.component-content > div.search #searchForm fieldset > div {
  margin: 0 0 1em 0;
}
div.component-content > div.search #searchForm div.form-limit-and-counter {
  margin: 1em 0;
  padding: 1em 0;
}
div.component-content > div.search #searchForm div.form-limit-and-counter p.counter {
  line-height: 34px;
}
div.component-content > div.search #searchForm div.phrases-box label,
div.component-content > div.search #searchForm fieldset.only label {
  display: inline-block;
  margin: 0 1em 0 0;
  line-height: inherit;
}
div.component-content > div.search .componentheading {
  margin: 0 0 2em 0;
}
fieldset.word {
  margin: 0 0 2em;
}
fieldset.word label {
  display: block;
}
fieldset.word #search-searchword {
  width: 40%;
  display: block;
  margin: 0 0 1em 0;
}
/*== User Lofin ==*/
.component-content div.login {
  padding: 3em 0;
}
.component-content div.login input.inputbox {
  width: 40%;
}
/*========================================================*/
/* Forms */
input.inputbox,
input.required,
div.k2AccountPage input[type="text"] {
  height: 30px;
  padding: 5px 10px;
  width: 100%;
  outline: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;

  border: 1px solid #2f2f2f;
  background: #040404;
  color: #8d8c8c;
}
textarea#commentText,
textarea#description,
textarea#jform_profile_aboutme,
textarea#jform_contact_message {
  padding: 10px;
  font-family: inherit;
  resize: none;
  overflow: auto;
  outline: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100%;

  border: 1px solid #2f2f2f;
  background: #040404;
  color: #8d8c8c;
}
/* Pagination */
div.k2Pagination li,
div.pagination li,
div.itemCommentsPagination li {
  margin: 0 23px 10px 0;
  display: block;
  font: 17px/18px 'Anton', 'Open Sans Condensed', sans-serif;
}
div.k2Pagination li .pagenav,
div.pagination li .pagenav,
div.itemCommentsPagination li .pagenav {
  font-weight: bold;
  display: inline-block;
  text-decoration: none;
}
div.k2Pagination li span.pagenav,
div.pagination li span.pagenav,
div.itemCommentsPagination li span.pagenav,
div.k2Pagination li a.pagenav:hover,
div.pagination li a.pagenav:hover,
div.itemCommentsPagination li a.pagenav:hover {
  color: white;
}

/* Comments */
div.itemComments ul.itemCommentsList li {
  
}
div.itemComments ul.itemCommentsList li > img {
  margin: 0;
}
div.itemComments ul.itemCommentsList li div.commentBody div.commentToolbar span.commentLink {
  float: right;
}
div.itemComments ul.itemCommentsList li div.commentToolbar {
  margin: 0 0 0 2em;
}
div.itemComments div.userAvatar {
  float: left;
  margin: 0 20px 0 0;
}
div.itemComments div.userAvatar img {border-radius: 3px;}

form#comment-form textarea#commentText {
  height: 280px;
  width: 70%;
}
form#comment-form input.inputbox {
  width: 48%;
}
/*Search*/
input#mod-search-searchword,
#search-searchword {
  margin: 0 0 1em 0;
}
/*=== MAINBOTTOM POSITION ===*/
/*=== BOTTOM POSITION ===*/
/*=== FOOTER POSITION ===*/

#rt-footer {
}
#rt-footer .rt-container {
  padding: 12px 0 25px;
}
p.copyright {
  text-align: right; color: #8d8c8c;
  margin: 0;
  padding: 12px 0 0;
}
p.copyright a {color: #8d8c8c; text-decoration: none;}
p.copyright a:hover {color: #c0cf00;}

/*=== Popup ===*/
#rt-popup {
  display: none;
}
/*ToTop*/
/*Scroll to top*/
.rt-block.totop {
  bottom: 13px;
  position: fixed;
  right: 13px;
  display: none;
}
a#gantry-totop {
  z-index: 999;
  background: url(../img/scroll-to-top.png) top left no-repeat;
  display: block;
  width: 51px;
  height: 51px;
  text-indent: -9999em;
  font-size: 1px;
  line-height: 1px;
}
/* Alert boxes
---------------------------------------- */
.alert-box {
  padding: 20px 20px 20px 90px !important;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  font-size: inherit;
  line-height: inherit;
  border: 1px solid #dbdbdb;
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 15px;
}
.error-box {
  border-color: #ff9999;
  color: #c31b00;
  background: url(../img/icons/alert/icon-error.png) no-repeat 20px 50% #ffcccc;
}
.attention-box {
  border-color: #e6c555;
  color: #9e660d;
  background: url(../img/icons/alert/icon-note.png) no-repeat 20px 50% #fdebae;
}
.notice-box {
  border-color: #68a2cf;
  color: #2e6093;
  background: url(../img/icons/alert/icon-info.png) no-repeat 20px 50% #bfe4f9;
}
.approved-box {
  border-color: #a3c159;
  color: #5e6f33;
  background: url(../img/icons/alert/icon-download.png) no-repeat 20px 50% #ccff99;
}
/* Fluid Columns */
.one_half {
  width: 48%;
}
.one_third {
  width: 30.66%;
}
.two_third {
  width: 65.33%;
}
.one_fourth {
  width: 22%;
}
.three_fourth {
  width: 74%;
}
.one_fifth {
  width: 16.8%;
}
.two_fifth {
  width: 37.6%;
}
.three_fifth {
  width: 58.4%;
}
.four_fifth {
  width: 79.2%;
}
.one_sixth {
  width: 13.33%;
}
.five_sixth {
  width: 82.67%;
}
.one_half,
.one_third,
.two_third,
.three_fourth,
.one_fourth,
.one_fifth,
.two_fifth,
.three_fifth,
.four_fifth,
.one_sixth,
.five_sixth {
  position: relative;
  margin-right: 2%;
  float: left;
}
.last {
  margin-right: 0 !important;
  clear: right;
}
.clr,
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
/* Tooltips */
#s-m-t-tooltip {
  position: absolute;
  max-width: 300px;
  padding: 4px 8px 4px 8px;
  background: #222;
  z-index: 1000;
  display: inline-block;
  /*important*/

  /*font*/

  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  /*css3 rounded corners*/

  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.tip-wrap {
  background: none repeat scroll 0 0 #000;
  box-shadow: 2px 2px 2px #888888;
  padding: 7px;
  color: #fff;
  -moz-border-radius: 3px;
  border-radius: 3px;
  max-width: 500px !important;
  width: auto !important;
}
.tip-title {
  font-weight: bold;
}
/*======= 404 page styling ============*/
div.img404 {
  width: 50%;
  float: left;
}
div.img404 img {
  width: 100%;
}
div.text404 {
  overflow: hidden;
}
div.text404 #mod-search-searchword {
  margin: 0 0.5em 0 0;
  width: 70%;
}
/*======= Under Construction ============*/
h1.constrSiteName {
  margin-bottom: 1em;
}
.counter_desc {
  position: relative;
  overflow: hidden;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2em;
  padding: 5px 0 40px 0;
  margin: 0 0 0 30px;
}
.counter_desc div {
  width: 104px;
  margin-left: 18px;
  text-align: center;
  float: left;
}
.counter_desc div:first-child {
  margin-left: 0;
  margin-right: 23px;
}
.cntSeparator {
  color: #000000;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 50px;
  margin: 24px 0;
}
#frame {
  width: 600px;
  margin: 150px auto 0;
  padding: 0px;
  text-align: center;
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
  border-radius: 15px;
}
#frame .frameInner {
  padding: 50px 36px;
}
#frame form {
  text-align: left;
}
#frame #form-login label {
  width: 10em;
  display: block;
  float: left;
  line-height: 2em;
}
#frame #form-login input.inputbox {
  height: 2em;
  line-height: 2em;
}

.line-clear {

    margin-bottom: 15px;
    padding-bottom: 15px;
    clear:both;
}

a.more {
    display: block;
    height: 60px;
}

.even h3.catItemTitle {
    height: 30px;
}

.login-vk {
    background: url(../img/social/vk.png) no-repeat;
}

.login-school {
    background: url(../img/social/shool.png) no-repeat;
}

.login-fb {
    background: url(../img/social/f.png) no-repeat;
}

.login-ya {
    background: url(../img/social/ya.png) no-repeat;
}

.login-mail {
    background: url(../img/social/mail.png) no-repeat;
}

.login-goo {
    background: url(../img/social/g.png) no-repeat;
}

.login-ico {
    width: 35px;
    height: 35px;
}

ul.inline>li, ol.inline>li {
    display: inline-block;
    padding-left: 3px;
    padding-right: 3px;
}

.login-items-nav a {
    display: block;
    width: 100%;
    height: 100%;
}

.nav.nav-tabs li {
    display:inline;
    margin:0 50px;
}

li.active a {
    text-decoration: none;
    font-weight: bold;
    font-size: 110%;
}

img.avatar {
    width:160px;
}

.pull-right {
    float: right;
}

/* Tags */
.tags-cloud a,
.tagcloud a,
.post-footer a {
    display:inline-block;
    background:#2b2b2b;
    padding:8px 10px;
    border-radius:2px;
    text-decoration:none;
    color:#8d8c8c;
    margin:0 2px 5px 0;
    font-size:12px !important;
    line-height:1.5em;
    vertical-align:top;
    border-top: 1px solid #343434;
    border-left: 1px solid #303030;

    box-shadow:0 1px 5px rgba(0,0,0,.5);
    -moz-box-shadow:0 1px 5px rgba(0,0,0,.5);
    -webkit-box-shadow:0 1px 5px rgba(0,0,0,.5);
}
.tags-cloud a:hover,
.tagcloud a:hover,
.post-footer a:hover {
    background:#8d8c8c;
    color:#fff;
    border-color: #8d8c8c;
}

.ui-widget-content a {
  display: block;
}

.ui-widget-header {
  font: 18px/35px 'Anton', 'Open Sans Condensed', sans-serif;
  text-transform: uppercase;
  color: white;
}

.ui-widget-overlay {
  opacity: 0.75 !important;
  background: #000 !important;
}

#filters li {
  display: block;
  font: 17px/18px 'Anton', 'Open Sans Condensed', sans-serif;

}

.emulator-types {
  text-align: center;
  width: 100%;
}

.emulator-types .list {
  width: 280px;
  margin: 0px auto;
}

.clr {
  clear: both;
}

span.emulator-alert {
  font: 18px/19px 'Anton', 'Open Sans Condensed', sans-serif;
  text-transform: uppercase;
  margin: 20px 0;
  display: block;
}

.emulator-types ul li.active a {
  background: #272725 !important;
}

.rt-line-top {
  padding: 12px 0 5px;
  display: block;
  margin: 0 10px;
}