body {
	font-family: "PFCentroSansPro-Regular", Helvetica, Arial, sans-serif;
	font-size: 15px;
}
html {
	overflow: auto;
    font-family: 'PFCentroSansPro-Regular', Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.38;
}

/*text*/
h1,h2,h3,h4,h5,h6 {
    font-family: 'PFCentroSerifPro-Regular', serif;
    font-weight: normal;
	line-height: 1.4em;
	padding: 0;
	margin: 0px 0 20px 0px;
}
h3 {
    margin: 0px 0 20px 0px;
    padding-top: .4rem;
    line-height: 1.4em;
}

.sansxthin {
	font-family: "PFCentroSansPro-XThin";
}

.sans {
	font-family: "PFCentroSansPro-Regular";
}

.sansthin {
	font-family: "PFCentroSansPro-Thin";
}

.serifbold {
	font-family: 'PFCentroSerifPro-Bold';
}

.serif {
	font-family: "PFCentroSerifPro-Regular";
}

p {
	margin: 0px 0 20px 0px;
	padding: 0;
}

p, ul, ol, li {
  line-height: 1.5em;
  font-size: 14px;
  font-smooth: auto;
}

.none-underline {
	text-decoration: none;
}

.underline {
	text-decoration: underline;
}

.uppercase {
	text-transform: uppercase;
}

.bg-grey-practicum-1 {
	background-color: #98a6b6 !important
}

.bg-grey-practicum-2 {
	background-color: #7a8b9e !important
}

.bg-grey-practicum-3 {
	background-color: #5e7285 !important
}

.bg-yellow-practicum {
	background-color: #dfe16a !important
}

.bg-green-practicum {
	background-color: #2a622a !important
}


.text-grey-practicum-1 {
	color: #98a6b6 !important
}

.text-grey-practicum-2 {
	color: #7a8b9e !important
}

.text-grey-practicum-3 {
	color: #5e7285 !important
}

.text-yellow-practicum {
	color: #dfe16a !important
}

.text-green-practicum {
	color: #2a622a !important
}

/* duotone */
/* --bg-blend:

mix-blend-mode: normal;
mix-blend-mode: multiply;
mix-blend-mode: screen;
mix-blend-mode: overlay;
mix-blend-mode: darken;
mix-blend-mode: lighten;
mix-blend-mode: color-dodge;
mix-blend-mode: color-burn;
mix-blend-mode: hard-light;
mix-blend-mode: soft-light;
mix-blend-mode: difference;
mix-blend-mode: exclusion;
mix-blend-mode: hue;
mix-blend-mode: saturation;
mix-blend-mode: color;
mix-blend-mode: luminosity;  */

:root {
	--base:              #c6c7cb;
	--bg-blend:          overlay;
	--blur:              0px;
	--fg-blend:          overlay;
	--foreground:        #5e7285;
	--opacity:           1;
	--spacing:           0px;
}

.img-duotone {
	background-color:    var(--base);
	display:             flex;
	flex:                1 1 100%;
	height:              100%;
	overflow:            hidden;
	padding:             var(--spacing);
	position:            relative;
}

.img-duotone img {
	filter:              grayscale(100%) brightness(0.9) contrast(0.9) blur(var(--blur));
	flex:                1 0 100%;
	height:              100%;
	max-width:           100%;
	mix-blend-mode:      var(--bg-blend);
	object-fit:          cover;
	opacity:             var(--opacity);
	position:            relative;
	width:               100%;
}

.img-duotone::before {
	background-color:    var(--foreground);
	bottom:              0;
	content:             '';
	height:              100%;
	left:                0;
	mix-blend-mode:      var(--fg-blend);
	position:            absolute;
	right:               0;
	top:                 0;
	width:               100%;
	z-index:             1;
}

/* duotone end */


/* header duotone */
/* --bg-blend:

mix-blend-mode: normal;
mix-blend-mode: multiply;
mix-blend-mode: screen;
mix-blend-mode: overlay;
mix-blend-mode: darken;
mix-blend-mode: lighten;
mix-blend-mode: color-dodge;
mix-blend-mode: color-burn;
mix-blend-mode: hard-light;
mix-blend-mode: soft-light;
mix-blend-mode: difference;
mix-blend-mode: exclusion;
mix-blend-mode: hue;
mix-blend-mode: saturation;
mix-blend-mode: color;
mix-blend-mode: luminosity;  */

:root {
	--base:              #c6c7cb;
	--bg-blend:          overlay;
	--blur:              0px;
	--fg-blend:          overlay;
	--foreground:        #5e7285;
	--opacity:           1;
	--spacing:           0px;
}

.header-duotone {
	background-color:    var(--base);
	display:             flex;
	flex:                1 1 100%;
	height:              100%;
	overflow:            hidden;
	padding:             var(--spacing);
	position:            relative;
}

.header-duotone img {
	filter:              grayscale(100%) brightness(0.9) contrast(0.9) blur(var(--blur));
	flex:                1 0 100%;
	top:                 -11em;
	max-width:           100%;
	mix-blend-mode:      var(--bg-blend);
	opacity:             var(--opacity);
	position:            relative;
	width:               100%;
	margin:              auto;
	min-height:          100%;
}

.header-duotone::before {
	background-color:    var(--foreground);
	bottom:              0;
	content:             '';
	height:              100%;
	left:                0;
	mix-blend-mode:      var(--fg-blend);
	position:            absolute;
	right:               0;
	top:                 0;
	width:               100%;
	z-index:             1;
}

/* header duotone end */





.tintedbg {
	background: rgba(49, 59, 69, 0.49)
}

.bg-gradient {
	background: linear-gradient(138deg, rgba(49, 69, 105, 0.51), rgba(60, 60, 73, 0.77) 48.32%, rgba(46, 38, 49, 0.49) 85.71%, rgba(44, 17, 41, 0.79));
}


.grayscale-header {
    -o-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -ms-filter: grayscale(1);
    filter: grayscale(1);
    -ms-filter: grayscale(1);
    -o-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -webkit-filter: gray;
    filter: gray
}



.grayscale iframe, .grayscale object, .grayscale embed {
    -o-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -ms-filter: grayscale(1);
    filter: grayscale(1);
    -ms-filter: grayscale(1);
    -o-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -webkit-filter: gray;
    filter: gray
}

.grayscale iframe:hover, .grayscale object:hover, .grayscale embed:hover, .grayscale-header:hover {
	-o-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -ms-filter: grayscale(0);
    filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -webkit-filter: none;
    filter: none
}

.speaker:hover .speaker__image:hover {
	-o-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -ms-filter: grayscale(0);
    filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -webkit-filter: none;
    filter: none
}

.material-icons.md-18, .material-icons-new.md-18 { font-size: 18px;position: relative;top: 5px;}
.material-icons.md-24, .material-icons-new.md-24 { font-size: 24px;position: relative;top: 5px;}
.material-icons.md-36, .material-icons-new.md-36 { font-size: 36px;position: relative;top: 5px;}
.material-icons.md-48, .material-icons-new.md-48 { font-size: 48px;position: relative;top: 5px;left: -0.15em;}

/* Rules for using icons as black on a light background. */
.material-icons.md-dark { color: rgba(0, 0, 0, 0.54); }
.material-icons.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); }

/* Rules for using icons as white on a dark background. */
.material-icons.md-light { color: rgba(255, 255, 255, 1); }
.material-icons.md-light.md-inactive { color: rgba(255, 255, 255, 0.3); }


.space-sep20 {clear: both;display: block;height: 20px;}
.space-sep40 {clear: both;display: block;height: 40px;}
.space-sep60 {clear: both;display: block;height: 60px;}
.space-sep80 {clear: both;display: block;height: 80px;}
.space-sep100 {clear: both;display: block;height: 100px;}

.no-margin {
	margin-bottom: 0 !important;
	margin-top: 0 !important;
}

.no-padding {
	padding-bottom: 0 !important;
	padding-top: 0 !important;
}

.videoEmbedded {
	position: relative;
	padding-bottom: 56.3%;
	padding-top: 0px;
	margin: 0;
	height: 0;
}
.videoEmbedded iframe, .videoEmbedded object, .videoEmbedded embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.relative-media {
	position: relative;
	top: 4em;
}
.slick-dotted.slick-slider {
	margin-bottom: 0;
}
.thick {
    height: 4px;
    background-color: #333;
}

.dashed {
     border: 1px dashed #333;
     padding: 1.5em 1em;
}
.dashed:before,
.dashed:after {
  content: "";
  display: table;
}
.dashed:after {
  clear: both;
}
.dashed:hover {
  *zoom: 1.4;
}


.position {
border-top: 1px #000 solid;
padding-top: 10px;
font-size: 14px;
}


.navmenu {
	display: inline-block;
	position: relative;
	width: auto;
	float: right;
}

.navmenu a:hover {
	border-bottom: 1px #fff dashed  !important;
}

a {
color: #1362aa;
text-decoration: none;
-webkit-tap-highlight-color: transparent;
}

.btn:hover, .btn-large:hover, .btn-small:hover {
background-color: #ffea20 !important;
}

.navmenu a {
	margin-left: 2em;
}

.navmenu .lang-second {
	margin-left: 0 !important;
}

.navmenu .lang-first {
	margin-left: 2em !important;
}


h3.header {
	font-size: 2.5rem;
	line-height: 1em;
}

.modal-close {
	display: inline-block;
	margin: 11px 20px;
}

.speakers {
	font-size: 21px;line-height: 1.3em;margin-bottom: 7px;margin-top: 0em;
}

.speakers-p {
	font-size: 13px;line-height: 1.4em;margin-bottom: 7px
}

.bg-nav {
	background: #fff;
	padding: 5px 0px;
}


nav ul a,
nav .brand-logo {
  color: #444;
}

.btn:hover, .btn-large:hover, .btn-small:hover {
	background-color: #67a7dc;
}

.parallax-container {
  min-height: 550px;
  line-height: 0;
  height: auto;
  color: rgba(255,255,255,.9);
  margin-top: 4.8em;
}



.parallax-container .section {
    width: 100%;
  }
.iconicon {
	font-size:79px;
}

.small {
	font-size: .8em;
	line-height: 1.4 !important;
	border-top: 1px dotted #5e686c;
	padding-top: 7px;
}

.smallx {
	font-size: .8em;
}



.collection .collection-item {
	padding: 20px 20px;
	background-color: #1362aa;
}

@media only screen and (max-width : 992px) {
  .parallax-container .section {
    position: absolute;
    top: 40%;
  }
  #index-banner .section {
    top: 20%;
  }
}

@media only screen and (max-width : 600px) {
  #index-banner .section {
  /*  top: 0;*/
  }
    #index-banner h1 {
	font-size:3rem;
	font-weight: bold;
  }

  .timetable h5 {
	  font-size: 1.3rem;
  }

  .iconicon {
	font-size:35px;
}
}

@media only screen and (max-width : 450px) {
  #index-banner .section {
  /*  top: 0;*/
  }
    #index-banner h1 {
	font-size:2.6rem;
	font-weight: bold;
  }
  input#phone {
	  width:80%;
  }
  h2 {
	  font-size: 2.5rem;
  }
}

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
  font-size: inherit;
}

footer.page-footer {
  margin: 0;
}


#index-banner {
	padding-top: 100px;
	min-height: 600px;
}
#logo-contacts {
    height: 100px;
    position: absolute;
    width: 100%;
	z-index:10;
}
.titledate1 {
	margin-bottom:0;
}
.titledate2 {
 	font-size: 1.3rem;
}
.titleplace1 {
    font-size: 1.3rem;
    margin-bottom: 0;
    margin-top: 30px;
}
.titleplace2 {
 	font-size: 0.9rem;
    margin-top: 0;
}
.bitdown{
	margin-bottom:-20px;
}
.md70 {
	font-size:70px;

}
.spname {
	font-size:0.9rem;
	line-height: 1.3rem;
}


.text-12 {
    font-size: 0.85em;
}
.text-15 {
    font-size: 1.07em;
}
.text-18 {
    font-size: 1.25em;
}

.logo{
	width: 85px;
	margin-top: 7px;
	margin-bottom: 3px;
}



label, .char_count {
    color: #ffffff!important;
}

.multiple-select-dropdown label {
	color: #000!important;
	font-size: 16px;
}

.dropdown-content li>a, .dropdown-content li>span {
font-size: 16px;
color: #000;
}

label.error  {
	color: #fbbfc3 !important;
	position: relative;
	top: 0px;
	left: 0px !important
}
input.error, .telerror, select.error {
    border: 1px solid #fbbfc3 !important;
    margin-bottom: 0;
	color:#fbbfc3!important
}
.char_count {
    float: right;
    margin-right: 30px;
}
#index-banner h1 {
    text-shadow: 1px 2px 4px #454545;
}
.intl-tel-input .country-list {
	background-color:#454545
}
.inlinelink {
	border-bottom:1px dashed;
}

.caption {
	position: absolute;
	text-align: left;
	z-index: 99;
	left: 0;
	right: 0;
	top: 48%;
	-webkit-transform: translateX(-48%);
	transform: translateX(-48%);
	-webkit-transform: translateY(-48%);
	transform: translateY(-48%)
}

.weight300 {
	font-weight:300;
}

.titleheader h3 {
	line-height: 0.9;
	font-size: 12em;
}

.uppercase {
	text-transform: uppercase;
}

.topnav.pinned {

    width: 100%;
    left: 0;
	z-index:10;
}

.slider .slides li .caption {
    right: 5%;
    width: 60%;
	left:unset;
}
#titlevideoblock {
    height: 650px;
    margin-top: -40px;
}

.titleheader {
	margin-top: 7em;
}

.titleheader h1 {
	font-size: 3.5em;
	padding-top: 10px;
}
.titleheader h4 {
	font-size: 1.5em;

}
.titledate1 {
	margin-bottom:0;
}
.titledate2 {
 font-size: 1.3rem;
}
.titleplace1 {
    font-size: 1.3rem;
    margin-bottom: 0;
    margin-top: 30px;
}
.titleplace2 {
 font-size: 0.9rem;
    margin-top: 0;
}
.max-150 {
	width:80px;
}

.carousel {
	height: 400px;
}


.carousel .carousel-item {
	width: 600px;
	height: 400px;
}

.sidenav {
	top: 0;
	position: fixed;
	right: 10px!important;
	font-size: 45px;
	width: 260px;
}

.sidenav li>a {
	line-height: 1em;
	color: rgba(0,0,0,0.87);
	display: block;
	font-size: 14px;
	font-weight: 500;
	height: 30px;
	padding: 0 32px;
	margin: 7px 0px;
}

.sidenav>a {
	padding: 0 32px !important;
}

.sidenav-trigger i{
	font-size:40px;
}

nav .sidenav-trigger {
float: right;
height: 70px;
margin: 0 0px;
}

nav .sidenav-trigger i {
height: 70px !important;
line-height: 70px !important;
}

.card-content {
	font-size: 1.2em;font-weight: 300;padding: 30px 60px;
}

.text-upper {
	text-transform: uppercase;
	letter-spacing: 4px;
	font-size: 0.9em;
}

.btn-call {
	display: block;
	border: 1px solid #333;
	padding: 1.8em;
	color: #333;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
}

.btn-call-white {
	display: block;
	border: 1px solid #fff;
	padding: 2.4em;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
}

.practicum-btn {
	display: block;
	border: 1px solid #fff;
	padding: 1.8em;
	color: #fff !important;
	text-align: center;
	background: transparent;
	vertical-align: middle;
	width: 100%;
	cursor: pointer;
}

.btn-bio {
	border-bottom: 1px #000 dashed !important;
	color: #000;
	cursor: pointer;
}

.desc {
	font-size: 1.4em !important;
}

.desc-1 {
	font-size: 1.2em !important;
}

.desc-2 {
	font-size: .9em !important;
}

.block {
	height: 10em;
	position: relative
}
.block p {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%)
}

.nav-scroll {
	position: fixed;
	top: 0px;
	width: 100%;
	display: block;
	transition: top 0.3s;
	z-index: 999;
	line-height: 20px;
	color: #fff;
	background-color: transparent;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2)
}

nav a {
	color: #fff;
}

.block p  {
font-size: 1em;
line-height: 1.5em;
font-weight: 400;
text-transform: uppercase;
padding: 20px 40px;
}


input:not([type]), input[type=text]:not(.browser-default), input[type=password]:not(.browser-default), input[type=email]:not(.browser-default), input[type=url]:not(.browser-default), input[type=time]:not(.browser-default), input[type=date]:not(.browser-default), input[type=datetime]:not(.browser-default), input[type=datetime-local]:not(.browser-default), input[type=tel]:not(.browser-default), input[type=number]:not(.browser-default), input[type=search]:not(.browser-default), textarea.materialize-textarea {
	color:#fff !important;
}


input:not([type]), input[type=text]:not(.browser-default), input[type=password]:not(.browser-default), input[type=email]:not(.browser-default), input[type=url]:not(.browser-default), input[type=time]:not(.browser-default), input[type=date]:not(.browser-default), input[type=datetime]:not(.browser-default), input[type=datetime-local]:not(.browser-default), input[type=tel]:not(.browser-default), input[type=number]:not(.browser-default), input[type=search]:not(.browser-default), textarea.materialize-textarea {
	border-bottom: 1px solid #cfd8dc;
}

input:not([type]), input[type=text]:not(.browser-default), input[type=password]:not(.browser-default), input[type=email]:not(.browser-default), input[type=url]:not(.browser-default), input[type=time]:not(.browser-default), input[type=date]:not(.browser-default), input[type=datetime]:not(.browser-default), input[type=datetime-local]:not(.browser-default), input[type=tel]:not(.browser-default), input[type=number]:not(.browser-default), input[type=search]:not(.browser-default), textarea.materialize-textarea {
	font-family: "PFCentroSansPro-Thin";
}


input:not([type]):focus:not([readonly]), input[type=text]:not(.browser-default):focus:not([readonly]),
input[type=password]:not(.browser-default):focus:not([readonly]),
input[type=email]:not(.browser-default):focus:not([readonly]),
input[type=url]:not(.browser-default):focus:not([readonly]), input[type=time]:not(.browser-default):focus:not([readonly]),
input[type=date]:not(.browser-default):focus:not([readonly]),
input[type=datetime]:not(.browser-default):focus:not([readonly]),
input[type=datetime-local]:not(.browser-default):focus:not([readonly]),
input[type=tel]:not(.browser-default):focus:not([readonly]), input[type=number]:not(.browser-default):focus:not([readonly]),
input[type=search]:not(.browser-default):focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #dfe16a !important;
    -webkit-box-shadow: 0 1px 0 0 #dfe16a !important;
    box-shadow: 0 1px 0 0 #dfe16a !important
}


.timeline {
  position: relative;
  display: block;
  overflow: none;
	background-color: #5e686c;
	margin-top: 3%;
	color: #cdd3d7;
}

.background {
	background: linear-gradient(0deg, #5e686c 12px, #cdd3d7 12px, #cdd3d7 12px);
	width: 1px;
	height: 44px;
	margin-right: 66px;
	display: inline-block;
	left: 50px;
	top: 19px;
	position: relative;
}

.background-up {
	background: linear-gradient(180deg, #5e686c 12px, #cdd3d7 12px, #cdd3d7 12px);
	width: 1px;
	height: 44px;
	margin-right: 66px;
	display: inline-block;
	left: 50px;
	bottom: 12px;
	position: relative;
}
.dot {
  display: block;
  position: absolute;
  top: 1px;
  left: -11px;
}

.dot-up {
  display: block;
  position: absolute;
  bottom: 2px;
  left: -10px;
}

.year {
	position: relative;
	color: #cdd3d7;
	bottom: 6px;
	left: 20px;
	font-size: 1.2em;
}

.year-up {
  position: relative;
  top: 31px;
  color: #cdd3d7;
  left: 20px;
  font-size: 1.2em;
}


.topics p {
	text-indent: -19px;
	padding-left: 19px;
}

.smally {
font-size: 1em;
margin: 0px 0 7px 0px;
font-family: "PFCentroSansPro-Thin";
}


/*-------------------------------------------------------*/
/*                    PROGRAM                            */
/*-------------------------------------------------------*/

#top-bar iframe, #top-bar object, #top-bar embed  {
	display: none !important
}


/*-------------------------------------------------------*/
/*                    SPEAKERS                           */
/*-------------------------------------------------------*/


@media screen and (max-width: 1020px) {
	.speaker, .speaker.speaker--small {
width: 380px;
white-space: nowrap;
float: left;
height: auto;
margin-bottom: 20px;
}

.speaker.speaker--small:last-child {
margin-top: 2px;
margin-bottom: 20px;
}

}



@media screen and (max-width: 1020px) {
	.speaker, .speaker.speaker--small {
width: 380px;
white-space: nowrap;
float: left;
height: auto;
margin-bottom: 20px;
}
}


@media screen and (max-width: 1020px) {
	.speaker, .speaker.speaker--big {
width: 380px;
white-space: nowrap;
float: left;
height: auto;
margin-bottom: 20px;
}
}




@media screen and (max-width: 1020px) {
	.speaker, .speaker.speaker--big {
width: 380px;
white-space: nowrap;
float: left;
height: auto;
margin-bottom: 20px;
}
}



@media screen and (max-width: 1020px) {
.speaker {
width: auto;
height: auto;
display: block;
}
}



.speaker {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative
}


.speaker__image {
    -o-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -ms-filter: grayscale(1);
    filter: grayscale(1);
    -ms-filter: grayscale(1);
    -o-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -webkit-filter: gray;
    filter: gray
}

.speaker__image:hover {
    -o-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -ms-filter: grayscale(0);
    filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -webkit-filter: none;
    filter: none
}

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

@media screen and (max-width:1020px) {
    .speaker .speaker__image {
        display: inline-block;
        /* width: 110px;
        height: 110px; */
        vertical-align: middle
    }
}

@media screen and (min-width:1020px) {
    .speaker .speaker__info {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 370px;
        padding: 20px;
        box-sizing: border-box;
        white-space: normal;
        background-color: #344757;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        -ms-transform: translateY(100%);
        -webkit-transition: .2s ease-out;
        transition: .2s ease-out;
        -ms-transition: .2s ease-out
    }
}

@media screen and (max-width:1020px) {
    .speaker .speaker__info {
        display: inline-block;
        vertical-align: middle
    }
}

.speaker .speaker__info .speaker-name {
    white-space: nowrap;
    font-style: normal;
    line-height: inherit;
    font-weight: inherit;
    font-size: 24px;
    color: #fff
}

@media screen and (max-width:1020px) {
    .speaker .speaker__info .speaker-name {
        font-size: 18px;
        color: #344757;
        white-space: normal
    }
}

.speaker .speaker__info .speaker-company,
.speaker .speaker__info .speaker-profession {
    margin-top: 15px;
    width: 320px;
    font-style: normal;
    line-height: inherit;
    font-weight: inherit;
    font-size: 16px;
    color: #fff
}

@media screen and (max-width:1020px) {
    .speaker .speaker__info .speaker-company,
    .speaker .speaker__info .speaker-profession {
        color: #332f2e;
        font-size: 13px;
        width: auto
    }
}

@media screen and (min-width:1020px) and (max-width:1220px) {
    .speaker .speaker__info .speaker-company,
    .speaker .speaker__info .speaker-profession {
        width: 182px
    }
}

.speaker:hover .speaker__info {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -ms-transform: translateY(0)
}

.speaker.speaker--small {
    width: 100%;
    height: 100%;
    overflow: visible;
    position: relative
}

.speaker.speaker--big {
	width: 100%;
    height: 100%;
    overflow: visible;
    position: relative
}


.speaker.speaker--small:first-child {
    margin-bottom: 1px
}


@media screen and (min-width:1020px) {
    .speaker.speaker--small .speaker__info {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        width: 0;
        overflow: hidden;
        z-index: 10;
        top: 80%;
        padding: 0;
        bottom: auto;
		right:0;
    }
}

@media screen and (min-width:1020px) {
    .speaker.speaker--small:hover .speaker__info {
        width: 370px;
        padding: 20px
    }
}

@media screen and (min-width:1020px) and (max-width:1220px) {
    .speaker.speaker--small:hover .speaker__info {
        left: 11px;
        width: 100%;
        min-width: 250px;
    }
}

@media screen and (max-width:1020px) {
    .speaker, .speaker.speaker--small {
       /* width: 380px; */
        white-space: nowrap;
        float: left;
        height: auto;
        margin-bottom: 20px
    }

    .speaker .speaker__info,
    .speaker.speaker--small .speaker__info {
        box-sizing: border-box;
        padding-right: 20px;
        /* width: 270px; */
        white-space: normal;
        padding-left: 20px
    }
}

@media screen and (max-width:760px) {
    .speaker, .speaker.speaker--small {
        width: 100%
    }

    .speaker .speaker__info,
    .speaker.speaker--small .speaker__info {
       /* width: calc(100% - 110px) */
    }
}



@media screen and (min-width:1020px) {
    .speaker.speaker--big .speaker__info {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        width: 0;
        overflow: hidden;
        z-index: 10;
        top: 90%;
        padding: 0;
        bottom: auto

    }
}

@media screen and (min-width:1020px) {
    .speaker.speaker--big:hover .speaker__info {
        width: 370px;
        padding: 20px
    }
}


@media screen and (min-width:1020px) and (max-width:1220px) {
    .speaker.speaker--big:hover .speaker__info {
        left: 11px;
        width: 100%;
        min-width: 250px;
    }
}

@media screen and (max-width:1020px) {
    .speaker, .speaker.speaker--big {
       /* width: 380px; */
        white-space: nowrap;
        float: left;
        height: auto;
        margin-bottom: 20px
    }

    .speaker .speaker__info,
    .speaker.speaker--big .speaker__info {
        box-sizing: border-box;
        padding-right: 20px;
       /* width: 270px; */
        white-space: normal;
        padding-left: 20px
    }
}

@media screen and (max-width:760px) {
    .speaker, .speaker.speaker--big {
        width: 100%
    }

    .speaker .speaker__info,
    .speaker.speaker--big .speaker__info {
     /*   width: calc(100% - 110px) */
    }
}





/*-------------------------------------------------------*/
/*                    RESPONSIVE                         */
/*-------------------------------------------------------*/
@media only screen and (min-width:220px) and (max-width:479px) {
	.card-content {font-size: 1em;line-height: 1.4em;padding: 15px 15px;}
	.caption h1 {font-size: 1.4em;padding-bottom: 20px;padding-top: 20px;text-transform: uppercase;}
	#titlevideoblock div {background-position: 80% 50% !important;}
	.parallax-container {margin-top: 4.7em;min-height: 91vh;}
	.caption h4 {font-size: 1.1em; margin-bottom: 0em;}
	h5 {margin-top: 1.1em;font-size: 1.3em;}
	.btn, .btn-large, .btn-flat {padding: 0 1rem;}
	.caption h3 {font-size: 1.4em;}
	row .col.sk2 {
		width: 14.2872%;
		margin-left: auto;
		left: auto;
		right: auto;
	}
	.partner {font-size: 2em;}
	h3 {font-size: 1.5em;}
	h4 {font-size: 1.2em;}
	.logo {width: 80px;margin-top: 11px}
	.logo2 {width: 110px;margin-top: 30px;}
	nav a.sidenav-trigger, nav a.sidenav-trigger i {height: 70px;line-height: 70px;}
	.relative-media {position: relative;top: 0em;}
	.dashed {margin-top: 40px;}

}
@media only screen and (min-width:321px) and (max-width:479px) {
	.card-content {font-size: 1em;line-height: 1.4em;padding: 15px 15px;}
	.caption h1 {font-size: 1.7em;padding-bottom: 20px;padding-top: 20px;}
	#titlevideoblock div {background-position: 80% 50% !important;}
	.parallax-container {margin-top: 4.7em;min-height: 91vh;}
	.caption h4 {font-size: 1.6em; margin-top: 0em;}
	h3 {font-size: 1.4em;}
	h5 {margin-top: 1.3em;font-size: 1.3em;}
	.btn, .btn-large, .btn-flat {padding: 0 1rem;}
	.caption h3 {font-size: 1.4em;}
	row .col.sk2 {
		width: 14.2872%;
		margin-left: auto;
		left: auto;
		right: auto;
	}
	h3 {font-size: 1.5em;}
	h4 {font-size: 1.2rem;}
	.logo {width: 80px;}
	.logo2 {width: 110px;margin-top: 30px;}
	nav a.sidenav-trigger, nav a.sidenav-trigger i {height: 70px;line-height: 70px;}
	.relative-media {position: relative;top: 0em;}
	.dashed {margin-top: 40px;}
}
@media only screen and (min-width:480px) and (max-width:767px) {
	h5 {margin-top: 10px;font-size: 1.3em;}
	.btn, .btn-large, .btn-flat {padding: 0 1rem;}
	.card-content {font-size: 1em;line-height: 1.4em;padding: 15px 15px;}
	.caption h1 {font-size: 2.4em;padding-top: 1.2em;}
	h2 {font-size: 1.9em;}
	h3 {font-size: 1.4em;}
	#titlevideoblock div {background-position: 80% 50% !important;}
	.caption h4 {font-size: 1.4em; margin-top: 0em;}
	.parallax-container {margin-top: 4.8em;min-height: 91vh;}
	.titleheader h3 {font-size: 2em;}
	.titleheader {margin-top: 5em;}
	row .col.sk2 {
		width: 14.2872%;
		margin-left: auto;
		left: auto;
		right: auto;
	}
	h3 {font-size: 1.6em;}
	h4 {font-size: 1.3em;}
	nav a.sidenav-trigger, nav a.sidenav-trigger i {height: 70px;line-height: 70px;}
	.relative-media {position: relative;top: 0em;}
	.dashed {margin-top: 40px;}

}
@media only screen and (min-width:768px) and (max-width:989px) {
	.caption h1 {font-size: 2.5em;}
	#titlevideoblock div {background-position: 80% 50% !important;}
	.caption h3 {font-size: 1.5em;}
	.parallax-container {margin-top: 4em;}
	row .col.sk2 {
		width: 14.2872%;
		margin-left: auto;
		left: auto;
		right: auto;
	}
	.background {margin-right: 5%;left: 6.5%;}
	.background-up {margin-right: 5%;left: 6.5%;}
	h3 {font-size: 1.9em;}
	h4 {font-size: 1.5em;}
	.logoEY {margin-left: 0;margin-top: 5px;}
	nav a.sidenav-trigger, nav a.sidenav-trigger i {height: 70px;line-height: 70px;}
	.relative-media {position: relative;top: 0em;}
	.dashed {margin-top: 40px;}

}
@media only screen and (min-width:990px) and (max-width:1179px) {
	.caption h1 {font-size: 2.5em;}
	#titlevideoblock div {background-position: 80% 50% !important;}
	.caption h3 {font-size: 1.5em;}
	.row .col.sk2 {
		width: 14.2860%;
		margin-left: auto;
		left: auto;
		right: auto;
	}
	.background {margin-right: 6.5%;left: 4%;}
	.background-up {margin-right: 6.5%;left: 4%;}
	.timeline {margin-top: 8%;}
	h3 {font-size: 1.3em;}
	h4 {font-size: 1.2em;}

	.navmenu a, .navmenu span {margin-left: 1.5em;font-size: 1em;}
	.navmenu {padding: 20px 0px;}
	.logo2 {width: 120px;margin-top: 30px;padding: 0px 0px;}
	.logo {width: 80px;padding: 0px 0px;}
	.parallax-container {margin-top: 4em;}
}
@media only screen and (min-width:1180px) and (max-width:1440px) {
	.caption h1 {font-size: 3em;line-height: 1.1em;}
	.caption h3 {font-size: 1.5em;}
	.row .col.sk2 {
		width: 14.2850%;
		margin-left: auto;
		left: auto;
		right: auto;
	}
	.background {margin-right: 6.5%;left: 6.5%;}
	.background-up {margin-right: 6.5%;left: 6.5%;}
	h3 {font-size: 1.5em;}
	h4 {font-size: 1.3em;}
	.navmenu a {font-size: 1em;margin-left: 1.5em;}
	.navmenu span {font-size: .8em;}
	.navmenu .lang-first {margin-left: 1.5em !important;}
	.header-duotone img {top: -3em;}

}
@media only screen and (min-width:1441px) {
	.caption h1 {font-size: 3em;line-height: 1.4em;}
	.caption h3 {font-size: 1.9em;line-height: 1.4em;}
	.row .col.sk2 {
		width: 14.2857%;
		margin-left: auto;
		left: auto;
		right: auto;
	}
	.background {margin-right: 7%;left: 5%;}
	.background-up {margin-right: 7%;left: 5%;}
	h3 {font-size: 1.9em;}
	h4 {font-size: 1.7em;}
	.max-150 {width: 100px;}
	.navmenu a {margin-left: 2em;font-size: 1em;}
	.navmenu span {font-size: .8em;}
	.navmenu .lang-first {margin-left: 2em !important;}
	.header-duotone img {top: -11em;}
}

/*@media only screen and (min-width: 1920px) {
	.parallax img {top: -80%;}
}

@media only screen and (min-width: 3000px) {
    .parallax img {top: -100%;}
}*/

@media only screen and (min-device-width : 1180px) and (orientation : portrait) {
	.navmenu a, .navmenu span {font-size: 11px;}
}

@media only screen and (min-width:220px) and (max-width:767px) {
	.videoEmbedded {position: relative;padding-bottom: 100vh;}

}

.slick-dots li button::before { font-size: 50px!important;}
.intl-tel-input.allow-dropdown {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	height: 43px !important;
}

.select-wrapper {
	position: relative;
	height: 43px;
	margin-bottom: 1em;
}

.top-margin {
	margin-top: -100px;
}
@media only screen and (min-width:220px) and (max-width:1024px) {
	.top-margin {
		margin-top: 0;
	}
}


.green_block {
	position: absolute;
	top: 16%;
	left: 6%;
	display: block;
	text-align: center;
	font-family: 'PFCentroSerifPro-Bold', serif;
}
.green_block span {
	display: block;
	font-size: 6rem;
	line-height: 4rem;
}