/*
 * Author: Carlos Alvarez
 * URL: http://alvarez.is
 *
 * Project Name: Bolt - Free Bootstrap 3 Theme
 * Version: 1.0
 * URL: http://blacktie.co
 */
 

/* OVERALL ASPECT */

body {
 	background-color: #f2f2f2;
    font-family: "arial";
    font-weight: 300;
    font-size: 16px;
    color: #555;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
    
    margin-top: 70px;
}

/* Titles */
h1, h2, h3, h4, h5, h6 {
    font-family: "arial";
    font-weight: 300;
    color: #333;
}


/* Paragraph & Typographic */
p {
    line-height: 28px;
    margin-bottom: 25px;
}

.centered {
    text-align: center;
}

.mt {
	margin-top: 40px;
}

/* Links */
a {
    color: #f85c37;
    word-wrap: break-word;

    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    color: #7b7b7b;
    text-decoration: none;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

/* Bootstrap Modifications */
 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}


.navbar {
	color: #00cc66;
	font-weight: 200;
	font-size: 14px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #ffffff;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #ffffff;
	background-color: #74cfae;
}

.navbar-brand {
	color: #00cc66;
	font-size: 15px;
	padding-top: 0px;
	padding-bottom: 15px;
}

.btn-theme {
	color: #ffffff;
	background-color: #74cfae;
	border-color: transparent;
}

.btn {
	padding: 10px 30px;
	margin-bottom: 0;
	font-size: 18px;
	border: 5px solid transparent;
	border-radius: 0px;
}

.lead {
	letter-spacing: 1px;
}

/* WRAP SECTIONS */

/* top */

#top {
	background: url('../img/spiforum_bg.jpg') no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; height: auto;
	width: 100%;
	padding-top: 250px;
	padding-bottom: 250px;
}

#top h1 {
	font-size: 48px;
	font-weight: 600;
	color: #31394f;
}

#top h2 {
	color: #333;
	font-weight: 400;
}

#top h3 {
	color: #666;
	font-weight: 400;
}

/* about */
#about {
	background-color: #31394f;
	padding-top: 50px;
	margin-bottom: 0px;
}

#about h3 {
	color: white;
	font-weight: 400;
	margin-bottom: 35px;
}

#about p {
	color: white;
	font-weight: 400;
	font-size: 20px;
}

/* program */
#program {
	background-color: #ffffff;
	padding-top: 30px;
}

#program h3 {
	color: #666;
	font-weight: 400;
	margin-bottom: 35px;
}

#program p {
	color: white;
	margin: 0 auto;
	font-weight: 400;
	font-size: 20px;
}

/* reg */
#reg {
	background-color: #f2f2f2;
	margin: 0 auto;
	padding-top: 30px;
}

#reg h3 {
	color: #666;
	font-weight: 400;
	margin-bottom: 35px;
}

#reg ul {
    	list-style-type: none;
    	padding-left: 0;
    }
#reg li.reg1 {
    	background: #339933;
    	width: auto;
    	height: 50px;
    	padding: 10px;
    	margin: 10px;
		font-weight:bold;
		color:#fff;
		text-decoration:none;
    }
#reg li.reg2 {
    	background: #6699CC;
    	width: auto;
    	height: 50px;
    	padding: 10px;
    	margin: 10px;
		font-weight:bold;
		color:#fff;
		text-decoration:none;
    }
#reg li.reg3 {
    	background: #66CC00;
    	width: auto;
    	height: 50px;
    	padding: 10px;
    	margin: 10px;
		font-weight:bold;
		color:#fff;
		text-decoration:none;
    }

#reg .inline {
    	text-align: center;
    }
#reg .inline li {
    	display: inline;
    }

#reg li a{
	font-weight:bold;
	text-decoration:none;
	color:#ffffff;
	}
#reg li a:hover {
	font-weight:bold;
	text-decoration:underline;
	color:#ffffff;
	}


#reg p {
	padding: 10px;
}


/* sponsor */
#sponsor {
	background-color: #fff;
	padding-top: 40px;
	padding-bottom: 40px;
}

#sponsor h3 {
	color: #666;
}

#sponsor p {
	color: 666;
	font-weight: 400;
}

/* access */
#access {
	background-color: #f2f2f2;
	padding-top: 30px;
}

#access h3 {
	color: #666;
	font-weight: 400;
	margin-bottom: 35px;
}



/* contact */
#contact {
	width: 100%;
	background-color: #31394f;
	padding-top: 50px;
	padding-bottom: 20px;
	color: #cccccc;
}

#contact i {
	font-size: 50px;
	color: #cccccc;
}

#contact .col-md-3:hover {
	background-color: #f5f5f5;
}

#contact .col-md-3 {
	padding:30px;
}

/* Footer */
#f {
	padding-top: 20px;
	background-color: #74cfae;
}

#f p {
	color: white;
	text-align: right;
	font-weight: 400;
}

/* Image Opacity */
.grid img {
    opacity: .7;
}
.grid img:hover {
    opacity: 1;
}



.tablelo table {
margin: 0 auto 20px auto;
border-collapse:collapse;
}

th.tbl_time {
text-align:center;
border:solid 1px #999;
padding:10px;
}
td.tbl_cell {
text-align:left;
border:solid 1px #999;
padding:15px 30px 15px 5px;
}

th.tbl_time2 {
text-align:center;
border:solid 1px #666;
padding:10px;
}
td.tbl_cell2 {
text-align:right;
border:solid 1px #666;
padding:15px 30px 15px 5px;
}
td.tbl_cell3 {
text-align:center;
border:solid 1px #666;
padding:15px 30px 15px 5px;
}

.tablelo p {
margin: 0 auto;
color: #666;
}

.clearfix:after {
  display: block;
  clear: both;
  content: "";
}