:root {
	--primeira-cor: rgb(214, 150, 0);
	--segunda-cor: #241c1c;
	--terceira-cor: #6c6c6c;
	--quarta-cor: rgb(214, 150, 0);
	--quinta-cor: rgb(214, 150, 0);
}
@font-face {
	font-family: 'Carnevalee Freakshow';
	src: url('fonts/Carnevalee Freakshow.ttf') format('truetype');
}
body, html {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	line-height: 23px;
	color: #707070;
	padding-right: 0 !important;
	overflow-x: hidden;
}
body::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #ffffff;
}
body::-webkit-scrollbar{
	width: 4px;
	background-color: #ffffff;
}
body::-webkit-scrollbar-thumb{
	background-color:#2c3954;
}
a {
	color: #797979;
	text-decoration: none;
}
a:hover, a:focus {
	color: #707070;
	text-decoration: none;
	outline: none;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Poppins', sans-serif;
	line-height: 1.1;
	font-weight:400;
	color: #222222;
	margin:0;
	padding:0;
}
p{
	margin:0;
}
input, select, button, textarea {
	outline: none;
}
input:focus, select:focus, button:focus, textarea:focus {
	outline: none;
	box-shadow:none;
}
ul{
	list-style:none;
	margin:0;
	padding:0;
}
/*-- Preloader css start --*/
#preloader {
	background-color: #ebf2f5;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 2147483647;
	width: 100%;
	height: 100%;
}
#status {
	background-position: center center;
	background-repeat: no-repeat;
	height: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
}
#status img {
}
#return-to-top {
	position: fixed;
	bottom: 85px;
	right: 60px;
	background: linear-gradient(90deg, #bf9865, #fad89f);
	width: 50px;
	height: 50px;
	display: block;
	text-decoration: none;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	display: none;
	-moz-transform: rotate(31deg);
	-webkit-transform: rotate(31deg);
	-o-transform: rotate(31deg);
	-ms-transform: rotate(31deg);
	transform: rotate(31deg);
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	padding-left:15px;
	z-index:12c3954;
}
#return-to-top i {
	color: #fff;
	margin: 0;
	position: relative;
	left: 1px;
	top: 9px;
	font-size: 30px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#return-to-top i:before{
	margin-left:0;
}
/*---------------------colorpicker css start---------------------*/
#style-switcher {
	background: none repeat scroll 0 0 #fff;
	-webkit-box-shadow: 2px 2px 3px rgba(0,0,0,.3);
	-moz-box-shadow: 2px 2px 3px rgba(0,0,0,.3);
	-ms-box-shadow: 2px 2px 3px rgba(0,0,0,.3);
	-o-box-shadow: 2px 2px 3px rgba(0,0,0,.3);
	box-shadow: 2px 2px 3px rgba(0,0,0,.3);
	border: 1px solid #ECECEC;
	left: 0px;
	position: fixed;
	top: 20%;
	width: 160px;
	z-index: 999999999;
}
#style-switcher div {
	padding: 5px 9px;
	float: left;
}
ul.colors {
	list-style: none outside none;
	margin: 0 0 10px;
	overflow: hidden;
	padding: 0;
}
ul.colors li {
	float: left;
	margin: 2px;
}
ul.colors li #color {
	background: var(--primeira-cor);
}
ul.colors li #color2 {
	background: #38cfea;
}
ul.colors li #color3 {
	background: #ff9344;
}
ul.colors li #color4 {
	background: #614aee;
}
ul.colors li #color5 {
	background: #5ba536;
}
ul.colors li #style {
	background: #22be9f;
}
ul.colors li p {
	cursor: pointer;
	display: block;
	height: 39px;
	width: 39px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	font-size: 0px;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
}
ul.colors li:hover p {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
}
#style-switcher .bottom {
	background: none repeat scroll 0 0 #FFFFFF;
	color: #252525;
	padding: 0;
}
#style-switcher .bottom a.settings {
	background: none repeat scroll 0 0 #fff;
	-webkit-box-shadow: 2px 2px 3px rgba(0,0,0,.3);
	-moz-box-shadow: 2px 2px 3px rgba(0,0,0,.3);
	-ms-box-shadow: 2px 2px 3px rgba(0,0,0,.3);
	-o-box-shadow: 2px 2px 3px rgba(0,0,0,.3);
	box-shadow: 2px 2px 3px rgba(0,0,0,.3);
	border: 1px solid #ECECEC;
	border-left: none;
	display: block;
	height: 41px;
	position: absolute;
	right: -40px;
	top: -1px;
	width: 40px;
	padding: 6px;
	font-family: sosa;
	line-height: 40px;
	color: #2c3954;
}
#style-switcher .bottom a.settings i {
	font-size: 30px;
	color: #2c3954;
	animation-name: spin;
	animation-duration: 42c3954ms;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
@keyframes spin {
	from {
		transform:rotate(0deg);
   }
	to {
		transform:rotate(360deg);
   }
}
#style-switcher > div > h3 {
	font-size: 14px;
	text-transform: capitalize;
	font-weight: 400;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
}
#style-switcher > div > select {
	width: 90%;
}
/*-- prs navigation Start --*/
.prs_navigation_main_wrapper {
	float: left;
	width: 100%;
	background: #303e59;
	position: relative;
	z-index: 1;
	max-height: 100px;
}
/* Mantendo o estilo do logo para destacá-lo */
.prs_navigation_main_wrapper .logo {
	filter: drop-shadow(2px 4px 6px black);
	color: #f4e1c1;
   /* Lighter color from the palette for text or logo outline */
}
.menu_fixed{
	position:fixed;
	background:#303e59;
	-webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
	-o-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
	-ms-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
	z-index:2;
	left:0;
	right:0;
}
.prs_navi_left_main_wrapper{
	float:left;
	width:45%;
}
.prs_navi_right_main_wrapper{
	float:left;
	width:45%;
	padding-top: 25px;
}
.prs_logo_main_wrapper{
	float: left;
	padding-top: 5px;
	padding-bottom: 35px;
	position: relative;
	z-index: 1;
}
.prs_menu_main_wrapper{
	float:left;
	padding-left: 30px;
}
#sticktop {
	width: 100%;
	left: 0;
}
.sticky-wrapper.is-sticky #sticktop {
	moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, .15);
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, .15);
	-o-box-shadow: 0px 1px 2px rgba(0, 0, 0, .15);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, .15);
}
.dl-menuwrapper button {
	background: var(--segunda-cor);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-right:10px;
}
.dl-menuwrapper button:hover, .dl-menuwrapper button.dl-active, .dl-menuwrapper ul {
	background: var(--segunda-cor);
}
.dl-menuwrapper {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.fixed-navigation.dl-menuwrapper {
	position: fixed;
	right: -80px;
	top: 40px;
	z-index: 9999;
}
.dl-trigger-wrapper {
	position: relative;
}
.dl-menuwrapper button {
	float: right;
}
ul.navbar-nav {
	float: right;
	min-height: 40px;
}
.navbar {
	margin-bottom: 0;
}
.navbar-default {
	z-index: 999999;
	border-radius: 0;
}
.navbar-default > .container {
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #303030;
	background: none;
}
.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	font-size: 16px;
	color: #303030;
	font-weight: 400;
	text-transform: capitalize;
	text-align: center;
}
.navbar-default {
	background: transparent;
	border: none;
}
.navbar-nav > li {
	margin: 0;
	padding: 34px 22px 30px 22px;
	position: relative;
}
.navbar-nav > li.active {
	background: #2bb7ff;
	color: #fff !important;
	position: relative;
}
.navbar-nav > li > a {
	padding: 0;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 3px;
	padding-right: 3px;
	outline: none !important;
	overflow: hidden;
	cursor: pointer;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #fff;
}
.navbar-default .container {
	position: relative;
}
.navbar-default .navbar-toggle {
	color: #fff;
	border-color: #fff;
	top: -2px;
	right: 10px;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background: none;
}
.navbar-default ul.dropdown-menu {
	background: #2bb7ff;
	min-width: 140px;
	top: 100%;
	padding: 0;
	border-radius: 0;
	opacity: 0.95;
}
.navbar-default ul.dropdown-menu li a {
	color: #fff;
	padding: 10px 16px;
	outline: none;
	border-bottom: 1px solid #339bd7;
}
.dropdown i {
	padding-left: 2px;
	font-size: 12px;
}
.navbar-default .navbar-brand {
	line-height: 40px;
	padding: 0;
}
.navbar > .container .navbar-brand {
	margin-left: 0;
	line-height: 90px;
	float: none;
	display:block;
}
.navbar-default .navbar-brand:hover {
	color: #2d3538;
}
a.navbar-brand img {
	padding-right: 15px;
}
.navbar-nav > li:hover ul.dropdown-menu {
	display: block;
}
.xv-menuwrapper {
	float: right;
}
.xv-menuwrapper .dl-trigger {
	display: none;
}
.xv-menuwrapper .dl-menu {
	position: static;
	display: block;
	padding: 0;
	text-align: left;
	float: none;
}
.xv-menuwrapper .dl-menu > li {
	list-style: none;
	display: block;
	float: left;
	height: auto;
	line-height: 100%;
	position: relative;
}
.xv-menuwrapper .dl-menu > li.active > a {
	color: #fff;
}
.xv-menuwrapper .dl-menu > li > a {
	display: block;
	font-size: 20px;
	color: #ca9347;
	font-weight: bold;
	position: relative;
	padding: 42px 10px;
	text-transform: uppercase;
	font-family: 'Carnevalee Freakshow', sans-serif;
}
.xv-menuwrapper .dl-menu > li.active:after, .xv-menuwrapper .dl-menu > li.megamenu.active >a:after {
	font-family: 'FontAwesome';
	content: "\f0d8";
	width: 100%;
	text-align: center;
	height: 7px;
	position: absolute;
	left: 0;
	bottom: 4px;
	color: #fff;
	font-size: 20px;
}
.xv-menuwrapper .dl-menu > li.parent > ul:after {
	content: '';
	border-right: 13px solid transparent;
	border-bottom: 13px solid #fff;
	border-left: 13px solid transparent;
	position: absolute;
	left: 20px;
	top: -13px;
}
.xv-menuwrapper .dl-menu > li.megamenu.active > a:after {
	bottom: 42px;
}
.xv-menuwrapper .dl-menu > li.megamenu.active:after {
	display: none;
}
.xv-menuwrapper li.parent {
	position: relative;
}
.xv-menuwrapper li.parent.megamenu {
	position: static;
}
.xv-menuwrapper li.parent.megamenu > .lg-submenu {
	display: block;
	width: 100%;
	text-align: justify;
	left: 0;
	right: 0;
	padding: 15px 15px;
}
.xv-menuwrapper li.parent.megamenu.small-menu > .lg-submenu {
	width: 60%;
}
.xv-menuwrapper li.parent.megamenu.medium > .lg-submenu img {
	border: 1px solid #f2f2f2;
	padding: 8px;
}
.xv-menuwrapper li.parent.megamenu.wide > .lg-submenu {
	width: 100%;
}
.xv-menuwrapper li.parent.megamenu > .lg-submenu::after {
	width: 100%;
	display: inline-block;
	content: ".";
	visibility: hidden 
}
.xv-menuwrapper li.parent.megamenu > .lg-submenu:before {
	content: '';
	border-right: 13px solid transparent;
	border-bottom: 13px solid #fff;
	border-left: 13px solid transparent;
	position: absolute;
	left: 16%;
	top: -13px;
}
.xv-menuwrapper li.parent.megamenu > .prs_navi_video_wrapper:before {
	content: '';
	border-right: 13px solid transparent;
	border-bottom: 13px solid #fff;
	border-left: 13px solid transparent;
	position: absolute;
	left: 24% !important;
	top: -13px;
}
.xv-menuwrapper li.parent.megamenu > .lg-submenu > li {
	float:left;
	width:20%;
	text-align: left;
	vertical-align: top;
}
.xv-menuwrapper li.parent.megamenu > .lg-submenu > li > a {
	font-weight: 800;
	color: #13212d;
	display: block;
	font-size:14px;
	text-transform:uppercase;
}
.xv-menuwrapper li.parent.megamenu > .lg-submenu figure {
	overflow: hidden;
	width: 330px;
	max-height: 340px;
}
.xv-menuwrapper li.parent.megamenu > .lg-submenu figure img {
	width: 100%;
	height: auto;
}
.xv-menuwrapper .dl-menu > li.parent > ul, .xv-menuwrapper .dl-menu > li.parent > ul > li.parent > ul {
	padding: 0;
	position: absolute;
	left: 0;
	top: 100%;
	min-width: 215px;
	background: #fff;
	visibility: hidden;
	opacity: 0;
	margin-top:30px;
	z-index:10;
	-moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.xv-menuwrapper .dl-menu > li.parent > ul > li.parent > ul {
	margin-top: -1px;
}
.xv-menuwrapper .dl-menu > li.parent:last-child > ul {
	left: auto;
	right: 0;
}
.xv-menuwrapper .dl-menu > li.parent:hover > ul, .xv-menuwrapper .dl-menu > li.parent > ul > li.parent:hover > ul {
	visibility: visible;
	opacity: 1;
	z-index:10;
	margin-top:0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-border-top-left-radius: 0;
	-moz-border-top-left-radius: 0;
	border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-moz-border-top-right-radius: 0;
	border-top-right-radius: 0;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
	-ms-transform: translateY(0);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.xv-menuwrapper .dl-menu > li.parent > ul > li, .xv-menuwrapper .dl-menu > li.parent > ul > li.parent ul li {
	display: block;
	list-style: none;
	border-top: 1px solid;
	border-top: 1px solid rgba(0,0,0,0.2);
	padding: 10px;
}
.xv-menuwrapper .dl-menu > li.parent.megamenu > ul > li, .xv-menuwrapper .dl-menu > li.parent.megamenu > ul > li.parent ul li {
	border-top: none;
}
.xv-menuwrapper .dl-menu > li.parent.megamenu li {
	list-style: none;
}
.xv-menuwrapper .dl-menu > li.parent.megamenu li:last-child{
	overflow:hidden;
}
.xv-menuwrapper .dl-menu > li.parent.megamenu li a {
	color: #13212d;
	line-height: 30px;
	margin-bottom:15px;
}
.xv-menuwrapper .dl-menu > li.parent.megamenu li a:hover{
	color:var(--primeira-cor);
}
.xv-menuwrapper .dl-menu > li.parent > ul > li > a, .xv-menuwrapper .dl-menu > li.parent > ul > li.parent ul li a {
	display: block;
	line-height: 30px;
	color: #13212d;
	text-transform: capitalize;
}
.xv-menuwrapper .dl-menu > li.parent.megamenu > ul > li:hover{
	background:none;
}
.xv-menuwrapper .dl-menu > li.parent > ul > li.parent:after {
	position: absolute;
	top: 0;
	right: 10px;
	line-height: 50px;
	font-family: 'FontAwesome';
	speak: none;
	-webkit-font-smoothing: antialiased;
	content: "\f0da";
	color: #13212d;
}
.xv-menuwrapper .dl-menu > li.parent > ul > li.parent ul {
	position: absolute;
	left: 100%;
	top: 0;
}
.xv-menuwrapper .dl-menu > li.parent:last-child > ul > li.parent > ul {
	left: auto;
	right: 100%;
}
.xv-menuwrapper button:after {
	display: none;
}
.xv-menuwrapper .dl-back {
	display: none !important;
}
.megamenu i{
	padding-right:15px;
	color:#939a9e;
}
.dl-trigger img{
	position: absolute;
	left: 0;
	right: 0;
	margin: 0px auto;
	top: 34%;
}
.ar_left a:after{
	display:none;
}
/*--- navigation slider ------*/
.prs_navi_slider_wraper{
	height:350px;
}
.prs_navi_slider_wraper .owl-theme .owl-dots{
	display:none;
}
.prs_navi_slider_wraper .owl-theme .owl-nav {
	position: absolute;
	top: 30%;
	z-index: 12c3954;
	display: block;
	left:0;
	right:0;
	margin:0px auto;
	display:none;
}
.prs_navi_slider_wraper .owl-theme .owl-nav .owl-prev{
	margin: 0;
	padding: 0;
	left: 20px;
	font-size: 26px;
	top:0;
	color:#ffffff;
	width:50px;
	height:50px;
	line-height:45px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	background:var(--primeira-cor);
	position: absolute;
	text-align: center;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.prs_navi_slider_wraper .owl-theme .owl-nav .owl-next{
	font-size: 26px;
	right: 20px;
	top:-5px;
	position: absolute;
	color:#ffffff;
	width:50px;
	height:50px;
	line-height:40px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	background:var(--primeira-cor);
	text-align: center;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.prs_navi_slider_wraper .owl-theme .owl-nav .owl-next i:before{
	color:#ffffff;
	margin-left:10px;
}
.prs_navi_slider_wraper .owl-theme .owl-nav .owl-prev i:before {
	margin-left:15px;
	color:#ffffff;
}
.lg-submenu li i{
	color:var(--primeira-cor);
}
.prs_navi_video_wrapper li img{
	width:100%;
}
.prs_navi_video_wrapper li{
	width:16.6% !important;
}
.prs_video_navi_img_main_wrapper{
	position:relative;
}
.prs_video_navi_overlay_wrapper:after{
	content:'';
	position:absolute;
	top:200px;
	bottom:200px;
	right:200px;
	left:200px;
	background:rgba(0,0,0,0.8);
	opacity:0;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.prs_video_navi_img_main_wrapper:hover .prs_video_navi_overlay_wrapper:after{
	content:'';
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	left:0;
	background:rgba(0,0,0,0.8);
	opacity:1;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.prs_video_navi_overlay_wrapper a{
	float:left;
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	background:var(--primeira-cor);
	position:absolute;
	left:0;
	right:0;
	margin:0px auto;
	top:42%;
	font-size:14px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	z-index:10;
	opacity:0;
	animation-duration: 1s;
	animation-delay: 100ms;
	animation-iteration-count: infinite;
	animation-name: pulse;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.prs_video_navi_img_main_wrapper:hover .prs_video_navi_overlay_wrapper a{
	opacity:1;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.prs_video_navi_overlay_wrapper a i:before{
	margin-left: 14px;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	position: relative;
	top: 6px;
}
.xv-menuwrapper .dl-menu > li.parent > ul > li:hover a, .xv-menuwrapper .dl-menu > li.parent > ul > li.parent ul li:hover a{
	color:var(--primeira-cor);
}
.xv-menuwrapper .dl-menu > li.megamenu > ul > li:hover a{
}
.xv-menuwrapper .dl-menu > li.parent > ul > li.parent:hover:after{
	color:var(--primeira-cor);
}
/*--- navigation slider ------*/
/*============================================= 6-Top level nav =============================================*/
.top-level-nav {
	padding: 0;
	text-align: left;
}
.top-level-nav.text-right {
	text-align: right;
}
.top-level-nav li {
	display: inline-block;
}
.top-level-nav li + li:before {
	content: "|";
	padding: 0 10px;
	color: #fff;
}
.top-level-nav li a {
	color: #fff;
}
.slect-lang a {
	opacity: 0.5;
}
.slect-lang a.active {
	opacity: 1;
	margin-right: 1px;
}
.slect-lang a.active img, .slect-lang a:hover img {
	border: 1px solid #13212d;
	margin: -1px;
}
.custome-select {
	width: 85px;
	max-width: 100%;
	position: relative;
	height: 25px;
	line-height: 25px;
	text-align: left;
	display: inline-block;
	cursor: pointer;
}
.custome-select.style2 {
	width: 100%;
	border: 1px solid #b1b6ba;
	padding: 5px;
	height: 35px;
	background: #fff;
	margin-bottom: 10px;
}
.custome-select.style2.normal {
	max-width: 300px;
}
.custome-select span {
	width: 100%;
	color: #fff;
	padding-left: 5px;
	font-size: 15px;
	display: block;
	font-weight: 400;
}
.custome-select.style2 span {
	color:#000;
}
.custome-select span b {
	float: right;
	margin-top: 5px;
	margin-right: 5px;
}
.custome-select select {
	opacity: 0;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 25px;
}
.cart-look {
	position:relative;
	text-align: right;
	padding-top: 2px;
	display: inline-block;
}
.cart-look.centered {
	text-align: center;
}
.cart-look.left-aligned {
	text-align: left;
}
.cart-look a {
	color: #415273;
	text-decoration: none;
	font-size: 22px;
	top: 4px;
	position: relative;
}
.cart-look a .cart-item-count {
	position: absolute;
	right: 0;
	top: -10px;
	height: 15px;
	width: 15px;
	color: #fff;
	font-size: 12px;
	text-align: center;
	line-height: 18px;
	font-family: 'Lato', sans-serif;
}
.cart-look path{
	fill:#fff;
}
#sticktop-sticky-wrapper{
	height:0;
}
.blog-area .product-heading .con .nice-select, .pro_shop_select .nice-select {
	width: 100%;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.3);
	line-height: 50px;
	padding: 0 20px;
	height: 50px;
	border-radius: 0;
	margin-top: 0;
	color: rgba(255, 255, 255, 0.5);
}
.blog-area .product-heading .con .nice-select:after, .pro_shop_select .nice-select:after {
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
}
.blog-area .product-heading .con .nice-select ul, .pro_shop_select .nice-select ul {
	border-radius: 0;
	width: 100%;
	z-index: 9999;
}
.blog-area .product-heading .con .nice-select ul li {
	display: block;
	width: 100%;
	color: #333;
}
.blog-area .product-heading .con .nice-select ul li:hover {
	background: #cf6161;
	color: #fff;
}
.pro_shop_select .nice-select ul li:hover{
	background: #cf6161;
	color: #fff !important;
}
.product-heading .pro_shop_select .nice-select ul li:hover {
	background: #cf6161;
	color: #fff;
}
.nice-select{
	height:50px;
	border:0;
	border-radius: 10px;
	background:#f6f6f6;
   /*line-height:50px;
   */
	min-width: 170px;
	padding-top: 5px;
   /*-webkit-border-top-left-radius: 10px;
	-moz-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
   */
}
.product-heading .con input{
	float:left;
	width:calc(300px - 50px);
	height:50px;
	background:#ffffff;
	padding-left:20px;
	padding-right:20px;
	border:0;
}
.product-heading .con button{
	width:50px;
	height:50px;
	float:left;
	text-align:center;
	line-height:50px;
	background: linear-gradient(90deg, #bf9865, #fad89f);
	border:0;
	color:#fff;
	-webkit-border-top-right-radius: 10px;
	-moz-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
	font-weight: 600;
}
.product-heading .con button i:before{
	margin-left:0;
}
.product-heading{
	float:right;
	margin-right:10px;
}
.prs_top_login_btn_wrapper{
	float:right;
	margin-right:10px;
}
.prs_slidebar_wrapper{
	float:right;
}
.prs_animate_btn1 .button {
	float: left;
	width: 150px;
	display: block;
	height:50px;
	line-height:50px;
	border: none;
	background: none;
	color: #ffffff !important;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	text-align:center;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	border:1px solid transparent;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-transform:uppercase !important;
}
.prs_animate_btn1 .button:hover{
	border:1px solid #fff;
}
.prs_slidebar_searchbar_btn_wrapper .prs_animate_btn1 .button:hover{
	border:1px solid;
	color:#2c3954 !important;
}
.prs_animate_btn1 .button--tamaya {
	overflow: hidden;
	color: #7986cb;
	min-width: 180px;
}
.prs_animate_btn1 .button--tamaya.button--inverted {
	color: #37474f;
	border-color: #37474f;
}
.prs_animate_btn1 .button--tamaya::before, .prs_animate_btn1 .button--tamaya::after {
	content: attr(data-text);
	position: absolute;
	width: 100%;
	height: 50%;
	left: 0;
	background:linear-gradient(90deg, #bf9865, #fad89f);
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.prs_animate_btn1 .button--tamaya:hover::before, .prs_animate_btn1 .button--tamaya:hover::after{
	overflow: hidden;
}
.prs_animate_btn1 .button--tamaya.button--inverted::before, .prs_animate_btn1 .button--tamaya.button--inverted::after {
	background: #fff;
	color: #37474f;
}
.prs_animate_btn1 .button--tamaya::before {
	top: 0;
	padding-top: 1em;
}
.prs_animate_btn1 .button--tamaya::after {
	bottom: 0;
	line-height: 0;
}
.prs_animate_btn1 .button--tamaya > span {
	display: block;
	-webkit-transform: scale3d(0.2, 0.2, 1);
	transform: scale3d(0.2, 0.2, 1);
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.prs_animate_btn1 .button--tamaya:hover::before {
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
}
.prs_animate_btn1 .button--tamaya:hover::after {
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}
.prs_animate_btn1 .button--tamaya:hover > span {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}
.prs_animate_btn1 .prs_upcom_main_btn::before, .prs_animate_btn1 .prs_upcom_main_btn::after {
	background:linear-gradient(243deg, #bf9865, #efbf81);
}
.prs_upcom_main_btn{
	text-transform:capitalize !important;
}
.prs_upcom_main_btn:hover{
	border:1px solid #dedada !important;
	color: var(--primeira-cor)!important;
}
.prs_upcom_main_wrapper{
	text-align:center;
	max-width: 400px;
	margin: 0 auto;
	padding: 30px;
}
.prs_upcom_main_wrapper ul{
	display:inline-block;
   /*margin-top:20px;
   */
}
/*-- prs sidebar Start --*/
#mobile-nav {
	position: fixed;
	top: 0;
	height:100%;
	right: -50%;
	width: 30%;
	z-index: 999;
	overflow-y: scroll;
	background:rgba(255, 255, 255, 0.9);
	transition: all 0.7s cubic-bezier(0.65, -0.22, 0.35, 1.13);
	-webkit-transition: all 0.7s cubic-bezier(0.65, -0.22, 0.35, 1.13);
	-moz-transition: all 0.7s cubic-bezier(0.65, -0.22, 0.35, 1.13);
	-o-transition: all 0.7s cubic-bezier(0.65, -0.22, 0.35, 1.13);
	overflow-x: hidden;
	height: 100vh;
}
body.active #mobile-nav {
	right: 0 !important;
}
.mobile-nav-box {
	padding: 85px 30px;
	height: 100%;
	width: 100%;
	position: relative;
}
.mobile-nav-box::before {
	position: absolute;
	content: '';
	bottom: 0;
	right: -25px;
	height: 100%;
	width: 50%;
	background: url(../images/header/toggle-nav-bg-2.png) no-repeat;
	background-position: right;
	background-size: cover;
	z-index: 1;
}
.mobile-logo {
	display: flex;
	align-items: center;
	position: relative;
	z-index: 50;
}
.mobile-logo .manu-close {
	margin-left: auto;
	margin-bottom: 8px;
	font-size: 14px;
	font-weight: 700;
	color: #3c3c3c;
	cursor: pointer;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}
.mobile-logo .manu-close i {
	font-size: 18px;
}
.mobile-logo .manu-close:hover {
	color: var(--primeira-cor);
}
.mobile-main-logo {
	width: 200px;
	padding-left: 25px;
}
.mobile-main-logo img {
	width: 100%;
}
.mobile-list-nav {
	padding: 100px 0;
	position: relative;
	z-index: 90;
	padding-left: 25px;
}
.mobile-list-nav > li {
	padding: 15px 0;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}
.mobile-list-nav > li > a {
	font-size: 16px;
	position: relative;
	font-weight: bold;
	display: inline-block;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}
.mobile-list-nav > li > a.dropdownlink::after {
	position: absolute;
	top: 2px;
	right: -10px;
	content: '\f078';
	width: 5px;
	height: 10px;
	font-family: FontAwesome;
}
.mobile-list-nav > li:hover > a {
	color: var(--primeira-cor);
	transform: scale(1.1);
	transform: translateX(8px) scale(1.1);
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}
.mobile-nav-box .achivement-blog {
	position: relative;
	z-index: 10;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}
.mobile-nav-box .achivement-blog ul > li > a {
	color: #747474;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}
.mobile-nav-box .achivement-blog ul > li > a span {
	color: #747474;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}
.mobile-nav-box .achivement-blog ul > li > a h6 {
	color: #747474;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}
.mobile-nav-box .achivement-blog ul > li > a:hover {
	color: var(--primeira-cor);
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}
.mobile-nav-box .achivement-blog ul > li > a:hover span {
	color: var(--primeira-cor);
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}
.mobile-nav-box .achivement-blog ul > li > a:hover h6 {
	color: var(--primeira-cor);
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}
.mobile-list-nav .submenuItems {
	display: none;
	padding: 0px;
	border-radius: 5px;
	margin-top: 17px;
}
.mobile-list-nav .submenuItems li a {
	color: #f39e67;
	padding: 20px;
	padding: 6px 20px;
	display: inline-block;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
}
.prs_slidebar_wrapper button{
	width:50px;
	height:50px;
	background:linear-gradient(90deg, #bf9865, #fad89f);
	border:0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	line-height:0;
}
.achivement-blog ul li {
	position: relative;
	color: #fff;
	padding: 5px 20px 5px 52px;
	text-align: left;
   /*width: 110px;
   */
	float:left;
}
.achivement-blog ul li:first-child {
	padding-left: 28px;
}
.achivement-blog ul li:first-child i {
	left: 0;
}
.achivement-blog ul li:not(:last-child) {
	border-right: 1px solid #cdcbcb;
}
.achivement-blog ul li span {
	color: #cdcbcb;
}
.achivement-blog ul li i {
	position: absolute;
	top: 50%;
	left: 15px;
	font-size: 30px;
	transform: translateY(-50%);
	height: 30px;
	width: 30px;
}
.prs_slidebar_searchbar_btn_wrapper{
	float:left;
	width:100%;
}
.prs_slidebar_searchbar_wrapper{
	float:left;
	width:100%;
	position: relative;
	z-index: 100;
}
.achivement-blog{
	float:left;
	width:100%;
}
.prs_mobail_searchbar_wrapper{
	display:none;
	float:right;
}
.prs_mobail_searchbar_wrapper input{
	float:left;
	width:calc(100% - 30px);
	height:40px;
	border:0;
	padding-left:20px;
}
.prs_mobail_searchbar_wrapper button{
	float:left;
	width:30px;
	background:var(--segunda-cor);
	margin:0;
	height:40px;
	border-radius:0;
}
.prs_mobail_searchbar_wrapper a{
	float:left;
	width:120px;
	height:40px;
	line-height:30px !important;
	text-align:center;
	background:#2c3954;
	color:#fff;
}
/*-- prs sidebar End --*/
/*-- prs navigation End --*/
/*-- prs Slider Start --*/
.prs_main_slider_wrapper{
	width:100%;
	float:left;
	background-image: url(../images/header/fundo.png);
	background-repeat: no-repeat;
}
.works-section.section-padding-02 {
	background-image: url(../images/header/fundo.png);
	margin: 0px !important;
	padding-bottom: 50px;
}
.rev_slider_wrapper{
	background-position:center 0;
	background-size:cover;
	width:100%;
	height:100%;
	float:left;
	position:relative;
}
.prs_slider_overlay{
	position:absolute;
	left:0%;
	right:0%;
	top:0%;
	bottom:0%;
}
.metis.tparrows {
	width:50px;
	height:50px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	background:#241c1c00;
}
.metis.tparrows:hover{
	background:#241c1c00;
}
.tparrows:before {
	line-height: 31px;
	color: #ca9347 !important;
	font-family: flaticon;
	padding-left: 4px;
	font-weight: bold;
	font-size: x-large;
}
.tparrows.tp-leftarrow:hover:before{
	-moz-transform:rotate(180deg) ;
	-webkit-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	transform:rotate(180deg);
}
.tparrows.tp-leftarrow:before {
	content: '\f106';
	-moz-transform:rotate(180deg);
	-webkit-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	transform:rotate(180deg);
}
.tparrows.tp-rightarrow:before{
	content: '\f106';
}
.tparrows.tp-rightarrow:hover:before {
	transform: scale(1) !important;
}
.uranus.tparrows:before{
	font-size:28px;
}
.hephaistos .tp-bullet{
	width: 10px;
	height: 10px;
	position: absolute;
	background: rgba(255, 255, 255, 0.42);
	border-radius: 50%;
	cursor: pointer;
	box-sizing: content-box;
	box-shadow: 0px 0px 2px 1px rgba(130,130,130, 0.3);
	border:5px solid transparent;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.hephaistos .tp-bullet:hover, .hephaistos .tp-bullet.selected{
	border:5px solid;
	box-shadow: 0px 0px 2px 1px #fff;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
/*-- prs Slider End --*/
/*-- prs upcomung Slider Start --*/
.prs_upcom_slider_main_wrapper{
	float:left;
	width:100%;
	padding-top:95px;
	padding-bottom:94px;
	background-image: url(../images/header/fundo.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.prs_upcom_movie_video_box_wrapper{
	background:url('../images/content/ws1.jpg') 50% 0 repeat-y;
	background-position:center 0;
	background-size:cover;
	background-repeat:no-repeat;
	width:100%;
	height:100%;
	float:left;
	position:relative !important;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.prs_upcom_movie_video_overlay{
	position: absolute;
	top: 0%;
	right: 0%;
	left: 0%;
	bottom: 0%;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(212,212,212,0) 17%, rgba(3,3,3,1) 99%, rgba(0,0,0,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(212,212,212,0) 17%,rgba(3,3,3,1) 99%,rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(212,212,212,0) 17%,rgba(3,3,3,1) 99%,rgba(0,0,0,1) 100%);
}
.prs_webseri_video_img_sec_icon_wrapper{
	float:left;
	width:100%;
	padding-top:183px;
	padding-bottom:183px;
}
.prs_heading_section_wrapper{
	float:left;
	width:100%;
	text-align:center;
	padding-bottom: 10px;
}
.prs_heading_section_wrapper h2 {
	font-size: 35px;
	color: #ca9347;
	text-transform: uppercase;
	font-weight: bold;
	position: relative;
	font-family: 'Carnevalee Freakshow';
}
@media (min-width: 1200px) {
	.container {
		width: 1270px;
   }
}
.prs_heading_section_wrapper h2:after{
	content:'';
	border:1px solid #8c2f20;
	width:170px;
	position:absolute;
	bottom:-20px;
	left:0;
	right:0;
	margin:0px auto;
}
.prs_heading_section_wrapper h2:before{
	content:'';
	border:2px solid var(--primeira-cor);
	width:30px;
	position:absolute;
	bottom:-21px;
	left:0;
	right:0;
	margin:0px auto;
	z-index:1;
}
.cc_featured_product_main_wrapper{
	background:#ffffff;
	width:100%;
	float:left;
	height:100%;
	padding-top:120px;
	padding-bottom:500px;
}
.cc_featured_product_main_wrapper .nav-tabs{
	margin-top: 22px;
	margin-bottom: 23px;
}
.ss_featured_products_wrapper{
	float:left;
	width:100%;
	padding:100px 0px 0px 0px;
}
.ss_heading{
	float:left;
	width:auto;
}
.ss_heading h3{
	float: left;
	width: auto;
	margin: 0px;
	margin-top: 15px;
	font-size: 20px;
	text-transform: uppercase;
	position:relative;
}
.ss_heading h3:after{
	content:"";
	position:absolute;
	left:0px;
	bottom:-17px;
	background-color:#0091dc;
	width:50px;
	height:1px;
}
.prs_upcom_slider_slides_wrapper .item{
	margin-right:10px;
	margin-left:10px;
}
.prs_upcom_slider_slides_wrapper{
	float: left;
	width: 100%;
	padding-top:20px;
}
.prs_upcom_slider_slides_wrapper .nav-tabs{
	margin-top:40px;
	margin-bottom:40px;
}
.prs_upcom_slider_slides_wrapper .owl-theme .owl-nav {
	position: absolute;
	bottom:-30px;
	left:0;
	right:0;
	margin:0px auto;
	display: block;
}
.prs_upcom_slider_slides_wrapper .owl-theme .owl-nav .owl-prev{
	font-size: 20px;
	padding: 0;
	position: absolute;
	text-align: center;
	background:#ffffff;
	color:var(--primeira-cor);
	left:-240px;
	right:0;
	margin:0px auto;
	border:1px solid #dedada;
	width:50px;
	height:50px;
	text-align:center;
	line-height:45px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.prs_upcom_slider_slides_wrapper .owl-theme .owl-nav .owl-next{
	font-size: 20px;
	margin: 0;
	padding: 0;
	left:0;
	right:-240px;
	margin:0px auto;
	position: absolute;
	text-align: center;
	background:#ffffff;
	color:var(--primeira-cor);
	border:1px solid #dedada;
	width:50px;
	height:50px;
	text-align:center;
	line-height:45px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.prs_upcom_slider_slides_wrapper .owl-prev i:before, .prs_upcom_slider_slides_wrapper .owl-next i:before{
	margin-left:0;
	font-size:16px;
}
.prs_upcom_slider_slides_wrapper .owl-theme .owl-nav .owl-prev:hover, .prs_upcom_slider_slides_wrapper .owl-theme .owl-nav .owl-next:hover{
	background:var(--primeira-cor);
	border:1px solid var(--primeira-cor);
	color:#ffffff;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.prs_upcome_tabs_wrapper .nav-tabs > li.active > a, .prs_upcome_tabs_wrapper .nav-tabs > li.active > a:hover, .prs_upcome_tabs_wrapper .nav-tabs > li.active > a:focus{
	background:var(--primeira-cor);
	color:#ffffff;
	border-radius:0;
	border:0;
	z-index:10;
	position:relative;
}
.prs_upcom_slider_slides_wrapper .owl-carousel .owl-stage:after{
	height:20px;
}
.cc_featured_second_section{
	margin-top:20px;
	float:left;
	width:100%;
}
.prs_upcome_tabs_wrapper{
	float:left;
	width:100%;
	text-align:center;
	padding-top:80px;
}
.prs_upcome_tabs_wrapper ul {
	display:inline-block;
	border:0;
	background:#ffffff;
	-webkit-border-top-right-radius: 5px;
	-moz-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.prs_upcome_tabs_wrapper .nav-tabs > li:first-child.active > a{
	-webkit-border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.prs_upcome_tabs_wrapper .nav-tabs > li:last-child.active > a{
	-webkit-border-top-right-radius: 5px;
	-moz-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.prs_upcome_tabs_wrapper .nav-tabs > li > a{
	border:0;
}
.prs_upcome_tabs_wrapper .nav-tabs > li{
	position:relative;
}
.prs_upcome_tabs_wrapper .nav-tabs > li:nth-child(2):after{
	content: '';
	border: 1px solid #eeeeee;
	height: 30px;
	position: absolute;
	top: 9px;
	left: -1px;
	z-index:1;
}
.prs_upcome_tabs_wrapper .nav-tabs > li:nth-child(2):before{
	content: '';
	border: 1px solid #eeeeee;
	height: 30px;
	position: absolute;
	top: 9px;
	right: -1px;
	z-index:1;
}
.prs_upcome_tabs_wrapper .nav > li > a{
	padding: 13px 35px;
	border-radius:0;
	border:0;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	margin-right:0;
}
.prs_upcome_tabs_wrapper .nav > li > a:hover, .prs_upcome_tabs_wrapper .nav > li > a:focus{
	background:var(--primeira-cor);
	color:#ffffff;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.prs_upcom_movie_box_wrapper {
	float: left;
	width: 105%;
	margin-bottom: 20px;
}
.prs_upcom_movie_img_box{
	float: left;
	width: 100%;
	position: relative;
	overflow: hidden;
	min-height: 215px;
	background-color: #ddd;
	-webkit-border-top-right-radius: 10px;
	-moz-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
}
.prs_upcom_movie_img_overlay{
	position:absolute;
	top:200px;
	right:200px;
	left:200px;
	bottom:200px;
	background:rgba(0,0,0,0.5);
	opacity:0;
	-webkit-transition:all 0.55s linear;
	-moz-transition:all 0.55s linear;
	-ms-transition:all 0.55s linear;
	-o-transition:all 0.55s linear;
	transition:all 0.55s linear;
}
.prs_upcom_movie_img_btn_wrapper{
	float:left;
	width:100%;
	text-align:center;
}
.prs_upcom_movie_img_btn_wrapper ul{
	display: inline-block;
	width: 100%;
	position: absolute;
	top: 30%;
	left: 0;
}
.prs_upcom_movie_img_btn_wrapper li{
	float:none;
}
.prs_upcom_movie_img_btn_wrapper li:first-child a{
	display:inline-block;
	width:150px;
	height:50px;
	text-align:center;
	line-height:50px;
	background:var(--primeira-cor);
	border:1px solid var(--primeira-cor);
	color:#ffffff;
	margin-left:-900px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.prs_upcom_movie_img_btn_wrapper li:first-child a:hover{
	background:transparent;
	border:1px solid var(--primeira-cor);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.prs_upcom_movie_img_btn_wrapper li:last-child a{
	display:inline-block;
	width:150px;
	height:50px;
	text-align:center;
	line-height:50px;
	border:1px solid var(--primeira-cor);
	margin-right:-900px;
	background:transparent;
	color:#ffffff;
	margin-top:10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.prs_upcom_movie_img_btn_wrapper li:last-child a:hover{
	background:var(--primeira-cor);
	border:1px solid var(--primeira-cor);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.prs_upcom_movie_box_wrapper:hover .prs_upcom_movie_img_btn_wrapper li:first-child a{
	margin-left:0;
	-webkit-transition:all 0.45s linear;
	-moz-transition:all 0.45s linear;
	-ms-transition:all 0.45s linear;
	-o-transition:all 0.45s linear;
	transition:all 0.45s linear;
}
.prs_upcom_movie_box_wrapper:hover .prs_upcom_movie_img_btn_wrapper li:last-child a{
	margin-right:0;
	-webkit-transition:all 0.75s linear;
	-moz-transition:all 0.75s linear;
	-ms-transition:all 0.75s linear;
	-o-transition:all 0.75s linear;
	transition:all 0.75s linear;
}
.prs_upcom_movie_box_wrapper:hover .prs_upcom_movie_img_overlay{
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	background:rgba(0,0,0,0.5);
	opacity:1;
	-webkit-transition:all 0.35s linear;
	-moz-transition:all 0.35s linear;
	-ms-transition:all 0.35s linear;
	-o-transition:all 0.35s linear;
	transition:all 0.35s linear;
	-webkit-border-top-right-radius: 10px;
	-moz-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
}
.prs_upcom_movie_img_box img{
	width:100%;
	-webkit-border-top-right-radius: 10px;
	-moz-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
}
.prs_upcom_movie_content_box{
	float:left;
	width:100%;
	background:#ffffff00;
	padding:20px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
	overflow:hidden;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
	-o-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
	-ms-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
p.fist-upper {
	color: #fff;
	font-weight: 800;
	font-size: 15px;
	line-height: 1.5;
	font-family: 'Poppins';
}
.prs_upcom_movie_box_wrapper:hover .prs_upcom_movie_content_box{
	-webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
	-o-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
	-ms-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.prs_upcom_movie_content_box h2 a {
	font-size: 16px;
	color: #ca9347;
	font-weight: bold;
	text-transform: uppercase;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	font-weight: bold;
}
.prs_upcom_movie_content_box h2 a:hover{
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.fist-upper::first-letter {
	text-transform: uppercase;
}
.prs_upcom_movie_content_box i{
	color:rgb(214, 150, 0);
}
.prs_upcom_movie_content_box_inner{
	float:left;
	width:100%;
	min-height: 200px;
}
.prs_upcom_movie_content_box_inner_icon {
	width: 100%;
	position: static;
	display: flex;
	justify-content: center;
}
.prs_upcom_movie_content_box_inner_icon li{
	float:right;
}
.prs_upcom_movie_content_box_inner_icon li a {
	width: 150px;
	height: 38px;
	line-height: 50px;
	text-align: center;
	float: left;
	border: 1px solid rgb(214, 150, 0);
	color: rgb(214, 150, 0);
	-webkit-border-top-right-radius: 5px;
	-moz-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	justify-content: center;
	font-weight: 600;
}
.prs_upcom_movie_content_box_inner_icon li a:hover{
	background:var(--primeira-cor);
	border:1px solid var(--primeira-cor);
	color:#ffffff;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.prs_upcom_movie_content_box_inner_icon li a:hover i{
	color:#ffffff;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.prs_upcom_movie_content_box_inner_icon li a i:before{
	margin-left:0;
}
/*-- prs upcomung Slider End --*/
/*-- prs video section Start --*/
.prs_video_section_main_wrapper{
	background:url('../images/content/video_bg.jpg') 50% 0 repeat-y;
	background-position:center 0;
	background-size:cover;
	background-repeat:no-repeat;
	float:left;
	width:100%;
	height:100%;
	padding-top:300px;
	padding-bottom:300px;
}
.prs_upcom_video_img_cont_over{
	position:absolute;
	bottom: 30px;
	left: 35px;
	z-index:1;
	text-align:left;
}
.prs_upcom_video_img_cont_over li{
	float:left;
	color:#ffffff;
}
.prs_upcom_video_img_cont_over li i{
	color:var(--primeira-cor);
}
.prs_upcom_video_img_cont_over h2{
	font-size:32px;
	font-weight:bold;
	color:#ffffff;
	text-transform:uppercase;
	padding-top:10px;
	padding-bottom:10px;
	display:inline-block;
}
.prs_upcom_video_img_cont_over p{
	color:#ffffff;
	text-align:left;
}
.prs_upcom_video_img_cont_over li:first-child{
	margin-right:20px;
}
.prs_video_sec_icon_wrapper{
	text-align:center;
	float:left;
	width:100%;
}
.prs_video_sec_icon_wrapper ul{
	display:inline-block;
}
.prs_video_sec_icon_wrapper li{
	border: 10px solid rgba(255, 255, 255, 0.29);
	float: left;
	color:#ffffff;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.prs_video_sec_icon_wrapper li a{
	float:left;
	width:90px;
	height:90px;
	line-height:90px;
	text-align:center;
	background:var(--primeira-cor);
	color:#ffffff;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	animation-duration: 1s;
	animation-delay: 100ms;
	animation-iteration-count: infinite;
	animation-name: pulse;
}
.prs_video_sec_icon_wrapper li a i:before{
	margin-left:0;
	font-size:35px;
}
.prs_webseri_movie_img_box{
	position:relative;
	text-align:center;
}
.prs_webseri_video_sec_icon_wrapper{
	position:absolute;
	left:0;
	right:0;
	margin:0px auto;
	top:38%;
}
.prs_webseri_movie_img_box img{
	height:480px;
}
.prs_webseri_video_sec_icon_wrapper ul{
	display:inline-block;
}
.prs_webseri_video_sec_icon_wrapper li{
	border: 10px solid rgba(255, 255, 255, 0.29);
	float: left;
	color:#ffffff;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.prs_webseri_video_sec_icon_wrapper li a{
	float:left;
	width:90px;
	height:90px;
	line-height:90px;
	text-align:center;
	background:var(--primeira-cor);
	color:#ffffff;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	animation-duration: 1s;
	animation-delay: 100ms;
	animation-iteration-count: infinite;
	animation-name: pulse;
}
.prs_webseri_video_sec_icon_wrapper li a i:before{
	margin-left:0;
	font-size:35px;
}
.prs_webseri_video_img_sec_icon_wrapper ul{
	display:inline-block;
}
.prs_webseri_video_img_sec_icon_wrapper li{
	border: 10px solid rgba(255, 255, 255, 0.29);
	float: left;
	color:#ffffff;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.prs_webseri_video_img_sec_icon_wrapper li a{
	float:left;
	width:90px;
	height:90px;
	line-height:90px;
	text-align:center;
	background:var(--primeira-cor);
	color:#ffffff;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	animation-duration: 1s;
	animation-delay: 100ms;
	animation-iteration-count: infinite;
	animation-name: pulse;
}
.prs_webseri_video_img_sec_icon_wrapper li a i:before{
	margin-left:0;
	font-size:35px;
}
.prs_prs_webseri_video_sec_icon_cont_wrapper{
	position:absolute;
	left:40px;
	bottom:40px;
	text-align:left;
}
.prs_prs_webseri_video_sec_icon_cont_wrapper p{
	color:var(--primeira-cor);
}
.prs_prs_webseri_video_sec_icon_cont_wrapper h2{
	font-size:24px;
	font-weight:bold;
	text-transform:uppercase;
	color:#ffffff;
	padding-top:10px;
	padding-bottom:10px;
}
.prs_prs_webseri_video_sec_icon_cont_wrapper li{
	float:left;
	margin-right:30px;
}
.prs_prs_webseri_video_sec_icon_cont_wrapper li:last-child{
	margin-right:0;
	position:relative;
}
.prs_prs_webseri_video_sec_icon_cont_wrapper li:last-child:after{
	content: '';
	border: 1px solid rgba(255, 255, 255, 0.55);
	height: 15px;
	position: absolute;
	left: -15px;
	top: 5px;
}
.prs_prs_webseri_video_sec_icon_cont_wrapper li i{
	color:var(--primeira-cor);
}
.prs_prs_webseri_video_sec_icon_cont_wrapper li a{
	color:#ffffff;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.prs_prs_webseri_video_sec_icon_cont_wrapper li a:hover{
	color:var(--primeira-cor);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
/*-- prs video section End --*/
/*-- prs teater Slider Start --*/
.prs_theater_main_slider_wrapper{
	background:url('../images/content/theater_bg.jpg') 50% 0 repeat-y;
	float:left;
	width:100%;
	height:100%;
	background-size:cover;
	background-position:center 0;
	background-repeat:no-repeat;
	position:relative;
	padding-top:94px;
	padding-bottom:90px;
}
.prs_theater_img_overlay{
	position:absolute;
	top:0%;
	bottom:0%;
	left:0%;
	right:0%;
	background:rgba(0,0,0,0.8);
}
.prs_theater_sec_heading_wrapper{
	float:left;
	width:100%;
	position:relative;
	text-align:center;
}
.prs_theater_sec_heading_wrapper h2{
	font-size:32px;
	color:rgba(255, 255, 255, 0.93);
	text-transform:uppercase;
	font-weight:bold;
	position:relative;
}
.prs_theater_sec_heading_wrapper h2:after{
	content:'';
	border:1px solid rgba(255, 255, 255, 0.26);
	width:170px;
	position:absolute;
	bottom:-20px;
	left:0;
	right:0;
	margin:0px auto;
}
.prs_theater_sec_heading_wrapper h2:before{
	content:'';
	border:2px solid var(--primeira-cor);
	width:30px;
	position:absolute;
	bottom:-21px;
	left:0;
	right:0;
	margin:0px auto;
	z-index:1;
}
.wrap-album-slider{
	margin-top:115px;
}
/*-- prs teater Slider End --*/
/*-- prs letest news Start --*/
.prs_ln_main_wrapper{
	float:left;
	width:100%;
	background:#f6f6f6;
	padding-top:100px;
	padding-bottom:100px;
}
.prs_ln_left_img_wrapper{
	background:url('../images/content/nl1.jpg') 50% 0 repeat-y;
	background-position:center 0;
	background-size:cover;
	background-repeat:no-repeat;
	float:left;
	width:100%;
	height:100%;
	position:relative;
	padding-top:250px;
	padding-bottom:250px;
	margin-top:80px;
	text-align:center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.prs_in_left_img_overlay{
	position:absolute;
	left:0%;
	right:0%;
	top:0%;
	bottom:0%;
	background:rgba(0,0,0,0.7);
	text-align:center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.prs_ln_right_main_wrapper{
	float:left;
	width:100%;
	margin-top:80px;
}
.prs_ln_right_first_box_wrapper{
	float:left;
	width:100%;
}
.prs_ln_right_first_box_wrapper2{
	margin-top:20px;
}
.prs_in_right_box_img_wrapper{
	float:left;
	width:240px;
	overflow:hidden;
	-webkit-border-top-left-radius: 10px;
	-moz-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.prs_in_right_box_img_wrapper img{
	width:100%;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 12c3954;
}
.prs_ln_right_first_box_wrapper2:hover .prs_in_right_box_img_wrapper img, .prs_ln_right_first_box_wrapper:hover .prs_in_right_box_img_wrapper img{
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
	-ms-transform: scale(1.2);
	filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=1.2, M12=-0, M21=0, M22=1.2);
}
.prs_in_right_box_img_cont_wrapper{
	float:left;
	width:calc(100% - 240px);
	padding:30px;
	padding-right:20px;
	background:#ffffff;
	min-height:240px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
	-o-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
	-ms-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.prs_ln_right_first_box_wrapper2:hover .prs_in_right_box_img_cont_wrapper, .prs_ln_right_first_box_wrapper:hover .prs_in_right_box_img_cont_wrapper{
	-webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
	-o-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
	-ms-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.prs_in_right_box_img_cont_wrapper h2 a{
	font-size:20px;
	font-weight:bold;
	text-transform:uppercase;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.prs_in_right_box_img_cont_wrapper h2 a:hover{
	color:var(--primeira-cor);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.prs_in_right_box_img_cont_wrapper h3{
	font-size:16px;
	font-family: 'Lato', sans-serif;
	color:var(--primeira-cor);
	padding-top:10px;
	padding-bottom:10px;
}
.prs_in_right_box_img_cont_wrapper ul{
	padding-top:10px;
}
.prs_in_right_box_img_cont_wrapper li{
	float:left;
	margin-left:20px;
}
.prs_in_right_box_img_cont_wrapper li i{
	color:var(--primeira-cor);
}
.prs_in_right_box_img_cont_wrapper li:first-child{
	margin-left:0;
}
.prs_in_right_box_img_cont_wrapper li:last-child{
	position:relative;
}
.prs_in_right_box_img_cont_wrapper li:last-child:after{
	content: '';
	border: 1px solid rgba(0, 0, 0, 0.09);
	height: 15px;
	position: absolute;
	left: -12px;
	top: 6px;
}
.prs_in_right_box_img_cont_wrapper li a{
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.prs_in_right_box_img_cont_wrapper li a:hover{
	color:var(--primeira-cor);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
/*-- prs letest news End --*/
/*-- prs feature slider Start --*/
.prs_feature_slider_main_wrapper{
	float:left;
	width:100%;
	padding-top:94px;
	padding-bottom:90px;
	background-image: url(../images/header/fundo.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.prs_feature_slider_wrapper{
	float:left;
	width:100%;
	margin-top:80px;
}
.prs_feature_slider_wrapper .owl-theme .owl-dots{
	display:none;
}
.prs_feature_slider_wrapper .owl-theme .owl-nav {
	position: absolute;
	top: 50%;
	z-index: 12c3954;
	display: block;
	left:0;
	right:0;
	margin:0px auto;
}
.prs_feature_slider_wrapper .owl-theme .owl-nav .owl-prev{
	margin: 0;
	padding: 0;
	left: -75px;
	font-size: 26px;
	top:0;
	color:#ffffff;
	width:50px;
	height:50px;
	line-height:45px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	background:linear-gradient(90deg, #bf9865, #fad89f);
	position: absolute;
	text-align: center;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.prs_feature_slider_wrapper .owl-theme .owl-nav .owl-next{
	font-size: 26px;
	right: -75px;
	top:-5px;
	position: absolute;
	color:#ffffff;
	width:50px;
	padding-left:14px;
	height:50px;
	line-height:40px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	background:linear-gradient(90deg, #bf9865, #fad89f);
	text-align: center;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.prs_feature_slider_wrapper .owl-theme .owl-nav .owl-next i:before{
	margin-left:-3px;
}
.prs_feature_slider_wrapper .owl-theme .owl-nav .owl-prev i:before{
	margin-left:5px;
}
.prs_feature_img_box_wrapper{
	float:left;
	width:100%;
	margin-bottom:10px;
}
.prs_feature_img{
	float:left;
	width:100%;
	text-align:center;
	position:relative;
	overflow:hidden;
	-webkit-border-top-left-radius: 10px;
	-moz-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
	background-color: #ddd;
}
.area-img-evento {
	min-height: 300px;
	border-radius: 10px;
	max-width: 550px;
}
.prs_feature_img img{
	width:100%;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 12c3954;
}
.prs_feature_img_box_wrapper:hover .prs_feature_img img{
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=1.1, M12=-0, M21=0, M22=1.1);
}
.prs_ft_btn_wrapper{
	position:absolute;
	bottom:-100px;
	left:0;
	right:0;
	margin:0px auto;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.prs_feature_img_box_wrapper:hover .prs_ft_btn_wrapper{
	bottom:-5px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.prs_ft_btn_wrapper ul{
	display:inline-block;
}
.prs_ft_btn_wrapper li a{
	float:left;
	width:150px;
	height:45px;
	line-height:45px;
	text-align:center;
	background:var(--primeira-cor);
	color:#ffffff;
	-webkit-border-top-left-radius: 10px;
	-moz-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
}
.prs_feature_img_cont{
	float:left;
	width:100%;
	padding:30px;
	padding-top: 21px;
	border:1px solid #eeeeee;
	background:#f4e1c1;
	border-top:0;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
	-o-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
	-ms-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.prs_feature_img_box_wrapper:hover{
	-webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
	-o-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
	-ms-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.prs_feature_img_cont h2 a {
	font-size: 20px;
	color: #8c2f20;
   /* Mantendo a cor original do texto */
	font-weight: bold;
	text-transform: uppercase;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.prs_upcom_movie_content_box_inner_icon ul li a {
	display: flex;
	align-items: center;
}
.prs_upcom_movie_content_box_inner_icon ul li a i {
	margin-right: 5px;
   /* Espaçamento entre o ícone e o texto */
}
.prs_feature_img_cont h2 a:hover{
	color: var(--segunda-cor);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.prs_ft_small_cont_left{
	float:left;
   /*width:50%;
   */
	width: 100%;
	padding-top:10px;
}
.prs_ft_small_cont_right{
	float:left;
	width:50%;
	text-align:right;
	padding-top:10px;
}
.prs_ft_small_cont_right i{
	color:var(--primeira-cor);
}
.prs_feature_img_cont ul{
	padding-top:20px;
	float: left;
	width: 100%;
	position:relative;
}
.prs_feature_img_cont ul:after{
	content:'';
   /*border:1px solid #eeeeee;
   */
	width:100%;
	position:absolute;
	top:10px;
	left:0;
}
.prs_feature_img_cont li{
	float:left;
}
.prs_feature_img_cont li:last-child{
	float:right;
}
/*-- prs feature slider End --*/
/*-- prs videos&photos slider Start --*/
.prs_vp_main_section_wrapper{
	float:left;
	width:100%;
	background:#f6f6f6;
	padding-top:94px;
	padding-bottom:100px;
}
.prs_vp_main_slider_wrapper{
	float:left;
	width:100%;
}
.prs_vp_left_slidebar_wrapper{
	float:left;
	width:15%;
	margin-right:10px;
}
.prs_vp_center_slidebar_wrapper{
	float:left;
	width:67%;
	margin-right:10px;
}
.prs_vp_right_slidebar_wrapper{
	float:left;
	width:15%;
}
.prs_vp_left_slidebar_wrapper .bx-viewport, .prs_vp_right_slidebar_wrapper .bx-viewport{
	height:580px !important;
}
.prs_vp_left_slider img, .prs_vp_right_slider img{
	width:100%;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.prs_vp_center_slider{
	float:left;
	width:100%;
	margin-top:80px;
}
.prs_vp_center_slider_img_wrapper img{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.prs_vp_center_slider .owl-theme .owl-dots{
	display:none;
}
.prs_vp_center_slider .owl-theme .owl-nav {
	position: absolute;
	top: 45%;
	z-index: 12c3954;
	display: block;
	left:0;
	right:0;
	margin:0px auto;
}
.prs_vp_center_slider .owl-theme .owl-nav .owl-prev{
	margin: 0;
	padding: 0;
	left: 15px;
	font-size: 26px;
	top:0;
	color:#ffffff;
	width:50px;
	height:50px;
	line-height: 47px;
	padding-left: 5px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	background:var(--primeira-cor);
	position: absolute;
	text-align: center;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.prs_vp_center_slider .owl-theme .owl-nav .owl-next{
	font-size: 26px;
	right: 15px;
	top:-5px;
	position: absolute;
	color:#ffffff;
	width:50px;
	padding-left: 11px;
	height: 50px;
	line-height: 37px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	background:var(--primeira-cor);
	text-align: center;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.prs_vp_center_slider .owl-theme .owl-nav .owl-next i:before, .prs_vp_center_slider .owl-theme .owl-nav .owl-prev i:before{
	margin-left:0;
}
.prs_vp_left_slidebar_wrapper .wrap-album-slider, .prs_vp_right_slidebar_wrapper .wrap-album-slider{
	margin-top:80px !important;
}
.prs_vp_center_slider_img_wrapper img{
	width:100%;
}
.prs_vp_bottom_banner_wrapper{
	float:left;
	width:100%;
	text-align:center;
	padding-top:60px;
}
.prs_vp_bottom_banner_wrapper img{
	width:730px;
	height:90px;
	display: inline-block;
}
.prs_vp_img_overlay{
	position:relative;
}
.prs_vp_img_overlay:after{
	content:'';
	position:absolute;
	left:200px;
	right:200px;
	top:200px;
	bottom:200px;
	background:rgba(0,0,0,0.6);
	opacity:0;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.prs_vp_hover_overlay:hover .prs_vp_img_overlay:after{
	content:'';
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background:rgba(0,0,0,0.6);
	opacity:1;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.prs_vp_img_overlay a{
	float:left;
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	color:var(--primeira-cor);
	background:#ffffff;
	position:absolute;
	left:0;
	right:0;
	margin:0px auto;
	top:38%;
	opacity:0;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-webkit-transition:all 0.45s linear;
	-moz-transition:all 0.45s linear;
	-ms-transition:all 0.45s linear;
	-o-transition:all 0.45s linear;
	transition:all 0.45s linear;
}
.prs_vp_hover_overlay:hover .prs_vp_img_overlay a{
	opacity:1;
	z-index:100;
	-webkit-transition:all 0.45s linear;
	-moz-transition:all 0.45s linear;
	-ms-transition:all 0.45s linear;
	-o-transition:all 0.45s linear;
	transition:all 0.45s linear;
}
/*-- prs videos&photos slider End --*/
/*-- prs patner slider Start --*/
.prs_patner_main_section_wrapper{
	float:left;
	width:100%;
	background:#2c3954;
	padding-top:94px;
	padding-bottom:80px;
}
.prs_pn_slider_wraper{
	float:left;
	width:100%;
	margin-top:80px;
}
.prs_pn_slider_wraper .owl-theme .owl-dots{
	display:none;
}
.prs_pn_slider_wraper .owl-theme .owl-nav {
	position: absolute;
	top: 30%;
	z-index: 12c3954;
	display: block;
	left:0;
	right:0;
	margin:0px auto;
}
.prs_pn_slider_wraper .owl-theme .owl-nav .owl-prev{
	margin: 0;
	padding: 0;
	left: -75px;
	font-size: 26px;
	top:0;
	color:#ffffff;
	width:50px;
	height:50px;
	padding-left: 5px;
	line-height: 45px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	background:var(--primeira-cor);
	position: absolute;
	text-align: center;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.prs_pn_slider_wraper .owl-theme .owl-nav .owl-next{
	font-size: 26px;
	right: -75px;
	top:-5px;
	position: absolute;
	color:#ffffff;
	width:50px;
	padding-left: 12px;
	height: 50px;
	line-height: 39px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	background:var(--primeira-cor);
	text-align: center;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.prs_pn_slider_wraper .owl-theme .owl-nav .owl-next i:before, .prs_pn_slider_wraper .owl-theme .owl-nav .owl-prev i:before{
	margin-left:0;
}
.prs_pn_img_wrapper img{
	width:100%;
	opacity:0.4;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.prs_pn_img_wrapper img:hover{
	opacity:1;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
/*-- prs patner slider End --*/
/*-- prs Newsletter css Start --*/
.prs_newsletter_wrapper{
	float:left;
	width:100%;
	background:#2c3954;
	padding-top:60px;
	padding-bottom:53px;
}
.prs_newsletter_text{
	float:left;
	width:100%;
}
.prs_newsletter_text h3 {
	float: left;
	width: 100%;
	font-size: 40px;
	color: #ca9347;
	margin: 0px 0px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Carnevalee Freakshow';
}
.prs_newsletter_field{
	float:left;
	width:100%;
}
.prs_newsletter_field input{
	float:left;
	width:calc(100% - 160px);
	border:2px solid rgba(255, 255, 255, 0.33);
	height:50px;
	line-height:50px;
	padding:0px 15px;
	color:#ffffff;
	border-right:0;
	background-color:transparent;
	-webkit-border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.prs_newsletter_field input::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.52);
}
.prs_newsletter_field input::-moz-placeholder {
	color: rgba(255, 255, 255, 0.52);
}
.prs_newsletter_field input:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.52);
}
.prs_newsletter_field input:-moz-placeholder {
	color: rgba(255, 255, 255, 0.52);
}
.prs_newsletter_field button {
	float: left;
	width: 160px;
	height: 50px;
	font-weight: bold;
	background-color: #ffffff00;
	color: var(--primeira-cor);
	border: 2px solid rgba(255, 255, 255, 0.33);
	letter-spacing: 1px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	font-family: 'Carnevalee Freakshow';
	font-size: 38px;
}
.prs_newsletter_field button:hover{
	background:#2c3954;
	color:#ffffff;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
/*-- prs Newsletter css End --*/
/*-- prs footer Wrapper Start --*/
.prs_footer_main_section_wrapper{
	background:#2c3954;
	float:left;
	width:100%;
	padding-top:70px;
	padding-bottom:70px;
}
.prs_footer_cont1_wrapper{
	float:left;
	width:100%;
}
.prs_footer_cont1_wrapper h2 {
	font-size: 22px;
	font-weight: bold;
	color: #ca9347;
	position: relative;
	text-transform: uppercase;
	font-family: 'Carnevalee Freakshow';
}
.prs_footer_cont1_wrapper h2:after{
	content:'';
	border:1px solid rgba(255, 255, 255, 0.28);
	width:90px;
	position:absolute;
	bottom:-20px;
	left:0;
}
.prs_footer_cont1_wrapper h2:before{
	content:'';
	border:2px solid rgb(191, 152, 101);
	width:30px;
	position:absolute;
	bottom:-21px;
	left:0;
}
.prs_footer_cont1_wrapper p{
	font-size:15px;
	padding-top: 55px;
	color:rgba(255, 255, 255, 0.57);
}
.prs_footer_cont1_wrapper ul{
	padding-top:45px;
}
/*.prs_footer_cont1_wrapper_4 ul{
	padding-top:10px;
}
*/
.prs_footer_cont1_wrapper_4 li{
	float:left;
	width:49%;
	margin-top:0;
}
.prs_footer_cont1_wrapper_4 h5{
	font-size:18px;
	font-family: 'Lato', sans-serif;
	color:rgba(255, 255, 255, 0.57);
	padding-top:25px;
	float: left;
	width: 100%;
}
.prs_bottom_footer_cont_wrapper p{
	color:rgba(255, 255, 255, 0.57);
}
.prs_footer_cont1_wrapper_4 h5 span{
	color:var(--primeira-cor);
}
.prs_footer_cont1_wrapper_4 li:last-child{
	margin-left:5px;
}
.prs_footer_cont1_wrapper_4 li img{
	width:100%;
}
.prs_footer_cont1_wrapper li i{
	color:rgb(191, 152, 101);
	font-size: 10px;
	position: relative;
	top: -1px;
}
.prs_footer_cont1_wrapper li{
	margin-top:10px;
}
.prs_footer_cont1_wrapper li a {
	color:rgba(255, 255, 255, 0.57);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.prs_footer_cont1_wrapper li a:hover{
	color: var(--primeira-cor);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.prs_footer_cont1_wrapper li a img{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.footer_img{
	margin-top:20px !important;
}
.prs_footer_social_wrapper{
	float:left;
	width:100%;
}
.prs_footer_social_wrapper h2{
	font-size:18px;
	font-weight:bold;
	color:#ffffff;
	text-transform:uppercase;
}
.prs_footer_social_wrapper ul{
	float:right;
}
.prs_footer_social_wrapper li{
	float:left;
	margin-right:10px;
}
.prs_footer_social_wrapper li a{
	float:left;
	width:30px;
	height:30px;
	line-height:30px;
	text-align:center;
	background:transparent;
	border:1px solid rgba(255, 255, 255, 0.37);
	color:rgba(255, 255, 255, 0.75);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	justify-content: center;
	display: flex;
	align-items: center;
}
.prs_footer_social_wrapper li a:hover{
	border:1px solid var(--primeira-cor);
	background:var(--primeira-cor);
	color:#ffffff;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.prs_bottom_footer_wrapper{
	float:left;
	width:100%;
	background:#2c3954;
	padding-top:20px;
	padding-bottom:20px;
}
.prs_bottom_footer_cont_wrapper p a{
	color:var(--primeira-cor);
	font-size:14px;
}
/*-- prs footer Wrapper End --*/
/************************----------------- ABOUT CSS START ----------------**************/
/*-- prs title wrapper Start --*/
.prs_title_main_sec_wrapper{
   /*background:url('../images/content/about/banner.jpg') 50% 0 repeat-y;
	background-repeat:no-repeat;
	background-position:center 0;
	background-size:cover;
   */
	width:100%;
	height:100%;
	float:left;
	position:relative;
	padding-top:75px;
	text-align:center;
}
.prs_title_img_overlay{
	position:absolute;
	left:0%;
	right:0%;
	top:0%;
	bottom:0%;
	background:rgba(0,0,0,0.8);
}
.prs_title_heading_wrapper{
	float:left;
	width:100%;
}
.prs_title_heading_wrapper h2{
	font-size:36px;
	color:#ffffff;
	font-weight:bold;
	text-transform:uppercase;
}
.prs_title_heading_wrapper ul{
	display:inline-block;
	background:rgba(255, 255, 255, 0.13);
	padding:10px 30px;
	margin-top:40px;
	position: relative;
	top: 4px;
}
.prs_title_heading_wrapper li{
	float:left;
	color:var(--primeira-cor);
}
.prs_title_heading_wrapper li a{
	color:#ffffff;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.prs_title_heading_wrapper li a:hover{
	color:var(--primeira-cor);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
/*-- prs title wrapper End --*/
/*-- prs about presenter wrapper Start --*/
.prs_about_presenter_main_wrapper{
	float:left;
	width:100%;
	background:#f6f6f6;
	padding-top:94px;
	padding-bottom:100px;
}
.prs_about_pre_left_sec_wrapper{
	float:left;
	width:100%;
	margin-top:80px;
}
.prs_ap_left_img_wrapper{
	float:left;
	width:100%;
}
.prs_ap_left_img_wrapper img{
	width:100%;
}
.prs_ap_left_img_cont_wrapper{
	float:left;
	width:100%;
	padding-top:40px;
}
.prs_ap_left_img_cont_wrapper h2{
	font-size:20px;
	font-weight:bold;
	text-transform:uppercase;
	position:relative;
}
.prs_ap_left_img_cont_wrapper h2:after{
	content: '';
	border: 2px solid var(--primeira-cor);
	width: 30px;
	position: absolute;
	bottom: -15px;
	left: 0;
}
.prs_ap_left_img_cont_wrapper h2:before{
	content: '';
	border: 1px solid #e2e2e2;
	width: 85px;
	position: absolute;
	bottom: -14px;
	left: 0;
}
.prs_ap_left_img_cont_wrapper p{
	padding-top:45px;
}
.prs_about_pre_right_sec_wrapper{
	float:left;
	width:100%;
	margin-top:80px;
}
.prs_about_pre_right_slider_sec_wrapper{
	float:left;
	width:100%;
}
.prs_about_pre_right_slider_sec_wrapper .owl-theme .owl-dots{
	display:none;
}
.prs_about_pre_right_slider_sec_wrapper .owl-theme .owl-nav {
	position: absolute;
	top: 40%;
	z-index: 12c3954;
	display: block;
	left:0;
	right:0;
	margin:0px auto;
}
.prs_about_pre_right_slider_sec_wrapper .owl-theme .owl-nav .owl-prev{
	margin: 0;
	padding: 0;
	left: 20px;
	font-size: 26px;
	top:0;
	color:#ffffff;
	width:50px;
	height:50px;
	padding-left: 5px;
	line-height: 45px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	background:var(--primeira-cor);
	position: absolute;
	text-align: center;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.prs_about_pre_right_slider_sec_wrapper .owl-theme .owl-nav .owl-next{
	font-size: 26px;
	right: 20px;
	top:-5px;
	position: absolute;
	color:#ffffff;
	width:50px;
	padding-left: 12px;
	height: 50px;
	line-height: 39px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	background:var(--primeira-cor);
	text-align: center;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.prs_about_pre_right_slider_sec_wrapper .owl-theme .owl-nav .owl-next i:before, .prs_about_pre_right_slider_sec_wrapper .owl-theme .owl-nav .owl-prev i:before{
	margin-left:0;
}
.prs_about_pre_right_slider_sec_cont_wrapper{
	float:left;
	width:100%;
	background:#ffffff;
	padding:60px;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
	-o-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
	-ms-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.prs_about_pre_right_sec_wrapper:hover .prs_about_pre_right_slider_sec_cont_wrapper{
	-webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
	-o-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
	-ms-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.prs_about_pre_right_slider_sec_cont_wrapper h2{
	font-size:20px;
	font-weight:bold;
	text-transform:uppercase;
	position:relative;
}
.prs_about_pre_right_slider_sec_cont_wrapper h2:after{
	content: '';
	border: 2px solid var(--primeira-cor);
	width: 30px;
	position: absolute;
	bottom: -15px;
	left: 0;
}
.prs_about_pre_right_slider_sec_cont_wrapper h2:before{
	content: '';
	border: 1px solid #e2e2e2;
	width: 85px;
	position: absolute;
	bottom: -14px;
	left: 0;
}
.prs_about_pre_right_slider_sec_cont_wrapper p{
	padding-top:45px;
}
.prs_about_pre_right_slider_sec_cont_wrapper ul{
	padding-top:30px;
	float:left;
	width:50%;
}
.prs_about_pre_right_slider_sec_cont_wrapper li i{
	color:var(--primeira-cor);
}
.prs_about_vp_main_section_wrapper{
	background:#ffffff;
}
/*-- prs about presenter wrapper End --*/
/*-- prs about team section Start --*/
.prs_about_team_main_wrapper{
	float:left;
	width:100%;
	background:#f6f6f6;
	padding-top:94px;
	padding-bottom:94px;
}
.prs_about_team_first_mem_wrapper{
	float:left;
	width:100%;
	margin-top:80px;
	text-align:center;
	margin-bottom:10px;
}
.prs_about_first_mem_img_wrapper{
	float:left;
	width:100%;
	position:relative;
	overflow:hidden;
}
.prs_about_first_mem_img_wrapper img{
	width:100%;
	-webkit-border-top-right-radius: 10px;
	-moz-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
}
.prs_about_first_mem_img_cont_wrapper{
	float:left;
	width:100%;
	background:#ffffff;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
	padding-top:30px;
	padding-bottom:30px;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
	-o-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
	-ms-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.prs_about_team_first_mem_wrapper:hover .prs_about_first_mem_img_cont_wrapper{
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
	-o-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
	-ms-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
}
.prs_about_first_mem_img_cont_inner_wrapper{
	padding-top:10px;
	padding-bottom:10px;
}
.prs_about_first_mem_img_cont_wrapper h2 a{
	font-weight:bold;
	font-size:18px;
	text-transform:uppercase;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.prs_about_team_first_mem_wrapper:hover .prs_about_first_mem_img_cont_wrapper h2 a{
	color:var(--primeira-cor);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.prs_at_social_main_wrapper{
	float:left;
	width:100%;
	text-align:center;
	position: absolute;
	bottom: -100px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.prs_about_team_first_mem_wrapper:hover .prs_at_social_main_wrapper{
	bottom: -5px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.prs_at_social_main_wrapper ul{
	display:inline-block;
	background:rgba(255, 68, 68, 0.83);
	padding:10px 30px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
}
.prs_at_social_main_wrapper li{
	float:left;
	margin-right:20px;
}
.prs_at_social_main_wrapper li a{
	color:#ffffff;
	float:left;
	transition: all .2s ease-in-out;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.prs_at_social_main_wrapper li a:hover{
	transform: scale(1.2);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.prs_at_social_main_wrapper li{
	position:relative;
	top:100px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.prs_about_team_first_mem_wrapper:hover .prs_at_social_main_wrapper li:first-child{
	top:0;
	-webkit-transition:all 0.45s linear;
	-moz-transition:all 0.45s linear;
	-ms-transition:all 0.45s linear;
	-o-transition:all 0.45s linear;
	transition:all 0.45s linear;
}
.prs_about_team_first_mem_wrapper:hover .prs_at_social_main_wrapper li:nth-child(2){
	top:0;
	-webkit-transition:all 0.55s linear;
	-moz-transition:all 0.55s linear;
	-ms-transition:all 0.55s linear;
	-o-transition:all 0.55s linear;
	transition:all 0.55s linear;
}
.prs_about_team_first_mem_wrapper:hover .prs_at_social_main_wrapper li:nth-child(3){
	top:0;
	-webkit-transition:all 0.65s linear;
	-moz-transition:all 0.65s linear;
	-ms-transition:all 0.65s linear;
	-o-transition:all 0.65s linear;
	transition:all 0.65s linear;
}
.prs_about_team_first_mem_wrapper:hover .prs_at_social_main_wrapper li:last-child{
	top:0;
	-webkit-transition:all 0.75s linear;
	-moz-transition:all 0.75s linear;
	-ms-transition:all 0.75s linear;
	-o-transition:all 0.75s linear;
	transition:all 0.75s linear;
}
.prs_at_social_main_wrapper li:last-child{
	margin-right:0;
}
.prs_about_team_first_mem_wrapper2{
	margin-top:45px;
}
.prs_ap_btn_wrapper ul{
	margin-top:49px;
}
/*-- prs about team section End --*/
/*-- counter section start --*/
.counter_section {
	background: url('../images/content/about/counter_bg.jpg') 50% 0 repeat-y;
	width: 100%;
	height: 100%;
	text-align:center;
	padding-bottom:57px;
	float:left;
	background-attachment:fixed;
}
.trucking_counter .con{
	width:95px;
	height:85px;
	background:var(--primeira-cor);
	text-align:center;
	line-height:80px;
	display:inline-block;
	color:#fff;
	font-size:30px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	position:relative;
	z-index:1;
}
.trucking_counter .con:after{
	content: '';
	width: 65px;
	height: 10px;
	background: #e74343;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0px auto;
	top: -10px;
	z-index: -1;
	-webkit-border-top-right-radius: 5px;
	-moz-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
}
.trucking_counter{
	margin-top:70px;
}
.count-description {
	margin-top:30px;
}
.count-description span{
	font-size:40px;
	color:#fff;
	margin-top:30px;
	font-weight:900;
}
.con1, .con2, .con3, .con4{
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	color:#fff;
	margin-top:20px;
}
.counter_btn{
	display:inline-block;
	margin-top:9px;
}
.counter_btn ul{
	padding:0;
	list-style:none;
	margin-top:40px;
}
.counter_btn li a{
	width:205px;
	height:50px;
	float:left;
	background:transparent;
	text-align:center;
	line-height:45px;
	border-radius:50px;
	color:#fff;
	font-family: 'Titillium Web', sans-serif;
	font-size:18px;
	font-weight:bold;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	letter-spacing:2px;
	border:2px solid #fca900;
}
.counter_btn li{
	position:relative;
}
.counter_btn li:after{
	content:'';
	border:1px solid rgba(255, 255, 255, 0.06);
	width: 191%;
	display: inline-block;
	position: absolute;
	margin-left: 15px;
	margin-top: 22px;
}
.counter_btn li:before{
	content:'';
	border:1px solid rgba(255, 255, 255, 0.06);
	width: 191%;
	display: inline-block;
	position: absolute;
	margin-right: 15px;
	margin-top: 22px;
	left: -412px;
}
.counter_btn li a:hover{
	background:#fca900;
	border:2px solid transparent;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	color:#fff;
}
/*-- counter section end --*/
/************************----------------- ABOUT CSS End ----------------**************/
/************************----------------- MOVIE CATEGORY CSS Start ----------------**************/
/*-- prs mc slider wrapper Start --*/
.prs_mc_slider_main_wrapper{
	float:left;
	width:100%;
	padding-top:94px;
	padding-bottom:100px;
	background:#f6f6f6;
}
.prs_mc_slider_wrapper{
	float:left;
	width:100%;
	margin-top:70px;
}
.prs_mc_slider_wrapper img{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.prs_mc_slider_wrapper .owl-theme .owl-dots{
	display:none;
}
.prs_mc_slider_wrapper .owl-theme .owl-nav {
	position: absolute;
	top: 46%;
	z-index: 12c3954;
	display: block;
	left:0;
	right:0;
	margin:0px auto;
}
.prs_mc_slider_wrapper .owl-theme .owl-nav .owl-prev{
	margin: 0;
	padding: 0;
	left: -80px;
	font-size: 26px;
	top:0;
	color:#ffffff;
	width:50px;
	height:50px;
	padding-left: 5px;
	line-height: 45px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	background:var(--primeira-cor);
	position: absolute;
	text-align: center;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.prs_mc_slider_wrapper .owl-theme .owl-nav .owl-next{
	font-size: 26px;
	right: -80px;
	top:-5px;
	position: absolute;
	color:#ffffff;
	width:50px;
	padding-left: 12px;
	height: 50px;
	line-height: 39px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	background:var(--primeira-cor);
	text-align: center;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.prs_mc_slider_wrapper .owl-theme .owl-nav .owl-next i:before, .prs_mc_slider_wrapper .owl-theme .owl-nav .owl-prev i:before{
	margin-left:0;
}
.prs_mc_category_sidebar_main_wrapper{
	float:left;
	width:100%;
	background:#f6f6f6;
	padding-bottom:95px;
}
.prs_mcc_left_side_wrapper{
	float:left;
	width:100%;
	background:#ffffff;
	padding:40px 30px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
	-o-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
	-ms-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.prs_mcc_left_side_wrapper:hover{
	-webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
	-o-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
	-ms-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.prs_mcc_right_side_wrapper{
	float:left;
	width:100%;
}
.prs_mcc_right_side_heading_wrapper{
	float:left;
	width:100%;
	margin-bottom:30px;
}
.prs_mcc_right_side_heading_wrapper h2{
	font-size:26px;
	text-transform:uppercase;
	font-weight:bold;
	position:relative;
}
.prs_mcc_right_side_heading_wrapper h2:after{
	content:'';
	border:1px solid #dddddd;
	width:100%;
	position:absolute;
	bottom:-20px;
	left:0;
}
.prs_mcc_right_side_heading_wrapper h2:before{
	content:'';
	border:2px solid var(--primeira-cor);
	width:30px;
	position:absolute;
	bottom:-21px;
	left:0;
	z-index:1;
}
.prs_mcc_right_side_heading_wrapper ul{
	float:right;
	margin-top:-34px;
}
.prs_mcc_right_side_heading_wrapper .nav-pills > li.active > a, .prs_mcc_right_side_heading_wrapper .nav-pills > li.active > a:hover, .prs_mcc_right_side_heading_wrapper .nav-pills > li.active > a:focus{
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	background:var(--primeira-cor);
}
.prs_mcc_right_side_heading_wrapper .nav-pills > li > a{
	background:#ffffff;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
.prs_mcc_right_side_heading_wrapper .nav-pills > li:first-child{
	margin-right:5px;
}
.prs_mcc_movie_box_wrapper{
	margin-top:20px;
}
.pagination{
	margin:0;
	padding-top:45px;
}
.pagination > li > a{
	background:#ffffff;
	font-size:16px;
	border:1px solid #e7e7e7;
	text-transform:uppercase;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	width:50px;
	height:50px;
	line-height:35px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-align:center;
	margin-right:10px;
}
.pagination > li:first-child > a{
	width:50px;
	height:50px;
	text-align:center;
	border:1px solid var(--primeira-cor);
	margin-right:20px;
	background:var(--primeira-cor);
	color:#ffffff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.pagination > li a i:before{
	margin-left:0;
}
.pagination > li:last-child > a{
	width:50px;
	height:50px;
	text-align:center;
	border:1px solid var(--primeira-cor);
	margin-left:10px;
	background:var(--primeira-cor);
	color:#ffffff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.pagination > li:first-child:hover > a{
	background:#111111;
	border:1px solid transparent;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
	z-index: 2;
	color: #fff;
	border:1px solid transparent;
	background-color: #111111;
	border-color: none;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.prs_mcc_left_searchbar_wrapper{
	float:left;
	width:100%;
}
.prs_mcc_left_searchbar_wrapper input{
	width:calc(100% - 50px);
	float:left;
	height:50px;
	padding-left:20px;
	background:#f8f8f8;
	border:0;
	-webkit-border-top-left-radius: 10px;
	-moz-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.prs_mcc_left_searchbar_wrapper button{
	width:50px;
	height:50px;
	float:left;
	border:0;
	background:var(--primeira-cor);
	color:#ffffff;
	-webkit-border-top-right-radius: 10px;
	-moz-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.prs_mcc_left_searchbar_wrapper button:hover{
	background:#111111;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.prs_mcc_left_searchbar_wrapper button i:before{
	margin-left:0;
}
.prs_mcc_bro_title_wrapper{
	float:left;
	width:100%;
	padding-top:60px;
}
.prs_mcc_bro_title_wrapper h2{
	font-size:20px;
	text-transform:uppercase;
	font-weight:bold;
	position:relative;
}
.prs_mcc_bro_title_wrapper h2:after{
	content:'';
	border:1px solid #dddddd;
	width:150px;
	position:absolute;
	bottom:-20px;
	left:0;
}
.prs_mcc_bro_title_wrapper h2:before{
	content:'';
	border:2px solid var(--primeira-cor);
	width:30px;
	position:absolute;
	bottom:-21px;
	left:0;
	z-index:1;
}
.prs_mcc_bro_title_wrapper ul{
	margin-top:45px;
}
.prs_mcc_bro_title_wrapper li{
	border-bottom:1px solid #e2e2e2;
	padding-bottom:10px;
	margin-top:10px;
}
.prs_mcc_bro_title_wrapper li:last-child{
	border-bottom:0;
}
.prs_mcc_bro_title_wrapper li i{
	color:var(--primeira-cor);
}
.prs_mcc_bro_title_wrapper li a span{
	float:right;
}
.prs_mcc_bro_title_wrapper li a{
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.prs_mcc_bro_title_wrapper li a:hover{
	color:var(--primeira-cor);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.prs_mcc_event_title_wrapper{
	float:left;
	width:100%;
	margin-top:55px;
}
.prs_mcc_event_title_wrapper h2{
	font-size:20px;
	text-transform:uppercase;
	font-weight:bold;
	position:relative;
}
.prs_mcc_event_title_wrapper h2:after{
	content:'';
	border:1px solid #dddddd;
	width:150px;
	position:absolute;
	bottom:-20px;
	left:0;
}
.prs_mcc_event_title_wrapper h2:before{
	content:'';
	border:2px solid var(--primeira-cor);
	width:30px;
	position:absolute;
	bottom:-21px;
	left:0;
	z-index:1;
}
.prs_mcc_event_title_wrapper img{
	width:100%;
	margin-top:45px;
}
.prs_mcc_event_title_wrapper h3{
	font-size:18px;
	padding-top:30px;
	font-weight:bold;
	text-transform:uppercase;
}
.prs_mcc_event_title_wrapper h3 a{
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.prs_mcc_event_title_wrapper h3 a:hover{
	color:var(--primeira-cor);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.prs_mcc_event_title_wrapper p{
	padding-top:10px;
	border-bottom:1px solid #e2e2e2;
	padding-bottom:15px;
}
.prs_mcc_event_title_wrapper p span{
	float:right;
}
.prs_mcc_event_title_wrapper p span i{
	color:var(--primeira-cor);
	font-size:14px;
}
.prs_mcc_event_title_wrapper h4{
	font-family: 'Lato', sans-serif;
	font-size:14px;
	color:var(--primeira-cor);
	padding-top:15px;
}
.prs_mcc_event_title_wrapper h4 span{
	float:right;
}
.prs_mcc_list_movie_main_wrapper{
	float:left;
	width:100%;
	margin-top:30px;
}
.prs_mcc_list_movie_img_wrapper{
	float:left;
	width:270px;
}
.prs_mcc_list_movie_img_cont_wrapper{
	float:left;
	width:calc(100% - 270px);
	background:#ffffff;
	min-height:360px;
	padding:50px;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
	-o-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
	-ms-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
	-webkit-border-top-right-radius: 10px;
	-moz-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.prs_mcc_list_movie_img_wrapper img{
	width:100%;
	-webkit-border-top-left-radius: 10px;
	-moz-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.prs_mcc_list_movie_main_wrapper:hover .prs_mcc_list_movie_img_cont_wrapper{
	-webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
	-o-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
	-ms-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.prs_mcc_list_left_cont_wrapper{
	float:left;
	width:80%;
}
.prs_mcc_list_right_cont_wrapper{
	float:left;
	width:20%;
}
.prs_mcc_list_left_cont_wrapper h2{
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
}
.prs_mcc_list_left_cont_wrapper p{
	padding-top:10px;
}
.prs_mcc_list_left_cont_wrapper p i{
	color:var(--primeira-cor);
}
.prs_mcc_list_left_cont_wrapper h4{
	color:var(--primeira-cor);
	font-size:16px;
	font-family: 'Lato', sans-serif;
	padding-top:10px;
}
.prs_mcc_list_bottom_cont_wrapper{
	float:left;
	width:100%;
	padding-top:25px;
}
.prs_mcc_list_bottom_cont_wrapper ul{
	padding-top:30px;
}
.prs_mcc_list_bottom_cont_wrapper li{
	float:left;
	margin-right:20px;
}
.prs_mcc_list_bottom_cont_wrapper li:first-child a{
	float:left;
	width:170px;
	height:50px;
	text-align:center;
	line-height:50px;
	background:var(--primeira-cor);
	border:1px solid var(--primeira-cor);
	color:#ffffff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.prs_mcc_list_bottom_cont_wrapper li:first-child a:hover{
	background:transparent;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.prs_mcc_list_bottom_cont_wrapper li:last-child a{
	float:left;
	width:170px;
	height:50px;
	text-align:center;
	line-height:50px;
	background:transparent;
	border:1px solid var(--primeira-cor);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.prs_mcc_list_bottom_cont_wrapper li:last-child a:hover{
	background:var(--primeira-cor);
	color:#ffffff;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.prs_mcc_list_right_cont_wrapper a{
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	float: right;
	border: 1px solid #eeeeee;
	color: var(--primeira-cor);
	margin-top:10px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.prs_mcc_list_right_cont_wrapper a i:before{
	margin-left:0;
}
.prs_mcc_list_right_cont_wrapper a:hover{
	background:var(--primeira-cor);
	color:#ffffff;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
/*-- prs mc slider wrapper End --*/
/************************----------------- MOVIE CATEGORY CSS End ----------------**************/
/************************----------------- MOVIE Single CSS Start ----------------**************/
/*-- prs ms trailer wrapper Start --*/
.prs_ms_trailer_vid_main_wrapper{
	float:left;
	width:100%;
	background:#f6f6f6;
	padding-top:94px;
	padding-bottom:94px;
}
.prs_ms_trailer_vid_wrapper{
	float:left;
	width:100%;
	background:url('../images/content/movie_single/vid_bg.jpg') 50% 0 repeat-y;
	height:100%;
	background-position:center 0;
	background-size:cover;
	background-repeat:no-repeat;
	position:relative;
	padding-top:170px;
	padding-bottom:170px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-top:70px;
}
.prs_ms_trailer_vid_img_overlay{
	position:absolute;
	left:0%;
	right:0%;
	top:0%;
	bottom:0%;
	background:rgba(0,0,0,0.2);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.prs_ms_trailer_vid_icon_wrapper{
	text-align:center;
	float:left;
	width:100%;
}
.prs_ms_trailer_vid_icon_wrapper ul{
	display:inline-block;
}
.prs_ms_trailer_vid_icon_wrapper li{
	border: 10px solid rgba(255, 255, 255, 0.29);
	float: left;
	color:#ffffff;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.prs_ms_trailer_vid_icon_wrapper li a{
	float:left;
	width:90px;
	height:90px;
	line-height:90px;
	text-align:center;
	background:var(--primeira-cor);
	color:#ffffff;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	animation-duration: 1s;
	animation-delay: 100ms;
	animation-iteration-count: infinite;
	animation-name: pulse;
}
.prs_ms_trailer_vid_icon_wrapper li a i:before{
	margin-left:0;
	font-size:35px;
}
.prs_ms_trailer_vid_icon_wrapper h2{
	font-size:32px;
	color:#ffffff;
	font-weight:bold;
	position:relative;
	text-transform:uppercase;
}
.prs_ms_trailer_slider_main_wrapper{
	float:left;
	width:100%;
	margin-top:60px;
}
.prs_ms_trailer_slider_left_wrapper{
	float:left;
	width:60%;
}
.prs_ms_trailer_slider_right_wrapper{
	float:left;
	width:40%;
	background:#fff;
	min-height:468px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
	padding:80px;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
	-o-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
	-ms-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.prs_ms_trailer_slider_right_wrapper:hover{
	-webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
	-o-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
	-ms-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.prs_ms_trailer_slider_left_wrapper .owl-theme .owl-dots{
	position: absolute;
	top: 90%;
	margin: 0;
	left: 0;
	right: 0;
	z-index:1;
	display:block;
}
.prs_ms_trailer_slider_left_wrapper .owl-theme .owl-dots .owl-dot span{
	width:13px;
	height:13px;
	background:rgba(255, 255, 255, 0.37);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.prs_ms_trailer_slider_left_wrapper .owl-theme .owl-dots .owl-dot.active span, .prs_ms_trailer_slider_left_wrapper .owl-theme .owl-dots .owl-dot:hover span {
	background:rgba(255, 255, 255, 0.63);
	width:13px;
	height:13px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.prs_ms_trailer_slider_left_wrapper .owl-theme .owl-dots .owl-dot.active span:after, .prs_ms_trailer_slider_left_wrapper .owl-theme .owl-dots .owl-dot:hover span:after{
	content: '';
	border: 2px solid rgba(255, 255, 255, 0.77);
	width: 23px;
	height: 24px;
	border-radius: 100%;
	position: absolute;
	margin-left: -11px;
	margin-top: -5px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.prs_ms_trailer_slider_left_wrapper .owl-theme .owl-nav {
	position: absolute;
	top: 45%;
	z-index: 12c3954;
	display: block;
	left:0;
	right:0;
	margin:0px auto;
}
.prs_ms_trailer_slider_left_wrapper .owl-theme .owl-nav .owl-prev{
	margin: 0;
	padding: 0;
	left: 15px;
	font-size: 26px;
	top:0;
	color:#ffffff;
	width:50px;
	height:50px;
	line-height: 47px;
	padding-left: 5px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	background:var(--primeira-cor);
	position: absolute;
	text-align: center;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.prs_ms_trailer_slider_left_wrapper .owl-theme .owl-nav .owl-next{
	font-size: 26px;
	right: 15px;
	top:-5px;
	position: absolute;
	color:#ffffff;
	width:50px;
	padding-left: 11px;
	height: 50px;
	line-height: 37px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	background:var(--primeira-cor);
	text-align: center;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.prs_ms_trailer_slider_left_wrapper .owl-theme .owl-nav .owl-next i:before, .prs_ms_trailer_slider_left_wrapper .owl-theme .owl-nav .owl-prev i:before{
	margin-left:0;
}
.prs_ms_trailer_slider_left_img_wrapper img{
	-webkit-border-top-left-radius: 10px;
	-moz-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.prs_ms_trailer_slider_right_wrapper h2{
	font-size:32px;
	font-weight:bold;
	text-transform:uppercase;
}
.prs_ms_trailer_slider_right_wrapper h2 span{
	color:var(--primeira-cor);
}
.prs_ms_trailer_slider_right_wrapper p{
	text-transform:uppercase;
	font-size:18px;
	padding-top:25px;
}
.prs_ms_trailer_slider_right_wrapper img{
	width:100%;
	margin-top:25px;
}
.prs_ms_trailer_slider_right_wrapper h5{
	font-family: 'Lato', sans-serif;
	color:#797979;
	font-size:16px;
	padding-top:25px;
	line-height:26px;
}
.prs_ms_trailer_slider_right_wrapper h5 span{
}
.prs_ms_trailer_slider_right_wrapper li{
	margin-top:15px;
	font-size:18px;
	font-weight:bold;
}
.prs_ms_trailer_slider_right_wrapper li span{
	color:var(--primeira-cor);
}
.prs_movie_cast_main_slider_wrapper{
	float:left;
	width:100%;
	background:#f6f6f6;
	padding-bottom:94px;
}
.prs_movie_cast_heading_wrapper{
	float:left;
	width:100%;
	position:relative;
	text-align:center;
}
.prs_movie_cast_heading_wrapper h2{
	font-size:32px;
	text-transform:uppercase;
	font-weight:bold;
	position:relative;
}
.prs_movie_cast_heading_wrapper h2:after{
	content:'';
	border:1px solid rgba(0, 0, 0, 0.12);
	width:170px;
	position:absolute;
	bottom:-20px;
	left:0;
	right:0;
	margin:0px auto;
}
.prs_movie_cast_heading_wrapper h2:before{
	content:'';
	border:2px solid var(--primeira-cor);
	width:30px;
	position:absolute;
	bottom:-21px;
	left:0;
	right:0;
	margin:0px auto;
	z-index:1;
}
.prs_ms_cast_slider_cont_wrapper{
	float:left;
	width:100%;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
	-o-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
	-ms-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.prs_ms_cast_slider_cont_wrapper:hover{
	-webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
	-o-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
	-ms-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.prs_ms_cast_img_wrapper{
	float:left;
	width:100%;
}
.prs_ms_cast_img_wrapper img{
	width:100%;
	-webkit-border-top-left-radius: 10px;
	-moz-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
}
.prs_ms_cast_img_cont_wrapper{
	float:left;
	width:100%;
	background:#ffffff;
	text-align:center;
	padding-top:25px;
	padding-bottom:25px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.prs_ms_cast_img_cont_wrapper h4{
	font-size:18px;
}
.prs_ms_cast_img_cont_wrapper h4 a{
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.prs_ms_cast_img_cont_wrapper h4 a:hover{
	color:var(--primeira-cor);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.prs_ms_cast_img_cont_wrapper p{
	font-size:14px;
	padding-top:5px;
}
.prs_movie_cast_main_slider_wrapper .bx-viewport{
	height:400px !important;
}
/*-- prs ms trailer wrapper End --*/
/*-- prs syn Slider Start --*/
.prs_syn_main_section_wrapper{
	float:left;
	width:100%;
	background:#f1f1f1;
	padding-top:94px;
	padding-bottom:100px;
}
.prs_syn_cont_wrapper{
	float:left;
	width:100%;
}
.prs_syn_cont_wrapper h3{
	font-size:32px;
	font-weight:bold;
	text-transform:uppercase;
	position:relative;
}
.prs_syn_cont_wrapper h3:after{
	content:'';
	width:30px;
	border:2px solid var(--primeira-cor);
	position:absolute;
	left:0;
	bottom:-20px;
}
.prs_syn_cont_wrapper h3:before{
	content:'';
	width:90px;
	border:1px solid #e3e3e3;
	position:absolute;
	left:0;
	bottom:-20px;
}
.prs_syn_cont_wrapper h4{
	font-size:18px;
	color:#707070;
	padding-top:50px;
	font-family: 'Lato', sans-serif;
}
.prs_syn_cont_wrapper p{
	padding-top:30px;
}
.prs_syn_img_wrapper{
	float:left;
	width:100%;
}
.prs_syn_img_wrapper img{
	width:100%;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
/*-- prs syn Slider End --*/
/*-- prs ms scene slider Start --*/
.prs_ms_scene_main_wrapper{
	float:left;
	width:100%;
	padding-top:94px;
	padding-bottom:210px;
	background:#f1f1f1;
}
.prs_ms_scene_slider_img{
	float:left;
	width:100%;
	position:relative;
}
.prs_ms_scene_slider_wrapper{
	float:left;
	width:100%;
	margin-top:70px;
}
.prs_ms_scene_slider_img img{
	width:100%;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.prs_ms_scene_slider_wrapper .owl-theme .owl-dots{
	display:none;
}
.prs_ms_scene_slider_wrapper .owl-theme .owl-nav {
	position: absolute;
	bottom:-59px;
	z-index: 12c3954;
	display: block;
	left:0;
	right:0;
	margin:0px auto;
}
.prs_ms_scene_slider_wrapper .owl-theme .owl-nav .owl-prev{
	margin: 0;
	padding: 0;
	font-size: 26px;
	top:0;
	margin-left:-55px;
	color:#ffffff;
	width:50px;
	height:50px;
	line-height: 47px;
	padding-left: 5px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	background:var(--primeira-cor);
	position: absolute;
	text-align: center;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.prs_ms_scene_slider_wrapper .owl-theme .owl-nav .owl-next{
	font-size: 26px;
	top:-5px;
	position: absolute;
	color:#ffffff;
	width:50px;
	margin-left:2px;
	padding-left: 11px;
	height: 50px;
	line-height: 37px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	background:var(--primeira-cor);
	text-align: center;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.prs_ms_scene_slider_wrapper .owl-theme .owl-nav .owl-next i:before, .prs_ms_scene_slider_wrapper .owl-theme .owl-nav .owl-prev i:before{
	margin-left:0;
}
.prs_ms_scene_img_overlay:after{
	content:'';
	position:absolute;
	top:200px;
	bottom:200px;
	right:200px;
	left:200px;
	background:rgba(0,0,0,0.8);
	opacity:0;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.prs_ms_scene_slider_img:hover .prs_ms_scene_img_overlay:after{
	content:'';
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	left:0;
	background:rgba(0,0,0,0.8);
	opacity:1;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.prs_ms_scene_img_overlay a{
	display:inline-block;
	line-height:40px;
	text-align:center;
	position:absolute;
	left:0;
	right:0;
	margin:0px auto;
	top:42%;
	font-size:14px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	z-index:10;
	opacity:0;
	animation-duration: 1s;
	animation-delay: 100ms;
	animation-iteration-count: infinite;
	animation-name: pulse;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.prs_ms_scene_img_overlay a i:before{
	margin-left:0;
	color:#ffffff;
}
.prs_ms_scene_slider_img:hover .prs_ms_scene_img_overlay a{
	opacity:1;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.prs_ms_scene_slider_img2{
	margin-top:30px;
}
/*-- prs ms scene slider End --*/
/*-- prs ms crew Start --*/
.prs_ms_crew_main_wrapper{
	float:left;
	width:100%;
	background:#f6f6f6;
	padding-top:94px;
	padding-bottom:100px;
}
.prs_ms_crew_left_cont_wrapper{
	float:left;
	width:100%;
	background:#ffffff;
	padding:50px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-top:70px;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
	-o-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
	-ms-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.prs_ms_crew_left_cont_wrapper:hover{
	-webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
	-o-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
	-ms-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.prs_ms_crew_left_cont_wrapper li{
	margin-top:30px;
}
.prs_ms_crew_left_cont_wrapper li:first-child{
	margin-top:0;
}
.prs_ms_crew_left_cont_wrapper li span{
	float:right;
}
/*-- prs ms crew End --*/
/*-- prs related movie slider Start --*/
.prs_ms_rm_main_wrapper{
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:90px;
	background:#f1f1f1;
}
.prs_ms_rm_slider_wrapper{
	float:left;
	width:100%;
	margin-top:70px;
}
.prs_ms_rm_slider_wrapper .owl-theme .owl-dots{
	display:none;
}
.prs_ms_rm_slider_wrapper .owl-theme .owl-nav {
	position: absolute;
	top: 50%;
	z-index: 12c3954;
	display: block;
	left:0;
	right:0;
	margin:0px auto;
}
.prs_ms_rm_slider_wrapper .owl-theme .owl-nav .owl-prev{
	margin: 0;
	padding: 0;
	left: -75px;
	font-size: 26px;
	top:0;
	color:#ffffff;
	width:50px;
	height:50px;
	line-height:45px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	background:var(--primeira-cor);
	position: absolute;
	text-align: center;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.prs_ms_rm_slider_wrapper .owl-theme .owl-nav .owl-next{
	font-size: 26px;
	right: -75px;
	top:-5px;
	position: absolute;
	color:#ffffff;
	width:50px;
	padding-left:14px;
	height:50px;
	line-height:40px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	background:var(--primeira-cor);
	text-align: center;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.prs_ms_rm_slider_wrapper .owl-theme .owl-nav .owl-next i:before{
	margin-left:-3px;
}
.prs_ms_rm_slider_wrapper .owl-theme .owl-nav .owl-prev i:before{
	margin-left:5px;
}
/*-- prs related movie slider End --*/
/************************----------------- MOVIE Single CSS End ----------------**************/
/************************----------------- Event CATEGORY CSS Start ----------------**************/
/*-- prs ec ue wrapper Start --*/
.prs_ec_ue_main_section_wrapper{
	float:left;
	width:100%;
	padding-top:40px;
	padding-bottom:90px;
	background:#f6f6f6;
}
.prs_ec_ue_left_img_wrapper{
	float:left;
	width:55%;
   /*margin-top:80px;
   */
	padding-right: 40px;
}
.prs_ec_ue_right_img_wrapper{
	float:right;
	width:45%;
	border-radius: 10px;
	background:#ffffff;
	min-height:469px;
	padding:32px;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
	-o-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
	-ms-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
   /*margin-top:80px;
   */
   /*-webkit-border-top-right-radius: 10px;
	-moz-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
   */
}
.prs_ec_ue_right_img_wrapper:hover{
	-webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
	-o-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
	-ms-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.prs_ec_ue_left_img_wrapper img{
	width:100%;
	border-radius: 10px;
   /*-webkit-border-top-left-radius: 10px;
	-moz-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
   */
}
.prs_ec_ue_right_img_cont{
	border:0;
	padding:0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
}
.prs_ec_ue_right_img_cont .prs_up_pera_sec{
	padding-top:25px;
	display:inline-block;
}
.prs_ec_ue_right_img_cont .prs_up_pera_sec a{
	color:var(--primeira-cor);
	font-weight:bold;
}
.prs_ec_ue_timer_wrapper{
	float:left;
	width:100%;
	margin-top:40px;
	margin-bottom: 30px;
}
#clockdiv{
	color: #fff;
	display: inline-block;
	font-weight: 100;
	text-align: center;
	font-size: 30px;
}
#clockdiv > div{
	padding: 0px;
	border-radius: 10px;
	background: transparent;
	display: inline-block;
	position:relative;
	margin-right:15px;
	padding-top: 10px;
}
#clockdiv > div:last-child:after{
	display:none;
}
#clockdiv div > span{
	padding: 0px;
	display: inline-block;
	width: 75px;
	height: 75px;
	line-height: 75px;
	position: relative;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
#clockdiv div:first-child > span{
	background:rgb( 140, 47, 32);
}
#clockdiv div:nth-child(2) > span{
	background:rgb( 140, 47, 32);
}
#clockdiv div:nth-child(3) > span{
	background:rgb( 140, 47, 32);
}
#clockdiv div:last-child > span{
	background:rgb( 140, 47, 32);
}
.smalltext{
	color:#797979;
	padding-top: 15px;
	font-size: 16px;
}
.prs_ec_ue_inner_feat_wrapper{
	margin-top:30px;
}
.prs_ec_pe_slider_main_wrapper{
	background:url('../images/content/event/event_bg.jpg') 50% 0 repeat-y;
	background-position:center 0;
	background-size:cover;
	background-repeat:no-repeat;
	width:100%;
	height:100%;
	float:left;
	position:relative;
	padding-top:94px;
	padding-bottom:94px;
}
.prs_ec_pe_slider_img_overlay{
	position:absolute;
	left:0%;
	right:0%;
	bottom:0%;
	top:0%;
	background:rgba(0,0,0,0.8);
}
.prs_ec_pe_heading_section_wrapper{
	float:left;
	width:100%;
	text-align:center;
}
.prs_ec_pe_heading_section_wrapper h2{
	font-size:32px;
	color:#ffffff;
	text-transform:uppercase;
	font-weight:bold;
	position:relative;
}
.prs_ec_pe_heading_section_wrapper h2:after{
	content:'';
	border:1px solid rgba(255, 255, 255, 0.2784313725490196);
	width:170px;
	position:absolute;
	bottom:-20px;
	left:0;
	right:0;
	margin:0px auto;
}
.prs_ec_pe_heading_section_wrapper h2:before{
	content:'';
	border:2px solid var(--primeira-cor);
	width:30px;
	position:absolute;
	bottom:-21px;
	left:0;
	right:0;
	margin:0px auto;
	z-index:1;
}
/*-- prs ec ue wrapper End --*/
/************************----------------- Event CATEGORY CSS End ----------------**************/
/************************----------------- Gallery CSS Start ----------------**************/
.prs_gallery_main_section_wrapper{
	float:left;
	width:100%;
	background:#f6f6f6;
	padding-top:94px;
	padding-bottom:94px;
}
#filter{
	display:inline-block;
	margin-top:70px;
	background:#ffffff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#filter li a{
	display: block;
	font-size: 16px;
	cursor: pointer;
	font-weight:500;
	background:transparent;
	padding: 5px 10px;
	margin-right: 10px;
	position:relative;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
#filter li:nth-child(2){
	border-right:1px solid #e2e2e2;
	border-left:1px solid #e2e2e2;
}
#filter li a:hover, #filter li a.active{
	background:var(--primeira-cor);
	color:#ffffff;
}
#filter li:first-child a:hover, #filter li:first-child a.active{
	-webkit-border-top-left-radius: 10px;
	-moz-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
#filter li:last-child a:hover, #filter li:last-child a.active{
	-webkit-border-top-right-radius: 10px;
	-moz-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
#filter li a:last-child{
	margin-right: 0px;
}
.three-column{
	margin-top:25px;
}
.III_column{
	margin-top:30px;
}
.list-inline > li{
	padding: 0;
	float:left;
}
#filter li a{
	padding: 15px 70px;
}
.prs_gallery_btn_wrapper ul{
	margin-top:60px;
}
/************************----------------- Gallery CSS End ----------------**************/
/************************----------------- Contact CSS Start ----------------**************/
.prs_contact_form_main_wrapper{
	float:left;
	width:100%;
	background:#f6f6f6;
	padding-top:100px;
	padding-bottom:100px;
}
.prs_contact_left_wrapper{
	float:left;
	width:100%;
	padding-bottom:47px;
	margin-top: -6px;
}
.prs_contact_left_wrapper h2{
	font-size:32px;
	font-weight:bold;
	position:relative;
	text-transform:uppercase;
}
.prs_contact_left_wrapper h2:after{
	content:'';
	border:2px solid var(--primeira-cor);
	width:30px;
	position:absolute;
	left:0;
	bottom:-20px;
}
.prs_contact_left_wrapper h2:before{
	content:'';
	border:1px solid #e2e2e2;
	width:90px;
	position:absolute;
	left:0;
	bottom:-19px;
}
.prs_contact_input_wrapper{
	float:left;
	width:100%;
	margin-top:32px;
}
.prs_contact_input_wrapper2{
	margin-top:27px;
}
.prs_contact_input_wrapper input{
	width:100%;
	height:50px;
	background:#ffffff;
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10);
	-o-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10);
	-ms-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10);
	border:0;
	padding-left:20px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.prs_contact_input_wrapper textarea{
	width:100%;
	border:0;
	padding-left:20px;
	padding-top:20px;
	resize:none;
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10);
	-o-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10);
	-ms-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.prs_contact_input_wrapper input:hover,.prs_contact_input_wrapper input:focus, .prs_contact_input_wrapper textarea:hover,.prs_contact_input_wrapper textarea:focus{
	-webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
	-o-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
	-ms-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.prs_contact_input_wrapper li button{
	float:left;
	width:170px;
	height:50px;
	text-align:center;
	line-height:48px;
	background:var(--primeira-cor);
	color:#ffffff;
	border:1px solid transparent;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.prs_contact_input_wrapper li button:hover{
	background:transparent;
	color:var(--primeira-cor);
	border:1px solid var(--primeira-cor);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.prs_contact_right_section_wrapper{
	float:left;
	width:100%;
	background:var(--primeira-cor);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding-top:100px;
	padding-bottom:100px;
	margin-top:20px;
	position:relative;
	text-align:center;
}
.prs_contact_right_section_wrapper:after{
	content:'';
	width:80%;
	height:20px;
	background:#e74343;
	position:absolute;
	top:-20px;
	left:0;
	right:0;
	margin:0px auto;
	-webkit-border-top-left-radius: 10px;
	-moz-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
}
.prs_contact_right_section_wrapper ul{
	display:inline-block;
}
.prs_contact_right_section_wrapper li{
	text-align:left;
	margin-top:20px;
}
.prs_contact_right_section_wrapper li:first-child{
	margin-top:0;
}
.prs_contact_right_section_wrapper li a{
	color:#ffffff;
}
.prs_contact_info_main_wrapper{
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom: 95px;
	background:#f6f6f6;
}
.prs_contact_info_box_wrapper{
	float:left;
	width:100%;
	text-align:center;
}
.prs_contact_info_smallbox{
	display:inline-block;
	width:75px;
	height:75px;
	text-align:center;
	line-height:75px;
	background:var(--primeira-cor);
	color:#ffffff;
	position:relative;
	margin-top:10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.prs_contact_info_smallbox:after{
	content:'';
	width:80%;
	height:10px;
	background:#e74343;
	position:absolute;
	top:-10px;
	left:0;
	right:0;
	margin:0px auto;
	-webkit-border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
}
.prs_contact_info_smallbox i:before{
	margin-left:0;
}
.prs_contact_info_box_wrapper h3{
	font-size:18px;
	font-weight:bold;
	margin-top:30px;
}
.prs_contact_info_box_wrapper p{
	padding-top:10px;
}
.prs_contact_info_box_wrapper p a{
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.prs_contact_info_box_wrapper p a:hover{
	color:var(--primeira-cor);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
/************************----------------- Contact CSS End ----------------**************/
/**************------- BLOG CATEGORIES CSS START ---------*******************/
.hs_blog_categories_main_wrapper{
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:95px;
	background:#f6f6f6;
}
.hs_blog_categories_main_wrapper2{
	padding-bottom:100px;
}
.hs_blog_left_sidebar_main_wrapper{
	float:left;
	width:100%;
}
.hs_blog_right_sidebar_main_wrapper{
	float:left;
	width:100%;
	background:#ffffff;
	padding:40px 30px;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
	-o-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
	-ms-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.hs_blog_right_sidebar_main_wrapper:hover{
	-webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
	-o-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
	-ms-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.hs_blog_box1_main_wrapper{
	float:left;
	width:100%;
}
.hs_blog_box1_img_wrapper img{
	width:100%;
	border-radius: 10px;
   /*-webkit-border-top-right-radius: 10px;
	-moz-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
   */
}
.hs_blog_box1_img_wrapper{
	position:relative;
	float:left;
	width:100%;
	overflow:hidden;
}
.hs_blog_box1_img_wrapper iframe{
	width:100%;
	height:350px;
	border:0;
}
.hs_blog_box1_cont_main_wrapper{
	float:left;
	width:100%;
	border-bottom:1px solid #e2e2e2;
	padding:35px;
	background:#ffffff;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
	-o-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
	-ms-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.hs_blog_box1_main_wrapper:hover .hs_blog_box1_cont_main_wrapper{
	-webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
	-o-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
	-ms-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.hs_blog_cont_heading_wrapper h2{
	font-size:18px;
	font-weight:600;
	text-transform:uppercase;
	line-height:28px;
}
.hs_blog_cont_heading_wrapper p{
	padding-top:20px;
}
.hs_blog_cont_heading_wrapper h5 a{
	font-size:16px;
	color:var(--primeira-cor);
	padding-top:20px;
	display:inline-block;
}
.hs_blog_cont_heading_wrapper h5 a i{
	position:relative;
	top:2px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.hs_blog_cont_heading_wrapper h5 a:hover i{
	padding-left:5px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.hs_blog_cont_heading_wrapper ul{
	display:block;
	width:100%;
	float:left;
	padding-bottom:25px;
}
.hs_blog_cont_heading_wrapper li{
	float:left;
	margin-left:25px;
	color:var(--primeira-cor);
}
.hs_blog_cont_heading_wrapper li:first-child{
	margin-left:0;
	position:relative;
}
.hs_blog_cont_heading_wrapper li:first-child:after{
	content: '';
	border: 1px solid var(--primeira-cor);
	height: 15px;
	position: absolute;
	right: -13px;
	top: 5px;
}
.hs_blog_box1_bottom_cont_main_wrapper{
	float:left;
	width:100%;
	background:#ffffff;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
	-o-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
	-ms-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
}
.hs_blog_box1_bottom_cont_left{
	float:left;
	width:70%;
	padding-left:35px;
}
.hs_blog_box1_bottom_cont_right{
	float:left;
	width:30%;
	padding-right:35px;
}
.hs_blog_box1_bottom_cont_left li{
	float:left;
	margin-right:30px;
	padding-top:15px;
	padding-bottom:15px;
}
.hs_blog_box1_bottom_cont_left li a, .hs_blog_box1_bottom_cont_right li a{
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.hs_blog_box1_bottom_cont_left li a:hover, .hs_blog_box1_bottom_cont_right li a:hover{
	color:var(--primeira-cor);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.hs_blog_box1_bottom_cont_left li:last-child:after{
	display:none;
}
.hs_blog_box1_bottom_cont_right ul{
	float:right;
}
.hs_blog_box1_bottom_cont_right li{
	float:left;
	margin-right:10px;
	padding-top:15px;
	padding-bottom:15px;
}
.hs_blog_box2_main_wrapper{
	margin-top:60px;
}
.hs_blog_box1_img_wrapper{
	float:left;
	width:100%;
	position:relative;
}
.hs_blog_box1_img_wrapper .owl-theme .owl-dots{
	display:none;
}
.hs_blog_box1_img_wrapper .owl-theme .owl-nav {
	position: absolute;
	margin: 0px auto;
	left: 0;
	top: 45%;
	right: 0;
	z-index:12c3954;
	display:block;
}
.hs_blog_box1_img_wrapper .owl-theme .owl-nav .owl-prev{
	margin: 0;
	padding: 0;
	left: 20px;
	font-size: 26px;
	top:0;
	color:#ffffff;
	width:50px;
	height:50px;
	line-height:49px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	background:rgba(255, 66, 66, 0.64);
	position: absolute;
	text-align: center;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.hs_blog_box1_img_wrapper .owl-theme .owl-nav .owl-prev i:before, .hs_blog_box1_img_wrapper .owl-theme .owl-nav .owl-next i:before{
	font-size:24px;
	margin-left:0;
}
.hs_blog_box1_img_wrapper .owl-theme .owl-nav .owl-next{
	font-size: 26px;
	right: 20px;
	top:-5px;
	position: absolute;
	color:#ffffff;
	width:50px;
	padding-left:14px;
	height:50px;
	line-height:40px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	background:rgba(255, 66, 66, 0.64);
	text-align: center;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.hs_blog_box1_img_wrapper .owl-theme .owl-nav .owl-prev:hover, .hs_blog_box1_img_wrapper .owl-theme .owl-nav .owl-next:hover{
	background:var(--primeira-cor);
	color:#ffffff;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.hs_blog_box1_bottom_cont_left li i{
	color:var(--primeira-cor);
}
.prs_ms_scene_img_overlay:after{
	content:'';
	position:absolute;
	top:200px;
	bottom:200px;
	right:200px;
	left:200px;
	background:rgba(0,0,0,0.8);
	opacity:0;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.hs_blog_box1_main_wrapper:hover .prs_ms_scene_img_overlay:after{
	content:'';
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	left:0;
	background:rgba(0,0,0,0.8);
	opacity:1;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.prs_ms_scene_img_overlay a{
	display:inline-block;
	line-height:40px;
	text-align:center;
	position:absolute;
	left:0;
	right:0;
	margin:0px auto;
	top:42%;
	font-size:14px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	z-index:10;
	opacity:0;
	animation-duration: 1s;
	animation-delay: 100ms;
	animation-iteration-count: infinite;
	animation-name: pulse;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.prs_ms_scene_img_overlay a i:before{
	margin-left:0;
	color:#ffffff;
}
.hs_blog_box1_main_wrapper:hover .prs_ms_scene_img_overlay a{
	opacity:1;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.prs_ms_scene_img_overlay ul{
	display:inline-block;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0px auto;
	top: 40%;
}
.prs_ms_scene_img_overlay li{
	border: 10px solid rgba(255, 255, 255, 0.29);
	float: left;
	color:#ffffff;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.prs_ms_scene_img_overlay li a{
	float:left;
	width:90px;
	height:90px;
	line-height:90px;
	text-align:center;
	background:var(--primeira-cor);
	color:#ffffff;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	animation-duration: 1s;
	animation-delay: 100ms;
	animation-iteration-count: infinite;
	animation-name: pulse;
}
.prs_ms_scene_img_overlay li a i:before{
	margin-left:0;
	font-size:35px;
}
.prs_blog_pagi_wrapper ul{
	padding-top:55px;
}
.pagination > li > a{
	margin-top:5px !important;
}
.prs_bc_right_about_wrapper{
	float:left;
	width:100%;
}
.prs_bc_right_about_wrapper img{
	width:100%;
	margin-top:40px;
}
.prs_bc_right_about_wrapper h2{
	font-size:20px;
	text-transform:uppercase;
	font-weight:bold;
	position:relative;
	margin-top:30px;
}
.prs_bc_right_about_wrapper h2:after{
	content:'';
	border:1px solid #dddddd;
	width:150px;
	position:absolute;
	bottom:-20px;
	left:0;
}
.prs_bc_right_about_wrapper h2:before{
	content:'';
	border:2px solid var(--primeira-cor);
	width:30px;
	position:absolute;
	bottom:-21px;
	left:0;
	z-index:1;
}
.prs_bc_right_about_wrapper p{
	padding-top:35px;
}
.prs_bc_right_about_wrapper h5 a{
	font-size:16px;
	color:var(--primeira-cor);
	padding-top:15px;
	display:inline-block;
	font-family: 'Lato', sans-serif;
}
.prs_bc_right_about_wrapper h5 a i{
	position:relative;
	top:2px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.prs_bc_right_about_wrapper h5 a:hover i{
	padding-left:5px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.hs_blog_right_recnt_cont_wrapper{
	float:left;
	width:100%;
	margin-top:45px;
}
.hs_blog_right_recnt_cont_wrapper2{
	margin-top:20px;
}
.hs_footer_ln_img_wrapper{
	float:left;
	width:80px;
}
.hs_footer_ln_cont_wrapper{
	float:left;
	width:calc(100% - 80px);
	padding-left: 10px;
	padding-top: 7px;
}
.hs_footer_ln_cont_wrapper h4{
	font-size:16px;
	line-height:22px;
}
.hs_footer_ln_cont_wrapper p{
	font-size:16px;
	color:var(--primeira-cor);
}
.prs_blog_right_sub_btn_wrapper input{
	width:100%;
	height:50px;
	border:1px solid #e1e1e1;
	padding-left:20px;
	margin-top:50px;
}
.prs_blog_right_sub_btn_wrapper{
	float:left;
	width:100%;
	padding-top:60px;
}
.prs_blog_right_sub_btn_wrapper h2{
	font-size:20px;
	text-transform:uppercase;
	font-weight:bold;
	position:relative;
}
.prs_blog_right_sub_btn_wrapper h2:after{
	content:'';
	border:1px solid #dddddd;
	width:150px;
	position:absolute;
	bottom:-20px;
	left:0;
}
.prs_blog_right_sub_btn_wrapper h2:before{
	content:'';
	border:2px solid var(--primeira-cor);
	width:30px;
	position:absolute;
	bottom:-21px;
	left:0;
	z-index:1;
}
.prs_blog_right_sub_btn_wrapper li a{
	float:left;
	width: 100%;
	height: 50px;
	margin-top:10px;
	text-align: center;
	line-height: 50px;
	background: var(--primeira-cor);
	border: 1px solid var(--primeira-cor);
	color: #ffffff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.prs_blog_right_sub_btn_wrapper li a:hover{
	background: transparent;
	border: 1px solid var(--primeira-cor);
	color:var(--primeira-cor);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.prs_bs_three_img_sec_wrapper{
	float:left;
	width:100%;
	margin-top:25px;
}
.prs_bs_three_img img{
	width:100%;
	margin-top:20px;
}
.prs_blog_pera{
	margin-top:30px;
	width:100%;
	float:left;
}
.prs_bs_admin_section_wrapper{
	float:left;
	width:100%;
	margin-top:40px;
}
.prs_bs_admin_cont_wrapper{
	float:left;
	width:calc(100% - 140px);
	padding:30px;
	border:1px solid #dddddd;
	min-height:150px;
	padding-top: 40px;
}
.prs_bs_admin_img_cont_wrapper{
	float:left;
	width:140px;
}
.prs_bs_admin_img_cont_wrapper img{
	width:100%;
}
.prs_bs_admin_cont_wrapper p{
	font-style:italic;
}
.prs_bs_admin_cont_wrapper h5{
	font-size:16px;
	color:var(--primeira-cor);
	font-weight:bold;
	font-family: 'Lato', sans-serif;
	margin-top:10px;
}
.prs_bs_admin_pera_last_wrapper{
	margin-top:40px;
	float:left;
	width:100%;
}
.prs_bs_about_admin_main_wrapper{
	float:left;
	width:100%;
	margin-top:60px;
}
.prs_bs_about_img_wrapper{
	float:left;
	width:140px;
}
.prs_bs_about_img_wrapper img{
	-webkit-border-top-left-radius: 10px;
	-moz-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.prs_bs_about_img_cont_wrapper{
	float:left;
	width:calc(100% - 140px);
	min-height:160px;
	background:var(--primeira-cor);
	padding:30px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
.prs_bs_about_img_cont_wrapper h4{
	font-size:20px;
	color:#ffffff;
	text-transform:uppercase;
	font-weight:bold;
	margin-top:10px;
}
.prs_bs_about_img_cont_wrapper p{
	color:#ffffff;
	margin-top:15px;
}
.prs_bs_comment_heading_wrapper{
	float:left;
	width:100%;
	padding-top:54px;
}
.prs_bs_comment_heading_wrapper h2{
	font-size:32px;
	text-transform:uppercase;
	font-weight:bold;
	position:relative;
}
.prs_bs_comment_heading_wrapper h2:after{
	content:'';
	border:1px solid #dddddd;
	width:150px;
	position:absolute;
	bottom:-20px;
	left:0;
}
.prs_bs_comment_heading_wrapper h2:before{
	content:'';
	border:2px solid var(--primeira-cor);
	width:30px;
	position:absolute;
	bottom:-21px;
	left:0;
	z-index:1;
}
.hs_rs_comment_img_wrapper{
	float:left;
	width:110px;
}
.hs_rs_comment_img_cont_wrapper{
	float:left;
	width:calc(100% - 110px);
	padding-left:20px;
}
.hs_rs_comment_img_cont_wrapper h2{
	font-size:18px;
	font-weight:bold;
	line-height:26px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.hs_rs_comment_img_cont_wrapper h2 span{
	font-family: 'Lato', sans-serif;
	font-size:14px;
	color:var(--primeira-cor);
}
.hs_rs_comment_img_cont_wrapper h2 a{
	font-family: 'Lato', sans-serif;
	font-size:14px;
	color:var(--primeira-cor);
}
.hs_rs_comment_img_cont_wrapper p{
	padding-top:10px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.hs_rs_comment_img_cont_wrapper h5 a{
	font-size:16px;
	color:#ff7e00;
	padding-top:10px;
	float:left;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.hs_rs_comment_img_cont_wrapper h5 a i{
	position:relative;
	top:2px;
	color:#ff7e00;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.hs_rs_comment_img_cont_wrapper h5 a:hover i{
	padding-left:5px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.hs_rs_comment_main_wrapper{
	float:left;
	width:100%;
	padding:20px;
	background:#ffffff;
	margin-top:30px;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
	-o-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
	-ms-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.hs_rs_comment_main_wrapper:hover{
	-webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
	-o-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
	-ms-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.hs_rs_comment_main_wrapper2{
	margin-top:80px;
	float:left;
	width:100%;
}
.hs_kd_six_sec_input_wrapper{
	float:left;
	width:100%;
	margin-top:30px;
}
.hs_kd_six_sec_input_wrapper input{
	width:100%;
	height:50px;
	border:0;
	padding-left:20px;
	padding-right:20px;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
	-o-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
	-ms-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.hs_kd_six_sec_input_wrapper textarea{
	width:100%;
	border:0;
	padding:20px;
	resize:none;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
	-o-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
	-ms-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.hs_kd_six_sec_input_wrapper input:hover,.hs_kd_six_sec_input_wrapper input:focus,.hs_kd_six_sec_input_wrapper textarea:hover,.hs_kd_six_sec_input_wrapper textarea:focus{
	-webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
	-o-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
	-ms-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.hs_kd_six_sec_btn{
	float:left;
	width:100px;
	margin-top:25px;
}
.hs_kd_six_sec_btn li a {
	float: left;
	width: 170px;
	height: 50px;
	font-weight:bold;
	background: var(--primeira-cor);
	color: #ffffff;
	text-align: center;
	line-height: 48px;
	letter-spacing:1px;
	border: 1px solid transparent;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.hs_kd_six_sec_btn li a:hover {
	background: transparent;
	border: 1px solid var(--primeira-cor);
	color: var(--primeira-cor);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.prs_bs_leave_comment_heading_wrapper{
	padding-bottom:50px;
}
/**************------- BLOG CATEGORIES CSS End ---------*******************/
/**************------- EVENT SINGLE CSS Start ---------*******************/
.prs_es_about_main_section_wrapper{
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
	background:#f6f6f6;
}
.prs_es_about_left_wrapper{
	float:left;
	width:100%;
}
.prs_es_about_left_wrapper h2{
	font-size:32px;
	text-transform:uppercase;
	font-weight:bold;
	position:relative;
	margin-top: -6px;
}
.prs_es_about_left_wrapper h2:after{
	content:'';
	border:1px solid #dddddd;
	width:150px;
	position:absolute;
	bottom:-20px;
	left:0;
}
.prs_es_about_left_wrapper h2:before{
	content:'';
	border:2px solid var(--primeira-cor);
	width:30px;
	position:absolute;
	bottom:-21px;
	left:0;
	z-index:1;
}
.prs_es_about_left_wrapper h4{
	font-size:18px;
	margin-top:60px;
	line-height:28px;
	font-weight:500;
}
.prs_es_about_left_wrapper p{
	padding-top:40px;
}
.prs_es_left_map_section_wrapper{
	float:left;
   /*background:url('../images/content/event/map_img.jpg') 50% 0 repeat-y;
	background-position:center 0;
	background-size:cover;
	background-repeat:no-repeat;
   */
	width:60%;
	height:100%;
	padding-top:94px;
	padding-bottom:100px;
	padding-left:385px;
	background-color: #ddd;
}
.prs_es_left_map_section_wrapper h2{
	font-size:32px;
	text-transform:uppercase;
	color:#ffffff;
	font-weight:bold;
}
.prs_es_left_map_section_wrapper h3{
	font-size:46px;
	text-transform:uppercase;
	color:var(--primeira-cor);
	font-weight:bold;
	padding-top:10px;
}
.prs_es_left_map_section_wrapper p{
	color:#ffffff;
	padding-top:10px;
}
.prs_es_right_map_section_wrapper{
	float:left;
	width:40%;
}
.prs_es_schedule_main_section_wrapper{
	float:left;
	width:100%;
	padding-top:94px;
	padding-bottom:100px;
	background:#2c3954;
}
.prs_es_tabs_wrapper{
	float:left;
	width:100%;
	text-align:center;
}
.prs_es_tabs_wrapper ul{
	display:inline-block;
	margin-top:80px;
}
.prs_es_tabs_cont_main_wrapper{
	float:left;
	width:100%;
	margin-top:55px;
}
.prs_es_tabs_wrapper .nav > li > a{
	padding: 25px 60px;
	font-family: 'Poppins', sans-serif;
	font-size:18px;
	text-transform:uppercase;
	font-weight:600;
	background:#ffffff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.prs_es_tabs_wrapper .nav-pills > li + li {
	margin-left: 20px;
}
.prs_es_tabs_wrapper .nav > li.active > a{
	background:var(--primeira-cor);
}
.prs_es_tabs_wrapper .nav > li > a span{
	font-family: 'Lato', sans-serif;
	font-size:16px;
	text-transform:capitalize;
	font-weight:100;
}
.prs_es_tabs_event_sche_main_box_wrapper{
	float:left;
	width:100%;
}
.prs_es_tabs_event_sche_img_wrapper{
	float:left;
	width:170px;
}
.prs_es_tabs_event_sche_img_wrapper img{
	width:100%;
	height: 219px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.prs_es_tabs_event_sche_img_cont_wrapper{
	float:left;
	width: 100%;
	min-height:206px;
	background:#ffffff;
	padding:40px;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
	-o-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
	-ms-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
	-webkit-border-top-right-radius: 10px;
	-moz-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.prs_es_tabs_event_sche_main_box_wrapper:hover .prs_es_tabs_event_sche_img_cont_wrapper{
	-webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
	-o-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
	-ms-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.prs_es_tabs_event_sche_img_cont_wrapper h2{
	font-size:20px;
	text-transform:uppercase;
	font-weight:600;
}
.prs_es_tabs_event_sche_img_cont_wrapper h3{
	font-family: 'Lato', sans-serif;
	color:var(--primeira-cor);
	font-size:16px;
	padding-top:10px;
}
.prs_es_tabs_event_sche_img_cont_wrapper h3 span{
}
.prs_es_tabs_event_sche_img_cont_wrapper p{
	margin-top:10px;
}
.prs_es_tabs_event_sche_img_cont_wrapper li{
	float:left;
	margin-top:10px;
}
.prs_es_tabs_event_sche_img_cont_wrapper li:last-child{
	margin-left:30px;
}
.prs_es_tabs_event_sche_img_cont_wrapper li i{
	color:var(--primeira-cor);
}
.prs_es_tabs_event_sche_img_cont_wrapper li a{
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.prs_es_tabs_event_sche_img_cont_wrapper li a:hover{
	color:var(--primeira-cor);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.prs_es_tabs_event_sche_main_box_wrapper2{
	margin-top:30px;
}
.prs_es_evnt_sche_btn_wrapper{
	text-align:center;
	float:left;
	width:100%;
}
.prs_es_evnt_sche_btn_wrapper ul{
	display:inline-block;
	margin-top:34px;
}
.prs_es_evnt_sche_btn_wrapper li a{
	width:200px;
}
.prs_es_speak_slider_main_Wrapper{
	float:left;
	width:100%;
	padding-top:95px;
	padding-bottom:100px;
	background:#f1f1f1;
}
.prs_es_speak_slider_wrapper .owl-theme .owl-dots{
	display:none;
}
.prs_es_speak_slider_wrapper .owl-theme .owl-nav {
	position: absolute;
	top: 50%;
	z-index: 12c3954;
	display: block;
	left:0;
	right:0;
	margin:0px auto;
}
.prs_es_speak_slider_wrapper .owl-theme .owl-nav .owl-prev{
	margin: 0;
	padding: 0;
	left: -75px;
	font-size: 26px;
	top:0;
	color:#ffffff;
	width:50px;
	height:50px;
	line-height:45px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	background:var(--primeira-cor);
	position: absolute;
	text-align: center;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.prs_es_speak_slider_wrapper .owl-theme .owl-nav .owl-next{
	font-size: 26px;
	right: -75px;
	top:-5px;
	position: absolute;
	color:#ffffff;
	width:50px;
	padding-left:14px;
	height:50px;
	line-height:40px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	background:var(--primeira-cor);
	text-align: center;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.prs_es_speak_slider_wrapper .owl-theme .owl-nav .owl-next i:before{
	margin-left:-3px;
}
.prs_es_speak_slider_wrapper .owl-theme .owl-nav .owl-prev i:before{
	margin-left:5px;
}
.prs_es_faq_main_wrapper{
	float:left;
	width:100%;
	padding-top:95px;
	padding-bottom:100px;
	background:#f6f6f6;
}
.prs_es_faq_left_wrapper{
	float:left;
	width:100%;
	background:var(--primeira-cor);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding:50px;
}
.prs_es_faq_left_wrapper h2{
	font-size:20px;
	text-transform:uppercase;
	color:#ffffff;
	position:relative;
	text-align:center;
}
.prs_es_faq_left_wrapper h2:after{
	content:'';
	border:2px solid #ffffff;
	width:30px;
	position:absolute;
	left:0;
	right:0;
	margin:0px auto;
	bottom:-20px;
}
.prs_es_faq_left_wrapper input{
	width:100%;
	height:50px;
	padding-left:20px;
	border:1px solid rgba(255, 255, 255, 0.51);
	background:transparent;
	margin-top:20px;
	color:#ffffff;
}
.first_input{
	margin-top:60px !important;
}
.prs_es_faq_left_wrapper input::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.52);
}
.prs_es_faq_left_wrapper input::-moz-placeholder {
	color: rgba(255, 255, 255, 0.52);
}
.prs_es_faq_left_wrapper input:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.52);
}
.prs_es_faq_left_wrapper input:-moz-placeholder {
	color: rgba(255, 255, 255, 0.52);
}
.prs_es_faq_left_wrapper textarea{
	padding-left:20px;
	padding-top:20px;
	border:1px solid rgba(255, 255, 255, 0.51);
	width:100%;
	background:transparent;
	color:#ffffff;
	margin-top:20px;
}
.prs_es_faq_left_wrapper textarea::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.52);
}
.prs_es_faq_left_wrapper textarea::-moz-placeholder {
	color: rgba(255, 255, 255, 0.52);
}
.prs_es_faq_left_wrapper textarea:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.52);
}
.prs_es_faq_left_wrapper textarea:-moz-placeholder {
	color: rgba(255, 255, 255, 0.52);
}
.prs_es_faq_btn_wrapper{
	text-align:center;
	width:100%;
	float:left;
}
.prs_es_faq_btn_wrapper ul{
	display:inline-block;
}
.prs_es_faq_btn_wrapper li a{
	background:#ffffff;
	letter-spacing:0;
}
.prs_es_faq_btn_wrapper li a:hover{
	border:1px solid #ffffff;
	color:#ffffff;
}
.prs_es_faq_right_wrapper{
	float:left;
	width:100%;
}
.prs_es_faq_right_wrapper h2{
	font-size:32px;
	text-transform:uppercase;
	position:relative;
	font-weight:bold;
}
.prs_es_faq_right_wrapper h2:after{
	content:'';
	border:2px solid var(--primeira-cor);
	width:30px;
	position:absolute;
	left:0;
	bottom:-20px;
}
.accordionFifteen .panel-default {
	border: 0;
}
.accordionFifteen .panel {
	background-color: transparent;
	box-shadow: none;
	border-radius: 0;
	border: none;
	margin: 0;
}
.accordionFifteen .panel .panel-heading a {
	display: block;
	background: white;
	padding: 15px 20px;
	color:#000;
	font-size:16px;
	font-weight:500;
	border-bottom: none;
	text-decoration:none;
	margin-top:15px;
}
.panel-heading desktop h4{
	line-height:0;
}
.panel-title h4{
	margin-left:-1px;
}
.accordionFifteen{
	margin-top:60px;
}
.accordionFifteen .panel .panel-heading a.collapsed {
	background-color:#fff;
	display: block;
	padding: 20px 20px;
	font-size:16px;
	font-weight:500;
	margin-top:15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.accordionFifteen .panel-default>.panel-heading {
	border-radius: 0px;
	padding:0px;
	margin-left:-1px;
	margin-top:-1px;
	background: transparent;
}
.accordionFifteen .panel-group .panel-heading+.panel-collapse>.panel-body {
	border-top: 0;
	padding-top: 0;
	padding: 30px 30px 30px 20px;
	background: #fff;
	border-top:none;
	margin-left:-1px;
	margin-top:-1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.accordionFifteen .panel .panel-heading a:before, .accordionFifteen .panel .panel-heading a.collapsed:before{
	font-family: 'FontAwesome';
	font-size: 16px;
	float: left;
	margin-right: 60px;
	margin-left: 20px;
	display: block;
}
.accordionFifteen .panel .panel-heading a:after, .accordionFifteen .panel .panel-heading a.collapsed:after{
	font-family: 'FontAwesome';
	font-size: 24px;
	float: right;
	width: 50px;
	height: 25px;
	line-height: 24px;
	text-align: center;
	display: block;
	border-radius: 50%;
}
.accordionFifteen .panel .panel-heading a:after {
	content: "\f107";
	background: var(--primeira-cor);
	width:24px;
	height:24px;
	border-radius:100%;
	color:white;
	font-size:16px;
}
.accordionFifteen .panel .panel-heading a.collapsed:after {
	content: "\f105";
	background: #f4f4f4;
	width:24px;
	height:24px;
	border-radius:100%;
	font-size:16px;
	padding-left: 3px;
}
.prs_es_pricing_table_main_wrapper{
	float:left;
	width:100%;
	padding-top:94px;
	padding-bottom:100px;
	background:#f1f1f1;
}
.prs_es_pt_box_wrapper{
	float:left;
	width:100%;
	background:#127263;
	padding-top:95px;
	padding-bottom:40px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position:relative;
	margin-top:100px;
	-webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.10);
	-o-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.10);
	-ms-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.10);
	text-align:center;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.prs_es_pt_box_wrapper:hover{
	background:#126372;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.prs_es_pt_heading_box_wrapper{
	width:185px;
	height:75px;
	line-height:75px;
	background:var(--primeira-cor);
	text-align:center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position:absolute;
	top:-20px;
	left:0;
	right:0;
	margin:0px auto;
}
.prs_es_pt_heading_box_wrapper:after{
	content:'';
	width:80%;
	height:10px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	position:absolute;
	top:-10px;
	left:0;
	right:0;
	margin:0px auto;
	background:#d63f3f;
}
.prs_es_pt_heading_box_wrapper h2{
	font-size:24px;
	font-weight:bold;
	color:#ffffff;
	text-transform:uppercase;
	line-height:75px;
}
.prs_es_price_wrapper{
	float:left;
	width:100%;
	background:#ffffff;
	text-align:center;
	padding-top:20px;
	padding-bottom:20px;
}
.prs_es_price_wrapper h3{
	font-size:40px;
	font-weight:bold;
}
.prs_es_price_wrapper h3 span{
	font-size:20px;
	position: relative;
	top: -13px;
}
.prs_es_pt_box_wrapper ul{
	display:inline-block;
}
.prs_es_pt_box_wrapper li{
	font-size:14px;
	color:#ffffff;
	margin-top:30px;
	position:relative;
}
.prs_es_pt_box_wrapper li:after{
	content:'';
	position:absolute;
	border:1px solid rgba(255, 255, 255, 0.22);
	width:100%;
	left:0;
	right:0;
	bottom:-15px;
	margin:0px auto;
}
.prs_es_pt_box_wrapper li:last-child:after{
	display:none;
}
.prs_es_pt_box_wrapper li:first-child{
	margin-top:40px;
}
.prs_es_pricing_btn_wrapper li a {
	float: left;
	width: 145px;
	height: 45px;
	background: var(--primeira-cor);
	color: #ffffff;
	text-align: center;
	line-height: 44px;
	letter-spacing:1px;
   ;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.prs_es_pricing_btn_wrapper li a:hover {
	background: #ffffff;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
/**************------- EVENT SINGLE CSS End ---------*******************/
.gc_search_box{
	position: absolute;
	right: 0px;
	top:0;
	padding: 0px;
	width: 100%;
	display: inline-block;
	border-radius: 0px;
	background-color: #ffffff;
	display: none;
	z-index: 12c3954;
}
.gc_search_box input{
	float: left;
	width: calc(100% - 60px);
	padding: 0px 10px;
	height: 100px;
	border: 1px solid #e1e1e1;
	border-right: 0px;
	font-size:20px;
}
.gc_search_box button{
	width: 60px;
	height: 100px;
	border: 1px solid #e1e1e1;
	border-left: none;
	background-color: #ffffff;
	text-align: center;
	padding: 0px;
	font-size:24px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.prs_es_faq_btn_wrapper li a{
	background:#ffffff !important;
}
.prs_es_faq_btn_wrapper li a:hover{
	border:1px solid #ffffff !important;
}
/*#map{
	width:100%;
	float:left;
	height:560px;
}
*/
.mobile-logo a svg{
	fill:var(--primeira-cor);
	width:50px;
	height:50px;
	float:left;
}
.mobile-logo a span{
	font-weight:bold;
	font-size:22px;
	position: relative;
	top: 10px;
	left: 5px;
	text-transform:uppercase;
}
.prs_feature_slider_item_wrapper img{
	-webkit-border-top-right-radius: 10px;
	-moz-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
}
/***********************-- prs movie single second Start --****************/
/*-- prs video top Start --*/
.prs_top_video_section_wrapper{
	float:left;
	width:100%;
	padding-top:25px;
}
.st_video_slider_inner_wrapper{
	background:url('../images/index_III/main_slider_bg_img.jpg') 50% 0 repeat-y;
	background-position:center 0;
	background-size:cover;
	border: 6px solid #FFFFFF;
	box-shadow: 0 4px 16px 0 rgba(0,0,0,0.38);
	padding-top: 80px;
	position:relative;
}
.st_video_slider_overlay{
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background:rgba(0, 0, 0, 0.78);
}
.st_video_slide_sec{
	text-align:center;
	position:relative;
}
.st_video_slide_sec h3{
	font-size: 30px;
	color: #FFFFFF;
	letter-spacing: 2px;
	font-weight:700;
	padding-top:20px;
}
.st_video_slide_sec p{
	font-size: 12px;
	color: #FFFFFF;
	letter-spacing: 1px;
	text-transform:uppercase;
	padding-top:10px;
}
.st_video_slide_sec h4{
	text-transform:uppercase;
	font-size: 12px;
	color: #FFFFFF;
	letter-spacing: 1.2px;
	padding-top:10px;
}
.st_video_slide_sec h5{
	display:inline-block;
	margin-top:15px;
}
.test-popup-link{
	border-radius:100%;
	display:inline-block;
	box-shadow: 0 0 0 0 rgba(225,225,225,0.6);
	-webkit-animation: pulse 1.2s infinite cubic-bezier(0.66, 0, 0, 1);
	-moz-animation: pulse 1.2s infinite cubic-bezier(0.66, 0, 0, 1);
	-ms-animation: pulse 1.2s infinite cubic-bezier(0.66, 0, 0, 1);
	animation: pulse 1.2s infinite cubic-bezier(0.66, 0, 0, 1);
}
@-webkit-keyframes pulse {
	to {
		box-shadow: 0 0 0 40px rgba(232, 76, 61, 0);
   }
}
@-moz-keyframes pulse {
	to {
		box-shadow: 0 0 0 40px rgba(232, 76, 61, 0);
   }
}
@-ms-keyframes pulse {
	to {
		box-shadow: 0 0 0 40px rgba(232, 76, 61, 0);
   }
}
@keyframes pulse {
	to {
		box-shadow: 0 0 0 40px rgba(232, 76, 61, 0);
   }
}
.st_video_slide_sec h5 span{
	width: auto;
	float:left;
	background: #eee;
	font-size: 12px;
	color: rgba(0,0,0,0.87);
	letter-spacing: 0;
	padding: 2px 5px;
	text-transform: uppercase;
	margin-left:10px;
	border-radius:2px;
}
.st_video_slide_social_left,.st_video_slide_social_right{
	float:left;
	width:50%;
}
.st_video_slide_social_left li{
	float:left;
	margin-right:10px;
}
.st_video_slide_social_left li a{
	float: left;
	width: 35px;
	height: 35px;
	line-height: 35px;
	font-size: 18px;
	text-align: center;
	border-radius: 100%;
	color: #fff;
}
.st_video_slide_social_left li:first-child a{
	background:#3b5998;
}
.st_video_slide_social_left li:nth-child(2) a{
	background:#38a1f3;
}
.st_video_slide_social_left li:nth-child(3) a{
	background:#bd081c;
}
.st_video_slide_social_left li:last-child a{
	background:#cc3333;
}
.st_video_slide_social{
	padding:20px;
	position:relative;
}
.st_video_slide_social_right ul{
	float:right;
	padding-top: 3px;
}
.st_video_slide_social_right li{
	float:left;
	margin-left:20px;
	font-size: 12px;
	color: #ffffff;
	letter-spacing: 0.86px;
}
.st_video_slide_social_right li i{
	font-size: 18px;
	padding-right: 5px;
	position: relative;
	top: 3px;
}
.st_video_slide_social {
	padding: 20px;
	position: relative;
	float: left;
	width: 100%;
}
.st_slider_rating_btn_heart_5th {
	position: absolute;
	left: 30px;
	top: -50px;
}
.st_slider_rating_btn_heart{
	float:right;
	width:auto;
	padding-right: 30px;
}
.st_slider_rating_btn_heart h5{
	font-size: 26px;
	color: #F3C600;
	letter-spacing: 1px;
}
.st_slider_rating_btn_heart h5 i{
	color:#d80a21;
	position:relative;
	top: 12px;
	left: -5px;
}
.st_slider_rating_btn_heart h4{
	font-size: 14px;
	color: rgba(255,255,255,0.87);
	letter-spacing: 1.17px;
	padding-top: 5px;
	padding-left: 35px;
}
/*-- prs video top end --*/
.st_slider_rating_main_wrapper{
	background: #333545;
	padding-top:15px;
	padding-bottom:15px;
	margin-top: 50px;
}
.st_slider_rating_left{
	float:left;
	width:50%;
}
.st_slider_rating_right{
	float:left;
	width:50%;
}
.st_rating_box{
	float:left;
	width:auto;
}
.st_rating_box h3{
	font-size: 18px;
	color: rgba(255,255,255,0.87);
	letter-spacing: 0.69px;
	float:left;
	padding-top: 5px;
}
.st_rating_box h3 i{
	font-size:12px;
	position:relative;
	top:-2px;
}
.f1{
	color: #F06292;
}
.f2{
	color: rgba(216,216,216,0.30);
}
.st_rating_box h4{
	font-size: 14px;
	color: rgba(255,255,255,0.87);
	letter-spacing: 1.17px;
	text-transform:uppercase;
}
.st_rating_box2{
	margin-left:40px;
}
.st_rating_box222{
	float:right;
}
.st_slider_rating_btn{
	float:right;
	width:auto;
}
.st_slider_rating_btn_heart{
	float:right;
	width:auto;
	padding-right: 30px;
}
.st_slider_rating_btn_heart h5{
	font-size: 26px;
	color: #F3C600;
	letter-spacing: 1px;
}
.st_slider_rating_btn_heart h5 i{
	color:#d80a21;
	position:relative;
	top: 12px;
	left: -5px;
}
.st_slider_rating_btn_heart h4{
	font-size: 14px;
	color: rgba(255,255,255,0.87);
	letter-spacing: 1.17px;
	padding-top: 5px;
	padding-left: 35px;
}
.ne_recent_heading_main_wrapper_index_II h2 a{
	margin-right:0;
}
.st_md_ts_main_sec{
	margin-top:50px;
}
.st_md_ts_main_sec p a{
	float:left;
	width:100%;
	font-size: 16px;
	color: rgba(0,0,0,0.87);
	padding-top: 15px;
	line-height: 18px;
}
.st_md_ts_main_sec p a:hover{
	color:#F06292;
}
.st_slider_index_sidebar_main_wrapper_md{
	background:#fff;
	padding-bottom: 80px;
}
.st_md_ts_main_sec span{
	font-size: 14px;
	color: rgba(0,0,0,0.38);
	letter-spacing: 1px;
	padding-top:10px;
	float:left;
	width:100%;
}
.st_md_ts_main_sec img{
	width:100%;
}
.st_indx_tabs_ul_md{
	margin-top:50px;
}
.st_md_summ_pera h5{
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	color: rgba(0,0,0,0.87);
	letter-spacing: 0.86px;
	text-transform:uppercase;
	font-weight:700;
	padding-top: 30px;
}
.st_md_summ_pera p{
	font-size: 16px;
	color: rgba(0,0,0,0.54);
	padding-top:25px;
}
.st_md_summ_client_slider .owl-theme .owl-dots{
	display:none;
}
.st_md_summ_client_slider .owl-theme .owl-nav {
	position: absolute;
	top: 30px;
	margin: 0;
	left: 0;
	right: 0;
	z-index:12c3954;
	display:block;
}
.st_md_summ_client_slider .owl-theme .owl-nav .owl-prev{
	display:none;
}
.st_md_summ_client_slider .owl-theme .owl-nav .owl-next{
	font-size: 20px;
	margin: 0;
	padding: 0;
	right: 0;
	top:0;
	right:0;
	width: 40px;
	height: 40px;
	line-height: 37px;
	position: absolute;
	color:rgba(0,0,0,0.54);
	background:rgba(0,0,0,0.12);
	border: 1px solid rgba(0,0,0,0.12);
	text-align: center;
	border-radius:2px;
	border-top-left-radius:0;
	border-bottom-left-radius:0;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.st_md_summ_client_slider .owl-theme .owl-nav .owl-next i:before,.st_md_summ_client_slider .owl-theme .owl-nav .owl-prev i:before{
	font-size:18px;
}
.st_md_summ_client_slider .owl-theme .owl-nav .owl-prev:hover, .st_md_summ_client_slider .owl-theme .owl-nav .owl-next:hover{
	color:var(--primeira-cor);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.st_md_summ_client_slider .owl-carousel .owl-item img{
	width:auto;
}
.st_md_summ_client_slider{
	margin-top:40px;
}
.st_md_summ_client_slider p{
	font-size: 16px;
	color: rgba(0,0,0,0.87);
	letter-spacing: 0.86px;
	text-transform:uppercase;
	font-weight:700;
	padding-bottom:40px;
}
.st_summ_slider_cont h4{
	padding-top:10px;
	padding-left: 5px;
}
.st_summ_slider_cont h4 a{
	font-size: 14px;
	color: var(--primeira-cor);
	letter-spacing: 1px;
	text-align: center;
	font-weight:700;
}
.st_summ_slider_cont h5{
	font-size: 12px;
	color: rgba(0,0,0,0.38);
	letter-spacing: 1px;
	padding-top:5px;
	padding-left: 33px;
}
.st_summ_slider_cont h6{
	font-size: 12px;
	color: rgba(0,0,0,0.54);
	letter-spacing: 1px;
	padding-top:5px;
	padding-left: 18px;
}
.st_md_recent_slider_main_wrapper{
	background: rgba(216,216,216,0.16);
	padding-top:60px;
	padding-bottom:60px;
}
.ne_md_recent_slider_wrapper .owl-theme .owl-dots{
	display:none;
}
.ne_md_recent_slider_wrapper .owl-theme .owl-nav {
	position: absolute;
	top: -78px;
	margin: 0;
	left: 0;
	right: 0;
	z-index:12c3954;
	display:block;
}
.ne_md_recent_slider_wrapper .owl-theme .owl-nav .owl-prev{
	font-size: 20px;
	margin: 0;
	padding: 0;
	right: 40px;
	width: 40px;
	height: 40px;
	line-height: 37px;
	top:0;
	color:rgba(0,0,0,0.54);
	background:transparent;
	border: 1px solid rgba(0,0,0,0.12);
	border-right:0;
	position: absolute;
	border-radius:2px;
	border-top-right-radius:0;
	border-bottom-right-radius:0;
	text-align: center;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.ne_md_recent_slider_wrapper .owl-theme .owl-nav .owl-next{
	font-size: 20px;
	margin: 0;
	padding: 0;
	right: 0;
	top:0;
	right:0;
	width: 40px;
	height: 40px;
	line-height: 37px;
	position: absolute;
	color:rgba(0,0,0,0.54);
	background:transparent;
	border: 1px solid rgba(0,0,0,0.12);
	text-align: center;
	border-radius:2px;
	border-top-left-radius:0;
	border-bottom-left-radius:0;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.ne_md_recent_slider_wrapper .owl-theme .owl-nav .owl-next i:before,.ne_md_recent_slider_wrapper .owl-theme .owl-nav .owl-prev i:before{
	font-size:18px;
}
.ne_md_recent_slider_wrapper .owl-theme .owl-nav .owl-prev:hover, .ne_md_recent_slider_wrapper .owl-theme .owl-nav .owl-next:hover{
	color:#F06292;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.ne_md_recent_slider_wrapper{
	margin-top:50px;
}
.st_md_recent_heading h3{
	font-size: 16px;
	color: rgba(0,0,0,0.87);
	letter-spacing: 1.33px;
	text-transform:uppercase;
	font-weight:700;
}
.st_md_recent_notes_main_wrapper{
	background:#fff;
	padding-bottom:60px;
}
.st_ind_sidebar_md_textbox{
	border:1px dashed rgba(0,0,0,0.38);
	text-align:center;
	padding:30px;
}
.st_ind_sidebar_md_textbox p{
	font-size: 14px;
	color: rgba(0,0,0,0.87);
	letter-spacing: 1px;
	text-align: center;
	line-height: 21px;
}
.st_ind_sidebar_md_textbox a{
	font-size: 12px;
	color: var(--primeira-cor);
	letter-spacing: 1px;
	display:inline-block;
	padding-top:10px;
}
.st_ind_sidebar_md_textbox_btn li a {
	float: left;
	width: 100%;
	height: 50px;
	text-align: center;
	line-height: 50px;
	color: #fff;
	background: #333545;
	border: 1px solid transparent;
	border-radius: 5px;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: 'Roboto', sans-serif;
}
.st_ind_sidebar_md_textbox_btn li a:hover {
	border: 1px solid #333545;
	color: #333545;
	background: transparent;
}
.st_ind_sidebar_md_textbox_btn,.st_ind_sidebar_advertiz_md{
	margin-top:25px;
}
.st_ind_sidebar_advertiz_social h3{
	font-size: 16px;
	color: rgba(0,0,0,0.87);
	letter-spacing: 1px;
	text-transform:uppercase;
	font-weight:600;
	padding-bottom:15px;
}
.st_ind_sidebar_advertiz_social{
	width:100%;
	margin-top:25px;
}
.st_md_summ_pera h4{
	font-size: 16px;
	color: rgba(0,0,0,0.87);
	letter-spacing: 1px;
	font-weight:700;
	padding-top:50px;
	padding-bottom:20px;
}
.st_slider_rating_left_2nd{
	text-align:right;
}
.st_rating_box2 h6{
	font-size: 18px;
	color: rgba(255,255,255,0.87);
	letter-spacing: 1px;
	padding-top: 17px;
}
.float_left{
	float:left;
	width:100%;
}
.st_ind_slider_img_bottom_rating_box{
	background:#ffffff;
	padding:20px;
	text-align:center;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.st_ind_slider_img_bottom_rating_box h4 a{
	font-size: 14px;
	color: rgba(0,0,0,0.54);
	letter-spacing: 1px;
	text-align: center;
	font-weight: 700;
}
.st_ind_slider_img_bottom_rating_box p{
	font-size: 12px;
	color: rgba(0,0,0,0.54);
	padding-top:10px;
}
.rating {
	border: none;
}
.rating > input {
	display: none;
}
.rating > label:before {
	margin: 3px;
	font-size: 14px;
	font-family: FontAwesome;
	display: inline-block;
	content: "\f005";
}
.rating > .half:before {
	content: "\f089";
	position: absolute;
}
.rating > label {
	color:rgba(255, 255, 255, 0.3);
	float: right;
}
.rating > input:checked ~ label, .rating:not(:checked) > label:hover, .rating:not(:checked) > label:hover ~ label {
	color: var(--primeira-cor);
}
.rating > input:checked + label:hover, .rating > input:checked ~ label:hover, .rating > label:hover ~ input:checked ~ label, .rating > input:checked ~ label:hover ~ label {
	color: var(--primeira-cor);
}
.cc_ps_quantily_info p{
	float: left;
	padding-left: 15px;
	padding-top: 15px;
	font-size: 14px;
	color: rgba(255,255,255,0.38);
}
.ne_recent_heading_main_wrapper h2 {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
	position: relative;
}
.ne_recent_heading_main_wrapper h2:before {
	content: '';
	border: 2px solid var(--primeira-cor);
	width: 30px;
	position: absolute;
	bottom: -21px;
	left: 0;
	z-index: 1;
}
.ne_recent_heading_main_wrapper h2:after {
	content: '';
	border: 1px solid #dddddd;
	width: 100px;
	position: absolute;
	bottom: -20px;
	left: 0;
}
.ne_recent_heading_main_wrapper h2 a {
	float: right;
	font-size: 14px;
	color: var(--primeira-cor);
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-right: 100px;
	position: relative;
	z-index: 1;
}
.ne_recent_heading_main_wrapper_index_II h2 a {
	margin-right: 0;
}
.st_indx_tabs_ul .nav-tabs li:first-child .nav-link.active{
	-webkit-border-top-left-radius: 10px;
	-moz-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.st_indx_tabs_ul .nav-tabs li:last-child .nav-link.active{
	-webkit-border-top-right-radius: 10px;
	-moz-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
.st_indx_tabs_ul .nav-tabs .nav-link:focus, .st_indx_tabs_ul .nav-tabs .nav-link:hover{
	border-color:transparent;
}
.st_indx_tabs_ul .nav li{
	float:left;
}
.st_indx_tabs_ul .nav-tabs .nav-item.show .nav-link, .st_indx_tabs_ul .nav-tabs .nav-link.active {
	color: rgba(0,0,0,0.87);
	background-color:transparent;
	border-color:transparent;
	font-weight:600;
	text-transform:uppercase;
	font-family: 'Roboto', sans-serif;
	position:relative;
}
.st_indx_tabs_ul .nav-tabs .nav-link.active:after{
	content:'';
	border:2px solid #F06292;
	position:absolute;
	left:0;
	top:-3px;
	width:60px;
}
.st_indx_tabs_ul .nav-tabs .nav-link{
	font-size: 16px;
	color: rgba(0,0,0,0.38);
	letter-spacing: 1px;
	font-weight:600;
	text-transform:uppercase;
	padding: 12px 30px;
	padding-left:0;
	font-family: 'Roboto', sans-serif;
}
.prs_upcome_tabs_wrapper_mss{
	text-align:left;
}
.prs_upcome_tabs_wrapper_mss ul{
	background:#f6f6f6;
}
.st_slider_index_sidebar_main_wrapper{
	padding-top:60px;
}
i:before{
	margin-left:0 !important;
}
.st_ind_sidebar_advertiz img{
	width:100%;
}
.prs_ms_scene_slider_img22{
	margin-top:30px;
}
/*---------------- st movie detail wrapper End --------------*/
/*---------------- st movie booking Start --------------*/
/*-- prs video top Start --*/
.prs_top_video_section_wrapper{
	float:left;
	width:100%;
	padding-top:25px;
}
.st_video_slider_inner_wrapper{
	background:url('../images/index_III/main_slider_bg_img.jpg') 50% 0 repeat-y;
	background-position:center 0;
	background-size:cover;
	border: 6px solid #FFFFFF;
	box-shadow: 0 4px 16px 0 rgba(0,0,0,0.38);
	padding-top: 80px;
	position:relative;
}
.st_video_slider_overlay{
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background:rgba(0, 0, 0, 0.78);
}
.st_video_slide_sec{
	text-align:center;
	position:relative;
}
.st_video_slide_sec h3{
	font-size: 30px;
	color: #FFFFFF;
	letter-spacing: 2px;
	font-weight:700;
	padding-top:20px;
}
.st_video_slide_sec p{
	font-size: 12px;
	color: #FFFFFF;
	letter-spacing: 1px;
	text-transform:uppercase;
	padding-top:10px;
}
.st_video_slide_sec h4{
	text-transform:uppercase;
	font-size: 12px;
	color: #FFFFFF;
	letter-spacing: 1.2px;
	padding-top:10px;
}
.st_video_slide_sec h5{
	display:inline-block;
	margin-top:15px;
}
.test-popup-link{
	border-radius:100%;
	display:inline-block;
	box-shadow: 0 0 0 0 rgba(225,225,225,0.6);
	-webkit-animation: pulse 1.2s infinite cubic-bezier(0.66, 0, 0, 1);
	-moz-animation: pulse 1.2s infinite cubic-bezier(0.66, 0, 0, 1);
	-ms-animation: pulse 1.2s infinite cubic-bezier(0.66, 0, 0, 1);
	animation: pulse 1.2s infinite cubic-bezier(0.66, 0, 0, 1);
}
@-webkit-keyframes pulse {
	to {
		box-shadow: 0 0 0 40px rgba(232, 76, 61, 0);
   }
}
@-moz-keyframes pulse {
	to {
		box-shadow: 0 0 0 40px rgba(232, 76, 61, 0);
   }
}
@-ms-keyframes pulse {
	to {
		box-shadow: 0 0 0 40px rgba(232, 76, 61, 0);
   }
}
@keyframes pulse {
	to {
		box-shadow: 0 0 0 40px rgba(232, 76, 61, 0);
   }
}
.st_video_slide_sec h5 span{
	width: auto;
	float:left;
	background: #eee;
	font-size: 12px;
	color: rgba(0,0,0,0.87);
	letter-spacing: 0;
	padding: 2px 5px;
	text-transform: uppercase;
	margin-left:10px;
	border-radius:2px;
}
.st_video_slide_social_left,.st_video_slide_social_right{
	float:left;
	width: 100%;
}
.st_video_slide_social_left li{
	float:left;
	margin-right:10px;
}
.st_video_slide_social_left li a{
	float: left;
	width: 35px;
	height: 35px;
	line-height: 35px;
	font-size: 18px;
	text-align: center;
	border-radius: 100%;
	color: #fff;
}
.st_video_slide_social_left li:first-child a{
	background:#3b5998;
}
.st_video_slide_social_left li:nth-child(2) a{
	background:#38a1f3;
}
.st_video_slide_social_left li:nth-child(3) a{
	background:#bd081c;
}
.st_video_slide_social_left li:last-child a{
	background:#cc3333;
}
.st_video_slide_social{
	padding:20px;
	position:relative;
}
.st_video_slide_social_right ul{
	float:right;
	padding-top: 3px;
}
.st_video_slide_social_right li{
	float:left;
	margin-left:20px;
	font-size: 12px;
	color: #ffffff;
	letter-spacing: 0.86px;
}
.st_video_slide_social_right li i{
	font-size: 18px;
	padding-right: 5px;
	position: relative;
	top: 3px;
}
.st_video_slide_social {
	padding: 20px;
	position: relative;
	float: left;
	width: 100%;
}
.st_slider_rating_btn_heart_5th {
	position: absolute;
	left: 30px;
	top: -50px;
}
.st_slider_rating_btn_heart{
	float:right;
	width:auto;
	padding-right: 30px;
}
.st_slider_rating_btn_heart h5{
	font-size: 26px;
	color: #F3C600;
	letter-spacing: 1px;
}
.st_slider_rating_btn_heart h5 i{
	color:#d80a21;
	position:relative;
	top: 12px;
	left: -5px;
}
.st_slider_rating_btn_heart h4{
	font-size: 14px;
	color: rgba(255,255,255,0.87);
	letter-spacing: 1.17px;
	padding-top: 5px;
	padding-left: 35px;
}
.st_calender_tabs{
	float:left;
	width:auto;
}
.st_calender_tabs .nav-tabs > li.active > a, .st_calender_tabs .nav-tabs > li.active > a:hover, .st_calender_tabs .nav-tabs > li.active > a:focus{
	width: 65px;
	height: 80px;
	background:#fff;
	text-align:center;
	font-size: 16px;
	color:#000;
	font-weight:600;
	letter-spacing: 1px;
	padding: 0;
	border:0;
	border-radius: 5px;
}
.st_calender_tabs .nav-tabs > li.active span{
	float:left;
	width:100%;
	font-size:14px;
	background:var(--primeira-cor);
	height:26px;
	color:#fff;
	margin-bottom: 8px;
	font-weight:normal;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.nav > li > a:hover, .nav > li > a:focus{
	background:transparent;
}
.nav-tabs > li > a:hover{
	border-color:transparent;
}
.st_calender_tabs .nav-tabs{
	border-bottom:0;
}
.st_calender_tabs .nav > li > a{
	width: 65px;
	height: 80px;
	background:transparent;
	text-align:center;
	font-size: 14px;
	color: #fff;
	letter-spacing: 1px;
	padding: 0;
	border: 1px solid #f6f6f6;
	border-radius: 5px;
}
.st_calender_tabs .nav > li > a span{
	float:left;
	width:100%;
	line-height: 25px;
	font-size:14px;
	background:transparent;
	height:26px;
	color:#fff;
	margin-bottom: 8px;
	border-bottom: 1px solid #f6f6f6;
}
.st_calender_tabs .nav-tabs > li{
	margin-right:20px;
}
.st_calender_search{
	float:right;
	width:auto;
	margin-top: 13px;
}
.st_calender_search input{
	background: rgba(255,255,255,0.12);
	border-radius: 4px;
	width:calc(300px - 40px);
	height:36px;
	color:#fff;
	float:left;
	border:0;
	border-top-right-radius:0;
	border-bottom-right-radius:0;
	padding-left:10px;
}
.st_calender_search button{
	float:left;
	width:40px;
	height:36px;
	background: rgba(255,255,255,0.12);
	color: rgba(255,255,255,0.20);
	border:0;
	border-top-right-radius:4px;
	border-bottom-right-radius:4px;
	cursor:pointer;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.st_calender_search button:hover{
	background:#F06292;
	color:#fff;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.st_calender_contant_main_wrapper{
	background:#fff;
	padding:40px 30px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
	-o-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
	-ms-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
}
.st_calender_asc{
	float:left;
	width:auto;
}
.st_calen_asc_heart{
	float:left;
	width:25px;
}
.st_calen_asc_heart a{
	float:left;
	width:25px;
	font-size: 18px;
	color: rgba(0,0,0,0.12);
}
.st_calen_asc_heart a:hover{
	color: var(--primeira-cor);
}
.st_calen_asc_heart_cont{
	float:left;
	width:calc(200px - 25px);
	padding-left:10px;
}
.st_calen_asc_heart_cont h3{
	font-size: 14px;
	color: rgba(0,0,0,0.87);
	letter-spacing: 0.4px;
	font-weight:600;
}
.st_calen_asc_heart_cont ul{
	margin-top:10px;
}
.st_calen_asc_heart_cont li{
	float:left;
	margin-right:15px;
}
.st_calen_asc_tecket_time_select{
	float:left;
	width:auto;
	margin-left: 40px;
	margin-top: -5px;
}
.st_calen_asc_tecket_time_select li{
	float:left;
	margin-right:15px;
}
.st_calen_asc_tecket_time_select li a{
	float:left;
	font-size: 12px;
	color: rgba(0,0,0,0.54);
	letter-spacing: 0;
	width:75px;
	height:37px;
	text-align:center;
	line-height:37px;
	border:1px solid #d0cfcf;
	border-radius:4px;
}
.st_calen_asc_tecket_time_select li a:hover{
	background:var(--primeira-cor);
	color:#fff;
	border:1px solid var(--primeira-cor);
}
.st_calen_asc_tecket_time_select li{
	position:relative;
}
.st_calen_asc_tecket_time_select li span{
	float:left;
	width:150px;
	height: 90px;
	padding-top: 17px;
	font-weight:700;
	text-align:center;
	background:#333545;
	color:#ffffff;
	border-radius:5px;
	position:absolute;
	top: -90px;
	left: -30px;
	visibility:hidden;
	opacity:0;
	z-index:100;
	box-shadow: 0 4px 16px 0 rgba(0,0,0,0.38);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.st_calen_asc_tecket_time_select li span h4{
	font-size: 14px;
	color: #FFFFFF;
	letter-spacing: 0;
}
.st_calen_asc_tecket_time_select li span .asc_pera1{
	font-size: 9px;
	color: #FFFFFF;
	letter-spacing: 0;
}
.st_calen_asc_tecket_time_select li span .asc_pera2{
	font-size: 9px;
	color: var(--primeira-cor);
	letter-spacing: 0.5px;
	text-transform:uppercase;
	line-height: 10px;
}
.st_calen_asc_tecket_time_select li span:after{
	content:'';
	border-left:8px solid transparent;
	border-right:8px solid transparent;
	border-top:8px solid #333545;
	position:absolute;
	left: 40%;
	bottom: -8px;
}
.st_calen_asc_tecket_time_select li:hover span{
	top:-100px;
	visibility:visible;
	opacity:1;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.st_calender_row_cont{
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}
.st_calender_row_cont2{
	padding-top:30px;
}
.st_calen_asc_tecket_time_select .asc_bottom_pera{
	font-size: 12px;
	color: var(--primeira-cor);
	letter-spacing: 0;
	padding-top: 15px;
	float:left;
}
.st_md_recent_notes_main_wrapper_mb{
	background: rgba(216, 216, 216, 0.07);
}
.st_notes_wrapper22{
	padding-top:20px;
}
.st_calender_row_cont_last{
	border-bottom:0;
}
.cc_pc_accordion_mb{
	margin-top:0;
}
.cc_pc_accordion_mb label{
	font-size:14px;
}
.st_ind_sidebar_advertiz_mb{
	margin-top:30px;
}
.st_calender_contant_main_wrapper_second_pg{
	background:transparent;
	padding:0;
}
.st_calen_asc_heart_cont h4{
	font-size: 12px;
	color: rgba(0,0,0,0.54);
	letter-spacing: 0.5px;
	padding-top:15px;
	font-weight:600;
}
.st_calen_asc_heart_cont_second_pg{
	width:100%;
	padding-left:0;
}
.st_calen_asc_tecket_time_select_second_pg{
	float:left;
	width:100%;
	margin-top:10px;
	margin-left:0;
}
.st_calen_asc_tecket_time_select_second_pg li a{
	border:1px solid transparent;
	font-size: 14px;
	color: #F06292;
	letter-spacing: 1px;
	text-transform:uppercase;
	position:relative;
}
.st_calen_asc_tecket_time_select_second_pg li a:hover{
	text-decoration:underline;
}
.st_calen_asc_tecket_time_select_second_pg li a:after{
	content: '';
	background: #d6d4d4;
	width: 1px;
	height: 21px;
	position: absolute;
	right: -8px;
	top: 8px;
}
.st_calen_asc_tecket_time_select_second_pg li:last-child a:after{
	display:none;
}
.st_calen_asc_tecket_time_select_second_pg li a:hover{
	background:transparent;
	color: #F06292;
	border:1px solid transparent;
}
.st_calender_row_cont_mb_second_pg_left{
	float:left;
	width:calc(100% - 160px);
}
.st_calender_mb_second_page_right_collection{
	float:left;
	width:160px;
	text-align:center;
}
.st_calender_mb_second_page_right_collection h3{
	font-size: 16px;
	color: rgba(0,0,0,0.87);
	letter-spacing: 0.46px;
	font-weight:600;
}
.st_calender_row_cont_second_pg{
	border:0;
	padding-bottom:0;
	margin-bottom:10px;
	background:#fff;
	padding:20px;
	box-shadow: 0 2px 3px 0 rgba(0,0,0,0.12);
	border-radius: 2px;
}
.st_calender_mb_second_page_right_collection h4{
	font-size: 12px;
	color: #F48100;
	letter-spacing: 0.5px;
	padding-top: 90px;
}
.st_calender_row_cont_second_pg2{
	margin-top:0;
}
.screen img{
	width:100%;
}
.prs_upcom_movie_img_overlay{
	position:absolute;
	top:200px;
	right:200px;
	left:200px;
	bottom:200px;
	background:rgba(0,0,0,0.5);
	opacity:0;
	-webkit-transition:all 0.55s linear;
	-moz-transition:all 0.55s linear;
	-ms-transition:all 0.55s linear;
	-o-transition:all 0.55s linear;
	transition:all 0.55s linear;
}
.prs_upcom_movie_img_btn_wrapper{
	float:left;
	width:100%;
	text-align:center;
}
.prs_upcom_movie_img_btn_wrapper ul{
	display: inline-block;
	width: 100%;
	position: absolute;
	top: 37%;
	left: 0;
}
.prs_upcom_movie_img_btn_wrapper li{
	float:none;
}
.prs_upcom_movie_img_btn_wrapper li:first-child a{
	display:inline-block;
	width:150px;
	height:50px;
	text-align:center;
	line-height:50px;
	background:var(--primeira-cor);
	border:1px solid var(--primeira-cor);
	color:#ffffff;
	margin-left:-900px;
	font-size:12px;
	letter-spacing: 1px;
	text-transform:uppercase;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.prs_upcom_movie_img_btn_wrapper li:first-child a:hover{
	background:transparent;
	border:1px solid var(--primeira-cor);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.prs_upcom_movie_img_btn_wrapper li:last-child a{
	display:inline-block;
	width:150px;
	height:50px;
	text-align:center;
	line-height:50px;
	border:1px solid var(--primeira-cor);
	margin-right:-900px;
	background:transparent;
	color:#ffffff;
	margin-top:10px;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.prs_upcom_movie_img_btn_wrapper li:last-child a:hover{
	background:var(--primeira-cor);
	border:1px solid var(--primeira-cor);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.st_indx_slider_img:hover .prs_upcom_movie_img_btn_wrapper li:first-child a{
	margin-left:0;
	-webkit-transition:all 0.45s linear;
	-moz-transition:all 0.45s linear;
	-ms-transition:all 0.45s linear;
	-o-transition:all 0.45s linear;
	transition:all 0.45s linear;
}
.st_indx_slider_img:hover .prs_upcom_movie_img_btn_wrapper li:last-child a{
	margin-right:0;
	-webkit-transition:all 0.75s linear;
	-moz-transition:all 0.75s linear;
	-ms-transition:all 0.75s linear;
	-o-transition:all 0.75s linear;
	transition:all 0.75s linear;
}
.st_indx_slider_img:hover .prs_upcom_movie_img_overlay{
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	background:rgba(0,0,0,0.5);
	opacity:1;
	-webkit-transition:all 0.35s linear;
	-moz-transition:all 0.35s linear;
	-ms-transition:all 0.35s linear;
	-o-transition:all 0.35s linear;
	transition:all 0.35s linear;
	-webkit-border-top-right-radius: 10px;
	-moz-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
}
.prs_booking_main_div_section_wrapper{
	float:left;
	width:100%;
	background:#f6f6f6;
}
.st_slider_index_sidebar_main_wrapper_booking{
	padding-bottom:60px;
}
/*-- prs video top end --*/
/*---------------- st movie booking End --------------*/
/*---------------- st Booking Type wrapper Start --------------*/
.st_bt_top_header_wrapper{
	background: rgb(191, 152, 101);
	padding-top:32px;
	padding-bottom:32px;
}
.st_bt_top_back_btn a {
	float: left;
	width: 100px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	background: #3f414f;
	border-radius: 5px;
	text-transform: uppercase;
	font-size: 14px;
	color: rgba(255,255,255,0.38);
	letter-spacing: 1px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.st_bt_top_back_btn a:hover{
	background:var(--primeira-cor);
	color:#fff;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.st_bt_top_center_heading{
	text-align:center;
}
.st_bt_top_center_heading h3{
	font-size: 20px;
	color: rgba(255,255,255,0.38);
	letter-spacing: 0.62px;
	text-transform:uppercase;
	padding-top: 6px;
}
.st_bt_top_close_btn a{
	font-size:25px;
	float:right;
	padding-top: 6px;
}
.st_bt_top_close_btn a:hover{
	color:var(--primeira-cor);
}
/*---------------- st Seat Layout wrapper Start --------------*/
.st_bt_top_center_heading h4{
	font-size: 14px;
	color: rgba(255,255,255,0.38);
	letter-spacing: 0.44px;
	text-transform:uppercase;
	padding-top:10px;
}
.st_bt_top_back_btn_seatl{
	width:auto;
	margin-top: 10px;
}
.st_top_left_selectseatl{
	float:left;
	width:auto;
	position:relative;
	margin-left: 20px;
	margin-top: 10px;
}
.st_top_left_selectseatl .nice-select{
	width:160px;
	height:36px;
	line-height:36px;
	text-align:center;
	background:#444654;
	padding-left: 40px;
}
.st_top_left_selectseatl i{
	float:left;
	color:rgba(255, 255, 255, 0.56);
	position:absolute;
	left: 10px;
	top: 6px;
	z-index:1;
}
.st_top_left_selectseatl .nice-select .list{
	width:157px;
}
.st_seatlay_btn{
	float:right;
	width:auto;
}
.st_seatlay_btn a{
	float: left;
	width: 150px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	background: var(--primeira-cor);
	border:1px solid transparent;
	border-radius: 5px;
	text-transform: uppercase;
	font-size: 14px;
	color: #fff;
	letter-spacing: 1px;
	margin-right: 30px;
	margin-top:10px;
}
.st_seatlay_btn a:hover{
	border:1px solid var(--primeira-cor);
	background:transparent;
	color:var(--primeira-cor);
}
.st_bt_top_close_btn2{
	float:right;
	width:auto;
	margin-top:10px;
}
.st_seatlayout_main_wrapper{
	padding-top:40px;
	padding-bottom:100px;
	background:#333545;
}
.st_seat_lay_heading h3{
	font-size: 16px;
	color: rgba(255,255,255,0.38);
	letter-spacing: 1px;
	text-align: center;
	text-transform:uppercase;
}
.st_seat_full_container{
	float:left;
	width:100%;
	padding-top: 35px;
	padding-bottom: 80px;
}
.st_seat_lay_economy_heading{
	position:relative;
	text-align:center;
	margin-top:40px;
}
.st_seat_lay_economy_heading h3 {
	font-size: 16px;
	color: rgba(255,255,255,0.38);
	letter-spacing: 1.14px;
	text-transform: uppercase;
	z-index: 100;
	background: #333545;
	display: inline-block;
	padding: 15px 40px;
	position:relative;
}
.st_seat_lay_economy_heading:after {
	content: '';
	border:1px solid rgba(255, 255, 255, 0.11);
	width: 100%;
	position: absolute;
	top: 22px;
	left: 0;
}
.st_seat_lay_row label {
	cursor: pointer;
	font-size: 10px;
	color: rgba(0,0,0,0.54);
	letter-spacing: 0.83px;
	text-transform:uppercase;
	font-weight: 600;
}
.st_seat_lay_row input[type="checkbox"] + label:before {
	border: 1px solid #4d4f5c;
	content: "";
	display: inline-block;
	font: 16px/1em sans-serif;
	height: 25px;
	line-height: 25px;
	margin: 0.2em 0.56em .0 .0;
	padding: 0;
	color:rgba(255,255,255,0.38);
	vertical-align: top;
	width: 40px;
	border-radius: 5px;
	background: transparent;
	text-align:center;
	position:absolute;
}
.st_seat_lay_row input[type="checkbox"] + label:after{
	border: 1px solid #4d4f5c;
	content: "";
	display: inline-block;
	font: 16px/1em sans-serif;
	height: 10px;
	line-height: 25px;
	margin: 0.2em 0.56em .0 .0;
	padding: 0;
	color:rgba(255,255,255,0.38);
	vertical-align: top;
	width: 30px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	background: transparent;
	text-align:center;
	position:absolute;
	margin-top:30px;
	margin-left: 5px;
}
.st_seat_lay_row input[type="checkbox"]:checked + label:before {
	border: 0;
	color:#000;
	content: "";
	background: #f3c600;
	border: 1px solid #f3c600;
}
.st_seat_lay_row input[type="checkbox"]:checked + label:after {
	border: 0;
	color:#000;
	content: "";
	font-weight: 900;
	background: #f3c600;
	border: 1px solid #f3c600;
}
.seat_disable input[type="checkbox"] + label:before{
	background: #4d4f5c;
}
.seat_disable input[type="checkbox"] + label:after{
	background:#4d4f5c;
}
.seat_disable input[type="checkbox"]:checked + label:after {
	background:#4d4f5c;
	border:1px solid #4d4f5c;
}
.seat_disable input[type="checkbox"]:checked + label:before {
	background:#4d4f5c;
	border:1px solid #4d4f5c;
	color:rgba(255,255,255,0.38);
}
.seat_disable label{
	cursor:default !important;
}
.box p{
	padding-top:10px;
	padding-bottom:10px;
}
.st_seat_lay_row input[type="checkbox"]:checked + label:after {
	font-weight: 900;
}
.st_seat_lay_row input[type="checkbox"] {
	display: none;
}
.st_seat_lay_row label {
	cursor: pointer;
	font-size: 14px;
	color: rgba(0,0,0,0.87);
	letter-spacing: 0.88px;
	font-family: 'Roboto', sans-serif;
	font-weight:normal;
	text-transform:capitalize;
}
.st_seat_lay_row label span{
	font-weight:800;
}
.st_seat_lay_row input[type="checkbox"]:checked + label:after {
	font-weight: bold;
}
.st_seat_lay_row li{
	float: left;
	margin-right: 50px;
	margin-top:40px;
}
.st_seat_heading_row{
	font-size: 18px;
	color: rgba(255,255,255,0.38);
	letter-spacing: 1px;
	font-weight:700;
	text-align: center;
	text-transform: uppercase;
	padding-top: 19px;
}
.st_seat_lay_row ul{
	float:left;
}
.st_eco_second_row{
	margin-left:50px;
}
.st_seat_lay_economy_wrapperexicutive{
	margin-top:50px;
}
.st_seat_full_container{
	overflow-x:auto;
	overflow-y:hidden;
}
.st_seat_full_container::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #ffffff;
}
.st_seat_full_container::-webkit-scrollbar{
	height:6px;
	background-color: #ffffff;
}
.st_seat_full_container::-webkit-scrollbar-thumb{
	background-color: var(--primeira-cor);
}
.st_seat_lay_economy_wrapper{
	width: 1315px;
}
.st_seat_lay_row li{
	position:relative;
}
.st_seat_lay_row li span{
	float:left;
	width:150px;
	height:50px;
	line-height:50px;
	font-weight:700;
	text-align:center;
	font-size:16px;
	background:var(--primeira-cor);
	color:#ffffff;
	border-radius:5px;
	position:absolute;
	visibility:hidden;
	top: -40px;
	left: -48px;
	opacity:0;
	z-index:100;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.st_seat_lay_row li:hover span{
	top:-50px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.st_seat_lay_row li span:after{
	content:'';
	border-left:8px solid transparent;
	border-right:8px solid transparent;
	border-top:8px solid var(--primeira-cor);
	position:absolute;
	left: 40%;
	bottom: -8px;
}
.st_seat_lay_row li:hover span{
	opacity:1;
	visibility:visible;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.st_slider_rating_btn_heart_5th{
	position:absolute;
	left: 30px;
	top: -50px;
}
.st_video_slide_clientsec_wrapper h5{
	color: #FFFFFF;
	padding-left: 6px;
}
.st_video_slide_clientsec_wrapper{
	position: absolute;
	top: 10px;
	left: 10px;
}
.st_video_slider_inner_wrappermb{
	padding-top:220px;
}
.cc_ps_quantily_info_tecket .select_number{
	float:left;
	width:150px;
	position: relative;
	margin-left: 15px;
}
.cc_ps_quantily_info_tecket input{
	margin-left:35px;
	background: #3f414f;
	color: rgba(255, 255, 255, 0.56);
	top: 3px;
	border-radius:2px;
}
.cc_ps_quantily_info_tecket input:focus{
	background: #3f414f;
	color: rgba(255, 255, 255, 0.56);
}
.cc_ps_quantily_info_tecket .decrease{
	left: 7px;
	background: #3f414f;
	top: 20px;
}
.cc_ps_quantily_info_tecket .increase{
	background:#3f414f;
	top:20px;
}
.cc_ps_quantily_info_tecket .decrease:hover,.cc_ps_quantily_info_tecket .increase:hover{
	background:var(--primeira-cor);
}
.cc_ps_quantily_info input {
	width: 40px;
	border: 0;
	outline: none;
	position: relative;
	margin-left: 28px;
	margin-top: 6px;
	border-top: 0;
	border-radius: 0px;
	border-left: 0;
	border-right: 0;
	text-align: center;
	border:0;
}
.cc_ps_quantily_info input:focus {
	border: none;
	box-shadow: none;
	border: 0;
}
.increase {
	position: absolute;
	left: 75px;
	bottom: 20px;
	background: #f9f9f9;
	border: 0;
	cursor:pointer;
	height: 15px;
	width: 15px;
	color: #c1bebe;
	border-right: 0;
	border-radius:2px;
	text-align: center;
	font-size: 8px;
	line-height: 0;
	padding-left: 4px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.decrease {
	position: absolute;
	left: 34%;
	bottom: 20px;
	background: #f9f9f9;
	cursor:pointer;
	border: 0;
	height: 15px;
	width: 15px;
	color: #c1bebe;
	border-right: 0;
	border-radius:2px;
	text-align: center;
	font-size: 8px;
	line-height: 0;
	padding-left: 4px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.increase:hover,.decrease:hover{
	background:#F06292;
	color:#fff;
}
/*---------------- st Seat Layout wrapper End --------------*/
/*---------------- st Booking Type wrapper Start --------------*/
.st_bt_top_header_wrapper{
	background: rgb(191, 152, 101);
	padding-top:32px;
	padding-bottom:32px;
}
.st_bt_top_center_heading{
	text-align:center;
}
.st_bt_top_center_heading h3{
	font-size: 20px;
	color: rgba(255,255,255,0.38);
	letter-spacing: 0.62px;
	text-transform:uppercase;
	padding-top: 6px;
}
.st_bt_top_close_btn a{
	font-size:25px;
	float:right;
	padding-top: 6px;
}
.st_bt_top_close_btn a:hover{
	color:#F06292;
}
.st_dtts_ineer_box{
	background:#fff;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.12);
	border-radius: 4px;
	padding:20px;
}
.st_dtts_ineer_box li{
	font-size: 14px;
	color: rgba(0,0,0,0.87);
	letter-spacing: 1px;
	text-transform:uppercase;
	font-weight:600;
	float:left;
	width:100%;
	min-height: 30px;
}
/*.st_dtts_ineer_box li{
	margin-top:25px;
}
*/
.st_dtts_ineer_box li:first-child{
	margin-top:0;
}
.st_dtts_wrapper{
   /*margin-top:40px;
	margin-bottom:40px;
   */
	padding-top: 40px;
	padding-bottom: 40px;
	background:#2c3954;
}
.dtts1{
	float:left;
	width:130px;
}
.dtts2{
	float:left;
	width:calc(100% - 130px);
}
.st_cherity_img img{
	width:100%;
}
.st_cherity_section{
	margin-top:30px;
	background: #FFFFFF;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.12);
	border-radius: 0px 0px 4px 4px;
}
.st_cherity_img_cont label {
	cursor: pointer;
	font-size: 10px;
	color: rgba(0,0,0,0.54);
	letter-spacing: 0.83px;
	text-transform:uppercase;
	font-weight: 600;
}
.st_cherity_img_cont input[type="checkbox"] + label:before {
	border: 1px solid #010101;
	opacity: 0.54;
	content: "\00a0";
	display: inline-block;
	font: 16px/1em sans-serif;
	height: 16px;
	margin: 0.2em 0.56em .0 .0;
	padding: 0;
	vertical-align: top;
	width: 16px;
	border-radius:3px;
}
.st_cherity_img_cont input[type="checkbox"]:checked + label:before {
	border: 0;
	color: var(--primeira-cor);
	content: "\2713";
	font-weight: 900;
	background: transparent;
	border: 1px solid #010101;
}
.box p{
	padding-top:10px;
	padding-bottom:10px;
}
.st_cherity_img_cont input[type="checkbox"]:checked + label:after {
	font-weight: 900;
}
.st_cherity_img_cont input[type="checkbox"] {
	display: none;
}
.st_cherity_img_cont label {
	cursor: pointer;
	font-size: 14px;
	color: rgba(0,0,0,0.87);
	letter-spacing: 0.88px;
	font-weight:normal;
	text-transform:capitalize;
}
.st_cherity_img_cont label span{
	font-weight:800;
}
.st_cherity_img_cont input[type="checkbox"]:checked + label:after {
	font-weight: bold;
}
.st_cherity_img_cont{
	padding:10px 0px;
}
.st_cherity_btn li{
	float:left;
	margin-right:30px;
}
.st_cherity_btn li:first-child a{
	width:122px;
	height:36px;
	line-height:36px;
	text-align:center;
	float:left;
	font-size: 14px;
	background:#333545;
	color: #FFFFFF;
	letter-spacing: 1px;
	text-transform:uppercase;
	border-radius:4px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.st_cherity_btn li:nth-child(2) a{
	width:196px;
	height:36px;
	line-height:36px;
	text-align:center;
	float:left;
	font-size: 14px;
	background:#333545;
	color: #FFFFFF;
	letter-spacing: 1px;
	text-transform:uppercase;
	border-radius:4px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.st_cherity_btn li:last-child a{
	width:196px;
	height:36px;
	line-height:36px;
	text-align:center;
	float:left;
	background:#dbdbdb;
	font-size: 14px;
	font-weight:800;
	color: rgba(0,0,0,0.12);
	letter-spacing: 1px;
	text-transform:uppercase;
	border-radius:4px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.st_cherity_btn li:last-child a:hover{
	background:#333545;
	color:#fff;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.st_cherity_btn h3{
	font-size: 16px;
	color: rgba(0,0,0,0.87);
	letter-spacing: 0;
	text-transform:uppercase;
	padding-top:30px;
	padding-bottom:30px;
}
.st_cherity_btn li:first-child a:hover,.st_cherity_btn li:nth-child(2) a:hover{
	background:var(--primeira-cor);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.st_cherity_btn li:last-child{
	margin-right:0;
	float:right;
}
.st_dtts_bs_heading{
   /*background: #333545;
   */
	background: rgb( 140, 47, 32);
	padding: 12px 20px;
	border-radius: 4px;
}
.st_dtts_bs_heading p{
	font-size: 16px;
	color: #FFFFFF;
	letter-spacing: 1px;
	text-align:center;
}
.st_dtts_sb_ul li{
	font-size: 14px;
	color: #333545;
	letter-spacing: 1px;
	float:left;
	width:100%;
	margin-top:20px;
}
.st_dtts_sb_ul li:first-child{
	margin-top:0;
}
.st_dtts_sb_ul li span{
	float:right;
	margin-top: -22px;
}
.st_dtts_sb_ul li:last-child span{
	margin-top:0;
}
.st_dtts_bs_wrapper{
	background:#fff;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.12);
}
.st_dtts_sb_ul{
	padding:20px;
	padding-bottom: 80px;
	border-bottom: 1px dashed rgba(0,0,0,0.54);
}
.st_dtts_sb_ul p{
	font-size: 10px;
	color: rgba(0,0,0,0.38);
	letter-spacing: 1px;
	float: left;
	width: 100%;
	padding-left: 10px;
}
.st_dtts_sb_ul p span{
	float:right;
}
.st_dtts_sb_h2{
	padding:20px;
}
.st_dtts_sb_h2 h3{
	font-size: 14px;
	color: rgba(0,0,0,0.54);
	letter-spacing: 0;
	font-weight:800;
}
.st_dtts_sb_h2 h3 span{
	font-size: 14px;
	color: rgba(0,0,0,0.54);
	letter-spacing: 0;
	float:right;
}
.st_dtts_sb_h2 h4{
	font-size: 12px;
	color: rgba(0,0,0,0.38);
	letter-spacing: 1px;
	text-align: center;
	line-height: 14px;
	padding-top:20px;
}
.st_dtts_sb_h2 h4 span{
	color:#F06292;
}
.st_dtts_sb_h2 h5{
	padding-top:30px;
	font-size: 18px;
	color: rgba(0,0,0,0.87);
	letter-spacing: 0;
	font-weight:800;
}
.st_dtts_sb_h2 h5 span{
	float:right;
}
.tp-caption.boxshadow, .boxshadow {
	box-shadow: none;
}
/*---------------- st Booking Type wrapper End --------------*/
/*---------------- st Booking Conformation Start --------------*/
.st_bcc_main_wrapper{
	padding-top:100px;
	padding-bottom:100px;
	display:inline-block;
	width:100%;
	text-align:left;
}
.st_bcc_heading_wrapper{
	text-align:center;
	border-bottom:2px solid #D8D8D8;
	padding-bottom:60px;
}
.st_bcc_heading_wrapper i{
	font-size: 60px;
	color: #6cc77c;
}
.st_bcc_heading_wrapper h3{
	padding-top:30px;
	font-size: 32px;
	color: rgba(0,0,0,0.54);
	letter-spacing: 0.5px;
}
.st_bcc_heading_wrapper h3 span{
	font-size: 32px;
	color: rgba(0,0,0,0.87);
	letter-spacing: 0.5px;
	font-weight:600;
}
.st_bcc_ticket_boxes_wrapper{
	background: #FFFFFF;
	border-radius: 8px;
	box-shadow: 0 2px 8px 0 rgba(0,0,0,0.12);
	position:relative;
	margin-top:60px;
	padding:30px;
}
.st_bcc_ticket_boxes_wrapper:after{
	content:'';
	width:50px;
	height:50px;
	background:rgb(247, 247, 247);
	position:absolute;
	left:-25px;
	top:30%;
	border-radius:100%;
}
.st_bcc_ticket_boxes_wrapper:before{
	content:'';
	width:50px;
	height:50px;
	background:rgb(247, 247, 247);
	position:absolute;
	right:-25px;
	top:30%;
	border-radius:100%;
}
.st_bcc_tecket_top_hesder{
	text-align:center;
	padding-top:30px;
	padding-bottom:60px;
	border-bottom: 1px dashed #979797;
}
.st_bcc_tecket_top_hesder p{
	font-size: 24px;
	color: var(--primeira-cor);
	text-transform:uppercase;
	font-weight:600;
}
.st_bcc_tecket_top_hesder span{
	font-size: 16px;
	color: rgba(0,0,0,0.38);
	text-align: center;
	font-weight:600;
	padding-top:10px;
	display:inline-block;
}
.st_bcc_tecket_bottom_right_wrapper{
	float:left;
	width:200px;
	text-align:center;
	padding-left: 47px;
}
.st_bcc_tecket_bottom_left_wrapper{
	float:left;
	width:calc(100% - 200px);
	position:relative;
}
.st_purchase_img{
	position:absolute;
	top: 50px;
	right: 220px;
}
.st_purchase_img2{
	right:190px;
}
.st_bcc_tecket_bottom_left_wrapper:after{
	content:'';
	background: #ded0d0;
	height:1px;
	width:100%;
	position:absolute;
	left:0;
	right:0;
	bottom:-15px;
}
.st_bcc_tecket_bottom_hesder{
	background: rgba(216,216,216,0.12);
	padding:30px;
	margin-top:40px;
}
.st_bcc_tecket_bottom_inner_left{
	float:left;
	width:auto;
}
.st_bcc_tecket_bottom_inner_right{
	float:right;
	width:auto;
	text-align:center;
}
.st_bcc_teckt_bot_inner_img{
	float:left;
	width:auto;
}
.st_bcc_teckt_bot_inner_img_cont{
	float:left;
	width:auto;
	padding-left:20px;
}
.st_bcc_teckt_bot_inner_img_cont h4{
	font-size: 16px;
	color: rgba(0,0,0,0.87);
	letter-spacing: 0.57px;
	font-weight:800;
}
.st_bcc_teckt_bot_inner_img_cont h5{
	font-size: 14px;
	color: rgba(0,0,0,0.87);
	letter-spacing: 0.7px;
	padding-top:5px;
	font-weight:500;
}
.st_bcc_teckt_bot_inner_img_cont h3{
	font-size: 14px;
	color: rgba(0,0,0,0.87);
	letter-spacing: 0.7px;
	padding-top:10px;
	font-weight:500;
}
.st_bcc_teckt_bot_inner_img_cont h6{
	font-size: 14px;
	color: rgba(0,0,0,0.87);
	letter-spacing: 0.7px;
	font-weight:500;
	padding-top:15px;
	line-height: 19px;
}
.st_bcc_tecket_bottom_inner_right i{
	color:#111;
	font-size:26px;
}
.st_bcc_main_main_wrapper{
	text-align:center;
}
.st_bcc_tecket_bottom_inner_right h3{
	font-size: 16px;
	color: rgba(0,0,0,0.87);
	letter-spacing: 0.8px;
	text-align: center;
	line-height: 21px;
	font-weight:600;
	padding-top:10px;
}
.st_bcc_tecket_bottom_inner_right h3 span{
	font-size:12px;
}
.st_bcc_tecket_bottom_right_wrapper h4{
	font-size: 16px;
	color: rgba(0,0,0,0.87);
	letter-spacing: 1px;
	padding-top:10px;
	line-height: 25px;
}
.st_bcc_tecket_bottom_left_price_wrapper{
	float:left;
	width:calc(100% - 200px);
}
.st_bcc_tecket_bottom_left_price_wrapper h4{
	float:left;
	font-size: 18px;
	color: rgba(0,0,0,0.87);
	letter-spacing: 0.9px;
	font-weight:700;
}
.st_bcc_tecket_bottom_left_price_wrapper h5{
	float:right;
	font-size: 18px;
	color: rgba(0,0,0,0.87);
	letter-spacing: 0.9px;
	font-weight:700;
}
.st_bcc_ticket_boxes_bottom_wrapper{
	text-align:center;
}
.st_bcc_ticket_boxes_bottom_wrapper p{
	font-size: 16px;
	color: rgba(0,0,0,0.87);
	letter-spacing: 0.57px;
	text-align: center;
	line-height: 24px;
	margin-top:30px;
}
.st_bcc_ticket_boxes_bottom_wrapper ul{
	display:inline-block;
	margin-top:30px;
}
.st_bcc_ticket_boxes_bottom_wrapper li{
	float:left;
	margin-right:10px;
}
.st_bcc_ticket_boxes_bottom_wrapper li:first-child a {
	width: 150px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	float: left;
	background: var(--primeira-cor);
	font-size: 12px;
	font-weight: 600;
	color: #fff;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-radius: 5px;
	border: 1px solid var(--primeira-cor);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.st_bcc_ticket_boxes_bottom_wrapper li:first-child a:hover {
	background: transparent;
	color: var(--primeira-cor);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.st_bcc_ticket_boxes_bottom_wrapper li:last-child a {
	width: 150px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	float: left;
	background: transparent;
	font-size: 12px;
	font-weight: 600;
	color: var(--primeira-cor);
	letter-spacing: 1px;
	text-transform: uppercase;
	border-radius: 4px;
	border: 1px solid var(--primeira-cor);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.st_bcc_ticket_boxes_bottom_wrapper li:last-child a:hover {
	background: var(--primeira-cor);
	color: #fff;
	border: 1px solid var(--primeira-cor);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.st_bcc_heading_wrapper h4{
	font-size: 16px;
	color: rgba(0,0,0,0.87);
	letter-spacing: 1px;
	font-weight:800;
}
.st_bcc_heading_wrapper_history{
	padding-bottom:0;
	border:0;
}
.st_bcc_ticket_boxes_wrapper_history{
	margin-top:30px;
}
.booking_history_span{
	font-size: 18px !important;
	color: rgba(0,0,0,0.38) !important;
	font-weight:600 !important;
}
.st_bcc_heading_wrapper_history_second{
	margin-top:60px;
}
.st_bcc_ticket_boxes_bottom_wrapper h5{
	padding-top:50px;
}
.st_bcc_ticket_boxes_bottom_wrapper h5 a{
	font-size: 14px;
	color: #F06292;
	letter-spacing: 0.7px;
	font-weight:600;
	text-decoration:underline;
}
.st_bcc_main_wrapper_history{
	padding-bottom:0;
}
.booking_type_back{
	background: #f6f6f6;
}
/*---------------- st Booking Conformation End --------------*/
/*---------------- st LogIn Start --------------*/
.st_pop_form_wrapper .close {
	position: absolute;
	top: 20px;
	right: 25px;
	z-index: 1;
	font-size: 35px;
}
/*.st_pop_form_wrapper .modal-dialog{
	max-width:350px;
}
*/
.modal{
	z-index: 10100;
}
.st_pop_form_heading_wrapper h3{
	font-size: 18px;
	color: rgba(0,0,0,0.87);
	letter-spacing: 1px;
	text-align: center;
	font-weight:700;
	text-transform:uppercase;
}
.st_pop_form_wrapper .modal-content{
	padding:30px;
	float: left;
}
.st_pop_form_heading_wrapper{
	padding-bottom:20px;
}
.st_profile__pass_input_pop{
	margin-top:20px;
}
.st_form_pop_fp{
	text-align:right;
	padding-top:10px;
}
.st_form_pop_fp h3 a{
	font-size: 12px;
	color: var(--primeira-cor);
	letter-spacing: 0;
}
.st_form_pop_login_btn a{
	width: 100%;
	margin-top:10px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	float: left;
	background: rgba(0,0,0,0.12);
	font-size: 14px;
	font-weight: 500;
	color: rgba(0,0,0,0.38);
	letter-spacing: 1px;
	text-transform: uppercase;
	border-radius: 4px;
	border: 1px solid rgba(0,0,0,0.12);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.st_form_pop_login_btn a:hover {
	background: var(--primeira-cor);
	color: #fff;
	border: 1px solid var(--primeira-cor);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.st_form_pop_or_btn{
	text-align:center;
	margin-top:20px;
	position:relative;
}
.st_form_pop_or_btn h4{
	display:inline-block;
	width:30px;
	height:30px;
	background: var(--primeira-cor);
	line-height:30px;
	text-align:center;
	border-radius:4px;
	font-size: 12px;
	color: #FFFFFF;
	letter-spacing: 0.67px;
	text-transform:uppercase;
	position:relative;
	z-index:1;
}
.st_form_pop_or_btn:after{
	content:'';
	width:100%;
	height:1px;
	position:absolute;
	background: #E0E0E0;
	left:0;
	right:0;
	top:15px;
}
.st_form_pop_facebook_btn a{
	width: 100%;
	margin-top:20px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	float: left;
	background: #3B57A1;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	letter-spacing: 1px;
	text-transform: capitalize;
	border-radius: 4px;
	border: 1px solid rgba(0,0,0,0.12);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.st_form_pop_facebook_btn a:hover {
	background: #1e3e92;
	color: #fff;
	border: 1px solid #1e3e92;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.st_form_pop_facebook_btn a i{
	float: left;
	line-height: 40px;
   /* padding-left: 10px;
	*/
	position: relative;
	left: 20px;
	font-size:16px;
}
.st_form_pop_gmail_btn a{
	width: 100%;
	margin-top:20px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	float: left;
	background: transparent;
	font-size: 14px;
	font-weight: 500;
	color: rgba(0,0,0,0.54);
	letter-spacing: 1px;
	text-transform: capitalize;
	border-radius: 4px;
	border: 1px solid rgba(0,0,0,0.12);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.st_form_pop_gmail_btn a:hover {
	background: var(--primeira-cor);
	color: #fff;
	border: 1px solid var(--primeira-cor);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.st_form_pop_gmail_btn a i{
	float: left;
	line-height: 40px;
   /* padding-left: 10px;
	*/
	position: relative;
	left: 20px;
	font-size:16px;
}
.st_form_pop_signin_btn h4{
	font-size: 14px;
	color: rgba(0,0,0,0.54);
	letter-spacing: 0.78px;
	text-align:center;
	padding-top:30px;
	text-transform:capitalize;
	font-weight:500;
}
.st_form_pop_signin_btn h4 a{
	color: var(--primeira-cor);
}
.st_form_pop_signin_btn h5{
	font-size: 12px;
	color: rgba(0,0,0,0.54);
	letter-spacing: 0;
	text-align: center;
	padding-top:10px;
}
.st_form_pop_signin_btn h5 a{
	text-decoration:underline;
}
.st_form_pop_signin_btn h5 a:hover{
	color:var(--primeira-cor);
}
.st_pop_form_heading_wrapper p{
	font-size: 12px;
	color: rgba(0,0,0,0.87);
	letter-spacing: 1px;
	text-align: center;
	line-height: 16px;
	padding-top:25px;
}
.st_pop_form_heading_wrapper_fpass{
	padding-bottom:0;
}
.st_form_pop_fpass_btn a{
	width: 100%;
	margin-top:30px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	float: left;
	background: var(--primeira-cor);
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-radius: 4px;
	border: 1px solid var(--primeira-cor);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.st_form_pop_fpass_btn a:hover {
	background: transparent;
	color: var(--primeira-cor);
	border: 1px solid var(--primeira-cor);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.st_profile_input input{
	width:100%;
	height:40px;
	border: 1px solid rgba(0,0,0,0.38);
	border-radius: 4px;
	padding-left:20px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.st_profile_input label {
	color: var(--primeira-cor);
	font-size: 12px;
	background: #fff;
	position: relative;
	top: 18px;
	left: 20px;
	font-weight: 600;
	padding: 0px 10px;
}
.st_profile__pass_input input {
	width: 100%;
	height: 40px;
	border: 1px solid rgba(0,0,0,0.38);
	border-radius: 4px;
	padding-left: 20px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
/*---------------- st LogIn End --------------*/
.logo-header-white {
	max-width: 150px;
}
.img-event-common {
	height: 215px;
}
.ajust-info {
	min-height: 220px;
}
.img-emphasis {
	min-height: 280px;
	max-height: 280px;
}
.camp-consult {
	height: 40px;
	margin: 10px;
	border: none;
	border-bottom: 1px solid var(--primeira-cor);
	border-radius: 5px 5px 0px 0px;
	background-color: transparent;
	width: 100%;
}
.btn-pag-search {
	width: 50px;
	height: 60px;
	float: left;
	text-align: center;
	line-height: 50px;
	background: var(--segunda-cor);
	border: 0;
	color: #ffffff;
	-webkit-border-top-right-radius: 10px;
	-moz-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
.form-seach {
	display: flex;
	justify-content: center;
	margin-bottom: 60px;
}
.form-seach > .form-row {
	width: 100%;
	background-color: #fff;
	border-radius: 10px 0px 0px 10px;
	margin-bottom: 0px;
}
.camp-consult > ul {
	width: 100%;
}
.center-alert {
	margin: 0 auto;
	justify-content: center;
	align-items: center;
	display: flex;
}
.list-sob {
	font-size: 18px;
	margin-top: 60px;
	line-height: 28px;
	font-weight: 500;
}
.list-sob > li {
	margin-bottom: 10px;
}
.larg-complet {
	width: 100%!important;
}
.btn-compr {
	width: 100%!important;
	margin: 10px 0px;
}
.color-title-comp {
	color: #fff!important;
}
.align-img-com {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
.align-img-com img {
	width: 75%;
	border-radius: 10px;
   /*border-top-right-radius: 10px;
	border-top-left-radius: 10px;
   */
}
.alert-qtd-comp {
	color:#000;
	text-align: center;
	margin: 0px 20px 20px 15px;
}
.centralize-entre {
	display: flex;
	justify-content: center;
	align-items: center;
}
.sub, .add {
	border-radius: 20px;
	border: none;
}
.card-register-comp {
	margin: 25px 0px;
}
.modal-form {
	margin: 20px 0px;
}
.event-name-infos {
	margin: 30px 0px 30px 10px;
}
.event-name-infos i {
	width: 20px;
	text-align: center;
}
.event-name-infos li {
	margin-bottom: 5px;
}
.afaste {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.fail-warning {
	color:#000;
}
.form-control {
	height: 45px;
}
.checkout-form__input {
	display: grid;
	padding-left: 0px;
	margin-bottom: 15px;
}
.margin-top {
	margin-top: 40px;
}
.dashboard-content-box__title {
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: 600;
}
.sub-text-car {
	margin-bottom: 10px;
}
.features-section {
	background: #f6f6f6;
}
.form-icon {
	display: none;
}
.checkout-form__title {
	font-weight: 600;
	margin-top: 10px;
}
.form-step-compr {
	background: rgba(196, 196, 196, 0.3);
	padding: 20px 20px;
	border-radius: 10px;
	margin-bottom: 24px;
	padding-bottom: 85px;
}
.cor_vermelha {
	font-size: 16px;
	font-weight: 700;
	color:#2c3954;
}
.option-pag {
	display: none;
}
.checkout-form__payment-title {
	border: 1px solid #e2e2e2;
	width: 100%;
	border-radius: 10px;
}
.checkout-form__payment-method > .payment-method {
	display: none;
}
.payment-icon > img {
	width: 40px;
}
.checkout-form__payment-title {
	padding: 10px;
}
.payment-name {
	margin-left: 10px;
}
.margin {
	margin: 30px 0px;
}
#selecao-arquivo[type='file'] {
	display: none;
}
.name-email {
	font-size: 11px;
	margin-bottom: 30px;
}
.name-email > ul > li {
	float: none;
}
.prs_feature_img_cont > .name-email > ul:after {
	border: none;
}
.name-list-dat {
	font-weight: 600;
	margin-bottom: 10px;
	font-size: 16px;
}
.name-email > .prs_feature_img_cont li:last-child{
	float: none;
}
.user-infos__card {
	border-radius: 10px;
	padding: 20px 10px;
	margin-bottom: 20px;
	box-shadow: 0px 1px 20px 0px rgb(0 0 0 / 10%);
}
.section-links-user__item {
	margin: 15px 20px;
	text-align: center;
	border: 1px solid #f6f6f6;
	padding: 10px 20px;
	box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 10%);
	border-radius: 10px;
}
.section-links-user__item:hover {
	box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 0%);
}
.ajust-quad {
	padding-top: 20px;
	padding-bottom: 0px;
}
.dados-user {
	padding: 30px;
	margin-bottom: 40px;
}
.dados-user > p {
	margin-bottom: 10px;
}
.list {
	display: grid;
}
.envol-input {
	padding-left: 0px;
	margin-bottom: 15px;
}
.hs_blog_box1_cont_main_wrapper > ul {
	margin-top: 20px;
}
.input-search {
	border: 1px solid #fff!important;
	border-radius: 10px 0px 0px 10px;
}
/* modal alerta */
.engloba-modal {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.modal-alert {
	min-width: 350px;
	max-width: 450px;
	margin: 15px;
	padding: 1.3rem;
	min-height: 250px;
	position: absolute;
	top: 20%;
	background-color: white;
	border: 1px solid #ddd;
	border-radius: 15px;
	z-index: 999;
}
.modal-alert .flex {
	display: flex;
	align-items: center;
	justify-content: right;
}
.modal-alert input {
	padding: 0.7rem 1rem;
	border: 1px solid #ddd;
	border-radius: 5px;
	font-size: 0.9em;
}
.modal-alert p {
   /*font-size: 0.9rem;
	color: #777;
	margin: 0.4rem 0 0.2rem;
   */
	font-weight: 600;
}
/*.modal-alert h3 {
	margin: 25px auto;
}
*/
.title-sucess i {
	font-size: 3rem;
}
.title-error, .text-error {
	color:#000!important;
}
.title-sucess, .text-sucess {
	color: #3c763d!important;
}
.icon-alert {
	font-size: 50px;
}
.btn-close {
	border-radius: 20%;
	background-color:#000;
	color: #fff;
	border: none;
}
.overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.hidden {
	display: none;
}
.btn-green {
	min-width: 150px;
	background-color: #55aa57;
	color: #fff;
	border: 1px solid #55aa57;
	padding: 15px;
	margin: 10px;
	border-radius: 10px;
	text-transform: uppercase;
	font-size: 17px;
	font-weight: bold;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.btn-green:hover {
	background-color: transparent;
	color: #3c763d;
	border: 1px solid #3c763d;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.btn-red {
	min-width: 150px;
	background-color: #ff4d4d;
	color: #fff;
	border: 1px solid #ff4d4d;
	padding: 15px;
	margin: 10px;
	border-radius: 10px;
	text-transform: uppercase;
	font-size: 17px;
	font-weight: bold;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.btn-red:hover {
	background-color: transparent;
	color:#000;
	border: 1px solid;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
/* end modal alert */
.icone-compras {
	font-weight: 500;
	color: #ddd;
}
.icone-compras > .fa {
	color: #ddd;
}
.width-max {
	width: 100%;
}
.width-max span {
	font-weight: 600;
}
.card-info-pg {
	min-height: 350px;
}
.aproved {
	color: #6cbd7e;
}
.review {
	color: #ffc221;
}
.fail {
	color: #da0e2b;
}
.input-arquivo {
	padding: 40px 0px;
}
.form-up-file {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.btn-up-file {
	min-width: 200px;
}
.title-his-comp {
	min-height: 70px;
}
.owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 0px!important;
}
.input-value {
	width: 30px;
	text-align: center;
}
.steps-ingresso-step-1__left {
	float: left;
	width: 50%;
	margin: 30px auto;
}
.steps-ingresso-step-1__right {
	float: right;
	width: 46%;
	border-radius: 0px 0px 10px 10px;
	background: #ffffff;
	min-height: 469px;
	-webkit-box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 10%);
	-moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
	-o-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
	-ms-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 10%);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	padding: 30px;
	margin: 30px auto;
	margin-top: 0px;
}
.select_entrega {
	background-color: #fff;
}
.titulo-edit {
	float: right;
	width: 46%;
	margin-top: 30px;
}
.fa-pencil {
	color: #fff;
	border: 1px solid #fff;
	padding: 5px;
	border-radius: 5px;
	margin-left: 5px;
}
.fa-pencil:hover {
	background-color: #55aa57;
}
.checkout-resume {
	background-color: #f6f6f6;
	padding: 30px;
	border-radius: 10px;
	margin-bottom: 20px;
	margin-top: 15px;
}
.woocommerce-billing-step-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}
.share-event > ul {
	display: flex;
	justify-content: center;
	align-items: center;
}
.rede-sociais {
	text-align: center;
	background-color: #fff;
	padding: 20px;
	border-radius: 10px;
}
.icone-comp {
	margin-right: 10px;
	font-size: 20px;
	margin-top: 15px;
}
.ajuste-confir {
	margin-top: 30px;
	border-radius: 10px;
}
.title-resp {
	margin-bottom: 10px;
	font-weight: 600;
	font-size: 17px;
	color: #000;
}
.quadro-erro-comp {
	min-height: auto;
	float: initial;
	margin-top: 250px!important;
}
.btn-navigate-form-step {
	background-color: #1567C3;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	border-radius: 10px;
	padding: 12px;
	margin-top: 20px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.btn-navigate-form-step:hover {
	background-color: transparent;
	color: #1567C3;
	border: 1px solid #1567C3;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.icon-pag {
	font-size: 40px;
	margin-left:0;
	margin-bottom: 10px;
	display: block;
}
.larg-complet > h2 {
	color: #797979;
}
.nav-pills > li {
	border: 1px solid #ccc;
	border-radius: 10px;
}
.prs_upcom_movie_content_box_inner h2, .ajust-info h2 {
	font-size: 6px;
	line-height: 20px 
}
.section-title__title {
	text-align: center;
	margin-top: 130px;
	margin-bottom: 20px;
	font-family: 'Carnevalee Freakshow';
	font-size: 50px;
	color: #ca9347;
}
.img-detail-event {
	max-height: 400px;
	border-radius: 10px;
	max-width: 550px;
}
.dado-event {
	background-color: transparent;
	width: 100%;
	padding: 0px!important;
	margin: 0px;
}
.smalltext > ul > li {
	margin-bottom: 5px;
}
.back-color {
	background-color: #ddd;
}
.btn-map-voucher {
	background-color: #2B2D3D;
	color: #ffffff;
	text-align: center;
	letter-spacing: 1px;
	border: 1px solid transparent;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 5px;
	height: 40px;
	text-transform: uppercase;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	margin-top: 6px;
}
.btn-map-voucher:hover {
	background: var(--primeira-cor);
	border: 1px solid #2B2D3D;
}
.panel-login {
	border-color: #ccc;
	-webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
}
.panel-login>.panel-heading {
	color: #00415d;
	background-color: #fff;
	border-color: #fff;
	text-align:center;
}
.panel-login>.panel-heading a{
	text-decoration: none;
	color: #666;
	font-weight: bold;
	font-size: 15px;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.panel-login>.panel-heading a.active{
	color: var(--primeira-cor);
	font-size: 18px;
}
.panel-login>.panel-heading hr{
	margin-top: 10px;
	margin-bottom: 0px;
	clear: both;
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left,rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.15),rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
	background-image: -ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
	background-image: -o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
}
.panel-login input[type="text"],.panel-login input[type="email"],.panel-login input[type="password"] {
	height: 50px;
	border: 1px solid #ddd;
	font-size: 16px;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.panel-login input:hover, .panel-login input:focus {
	outline:none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-color: #ccc;
}
.btn-login {
	background-color: #59B2E0;
	outline: none;
	color: #fff;
	font-size: 14px;
	height: auto;
	font-weight: normal;
	padding: 14px 0;
	text-transform: uppercase;
	border-color: #59B2E6;
}
.btn-login:hover, .btn-login:focus {
	color: #fff;
	background-color: #53A3CD;
	border-color: #53A3CD;
}
.forgot-password {
	text-decoration: underline;
	color: #888;
}
.forgot-password:hover, .forgot-password:focus {
	text-decoration: underline;
	color: #666;
}
.btn-register {
	background-color: #1CB94E;
	outline: none;
	color: #fff;
	font-size: 14px;
	height: auto;
	font-weight: normal;
	padding: 14px 0;
	text-transform: uppercase;
	border-color: #1CB94A;
}
.btn-register:hover, .btn-register:focus {
	color: #fff;
	background-color: #1CA347;
	border-color: #1CA347;
}
#login-form > h4, #new_user > h4 {
	text-align: center;
	margin-bottom: 15px;
}
.div-setor {
	text-align: center;
	font-weight: 800;
}
.button-setor {
	width: 100%;
	height: 50px;
	background-color:rgb(191, 152, 101);
	color: #fff;
	border: 1px solid #ccc;
	font-weight: 100;
}
.btn-comp-detail {
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: var(--primeira-cor);
	color: #ffffff !important;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-transform: uppercase!important;
	margin-top: 20px;
	text-align: center;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.btn-comp-detail:hover {
	background: transparent;
	color: var(--primeira-cor)!important;
	border: 1px solid var(--primeira-cor);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.centralize-grid {
	display: grid;
	align-items: center;
	justify-content: center;
}
.center-div-all {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 15vh;
}
.lista-pag {
	display: flex;
	align-items: center;
	justify-content: center;
}
.bol-pag {
	margin: 5px;
	background-color: #ccc;
	padding: 0px 10px;
	border-radius: 20px;
}
.active-pag {
	background-color: var(--primeira-cor);
}
.active-pag a {
	color: #fff;
}
.bol-pag-fle {
	margin: 10px;
	font-size: 25px;
}
.nehum-evento p {
	text-align: center;
	padding-top: 120px;
}
.ajuste-promoter {
	padding-top: 0px;
}
.container-banner-pro {
	margin-bottom: 20px;
	text-align: center;
}
.margin-promo {
	margin: 40px 0px;
}
/* ajuste pesquisa */
.section-pesquisa {
	float: left;
	width: 100%;
	background: #f1f1f1;
}
.coluna-pesquisa {
	margin-left: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
.section-eventos {
	margin-top: 40px;
}
.input-da-pesquisa {
	width: 100%!important;
	border-radius: 6px;
	margin-top: 45px;
	margin-bottom: 20px;
}
.botao-coluna-pesquisa {
	float: left;
	width: 100%;
	height: 50px;
	margin-top: 10px;
	text-align: center;
	line-height: 50px;
	background: var(--primeira-cor);
	border: 1px solid var(--primeira-cor);
	color: #ffffff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.coluna-rolagem {
	height: 300px;
	overflow-y: scroll;
	width: 100%;
	background-color: #f1f1f1;
	padding-left: 10px;
}
.text-explicacao {
	margin-bottom: 10px;
}
.grupo-check {
	align-items: center;
	display: flex;
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 10px;
	margin-top: 10px;
}
input[type="radio"], input[type="checkbox"] {
	margin: 0px 5px 0px 0px!important;
}
.input-data-pesquisa {
	width: 100%;
	height: 50px;
	padding-left: 20px;
	background: #f8f8f8;
	border: 0;
	border-radius: 6px;
}
.mine-logo-pesquisa {
	max-width: 80px;
	max-height: 80px;
}
.quadro-register-login {
	width: 100%;
	border-radius: 5px;
	background: #ffffff;
	min-height: 469px;
	padding: 32px;
	-webkit-box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 10%);
	-moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
	-o-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
	-ms-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 10%);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.card-register-comp {
	border-radius: 10px;
}
.img-fluid {
	max-height: 350px!important;
}
.imagem-parceiros {
	min-height: 176px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.button-print-ticket {
	width: 150px;
	text-align: center;
}
.center-button-print {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.img-detalhes {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}
.pega-datas {
	margin: 0 auto;
	width: 100%;
	padding-top: 40px;
	clear: both;
}
.section-datas {
	float: left;
	width: 100%;
	padding-bottom: 100px;
	background: #f6f6f6;
}
.barra-datas {
	background: #333545;
	padding-top: 15px;
	padding-bottom: 15px;
}
.section-generos {
	margin-top: 0px;
	height: 70px;
}
.icon-det {
	width: 21px;
	text-align: center;
}
.dados-evento-det {
	float: left;
	width: 100%;
	padding: 60px 0px;
	background: #f6f6f6;
}
.list-dados li {
	margin-bottom: 15px!important;
}
.button-genero {
	background-color: var(--primeira-cor);
	color: #fff!important;
}
.title-date-hor {
	font-size: 20px;
	color: #fff!important;
	letter-spacing: 0.62px;
	text-transform: uppercase;
	padding-top: 6px;
	text-align: center;
	margin-bottom: 20px;
}
.section-generos {
	margin-top: 0px;
	height: 70px;
	width: 100%;
}
.icon-det {
	width: 21px;
	text-align: center;
}
.dados-evento-det {
	float: left;
	width: 100%;
	padding: 60px 0px;
	background: #f6f6f6;
}
.list-dados li {
	margin-bottom: 15px!important;
}
.button-genero {
	background-color: var(--primeira-cor);
	color: #fff!important;
}
.title-date-hor {
	font-size: 20px;
	color: #fff!important;
	letter-spacing: 0.62px;
	text-transform: uppercase;
	padding-top: 6px;
	text-align: center;
	margin-bottom: 20px;
}
.img-pou-mapa {
	width: 100%;
}
.modal-backdrop {
	z-index: 1;
}
.modal-recado {
	background: rgba(0, 0, 0, 0.5);
	top: 0px;
}
.btn-modal-recado {
	margin-bottom: 5px;
	float: right;
}
.div-pega-button {
	display: grid;
	justify-content: center;
	align-items: center;
	padding-top: 10px;
}
.d-flex-modal {
	display: flex;
	justify-content: center;
}
.crono-pop {
	margin-top: 0px;
}
.text-esgo-ing {
	color: #d43f3a!important;
	font-size: 13px!important;
	margin-bottom: 10px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
}
.form-control[readonly] {
	cursor: no-drop!important;
}
.text-clock-pop {
	padding-top: 15px;
	font-size: 16px;
	color: #fff;
}
.card-ingresso-nominal {
	margin-bottom: 20px;
	border-radius: 10px;
}
.btn-salva-nominal {
	margin: 20px;
   /*width: 150px;
   */
	min-width: 195px;
	color: #fff;
	padding: 15px;
	margin: 10px;
	border-radius: 10px;
	text-transform: uppercase;
	font-size: 17px;
	font-weight: bold;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.label-nominal {
	font-weight: normal;
}
.stron-nominal {
	color:#000;
}
.icone-whats-flut {
	height:60px;
	position:fixed;
	bottom: 15px;
	right: 50px;
	z-index:100;
}
.button-voucher {
	width: 180px;
	text-align: center;
	margin: 0 auto;
}
.card-msg-evento {
	background-color: #e6eaed;
	border-radius: 20px;
	text-align: center;
	padding: 15px;
	max-width: 282px;
	margin: 100px auto;
	border: 1px solid #e6eaed;
	padding-bottom: 35px;
}
.ilustration {
	width: 5rem;
	height: 5rem;
	border-radius: 100%;
	margin: 0 auto;
	margin-top: -55px;
}
.ilustration .icone-oopss {
	font-size: 5rem;
	color: var(--primeira-cor);
	background-color: #fff;
	border-radius: 100%;
	height: 5rem;
	width: 5rem;
	border: 1px solid;
}
.card-msg-evento h2, .card-msg-evento p {
	font-weight: 700;
	margin: 2rem auto;
	color:#000;
}
.button-msg-evento {
	background-color: #fff!important;
}
.fadein {
	animation-name: fadein;
	animation-duration: 2s;
}
@keyframes fadein {
	from {
		opacity: 0;
   }
	to {
		opacity: 1;
   }
}
.sec-video {
	margin-top: 40px;
}
.alerta-setor {
	margin-top: 100px;
	margin-bottom: 30px;
	font-weight: 800;
	color: var(--primeira-cor);
	text-align: center;
}
.contador-total {
	width: 100%;
	margin: 16px;
	font-weight: bold;
}
.valor-individual {
	font-weight: 600;
	margin: 5px;
}
.relogio-carrinho {
	position: fixed;
	right: 0px;
	top: 170px;
	z-index: 3;
}
.min-relogio {
	background-color: rgba(0,0,0,0.15);
	float: left;
}
.min-relogio svg {
	margin: 5px 5px 5px 5px;
}
.area-relogio {
	display: flex;
	align-items: center;
	background-color: #fff;
	border-radius: 4px;
	padding: 12px 16px;
	border: 1px solid #ccc;
	border-right: 0px;
}
.bArLua {
	display: flex;
	align-items: center;
	color:#000;
	margin-right: 16px;
	font-weight: bold;
}
.bArLua:hover::after{
	font-size: 13px;
	font-weight: 400;
	content: "Após este tempo, os ingressos serão liberados para venda novamente.";
}
.overlay-none {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	backdrop-filter: blur(3px);
	z-index: 1;
}
.text-nenhum-evento {
	height: 20vh;
	display: flex;
	justify-content: center;
	align-items: center;
}
.modal-recupera-senha h4 {
	margin: 20px 10px;
	line-height: 1.6rem;
}
.modal-recupera-senha #timer{
	color:#000;
	font-size: 17px;
	font-weight: 700;
}
.modal-recupera-senha #recu {
	margin: 20px 20px 0px 0px;
}
.modal-recupera-senha .btn-success {
	margin-top: 20px;
}
.modal-recupera-senha .d-flex-recupera {
	display: flex;
	justify-content: center;
}
.modal-recupera-senha .modal-alert {
	display: grid;
}
.status-compra {
	text-align: center;
	font-weight: 600;
	border: 1px solid;
	border-radius: 5px;
	width: 150px;
	margin-bottom: 20px;
	margin-top: 10px;
}
.detail-view .btn-success {
	margin: 0px 10px 10px 0px;
	min-width: 150px;
}
.detail-view .btn-info {
	margin: 0px 0px 10px 0px;
	min-width: 150px;
}
.detail-view .btn-danger {
	margin: 0px 0px 10px 0px;
	min-width: 150px;
}
.radio-buttons-container {
	display: flex;
	align-items: center;
	gap: 24px;
}
.radio-button {
	display: inline-block;
	position: relative;
	cursor: pointer;
}
.radio-button__input {
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
}
.radio-button__label {
	display: inline-block;
	padding-left: 30px;
	margin-bottom: 10px;
	position: relative;
	font-size: 16px;
	color: #5c6460;
	cursor: pointer;
	transition: all 0.3s cubic-bezier(0.23, 1, 0.320, 1);
}
.radio-button__custom {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 2px solid #555;
	transition: all 0.3s cubic-bezier(0.23, 1, 0.320, 1);
}
.radio-button__input:checked + .radio-button__label .radio-button__custom {
	transform: translateY(-50%) scale(0.9);
	border: 5px solid #4c8bf5;
	color: #4c8bf5;
}
.radio-button__input:checked + .radio-button__label {
	color: #4c8bf5;
}
.radio-button__label:hover .radio-button__custom {
	transform: translateY(-50%) scale(1.2);
	border-color: #4c8bf5;
	box-shadow: 0 0 10px #4c8bf580;
}
#mp-assentos {
	font-family: inherit;
	background: #2B2D3D;
	color: #fff;
	fill: rgb(155, 153, 153);
	padding: 0.8em 1em;
	padding-left: 0.9em;
	display: flex;
	align-items: center;
	border: none;
	border-radius: 15px;
	font-weight: 12c3954;
	width: 185px;
	margin-bottom: 10px;
	cursor: pointer;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
#mp-assentos span {
	display: block;
	margin-left: 0.3em;
	transition: all 0.3s ease-in-out;
}
#mp-assentos svg {
	display: block;
	transform-origin: center center;
	transition: transform 0.3s ease-in-out;
}
#mp-assentos:hover {
	background: var(--primeira-cor);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
#mp-assentos:hover .svg-wrapper {
	transform: scale(1.25);
	transition: .5s linear;
}
#mp-assentos:hover svg {
	transform: translateX(3em) scale(1.1);
	fill: #fff;
}
#mp-assentos:hover span {
	opacity: 0;
	transition: .5s linear;
}
#mp-assentos:active {
	transform: scale(0.95);
}
.mz-expand div a, .mz-figure div a, .mz-expand span a, .mz-figure span a {
	display: none!important;
	position: absolute!important;
}
.cookie-card {
	max-width: 430px;
	padding: 1rem;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 20px 20px 30px rgba(0, 0, 0, .05);
	position: fixed;
	z-index: 444;
	bottom: 10px;
	border: 1px solid #ddd;
	margin: 20px;
}
.cookie-card .title {
	font-weight: 600;
	color: rgb(31 41 55);
}
.cookie-card .description {
	margin-top: 1rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
	color: rgb(75 85 99);
}
.cookie-card .description a {
	--tw-text-opacity: 1;
	color: rgb(59 130 246);
}
.cookie-card .description a:hover {
	-webkit-text-decoration-line: underline;
	text-decoration-line: underline;
}
.cookie-card .actions {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 1rem;
	-moz-column-gap: 1rem;
	column-gap: 1rem;
	flex-shrink: 0;
}
.cookie-card .pref {
	font-size: 0.75rem;
	line-height: 1rem;
	color: rgb(31 41 55 );
	-webkit-text-decoration-line: underline;
	text-decoration-line: underline;
	transition: all .3s cubic-bezier(0.4, 0, 0.2, 1);
	border: none;
	background-color: transparent;
}
.pref:hover {
	color: rgb(156 163 175);
}
.pref:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
}
.accept {
	font-size: 0.75rem;
	line-height: 1rem;
	background-color: rgb(17 24 39);
	font-weight: 500;
	border-radius: 0.5rem;
	color: #fff;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 0.625rem;
	padding-bottom: 0.625rem;
	border: none;
	transition: all .15s cubic-bezier(0.4, 0, 0.2, 1);
}
.accept:hover {
	background-color: var(--primeira-cor);
}
.accept:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
}
.foto-user {
	max-width: 100px;
	height: 100px;
	border-radius: 5px 5px 0px 0px;
	border-radius: 9999px;
	cursor: pointer;
}
.d-flex {
	display: flex;
	justify-content: center;
	align-items: center;
}
.btn-olho-senha {
	display: flex;
}
.btn-olho-senha input {
	border-radius: 5px 0px 0px 5px;
}
.btn-olho-senha button {
	border: 1px solid #e6e6e6;
	border-left: 0px;
	border-radius: 0px 5px 5px 0px;
	width: 40px;
}
.icon-chekout {
	width: 100px;
	margin-right: 24px;
}
.cal-title {
	background: var(--primeira-cor);
	padding: 1rem;
}
.d-flex-bet {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.cal-title h4 {
	color: #fff;
}
.bg-white {
	background-color: #fff;
	padding: 2rem;
	margin-bottom: 2rem;
}
.py-5 {
	padding-top: 3rem !important;
	padding-bottom: 3rem !important;
}
.car-right-body ul {
	display: grid;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	width: 100%;
}
.car-right-body ul li {
	display: flex;
	list-style: none;
	align-items: center;
	justify-content: space-between;
	border: 1px solid #efefef;
	padding: 8px 20px;
	margin-bottom: 5px;
	background: #fff;
}
.d-both {
	clear: both;
}
#form-cupom {
	display: flex;
}
#form-cupom .input-rounded-l {
	height: 50px;
	width: 100%;
	border: 2px solid;
	border-color: rgb(229 231 235);
	border-radius: 10px 0px 0px 10px;
	padding: 12px;
}
#form-cupom .btn-apply-desc {
	border-radius: 0px 10px 10px 0px;
	background-color: var(--primeira-cor);
	text-transform: uppercase;
	color: #fff;
	border: 2px solid;
	border-color: var(--primeira-cor);
	padding: 10px;
	font-weight: 700;
}
.card-method-pag {
	border: 1px solid #ccc;
	width: 120px;
	display: grid;
	text-align: center;
	border-radius: 9px;
	padding: 20px 15px;
	height: 120px;
	justify-content: center;
	align-items: center;
	margin: 10px;
	margin-bottom: 45px;
}
.card-method-pag:hover {
	border: 2px solid #ccc;
}
.card-method-pag i {
	font-size: 45px;
}
.card-method-pag p {
	margin-top: 9px;
	line-height: 1;
}
#methods-pag #nav-tab a {
	float: left;
}
.btn-finish {
	background-color: #55aa57;
	color: #fff;
	height: 2.9em;
	border: #55aa57 0.1em solid;
	border-radius: 11px;
	text-align: right;
	transition: all 0.6s ease;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	margin-top: 20px;
	clear: both;
}
.btn-finish:hover {
	background-color: #fff;
	color: #55aa57;
	cursor: pointer;
}
.btn-finish i {
	margin-left: 1rem;
	display: flex;
	transition: all 0.6s ease;
}
.btn-finish:hover i {
	transform: translateX(5px);
}
.btn-finish .text {
	margin: 0 1em;
	font-weight: 700;
	text-transform: uppercase;
}
#nav-pix {
	padding: 1rem 0;
}
#methods-pag .nav-tabs {
	margin-bottom: 3rem;
}
.steps-ingresso-step-1 {
	margin-top: 250px;
}
#resumo-evento-final {
	-webkit-box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 10%);
	-moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
	-o-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
	-ms-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 10%);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	background-color: #fff;
	padding: 25px;
}
#resumo-evento-final li {
	font-size: 14px;
	color: rgba(0, 0, 0, 0.87);
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 600;
	float: left;
	width: 100%;
	min-height: 30px;
	margin-bottom: 15px;
}
#resumo-evento-final .st_dtts_ineer_box {
	box-shadow: none;
}
.resumo-evento {
	min-height: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.quadro-resposta-pag {
	border-radius: 10px;
	border-radius: 0px 0px 10px 10px;
	background: #ffffff;
	min-height: 469px;
	-webkit-box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 10%);
	-moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
	-o-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
	-ms-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 10%);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	padding: 30px;
	margin: 30px auto;
}
.quadro-resposta-pag .table > tbody > tr > td {
	border: none;
}
.quadro-resposta-pag ul {
	list-style: disc;
	margin-left: 20px;
}
.quadro-resposta-pag ul li {
	margin-bottom: 15px;
}
.btn-foto {
	position: absolute;
	border-radius: 50%;
	border: 1px solid;
	margin-left: -20px;
	cursor: pointer;
}
.name-foto label {
	border-radius: 9999px;
	background-color: #f1f1f1;
	padding: 10px;
	cursor: pointer;
}
#v-pills-tab {
	display: grid;
	clear: both;
	padding-top: 30px;
}
#v-pills-tab .nav-link {
	display: flex;
	justify-content: left;
	align-items: center;
	padding: 1rem;
	border: 1px solid #f1f1f1;
	border-left: none;
	border-right: none;
}
#v-pills-tab .nav-link:hover {
	background-color: #e5e7eb;
}
.icon-menu {
	width: 30px;
}
#card-pre-cadastro img {
	width: 100%;
	border-radius: 10px;
}
#card-pre-cadastro li {
	margin-bottom: 15px;
	margin-top: 15px;
	min-height: 25px;
}
.job-card {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 1.2em;
   /*box-shadow: #091e4240 0px 1px 1px, #091e4221 0px 0px 1px 1px;
	border-radius: 0.6em;
	padding: 1em;
   */
	max-width: 30em;
}
.text-title {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: 1.25em;
	font-weight: 600;
	font-family: "Noto Sans", sans-serif;
}
.text-body {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-family: "Poppins", sans-serif;
	letter-spacing: 0.4px;
}
.post-date {
	color: #598551;
}
.budget-exp {
	display: flex;
	gap: 5em;
}
.budget-exp .value {
	font-size: 1em;
	font-weight: 600;
	line-height: 1.5rem;
}
.budget-exp .label {
	font-size: 1em;
	color: #598551;
}
.txt-adqu {
	font-size: 1em;
	color: #598551;
	font-weight: 600;
}
.quadro-resposta-pag .label {
	padding-left: 0px;
}
.tot {
	padding-right: 1.5rem;
}
.form-pag {
	white-space: break-spaces;
}
.Btn-edit-ing {
	width: 110px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	border: none;
	border-radius: 4px;
	overflow: hidden;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.164);
	cursor: pointer;
	padding: 0px;
	margin-bottom: 10px;
	float: inline-end;
}
.Btn-edit-ing .text {
	width: 65%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	background-color: rgb(85, 170, 87);
}
.Btn-edit-ing .icon {
	width: 35%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	background-color: rgb(77, 153, 78);
}
.Btn-edit-ing:hover .text {
	background-color: rgb(77, 153, 78);
}
.Btn-edit-ing:hover .icon {
	background-color: rgb(68, 136, 69);
}
.thValor {
	min-width: 100px;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
input[type=number] {
	-moz-appearance:textfield;
}
.text-small {
	margin-left: 2px;
	color: #241c1c;
	font-weight: 100;
}
.total-ingressos {
	float: right;
	margin: 16px;
}
.btn-salva-nominal {
	margin-bottom: 40px;
	border-radius: 10px;
	text-transform: uppercase;
	font-weight: 500;
}
/* start map Gl ponto venda */
#mapa-p-venda {
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 6rem;
}
#mapa-p-venda .col-md-2, #mapa-p-venda .col-md-10 {
	padding-right: 0px;
	padding-left: 0px;
}
.sidebar {
	position: absolute;
   /* width: 23%;
	*/
	height: auto;
   /* top: 0;
	*/
   /* left: 0;
	*/
	overflow: hidden;
	border: 1px solid rgba(0, 0, 0, 0.25);
	z-index: 1;
	background-color: #fff;
}
.map {
   /*position: absolute;
   /*left: 33.3333%;
	width: 66.6666%;
	top: 0;
	bottom: 0;
	width: 100%;
	left: 0;
   */
	width: 100%;
	height: 85vh;
}
h1 {
	font-size: 22px;
	margin: 0;
	font-weight: 400;
	line-height: 20px;
	padding: 20px 2px;
}
a {
	color: #404040;
	text-decoration: none;
}
a:hover {
	color: #101010;
}
.heading {
	background: #fff;
	border-bottom: 1px solid #eee;
	min-height: 60px;
	line-height: 60px;
	padding: 0 10px;
	background-color: var(--segunda-cor);
	color: #fff;
	cursor: pointer;
	width: 100%;
	user-select: none;
}
.listings {
	max-height: 60vh;
	overflow: auto;
}
.listings .item {
	display: block;
	border-bottom: 1px solid #eee;
	padding: 10px;
	text-decoration: none;
}
.listings .item:last-child {
	border-bottom: none;
}
.listings .item .title {
	display: block;
	color: var(--primeira-cor);
	font-weight: 700;
}
.listings .item .title small {
	font-weight: 400;
}
.listings .item.active .title, .listings .item .title:hover {
	color: var(--primeira-cor);
}
.listings .item.active {
	background-color: #f8f8f8;
}
::-webkit-scrollbar {
	width: 3px;
	height: 3px;
	border-left: 0;
	background: rgba(0, 0, 0, 0.1);
}
::-webkit-scrollbar-track {
	background: none;
}
::-webkit-scrollbar-thumb {
	background: var(--primeira-cor);
	border-radius: 0;
}
.marker {
	border: none;
	cursor: pointer;
	height: 56px;
	width: 56px;
	background-image: url('https://bilheto.com.br/images/header/horoscope.gif');
}
/* Marker tweaks */
.mapboxgl-popup {
	padding-bottom: 20px;
}
.mapboxgl-popup-close-button {
	display: none;
}
.mapboxgl-popup-content {
	font: 400 15px/22px 'Source Sans Pro', 'Helvetica Neue', sans-serif;
	width: 240px;
	padding-top: 0;
}
.mapboxgl-popup-content p {
	padding: 0;
	margin: 0;
}
.mapboxgl-popup-content h5 {
	background: var(--primeira-cor);
	color: #fff;
	margin: 0;
	padding: 10px;
	border-radius: 3px 3px 0 0;
	font-weight: 700;
	margin-top: -15px;
	padding-right: 23px;
	font-size: 18px;
	margin: 0px -10px 0px -10px;
}
.mapboxgl-popup-content h4 {
	margin: 0;
	padding: 10px;
	font-weight: 400;
}
.mapboxgl-popup-content div {
	padding: 10px;
}
.mapboxgl-popup-anchor-top > .mapboxgl-popup-content {
	margin-top: 15px;
}
.mapboxgl-popup-anchor-top > .mapboxgl-popup-tip {
	border-bottom-color: var(--primeira-cor);
}
.btn-api-map {
	position: absolute;
	z-index: 2;
}
.heading h1 {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #fff;
}
.heading svg {
	margin-left: 10px;
}
.ajuste {
	height: auto;
}
.mapboxgl-ctrl-bottom-left, .mapboxgl-ctrl-attrib-inner {
	display: none;
}
.mapboxgl-popup-close-button {
	display: block;
	background-color: red;
	border: 0;
	border-radius: 0px 3px 0px 3px;
	cursor: pointer;
	position: absolute;
	right: 0;
	color: #fff;
}
.mapboxgl-popup .btn-success {
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
	max-width: 95px;
	padding: 5px;
	margin-top: 10px;
	border-radius: 5px;
}
/* end map Gl ponto venda */
#form-contato {
	max-width: 900px;
	margin: 0 auto;
}
.capctha-img {
	display: grid;
	align-items: center;
	justify-content: end;
	margin-top: 1rem;
}
.capctha-img input {
	width: 220px;
	height: 50px;
}
.modal {
	display: none;
	position: fixed;
	z-index: 1;
	padding-top: 20px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.4);
}
.modal-content {
	background-color: #fefefe;
	margin: auto;
	padding: 20px;
	border: 1px solid #888;
	max-width: 800px;
}
.closeEspera {
	color: #aaaaaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}
.closeEspera:hover, .closeEspera:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}
#modalEspera {
	z-index: 2;
}
