/* CSS Overrides - enCircle
*/
body {
	font-size: 1.5em;
} 

#skip-link a { display: none; }
ul.menu.nav.navbar-nav {
	position: relative;
	top: 35px;
}
#block-search-form {
	position: relative;
	top: 40px;
	float: right !important;
}

.views_slideshow_cycle_main {
	max-width: 900px;
    display: block;
    margin: auto;
}
    
.views_slideshow_cycle_slide {
        width: 100%;
        max-width: 900px;
}
.views-slideshow-cycle-main-frame img {
        display: block; 
        margin: auto;
}
.views-slideshow-cycle-main-frame-row-item .views-field-title-1 {
	margin-top: 20px;
	width: 100%;
}
.views-slideshow-cycle-main-frame-row-item .views-field-title-1 span {
	width: 100%;
    position: relative;
    display: block;
    margin: auto;
    color: whitesmoke;
    font-size: 2em;
    font-weight: bold;
    background: #85BCF1;
    opacity: 0.8;
}

#block-gtranslate-gtranslate {
    position: absolute;
    top: 10px;
    right: 10px;
}

.enpe-mission h2 {
        font-size: 2em;
    position: relative;
    margin: auto;
    text-align: center;
}

.feature-blocks {
	text-align: center;
}

.feature-blocks i {
	width: 100px;
	height: 100px;
}

div.main-container div.row {
	max-width: 90%;
    margin: auto;
}

.block-gtranslate select {
	font-size: 1.2em;
}

#edit-search-block-form--2 {
	width: 250px;
}
form#search-block-form {
	padding-top: 1.1em;
}

#navbar {
    background-color: #85BCF1;
}

.footerdiv {
	border: 1px solid  #85BCF1; 
	border-radius: 4px; 
	padding: 10px; 
	text-align: center; 
	color: rgb(255, 255, 255); 
	background-color: #85BCF1;
}
.navbar-default .navbar-nav > li > a {
	color: #fff;
}

#block-simple-subscription-subscribe {
    color: #fff;
    position: absolute;
    width: 30%;
    bottom: 180px;
    left: 3%;
}

#block-simple-subscription-subscribe h2.block-title {
	display: none;
}

.panel-primary {
    border-color: #85BCF1;
}

.panel-primary > .panel-heading {
    color: #fff;
    background-color: #85BCF1;
    border-color: #85BCF1;
}

@media (max-width: 900px) {
	#navbar {
		padding-bottom: 50px;
	}
}

@media (max-width: 767px) {
	
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    	color: #fff;
	}
	#navbar {
		padding-bottom: 0px;
	}
  	div.main-container div.row {
		max-width: 100%;
    	margin: auto;
	}
	#block-search-form {
		position: absolute;
		top: 55px;
		right: 10px;
	}
	#block-gtranslate-gtranslate {
    	position: absolute;
    	top: 45px;
    	right: 10px;
	}
	.subscribe-footer {
		display: none;
	}
	#block-simple-subscription-subscribe {
	    color: #fff;
	    position: inherit;
	    background-color: #85BCF1;
	    padding: 25px;
	    width: 100%;
	}
	#block-simple-subscription-subscribe h2.block-title {
		text-align: center;
		display: inherit;
		font-size: 18px;
		text-transform: uppercase;
		font-weight: 500;
    	line-height: 1.1;
    	
	}
	#enpe-mission-div h2, .views-slideshow-cycle-main-frame-row-item .views-field-title-1 span {
		font-size: 1.5em;
	}
	.panel-primary {
		margin-top: 10px;
	}
}

.forum-table.forum-table-topics { width: 100%; }

ol.breadcrumb {
	display: none;
}

.page-forum ol.breadcrumb, .node-type-forum ol.breadcrumb {
	display: block;
}

article.node-article .field-name-field-image {
	float: left;
	padding-right: 10px;
}