* {
    margin: 0;
    padding: 0;
	outline: none;
}

body {
	font-family: 'Poppins', sans-serif;
	color: #535353;
	font-size: 12px;
	background: #eaeff1 url('../img/background.jpg') repeat-x;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
}

img {
    max-width: 100%;
    max-height: 100%;
}

a { color: #dd3333; }

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

.container-fluid {
	padding-left: 10%;
	padding-right: 10%;
	max-width: 1920px;
}

/* HEADER */

.header {
	position: relative;
	padding-top: 80px;
	padding-bottom: 30px;
}

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

.header .header-container {
	position: relative;
}

/* SITE CONTAINER */

.site-container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

/* CONTENT */

.content {
	width: 60%;
}

/* SIDEBAR */

.sidebar {
	width: calc(40% - 3px);
}

.panel {
	width: 100%;
	margin-bottom: 3px;
}

.panel .panel-header {
	background: rgba(90,90,90,1);
	border-bottom: 1px solid #444;
	border-top-left-radius: 2px;
	border-top-right-radius: 4px;
}

.panel .panel-header.panel-flex {
	justify-content: space-between;
	padding-right: 20px;
}

.panel .panel-header h3 {
	padding: 15px 20px;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
}

.panel .panel-header a {
	color: #fff;
	font-weight: 600;
	text-decoration: underline;
}

.panel .panel-body {
	background: #373737;
	color: #eee;
	padding: 15px 20px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.panel:last-child { margin-bottom: 0; }

.panel .panel-header ul.menu {
	list-style: none;
	padding: 15px 20px;
	margin: 0;
	text-align: center;
	font-size: 13px;
}

.panel .panel-header ul.menu li {
	display: inline-block;
	border-right: 1.3px solid #fff;
	padding: 0 10px;
}

.panel .panel-header ul.menu li:last-child { border-right: 0; }

.panel .panel-header ul.menu li a {
	color: #fff;
	font-weight: bold;
}

.panel a {
	color: #fff;
}

.panel .panel-body.form-login {
	color: #fff;
}

.form-login-end {
	justify-content: space-between;
}

.form-login-end .login-buttons,
.form-login-end .login-buttons a {
	color: gray;
}

ul.cats {
	list-style: none;
	margin: 0;
}

ul.cats li {
	float: left;
	width: calc(50% - 10px);
	margin: 3px 5px;
	padding: 0;
    border: 1px solid #494949;
	padding: 5px 10px;
}

ul.cats li a {
	display: block;
	font-weight: 600;
	color: #dbdbdb;
	transistion: none;
}

ul.cats li:hover {
	border-color: green;
}

.nav-tabs {
	border-bottom: none;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	background-color: transparent;
	color: #fff;
	border-color: transparent;
}

/* RECOMMENDED MOVIES */

.recommended-movies {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.recommended-movies .item {
	width: calc(33.3333% - 5px);
}

.recommended-movies .item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* PAYMENTS OPTIONS */

.payments-options {
	
}

.payments-options .payment-item {
	background: #2b2b2b;
	padding: 10px 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
	border: 1px solid #444;
	flex-wrap: wrap;
}

.payments-options .payment-item:last-child { margin-bottom: 0; }

.payments-options .payment-item .payment-logo {
	width: 150px;
}

.payments-options .payment-item .payment-logo img {
	max-width: 100%;
}

.payments-options .payment-item .payment-desc {
	text-align: right;
}

.payments-options .payment-item .payment-price {
	width: 150px;
	font-size: 22px;
	font-weight: 600;
	color: #fff;
}

.payments-options .payment-item .payment-price h4 {
	color: #a3a3a3;
	font-size: 14px;
	font-weight: 400;
}

.payments-options .payment-item .payment-desc p {
	margin: 5px 0;
}

/* MOVIES LIST */

.movies-list {
	
}

.movies-list .movie-item {
	margin-bottom: 10px;
	background: #2b2b2b;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 5px;
	border: 1px solid #444;
	border-radius: 4px;
}

.movies-list .movie-item:last-child { margin-bottom: 0; }

.movies-list .movie-item .movie-image {
	width: 150px;
}

.movies-list .movie-item .movie-info {
	width: calc(100% - 160px);
	position: relative;
}

.movies-list .movie-item .movie-info a.movie-title {
	color: #fff;
    font-size: 16px;
    font-weight: 700;
}

.movies-list .movie-item .movie-info p {
	color: #cacaca;
	line-height: 15px;
    font-size: 12px;
}

.movies-list .movie-item .movie-info p.movie-details {
	color: #7d7d7d;
	margin-top: 8px;
}

.movies-list .movie-item .movie-info p.movie-details a {
	color: #7d7d7d;
}

.movies-list .movie-item .movie-info .movie-date {
	border: 1px solid #7d7d7d;
	margin-right: 10px;
	padding: 3px 4px;
}

.movies-list .movie-item .movie-info .movie-bottom {
	position: absolute;
	bottom: 3px;
	left: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #adadad;
}

.movies-list .movie-item .movie-info .movie-bottom i {
	padding-right: 5px;
}

.movies-list .movie-item .movie-info .movie-bottom [class^="flaticon-"]:before,
.movies-list .movie-item .movie-info .movie-bottom [class*=" flaticon-"]:before,
.movies-list .movie-item .movie-info .movie-bottom [class^="flaticon-"]:after,
.movies-list .movie-item .movie-info .movie-bottom [class*=" flaticon-"]:after {
	font-size: 12px !important;
	margin-left: 0 !important;
}

/* MOVIE SINGLE */

.movie-single-shortdesc {
	font-size: 13px;
	font-weight: 600;
}

.movie-single-desc {
	color: #BFBFBF;
	font-weight: 600;
}

.movie-like-up,
.movie-like-down {
	display: inline-block;
	margin-right: 10px;
}

.movie-single-favorite i {
	padding-left: 5px;
	color: #a3a3a3;
}

.movie-single-favorite i:hover {
	color: #ff5f5f;
}

.movie-single-favorite [class^="flaticon-"]:before,
.movie-single-favorite [class*=" flaticon-"]:before,
.movie-single-favorite [class^="flaticon-"]:after,
.movie-single-favorite [class*=" flaticon-"]:after {
	font-size: 12px !important;
	margin-left: 0 !important;
}

/* SEARCH */

.search {
	display: flex;
	justify-content: space-between;
}

.search .search_input {
	width: 100%;
}

.search .search_input input[type="text"] {
	width: 100%;
	color: #fff;
	font-size: 12px;
	padding: 10px 10px;
}

.search .search_submit {
	display: inline-block;
	margin-left: 5px;
}

.search .search_submit input[type="submit"] {
	background: #666;
	cursor: pointer;
	font-size: 12px;
	border-radius: 5px;
	font-weight: 700;
	color: #fff;
}

.payment-tab-content {
	margin-top: 30px;
}

.item {
	margin-bottom: 10px;
	background: #2b2b2b;
	padding: 5px;
	border: 1px solid #444;
	border-radius: 4px;
}

.item:last-child { margin-bottom: 0; }

ul.payments-method {
	margin: 0;
	list-style: none;
	display: flex;
	justify-content: center;
}

ul.payments-method li {
	border: 1px solid #666;
	margin: 0 10px;
	font-weight: 600;
}

/* INPUT, TEXTAREA, FORM, TABLES */

.btn {
	border-radius: 5px;
	font-size: 12px;
}

.btn-1 {
	background: #666;
	color: #fff;
	font-weight: 700;
}

.btn-inline {
	width: auto;
	display: inline-block;
}

input {
	width: 100%;
	display: inline-block;
	background: #342f2a;
	border: 1px solid #423c37;
	padding: 8px 10px;
	color: #fff;
}

.table td, .table th {
	border: none;
	padding: 5px;
	border-bottom: 1px solid #383838;
	font-size: 13px;
	color: #a3a3a3;
}

.table td.movie-single-col-name {
	color: #6d6d6d;
	padding-right: 5px;
}

.table td a {
	color: #fff;
	font-weight: 600;
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
	font-size: 12px !important;
	margin-left: 0 !important;
}

/* FOOTER */

.footer {
	margin-top: 20px;
}

.footer .footer-container {
	background: #2d2d2d;
	border-radius: 4px;
	padding: 20px;
	display: flex;
	flex-wrap: wrap;
}

.footer .footer-container p {
	margin: 0;
	color: silver;
	margin-right: 10px;
}

.footer .footer-container ul.menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer .footer-container ul.menu li {
	display: inline-block;
}

.footer .footer-container ul.menu li a {
	border-right: 1px solid #fff;
	display: block;
	padding: 0 5px;
}

.footer .footer-container ul.menu li:last-child a {
	border-right: 0;
}

.footer a {
	color: #fff;
	font-weight: 700;
}

.m0 { margin: 0px !important; }
.mt0 { margin-top: 0px !important; }
.mb0 { margin-bottom: 0px !important; }

.mt10 { margin-top: 10px; }
.mt20 { margin-top: 20px; }
.mt30 { margin-top: 30px; }
.mt40 { margin-top: 40px; }
.mt50 { margin-top: 50px; }
.mt70 { margin-top: 70px; }
.mt80 { margin-top: 80px; }
.mt100 { margin-top: 100px; }
.mt-50 { margin-top: -50px; }
.mt-60 { margin-top: -60px; }
.mt-100 { margin-top: -100px; }

.mb0 { margin-bottom: 0px; }
.mb20 { margin-bottom: 20px; }
.mb30 { margin-bottom: 30px; }
.mb40 { margin-bottom: 40px; }
.mb50 { margin-bottom: 50px; }
.mb70 { margin-bottom: 70px; }
.mb80 { margin-bottom: 80px; }
.mb100 { margin-bottom: 100px; }
.mb150 { margin-bottom: 150px; }
.mb200 { margin-bottom: 200px; }

.ml0 { margin-left: 0 !important; }
.ml10 { margin-left: 10px !important; }
.ml20 { margin-left: 20px !important; }

.mr0 { margin-right: 0 !important; }

.pt20 { padding-top: 20px; }
.pt30 { padding-top: 30px; }
.pt50 { padding-top: 50px; }
.pt75 { padding-top: 75px; }
.pt80 { padding-top: 80px; }
.pt100 { padding-top: 100px; }
.pt150 { padding-top: 150px; }

.pb0 { padding-bottom: 0px; }
.pb20 { padding-bottom: 20px; }
.pb30 { padding-bottom: 30px; }
.pb50 { padding-bottom: 50px; }
.pb75 { padding-bottom: 75px; }
.pb80 { padding-bottom: 80px; }
.pb100 { padding-bottom: 100px; }
.pb150 { padding-bottom: 150px; }

.pr5 { padding-right: 5px; }
.pr10 { padding-right: 10px; }
.pr15 { padding-right: 15px; }
.pr20 { padding-right: 20px; }

.pl5 { padding-left: 5px; }
.pl10 { padding-left: 10px; }

.p30 { padding: 30px; }
.p20 { padding: 20px; }
.p10 { padding: 10px; }

@media (min-width: 0px) and (max-width: 991px) {
	
	.container-fluid {
		padding-left: 2%;
		padding-right: 2%;
	}
	
	.header {
		padding-top: 30px;
	}
	
	.content {
		width: 100%;
	}
	
	.sidebar {
		width: 100%;
	}

	.movies-list .movie-item .movie-image {
		width: 100%;
		padding: 10px;
	}

	.movies-list .movie-item .movie-info {
		width: 100%;
		margin-left: 0;
		padding: 10px;
	}
	
	.movies-list .movie-item .movie-info .movie-bottom {
		margin-top: 10px;
		position: relative;
	}
	
	.movies-list .movie-item .movie-info .movie-date {
		padding: 2px 3px;
	}
	
	.movies-list .movie-item .movie-info a.movie-title {
		line-height: 30px;
	}
	
	.form-login-end {
		margin-top: 10px;
	}
	
	.panel .panel-header ul.menu {
		padding: 15px 10px;
	}
	
	.payments-options .payment-item .payment-logo {
		width: 100%;
		text-align: center;
	}
	
	.payments-options .payment-item .payment-logo img {
		max-width: 60%;
	}

	.payments-options .payment-item .payment-price {
		width: 100%;
		text-align: center;
		margin: 10px 0;
	}
	
	.payments-options .payment-item .payment-desc {
		width: 100%;
		text-align: center;
	}
	
	.footer .footer-container p {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}
	
	.footer .footer-container ul.menu li:first-child a {
		padding-left: 0;
	}

	.m--mt4 { margin-top: 4px !important; }
	.m--mt5 { margin-top: 5px !important; }
	
}

@media (min-width: 991px) and (max-width: 1440px) {
	
}