@import "https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900";
h2{
	font-size:1.2rem;
	font-weight:700
}
.section-title h2{
	color:#fff;
	font-size:28px;
	font-weight:700;
	text-align:left;
	margin:25px 0 10px -10px
}
.section-title h2 i{
	color:#fcbc75;
	margin-right:10px
}
.c-white{
	color:#fff
}
.scroll-to-top{
	position:fixed;
	right:50px;
	bottom:50px;
	display:inline-block;
	z-index:9;
	width:40px;
	height:40px;
	background:#052157;
	border:2px solid #fff;
	text-align:center
}
.scroll-to-top a{
	text-decoration:none;
	font-family:'Lato',sans-serif;
	font-weight:900;
	cursor:pointer;
	font-size:24px;
	color:#fff;
	padding:2px 0 0;
	display:inline-block
}
.scroll-to-top a i{
	color:#fff
}
html{
	font-family:"Roboto",sans-serif;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
	overflow-x:hidden
}
body{
	font-family:"Roboto",sans-serif;
	font-size:16px;
	margin:0;
	color:#3d5169;
	overflow-x:hidden
}
h1,h2,h3,h4,h5,h6,a{
	line-height:1.3
}
h1,h2,h3,h4,h5,h6{
	font-family:"Roboto",sans-serif
}
p{
	line-height:1.6
}
a{
	color:#3d5169;
	text-decoration:none
}
a,a:hover,a:focus,a:active{
	text-decoration:none;
	outline:none
}
a i{
	padding:0 2px
}
img{
	max-width:100%
}
input[type="text"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="password"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="number"]:focus,textarea:focus,input[type="button"]:focus,input[type="reset"]:focus,input[type="submit"]:focus,select:focus{
	outline:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	border:1px solid #ddd
}
.alignleft{
	float:left
}
.alignright{
	float:right
}
.aligncenter{
	clear:both;
	display:block;
	margin:0 auto 1.75em
}
ul{
	margin-bottom:0 auto 1.75em;
	padding:0;
	list-style:none
}
.banner{
	background:url(../img/banner.jpg) center center repeat;
	position:relative;
	z-index:2
}
.banner.banner-2{
	background:url(../img/banner-2.png) center center no-repeat;
	background-color:#020c16
}
.banner.banner-2:after{
	display:none
}
.banner.banner-2 .banner-img{
	position:initial;
	height:600px;
	margin-top:150px
}
.banner.banner-2 .banner-img img{
	width:auto;
	max-width:none;
	height:100%
}
.banner:after{
	position:absolute;
	content:'';
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:#000;
	opacity:.8;
	z-index:-1
}
.banner .banner-img{
	position:absolute;
	right:50px;
	bottom:0
}
.banner .banner-content{
	margin-top:0;
	padding:250px 0 150px
}
.banner .banner-content h4{
	font-size:24px;
	color:#fff;
	font-weight:400;
	margin-bottom:1px;
	margin-top:-9px
}
.banner .banner-content h1{
	color:#fff;
	font-weight:700;
	font-size:38px;
	margin-bottom:15px
}
.banner .banner-content p{
	color:#cecece;
	font-size:16px;
	line-height:30px
}
.banner .banner-content a {
    display: inline-block;
    width: 180px;
    height: 50px;
    background: #fcbc75;
    color: #fff;
    border-radius: 7px;
    line-height: 48px;
    border: 1px solid #fcbc75;
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    margin-top: 26px;
}
.banner .banner-content a:hover{
	background:transparent;
	color:#fcbc75
}
.header{
	position:absolute;
	left:0;
	width:100%;
	top:0;
	z-index:55
}
.header.header-2 .header-bottom{
	background:transparent;
	border-top:1px solid rgba(255,255,255,0.1);
	border-bottom:1px solid rgba(255,255,255,0.1)
}
.header .header-top{
	padding:18px 0;
	position:relative
}
.header .header-top .support-area ul li{
	display:inline-block;
	font-size:14px
}
.header .header-top .support-area ul li.text{
	color:#fff;
	margin-right:25px
}
.header .header-top .support-area ul li.icon a{
	margin-right:8px
}
.header .header-top .support-area ul li.icon.fb a{
	color:#3b5999
}
.header .header-top .support-area ul li.icon.twit a{
	color:#fff
}
.header .header-top .support-area ul li.icon.twit a i{
	margin-right:6px
}
.header .header-top .support-area ul li.icon.utb a{
	color:#cd201f
}
.header .header-top .support-area ul li.icon.ins a{
	color:#e4405f
}
.header .header-top .support-area ul li.icon.pnt a{
	color:#bd081c
}
.header .header-top .user-control{
	display:inline-block;
	float:right
}
.header .header-top .user-control ul li{
	font-size:14px;
	display:inline-block;
	margin-right:20px
}
.header .header-top .user-control ul li:last-child{
	margin-right:0
}
.header .header-top .user-control ul li i{
	color:#fff;
	margin-right:6px
}
.header .header-top .user-control ul li select{
	background:transparent;
	color:#c6c6c6;
	-webkit-appearance:none;
	-moz-appearance:none;
	border:none
}
.header .header-top .user-control ul li select option{
	color:#fcbc75
}
.header .header-top .user-control ul li a{
	display:inline-block;
	color:#fff
}
.header .header-bottom{
	position:relative;
	background:rgba(0,0,0,0.5)
}
.header .header-bottom .logo a{
	display:inline-block
}
.header .header-bottom .mainmenu{
	display:inline-block;
	float:right
}
.header .header-bottom .mainmenu .navbar{
	padding:0
}
.header .header-bottom .mainmenu .navbar .navbar-nav .nav-item .nav-link{
	padding:35px 15px;
	display:-webkit-inline-box;
	display:-ms-inline-flexbox;
	display:inline-flex;
	font-weight:500;
	color:#ececec;
	-webkit-transition:all .3s ease-in;
	-moz-transition:all .3s ease-in;
	-o-transition:all .3s ease-in;
	transition:all .3s ease-in
}
.header .header-bottom .mainmenu .navbar .navbar-nav .nav-item .nav-active{
	color:#fcbc75
}
.header .header-bottom .mainmenu .navbar .navbar-nav .nav-item .nav-link:hover{
	color:#fcbc75
}
.header .header-bottom .mainmenu .navbar .navbar-nav .nav-item:last-child .nav-link{
	padding-right:0
}
.header .header-bottom .mainmenu .navbar .navbar-nav .nav-item.dropdown .dropdown-toggle:after{
	content:'\f107';
	font-family:"Font Awesome 5 Free";
	font-weight:900;
	border:none;
	vertical-align:unset;
	height:auto;
	width:auto;
	margin-left:8px
}
.header .header-bottom .mainmenu .navbar .navbar-nav .nav-item.dropdown:hover .dropdown-toggle{
	color:#fcbc75
}
.header .header-bottom .mainmenu .navbar .navbar-nav .nav-item.dropdown:hover .dropdown-menu{
	opacity:1;
	visibility:visible
}
.header .header-bottom .mainmenu .navbar .navbar-nav .nav-item .dropdown-menu{
	padding:0;
	margin:0;
	border:none;
	border-radius:0;
	position:absolute;
	left:0;
	display:block;
	opacity:0;
	visibility:hidden;
	-webkit-transition:all .3s ease-in;
	-moz-transition:all .3s ease-in;
	-o-transition:all .3s ease-in;
	transition:all .3s ease-in
}
.header .header-bottom .mainmenu .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item{
	border-bottom:1px solid rgba(0,0,0,0.1);
	font-weight:500px;
	padding:15px;
	-webkit-transition:all .3s ease-in;
	-moz-transition:all .3s ease-in;
	-o-transition:all .3s ease-in;
	transition:all .3s ease-in
}
.header .header-bottom .mainmenu .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item:last-child{
	border:none
}
.header .header-bottom .mainmenu .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,.header .header-bottom .mainmenu .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus .header .header-bottom .mainmenu .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item.active{
	background:#fcbc75;
	color:#fff
}
.siteinfo{
	color:#fff;
	background-color:#020c16
}
.price-plan{
	padding:30px 0;
	background:#0c1a26
}
.price-plan .single-plan{
	background:#020c16;
	text-align:center;
	border-bottom:1px solid rgba(206,206,206,0.1);
	padding:15px 0;
	margin-bottom:30px
}
.price-plan .single-plan span{
	color:#d5d5d5
}
.price-plan .single-plan a{
	color:#d5d5d5
}
.price-plan .single-plan span.price{
	display:block;
	font-size:25px;
	font-weight:400;
	color:#00d087;
	margin:10px 0
}
.price-plan .single-plan h3{
	font-size:28px;
	color:#d5d5d5;
	font-weight:700;
	text-align:center;
	margin-bottom:33px
}
.price-plan .single-plan .part-icon img{
	width:60%
}
.price-plan .single-plan-ul li{
	color:#cecece;
	font-size:16px;
	border-bottom:1px solid rgba(206,206,206,0.1);
	padding:13px 0
}
.price-plan .single-plan-ul li:first-child{
	border-top:1px solid rgba(206,206,206,0.1)
}
.price-plan .single-plan-ul li span{
	color:#00d087
}
.price-plan .single-plan .ratepos-circle{
	width:30px;
	height:30px;
	border-radius:15px;
	border:1px solid #d5d5d5
}
.price-plan .single-plan .ratepos{
	font-weight:700;
	color:#d5d5d5;
	line-height:28px
}
.price-plan .single-plan .ratepos-1{
	color:#00d087;
	border-color:#00d087;
	border-width:2px
}
.price-plan .single-plan .afftitle{
	text-decoration:underline
}
.price-plan .single-plan .afftitle:hover{
	color:#00d087
}
.price-plan .single-plan .affrating{
	display:block;
	font-size:20px;
	color:#00d087;
	font-weight:700
}
.price-plan .single-plan .btn{
	height:auto!important;
	border:none;
	color:#fff;
	font-weight:700
}
.price-plan .single-plan .btn-positive{
	background-color:#9fc66b
}
.price-plan .single-plan .btn-neutral{
	background-color:#d5d5d5
}
.price-plan .single-plan .btn-negative{
	background-color:#f08080
}
.price-plan .single-plan .btn-tosite{
	background-color:#0c1a26;
	border-right:2px solid #020c16
}
.price-plan .single-plan .btn-review{
	background-color:#0c1a26;
	border-left:2px solid #020c16
}
.news{
	padding:50px 0 30px;
	color:#fff;
	background:#0c1a26
}
.news-full{
	background:#0c1a26!important
}
.news a{
	color:#fcbc75
}
.news span{
	color:#fcbc75
}
.news.homepage-2{
	background-color:#393939
}
.news.blog-details .single-news .part-text h3 a{
	font-size:30px;
	line-height:40px
}
.news.blog-details .single-news .part-text p{
	margin-bottom:15px
}
.news.blog-details .single-news .part-text p:last-child{
	margin-bottom:0
}
.news.blog-details .single-news .part-text ul{
	list-style:square;
	padding-left:30px
}
.news.blog-details .single-news .part-text img{
	padding:0 0 15px
}
.news.blog-details .single-news .part-comment{
	border-top:3px solid #0c1a26;
}

.mass_comments_action{
	display: none;
}
.news.blog-details .single-news .part-comment h3{
	font-size:30px;
	font-weight:700;
	color:#fff;
	margin-bottom:22px
}
.news.blog-details .single-news .part-comment .single-comment .reply-button{
	position:absolute;
	text-align:center;
	border:1px solid #fcbc75;
	color:#fff;
	background:transparent;
	cursor:pointer;
	outline:none;
	height:25px;
	width:100px;
	top:30px;
	right:30px;
	font-size:12px;
	border-radius:4px
}
.news.blog-details .single-news .part-comment .single-comment .reply-button a{
	display:block;
	line-height:24px;
	color:#fff
}
.news.blog-details .single-news .part-comment .single-comment .reply-button span{
	color:#fff!important;
	font-weight:600
}
.news.blog-details .single-news .part-comment .single-comment .likes{
	top:65px;
	background:#4ACA4A;
	border:1px solid #4ACA4A
}
.news.blog-details .single-news .part-comment .single-comment .dislikes{
	top:100px;
	background:#fcbc75;
	border:1px solid #fcbc75
}
.comments-tree-list{
	padding:0;
	background:#020c16
}
.comments-tree-list li{
	list-style:none;
	border-bottom:1px solid rgba(255,255,255,0.3)
}
.comments-tree-list li:last-child{
	border:none
}
.comments-tree-list ol{
	padding-left:30px
}
.news.blog-details .single-news .part-comment .single-comment{
	position:relative;
	border-bottom:1px solid #0c1a26;
	background:#020c16;
	padding:30px;
	padding-right:160px;
	display:flow-root
}
.news.blog-details .single-news .single-info{
	position:relative;
	background:#020c16;
	padding:30px;
	display:flow-root
}
.news.blog-details .single-news .single-info .full-girl-img .yesvideo{
	position:absolute;
	background:#fcbc75;
	top:10px;
	left:20px;
	border-radius:4px
}
.news.blog-details .single-news .single-info .full-girl-img .yesvideo .masha_index{
	padding:0
}
.news.blog-details .single-news .single-info .full-girl-img .yesvideo span{
	padding:10px;
	color:#020c16!important;
	font-weight:700;
	font-size:10px;
	text-transform:uppercase
}
.news.blog-details .single-news .single-info-full{
	border-bottom:3px solid #0c1a26
}
.news.blog-details .single-news .single-info h1{
	font-size:1.5rem
}
.news.blog-details .single-news .single-info .video-link{
	text-align:center;
	border:1px solid #fcbc75;
	margin-top:15px;
	border-radius:4px
}
.news.blog-details .single-news .single-info .video-link a{
	display:block;
	width:100%;
	padding:15px 0
}
.news.blog-details .single-news .single-info .reg-button{
	display:inline-block;
	width:100%;
	padding:15px;
	border-radius:3px;
	color:#fff;
	text-align:center;
	border:2px solid #fcbc75;
	background:transparent;
	-webkit-transition:all .3s ease-in;
	-moz-transition:all .3s ease-in;
	-o-transition:all .3s ease-in;
	transition:all .3s ease-in;
	position:relative;
	margin-top:20px
}
.news.blog-details .single-news .single-info .reg-button:hover{
	background:transparent;
	color:#fcbc75
}
.news.blog-details .single-news .part-comment .single-comment .commentor-img{
	border-radius:10px;
	margin-right:20px;
	max-width:90px;
	max-height:90px;
	overflow:hidden;
	float:left
}
.news.blog-details .single-news .part-comment .single-comment .comment-rate{
	text-align:center;
	border-radius:10px;
	margin-right:20px;
	width:90px;
	height:90px;
	overflow:hidden;
	float:left
}
.news.blog-details .single-news .part-comment .single-comment .comment-positive{
	background-color:#4ACA4A
}
.news.blog-details .single-news .part-comment .single-comment .comment-negative{
	background-color:#FC5C5C
}
.news.blog-details .single-news .part-comment .single-comment .comment-neutral{
	background-color:#AAA
}
.news.blog-details .single-news .part-comment .single-comment .comment-rate i{
	font-size:70px;
	line-height:90px
}
.news.blog-details .single-news .part-comment .single-comment .comment-text h4{
	font-size:20px;
	color:#fff;
	font-weight:700
}
.news.blog-details .single-news .part-comment .single-comment .comment-text p{
	font-size:16px;
	color:#cecece;
	line-height:26px;
	margin:0
}
.news.blog-details .single-news .part-comment button.reply-button{
	position:absolute;
	top:0;
	right:0;
	border:1px solid #fcbc75;
	color:#fcbc75;
	height:35px;
	background:transparent;
	cursor:pointer;
	outline:none;
	width:100px;
	top:30px;
	right:30px;
	font-size:14px;
	border-radius:4px
}
.news.blog-details .single-news .comment-box{
	background:#020c16
}
.news.blog-details .single-news .comment-box h3{
	font-size:30px;
	font-weight:700;
	color:#fff;
	margin-bottom:22px
}
.news.blog-details .single-news .comment-box input{
	background:#0c1a26;
	border:none;
	border-bottom:1px solid #81868b;
	color:#cecece;
	width:100%;
	height:60px;
	padding:0 30px
}
.news.blog-details .single-news .comment-box textarea{
	background:transparent;
	border:none;
	border-bottom:1px solid #81868b;
	color:#cecece;
	width:100%;
	padding:15px 30px;
	height:200px;
	display:-ms-grid;
	display:grid
}
.news.blog-details .single-news .comment-box button{
height: 48px;
    width: 144px;
	border-radius:5px;
	background:#fcbc75;
	color:#fff;
	border:1px solid #020c16;
	-webkit-transition:all .3s ease-in;
	-moz-transition:all .3s ease-in;
	-o-transition:all .3s ease-in;
	transition:all .3s ease-in;
}

.news.blog-details .single-news .comment-box button:hover{
	background:transparent;
	color:#fcbc75
}
.news .single-news{
	background-color:#020c16ж
	border-radius: 7px;
}
.news .single-news .part-img{
	position:relative
}
.news .single-news .part-img .yesvideo{
	position:absolute;
	background:#fcbc75;
	top:10px;
	left:10px;
	border-radius:4px
}


.tox .tox-toolbar, .tox .tox-toolbar__overflow, .tox .tox-toolbar__primary {
    border-top: 1px solid #0c1a26!important;
    box-shadow: inset 0 1px 0 #0c1a26!important;
    background: #0c1a26!important;
}



.news .single-news .part-img .yesvideo span{
	padding:10px;
	color:#020c16!important;
	font-weight:700;
	font-size:10px;
	text-transform:uppercase
}
.news .single-news .girlsname{
	border:1px solid #fcbc75;
	margin-bottom:10px
}
.news .single-news .girlsname i{
	padding:14px;
	background-color:#fcbc75;
	color:#020c16
}
.news .single-news .girlsname .girlstitle{
	margin-bottom:0;
	font-size:.9rem!important;
	padding:12px
}
.news .single-news .btn-group{
	width:100%
}
.news .single-news .btn-group a{
	width:50%;
	text-align:center;
	padding:10px;
	color:#fff!important;
	font-weight:700!important;
	border-radius:0!important;
	border:none
}
.news .single-news .btn-group a:hover{
	border:none
}
.news .single-news .btn-group a span{
	color:#fff
}
.news .single-news .btn-group a:first-child{
	background-color:#9fc66b!important
}
.news .single-news .btn-group a:last-child{
	background-color:#f08080!important
}
.news .single-news .part-img img{
    width: auto;
    height: 327px;
    object-fit: cover;
}
.news .single-news .part-meta{
	margin-top:15px;
	border-top:3px solid #0c1a26
}
.news .single-news .part-meta .single-meta{
	display:inline-block;
	padding:0 10px;
	border-right:1px solid rgba(255,255,255,0.3);
	line-height:16px;
	margin-top:20px;
	margin-bottom:0
}
.news .single-news .part-meta .single-meta:first-child{
	padding-left:0
}
.news .single-news .part-meta .single-meta:last-child{
	padding-right:0;
	border:none
}
.news .single-news .part-meta .single-meta span{
	display:inline-block;
	color:#cecece
}
.news .single-news .part-meta .single-meta span.icon{
	margin-right:6px
}
.news .single-news .part-text h3{
	font-size:1.1rem;
	margin-bottom:16px;
	line-height:32px
}
.news .single-news .part-text h3 a{
	color:#fff;
	font-size:22px;
	font-weight:700;
	-webkit-transition:all .3s ease-in;
	-moz-transition:all .3s ease-in;
	-o-transition:all .3s ease-in;
	transition:all .3s ease-in
}
.news .single-news .part-text h3 a:hover{
	color:#fcbc75
}
.news .single-news .part-text p{
	font-size:16px;
	line-height:26px;
	color:#cecece;
	margin-bottom:-4px
}
.footer{
	background:#081c30;
	background:url(../img/banner.jpg) center center repeat;
	position:relative;
	z-index:2;
	padding:120px 0
}
.footer:after{
	position:absolute;
	content:'';
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:#000;
	opacity:.8;
	z-index:-1
}
.footer.homepage-2{
	background:url(../img/footer-bg.png) top left no-repeat;
	background-color:#0c1a26
}
.footer .about-widget a.logo{
	display:inline-block;
	margin-bottom:24px
}
.footer .about-widget p{
	font-size:16px;
	line-height:26px;
	color:#cecece;
	margin-bottom:19px
}
.footer .about-widget .social ul li{
	display:inline-block;
	font-size:14px
}
.footer .about-widget .social ul li.icon a{
	margin-right:8px
}
.footer .about-widget .social ul li.icon.fb a{
	color:#3b5999
}
.footer .about-widget .social ul li.icon.twit a{
	color:#55acee
}
.footer .about-widget .social ul li.icon.utb a{
	color:#cd201f
}
.footer .about-widget .social ul li.icon.ins a{
	color:#e4405f
}
.footer .about-widget .social ul li.icon.pnt a{
	color:#bd081c
}
.footer .usefull-link h3{
	font-size:22px;
	color:#fff;
	font-weight:400;
	font-family:"Roboto",sans-serif;
	margin-bottom:18px
}
.footer .usefull-link ul li{
	padding-bottom:3px
}
.footer .usefull-link ul li a{
	color:#cecece;
	font-size:16px
}
.footer .usefull-link ul li a i{
	margin-right:6px;
	-webkit-transition:all .3s ease-in;
	-moz-transition:all .3s ease-in;
	-o-transition:all .3s ease-in;
	transition:all .3s ease-in
}
.footer .usefull-link ul li a:hover i{
	margin-right:10px
}
.copyright{
	background:#010f1c;
	padding:24px 0
}
.copyright p{
	text-align:center;
	margin:0;
	color:#cecece;
	font-size:16px
}
.breadcrump-slivovnet{
	background:url(../img/banner.jpg) center center repeat;
	position:relative;
	z-index:2
}
.breadcrump-slivovnet:after{
	position:absolute;
	content:'';
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:#000;
	opacity:.8;
	z-index:-1
}
@media (min-width: 992px){
	.breadcrump-slivovnet .breadcrump-content{
		margin-top:150px;
		padding:35px 0
	}
}
@media (max-width: 991px){
	.breadcrump-slivovnet .breadcrump-content{
		margin-top:0;
		padding:35px 0
	}
}
.breadcrump-slivovnet .breadcrump-content h1{
	font-size:26px;
	color:#fff;
	font-weight:700;
	margin-top:-9px
}
.breadcrump-slivovnet .breadcrump-content ul{
	margin-bottom:-7px
}
.breadcrump-slivovnet .breadcrump-content ul li{
	display:inline-block;
	font-size:18px;
	color:#fff;
	position:relative;
	margin-right:5px;
	padding-right:5px
}
.breadcrump-slivovnet .breadcrump-content ul li:last-child:after{
	display:none
}
.breadcrump-slivovnet .breadcrump-content ul li a{
	display:inline-block;
	color:#fff
}
.about{
	padding:120px 0;
	background-color:#020c16
}
.about .part-text h3{
	font-size:36px;
	color:#fff;
	font-weight:700;
	margin-bottom:32px;
	margin-top:-9px
}
.about .part-text p{
	font-size:16px;
	line-height:27px;
	color:#cecece;
	margin-bottom:19px
}
.about .part-text p:last-child{
	margin-bottom:0
}
.about .part-img{
	height:560px
}
.about .part-img img{
	width:auto;
	max-width:none;
	height:100%
}
.about .about-feature{
	margin-top:80px
}
.about .about-feature .single-about-feature{
	text-align:center
}
.about .about-feature .single-about-feature .part-icon{
	height:80px;
	margin-bottom:23px
}
.about .about-feature .single-about-feature .part-icon img{
	height:100%
}
.about .about-feature .single-about-feature .part-text h4{
	font-size:22px;
	font-weight:700;
	color:#fff;
	margin-bottom:24px
}
.about .about-feature .single-about-feature .part-text p{
	font-size:16px;
	line-height:26px;
	color:#cecece
}
.faq{
	padding:120px 0;
	background:#020c16
}
.faq #accordion .card,.faq #accordion2 .card{
	background:transparent;
	border:1px solid rgba(255,255,255,0.3);
	margin-bottom:15px
}
.faq #accordion .card .card-header,.faq #accordion2 .card .card-header{
	padding:0;
	border:none
}
.faq #accordion .card .card-header h5 button,.faq #accordion2 .card .card-header h5 button{
	font-size:20px;
	color:#fff;
	font-weight:700;
	font-family:"Roboto",sans-serif;
	text-decoration:none;
	padding:14px 25px;
	width:100%;
	text-align:left;
	position:relative
}
.faq #accordion .card .card-header h5 button:after,.faq #accordion2 .card .card-header h5 button:after{
	position:absolute;
	content:'\f078';
	right:25px;
	font-size:18px;
	color:#fff;
	font-family:'Font Awesome 5 Free';
	font-weight:900;
	-webkit-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	transform:rotate(180deg);
	-webkit-transition:all .3s ease-in;
	-moz-transition:all .3s ease-in;
	-o-transition:all .3s ease-in;
	transition:all .3s ease-in
}
.faq #accordion .card .card-header h5 button.collapsed:after,.faq #accordion2 .card .card-header h5 button.collapsed:after{
	-webkit-transform:rotate(0deg);
	-ms-transform:rotate(0deg);
	transform:rotate(0deg)
}
.faq #accordion .card .card-body,.faq #accordion2 .card .card-body{
	color:#cdcecf;
	line-height:26px;
	font-size:16px;
	padding:0 25px 25px
}
.contact,.login{
	padding:60px 0;
	background:#020c16
}
.contact .address-bar,.login .address-bar{
	margin-bottom:80px
}
.contact .address-bar .single-address,.login .address-bar .single-address{
	background:#0c1a26;
	display:flow-root;
	padding:30px
}
.contact .address-bar .single-address .part-icon,.login .address-bar .single-address .part-icon{
	font-size:40px;
	color:#fff;
	float:left;
	line-height:40px;
	margin-right:20px
}
.contact .address-bar .single-address .part-text,.login .address-bar .single-address .part-text{
	display:table
}
.contact .address-bar .single-address .part-text h4,.login .address-bar .single-address .part-text h4{
	font-size:20px;
	font-weight:700;
	color:#fff
}
.contact .address-bar .single-address .part-text p,.login .address-bar .single-address .part-text p{
	font-size:16px;
	line-height:26px;
	color:#cecece;
	margin:0
}
.contact .form form input,.login .form form input,.contact .form form select,.login .form form select{
	background:transparent;
	border:none;
	border-bottom:1px solid #81868b;
	color:#cecece;
	width:100%;
	height:60px;
	padding:0 30px
}
.contact .form form textarea,.login .form form textarea{
	background:transparent;
	border:none;
	border-bottom:1px solid #81868b;
	color:#cecece;
	width:100%;
	padding:15px 30px;
	height:200px;
	display:-ms-grid;
	display:grid
}
.contact .form form button,.login .form form button{
	height:60px;
	width:180px;
	border-radius:5px;
	background:#fcbc75;
	color:#fff;
	border:1px solid #fcbc75;
	-webkit-transition:all .3s ease-in;
	-moz-transition:all .3s ease-in;
	-o-transition:all .3s ease-in;
	transition:all .3s ease-in;
	cursor:pointer;
	outline:none;
	position:relative;
	left:50%;
	margin-left:-90px;
	margin-top:40px
}
.contact .form form button:hover,.login .form form button:hover{
	background:transparent;
	color:#fcbc75
}
#map{
	height:600px
}
.sidebar .single-widget{
	background:#020c16;
	border-radius:5px;
	padding:30px;
	overflow:hidden;
	margin-bottom:30px
}
.sidebar .single-widget h3.title{
	display:inline-block;
	font-size:20px;
	color:#fff;
	font-weight:700;
	position:relative;
	padding-right:15px
}
.sidebar .single-widget h3.title:after{
	position:absolute;
	content:'';
	left:100%;
	top:50%;
	width:700px;
	height:100%;
	background:#fcbc75;
	height:2px;
	margin-top:-1px
}
.sidebar .single-widget .search-form{
	margin-top:17px
}
.sidebar .single-widget .search-form form{
	position:relative
}
.sidebar .single-widget .search-form form input{
	height:40px;
	border:none;
	background:#0c1a26;
	width:100%;
	color:#fff;
	padding:0 20px
}
.sidebar .single-widget .search-form form button{
	position:absolute;
	top:0;
	right:10px;
	bottom:0;
	border:none;
	background:none;
	color:#fff;
	font-size:14px
}
.sidebar .single-widget .category-list ul li a{
	display:block;
	padding:15px 0;
	font-size:14px;
	color:#cecece;
	border-bottom:1px solid rgba(206,206,206,0.3);
	-webkit-transition:all .3s ease-in;
	-moz-transition:all .3s ease-in;
	-o-transition:all .3s ease-in;
	transition:all .3s ease-in
}
.sidebar .single-widget .category-list ul li a:hover{
	color:#fcbc75
}
.sidebar .single-widget .category-list ul li:last-child a{
	padding-bottom:0;
	border-bottom:none
}
.sidebar .single-widget .recent-post .single-post{
	margin-bottom:16px;
	display:flow-root
}
.sidebar .single-widget .recent-post .single-post:last-child{
	margin-bottom:0
}
.sidebar .single-widget .recent-post .single-post:first-child{
	margin-top:20px
}
.sidebar .single-widget .recent-post .single-post .part-img{
	position:relative;
	width:60px;
	height:60px;
	float:left;
	border:2px solid #fff;
	-webkit-transition:all .3s ease-in;
	-moz-transition:all .3s ease-in;
	-o-transition:all .3s ease-in;
	transition:all .3s ease-in;
	border-radius:4px;
	margin-right:20px
}
.sidebar .single-widget .recent-post .single-post:hover .part-img{
	border:2px solid #fcbc75;
	-webkit-transition:all .3s ease-in;
	-moz-transition:all .3s ease-in;
	-o-transition:all .3s ease-in;
	transition:all .3s ease-in
}
.sidebar .single-widget .recent-post .single-post .part-img img{
	position:absolute;
	margin:auto;
	left:0;
	top:0;
	bottom:0;
	right:0
}
.sidebar .single-widget .recent-post .single-post .part-text{
	display:table
}
.sidebar .single-widget .recent-post .single-post .part-text h3 a{
	display:inline-block;
	font-size:16px;
	color:#fff;
	font-weight:700;
	line-height:60px;
	-webkit-transition:all .3s ease-in;
	-moz-transition:all .3s ease-in;
	-o-transition:all .3s ease-in;
	transition:all .3s ease-in
}
.sidebar .single-widget .recent-post .single-post .part-text h3 a:hover{
	color:#fcbc75
}
.modal-footer{
	justify-content:flex-start
}
.card{
	background-color:#020c16;
	color:#cecece;
	border-radius:0
}
.card h1,.card h2{
	font-size:1.2rem;
	line-height:1.2rem;
	margin-bottom:0
}
.card h3{
	font-size:1.1rem;
	line-height:1.1rem;
	color:#00d087
}
.card ul{
	list-style:square;
	padding-left:30px;
	margin-bottom:10px
}
.card-light{
	background-color:#0c1a26!important
}
.card-header{
	border-bottom:1px solid rgba(206,206,206,0.1)
}
.scroll-top{
	display:none;
	align-items:center;
	justify-content:center;
	position:fixed;
	height:30px;
	width:30px;
	border-radius:4px;
	background:#fcbc75;
	bottom:10px;
	right:10px;
	cursor:pointer;
	z-index:999
}
.scroll-top i{
	color:#020c16
}
 .feedback-info {
	 color: #ffffff;
	 border:1px solid #fcbc75;
	 border-radius:3px;
	 padding: 20px;
}
 .feedback-info a {
	 color: #fcbc75;
}

/* merged-style-css */
.dleplyrplayer{
	max-width:1000px!important
}

.site-toast-stack{
	position:fixed;
	top:24px;
	right:24px;
	z-index:100000;
	display:flex;
	flex-direction:column;
	gap:12px;
	pointer-events:none
}

.site-toast{
	min-width:300px;
	max-width:360px;
	padding:14px 18px;
	border:1px solid rgba(252,188,117,.35);
	border-radius:14px;
	background:rgba(12,26,38,.96);
	box-shadow:0 18px 45px rgba(0,0,0,.32);
	color:#fff;
	font-size:14px;
	line-height:1.5;
	opacity:0;
	transform:translateY(-12px);
	transition:opacity .25s ease,transform .25s ease
}

.site-toast.is-visible{
	opacity:1;
	transform:translateY(0)
}

.site-toast__title{
	display:block;
	margin-bottom:4px;
	color:#fcbc75;
	font-size:15px;
	font-weight:700
}

.ui-dialog{
	position:fixed!important;
	top:24px!important;
	right:24px!important;
	left:auto!important;
	width:380px!important;
	max-width:calc(100vw - 28px)!important;
	margin:0!important;
	border:1px solid rgba(252,188,117,.35)!important;
	border-radius:14px!important;
	background:#0c1a26!important;
	background-clip:padding-box!important;
	box-shadow:0 18px 45px rgba(0,0,0,.32)!important;
	overflow:hidden!important;
	z-index:9999!important
}

.ui-dialog-titlebar{
	padding:16px 52px 0 18px!important;
	background:transparent!important
}

.ui-dialog-title{
	float:none!important;
	display:block!important;
	font-size:15px!important;
	font-weight:700!important;
	line-height:1.3!important;
	color:#fcbc75!important
}

.ui-dialog-titlebar-close{
	top:14px!important;
	right:14px!important;
	width:28px!important;
	height:28px!important;
	margin:0!important;
	padding:0!important;
	border:0!important;
	border-radius:50%!important;
	background:rgba(255,255,255,.08)!important
}

.ui-dialog-titlebar-close:hover{
	background:rgba(252,188,117,.18)!important
}

.ui-dialog-titlebar-close .ui-icon{
	width:12px!important;
	height:12px!important;
	margin:8px auto 0!important;
	opacity:.9!important
}

.ui-dialog-content{
	padding:0 18px 18px!important;
	border-top:0!important;
	background:transparent!important;
	color:#fff!important;
	font-size:14px!important;
	line-height:1.5!important
}

.dle-alert,.dle-confirm,.dle-promt{
	position:relative;
	padding:0 0 0 42px!important;
	min-height:28px
}

.dle-alert:before,.dle-confirm:before,.dle-promt:before{
	content:"";
	position:absolute;
	left:0;
	top:2px;
	width:28px;
	height:28px;
	border-radius:50%;
	background:rgba(252,188,117,.16)
}

.dle-alert:after,.dle-confirm:after,.dle-promt:after{
	content:"!";
	position:absolute;
	left:10px;
	top:4px;
	font-size:16px;
	font-weight:700;
	line-height:1;
	color:#fcbc75
}

.ui-dialog .ui-dialog-buttonpane{
	padding:0 18px 18px!important;
	text-align:left!important
}

.ui-button{
	float:none!important;
	height:38px!important;
	padding:8px 18px!important;
	border-radius:10px!important
}

@media (max-width:767px){
	.site-toast-stack{
		top:14px;
		right:14px;
		left:14px
	}
	.site-toast{
		min-width:0;
		max-width:none
	}
	.ui-dialog{
		top:14px!important;
		right:14px!important;
		width:auto!important;
		max-width:calc(100vw - 28px)!important
	}
}

/* shortstory: poster should fully align with like/dislike block */
.news .single-news .part-img > a{
	display:block;
	width:100%;
}

.news .single-news .preview-card{
	overflow:hidden;
	border:1px solid rgba(252,188,117,.55);
	border-radius:10px;
	box-shadow:0 10px 24px rgba(0,0,0,.22);
}

.news .single-news .preview-card .part-img .poster-frame{
	position:relative;
	width:100%;
	height:327px;
	overflow:hidden;
	background:#0c1a26;
}

.news .single-news .preview-card .part-img .poster-frame img{
	display:block;
	width:100%!important;
	height:100%!important;
	object-fit:cover;
	object-position:center center;
}

.news .single-news .preview-card .btn-group{
	border-top:1px solid rgba(252,188,117,.45);
}

.news .single-news .preview-card .btn-group a + a{
	border-left:1px solid rgba(252,188,117,.35);
}

@media (max-width:767px){
	.news .single-news .preview-card{
		border-radius:8px;
	}

	.news .single-news .preview-card .part-img .poster-frame{
		height:300px;
	}
}


