* {
	padding: 0px;
	margin: 0px;
	border: none;
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {

}

input {
    -webkit-appearance: none;
    border-radius: 0;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

body {
	background-color: #333;
	padding: 0px;
	margin: 0px;
	color: #f1f1f1;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-weight: 400;
	letter-spacing: 0.75px;
	font-size: 16px;
	line-height: 18px;
}

p {
	padding: 0px;
	margin: 0px;
}

a {
	color: #bdff00;
	outline: none;
	border: none;
	text-decoration: none;
}

img {
	outline: none;
	border: none;
	border-style:none;
}

a:hover {
	text-decoration: underline;
}

.link {
	color: #bdff00;
	outline: none;
	text-decoration: none;
}

.link:hover {
	text-decoration: underline;
}

li {
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4 {
	font-weight: normal;
}

#container {
	max-width: 1000px;
	min-width: 240px; 
	padding: 0px 15px;
	margin: 0px auto;
	position:relative;
}

#header {
	width: 100%;
	max-width: 100%;
	height: 95px;
	padding: 0px;
	margin: 8px 0px 0px 0px;
}

#header-left {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 400px;
	height: 95px;
	border:0px;
}

#header-left .logo {
	display: block;
	background-image: url("/img/logo-thegreenhead.png");
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 400px 100px;
	width: 400px;
	height: 95px;
	padding: 0px;
	margin: 0px;
	border: 0px;
	float: left;
}

#header-left .logo:hover {
	background-image: url("/img/logo-thegreenhead-hover.png");
}

#header-left .logo span {
	display: none;
}

#header-sm {
	display: none;
	min-width: 240px;
	max-width: 400px;
	padding: 0px 10px;
	margin: 3px auto 0px auto;
}

#header-sm .logo-sm {
	display: block;
	background-image: url("/img/logo-thegreenhead.png");
	background-repeat: no-repeat;
	background-size: 100%;
	padding-top: 23.5%;
	margin: 0px;
	border: 0px;
}

#header-sm .logo-sm:hover {
	background-image: url("/img/logo-thegreenhead-hover.png");
}

#header-sm .logo-sm span {
	display: none;
}

#header-right {
	float: right;
	margin: 0px;
	padding: 0px;
	width: 250px;
	height: 95px;
}

#follow-buttons {
	margin: 7px 0px 0px 0px;
	padding: 0px;
	width: 242px;
	height: 32px;
	float: right;
	text-align: right;
}

#search-sm {
	display: none;
	width: 100%;
	min-width: 240px;
	height: 30px;
	margin: 15px 0px 0px 0px;
	padding: 0px;
	background-color: #fff;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;	
} 

#search-sm form {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#search-sm .search-bar-sm {
	width: 100%;
	height: 18px;
	height: 30px;
	line-height: 30px;
	margin: 0px -30px 0px 0px;
	padding: 0px 15px;
	font-size: 16px;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	color: #000;
	float: left;
	border: 0px;
	-webkit-appearance:none;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#search {
	background-color: #fff;
	height: 30px;
	padding: 0px;
	margin: 10px 0px 0px 0px;
	width: 250px;
	text-align: right;
	float: right;
	display: inline;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	position: relative;
	z-index: 900;
}

form {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

.search-bar {
	width: 200px;
	height: 18px;
	line-height: 18px;
	margin: 6px 0px 0px 8px;
	padding: 0px;
	font-size: 14px;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-weight: 400;
	color: #000;
	float: left;
	border: 0px;
	-webkit-appearance: none;
}

.button {	
	margin: 0px;
	padding: 0px;
	width: 30px;
	height: 30px;
}

#nav {
	width: 100%;
	height: 30px;
	background-color: #000;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#nav ul {
	margin: 0px;
	padding: 0px;
	width: 100%;
	display: table;
}

#nav ul li {
	margin: 0px;
	padding: 0px;
	height: 30px;
	list-style: none;
	display: table-cell;
	vertical-align: middle;
}

#nav ul li a {
	display: block;
	font-size: 15px;
	font-weight: 600;
	width: 100%;
	height: 30px;
	line-height: 31px;
	padding: 0px;
	text-decoration: none;
	border: 0px;
	text-align: center;
	color: #f1f1f1;
	white-space: nowrap;
	background-color: #000;
}


#nav ul li a:hover {
	text-decoration: none;
	color: #bdff00;
	background: #222;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#nav ul li:first-child {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#nav ul li:last-child {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 0px;
}

#nav ul li:first-child a {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#nav ul li:last-child a {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 0px;
}

#container-nav {
	display: none;
	width: 100%;
	min-width: 240px;
	height: 30px;
	margin: 0px;
	padding: 0px;
	background-color: #333;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;	
}

#menu-button {
	float: left;
	width: 40%;
	height: 30px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #555;
	border-radius: 10px 0px 0px 10px;
	-moz-border-radius: 10px 0px 0px 10px;
	-webkit-border-radius: 10px 0px 0px 10px;
	cursor: pointer;
}

#menu-button #menu-contain {
	display: inline-block;
	padding: 0px;
	margin: 0px;
	height: 30px;
}

#menu-button:hover {
	background-color: #bdff00 !important;
}

#menu-button:hover #menu-button-title {
	color: #000 !important;
}

#menu-button #menu-button-icon {
	background: url("/img/icon-menu.png") no-repeat left top;
	background-size: 12px 14px;
	width: 12px;
	height: 15px;
	margin: 8px 5px 0px 0px;
	padding: 0px;
	float: left;
}

#menu-button:hover #menu-button-icon {
	background:url("/img/icon-menu-hover.png") no-repeat top left !important;
	background-size: 12px 14px !important;
}

#menu-button #menu-button-title {
	float: left;
	height: 30px;
	line-height: 31px;
	font-size: 16px;
	font-weight: 600;
	color: #f1f1f1;
}

#menu-panel {
	display: none;
	position: absolute;
	top: 20px;
	left: -200px;
	z-index: 1000;
	width: 200px;
	height: 99%;
	margin: 0px;
	padding: 0px;
	border-radius: 0px 10px 10px 0px;
	-moz-border-radius: 0px 10px 10px 0px;
	-webkit-border-radius: 0px 10px 10px 0px;
	background-color: #000;
	float: left;
}

#menu-panel ul {
	margin: 0px;
	padding: 0px;
}

#menu-panel ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}


#menu-panel ul li:first-child a {
	border-radius: 0px 10px 0px 0px;
	-moz-border-radius: 0px 10px 0px 0px;
	-webkit-border-radius: 0px 10px 0px 0px;
}

#menu-panel ul li a {
	display: block;
	text-decoration: none;
	font-size: 16px;
	height: 30px;
	line-height: 30px;
	padding: 0px 15px;
	border: 0px;
	width: 200px;
	color: #f1f1f1;
	white-space: nowrap;
	border-bottom: 1px solid #333;
}

#menu-panel ul li a:hover {
	text-decoration: none;
	color: #000;
	background: #bdff00;
}

#menu-panel ul li .current {
	color: #000;
	background-color: #bdff00;
}

#menu-panel ul li ul {
	display: none;
}

#menu-panel ul li ul li a {
	background-color: #222;
	font-weight: normal;
}

#menu-panel ul li ul li a:hover {
	color: #000 !important;
	background-color: #bdff00;
}

#menu-panel ul li ul li:first-child a {
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

#menu-panel ul li ul li:first-child a:hover {
	color: #000 !important;
	background-color: #bdff00;
}

#menu-panel ul li.follow a {
	height: 42px;
	line-height: 42px;
}

#menu-panel ul li.follow a img {
	vertical-align: middle;
	width: 32px;
	height: 32px;
	padding: 0px;
	margin: 0px 5px 0px 0px;
}

#menu-panel ul li ul li a.sub-current {
	background-color: #bdff00;
	color: #000;
}

#search-button {
	float: left;
	width: 20%;
	min-width: 25px;
	height: 30px;
	margin: 0px;
	padding: 0px;
	background-color: #555;
	border-left: 1px solid #333;
	cursor: pointer;
}

#search-button #search-button-icon {
	display: block;
	background-image: url("/img/icon-search-sm.png");
	background-size: 15px 15px;
    background-repeat: no-repeat;
    background-position: center; 
    background-color: #555;
	width: 100%; 
	height: 30px;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#search-button #search-button-icon:hover {
	background-image: url("/img/icon-search-hover-sm.png");
    background-color: #bdff00;
}

#search-button #search-button-title {
	display: none;
}

#random-button {

	float: left;
	width: 40%;
	height: 30px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #555;
	border-radius: 0px 10px 10px 0px;
	-moz-border-radius: 0px 10px 10px 0px;
	-webkit-border-radius: 0px 10px 10px 0px;
	border-left: 1px solid #333;
	cursor: pointer;
}

#random-button #random-contain {
	display: inline-block;
	padding: 0px;
	margin: 0px auto;
	height: 30px;
}

#random-button:hover {
	background-color: #bdff00 !important;
}

#random-button:hover #random-button-title {
	color: #000 !important;
}

#random-button:hover #random-button-icon {
	background: url("/img/icon-random-black.png") no-repeat center;
}

#random-button #random-button-icon {
	background: url("/img/icon-random-green.png") no-repeat center;
	background-size: 17px 15px;
	width: 17px;
	height: 30px;
	margin: 0px;
	padding: 0px;
	float: left;
}

#random-button:hover #random-button-icon {
	background-size: 17px 15px !important;
}

#random-button a {
	display: block;
	height: 30px;
	line-height: 31px;
	font-size: 16px;
	font-weight: 600;
	color: #f1f1f1;
}

#random-button #random-button-title {
	float: left;
	height: 30px;
	line-height: 30px;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
}

#sub-wrapper {
	width: 100%;
	margin: 15px 0px 0px 0px;
	padding: 0px;
	float: left;
}

#content-sub-ad-container {
	width: 100%;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
}

#content-sub-ad-label {
	text-align: center;
	width: 100%;
	height: 15px;
	margin: 0px;
	padding: 0px;
	color: #f1f1f1;
	font-size: 10px;
	line-height: 15px;
	float: left;
}

#content-sub-ad {
	width: 100%;
	max-width: 728px;
	max-height: 280px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}

#main-random {
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 10px;
	float: left;
	background-color: #000;
	display: block;
	border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
}

#middle {
	max-width: 970px;
	min-width: 200px;
	margin: 20px auto 0px auto;
	padding: 0px;
	position: relative;
}

#middle-content {
	max-width: 775px;
	padding: 0px;
	margin: 0px;
	margin-left: 97px;
    margin-right: 97px;
	background-color: #000;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#middle-top {
	width: 100%;
	padding: 0px 10px;
	margin: 0px;
	float: left;
	display: table;
}

#middle-back,
#middle-back-home,
#middle-title,
#middle-next,
#middle-next-end
{
    display: table-cell;
}

#middle-title {
	width: 100%;
	padding: 10px 0px;
	display: table-cell;
	vertical-align: middle;
}

#middle-title h1 {
	font-size: 13px;
	padding: 0px;
	margin: 0px;
	color: #f1f1f1;
}

#middle-back {
	padding: 6px 0px 5px 0px;
	margin: 0px;
	display: table-cell;
	vertical-align: middle;
	display: none;
}

#middle-back a {
	display: block;
	color: #bdff00;
	font-size: 11px;
	text-align: center;
	padding: 5px 10px 5px 0px;
	margin: 0px;
	outline: none;
	text-decoration: none;
	border-right: 1px solid #333;
	overflow: hidden;
    white-space: nowrap;
}

#middle-back a:hover {
	color: #bdff00;
}

#middle-back span {
	color: #f1f1f1;
}

#middle-back a:hover span {
	color: #bdff00;
}

#middle-back-home {
	padding: 6px 0px 5px 0px;
	margin: 0px;
	display: table-cell;
	vertical-align: middle;
	display: none;
}

#middle-back-home a {
	display: block;
	color: #bdff00;
	font-size: 11px;
	text-align: center;
	padding: 0px 10px 0px 0px;
	margin: 0px;
	outline: none;
	text-decoration: none;
	border-right: 1px solid #333;
	overflow: hidden;
    white-space: nowrap;
}

#middle-back-home a:hover {
	color: #bdff00;
}

#middle-back-home span {
	color: #f1f1f1;
}

#middle-back-home a:hover span {
	color: #bdff00;
}

#middle-next {
	padding: 6px 0px 5px 0px;
	margin: 0px;
	display: table-cell;
	vertical-align: middle;
	display: none;
}

#middle-next a {
	display: block;
	color: #bdff00;
	font-size: 11px;
	text-align: center;
	padding: 5px 0px 5px 10px;
	margin: 0px;
	outline:none;
	text-decoration: none;
	overflow: hidden;
    white-space: nowrap;
    border-left: 1px solid #333;
}

#middle-next a:hover {
	color: #bdff00;
}

#middle-next span {
	color: #f1f1f1;
}

#middle-next a:hover span {
	color: #bdff00;
}

#middle-next-end {
	padding: 5px 0px 5px 10px;
	margin: 0px;
	display: table-cell;
	vertical-align: middle;
	display: none;
}

#middle-next-end a {
	display: block;
	color: #bdff00;
	font-size: 11px;
	text-align: center;
	padding: 0px 0px 0px 10px;
	margin: 0px;
	outline:none;
	text-decoration: none;
	overflow: hidden;
    white-space: nowrap;
    border-left: 1px solid #333;
}

#middle-next-end a:hover {
	color: #bdff00;
}

#middle-next-end span {
	color: #f1f1f1;
}

#middle-next-end a:hover span {
	color: #bdff00;
}

#middle-back-button {
	height: 300px;
	width: 97px;
	padding: 0px;
	margin: 0px;
	position: absolute;
	left: 0px;
	top: 38px;
}

#middle-back-button a {
	background-color: #3c3c3c;
	display: block;
	background-image: url("/img/icon-prev.png");
	background-size: 97px 600px;
	background-repeat: no-repeat;
	background-position: 0px -300px;
	height: 300px;
	width: 97px;
	padding: 0px;
	margin: 0px;
	outline: none;
	border-radius: 10px 0px 0px 10px;
	-moz-border-radius: 10px 0px 0px 10px;
	-webkit-border-radius: 10px 0px 0px 10px;
}

#middle-back-button a:hover {
	background-color: #444;
	background-position: 0px 0px;
}

#middle-back-button span {
	display: none;
}

#middle-back-button-end {
	height: 300px;
	width: 97px;
	padding: 0px;
	margin: 0px;
	position: absolute;
	left: 0px;
	top: 38px;
}

#middle-back-button-end a {
	background-color: #3c3c3c;
	display: block;
	background-image: url("/img/icon-home.png");
	background-size: 97px 600px;
	background-repeat: no-repeat;
	background-position: 0px -300px;
	height: 300px;
	width: 97px;
	padding: 0px;
	margin: 0px;
	outline: none;
	border-radius: 10px 0px 0px 10px;
	-moz-border-radius: 10px 0px 0px 10px;
	-webkit-border-radius: 10px 0px 0px 10px;
}

#middle-back-button-end a:hover {
	background-color: #444;
	background-position: 0px 0px;
}

#middle-back-button-end span {
	display: none;
}

#middle-next-button {
	height: 300px;
	width: 98px;
	padding: 0px;
	margin: 0px;
	position: absolute;
	right: 0px;
	top: 38px;
}

#middle-next-button a {
	background-color: #3c3c3c;
	display: block;
	background-image: url("/img/icon-next.png");
	background-size: 97px 600px;
	background-repeat: no-repeat;
	background-position: 0px -300px;
	height: 300px;
	width: 97px;
	padding: 0px;
	margin: 0px;
	outline:none;
	border-radius: 0px 10px 10px 0px;
	-moz-border-radius: 0px 10px 10px 0px;
	-webkit-border-radius: 0px 10px 10px 0px;
}

#middle-next-button a:hover {
	background-color: #444;
	background-position: 0px 0px;
}

#middle-next-button span {
	display: none;
}

#middle-next-button-end {
	height: 300px;
	width: 97px;
	padding: 0px;
	margin: 0px;
	position: absolute;
	right: 0px;
	top: 38px;
}

#middle-next-button-end a {
	display: block;
	background-color: #3c3c3c;
	background-image: url("/img/sprite.png");
	background-repeat: no-repeat;
	background-position: -565px -70px;
	border-radius: 0px 10px 10px 0px;
	-moz-border-radius: 0px 10px 10px 0px;
	-webkit-border-radius: 0px 10px 10px 0px;
	height: 300px;
	width: 97px;
	padding: 0px;
	margin: 0px;
	outline:none;
}

#middle-next-button-end a:hover {
	background-color: #444;
	background-position: -454px -70px;
}

#middle-next-button-end span {
	display: none;
}

#middle-xl {
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px;
	float: left;
}

#middle-xl img {
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#middle-large {
	width: 100%;
	height: 75px;
	margin: 5px 0px 0px 0px;
	padding: 0px 43px 0px 43px;
	float: left;
	overflow: hidden;
}

#middle-large-label {
	width: 100%;
	height: 15px;
	margin: 0px 0px 0px 12px;
	padding: 0px;
	color: #f1f1f1;
	font-size: 10px;
	line-height: 15px;
	float: left;
}

#middle-large .middle-img-th {
	height: 75px;
	width: 75px;
	margin: 5px 5px 0px 0px;
	padding: 0px;
	border: 0px;
	float: left;
}

#middle-large img {
	height: 75px;
	width: 75px;
	margin:  0px;
	padding: 0px;
	border: 0px;
}

/*! Flickity v1.1.1
http://flickity.metafizzy.co
---------------------------------------------- */

.gallery-cell {
  width: 75px;
  height: 75px;
  margin: 0px 8px 0px 0px;
  float: left;
  border: none;
  outline: none;
  border-style:none;
}

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
          tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 25px;
  height: 75px;
  border: none;
  background: #222;
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.flickity-prev-next-button:hover { background: #bdff00; }

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F;
}

.flickity-prev-next-button:active {
  filter: alpha(opacity=100); /* IE8 */
  opacity: 1;
}

.flickity-prev-next-button.previous { 
	left: 10px; 
	border-radius: 10px 0px 0px 10px;
	-moz-border-radius: 10px 0px 0px 10px;
	-webkit-border-radius: 10px 0px 0px 10px;
}

.flickity-prev-next-button.next { 
	right: 10px;
	border-radius: 0px 10px 10px 0px;
	-moz-border-radius: 0px 10px 10px 0px;
	-webkit-border-radius: 0px 10px 10px 0px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 20px;
}

.flickity-prev-next-button:disabled {
	background: #222;
	cursor: auto;
}

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-prev-next-button .arrow {
  fill: #bdff00;
}

.flickity-prev-next-button:disabled .arrow {
  fill: #000;
}

.flickity-prev-next-button:hover .arrow {
  fill: #000;
}

/* color & size if no SVG - IE8 and Android 2.3 */
.flickity-prev-next-button.no-svg {
  color: #bdff00;
  font-size: 26px;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  filter: alpha(opacity=25); /* IE8 */
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  filter: alpha(opacity=100); /* IE8 */
  opacity: 1;
}

#middle-bottom {
	width: 100%;
	padding: 0px 10px 15px 10px;
	margin: 5px 0px 0px 0px;
	float: left;
}

#middle-ad-container {
	width: 100%;
	padding: 0px;
	margin: 0px;
}

#middle-ad-label {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	text-align: center;
	width: 100%;
	height: 15px;
	line-height: 15px;
	color: #f1f1f1;
}

#middle-ad {
	width: 100%;
	max-width: 728px;
	max-height: 280px;
	padding: 0px;
	margin: 0px auto 0px auto;
	overflow: hidden;
}

/* DETAILS */

#content {
	max-width: 970px;
	margin: 20px auto 0px auto;
	padding: 20px;
	min-width: 240px;
	background-color: #000;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#content-wide {
	margin: 15px auto 0px auto;
	padding: 15px;
	min-width: 240px;
	background-color: #000;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	float: left;
}

#content-wide h1, h4 {
	color: #bdff00 !important;
}

#content-wide h1 {
	font-size: 16px;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	border-bottom: 1px dashed #555;
	color: #fff;
}

#content-wide #description {
	margin: 0px;
}

#content-wide p {
	font-size: 14px;
}

#content-container {
    width: 100%;
    float: left;
    margin-right: -320px;
}

#content-left {
	margin: 0px 320px 0px 0px;
	padding: 0px;
	overflow: hidden;
}

#content-right {
	width: 300px;
	height: 265px;
	margin: 25px 0px 0px 0px;
	padding: 0px;
	float: right;
}

#content-right-ad-label {
	width: 100%;
	text-align: center;
	height: 15px;
	margin: 0px;
	padding: 0px;
	color: #f1f1f1;
	font-size: 10px;
	line-height: 15px;
	float: left;
}

#content-right-ad {
	width: 300px;
	height: 250px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

#content h2, h4 {
	font-size: 16px;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	border-bottom: 1px dashed #555;
	color: #f1f1f1;
}

#content-left h2, h4 {
	font-size: 16px;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	border-bottom: 1px dashed #555;
	color: #f1f1f1;
}

#content-lower {
	max-width: 930px;
	min-width: 200px;
	margin: 15px 0px 0px 0px;
	padding: 0px;
	float: left;
}

.categories {
	padding: 0px;
	margin: 5px 0px 0px 0px;
	width: 100%;
	font-size: 14px;
	float: left;
	color: #f1f1f1;
}

.categories a {
	font-size: 14px;
	color: #bdff00;
}

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

#social-buttons {
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	color: #f1f1f1;
	font-size: 16px;
	float: left;
}

.social-button {
	float: left;
	margin: 15px 15px 0px 0px;
	font-size: 1px;
	max-height: 20px;
}
 
/* This gets Facebook to fall into place */
.fb-like.fb_iframe_widget span{
  vertical-align: top !important;
}

.social-button .fb-like span {
	vertical-align: unset;
}

#twitter-widget-0 {
	vertical-align: top;
}

.fb-share-button {
	margin-right:20px;
}

/* Set an optional width for your button wrappers */
.social-button span {
	display: inline-block;
}
 
/* Adjust the widths individually if you like */
.social-button .google {
	width: 75px;
}

.social-button #___plusone_0 {
	max-width: 60px;
}

#description {
	font-size: 16px;
	line-height: 26px;
	color: #f1f1f1;
	margin: 12px 0px 0px 0px;
	padding: 0px;
	width: 100%;
	float: left;
}

#description a {
	font-size: 16px;
	line-height: 26px;
	color: #bdff00;
	text-decoration: underline;
}

#description .full {
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #000;
	float: left;
}

#description .full::selection {
	background-color: #bdff00;
	color: #000;
}

#description .full::-moz-selection {
	background-color: #bdff00;
	color: #000;
}

#description br {
   display: block;
   margin: 5px 0 0 0;
}

#description ul {
	width: 100%;
	margin: 15px 15px 0px 15px;
	padding: 0px;
	float:left;
}

#description ul li {
	width: 100%;
	padding: 0px;
	margin: 0px 0px 5px 0px;
	list-style-type: square;
	list-style-position: inside;
	padding-left: 1em;
	text-indent: -1em;
}

#description h2 {
	font-size: 16px;
	padding: 0px 0px 3px 0px;
	margin: 0px 0px 3px 0px;
	border-bottom: 1px dashed #555;
	color: #f1f1f1;
}

#description h3 {
	font-size: 16px;
	padding: 0px 0px 3px 0px;
	margin: 0px 0px 3px 0px;
	border-bottom: 1px dashed #555;
	color: #f1f1f1;
}

#description h4 {
	font-size: 16px;
	padding: 0px 0px 3px 0px;
	margin: 15px 0px 3px 0px;
	border-bottom: 1px dashed #555;
	color: #f1f1f1;
}

#sub-ad-container {
	background-color: #000; 
	margin: 15px 0px 0px 0px; 
	padding: 5px 0px 20px 0px; 
	width: 100%; 
	height: auto; 
	border-radius: 10px; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
	float: left;
	border-top: 1px dashed #555;
}

#sub-ad-label {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	text-align: center;
	width: 100%;
	height: 15px;
	line-height: 15px;
	color: #f1f1f1;
	float: left;
}

#sub-ad {
	width: 100%;
	padding: 0px 10px;
	margin: 5px auto 0px auto;
	overflow: hidden;
}

#details-video {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 15px;
	height: 0;
	overflow: hidden;
	width: 100%;
	margin: 15px 0px 0px 0px;
	float: left;
}

#details-video iframe, #details-video object, #details-video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.sub-article {
	width: 100%;
	height: 30px;
	margin: 15px 0px 0px 0px;
	padding: 0px;
	float: left;
}

#description .sub-article .check-it-out {
	width: 80%;
	height: 30px;
	margin: 0px;
	text-align: center;
	padding: 0px;
	float: left;
	border-right: 1px solid #000;
}

#description .sub-article .check-it-out a {
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	background-color: #444;
	margin: 0px;
	text-align: center;
	padding: 0px;
	font-size: 16px;
	color: #f1f1f1;
	border-radius: 10px 0px 0px 10px;
	-moz-border-radius: 10px 0px 0px 10px;
	-webkit-border-radius: 10px 0px 0px 10px;
}

#description .sub-article .check-it-out a:hover {
	background-color: #bdff00;
	color: #000;
}

.share {
	display: block;
	width: 22%;
	height: 20px;
	line-height: 20px;
	background-color: #444;
	margin: 8px 0px 0px 0px;
	text-align: center;
	padding: 0px 5px;
	font-size: 14px;
	color: #f1f1f1;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	cursor: pointer;
	float: right;
}

.share:hover {
	background-color: #bdff00;
	color: #000;
}

.share-panel {
	display: none;
	width: 100%;
	height: auto;
	margin: 10px 0px 0px 0px;
	padding: 0px 15px 10px 15px;
	float: left;
	background-color: #222;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#content-sub {
	width: 100%;
	margin: 20px 0px 0px 0px;
	padding: 0px;
	float: left;
}

#content-sub ul.tabs {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style: none;
	height: 30px;
	border: none;
	width: 100%;
	text-indent: 0px;
}

#content-sub ul.tabs li {
	float: left;
	margin: 0px 5px 0px 0px;
	padding: 0px;
	height: 30px;
	width: 32%;
	line-height: 30px;
	border: none;
	background-color: #444;
	color: #fff;
	text-align: center;	
	border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
}

#content-sub ul.tabs li a {
	text-decoration: none;
	height: 30px;
	line-height: 32px;
	color: #fff;
	display: block;
	font-size: 16px;
	padding: 0px;
	border: 0px;
	outline: none;
	border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
}

#content-sub ul.tabs li a:hover {
	background-color: #bdff00;
	color: #000;
}

#content-sub ul.tabs li.active a {
	color: #f1f1f1;
	background-color: #000;
}

#content-sub ul.tabs li.active a:hover {
	color: #bdff00;
}

#find {
	float: left; 
	width: 100%;
	margin: 0px;
	padding: 20px 20px 0px 20px;
	background-color: #000;
	border-radius: 0px 10px 10px 10px;
	-moz-border-radius: 0px 10px 10px 10px;
	-webkit-border-radius: 0px 10px 10px 10px;
}

#find h2 {
	font-size: 16px;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 15px 0px;
	border-bottom: 1px dashed #555;
	color: #f1f1f1;
}

#find #via {
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: auto;
	float: left;
}

#find .store {
	padding: 0px;
	margin: 0px 0px 15px 0px;
	color: #f1f1f1;
	height: 30px;
	float: left;
	width: 100%;
}

#find .store a {
	display: inline-block;
	padding: 0px 15px;
	margin: 0px;
	font-size: 16px;
	width: auto;
	height: 30px;
	line-height: 30px;
	color: #fff;
	background-color: #444;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	text-decoration: none;
}

#find .store a span {
	color: #bdff00;
}

#find .offer {
	font-size: 12px;
	padding: 10px;
	margin: 0px 0px 15px 0px;
	width: 100%;
	height: auto;
	line-height: 18px;
	color: #f1f1f1;
	border: 1px dashed #ddd;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	float: left;
}

#find .offer .offer-name {
	width: 100%;
	color: #f1f1f1;
	font-size: 14px;
	line-height: 14px;
	margin: 0px;
	float: left;
}

#find .offer .offer-code {
	width: 100%;
	height: auto;
	padding: 0px; 
	margin: 8px 0px 0px 0px;
	float: left;
}

#find .offer .offer-code a {
	color:#000; 
	font-size: 16px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #bdff00; 
	padding: 7px 10px 5px 10px; 
	margin: 0px;
	text-decoration: none;
	float: left;
}

#find .offer .offer-code a:hover {
	color:#bdff00; 
	background-color: #555; 
}

#find .offer .offer-details {
	width: 100%;
	color: #f1f1f1;
	font-size: 12px;
	line-height: 12px;
	margin: 8px 0px 0px 0px;
	float: left;
}

#find .offer .offer-expires {
	width: 100%;
	color: #f1f1f1;
	font-size: 12px;
	line-height: 12px;
	margin: 3px 0px 0px 0px;
	float: left;
}

#find .find-it-on {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	color: #fff;
	height: 30px;
	float: left;
	width: 100%;
}

#find .find-it-on a {
	display: inline-block;
	padding: 0px 10px;
	margin: 0px;
	font-size: 16px;
	width: auto;
	height: 30px;
	line-height: 30px;
	color: #fff;
	background-color: #444;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#find .find-it-on a:hover {
	color: #000;
	background-color: #bdff00;
	text-decoration: none;
}

#find .find-it-on a span {
	color: #bdff00;
}

#find .find-it-on a:hover, #find .find-it-on a:hover span {
	color: #000;
}

/* RELATED OFFERS */

#find #offers {
	width: 100%;
	margin: 5px 0px 0px 0px;
	padding: 15px 0px 15px 0px;
	float: left;
	border-top: 1px dashed #555;
}

#find #compare {	
	width: 50%;
	margin: 0px;
	padding: 0px 20px 0px 0px;
	float: left;
	color: #f1f1f1;
}

#find #compare #compare-top {
	height: 25px;
	margin: 0px 0px 15px 0px;
}

#find #compare h2 {
	font-size: 14px;
	line-height: 25px;
	padding: 0px;
	margin: 0px 0px 15px 0px;
	border: none;
	color: #f1f1f1;
}

#find #compare .compare-offer {
	float: left;
	width: 100%;
	height: auto;
	overflow:hidden;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
	border-bottom: 1px dashed #555;
}

#find #compare .compare-offer .compare-offer-image {
	max-height: 130px;
	width: 130px;
	height: 130px;
	padding: 0px;
	margin: 0px;
	float: left;
	background-color: #000;
}

#find #compare .compare-offer .compare-offer-image img {
	max-width: 130px;
	max-height: 130px;
	padding: 0px;
	margin: 0px;
	border: 0px;
}

#find #compare .compare-offer .compare-offer-details {
	margin: 0px 0px 0px 140px;
	padding: 0px 0px 0px 15px;
	border: none;
	height: 130px;
	display: table-cell;
	vertical-align: middle;
}

#find #compare .compare-offer .compare-offer-details .compare-offer-title {
	font-size: 14px;
	line-height: 16px;
	color: #b4b4b4;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#find #compare .compare-offer .compare-offer-details .compare-offer-title a {
	font-size: 14px;
	line-height: 16px;
	color: #b4b4b4;
	text-decoration: underline;
}

#find #compare .compare-offer .compare-offer-details .compare-offer-title a:hover {
	text-decoration: underline;
}

#find #compare .compare-offer .compare-offer-details .compare-offer-merchant {
	margin: 5px 0px 0px 0px;
	padding: 0px;
	width: 100%;
	height: auto;
	float: left;
	font-size: 13px;
	line-height: 13px;
	color: #f1f1f1;
}

#find #compare .compare-offer .compare-offer-details .compare-offer-merchant a {
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	line-height: 13px;
	color: #f1f1f1;
}

#find #compare .compare-offer .compare-offer-details .compare-offer-merchant a:hover {
	text-decoration: underline;
}

#find #compare .compare-offer .compare-offer-details .compare-offer-price {
	margin: 2px 0px 0px 0px;
	padding: 0px;
	width: 100%;
	float: left;
	font-size: 13px;
	line-height: 13px;
	color: #f1f1f1;
}

#find #compare .compare-offer .compare-offer-details .compare-offer-price a {
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	line-height: 13px;
	color: #bdff00;
	text-decoration: none;
}

#find #compare .compare-offer .compare-offer-details .compare-offer-price a:hover {
	text-decoration: underline;
}

#find #compare .compare-bottom {
	width: 100%;
	margin: 0px;
	padding: 0px;
	float: left;
	color: #f1f1f1;
	text-align: center;
	font-size: 12px;
	line-height: 12px;
}

#find #compare .compare-bottom a {
	font-size: 12px;
	line-height: 12px;
	color: #f1f1f1;
	text-decoration: none;
}

#find #compare .compare-bottom a:hover {
	color: #bdff00;
	text-decoration: underline;
}

/* Right Now On */

#find #right-now  {
	width: 50%;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	float: left;
	color: #f1f1f1;
	border-left: 1px dashed #555;
}

#find #right-now #right-now-top { 
	width: 100%;
	height: 25px;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	float: left;
	color: #f1f1f1;
}

#find #right-now #right-now-top .right-now-logo  {
	margin: 0px 10px 0px 0px;
	padding: 0px;
	height: 25px;
	border: none;
	float: left;
	background-color: #fff;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

#find #right-now #right-now-top .right-now-logo img {
	margin: 0px;
	padding: 0px;
	width: auto;
	height: 25px;
	border: none;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

#find #right-now #right-now-top h2 {
	font-size: 14px;
	padding: 0px;
	margin: 0px;
	color: #f1f1f1;
	line-height: 25px;
	border: none;
}

#find #right-now .right-now-item {
	float: left;
	width: 100%;
	height: auto;
	overflow:hidden;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
	border-bottom: 1px dashed #555;
}

#find #right-now .right-now-item .right-now-image {
	max-height: 130px;
	width: 130px;
	height: 130px;
	padding: 0px;
	margin: 0px;
	float: left;
	background-color: #000;
}

#find #right-now .right-now-item .right-now-image img {
	max-width: 130px;
	max-height: 130px;
	padding: 0px;
	margin: 0px;
	border: 0px;
}

#find #right-now .right-now-item .right-now-details {
	margin: 0px 0px 0px 140px;
	padding: 0px 0px 0px 15px;
	border: none;
	height: 130px;
	display: table-cell;
	vertical-align: middle;
}

#find #right-now .right-now-item .right-now-details .right-now-title {
	font-size: 14px;
	line-height: 16px;
	color: #b4b4b4;
	margin: 0px;
	padding: 0px;
	border: none;
}

#find #right-now .right-now-item .right-now-details .right-now-title a {
	font-size: 14px;
	line-height: 16px;
	color: #b4b4b4;
	text-decoration: underline;
}

#find #right-now .right-now-item .right-now-details .right-now-title a:hover {
	text-decoration: underline;
}

#find #right-now .right-now-item .right-now-details .right-now-price {
	margin: 2px 0px 0px 0px;
	padding: 0px;
	width: 100%;
	float: left;
	font-size: 13px;
	line-height: 13px;
	color: #bdff00;
}

#find #right-now .right-now-item .right-now-details .right-now-price a {
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	line-height: 13px;
	color: #bdff00;
	text-decoration: none;
}

#find #right-now .right-now-item .right-now-details .right-now-price a:hover {
	text-decoration: underline;
}

#find #right-now .right-now-item .right-now-details .right-now-merchant {
	margin: 5px 0px 0px 0px;
	padding: 0px;
	width: 100%;
	float: left;
	font-size: 13px;
	line-height: 13px;
	color: #f1f1f1;
}

#find #right-now .right-now-item .right-now-details .right-now-merchant a {
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	line-height: 13px;
	color: #f1f1f1;
	text-decoration: none;
}

#find #right-now .right-now-item .right-now-details .right-now-merchant a:hover {
	text-decoration: underline;
}

#find #right-now .right-now-item .right-now-details .right-now-bids {
	margin: 5px 0px 0px 0px;
	padding: 0px;
	width: 100%;
	float: left;
	font-size: 13px;
	line-height: 13px;
	color: #f1f1f1;
}

#find #right-now .right-now-item .right-now-details .right-now-bids a {
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	line-height: 13px;
	color: #f1f1f1;
	text-decoration: none;
}

#find #right-now .right-now-item .right-now-details .right-now-bids a:hover {
	text-decoration: underline;
}

#find #right-now .right-now-bottom {
	width: 100%;
	margin: 0px;
	padding: 0px;
	float: left;
	color: #f1f1f1;
	text-align: center;
	font-size: 12px;
	line-height: 12px;
}

#find #right-now .right-now-bottom a {
	font-size: 12px;
	line-height: 12px;
	color: #f1f1f1;
	text-decoration: none;
}

#find #right-now .right-now-bottom a:hover {
	color: #bdff00;
	text-decoration: underline;
}

.hidden {
	display: none;
}

/* FEATURES */

#features {
	float: left; 
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 15px;
	display: none;
	font-size: 16px;
	background-color: #000;
	color: #f1f1f1;
	border-radius: 0px 10px 0px 0px;
	-moz-border-radius: 0px 10px 0px 0px;
	-webkit-border-radius: 0px 10px 0px 0px;
}

#features h2 {
	font-size: 16px;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 10px 0px;
	border-bottom: 1px dashed #555;
	color: #f1f1f1;
}

#features ul {
	width: 100%;
	margin: 0px;
}

#features ul li {
	width: 100%;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	list-style-type: square;
	list-style-position: inside;
	padding-left: 1em;
	text-indent: -1em;
	font-size: 13px;
}

/* TAGS */

#tags {
	float: left; 
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 15px;
	display: none;
	font-size: 16px;
	background-color: #000;
	color: #f1f1f1;
	border-radius: 0px 10px 0px 0px;
	-moz-border-radius: 0px 10px 0px 0px;
	-webkit-border-radius: 0px 10px 0px 0px;
}

#tags h2 {
	font-size: 16px;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 10px 0px;
	border-bottom: 1px dashed #555;
	color: #f1f1f1;
}

#tags a {
	margin: 0px 10px 15px 0px;
	padding: 0px 10px;
	text-transform: capitalize;
	color: #bdff00;
	font-size: 14px;
	height: 25px;
	line-height: 25px;
	float: left;
	background-color: #555;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#tags a:hover {
	color: #555;
	background-color: #bdff00;
	text-decoration: none;	
}

#tags .more-full {
	color: #f1f1f1;
	margin: 0px 10px 0px 0px;
	float: left;
}

#tags .more {
	color: #f1f1f1;
	margin: 0px;
}

#tags .more a {
	cursor: pointer;
	color: #f1f1f1;
}

#tags span {
	display: none;
}

#main-sort {
	display: none;
	float: left;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	width: 100%;
	height: 30px;
	display: table;
	table-layout: fixed;
}

#main-sort ul {
	display: table-row;
	margin: 0px;
	padding: 0px;
}

#main-sort ul li {
	display: table-cell;
	list-style: none;
	text-align: center;
	margin: 0px;
	padding: 0px;
	border-right: 1px solid #000;
}

#main-sort ul li:first-child {
	border-radius: 10px 0px 0px 10px;
	-moz-border-radius: 10px 0px 0px 10px;
	-webkit-border-radius: 10px 0px 0px 10px;
}

#main-sort ul li:last-child {
	border-radius: 0px 10px 10px 0px;
	-moz-border-radius: 0px 10px 10px 0px;
	-webkit-border-radius: 0px 10px 10px 0px;
	border: 0px;
}

#main-sort ul li a {
	display: block;
	text-decoration: none;
	font-size: 14px;
	height: 30px;
	line-height: 32px;
	padding: 0px;
	text-decoration: none;
	border: 0px;
	text-align: center;
	width: auto;
	color: #f1f1f1;
	white-space: nowrap;
	background-color: #333;
}

#main-sort ul li a span {
	color: #bdff00;
}

#main-sort ul li a:hover {
	text-decoration: none;
	color: #000;
	background: #bdff00;
}

#main-sort ul li a:hover span {
	color: #000;
}

#main-sort ul li a.current, #main-sort ul li a span  {
	text-decoration: none;
	color: #000;
	background: #bdff00;
}

#main-sort ul li:first-child a {
	border-radius: 10px 0px 0px 10px;
	-moz-border-radius: 10px 0px 0px 10px;
	-webkit-border-radius: 10px 0px 0px 10px;
}

#main-sort ul li:last-child a {
	border-radius: 0px 10px 10px 0px;
	-moz-border-radius: 0px 10px 10px 0px;
	-webkit-border-radius: 0px 10px 10px 0px;
}

/* MORE */

.more {
	width: 100%;
	margin: 20px auto 0px auto;
	padding: 10px 10px 0px 10px;
	background-color: #000;
	color: #f1f1f1;
	float: left;
	border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
}

.more h2 {
	font-size: 14px;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 15px 0px;
	color: #f1f1f1;
	border-bottom: 1px dashed #555;
	width: 100%;
}

.more-title {
	padding: 5px 5px 0px 5px;
}

.show-all {
	padding: 0px;
	margin: 0px;
	color: #f1f1f1;
	float: left;
	text-align: center;
	width: 100%;
	border-top: 1px solid #333;
}

.show-all a {
	display: block;
	width: 100%;
	padding: 0px;
	margin: 0px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background-color: #000;
	font-size: 13px;
	color: #f1f1f1;
	border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
}

.show-all a span {
	color: #bdff00;
}

.show-all a:hover {
	text-decoration: none;
	background-color: #bdff00;
	color: #000;
}

.show-all a:hover span {
	color: #000;
}

.thumbs {
	float: left;
	padding: 0px;
 	width: 100%;
 	max-width: 300px;
    margin: 0px 0px 15px 0px; 
	border: 0px;
	display: -webkit-flex;
    display: -ms-flexbox;
	display: flex;
}

.thumbs:nth-last-child(2) {
    margin: 0px 0 5px 0; 
}

.thumbs-content {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
	border: 0px;
	background-color: #222;
	position: relative;
}

.thumbs-categories {
	margin: 0px;
	padding: 0px;
	width: auto;
	height: 20px;
	float: left;
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 3;
}

.thumbs-categories a {
	display:block;
	margin: 0px;
	padding: 0px 10px;
	width: auto;
	height: 20px;
	font-size: 14px;
	line-height: 20px;
	color: #bdff00;
	text-decoration: none;
	background-color: #222;
	cursor: pointer;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.thumbs-categories a:hover {
	color: #000;
	background-color: #bdff00;
}

.thumbs-image {
	width: 100%;
	padding: 0px;
	margin: 0px;
	border: 0px;
	float: left;
}

.thumbs-image img {
	width: 100%;
	padding: 0px;
	margin: 0px;
	float: left;
	cursor: pointer;
}

.thumbs-title {
	display: table;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
	width: 100%;
}

.thumbs-title a {
	display: table-cell;
	margin: 0px;
	padding: 0px; 
	font-size: 14px;
	line-height: 16px;
	vertical-align: middle;
	height: 55px;
	color: #f1f1f1;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}

.thumbs-ad {
	width: 100%;
	text-align: center; 
	overflow: hidden;
}

.thumbs-ad-label {
	margin: 0px; 
	font-size: 11px;
	text-align: center;
	width: 300px; 
	height: 15px; 
	line-height: 15px; 
	color: #f1f1f1;
}

.thumbs-ad-lg {
	width: 300px; 
	height: 600px;
	text-align:center; 
}

.thumbs-ad-sm {
	width: 300px; 
	height: 250px;
	text-align:center; 
}

/* Contact */

.contact-short-input {
	width: 280px;
	margin: 5px 0px 0px 0px;
	padding: 5px 10px;
	font-size: 16px;
	color: #000;
	border: 0px;
	background-color: #f1f1f1;
}

.contact-long-input {
	width: 280px;
	margin: 5px 0px 5px 0px;
	padding: 10px 10px;
	font-size: 16px;
	color: #000;
	border: 0px;
	background-color: #f1f1f1;
}

.contact-submit {
	font-size: 15px;
	width: 280px;
	margin: 0px 0px 15px 0px;
	padding: 5px 10px;
	font-size: 16px;
	line-height: 25px;
	background-color: #555;
	color: #bdff00;
	float: left;
	border: 0px;
	text-align: center;
	cursor: pointer;
	-webkit-appearance: none;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.contact-submit:hover {
	background-color:#bdff00;
	color: #000;
}

/* Footer */

.footer {
	width: 100%;
	min-width: 240px;
	color: #f1f1f1;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 20px 20px;
	background-color: #000;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	float: left;
}

.footer a {
	color: #bdff00;
}

.footer .clmn {
	min-width: 200px;
	max-width: 430px;
	float: left;
	padding: 0px;
	margin: 20px 0px 0px 0px;
	border: 0px;
}

.footer .clmn .clmn-item {
	min-width: 200px;
	max-width: 430px;
	min-height: 85px;
	margin: 0px 0px 10px 0px; 
	padding: 0px 0px 10px 0px; 
	float: left;
	border-bottom: 1px dashed #555;
}

.footer .clmn .clmn-item .clmn-item-image {
	width: 75px;
	height: 75px;
	margin: 0px 10px 0px 0px; 
	padding: 0px;
	float: left;
}

.footer .clmn .clmn-item .clmn-item-image img {
	width: 75px;
	height: 75px;
	margin: 0px; 
	padding: 0px;
	float: left;
}

.footer .clmn .clmn-item .clmn-item-details {
	height: 75px;
	min-height: 75px;
	min-width: 114px;
	max-width: 345px;
	margin: 0px; 
	padding: 0px;
	overflow:hidden;
	display: table-cell;
	vertical-align: middle;
}

.footer .clmn .clmn-item .clmn-item-details a {
	width: 100%;
	color: #bdff00;
	font-size: 14px;
	line-height: 16px;
	float: left;
}

.footer .clmn .clmn-item .clmn-item-details span {
	width: 100%;
	margin: 5px 0px 0px 0px;
	font-size: 12px;
	line-height: 14px;
	color: #f1f1f1;
	float: left;
}


.footer .clmn .clmn-item-all {
	width: 100%;
	min-width: 200px;
	max-width: 430px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	text-align: center;
	font-size: 14px;
	line-height: 14px;
	color: #f1f1f1;
	float: left;
}

.footer h3 {
	max-width: 1000px;
	font-size: 16px;
	color: #f1f1f1;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 8px 0px;
	border-bottom: 1px dashed #555;
}

.footer .footer-about {
	float: left;
	min-width: 200px;
	max-width: 430px;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}

.footer .footer-about p {
	float: left;
	min-width: 200px;
	max-width: 430px;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

.footer .footer-nav {
	float: left;
	min-width: 200px;
	max-width: 430px;
	font-size: 14px;
	margin: 20px 0px 0px 0px;
	padding: 0px;
}

.footer .footer-nav span {
	width: 100%;
	min-width: 200px;
	max-width: 430px;
	font-size: 14px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	float: left;
}

.footer .footer-nav span a {
	font-size: 14px;
}

.footer .footer-nav span a:hover {
	text-decoration: underline;
}

.footer .footer-email {
	float: left;
	max-width: 100%;
	width: 100%;
	font-size: 14px;
	line-height: 16px;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

.footer .footer-email .footer-email-box {
	float: left;
	background-color: #333;
	padding: 15px 15px 5px 15px;
	margin: 0px;
	max-width: 100%;
	width: 100%;
	font-size: 14px;
	line-height: 16px;
	color: #fff;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.footer .footer-email .footer-email-box p {
	float: left;
	max-width: 100%;
	width: 100%;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

.footer .footer-email form {
	border: none;
	padding: 0px;
	margin: 0px;
}

.footer .footer-email .footer-email-box .footer-email-input {
	width: 80%;
	height: 30px;
	margin: 0px 5px 0px 0px;
	padding: 0px 10px;
	line-height: 32px;
	font-size: 16px;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	color: #333;
	float: left;
	border: 0px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.footer .footer-email .footer-email-box .footer-email-submit {
	font-size: 15px;
	width: 15%;
	height: 30px;
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
	background-color:#bdff00;
	color: #000;
	float: right;
	border: 0px;
	text-align: center;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	cursor: pointer;
	-webkit-appearance: none;
}

.footer .footer-email .footer-email-box .footer-email-submit:hover {
	background-color:#000;
	color: #bdff00;
}

.footer .footer-follow {
	display: inline;
	float: left;
	max-width: 100%;
	width: 100%;
	font-size: 14px;
	line-height: 16px;
	margin: 20px 0px 0px 0px;
	padding: 0px;
}

.footer .footer-follow a {
	display: block;
	margin: 0px 5px 5px 0px;
	float: left;
}

.footer .footer-follow a:last-child {
	margin: 0px 0px 0px 0px;
}

.footer .footer-follow img {
	width: 50px;
	height: 50px;
}

#copyright {
	text-align: center;
	background-color: #000;
	border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	font-size: 14px;
	line-height: 20px;
	color: #f1f1f1;
	width: 100%;
	min-width: 240px;
	padding: 12px 10px 10px 10px;
	margin: 20px 0px 0px 0px;
	float: left;
}

#copyright a {
	color: #bdff00;
}

#copyright a:hover {
	text-decoration: underline;
}

#close-overlay {
	display: none;
	height:100%;
	width:100%;
	position:fixed;
	left:0;
	top:0;
	z-index:999 !important;
	filter: alpha(opacity=0); /* internet explorer */
	-khtml-opacity: 0;      /* khtml, owidth="100" height="100"ld safari */
	-moz-opacity: 0;       /* mozilla, netscape */
	opacity: 0;           /* fx, safari, opera */
	cursor: pointer;
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#000;}
#colorbox{outline:0;}
    #cboxContent{margin-top:20px;background:#000; border-radius: 10px;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{border:5px solid #000; background:#fff; border-radius: 10px;}
        #cboxTitle{position:absolute; top:-20px; left:0; color:#fff; font-size: 14px; padding: 0px 0px 0px 10px;}
        #cboxCurrent{position:absolute; top:-20px; right:0px; color:#fff; font-size: 14px; padding: 0px 10px 0px 0px;}
        #cboxLoadingGraphic{background:url(/img/colorbox/loading.gif) no-repeat center center;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}
        
        #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
        #cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-32px; background:url(/img/colorbox/controls.png) no-repeat top left; width:28px; height:65px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:bottom left;}
        #cboxNext{position:absolute; top:50%; right:5px; margin-top:-32px; background:url(/img/colorbox/controls.png) no-repeat top right; width:28px; height:65px; text-indent:-9999px;}
        #cboxNext:hover{background-position:bottom right;}
        #cboxClose{position:absolute; top:5px; right:5px; display:block; background:url(/img/colorbox/controls.png) no-repeat top center; width:38px; height:19px; text-indent:-9999px;}
        #cboxClose:hover{background-position:bottom center;}

.clear {
	clear:both;
}

.adslot-leaderboard { display: block; max-width: 728px; }
.adslot-middle { display: block; max-width: 728px; }
.adslot-right { display: block; width: 300px; height: 250px; }


@media (min-width: 876px) { 
	#content-right { width: 300px; height: 265px; }
	#content-right-ad { width: 300px; height: 250px; }
	.adslot-right { width: 300px; height: 250px; } 
}

@media (min-width: 776px) and ( max-width: 875px ) { 
	#content-container { margin-right: -270px; }
	#content-left { margin-right: 270px; }
	#content-right { width: 250px; height: 265px; }
	#content-right-ad { width: 250px; height: 250px; }
	.adslot-right { width: 250px; height: 250px;  } 
}

@media (max-width: 775px) {
	#content-right { display: none; }
	#content-right-ad { display: none; }
	.adslot-right { display: none; } 
}

@media (max-width: 500px) {
	#middle-ad { max-width: 336px; max-height: 280px; }
	.adslot-leaderboard { max-width: 336px; max-height: 280px; }
	#content-sub-container { float: none; }
	#content-sub-ad { max-width: 336px; max-height: 280px; margin: 0px auto; }
	.adslot-middle { max-width: 336px; max-height: 280px; }
}

@media screen and ( min-width: 1146px ) and ( max-width: 2532px ) /* 4 items per row */ {
	#nav ul li a { font-size: 15px; }
	#nav ul li:first-child a { padding-left: 8px; }
}

@media screen and ( min-width: 910px ) and ( max-width: 1145px ) /* 3 items per row */ {
	#nav ul li a { font-size: 14px; }
	#nav ul li:first-child a { padding-left: 8px; }
}

@media screen and ( min-width: 776px ) and ( max-width: 909px ) /* 3 items per row */ {
	#nav ul li a { font-size: 13px; }
	#nav ul li:first-child a { padding-left: 8px; }
}
 
@media screen and ( min-width: 501px ) and ( max-width: 775px ) /* 2 items per row */ {
    #nav ul li:nth-last-child(2) { display: none; }
}

@media (min-width: 776px) {
	#middle-xl img { min-height: 300px; }
}
	
@media (min-width: 1196px) {
	#middle-title h1 { font-size: 15px; }
}

@media (max-width: 1195px) {
	#middle-title h1 { font-size: 15px; }
}

@media (max-width: 1000px) {
	#middle-title h1 { font-size: 14px; }
}

@media screen and ( min-width: 990px ) {
	.more-container { width: 940px; margin: 0px auto; float: none; }
    .thumbs { width: 300px; margin: 0px 20px 15px 0px; }
    .thumbs:nth-child(3n) { margin-right: 0px; }
}

@media screen and ( min-width: 969px ) and ( max-width: 989px ) {
	.more-container { width: 920px; margin: 0px auto; float: none; }
    .thumbs { width: 300px; margin: 0px 10px 15px 0px; }
    .thumbs:nth-child(3n) { margin-right: 0px; }
}

@media screen and ( min-width: 890px ) and ( max-width: 968px ) {
	.more-container { width: 700px; margin: 0px auto; float: none; }
    .thumbs { width: 300px; margin: 0px 100px 15px 0px; }
    .thumbs:nth-child(2n) { margin-right: 0px; }
}

@media screen and ( min-width: 750px ) and ( max-width: 889px ) {
	.more-container { width: 650px; margin: 0px auto; float: none; }
    .thumbs { width: 300px; margin: 0px 50px 15px 0px; }
    .thumbs:nth-child(2n) { margin-right: 0px; }
}

@media screen and ( min-width: 650px ) and ( max-width: 749px ) {
	.more-container { width: 620px; margin: 0px auto; float: none; }
    .thumbs { width: 300px; margin: 0px 20px 15px 0px; }
    .thumbs:nth-child(2n) { margin-right: 0px; }
}

@media screen and ( max-width: 649px ) {
	.more-container { width: 300px; margin: 0px auto; float: none; }
    .thumbs { width: 300px; margin: 0px 0px 15px 0px; }
}

@media screen and ( max-width: 400px ) {
	.more { padding: 5px; }
	.more h2 { font-size: 14px; margin: 0px 0px 15px 0px; }
	.more-title { padding: 5px 5px 0px 5px; }	
}

@media screen and ( min-width: 776px ) and ( max-width: 925px ) {
	#middle-back-button { width: 60px; } 
	#middle-back-button a { background-image: url("/img/icon-prev-sm.png"); width: 60px; background-position: -18px -300px; }
	#middle-back-button a:hover { background-position: -18px 0px; }
	#middle-back-button-end { width: 60px; } 
	#middle-back-button-end a { background-image: url("/img/icon-home-sm.png"); width: 60px; background-position: -18px -300px; }
	#middle-back-button-end a:hover { background-position: -18px 0px; }
	#middle-content { margin-left: 60px; margin-right: 60px; }
	#middle-next-button { width: 60px; } 
	#middle-next-button a { background-image: url("/img/icon-next-sm.png"); width: 60px; background-position: -18px -300px; }
	#middle-next-button a:hover { background-position: -18px 0px; }
	#middle-next-button-end { width: 60px; } 
	#middle-next-button-end a { width: 60px; background-position: -584px -70px; }
	#middle-next-button-end a:hover { background-position: -473px -70px; }
}

@media screen and ( min-width: 386px ) and ( max-width: 775px ) {
	#container { padding: 0px 5px; }
	#content-container { margin: 0px; } 
}

@media screen and ( min-width: 300px ) and ( max-width: 385px ) {
	#container { padding: 0px 5px; }
	#content { padding: 15px; } 
	#content-container { margin: 0px; padding: 0px; } 
}

@media screen and ( max-width: 299px ) {
	#container { padding: 0px 5px; }
	#content-right { display: none; }
}

@media (max-width: 775px) {
	#middle-title h1 { font-size: 13px !important; }
	#middle-xl { padding: 0px 5px; }
	#search { display: none; }
}

@media (max-width: 485px) {
	h1 { font-size: 14px !important; }
	#description { font-size: 14px; line-height: 22px; }
	#description a { font-size: 14px; line-height: 22px; }
	#content-sub ul.tabs li a { font-size: 14px; }
}

@media (max-width: 413px) {
	#middle-back span, #middle-back-home span, #middle-next span, #middle-next-end span { display: none; }
}

@media (max-width: 675px) {
	#find #compare { width: 100%; padding: 0px; }
	#find #right-now { width: 100%; padding: 0px; margin: 20px 0px 0px 0px; border-left: 0px dashed #555; }
	#find .find-it-on a { font-size: 13px; }
	#find .find-it-on a { font-size: 13px; }
	#find .store a { font-size: 13px; }	
}

@media (max-width: 500px) {
	.categories a { font-size: 14px; }
}

@media (max-width: 775px) {
	#middle-title { padding: 10px; } 
	#middle-back-button, #middle-back-button-end, #middle-next-button, #middle-next-button-end { display: none; }
	#middle-back, #middle-back-end, #middle-next, #middle-next-end { display: block; }
	#middle-content { margin: 0px; }
	#content-container, #content-left { margin: 0px; }
}

@media screen and ( min-width: 501px ) and ( max-width: 775px ) /* 2 items per row */ {
	#header, #nav, #main-sort { display: none; }
	#header-sm { display: block; }
	#middle-content {margin: 0px; }
	#container-nav { display: block; }
} 

@media screen and ( max-width: 500px ) {
	#content { margin-top: 15px; }
	#header, #nav, #main-sort { display: none; }
	#header-sm { display: block; }
	#container-nav { display: block; }
    .footer .footer-about p { max-width: 100%; width: 100%; }
	.footer .footer-nav { max-width: 100%; width: 100%; }
	.footer .footer-follow a { width: 45px; height: 45px; }
	.footer .footer-follow img { width: 45px; height: 45px; }
    #copyright { font-size: 12px; line-height: 14px; }
}

@media screen and ( max-width: 400px ) {
    .nav-mid ul li { display: none; }
    .nav-mid ul li:first-child { display: block; }
    .nav-mid ul li.current-page { display: block; }
    .nav-mid ul li:last-child { display: block; }
	.footer .clmn .clmn-item .clmn-item-details a { font-size: 12px; line-height: 14px; }
	.footer .clmn .clmn-item .clmn-item-details span { font-size: 11px; line-height: 13px; }
	.footer .clmn { margin: 20px 20px 0px 0px; }
}

@media screen and ( min-width: 401px ) and ( max-width: 500px ) {
    .nav-mid ul li { display: none; }
    .nav-mid ul li:first-child { display: block; }
    .nav-mid ul li:nth-child(2) { display: block; }
    .nav-mid ul li:nth-child(3) { display: block; }
    .nav-mid ul li:nth-child(4) { display: block; }
    .nav-mid ul li:nth-child(13) { display: block; }
    .nav-mid ul li:nth-child(14) { display: block; }
    .nav-mid ul li:last-child { display: block; }
    .nav-mid ul li.current-page { display: none; }
	.footer .clmn .clmn-item .clmn-item-details a { font-size: 13px; line-height: 15px; }
	.footer .clmn .clmn-item .clmn-item-details span { font-size: 12px; line-height: 14px; }
	.footer .clmn { margin: 20px 20px 0px 0px; }
}

@media screen and ( min-width: 501px ) and ( max-width: 600px ) {
    .nav-mid ul li { display: none; }
    .nav-mid ul li:first-child { display: block; }
    .nav-mid ul li:nth-child(2) { display: block; }
    .nav-mid ul li:nth-child(3) { display: block; }
    .nav-mid ul li:nth-child(4) { display: block; }
    .nav-mid ul li:nth-child(5) { display: block; }
    .nav-mid ul li:nth-child(13) { display: block; }
    .nav-mid ul li:nth-child(14) { display: block; }
    .nav-mid ul li:last-child { display: block; }
    .nav-mid ul li.current-page { display: none; }
	.footer .clmn { width: 46%; min-width: 200px; max-width: 336px; margin: 20px 4% 0 0; }
	#copyright { font-size: 12px; line-height: 14px; }
}

@media screen and ( min-width: 601px ) and ( max-width: 709px ) {
    .nav-mid ul li { display: none; }
    .nav-mid ul li:first-child { display: block; }
    .nav-mid ul li:nth-child(2) { display: block; }
    .nav-mid ul li:nth-child(3) { display: block; }
    .nav-mid ul li:nth-child(4) { display: block; }
    .nav-mid ul li:nth-child(5) { display: block; }
    .nav-mid ul li:nth-child(6) { display: block; }
    .nav-mid ul li:nth-child(13) { display: block; }
    .nav-mid ul li:nth-child(14) { display: block; }
    .nav-mid ul li:last-child { display: block; }
    .nav-mid ul li.current-page { display: none; }
    .footer .footer-about p { font-size: 13px; }
    .footer .footer-nav span, .footer .footer-nav span a { font-size: 13px; }
    .footer .footer-email .footer-email-box { font-size: 13px; }
    .footer .footer-email .footer-email-box .footer-email-submit { font-size: 14px; }
	.footer .clmn .clmn-item .clmn-item-details a { font-size: 13px; line-height: 15px; }
	.footer .clmn .clmn-item .clmn-item-details span { font-size: 12px; line-height: 14px; }
    .footer .clmn { width: 46%; min-width: 200px; max-width: 336px; margin: 20px 4% 0 0; }
	#copyright { font-size: 12px; line-height: 14px; }
}

@media screen and ( min-width: 710px ) and ( max-width: 855px ) {
    .nav-mid ul li { display: none; }
    .nav-mid ul li:first-child { display: block; }
    .nav-mid ul li:nth-child(2) { display: block; }
    .nav-mid ul li:nth-child(3) { display: block; }
    .nav-mid ul li:nth-child(4) { display: block; }
    .nav-mid ul li:nth-child(5) { display: block; }
    .nav-mid ul li:nth-child(6) { display: block; }
    .nav-mid ul li:nth-child(7) { display: block; }
    .nav-mid ul li:nth-child(13) { display: block; }
    .nav-mid ul li:nth-child(14) { display: block; }
    .nav-mid ul li:last-child { display: block; }
    .nav-mid ul li.current-page { display: none; }
    .footer .footer-about p { font-size: 13px; }
    .footer .footer-nav span, .footer .footer-nav span a { font-size: 13px; }
    .footer .footer-email .footer-email-box { font-size: 13px; }
    .footer .footer-email .footer-email-box .footer-email-submit { font-size: 14px; }
	.footer .clmn .clmn-item .clmn-item-details a { font-size: 13px; line-height: 15px; }
	.footer .clmn .clmn-item .clmn-item-details span { font-size: 12px; line-height: 14px; }
    .footer .clmn { width: 30%; min-width: 200px; max-width: 336px; margin: 20px 3% 0 0; }
}

@media screen and ( min-width: 856px ) {
    .footer .footer-about { font-size: 14px; width: 100%; max-width: 100%; }
    .footer .footer-about p { font-size: 14px; width: 100%; max-width: 100%; }
    .footer .footer-nav { width: 100%; max-width: 100%;  }
    .footer .footer-nav span { font-size: 14px; width: 100%; max-width: 100%; }
    .footer .footer-nav span a { font-size: 14px; width: 100%; max-width: 100%; }
    .footer .footer-email .footer-email-box { font-size: 14px; width: 100%; max-width: 100%; }
    .footer .footer-email .footer-email-box .footer-email-submit { font-size: 14px; }
	.footer .clmn .clmn-item { width: 100%; max-width: 100%; }
	.footer .clmn .clmn-item .clmn-item-details a { font-size: 14px; line-height: 16px; max-width: 1000px; }
	.footer .clmn .clmn-item .clmn-item-details span { font-size: 13px; line-height: 15px; max-width: 1000px; }
    .footer .clmn { width: 31%; min-width: 200px; max-width: 1000px; margin: 20px 2% 0 0; }
}