/*!
 * Start Bootstrap - Portfolio Item HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    padding-top: 70px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
    background-color: #f3f3f3;
    font-family: 'Raleway', sans-serif;
}

.background {
	background-color: #FFF;
	padding: 1em;
}

.navbar-inverse {
  background-color: #3F94C8;
  border: none;
  box-shadow: 0px 3px 3px #888888;
}

.navbar-inverse .container{
	padding: 15px 15px;
}
h1 {
	float: left;
	color: #fff;
	margin: 5px 5px;
}

@media only screen and (max-width: 1200px) {
    h1 {
        font-size: 1.8em;
        line-height: 1.2em;
        margin-top: 0.2em;
    }
    .call {
      padding: 0.6em!important; 
    }

}

@media only screen and (max-width: 1024px) {
    h1 {
        font-size: 1.7em;
        line-height: 1.2em;
        margin-top: 0.2em;
    }
    .call {
      padding: 0.5em!important; 
    }

}

@media only screen and (max-width: 768px) {
    h1 {
        font-size: 2em;
        line-height: 1.2em;
        margin-top: 0.2em;
    }
  .call {
    	display: none;
    }
}
@media only screen and (max-width: 650px) {
    h1 {
        font-size: 1.45em;
        line-height: 1.2em;
        margin-top: 0.2em;
    }
  .call {
      display: none;
    }
}
@media only screen and (max-width: 480px) {
    h1 {
        font-size: 1.1em;
        line-height: 1.2em;
        margin-top: 0.2em;
    }
    .call {
    	display: none;
    }
    .margin_top{
      margin-top: 0em !important;
    }
}

h3{
	margin-top: 0em;
	font-size: 1.2em;
	font-weight: 800;
}

.page-header {
	border-bottom: 1px solid #dedede;
}

.pull-left {
	float: left;
}

.header{
	height: 100px;
}

.align {
}

.call {
	 background: rgba(67,67,67,0.8);
	 color: #fff;
	 padding: 1em;
	 float: right;
	 

}

.send {
	color: #FFF;
	background-color: #3F94C8;
	border:none;
	padding: 0.5em;
	margin-top: 1em;
}

textarea{
	padding:2px; 
	border:1px 
	solid #CCCCCC; 
	width:100%; 
	height:97px;
}

.margin_top {
	margin-top: 2em;
}

.portfolio-item {
    margin-bottom: 25px;
}



/* carousel styles */

.item img {
	width: 100%;	
}



#carousel-custom .carousel-indicators {
    margin: 10px 0 0;
    overflow: auto;
    position: static;
    text-align: left;
    white-space: nowrap;
    width: 100%;
}
#carousel-custom .carousel-indicators li {
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: none!important;
    display: inline-block;
    height: auto;
    margin: 0 !important;
    margin-right: 1em !important;
    width: auto;
}
#carousel-custom .carousel-indicators li img {
    display: block;
    opacity: 0.6;
    width: 112px;
}
#carousel-custom .carousel-indicators li.active img {
    opacity: 1;
}
#carousel-custom .carousel-indicators li:hover img {
    opacity: 0.75;
}
#carousel-custom .carousel-outer {
    position: relative;
}
/* --!carousel styles */

/* list styles */
#quad {
  margin-bottom:20px;
  overflow:hidden;
  padding-left: 0px;
}

#quad li{
  line-height:2em;
  float:left;
  display:inline;
}

#double li  { width:50%;}
#triple li  { width:33.333%; }
#quad li    { width:25%; }
#six li     { width:16.666%; }

@media only screen and (max-width: 480px) {
    #quad li {
        width: 100%!important;
    }
}

@media only screen and (max-width: 768px) {
    #quad li {
        width: 50%!important;
    }
}
/* --!list styles */

/* map */
#map-canvas {
        width: 100%;
        height: 400px;
      }

@media only screen and (max-width: 480px) {
    .map {
        display: none;
    }
}
/* --!map */

/* video */
.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
/* --!video */

footer {
	padding: 1em;
	margin-bottom: 0px!important;
    background-color: #FFF;
}
@media only screen and (max-width: 480px) {
    footer {
        display: none;
    }
}






