body {
    color: #43484e;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
  }

  h1, h2, h3, h4, h5, h6{
     font-family: 'Poppins', sans-serif;
  }
		
#mask {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	z-index: 10000;
	height: 100%;
}

#loader {
    position: absolute;
    width: 128px;
    height: 128px;
    z-index: 9999;
    top: 42%;
    top: -webkit-calc(50% - 64px);
    top: calc(50% - 64px);
    left: 42%;
    left: -webkit-calc(50% - 64px);
    left: calc(50% - 64px);
}
		
  #hero {
    background: url('../img/header.jpg') center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    min-height: 500px;
    position: relative;
    overflow: hidden;
    color: #fff;
}

.hero-content{
  margin: 20px 0 40px 0;
}

#hero .hero-big {
    font-size: 30pt;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 40px;
    margin-top: 5px;
    margin-bottom: 15px;
}
#hero .hero-big  > span{
  padding: 0 5px;
}
    
#hero .hero-normal {
    font-size: 20pt;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 34px;
    margin-top: 25px;
    margin-bottom: 5px;
}

#hero .hero-medium {
    font-size: 24pt;
	font-weight: 300;
	line-height: 18px;
	margin-top: 5px;
	margin-bottom: 25px;
	letter-spacing: 0px;
	font-weight: 700;
}

#hero .hero-small {
    font-size: 12pt;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 18px;
    margin-top: 5px;
    margin-bottom: 25px;
    letter-spacing: 0px;
}

#hero hr {
    width: 30%;
    border: 0;
    border-top: 1px solid #FFF;
    display: inline-block;
}

#hero .hero-btns .btn-register-blue{
	margin-bottom: 15px;		
}

.btn-lg {
    padding: 5px 25px;
    font-size: 16px;
    line-height: 1.33;
    border-radius: 6px;
}

.btn-register-blue, .btn-register-blue:visited {    
    background: #45c0d2;
    color: #fff !important;
    border-bottom: 3px solid #238a99;
}

.btn-register-orange, .btn-register-orange:visited {    
    background: #ff6803;
    color: #fff !important;
    border-bottom: 3px solid #c55104;
}

.btn-register-blue:Hover, .btn-register-orange:Hover {
    opacity: 0.7;
    -webkit-transition: all 0.2s ease !important;
    -moz-transition: all 0.2s ease !important;
    -o-transition: all 0.2s ease !important;
    transition: all 0.2s ease !important; 
}
.section {
	min-height: 350px;
	background-color: #fff;
	padding-bottom: 50px;
	padding-top: 50px;
	overflow: hidden;
	position: relative;
	text-align: left;
}
		
.blue{
	background-color: #45c0d2;
}

.white{
    background-color: #fff;
}

.text-grey{
    color: #43484e;  
}
 
.text-white{
    color: #fff;
}

.section-header{ 
    padding-bottom: 3px;
    text-decoration: underline;
    text-transform: uppercase;
    margin-bottom: 20px;
}   
   
.sub-title{
  font-weight: 600;
  margin-bottom: 20px;
}

.session-title{
  font-weight: 600;  
}

.session-sub-title{
  font-weight: 500;  
}

.section p{
  padding-bottom: 10px;
}

.light-text{
  color: #43484e;
}

.row-padding{
  padding-bottom: 30px;
}

.circle-bkg{
  border-radius: 70%;
  height: 62px;
  width: 62px;
  border: 3px solid #f16a13;
  text-align: center;
  line-height: 54px;
  background-color: #ffac75;
  color: #fff;   
}

.circle-bkg > span{
  font-size: 28px; 
  font-weight: 700; 
}

#table-schedule{
  margin-bottom: 20px;
  width: 100%;	
  vertical-align: top;
}

#table-schedule tr td{
  vertical-align: top;
}

.cell-pad10{
  padding: 0 0 0 10px;
}

.cell-pad100{
  padding: 0 0 0 40px;
}

#banner{
   background: url('../img/banner.jpg') center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;   
    min-height: 320px;
    position: relative;
    overflow: hidden;
    color: #fff;
}

#banner .hero-normal{
    font-size: 24pt;
    font-weight: 700;    
    line-height: 30px;    
    margin-bottom: 25px;
}

.banner-content{
  margin-top: 40px;
  margin-bottom: 0;
 } 

#map {
    position: relative;
    padding: 0px 0px;
}

#map_canvas img{
  max-width:100% !important;
  background:none!important;
}

#canvas-map {
    position: absolute;
    height: 400px;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.content-container{
  padding: 0 30px 20px 30px;
}

.content-container img{
	width: 100%;
	height: auto;
	float: left;
}

.session-container{
  padding: 0 30px 0px 30px;
}

#about_btn{
  font-size: 50px;
  cursor: pointer;  
}

.introduction-text{
	padding: 20px 0 20px;
	font-weight: 600;
}

.register-text{
	padding: 20px 0 40px;
}

.text-padding{
   padding-left: 35px;
}


@media (min-width: 420px) {	
	#hero .hero-btns .btn-register-blue{
		margin-bottom: 0;		
	}
}
	
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {		
	.hero-content{
	  margin: 60px 0 40px 0;
	}
	#hero .hero-big {
		font-size: 40pt;
		text-transform: uppercase;
		font-weight: 700;
		line-height: 40px;
		margin-top: 25px;
		margin-bottom: 15px;
	}
	#hero .hero-big  > span{
	  padding: 0 20px;
	}
	
	#hero .hero-normal {
		font-size: 30pt;
		font-weight: 700;
		text-transform: uppercase;
		line-height: 34px;
		margin-top: 25px;
		margin-bottom: 25px;
	}

	#hero .hero-small {
		font-size: 16pt;
		font-weight: 300;
		text-transform: uppercase;
		line-height: 16px;
		margin-top: 25px;
		margin-bottom: 25px;
		letter-spacing: 4px;
	}
	
	#hero .hero-big  > span{
	  padding: 0 20px;
	}
	
	#hero .hero-btns .btn-register-blue{
		margin-bottom: 0;
		margin-right: 3px;
	}
	
	#hero .hero-btns .btn-register-orange{
		margin-bottom: 0;
		margin-left: 3px;
	}
	
	.content-container img{
		width: 80%;
		height: auto;
		float: left;
	}
	
	.cell-pad100 {
		padding: 0 0 0 100px;
	}
		
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.content-container img{
		width: 80%;
		height: auto;
		float: left;
	}
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
	.content-container img{
		width: 80%;
		height: auto;
		float: left;
	}
}