html {
	overflow-x: hidden;
}
body {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	padding-right: 0 !important 
}

.navbar-toggle .icon-bar {
	background-color: #27b698;
	background-image: linear-gradient(to right, #26b498 , #176eb2);
	height: 3px;
	width: 25px;
}

.navbar-toggle .icon-bar + .icon-bar {
	margin-top: 4px;
}

h1 {
	font-weight: 300;
	font-size: 26px;
	margin: 20px 0 50px 0;
	color: #312164;
}

h1:after {
	content: '';
	width: 50px;
	border-bottom: 1px solid #27B698;
	display: table;
	margin-top: 13px
}

h2 {
	font-weight: 300;
	color: #312164;
	font-size: 24px;
}

p {
	color: #312164;
	font-weight: 300;
}

.btn {
	border-radius: 1.3em;
	border: none;
	font-size: 16px;
	font-weight: 400;
}

.btn-primary {
	background-color: #312164;
	background-image: none;
	padding: 9px 29px;
}

.btn-default {
	background-color: #00C789;
	background-image: none;
	padding: 9px 29px;
	color: #fff;
	text-shadow: none;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:active:hover {
	background-color: #413270;
	border: none;
}

.btn-default:hover,
.btn-default:active,
.btn-default:focus,
.btn-default:active:hover {
	background-color: #29c595;
	border: none;
	color: initial;
	text-shadow: none;
	color: #fff
}

.modal-header {
	border-bottom: none;
}

.modal-footer {
	border-top: none;
}

.modal-body {
	padding: 20px
}

.modal-body p {
	font-size: 18px;
	font-weight:300
}

.modal-body ol {
	color: #312164;
	font-weight: 300;
	font-size: 18px;
	margin: 30px 0
}

.modal-header .close {
	color: #012655;
	opacity: 0.7;
}

.modal-content {
	border-radius: 0
}

.v_align {
	top: 50%;
	transform: translateY(-50%);
	position: relative;
}

header .navbar {
	margin-top: 60px;
}

.nav > li > a:hover, .nav > li > a:focus {
	background-color: transparent;
	border-bottom: 1px solid #00C789
}

header .navbar a {
	color: #312164;
	font-weight: 300;
	box-sizing: content-box;
}

.section1 {
	height: 80vh;
	height: calc(100vh - 130px);
	background-image: url(../img/bg1.png);
	background-repeat: no-repeat;
	background-position: center right -200px;
}

.section1 h2 {
	margin: 0 0 7vh 0;
}

.section1 .btn-primary {
	margin: 7vh 0 6vh 0;
}








.section2 {
	padding: 70px 0;
	min-height: 100vh;
	background-image: url(../img/bg2.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	color: #fff;
}

.section2 * {
	color: #fff;
}

.section2 h2 {
	text-align: center
}

.section2 .subtitle {
	text-align: center;
	margin: 15px 0 0 0;
}

.service {
	padding: 40px;
	margin: 20px 0
}

.service h3 {
	color: #00C789;
	font-size: 16px;
	font-weight: 600 
}






.section3 {
	padding: 70px 0;
	min-height: 100vh;
	background-image: url(../img/bg3.png);
	background-repeat: no-repeat;
	background-position: bottom left -300px;
	padding-bottom: 400px;
	margin-bottom: -180px;
	position: relative;
	z-index: 1;
}

.section3 ul {
	padding-left: 0;
}

.misiune {
	padding-top: 70px;
}

.b1 {
	margin-bottom: -30px;
	text-align: center;
}

.b2 {
	text-align: center;
	padding-top: 150px;
}

.ioana {
	margin-top: 120px;
	height: 234px;
}

.ioana h3 {
	color: #00C789;
	font-size: 20px;
	font-weight: 600;
	margin-top: 0;
}

.ioana p {
	color: #00C789;
	margin: 0;
}

.ioana .btn {
	margin-top: 20px
}

.record {
	padding: 20px 0;
	border-bottom: 1px solid #00C789;
	
}

section .in {
	margin-top: 25px;
}

.event_poster {
	max-width: 100%;
}

.section4 {
	padding: 230px 0 70px 0;
	min-height: 100vh;
	background-image: url(../img/bg4.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.section4 h1 {
	color: #fff;
}

.section4 p.quote {
	font-size: 16px;
	font-style: italic;
}

.section4 p.quote .by {
	position: absolute;
	right: 0;
	bottom: -1em;
	/* font-style: italic; */
	font-size: 0.9em;
	letter-spacing: 2px;
}

.section4 p {
	color: #fff;
	font-size: 24px;
}

.section4 .btn-primary,
.btn-secondary {
    background-color: #00C789;
    background-image: none;
    padding: 9px 29px;
    color: #312164;
    margin-top: 20px;
}

.eventClosed {
  	color: #312164;
  	text-align: center;
  	border: 1px solid #00C789;
  	border-radius: 1.3em;
  	margin: 12px 0 0 auto;
  	display: table;
  	padding: 8px 15px;
  	float: left;
  	font-size: 16px;
  	font-weight: 500;
}

.stories {
	margin-top: 150px;
}


.section5 {
	padding: 50px 0 20px 0;
	margin-bottom: -230px;
	/* min-height: 100vh; */
	background-color: #F1F1F1;
}

.section5 .b2 {
	padding-top: 0px
}

.section5 h2 {
	font-size: 47px;
	font-weight: 600;
}

.slick-slide {
	height: auto;
}

.slick-prev:before, .slick-next:before {
	border-bottom: 3px solid #312164;
	border-left: 3px solid #312164;
}

.slick-prev {
    left: -25px
}

.slick-next {
	right: -25px
}

.slick-dots {
	bottom: -50px
}

.slick-dots li button {
	border: 1px solid #524286;
	padding: 2px;
	border-radius: 50%;
}

.card {
	background-color: #fff;
	border-radius: 20px;
	box-shadow: 0px 3px 8px rgba(0,0,0,0.2);
	padding: 15px;
}

.card .poster-wr {
	/* min-height: 480px */
}

.card img {
	width: 100%;
}

.card .title,
.modal-eveniment .title {
	font-weight: 600;
	color: #312164;
	font-size: 25px;
	height: 3em;
}

.card .date,
.modal-eveniment .date {
	font-weight: 500;
    color: #00C789;
    font-size: 24px;
}

.card .btn-primary,
.card .btn-secondary {
    width: 130px;
    margin-top: 20px;
    margin-bottom: 5px;
}

.btn-secondary:hover {
	opacity: 0.85;
}

.card .btn-secondary {
	/* float: right; */
	/* display: none; */
	margin: 12px 0 0 auto;
	display: table;
}





.section5 .event_date {
	color: #00C789;
	font-size: 28px;
	font-weight: 300;
}


.section5 .event_date span {
	font-weight: 600;
}

.section5 .event_speakers_title {
	font-weight: 600;
	font-size: 24px;
	margin-top: 120px;
	margin-bottom: 60px;
	text-align: center;
}

.speaker > img {
	border-radius: 50%;
	max-width: 300px;
	width: 100%;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
}

.speaker_name {
	font-size: 24px;
	font-weight: 600;
	margin: 10px 0 0px 0;
	text-align: center;
}

.speaker_name span {
	color: #22AC90;
}

.speaker_position {
	font-size: 16px;
	text-align: center;
}

.section6 {
	background-color: #312164;
	padding-top: 70px;
	padding-bottom: 70px;
	height: 300px;
}

.section6 .records {
}

.section6 .record p {
	color: #fff;
}

.registration_title {
	color: #fff;
	font-size: 24px;
	font-weight: 600;
}

.section6 h1 {
	color: #fff;
}

.section6 .form h1 {
	font-size: 20px;
	font-weight: 600;
	margin: 0;
}

.form_success {
	color: #fff;
	display: none;
	margin: 14px 0px;
}

.section6 .event_date {
	color: #00C789;
	font-size: 20px;
	font-weight: 300;
	margin-top: 10px
}

.section6 .btn-primary {
	background-color: #00C789;
	background-image: none;
	padding: 9px 29px;
	color: #312164;
	margin-top: 72px;
}

.section6 .btn-primary:hover,
.section6 .btn-primary:active,
.section6 .btn-primary:focus,
.section6 .btn-primary:active:hover {
	background-color: #12c990;
	border: none;
	color: #312164;
}

.form input[type=checkbox] {
	display: none;
}

.form input[type=checkbox]+label {
	color: #fff;
	padding-left: 55px;
	position: relative;
	line-height: 20px;
	cursor: pointer;
	font-weight: 400;
	margin-top: 78px;
}

.form input[type=checkbox]+label span {
	display: inline-block;
	height: 39px;
	width: 42px;
	background-color: #fff;
	position: absolute;
	border: 1px solid #fff;
	left: 0;
}

.form input[type=checkbox]:checked+label span:after {
	content: '';
	height: 13px;
	width: 26px;
	border-bottom: 2px solid #00C789;
	border-left: 2px solid #00C789;
	position: absolute;
	display: block;
	transform: rotate(-50deg);
	top: 10px;
	left: 8px;
}

.form input[type="text"] {
	display: block;
	border: 1px solid #fff;
	width: 100%;
	line-height: 37px;
	margin: 15px 0;
	padding: 0 15px;
}

.form input[type="text"]:first-of-type {
	margin-top: 0;
}

.form input[type=checkbox]+label span.error,
.form input[type="text"].error { 
	border: 1px solid red;
}

::-webkit-input-placeholder { /* Edge */
    color: #312164;
    font-size: 16xp;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #312164;
    font-size: 16xp;
}

::placeholder {
    color: #312164;
    font-size: 16xp;
}

.section7 {
	margin-top: 100px;

}

.quote_mark {
	width: 66px;
	margin-bottom: 20px;
}

#about ul {
    font-weight: 300;
    color: #312164;
    font-size: 24px;
}

#about ul li {
	list-style-type: none;
}

.values {
	margin-top: 50px;
	margin-bottom: 50px
}












footer {
	background-color: #312164;
	padding-top: 70px;
	background-image: url(../img/bg3.png);
	background-repeat: no-repeat;
	background-position: bottom -265px right 10%;
	margin-top: 100px
}

footer .b2 img {
	margin: 0 auto;
	display: table;
	left: 11vw;
	position: relative;
}

footer .b2 {
	padding: 0;
	margin-top: -99px
}

footer * {
	color: #fff;
}

footer .left a {
	display: table;
	margin: 15px 0;
	font-weight: 300;
	font-size: 17px;
}

footer .left a:hover,
footer .left a:focus {
	color: #fff
}

footer .left a.back_to_top {
	margin: 70px 0;
}

footer .left a.back_to_top img {
	margin-right: 15px;
}

footer .in {
	margin-top: 10px
}







.modal-eveniment {
    background-color: rgba(0,0,0,0);
    position: fixed;
    top: 100vh;
    height: 100vh;
    width: 100%;
    left: 0;
    z-index: 1;
    transition: top 0.2s ease-in,background-color 0.2s ease-in 0.2s;
    -webkit-transition: top 0.2s ease-in, background-color 0.2s ease-in 0.2s;
}

.modal-eveniment.vizibil {
	top: 0;
	background-color: rgba(0,0,0,0.6);
}

.modal-eveniment .poster {
	width: 100%;
	margin-top: 20px;
}

.modal-eveniment>div {
	background-color: #fff;
	position:  absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	max-height: 100vh;
	overflow: auto;
	padding-top: 10px;
}

.register-btn {
	/* float: right; */
	margin-top: 9px;
}



.modal-eveniment .descriere p {
	font-weight: 400;
	font-size: 15px;
	line-height: 16px;
}

.titlu-invitati {
	font-weight: 600;
	font-size: 20px;
}

.modal-eveniment .invitati {
	border-bottom: 2px dotted #331e59;
	border-top: 2px dotted #331e59;
	margin: 20px 0;
	padding: 20px 0
}

/* .modal-eveniment>div::-webkit-scrollbar { width: 0 !important }

.modal-eveniment>div { overflow: -moz-scrollbars-none; }

.modal-eveniment>div { -ms-overflow-style: none; } */

.modal-eveniment .speaker > img {
	width: 120px;
	border: 1px solid #4bbba4;
	float: left;
}

.speaker_linkedin {
	padding-left: 10px;
	height: auto;
	width: 10%
}

.modal-eveniment .speaker>div p {
	text-align: left;
	padding-left: 130px;
}

.modal-eveniment .speaker_position {
	font-weight: 400;
	font-size: 14px
}

.modal-eveniment .speaker_name {
	margin-top: 20px
}

.close-modal {
	background-color:#04C78A;
	float: right;
	color: #fff;
	display: inline-block;
	width: 37px;
	height: 37px;
	line-height: 35px;
	font-size: 50px;
	font-weight: 100;
	text-align: center;
	border-radius: 50%;
	position: absolute;
	right: 15px;
	top: 15px;
	cursor: pointer;
	z-index: 1;
}

.mov {
	background-color: #312164;
	padding: 30px 0;
	
	}

.mov .container {
	position: relative;
}

.inactiv .eventClosedMessage  {
	color: #fff;
	font-weight: 600;
	font-size: 25px;
	position: relative;
	margin-top: 2%;
	text-align: center;
	display: block;
	margin-top: 0;
}

.eventClosedMessage {
	display: none;
}

.inactiv .form {
	display: none;
}

.inactiv .container-fluid {
	padding-bottom: 20px;
}

.modal-eveniment .form input[type=checkbox]+label {
	margin-top: 0;
}

.modal-eveniment .form input[type=checkbox]+label a {
	color: #fff;
	text-decoration: underline;
}

.modal-eveniment .form input[type=checkbox]+label a:focus,
.modal-eveniment .form input[type=checkbox]+label a:hover,
.modal-eveniment .form input[type=checkbox]+label a:active {
	color: #fff;
}

.modal-eveniment .numar {
	display: inline-block !important;
	width: 40px !important;
	top: 4px;
	position: relative;
	margin-left: 10px !important;
	padding: 0 !important;
	text-align: center;
}

.modal-eveniment .alege {
	color: #fff;
	display: inline-block;
	float:  left;
	font-weight: 400;
}

.modal-eveniment .rezerva {
	margin-top: 3px;
	float: right;
}

.modal-eveniment .pret {
	padding: 10px 0
}

.modal-eveniment .pret p {
	font-size: 20px;
	font-weight: 400;
}

.modal-eveniment .pret p strong {
	font-weight: 600;
}

.modal-eveniment .pret p span {
	font-weight: 600;
	color: #00C789;
	font-size: 26px;
}

footer .left .in {
	margin-top: 10px;
	display:inline;

}

footer .in img {
    /* float: left; */
    /* display:block; */
    margin-right: 10px;
    width: 35px;
    margin-top: 20px;
/*     margin-bottom: 20px; */
}















@media (max-width: 991px) {
	.modal-eveniment .poster {
		margin-top: 80px
	}
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }


    .eventClosed {
  	margin-top: 0;
}

.stories {
    margin-top: 0;
}

}













@media screen and (max-width: 1300px) {
	.section1 {
		background-size: 776px;
	}
}

@media screen and (max-width: 1200px) {
	.ioana img {
	width: 200px;
	}

	.ioana .in {
		width: 41px;
		margin-top: 20px;
	}
}

@media screen and (max-width: 1100px) {
	.section1 {
		background-size: 576px;
		background-position: center right -138px;
	}
}

@media screen and (max-width: 992px) {
	.section1 {
		background-image: none;
	}

	.section3 {
		background-size: 600px;
		background-position: bottom left -165px;
	}

	.section4 p.quote .by {
		right: 20px;
		bottom: -1.6em;
	}

	.section4 .btn-primary {
		margin-bottom: 70px
	}

	footer {
		background-size: 600px;
		background-position: bottom -181px right 10%;
	}

	.section5 {
		margin-bottom: -223px;
	}

	.speaker {
		text-align: center
	}
}

@media screen and (max-width: 768px) {
	.ioana img {
		margin: 0 auto;
		display: block;
	}

	.v_align {
		top: 0;
		transform: translate(0px);
	}

	.ioana {
		height: auto;
		margin-top: 70px;
		margin-bottom: 70px
	}

	.ioana_cv {
		text-align: center;
		margin-top: 30px
	}

	.section7 .b2 {
		display: none
	}

	.card .title,
    .modal-eveniment .title {
	    height: auto;
    }

    .modal-eveniment .speaker:after {
    	display: table;
        content: " ";
        clear: both
    }
}