/*
Theme Name: WPBoot	
Theme URI: http://justfreethemes.com/wpboot-free-wordpress-theme/
Author: JustFreeThemes.com 
Author URI: http://justfreethemes.com
Description: Liked the Bootstrap blog theme? then we have tweaked it for WordPress now. Download this elegant theme to make a beautiul blog on top of the awesome Bootstrap.
Tags: responsive-layout, two-columns, white, custom-menu, right-sidebar, threaded-comments, blue
Version: 1.3
Text Domain: wpboot

License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
More information: http://codex.wordpress.org/Theme_Review#Licensing
*/


/*
 * Globals
 */
 
 
 body, h1, h2, h3, h4, h5 {
    /*font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;*/
    font-family: 'Avenir W01', Arial, sans-serif;
}

strong {font-weight:700;}

section {
background-repeat: no-repeat;
background-position: center center; 
background-attachment: scroll;
-webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
max-width:100%;
overflow:hidden;

}

.container {margin-bottom:50px;}

#home {
	font-size:36px;
	box-shadow: inset 0 0 50px rgba(0,0,0,0.8);
	}

.image_and_text {/*padding-top:50px;*/}
.carousel {
    margin-bottom: 0;
    /*padding: 0 40px 30px 40px;*/
}

    .modal-content iframe{
		min-width:100%;
        margin: 0 auto;
		min-height:400px;
        display: block;
       } 
       
.videoteaser {
	padding-top:100px; 
	margin:auto;
	text-align:center;
	padding-bottom:100px;
	box-shadow: inset 0 0 50px rgba(0,0,0,0.8);
	color:#fff;
	font-size:12px; 
	color:#fff;
	text-transform:uppercase;
	letter-spacing: 1px;
	line-height:50px;
	text-shadow: 1px 1px #000;
	
	}
       
.thumbnail {padding:0px;
border: 0px solid #ddd;
    border-radius: 0px;
    
    }
/* The controlsy */
.carousel-control {
	left: 12px;
    height: 40px;
	width: 40px;
    background: none repeat scroll 0 0 #222222;
    border: 2px solid #FFFFFF;
    border-radius: 23px 23px 23px 23px;
    margin-top: 90px;
}
.carousel-control.right {
	right: 12px;
}
/* The indicators */
.carousel-indicators {
	right: 50%;
	top: auto;
	bottom: -10px;
	margin-right: -19px;
}
/* The colour of the indicators */
.carousel-indicators li {
	
}
.carousel-indicators .active {
background: #fff;
}

.btn {
	padding: 12px 21px;
}

.btn-primary {
    background-color: #000;
    border-color: #000;
    color: #fff;
}

h1, .h1 {
    font-size: 17px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.sectiontitle {padding-top:30px;}

#artbox1, #artbox2, #artbox3, #artbox4 {padding-top:50px;}

/*footer STYLES
******************************/	

.footer {font-size:11px;}

.footer .row {padding-bottom:20px; color:#222;}

.footerrow {background-color:#fff; width:100%; padding-top:20px;}

.footer a:link, .footer a:visited, .footer a:hover {color:#333;}

/*  NEWSLETTER STYLES
******************************/
#newsletter .newsletter_signup #mce-EMAIL {
    
     background: rgba(51, 50, 46, .1) none repeat scroll 0 0;
    border: medium none;
    padding: 2px 10px 0;
    color:#000;
    /*position: absolute;
    top: 0;*/
}


.newsletter_signup #mce-EMAIL {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    padding: 2px 10px 0;
    /*position: absolute;
    top: 0;*/
}
.newsletter_signup input {
    background-color: rgba(51, 50, 46, 0.5);
    border: 1px solid rgba(51, 50, 46, 0.5) !important;
    color: rgba(255, 255, 255,1);
    height: 35px;
    width: 99%;
}
.newsletter_signup input.submit {
	width:40%;
	margin-top:10px;
}

#newsletter ul {
	list-style-type:none;
	margin:0;
	padding:0;
	}
	
#newsletter ul li {
	list-style-type:none;
	margin:0;
	padding:0 0 10px 0;
	font-size:1.1em;
}	

input {
    border: 1px solid rgba(51, 50, 46, 0.5);
    box-sizing: border-box;
    display: inline-block;
    height: 50px;
    padding: 0.5em;
    width: 70%;
}
input, textarea {
    font-family: "Avenir W01",Arial,sans-serif;
}
button, input {
    line-height: normal;
}
button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: middle;
}
input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
input {
    line-height: normal;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

