@charset "utf-8";
/* CSS Document */



body {

}

p{
}

h1{
	color:#f36523 !important;
	font-weight:bold;
	}

h2{
	color:#f36523 !important;
}

a{
}

.list{
	font-size:18px;
	font-weight: bold;
}

img{
	max-width:100%;
	border-radius:3px;
}

.wrapper{
	background-color:#FFFFFF;
	box-shadow: rgba(0,0,0,0.3) 3px 3px 5px 2px;
	margin-left:auto;
	margin-right:auto;
}

.starter-template {
  padding: 40px 15px;
  text-align: center;
}

.successBar{
	margin:15px;
	padding:15px;
	background-color:#37AC00;
	color:#FFFFFF;
	font-size:18px;
	border-radius:3px;
	}


/*Header*/
.header{
	height:100px;
	margin-top:10px;
	margin-bottom:10px;
}

.logo{
	max-height:100px;
}
/*End Header*/

/*Navbar*/
.navbar{
	background-color:#333333;
	border-radius:0;
}

.navbar-inverse .navbar-nav>li>a {
    color: #FFFFFF;
	font-size:18px;
}

.nav-justified {
  width: 20%;
  float: right;
}

.nav-justified a{
	color:#FFFFFF;
}

.navbar ul li a{
	color:#FFFFFF;
	font-size:18px;
}


.navbar-collapse.in {
    overflow-y: visible;
}

/*End navbar*/

/*Sidebar*/
.sidebar-left{
	border-right: 1px solid #999;
	height:100%;
	margin-top:0;
	margin-bottom:0;
	
}

.featurette-space{
    margin-top:80px;
	margin-bottom:80px;
}

.featurette-padding{
    padding:15px;
}

.featurette-divider {
    margin: 80px 0;
}

.featurette-img_box{
	max-width:100%;

}

.featurette-infobox{
	border: 1px solid #999;
	border-radius:4px;
	box-shadow: rgba(0,0,0,0.3) 3px 3px 5px 2px;
	padding:10px;
	margin-bottom:15px;
}

.featurette-balk {
	background-color:#6699CC;
    color:#FFFFFF;
	padding-bottom:30px;
	padding-top:30px;
	margin-left:-15px;
	margin-right:-15px;
}

.featurette-social{
	display:inline;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: 0 1px 1px rgba(0,0,0,0.05);
}

.panel-heading {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-bottom: 1px solid #ddd;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.panel-body {
    padding: 15px;
}

.panel-maps {
    border-radius: 4px;
}

#blog .post_row .post {
    background: #fff;
    margin-left: 0;
    border-radius: 4px;
    box-shadow: 0 1px 3px 1px #E0E0E0;
}

img {
    vertical-align: middle;
}

/*End Navbar*/

/*CAROUSEL*/

/* Makes images fully responsive */

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  width: 100%;
  height: auto;
}

/* ------------------- Carousel Styling ------------------- */

.carousel-inner {
  border-radius: 15px;
}

.carousel-caption {
  background-color: rgba(0,0,0,.5);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  padding: 0 0 10px 25px;
  color: #fff;
  text-align: left;
}

.carousel-indicators {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 15;
  margin: 0;
  padding: 0 25px 25px 0;
  text-align: right;
}

.carousel-control.left,
.carousel-control.right {
  background-image: none;
}


/*END CAROUSEL*/

.bigicon {
        font-size: 35px;
        color: #36A0FF;
    }

.footer-above {
	margin-top:50px;
    padding-top: 50px;
	padding-bottom:50px;
	color:#FFFFFF;
    background-color: #2c3e50;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {



}
/*Footer*/
.copy{
	padding: 15px 10px 10px 10px;
	height:50px;
	background-color:#333333;
	color:#FFFFFF;
}

.copy a{
	color:#FFFFFF;
}

/*End Footer*/

@media (min-width: 1200px){
	
.wrapper {
    width: 1170px;
}

}

@media (min-width: 768px){

/*Navbar*/	
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #FFFFFF;
    background-color: #333333;
	border-color:none;
}


.navbar .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color:#FFFFFF !important;
	background-color:#333333;
	
}.navbar ul li a{
	cursor: pointer;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.navbar-inverse .navbar-nav>li>a:hover {
    color: #CCC;
	background-color:#666666;
	font-size:18px;
}
.navbar ul li ul {
	background-color:#333333;
	display: none;
	opacity: 0;
	visibility: hidden;
	-webkit-transiton: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-ms-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	-transition: opacity 0.2s;
}
.navbar ul li ul li { 
	display: block; 
}
.navbar ul li:hover ul {
	display: block;
	opacity: 1;
	visibility: visible;
}	
/*End Navbar*/

/*CAROUSEL*/
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }
/*END CAROUSEL*/
}


@media (min-width: 768px and max-width: 979px){
	
.wrapper {
    width: 970px;
}



}


@media (max-width: 767px){
	
.wrapper {
    width: 100%;
}

}

@media (max-width: 480px){
	
.wrapper {
    width:100%
}

}


