/*
Theme Name: iDea - Clean & Powerful Bootstrap Theme
Author: HtmlCoder
Author URI: http://www.htmlcoder.me
Author e-mail: htmlcoder.me@gmail.com
Version: 1.2.0 
Created: August 2014
License URI: http://support.wrapbootstrap.com/
File Description: Place here your custom CSS styles
*/

html{
  height:100%;
  margin-bottom: 1px;
  overflow-y: scroll;
}

.pattern-A {
	background-image: url("../images/pattern-A.png");
	background-repeat: repeat;
	background-position: 0 0;
}


.pattern-B {
	background-image: url("../images/pattern-B.png");
	background-repeat: repeat;
	background-position: 0 0;
}

.pattern-C {
	background-image: url("../images/pattern-C.png");
	background-repeat: repeat;
	background-position: 0 0;
}

.header{
    padding: 20px 0 0 0;
}

.slider-banner{
    max-height: 300px;
}

.tp-caption.medium {
	font-size: 28px;
	padding: 2px 10px;
}

#map-canvas {
    margin: 20px 10px;
	height: 220px;
}
.sidebar #map-canvas {
	height: 350px;
}
#map-canvas img {
	max-width: inherit;
}

.footer h2{
    margin-bottom: 10px;
    font-size: 22px;
}

.logo-footer{
    margin: 25px 0 0 10px;
}

.slogan{
  font-size: 13px;
  font-style: italic;
  color: #999999;
  text-align: left;
}
.team-member.box-style-1 {
    padding: 5px 5px 5px 5px;
}

.title{
    margin-bottom: 20px;
    font-size: 24px;
    color: #343434;
    line-height: 1.2;
}

.member-name{
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 700;
    color: #343434;
    line-height: 1.2;
}

.team-title{
    margin: 30px 0 15px 0;
    color: #343434;
    font-size: 20px;
}

.team-director{
    margin: 5px 0 15px 0;
    color: #343434;
    font-size: 20px;
}

.navbar.navbar-default {
	margin: 2px 0 2px;
	background-color: transparent;
	border-color: transparent;
}

.sidebar .title{
  font-size: 16px;
  color: #595f63;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 10px;

}

.sidebar .separator {
  width: 30px;
  height: 5px;
  margin: 0 0 20px;
  background-color: #999;
  border-color: #999;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
  line-height: 2;
}

/* top-footer list of sponsors' logos  */

.gray-bg {
  background-color: #f1f1f1;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.13) !important;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.13) !important;
  position: relative;
}

.section {
  padding: 10px 0;
}

#content{
    min-height: 700px;
}