
/* Exipora main CSS */
/* CORE CSS */

@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,600&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Oswald:400,600&subset=latin-ext');

body {
	font-family: 'Poppins', sans-serif;
	font-size:1.4em;
	line-height:1.5em;
	overflow-x:hidden;
	font-weight: 300;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 300;
}

section {
	padding:35px 0;
}

h2 {
	font-size:30px;
	margin-top:0;
	margin-bottom:40px;
}

.oswald {
	font-family: 'Oswald', sans-serif;
}

h4 {
	font-size:17px;
	margin-bottom:5px;	
}

.lead {
	font-size:17px;
	letter-spacing:1px;
}

.uppercase {
	text-transform:uppercase;
}

a {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
}

a:hover, a:focus {
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
}


/* NAVIGATION */

.navbar {
	-webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
}

.navbar-custom {
	font-size:14px;
	border-radius:0;
	margin-bottom:0;
	padding:20px 0;
	color:#ffffff;
	font-weight: 400;
}

.navbar-brand {
	padding:0 15px;
}

.navbar-custom .navbar-nav > li > a:hover {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.top-nav-collapse {
	padding: 10px 0;
}

.navbar-custom a {
	color:#ffffff;
}

.navbar-custom .navbar-nav > li > a:hover {
	color: rgba(255, 255, 255, 0.5);
}

.navbar-custom .navbar-toggle {
	background:#ffffff;
}

.top-nav-collapse {
	background: #222;
}

.navbar-custom .navbar-toggle .icon-bar {
	background:#222;
}


/* TOP */

#top {
	background:url(../img/top-bg.jpg) bottom center no-repeat;
	width:100%;
	max-height:auto;
	height:600px;
	margin-bottom:15px;
	position:relative;
	display:table;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	color: #FFF;
}

#top h1 {
	font-size:40px;
	margin-top:2em;
}

/* Countdown */

.countdown {
	display:table-cell;
	vertical-align:middle;
}

#countdown {
	margin:40px 0 90px 0;
	color: #FFF

}

#countdown .countdown_amount {
	font-family: 'Oswald', sans-serif;
	font-size:50px;
	margin-bottom:10px;
}

#countdown .countdown_section {
	font-size:10px;
}


/* SUMAR */


#sumar h2 {
	margin:10px 0;
	font-weight: 400
}
#sumar h3 {
	margin: 0 0 20px 0;
}

#sumar h3 span {
	font-size:30px;
	vertical-align:middle;
	color:#2e2e2e;
}

#sumar h4 {
	margin-bottom:20px;
}

#sumar .lead {
	letter-spacing:0px;
	color:#999999;
}

#sumar i {
	color:#222;
}

#sumar .fa-circle {
	color:#222;
}

/* Milestone */

#milestone {
	width: 100%;
	padding:30px 0;
	overflow: hidden;
	z-index: 0;
	height:auto;
	display:table;
}

.fact {
	text-transform:uppercase;
	display:table-cell;
	vertical-align:middle;

}

.fact .timer {
	font-size:55px;
	line-height:55px;
	font-family: 'Oswald', sans-serif;
}

.fact p {
	font-size:13px;
	letter-spacing:1px;
}

.fact i {
	vertical-align:middle;
	margin:10px 0 5px 0;
}


/* Invitati */

#invitati,
#comitetul {
	background:#efefef;
}

.speaker {
	margin-bottom:30px;
	min-height: 291px
}

.speaker img {
	width:100%;
	display: block;
}

.speaker figure {
	overflow: hidden;
	position: relative;
	display:table;
	width:100%;
}

.speaker figcaption {
	display: table-cell;
	width:100%;
	height:100%;
	left: 0;
	opacity: 0;
	padding:15px;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all 300ms;
	   -moz-transition: all 300ms;
	        transition: all 300ms;
	-webkit-transition-delay: 100ms;
	   -moz-transition-delay: 100ms;
	        transition-delay: 100ms;
	background: rgba(0, 0, 0, 0.80);
	color: #ffffff;
}

.speaker figcaption h4 {
	color:#ffffff;
}
 
.speaker figcaption p {
	font-size: 0.8em;
	color:#ffffff;
	line-height: 1.2em
}

.speaker:hover figcaption {
	opacity: 1;
}

.speaker:hover, .speaker:active {
-webkit-tap-highlight-color: rgba(0,0,0,0);
-webkit-user-select: none;
-webkit-touch-callout: none
}

.speaker .social {
	position:absolute;
	bottom:0px;
	right:10px;
}

.speaker a,
.speaker .social a {
	text-decoration:none;
	margin:0;
	padding:0;
	color:rgba(255, 255, 255, .75);
}
.speaker a:hover,
.speaker .social a:hover{
	text-decoration:none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	color:rgba(255, 255, 255, 1);
}

.speaker .title {
	font-size:12px;
	color:#888888;
	line-height: 1.2em;
	display: inline-block;
}


/* speaker detail popup */

#speaker-detail {
	padding:45px;
	color:#2e2e2e;
	background:#ffffff;
}

#speaker-detail p {
	margin: 0;
}

#speaker-detail h2 {
	font-size:22px;
	margin-bottom:5px;
}

#speaker-detail h3 {
	font-size:18px;
	margin:0 0 20px 0;
	color:#222;
}

#speaker-detail a {
	color:#222;
	padding: 0;
	text-decoration: underline;
}

#speaker-detail a:hover {
	text-decoration:none;
}

#speaker-detail i {
	vertical-align:middle;
	color:#888888;
	padding-right: 10px;
}
	

/* Program */

.event {
	display:table;
	width:100%;
	border-spacing: 10px 5px;
	height: 60px; 
}

.event-inner {
	display: table-row;
}

.event h3 {
	margin:0;
	font-size:15px;
	line-height: 1.4em;
}

.event .icon {
	width:20%;
	padding:8px 5px 5px 5px;
	text-align:center;
	display:table-cell;
	vertical-align:middle;
	color:#ffffff;
	background:#222;
}

.event .icon i {
	display: block;
	margin-bottom: 2px;
	font-weight:100;
}

.event .icon .time {
	font-family: 'Oswald', sans-serif;
	font-size:15px;
	font-weight:300;
	text-align:left !important;
}

.event .description {
	padding: 8px 15px;
	display:table-cell;
	vertical-align:middle;
	background:#efefef;
}

.event .description p {
	font-size:14px;
}

.event .name {
	font-size:14px;
}


/* Schedule Pagination */

#program .item.uppercase {
	background:#222;
	padding:10px;
	color: #FFF;
	margin: 10px
}

#program .item h4,
#program .item h5 {
	margin-bottom:10px;
	text-align:center;
}

@media (max-width: 992px) {


.event .icon .time {
	font-size:14px;
}

.event .icon i {
	font-size: 1em;
}
}


/* VENUE */

.venue-address {
	padding:20px 60px 15px 15px;
	margin:0 15px 0 0;
	min-height:150px;
	position:absolute;
	top:0;
	right: 0;
	color:#ffffff;
	background:rgba(0, 0, 0, 0.80);
	z-index: 2;
}

@media (max-width: 992px) {
.venue-address {
	margin:0;
	position: relative;
	background: #222;
}
}

.venue-address h2 {
	margin:0 0 15px 0;
	color:#ffffff;
	font-size: 25px;
}

.venue p.address {
	margin-top:25px;
}

.address i {
	margin:0 10px 0 0;
 	float:left;
	vertical-align:middle;
}

.venue .fa-inverse {
	color:#ffffff;
}

/* VIDEO */

#video {
	padding:0;
	background: #222;
	width:auto;
	height:auto;
}

@media (max-width: 992px) {
#video .col-md-12 {
	margin: 0 -15px;
}
}

/* TESTIMONIAL */

#testimonial,
#testimonial-2 {
	background:url(../img/testimonial-bg.jpg) bottom center no-repeat fixed;
	width:100%;
	height:auto;
	min-height:225px;
	padding:10px 0 20px 0;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	color:#111;
}

#testimonial .item,
#testimonial-2 .item {
	margin:0 15px;
}

#testimonial img,
#testimonial-2 img {
	margin-bottom:20px;
	vertical-align:middle;
}


#testimonial .item div,
#testimonial-2 .item div {
	display:table-cell;
	vertical-align:middle;
}

#testimonial p,
#testimonial-2 p {
	font-size:17px;
}

#testimonial h4,
#testimonial-2 h4 {
	margin:0 0 10px 0;
	font-size: 30px
}

#quote,
#quote-2 {
	padding-top:30px;
}


/* SPONSOR */

#sponsors .lead {
	font-size:20px;
}

#sponsors h3 {
	font-size:20px;
	color:#999999;
}



@media (max-width: 992px) {

#sponsors img {
	display: block;
	text-align: center;
	margin: 0 auto;
}
}

#sponsors #sp1 {
	background-image: url(../img/logo-primaria-medias-off.gif);
}
#sponsors #sp1:hover {
	background-image: url(../img/logo-primaria-medias.gif);
}

#sponsors #sp2 {
	background-image: url(../img/logo-medias-750-off.gif);
}
#sponsors #sp2:hover {
	background-image: url(../img/logo-medias-750.gif);
}

#sponsors #sp3 {
	background-image: url(../img/logo-transeducatia-off.gif);
}
#sponsors #sp3:hover {
	background-image: url(../img/logo-transeducatia.gif);
}

#sponsors #sp4 {
	background-image: url(../img/logo-sng-off.gif);
}
#sponsors #sp4:hover {
	background-image: url(../img/logo-sng.gif);
}

#sponsors #sp5 {
	background-image: url(../img/logo-usr-off.gif);
}
#sponsors #sp5:hover {
	background-image: url(../img/logo-usr.gif);
}

#sponsors #sp6 {
	background-image: url(../img/logo-transgaz-off.gif);
}
#sponsors #sp6:hover {
	background-image: url(../img/logo-transgaz.gif);
}

#sponsors #sp7 {
	background-image: url(../img/logo-binderbubi-off.gif);
}
#sponsors #sp7:hover {
	background-image: url(../img/logo-binderbubi.gif);
}

#sponsors #sp8 {
	background-image: url(../img/logo-beeline-off.gif);
}
#sponsors #sp8:hover {
	background-image: url(../img/logo-beeline.gif);
}

#sponsors #sp9 {
	background-image: url(../img/logo-intermedia-off.gif);
}
#sponsors #sp9:hover {
	background-image: url(../img/logo-intermedia.gif);
}

#sponsors #sp10 {
	background-image: url(../img/logo-eximtur-off.gif);
}
#sponsors #sp10:hover {
	background-image: url(../img/logo-eximtur.gif);
}

#sponsors #sp11 {
	background-image: url(../img/logo-hz-off.gif);
}
#sponsors #sp11:hover {
	background-image: url(../img/logo-hz.gif);
}

#sponsors #sp12 {
	background-image: url(../img/logo-roth-off.gif);
}
#sponsors #sp12:hover {
	background-image: url(../img/logo-roth.gif);
}

#sponsors #sp13 {
	background-image: url(../img/logo-hera-off.gif);
}
#sponsors #sp13:hover {
	background-image: url(../img/logo-hera.gif);
}

#sponsors #sp14 {
	background-image: url(../img/logo-notari-off.gif);
}
#sponsors #sp14:hover {
	background-image: url(../img/logo-notari.gif);
}

#sponsors #sp15 {
	background-image: url(../img/logo-tech-off.gif);
}
#sponsors #sp15:hover {
	background-image: url(../img/logo-tech.gif);
}


#sponsors a {
	width: 203px;
	height: 135px;
		-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}


/* SUBSCRIBE */


#subscribe {
	background:url(../img/subscribe-bg.png) bottom center no-repeat fixed;
	padding:50px 0;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	color:#ffffff;
}

#subscribe h3 {
	margin-bottom:20px;
}

#subscribe input {
	border-radius:4px;
	color:#ffffff;
	background:rgba(255,255,255, 0.30);
	border:1px solid #ffffff;
}

#subscribe .button {
	margin:0;
}


/* FAQ - GALLERY */


#faq-gallery {
	padding:70px 0;
	background:#ececec;
}

#faq-gallery p {
	margin-bottom:20px;
}

#faq-gallery a:hover {
	text-decoration:none;
}

#faq i {
	margin-right:10px;
	vertical-align:middle;
	color:#222;
}

#gallery img {
	margin-bottom:30px;
}

#gallery img:hover {
	opacity:0.5;
	filter:Alpha(opacity=50); /* IE8 and earlier */
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;	
}


/* REGISTER */

#register {
	padding:70px 0;
	background:url(../img/register-bg.png) center center no-repeat fixed;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
}

.price-table-header {
	padding:30px 0;
	display:table;
	height:auto;
	cursor:pointer;
	color:#ffffff;
	background:#222;
}

.price-table-header .price {
	font-family: 'Oswald', sans-serif;
	font-size:61px;
	font-weight:700;
	margin-bottom:10px;
	line-height:61px;
}

.price-table-header .title {
	font-size:22px;
	padding-bottom:20px;
	line-height:22px;
}

.price-table-description {
	width:100%;
	margin:0;
	padding:0;
	height:auto;
	display:table;
	list-style-type:none;
	background:#ffffff;
}


.price-table-description .stripe {
	color:#ffffff;
	background:#222;
}

.description-item {
	padding:10px 0;
	color:#2e2e2e;
}


#register .lead {
	font-size:31px;
}

#register .timer {
	font-size:36px;
}


/* register form */

#register-form {
	padding:25px;
	background:#ffffff;
}

#register-form h2 {
	margin-bottom:15px;
}

.register-form {
	margin-top:20px;
}

#register {
	color:#ffffff;
}


/* CONTACT */

#contact {
	font-size:16px;
	padding:0;
	position:relative;
}

.contact {
	padding: 30px 100px 15px 15px;
	margin:0;
	height:577px;
	position:absolute;
	bottom:0;
	color:#ffffff;
	background:rgba(0, 0, 0, 0.8);
}

@media (max-width: 992px) {

.contact {
	padding: 30px 15px 15px 15px;
	margin:0 -15px;
	height:576px;
	position:relative;
	background: #222;
}

}

.contact h2 {
	margin-bottom:10px;
}

#contact .address {
	margin:20px 0;
}

#contact .credits {
	position:absolute;
	bottom:0;
	margin:10px 0;
	line-height: 1.2;
	font-size: 12px;
}

#contact .credits a {
	padding: 0;
}

.contact .button {
	color: #ffffff;
	background:#444;
}


#gmap_canvas {
	position:relative;
	height:576px;
	width:100%;
}

#gmap_canvas img{
	max-width:none!important;
	background:none!important
}

.social .fa-inverse {
	color:#222;
}

a.social {
	text-decoration:none;
	margin:0;
	padding:0;
	color:rgba(255, 255, 255, 0.65);
}

a.social:hover{
	text-decoration:none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	color:rgba(255, 255, 255, 1);
}


/* MISC */

/* FORM ELEMENTS */

input[type="text"],
input[type="email"],
textarea {
	font-size:15px;
	font-family:inherit;
	width:100%;
	min-height:30px;
	padding:12px 10px;
	border:0;
	border:1px solid #2e2e2e;
	margin-bottom:20px;
	outline:none;
	color:#2e2e2e;
} 

::-webkit-input-placeholder {
   color: #2e2e2e;
}

:-moz-placeholder { /* Firefox 18- */
   color: #2e2e2e;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #2e2e2e;  
}

:-ms-input-placeholder {  
   color: #2e2e2e;  
}


/* BUTTONS */

.button {
	font-size: 10px;
	text-transform: uppercase;
	border: none;
	margin: 15px 0;
	padding: 5px 15px;
	display: inline-block;
	position: relative;
	outline: none;
	cursor: pointer;
	-webkit-border-radius:4px;
	   -moz-border-radius:4px;
	   		border-radius:4px;
		-webkit-transition: all 0.3s;
		   -moz-transition: all 0.3s;
	            transition: all 0.3s;
	color: inherit;
	background: none;
}

.button:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	        transition: all 0.3s;
}

.button-big {
	padding:15px 25px;
	font-size:18px;
	border-radius:4px;
	-webkit-border-radius:4px;
	   -moz-border-radius:4px;
}

.button-light {
	border: 1px solid #ffffff;
	color: #ffffff;
}

.button-dark {
	color: #ffffff;
	background:#222;
}

.button-light:hover,
.button-light:active {
	text-decoration:none;
	color: #222;
	background: #ffffff;
}

.button-dark:hover,
.button-dark:active {
	text-decoration:none;
	color: #ffffff;
	background: #666;
}


/* PRELOAD */


#preload {
	position: fixed;
	top:0;
	left:0;
	bottom:0;
	right:0;
	width: 100%;
	height: 100%; 
	z-index: 9999;
	display:table;
	background:#ececee;
}

.preload {
	display:table-cell;
	vertical-align:middle;
	width: 100%;
	height: 100%;
}

.loader {
  margin: 3em auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #222;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}

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

/* magnific popup */
.mfp-bg {
	background:#222;
}