@charset "utf-8";

/* Startup CSS */
body { height:100%; min-height:100%; font-size:14px; background:#FFF; color:#222; font-family:'Open Sans', Arial, Helvetica, sans-serif; overflow-x:hidden; }
pre { color:#CCC; }
.hide { display:none !important; }
p { margin-bottom:10px; }
img { max-width:100%; height:auto; }
.clear { clear:both; }

.font-Montserrat { font-family:'Montserrat', Arial, Helvetica, sans-serif; }
.fw-400 { font-weight:400 !important; }
.fw-700 { font-weight:700 !important; }
h1, h2, h3, h4, h5, h6 { font-family:'Montserrat', Arial, Helvetica, sans-serif; font-weight:700; }
input[type="submit"],
input[type="button"],
button, a.btn, .navbar { font-family:'Montserrat', Arial, Helvetica, sans-serif; }

a, .btn, input[type="submit"], input[type="button"], button, .item .item-thumb img, .item a.item-link .item-overlay { -webkit-transition: all 200ms ease-in-out; -moz-transition: all 200ms ease-in-out; -ms-transition: all 200ms ease-in-out; -o-transition: all 200ms ease-in-out; transition: all 200ms ease-in-out; }

.main-container { padding-left:0; padding-right:0; float:left; width:100%; }

/* reveal grid after images loaded */
.grid { display:inline-block; width:100%; }
.grid.are-images-unloaded { opacity:0; }
.grid.are-images-unloaded .grid-item { opacity:0; max-height:100px; overflow:hidden; }

.grid-sizer, .grid-item { padding:5px; }

.grid-item img { width:100%; height:auto; }
.grid-item video { width:100%; height:auto; }

/* Main Color: #eb008b PINK // #35adf2 BLUE // Secondary: #b1086c // #006faf BLUE */
.highlight { color:#35adf2 !important; }
a { color:#35adf2; }
a:hover { color:#006faf; }
.btn-primary, .btn-primary.disabled, .btn-primary:disabled { background:#35adf2; border:1px solid #35adf2; }
.btn-primary.disabled, .btn-primary:disabled, .form-control:disabled, .form-control[readonly] { cursor:not-allowed; }
.btn-primary:hover { background:#006faf; border:1px solid #006faf; }
.dropdown-item.active, .dropdown-item:active { background-color:#35adf2; }

.wrapper { width:1000px; position:relative; margin:0 auto; }

/* Bootstrap overrides */
.btn-outline-secondary { border-color:#ced4da; }
.navbar-dark .navbar-nav .nav-link { color:#FFF; }
#loginModal .input-group-text,
#forgotPasswordModal .input-group-text,
#signUpModal .input-group-text { display:inline-block; min-width:42px; text-align:center; }

/* Generic Paddings */
.padding-zero { padding: 0; }
.padding-left-zero { padding-left:0; }
.padding-right-zero { padding-left:0; }
.padding-left-100 { padding-left:100px; }
.padding-left-75 { padding-left:75px; }
.padding-left-50 { padding-left:50px; }
.padding-right-100 { padding-right:100px; }
.padding-right-75 { padding-right:75px; }
.padding-right-50 { padding-right:50px; }
.padding-top-100 { padding-top:100px; }
.padding-top-75 { padding-top:75px; }
.padding-top-50 { padding-top:50px; }
.padding-top-25 { padding-top:25px; }
.padding-bottom-100 { padding-bottom:100px; }
.padding-bottom-75 { padding-bottom:75px; }
.padding-bottom-50 { padding-bottom:50px; }
.padding-bottom-25 { padding-bottom:25px; }

/* Bootstrap Overrides */
.tooltip { font-size:10px !important; }

/* Custom Styles */

@media (min-width: 1200px){
	.container-xl {	max-width:1600px; }
}
@media (min-width: 992px){
	.container-xl {	max-width:100%; }
}
@media (min-width: 768px){
	.container-xl { max-width: 100%; }
}
@media (max-width: 767px){
	.hidden-sm, .hidden-xs { display:none !important; }
}
.wrapper {
	display: table;
	width: 100%;
	height: 100%;
	table-layout: fixed;
	overflow: hidden;
	transition: opacity .6s;
}

.flex-wrap { display:flex; flex-wrap:nowrap; }

.logo {
	font-size: 28px;
	font-weight: 700;
	-ms-flex-positive: 0;
	    flex-grow: 0;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
}

.logo h1, .logo h2 { font-size:28px; margin:0; }
.logo img { max-width:250px; }

.logo a {
	display: block;
	color: #35adf2;
}

.logo span {
	color: #1d2022;
}

.search {
	-ms-flex-positive: 1;
	    flex-grow: 1;
	-ms-flex-negative: 1;
	    flex-shrink: 1;
	min-width: 1px;
	padding: 20px;
	max-width:600px;
}

.search .input-group .input-group-append .btn.dropdown-toggle { border-radius:0; border-right:0; }

.header-buttons {
	-ms-flex-positive: 1;
	    flex-grow: 0;
	-ms-flex-negative: 1;
	    flex-shrink: 1;
	min-width: 1px;
	padding: 20px;
	margin-left:auto;
}

.navbar-mobile-buttons { display:none; margin-bottom:15px; }
.mobile-buttons { display:none; padding:20px 5px; }
.mobile-buttons .search-toggler { display:none; }
.mobile-buttons button { min-height:38px; }
@media screen and (max-width: 992px) {
	.logo img { max-width:160px; }
	.header-buttons { display:none; }
	.mobile-buttons { display:inline-block; }
	header .flex-wrap { justify-content:space-between; position:relative; }
	.navbar .navbar-nav .nav-item { margin-left:15px !important; border-bottom:1px solid #555d65; }
	.navbar .navbar-nav .nav-item:last-child { margin-right:15px !important; border-bottom:0; }
}
@media screen and (max-width: 740px) {
	.search { display:none; min-width:100%; position:absolute; top:100%; left:0; border:1px solid #CCC; border-radius:5px; background:#f1f1f1; z-index:10; }
	.mobile-buttons { padding:10px 5px; }
	.mobile-buttons .search-toggler { display:inline-block; }
}
@media screen and (max-width: 479px) {
	.logo, .logo h1, .logo h2 { font-size:18px; }
	.logo img { max-width:160px; }
	.search { padding:4px; }
	.mobile-buttons .trigger_darkmode { display:none; }
	.mobile-buttons .trigger_login { display:none; }
	.navbar-mobile-buttons { display:inline-block; width:100%; text-align:center; }
}

.navbar { padding:0; margin-bottom:15px; }
.navbar .navbar-nav { font-size:1.1em; }
.navbar .navbar-nav .nav-item { position:relative; margin-right:15px; }
.navbar .navbar-nav .nav-item:last-child { margin-right:0; }
.navbar .navbar-nav .nav-item .nav-link { position:relative; padding:1em .5rem; }
.navbar .navbar-nav .nav-item.active>.nav-link,
.navbar .navbar-nav .nav-link.active,
.navbar .navbar-nav .nav-link.show,
.navbar .navbar-nav .show>.nav-link {
	color:#FFF; position:relative;
}
.navbar .navbar-nav .active, .navbar .navbar-nav .nav-item.active .nav-link { position:relative; }
.navbar .navbar-nav .nav-item.active .nav-link::before,
.navbar .navbar-nav .nav-item:focus .nav-link::before, .navbar .navbar-nav .nav-item:hover .nav-link::before {
	content:'';
	position:absolute; bottom:0; left:0; width:100%; height:4px; background-color: #78ea0a; border-radius:4px;
}
.navbar .navbar-nav .nav-item.outgoing-link .nav-link::after {
	content:"\f105";
	font:normal normal normal 14px/1 FontAwesome;
	position:absolute; top:8px; right:0;
	transform: rotate(-45deg);
}
.dropdown-toggle::after {
	border:0;
	vertical-align:0;
	content:"\f105";
	font:normal normal normal 14px/1 FontAwesome;
	transform: rotate(90deg);
}

.navbar .navbar-nav .nav-item.megamenu {
	position: static;
}

.navbar .navbar-nav .nav-item.megamenu .dropdown-menu {
	width:98%;
	margin-left:2px;
	column-count:6;
}
.navbar .navbar-nav .nav-item.megamenu .dropdown-menu .dropdown-item {
}

section.title {}
section.title h1, section.title h2, section.title h3, section.title h4 { display:inline-block; font-size:18px; vertical-align:middle; }
section.title h1 span, section.title h2 span, section.title h3 span, section.title h4 span { color:#35adf2; }

ul.title-additional-tags { display:inline-block; width:100%; list-style:none; margin:0; padding:0; margin-bottom:15px; }
ul.title-additional-tags li { display:inline-block; margin-bottom:4px; }
ul.title-additional-tags li .btn { font-size:1em; }
ul.title-additional-tags li .dropdown-menu.max-height { max-height:200px; overflow-y:auto; }

.filter-options { display:inline-block; width:auto; margin-left:15px; vertical-align:middle; margin-bottom:15px; font-size:0; }
.filter-options a.btn { font-size:14px; }

/* Item Hover */
.item { position:relative; border-radius:5px; }
.item a.item-link { display:inline-block; position:relative; border-radius:5px; border:1px solid #ced4da; overflow:hidden; }
.item a.item-link .item-thumb { display:inline-block; width:100%; vertical-align:top; overflow:hidden; }
.item a.item-link .item-thumb img { display:inline-block; max-width:100%; width:100%; border-radius:5px; }
.item a.item-link .item-overlay { display:inline-block; position:absolute; padding:5px; background:rgba(0,0,0,0.3); color:#FFF; text-shadow:#000 1px 1px 1px; font-size:12px; top:0; left:0; }
.item a.item-link .item-overlay.top-left { top:0; left:0; right:auto; bottom:auto; border-radius:5px 0 5px 0;  font-size:1.1em; }
.item a.item-link .item-overlay.top-right { top:0; left:auto; right:0; bottom:auto; border-radius:0 5px 0 5px; }
.item a.item-link .item-overlay.bottom-left { top:auto; left:0; right:auto; bottom:0; border-radius:0 5px 0 5px; }
.item a.item-link .item-overlay.bottom-right { top:auto; left:auto; right:0; bottom:0; border-radius:5px 0 5px 0; }
.item a.item-link .item-overlay .flag-icon { display:inline-block; margin-left:5px; }
.item:hover a.item-link .item-thumb img { -webkit-transform:scale(1.05);-moz-transform:scale(1.05);-ms-transform:scale(1.05);-o-transform:scale(1.05);transform:scale(1.05); }
.item:hover a.item-link .item-overlay { opacity:0.5; }
@media screen and (max-width: 479px) {
	.item a.item-link .item-overlay.top-left { font-size:12px; }
}

.scroll_up {
	position: fixed;
	bottom: 40px;
	right: 40px;
	z-index: 999;
	width: 30px;
	height: 30px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
	background-color: #35adf2;
	border-radius: 30px;
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	transition: background .3s, opacity .3s, visibility .3s;
}

.scroll_up.show { opacity:1; visibility:visible; }

.scroll_up i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
	color: #fff;
	font-size: 16px;
	color: #fff;
}

@media screen and (min-width: 1025px) {
	.scroll_up:hover { background-color:#1d2022; }
}
@media screen and (max-width: 1000px) {
	.scroll_up { right:20px; bottom:40px; }
}
@media screen and (max-width: 767px) {
	.scroll_up { width:40px; height:40px; }
}
@media screen and (max-width: 1000px) {
	.scroll_up i { font-size:16px; }
}

.gallery-grid .grid-item a, .gallery-grid .grid-item a img { width:100%; max-width:100%; }
.gallery-info {}
.gallery-info .gallery-info-sponsored { border:1px solid #ececec; background:#f1f1f1; padding:10px; text-align:center; }
.gallery-info .gallery-info-sponsored em { display:inline-block; width:100%; margin-bottom:10px; }
.gallery-info .gallery-info-sponsored a { display:inline-block; width:100%; }
.gallery-info .gallery-info-sponsored a img { display:inline-block; max-width:100%; margin-bottom:10px; }
.gallery-info .gallery-info-sponsored a span { display:inline-block; width:100%; text-align:center; font-weight:700; font-size:12px; }

.gallery-info .gallery-info-details { display:table; }
.gallery-info .gallery-info-details .gallery-item-row { display:table-row; }
.gallery-info .gallery-info-details .gallery-item-row .gallery-item-label { display:table-cell; width:100px; padding:8px 0; }

.gallery-info .gallery-info-buttons {}
.gallery-info .gallery-info-buttons .share_options { display:none; margin:15px 0; }
.gallery-info .gallery-info-buttons .share_options .a2a_default_style a { float:none !important; display:inline-block !important; }

@media screen and (max-width: 479px) {
	.gallery-info .gallery-info-details { display:inline-block; }
	.gallery-info .gallery-info-details .gallery-item-row { display:inline-block; width:100%; margin-bottom:10px; }
	.gallery-info .gallery-info-details .gallery-item-row .gallery-item-label { display:inline-block; width:100%; padding:2px 0; font-weight:700; }
	.gallery-info .gallery-info-details .gallery-item-row .gallery-item-data .btn { margin-bottom:4px; }
	.gallery-info .gallery-info-buttons .btn { margin-bottom:4px; }
}

.video-item { margin-bottom:15px; }
.ntv-ads { text-align:center; }
.ntv-ads .upsale-link { display:inline-block; margin-bottom:20px; }

#footer { display:inline-block; width:100%; text-align:center; position:relative; border-top:1px solid #e9e9e9; padding:25px 0; background-color:#ececec; }
#footer .footer-links { text-align:left; }
#footer .footer-title { display:inline-block; width:100%; font-weight:700; margin-bottom:10px; }
#footer .footer-links ul { display:inline-block; width:100%; margin:0; padding:0; list-style:none; }
#footer .footer-links ul li { display:inline-block; width:100%; margin-bottom:5px; }
#footer .footer-links ul.columns-4 { column-count:4; }
#footer .footer-links ul.columns-3 { column-count:3; }
#footer .footer-links ul.columns-2 { column-count:2; }
#footer .footer-bottom { display:inline-block; width:100%; margin-top:10px; padding-top:10px; border-top:1px solid #CCC; }

@media (max-width: 767px){
	#footer .footer-links ul.columns-4, #footer .footer-links ul.columns-3 { column-count:2; }
}

.comments { display:inline-block; width:100%; padding-top:15px; margin-top:15px; border-top:1px solid #dadada; }
.comments .comments-list { display:inline-block; width:100%; /*padding:15px; border:1px solid #444; background:#111;*/ margin-bottom:15px; }
.comments .comments-list ul { display:inline-block; width:100%; list-style:none; padding:0; margin:0; }
.comments .comments-list ul > li > ul { padding-left:30px; margin-top:10px; }
.comments .comments-list ul li { display:inline-block; width:100%; margin-bottom:10px; }
.comments .comments-list ul li:last-child { border-bottom:0; margin-bottom:0; padding-bottom:0; }
.comments .comments-list ul li .comment-row { float:left; width:100%; }
.comments .comments-list ul li .comment-rating { float:left; min-width:60px; margin-right:10px; text-align:center; line-height:100%; border:1px solid #dadada; padding:10px 5px; background:#FFF; }
.comments .comments-list ul li .comment-rating a { display:inline-block; font-size:12px; padding:5px; border:1px solid #dadada; }
.comments .comments-list ul li .comment-rating a:hover { border:1px solid #444; }
.comments .comments-list ul li .comment-rating a.comment-vote-up { color:#58d212; }
.comments .comments-list ul li .comment-rating a.comment-vote-down { color:#575757; }
.comments .comments-list ul li .comment-rating .comment-rating-value { display:block; font-size:12px; margin:5px 0; font-weight:300; }
.comments .comments-list ul li .comment-body {}
.comments .comments-list ul li .comment-body .comment-meta { display:block; width:100%; font-size:12px; color:#868686; margin-bottom:5px; padding:5px 0; border-bottom:1px solid #dadada; }
.comments .comments-list ul li .comment-body .comment-text { font-size:14px; }

.comments .comments-form { display:inline-block; width:100%; margin-bottom:15px; }

.text-center { text-align:center; }

ul.custom { display:inline-block; width:100%; margin:0; padding:0; list-style:none; }
ul.custom li { display:inline-block; width:100%; padding:5px; border:1px solid #e0e0e0; background:#f5f5f5; margin-bottom:2px; border-radius:10px; }
ul.custom li i.fa { display:inline-block; margin-right:5px; min-width:30px; text-align:center; }
@media (min-width: 768px) {
	ul.custom li i.fa { min-width:0; }
}
ul.custom li:last-child { margin-bottom:0; }


#loginModal .input-group-text,
#forgotPasswordModal .input-group-text { min-width:42px; }

.pagination{ display:inline-block; width:100%; padding:25px 0; text-align:center; }
.pagination li{ display:inline-block; font-size:18px; text-align:center; margin:0 1px; }
.pagination li a{ }
.pagination li a:not([href]):not([tabindex]) { color:#222; background:none; }
.pagination li.active a, .pagination li a.active, .pagination li a:hover { }

body.darkmode { background:#252a2f; color:#FFF; }
body.darkmode .logo span { color:#FFF; }
body.darkmode .btn-outline-secondary { color:#bbb; border-color:#454d54; }
body.darkmode .item a.item-link { border-color:#343a40; }
body.darkmode #footer { background-color:#343a40; border-color:#525961; }
body.darkmode #footer .footer-bottom { border-color:#525961; }
body.darkmode .modal { color:#111; }
body.darkmode .category-list > a.dropdown-item {
	color: #ffffff;
}
body.darkmode .category-list > a.dropdown-item:hover {
	color: #000000;
}

body.darkmode .category-list > a.dropdown-item:active {
	color: #000000;
}
body.darkmode {}

.category-list {
	width:20%;
	float:left;
	padding:2px;
	font-weight: bold;
}

@media (max-width: 992px){
	.category-list {
		width:50%;
	}
}

@media(max-width: 320px) {
	.category-list {
		width:100%;
	}
}

.page-link {
    background-color: #343a40 !important;
}
