/*!
 * Start Bootstrap - Shop Homepage 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 {
	font-family: 'droid_sansregular';
    background: #fff;
    color: #666;
	font-family: 'Open Sans', sans-serif;
}

#wrap {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    box-shadow: 0px 0px 4px #ccc;
}

header {
    background: #EFEFEF;
	    display: -webkit-box;
}
header img {
	    z-index: 999999;
    position: absolute;
}
header h1 {
    padding: 10px;
    padding-left: 15px;
	    margin: 0px;
		text-align: center;
}
.blank-head {
    height: 50px;
}
.banner {
    text-align: center;
}
.banner img {
	    text-align: center;
    max-width: 100%;
}
.slider {
	margin-top: 20px;
		    background: #365D81;
}
.invester-info {
    background-color: #365d81;
    padding: 20px;
}
.invester-info h2 {
    color: #fff;
    font-size: 25px;
    margin-top: 0;
    border-bottom: 1px solid #163052;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.invester-info li {
    color: white;
    text-shadow: 1px 2px 0px rgb(42, 78, 111);
    margin-bottom: 10px;
    font-size: 14px;
	    font-family: arial;
}
.form-panel {
	margin-top: 50px;
	    display: -webkit-box;
}
label {
    color: white;
    font-family: arial;
}
.lead {
       color: #fff;
    font-size: 25px;
    margin-top: 0;
    border-bottom: 1px solid #163052;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-family: arial;
    padding-top: 20px;
}
.slide-image {
    width: 100%;
}

.carousel-holder {
    margin-bottom: 30px;
}

.carousel-control,
.item {
    border-radius: 4px;
}

.caption {
    height: 100%;
    overflow: hidden;
	
}

.text{
	font-family: 'Roboto', sans-serif;
	line-height: 1.7em;
}

.caption h4 {
    white-space: nowrap;
}

.thumbnail img {
    width: 100%;
}

.ratings {
    padding-right: 10px;
    padding-left: 10px;
    color: #d17581;
}

.thumbnail {
    padding: 0;
}

.thumbnail .caption-full {
    padding: 9px;
    color: #333;
}

footer {
	    background: #365d81;
    padding-bottom: 50px;
    text-align: center;
}
footer p {
	color: white;
}
footer img {
}

.customctn{
	background-color: #365d81;
	border-radius: 5px;
}

input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    background: white;
    color: #365D81;
    font-family: arial;
    font-weight: bold;
    border: none;
    border-radius: 5px;
    padding: 10px;
}
input[type=submit]:hover {
    transition: ease-in 0.5s;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 25px rgba(225,225,225,.6)!important;
}
.wrap2 {
	background: #365d81!important;
}

@media only screen and (max-width: 991px) {
    header img {
        z-index: 0;
    position: relative;
}
header {
	text-align: center;
}
header h1 {
    padding: 10px;
    padding-left: 15px;
    margin: 0px;
    text-align: center;
    font-size: 20px;
}
}