/*
 Theme Name:   UK2021
 Description:  GeneratePress child theme
 Template:     generatepress
 Version:      0.1
*/
.breadcrumbs span {
    display: inline-block;
    padding: 0;
    margin-top: -3px;
	margin-bottom: 0;
    vertical-align: middle;
    max-width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@font-face {
  font-family: 'IdealistaLight';
  src: url('https://ucimekvalitne.cz/2020/wp-content/themes/enfold-child/fonts/3728AC_1_0.eot'); /* IE9 Compat Modes */
  src: url('https://ucimekvalitne.cz/2020/wp-content/themes/enfold-child/fonts/3728AC_1_0.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('https://ucimekvalitne.cz/2020/wp-content/themes/enfold-child/fonts/3728AC_1_0.woff2') format('woff2'), /* Super Modern Browsers */
       url('https://ucimekvalitne.cz/2020/wp-content/themes/enfold-child/fonts/3728AC_1_0.woff') format('woff'), /* Pretty Modern Browsers */
       url('https://ucimekvalitne.cz/2020/wp-content/themes/enfold-child/fonts/3728AC_1_0.ttf')  format('truetype'); /* Safari, Android, iOS */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'IdealistaBold';
  src: url('https://ucimekvalitne.cz/2020/wp-content/themes/enfold-child/fonts/3728AC_0_0.eot'); /* IE9 Compat Modes */
  src: url('https://ucimekvalitne.cz/2020/wp-content/themes/enfold-child/fonts/3728AC_0_0.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('https://ucimekvalitne.cz/2020/wp-content/themes/enfold-child/fonts/3728AC_0_0.woff2') format('woff2'), /* Super Modern Browsers */
       url('https://ucimekvalitne.cz/2020/wp-content/themes/enfold-child/fonts/3728AC_0_0.woff') format('woff'), /* Pretty Modern Browsers */
       url('https://ucimekvalitne.cz/2020/wp-content/themes/enfold-child/fonts/3728AC_0_0.ttf')  format('truetype'); /* Safari, Android, iOS */
  font-weight: normal;
  font-style: normal;
}

html{
	margin-top: 0px !important;
}

@media screen{
	html {
		margin-top: 0px !important;
	}
}

body{
	font-family: 'Barlow', sans-serif !important;
}

.first-container{
	padding-top: 130px;
}

.show-mobile{
	display: none;
}

header{
	margin-bottom: 20px;
	background: white;
	position: fixed;
	width: 100%;
	z-index: 10;
}

nav{
	margin-top: -13px;
	padding: 35px 0px 20px 0px !important
}

nav img{
	max-width: 215px;
}

nav li{
	line-height: 30px;
	margin-left: 18.5px;
	margin-right: 18.5px;
	margin-top: -5px;
}

nav li a{
	border-bottom: 2px solid transparent;
	display: block;
	text-decoration: none;
	padding: 0 13px;
	font-weight: 600;
	color: #2D4296 !important;
	padding-bottom: 0px !important;
	font-size: 18px;
	padding-left: 0 !important;
	padding-right: 0 !important;
	transition: .2s;
}

nav .active a{
	border-bottom: 2px solid #EE5E24;
}

nav li a:hover{
	border-bottom: 2px solid #EE5E24;
	transition: .3s;
}

.orange-footer{
	padding: 60px 0;
	background: #EE5E24;
	color: white;
}

footer ul{
  list-style-type: none; /* Remove bullets */
  padding: 0; /* Remove padding */
  margin: 0; /* Remove margins */
  float: right;
}

footer li{
  display: inline;
  float: left;
  line-height: 30px;
  margin-left: 15px;
  margin-right: 15px;

}

footer img{
	margin-left: -15px;
}

footer li a{
	border-bottom: 2px solid transparent;
	display: block;
	text-decoration: none;
	padding: 0 13px;
	font-weight: 400;
	color: white !important;
	padding-bottom: 0px !important;
	font-size: 18px;
	padding-left: 0 !important;
	padding-right: 0 !important;
	transition: .2s;
	text-decoration: none !important;
}

footer li .active{
	font-weight: 600;
}

footer li a:hover{
	transition: .2s;
	font-weight: 600;
}

.copyright{
	font-weight: 500;
}

.footer-menu{
	margin-bottom: 60px;
}

.teaser h3{
	font-family: IdealistaLight;
    font-size: 32px;
    line-height: 1.25em;
	color: #2D4296;
}

.teaser h1{
    letter-spacing: 1px;
	font-family: IdealistaBold;
    font-size: 56px;
    margin-top: 10px;
	color: #2D4296;
}

.teaser h2{
	font-family: IdealistaLight;
    font-size: 53px;
	color: #EE5E24;
	margin-bottom: 30px;
}

.teaser .date{
	color: #2D4296;
	font-family: IdealistaBold;
    font-size: 36px;
}

.teaser .place{
	font-size: 30px;
	color: #EE5E24;
	font-family: IdealistaBold;
	margin-bottom: 40px;
	margin-top: -10px;
}

.teaser a{
	color: white;
	text-transform: uppercase;
	background: #EE5E24;
	border: 1px solid #EE5E24;
	font-size: 28px;
	font-weight: 400;
	text-align: center;
	padding: 12px 35px;
	border-radius: 35px;
	width: 200px;
	transition: .3s;
	text-decoration: none !important;
}

.teaser a:hover{
	transition: .2s;
	color: #EE5E24;
	border: 1px solid #ADB1D4;
	background: transparent;
}

.teaser{
	padding-top: 30px;
	padding-bottom: 50px;
}

.teaser img{
	margin-top: -70px;
}

.points-row{
	border-bottom: 1px solid #ADB1D4;
}

.points-row{
	padding-bottom: 50px;
}

.points-row-second{
	padding-top: 70px;
	padding-bottom: 50px;
}

.points-box img{
	display: block;
	height: 90px;
	margin-bottom: 20px;
}

.points-box .price{
	color: #ADB1D4;
}

.points-heading{
	font-family: IdealistaBold;
	font-size: 24px;
	padding-right: 5px;
	font-weight: normal !important;
	line-height: 1.25em;
	min-height: 50px;
	color: #2D4296;
}

.points-text{
	font-size: 18px;
	color: #2D4296;
}

.points-text strong{
	color: #EE5E24;
}

.section{
	padding: 45px 0px;
}

.section-main-heading{
	width: 100%;
	font-family: IdealistaBold;
	font-size: 32px;
	text-align: left;
	color: #2D4296;
	border-bottom: 4px solid #ADB1D4;
}

.speaker-box img{
	float: none;
	margin: 0 auto;
	text-align: center;
	display: block;
	margin-top: 30px;
}

.speaker-name{
	font-weight: 700;
	font-size: 20px;
	color: #EE5E24;
	margin-top: 20px;
	text-align: center;
}

.speaker-text{
	color: #2D4296;
	text-align:center;
}

.years-first-row{
	border-bottom: 1px solid #ADB1D4;
}

.years-row{
	padding: 50px 0px;
}

.last-year-box{
	text-decoration: none !important;
}

.last-year-box h3{
	font-family: idealistalight;
	color: #EE5E24;
	font-size: 60px;
	font-size: 3.75rem;
	font-weight: normal;
}

.last-year-title{
	margin-bottom: 3px;
	margin-top: 3px;
	color: #2D4296;
	line-height: 22px;
	font-size: 18px;
}

.last-year-subtitle{
	font-weight: bold;
	color: #2D4296;
	line-height: 22px;
	font-size: 18px;
}

.heading-right{
	font-family: 'Barlow';
	font-size: 22px;
	color: #2D4296 !important;
	text-align: right;
	float: right;
	margin-top: 7px;
	text-decoration: none !important;
	font-weight: 600;
}

.heading-right img{
	max-height: 30px;
	margin-top: -15px;
}

.speaker-box, .speaker-1, .speaker-2{
	text-decoration: none !important;
}

.program-row{
	padding: 15px 0;
	border-bottom: 1px solid #ADB1D4;
}

.subheading-desc{
	color: #2D4296;
	font-weight: 600;
	font-size: 19px;
}

.subheading-desc-text{
	color: #2D4296;	
	font-size: 18px;
	margin-top: -5px;
}

.speaker-box-sub{
	margin-left: -10px;
}

.speaker-sub-name{
	font-weight: 700;
	font-size: 18px;
	color: #2D4296;
}

.speaker-sub-info{
	color: #2D4296;
	margin-top: -10px;
}

.speaker-box-sub img{
	margin-top: -24px;
	height: 16px;
}

.program-row .time{
	font-weight: 700;
	color: #EE5E24;
	font-size:18px;
	position: relative;
	top: 0px;
}

.program-row-last{
	border-bottom: 0px !important;
}

.subheading-main{
	font-weight: 700;
	color: #ADB1D4;
	font-size: 22px;
}

.sub-program-block{
	padding: 30px 0px;
}

.sub-program-block-first{
	border-bottom: 1px solid #ADB1D4;
}

.sub-program-heading{
	color: #2D4296;
	font-size: 22px;
	font-weight: 700;
}

.sub-program-heading .orange-letter{
	color: #EE5E24;
}

.sub-program-text{
	color: #2D4296;
}

.news{
	padding: 55px 0px;
	background: rgb(219,220,234);
}

.news-main-heading{
	width: 100%;
	font-family: IdealistaBold;
	color: #2D4296;
	font-size: 30px;
	text-align: left;
	margin-bottom: 70px;
}

.news-main-heading img{
	max-height: 55px !important;
	position: relative;
	left: -15px;
	top: 5px;
}

.news-block a img{
	max-height: 28px;
}

.news-heading a{
	font-size: 20px !important;
}

.news-date{
	color: #EE5E24;
	font-weight: 700;
}

.news-heading{
	margin-top: -7px;
	color: #2D4296;
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;
	min-height: 90px;
}

.news-text{
	margin-top: -7px;
	color: #2D4296;
	line-height: 22px;
	font-size: 18px;
	min-height: 40px;
}

.contact-row{
	padding: 45px 0;
	border-bottom: 1px solid #ADB1D4;
}

.contact-row img{
	float: right;
	height: 60px;
	margin-top: -5px;
}

.contact-title{
	color: #EE5E24;
	font-size: 21px;
	line-height: 24px;
	font-weight: 700;
	margin-bottom: 5px;
}

.contact-phone{
	color: #2D4296;
	font-size: 18px;
	text-decoration: none !important;
}

.contact-link{
	color: #2D4296 !important;
	font-size: 18px;
	border-bottom: 1px solid #2D4296;
	font-weight: 700;
	text-decoration: none !important;
	padding-bottom: -1px;
}

.contact-link:hover{
	border-bottom: 1px solid transparent;
	transition: .2s;
}

.partners-row{
	padding: 40px 0px;
}

.partners-row h6{
	color: #2D4296;
	font-size: 22px;
	line-height: 24px;
	font-weight: 700;
	margin-bottom: 40px;
}

.section-main-heading{
	padding-bottom: 5px;
}

.fb-link{
	width: 61px;
}

.register-detail-form{
	padding-bottom: 50px;
	font-family: 'Barlow';
}

.register-detail-form .header-main{
	display: none !important;
}

@media (min-width: 1340px){
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 1240px !important;
	}
}

.timer{
	margin: 45px 0 45px 0;
}

.timer-block{
	width: 120px;
	height: 120px;
	padding: 10px;
	padding-top: 25px;
	padding-bottom: 5px;
	border: 1px solid #ADB1D4;
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
}

.timer-block .period{
	font-size: 21px;
	color: #2D4296;
	text-transform: uppercase;
	text-align: center;
}

.timer-block .period-value{
	margin-top: -25px;
	color: #EE5E24;
	font-size: 36px;
	text-align: center;
	font-weight: 700;
}

.speaker-mini-text{
	color: #2D4296;
	font-size: 16px;
	line-height: 1em;
	margin-bottom: 0.1rem;
}

.speaker-mini-text-orange{
	color: #EE5E24 !important;	
}

.speaker-mini-text strong{
	font-size: 18px;
}

.subheading-desc-bold{
	font-size: 19px;
	font-weight: 700;
	color: #ADB1D4;
}

/** FIVE COLUMNS **/
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

.speaker{
	padding: 50px 0;
}

.speaker p{
	color: #2D4296;
	font-size: 18px;
}

.speaker a{
	color: #2D4296 !important;
	text-decoration: underline;
	padding-bottom: 2px;
}

.speaker a:hover{
	text-decoration: none;
}

.speaker-detail-name{
	font-weight: 700;
	color: #EE5E24;
	font-size: 32px;
	width: 100%;
}

.speaker-detail-organisation{
	font-weight: 700;
	color: #2D4296;
	font-size: 18px;
	max-width: 80%;
}

.speaker-detail-subbox{
	border-bottom: 4px solid #ADB1D4;
	padding-bottom: 25px;
	margin-bottom: 30px;
}

.speaker-detail-description{
	color: #2D4296;
}

.speaker-detail-name a{
	float: right;
	font-size:24px;
	font-weight: 500;
	color: #2D4296 !important;
	text-decoration: none !important;
}

.speaker-detail-name a img{
	margin-right: 15px;
	margin-top: -5px;
}

.program-button{
	margin-top: 35px;
	float: none;
	margin: 0 auto;
	display: block;
	transition: .3s;
	color: #EE5E24;
	border: 1px solid #ADB1D4;
	background: transparent;
	font-size: 27px;
	font-weight: 500;
	padding: 12px 20px;
	border-radius: 35px;
	text-decoration: none !important;
	text-align: center;
	max-width: 34%;
}

.program-button:hover{
	color: white;
	background: #EE5E24;
	border: 1px solid #EE5E24;
	transition: .2s;
}

.top-border{
	padding-top: 10px;
	border-top: 1px solid #ADB1D4;
}

.subpage-heading{
	font-family: IdealistaBold;
	color: #2D4296;
	font-size: 28px;
	padding-bottom: 14px;
	margin-bottom: 45px;
	border-bottom: 3px solid #ADB1D4;
}

.outputs-subheading{
	font-weight: 400;
	font-size: 23px;
	color: #EE5E24;
	margin-bottom: 5px;
}

.outputs-videos{
	margin-bottom: 74px;
	padding-bottom: 7px;
	border-bottom: 1px solid #ADB1D4;
}

.outputs-media{
	margin-bottom: 48px;
	padding-bottom: 7px;
	border-bottom: 1px solid #ADB1D4;
}

.output-video{
	margin: 14px 0;
}

.output-video-heading{
	font-weight: 700;
	color: #2D4296;
	font-size: 19px;
	min-height: 90px;
}

.output-video-speaker{
	color: #ADB1D4;
	font-weight: 600;
	font-size: 16px;
	min-height: 75px;
}

.output-video-arrow{
	height: 16px;
	margin-top: -24px;
}

.output-media-arrow{
	height: 16px;
	margin-top: -24px;
}

.output-block, .output-block-media{
	display: block;
	text-decoration: none !important;
}

.output-block-media{
	margin-top: 5px;
}

.output-media-type{
	font-weight: 400;
	color: #ADB1D4;
}

.output-media-heading{
	font-weight: 700;
	color: #2D4296;
	font-size: 19px;
	margin-bottom: 24px;
	margin-top: -10px;
	min-height: 65px;
}

.output-media-author{
	color: #ADB1D4;
	font-weight: 600;
	font-size: 16px;
}

.output-media-source{
	margin-top: -15px;
	margin-bottom: 7px;
	color: #2D4296;
}

.output-media-source strong{
	color: #EE5E24;
	font-weight: 700;
}

.register-first-text{
	font-weight: 600;
	font-size: 19px;
	color: #2D4296;
}

.register-block{
	margin-bottom: 26px;
}

.register-block h5{
	color: #EE5E24;
	font-weight: 700;
	font-size: 22px;
}

.register-block p{
	color: #2D4296;
	margin-top: -3px;
}

.payment-box{
	margin-top: 15px;
	border: 1px solid #EE5E24;
	padding: 30px;
	margin-bottom: 40px;
	border-radius: 25px;
	max-width: 92%;
}

.payment-box h4{
	font-size: 24px;
	font-weight: 700;
	color: #EE5E24;
}

.payment-box p{
	color: #2D4296;
}

.payment-box-how h5{
	font-size: 24px;
	font-weight: 700;
	color: #2D4296;
}

.payment-box-how .count{
	color: #EE5E24;
}

.payment-box-how a{
	color: #2D4296 !important;
	text-decoration: none !important;
}

.register-ilust{
	margin-top: -15px;
}

.acredit-button{
	width: 320px;
	float: none;
	margin: 0 auto;
	display: block;
	transition: .3s;
	color: white;
	background: #EE5E24;
	border: 1px solid #EE5E24;
	font-size: 22px;
	font-weight: 400;
	padding: 8px 8px;
	border-radius: 35px;
	text-decoration: none !important;
	text-align: center;
	text-transform: uppercase;
	margin-top: 175px;
}

.acredit-button:hover{
	transition: .2s;
	color: #EE5E24;
	border: 1px solid #ADB1D4;
	background: transparent;
}

.register-form{
	margin-top: 40px;
	border-top: 1px solid #2D4296;
	padding-top: 40px;
	width: 100%;
}

.register-form h5{
	padding-top: 30px;
	font-weight: 700;
	width: 100%;
	font-size: 22px;
	text-align: center;
	color: #EE5E24;
	float: none;
	margin: 0 auto;
	display: block;
	margin-bottom: 30px;
}

.goals-text{
	color: #2D4296;
	font-size: 22px;
	text-align: center;
	padding-bottom: 24px;
	margin-bottom: 54px;
	border-bottom: 0.5px solid #2D4296;
}

.subpage-program-heading{
	margin-bottom: 0px;
}

.subprogram .program-row{
	padding: 30px 0;
}

.subprogram .subheading-desc p{
	display: block;
	font-weight: 400;
	font-size: 17px;
	line-height: 26px;
	max-width: 85%;
	margin-top: 6px;
}

.subprogram .time{
	font-size: 20px;
}

.subheading-desc{
	font-size: 18px;
}

.subprogram .subheading-desc{
	font-size: 18px;
	margin-top: 2px;
}

.subprogram-speaker-box{
	display: block;
	text-decoration: none !important;
}

.subprogram-speaker-box h6{
	font-weight: 700;
	color: #2D4296;
	font-size: 19px;
}

.subprogram-speaker-box p{
	color: #2D4296;
	font-size: 16px;
	line-height: 19px;
	margin-top: -5px;
}

.subprogram-arrow{
	height: 16px;
	margin-top: -15px;
}

.subprogram .subheading-desc-bold{
	font-size: 20px;
	margin-bottom: 5px;
}

.top-border{
	padding-top: 24px;
	margin-top: 15px;
}

.subprogram .top-border{
	padding-top: 42px;
}

.subprogram .description{
	margin-left: -15px !important;
}

.hp-program-link{
	transition: .3s;
	color: #2D4296;
	text-decoration: none !important;
}

.hp-program-link:hover{
	transition: .2s;
	color: #EE5E24;
}

.news-detail-box{
	padding: 35px 0px;
	margin-bottom: 25px;
	border-bottom: 0.5px solid #2D4296;
}

.news-detail-box p{
	color: #2D4296;
	font-size: 18px;
}

.news-detail-box a{
	text-decoration: none !important;
}

.news-detail-date{
	color: #EE5E24 !important;
	font-weight: 600 !important;
	font-size: 16px  !important;
}

.news-detail-title{
	font-weight: 700;
	font-size: 22px;
	margin-top: 0px;
	color: #2D4296;
}

.news-detail-box .page{
	color: #2D4296 !important;
	margin-top: -15px;
	font-size: 18px;
}

.speaker-program-box{
	padding: 35px 0;
	padding-bottom: 25px;
	border-top: 0.5px solid #2D4296;
	margin-left: 0px !important;
	margin-right: 0px !important;
	text-decoration: none !important;
}

.speaker-program-box:hover{
	color: #EE5E24;
}

.last-box{
	border-bottom: 0.5px solid #2D4296;
}

.speaker-program-time{
	color: #2D4296;
	font-size: 22px;
	margin-top: -5px;
}

.speaker-program-time img{
	height: 45px;
	margin-right: 30px;
}

.neprednaska{
	color: #2D4296;
	font-weight: 700;
	font-size: 22px;
}

.prednaska{
	color: #ADB1D4;
	font-weight: 700;
	font-size: 22px;
}

.program .subheading-desc{
	margin-left: -15px;
}

.news-link{
	height: 32px;
}

.news-block-texts{
	min-height: 140px;
}

.news-detail-fulltext span{
	color: #2D4296;
}

.remove-right-space{
	margin-right: -40px;
}

.count-text{
	color: #2D4296;
}

.logo-2{
	margin-top: -5px;
}

.logo-4{
	margin-top: 6px;
	margin-left: 10px;
}

.logo-7{
	margin-left: 10px;
}

.logo-8{
	height: 45px;
	margin-left: -5px;
}

.logo-10{
	margin-top: 13px;
}

.logo-12{
	margin-top: -9px;
	height: 81px;
}

.points-box-container{
	height: 130px;
}

.points-box-container-second{
	height: 110px;
}

.ikona-1{
	height: 78px !important;
}

.ikona-2{
	height: 98px !important;
}

.ikona-3{
	height: 95px !important;
}

.ikona-4{
	height: 98px !important;
}

.ikona-5{
	height: 59px !important;
}

.ikona-6{
	height: 66px !important;
}

.ikona-7{
	height: 79px !important;
}

.ikona-8{
	height: 74px !important;
}

.mobile-years{
	display: none;
}

.tb-move{
	position: relative;
	left: -15px;
}

.tb-move a{
	position: relative;
	left: 15px;
}

.register-subpage{
	font-size: 18px;
}

.copyright{
	width: 100%;
}

.scroll-arrow{
	position: relative;
	top: -8px;
	left: -8px;
	float: right;
}

.scroll-arrow img{
	max-height: 39px;
}

.broza-hp-sec strong{
	margin-right: 15px !important;
}

@media(max-width: 1400px){
	.points-box-container,.points-box-container-second{
		height: auto;
	}
}

@media(max-width: 991px){
	.broza-hp-sec strong{
		margin-right: 0px !important;
	}
	.scroll-arrow{
		float: none;
		margin: 0 auto;
		display: block;
		text-align: center;
		top: 5px;
		left: 0px;
	}
	.broza{
		margin-top: -30px !important;
	}
	.broza-special{
		margin-top: -35px !important;
	}
	

	.broza-hp{
		margin-top: 10px !important;
	}
	
	
	.tb-move a{
		position: relative;
		left: 0px;
	}
	.logo-1,.logo-2,.logo-3.,.logo-4,.logo-5,.logo-6,.logo-7,.logo-8,.logo-9,.logo-10, .logo-11, .logo-12{
		margin: 0;
	}
	
	.tb-move{
		left: 0;
		padding-left: 0;
	}
	
	.teaser{
		text-align: center;
	}
	.teaser-image{
		display: none;
	}
	
	.timer-block{
		float: none;
		margin: 0 auto;
		margin-bottom: 25px;
	}
	
	.points-row{
		padding-bottom: 0px !important;
		border-bottom: 0px !important;
	}
	
	.points-row-second{
		padding-top: 0px !important;
	}
	
	.points-box{
		margin-top: 45px;
		text-align: center;
	}
	
	.points-box img{
		float: none;
		margin: 0 auto;
		text-align: center;
		margin-bottom: 25px;
	}
	
	.news-main-heading{
		display: block;
		width: 100%;
		text-align: center;
	}
	
	.heading-right{
		margin-top: 30px;
		width: 100%;
		display: block;
		text-align: center;
		float: none;
		margin: 0 auto;
	}
	
	.news-block{
		text-align: center;
		margin-bottom: 35px;
		display: block;
		text-decoration: none !important;
	}
	
	.section-main-heading{
		text-align: center;
		display: block;
		width:100%;
		margin-bottom: 30px;
	}
	
	.subheading-desc{
		padding-left: 15px !important;
	}
	
	.program-row{
		text-align: center;
	}
	
	.registration-button{
		max-width: 100%;
	}
	
	.speaker-box{
		text-align: center;
	}
	
	.contact-row{
		text-align: center;
	}
	
	.contact-title{
		margin-top: 20px;
	}
	
	.partners-row h6{
		width: 100%;
		text-align: center;
	}
	
	.partners-row a{
		display: block;
		float: none;
		margin: 0 auto;
		text-align: center;
		padding: 25px 0px;
	}
	
	footer img{
		float: none;
		margin: 0 auto;
		display: block;
		text-align: center;
		max-height: 35px;
		margin-bottom: 30px;
	}
	
	.copyright{
		float: none;
		margin: 0 auto;
		text-align: center;
	}
	
	.footer-menu{
		margin-bottom: 10px;
	}
	
	.navbar-nav{
		margin-left: 0;
		margin-top: 15px;
		margin-bottom: 10px;
		padding-bottom: 15px;
		border-bottom: 1px solid #2D4296;
	}
	
	.subpage-heading{
		text-align: center;
	}
	
	.outputs-videos,.outputs-media{
		text-align: center;
	}
	
	.output-media-type{
		margin-top: 30px;
	}
	
	.navbar-toggler:hover{
		background: #EE5E24;
	}
	
	.subpage{
		text-align: center;
	}
	
	.payment-box{
		float: none;
		margin: 0 auto;
	}
	
	.register-ilust{
		display: none;
	}
	
	.acredit-button{
		margin-top: 30px;
	}
	
	.speakers-link{
		margin-top: 25px;
	}
	
	.speaker-detail-logo{
		float: none;
		margin: 0 auto;
		display: block;
		text-align: center;
	}
	
	.col-md-5ths{
		float: none;
		margin: 0 auto;
	}
	
	.top-border{
		border-top: 0px !important;
		padding-top: 0px;
		margin-top: 0px;
	}
	
	.special{
		margin-top: -45px;
	}
	
	.subprogram .subheading-desc p{
		max-width: 100%;
	}
	
	.subprogram-speaker-box h6{
		margin-top: 8px;
	}
	
	.hide-mobile{
		display: none;
	}
	
	.show-mobile{
		display: block;
		font-size: 24px;
		font-weight: 500;
		color: #2D4296 !important;
		text-decoration: none !important;
		margin-top: -50px;
		margin-bottom: 15px;
	}
	
	.show-mobile img{
		margin-right: 25px;
	}
	
	.speaker-detail-subbox{
		text-align: center;
		margin-top: 20px;
	}
	
	.speaker-detail-organisation{
		max-width: 100%;
	}
	
	.mobile-years{
		display: block;
		text-align: center;
	}
	
	.desktop-years{
		display: none;
	}
	
	.subprogram .top-border {
		padding-top: 25px;
	}
}

.acredit-button{
	margin-top: 0px;
}
