﻿@charset "utf-8";
body {
	overflow-x: hidden;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background: #121212;
}
html {
    background: #121212;
}
html, html a {
    -webkit-font-smoothing: antialiased !important;
}
html a{
    color: #fff;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	line-height: 1.1;
	color: #00BFFF;
}
h1, .h1 {
	font-size: 36px;
}
h2, .h2 {
	font-size: 24px;
}
h3, .h3 {
	font-size: 18px;
	color: #fff;
}
h4, .h4 {
	font-size: 14px;
}
h5, .h5 {
	font-size: 12px;
}
h6, .h6 {
	font-size: 10px;
}
.lined-heading {
	position: relative;
	margin-top: 0;
	margin-bottom: 50px;
	text-align: center;
	display: block;
}
h1.lined-heading:before, h2.lined-heading:before, h3.lined-heading:before, h4.lined-heading:before, h5.lined-heading:before, h6.lined-heading:before {
	position: absolute;
	top: 50%;
	z-index: 1;
	display: block;
	width: 100%;
	height: 1px;
	border-top: 2px solid #000;
	content: "";
}
h1.lined-heading span, h2.lined-heading span, h3.lined-heading span, h4.lined-heading span, h5.lined-heading span, h6.lined-heading span {
	position: relative;
	z-index: 1;
	padding: 0 20px;
	background: #252525;
	display: inline-block;
	color: #fff;
}
h1 i, h2 i, h3 i, h4 i h5 i {
	padding-right: 15px;
}
body ,.ui-widget, .revolution-starhotel  {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
}
a {
	text-decoration: none;
	-webkit-transition: color 0.2s ease-in;
	-moz-transition: color 0.2s ease-in;
	-ms-transition: color 0.2s ease-in;
	-o-transition: color 0.2s ease-in;
	transition: color 0.2s ease-in;
}
a:hover, a:focus {
	color: #000;
	text-decoration: none;
	-webkit-transition: color 0.2s ease-in;
	-moz-transition: color 0.2s ease-in;
	-ms-transition: color 0.2s ease-in;
	-o-transition: color 0.2s ease-in;
	transition: color 0.2s ease-in;
}
a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.site-pattern {
	background:url(../images/patterns/dark-metal-grid-2.jpg) center center repeat;
}
.body-bks
{
    background: #181818;
}
/* Link hover color */
a:hover, a:focus, .box-icon a:hover, .usp a:hover i {
	color: #00BFFF;
}
/* Margins */
.mt20 {
	margin-top: 20px;
}
.mt0 {
	margin-top: 0px;
}
.mt30 {
	margin-top: 30px;
}
.mt50 {
	margin-top: 50px;
}
.mt100 {
	margin-top: 100px;
}
.mt150 {
	margin-top: 150px;
}
.mt200 {
	margin-top: 200px;
}
.mb20 {
	margin-bottom: 15px;
}
.mb0 {
	margin-bottom: 0px;
}
/* Padding */
.pb0 {
    padding-bottom: 0;
}
.pb15 {
    padding-bottom: 15px;
}
.pr15 {
    padding-right: 15px;
}
/* height */
.h50 
{
    height: 50px;
}
/* Form */
label {
	color: #5e5e5e;
}

/* Buttons */
.btn {
	background: -moz-linear-gradient(top, rgba(255,255,255,0.38) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,0.38)), color-stop(100%, rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.38) 0%, rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,0.38) 0%, rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,0.38) 0%, rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,0.38) 0%, rgba(255,255,255,0) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#61ffffff', endColorstr='#00ffffff', GradientType=0 ); /* IE6-9 */
	color: #ffffff;
	-webkit-box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.3);
	box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.3);
	-webkit-transition: all 0.1s ease-in;
	-moz-transition: all 0.1s ease-in;
	-ms-transition: all 0.1s ease-in;
	-o-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in;
	text-transform: uppercase;
	font-weight: bold;
}
.btn-lg {
	padding: 13px 18px;
	font-size: 14px;
}
.btn-default {
	text-shadow: 0 -1px 0 #fff;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.06) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(0,0,0,0.06))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.06) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.06) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.06) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(0,0,0,0.06) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#0f000000', GradientType=0 ); /* IE6-9 */
	background-color: #fff;
	border-color: #d2d2d2;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
	text-shadow: 0 -1px 0 #fff;
	background-color: #fff;
	border-color: #d2d2d2;
	-webkit-box-shadow: inset 5px 5px 100px 100px #FFFFFF;
	box-shadow: inset 5px 5px 100px 100px #FFFFFF;
}
.btn-purple {
	background-color: #e331bf;
	border-color: #b90a96;
	text-shadow: 0 -1px 0 #c026a1;
}
.btn-purple:hover, .btn-purple:focus, .btn-purple:active, .btn-purple.active, .open .dropdown-toggle.btn-purple {
	background-color: #f449d2;
	border-color: #cf0ba7;
	color: #fff;
}
.btn-black {
	background: -moz-linear-gradient(top, rgba(255,255,255,0.33) 0%, rgba(255,255,255,0.13) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,0.33)), color-stop(100%, rgba(255,255,255,0.13))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.33) 0%, rgba(255,255,255,0.13) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,0.33) 0%, rgba(255,255,255,0.13) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,0.33) 0%, rgba(255,255,255,0.13) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,0.33) 0%, rgba(255,255,255,0.13) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54ffffff', endColorstr='#21ffffff', GradientType=0 ); /* IE6-9 */
	background-color: #000;
	border-color: #000;
	text-shadow: 0 -1px 0 #000;
}
.btn-black:hover, .btn-black:focus, .btn-black:active, .btn-black.active, .open .dropdown-toggle.btn-black {
	background-color: #333;
	border-color: #000;
	color: #fff;
}
.btn-success {
	background-color: #00BFFF;
	border-color: #09c817;
	text-shadow: 0 -1px 0 #408c1f;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
	background-color: #86E215;
	border-color: #75c529;
}
.btn-info {
	background-color: #057ad4;
	border-color: #057ad4;
	text-shadow: 0 -1px 0 #1f659a;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
	background-color: #36a6eb;
	border-color: #2a8de9;
}
.btn-warning {
	background-color: #dc7b13;
	border-color: #d48405;
	text-shadow: 0 -1px 0 #d29128;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
	background-color: #eab037;
	border-color: #d48405;
}
.btn-danger {
	background-color: #c20808;
	border-color: #ba3535;
	text-shadow: 0 -1px 0 #760202;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
	background-color: #e51f1f;
	border-color: #ba3535;
}
section.buttons .btn{
margin: 0 10px 10px 0;
}


/* Grid */
.boxed {
	max-width: 1170px;
	margin: 0 auto;
	background: #252525;
	box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.2);	
}

/* Top Header
-------------------------------------------------- */
/* Items */
#top-header, #top-header a {
	background: #000;
	color: #939393;
	font-size: 11px;
}
#top-header a:hover, #top-header .th-text .th-item .btn-group .btn-default:hover {
	color: #fff;
	text-decoration: none;
}
#top-header i {
	font-size: 14px;
	padding-right: 5px;
}
#top-header .th-text {
	padding: 10px 0;
	font-size: 11px;
}
#top-header .th-text .th-item {
	margin: 0;
	padding: 0;
}
#top-header .th-text .th-item {
	display: inline-block;
	padding: 0 10px;
	line-height: 10px;
	border-right: 1px solid #3c3c3c;
}
#top-header .th-text .th-item:first-child {
	padding-left: 0;
}
#top-header .th-text .th-item:last-child {
	border-right: none;
}
/* Language Dropdown */
#top-header .th-text .th-item .btn-group {
	z-index: 9999;
	margin-top: -6px;
}

#top-header .th-text .th-item h1 
{
	color: #939393;
	font-size: 11px;
	margin: 0;
	padding: 0;
	float: right;
}

#top-header .th-text .th-item h1:hover 
{
    color: #fff;
	text-decoration: none;
}

#top-header .th-text .th-item .btn-group .btn-default {
	color: inherit;
	background-color: transparent;
	border: none;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	text-transform: uppercase;
	font-size: 11px;
	background: none; /* FF3.6+ */
	filter: none; /* IE6-9 */
	-webkit-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
	font-weight: normal;
}
#top-header .th-text .th-item .btn-group:hover {
	color: #fff;
}
#top-header .th-text .th-item .btn-group ul.dropdown-menu {
	font-size: 11px;
	background-color: #272727;
	padding: 0;
	line-height: 20px;
	border: none;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-top: 12px;
}
#top-header .th-text .th-item .btn-group .btn-default span.caret {
	margin-left: 5px;
	margin-top: -4px;
}
#top-header .th-text .th-item .btn-group ul.dropdown-menu > li > a {
	padding: 10px 20px;
	color: #939393;
	text-transform: uppercase;
	-webkit-transition: all 0.1s ease-in;
	-moz-transition: all 0.1s ease-in;
	-ms-transition: all 0.1s ease-in;
	-o-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in;
}
#top-header .th-text .th-item .btn-group ul.dropdown-menu > li > a:hover {
	color: #fff;
}
/* Social Icons */
#top-header .th-text .th-item .social-icons i {
	padding-right: 20px;
}
/* Retina Logo */
header #logo #retina-logo {
	display: none;
}
/* Header
-------------------------------------------------- */
header {
	background: #0b0b0b;
	border-top: 2px solid;
}
/* Base Navigation */
header nav {
	float: left;
	margin: 0 0 0 20px;
}
.navbar {
	border: none;
	-webkit-box-shadow: 0 3px 3px 0 rgba(0,0,0,0.1);
	box-shadow: 0 3px 3px 0 rgba(0,0,0,0.1);
	-webkit-border-radius: 0 0 0 0;
	border-radius: 0 0 0 0;
	z-index: 9997;
}
.navbar-default {
	background-color: #0b0b0b;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
	color: #fff;
	background-color: transparent;
}
.navbar-default .navbar-text {
	color: #fff;
}
.navbar-default .navbar-nav > li > a {
	color: #fff;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	background-color: transparent;
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
	color: #5e5e5e;
	background-color: transparent;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: #00BFFF;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	background-color: #0b0b0b;
}	
.navbar-nav .dropdown-menu  {
	border-top: 2px solid;
	font-size: 13px;
}
.navbar-default .navbar-nav .dropdown-menu > li > a {
	color: #5e5e5e;
}
.navbar-default .navbar-nav .dropdown-menu > .active > a, .navbar-default .navbar-nav .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .dropdown-menu > .active > a:focus {
	color: #ffffff;
	text-decoration: none;
	background-color: #428bca;
	outline: 0;
}
.navbar-default .navbar-nav .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .dropdown-menu > .disabled > a:focus {
	color: #999999;
}
 @media (min-width: 768px) {
/* Logo */
header #logo {
	float: left;
	padding: 10px 20px 10px 0;
	max-width: 100%;
}
/* Navbar */
.navbar {
	position: relative;
	min-height: 30px;
	margin-bottom: 0;
}
.navbar-brand {
	float: left;
	padding: 0;
	font-size: 18px;
	line-height: 20px;
}
.navbar > .container .navbar-brand {
	margin-left: 0;
}
/* Dropdown */
.navbar-nav > li > a {
	padding: 21px 20px;
	font-size: 13px;
	color: #fff;
}
.navbar-nav > li:first-child {
	padding-left: 60px;
}
.navbar-nav .caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 5px;
	vertical-align: middle;
	border-top: 4px solid;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}
.navbar-nav .dropdown {
	position: relative;
}
.navbar-nav .dropdown-toggle:focus {
	outline: 0;
}
.navbar-nav .dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	display: none;
	float: left;
	min-width: 160px;
	padding: 0;
	margin: 0;
	font-size: 13px;
	list-style: none;
	background-color: #ffffff;
	background-color: rgba(255, 255, 255);
	color: rgba(255, 255, 255, 0.95);
	border-right: none;
	border-bottom: 1px solid #fff;
	border-left: none;
	border-radius: 0px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	background-clip: padding-box;
}
.navbar-nav > li > .dropdown-menu {
	margin-top: -1px;
}
.navbar-nav .dropdown-menu.pull-right {
	right: 0;
	left: auto;
}
.navbar-nav .dropdown-menu .divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}
.navbar-nav .dropdown-menu > li > a {
	display: block;
	padding: 10px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.428571429;
	white-space: nowrap;
	-webkit-transition: all ease-in .1s;
	-moz-transition: all ease .1s;
	-ms-transition: all ease .1s;
	-o-transition: all ease .1s;
	transition: all ease-in .1s;
	border-bottom: 1px solid #e1e1e1;
	background-color: transparant;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}
.navbar-nav .dropdown-menu > li:last-child > a {
	border-bottom: 0px;
}
.navbar-nav .dropdown-menu > li > a:hover, .navbar-nav .dropdown-menu > li > a:focus {
	text-decoration: none;
	background-color: #fff;
	-webkit-transition: all ease-out .1s;
	-moz-transition: all ease .1s;
	-ms-transition: all ease .1s;
	-o-transition: all ease .1s;
	transition: all ease-out .1s;
}
.navbar-nav .dropdown-menu > .disabled > a:hover, .navbar-nav .dropdown-menu > .disabled > a:focus {
	text-decoration: none;
	cursor: not-allowed;
	background-color: transparent;
	background-image: none;
 filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.navbar-nav .open > .dropdown-menu {
	display: block;
}
.navbar-nav .open > .dropdown-menu, #top-header .open > .dropdown-menu {
	animation-name: fadeIn;
	animation-duration: 0.4s;
	animation-iteration-count: 1;
	animation-timing-function: ease-out;
	-webkit-animation-name: fadeIn;
	-webkit-animation-duration: 0.4s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: ease-out;
	-moz-animation-name: fadeIn;
	-moz-animation-duration: 0.4s;
	-moz-animation-iteration-count: 1;
	-moz-animation-timing-function: ease-out;
}
/* Shrink Navigation */
.navbar.shrink .navbar {
	height: 64px;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
	transition: all linear 0.3s;
}
.navbar.schrink .navbar-default {
	background-color: rgba(255, 255, 255, 0.95);
}
.navbar #logo {
	width: 100%;
}
.navbar.shrink #logo {
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
	transition: all linear 0.3s;
	padding: 10px 60px 10px 0;
}
.navbar.shrink .navbar-nav > li > a {
	padding-top: 22px;
	padding-bottom: 22px;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
	transition: all linear 0.3s;
}
}
/* Nav Yamm3 Megamenu */
.yamm .nav, .yamm .collapse, .yamm .dropup, .yamm .dropdown {
	position: static;
}
.yamm .container {
	position: relative;
}
.yamm .dropdown-menu {
	left: auto;
}
.yamm .nav.navbar-right .dropdown-menu {
	left: auto;
	right: 0;
}
.yamm .yamm-content {
	padding: 0 30px 20px 30px;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
	left: 0;
	right: 0;
}
.yamm a{
	color: #5e5e5e;
}
.list-unstyled, .list-unstyled ul {
	min-width: 120px;
	color: #5e5e5e;
}

.wallpaper-thumb {
	min-width: 240px;
	min-height: 150px;
	max-width: 400px;
	overflow: hidden;
	position: relative;
	padding-bottom: 7px;
	cursor: pointer;
	margin: 0 auto;
}

.wallpaper-thumb img {
	display: block;
	position: relative;
	width: 100%;
}

.color-g
{
    color: #00BFFF;
}

.wallpaper-thumb .wl-inf-container
{
    display: block;
    position: absolute;
    right: 0px;
    bottom: 15px;
    min-width: 129px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.wallpaper-thumb:hover .wl-inf-container span
{
    background-color: #000;
}

.wallpaper-thumb:hover .wl-inf-container .first-line
{
    background-color: #000;
}

.block-title
{
    text-transform: uppercase;
    text-align: left;
    color: #ff6600;
    margin: 0 10px 5px 10px;
    padding: 5px 0 15px 0;
    font-size: 16px;
    background-image: url("/Styles/SiteTheme/images/side-bar.png");
    background-repeat: repeat-x;
    background-position: left bottom;
    font-weight: 300;
}

.first-line
{
    min-width: 129px;
    color: #fff;
    height: 32px;
    text-align: center;
    font-size: 21px;
    background: rgba(0,0,0, .8);
    font-family: Impact, Charcoal, sans-serif;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.second-line
{
    margin-top: 2px;
    font-family: Tahoma, Geneva, sans-serif;
}

.second-line span
{
    display: inline-block;
    min-width: 41px;
    min-height: 19px;
    color: #fff;
    font-size: 11px;
    float: right;
    background: rgba(0,0,0, .8);
    margin: 0;
    margin-left: 3px;
    padding: 0;
    text-align: center;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    padding-top: 1px;
}

.wl-inf-container .first-line i
{
    color: #00BFFF;
    font-size: 17px;
    position: relative;
    top: -2px;
}

.second-line span i
{
    color: #00BFFF;
}

.second-line span:last-child
{
    margin-left: 0;
}


/* Article */
.blog article {
	padding: 0;
	margin-bottom: 20px;
}
/* Meta */
article .meta {
	z-index: 1;
}
article .meta-date {
	display: inline-block;
	color: #fff;
	position: absolute;
	font-size: 18px;
	font-weight: bold;
	z-index: 9;
	padding: 6px 16px;
	margin: 20px 0 0 0;
	-webkit-border-radius: 30px 30px 30px 30px;
	border-radius: 30px 30px 30px 30px;
	height: 50px;
	width: 50px;
	line-height: 17px;
	text-align: center;
}
article .meta-date span {
	display: block;
	font-size: 11px;
	font-weight: normal;
}
article .meta-author, .meta-category, .meta-comments {
	font-size: 12px;
	padding: 0px 0 10px 0;
	display: inline-block;
	color: #979797;
	margin-right: 20px;
}
/* Aside
-------------------------------------------------- */
/* Headings */
aside h3:first-of-type {
	margin-top: 0;
}
aside h3 {
	padding: 0 0 10px 0;
	border-bottom: 1px solid;
}

/*	Widget: Tags */
aside .widget .tags {
	padding-top: 5px;
}
aside .widget .tags a {
	position: relative;
	display: inline-block;
	margin: 8px 5px 0 0;
	padding: 2px 6px;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
aside .widget .tags a:hover {
	background-color: #000;
}
/* Widget: List Styles */
aside .widget ul {
	margin-top: -10px;
	list-style-type: none;
}
aside .widget ul {
	padding: 0;
	color: #272727;
	text-decoration: none;
}

aside .widget li {
	display: list-item;
	padding-top: 8px;
	padding-bottom: 8px;
	color: #fff;
	text-decoration: none;
}

aside .widget ul.arrow li a:before {
	margin-right: 10px;
	content: "»";
	vertical-align: text-bottom;
	font-size: 12px;
}
aside .widget ul a:hover {
	position: relative;
}
aside .widget ul li {
	margin-bottom: 0;
	border-bottom: 1px solid #00BFFF;
}
aside .widget ul li .badge {
	margin-left: 10px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
/* Widget: Latest News */
aside .widget .news-thumb {
	float: left;
}
aside .widget .news-thumb img {
	border: 3px solid #ccc;
	margin-right: 12px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
aside .widget .news-thumb img:hover {
	opacity: 0.7;
}
aside .widget .news-content h4 {
	padding-top: 2px;
}
aside .widget .news-content a {
	padding: 0;
}
aside .widget .news-content span a {
	color: #ccc;
	font-size: 12px;
}
/* Pages
-------------------------------------------------- */
/* 404 Error page*/
.error-404 {
	text-align: center;
}
.error-404 h2 {
	color: #f5f5f5;
	text-align: center;
	font-size: 200px;
	padding: 30px 0 30px;
}
/* Fontawesome Page */
.fontawesome-icon-list {
	position: relative;
	padding-top: 20px;
}
.fontawesome-icon-list ul li {
	display: inline-block;
	float: left;
	margin: 0;
	width: 270px;
}
.fontawesome-icon-list ul li .fa {
	font-size: 20px;
	width: 20px;
	margin: 0 10px 40px 0;
}
/* Bootstrap Components
-------------------------------------------------- */
/* Image styles */
.img-thumbnail {
	border: 1px solid #ebebeb;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
/* Nav Tabs */
.nav-tabs {
	border-bottom: 1px solid #00BFFF;
	color: #fff;
}
.nav-tabs > li {
	float: left;
	margin-bottom: -1px;
}
.nav-tabs > li > a {
	margin-right: 2px;
	line-height: 1.428571429;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0;
	font-weight: 600;
	padding: 15px 20px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.nav-tabs > li > a:hover {
	border: 1px solid #00a4db;
	background: #00BFFF;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#00BFFF), to(#00a4db));
    background: -moz-linear-gradient(0% 0% 270deg,#00BFFF, #00a4db);
	border: 1px solid #00a4db;
	color: #fff;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	color: #fff;
	cursor: default;
	background: #00BFFF;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#00BFFF), to(#00a4db));
    background: -moz-linear-gradient(0% 0% 270deg,#00BFFF, #00a4db);
	border: 1px solid #00a4db;
	border-bottom-color: transparent;
}
.tab-content {
	padding: 20px;
}
/* Breadcrumb */
.breadcrumb {
	padding: 0;
	margin: 30px 0 20px 0;
	list-style: none;
	background-color: transparent;
}
.breadcrumb > li + li:before {
	padding: 0 5px;
	color: #bdbdbd;
	content: "/\00a0";
}
.breadcrumb > li a {
	color: #fff;
	padding: 3px 5px;
	text-decoration: underline;
}
.breadcrumb > .active {
	color: #fff;
}
/* Popover */
.popover-icon {
	display: inline-block;
	margin-left: 5px;
	cursor: pointer;
}
.popover {
	font-size: 12px;
	color: #5e5e5e;
}
/* Table */
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	border-top: 0px solid #00BFFF;
}
.table td
{
    border-top: 0px solid #00BFFF;
}
.table tr
{
    border-top: 1px solid #00BFFF;
}
.table tr:nth-child(1)
{
    border-top: 0px solid #00BFFF;
}
.table tr:last-child
{
    border-bottom: 1px solid #00BFFF;
}
table i {
	padding-right: 5px;
}
/* Panel */
.panel-default {
	border: 1px solid #ebebeb;
}
.panel-default > .panel-heading {
	border-bottom: 1px solid #ebebeb;
}
/* Pagination */
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	z-index: 2;
	color: #ffffff;
	cursor: default;
	border-color: #00324b;
}
/* Badge */
.badge {
	background: #00BFFF;
}
/* Blockquote */
blockquote {
	margin: 30px 0;
	color: #fff;
}
blockquote span {
	color: #fff;
}

/* Footer
-------------------------------------------------- */
/* Base */
footer {
	color: #939393; 
	background: #0b0b0b;
	font-size: 12px;
	padding: 25px 0 0 0;
	margin-top: 5px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
footer a {
	color: #c1c1c1;
}
footer a:hover, footer a:focus {
	color: #fff;
}
footer h4 {
	font-size: 14px;
	color: #898989;
	text-transform: uppercase;
	margin: 0 0 30px 0;
}
footer ul {
	list-style: none;
	padding: 0;
}
footer ul li {
	border-bottom: 1px solid #898989;
	padding: 10px 0;
}
footer ul li:first-child {
	padding-top: 0;
}
footer ul li:last-child {
	border-bottom: none;
}
footer .form-control {
	border: 1px solid #5b5b5b;
	background-color: transparent;
	font-size: 12px;
	-webkit-box-shadow: inset 0 1px 3px 0 rgba(0,0,0,0.3);
	box-shadow: inset 0 1px 3px 0 rgba(0,0,0,0.3);
}
footer .btn-black{
color: #d1d1d1;
}
/* Footer Bottom */
footer .footer-bottom {
	background: #000;
	padding: 30px 0;
	margin-top: 30px;
	line-height: 14px;
}
footer .footer-bottom ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
footer .footer-bottom ul li {
	border: none;
	padding: 0 10px 0 0;
	display: inline-block;
}
footer .footer-bottom ul li:first-child {
	padding-top: 0;
}


/* Go-Top Button */
#go-top {
	position: fixed;
	float: right;
	right: 24px;
	bottom: 44px;
	z-index: 9999;
	display: none;
	cursor: pointer;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	padding: 10px;
	background-color: #000;
	border: 1px solid;
}
#go-top:hover {
	border-color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#go-top i {
	width: 27px;
	text-align: center;
}
#go-top:hover i {
	color: #fff;
}
#go-top:hover i {
	animation-name: fadeOutUp;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
	-webkit-animation-name: fadeOutUp;
	-webkit-animation-duration: 1s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	-moz-animation-name: fadeOutUp;
	-moz-animation-duration: 1s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: ease-in-out;
}

.lang-flag 
{
    top: -1px;
    position: relative;
    padding-right: 5px;
    }
.footer-text
{
    text-align: justify;
    font-weight: normal;
}

.footer-text h2
{
    display: inline-block;
    margin: 0;
    font-size: 12px;
    color: #939393;
    font-weight: normal;
}
.search-form
{
    margin-top: 20px;
    margin-bottom: 0;
}
.dark-form
{
    background: #0b0b0b;
}
.search-field
{
    display: inline-block;
    height: 34px;
    min-width: 240px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #fff;
    vertical-align: middle;
    background-color: #252525;
    background-image: none;
    border: 1px solid #00BFFF;
    border-radius: 4px;
    margin-right: 8px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    }
.search-field:focus {
	border: 1px solid #fff;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.src-btn
{
    position: relative;
    top: -5px;
    margin-top: 10px;
    }
.tp-line
{
    border-top: 2px solid #000;
    margin-top: 15px;
    width: 100%;
    }
    
.bnr728
{
    max-width: 732px;
    max-height: 94px;
    margin: 0 auto; 
    margin-top: 0px;  
}
.brd-btm
{
    border-bottom: 2px solid #000;
}
.brd-tp
{
    border-top: 2px solid #000;
}
.fl-bt
{
    float: right;
    top: -8px;
    right: -5px;
    position: relative;
}
.blkqt-text
{
    font-size: 13px;
    text-align: justify;
}
.rating-widget
{
    overflow: hidden;
    clear: both;
}
.rating-widget a
{
    color: #fff;
    position: relative;
    top: 8px;
}
.rating-widget .down:hover
{
    color: red;
}
.rating-widget .up:hover
{
    color: green;
}
.rating-t
{
    width: 100%;
    max-height: 60px;
    font-size: 41px;
    text-align: center;
    display: block;
    float: left;
    min-width: 240px;
	background: #000;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#000), to(#272727));
    background: -moz-linear-gradient(0% 0% 270deg,#000, #272727);
	color: #ffffff;
	-webkit-box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.3);
	box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.3);
	-webkit-transition: all 0.1s ease-in;
	-moz-transition: all 0.1s ease-in;
	-ms-transition: all 0.1s ease-in;
	-o-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in;
	text-transform: uppercase;
	font-weight: bold;
	border: 1px solid #000;
	text-shadow: 0 -1px 0 #50878e;
}
.voter-count
{
    font-weight: 600;
    font-size: 44px;
    position: relative;
    left: -5px;
    top: -4px;
    }
.rating-t div
{
    min-width: 33%;
    float: left;
    padding: 0;
    margin: 0;
}
.rating-b
{
    width: 100%;
    text-align: center;
    display: block;
    float: left;
    min-width: 240px;
    background: #000;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#000), to(#272727));
    background: -moz-linear-gradient(0% 0% 270deg,#000, #272727);
	color: #ffffff;
	-webkit-box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.3);
	box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.3);
	-webkit-transition: all 0.1s ease-in;
	-moz-transition: all 0.1s ease-in;
	-ms-transition: all 0.1s ease-in;
	-o-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in;
	background-color: #0b0b0b;
	border: 1px solid #000;
	text-shadow: 0 -1px 0 #50878e;
	border-top: 0px solid #000;
}
.rating-b div
{
    min-width: 33%;
    float: left;
    padding: 0;
    margin: 0;
}
.det-image-area
{
    position: relative;
}
.det-image-area:hover .navi-walps-btn
{
    visibility: visible;
}
.navi-walps-btn
{
    -webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	border-color: #00BFFF !important;
	padding: 10px;
	margin: 0 auto;
	background-color: #0b0b0b;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	filter: Alpha(Opacity=100);
	opacity: 1;
	border: 1px solid #00BFFF;
	position: absolute;
	top: 45%;
	text-align: center;
	color: #00BFFF;
}

.navi-walps-btn i
{
	color: #00BFFF;
}

.navi-walps-btn:hover
{
	background-color: #00BFFF;
	color: #fff;
}
.navi-walps-btn:hover i
{
	color: #fff;
}

.navi-walps-btn i
{
    width: 35px;
    height: 35px;
    font-size: 35px;
    padding-right: 4px;
}

.next-wlp-btn
{
    right: 5%;
    visibility: hidden;
}
.next-wlp-btn i
{
    padding-left: 13px;
    
}
.prvs-wlp-btn
{
    left: 5%;
    visibility: hidden;
}
.pf0
{
    padding: 0;
}
.category-content
{
    overflow: hidden;
    background: #0b0b0b;
    padding: 5px 5px 5px 5px;
    color: #fff;
}
.cat-list > li
{
    min-width: 150px;
    margin: 3px 0;
    color: #fff;
}

.cat-list > li > a
{
    color: #fff;
}

.cat-list > li > span
{
    position: absolute;
    right: 10px;
}
.cat-list i
{
    color: #00BFFF;
}
.nt-vs
{
    display:none;
}
.dark-lnk a
{
    color: #333333;
}
.social-btn
{
    text-align: center;
    padding-bottom: 10px;
}
.social-btn a
{
    margin-right: 5px;
}
.head-line-title
{
   width: 100%; 
   text-align: center; 
   border-bottom: 2px solid #0b0b0b;
   line-height: 0.1em;
   margin: 10px 0 10px;
   font-size: 20px;
   font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
   color: #5e5e5e; 
}

.htitle
{
    height: 40px;
}

div.head-line-title span
{
	background: #252525;
	color: #939393; 
    padding:0 20px;
    font-weight: normal;
}
.wallpaper-area
{
    text-align: center;
}
.cnt-btn
{
    margin-bottom: 100px;
}

.fc-check
{
    margin-bottom: 15px;
    color: Green;
}
.mb150
{
    margin-bottom: 150px;
}
.error-title
{
    max-width: 600px;
    min-width: 240px;
    margin: 0 auto;
    color: #00BFFF;
    padding: 0;
    font-size: 192px;
}

.error-text
{
    max-width: 600px;
    min-width: 240px;
    margin: 0 auto;
    padding-top: 10px;
    font-size: 12px;
    color: #fff;
}
.error-line2
{
    max-width: 600px;
    min-width: 240px;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    margin: 0 auto;
    text-transform: uppercase;
    padding-bottom: 10px;
    color: #fff;
}
.mbbnr
{
    margin-bottom: 10px;
}

.table-striped > tbody > tr:nth-child(even) {
  background-color: #010101;
}

.mn5
{
    min-height: 500px;
}
.wt-links a
{
    color: #fff;
}
.wt-links a:hover
{
    color: #00BFFF;
}

.rlinks
{
    color: #fff;
    -webkit-transition: color 0.2s ease-in;
    -moz-transition: color 0.2s ease-in;
    -ms-transition: color 0.2s ease-in;
    -o-transition: color 0.2s ease-in;
    transition: color 0.2s ease-in;
    cursor: pointer;
}
.rlinks:hover
{
    color: #00BFFF;
}