

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	margin: 0;
	padding: 0;
	font-size: 1em;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

body {
	font-family: 'Oxygen', sans-serif;
	background: #fff;
	height: 100%;
	position: relative;
}

img {
	max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li {
	color: #2C2C2C;
	line-height: 1.4;
	font-family: inherit;
	margin: 0;
}

header {
	background: #FFF;
}


input,
input:focus,
label,
textarea,
button,
select,
a {
	tap-highlight-color: transparent;
	-o-tap-highlight-color: transparent;
	-moz-tap-highlight-color: transparent;
	-webkit-tap-highlight-color: transparent;
	outline: none;
}

/* ============
      BASE
   ============ */


.main {
	max-width: 100%;
	width: 100%;
	margin: 0 auto;
}

.align-rt {
	text-align: right !important;
}

.align-lt {
	text-align: left !important;
}

.show-on-mobile {
	display: none;
}

.show-logo {
	display: none !important;
}

.active {
	display: block !important;
}

.notValid {
	font-size: 1em;
    color: #ff0a0a;
    padding: 6px 30px;
}


/* ============
    TIPOHGRAPHY
   ============ */


h2,
h1 {
	font-size: 56px;
	font-weight: 600;
	text-transform: uppercase;
	color: #000;
}

h3 {
	font-size: 40px;
	font-weight: 600;
	text-transform: uppercase;
}

h4 {
	font-size: 32px;
	font-weight: 600;
	text-transform: uppercase;
}

p,
a {
	font-size: 24px;
	line-height: 1.6;
	margin-bottom: 10px;
	font-family: 'Oxygen', sans-serif;
	font-weight: 300;
}

li {
	font-size: 26px;
	font-weight: 300;
	line-height: 1.8;
	margin-left: 30px;
	font-family: 'Oxygen', sans-serif;
}

a {
	/*color: #ffb400;*/
	color: #59baff;
}

a:hover {
	text-decoration: underline;
}

.title {
	margin-bottom: .6em;
	text-align: center;
}

.headline:after {
	content: "";
	width: 98px;
	height: 4px;
	background-color: #0081ff;
	display: block;
	position: relative;
	left: 50%;
	margin-left: -54px;	
}

.subtitle {
	text-align: center;
	font-size: 32px;
}


/* ============
    Colors
   ============ */

/*TYPO*/

.txt--light-blue {
	color: #59baff;
}

.txt--white {
	color: #fff;
}
.txt--gold {
	color: #ffb400;
}

/*BACKGROUND*/

.bg--white {
	background-color: #fff;
}

.bg--dark-blue {
	background-color: #002d5b;
}

.bg--light-blue {
	background-color: #59baff;
}



.bg--darkest {
	background-color: #2f2f2f;
}

.bg--dark {
   	background-color: #3a3a3a;
}

.bg--darkest-gray {
   	background-color: #444444;
}

.bg--dark-gray {
   	background-color: #5d5d5d;
}

.bg--gray {
   	background-color: #c2c2c2;
}

.bg--medium-gray {
   	background-color: #cdcdcd;
}

.bg--light-gray {
   	background-color: #dfdfdf; 
}

.bg--lightest-gray {
   	background-color: #eeeeee; 
}

.bg--gold {
   	background-color: #ffb400;
}


/* STRUCTURE */

.block {
	/*padding: 70px 0 70px;*/
	padding: 125px 0;
}

.inner {
	max-width: 1336px;
	margin: 0 auto;
}


@media screen and (max-width: 1024px) {
	.block {
		padding: 50px 0;
	}

	.inner {
		max-width: 85%;
	}
}


/* ============
    HEADER
   ============ */


.header {
	/*width: 100%;*/
	height: 245px;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	background: url('../images/logo.png') no-repeat center center;
	background-size: 600px;

	background-repeat: no-repeat;
	background-position: center;
}

@media screen and (max-width: 1024px) {
	.header {
		background-size: 500px;
	}
}
@media screen and (max-width: 767px) {
	.header {
		background-size: 245px;
		background-position: left 25px;
		height: 96px;
		margin-left: 30px;
	}

	.event-box-img {
		margin-top: 8px !important;
	}
}
@media screen and (max-width: 360px) {
	.header {
		background-size: 216px;
	}
}


/* 
NAVIGATION
*/

.nav ul {
	list-style: none;
	display: flex;
	justify-content: center;
}

.nav-item {
	text-transform: uppercase;
	color: #fff;
	padding: 15px 50px;
    border-right: 1px solid #c2c2c2;
    margin: 15px 0px;
}

.nav-item:last-child {
	border-right: none;
}

.nav-item-link {
	color: #fff;
	text-decoration: none;
	font-weight: 600;
	margin-bottom: 0;
}

.nav-item-link:hover {
	text-decoration: none;
	color: #59baff;
}

.nav-item-link.active {
	color: #ffb400;
}

#menu {
	display: none;
}


/* ============
    CARROUSEL
   ============ */

.carrousel-item {
	width: 100%;
	height: 500px;
	background: #cdcdcd;
}
div.slick-slide {
	max-height: 500px !important;
}

/* ============
    EVENT
   ============ */


.event {
	display: flex;
}

.event .title {
	text-align: left;
}

.event .title:after {
	left: 0;
	margin-left: 0;
}

.event-content {
    padding: 70px 60px 55px 160px;
	width: 55%;
}

.event-box-wrapper {
    padding: 55px 32px 10px;
	width: 45%;
}

.event-box {
	margin-bottom: 45px;
	padding: 20px 25px 10px;
	display: flex;
}

.event-box-img {
	width: 30px;
    height: 30px;
    margin-right: 20px;
    margin-top: 12px;
}

.event-box__content {
	color: #fff;
}

.event-box__content span {
	font-weight: 600;
}

.pointer-icon img {
	/*width: 30px;*/
	padding-left: 5px;
	max-width: none;
}



/* ============
    SCHEDULE
   ============ */


.schedule-table {
	padding-top: 80px;
}

.schedule-line {
	display: flex;
    padding: 16px 40px;
    align-items: center;
    border-bottom: 1px solid #fff;
}

/*CELLS*/

.schedule-first-cell {
	width: 24%
}

.schedule-second-cell {
	width: 35%;
}

.schedule-third-cell {
	width: 40%;
}


.schedule-second-cell p,
.schedule-third-cell p {
	text-transform: uppercase;
	margin: 0;
}

.schedule-second-cell,
.schedule-third-cell {
	padding-left: 30px;
}

.schedule-first-cell {
	padding: 6px 0;
	border-right: 1px solid #c2c2c2;
}

.schedule-first-cell p,
.schedule-second-cell p {
	font-weight: 600;
}

.schedule-txt {
	font-size: 17px;
}

.schedule-normal {
	font-weight: 300 !important; 
}

.schedule-w70 {
	width: 70%;
}

.table-footnote {
	font-weight: 800;
	font-size: 20px;
}


/* ============
    IMG GALLERY
   ============ */


.img-gallery-box-wrapper {
	display: flex;
	justify-content: space-between;
	padding-top: 100px;
}

.img-gallery-box-wrapper a:hover .img-gallery-box__text,
.img-gallery-box-wrapper .fwdAtivarFancybox:hover .img-gallery-box__text {
	background-color: #59baff;
}

.img-gallery-box {
	display: inline-block;
	width: 320px;
	height: 300px;
	background-color: #e3e3e3;
}

.img-gallery-box:hover {
	cursor: pointer;
}

.img-gallery-box__text.on-hover {
	background-color: cyan;
}
.img-gallery-box__text.on-touch {
	background-color: #59baff;
}

.img-gallery-box__img {
	height: 75%;
}

.img-gallery-box__text {
	height: 25%;
    margin: 0;
    line-height: 1.4;
    font-size: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    transition: all, .2s;
}


/* ============
    SPONSOR
   ============ */


.sponsor {
	padding-top: 100px;
}

.sponsor .inner {
	display: flex;
    /*justify-content: space-around; */
	justify-content: center;
	padding: 40px 0 20px;
	align-items: center;
}

.sponsor-child .title {
	font-size: 32px;
}

.sponsor-child {
	padding: 30px 0;
}

.sponsor h2.title {
	padding-bottom: 30px;
}

.sponsor.promo h2.title {
	padding-bottom: 0;
}

.sponsor .sponsor-box {
	margin-right: 40px;
}

.sponsor .sponsor-box:last-child {
	margin-right: 0;
}
/* ============
    SPONSORSHIP
   ============ */


.sponsorship-contact {
	padding: 90px 100px;
	margin: 50px 0 0;
}

.sponsorship-contact__title {
	margin-bottom: .8em;
}

.sponsorship-contact ul {
  list-style: none; /* Remove default bullets */
}

.sponsorship-contact ul li::before {
  content: "\2022";  
  color: #59baff; 
  font-weight: bold; 
  display: inline-block; 
  width: 1em; 
  margin-left: -1em; 
}

.sponsorship-contact ul li a {
	color: #59baff;
	font-weight: 600;
	text-decoration: none;
}

.sponsorship-contact ul li a:hover {
	color: #7bbde2;
}



/* ============
    REGISTRATION
   ============ */


.registration-table {
    margin: 0 auto;
    padding: 80px 0;
}

.registration-line {
	display: flex;
	padding: 25px 60px;
}

.registration-first-cell {
	width: 60%;
	border-right: 1px solid #000;
}

.registration-second-cell {
	width: 39%;
	text-align: center;
}

.registration-first-cell p,
.registration-second-cell p {
	margin-bottom: 0;
	text-transform: uppercase;
	font-weight: 600;
}

.registration-text-block {
	padding-bottom: 30px;
}

.registration-text-block p {
	color: #686868;
}

.registration-text-block ul {
	margin: 30px 0 0 60px;
}

.registration-text-block ul li {
	font-size: 24px;
	color: #686868;
	font-weight: 300;
} 



/* ============
    FORM
   ============ */

.form-inner {
	max-width: 1090px;
	margin: 0 auto;
	padding-top: 30px;
}

.form-input {
	background-color: transparent;
	border-radius: 50px;
	border:  1px solid #fff;
	padding: 20px 30px;
	font-size: 28px;
	width: 100%;
	color: #fff;
	margin-bottom: 40px;
}

.form-input.send-input {
	background-color: #13569c;
	border: none;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.form-input.link-input {
	text-decoration: none;
}

.form-input.send-input:after {
	content: "";
	width: 38px;
	height: 38px;
	background-image: url(../images/icons/upload.png);
	display: block;
	float: right;
	background-size: contain;
	background-repeat: no-repeat;
}

select.form-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../images/icons/select-arrow.png) no-repeat;
  background-position: 95% center;
}

select.form-input option {
	background-color: #002d5b;
}

select.form-input option:hover {
	background-color: #5d5d5d;
	cursor: pointer;
}

.form-input:focus,
.form-input:hover {
	border-color: #59baff;
	cursor: pointer;
}

.form-input::placeholder {
	color: #fff;
}

.form-input.validating {
	margin-bottom: 5px;
}

.form-input-wrapper .form-input {
	width: 48%
}

.form-input-wrapper .form-input:nth-child(even) {
	float: right;
	display: block;
}

.form-button-wrapper {
	text-align: center;
}

.form-button {
	border-radius: 50px;
	text-transform: uppercase;
	font-size: 28px;
	color: #fff;
	padding: 20px 0px;
	width: 320px;
	text-align: center;
	border: none; 
	transition: all .1s;
}

.form-button:hover {
	cursor: pointer;
	background: #13569c;
}

.form-input-wrapper {
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.form-input.form-20 {
	width: 25%;
}

.form-input.form-80 {
	width: 70%;
	float: right;
	display: block;
}

.form-thankyou {
	text-align: center;
}


/* ============
    FOOTER
   ============ */


.footer {
	text-align: center;
	background-color: #232323;
}

.footer__text {
	padding: 35px 0;
	text-transform: uppercase;
	font-weight: 300;
	margin: 0;
}


/* ============
    MEDIA
   ============ */

@media screen and (max-width: 1720px) {
	.nav-item-link {
		font-size: 22px;
	}

	.nav-item {
		padding: 18px 30px;
	}
}

@media screen and (max-width: 1480px) {

	/* BASE */

	h2,
	h1 {
		font-size: 44px; 
	}

	h3 {
		font-size: 32px;
	}

	h4 {
		font-size: 26px;
	}

	p, a {
		font-size: 20px;
	}

	li {
		font-size: 22px;
		margin-left: 15px;
	}

	.subtitle {
		font-size: 26px;
	}
	
	.inner {
		max-width: 80%;
	}			

	.headline:after {
		width: 80px;
		margin-left: -40px;
	}

	.block {
		padding: 90px 0;
	}

	/* HEADER */

	.nav-item-link{
		font-size: 18px;
	}

	.nav-item {
		padding: 8px 20px;
    	font-size: 18px;
    	margin: 12px 0;
	}

	/* EVENT */

	.event-content {
		padding: 60px;
	}

	/* SCHDULE */

	.schedule-txt {
		font-size: 16px;
	}

	.schedule-table {
		padding-top: 60px;
	}

	/* IMG GALLERY*/

	.img-gallery-box {
		width: 240px;
		height: 240px;
	}

	.img-gallery-box__text {
		font-size: 26px;
	}

	/* REGISTRATION */

	.registration-table {
		padding: 60px 0;
	}

	/* FORM */


	.form-inner {
		max-width: 80%;
	}

	.form-input {
		padding: 16px 30px;
		font-size: 24px;
		tap-highlight-color: transparent;
		-o-tap-highlight-color: transparent;
		-moz-tap-highlight-color: transparent;
		-webkit-tap-highlight-color: transparent;
		outline: none;
	}

	.form-button {
		width: 240px;
		font-size: 24px;
		padding: 16px 0;
	}

	.form-input.send-input:after {
		width: 30px;
		height: 30px;
	}

	/* FOOTER */

	.footer__text {
		padding: 30px 0;
	}
}

@media screen and (max-width: 1279px) {

	/* HEADER */

	/* Navigation */

	.nav-item {
		padding: 8px 15px;
    	font-size: 16px;
    	margin: 10px 0;
	}

	.nav-item-link {
		font-size: 16px;
	}

	/* Base */

	h2,
	h1 {
		font-size: 36px;
	}

	h3 {
		font-size: 28px;
	}

	h4 {
		font-size: 22px;
	}

	p, a {
		font-size: 16px;
	}

	li {
		font-size: 18px;
		margin-left: 15px;
	}

	.subtitle {
		font-size: 20px;
	}
	
	.inner {
		max-width: 90%;
	}			

	.headline:after {
		width: 60px;
		margin-left: -30px;
	}

	.block {
		padding: 70px 0;
	}

	/* SCHEDULE */

	.schedule-txt {
		font-size: 14px;
		line-height: 1.4;
	}

	.schedule-line {
		padding: 14px 30px;
	}

	.table-footnote {
		font-size: 18px;
	}

	/* IMG GALLERY*/

	.img-gallery-box {
		width: 220px;
		height: 220px;
	}

	.img-gallery-box__text {
		font-size: 24px;
	}

	.img-gallery-box-wrapper {
		padding-top: 60px;
	}

	/* Technical */

	.technical-authors {
		padding: 50px 0 50px;
		padding: 40px 50px;
	}

	.tecnical-title {
		font-size: 22px;
	}

	/* Registration */

	.registration-table {
		padding: 40px  0 50px;
	}

	.registration-line {
		padding: 22px 0px 22px 50px;
	}

	.registration-text-block ul li {
		font-size: 16px;
	}

	.registration-text-block ul {
		margin: 30px 0 0 40px;
	}

	/* Form */ 

	.form-input {
		padding: 12px 30px;
    	font-size: 20px;
	}

	.form-button {
		width: 200px;
    	font-size: 20px;
    	padding: 12px 0;
	}

	select.form-input {
		background-size: 20px;
	}

	/* sponsor */

	.sponsor-box {
		margin-right: 80px;
	}

	.sponsor-box:last-child {
		margin-right: 0;
	}

	.sponsor-child .title {
		font-size: 26px;
	}

	/* SPONSORSHIP */

	.sponsorship-contact {
		margin: 30px 0 0 ;
		padding: 50px 80px;
	}

	/* FOOTER */

	.footer__text {
		padding: 25px 0;
	}
}

@media screen and (max-width: 1023px) {

	/* BASE */

	h2,
	h1 {
		font-size: 30px;
	}

	h3 {
		font-size: 24px;
	}

	h4 {
		font-size: 18px;
	}

	p, a {
		font-size: 14px;
	}

	li {
		font-size: 16px;
		margin-left: 15px;
	}

	.subtitle {
		font-size: 18px;
	}
	
	.inner {
		max-width: 90%;
	}			

	.block {
		padding: 60px 0;
	}

	/* Header */

	/* Navigation */

	.nav-item {
		padding: 10px 15px;
		text-align: center;
		margin: 8px 0;
	}
	
	.nav-item-link,
	.nav-item {
		font-size: 12px;
	}

	/* EVENT */

	.event-content {
		padding: 55px 20px 55px 30px;
	}

	.event-box-wrapper {
		padding: 55px 20px 10px;
	}

	.event-box {
		margin-bottom: 20px;
	}

	/* SCHEDULE */

	.schedule-txt {
		font-size: 11px;
	}

	.schedule-line {
		padding: 10px 20px;
	}
	
	.schedule-table {
		padding-top: 30px
	}

	.table-footnote {
		font-size: 14px;
	}

	/* IMG GALLERY*/

	.img-gallery-box {
		width: 200px;
		height: 200px;
	}

	.img-gallery-box__text {
		font-size: 22px;
	}

	/* technical */

	.technical-authors {
		    padding: 30px 30px;
    margin: 50px 0 50px;
	}

	.tecnical-title {
		font-size: 18px;
		margin-bottom: 30px;
	}

	.technical-button,
	.tech-box-txt,
	.tech-box-title {
		padding: 10px 20px;
	}

	.technical-button:first-child {
		margin-right: 40px;
	}

	.tech-schedule .title {
		margin-bottom: 30px;
	}

	.tech-box-txt {
		font-size: 14px;
	}

	.technical-button-icon {
		padding-left: 22px;
	}

	.technical-button-icon img {
		width: 31px;
	}

	/* REGISTRATION */

	.registration-table {
		padding: 40px 0;
	}

	.registration-line {
		padding: 20px 30px;
	}

	/* FORM */

	.form-input {
    	padding: 10px 30px;
    	font-size: 18px;
    	margin-bottom: 30px;
	}

	.form-button {
		padding: 13px 0px;
    	width: 180px;
    	font-size: 18px;
	}

	select.form-input {
		background-size: 16px;
	}

	/* SPONSOR */

	.sponsor .inner {
		padding-top: 40px;
	}

	.sponsor-box {
		margin-right: 50px;
	}

	.sponsor-box:last-child {
		margin-right: none;
	}

	.sponsor-child .title {
		font-size: 22px;
	}

	.sponsor-child {
		padding: 20px 0;
	}

	/*SPONSORSHIP*/

	.sponsorship-contact {
		margin: 20px 0 0;
		padding: 40px 60px;
	}

	/* FOOTER */

	.footer__text {
		padding: 20px 0;
	}
}

@media (max-width: 900px) {

	/*IMG-GALLERY*/

	.img-gallery-box-wrapper {
		padding-top: 40px;
	}

	.img-gallery-box {
		width: 165px;
		height: 165px;
	}

	.img-gallery-box__text {
		font-size: 18px;
	}
}

@media screen and (max-width: 767px) {

	/* BASE */

	h2,
	h1 {
		font-size: 24px;
		text-align: center;
	}

	h3 {
		font-size: 18px;
	}

	h4 {
		font-size: 16px;
	}

	p, a {
		font-size: 14px;
		line-height: 1.4;
	}

	li {
		font-size: 14px;
		margin-left: 15px;
	}

	.subtitle {
		font-size: 14px;
	}
	
	.inner {
		max-width: 100%;
	}			

	.headline:after,
	.event .title:after {
		width: 56px;
		margin-left: -28px;
		left: 50%;
	}

	.block {
		padding: 50px 20px;
	}

	.hide-mobile {
		display: none !important;
	}
	
	.show-on-mobile {
		display: block;
	}


	/* HEADER */

	/*.header {
		height: 260px;
	}*/

	/* Navigation */

	.nav {
		position: absolute;
    	top: 0;
    	width: 100%;
    	height: 0;
    	transition: height ease .6s;
    	box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
    	z-index: 100;
    	overflow: hidden;
	}

	.menu-icon {
		position: absolute;
    	top: 40px;
    	right: 10px;
    	padding: 10px;
	}

	.menu-icon:hover {
		cursor: pointer;
	}

	.nav ul {
		display: block;
		padding-top: 80px;
		overflow: auto;
		max-height: 100%;
	}

	.nav-item:hover .nav-item-link,
	.nav-item:focus .nav-item-link {
		color: #ffb400;
	}

	.nav-item-link {
		font-size: 20px;
	}


	input#menu {
	    display: none;
	}

	.icon {
	    background: transparent;
	    cursor: pointer;
	    display: block;
	    height: 24px;
	    padding: 16px;
	    width: 33px;
	}

	label.icon {
	    position: absolute;
	    /*top: 50px;*/
	    top: 21px;
	    right: 27px;
	    z-index: 200;
	}

	.icon .menu,
	.icon .menu::before,
	.icon .menu::after {
	    background: #002d5b;
	    content: '';
	    display: block;
	    height: 3px;
	    position: absolute;
	    transition: background ease .3s, top ease .3s .3s, transform ease .3s;
	    width: 30px;
	}

	.icon:hover .menu,
	.icon:hover .menu::before,
	.icon:hover .menu::after {
	    background: #002d5b;
	}

	.icon .menu {
	    left: 0;
	    top: 15px;
	}

	.icon .menu::before {
	    top: -9px;
	}
	
	.icon .menu::after {
	    top: 9px;
	}

	#menu:checked + .icon .menu {
	    background: transparent;
	}
	
	#menu:checked + .icon .menu::before {
	    transform: rotate(45deg);
	}
	
	#menu:checked + .icon .menu::after {
	    transform: rotate(-45deg);
	}
	
	#menu:checked + .icon .menu::before,
	#menu:checked + .icon .menu::after {
	    top: 0;
	    transition: top ease .3s, transform ease .3s .3s;
	    background: #fff;
	}

	#menu:checked ~ nav {
	    height:100%;
	    display: block;
	    position: fixed;
	}
	
	#menu:checked ~ label {
	    position: fixed;
	}

	/* EVENT */

	.event {
		flex-direction: column;
	}

	.event-content {
		order: 1;
		padding: 40px 20px;
	}

	.event-box-wrapper,
	.event-content {
		width: 100%;
	}

	.event-box-wrapper {
		padding: 20px 20px 0 20px;
	}

	.event .title {
		text-align: center;
		margin-bottom: 30px;
	}

	/* SCHEDULE */

	.schedule-table {
		padding-top: 20px;
	}

	.schedule-line {
		flex-direction: column;
		text-align: center;
		padding: 0;
		border: none;
	}

	.schedule-first-cell,
	.schedule-second-cell,
	.schedule-third-cell {
		width: 100%;
	}

	.schedule-first-cell,
	.schedule-third-cell,
	 .schedule-second-cell{
		border-right: none;
		padding: 10px;
	}

	.schedule-first-cell,
	.schedule-second-cell {
		border-bottom: 1px solid #fff;
	}

	.schedule-txt {
		font-size: 13px;
	}

	/*IMG-GALLERY*/

	.img-gallery-box {
		width: 200px;
		height: 200px;
	}

	.img-gallery-box-wrapper {
		flex-wrap: wrap;
		justify-content: center;
		padding-top: 30px;
	}

	.img-gallery-box-wrapper a:nth-child(2n + 1) {
		margin: 0 40px 40px 0;
	}

	.img-gallery-box-wrapper a:nth-child(n + 3) {
		margin-bottom: 0;
	}

	/* Technical */

	.technical-call {
		flex-direction: column;
	}

	.technical-button:first-child {
		margin: 0 0 15px 0
	}

	.tech-schedule {
		flex-direction: column;
	}

	.tech-schedule-wrapper {
		width: 100%;
	}

	.tech-schedule-wrapper:first-child {
		margin-bottom: 30px
	}

	.tecnical-title {
		font-size: 16px;
	}

	.technical-authors {
		background-color: #444444;
		padding: 0;
		margin: 50px 0 20px;
	}

	.technical-authors ul li {
		font-size: 14px;
		background-color: #5d5d5d;
		padding: 20px 20px 20px 40px;
		margin-left: 0;
		margin-bottom: 1em;
	}

	.technical-authors ul li::before {
		position: relative;
    	top: 3px;
    	font-size: 24px;
	}

	.technical-button {
		max-width: 100%;
	}

	.technical-button:first-child {
		max-width: 100%;
	}

	.tech-schedule .title {
		text-align: center !important;	
	}

	.tech-box-txt, 
	.tech-box-title {
		padding: 15px 20px;
	}

	.technical-button-icon {
		width: auto;
	}

	/* Registration */

	.registration-table {
		max-width: 480px;
	}

	.registration-line {
		flex-direction: column;
		margin-bottom: 10px;
		padding: 0;
	}

	.registration-first-cell,
	.registration-second-cell {
		width: 100%;
		text-align: center;
		padding: 9px 0;
	}

	.registration-first-cell p,
	.registration-second-cell p {
		font-size: 16px;
	}

	.registration-first-cell {
		border:none;
		background-color: #dfdfdf !important;
	}

	.registration-second-cell {
		background-color: #eeeeee !important;
	}

	.registration-text-block {
		padding-bottom: 20px;
	}

	.registration-text-block ul li {
		padding: 15px 15px 15px 45px;
   		background: #eeeeee;
   		margin-left: 0;
	}

	.registration-text-block ul li:nth-child(even) {
		background: #dfdfdf;
	}

	.registration-text-block ul {
		list-style: none;
		margin: 30px 0 0 0px;
	}


	.registration-text-block ul li::before {
		content: "\2022";
    	color: #686868;
    	font-weight: bold;
    	display: inline-block;
    	width: 1em;
    	margin-left: -1em;
    	font-size: 24px;
    	line-height: 1;
    	position: relative;
    	top: 2px;
	}

	/* FORM */

	.form-inner {
		padding-top: 16px;
		max-width: 100%;
	}

	.form-input {
		padding: 6px 15px;
   		font-size: 12px;
   		margin-bottom: 20px;
	}

	.form-button {
		padding: 6px 0px;
   		width: 130px;
   		font-size: 12px;
   		margin-top: 10px;
	}

	select.form-input {
		background-size: 10px;
	}

	/* SPONSOR */

	.sponsor .inner {
		flex-direction: column;
		align-items: center;
		padding: 20px 0px 0;
	} 

	.sponsor .sponsor-box {
		margin: 0 0 30px 0;
	}

	.sponsor-box:last-child {
		margin-bottom: 0;
	}

	.sponsor-child .title {
		font-size: 18px;
	}

	/* Footer */

	.footer__text {
		padding: 15px 0;
    	font-size: 8px;
	}
}

@media screen and (max-width: 767px) and (orientation: landscape) {

	.event-content {
		width: 80%;
		margin: 0 auto;
	}
}

@media screen and (max-width: 567px) {

	/*.header {
		background: url(../images/abinox-banner-mobile-v2.png);
    	height: 700px;
    	background-repeat: no-repeat;
    	background-position: center;
    	background-size: cover;
	}*/

	.show-logo {
		display: block !important;
	}

	/*img-gallery*/

	.img-gallery-box-wrapper {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.img-gallery-box-wrapper a:nth-child(2n + 1),
	.img-gallery-box-wrapper a:nth-child(n + 3),
	.img-gallery-box-wrapper a {
		margin: 0 0 30px 0;
	}

	/*SPONSORSHIP*/

	.sponsorship-contact {
		padding: 30px;
	}

	/*Form*/

	.form-input {
		padding: 10px 18px;
		font-size: 14px;
	}

	.form-input-wrapper .form-input {
		width: 100%;
	}

	.form-button {
		padding: 10px 0;
		font-size: 14px;
	}
}

/*@media screen and (max-width: 350px) {
	.header {
		padding: 0 20px;
	}
}*/


/* Error message */

.ovr-erro {
	display: none;
}

.ovr-erro-msg {
	background-color: #dfdfdf;
    border: 1px solid #dfdfdf;
    margin: 2em 0 1em;
    min-height: 30px;
    padding: 3px 130px 4px;
    position: relative;
    text-align: center;
    margin-top: 60px;
    max-width: 50%;
    display: block;
    margin: 0 auto;
}

.active.msg:before {
	display: block;
}

.at,
.actFecharOverlayErro {
	display: none !important;
}

.msg {
	color: #5d5d5d;
    font-size: 1.2em;
    margin-bottom: 0;
    font-weight: 600;
}

.msg:before {
	background-color: #5d5d5d;
	color: #fff;
	content: "!";
	display: none;
	font-family: SourceSansPro-Bold;
	font-size: 50px;
	height: 50px;
	left: 20px;
	padding: 10px 0 0 0px;
	position: absolute;
	text-align: center;
	top: -7px;
	width: 50px;
	line-height: 0.6;
}

html.pgn-erro-custom .ovr-erro-msg:before {
	background-color: #8a9bb4;
	color: #fff;
	content: "!";
	display: block;
	font-family: SourceSansPro-Bold;
	font-size: 2.66em;
	height: 38px;
	left: 20px;
	padding: 8px 0 0 12px;
	position: absolute;
	text-align: left;
	top: -5px;
	width: 38px;
}

html.pgn-erro-custom .ovr-erro-msg {
	    background-color: #556072;
    border: 1px solid #8a9bb4;
    margin: 2em 0 1em;
    min-height: 30px;
    padding: 3px 130px 4px;
    position: relative;
    text-align: center;
    margin-top: 60px;
}

.hidden {
	display: none;
}


@media screen and (max-width: 1023px) {
	.ovr-erro-msg {
		max-width: 70%;
	}

	.msg {
		font-size: 1em;
	}

	.msg:before {
		width: 44px;
		height: 44px;
		top: -6px;
		font-size: 40px;
	}

	.form-input.send-input:after {
		width: 26px;
		height: 26px;
	}
}

@media screen and (max-width: 767px) {
	.ovr-erro-msg {
		max-width: 100%;
		padding: 3px 60px 4px 60px;
	}

	.msg {
		font-size: 1em;
	}

	.msg:before {
		width: 38px;
		height: 38px;
		top: -6px;
		font-size: 32px;
		left: 10px;
	}

	.form-input.send-input:after {
		display: none;	
	}
}


.loading {
	background:#fff;
	border:1px solid #687390;
	color:#333;
	height:auto;
	left:50%;
	margin-left:-90px;
	padding:1em 1em;
	position:fixed;
	text-align:center;
	top:1em;
	width:180px;
	z-index:1000000;
	box-shadow:0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12)
	-webkit-box-shadow:0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12)
	-moz-box-shadow:0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12)
	-ms-box-shadow:0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12)
	-o-box-shadow:0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12)
	border-radius:2px
	-webkit-border-radius:2px
	-moz-border-radius:2px
	-ms-border-radius:2px;-o-border-radius:2px;
}

.loading-wheel {
	background:url(../images/loading.gif) no-repeat;
	display:block;
	height:24px;
	width:24px;
	position: absolute;
	right: 15px;
	top: 10px;
}

.carrousel-item {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}
.carrousel-item-1 {
	background-image: url(../images/banners/banner-01.png?no-cache=yes);
}
.carrousel-item-2 {
	background-image: url(../images/banners/banner-02.png?no-cache=yes);
}
.carrousel-item-3 {
	background-image: url(../images/banners/banner-03.png?no-cache=yes);
}
.carrousel-title {
	width: 100%;
    position: absolute;
    text-align: center;
    bottom: 14.8%;
}
.carrousel-text {
	color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

/* arrow */
.slick-arrow-custom {
	position: absolute;
	content: "";
	padding: 19px;
	box-shadow: 1px -1px 0 1px #fff inset;
	-webkit-box-shadow: 2px -2px #fff inset;
	-moz-box-shadow: 2px -2px #fff inset;
	border: solid transparent;
	border-width: 0 0 2rem 2rem;
	z-index: 99;
	top: 43%;
	cursor: pointer;
}
/* arrow < */
.slick-prev-custom {
	left: 15px !important;
	transform: rotate(45deg);
}
/* arrow > */
.slick-next-custom {
	right: 15px !important;
	transform: rotate(225deg);
}

/*desktop/tablet*/
@media screen and (max-width: 1320px) {
	.carrousel-item {
		height: 450px;
	}
	div.slick-slide {
		max-height: 450px !important;
	}

	.slick-arrow-custom {
		padding: 16px;
	}
}
@media screen and (max-width: 1180px) {
	.carrousel-item {
		height: 300px;
	}
	div.slick-slide {
		max-height: 300px !important;
	}
}
@media screen and (max-width: 767px) {
	.slick-arrow-custom {
		border-width: 0 0 1rem 1rem;
	}

	nav.nav .nav-item {
		border: 0;
	}
}
@media screen and (max-width: 800px) {
	.carrousel-item {
		height: 270px;
	}
	div.slick-slide {
		max-height: 270px !important;
	}

	.slick-arrow-custom {
		padding: 9px;
		top: 37%;
	}
	.slick-prev-custom {
	    /*left: -5px !important;*/
	    left: 6px !important;
	}
	.slick-next-custom {
	    /*right: 5px !important;*/
	    right: 11px !important;
	}
}

a.actCarregarArquivo:hover {
	color: #fff !important;
}


.schedule-txt-with-img {
	display: flex;
	align-items: center;
    max-height: 80px;
}
.schedule-txt-with-img a {
	margin: 0;
    padding: 0;
    line-height: 0.8;
    padding-right: 12px;
}
.img-icon-box {
	width: 80px;
	height: 80px;
} 
@media screen and (max-width: 768px) {
	.img-icon-box {
		width: 60px;
		height: 60px;
	}
	.carrousel-title {
		bottom: 7%;
	}
	.carrousel-text {
		padding: 0 10px;
	}

	.schedule-txt-with-img a {
		width: 45%;
		/*text-align: left;*/
	}
	.schedule-txt-with-img .schedule-txt {
		width: 55%;
	    text-align: left;
	}
}
@media screen and (max-width: 374px) {
	.header {
		margin-left: 20px;
	}
	label.icon {
		right: 17px;
	}
}

/* fancybox */
.img-gallery-box__img {
	background-image: url('../images/gallery/img-01.jpg') !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}
.fancybox-nav span {
	visibility: visible !important;
}
.img-gallery-box__img.edition-4 {
	background-image: url('https://www.abinox.org.br/site/img/abinox/eventos/IV-forum-de-mercado-2018/IV-forum-de-mercado-2018-02.jpg') !important;
}
.img-gallery-box__img.edition-3 {
	background-image: url('https://www.abinox.org.br/site/img/abinox/eventos/III-forum-de-mercado-2017/III-forum-de-mercado-2017_31.jpg') !important;
}
.img-gallery-box__img.edition-2 {
	background-image: url('https://www.abinox.org.br/site/img/abinox/eventos/forum-de-mercado-da-abinox-2016/forum-de-mercado-da-abinox-2016_06.jpg') !important;
}
.img-gallery-box__img.edition-1 {
	background-image: url('https://www.abinox.org.br/site/img/abinox/eventos/forum-de-mercado-da-abinox/forum-de-mercado-da-abinox-7.jpg') !important;
}


/*table customizada ajuste*/
.schedule-column-customized-second {
    width: 75%;
}
.schedule-table-customized .schedule-first-cell {
    border-right: none;
}
.schedule-table-customized > .schedule-second-cell {
    width: 75%;
    border-left: 1px solid #c2c2c2;
}

.schedule-line-double {
    padding: 14px 30px;
    padding-left: 0px;
}
.schedule-line-double:first-child {
    padding: 0px 30px;
    padding-bottom: 14px;
    padding-left: 0px;
}
.schedule-line-double:last-child {
    border-bottom: none;
    padding: 0px 30px;
    padding-top: 14px;
    padding-left: 0px;
}

.schedule-line-double .schedule-second-cell {
    padding-left: 0px;
}

.schedule-line-double .schedule-third-cell {
    width: 59%;
}
.schedule-line-double .schedule-third-cell .schedule-txt {
    font-weight: normal;
}


@media screen and (max-width: 767px) {
    .schedule-column-customized-first {
        display: none;
    }
    .schedule-column-customized-second {
        border-bottom: none;
    }

    .schedule-table-customized > .schedule-second-cell {
        width: 100%;
        border-left: none;
    }
    .schedule-line-double {
        padding: 0px;
        border-bottom: 2px #fff solid;
    }
    .schedule-line-double:first-child, .schedule-line-double:last-child {
        padding-left: 0px;
        padding-right: 0px;
    }
    .schedule-line-double:first-child {
        padding-bottom: 0px;
    }
    .schedule-line-double:last-child {
        padding-top: 0px;
    }
    .schedule-line-double .schedule-second-cell {
        padding-left: 10px;
    }
    .schedule-line-double .schedule-third-cell {
        width: 100%;
    }

}

#sponsor .sponsor-box img {
	background-color: #fff;
    padding: 15px;
}




.support-footer h3 {
	margin-top: .6em;
	margin-bottom: 0;
}
.support-footer .inner {
	max-width: 40%;
}
.support-footer .logo {
	max-width: 220px;
}
@media screen and (max-width: 767px) {
	.support-footer h3 {
		margin-top: 1.2em;
	}
}