/*
 * Start Bootstrap - Heroic Features (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body {
    padding-top: 0px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

.hero-spacer {
    margin-top: 50px;
}

.hero-feature {
    margin-bottom: 30px;
}

footer {
    margin: 20px 0;
	width: 100%;
}
.logo{
	position:relative;
	height:175px;
	top:0px;
	
}

.nopadding {
   padding: 0 !important;
   margin: 0 auto;
}

.blue{
	border:10px solid #00A5DC;
	padding-bottom: 20px;
}


.myrow {
    font-size: 0;
}
.myrow > * {
    float: none;
    display: inline-block;
    font-size: 14px; /* if using LESS it's quicker to just use @font-size-base */
}
.myrow > *:last-child {
    vertical-align: bottom;
}
.myrow p:last-child {
    margin-bottom: 0; /* optional */
}

.side{
	background:url(../img/sideleft.png) repeat-y right !important;
	height:100%  !important;
	padding: 0px;
	
}
.side2{
	background:url(../img/sideleft.png) repeat-y left !important;
	height:100%  !important;
		padding: 0px


}

.rowflex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  flex-wrap: wrap;
  height: 100%;
}
.rowflex > [class*='col-'] {
  display: flex;
  flex-direction: column;
}

/*
 * Row with equal height columns
 * --------------------------------------------------
 */
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}


.jumbotron h1{
	color:#00A5DC;
	font-size:14px;
	font-family: 'Bentham', serif;
	text-transform:uppercase;
	background:url(../img/cross.png) left no-repeat;
	padding-left:25px;

}

.jumbotron p{
color: #674388;
 font-family: 'Roboto Condensed', sans-serif;

font-size: 14px;
padding: 0px 0px 0px 25px;
line-height: 12px;
font-weight:400;

}


#Container .mix{
	display: none;
}


.quick{
font-style: italic;
font-size: 16px;
padding-left: 20px;
color: #00A5DC;	
}

h1{
	color:#00A5DC;
	font-size:18px;
	font-family: 'Bentham', serif;
	text-transform:uppercase;
	background:url(../img/cross.png) left no-repeat;
	padding-left:25px;
	margin:20px 0px 0px 0px;

}

h3{
	color: #674388;
 font-family: 'Roboto Condensed', sans-serif;
 	text-transform:uppercase;
	font-size:14px;
	padding-left:25px;
	margin:0px 0px 20px 0px;

	
}




h4{
color: #674388;
font-family: 'Roboto Condensed', sans-serif;
text-transform: uppercase;
font-size: 18px;
padding: 0px;
margin: 20px 0px 0px 0px;
font-style: italic;	
}


p{
	    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
	font-weight:400;

}

p a{
	 
    color: #333;
	text-decoration: none;

}

p a:hover{
	 
    color: #674388;
	text-decoration: none;

}


.slash{
		color: #00A5DC;
	font-size:15px;
	padding:0px 10px

}

footer p a{
	font-size:14px;
			color: #674388;
			text-transform: uppercase;

}

footer p {
			color: #674388;
			text-transform: uppercase;
	font-size:12px;

}



.thumbnail {
	background: #674388;
	
}
.thumbnail a > img {
	
	
}


.thumbnail a:hover > img {
	opacity:.5;
	
}






.caption-style-1{
		list-style-type: none;
		margin: 0px;
		padding: 0px;
		
	}

	.caption-style-1 li{
		float: left;
		padding: 0px;
		position: relative;
		overflow: hidden;
	}

	.caption-style-1 li:hover .caption{
		opacity: 1;

	}


	.caption-style-1 img{
		margin: 0px;
		padding: 0px;
		float: left;
		z-index: 4;
	}


	.caption-style-1 .caption{
		cursor: pointer;
		position: absolute;
		opacity: 0;
		-webkit-transition:all 0.45s ease-in-out;
		-moz-transition:all 0.45s ease-in-out;
		-o-transition:all 0.45s ease-in-out;
		-ms-transition:all 0.45s ease-in-out;
		transition:all 0.45s ease-in-out;

	}
	.caption-style-1 .blur{
	background-color: rgba(103,67,136,0.75);
height: 300px;
width: 300px;
z-index: 5;
position: absolute;
	}

	.caption-style-1 .caption-text h1{
		text-transform: uppercase;
		font-size: 24px;
		color:#fff;
			background:none;

	}
	.caption-style-1 .caption-text{
		z-index: 10;
		color: #fff;
		position: absolute;
width: 250px;
		text-align: center;
		 	padding-top:50px;

	}
	
	@media (max-width: 1190px) {

	.caption-style-1 .caption-text {

    width: 200px;
 	padding-top:50px;

	}
	
	}


	@media (max-width: 767px) {

.caption-style-1 .blur {
 
    width: 700px;
}

.caption-style-1 .caption-text {
    width: 650px;
	padding-top:200px;
}

	}
	
	
	
	@media (max-width: 583px) {

.caption-style-1 .blur {
 
    width: 500px;
}

.caption-style-1 .caption-text {
    width: 500px;
	padding-top:100px;
}

	}
	

	@media (max-width: 500px) {

.caption-style-1 .blur {
 
    width: 380px;
}

.caption-style-1 .caption-text {
    width: 380px;
	padding-top:100px;
}

	}
	
	@media (max-width: 350px) {

.caption-style-1 .blur {
 
    width: 220px;
}

.caption-style-1 .caption-text {
    width: 220px;
	padding-top:50px;
}

	}
	
	@media (max-width: 1020px) {
	
	.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 12px;
}

	}
	
	
	
		@media (max-width: 768px) {
.navbar-inverse {
    background: none;
}
		}
		
		
		
		
/* Home Page Carousel */

header.carousel {
    height: 50%;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}


.jumbotron h1{
	margin-bottom:10px;
	
}

.jumbotron h1:hover{
	cursor: pointer;
	opacity:.5;
		
}



   @media screen and (max-width: 768px)
    {
        .collapsing
        {
            position: absolute !important;
            z-index: 20;
            width: 100%;
            top: 50px;
						background:#fff;

        }
        .collapse.in {
            display: block;
            position: absolute;
            z-index: 20;
            width: 100%;
            top: 50px;
			background:#fff;
        }
        .navbar-collapse
        {
            max-height: none !important;
        }
		
		.navbar-inverse .navbar-nav > li > a {
    color: #674388;
    font-size: 30px;
    font-style: italic;
    letter-spacing: .025em;
	text-align:center;
}
    }



.basic-grey h1>span {
    display: block;
    font-size: 11px;
}
.basic-grey label {
    display: block;
    margin: 0px;
}
.basic-grey label>span {
    float: left;
    width: 20%;
    text-align: right;
    padding-right: 10px;
    margin-top: 10px;
    color: #674388;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: normal;
text-transform: uppercase;
font-size: 12px;
}
.basic-grey input[type="text"], .basic-grey input[type="email"], .basic-grey textarea, .basic-grey select {
    border: 1px solid #DADADA;
    color: #888;
    height: 30px;
    margin-bottom: 5px;
    margin-right: 6px;
    margin-top: 2px;
    outline: 0 none;
    padding: 3px 3px 3px 5px;
    width: 70%;
    font-size: 12px;
    line-height:15px;
    box-shadow: inset 0px 1px 4px #ECECEC;
    -moz-box-shadow: inset 0px 1px 4px #ECECEC;
    -webkit-box-shadow: inset 0px 1px 4px #ECECEC;
}
.basic-grey textarea{
    padding: 5px 3px 3px 5px;
}
.basic-grey select {
    background: #FFF url('down-arrow.png') no-repeat right;
    background: #FFF url('down-arrow.png') no-repeat right);
    appearance:none;
    -webkit-appearance:none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    width: 70%;
    height: 35px;
    line-height: 25px;
}
.basic-grey textarea{
    height:100px;
}
.basic-grey .button {
background: #674388;
border: none;
padding: 5px;
color: #FFF;
text-shadow: 0;
cursor: pointer;
width: 75px;
text-align: center;
float: right;
margin: 0px 40px 20px 0px;
}
.basic-grey .button:hover {
	opacity:.8
}









.basic-home{
	margin-top:5px;
	
}


.basic-home h1>span {
    display: block;
    font-size: 11px;
}
.basic-home label {
    display: block;
    margin: 0px;
}
.basic-home label>span {
    float: left;
    width: 20%;
    text-align: right;
    padding-right: 10px;
    margin-top: 10px;
    color: #fff;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: normal;
text-transform: uppercase;
font-size: 12px;
}
.basic-home input[type="text"], .basic-home input[type="email"], .basic-home textarea, .basic-home select {
    border: 1px solid #DADADA;
    color: #888;
    height: 25px;
    margin-bottom: 2px;
    margin-right: 6px;
    margin-top: 2px;
    outline: 0 none;
    padding: 3px 3px 3px 5px;
    width: 70%;
    font-size: 12px;
    line-height: 15px;
    box-shadow: inset 0px 1px 4px #ECECEC;
    -moz-box-shadow: inset 0px 1px 4px #ECECEC;
    -webkit-box-shadow: inset 0px 1px 4px #ECECEC;
}
.basic-home textarea{
    padding: 5px 3px 3px 5px;
}
.basic-home select {
    background: #FFF url('down-arrow.png') no-repeat right;
    background: #FFF url('down-arrow.png') no-repeat right);
    appearance:none;
    -webkit-appearance:none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    width: 70%;
    height: 35px;
    line-height: 25px;
}
.basic-home textarea{
    height:40px;
}
.basic-home .button {
background: #674388;
border: none;
padding: 5px;
color: #FFF;
text-shadow: 0;
cursor: pointer;
width: 75px;
text-align: center;
float: right;
margin: 0px 55px 0px 0px;
}
.basic-home .button:hover {
	opacity:.8
	}

.foot p a {
  color: #fff !important;
  text-decoration: none;
}

