﻿@charset "utf-8";
/* CSS Document */

/* Table of Contents

1- BODY
2- MAIN NAVIGATION & DROPDOWN MENU
3- MOBILE HEADER
4- SLIDER
5- BREAKING NEWS
6- PAGE CONTENTS
7- JOIN US
8- CATEGORY
9- TABS
10- ADVERTISEMENT
11- NEWSLETTER
12- FEATURED VIDEO
13- GALLERY CAROUSEL
14- FEATURED AUTHORS
15- REVIEW BLOCK
16- NO GUTTER 
17- ARTICLE / CATEGORY & DETAILS
18- EDITOR PICKS
19- SITE MAP
20- CONTACT FORM
21- LOGIN FORM
22- 404 STARTS
23- TOTOP
24- FOOTER
25- MEDIA QUERIES

*/

/* global */
.mt-0 {
	margin-top: 0 !important
}

.mb-0 {
	margin-bottom: 0 !important
}

.pt-0 {
	padding-top: 0 !important
}

.pb-0 {
	padding-bottom: 0 !important
}

h3 {
	color:#AAAAAA;
}



body {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: black;
	background-color: white;
}
/* ----------------------------------------------------------------------------- MAIN NAVIGATION & DROPDOWN MENU STARTS ----- */

#date {
	font-size: 14px;
}

header {
	background:white !important;
}

.top-nav {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #353535;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
	color: #ccc;
	background-color: #222222;
}

.top-nav #date ul.small-nav {
	margin: 0px;
	padding: 0px;
	text-align: left;
	color: #4d4c4c;
}

.top-nav #date ul.small-nav li {
    display: inline-block;
    padding-left: 0px;
}

.top-nav ul.small-nav {
	margin: 0px;
	padding: 0px;
	text-align: right;
}
    .top-nav ul.small-nav li {
        display: inline-block;
        padding-left: 10px;
        color: white;
    }
.top-nav ul.small-nav li a {
	color: white;
}
.top-nav ul.small-nav li a:link {
	color: white;
}
.top-nav ul.small-nav li a:hover {
	color: #dddddd;
	text-decoration: none;
}
.top-nav-2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #353535;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
	color: #ccc;
	background-color: #222222;
}
.top-nav-2 ul.small-nav {
	margin: 0px;
	padding: 0px;
	text-align: right;
}
.top-nav-2 ul.small-nav li {
	display: inline-block;
	padding-left: 10px;
}
.top-nav-2 ul.small-nav li a {
	color: #ccc;
}
.top-nav-2 ul.small-nav li a:link {
	color: #ccc;
}
.top-nav-2 ul.small-nav li a:hover {
	color: #fff;
	text-decoration: none;
}
.logo {
	padding-top: 20px;
	padding-bottom: 20px;
}
.nav-icon {
	padding-top: 10px;
}
.nav-icon input[type=search], .nav-icon form input[type=search],
.nav-icon input[type=text], .nav-icon form input[type=text]
 {
	width: 30px;
	height: 30px;
	border: 1px solid rgba(0, 0, 0, .0);
	font-size: 14px;
	color: #ccc;
	background-color: transparent!important;
	padding-left: 26px;
	transition: width 1s;
	-webkit-transition: width 1s; /* Safari */
	transition-timing-function: ease;
	-webkit-transition-timing-function: ease;
	background-image: url(/uws_images/design/icons/search.png);
	background-repeat: no-repeat;
	background-position: 6px center;
}
.nav-icon input[type=search]:focus, .nav-icon form input[type=search]:focus,
.nav-icon input[type=text]:focus, .nav-icon form input[type=text]:focus
 {
	border: 1px solid rgba(53, 53, 53, 1);
	width: 200px;
}
#navigation {
	width: 100%;
	margin-left: auto;
	margin-bottom: auto;
	position: absolute;
	z-index: 9999;
}
#navigation ul.nav {
	margin: 0px!important;
	padding: 0px!important;
}

.navbar-inverse {
    border-top-color: #dddddd;
    border-right-color: #dddddd;
    border-bottom-color: #dddddd;
    border-left-color: #dddddd;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-right-style: none;
    border-left-style: none;
    background-color: #f2f2f2;
}

#navigation ul.nav li a {
	font-size: 16px;
	font-weight: 400;
	color: black;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

#navigation ul.nav li:first-child a {
	padding-left:0px;
}

#navigation ul.nav a:hover {
	color: #e4545b;
}
#navigation ul.nav a.current {
	color: #e4545b;
}
.navbar-collapse {
	padding-right: 0px;
	padding-left: 0px;
}


@media screen and (min-width: 47.938em) and (max-width: 61.938em) {
   .nav>li>a {
    position: relative;
    display: block;
    padding: 15px 7px;
}
}

.yamm .nav, .yamm .collapse, .yamm .dropup, .yamm .dropdown {
	position: static;
}
.yamm .container {
	position: relative;
}
.yamm .dropdown-menu {
	left: auto;
}
.yamm .yamm-content {
	padding: 20px 30px;
	background-color: #252525
}
.yamm .yamm-content h3 {
	font-size: 16px;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #353535;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-bottom: 10px;
}
#navigation ul.nav li .yamm-content a:before {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	content: "\f105";
	margin-right: 6px;
}
.navbar-nav>li>.dropdown-menu li a:before {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	content: "\f105";
	margin-right: 6px;
}
.yamm .yamm-content article {
	padding-bottom: 0px;
}
.yamm .yamm-content .description {
	padding-top: 20px;
	font-size: 14px;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
	left: 0;
	right: 0;
	margin-left: 14px;
	margin-right: 14px;
}
.yamm-content .category-caption span {
	font-size: 14px;
	color: #000;
	background-color: #fff;
	padding-top: 8px;
	padding-right: 16px;
	padding-bottom: 8px;
	padding-left: 16px;
	letter-spacing: 2px;
}
.yamm-content article .detail {
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
.yamm-content article a {
	color: #000;
}
.yamm-content article a:hover {
	color: #000!important;
	text-decoration: none;
}
.yamm-content article .picture .overlay-category {
	font-size: 12px;
	font-weight: 400;
	position: absolute;
	bottom: 0;
	left: 10px;
	z-index: 100;
	background-color: #252525;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	letter-spacing: 2px;
}
.yamm-content .caption {
	font-size: 16px!important;
	font-weight: 400;
	padding-top: 2px;
	line-height: 1.2;
}
ul.mega-links {
	padding: 0px;
	margin: 0px;
}
ul.mega-links li {
	color: #666;
	list-style-type: none;
	padding: 4px;
}
ul.mega-links li a {
	color: #666;
	font-weight: 400;
	font-size: 14px;
}
ul.mega-links li a:link {
	color: #666;
	font-weight: 400;
	font-size: 14px;
}
ul.mega-links li:hover {
	color: #666;
}
#navigation ul.nav li .yamm-content .thumb {
	position: relative;
}
#navigation ul.nav li .yamm-content .thumb .title {
	font-size: 14px;
	font-weight: 400;
	position: absolute;
	color: #fff;
	bottom: 15px;
	left: 25px;
	display: none;
}
#navigation ul.nav li .yamm-content .thumb:hover .title {
	display: block;
}
#navigation ul.nav li .yamm-content a {
	font-size: 12px;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	color: #ccc;
	padding: 0px;
	border: none;
}
#navigation ul.nav li .yamm-content a:hover {
	color: #e4545b!important;
}
#navigation ul.nav li .yamm-content a img {
	padding-top: 10px;
	padding-bottom: 10px;
}
#navigation ul.nav li .yamm-content a img:hover {
	opacity: 0.4;
}
.navbar-nav>li>.dropdown-menu li a {
	font-size: 14px!important;
	padding-top: 6px;
	padding-bottom: 6px;
}
.navbar-nav>li>.dropdown-menu li a:hover {
	color: #e4545b!important;
}
.dropdown-li {
	display: inline-block !important;
}
.dropdown-link {
	display: inline-block !important;
	padding-right: 2px !important;
}
.dropdown-caret {
	display: inline-block !important;
	padding-left: 2px !important;
}
.dropdown-submenu {
	position: relative;
}
.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px;
	border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
	display: block;
}
.dropdown-submenu>a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #000;
	margin-top: 5px;
	margin-right: -10px;
}
.dropdown-submenu:hover>a:after {
	border-left-color: #e4545b;
}
.dropdown-submenu.pull-left {
	float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}
/* ----------------------------------------------------------------------------- MAIN NAVIGATION & DROPDOWN MENU ENDS ----- */

/* ----------------------------------------------------------------------------- MOBILE HEADER STARTS ----- */

#mobile-header {
	display: none;
}
#mobile-header {
	position: absolute;
	top: 0;
	z-index: 99999;
	float: left;
	z-index: 99999;
	padding-left: 15px;
	padding-top: 15px;
}
#mobile-header a {
	color: #fff;
}
#mobile-header .icon-bar {
	display: block;
	width: 32px;
	height: 4px;
	border-radius: 1px
}
#mobile-header .icon-bar+.icon-bar {
	margin-top: 4px
}
#mobile-header .icon-bar {
	background-color: #e4545b;
}
/* ----------------------------------------------------------------------------- MOBILE HEADER ENDS ----- */

/* ----------------------------------------------------------------------------- SLIDER STARTS ----- */
.slider {
	margin: 0px!important;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.pic-with-overlay {
	position: relative;
}
.pic-with-overlay .bg {
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 60%, rgba(0,0,0,0.6) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.6))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 60%, rgba(0,0,0,0.6) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,0,0,0) 60%, rgba(0,0,0,0.6) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 60%, rgba(0,0,0,0.6) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 60%, rgba(0,0,0,0.6) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#99000000', GradientType=0 ); /* IE6-9 */
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
    z-index:-1;
}
.pic-with-overlay .category {
	font-size: 12px;
	font-weight: 400;
	position: absolute;
	top: 30px;
	left: 30px;
	z-index: 100;
	background-color: #151515;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	letter-spacing: 2px;
    color:#dddddd;
}
.pic-with-overlay .author {
	font-size: 18px;
	font-weight: 500;
	position: absolute;
	color: #fff;
	border-radius: 4px;
	bottom: 15px;
	left: 30px;
    height:50px;
    overflow:hidden;
}

@media screen and (max-width: 39.9375em) {
    .pic-with-overlay .author {
	width:90%;
}
}

/* homepage - head banner - fog */

@media screen and (max-width: 39.9375em) {
   .pic-with-overlay .uws-head-news-info  {
	width: 90%;
	background:rgba(21, 21, 21, 0.71);
	height:80px;
	display:block;
	padding: 0px 7px 5px 8px;	
    border-top-left-radius:5px;
	border-top-right-radius:5px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	position:absolute;
	bottom:9px;
	left:10px
}


.pic-with-overlay .uws-head-news-info h2 {
	bottom: 44px;
	left: 8px;
	width: 90%;
	height:15px
}

.pic-with-overlay .uws-head-news-info h2 a {
	color: #dddddd;	
}

.pic-with-overlay .uws-head-news-info .author {
    font-size: 15px;
    font-weight: 500;
    bottom: 10px;
    left: 8px;
    height: 40px;
    line-height:20px;
    max-width:90%
}
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .pic-with-overlay .uws-head-news-info  {
	width: 90%;
	background:rgba(21, 21, 21, 0.71);
	height:110px;
	display:block;
	padding: 0px 7px 5px 8px;	
    border-top-left-radius:5px;
	border-top-right-radius:5px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	position:absolute;
	bottom:30px;
	left:30px
}


.pic-with-overlay .uws-head-news-info h2 {
	bottom: 65px;
	left: 20px;
	width: 90%;
	font-size:20px
}

.pic-with-overlay .uws-head-news-info h2 a {
	color: #dddddd;	
}

.pic-with-overlay .uws-head-news-info .author {
    font-size: 16px;
    font-weight: 500;
    bottom: 18px;
    left: 20px;
    height: 40px;
    line-height:20px;
    max-width:91%;
    font-weight:normal;
}
}


@media screen and (min-width: 64em) {
   .pic-with-overlay .uws-head-news-info  {
	width: 90%;
	background:rgba(21, 21, 21, 0.71);
	height:110px;
	display:block;
	padding: 0px 7px 5px 8px;	
    border-top-left-radius:5px;
	border-top-right-radius:5px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	position:absolute;
	bottom:30px;
	left:30px
}


.pic-with-overlay .uws-head-news-info h2 {
	bottom: 55px;
	left: 20px;
	width: 90%;
}

.pic-with-overlay .uws-head-news-info h2 a {
	color: #dddddd;	
}

.pic-with-overlay .uws-head-news-info .author {
    font-size: 18px;
    font-weight: 500;
    bottom: 15px;
    left: 20px;
    height: 40px;
    line-height:20px;
    max-width:98%
}
}




.pic-with-overlay h1, .pic-with-overlay h2 {
	font-size: 32px;
	font-weight: 400;
	line-height: 0.9;
	position: absolute;
	color: #fff;
	bottom: 65px;
	left: 30px;
	width: 90%;
}
.pic-with-overlay h1 a, .pic-with-overlay h2 a {
	color: #fff;
}
.pic-with-overlay-2 {
	position: relative;
}
.pic-with-overlay-2 .bg {
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 60%, rgba(0,0,0,0.6) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.6))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 60%, rgba(0,0,0,0.6) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,0,0,0) 60%, rgba(0,0,0,0.6) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 60%, rgba(0,0,0,0.6) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 60%, rgba(0,0,0,0.6) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#99000000', GradientType=0 ); /* IE6-9 */
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
}
.pic-with-overlay-2 .category {
	font-size: 12px;
	font-weight: 400;
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 100;
	background-color: #151515;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	letter-spacing: 2px;
}
.pic-with-overlay-2 .author {
	font-size: 14px;
	font-weight: 500;
	position: absolute;
	color: #fff;
	border-radius: 4px;
	bottom: 20px;
	left: 20px;
}
.pic-with-overlay-2 h1, .pic-with-overlay-2 h2 {
	font-size: 24px;
	font-weight: 400;
	line-height: 0.9;
	position: absolute;
	color: #fff;
	bottom: 35px;
	left: 20px;
	width: 80%;
}
.pic-with-overlay-2 h1 a, .pic-with-overlay-2 h2 a {
	color: #fff;
}
/* ----------------------------------------------------------------------------- SLIDER ENDS ----- */

/* ----------------------------------------------------------------------------- BREAKING NEWS STARTS ----- */


.breaking-news {
	padding-top: 10px;
	padding-bottom: 0px;
}
.breaking-news .title {
	background-color: #e4545b;
	color: #fff;
	margin: 0px;
	text-transform: uppercase;
	text-align: center;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	font-size: 16px;
}
.breaking-news .newsticker {
	padding-top: 4px;
	padding-bottom: 4px;
}
.breaking-news .newsticker a {
	color: #ccc;
}
.breaking-news .newsticker a:hover {
	color: #fff;
	text-decoration: none;
}
.newsticker.owl-theme .owl-controls .owl-buttons .owl-prev {
	position: absolute;
	top: 0;
	right: 28px!important;
}
.newsticker.owl-theme .owl-controls .owl-buttons .owl-next {
	position: absolute;
	top: 0;
	right: 0px;
}
.newsticker.owl-theme .owl-controls .owl-buttons div {
	display: inline-block;
	zoom: 1;
 *display: inline;
	font-size: 20px;
	line-height: 1.1;
	padding-top: 0px;
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	margin-top: 0px!important;
	margin-bottom: 0px!important;
	width: 27px;
	height: 27px;
	color: #aaa;
	border: 1px solid #353535;
	background-color: #151515;
}
/* ----------------------------------------------------------------------------- BREAKING NEWS ENDS ----- */

/* ----------------------------------------------------------------------------- PAGE CONTENTS STARTS ----- */

.page-contents {
	padding-top: 20px;
	padding-bottom: 20px;
}
.page-contents hr {
	margin-top: 0px;
	margin-bottom: 50px;
}
.inner-page-contents {
	padding-top: 0px;
	padding-bottom: 30px;
}
/* ----------------------------------------------------------------------------- PAGE CONTENTS ENDS ----- */

/* ----------------------------------------------------------------------------- JOIN US STARTS ----- */

.join-us {
	color: #fff;
	padding-bottom: 40px;
}
.join-us ul {
	padding: 0px;
	margin: 0px;
}
.join-us ul li {
	display: inline-block;
	float: left;
	margin-right: 2px;
}
.join-us ul li:hover {
	background-color: #222;
}
.join-us ul li a {
	color: #fff;
}
.join-us .icon {
	font-size: 24px;
	width: 40px;
	height: 40px;
	text-align: center;
	padding-top: 4px;
}
/* ----------------------------------------------------------------------------- JOIN US ENDS ----- */

/* ----------------------------------------------------------------------------- CATEGORY STARTS ----- */

.categories .category-caption {
	margin-top: 0px;
	margin-bottom: 20px;
}
ul.cats {
	margin: 0px;
	padding: 0px;
	margin-top: 20px;
}
ul.cats li {
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #353535;
	padding-top: 10px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	font-size: 16px;
}
ul.cats li img {
	margin-right: 12px;
}
ul.cats li:first-child {
	padding-top: 0px;
}
ul.cats li a {
	color: #ccc;
}
ul.cats li:hover a {
	color: #aaa!important;
	text-decoration: none;
}
ul.cats li:hover span {
	border: 2px solid #e4545b;
	background-color: #e4545b;
	color: #fff;
}
ul.cats li span {
	width: 50px;
	height: 50px;
	color: #e4545b;
	text-align: center;
	border-radius: 25px;
	line-height: 2.7;
	border: 2px solid #e4545b;
	background-color: none;
}
/* ----------------------------------------------------------------------------- CATEGORY ENDS ----- */

/* ----------------------------------------------------------------------------- TABS START ----- */
.tabs {
	padding-bottom: 30px;
}
ul.tabs-posts {
	margin: 0px;
	padding: 0px;
}
ul.tabs-posts li {
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #353535;
	padding-top: 20px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
}
ul.tabs-posts li a {
	color: #fff;
}
ul.tabs-posts li a:hover {
	color: #fff!important;
	text-decoration: none;
}
ul.tabs-posts li .pic {
	float: left;
	padding-right: 16px;
}
ul.tabs-posts li .info {
	color: #aaaaaa;
}
ul.tabs-posts li .info .likes {
	padding-right: 16px;
}
ul.tabs-posts li .info i {
	padding-right: 5px;
}
ul.tabs-posts li .caption {
	font-size: 16px;
}
ul.tabs-posts li .caption a {
	color: #ccc;
}

/* news right */
.tab-content.uws-news-right ul.tabs-posts li .caption  {
	height:48px;
	overflow:hidden;
}

.tab-content.uws-news-right ul.tabs-posts li:first-child   {
	padding-top:0px;
}

.tab-content.uws-news-right   {
	margin-bottom:15px;
}

.uws-news-head h2 a {
	color:black;
}

.uws-news-head h2 a:hover {
	color:white;
    text-decoration:none;
}

.btn-primary.grey.uws-grey:hover {
    background:#dddddd
}



.tag-list {
	padding-top: 20px;
}
.tag-list a {
	border: 1px solid #353535;
	display: inline-block;
	font-size: 14px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	color: #ccc;
	text-transform: uppercase;
	margin-bottom: 10px;
	margin-right: 3px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.tag-list a, .tag-list a:hover, .tag-list a:active, .tag-list a:focus {
	text-decoration: none;
	outline: none;
}
.tag-list a:hover {
	color: #fff;
	background-color: #e4545b;
}
/* ----------------------------------------------------------------------------- TABS ENDS ----- */

/* ----------------------------------------------------------------------------- ADVERTISEMENT STARTS ----- */

.ad-728x90 {
	padding-top: 14px;
	padding-bottom: 14px;
	text-align: right;
}
.ad-728x90 img {
	padding: 0px;
}
.ad-468x60 {
	padding-top: 2px;
	padding-bottom: 14px;
	text-align: center;
}
.ad-468x60 img {
	padding: 0px;
}


@media screen and (max-width: 39.9375em) {
    .ad-468x60 img {
	max-width:100%;
	float:left;
	margin-top:10px;
	margin-bottom:10px;	
}
}

@media only screen and (max-width: 47.250em) {
  #uws-home .ad-728x90 {
	margin-top: 14px;
	margin-bottom: 14px;
	text-align: right;

}
#uws-home .ad-728x90 img {
	padding: 0px;
	max-width:100%;
	height:auto;
	display:block;
}
}

.ad-300x250 {
	background-color: #333;
	text-align: center!important;
	padding-top: 30px;
	padding-bottom: 30px;
}
.ad-125x125 {
	background-color: #333;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 5px;
	margin-bottom: 40px;
}
.ad-125x125 .row div:nth-child(odd) {
	text-align: right;
	margin-bottom: 25px;
}
.ad-125x125 .row div:nth-child(even) {
	text-align: left;
	margin-bottom: 25px;
}
/* ----------------------------------------------------------------------------- ADVERTISEMENT ENDS ----- */


/* ----------------------------------------------------------------------------- NEWSLETTER STARTS ----- */

.newsletter-block {
	margin-bottom: 30px;
}
.newsletter-block input {
	font-size: 16px;
	padding: 8px;
	margin-bottom: 16px;
	background-color: #151515;
	border: 1px solid #555555;
	width:100%;
}

input:focus, .contact-form textarea:focus {   
    outline: 0 none;
    border:solid #dddddd 1px !important
}

/* ----------------------------------------------------------------------------- NEWSLETTER ENDS ----- */


/* ----------------------------------------------------------------------------- FEATURED VIDEO ENDS ----- */

.featured-video {
	margin-top: 40px;
	margin-bottom: 40px;
}
.featured-video .picture .category-image {
	position: relative;
	background-color: #000;
}
.featured-video .picture .bg {
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 60%, rgba(0,0,0,0.6) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.6))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 60%, rgba(0,0,0,0.6) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,0,0,0) 60%, rgba(0,0,0,0.6) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 60%, rgba(0,0,0,0.6) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 60%, rgba(0,0,0,0.6) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#99000000', GradientType=0 ); /* IE6-9 */
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
}
.featured-video .picture .overlay-category {
	font-size: 12px;
	font-weight: 400;
	position: absolute;
	top: 20px;
	bottom: auto;
	left: 20px;
	z-index: 100;
	background-color: #151515;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	letter-spacing: 2px;
}
.featured-video .detail {
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
	position: absolute;
	bottom: 30px;
	left: 20px;
	z-index: 100;
}
.featured-video .detail .info {
	color: #fff;
}
.featured-video .detail .info .likes {
	padding-right: 16px;
}
.featured-video .detail .info i {
	padding-right: 2px;
}
.featured-video .caption {
	font-size: 24px;
	font-weight: 400;
	padding-bottom: 10px;
	line-height: 1.2;
	color: #fff;
}
.featured-video .caption a {
	color: #fff;
}
.featured-video .caption a:hover {
	color: #fff;
}
.featured-video-carousel.owl-theme .owl-controls .owl-buttons .owl-prev {
	position: absolute;
	top: 45%;
	left: 0px;
}
.featured-video-carousel.owl-theme .owl-controls .owl-buttons .owl-next {
	position: absolute;
	top: 45%;
	right: 0px;
}
.featured-video .picture .play-button {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 100;
}
.featured-video .picture .play-button img {
	position: relative;
	left: -50%;
	top: -20px !important;
}
.featured-video .picture .play-button img:hover {
	opacity: 0.8;
}
/* ----------------------------------------------------------------------------- FEATURED VIDEO ENDS ----- */




/* ----------------------------------------------------------------------------- GALLREY CAROUSEL ENDS ----- */

.gallery-carousel.owl-theme .owl-controls .owl-buttons .owl-prev {
	position: absolute;
	top: 45%;
	left: 0px;
}
.gallery-carousel.owl-theme .owl-controls .owl-buttons .owl-next {
	position: absolute;
	top: 45%;
	right: 0px;
}
/* ----------------------------------------------------------------------------- GALLREY CAROUSEL ENDS ----- */


/* ----------------------------------------------------------------------------- FEATURED AUTHORS STARTS ----- */

.featured-authors {
	margin-bottom: 40px;
}
.featured-authors ul {
	padding: 0px;
	margin: 0px;
}
.featured-authors ul li {
	display: inline-block;
	margin: 0px;
	padding: 0px;
	float: left;
	padding-right: 2px;
	padding-bottom: 2px;
}
.featured-authors ul li img:hover {
	opacity: 0.8;
}
.featured-authors ul li:last-child {
	padding-right: 0px;
}
/* ----------------------------------------------------------------------------- FEATURED AUTHORS ENDS ----- */

/* ----------------------------------------------------------------------------- REVIEW BLOCK STARTS ----- */

.reviews .picture .overlay-category {
	font-size: 12px;
	font-weight: 400;
	position: absolute;
	bottom: 0;
	left: 10px;
	z-index: 100;
	background-color: #FFF;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	letter-spacing: 2px;
}
.reviews .detail {
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
}
.reviews .detail .info {
	color: #aaaaaa;
}
.reviews .detail .info .likes {
	padding-right: 16px;
}
.reviews .detail .info i {
	padding-right: 2px;
}
.reviews .caption {
	font-size: 24px;
	font-weight: 400;
	padding-top: 10px;
	line-height: 1.2;
	color: #000;
}
.reviews .picture .stars {
	font-size: 22px;
	position: absolute;
	bottom: 10px;
	right: 20px;
	color: #fff;
	z-index: 100;
}
.reviews .picture .stars i {
	padding-left: 2px;
	padding-right: 2px;
}
/* ----------------------------------------------------------------------------- REVIEW BLOCK ENDS ----- */

/* ----------------------------------------------------------------------------- NO GUTTER STARTS ----- */

.no-gutter-1 [class*="-1"] {
	padding-right: 0;
}
.no-gutter-11 [class*="-11"] {
	padding-left: 0;
}
.no-gutter-12 [class*="-12"] {
	padding-left: 0;
	padding-right: 0;
}
.no-gutter-8 [class*="-8"] {
	padding-right: 0;
}
.no-gutter-6 [class*="-6"] {
	padding-left: 0;
	padding-right: 0;
}
.no-gutter-4 [class*="-4"] {
	padding-left: 0;
	padding-right: 0;
}
.no-gutter-3 [class*="-3"] {
	padding-left: 4px;
	padding-right: 4px;
}
.no-gutter-2 [class*="-2"] {
	padding-left: 4px;
	padding-right: 4px;
}
/* ----------------------------------------------------------------------------- NO GUTTER ENDS ----- */

/* ----------------------------------------------------------------------------- ARTICLE, CATEGORY & DETAILS STARTS ----- */

article {
	padding-bottom: 50px;
}
.latest-articles {
	padding-bottom: 30px;
}

.category-caption {
	margin-top: 30px;
	margin-bottom: 15px;
}

.breaking-news .category-caption {
	margin-top: 2px;
	margin-bottom: 0px;
}

.category-caption h2 {
	font-size: 14px;
	color: #fff;
	background-color: #e4545b;
	padding-top: 11px;
	padding-right: 20px;
	padding-bottom: 11px;
	padding-left: 20px;
	letter-spacing: 2px;
	margin: 0px;
}
.category-caption span {
	font-size: 14px;
	color: #fff;
	background-color: #e4545b;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 12px;
	border: 1px solid #e4545b;
}
.category-caption span:hover {
	background-color: transparent;
	border: 1px solid #e4545b;
}
.category-caption span a {
	color: #fff;
}
.category-caption span:hover a {
	color: #e4545b;
}
.category-caption h2.main-caption {
	background-color: #353535;
}
.category-caption h2.main-caption a {
	color: #fff;
}
.category-caption h2.main-caption a:hover {
	color: #fff;
	text-decoration: none;
}
.category-caption h2.main-caption:hover {
	background-color: #e4545b;
	color: #fff;
	text-decoration: none;
}
.category-caption h2.sub-caption {
	background-color: #e4545b;
}
.category-caption span:last-child {
	letter-spacing: 0px;
	padding-top: 8px;
	padding-right: 13px;
	padding-bottom: 8px;
	padding-left: 13px;
}
.picture .category-image {
	position: relative;
	background-color: #000;
}
.picture .category-image:hover img {
	opacity: 0.6;
}

.uws-news-big .picture .overlay-category {
	font-size: 12px;
	font-weight: 400;
	position: absolute;
	bottom: 0;
	left: 10px;
	z-index: 100;
	background-color: #dddddd;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	letter-spacing: 2px;
	margin-bottom: 0px;
	margin-top: 0px;
	color:black;
	height:initial;
	overflow:hidden;
	text-transform:uppercase;
	line-height:14px;
	
}

@media screen and (max-width: 39.9375em) {
     .uws-news-big .picture .overlay-category {
	width:97%;
}
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
       .uws-news-big .picture .overlay-category {
	width:97%;
}
}

@media screen and (min-width: 64em) {
    .uws-news-big .picture .overlay-category {
	width:97%;
}
}




.picture .overlay-category {
	font-size: 12px;
	font-weight: 400;
	position: absolute;
	bottom: 0;
	left: 0px;
	z-index: 100;
	background-color: #dddddd;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	letter-spacing: 2px;
	margin-bottom: 0px;
	margin-top: 0px;
	color:black;
	height: 53px;
	overflow:hidden;
	text-transform:uppercase;
	line-height:14px;
	width: 100%;
}

/*@media screen and (max-width: 39.9375em) {
     .picture .overlay-category {
	width:94%;
}
}*/

/*@media screen and (min-width: 40em) and (max-width: 63.9375em) {
       .picture .overlay-category {
	width:97%;
}
}*/

/*@media screen and (min-width: 64em) {
    .picture .overlay-category {
	width:92%;
}
}*/

.uws-setting .uws-gallery {
	padding-left:0px;
}

/* uws-detail - > head photo */

.uws-detail .picture .overlay-category {
	position:relative;
	bottom: 38px;
	left: 10px;
	background-color: #dddddd;
	color:black;
	max-width:97%;
}


/* uws-detail - > others photos */

.uws-detail .uws-gallery  {
	padding-left:0
}

.uws-detail .uws-gallery .picture .overlay-category {
	background-color: #dddddd;
	color:black;	
}

@media screen and (max-width: 39.9375em) {
 .uws-detail .uws-gallery .picture .overlay-category {
	position:relative;
	bottom: 50px;
	left: 10px;	
	width:94%;
    height:50px;
	overflow:hidden;
}
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
.uws-detail .uws-gallery .picture .overlay-category {
	position:relative;
	bottom: 50px;
	left: 10px;	
	width:96%;
}
}

@media screen and (min-width: 64em) {
 .uws-detail .uws-gallery .picture .overlay-category {
	position:relative;
	bottom: 50px;
	left: 10px;	
	width:92%;
    height:50px;
	overflow:hidden;
}
}

.picture .play-icon {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 100;
}
.picture .play-icon img {
	position: relative;
	left: -50%;
	top: -20px !important;
	width: 40px;
	height: 40px;
}
.picture .play-icon img:hover {
	cursor: pointer;
	opacity: 0.8;
}
.detail {
	padding-top: 20px;
	padding-left: 0px;
	padding-right: 10px;
}
.detail .info {
	color: #aaaaaa;
}
.detail .info .likes {
	padding-right: 16px;
}
.detail .info i {
	padding-right: 2px;
}

/* related products */
.uws-detail .uws-related-products .picture .overlay-category {
	position:relative;
	bottom: 25px;
	left: 0px;
	background-color: #dddddd;
	color:black;
	width:25%;
}

.uws-related-products .picture .category-image {
	position: relative;
	background-color: transparent;	
}

.uws-detail .uws-related-products .detail {
	padding-top: 0px;	
}

.uws-detail .uws-related-products .detail .caption {
	font-size: 18px;
	padding-top: 0px;
	line-height: 18px;
	height:36px;
	overflow:hidden;
}


.caption {
	font-size: 24px;
	font-weight: 400;
	padding-top: 0px;
	line-height: 1.2;
	color: #f5f5f5;
	/*height:94px;*/
	overflow:hidden;
}

.uws-detail .caption {
	height:auto;	
}


.small-caption {
	font-size: 20px;
	font-weight: 400;
	padding-top: 10px;
	line-height: 1.2;
	color: #f5f5f5;
}
.author {
	padding-top: 15px;
}
.author .pic .name {
	color: #aaaaaa;
	padding-left: 12px;
}
.description {
	padding-top: 0px;
	font-size: 16px;
}

	.description blockquote p {
		line-height:30px;
		font-size:24px;
	}

.desc-padding {
	padding-top: 30px;
}
.desc-padding img.pull-left {
	margin-right: 20px;
	margin-bottom: 10px;
}
.desc-padding img.pull-right {
	margin-left: 20px;
	margin-bottom: 10px;
}
ul.via {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
ul.via li:first-child {
	color: #FFF;
	background-color: #e4545b;
}
ul.via li {
	color: #FFF;
	background-color: #333;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
	margin-right: 1px;
	display: inline-block;
	margin-bottom: 5px;
	float: left;
	font-size: 12px;
	text-transform: uppercase;
}
ul.via li:hover {
	color: #FFF;
	background-color: #e4545b;
}
ul.via li a {
	color: #FFF;
}
ul.via li a:hover {
	color: #FFF;
}
.sharepost {
	color: #fff;
	padding-bottom: 0px;
}
.sharepost ul li:first-child {
	font-size: 14px;
	color: #fff;
	background-color: #e4545b;
	padding-top: 8px;
	padding-right: 16px;
	padding-bottom: 8px;
	padding-left: 16px;
	letter-spacing: 2px;
}
.sharepost ul {
	padding: 0px;
	margin: 0px;
}
.sharepost ul li {
	display: inline-block;
	float: left;
	margin-right: 2px;
	margin-bottom: 5px;
}
.sharepost ul li:hover {
	background-color: #222;
}
.sharepost ul li a {
	color: #fff;
}
.sharepost .icon {
	font-size: 22px;
	width: 36px;
	height: 36px;
	text-align: center;
	padding-top: 2px;
}
.next-n-prev article {
	padding-bottom: 10px;
}
.next-n-prev .btns {
	margin-top: 30px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #151515;
	color: #e4545b;
	border: 2px solid #e4545b;
	text-align: center;
}
.next-n-prev .btns:hover {
	background-color: #e4545b;
	color: #fff!important;
	border: 2px solid #e4545b;
}
.next-n-prev .btns a {
	color: #e4545b!important;
}
.next-n-prev .btns:hover a {
	color: #fff!important;
}
.about-author .category-caption {
	margin-top: 30px;
}
.about-author img {
	margin-right: 20px;
	margin-bottom: 20px;
}
.about-author .name {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 10px;
}
.about-author .description {
	font-size: 18px;
}
ul.s-author {
	color: #fff;
	padding-bottom: 0px;
}
ul.s-author {
	padding: 0px;
	margin: 0px;
}
ul.s-author li {
	display: inline-block;
	float: left;
	margin-right: 2px;
	margin-bottom: 5px;
}
ul.s-author li:hover {
	background-color: #222;
}
ul.s-author li a {
	color: #fff;
}
ul.s-author .icon {
	font-size: 22px;
	width: 36px;
	height: 36px;
	text-align: center;
	padding-top: 2px;
}
.related-articles .category-caption {
	margin-top: 40px;
}
.related-articles article {
	padding-bottom: 10px;
}
.comments .category-caption {
	margin-top: 40px;
	margin-bottom: 0px;
}
.media-heading {
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 18px!important;
	font-weight: 700;
}
ul.media-list li.media:first-child {
	border: none;
	margin-top: 0px!important;
}
ul.media-list .media {
	margin-top: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #353535;
	padding-top: 30px;
}
ul.media-list .media .reply {
	padding-top: 12px;
}
ul.media-list .media .reply a {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 6px;
	background-color: #151515;
	color: #e4545b;
	border: 1px solid #e4545b;
}
ul.media-list .media .reply a:hover {
	background-color: #e4545b;
	color: #fff;
	border: 1px solid #e4545b;
}
.media-list {
	padding-left: 0;
	list-style: none
}
.media-body {
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 16px;
}
.media-body .date {
	color: #aaaaaa;
	font-size: 14px;
}
.media-body .date i {
	margin-right: 6px;
}
.media-body p {
	margin-top: 10px;
}
iframe {
	border: none;
	max-width: 100%;
}
.leave-comment {
	margin-bottom: 30px;
}
.leave-comment .category-caption {
	margin-top: 40px;
}
.leave-comment input, .leave-comment textarea {
	font-size: 16px;
	padding: 8px!important;
	margin-bottom: 16px;
	background-color: #151515;
	border: 1px solid #555555;
	width:100%;	
}
.leave-comment input[type=button] {
	margin-top: 10px;
}
.left-right-border {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #dddddd;
	border-left-color: #dddddd;
}
.read-article {
	line-height: 48px;
	font-size: 12px;
}
.read-article i {
	padding-left: 3px;
}
article a {
	color: #ccc;
}

article .picture a {
	color: black;
}

article a:hover {
	color: #fff;
	text-decoration: none;
}
/* ----------------------------------------------------------------------------- ARTICLE, CATEGORY & DETAILS ENDS ----- */

/* ----------------------------------------------------------------------------- EDITOR PICKS STARTS ----- */

section.editor-picks {
	background-color: #222222;
	color: #aaa;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 10px;
	margin-bottom: 30px;
}
section.editor-picks .category-caption h2 {
	font-size: 14px;
	color: #000;
	background-color: #fff;
	padding-top: 10px;
	padding-right: 16px;
	padding-bottom: 10px;
	padding-left: 16px;
	letter-spacing: 2px;
	margin: 0px;
}
section.editor-picks .category-caption span {
	font-size: 14px;
	color: #000;
	background-color: #fff;
	padding-top: 8px;
	padding-right: 16px;
	padding-bottom: 8px;
	padding-left: 16px;
	letter-spacing: 2px;
	border: 1px solid #fff;
}
section.editor-picks .category-caption span:hover {
	background-color: transparent;
	border: 1px solid #fff;
}
section.editor-picks .category-caption span a {
	color: #000;
}
section.editor-picks .category-caption span:hover a {
	color: #fff;
}
section.editor-picks article {
	padding-bottom: 50px;
}
section.editor-picks article a {
	color: #aaa;
}
section.editor-picks article a:hover {
	color: #fff;
	text-decoration: none;
}
section.editor-picks article .picture .overlay-category {
	font-size: 12px;
	font-weight: 400;
	position: absolute;
	bottom: 0;
	left: 10px;
	z-index: 100;
	background-color: #222;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	letter-spacing: 2px;
}
section.editor-picks article .caption {
	font-size: 20px;
	font-weight: 400;
	padding-top: 10px;
	line-height: 1.2;
	color: #fff;
}
/* ----------------------------------------------------------------------------- EDITOR PICKS ENDS ----- */

/* ----------------------------------------------------------------------------- SITE MAP STARTS ----- */


.site-map {
}
ul.sitemap {
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-bottom: 30px;
}
ul.sitemap li {
	padding-top: 4px;
	padding-bottom: 4px;
	list-style-type: none;
}
ul.sitemap li:before {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	content: "\f105";
	margin-right: 6px;
}
ul.sitemap li a {
	color: #666;
}
ul.sitemap li a:hover {
	color: #000;
	text-decoration: none;
}
ul.sitemap li ul {
	padding-left: 20px;
}
/* ----------------------------------------------------------------------------- SITE MAP STARTS ----- */

/* ----------------------------------------------------------------------------- CONTACT FORM STARTS ----- */

.contact-form, .contact-block {
	padding-top: 0px;
}
.contact-form input, .contact-form textarea {
	font-size: 16px;
	padding: 8px;
	margin-bottom: 16px;
	background-color: white;
	border: 1px solid #555555;
	width:100%;
}
.contact-form input[type=button] {
	margin-top: 10px;
}
#message_post {
	padding-bottom: 10px;
}
.errorMessage {
	color: #ff0000;
}
.successMessage {
	color: #00c300;
}
/* ----------------------------------------------------------------------------- CONTACT FORM ENDS ----- */

/* ----------------------------------------------------------------------------- LOGIN FORM STARTS ----- */

.login-form {
	padding-top: 30px;
	border: 1px solid #353535;
	margin-right: 0px;
	margin-left: 0px;
	padding-bottom: 30px;
}
.login-form input, .leave-comment textarea {
	font-size: 16px;
	padding: 4px;
	margin-bottom: 10px;
	background-color: #151515;
	border: 1px solid #555555;
	width:100%;
}
.login-form input[type=button] {
	margin-top: 10px;
}
/* ----------------------------------------------------------------------------- LOGIN FORM ENDS ----- */

/* ----------------------------------------------------------------------------- 404 STARTS ------------------ */

.error-page {
	padding-top: 40px;
}
.error-page .big {
	font-size: 100px;
	font-weight: 900;
	color: #e4545b;
	margin: 0px;
	padding: 0px;
}
.error-page .small {
	font-size: 30px;
	font-weight: 600;
}
.error-page .description {
	font-size: 16px;
	font-weight: 400;
}
/* ----------------------------------------------------------------------------- 404 ENDS ------------------ */

/* ----------------------------------------------------------------------------- ShortCodes Starts ------------------ */

.shortcodes {
}
.table {
	margin-bottom: 50px;
}
input, textarea, select {
	font-size: 16px;
	padding: 8px;
	margin-bottom: 16px;
	border-radius:0px!important;
	background-color: #151515;
	border: 1px solid #555555;
	width:100%;
}

#uws_template_select, #uws_layout_select {
	background:white;
}

input[type="radio"], input[type="checkbox"] {
	width: auto!important;
}
.btn-default {
	border-radius: 0px;
}
.btn-sm.red, .btn-lg.red, .btn-primary.red, .btn-xs.red {
	background-color: #e81e25;
	border: none;
	border-radius: 0px;
}
.btn-sm.blue, .btn-lg.blue, .btn-primary.blue, .btn-xs.blue {
	background-color: #00acec;
	border: none;
	border-radius: 0px;
}
.btn-sm.green, .btn-lg.green, .btn-primary.green, .btn-xs.green {
	background-color: #dddddd;
	border: none;
	border-radius: 0px;
    color:black;
    border: 2px solid #dddddd;
}

.btn-sm.green:hover, .btn-lg.green:hover, .btn-primary.green:hover, .btn-xs.green:hover {
	background-color: #ca9004;
    color:white;	
}

.btn-sm.green2, .btn-lg.green2, .btn-primary.green2, .btn-xs.green2 {
	background-color: #77be33;
	border: none;
	border-radius: 0px;
}
.btn-sm.orange, .btn-lg.orange, .btn-primary.orange, .btn-xs.orange {
	background-color: #f86923;
	border: none;
	border-radius: 0px;
}
.btn-sm.yellow, .btn-lg.yellow, .btn-primary.yellow, .btn-xs.yellow {
	background-color: #ffc801;
	border: none;
	border-radius: 0px;
}
.btn-sm.purple, .btn-lg.purple, .btn-primary.purple, .btn-xs.purple {
	background-color: #ba54ff;
	border: none;
	border-radius: 0px;
}
.btn-sm.brown, .btn-lg.brown, .btn-primary.brown, .btn-xs.brown {
	background-color: #964b00;
	border: none;
	border-radius: 0px;
}
.btn-sm.grey, .btn-lg.grey, .btn-primary.grey, .btn-xs.grey {
	background-color: #7f7f7f;
	border: none;
	border-radius: 0px;
}
.btn-sm.greyish-blue, .btn-lg.greyish-blue, .btn-primary.greyish-blue, .btn-xs.greyish-blue {
	background-color: #51758f;
	border: none;
	border-radius: 0px;
}
.btn-sm.oldrose, .btn-lg.oldrose, .btn-primary.oldrose, .btn-xs.oldrose {
	background-color: #be394a;
	border: none;
	border-radius: 0px;
}
.btn-sm.pink, .btn-lg.pink, .btn-primary.pink, .btn-xs.pink {
	background-color: #e4545b;
	border: none;
	border-radius: 0px;
}
button:hover {
	opacity: 0.8;
}
/* ----------------------------------------------------------------------------- ShortCodes Starts ------------------ */

/* ----------------------------------------------------------------------------- TOTOP STARTS ------------------ */

.scrollup {
	width: 35px;
	height: 35px;
	position: fixed;
	bottom: 15px;
	right: 15px;
	display: none;
	text-indent: -9999px;
	background-color: #e4545b;
	background-image: url(/uws_images/design/icons/to-top/to-top.png);
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 999997;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.scrollup:hover {
	opacity: 0.9;
}
/* ----------------------------------------------------------------------------- TOTOP ENDS ------------------ */

/* ----------------------------------------------------------------------------- FOOTER STARTS ----- */

section.footer .about, section.footer .footer-posts, section.footer .contactus, section.footer .tweets {
	padding-bottom: 15px;
}
section.footer .row1 {
	background-color: #222222;
	padding-top: 50px;
}
section.footer .row2 {
	padding-top: 25px;
	background-color: #151515;
}
section.footer .row3 {
	padding-top: 15px;
	padding-bottom: 13px;
	background-color: #222222;
}
section.footer .about {
	font-size: 16px;
}
section.footer h3 {
	margin-bottom: 30px;
	margin-top: 0px;
	color: #fff;
}
section.footer .footer-logo {
	padding-bottom: 0px;
}
section.footer .introduction {
	color: #aaa;
}
ul.footer-posts {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
ul.footer-posts li {
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	padding-top: 25px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 25px;
}
ul.footer-posts li:first-child {
	padding-top: 0px;
}
ul.footer-posts li:last-child {
	padding-bottom: 0px;
	border-bottom-style: none;
}
ul.footer-posts li a {
	color: #ccc;
}
ul.footer-posts li a:hover {
	color: #fff;
	text-decoration: none;
}
ul.footer-posts li .pic {
	float: left;
	padding-right: 16px;
}
ul.footer-posts .post {
}
ul.footer-posts .post {
}

ul.footer-posts li .info {
	color: #aaaaaa;
	height:38px;
	overflow:hidden;
}

ul.footer-posts li .info .likes {
	padding-right: 16px;
}
ul.footer-posts li .info i {
	padding-right: 2px;
}

ul.footer-posts li .caption {
	color: #ccc;
	font-size: 16px;
	height:38px;
	padding-bottom:39px;
	overflow:hidden;
}


ul.social-icons {
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 25px;
	padding-bottom: 25px;
	margin-left: 0px;
}
.social-icons li {
	list-style-type: none;
	display: inline-block;
	margin-right: 10px;
}
.social-icons .icon {
	width: 40px;
	height: 40px;
	border-radius: 20px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	color: #fff;
}
.social-icons .icon:hover {
	background-color: #e75640;
}
.social-icons .icon i {
	font-size: 20px;
	line-height: 2;
}
.social-icons h2 {
	font-size: 18px;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 2px;
}
.social-icons h2 a {
	color: #000;
}
.social-icons p {
	font-size: 14px;
	font-weight: 400;
}

.uws-award {
    padding-top:0px;
}

	.uws-award .award {
		background: #AAAAAA;
	}

		.uws-award .award:hover {
			background: #dddddd;
			color: black
		}


.facebook {
    background-color: #3c599f
}
.twitter {
	background-color: #e75640
}
.linkedin {
	background-color: #017eb4
}
.dribbble {
	background-color: #e04c86
}
.youtube {
	background-color: #c00000
}
.behance {
	background-color: #1478ff
}
.tweets {
	color: #ccc;
}
.tweets ul {
	padding: 0px;
	margin-bottom: 0px;
}
.tweets ul li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	padding-top: 16px;
	padding-bottom: 16px;
	list-style-type: none;
	color: #aaa;
}
.tweets ul li:first-child {
	padding-top: 0px;
}
.tweets ul li:last-child {
	border: none;
}
.tweets ul li a {
	color: #CCCCCC;
	text-decoration: underline;
}
.tweets ul li a:hover {
	color: #fff;
	text-decoration: none;
}
ul.contactus {
	margin: 0px;
	padding: 0px;
	color: #ccc;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	margin-bottom: 0px;
    border:none;
}
ul.contactus li {
	font-size: 16px;
	list-style-type: none;
	padding-bottom: 20px;
}
ul.contactus li:last-child {
	padding-bottom: 0px;
}
ul.contactus li a {
	color: #ccc;
}
ul.contactus li a:hover {
	color: #fff;
	text-decoration: none;
}
	ul.contactus li i {
		width: 15px;
		height: 15px;
		text-align: center;
		margin-right: 10px;
		margin-bottom: 0px;
		float: left;
		padding-top: 3px;
		font-size: 15px;
	}
.copyright {
	color: #ccc;
	text-align: center;
}

.copyright p {
	margin-bottom:0;
}

.copyright a {
	color: #ccc;
	text-align: center;
	text-decoration:underline
}

.copyright a:hover {
	color: white;
	text-decoration:none;
}




/*  submenu vpravo  */
.mini-submenu{
  display:none;  
  background-color: rgba(0, 0, 0, 0);  
  border: 1px solid rgba(0, 0, 0, 0.9);
  border-radius: 4px;
  padding: 9px;  
  /*position: relative;*/
  width: 42px;

}

.mini-submenu:hover{
  cursor: pointer;
}

.mini-submenu .icon-bar {
  border-radius: 1px;
  display: block;
  height: 2px;
  width: 22px;
  margin-top: 3px;
}

.mini-submenu .icon-bar {
  background-color: #000;
}

#slide-submenu{
  background: rgba(0, 0, 0, 0.45);
  display: inline-block;
  padding: 0 8px;
  border-radius: 4px;
  cursor: pointer;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #dddddd;
    border-color: #dddddd;
}

.list-group .list-group-item:hover {
    background: #dddddd !important;
    border-color: #dddddd;
    color:white !important;
}

.list-group .list-group-item.active {
    background: #dddddd !important;
    border-color: #dddddd;
    color:white !important;
}

.list-group a.list-group-item:nth-child(even) {
    background: #e7e6e5;
} /* submenu - zebra */


#uws-submenu .uws-submenu-item:nth-child(2) a,
#uws-submenu .uws-submenu-item:nth-child(4) a,
#uws-submenu .uws-submenu-item:nth-child(6) a,
#uws-submenu .uws-submenu-item:nth-child(8) a,
#uws-submenu .uws-submenu-item:nth-child(10) a,
#uws-submenu .uws-submenu-item:nth-child(12) a,
#uws-submenu .uws-submenu-item:nth-child(14) a,
#uws-submenu .uws-submenu-item:nth-child(16) a,
#uws-submenu .uws-submenu-item:nth-child(18) a,
#uws-submenu .uws-submenu-item:nth-child(20) a,
#uws-submenu .uws-submenu-item:nth-child(22) a,
#uws-submenu .uws-submenu-item:nth-child(24) a,
#uws-submenu .uws-submenu-item:nth-child(26) a,
#uws-submenu .uws-submenu-item:nth-child(28) a,
#uws-submenu .uws-submenu-item:nth-child(30) a,
#uws-submenu .uws-submenu-item:nth-child(32) a,
#uws-submenu .uws-submenu-item:nth-child(34) a,
#uws-submenu .uws-submenu-item:nth-child(36) a,
#uws-submenu .uws-submenu-item:nth-child(38) a,
#uws-submenu .uws-submenu-item:nth-child(40) a,
#uws-submenu .uws-submenu-item:nth-child(42) a,
#uws-submenu .uws-submenu-item:nth-child(44) a,
#uws-submenu .uws-submenu-item:nth-child(46) a,
#uws-submenu .uws-submenu-item:nth-child(48) a,
#uws-submenu .uws-submenu-item:nth-child(50) a,
#uws-submenu .uws-submenu-item:nth-child(52) a,
#uws-submenu .uws-submenu-item:nth-child(54) a,
#uws-submenu .uws-submenu-item:nth-child(56) a,
#uws-submenu .uws-submenu-item:nth-child(58) a,
#uws-submenu .uws-submenu-item:nth-child(60) a,
#uws-submenu .uws-submenu-item:nth-child(62) a,
#uws-submenu .uws-submenu-item:nth-child(62) a,
#uws-submenu .uws-submenu-item:nth-child(64) a,
#uws-submenu .uws-submenu-item:nth-child(66) a,
#uws-submenu .uws-submenu-item:nth-child(68) a,
#uws-submenu .uws-submenu-item:nth-child(70) a { background-color: #e7e6e5; }


#uws-submenu .uws-submenu-item {
    margin-bottom:29px
} 


/* download */
.gen-table {
	width: 100%;	
	margin-bottom: 20px;
}

.gen-table caption {
	margin-bottom: 10px;
}

.gen-table th {
	font-weight: bold;
    color:white;
}

.gen-table th, .gen-table td {
	/*background-color: #fff;*/
	padding: 5px;	
	text-align: left;
   	border: 1px solid #ca9004;	
	vertical-align: top;
}

.gen-table .empty-left-top {
	background-color: transparent;
	border-left-color: transparent;
	border-top-color: transparent;
}

.gen-table .empty-left-bottom {
	background-color: transparent;	
	border-left-color: transparent;
	border-bottom-color: transparent;
}

.gen-table td.top-left {
	text-align: left;
	vertical-align: top;
}



.gen-table thead th,
.gen-table tfoot td {
	background-color: #dddddd;	
	border-color: #ca9004;
    color:#808080;
}

.gen-table thead th {
	color:black;
    font-size: 0.980em; /* zmeneno, puvodne 1.166em = 14px  */
}

.gen-table tbody th,
.gen-table tr.odd th, .gen-table tr.odd td {
	background-color: #f7f7f7;
}


.gen-table tbody tr td a, .gen-table tbody tr td{
color:#555555;
}

.gen-table tbody tr:nth-child(even) {
    background: #e7e6e5 !important;
} 

.gen-table tbody tr:nth-child(odd) {
    background: white !important;
} 


.gen-table tbody tr:hover th, .gen-table tbody tr:hover td {
background-color:#dddddd;
/*color:white;*/
border: 1px solid #ca9004;
}

.gen-table tbody tr:hover td a{
color:black;
}

.gen-table tbody tr:hover td a:hover{
text-decoration:none;
}

.gen-table thead tr th.zmena {
	width:23%;
}


.gen-table tbody tr td:last-child  {
	text-align:center;
}

.gen-table tbody tr td:first-child   {
	vertical-align:middle;
	text-align:left;
}

.gen-table tbody tr td  {
	vertical-align:middle;
}


.bila_stazeni { 
    background:#dddddd; 
    padding:19px 19px 1px 19px;
   width:auto;
   height:auto;
    margin:21px 0px 33px 0px;
   -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px; 
}
  
.bila_stazeni .gen-table tr td  {padding:5px 10px 5px 10px}
  
.bila_stazeni .gen-table tr td .fileposun a span {float:none; margin-left:10px !important;margin-top:-18px;vertical-align:central !important; color:black;}

.velposun { float:right;margin-right:10px;margin-top:2px;padding:0;font-size:12px;color:#001d51;}
   
  h5.soubory { 
    color:white;
   text-transform:uppercase;
   margin:0px !important;
   padding:5px 0 5px;
   margin-left:8px !important;
   font-size:11px;
     }
  
  .bila_stazeni .gen-table thead tr th.nadpis_stazeni { 
      background:#343434;
      color:white;
        }

 
 .bila_stazeni .gen-table tbody tr:hover th, .bila_stazeni .gen-table tbody tr:hover td {
      background:#ca9004;
}

 .bila_stazeni .gen-table tbody tr:hover th, .bila_stazeni .gen-table tbody tr:hover td span {
      color:white;
      
}

.bila_stazeni .gen-table tbody tr:hover th a, .bila_stazeni .gen-table tbody tr:hover td a{
     color:black !important;
}



/*breadcrumb*/

.breadcrumb-box a{-moz-transition:all 0.15s ease-out; -o-transition:all 0.15s ease-out; -webkit-transition:all 0.15s ease-out; transition:all 0.15s ease-out; -ms-transition:all 0.15s ease-out;}

.breadcrumb-box{font-size: 0; margin-bottom: 0px;}
.breadcrumb-box a{display: inline-block; font-size: 13px; color: black; line-height: 16px; margin-right: 7px; padding: 7px 0;}
.breadcrumb-box a:last-child{color:#dddddd;cursor:default;}
.breadcrumb-box a:hover:last-child{color:#dddddd;cursor:default; text-decoration:none;}

.breadcrumb-box a:after{content: "\f105"; font-family: FontAwesome; display: inline-block; margin-left: 7px;}
.breadcrumb-box a:last-child:after{display: none;}
.breadcrumb-box a:hover{color: #dddddd;}
.breadcrumb-entry{padding: 40px 0; background-position: center center; background-repeat: no-repeat; border-top: 1px #eee solid; border-bottom: 1px #eee solid; text-align: center; background-size: cover;}
.breadcrumb-entry.align-left{text-align: left;}
.breadcrumb-entry.align-right{text-align: right;}
.breadcrumb-entry .breadcrumb-title.style-1{font-size: 36px; line-height: 36px; color: #312926; font-weight: 400; letter-spacing: -1px;}
.breadcrumb-entry .breadcrumb-title.style-2{font-size: 26px; line-height: 26px; text-transform: uppercase; font-weight: 600;}
.breadcrumb-entry .breadcrumb-title.dark{color: #312926;}
.breadcrumb-entry .breadcrumb-title.light{color: #fff;}
.breadcrumb-box.light a{color: rgba(255, 255, 255, 0.5);}
.breadcrumb-box.light a:hover{color: rgba(255, 255, 255, 1);}



/* others setting  */
.uws-detail .uws-setting {
  padding-bottom:0;
}

	.uws-detail .uws-setting .description h3 {
		font-size: 19px;
		padding-bottom: 5px;
		margin-bottom: 0px;
		color: #AAAAAA;
	}

.img-responsive  { max-width:100%; height:auto; display:block; }

.img-margin  { margin-bottom:18px; }

.img-setting  { float:left; display:block; margin-right:15px; margin-bottom:15px; }

.uws-setting p a,
.uws-setting address a,
.uws-setting ul li a {
	color: purple;
	text-decoration: underline;
}

.uws-setting .pagging {
	margin-right: -15px;
	margin-left: -15px;
}

.uws-setting ul.pagination li a {
    text-decoration: none !important;
}

.uws-setting ul.pagination li a:hover {
    color: black;
    text-decoration: none !important;
}

.uws-setting ul.pagination li a {
	color: white;
}

.uws-setting h2,.uws-setting .h2 {
    margin-bottom: 20px;
}

.uws-setting h3,.uws-setting .h3 {
    margin-bottom: 20px;
    color: #AAAAAA;
}

.uws-setting p, 
.uws-setting ul li,
.uws-setting ol li
.uws-setting span
{
	color: black;	
}

.uws-setting p strong, 
.uws-setting ul li strong,
.uws-setting ol li strong
.uws-setting span
{
	text-transform: none;	
}

	.uws-setting p a:hover, .uws-setting p a:focus,
	.uws-setting address a:hover, .uws-setting address a:focus,
	.uws-setting ul li a:hover, .uws-setting ul li a:focus {
		color: black;
		text-decoration: none;
	}

.inner-page-contents.uws-inner-page-contents ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #AAAAAA;
}
.inner-page-contents.uws-inner-page-contents ::-moz-placeholder { /* Firefox 19+ */
	color: #AAAAAA;
}
.inner-page-contents.uws-inner-page-contents :-ms-input-placeholder { /* IE 10+ */
	color: #AAAAAA;
}
.inner-page-contents.uws-inner-page-contents :-moz-placeholder { /* Firefox 18- */
	color: #AAAAAA;
}


/* ul li stiling */
.uws-setting h3 + ul {
  list-style: none;
  padding: 0;
}

.uws-setting h3 + ul li {
  padding-left: 0px;
}

.uws-setting h3 + ul li:before {
  content: "\f197"; 
  font-family: FontAwesome;
  display: inline-block;
  margin-left: 0em; 
  width: 1.3em;
  padding-right:29px; 
}






/* ----------------------------------------------------------------------------- MEDIA QURIES STARTS ----- */

 @media (max-width:992px) {
.logo {
	text-align: center;
}
.pic-with-overlay h1, .pic-with-overlay h2 {
	font-size: 24px;
	width: 80%;
}
#date {
	text-align: center;
	padding-bottom: 6px;
}
.top-nav ul.small-nav {
	text-align: center;
}
.newsticker.owl-theme .owl-controls .owl-buttons .owl-prev {
	position: absolute;
	top: -28px;
	left: 0;
}
.newsticker.owl-theme .owl-controls .owl-buttons .owl-next {
	position: absolute;
	top: -28px;
	right: 0;
}
.newsticker.owl-theme .owl-controls .owl-buttons div {
	display: inline-block;
	zoom: 1;
 *display: inline;
	font-size: 20px;
	line-height: 1.1;
	padding-top: 1px;
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	margin-top: 0px!important;
	margin-bottom: 0px!important;
	width: 27px;
	height: 27px;
	color: #fff;
	background-color: transparent;
	border: none;
}
}

 @media (max-width:767px) {
#mobile-header {
	display: block;
}
.sidr-class-hidden-sm {
	display: none!important
}
.sidr-class-hidden-xs {
	display: none!important
}
.sidr-class-navbar-toggle, .navbar-toggle {
	display: none!important
}
.logo {
	padding-top: 10px;
	padding-bottom: 0px;
	text-align: center;
}
.navbar-inverse {
	border: none;
	background-color: transparent;
}
.logo img {
	max-width: 150px;
	max-height: 57px;
}
#navigation-sticky-wrapper {
	display: none!important
}
#date {
	text-align: center;
}
.top-nav ul.small-nav {
	text-align: center;
}
.nav-icon {
	padding-top: 8px;
}
.navbar-toggle {
	position: relative;
	float: right;
	padding: 6px;
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px
}
.pic-with-overlay .category {
	font-size: 12px;
	font-weight: 400;
	position: absolute;
	top: 20px;
	left: 30px;
	z-index: 100;
	background-color: #151515;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	letter-spacing: 2px;
}
.pic-with-overlay .author {
	font-size: 14px;
	font-weight: 500;
	position: absolute;
	color: #fff;
	border-radius: 4px;
	bottom: 10px;
	left: 20px;
    width:95%;
}
.pic-with-overlay h1, .pic-with-overlay h2 {
	font-size: 16px;
	font-weight: 400;
	line-height: 0.9;
	position: absolute;
	color: #fff;
	bottom: 65px;
	left: 20px;
	width: 80%;
}
.pic-with-overlay-2 .author {
	font-size: 14px;
	font-weight: 500;
	position: absolute;
	color: #fff;
	border-radius: 4px;
	bottom: 10px;
	left: 20px;
}
.pic-with-overlay-2 h1, .pic-with-overlay-2 h2 {
	font-size: 16px;
	font-weight: 400;
	line-height: 0.9;
	position: absolute;
	color: #fff;
	bottom: 30px;
	left: 20px;
	width: 80%;
}
.ad-125x125 {
	background-color: #f5f5f5;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 40px;
}
.ad-125x125 .row div:nth-child(odd) {
	text-align: right;
	margin-bottom: 2px;
	padding-right: 2px;
}
.ad-125x125 .row div:nth-child(even) {
	text-align: left;
	margin-bottom: 2px;
	padding-left: 2px;
}
.inner-page-contents {
	padding-top: 0px;
	margin-top: 10px;
	padding-bottom: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #f5f5f5;
}
ul.footer-posts li .info .likes {
	padding-right: 0px;
}
}

 @media (max-width:480px) {
.logo {
	text-align: center;
}
#date {
	text-align: center;
}
.top-nav ul.small-nav {
	text-align: center;
}
.nav-icon {
	padding-top: 8px;
}
.nav-icon input[type=search]:focus, .nav-icon form input[type=search]:focus,
.nav-icon input[type=text]:focus, .nav-icon form input[type=text]:focus
 {
	border: 1px solid rgba(0, 0, 0, .5);
	width: 180px;
}
.navbar-toggle {
	position: relative;
	float: right;
	padding: 6px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px
}
.pic-with-overlay .category {
	font-size: 12px;
	font-weight: 400;
	position: absolute;
	top: 20px;
	left: 11px;
	z-index: 100;
	background-color: #151515;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	letter-spacing: 2px;
}
.pic-with-overlay .author {
	font-size: 12px;
	font-weight: 500;
	position: absolute;
	color: #fff;
	border-radius: 4px;
	bottom: 10px;
	left: 20px;
}
.pic-with-overlay h1, .pic-with-overlay h2 {
	font-size: 16px;
	font-weight: 400;
	line-height: 0.99;
	position: absolute;
	color: #fff;
	bottom: 52px;
	left: 20px;
	width: 94%;
	height:35px;
	overflow:hidden;
	width: 80%;
}
.pic-with-overlay-2 .author {
	font-size: 12px;
	font-weight: 500;
	position: absolute;
	color: #fff;
	border-radius: 4px;
	bottom: 10px;
	left: 20px;
}
.pic-with-overlay-2 h1, .pic-with-overlay-2 h2 {
	font-size: 14px;
	font-weight: 400;
	line-height: 0.9;
	position: absolute;
	color: #fff;
	bottom: 30px;
	left: 20px;
	width: 80%;
}

}

 /* layout uws default action  */
#uws-default-action .inner-page-contents {
	padding-top: 0px;
	padding-bottom: 0px;
}

#uws-default-action article.uws-setting,
#uws-default-action article.uws-setting2 {
	padding-bottom: 10px;
}

#uws-default-action .footer ul li{float:initial;}


/* others */

/* rocket - home */
#uws-home section .picture a,
#uws-home .pic-with-overlay a {
    cursor: url(/uws_images/design/icon-rocket.png), auto;
}


#uws-home section .overlay-category a,
#uws-home .uws-head-news-info a {
    cursor: pointer;
}

/* rocket - blog */

.uws-news-2-columns .picture a {
    cursor: url(/uws_images/design/icon-rocket.png), auto;
    
}

.uws-news-2-columns .picture h2 a {
    cursor: pointer;
}

/* our team */

.hr-title.hr-long {
    width: 100%;
    margin: 20px auto 50px;
}

.hr-title {
    border-top-style: solid;
    border-top-width: 1px;
    font-size: 16px;
    text-align: center;
    height: 10px;
    line-height: 20px;
    margin: 10px 0;
    height: auto;
    color: #bbbbbb;
}

hr.space {
    border: none;
    height: 50px;
}

.space {
    width: 100%;
    display: block;
    clear: both;
    height: 20px;
    position: relative;
}

hr {
    margin-bottom: 10px;
    margin-top: 10px;
    clear: both;
}

.center {
    float: none;
    margin: 0 auto;
}

.image-box {
    max-height: 254px;
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-bottom: 30px; 
    float: left;
}

.image-box.circle-image {
    border: 6px solid #dddddd;
    border-radius: 100%;
    margin: 0 auto -6px;
    z-index: 1;
    float: none;
    text-align: center;
    clear: both;
}
.image-box.circle-image.small {
    height: 120px;
    width: 120px;
}
.image-box.circle-image.medium {
    height: 180px;
    width: 180px;
}
.image-box.circle-image.large {
    height: 220px;
    width: 220px;
}

.image-box img {
    margin-left: auto;
    margin-right: auto;
    min-width: 100%;
    top: 0;
    width: 70%;
}

.image-box-description {
    float: left;
    margin-bottom: 30px;
    overflow: hidden;
    padding: 12px 0;
    position: relative;
    width: 100%;
}

.text-center {
    text-align: center !important;
}

.image-box-description h4 {
    margin: 0;
    font-weight: 600;
    font-size: 18px;
}

.hr-title abbr {
    padding: 10px 10px;
    border-radius: 2px;
    position: relative;
    top: -10px;
    letter-spacing: .2em;
    text-transform: uppercase;
}

.hr-title abbr {
    background-color: #dddddd;
    color:white;
}

.image-box-description > p.subtitle {
    color: #888;
    margin-bottom: 20px;    
}

.m-t-10 {
    margin-top: 10px!important;
}

.text-center.social-icons ul {
    display: inline-block;
}

.social-icons ul {
    padding: 0;
}

.social-icons li {
    float: left;
    list-style: none;
}

.social-icons.social-icons-border li a {
    border: 1px solid #eee;
    background: transparent;
    color: #333;
}

.social-icons.social-icons-border li a {
    float: left;
    height: 32px;
    width: 32px;
    line-height: 32px;
    font-size: 16px;
    text-align: center;
    margin: 0 8px 8px 0;
    border-radius: 4px;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border: 1px solid #dddddd;
    background: transparent;
    color: #dddddd;
}

.social-icons.social-icons-border li a:hover {
    border: 1px solid black;
    background: transparent;
    color: black !important;
}

@media only screen and (max-width: 40em) {
    .social-icons.social-icons-border li a {
    float: left;
    height: 52px;
    width: 52px;
    line-height: 52px;
    font-size: 26px;
    text-align: center;
    margin: 0 20px 8px 0;
    border-radius: 4px;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border: 1px solid #dddddd;
    background: transparent;
    color: #dddddd;
}
}

.social-icons.social-icons-border li a:hover {
   color: black;
}


.uws-setting-local {
   position:relative;
   z-index:10000;
}

/* pr-line */

.jumbotron.jumbotron-fullwidth {
	padding: 20px 0px 15px;
}

	.jumbotron.jumbotron-fullwidth img {
		padding: 0px;
		max-width: 100%;
		height: auto;
		display: block;
	}

.jumbotron p {
    color:black;
    font-weight:400;    
}

.jumbotron h3{
    font-size:27px;
}

.jumbotron h3{
    font-size:27px;
}

.jumbotron .btn-lg.green,.jumbotron .btn-primary.green {
    background-color: black;
    border: none;
    border-radius: 0px;
    border: 3px solid black;
}

 .jumbotron .btn-lg.green span {
    color: white;    
}

.jumbotron .btn-lg.green:hover span {
    color: black;    
}

.jumbotron .btn-lg.green:hover,.jumbotron .btn-primary.green:hover {
    background-color: transparent;
    border: 3px solid black;
}

.background-colored {
    background-color: #dddddd !important;
}

.jumbotron {
    position: relative;
    overflow: hidden;
    padding: 24px 30px 12px;
}

.m-b-0 {
    margin-bottom: 0px !important;
}

 /* news detail tags  */

  .UWS_tags_link_content   {
margin-bottom:0px !important;
}

	.UWS_tags_link_content .UWS_tags_link {
		background: purple;
		color: white !important;
		font-weight: bold;
		font-size: 12px;
		border-radius: 3px;
		padding: 5px;
		margin-right: 5px;
		border: solid purple 2px;
		text-decoration: none !important
	}

		.UWS_tags_link_content .UWS_tags_link:hover {
			background: transparent !important;
			color: purple !important;
			border: solid purple 2px;
			font-weight: bold;
			font-size: 12px;
			border-radius: 3px;
			padding: 5px;
			margin-right: 5px;
			text-decoration: none;
		}


 /* age limit */

#uws-age-limit {
    padding:30px 0px 50px;
    }

 .btn.btn-primary.uws-age-limit {
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    text-align: center;
    padding: 10px 5px;
    min-width: 0;
    border-radius: 4px;
    margin-right:10px;
    width:100%;
}

.btn.btn-primary.green {
    color: white;
    background: green;
    border: 2px green solid;   
}

.btn.btn-primary.red {
    color: white;
    background: red;
    border: 2px red solid;    
}

.btn.btn-primary.green:hover{background: transparent!important; border: 2px green solid; color: green !important;}

.btn.btn-primary.red:hover{background: transparent!important; border: 2px red solid; color: red !important;}

.btn.green:focus, .btn.green:active:focus {
	outline: none;
	outline: none;
	outline-offset: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 10px 5px !important;
	background: green;
	border: solid 2px green !important;
	line-height: 16px !important;
}

.btn.red:focus, .btn.red:active:focus {
	outline: none;
	outline: none;
	outline-offset: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 10px 5px !important;
	background: red;
	border: solid 2px red;
	line-height: 16px !important;
}



/* social share */

.rrssb-buttons.large-format, .rrssb-buttons.large-format {
    height: auto;
    width: 100%;
    display: block;
    margin: 0 auto;
    float: none !important;
}

.rrssb-buttons.large-format {
    height: auto;
    width: 50%;
}

    .rrssb-buttons.large-format li {
        height: auto;
        width: 33.3%;
        padding-right: 20px
    }

        .rrssb-buttons.large-format, .rrssb-buttons.large-format li a {
            font-size: 16px !important;
            padding-right: 0px;
        }


@media only screen and (max-width: 48em) {

    .rrssb-buttons.large-format {
        width: 100% !important;
    }

        .rrssb-buttons.large-format li {
            width: 100% !important;
            padding-bottom: 25px;
        }

            .rrssb-buttons.large-format, .rrssb-buttons.large-format li a {
                font-size: 19px !important;
                padding: 0px 40px;
                margin-left: 10px
            }
}


@media only screen and (min-width: 48.063em) and (max-width: 62em) {
    .rrssb-buttons.large-format {
        width: 100% !important;
    }

        .rrssb-buttons.large-format li {
            width: 50% !important;
            padding-bottom: 25px;
        }

            .rrssb-buttons.large-format, .rrssb-buttons.large-format li a {
                font-size: 19px !important;
                padding: 0px 40px;
                margin-left: 10px
            }
}

.jssocials-share .jssocials-share-link:hover {
    text-decoration: none
}

/* blog 2021 */

.uws-blog-col {
    padding-bottom: 25px;
}

.uws-setting .uws-blog-row {
	margin-right: -15px;
	margin-left: -15px;
}

.uws-blog-col .detail {
	padding-top: 15px;
	padding-left: 0px;
	padding-right: 0px;
}

.uws-blog-col .author {
    padding-top: 0px;
}

.uws-blog-col .caption {
    height:initial;
}

.uws-blog-col .caption h3 {
    font-size:23px; 
    margin-top:10px;
    margin-bottom:5px;  
}

.uws-blog-col .caption h3 a {  
    color:black; 
}

.uws-blog-col .caption h3 a:hover {  
    color:#AAAAAA; 
}

article a {
    color: #ccc;
}

article a:hover {
    color: black;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .uws-blog-col {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

    .uws-blog-col .caption h3 {  
    height:75px;
    overflow:hidden; 
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {  
    .uws-blog-col .caption h3 {  
    height:75px;
    overflow:hidden; 
}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {  
    .uws-blog-col .caption h3 {  
    height:75px;
    overflow:hidden; 
}
}


@media only screen and (min-width: 1200px) {
.uws-blog-col .caption h3 {  
    height:100px;
    overflow:hidden; 
}
}

/* footer */
.footer .footer-logo a,
.footer .footer-contacts a {
	text-decoration: underline;
	color: #dddddd;
}

	.footer .footer-logo a:hover,
	.footer .footer-contacts a:hover {
		text-decoration: none !important;
		color: white;
	}

.footer-contacts .contactus {
	margin-bottom: 30px;	
}

.footer-contacts .uws-award {
	margin-bottom: 30px;
}

@media only screen and (min-width: 598px) and (max-width: 1199px) {
	.footer-about {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		width: 100%;
		max-width: 100%;
	}

	.footer-interest {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		width: 50%;
		max-width: 50%;
		margin-bottom: 15px;
		float: right
	}


	.footer-contacts {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		width: 50%;
		max-width: 50%;
		margin-bottom: 15px;
		float: left
	}

		.footer-contacts .uws-award {
			margin-bottom: 10px;
		}

		.footer-contacts .uws-award h3 {
			font-size: 16px;
			font-weight: 400
		}


		.footer-contacts .contactus {
			display: inline-block;
		}
}




