/*--------------------------------------------------------------
# FONT
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Maven+Pro:wght@400;500;600;700&display=swap');


body {
  font-family: 'Maven Pro', sans-serif;
  color: #444444;
  overflow-x: hidden;
}

h1, h2, h3, h4. h5. h6 {
	font-family: 'Maven Pro', sans-serif;
}
h1 {
	font: normal normal bold 55px/60px Maven Pro;
}

.clearfix {
  overflow: auto;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

*:focus {
    outline: none!important;
}

a {
  color: #FFFFFF;
  text-decoration: none;
  transition: all ease-in-out 0.3s;
}

a:hover {
  color: #FFFFFF;
  text-decoration: none;
  transition: all ease-in-out 0.3s;
}

label.purple_label {
	color: #662D91;
	font: normal normal bold 22px Maven Pro;
	margin-bottom: 5px;
	margin-top: 1em;
}

button:active, button:focus, input:focus {
    outline: none!important;
    border: 1px solid #662D91;
	box-shadow: none;
}

input, textarea, select {
	border: 1px solid #662D91;
	font-size: 16px;
	color: #9A9A9A;
	padding: 10px;
	margin-bottom: 10px;
}
.form_bck {

}
.form_bck input, .form_bck select {
	background-color: white;
	border: 1px solid #662D91!important;
	border: 0 none;
    width: 100%;
    color: #45146A;
    font-size: 16px;
    margin: 12px 0;
    padding: 12px 5px!important;
    padding: 0;
	border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
}

p {
	font-size:16px;
}

ul {
	padding: 0;
}
ul li {
	list-style-type: none;
}

.w-100 {width: 100%;}

.ml-0 {
	margin-left: 0!important;
}
.ml-10 {
	margin-left: 10px!important;
}
.mr-0 {
	margin-right: 0!important;
}
.pl-0 {
	padding-left: 0!important;
}
.pr-0 {
	padding-right: 0!important;
}
.mauto {
	margin: 0 auto;
}
.p-relative {
	position: relative;
}
.p-absolute {
	position: absolute;
}

.btn {
	border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
	border: 1px solid white;
	color: white;
    padding: 1em 7em;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.d-flex a.btn {
	padding: 10px 0;
    width: 48%;
    margin: 0px 1%;
}
.btn:hover {
	background: #415aa8;
	background: linear-gradient(90deg, #415aa8 0%, #7e3495 100%);
	color: white!important;
}
.btn-white {
	font: normal normal bold 14px Maven Pro;
	color: #662D91;
	border: 1px solid #662D91;
}
.btn-white:hover {
	font: normal normal bold 14px Maven Pro;
	color: #662D91;
	border: 1px solid #662D91;
}
.btn-neon-blue {
	background: rgb(3,247,251);
	background: linear-gradient(90deg, rgba(3,247,251,1) 0%, rgba(51,106,176,1) 100%);
	border: 0 none;
	font-weight: bold;
	font-size: 17px;
	padding: 8px 0;
}
.neon_hover {
	font-weight: bold;
}
.neon_hover:hover {
	background: rgb(3,247,251);
	background: linear-gradient(90deg, rgba(3,247,251,1) 0%, rgba(51,106,176,1) 100%);
}	
.btn-neon-blue:hover {
	opacity: 0.8;
	background: rgb(3,247,251);
	background: linear-gradient(90deg, rgba(3,247,251,1) 0%, rgba(51,106,176,1) 100%);
}
.btn-purple {
	background: rgb(142,40,143,1);
    background: linear-gradient(90deg, rgba(58,81,162,1) 0%, rgba(142,40,143,1) 100%);
	width: 100%;
	font-size: 57px;
    line-height: 0;
    padding: 19px 0 26px;
}
.btn-purple2 {
	background: rgb(142,40,143,1);
    background: linear-gradient(90deg, rgba(58,81,162,1) 0%, rgba(142,40,143,1) 100%);
	line-height: 0;
    padding: 16px 0;
    font: normal normal bold 16px Maven Pro;
    border: 0 none;
}
.btn-save {
	background: url(../img/custom/save.png) center right 1em no-repeat white;
	color: white;
	border: 1px solid white;
	background-color: transparent;
	padding: 17px 0;
    width: 360px;
}
.btn-save:hover {
	background: url(../img/custom/save.png) center right 1em no-repeat;
	background-color: linear-gradient(90deg, rgba(58,81,162,1) 0%, rgba(142,40,143,1) 100%);
}
.btn-save2 {
	background-color: transparent;
	border: 1px solid #662D91;
	color: #662D91;
	font: normal normal bold 22px Maven Pro;
	padding: 9px 0;
	width: auto;
}
.btn-save2:after {
	content: "";
    background: url(../img/save2.png) center center no-repeat transparent;
    width: 23px;
    height: 24px;
    float: right;
    background-size: 100% 100%;
    margin-right: 15px;
}
.btn-save2:hover {
	background-color: linear-gradient(90deg, #415aa8 0%, #7e3495 100%);
	font: normal normal bold 22px Maven Pro;
	color: white;
}
.btn-save2:hover:after {
	background: url(../img/custom/save.png) center center no-repeat transparent;
}
.btn-faded {
	background-color: #ECD9EB;
	color: white;
}
.btn-faded:hover {
	background-color: #662D91;
}
.btn-purple-faded {
	background: #662D91!important;
	color: white;
	font-weight: bold;
}
.btn-purple-faded:hover {
	background: #93278F!important;
}
.btn-small {
	padding: 4px;
    width: 6em!important;
}
.btn-txt {
	background-color: transparent;
	border: 0 none;	
}
.btn-grey {
	font: normal normal bold 14px Maven Pro;
	background: #E8E0EF;
	color: #662D91;
	border: 0 none;
}
.btn-grey:hover {
	background: #E8E0EF;
	color: #662D91!important;
	border: 0 none;
}

.btn-navy {
	font: normal normal bold 14px Maven Pro;
	background: #3660AB;
	color: #FFFFFF;
	border: 0 none;
}
.btn-navy:hover {
	background: #703B98;
	border: 0 none;
}

.btn:hover {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.no-border {
	border: 0 none!important;
}

.text-left {
	text-align: left!important;
}
.text-right {
	text-align: right!important;
}
.text-center {
	text-align: center!important;
}
.text-bold {
	font-weight: bold!important;
}
.purple_txt, .purple_txt::placeholder {
	color: #662D91!important;
}
.navy_bck {
	background-color: #45146A!important;
	color: white;
}

.txt_over_img .p-absolute {
    left: 0;
    right: 0;
    top: 35%;
}

.header-scrolled {
	position:inherit;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

/*headers*/
.title_color {
	text-align: center;
    padding: 10px 0;
    margin: 0 auto 2em;
}
.title_color span {
	font: normal normal bold 55px Maven Pro;
    color: #662D91;
    background: transparent url(../img/separator_colorat.svg) right bottom no-repeat padding-box;
	padding-bottom: 10px;
}
.purple_color span {
    color: #662D91;
    background: transparent url(../img/separator_colorat.svg) right bottom no-repeat padding-box;
}
.white_color span {
	color: white;
	background: transparent url(../img/custom/title_circles.png) 71% bottom no-repeat padding-box;
    padding-bottom: 24px;
    background-size: 55%;
}
.title_1word span {
	background-size: 78%;
}
.title_bubbles {
	background: transparent url(../img/custom/bottom_line_arrow_bblue.png) left top no-repeat padding-box;
    height: 161px;
    width: 79%;
	text-align: left;
	background-size: 100% 100%;
}
.title_bubbles2 {
	background: transparent url(../img/custom/bottom_line_arrow_bblue_2.png) left top no-repeat padding-box;
}
.title_bubbles3 {
	background: transparent url(../img/custom/bottom_line_arrow_bblue_3.png) left top no-repeat padding-box;
}
.title_bubbles span {
	font-size: 29px;
    margin: 48px 0 0 102px;
	padding-bottom: 11px;
	float: left;
}
.title_bubbles_mov {
	background: transparent url(../img/custom/bottom_line_arrow_mov.png) left top no-repeat padding-box;
	background-size: 100% 100%;
}
.title_bubbles_mov2 {
	background: transparent url(../img/custom/Separator_mare_mov.png) left top no-repeat padding-box;
	background-size: 100% 100%;
}
.title_bubbles_dblue {
	background: transparent url(../img/custom/bottom_line_arrow_dblue.png) left top no-repeat padding-box;
	background-size: 100% 100%;
}
.title_bubbles_dblue2 {
	background: transparent url(../img/custom/bottom_line_arrow_dblue_2.png) left top no-repeat padding-box;
	background-size: 100% 100%;
}
.title_bubbles_dblue3 {
	background: transparent url(../img/custom/bottom_line_arrow_dblue_3.png) left top no-repeat padding-box;
	background-size: 100% 100%;
}
.subtitle_color {
	text-align: left;
}
.subtitle_color span {
	color: black;
	font-size: 30px;
	font-weight: bold;
}
.title_normal {
	margin: 10px 0 1em;
    text-align: left;
    padding: 0;
    float: left;
    width: 100%;
}
.title_normal span {
	font-size: 34px;
    background-size: 100%;
    height: 45px;
    float: left;
}
.sub_title {
	font: normal normal bold 34px Maven Pro;
	text-align: left;
}
.sub_title span {
	font-weight: normal;
}

.is_purple {
	color: #662D91;
}

.blue_bck {
	background-color: #3660AB;
}
.purple_bck {
	background-color: #E6E2FD;
}
.mov_bck {
	background-color: #45146A;
}

.fr {
	float: right!important;
}
.fl {
	float: left!important;
}
.fn {
	float: unset!important;
}

.bb_neon {
	border-bottom: 1px solid #93278F;
}

.last_bottom {}

.switcher_box {
	width: 100%;
	background: transparent linear-gradient(266deg, var(--unnamed-color-00ffff) 0%, var(--unnamed-color-3660ab) 100%) 0% 0% no-repeat padding-box;
background: transparent linear-gradient(266deg, #00FFFF 0%, #3660AB 100%) 0% 0% no-repeat padding-box;
	color: white;
	padding: 15px;
    margin-bottom: 1em;
}
.switcher_box {
	background: transparent;
	border: 1px solid #662D91;
	text-align: left;
	color: black;
	font-weight: bold;
}
.switcher_box span {
	color: #A39DA5;
}

.switch {
	float: right;
    width: 60px;
	background-color: white;
	border-top-right-radius: 0;
    border-bottom-left-radius: 0;
	padding: 0;
    border-radius: 40px;
	float: right;
    width: 60px!important;
    height: 31px!important;
    overflow: hidden;
}
.middleSwitch .switch {
	float: unset;
}
.switch .switch-group {
	background-color: white;
    border-radius: 100px;
	overflow: hidden;
}
.switch .btn {
	border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-radius: 14px;
    padding: 0;
}
.switch input:hover, .switch .btn:hover {
	background-color: transparent!important;
}

.switch .btn.switch-on, .switch .btn.switch-on:hover {
	border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border: 0 none;
    color: #FFFFFF;
    padding: 13px;
    border-radius: 100px;
    background: #662D91!important;
    font: normal normal bold 12px/15px Maven Pro;
	text-transform: uppercase;
	padding: 7px 0 7px 10px;
    text-align: left;
	font-size: 13px;
}


.switch span.btn, .switch span.btn:hover {
	background: #FFFFFF!important;
    width: 20px;
    height: 20px;
    margin: 4px 0 0 -23px;
}
.switch.off span.btn, .switch.off span.btn:hover {
	background: #662D91!important;
	margin: 4px -24px 0 0;
}
.switch.off .btn.switch-off, .switch.off .btn.switch-off:hover {
	background: #FFFFFF!important;
    color: #D1C0DE!important;
    padding: 10px 7px 0;
    text-align: right;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
}

.same_padding {
	padding-bottom: 3em;
}

.custom_text p {
	color: #2B2B2B;
	font-size: 16px;
}
.custom_text p strong {
	color: #662D91;
}

.custom_corners {
	border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
	width: 100%;
}
.custom_corners2 {
	border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
	width: 100%;
}
.custom_corners3 {
	border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
	border-top-right-radius: 0;
    border-bottom-left-radius: 0;
	width: 100%;
}

.btn-newpadding {
	padding: 1em 2em!important;
}

.w100 {
	width: 100%!important;
}
.wauto {
	width: auto!important;
}
.hauto {
	height: auto!important;
}

#pulsarBtn {
    position: absolute;
    text-align: center;
    margin-top: -37px;
    left: 0;
    right: 0;
}
#pulsarBtn .pulse {
    width: 65px;
    height: 65px;
    background: #009FE3;
    border-radius: 50px;
    text-align: center;
    line-height: 65px;
    color: #FFF;
    font-family: verdana;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    display: inline-block;
}
#pulsarBtn .pulse:before, #pulsarBtn .pulse:after {
	content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    height: 65px;
    width: 65px;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: ripple 3s infinite;
    -khtml-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    -webkit-box-shadow: 0 0 0 0 rgb(137 196 244 / 30%);
    -khtml-box-shadow: 0 0 0 0 rgba(137, 196, 244, .3);
    -moz-box-shadow: 0 0 0 0 rgba(137, 196, 244, .3);
    -ms-box-shadow: 0 0 0 0 rgba(137, 196, 244, .3);
    -o-box-shadow: 0 0 0 0 rgba(137, 196, 244, .3);
    box-shadow: 0 0 0 0rgba(137, 196, 244, .3);
}
#pulsarBtn .pulse:after {
    -webkit-animation-delay: 0.6s;
    -khtml-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    -ms-animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
#pulsarBtn i:before { 
	font-size: 23px;
	position: relative;
    -webkit-animation: vibrate 2s linear 0s infinite;
    -khtml-animation: vibrate 2s linear 0s infinite;
    -moz-animation: vibrate 2s linear 0s infinite;
    -ms-animation: vibrate 2s linear 0s infinite;
    -o-animation: vibrate 2s linear 0s infinite;
    animation: vibrate 2s linear 0s infinite;
}
@-webkit-keyframes ripple {
    70% {box-shadow: 0 0 0 70px rgba(255,  255,  255,  0);}
	100% {box-shadow: 0 0 0 0 rgba(255,  255,  255,  0);}
}
@-moz-keyframes ripple {
    70% {box-shadow: 0 0 0 70px rgba(255,  255,  255,  0);}
	100% {box-shadow: 0 0 0 0 rgba(255,  255,  255,  0);}
}
@-ms-keyframes ripple {
    70% {box-shadow: 0 0 0 70px rgba(255,  255,  255,  0);}
	100% {box-shadow: 0 0 0 0 rgba(255,  255,  255,  0);}
}
@-o-keyframes ripple {
    70% {box-shadow: 0 0 0 70px rgba(255,  255,  255,  0);}
	100% {box-shadow: 0 0 0 0 rgba(255,  255,  255,  0);}
}
@keyframes ripple {
    70% {box-shadow: 0 0 0 70px rgba(255,  255,  255,  0);}
	100% {box-shadow: 0 0 0 0 rgba(255,  255,  255,  0);}
}
@-webkit-keyframes vibrate {
    0% {top: 0px;}
	25% {top: -5px;}
	50% {top: 0px;}
	75% {top: 5px;}
	100% {top: 0px;}
}
@-moz-keyframes vibrate {
    0% {top: 0px;}
	25% {top: -5px;}
	50% {top: 0px;}
	75% {top: 5px;}
	100% {top: 0px;}
}
@-ms-keyframes vibrate {
	0% {top: 0px;}
	25% {top: -5px;}
	50% {top: 0px;}
	75% {top: 5px;}
	100% {top: 0px;}
}
@-o-keyframes vibrate {
    0% {top: 0px;}
	25% {top: -5px;}
	50% {top: 0px;}
	75% {top: 5px;}
	100% {top: 0px;}
}
@keyframes vibrate {
    0% {top: 0px;}
	25% {top: -5px;}
	50% {top: 0px;}
	75% {top: 5px;}
	100% {top: 0px;}
}

.swiper-button-prev, .swiper-button-next {
	background-color: #F9F9F9;
	color: #474646;
	border-radius: 100px;
	width: 50px;
    height: 50px;
	position: fixed;
    margin-top: -10px;
}
.swiper-button-prev {
	margin-left: -90px
}
.swiper-button-next {
	margin-right: -90px
}
.swiper-button-prev:after, .swiper-button-next:after {
    font-size: 30px;
}

.fleft {
	float: left;
}
.fright {
	float: right;
}
.fnone {
	float: unset!important;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #ffffff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 0px);
  left: calc(50% - 30px);
  border: 6px solid #0e36b9;
  border-top-color: #0090DF;
  border-bottom-color: #0090DF;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


/*--------------------------------------------------------------
# play button
--------------------------------------------------------------*/
.video_over .play_video {
	margin-top: 14%;
	color: white;
}
.play_video {
	color: #5D70AF;
    font-size: 15px;
    font-weight: 800;
	cursor: pointer;
	height: 60px;
	line-height: 55px;
	transition: all .2s ease-in-out;
	cursor: pointer;
}

.play_video img {
	width: 80px;
}
.pulse_bigger img {
	width: 110px;
}
.play_video .pulse {
	position: relative;
	float: left;
	margin-right: 15px;
}
.play_video .pulse:before {
	content: '';
	position: absolute;
    top: 50%;
    left: 50%;
    height: 80px;
    width: 80px;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    -webkit-animation: ripple 2s infinite;
    -khtml-animation: ripple 2s infinite;
    -moz-animation: ripple 2s infinite;
    -ms-animation: ripple 2s infinite;
    -o-animation: ripple 2s infinite;
    animation: ripple 2s infinite;
    -webkit-box-shadow: 0 0 0 0 rgb(69 20 106 / 30%);
    -khtml-box-shadow: 0 0 0 0 rgba(137, 196, 244, .3);
    -moz-box-shadow: 0 0 0 0 rgba(137, 196, 244, .3);
    -ms-box-shadow: 0 0 0 0 rgba(137, 196, 244, .3);
    -o-box-shadow: 0 0 0 0 rgba(137, 196, 244, .3);
    box-shadow: 0 0 0 0rgba(137, 196, 244, .3);
}
.play_video .pulse_bigger:before {
	height: 110px;
    width: 110px;
}

.play_video:hover, .modal-footer a:hover {
	opacity: 0.8;
	transition: all .2s ease-in-out;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
header {
	transition: all 0.5s;
	z-index: 999;
	padding: 8px 0;
	background-color: #45146A;
	width: 100%;
}

header .logo img {
	position: absolute;
    z-index: 99;
	top: 3px;
	margin-left: 17.2%;
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
header #menuRight {
	float: right;
}
header #menuRight .icon_menu {
	background: url("../img/burger_menu_bgr.svg") center center;
	background-size: cover;
	position: relative;
	padding-bottom: 0;
	width: 46px;
    height: 46px;
    text-align: center;
    line-height: 0;
	margin-left: 15px;
	cursor: pointer;
	padding-top: 12px;
	float: right;
}
header #menuRight .icon_menu .bi-x-lg {
	color: white;
	font-size: 24px;
}
header #menuRight .icon_menu .closed_lines {
	margin: 3px auto;
    width: 25px;
    display: block;
	text-align: left;
	transition: all ease-in-out 0.3s;
}
header #menuRight .icon_menu .closed_lines i {
	margin-bottom: 6px;
    border-bottom: 1px solid white;
    width: 25px;
    display: inline-block;
	transition: all ease-in-out 0.3s;
}
header #menuRight .icon_menu .closed_lines i.last_line {
	width: 17px;
}
header #menuRight .icon_menu .closed_lines:hover i.first_line {
	width: 10px;
	transition: all ease-in-out 0.3s;
}
header #menuRight .icon_menu .closed_lines:hover i.middle_line {
	width: 17px;
	transition: all ease-in-out 0.3s;
}
header #menuRight .icon_menu .closed_lines:hover i.last_line {
	width: 24px;
	transition: all ease-in-out 0.3s;
}
header #mainManu {
	position: relative;
}
header #mainManu ul {
	position: absolute;
	background: rgb(69,20,106);
	background: linear-gradient(90deg, rgba(69,20,106,1) 0%, rgba(101,28,121,1) 100%);
	border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    width: 300px;
    top: 55px;
    right: 0;
    line-height: 24px;
	padding: 15px;
	display: none;
	z-index: 9;
}
header #mainManu ul li {
	list-style-type: none;
}
header #mainManu ul li a {
	width: 100%;
	background-color: #93278F;
	border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
	display: block;
    padding: 10px 5px;
    margin-bottom: 7px;
	font-size: 14px;
}
header #mainManu ul li a:hover {
	background-color: #641B78;
}

header #menuRight .icon_menu .open_lines {
	display: none;
}
header #menuRight .icon_menu .open_lines i {
	color: white;
    font-size: 37px;
	margin-top: 4px;
    display: block;
}

header #mainManu.active .closed_lines {
	display: none;
	transition: all ease-in-out 0.3s;
}
header #mainManu.active .open_lines {
	display: block;
}
header #mainManu.active {
	padding-top: 0;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
	width: 100%;
	background: rgb(138,18,138);
	background: linear-gradient(90deg, rgba(138,18,138,1) 0%, rgba(69,46,147,1) 100%);
	position: relative;
	padding-bottom: 0;
	text-align: center;
}
.top_arrow:before {
	content: "";
	background-image: url(../img/custom/only_arrow.png);
	background-size: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
    height: 58px;
    width: 100%;
    display: block;
    background-color: transparent;
	position: absolute;
    z-index: 1;
	margin-top: -5em;
}
.bottom_arrow:after {
	content: "";
	background-image: url(../img/custom/bottom_line_arrow.png);
	background-size: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
    height: 58px;
    width: 100%;
    display: block;
    background-color: transparent;
}
.has_video.bottom_arrow:after {
	background-image: url(../img/custom/bottom_line_arrow.png);
	z-index: 1;
    position: absolute;
    bottom: -14px;
}
.bottom_arrow_navy:after {
	background-image: url(../img/custom/bottom_line_arrow_navy.png)!important;
}
.bottom_bubbles {
	width: 100%;
}
.bottom_bubbles:after {
	content: "";
	background-image: url(../img/cercuri_jos_1.svg);
	background-size: 100%;
    background-repeat: no-repeat;
    background-position: right bottom;
    height: 172px;
    width: 100%;
    display: block;
    background-color: transparent;
}
.bottom_bck {}
.hero p {
	color: white;
}

.top_arrow_white:before {
	content: "";
	background-image: url(../img/custom/white_arrow_only.png);
	background-size: 63% 42px;
    background-repeat: no-repeat;
    background-position: left 6em top;
    height: 67px;
    width: 100%;
    display: block;
    background-color: transparent;
    position: relative;
    z-index: 1;
	
	width: 52px;
	background-position: left top;
	background-size: auto 40px;
	margin-left: 21em;
}
.top_arrow_blue:before {
	content: "";
	background-image: url(../img/custom/blue_arrow.png);
	background-size: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    height: 70px;
    width: 100%;
    display: block;
    background-color: transparent;
	position: relative;
    z-index: 1;
}
.top_arrow_mov:before {
	content: "";
	background-image: url(../img/custom/mov_arrow.png);
	background-size: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    height: 58px;
    width: 100%;
    display: block;
    background-color: transparent;
	position: relative;
    z-index: 1;
}

.has_video {
	position: relative;
	overflow: hidden;
	color: white;
}
.has_video img {
	margin-bottom: 4%!important;
}
#myVideo {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}
#myVideo.w100 {
	height: auto;
	width: 100%;
}
#heroHomepage .container {
	position: relative;
	text-align: center;
}
#heroHomepage .container .col-lg-11 {
	margin: 8% auto 8%;
}

.hero .btn {
	border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
	border: 1px solid white;
	color: white;
	width: 45%;
	letter-spacing: 0px;
	font-size: 16px;
	margin: 0 2%;
	padding: 8px 0;
	background: transparent;
	transition: all ease-in-out 0.3s;
}
.hero .btn:hover {
	background: rgb(63,87,166);
	background: linear-gradient(90deg, rgba(63,87,166,1) 0%, rgba(139,40,144,1) 100%);
	transition: all ease-in-out 0.3s;
}

.hero .container .row {
	min-height: 550px;
}
.hero .container .row.homepage-height {
	min-height: 750px;
}
.hero .container .row.new-height {
	min-height: 490px;
}
.hero .container .row.bigger-height {
	min-height: 600px;
}
.hero .container .row.smaller-height {
	min-height: 390px;
}
 
/* setEvent */
#setEvent.bottom_arrow:after {
	background-image: url(../img/custom/bottom_line_arrow_blue.png);
	height: 20em;
}
#setEvent ul li {
	color: #662D91;
	font-size: 16px;
	text-align: left;
	color: #662D91;
	width: 15%;
	text-align: center;
	float: left;
}
#setEvent ul li img {
	width: 95px;
}
#setEvent ul li.circle_down img, #setEvent ul li.circle_up img {
	width: 180px;
}
#setEvent ul li.circle_down {
	margin-left: -32px;
    margin-top: 63px;
}
#setEvent ul li.circle_up {
	margin-left: -32px;
}
#setEvent ul li span {
	width: 125px;
	display: block;
	background: url(../img/separator_testimonial.svg) center bottom no-repeat transparent;
	background-size: 100%;
	padding: 10% 0;
	margin: 0 auto;
    text-align: left;
	float: right;
}
#setEvent ul li.circle_up span {
	margin-top: -3em;
}

.custom_section {
	width: 700px;
	margin: 0 auto;
	margin-bottom: -10em;
}
.custom_section a, a.btn-simple {
	
    margin-top: 2em;
	padding: 1em 0;
    width: 300px;
}
a.btn-simple {
	float: left;
}
#videoLayout .play_video .pulse {
	margin: 11em 0 0 10em;
}
#videoLayout .girl_phone img {
	height: 360px;
    width: auto;
    float: right;
    margin-top: 40px;
    margin-right: 2em;
}
.custom_bck {
	width: 100%;
	height: 400px;
	border-top-right-radius: 50px!important;
    border-bottom-left-radius: 50px!important;
}
#usefulEvent img, #whyProject img {
	border-top-right-radius: 50px!important;
    border-bottom-left-radius: 50px!important;
}

/* joinEvent */
#joinEvent {
	background-color: #45146A;
}
#joinEvent.bottom_arrow:after {
	background-image: url(../img/custom/bottom_line_arrow_purple_2.png);
	height: 16em;
    position: relative;
    margin-top: -10em;
}
#joinEvent h2 {
    padding-bottom: 24px;
}
#joinEvent div#howTo {
	width: 80%;
	margin: 0 auto;
}
#joinEvent div#howTo div {
	width: 100%;
	float: left;
	margin-bottom: -3em;
}
#joinEvent div#howTo div img {
	float: left;
	margin: 0 1em;
}
#joinEvent div#howTo div span {
	background: url(../img/Pas_event_placeholder.svg) left center no-repeat transparent;
	display: block;
	width: 620px;
    height: 167px;
    background-size: 100% 100%;
	float: left;
	padding: 0 8em 0 2em;
	font-size: 22px;
	color: white;
}
#joinEvent div#howTo div.switch_box span {
	padding-left: 13%;
    background: url(../img/Pas_event_placeholder1.svg) right center no-repeat transparent;
    float: right;
	padding: 0 2em 0 9em;
	line-height: 27px;
}
#joinEvent div#howTo div span i {
	font-style: normal;
}

#videoLayout2 {
	margin-top: 6em;
}
#videoLayout2 .custom_bck, #videoLayout3 .custom_bck {
	background: url(../img/custom/layout_mov.png) center center no-repeat transparent;
	background-size: cover;
}
#videoLayout2 .custom_bck .play_video .pulse, #videoLayout3 .custom_bck .play_video .pulse {
	margin: 24% 0 0 44%;
}


/* testimPeople */
#testimPeople {
	background-color: #230a35;
}
#testimPeople div.row {
	padding: 1em 0 3em;
}
#testimPeople div#testimBox { 
	margin: 4em 0 0;
	padding: 0;
}
#testimPeople div#testimBox div.col-lg-3 {
	float: left;
}
#testimPeople div.inner {
	background-color: white;
	border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
	padding: 1em 2em;
}
#testimPeople .img_person {
	background: url(../img/custom/testim_bck.png) left top no-repeat transparent;
    background-size: 100% 100%;
    width: 220px;
    height: 100px;
    float: left;
    margin-bottom: 1em;
}
#testimPeople .img_person img {
	float: left;
	border-radius: 30px;
	width: 65px;
    margin: 18px 0 0 32px;
}
#testimPeople p {
	background: url(../img/separator_testimonial.svg) top center no-repeat transparent;
	background-size: 100%;
    font-size: 12px;
    color: #9A9A9A;
    width: 100%;
    float: left;
    padding: 15px 0 0;
    margin-bottom: 0;
}
#testimPeople p strong {
	color: #662D91;
	width: 100%;
	float: left;
	margin-bottom: 5px;
}
#testimPeople b {
	text-align: right;
	font-size: 12px;
	color: #93278F;
	display: block;
}


#aboutUs a {
    color: #93278F;
}

/* whyProject */
#whyProject h4 {
	margin: 0 0 1em;
}


/* listLogos */
#listLogos ul li {
	width: 30%;
}
#listLogos a.btn-simple {
	float: right;
}


/* FOOTER */
footer {
	background-color: #45146A;
	color: white;
	padding-bottom: 1em;
	font-size: 16px;
	position: relative;
	padding: 6em 0 1em;
	border-top: 1px solid #93278F;
}
footer img#footer_logo {
	margin-top: 0;
    margin-left: 3%;
	position: absolute;
	top: -79px;
}
footer .copyright span {
	opacity: 0.4;
}

footer ul {
	margin-bottom: 0;
}
footer ul li {
	display: inline-block;
	padding: 0 4px;
	line-height: 13px;
}
footer ul.menu {
	text-align: center;
	padding: 0;
}
footer ul.menu li {
	border-right: 1px solid white;
	padding: 0 14px 0 9px;
}
footer ul.menu li a {
	opacity: 0.4;
}
footer ul.menu li a:hover {
	opacity: 1;
}
footer ul.menu li:last-child {
	border-right: 0 none;
}
footer .social {
	text-align: right;
}
footer .social i {
	font-size: 21px;
}

/* heroSetUp */
#heroSetUp {
	background: rgb(88,25,120);
	background: linear-gradient(90deg, rgba(88,25,120,1) 0%, rgba(95,44,143,1) 100%);
	color: white;
	padding: 4% 0 0;
}
#heroSetUp h1 {
	margin-bottom: 0.7em;
}
#heroSetUp form {
	margin-bottom: 4%;
}
#heroSetUp form .form_bck {
	background-color: white;
	overflow: hidden;
}
#heroSetUp form label.title_label {
	width: 100%;
	padding: 15px 0 5px;
}
#heroSetUp form .form_bck select, #heroSetUp form .form_bck input {
	border: 0 none;
    width: 96%;
    color: #45146A;
    font-size: 16px;
    margin: 16px 5px;
    padding: 0!important;
    border: 0 none!important;
}
#heroSetUp form .col-12 select {
	width: 34%;
    border-right: 1px solid black!important;
    border-radius: 0;
}
#heroSetUp form .col-12 select:last-child {
	border-right: 0 none!important;
}
#heroSetUp form input.btn {
	margin-top: 3em;
}
#heroSetUp form .col-lg-6 button.btn {
	margin-top: 0!important;
    padding: 15px 0;
}
#addcode, #addcode input {
	background-color: #ECD9EB!important;
	text-align: center;
	font-weight: bold!important;
}
#addcode input::placeholder {
	color: #45146A!important;
}

input[type='checkbox'] {
  display: none;
}

.prod_option input[type='checkbox']:checked:after {
    width: 12px;
    height: 12px;
    border-radius: 15px;
    top: -24px;
    left: 4px;
    position: relative;
    background-color: #2462ff;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 0 none;
}

.f_checkbox {
    margin-top: 3px !important;
	margin-right: 7px;
	border: 1px solid #662D91;
}
.f_checkbox  {
     flex:  0 0 20px;
     width:  20px;
     height:  20px;
     background:  #fff;
     box-sizing:  border-box;
     -webkit-border-radius:  4px;
     -moz-border-radius:  4px;
     -ms-border-radius:  4px;
     -o-border-radius:  4px;
     border-radius:  4px;
     position:  relative;
     transition:  border-color ease 0.2s;
     cursor:  pointer;
 }
.f_checkbox:before,  .f_checkbox:after  {
	box-sizing:  border-box;
	position:  absolute;
	height:  0;
	width:  2px;
	background-color:  #662D91;
	display:  inline-block;
	transform-origin:  left top;
	border-radius:  3px;
	content:  ' ';
}
.f_checkbox:before  {
	top: 9px;
    left: 2px;
    transform: rotate(-45deg);
}
.f_checkbox:after  {
	top: 16px;
    left: 9px;
    transform: rotate(-142deg);
}
.f_checkbox.selected  {
	background:  #fff;
}
.f_checkbox.selected:before, .f_checkbox.selected:after  {
	background:  #662D91;
}
.f_checkbox_2.selected  {
	background:  #fff;
}
.f_checkbox_2.selected:before, .f_checkbox.selected:after  {
	background:  #662D91;
}
.f_checkbox.selected:before  {
	height:  9px;
	transition:  0.2s ease;
}
.f_checkbox.selected:after  {
	height:  14px;
	transition:  0.4s ease;
}
.f_checkbox.disabled  {
	border-color:  #7f9799;
	-webkit-box-shadow:  inset 0 0 0 1px #7f9799;
	-moz-box-shadow:  inset 0 0 0 1px #7f9799;
	-ms-box-shadow:  inset 0 0 0 1px #7f9799;
	-o-box-shadow:  inset 0 0 0 1px #7f9799;
	box-shadow:  inset 0 0 0 1px #7f9799;
}
.f_checkbox.selected.disabled  {
	background:  #7f9799;
}
.f_radio  {
	width:  24px;
	height:  24px;
	border:  2px solid #0071CE;
	background:  none;
	-webkit-box-sizing:  border-box;
	-moz-box-sizing:  border-box;
	-ms-box-sizing:  border-box;
	-o-box-sizing:  border-box;
	box-sizing:  border-box;
	-webkit-border-radius:  50%;
	-moz-border-radius:  50%;
	-ms-border-radius:  50%;
	-o-border-radius:  50%;
	border-radius:  50%;
}
.f_radio.selected  {
	border-width:  8px;
}
.f_radio.selected.disabled  {
	opacity:  0.5;
}
.b_checkbox_2 {
	color: #2D2D2D;
	font: normal normal normal 16px Maven Pro;
}

/* setPagination */
#setPagination {
	padding: 2em 0;
	background: white;
}
#setPagination strong {
	width: 38px;
    height: 38px;
    color: #662D91;
    font-size: 25px;
    border: 1px solid #662D91;
    text-align: center;
    border-radius: 30px;
    line-height: 36px;
}
#setPagination strong.active {
	width: 53px;
	height: 53px;
	color: white;
	font-size: 34px;
	border: 1px solid #662D91;
	background: rgb(6,237,246);
	background: linear-gradient(66deg, rgba(6,237,246,1) 0%, rgba(43,129,188,1) 100%);
	border: 0 none;
	line-height: 48px;
}
#setPagination strong.active.prev {
	width: 38px;
    height: 38px;
	line-height: 36px;
	font-size: 25px;
}
#setPagination span {
	background: url(../img/custom/pag_separator.PNG) center center no-repeat transparent;
	background-size: 100%;
	width: 14%;
    height: 20px;
}
#setPagination span.active {
	background: url(../img/custom/pag_separator_active.PNG) center center no-repeat transparent;
	background-size: 100%;
}	


/* whatsNext */
#whatsNext h2 {
	text-align: left;
	font-size: 55px;
	margin-bottom: 30px;
}
#whatsNext .info_bubble {
	background: url(../img/Group-2714-1.svg) top center no-repeat transparent;
	height: 470px;
	color: white;
    text-align: center;
    padding: 22% 19%;
	position: relative;
	margin: 10% 0;
}
#whatsNext .info_bubble strong {
	font-size: 30px;
    line-height: 38px;
    margin-bottom: 8%;
    float: left;
    width: 100%;
}
#whatsNext .info_bubble span {
	position: absolute;
    bottom: 10px;
    font-size: 27px;
    font-weight: bold;
	left: 0;
    right: 0;
}


/* addImg */
#addImg {
	background: rgb(234,216,234);
	background: linear-gradient(185deg, rgba(234,216,234,1) 0%, rgba(222,241,245,1) 100%);
	position: relative;
	text-align: center;
	padding-bottom: 6em;
}
#addImg:after {
	/*content: "";
	background: url(../img/custom/bottom_line_arrow_purple.png) bottom center no-repeat transparent;
	width: 100%;
    min-height: 45px;
    background-size: 100% auto;
    position: absolute;
	bottom: 0;
	left: 0;
	right: 0;*/
}
#addImg h1 {
	font-size: 22px;
	color: #662D91;
	line-height: 22px;
	margin: 2em auto 1em;
}
#addImg #uploadImg {
	margin: 1em auto;
}
#addImg #uploadImg div {
	height: 20em;
	background: rgb(147,38,142);
	background: linear-gradient(174deg, rgba(147,38,142,1) 0%, rgba(58,81,162,1) 100%);
	border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
}
#addImg #uploadImg button {
	font-size: 30px;
    font-weight: bold;
    padding: 10px;
    width: auto;
}
#addImg .avatar {
	background: url(../img/Group-2714-1.svg) top center no-repeat transparent;
    width: 164px;
    height: 195px;
    background-size: auto 100%;
    margin: -6em auto 10px;
    text-align: center;
}

#addImg .avatar img {
	border-radius: 100px;
	width: 141px;
    height: 141px;
    margin-top: 3px;
}

#addImg strong {
	color: #662D91;
}
#addImg p {
	color: #45146A;
	font-size: 16px;
	margin-bottom: 2em;
}

#addImg form {
	margin: 0 auto 4em;
}
#addImg .form_bck {
    text-align: left;
}
#addImg .form_bck label {
	margin-bottom: -8px;
    display: block;
}

/* infoStats */
#infoStats {
	background: url(../img/custom/line_purple.png) top center repeat-y #4C166D;
	text-align: center;
	background-size: 100%;
	color: white;
	padding-bottom: 3em;
}
#infoStats .container {
	margin-bottom: 3em;
}
#infoStats span b {
	color: #DEDEDE;
}
#infoStats input {
	background: url(../img/custom/link.PNG) center right 0.5em no-repeat white;
	font-size: 22px;
	color: #662D91;
	font-weight: bold;
	text-align: center;
}
#infoStats input::placeholder {
	color: #662D91;
}
#totalBox {
	color: #662D91;
	font: normal normal bold 22px/20px Maven Pro;
	padding: 2em 0;
	margin: 2em 0;
	text-align: center;
}
#totalBox .d-flex {
	padding: 85px 0 0;
}
#totalBox .progress_box {
	width: 75%;
    position: relative;
    margin: 0 10px;
}
#totalBox .progress_box img {
	float: left;
    position: absolute;
    right: 0;
	bottom: -7px;
}
#totalBox .progress {
	width: 100%;
    background-color: #DFDFDF;
    height: 6px;
	overflow: hidden;
}
#totalBox .progress .progress-bar {
	background: url(../img/custom/slidebar.gif) center center no-repeat #691D7B;
	background-size: cover;
}

.stat_nrs {
	margin: 1em 0;
}
.stat_nrs span {
	font: normal normal bold 22px Maven Pro;
	width: 100%;
	display: block;
}
.stat_nrs strong {
	font: normal normal bold 50px  Maven Pro;
	width: 100%;
	display: block;
	margin: 0;
}
.stat_nrs i {
	font: normal normal 16px Maven Pro;
	width: 100%;
	display: block;
}
.stat_nrs b {
	font: normal normal normal 34px/22px Maven Pro;
	width: 40px;
	margin-top: 23px;
}

/* switchers */
.switchers .location_pin {
	background: rgb(142,40,143);
	background: linear-gradient(90deg, rgba(142,40,143,1) 0%, rgba(58,81,162,1) 100%);
	color: white;
	padding: 1em;
	font-weight: bold;
}
.switchers .location_pin i {
	float: right;
}


/* aboutGifts */
#aboutGifts {}

/* messageFor */
#messageFor p {
	color: #662D91;
	font: normal normal normal 22px/26px Maven Pro;
}
#messageFor div.custom_corners3 {
	border: 1px solid #662D91;
	background: url(../img/custom/write.PNG) bottom 0.5em right 0.5em no-repeat white;
	height: 230px;
    padding: 1em;
}
textarea {
	background: url(../img/custom/write.PNG) bottom 0.5em right 0.5em no-repeat white;
}

/* invitariumBanner */
#invitariumBanner {
	background: url(../img/bgr_cercuri.svg) top center no-repeat white;
	background-size: cover;
	text-align: center;
	color: white;
	padding-bottom: 5em;
}
#invitariumBanner.invitariumBanner2 {
	background: url(../img/custom/bck_cercuri_2.png) top left no-repeat transparent;
    background-size: 100% 100%;
	padding: 9em;
	margin-top: -3em;
	position: relative;
}
#invitariumBanner img {
	margin-bottom: 3em;
}
#invitariumBanner p {
	font-size: 23px;
	margin-bottom: 0;
}


/* listLogos2 */
.listLogos2 {
	margin-top: 3em;
}

/* textButton */
.textButton {
	text-align: center;
	padding-bottom: 5em;
}
.textButton p {
	font-size: 22px;
	color: white;
}
.textButton button {
	font-size: 21px;
} 

/* myAccount */
#myAccount {
	padding: 3em 0;
}
#myAccount #account_left h1 {
	text-align: left;
    margin-bottom: 0.5em;
}
#myAccount #account_left strong {
	color: #662D91;
	font: normal normal bold 22px Maven Pro;
	width: 100%;
	display: block;
}
#myAccount #account_left strong span {
	font-weight: normal;
}
#myAccount #account_left span.date {
	color: #662D91;
	font: normal normal normal 12px Maven Pro;
	width: 100%;
	display: block;
	margin: 15px 0;
}
#myAccount .mov_bck {
	color: white;
	border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
	font-size: 34px;
	text-align: center;
    padding: 6% 0;
}
#myAccount .mov_bck p {
	font: normal normal normal 34px/24px Maven Pro;
}
#myAccount .mov_bck span {
	color: #93278F;
	font: normal normal bold 144px Maven Pro;
	position: relative;
}
#myAccount .mov_bck span sup {
	font: normal normal normal 34px Maven Pro;
    position: absolute;
    top: 31px;
}


/* listEevent */
#listEevent {
	background-color: #46166e;
}
.search_input {
	position: relative;
}
.search_input .col-xs-12 {
	position: relative;
}
.search_input i {
	position: absolute;
	left: 9px;
    top: 9px;
    font-size: 13px;
}

.search_input .col-xs-12 input {
	width: 240px;
	float: left;
	border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
	padding-left: 26px;
}
.search_input .col-xs-12 img {
	width: 48px;
	margin-left: 10px;
	cursor: pointer;
}
.search_input .col-xs-12 img:hover {
	opacity: 0.8;
}
.search_input.mov, .search_input.mov input, .search_input.mov input::placeholder {
	color: #662D91;
}
.search_input.mov input {
	border: 1px solid #662D91;
}

.listEevent .title_color {
	text-align: left;
}
.listEevent .title_color span {
	font: normal normal bold 34px Maven Pro;
}
.inner_list {
	margin: 3em 0 5em;
}
.inner_list .inner {
	background-color: white;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    padding-bottom: 1em;
	text-align: center;
}
.inner_list .inner .img_event {
	background: url(../img/custom/cercuri_card_event.png) center bottom no-repeat transparent;
    background-size: 100% auto;
    width: 100%;
    min-height: 105px;
    margin-bottom: 1em;
	position: relative;
}
.inner_list .inner .img_event img {
	border-radius: 100px;
    width: 50%;
    height: auto;
	margin: -47px auto 0;
}
.inner_list .inner p {
	padding: 1em 2em;
	font: normal normal normal 12px Maven Pro;
	color: #2D2D2D;
}
.inner_list .inner p strong {
	color: #662D91;
    font: normal normal bold 22px Maven Pro;
    width: 100%;
    display: block;
}
.inner_list .inner p strong span {
	font-weight: normal;
}
.inner_list a {
	margin-top: 0;
    width: 200px;
    float: unset!important;
	font: normal normal bold 16px Maven Pro;
}
.inner_list a:hover {
	background: #ECD9EB!important;
	border: 1px solid #ECD9EB!important;
	color: #662D91!important;
	font: normal normal bold 16px Maven Pro!important;
}
span.date {
    color: #662D91;
    font: normal normal normal 12px Maven Pro;
    width: 100%;
    display: block;
    margin: 15px 0;
}
span.expired {
	font: normal normal normal 12px Maven Pro;
    color: #FFFFFF;
    background: rgb(145,39,143);
    background: linear-gradient(90deg, rgba(145,39,143,1) 0%, rgba(106,44,145,1) 100%);
    width: 120%;
    display: block;
    padding: 5px 0;
    margin: 10px 0;
    margin-left: -2em;
}

/* listEevent2 */
#listEevent2 {
	background-color: #4A70B3;
	margin-top: -3px;
}


/* heroCompanie */
#heroCompanie {
	text-align: center;
}
#heroCompanie img {
	width: 70%;
}
#heroCompanie h1 {
	margin-bottom: 26px;
}

#heroCompanie p {
	font: normal normal normal 16px/24px Maven Pro;
}


/* joinEventLp */
.joinEventLp #videoLayout2 {
	/*border-bottom: 1px solid #93278F;*/
}

/* go2Event */
#go2Event {
	margin: 2em 0;
}
#go2Event .custom_section {
    width: auto;
}	
#go2Event .custom_bck {
	background: url(../img/custom/phone_hand_bck.png) center top no-repeat transparent;
    background-size: cover;
	border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
}

#go2Event .custom_bck .play_video {
	height: 100%;
}
#go2Event .custom_bck .play_video .pulse {
	margin: 2em 0 0 3em;
    width: 42%;
    text-align: center;
}


#go2Event .cat_costa_bck {
	background: url(../img/custom/hero_cat_costa.png) center top no-repeat transparent;
    background-size: cover;
	border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
}


#go2Event .cat_costa_bck .play_video {
	height: 100%;
}
#go2Event .cat_costa_bck .play_video .pulse {
	margin: 2em 0 0 3em;
    width: 42%;
    text-align: center;
}
#go2Event h1 {
	width: 45%;
    color: white;
    font-weight: normal;
    font-size: 77px;
    line-height: 77px;
    margin-left: -2%;
}

/* how2event */
#how2event h2 {
	font: normal normal bold 34px/40px Maven Pro;
	color: #662D91;
	margin-bottom: 0.5em;
}

/* usefulEvent */
/* usefulEvent */
#usefulEvent .title_color {
	margin: 0 auto 1em;
    text-align: left;
}
#usefulEvent .title_color span {
	font: normal normal bold 30px Maven Pro;
	color: #662D91;
}
#usefulEvent img {
	width: 100%;
}
#usefulEvent .d-flex {
	margin: 2em 0;
}


/* go2Event_2 */
.go2Event_2 .custom_bck {
    background: url(../img/custom/layout_mov.png) center top no-repeat #992D95!important;
}

/* textButton2 */
.textButton2 input, .textButton2 input::placeholder {
	font: normal normal normal 22px/24px Maven Pro;
	color: #45146A;
	text-align: center;
}
.textButton2 label {
	font: normal normal bold 16px/24px Maven Pro;
	color: white;
}


/* gift_ideas */
.gift_ideas p {
	padding: 2em 0;
}

#listGifts {}
#listGifts .list_gifts {
	margin: 1em 0;
}
#listGifts .list_gifts .item_gift {
	text-align: center;
}
#listGifts .list_gifts .item_gift .inner {
	border: 1px solid #DEDEDE;
	width: 92%;
    margin: 0 auto;
	padding: 3em 10% 1em;
}

#listGifts .list_gifts .item_gift img {
	height: 166px;
    display: block;
    margin: 10px auto;
	width: auto;
}
#listGifts .list_gifts .item_gift strong {
	display: block;
    margin: 2em auto 0.5em;
	font: normal normal bold 22px/22px Maven Pro;
	color: #2B2B2B;
}
#listGifts .list_gifts .item_gift span {
	display: block;
    margin: 10px auto;
	font: normal normal bold 22px/24px Maven Pro;
	color: #93278F;
}


/* searchFilters */
.data_show_active {
	display: none;
}
.data_show_active.active {
	display: block;
	background-color: #F5F5F5;
	top: 0;
    height: 100%;
	padding: 4% 0;
}
.data_show_active .container {
	height: 92%;
}

.data_show_active .inner_banner {
	margin-bottom: 2em;
}
.data_show_active .inner_banner h4 {
	font: normal normal bold 22px/26px Maven Pro;
	color: #662D91;
}
.data_show_active .inner_banner button {
	text-align: right;
	border: 0 none;
	background-color: transparent;
	color: #9A9A9A;
	font: normal normal bold 12px/15px Maven Pro;
}
.data_show_active .inner_banner button i {
	font: normal normal 300 30px Lato;
	color: #662D91;
}
.data_show_active .inner_banner button:hover {
	color: #662D91;
}

.data_show_active .form-check {
	padding-left: 0;
}
.data_show_active h5 {
	font: normal normal bold 16px Maven Pro;
}
.data_show_active select, .data_show_active select::placeholder {
	color: #662D91;
	font-size: 20px;
}
.checks_group {
	background-color: white;
	border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
	padding: 1.5em 1em;
}
.checks_group input[type=radio] {
	float: right;
	border: 1px solid #662D91;
	cursor: pointer;
}

.form-check-input:checked {
    background-color: #ffffff;
    border-color: #ffffff;
}
.form-check-input:checked[type=radio] {
	background-image: url(../img/custom/purple_checked.png);
}
.data_show_active button.btn-simple {
	font-size: 18px;
    margin-top: 2em;
    padding: 1em 0;
}
.data_show_active.white_colors, .data_show_active.white_colors h4, .data_show_active.white_colors .inner_banner button, .data_show_active.white_colors .inner_banner button i {
	color: white;
}

.data_show_active.white_colors h4 {
	background-size: 100%;
	font-size: 34px!important;
}
.data_show_active.white_colors button {
	line-height: 37px;
	padding: 3px 5px!important;
} 
.data_show_active.white_colors .form_bck input, .data_show_active.white_colors.form_bck  select, .data_show_active.white_colors .form_bck textarea {
	margin: 0;
	margin-bottom: 11px;
    border: 0 none!important;
	width: 100%;
	padding: 12px 5px!important;
}
.data_show_active.white_colors #addcode input {
	margin-bottom: 0;
}
.data_show_active.white_colors label {
	font-weight: bold;
}
.data_show_active h5.subtitle_form {
	font-size: 22px;
    text-align: left;
	margin-bottom: 0;
}
.data_show_active h5.subtitle_form span {
	font-size: 22px;
    text-align: left;
	padding-bottom: 11px;
    background-size: 100%;
}
.info {
	color: #ECD9EB;
	font-size: 12px;
	font-style: normal;
}
.gdpr {
	background: url(../img/warning.svg) top 5px left no-repeat transparent;
	padding-left: 2em;
}

#extraOptions {
	margin: 2em 0;
}
#extraOptions label {
	font-weight: normal;
}

#showJoin {
	background: url(../img/bgr_navy.svg) left top no-repeat #4C499F;
	background-size: cover;
}
#showNotJoin {
	background: url(../img/bgr_alb.svg) left top no-repeat #1AB2D6;
	background-size: cover;
}


#showJoinPresent {
	background: url(../img/bgr_alb.svg) left top no-repeat #1AB2D6;
	background-size: cover;
}


#showPassword {
	background: url(../img/bgr_alb.svg) left top no-repeat #1AB2D6;
	background-size: cover;
}


/* img_guest */
#userAvatar {
	background: #F5F5F5!important;
	text-align: center;
}
#userAvatar #guestBanner {
	color: white;
	text-align: center;
	padding: 8% 0 14%;
    background-size: cover;
	background-repeat: no-repeat;
    background-position: center center;
}
#userAvatar .avatar {
	background-image: url(../img/Group-2714.svg);
    width: 270px;
    height: 334px;
    background-size: 100% auto;
    margin: -13em auto 10px;
    text-align: center;
    background-repeat: no-repeat;
    padding-top: 2px;
}

#userAvatar .date {
	font: normal normal bold 16px Maven Pro;
	color: #2D2D2D;
	margin: 0;
}
#userAvatar i.bi {
	color: #662D91;
	font-size: 12px;
}
#userAvatar .location {
	margin: 5px 0 20px;
    display: block;
}
#userAvatar p {
	padding-bottom: 2em;
}

/* partyInfo */
#partyInfo {}
#partyInfo ul {
	margin-bottom: 2em;
}
#partyInfo ul li {
	margin: 25px 0;
    list-style-position: inside;
	margin-left: 1em;
}
#partyInfo ul li::before {
  content: "\2022";
  color: #662D91;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.text_purple_banner {
	background: url(../img/custom/line_purple.png) top center repeat-y #4C166D;
    text-align: center;
    background-size: 100%;
    color: white;
	font: normal normal normal 22px/30px Maven Pro;
	padding: 7% 8%;
}


/* partikipORnor */
#partikipORnor {
	text-align: center;
	margin: 6em 0;
}
#partikipORnor div {
	margin: 0 1em;
}
#partikipORnor img {
	width: 80px;
	margin-bottom: 0.6em;
}
#partikipORnor button {
	width: 145px;
	padding: 1em 0;
	margin-top: 10px;
}

/* statsGifts */
#statsGifts {}

#statsGifts #totalBox {
	margin: 1em auto;
}

/* displayGifts */
#displayGifts .bg-white {
	padding: 3% 6%;
}
#displayGifts img {
	width: 90%;
}
#displayGifts h4 {
	font: normal normal bold 34px/42px Maven Pro;
	color: #2B2B2B;
}
#displayGifts span {
	font: normal normal bold 34px/24px Maven Pro;
	color: #93278F;
	margin: 0.5em 0;
	display: block;
}
#displayGifts p {}
#displayGifts a {
	font: normal normal bold 16px/24px Maven Pro;
	color: #662D91;
}

/* donateGifts */
#donateGifts .avatar {
	background-image: url(../img/Group-2714.svg);
    height: 250px;
    background-size: 193px auto;
    text-align: center;
    background-repeat: no-repeat;
    padding-top: 10px;
    background-position: center;
    margin-bottom: -25em;
}
#donateGifts .avatar img {
	width: 190px;
	border-radius: 100px;
}
#donateGifts .custom_corners2 {
	background-size: 100%;
	background-repeat: no-repeat;
	color: white;
	padding: 2em 1em;
	margin-bottom: 1em;
}
#donateGifts h5 {
	font: normal normal normal 34px/36px Maven Pro;
	float: left;
}
#donateGifts h5 strong {
	font-weight: bold;
}
#donateGifts .form_bck {

}
#donateGifts .form_bck input {
	width: 160px;
    text-align: center;
    font: normal normal bold 28px/33px Maven Pro;
    color: #662D91;
    margin-top: 5px;
    border: 0 none!important;
}
#donateGifts .form_bck input::placeholder {
	color: #662D91;
}
#donateGifts p {
	float: left;
    background: url(../img/custom/attention_icon.png) top 6px left no-repeat transparent;
    padding-left: 43px;
    background-size: 30px;
	margin-top: 2em;
}


/* cicle_down */
.cicle_down:after {
	content: "";
	background: url(../img/custom/circles.png) top 6px left no-repeat transparent;
	background-size: 30px;
}

#heroMyAccount {
	padding: 3em 0;
}
#heroMyAccount .navy_bck {
	padding: 11% 0;
	border-top-right-radius: 50px!important;
    border-bottom-left-radius: 50px!important;
}
#heroMyAccount .navy_bck p {
	font-size: 34px;
}
#heroMyAccount .navy_bck span {
	font-size: 144px;
	color: #93278F;
	font-weight: bold;
	line-height: 135px;
}
#heroMyAccount .navy_bck sup {
	font-size: 34px;
	top: -74px;
    font-weight: normal;
}

#nextEvent {
	padding: 5em 0;
}
#nextEvent .txt_over_img strong {
	font-size: 34px;
}
#nextEvent h2 {
	font-weight: normal;
	font-size: 25px;
}
#nextEvent span {
	margin: 1em 0 1.5em;
    display: block;
	font-size: 13px;
}

.face span {
    width: 80px;
    height: 80px;
	display: block;
	margin: 0 auto;
}
.happy span {
	background: url(../img/custom/happy_2.png) center center no-repeat transparent!important;	
	background-size: 80px 80px!important;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.sad span {
	background: url(../img/custom/sad_2.png) center center no-repeat transparent!important;
	background-size: 80px 80px!important;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.happy:hover span {
	background: url(../img/custom/happy_3.png) center center no-repeat transparent!important;	
	background-size: 80px 80px!important;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.sad:hover span {
	background: url(../img/custom/sad_3.png) center center no-repeat transparent!important;
	background-size: 80px 80px!important;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

#donated label {
	font: normal normal bold 83px Maven Pro;
	position: relative;
    line-height: 54px;
}
#donated label sup {
	font: normal normal bold 18px Maven Pro;
	position: absolute;
    margin: 10px 0 0 10px;
}
#donated button {
    width: 150px;
	font: normal normal bold 16px Maven Pro;
	padding: 8px 0;
	margin-top: 10px;
}

.enable-box {
	pointer-events: none;
	opacity: 0.2;
}

.hero_success {
	padding: 4% 0;
}

.hero_success h1 span {
	font: normal normal bold 34px Maven Pro;
	padding-bottom: 13px;
}
.hero_success h1 img {
	width: 50px;
    margin-top: 19px;
    margin-right: 2px;
	display: inline-block;
}

.step5 .form_bck label {
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 13px!important;
}
.step5 {
	
}

#infoWhoComes {
	
}
#infoWhoComes .circle_right, #infoWhoComes .circle_left {
	background: url(../img/circles_right.svg) center right 5% no-repeat transparent;
    background-size: auto 100%;
    padding: 5em;
    margin-bottom: -5em;
}
#infoWhoComes .circle_left {
	background: url(../img/circles_left.svg) center left 5% no-repeat transparent;
	background-size: auto 100%;
}


#infoWhoComes span {
	display: block;
}
#infoWhoComes span.main_name, #infoWhoComes span.main_email {
	font: normal normal bold 34px Maven Pro;
	color: #662D91;
}
#infoWhoComes span.main_email {
	font-size: 16px;
    font-weight: normal;
    border-bottom: 1px dashed #ECD9EB;
    padding-bottom: 5px;
    width: 260px;
    margin: 1% auto;
}
#infoWhoComes .add_box {
	margin: 2% 0;
}
#infoWhoComes .add_box span.add_person {
	font: normal normal bold 16px Maven Pro;
	color: #662D91;
}
#infoWhoComes .add_box .add_person_name {
	font: normal normal normal 16px Maven Pro;
	color: #2D2D2D;
	margin: 1% 0;
}
#firstLook .add_box .add_person_name {
	
}
#firstLook .add_box .add_person_name li {
	display: inline-block;
}

#multipleItems {
	margin: 3em 0;
}
#multipleItems span.main_name {
	font: normal normal bold 22px/34px Maven Pro;
}
#multipleItems span.add_person {
	margin-top: 5px;
}
#multipleItems .col-lg-3 {
	margin-bottom: 4%;
}
#multipleItems ul li {
	margin: 5px 0;
}

#userBanner {
	background: transparent linear-gradient(180deg, #45146A 0%, #93278F 100%) 0% 0% no-repeat padding-box;
	height: 100%;
	text-align: center;
	color: white;
	padding-bottom: 8em;
}
#userBanner img {
	margin-bottom: 4%;
}
#userBanner input {
	margin: 4px 0 15px;
}
#userBanner input::placeholder {
	font: normal normal normal 22px/24px Maven Pro;
	color: #9A9A9A;
	text-align: center;
}




#registerBanner {
	background: transparent linear-gradient(180deg, #45146A 0%, #93278F 100%) 0% 0% no-repeat padding-box;
	height: 100%;
	text-align: center;
	color: white;
	padding-bottom: 8em;
}
#registerBanner img {
	margin-bottom: 4%;
}
#registerBanner input {
	margin: 4px 0 15px;
}
#registerBanner input::placeholder {
	font: normal normal normal 22px/24px Maven Pro;
	color: #9A9A9A;
	text-align: center;
}



#partikip {
	background: transparent linear-gradient(180deg, #45146A 0%, #93278F 100%) 0% 0% no-repeat padding-box;
	height: 100%;
	text-align: center;
	color: white;
	padding-bottom: 8em;
}
#partikip img {
	margin-bottom: 4%;
}
#partikip input {
	margin: 4px 0 15px;
}
#partikip input::placeholder {
	font: normal normal normal 22px/24px Maven Pro;
	color: #9A9A9A;
	text-align: center;
}




#userBannerDoAll {
	background: transparent linear-gradient(180deg, #45146A 0%, #93278F 100%) 0% 0% no-repeat padding-box;
	height: 100%;
	text-align: center;
	color: white;
	padding-bottom: 8em;
}
#userBannerDoAll img {
	margin-bottom: 4%;
}
#userBannerDoAll input {
	margin: 4px 0 15px;
}
#userBannerDoAll input::placeholder {
	font: normal normal normal 22px/24px Maven Pro;
	color: #9A9A9A;
	text-align: center;
}





#overlay_event {
    position: absolute;
    top:0;
    left:0;
    width: 100%;
}


#overlay_event {
	background: transparent linear-gradient(180deg, #45146A 0%, #93278F 100%) 0% 0% no-repeat padding-box;
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(69,20,106,1)), to(rgba(147,39,143,0.9)));

	height: 100%;
	text-align: center;
	color: white;
	padding-bottom: 8em;
}
#overlay_event img {
	margin-bottom: 4%;
}
#overlay_event input {
	margin: 4px 0 15px;
}
#overlay_event input::placeholder {
	font: normal normal normal 22px/24px Maven Pro;
	color: #9A9A9A;
	text-align: center;
}


body.modal-open main{
    -webkit-filter: blur(4px);
    -moz-filter: blur(4px);
    -o-filter: blur(4px);
    -ms-filter: blur(4px);
    filter: blur(4px);
    filter: url("https://gist.githubusercontent.com/amitabhaghosh197/b7865b409e835b5a43b5/raw/1a255b551091924971e7dee8935fd38a7fdf7311/blur".svg#blur);
    filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='4');
}



#sitemap ul li {
	padding: 5px 0;
}
#sitemap ul li a {
	color: #45146A;
	font-weight: bold;
	padding: 5px 0;
}
#sitemap ul li span {
	display: block;
    margin-left: 2em;
}

.custom-pagination {
	color: white;
	font: normal normal bold 34px Maven Pro;
	text-align: center;
    margin-bottom: 1em;
}

.only-mob {
	display: none;
}

.owl-carousel {
    display: block;
}	

.inner_list .col-lg-3 {
	float: left;
}

#header.header-scrolled {
	z-index: 9999;
}
#setPagination.header-scrolled {
	top: 60px;
}

.title_longer span {
	margin: 27px 0 0 57px;
}

/* RESPONSIVE */
@media screen and (max-width: 1640px) {
	header .logo img {
		margin-left: 17%;
	}
}
@media screen and (max-width: 1485px) {
	header .logo img {
		margin-left: 16.7%;
	}
}
@media screen and (max-width: 1399px) {
	
}
@media screen and (max-width: 1199px) {
	header .logo img {
		margin-left: 16%;
	}	
}
@media screen and (max-width: 991px) {
	header .logo img {
		margin-left: 15.5%;
	}	
}
@media screen and (max-width: 767px) {
	.only-mob {
		display: block!important;
	}
	.only-desk {
		display: none!important;
	}
	
	.owl-stage {
		right: 50px;
	}
	h1 {
		font-size: 34px;
		line-height: 34px;
	}
	
	header .container {
		max-width: 92%!important;
	}
	header #mainManu ul {
		top: 55px;
		border-radius: 0;
		background: linear-gradient(200deg, rgba(69,20,106,1) 0%, rgba(101,28,121,1) 100%);
		padding: 100px 25px;
		position: fixed;
		left: 0;
		width: 100%;
	}
	header .logo img {
		height: 85px;
		margin-left: 5.5%;
	}

	#heroHomepage .container {
		margin-top: 1em;
		margin-bottom: 2em;
	}
	#heroHomepage .container .col-lg-11 {
		margin: 8% auto 3%;
	}
	#heroHomepage .row .col-xs-12:after {
		content: "";
		background-image: url(../img/arrow_down.svg);
		background-size: auto 100%;
		background-repeat: no-repeat;
		background-position: right 0em bottom;
		height: 20px;
		width: 100%;
		display: block;
		background-color: transparent;
		margin-top: 2em;
	}
	#heroHomepage .only-mob h1 {
		font: normal normal bold 34px Maven Pro;
		text-align: left;
	}
	#heroHomepage .only-mob p {
		font: normal normal normal 16px Maven Pro;
		text-align: left;
	}
	#heroHomepage .d-flex {
		display: block!important;
	}
	#heroHomepage .d-flex a.btn {
		padding: 10px 0;
		width: 100%;
		margin: 14px 0;
		display: block;
	}
	.has_video.bottom_arrow:after {
		bottom: -7px;
	}
	.has_video img {
		margin-bottom: 4%!important;
		margin-top: 4%!important;
	}
	.bottom_arrow:after {
		background-size: 220%;
		background-position: left -7em bottom;
	}
	.bottom_arrow:after, .top_arrow:before, .top_arrow_mov:before {
		height: 35px;
		background-size: 150%;
		background-position: left -8.3em bottom;
	}
	
	.title_color {
		width: auto;
		font-size: 34px;
		margin: 0 auto 1em;
	}
	.title_color span, .title_bubbles span {
		margin: 15px auto 0;
		width: 100%;
		font: normal normal bold 34px Maven Pro;
		display: block;
		background-position: center bottom;
		float: none;
		text-align: center;
		background-size: 85%;
		line-height: 36px;
		padding-bottom: 26px;
	}
	.title_bubbles {
		height: 129px;
		width: 107%!important;
		background-size: auto 100% !important;
		margin-left: -12px;
		text-align: left;
	}
	.title_bubbles span {
		width: 77%;
		margin-top: 20px;
		text-align: left;
		background-position: left bottom;
		background-size: 50%;
	}
	#listEevent2 {
		margin-bottom: 5em;
	}
	#setEvent .title_color {
		margin-bottom: 3em;
	}
	#setEvent ul {
		margin-top: 3em;
	}
	#setEvent .d-flex {
		display: block!important;
	}
	#setEvent ul li {
		width: 100%;
		text-align: left;
	}
	#setEvent ul li img {
		width: 95px;
		text-align: left;
		float: none;
		display: inline-block;
	}
	#setEvent ul li span {
		margin-top: 0!important;
		padding: 4% 0;
		float: none;
	}
	#setEvent ul li.circle_up {
		margin-left: 0;
		margin-top: -8em;
	}
	#setEvent ul li.circle_down {
		margin-left: 0;
		margin-top: -8em;
		text-align: right;
	}
	#setEvent ul li.circle_up span {
		float: left;
	}
	#setEvent ul li.circle_down span {
		float: right;
	}
	#setEvent ul li.circle_up img {
		width: 60%;
		margin-right: 40%;
	}
	#setEvent ul li.circle_down img {
		width: 60%;
		margin-left: 40%;
	}
	#setEvent.bottom_arrow:after {
		background-image: url(../img/custom/bottom_line_arrow_blue.png);
		height: 2em;
		margin-bottom: 0;
	}
	#setEvent .custom_section {
		width: 100%;
		margin: 0 auto 14%;
	}
	.custom_section {
		width: 100%;
		margin: 0 auto 14%;
	}
		
	#videoLayout .play_video .pulse {
		margin: 16% 0 0 26%;
	}
	#videoLayout .girl_phone img {
		height: 200px;
		margin-top: 40px;
		margin-right: 1em;
	}
	.custom_bck {
		width: 100%;
		height: auto;
		float: left;
	}
	.custom_section a, a.btn-simple {
		width: 100%;
	}
	#joinEvent div#howTo div {
		margin-bottom: 10px;
	}
	#joinEvent div#howTo div span {
		width: 122%;
		height: 135px;
		margin-left: -1.5em;
		padding: 0 4em 0 0em;
		font-size: 16px;
		background-size: 100% 100%!important;
	}
	#joinEvent div#howTo div.switch_box span {
		padding-left: 13%;
		padding: 0 0 0 4em;
		margin-left: 0;
		margin-right: -1.5em;
	}
	#joinEvent div#howTo div img {
		float: left;
		margin: 0 1em;
		width: 33px;
		max-width: none;
	}
	#joinEvent h2 {
		padding-bottom: 0px;
	}
	#joinEvent.bottom_arrow:after {
		display: none;
	}
	
	#videoLayout2 {
		margin-top: 3em;
	}
	.play_video {
		height: 225px;
	}
	#videoLayout2 .custom_bck .play_video .pulse, #videoLayout3 .custom_bck .play_video .pulse {
		margin: 21% 0 0 40%;
	}
	#myVideo.w100 {
		height: 100%;
		width: auto!important;
	}
	
	#testimPeople {
		padding-bottom: 2em;
	}
	#testimPeople .container {
		padding-right: 0;
	}
	#testimPeople .title_color {
		margin: 0;
		text-align: left;
		width: 100%;
	}
	#testimPeople .title_color span {
		text-align: left;
		width: auto;
		display: inline-block;
		line-height: 34px;
		padding-bottom: 18px;
	}
	#testimPeople div#testimBox {
		margin: 1em 0 0;
	}
	#testimPeople div.inner {
		float: left;
		margin-bottom: 1em;
	}
	
	
	#whyProject img {
		margin-bottom: 2em;
	}
	
	#listLogos {
		margin-bottom: 7em!important;
	}
	#listLogos ul.d-flex {
		display: block!important;
		text-align: center;
	}
	#listLogos ul li {
		width: 45%;
		display: inline-block;
		margin: 2%;
	}
	#listLogos a.btn-simple {
		width: 85%;
	}
	
	.title_bubbles_bblue, .title_bubbles3, .title_bubbles_dblue3, .title_bubbles_mov, .title_bubbles_mov2, .title_bubbles_dblue {
		background: transparent url(../img/custom/Separator_mare_bblue_mob.png) left top no-repeat padding-box;
		margin-top: -28px;
		width: 106%!important;
		background-size: 100% auto!important;
		height: 155px;
	}
	.title_bubbles_mov {
		background: transparent url(../img/custom/Separator_mare_mov_mob.png) left top no-repeat padding-box;
	}
	.title_bubbles_mov2 {
		background: transparent url(../img/custom/Separator_mare_mov_mob_2.png) left top no-repeat padding-box;
	}
	.title_bubbles_dblue {
		background: transparent url(../img/custom/Separator_mare_blue_mob.png) left top no-repeat padding-box;
	}
	.title_bubbles_dblue3 {
		margin-top: -1em!important;
	}
	.title_bubbles_dblue3 span {
		margin-top: 1em;
	}
	.title_bubbles_bblue, .title_bubbles_dblue3 {
		background: transparent url(../img/custom/Separator_mare_blue_mob.png) left top no-repeat padding-box;
		
	}
	.title_bubbles_mov, .title_bubbles_bblue, .title_bubbles_dblue, .title_bubbles_dblue3, .title_bubbles_mov2 {
		margin-left: 0;
		width: 100%!important;
		height: 181px;
		background-size: 100% 100%!important;
	}
	
	
	.title_bubbles3 span, .title_bubbles_mov span, .title_bubbles_dblue span, .title_bubbles_dblue3 span, .title_bubbles_mov2 span {
		padding-bottom: 15px;
		margin-left: 12%;
	}
	.title_bubbles_dblue3 span, .title_bubbles_mov2 span {
		width: 40%;
		 margin-top: 1em!important;
	}
	
	footer {
		font: normal normal normal 16px Maven Pro;
	}
	footer img#footer_logo {
		margin-left: 0;
		width: 100%!important;
		top: -167px;
	}
	footer .copyright {
		margin-top: 4em;
	}
	footer .copyright strong {
		font-weight: normal;
	}
	footer ul.menu {
		margin-top: 12px;
	}
	footer ul.menu li {
		border-right: 0 none;
		padding: 10px 12px;
		display: block;
		text-align: left;
	}
	footer ul.menu li a {
		opacity: 1
	}
	footer .copyright.only-mob {
		margin: 1em 0 0;
	}
	footer .copyright.only-mob span {
		font-size: 12px;
		opacity: 0.5;
	}
	
	#userBanner {
		padding-top: 10%;
		padding-bottom: 34%;
	}
	#userBanner img {
		width: 70%;
	}
	#userBanner form {
		text-align: left;
	}
	#userBanner form button {
		width: 100%!important;
	}
	
	#heroSetUp h1 {
		font: normal normal bold 34px/36px Maven Pro;
		margin-top: 1em;
	}
	
	form .pl-0, form .pr-0 {
		padding-left: 0;
		padding-right: 0;
	}
	
	#setPagination.grey_mob {
		background-color: #E6E6E6;
		padding: 1em 0;
	}
	#setPagination strong, #setPagination strong.active, #setPagination strong.active.prev {
		width: 22px;
		height: 22px;
		font-size: 16px;
		line-height: 20px;
	}
	#setPagination strong.active {
		width: 32px;
		height: 32px;
		line-height: 29px;
	}
	
	#whatsNext .info_bubble {
		height: 480px;
		padding: 25% 12%;
		background-size: contain;
	}
	#whatsNext .info_bubble strong {
		font: normal normal bold 22px Maven Pro;
	}
	#whatsNext h2 {
		margin-bottom: 0;
	}
	#addImg #uploadImg div {
		height: 15em;
	}
	#addImg #uploadImg button {
		font-size: 16px;
	}
	#addImg form .navigators .btn {
		width: 42%!important;
		padding: 1em 0!important;
	}
	#addImg {
		background: white;
	}
	#addImg #myVideo {
		display: none;
	}
	.sub_title {
		font: normal normal bold 22px Maven Pro;
	}
	
	#go2Event {
		margin: 1em 0;
	}
	#go2Event .custom_bck {
		background: #E6E2FD;
	}
	#go2Event .custom_bck .play_video .pulse {
		margin: 20% 0 0 10%;
		width: 22%;
	}

    #go2Event .custom_bck {
		background: #E6E2FD;
	}
	#go2Event .custom_bck .play_video .pulse {
		margin: 20% 0 0 10%;
		width: 22%;
	}


	#go2Event .cat_costa_bck {
		background-size: 100%!important;
	}
	#go2Event .cat_costa_bck .play_video .pulse {
		margin: 20% 14%;
	}
	
	#go2Event h1 {
		color: #662D91;
		font: normal normal bold 34px Maven Pro;
		width: 100%;
		margin-left: 0;
		margin-bottom: 0.5em;
	}
	
	#how2event span, #usefulEvent span {
		background-position: left bottom;
	}
	#how2event span, #how2event p, #usefulEvent p, #usefulEvent span {
		text-align: left;
	}
	#usefulEvent a.btn-simple {
		margin: 0 0 4em;
	}
	#usefulEvent.usefulEvent_2 a.btn-simple {
		margin: 0;
	}
	#usefulEvent .title_color {
		margin: 0 auto 10px;
	}
	#usefulEvent .title_color span {
		font-size: 22px;
	}
	
	.blue_bck {
		background: transparent url(../img/custom/bck_cercuri__mob.jpg) left top no-repeat padding-box;
		background-size: auto 100%;
	}
	.top_arrow_white:before {
		width: 52px;
		background-position: left top;
		background-size: auto 40px;
		margin-left: 2.8em;
	}
	.textButton {
		text-align: left;
		padding-bottom: 10em!important;
	}
	.textButton2 input, .textButton2 input::placeholder {
		text-align: left;
	}
	.text_bottom {
		padding-bottom: 8em;
	}
	
	#userAvatar #guestBanner {
		padding: 5em 0 8em;
	}
	
	#userAvatar .avatar {
		width: 165px;
		height: 204px;
		margin: -6em auto 10px;
	}
	#userAvatar .avatar img {
		width: 162px;
	}
	.sub_title.mt-5 {
		margin-top: 1rem!important;
	}
	#partyInfo ul li {
		margin: 18px 0 0 1em;
	}
	.text_purple_banner, #totalBox, #displayGifts h4, #displayGifts span {
		font-size: 16px;
		line-height: 16px;
	}
	#partikipORnor {
		margin: 3em 0 5em;
	}
	#statsGifts #totalBox {
		padding: 0 1em;
	}
	.data_show_active .inner_banner {
		justify-content: space-between!important;
		margin-bottom: 1em;
	}
	#extraOptions2 {
		margin: -1em 0 6em;
	}
	#showNotJoin button {
		margin-bottom: 6em;
	}

    #showJoinPresent button {
		margin-bottom: 6em;
	}

    #showPassword button {
		margin-bottom: 6em;
	}
	
	#displayGifts h4 {
		margin: 2em 0 0;
		
	}
	#displayGifts span {
		margin-bottom: 2em;
	}
	#displayGifts p, #displayGifts a {
		font-size: 12px;
	}
	#displayGifts a {
		margin-top: -3em;
	}
	#donateGifts p {
		background: url(../img/custom/attention_icon_purple.png) top 6px left no-repeat transparent;
		background-size: 30px;
		font-size: 12px
	}
	#donateGifts .custom_corners2 {
		background-size: auto 100%;
		padding: 2em 1em 0em;
	}
	#donateGifts .avatar {
		margin-bottom: 0;
		float: left;
		height: 139px;
		background-size: 101px auto;
	}
	#donateGifts .avatar img {
		width: 100px;
	}
    
	#donateGifts .form_bck {
		float: right;
		width: 187px;
		margin-top: 2em;
	}


	#donateGifts button.btn-newpadding {
		width: 100%;
		margin-bottom: 5em;
	}
	#donateGifts.bottom_bubbles:after {
		height: 115px;
		background-image: unset;
	}
	
	#myAccount {
		padding: 1em 0;
	}
	.gift_ideas {
		background: #F5F5F5!important;
		padding-bottom: 0!important;
	}
	.gift_ideas:after {
		content: "";
		background-image: url(../img/custom/bottom_line_arrow.png);
		height: 35px;
		background-size: 267%;
		background-position: left -9em bottom;
		width: 100%;
		display: block;
		background-color: transparent;
	}
	.gift_ideas .title_color span {
		text-align: left;
		background-position: left bottom;
		padding-bottom: 17px;
	}
	.gift_ideas p {
		padding: 1em 0;
	}
	.search_input {
		margin-bottom: 5em;
	}
	.search_input .col-xs-12 input {
		background-color: transparent;
		width: 79%;
	}
	.search_input .col-xs-12 {
		width: 100%;
	}
	#listGifts .list_gifts {
		display: block!important;
		margin-top: 0;
	}
	#listGifts .list_gifts .item_gift {

		display: inline-block;
		margin-bottom: 1em;
	}
	#listGifts .list_gifts .item_gift .inner {
		width: 92%;
		padding: 1em 5% 1em;
	}
	#listGifts .list_gifts .item_gift img {
		height: 100px;
	}
	#listGifts .list_gifts .item_gift strong {
		font-size: 12px;
		text-align: center;
	}
	#listGifts .list_gifts .item_gift span {
		font-size: 16px;
		text-align: center;
		line-height: 16px;
		margin: 0;
	}
	#listGifts a.btn-white {
		margin-bottom: 8em;
	}
	
	.hero_success h1 span {
		 line-height: 34px;
	}
	.hero_success p {
		font-size: 22px;
	}
	
	#heroMyAccount {
		padding: 1em 0;
	}
	#heroHomepage.heroSuccess .row .col-xs-12:after {
		display: none;
	}
	#heroMyAccount .title_color span {
		text-align: left;
		background-position: left bottom;
	}
	#heroMyAccount .col-lg-4 img {
		width: 70%;
	}
	#heroMyAccount .navy_bck p {
		font-size: 22px;
	}
	#heroMyAccount .navy_bck span {
		font-size: 110px;
		line-height: 110px;
	}
	
	.btn-small {
		margin-top: 0!important;
	}

	.nextEvent_2 h2 strong{
		display: block;
		margin-bottom: 1em;
		font-size: 22px;
	}
	.nextEvent_2 h2 strong{
		display: block;
		margin-bottom: 1em;
		font-size: 22px;
	}
	.nextEvent_2 span {
		margin-top: 0!important;
	}
	.nextEvent_2 span, .nextEvent_2 p {
		font-size: 12px;
	}
	.nextEvent_2 a.btn-default {
		width: 100%;
	}
	
	.listEevent .container {
		padding-right: 0;
	}
	.listEevent .title_color {
		text-align: left;
		margin: 0 0 1em 18px;
		float: left;
		width: 100%;
	}
	.listEevent .title_color span {
		font-size: 22px;
		text-align: left;
		background-position: left bottom;
	}
	
	.inner_list .col-lg-3 {
		margin-top: 3em;
	}
	.inner_list .inner {
		padding-top: 1em;
		margin-top: 0em;
	}
	.inner_list a {
		width: auto!important;
		padding: 8px 15px;
	}
	.listEevent .search_input {
		margin-bottom: 0em;
	}
	.listEevent .search_input .col-xs-12 input {
		background-color: white;
	}
	.addImg4 .title_bubbles span, .addImg5 .title_bubbles span, .title_bubbles_dblue3 span {
		padding-left: 0;
		margin-left: 9%;
		margin-top: 2%;
		padding-bottom: 12px;
	}
	#invitariumBanner.invitariumBanner2 {
		background: url(../img/custom/bck_cercuri_2.png) top left -7em no-repeat transparent;
		background-size: auto 100%;
		padding: 3em 1em 4em;
		margin-top: -3em;
	}
	#invitariumBanner p {
		font-size: 16px;
	}
	.listLogos2 {
		margin-top: 0em;
		margin-bottom: 3em;
	}
	#infoStats .title_bubbles span {
		margin-left: 12%;
		background-size: 79%!important;
	}
	#infoWhoComes {
		padding-bottom: 6em;
	}
	#infoWhoComes .circle_right, #infoWhoComes .circle_left {
		background: none;
		padding: 1em 0;
		margin-bottom: 0;
	}
	#infoWhoComes span.main_name, #infoWhoComes span.main_email {
		font-size: 22px;
		width: 100%;
		text-align: left;
		display: block;
	}
	#infoWhoComes span.main_email {
		font-size: 16px;
		padding-bottom: 11px;
	}
	#infoWhoComes .add_box {
		display: flex;
		justify-content: space-between;
	}
	#infoWhoComes .add_btn, #infoWhoComes .col-sm-9 {
		width: 70%;
		margin-right: 10%;
	}
	#firstLook .add_box .add_person_name {
		margin-bottom: 10px;
	}
	#firstLook .add_box .add_person_name li {
		display: block;
		text-align: left;
	}
	.step5 .form_bck label {
		font-size: 16px;
	}
	#whatsNext .info_bubble span {
		bottom: 7px;
	}
	#infoStats .mauto {
		padding: 0 2em
	}
	#totalBox {
		padding: 1em;
	}
	#totalBox .progress_box img {
		width: 23px;
		bottom: -2px;
	}
	#totalBox .d-flex {
		padding: 50px 0 0;
	}
	.stat_nrs strong {
		font-size: 44px;
	}
	.bottom_bubbles:after {
		background-image: none;
	}
	    
}
@media screen and (max-width: 500px) {
	header .logo img {
		margin-left: 2%;
	}
	.bottom_arrow:after, .top_arrow:before, .top_arrow_mov:before {
		background-position: left -10.4em bottom;
	}
	.title_bubbles_dblue3 span {
		margin-top: 1em;
	}
	.title_bubbles_bblue, .title_bubbles_dblue3 {
		background: transparent url(../img/custom/Separator_mare_blue_mob.png) left top no-repeat padding-box;
		
	}
	#testimPeople div.row {
		padding: 0 10px;
	}
	#whatsNext .info_bubble span {
		bottom: 12px;
	}
	
	.bottom_bubbles:after {
		height: 110px;
	}
	.title_bubbles span {
		width: 59%;
	}
	.bottom_arrow:after, .top_arrow:before, .top_arrow_mov:before {
		height: 35px;
		background-size: 259%;
		background-position: left -10em bottom!important;
	}
	.top_arrow_white:before {
		width: 44px;
		background-position: left top;
		background-size: auto 28px;
		margin-left: 1.1em;
	}
	.title_bubbles_bblue, .title_bubbles_mov, .title_bubbles_dblue {
		margin-left: -1px;
		width: 102%!important;
		height: 130px;
	}
	.title_bubbles span {
		width: 75%;
		padding-bottom: 10px;
		background-size: 74%!important;
		margin-top: 0;
	}
	.textButton {
		padding-bottom: 8em!important;
	}
	#listEevent2 {
		margin-bottom: 0;
	}
	#whatsNext .info_bubble {
		height: 370px;
		padding: 18% 12%;
		background-size: contain;
	}
	#joinEvent div#howTo div {
		margin-bottom: 0;
	}
	#videoLayout .play_video .pulse {
		margin: 19% 0 0 19%;
	}
	#addImg form {
		margin: 0 auto 1em;
	}
	#donateGifts button.btn-newpadding {
		margin-bottom: 0;
	}
	#listGifts a.btn-white {
		margin-bottom: 4em;
	}
	#invitariumBanner.invitariumBanner2 {
		background: url(../img/custom/bck_cercuri_2.png) top left -10em no-repeat transparent;
		background-size: auto 100%;
		padding: 3em 1em 4em;
		margin-top: -3em;
	}
	#infoWhoComes {
		padding-bottom: 3em;
	}
	header .container {
		max-width: none!important;
	}
	footer {
		margin-top: 0;
	}
	footer .copyright {
		margin-top: 1em;
	}
	footer img#footer_logo {
		margin-left: 0;
		width: 100%!important;
		top: -90px;
	}
}



.text-highlight {
    color: #00ffff;
}

.bi-large {
    font-size: 2rem;
}

.img-dots {

}

#whyInvitarium .item {
    background-color: rgb(102,45,145, .8);
    display: block;
    border-radius: 0px 32px;
  
    color: #FFFFFF;
    padding-top: 40px;
    padding-bottom: 40px;

    margin-bottom: 20px;
    margin-top: 20px;

}

#whyInvitarium .first {

    z-index: 99999;
    margin-top: -40px;
    position: relative;

}

#whyInvitarium .item .inner h2 {
  width: 100%;
}


#whyInvitarium .item .inner h1 {
    width: 100%;
  }



  #whyInvitarium .item-blue {
    background-color: rgb(31,91,200, .8);


}


.landing #heroHomepage .container .col-lg-11 {
    margin-bottom: 0;
  }


  .white_color_bubbles span.bubbles {
	color: white;
	background: transparent url(../img/custom/title_circles.png) 71% bottom no-repeat padding-box;
    padding-bottom: 24px;
    background-size: 55%;
}



#whyInvitarium .headings h2 {
    color: #FFFFFF;
    padding-bottom: 12px;
  }

  #whyInvitarium .headings h3 {
    color: #FFFFFF;
  }


  #whyInvitarium h2 {
    color: #FFFFFF;
 
  }


  #whyInvitarium p {
    color: #FFFFFF;
 
  }


  #whyInvitarium h4 {
    font-size: 1.2rem;
  }

  #videoLayout6 {
    margin-top: 20px;
  }

  .padding-top-50 {
    margin-top: 60px;
  } 

  .i-like-it-on-top {
    position: relative;
    z-index: 9999999;
  }


  .hidden {
    display: none;
  }

  .video-container {
    position: relative;
    padding-bottom: 56.25%;
  }
  
  .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  

  #heroHomepage .container .col-lg-11 {
    margin-top: 2%;
  }



       


.pagination li {
    display:inline-block;
    padding:10px;

    
    color: #2D2D2D;
}

.pagination li a {
    font-size: 20px;
    color: #2D2D2D;
    border: 1px solid #DEDEDE;

    padding: 5px 10px;
}


.pagination li.active a {

    color: #93278F;
    border: 1px solid #93278F;
}


.text-mov {
    color: #93278F;
}

.modal {
    z-index: 90095;
}


.close {
    border: 0;
    background-color: transparent;
}


.step6_bubble {
    color: #FFF;
    text-align:left;
    
    padding-top: 35px;
    padding-bottom: 25px;

    padding-left: 20px;


}

.step6_bubble .b_checkbox_2 {
    color: #fff;
  }


.step6_bubble h1 {
    color: #FFF!important;
    font-size: 48px!important;

    padding-bottom: 5px;
    margin: 0!important;
}




.teal_bck {
	background: linear-gradient(66deg, rgba(6,237,246,1) 0%, rgba(43,129,188,1) 100%);
	color: white;
}


.m10 {
    margin: 10px;
}

.mh130 {
    min-height: 130px;
}

.mh140 {
    min-height: 140px;
}

.mh150 {
    min-height: 150px;
}


.text_left {
    text-align:left!important;
}

label.error {
    color: red;
}




.check_list {
    list-style: none;
  }
  
  .check_list li:before {
    content: '✓';
    padding-right: 12px;
    font-size: 18px;
  }


  .btn-cont {
    font-size: 14px;
    padding: 16px;
    max-width: 80%;
  }


  .btn-normal {
    font: normal normal bold 14px Maven Pro;
    padding: 14px 28px;
    font-size: 14px;
  }


  #listGifts .list_gifts .item_gift strong {
 
    font: normal normal bold 17px/17px Maven Pro;
    display: block;
    height: 110px;

}

  #listGifts .list_gifts .item_gift p {
 
    
    display: block;
    height: 90px;

}



main a {
  color: #93278F;

}

main h4 a {
  color: #FFF;

}

#heroSetUp a {
    color: #FFF;
}


.cat-list {
    width: 24%;
}


.jq-toast-wrap {
    top: 80px !important;;
}


textarea {
    color: #45146A;
}

.list_gifts .item_gift .btn-newpadding {
    padding: 1em 0.7em !important;
    font-size: 13px;
    font-weight: 500;

}




.petrecere_craciun {
	background: url(../craciun/bg2.png) top center no-repeat transparent;
	

}




.vezi_cum_arata {
	background: url(../craciun/bg1.png) top center no-repeat transparent;
	background-size: 100%;

}


.vezi_cum_arata h2  span{
	font-size: 28px;

}


.bottom_arrow_petrecere::after {
  background-image: url(../img/custom/bottom_line_arrow.png);
  z-index: 1;
  position: absolute;
  bottom: -14px;
}



.petrecere_craciun li span {
   
}


#heroSetUp.mos_craciun {
    	background: url(../craciun/bg1.png) top center no-repeat transparent;
	
}



#heroSetUp.petrecere_craciun {
    	background: url(../craciun/bg2.png) top center no-repeat transparent;
	
}

