/* Nullifier */
html, body, div, span, applet, 
object, iframe, h1, h2, h3, h4, h5, h6, p, 
blockquote, pre, a, abbr, acronym, address, 
big, cite, code, del, dfn, em, font, 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 { 
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
html, body {
	width: 100%;
}
ol, ul {
	list-style:none; 
}
a {
  text-decoration: none;
  color: #000;
  transition: color 200ms;
}
a:hover {
  color: #0774d4;
}
* {
	box-sizing: border-box;
}
:focus { 
	outline:0;
}
input[type="text"]::-ms-clear {
    display: none;
}
input[type="text"],input[type="password"] {
	width: 100%;
	height: 40px !important;
  line-height: 41px !important;
	margin-bottom: 5px;
	padding: 5px 10px;
  font-size: 16px;
	border: none;
	background: rgba(255,255,255,0.9);
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.5);
	border: 1px solid rgba(255,255,255,0.3) !important;
}
input[type="text"]:focus,
input[type="password"]:focus {
	background: rgba(255,255,255,1);
}
select {
  padding-left: 5px;
  height: 35px;
  border: none;
  background-color: rgba(255,255,255,0.5);
}
body {
	/*background-color: cornflowerblue;*/
	/*background: rgb(125,185,232);
    background: -moz-linear-gradient(0deg, rgba(125,185,232,1) 0%, rgba(30,87,153,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(125,185,232,1) 0%,rgba(30,87,153,1) 100%);
    background: linear-gradient(0deg, rgba(125,185,232,1) 0%,rgba(30,87,153,1) 100%);*/
    background-color: #1f589b;
    /*background: url(../images/new-bg.jpg);*/

    /*background: url(https://images.unsplash.com/photo-1539526078058-d69f03e6e412?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=7c1d996bd5e874feb54c00e6ead5fb1c&auto=format&fit=crop&w=1778&q=80) no-repeat;*/
    /*background: url(https://images.unsplash.com/photo-1539420183915-57b8a58bd6d8?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=63308918d2970657f698112be373facb&auto=format&fit=crop&w=1950&q=80) no-repeat;*/
    
    /*background: url(https://images.unsplash.com/photo-1539354650389-e55973a25b5f?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=9691f713d4c3e446504d21f2f169ac36&auto=format&fit=crop&w=1950&q=80) no-repeat;*/

    /*background: url(https://images.unsplash.com/photo-1515094854286-bc6b38a1326f?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=e31d0fa575713ce0f73cfc4af1260048&auto=format&fit=crop&w=1900&q=80) no-repeat;*/
    background-attachment: fixed;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 75%;
}
h2 {
    font-size: 1.25em;
    line-height: 1.2;
    margin-bottom: .4em;
}
.btn {
	min-width: 120px;
	height: 35px;
  line-height: 35px;
	display: inline-block;
	text-align: center;
	background-color: rgba(255,255,255,0.7);
	border:none;
	cursor: pointer;
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}
.btn:hover {
	background-color: rgba(255,255,255,0.8);
}
.btn:active {
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.3);
}
.btn-default {

}
.wrapper {
	max-width: 1140px;
	margin: 0 auto;
}
/* Utilities*/
.pull-left {
	float: left !important;
}
.pull-right {
	float: right !important;
}
.text-center {
	text-align: center;
}
.clearfix:after { 
	clear:both;
	content:' ';
	display:block;
	height: 0;
}
.m-r-50 {
  margin-right: 50px;
}

/* Header */
.logo {
	padding: 20px 0;
	float: left;
}
.top-header {
	width: 100%;
    height: 18px;
    background-color: rgba(0,0,0,0.7);
    border-bottom: 1px solid #000;
}
.top-header ul {
	max-width: 1140px;
    margin: 0 auto;
}
.top-header li {
    height: 18px;
    display: inline;
    float: left;
    padding: 0 4px;
    color: #585858;
}
.top-header li.special {
	float: right;
}
.top-header li a {
    font-size: 0.833em;
    line-height: 18px;
    color: #CCC;
    text-decoration: none;
}
.top-header li a:hover {
    color: #FFF;
}
.mid-header {
	padding: 5px 0;
}
#top-menu {
	margin-bottom: 5px;
}
#top-menu .nav {
  float: left;
}
#top-menu li {
    float: left;
    position: relative;
    border-right: 1px solid rgba(255,255,255,0.4);
}
#top-menu li a {
	height: 30px;
	line-height: 30px;
	padding: 0 15px;
	display: block;
}
#top-menu li:hover a {
	background-color: rgba(255,255,255,0.4);
}
#top-menu li.mega ul {
	width: 100%;
	display: none;
	position: absolute;
	background-color: rgba(255,255,255,0.9);
    border: 1px solid rgba(255,255,255,0.3);
    z-index: 9;
    box-shadow: 0 1px 5px rgba(0,0,0,0.1);
}
#top-menu li.mega:hover ul {
	display: block;
}
#top-menu li.mega ul li {
	float: none;
}
#mob-menu {
	float: right;
}
#mob-share {
  position: absolute;
  top: 13px;
  right: 10px;
  font-size: 24px;
  color: #fff;
  display: none;
}
.shares {
  padding-top: 5px;
  float: right;
}
.shares .twitter-share-button,
.shares #fb-widget {
    float: right; 
    margin-right: 5px; 
}

/* Main */

.box {
	background-color: rgba(255,255,255,0.4);
    border: 1px solid rgba(255,255,255,0.3);
}
/*.box:after {
	content: '';
    width: 300px;
    height: 300px;
    background: inherit;
    position: absolute;
    left: -25px;
    left position: ;
    right: 0;
    top: -25px;
    top position: ;
    bottom: 0;
    box-shadow: inset 0 0 0 200px rgba(255,255,255,0.05);
    filter: blur(10px);
}*/
.widget-box {
	padding: 10px;
    margin-bottom: 5px;
}
.widget-box .btn {
	width: 100%;
}
.content-box {
	padding: 10px;
}
.inner-box {
	margin-bottom: 5px;
	padding: 20px;
}
.half-box {
  width: 50%;
  float: left;
  padding: 0 3px;
}
.left-sidebar {
	margin-right: 5px;
	width: 160px;
	float: left;
}
.content {
	margin-right: 5px;
	width: 810px;
	float: left;
}
.right-sidebar {
	width: 160px;
	float: left;
}
#search-header li {
	width: 114px;
    cursor: pointer;
    float: left;
    display: inline;
    line-height: 35px;
    text-align: center;
    border-bottom: 1px solid rgba(255,255,255,0.4);
    border-right: 1px solid rgba(255,255,255,0.4);
}
#search-header li.last {
	width: 124px;
}
#search-header li:last-child {
	border-right: none;
}
#search-header li.current {
	border-bottom: 1px solid transparent;
  background-color: rgba(255,255,255,0.4);
}
#search-box {
  min-height: 84px;
	padding: 10px 20px;
	background-color: rgba(255,255,255,0.4);
}
.gr_btn, .b2r {
  font-size: 12px;
  display: block;
  width: 123px;
  height: 35px;
  line-height: 35px;
  overflow: hidden;
  text-align: center;
  margin: 0 10px 10px 0;
  float: left;
   background-color: rgba(255,255,255,0.3); 
  /*border: 1px solid transparent;*/
  transition: background-color 300ms;
  box-shadow: 0 1px 1px rgba(0,0,0,0.3);
}
.gr_def:nth-child(6n) {
  margin-right: 0;
}
.gr_btn:hover, .b2r:hover {
	background-color: rgba(255,255,255,0.7);
	/*background: linear-gradient(to top, rgba(255,255,255,0.1) 0%,rgba(255,255,255,0.7) 100%);*/
}
.gr_btn:active, .b2r:active {
	background-color: rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.3);
}
.buttons-sep .last {
    margin-right: 0;
}
.search-box-container {
	position: relative;
}
.search-btn {
	width: 40px;
  height: 40px;
	border: none;
	cursor: pointer;
	background-color: transparent;
	position: absolute;
	top: 0;
	right: 0;
}
.search-btn:hover {
	background-color: rgba(255,255,255,0.4);
}
#mob-menu {
	position: absolute;
    top: 13px;
    left: 10px;
    font-size: 24px;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0,0,0,0.2);
	display: none;
}
.mobile-login {
	margin-top: 5px;
	display: none;
}
#search-header {
	width: 808px;
}
.search-ul-cont {
	overflow: auto;
}
.buttons-container {
	overflow: auto;
}
.inner-buttons-container {
	width: 810px;
}
.rss-list {
    text-align: left;
    padding-top: 10px;
}
.rss-list li {
    height: 30px;
    line-height: 30px;
    max-height: 30px;
    overflow: hidden;
    padding-left: 40px;
}
.rss-list li.second {
	background: rgba(255,255,255,0.35);
}
.dclock {
	margin-top: 5px;
}
.dclock li {
    width: 48px;
    /*height: 40px;*/
    font-size: 11px;
    float: left;
    overflow: hidden;
    text-align: center;
}
.inpbox {
	text-align: left;
}
.inpbox .label {
	display: inline-block;
    margin-bottom: 5px;
}
.options-div {
  width: 123px;
  /*text-align: left;*/
  margin: 0 10px 10px 0;
  float: left;
  background-color: rgba(255,255,255,0.3);
  box-shadow: 0 1px 1px rgba(0,0,0,0.3);
}
.options-div:hover {
  background-color: rgba(255,255,255,0.7);
}
.options-div:nth-child(6n) {
  margin-right: 0;
}


.theme_cont {
  width: 191px;
    margin-right: 8px;
    margin-bottom: 10px;
  float: left;
  background-color: rgba(255,255,255,0.4);
  border: 1px solid rgba(255,255,255,0.3);
}
.theme_cont_thumb {
  height: 120px;
  margin-bottom: 5px;
  /*border: 1px solid #fff;*/
  cursor: pointer;
  overflow: hidden;
}
.theme_cont_thumb img {
  width: 100%;
  opacity: 0.4;
  transition: opacity 300ms;
}
.theme_cont:hover .theme_cont_thumb img {
  opacity: 1;
}
.theme_cont h2{
  float: left;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
}
.backgorund_cont .theme_cont:nth-child(4n+4){  
  margin-right: 0;
}
.selected_bg{
  /*opacity: 0.4;*/
  background-color: rgba(255,255,255,0.9);
}
.selected_bg .theme_cont_thumb img {
  opacity: 1;
}

.homepage-selector {
  padding: 8px;
  margin: 15px 0;
  margin-top: 40px;
}
.desktop-browsers,
.mobile-browsers {
  margin: 0 -3px;
}

.inner-box ol {
  padding-left: 15px;
  list-style: decimal;
  list-style-position: inside;
}
.inner-box ol li {
  margin-bottom: 5px;
}

.login_input {
  font-size: 12px !important;
}
.add-link-modifier {
  height: 60px;
}

/* Footer */
.footer {
	text-align: center;
}
.footer p {
    max-width: 990px;
    margin: 8px auto;
}
.footer p a {
    margin: 4px 8px;
    color: #333;
}
.footer a:hover {
	text-decoration: underline;
}
.top-footer {
	width: 100%;
    padding: 10px 0;
    background: rgba(255,255,255,0.4);
    margin-top: 16px;
}
.bottom-footer {
    width: 100%;
    padding: 5px 0;
    text-align: center;
    background: rgba(255,255,255,0.3);
}

.mobile-only {
  display: none;
}
.end-edit {
  float: right;
}
.desktop-left {
  float: left;
}
.hidden-overlay {
  width: 20px;
  height: 100%;
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 90;
  background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(0,0,0,0.4) 100%);
}

.ad-320x50 {
  display: none;
}
.ad-336x280 {
  display: none;
  margin-bottom: 5px;
}

/* Analog clock */

@keyframes rotateArms {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotateArms {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@-moz-keyframes rotateArms {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.clock {
	width: 150px;
	height: 150px;
	/*box-shadow: 0px 0px 0px 0px #222;*/
	border-radius: 150px;
	position: relative;
  overflow: hidden;
}

.center, .minute-lines > div {
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
  	-webkit-transform: translate(-50%, -50%);
  	-moz-transform: translate(-50%, -50%);
}

.knob {
  width: 7.5px;
  height: 7.5px;
  background: #111;
  border-radius: 10px;
  z-index: 4;
}

.arm {
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: top left 0;
  -webkit-transform-origin: top left 0;
  -moz-transform-origin: top left 0;
  z-index: 2;
  width: 0;
  animation: rotateArms linear 60s infinite;
  -webkit-animation: rotateArms linear 60s infinite;
  -moz-animation: rotateArms linear 60s infinite;
}

.minute.arm {
  height: 57.6923076923px;
  box-shadow: 0 0 0 1.5px #444;
  animation-duration: 3600s;
  -webkit-animation-duration: 3600s;
  -moz-animation-duration: 3600s;
}

.hour.arm {
  height: 41.6666666667px;
  box-shadow: 0 0 0 2.5px #333;
  animation-duration: 43200s;
  -webkit-animation-duration: 43200s;
  -moz-animation-duration: 43200s;
}

.second.arm {
  height: 68.1818181818px;
  box-shadow: 0 0 0 1px #a00;
}

.clock-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.minute-lines > .min-0 {
  transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}

.minute-lines > .min-1 {
  transform: rotate(6deg);
  -moz-transform: rotate(6deg);
  -webkit-transform: rotate(6deg);
}

.minute-lines > .min-2 {
  transform: rotate(12deg);
  -moz-transform: rotate(12deg);
  -webkit-transform: rotate(12deg);
}

.minute-lines > .min-3 {
  transform: rotate(18deg);
  -moz-transform: rotate(18deg);
  -webkit-transform: rotate(18deg);
}

.minute-lines > .min-4 {
  transform: rotate(24deg);
  -moz-transform: rotate(24deg);
  -webkit-transform: rotate(24deg);
}

.minute-lines > .min-5 {
  transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
}

.minute-lines > .min-6 {
  transform: rotate(36deg);
  -moz-transform: rotate(36deg);
  -webkit-transform: rotate(36deg);
}

.minute-lines > .min-7 {
  transform: rotate(42deg);
  -moz-transform: rotate(42deg);
  -webkit-transform: rotate(42deg);
}

.minute-lines > .min-8 {
  transform: rotate(48deg);
  -moz-transform: rotate(48deg);
  -webkit-transform: rotate(48deg);
}

.minute-lines > .min-9 {
  transform: rotate(54deg);
  -moz-transform: rotate(54deg);
  -webkit-transform: rotate(54deg);
}

.minute-lines > .min-10 {
  transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -webkit-transform: rotate(60deg);
}

.minute-lines > .min-11 {
  transform: rotate(66deg);
  -moz-transform: rotate(66deg);
  -webkit-transform: rotate(66deg);
}

.minute-lines > .min-12 {
  transform: rotate(72deg);
  -moz-transform: rotate(72deg);
  -webkit-transform: rotate(72deg);
}

.minute-lines > .min-13 {
  transform: rotate(78deg);
  -moz-transform: rotate(78deg);
  -webkit-transform: rotate(78deg);
}

.minute-lines > .min-14 {
  transform: rotate(84deg);
  -moz-transform: rotate(84deg);
  -webkit-transform: rotate(84deg);
}

.minute-lines > .min-15 {
  transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}

.minute-lines > .min-16 {
  transform: rotate(96deg);
  -moz-transform: rotate(96deg);
  -webkit-transform: rotate(96deg);
}

.minute-lines > .min-17 {
  transform: rotate(102deg);
  -moz-transform: rotate(102deg);
  -webkit-transform: rotate(102deg);
}

.minute-lines > .min-18 {
  transform: rotate(108deg);
  -moz-transform: rotate(108deg);
  -webkit-transform: rotate(108deg);
}

.minute-lines > .min-19 {
  transform: rotate(114deg);
  -moz-transform: rotate(114deg);
  -webkit-transform: rotate(114deg);
}

.minute-lines > .min-20 {
  transform: rotate(120deg);
  -moz-transform: rotate(120deg);
  -webkit-transform: rotate(120deg);
}

.minute-lines > .min-21 {
  transform: rotate(126deg);
  -moz-transform: rotate(126deg);
  -webkit-transform: rotate(126deg);
}

.minute-lines > .min-22 {
  transform: rotate(132deg);
  -moz-transform: rotate(132deg);
  -webkit-transform: rotate(132deg);
}

.minute-lines > .min-23 {
  transform: rotate(138deg);
  -moz-transform: rotate(138deg);
  -webkit-transform: rotate(138deg);
}

.minute-lines > .min-24 {
  transform: rotate(144deg);
  -moz-transform: rotate(144deg);
  -webkit-transform: rotate(144deg);
}

.minute-lines > .min-25 {
  transform: rotate(150deg);
  -moz-transform: rotate(150deg);
  -webkit-transform: rotate(150deg);
}

.minute-lines > .min-26 {
  transform: rotate(156deg);
  -moz-transform: rotate(156deg);
  -webkit-transform: rotate(156deg);
}

.minute-lines > .min-27 {
  transform: rotate(162deg);
  -moz-transform: rotate(162deg);
  -webkit-transform: rotate(162deg);
}

.minute-lines > .min-28 {
  transform: rotate(168deg);
  -moz-transform: rotate(168deg);
  -webkit-transform: rotate(168deg);
}

.minute-lines > .min-29 {
  transform: rotate(174deg);
  -moz-transform: rotate(174deg);
  -webkit-transform: rotate(174deg);
}

.minute-lines {
  width: 100%;
  height: 100%;
}

.minute-lines > div::before, .minute-lines > div::after {
  content: "";
  position: absolute;
  width: 0px;
  height: 3.75px;
  top: 66.6666666667px;
  box-shadow: 0px 0px 0px 0.5px #000;
}

.minute-lines > div::after {
  bottom: 66.6666666667px;
  top: auto;
}

div.long::before, div.long::after {
  height: 6.8181818182px;
  top: 63.3579725449px;
}

div.long::after {
  bottom: 63.3579725449px;
  top: auto;
}

div.dark::before, div.dark::after {
  box-shadow: 0px 0px 0px 1px #000;
}


/* Responsive */
@media only screen and (max-width: 1139px) {
  .main {
    margin-top: 110px;
  }
  .header {
    position: fixed;
    width: 100%;
    top: 0;
    background-color: rgba(0,0,0,0.5);
    box-shadow: 0 2px 10px rgba(0,0,0,0.3);
    z-index: 99;
  }
  #top-menu {
    margin-bottom: 0;
    position: relative;
    background-color: transparent;
    border: none;
  }
  .logo img {
    width: 230px;
  }
  .nav {
    margin-bottom: 5px;
    display: none;
    background-color: rgba(255,255,255,0.7);
    border: 1px solid rgba(255,255,255,0.3);
  }
  .nav:before {
      content: "\A";
      border-style: solid;
      border-width: 0px 7px 7px 7px;
      border-color: transparent transparent rgba(255,255,255,0.7) transparent;
      position: absolute;
      left: 9px;
      top: -7px;
  }
  #top-menu .nav,
  #top-menu li {
    float: none;
  }
  #mob-menu,
  #mob-share {
    display: block;
  }
  #top-menu li {
    border-bottom: 1px solid rgba(255,255,255,0.3);
  }
  #top-menu li:last-child {
    border-bottom: none;
  }
  #top-menu li a {
    font-size: 14px;
      height: 35px;
      line-height: 35px;
      text-align: left;
  }
  #top-menu li.mega ul {
    position: relative;
  }
  #top-menu li.mega i {
    float: right;
    position: relative;
      top: 11px;
  }
  .shares {
    margin-bottom: 5px;
    padding: 10px;
    float: none;
    display: none; 
    background-color: rgba(255,255,255,0.7);
    border: 1px solid rgba(255,255,255,0.3);
  }
  .shares:before {
    content: "\A";
    border-style: solid;
    border-width: 0px 7px 7px 7px;
    border-color: transparent transparent rgba(255,255,255,0.7) transparent;
    position: absolute;
    right: 9px;
    top: -7px;
  }
  .shares .twitter-share-button,
  .shares #fb-widget {
    float: none;
    margin-right: 0;
  }
  .mobile-login {
    background-color: rgba(255,255,255,0.7);
  }
  .rek {
    display: none;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1139px) {
  .wrapper {
    padding: 0 5px;
    max-width: 985px;
  }
  .left-sidebar {
    display: none;
  }
  .logo {
    float: none;
  }
  .content {
    width: calc(100% - 165px);
  }
  #mob-menu, #mob-share {
    top: 45px;
  }
}
@media only screen and (max-width: 960px) {
  .hidden-overlay {
    display: block;
  }
}
/* 600px */
@media only screen and (max-width: 768px) {
  
  .main {
    margin-top: 55px;
  }
  /*.right-sidebar {
    display: none;
  }*/
	.top-header,
	.left-sidebar,
  .right-sidebar {
		display: none;
	}
	
	.content,
	.left-sidebar,
	.right-sidebar {
		width: 100%;
		float: none;
	}
	.logo {
		padding: 5px 0;
		float: none;
	}
  .logo img {
    width: 200px;
  }
	
	.wrapper {
		padding: 0 5px;
	}
	#search-box {
		padding: 10px;
	}
	
	.rss-list li {
		padding-left: 10px;
	}
	.bottom-footer {
		padding: 10px;
    /*padding-bottom: 60px;*/
	}
  input[type="text"], input[type="password"] {
    width: 100% !important;
    font-size: 17px;
  }
  .mobile-hidden {
    display: none;
  }
  .mobile-only {
    display: block;
  }
  
  .theme_cont {
    width: 50%;
    margin-right: 0;
  }
  .rss-select {
    width: 100%;
    margin-bottom: 5px;
  }
  .options-div,
  .add-link-modifier {
    height: 100px !important;
  }
  .options-div i {
    font-size: 24px;
  }
  .options-div .del-icon,
  .options-div .edit-icon {
    width: 40%;
    display: inline-block;
    margin-top: 5px;
  }
  .save_button {
    margin-bottom: 10px;
    margin-top: 10px;
    float: none !important;
    padding-left: 0 !important;
  }
  .end-edit {
    float: none;
  }
  .desktop-left {
    float: none;
  }
  .inner-box {
    padding: 10px;
  }
  body {
    background: #1f589b !important;
  }
  .homepage-selector {
    margin-top: 20px;
  }
  .homepage-selector img {
    width: 40px;
    height: 40px;
  }
  .homepage-selector .m-r-50 {
    margin-right: 20px;
  }
  /*.ad-320x50 {
    display: block;
  }*/
  .ad-336x280 {
    display: block;
  }
  .rss-list li {
    padding: 8px 10px;
    height: auto;
    max-height: none;
    line-height: initial;
  }
  .cc_banner-wrapper {
    display: none;
  }
}

@media only screen and (max-width: 500px) {
  .mobile-browsers .half-box h2 {
    height: 36px;
  }
}

@media only screen and (max-width: 400px) {
  .theme_cont {
    width: 100%;
    margin-right: 0;
  }
}