
body {
		background: #fafafa;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
		font-weight: 400;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 30%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/*---------------------------------------
    Typography
-----------------------------------------*/
ul.no_bullet {
  list-style-type: none;
  padding: 10px;
  padding-bottom: 25px;
  margin: 0;
}

li.normal {
  color: #707070;
  font-size: 17px;
  line-height: 24px;
  text-transform: none;
}

li.noapp {
  color: #009197;
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 36px;
  background: url(../images/girl_with_phone.png) no-repeat left top;
  padding-left: 115px;
  padding-top: 5px;
}

li.model {
  color: #009197;
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;  
  line-height: 36px;
  background: url(../images/tablefood_icon.png) no-repeat left top;
  padding-left: 115px;
  padding-top: 5px;
}

li.qr {
  color: #009197;
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;  
  line-height: 36px;
  background: url(../images/qr_icon.png) no-repeat left top;
  padding-left: 115px;
  padding-top: 5px;
}

li.free {
  color: #009197;
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;  
  line-height: 36px;
  background: url(../images/freebird_icon.png) no-repeat left top;
  padding-left: 115px;
  padding-top: 5px;
}

li.support {
  color: #009197;
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;  
  line-height: 36px;
  background: url(../images/support_icon.png) no-repeat left top;
  padding-left: 55px;
  padding-top: 5px;
}

h1,h2,h3,h4,h5,h6 {
  font-weight: 600;
}

h3,h5 {
  font-weight: 500;
}

h1 {
    font-size: 40px;
    letter-spacing: 2px;
}

h2 {
  font-size: 30px;
  text-transform: uppercase;
}

h3 {
  line-height: 36px;
}

h5 {
    letter-spacing: 1px;
    padding-top: 0px;
}

p {
    color: #707070;
    font-size: 17px !important;
    line-height: 24px;
}

a {
  text-decoration: none !important;
  outline: none;
}


/*---------------------------------------
    General
-----------------------------------------*/
.authContainer {
  width: auto;
  height: auto;
}

.signin {
  width: 40%;
  height: 100vh;
  float: left;
  background-color: #fdfdfd;
}

.signin_aux {
  width: 60%;
  height: 100vh;
  float: right;
  background: url(../images/register-bg.jpg) no-repeat left top;
}

.form_box {
  margin: auto;
  width: 400px;
  height: 300px;
  top: 10%;
  position:relative;
  min-height:1px;
  padding-right:15px;
  padding-left:15px
}

#signin .form-control { 
  background: transparent;
  background-color: #fafafa00;
  height: 45px;
  border: 1px solid #02d2d9;
  border-radius: 90px;
  color: black;
  margin-bottom: 16px;
}

#signin .placehold {
  color: #808080;
  padding-left: 10px;
}

.forgot {
  margin: auto;
  margin-top: 10px;
  display: block;
  background: transparent;
  border: 0;
  color: #009197;
}
.forgot:hover {
  color: #02d2d9;
}

.section-title {
  margin-bottom: 32px;
}

#overview,
#signup {
  padding-top: 14rem;
  padding-bottom: 14rem;
}

#detail, #video,
#speakers,
#program,
#sponsors,
#dload, footer {
    padding-top: 10rem;
    padding-bottom: 10rem;
}

#detail,
#speakers, #sponsors,
footer {
  text-align: center;
	padding-top: 4rem;
	padding-bottom: 4rem;
}

#overview h3,
#detail h3, #video h3,
#signup h3,
#venue h3,
#dload h3 {
    padding-bottom: 12px;
}

#intro .btn,
#dload .btn {
    background: transparent;
    border: 2px solid #ffffff;
    border-radius: 0px;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 12px;
    padding: 14px 42px;
    margin-top: 42px;
    margin-right: 12px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#intro .btn-danger,
#dload .btn-danger {
    background: #00bccd;
    border-color: transparent;
}

#dload .btn-danger {
	width: 150px;
	height: 50px;
	background-color: #00bccd;
	background-image: url(../images/appstore_btn.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

#dload .btn {
  border-radius: 100px;
}

#intro .btn-danger:hover {
  background: #ffffff;
  border-color: transparent;
  color: #333333;
	box-shadow: 0 0 15px 2px rgba(255, 255, 255, 0.4);
}

#dload .btn-danger:hover {
	background-color: #00bccd;
	box-shadow: 0 0 15px 2px rgba(255, 255, 255, 0.4);
}

#intro .btn-default:hover {
    background: transparent;
    color: #00bccd;
    border-color: #00bccd;
		box-shadow: 0 0 15px 2px rgba(255, 255, 255, 0.4);
}

.parallax-section {
  background-attachment: fixed !important;
  background-size: cover !important;
}

.no-js {
  background-color: #fafafa;
}



/*---------------------------------------
    Preloader section
-----------------------------------------*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background: none repeat scroll 0 0 #ffffff;
}

.sk-rotating-plane {
  width: 100%;
  height: 100%;
  background: url('../favicon.png') no-repeat center;
	background-size: 100px 100px;
  -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
          animation: sk-rotatePlane 1.2s infinite ease-in-out; }

@-webkit-keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
            transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
            transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
            transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

@keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
            transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
            transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
            transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }



/*---------------------------------------
    Navigation Links section
-----------------------------------------*/
#edit-modals {
  background-color: #fafafa;
}

.custom-navbar {
    margin-bottom: 0;
    background-color: rgba(16, 16, 16, 0.8);
		box-shadow: 0;
		transition: all 0.4s ease-in-out;
}

.custom-navbar .navbar-brand {
    color: #ffffff;
    font-weight: 600;
    font-size: 3rem;
    line-height: 20px;
    vertical-align:middle;
}

.custom-navbar .nav li a {
    color: #f7f5f5;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    line-height: 20px;
    transition: all 0.4s ease-in-out;
    margin-top: 10px;
}

.custom-navbar .nav li a:hover {
    background: transparent;
    color: #02d2d9;
}

.custom-navbar .navbar-nav > li > a:hover,
.custom-navbar .navbar-nav > li > a:focus {
  background-color: transparent;
}

.custom-navbar .nav li.active > a {
    background-color: transparent;
    color: #04f9ff;
}

.custom-navbar .navbar-toggle {
    border: none;
    padding-top: 10px;
}

.custom-navbar .navbar-toggle {
    background-color: transparent;
}

.custom-navbar .navbar-toggle .icon-bar {
    background: #ffffff;
    border-color: transparent;
}

.card2 {
  border-radius: 25px;
}

.card-center {
  width: 18rem; 
  margin-left: 25px; 
  margin-top: 15px; 
  border-radius: 1rem !important;
  display: inline-block !important;
}

.card-img-center {
  width: 12rem !important;
  left: 50%;
  transform: translateX(-50%);
  position: relative;
}

.card-bg {
  border-radius: 0 0 1rem 1rem !important;
  box-shadow: 0 -2px 10px #00000066;
  background: linear-gradient(to bottom right, #2d2a2a 15%, #5b5b5b 100%) !important;
}

.card-text {
  text-align: center;
  margin-bottom: 1.5rem;
  color: white !important;
}

.card-btn-left {
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  float: left;
  margin-left: 5px;
  width: 40%;
  background-color: #02d2d9 !important;
  border: none !important;
}
.card-btn-left:hover {
  background-color: #009197 !important;
}
.card-btn-left:focus {
  color: white !important;
}

.card-btn-right {
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  float: right;
  margin-right: 5px;
  width: 40%;
  background-color: white !important;
  color: black !important;
  border: none !important;
}
.card-btn-right:hover {
  background-color: #e8e8e8 !important;
}

.theme-btn {
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  background-color: #02d2d9 !important;
  border: none !important;
}
.theme-btn:hover {
  background-color: #009197 !important;
}
.theme-btn:focus {
  color: white !important;
}

.menuTitle {
  width: 100%;
  height: 2.5rem;
  padding-left: 8px;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.preview-img {
  width: 65rem !important;
  left: 50%;
  transform: translateX(-50%);
  position: relative;
}

.qrcode {
  display: inherit !important;
  vertical-align: middle;
  max-width: 100%;
  height: 12rem;
}

.profile-view {
  background-color: white;
  box-shadow: 0 -2px 10px #00000066;
  border-radius: 1rem !important;
  margin: auto;
  margin-top: 5%;
  width: 90%;
  padding: 25px;
}

@media(min-width:768px) {
    .custom-navbar {
        padding: 20px 0;
        border-bottom: 0;
        background: 0 0;
    }
    .custom-navbar.top-nav-collapse {
        background: rgba(16, 16, 16, 0.50);
				/*box-shadow: 0px 5px 5px 5px rgba(16, 16, 16, 0.75);*/
        padding: 0;
				padding-top: 5px;
    }

}



/*---------------------------------------
    Intro section
-----------------------------------------*/
#intro {
    background: url('../images/cafe_bg.jpg') 50% 0 repeat-y fixed;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    color: #ffffff;
    display: -webkit-box;
    display: -webkit-flex;
     display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
     -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
    height: 100vh;
    text-align: center;
}

#intro h3 {
  letter-spacing: 2px;
}



/*---------------------------------------
   Overview  section
-----------------------------------------*/
#overview img {
  position: relative;
  padding-bottom: 32px;
}

.subsection {
  padding-top: 0 !important;
}

#process {
	background: #FFFFFF;
	padding-top: 12rem;
	padding-bottom: 15rem;
	overflow: hidden;
}
.process-content {
	position: relative;
	text-align: center;
}
.process-content .right-side,
.process-content .left-side,
.process-content .image-part {
	width: 33.33333%;
	font-size: 15px;
	line-height: 27px;
}
.process-content .right-side, .process-content .left-side {
	padding: 0 6% 24px;
	position: absolute;
	top: 0;
}
.process-content .right-side {
	right: 0;
}
.process-content .left-side {
	left: 0;
}
.process-content .image-part {
	margin: 0 auto;
	height: 660px;
	background-image: url("../images/demo_dash.png");
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: contain;
	-moz-background-size: contain;
  background-size: contain;
  box-shadow: 15px 15px 15px 15px rgba(255, 255, 255, 0.4) !important;
}
.process-content .item[data-item]::before {
	background: #38424e;
	color: #FFFFFF;
	border-radius: 100%;
	font-family: "montserrat-bold", sans-serif;
	content: attr(data-item);
	display: inline-block;
	font-size: 18px;
	height: 42px;
	width: 42px;
	line-height: 42px;
	text-align: center;
	vertical-align: middle;
	margin-bottom: 1.5rem;
}
.process-content h5 {
	color: #02d2d9;
	font-size: 1.6rem;
	line-height: 1.875;
	letter-spacing: .2rem;
	margin-bottom: 2rem;
}

.process-content p {
	margin-bottom: 4.6rem;
}

/**
 * responsive:
 * process
 * -
 */

@media only screen and (max-width:1024px) {
	.process-content .right-side, .process-content .left-side {
		padding: 0 3% 24px;
		width: 35%;
	}
	.process-content .image-part {
		height: 600px;
		width: 30%;
	}
}
@media only screen and (max-width:768px) {
	#process {
		padding-bottom: 27rem;
	}
	.process-content .right-side, .process-content .left-side {
		position: static;
		width: 100%;
		max-width: 480px;
		font-size: 1.6rem;
		line-height: 3rem;
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 0;
	}
	.process-content .image-part {
		width: 300px;
		position: absolute;
		bottom: -630px;
		left: 50%;
		margin-left: -150px;
	}
}
@media only screen and (max-width:400px) {
	#process {
		padding-bottom: 21rem;
	}
	.process-content .image-part {
		width: 230px;
		bottom: -540px;
		margin-left: -115px;
	}
}

/*---------------------------------------
   Explain section
-----------------------------------------*/
#explain {
  background: #f9f9f9;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

/*---------------------------------------
   Features section
-----------------------------------------*/
#features {
  background: #ffffff;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

/*---------------------------------------
    Detail section
-----------------------------------------*/
#detail {
    background: #222;
    color: #ffffff;
}

#detail .fa {
  color: #02d2d9;
  font-size: 48px;
}



/*---------------------------------------
    Video section
-----------------------------------------*/
#video iframe {
  border: none;
}



/*---------------------------------------
   Speakers section
-----------------------------------------*/
#speakers {
    background: #f9f9f9;
}

#speakers h3 {
    font-size: 18px;
    margin-bottom: 0px;
}

#speakers h6 {
  color: #666;
  margin-top: 4px;
}

#speakers img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

#speakers .col-md-3 {
    display: block;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 20px;
    margin-bottom: 22px;
}

#speakers .speakers-wrapper {
    background: #ffffff;
    padding-bottom: 22px;
}



/*---------------------------------------
   Program section
-----------------------------------------*/
#program h4 {
    color: #808080;
    font-size: 12px;
}

#program h3 {
  margin-top: 16px;
}

#program .program-divider {
    border: 1px solid #f9f9f9;
    margin-top: 32px;
    margin-bottom: 42px;
}

#program span {
    padding-right: 12px;
}

#program img {
  border-radius: 50%;
}

.nav-tabs {
  margin-bottom: 20px;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  color: #000000;
  font-weight: 600;
  margin-right: 2px;
  line-height: 1.42857143;
  border: none;
  border-radius: 0px;
}
.nav-tabs > li > a:hover {
  background-color: transparent;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #02d2d9;
  cursor: default;
  background-color: transparent;
  border: 1px solid transparent;
  border-bottom-color: #999;
}
.tab-content {
  padding-top: 20px;
}



/*---------------------------------------
    Register section
-----------------------------------------*/
#signup {
    background: url('../images/menu_bg.jpg') 50% 0 repeat-y fixed;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    color: #ffffff;
}

#signup .form-control {
  background: transparent;
  border: 2px solid #ffffff;
  border-radius: 0px;
  color: #ffffff;
  margin-bottom: 16px;
}

#signup input {
  height: 45px;
}

#signup input[type="submit"] {
  background: #02d2d9;
  border-radius: 100px;
  border: none;
  color: #ffffff;
  letter-spacing: 2px;
  height: 50px;
  margin-top: 12px;
  transition: all 0.4s ease-in-out;
}

#signup button[id="submit"] {
  background: #02d2d9;
  border-radius: 100px;
  border: none;
  color: #ffffff;
  letter-spacing: 2px;
  height: 50px;
  margin-top: 12px;
  transition: all 0.4s ease-in-out;
}

#signin input[type="submit"] {
  background: #02d2d9;
  border-radius: 100px;
  border: none;
  color: #ffffff;
  letter-spacing: 2px;
  height: 50px;
  margin-top: 30px;
  transition: all 0.4s ease-in-out;
}

#signin input[type="submit"]:hover {
  background: #009197;
  color: white;
  box-shadow: 15px 15px 15px 15px rgba(255, 255, 255, 0.4);
}

#signin button[id="submit"] {
  background: #02d2d9;
  border-radius: 100px;
  border: none;
  color: #ffffff;
  letter-spacing: 2px;
  height: 50px;
  margin-top: 30px;
  transition: all 0.4s ease-in-out;
}

#signin button[id="submit"]:hover {
  background: #ffffff;
  color: black;
  border: 1px solid #000000;
  border-color: black;
  box-shadow: 15px 15px 15px 15px rgba(255, 255, 255, 0.4);
}

#signup input[type="submit"]:hover {
  background: #ffffff;
  color: #222;
}

#signup button[id="submit"]:hover {
  background: #ffffff;
  color: black;
}


/*---------------------------------------
   Faq section
-----------------------------------------*/
#faq {
  background: #f9f9f9;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

#faq .panel-group {
  margin-top: 32px;
}

#faq .panel-group .panel {
  margin-bottom: 8px;
}

#faq .panel-default {
  border: none;
}

#faq .panel-default>.panel-heading {
  background: #f0f0f0;
  color: #505050;
}

#faq .panel-heading {
  border: none;
  padding-top: 8px;
  padding-bottom: 6px;
}

#faq .panel-default>.panel-heading+.panel-collapse>.panel-body {
  border-top: none;
  padding-top: 22px;
  padding-left: 32px;
  padding-bottom: 22px;
}

#faq .panel-heading .panel-title a[data-toggle="collapse"] {
  font-size: 18px;
  font-weight: 500;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 15px;
}

#faq .panel-heading .panel-title a[data-toggle="collapse"]::after {
  content: "-";
  display: block;
  position: absolute;
  line-height: 1;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
}

#faq .panel-heading .panel-title a[data-toggle="collapse"].collapsed::after {
  content: "+";
}



/*---------------------------------------
   Venue section
-----------------------------------------*/
#venue {
    background: url('../images/balcony.jpg') 50% 0% repeat-y fixed;
    background-size: cover;
    background-position: center center;
    padding-top: 7rem;
    padding-bottom: 7rem;
}

#venue p {
	color: #00bccd;
  padding-top: 12px;
  padding-bottom: 18px;
}

#venue h2 {
	color: white;
}

#venue h4 {
	color: white;
}

/*---------------------------------------
   Sponsors section
-----------------------------------------*/
#sponsors img {
  margin-top: 18px;
}



/*---------------------------------------
   Contact section
-----------------------------------------*/
#dload {
    background: url('../images/relax_dload.jpg') 50% 0 repeat-y fixed;
    background-size: cover;
    background-position: center center;
}

#dload .contact_des {
  padding-top: 3rem;
  padding-right: 2rem;
}

#dload .contact_detail {
  background: #ffffff;
  padding: 5rem 5rem 12rem 5rem;
}

#dload .form-control {
  background: transparent;
  border: none;
  border-bottom: 1px solid #f0f0f0;
  border-radius: 0px;
  box-shadow: none;
  margin-bottom: 16px;
  transition: all 0.4s ease-in-out;
}

#dload .form-control:focus {
  border-bottom-color: #999;
}

#dload input {
  height: 45px;
}

#dload input[type="submit"] {
  background: #222;
  border-radius: 100px;
  border: none;
  color: #ffffff;
  letter-spacing: 2px;
  height: 50px;
  margin-top: 12px;
  transition: all 0.4s ease-in-out;
}

#dload input[type="submit"]:hover {
  background: #00bccd;
}



/*---------------------------------------
   Footer section
-----------------------------------------*/
footer {
  background-attachment: fixed;
}



/* Back top */
.go-top {
  background-color: #02d2d9;
  bottom: 1em;
  right: 1em;
  color: #ffffff;
  font-size: 32px;
  display: none;
  position: fixed;
  text-decoration: none;
  width: 50px;
  height: 50px;
	border-radius: 5px;
  line-height: 50px;
  text-align: center;
	vertical-align: middle;
	box-shadow: 0 5px 5px 0 rgba(16, 16, 16, 0.2);
  transition: all 0.4s ease-in-out;
}

.go-top:hover {
    background: #04F9FF;
    color: #ffffff;
}


/*---------------------------------------
   Social icon
-----------------------------------------*/
.social-icon {
    position: relative;
    padding: 0;
    margin: 0;
}

.social-icon li {
    display: inline-block;
    list-style: none;
}

.social-icon li a {
    color: #666;
    border-radius: 100px;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    vertical-align: middle;
}

.social-icon li a:hover {
    background: #02d2d9;
    color: #ffffff;
}



/*---------------------------------------
   Responsive styles
-----------------------------------------*/
@media (max-width: 980px) {

  p {
    font-size: 16px !important;
  }

  .custom-navbar .navbar-brand {
    font-size: 2rem;
  }

  .custom-navbar .nav li a {
    font-size: 11px;
	line-height: 20px;
  }

  #intro { height: 65vh; }

  #video iframe {
    margin-top: 42px;
  }

  #dload .contact_detail {
  background: #ffffff;
  padding: 10rem 3rem 10rem 5rem;
}

}

@media (max-width: 768px) {

  .custom-navbar .navbar-brand {
    line-height: 20px;
  }

  #overview img,
  #detail .col-md-4,
  #signup form {
    padding-top: px;
  }

  .nav-tabs > li > a {
    font-size: 13px;
  }

  #program img {
    padding-bottom: 32px;
  }

  #sponsors img {
    padding-top: 22px;
  }

  #dload .contact_detail {
    margin-top: 82px;
  }

}

@media (max-width: 760px) {

  #intro {
    height: 100vh;
  }

}
