@import url(//fonts.googleapis.com/css?family=Medula+One);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,600,700);

body {
	background: url(../images/body-tail.gif) center top repeat #a3a3a3;
	color: black
		/*#878787*/
	;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	min-width: 1250px;
	position: relative;

}

#page-wrapper {
	/*background: url(../images/content-tail.gif) center top repeat #fff;*/
	background-color: #fff;
	overflow: hidden;
}

h1 {
	color: #464646;
	font: 400 72px/72px 'Medula One', cursive;
	margin-bottom: 34px;
	text-transform: uppercase;
}

h2 {
	color: #464646;
	font: 400 48px/48px 'Open Sans', sans-serif;
	margin-bottom: 13px;
}
h2.title2{
color: #464646;
	font: 200 28px/28px 'Open Sans', sans-serif;
	margin-bottom: 13px;
}


h3,
#block-tm-follow-user h2 {
	color: #464646;
	font: 400 36px/36px 'Medula One', cursive;
	margin-bottom: 23px;
}

.profile h3,
#block-tm-follow-user h2 {
	border-bottom: 1px solid #adadad;
	overflow: hidden;
	padding-bottom: 5px;
}

h4 {
	color: #464646;
	font: 400 30px/36px 'Medula One', cursive;
	margin-bottom: 20px;
}

h5 {
	color: #464646;
	font: 400 24px/29px 'Medula One', cursive;
	margin-bottom: 7px;
}

h6 {
	color: #464646;
	font: bold 13px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-bottom: 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
	text-decoration: none;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
	color: #ec2c00;
	text-decoration: none;
}

input[type="text"],
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="number"],
input[type="month"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="week"],
textarea,
select {
	background: none;
	border: 1px solid #adadad;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #878787 !important;
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	max-width: 100%;
	padding: 11px 10px;
}

select {
	display: none;
}

fieldset {
	border-color: #adadad;
}

label {
	display: inline-block;
}

#search-form .form-item {
	display: block;
}

#user-login .form-text,
#contact-site-form .form-text,
.search-form .form-text {
	width: 100%;
}

#contact-site-form label {
	vertical-align: middle;
}

a {
	color: #ec2c00;
	text-decoration: none;
	cursor: pointer;
	outline: none;
}

a:hover {
	text-decoration: underline;
}

.btn a,
.more-link a,
input[type="submit"],
input[type="reset"],
ul.links li a,
.view-portfolio .views-field-view-node a,
#block-poll-recent ul.links li a,
#filters li a,
.view .date-nav-wrapper .date-prev a,
.view .date-nav-wrapper .date-next a,
.form-submit {
	background: #464646;
	border: none;
	border-radius: 0;
	box-shadow: none;
	color: #fff;
	display: inline-block;
	font: 400 36px/30px 'Medula One', cursive;
	outline: none;
	padding: 0 4px 4px;
	text-decoration: none;
	text-transform: lowercase;
}

.btn a:hover,
.more-link a:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
ul.links li a:hover,
.view-portfolio .views-field-view-node a:hover,
#block-poll-recent ul.links li a:hover,
#filters li a:hover,
#filters li a.selected,
.view .date-nav-wrapper .date-prev a:hover,
.view .date-nav-wrapper .date-next a:hover,
.form-submit:hover {
	background: #ec2c00;
	color: #fff;
	text-decoration: none;
}

.more-link {
	padding-top: 20px;
	text-align: left;
}

ul,
.item-list ul,
ul.menu {
	margin: 0 0 18px;
}

ul li,
.item-list ul li,
ul.menu li {

	font-weight: bold;
	list-style: none;
	margin: 15px 0 0;
	padding: 0 0 4px;
}

ul li:first-child,
.item-list ul li:first-child,
ul.menu li:first-child {
	margin-top: 0;
}

ul li a,
.item-list ul li a,
ul.menu li a {
	color: #0a0a0a;
	text-decoration: underline;

}

ul li a:hover,
.item-list ul li a:hover,
ul.menu li a:hover {
	color: #0a0a0a;
	text-decoration: none;
}

ul li ul,
.item-list ul li ul,
ul.menu li ul {
	padding-top: 5px;
}

ul.tabs li,
ul.flex-direction-nav li,
ul.links li,
ul#admin-menu-menu li,
ul#admin-menu-account li,
ul#admin-menu-icon li,
ul.slides li,
ul.contextual-links li,
ul.tips li,
ul.pager li,
.messages.error ul li,
.rate-widget ul li,
ul.submitted-list li,
ul.action-links li {
	background: none;
	border: none;
	font: inherit;
	margin-top: 0;
	padding-bottom: 0;
}

.messages.error ul li {
	list-style: disc;
}

#admin-menu,
#admin-menu .dropdown {
	z-index: 10000;
}

ul.inline li {
	padding: 0;
}

img {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: auto;
	max-width: 100%;
	width: auto;
}

img.lazyloader-icon {
	width: auto !important;
}

.frame,
.field-type-image,
.views-field-field-image,
.views-field-field-blog-media,
.view-portfolio .isotope-element .views-field-field-portfolio-image,
.field-name-field-blog-media,
.field-name-field-image,
.field-name-field-portfolio-image,
.field-name-field-service-image,
.field-name-field-employee-photo,
.field-name-field-banner-image,
.field-name-field-slide-image {
	margin-bottom: 20px;
	position: relative;
}

.field-name-field-banner-image {
	width: 250px;
}

.user-picture {
	background: none;
	float: left;
	margin-right: 25px;
	max-width: 45%;
	padding: 0;
}

.profile .user-picture {
	float: right;
	margin: 0 0 0 25px;
}

p {
	margin-bottom: 18px;
}

table {
	margin-bottom: 0;
}

table tr.odd,
table tr.even {
	border: none;
}

table tr.odd {
	background: transparent;
}

table tr.even {
	background: #f1f1f1;
}

table th {
	background: #f1f1f1;
	border: none;
	color: #ec2c00;
	font-size: 14px;
	padding: 5px;
}

table th a {
	color: inherit;
}

table th a:hover {
	color: #ec2c00;
	text-decoration: none;
}

table td {
	padding: 5px;
}

.extra-wrap {
	overflow: hidden;
}

.wrapper {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.clearfix {
	position: relative;
}

.clearfix:after {
	clear: both;
	content: '\0020';
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
}

.fclear {
	clear: both;
}

.separator {
	clear: both;
	height: 40px;
}

.separator-top {
	border-top: 0;
	clear: both;
	margin-top: 50px;
	padding-top: 0;
}

.separator-bottom {
	border-bottom: 0;
	margin-bottom: 50px;
	padding-bottom: 0;
}

.align-left {
	text-align: left;
}

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

.align-right {
	text-align: right;
}

.region-header-top,
.region-header,
.region-header-bottom,
.region-content-top,
.region-content,
.region-content-bottom,
.region-footer-top,
.region-footer {
	position: relative;
	z-index: 1;
}

.region-header-top:after,
.region-header:after,
.region-header-bottom:after,
.region-content-top:after,
.region-content:after,
.region-content-bottom:after,
.region-footer-top:after,
.region-footer:after {
	clear: both;
	content: '';
	display: block;
	overflow: hidden;
	width: 100%;
}

.video-bg {
	background: url(../images/ajax-loader.gif) center center no-repeat;
}

.parallax-box {
	position: relative;
}

.parallax-box .region {
	position: relative;
	z-index: 9;
}

.parallax-bg {
	bottom: 0;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.parallax-bg-inner {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	max-width: none;
	position: relative;
}

::selection,
::-moz-selection {
	background: #ec2c00;
	color: #fff;
	text-shadow: none;
}

img::selection,
img::-moz-selection {
	background: transparent;
}

.region-header-top {
	margin-bottom: 30px;
}

#header {
	position: relative;
	width: 100%;
}

#header:after {
	background: url(../images/content-tail2.gif) center top repeat #d0d0d0;
	content: '';
	display: block;
	height: 6px;
	visibility: visible !important;
	width: 100%;
}

.front #header:after {
	display: none;
}

.stickup {
	z-index: 9999;
	margin-bottom: 30px;
}

.isStuck {
	background: #ffffff;
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3);
	left: 0;
	padding: 20px 0;
	right: 0;
	top: 0;
}

.admin-menu .isStuck {
	padding-top: 20px;
}

.header-section-1 .indents {
	padding-bottom: 83px;
	padding-top: 0px;
}

.front .header-section-1 {
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 9999;
}

.front .header-section-1 .indents {
	padding-bottom: 0;
}

#logo {
	background: #ec2c00;
	margin: 49px auto 0;
	padding-bottom: 10px;
	padding-top: 15px;
	text-align: center;
	width: 254px;
}

.site-name {
	color: #fff;
	margin-bottom: 0;
	text-transform: none;
}

.site-name a:hover {
	color: inherit;
	text-decoration: none;
}

.slogan {
	color: #242424;
	display: block;
	font: 600 14px/18px 'Open Sans', sans-serif;
	letter-spacing: 3px;
	margin-top: -8px;
	text-transform: uppercase;
	word-spacing: 3px;
}

.select-menu {
	/* border-color: #fff; */
	/* color: #fff !important; */
	border: 2px solid black;
	color: black !important;
	display: none !important;
	font-weight: bold;
}

#superfish-1 {
	background: none;
	margin-bottom: 0;
	padding: 0;
	text-align: center;
	width: auto;
	z-index: 101;
	position: relative;
	margin-top: 20px;
}

label {
	display: none;
}

#superfish-1:after {
	clear: both;
	content: '\0020';
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
}

#superfish-1>li {
	background: none;
	border: 0;
	display: inline-block;
	float: none;
	font: 400 14px/18px 'Open Sans', sans-serif;
	margin: 0 0 0 60px;
	overflow: inherit;
	padding: 0;
	text-transform: uppercase;
}

#superfish-1>li:first-child {
	margin-left: 0;
}

#superfish-1>li>a {
	border: 3px solid transparent;
	color: black;
	display: block;
	letter-spacing: 1px;
	padding: 10px 10px 11px;
	text-align: center;
	text-decoration: none;
	/*width: 138px;*/
	margin-top: 5px;
	font-weight: 700;
}

#superfish-1>li>a:hover,
#superfish-1>li.active-trail>a,
#superfish-1>li.sfHover>a {
	border-color: none;
	color: black solid black;
	text-decoration: underline;
}

#superfish-1>li ul {
	background: #fff;
	display: none;
	padding: 15px 0 44px;
	top: 51px;
	width: 206px !important;
}

#superfish-1>li ul li {
	background: none;
	border-bottom: 0;
	float: none !important;
	font: inherit;
	height: auto;
	margin: 0;
	padding: 0;
	width: auto !important;
}

#superfish-1>li ul li>a:visited,
#superfish-1>li ul li>a {
	color: #1b1a1a;
	display: block;
	padding: 3px 15px 4px 26px;
	text-decoration: none;
}

#superfish-1>li ul li>a:hover,
#superfish-1>li ul li.active-trail>a,
#superfish-1>li ul li.sfHover>a {
	background: #464646;
	color: #fff;
	text-decoration: none;
}

#superfish-1>li ul li ul {
	padding: 0;
	position: static !important;
}

#superfish-1>li ul li ul li a {
	padding-left: 56px;
}

#superfish-1>li ul li ul li>a:hover,
#superfish-1>li ul li ul li.active-trail>a,
#superfish-1>li ul li ul li.sfHover>a {
	/*background: #ec2c00;*/
	color: rgb(220, 220, 220);
}

#superfish-1 .sf-megamenu {
	width: auto !important;
}

#superfish-1 .sf-megamenu>li>ol {
	vertical-align: top;
	white-space: nowrap;
}

#superfish-1 .sf-megamenu>li>ol>li {
	display: inline-block;
	margin: 0 0 0 15px;
	padding: 0;
	text-align: left;
	vertical-align: top;
	width: 150px !important;
	white-space: normal;
}

#superfish-1 .sf-megamenu>li>ol>li:first-child {
	margin-left: 0;
}

#superfish-1 .sf-megamenu>li>ol>li a {
	color: #1b1a1a;
	display: block;
	padding: 3px 15px 4px 26px;
	text-decoration: none;
}

#superfish-1 .sf-megamenu>li>ol>li a:hover,
#superfish-1 .sf-megamenu>li>ol>li a.active,
#superfish-1 .sf-megamenu>li>ol>li.active-trail>a,
#superfish-1 .sf-megamenu>li>ol>li.sfHover>a {
	background-color: #464646;
	color: #fff;
	text-decoration: none;
}

#superfish-1 .sf-megamenu>li>ol>li ol {
	padding: 0 0 0;
}

#superfish-1 .sf-megamenu>li>ol>li ol li {
	display: block;
	float: none !important;
	margin-left: 0;
	padding: 0;
}

.flex-viewport {
	-moz-transition: none;
	-o-transition: none;
	-webkit-transition: none;
	transition: none;
}

.flexslider {
	background: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
}

.flexslider img {
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}

#block-views-slider-block {
	left: 50%;
	margin-left: -960px;
	position: relative;
	width: 1920px;
}

.view-slider .slides li {
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	padding: 0;
}

.view-slider .slides li img {
	width: 100%;
	height: 577px;
}

@media only screen and (max-width: 700px) {
	.view-slider .slides li img {
		width: 100%;
		height: auto;
	}
}

.view-slider .flex-control-nav {
	bottom: 60px;
	font-size: 0;
	line-height: 0;
	z-index: 20;
}

.view-slider .flex-control-nav li {
	margin: 0 0 0 9px;
}

.view-slider .flex-control-nav li:first-child {
	margin-left: 0;
}

.view-slider .flex-control-nav li a {
	background: #fff;
	box-shadow: none;
	height: 11px;
	width: 11px;
}

.view-slider .flex-control-nav li a:hover,
.view-slider .flex-control-nav li a.flex-active {
	background: rgba(255, 255, 255, 0.3);
}

.view-slider .flex-control-thumbs li {
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	width: 20%;
}

.view-slider .flex-direction-nav a:before {
	line-height: 40px;
}

.view-slider:hover .flex-next {
	opacity: 1;
	right: 0;
}

.view-slider:hover .flex-prev {
	opacity: 1;
	left: 0;
}

.view-slider .flex-caption {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 6px solid #fff;
	bottom: 96px;
	color: #fff;
	font: 700 40px/40px 'TREBUCHET MS';
	left: 50%;
	margin-left: -385px;
	padding: 29px 80px 30px;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	width: 750px;
	z-index: 99;
	letter-spacing: 0.05em;
}

.view-slider .flex-caption a {
	color: inherit;
}

.view-slider .flex-caption a:hover {
	color: #ec2c00;
	text-decoration: none;
}

.header_bottom_wrapper:before {
	background: url(../images/content-tail2.gif) center top repeat #d0d0d0;
	content: '';
	display: block;
	height: 6px;
	width: 100%;
}

.header_bottom_wrapper .region {
	margin-top: -6px;
	padding: 0;
}

.block-donate {
	color: #464646;
	font: 400 36px/36px 'Medula One', cursive;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
}

.block-donate .block-content {
	border-bottom: 6px solid #ec2c00;
	border-top: 6px solid #ec2c00;
	padding: 35px 0 34px;
	position: relative;
}

.block-donate .block-content:before {
	background: url(../images/heart.png) center top no-repeat;
	content: '';
	display: block;
	height: 46px;
	left: 0;
	position: absolute;
	right: 0;
	top: -24px;
	width: 100%;
}

.block-donate p:last-child {
	margin-bottom: 0;
}

.block-donate .button {
	background: #ec2c00;
	color: #fff;
	display: inline-block;
	margin: 0 13px 0 8px;
	padding: 4px 25px 5px 27px;
}

.block-donate .button:hover {
	background: #464646;
	text-decoration: none;
}

.block-donate .amount {
	color: #ec2c00;
	display: inline-block;
	font-size: 48px;
	margin-left: 4px;
	vertical-align: -3px;
}

.content_top_wrapper .region {
	padding: 30px 0;
}

#main {
	padding: 34px 0 41px;
}

.region-content {
	padding: 0;
}

.views-row {
	margin-bottom: 30px;
}

.views-row.last,
.views-row:last-child {
	margin-bottom: 0;
}

.panels-flexible-region-inside,
.panels-flexible-column-inside {
	padding-left: 0 !important;
	padding-right: 0 !important;
	position: relative;
}

.panels-flexible-region-inside:after,
.panels-flexible-column-inside:after {
	clear: both;
	content: '\0020';
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
}

div.messages {
	margin-bottom: 30px;
	padding-right: 30px;
}

div.messages .dismiss {
	box-shadow: none;
	border-radius: 2px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: normal;
	padding: 2px 6px 4px;
	text-transform: lowercase;
	width: auto;
}

div.messages .dismiss:hover {
	color: #fff;
	text-shadow: none;
}

#breadcrumb {
	color: #878787;
	margin-bottom: 30px;
	padding: 0;
}

#breadcrumb a {
	color: inherit;
	padding: 0 3px;
	text-decoration: none;
}

#breadcrumb a:first-child {
	padding-left: 0;
}

#breadcrumb a:last-child {
	padding-right: 0;
}

#breadcrumb a:hover {
	color: #ec2c00;
}

.tabs-wrapper {
	margin: 1px 0 20px;
}

.tabs {
	overflow: hidden;
}

.tabs ul.primary {
	border: 0;
	border-bottom: 1px solid #adadad;
	margin: 0 0 20px;
	overflow: hidden;
	padding: 4px 0 0;
}

.tabs ul.primary li {
	display: block;
	float: left;
	margin-left: 2px;
}

.tabs ul.primary li:first-child {
	margin-left: 0;
}

.tabs ul.primary li a {
	background: #fff;
	border: 1px solid #adadad;
	border-bottom: 0;
	border-radius: 3px 3px 0 0;
	color: #878787;
	display: block;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	overflow: hidden;
	padding: 5px 15px;
	text-shadow: none;
	-moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	-webkit-transition: all 0.1s linear;
	transition: all 0.1s linear;
}

.tabs ul.primary li.active a,
.tabs ul.primary li a:hover {
	background: #ec2c00;
	border-color: #dd2900;
	color: #fff;
	text-decoration: none;
}

.portfolio-filters {
	margin-bottom: 40px;
}

.tm-masonry-filter {
	margin: 0;
	padding: 0;
	text-align: center;
}

.tm-masonry-filter li {
	background: none;
	display: inline-block;
	padding: 0;
}

.tm-masonry-filter li:before {
	background-color: #ec2c00;
	bottom: 3px;
	content: "";
	display: inline-block;
	height: 5px;
	margin: 0 10px;
	position: relative;
	width: 5px;
}

.tm-masonry-filter li:first-child:before {
	display: none;
}

.tm-masonry-filter li a {
	color: #878787;
	text-decoration: none;
}

.tm-masonry-filter li a.active,
.tm-masonry-filter li a:hover {
	color: #ec2c00;
}

.tm-masonry-item {
	position: relative;
}

.tm-masonry-item .field-type-image {
	float: none !important;
	max-width: 100% !important;
	text-align: center;
	width: 100% !important;
}

.tm-masonry-item .node-header {
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: -100%;
	z-index: 999;
	-moz-transition: 0.6s ease;
	-o-transition: 0.6s ease;
	-webkit-transition: 0.6s ease;
	transition: 0.6s ease;
}

.tm-masonry-item .node-title {
	font-weight: 400;
	margin: 0;
	position: relative;
}

.tm-masonry-item a.colorbox {
	background: #fff;
	text-align: center;
}

.tm-masonry-item a.colorbox:after {
	background: none;
	color: #000;
	content: "\f00e";
	font: 30px/30px FontAwesome;
	left: 51%;
	margin: -15px 0 0 0;
	position: absolute;
	top: -100%;
	z-index: 999;
	-moz-transition: 0.6s ease;
	-o-transition: 0.6s ease;
	-webkit-transition: 0.6s ease;
	transition: 0.6s ease;
}

.tm-masonry-item a.colorbox:hover img {
	opacity: 0.5;
}

.tm-masonry-item .node-footer {
	margin: -15px 0 0 0;
	padding: 0;
	position: absolute;
	right: 51%;
	top: -100%;
	z-index: 999;
	-moz-transition: 0.6s ease;
	-o-transition: 0.6s ease;
	-webkit-transition: 0.6s ease;
	transition: 0.6s ease;
}

.tm-masonry-item .node-footer .node-readmore a {
	background: none;
	color: transparent;
	font-size: 0;
	line-height: 0;
	padding: 0;
}

.tm-masonry-item .node-footer .node-readmore a:after {
	color: #000;
	content: "\f0c1";
	font: 30px/30px FontAwesome;
}

.tm-masonry-item:hover .node-footer,
.tm-masonry-item:hover a.colorbox:after {
	top: 40%;
}

.tm-masonry-item:hover .node-header {
	top: 60%;
}

#block-views-services-block {
	padding-bottom: 45px;
	text-align: center;
}

#block-views-services-block .views-row {
	margin-bottom: 0;
}

#block-views-services-block .views-field-field-service-image {
	margin-bottom: 2px;
	overflow: hidden;
	white-space: nowrap;
}

#block-views-services-block .views-field-field-service-image:before {
	background: rgba(99, 99, 99, 0.2);
	content: '';
	display: inline-block;
	height: 1px;
	margin-left: -100%;
	margin-right: 13px;
	vertical-align: -2px;
	width: 100%;
}

#block-views-services-block .views-field-field-service-image:after {
	background: rgba(99, 99, 99, 0.2);
	content: '';
	display: inline-block;
	height: 1px;
	margin-left: 13px;
	margin-right: -100%;
	vertical-align: -2px;
	width: 100%;
}

#block-views-services-block .views-field-body {
	margin-bottom: 13px;
	padding: 0 20px;
}

#block-views-our-mission-block {
	margin-bottom: 61px;
	text-align: center;
}

#block-views-our-mission-block:before {
	background: url(../images/content-tail2.gif) center top repeat #d0d0d0;
	content: '';
	display: block;
	height: 6px;
	margin: 0 auto 8px;
	width: 170px;
}

#block-views-our-mission-block .block-title {
	color: #ec2c00;
	font-size: 72px;
	line-height: 72px;
	margin-bottom: 0;
	text-transform: uppercase;
}

#block-views-our-mission-block .view-header {
	color: #ec2c00;
	font: 400 48px/48px 'Medula One', cursive;
	margin-bottom: 34px;
	margin-top: -8px;
	text-transform: uppercase;
}

#block-views-our-mission-block .view-content {
	position: relative;
}

#block-views-our-mission-block .view-content:before {
	/*background: url(../images/content-tail2.gif) center top repeat #d0d0d0;*/
	background: transparent;
	bottom: 7px;
	content: '';
	display: block;
	left: -999em;
	position: absolute;
	right: 100%;
	top: 0;
}

#block-views-our-mission-block .view-content:after {
	/*background: url(../images/content-tail2.gif) center top repeat #ffffff;*/
	background-color: white;
	bottom: 7px;
	content: '';
	display: block;
	left: 100%;
	position: absolute;
	right: -999em;
	top: 0;
}

#block-views-our-mission-block .slides li {
	margin-bottom: 7px;
	position: relative;
}

#block-views-our-mission-block .slides li:after {
	background: #404040;
	bottom: -7px;
	content: '';
	display: block;
	height: 6px;
	left: 0;
	position: absolute;
	right: 0;
	width: 100%;
}

#block-views-our-mission-block .slides li:hover .views-field-title {
	opacity: 1;
}

#block-views-our-mission-block .slides li:hover:after {
	background: #ec2c00;
}

#block-views-our-mission-block .views-field-field-image {
	margin-bottom: 0;
}

#block-views-our-mission-block .views-field-title {
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	-webkit-transition: .3s ease;
	transition: .3s ease;
	background: #ec2c00;
	bottom: 0;
	color: #fff;
	font: 400 14px/20px 'Open Sans', sans-serif;
	left: 0;
	letter-spacing: 1px;
	opacity: 0;
	padding: 51px 20px 0;
	position: absolute;
	right: 0;
	text-align: center;
	text-transform: uppercase;
	/* top: 0; */
}

#block-views-our-mission-block .views-field-title a {
	color: inherit;
}

#block-views-our-mission-block .views-field-title a:hover {
	color: #464646;
	text-decoration: none;
}

#block-views-our-mission-block .flex-direction-nav li a {
	-moz-transition: none;
	-o-transition: none;
	-webkit-transition: none;
	transition: none;
	background-position: center top;
	background-repeat: no-repeat;
	display: block !important;
	height: 31px;
	margin-top: -16px;
	opacity: 1;
	width: 20px;
}

#block-views-our-mission-block .flex-direction-nav li a:before {
	display: none;
}

#block-views-our-mission-block .flex-direction-nav li a:hover {
	background-position: center -31px;
}

#block-views-our-mission-block .flex-direction-nav li a.flex-prev {
	background-image: url(../images/carousel-prev.png);
	left: -100px;
}

#block-views-our-mission-block .flex-direction-nav li a.flex-next {
	background-image: url(../images/carousel-next.png);
	right: -100px;
}

#block-views-testimonials-block {
	margin-bottom: 20px;
	position: relative;
}

#block-views-testimonials-block .title block-title {
	left: 200px;
	position: absolute;
}

#block-views-testimonials-block .view-content {
	border: 7px solid #404040;
	border-top-width: 6px;
	padding: 1px;
}

#block-views-testimonials-block .slides {
	background: #000;
}

#block-views-testimonials-block .slides img {
	opacity: .7;
}

#block-views-testimonials-block .flex-caption {
	color: #fff;
	left: 192px;
	position: absolute;
	right: 35px;
	top: 16px;
}

#block-views-testimonials-block .flex-caption a {
	color: inherit;
}

#block-views-testimonials-block .flex-caption a:hover {
	color: #ec2c00;
	text-decoration: none;
}

#block-views-testimonials-block .flex-caption h2 {
	color: #fff;
}

#block-views-testimonials-block .flex-caption .body:before {
	color: #d7d7d7;
	content: '“';
	display: inline-block;
	font: 400 100px/72px 'Medula One', cursive;
	height: 18px;
	margin-right: 9px;
	overflow: hidden;
}

#block-views-testimonials-block .flex-caption .body:after {
	color: #d7d7d7;
	content: '”';
	display: inline-block;
	font: 400 60px/48px 'Medula One', cursive;
	height: 13px;
	margin-left: 8px;
	overflow: hidden;
}

#block-views-testimonials-block .flex-caption .author {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	padding-right: 12px;
	padding-top: 11px;
	text-align: right;
}

#block-views-testimonials-block .flex-control-nav {
	bottom: -28px;
	right: -7px;
	text-align: right;
}

#block-views-testimonials-block .flex-control-nav li {
	margin: 0 0 0 6px;
}

#block-views-testimonials-block .flex-control-nav li:first-child {
	margin-left: 0;
}

#block-views-testimonials-block .flex-control-nav li a {
	background: #464646;
	color: transparent;
	font-size: 0;
	height: 11px;
	line-height: 0;
	width: 11px;
}

#block-views-testimonials-block .flex-control-nav li a:hover,
#block-views-testimonials-block .flex-control-nav li a.flex-active {
	background: #ec2c00;
}

.block-programs {
	color: #464646;
	font: 400 48px/44px 'Medula One', cursive;
	text-transform: uppercase;
}

.block-programs .amount {
	color: #ec2c00;
}

.block-programs p {
	margin-bottom: 4px;
}

.block-programs .btn a {
	margin-right: 24px;
}

.block-programs .btn a:last-child {
	margin-right: 0;
}

.block-programs .btn a:nth-child(2n) {
	background: #ec2c00;
}

.block-programs .btn a:nth-child(2n):hover {
	background: #464646;
}

#block-views-our-team-block-1 {
	margin-bottom: 53px;
}

#block-views-our-team-block-1 .views-row {
	margin-bottom: 0;
}

#block-views-our-team-block-1 .views-field-field-employee-photo {
	margin-bottom: 15px;
}

.block-what-we-value ul li {
	background: url(../images/list-marker.gif) 0 3px no-repeat;
	border-bottom: none;
	color: #464646;
	font-weight: bold;
	margin-top: 28px;
	padding: 0 0 0 54px;
}

.block-what-we-value ul li:first-child {
	margin-top: 0;
}

.block-our-vision h4 {
	text-transform: uppercase;
}

.content_bottom_wrapper .region {
	padding: 30px 0;
}

#isotope-container {
	margin-left: -15px;
	margin-right: -15px;
}

.isotope-element {
	background: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	margin: 0 15px 30px;
	height: auto;
	overflow: visible;
	padding: 0;
	position: relative;
	width: auto;
}

.isotope-element .views-field-field-portfolio-image {
	background: url(../images/ajax-loader.gif) center center no-repeat #fff;
	margin-bottom: 25px;
}

.isotope-element .views-field-body {
	margin-bottom: 25px;
}

.isotope-element .views-field-field-portfolio-image a {
	background: #ec2c00;
	display: block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
}

.isotope-element .views-field-field-portfolio-image a:after {
	background: none;
	color: #fff;
	content: "\f00e";
	font: 30px/30px FontAwesome;
	left: 50%;
	margin: -15px 0 0 -15px;
	position: absolute;
	top: -100%;
	z-index: 999;
}

.isotope-element .views-field-field-portfolio-image a:hover img {
	opacity: .5;
	-ms-transform: scale(1.3);
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

.isotope-element .views-field-field-portfolio-image a:hover:after {
	top: 50%;
}

.isotope-element .views-field-field-portfolio-image img {
	-moz-transition: .2s ease;
	-o-transition: .2s ease;
	-webkit-transition: .2s ease;
	transition: .2s ease;
	width: 100%;
}

#isotope-options {
	background: none;
}

#isotope-options #filters {
	margin-bottom: 20px;
	text-align: right;
}

#isotope-options #filters li {
	border: 0;
	display: inline-block;
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 0;
	background: none;
}

.field-name-field-portfolio-category ul {
	float: left;
	overflow: hidden;
}

.field-name-field-portfolio-category ul:before {
	content: "\f02e";
	display: block;
	float: left;
	font-family: fontAwesome;
	margin-right: 4px;
}

.page-blog .content-header ul {
	margin-bottom: 0;
}

.page-blog .content-header ul li {
	background: none;
	padding: 0;
}

.node {
	border-top: 0;
	clear: both;
	margin-top: 50px;
	padding-top: 0;
}

.node:first-child {
	background: none;
	border-top: 0;
	margin-top: 0;
	padding-top: 0;
}

.node-header {
	margin-bottom: 15px;
}

.node-title {
	margin-bottom: 8px;
}

.node-submitted {
	margin: 0;
}

.node-submitted .fa {
	color: #ec2c00;
	margin-right: 5px;
}

.node-submitted ul {
	margin: 0;
}

.node-submitted ul li {
	background: none;
	float: left;
	margin: 0 0 0 10px;
	padding: 0;
}

.node-submitted ul li:first-child {
	margin-left: 0;
}

.node-submitted ul li a {
	color: inherit;
}

.node-submitted ul li a:hover {
	color: #ec2c00;
	text-decoration: none;
}

.node-teaser .field-type-file,
.node-teaser .field-type-image,
.node-employee .field-type-image {
	float: left;
	margin: 0 25px 5px 0;
	max-width: 45%;
	width: 422px;
}

.media-vimeo-video {
	padding-bottom: 40.2%;
}

.node-teaser .media-vimeo-video {
	padding-bottom: 40.2%;
}

.media-youtube-video {
	padding-bottom: 40.2%;
}

.node-teaser .media-youtube-video {
	padding-bottom: 40.2%;
}

.media-vimeo-video,
.media-youtube-video {
	height: 0;
	overflow: hidden;
	padding-top: 30px;
	position: relative;
}

.media-vimeo-video iframe,
.media-youtube-video iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.node-teaser p:last-child {
	margin-bottom: 0;
}

.links {
	list-style: none;
}

.links li {
	display: inline-block !important;
	margin-bottom: 5px;
	margin-right: 5px;
}

.content ul.pager {
	margin-top: 30px;
	text-align: left;
}

.content ul.pager li {
	color: #464646;
	display: inline-block;
	font-weight: bold;
	margin: 0 3px 5px;
	padding: 0;
	text-transform: capitalize;
}

.content ul.pager li:first-child {
	margin-left: 0;
}

.content ul.pager li:last-child {
	margin-right: 0;
}

.content ul.pager li.pager-next {
	margin-left: 9px;
}

.content ul.pager li.pager-prev {
	margin-right: 9px;
}

.content ul.pager li a {
	color: inherit;
	text-decoration: none;
}

.content ul.pager li a:hover,
.content ul.pager li.pager-current {
	color: #ec2c00;
}

.node-footer {
	clear: both;
	padding-top: 30px;
}

.node-footer .field-name-field-tags {
	padding-top: 20px;
}

.node-footer .field-name-field-tags .field-label {
	background: none;
	float: left;
	font: inherit;
	font-weight: bold;
	margin-right: 15px;
	padding: 0;
	text-shadow: none;
	text-transform: none;
}

.node-footer .field-name-field-tags .field-items {
	overflow: hidden;
	padding-bottom: 15px;
	width: 100%;
}

.node-footer .field-name-field-tags ul li {
	float: left;
	margin: 0 0 5px 10px;
}

.node-footer .field-name-field-tags ul li:first-child {
	margin-left: 0;
}

.node-footer .field-name-field-tags ul li a {
	font: inherit;
	font-weight: bold;
	padding: 2px 8px;
}

.field-name-field-blog-tags ul {
	float: left;
	overflow: hidden;
}

.field-name-field-blog-tags ul:before {
	content: "\f02c";
	display: block;
	float: left;
	font-family: fontAwesome;
	margin-right: 4px;
}

.addthis_button_compact {
	margin: 0;
}

.likebtn_container {
	padding-top: 4px;
}

#comments {
	border-top: 0;
	clear: both;
	margin-top: 50px;
	padding-top: 0;
}

#comments .indented {
	margin-left: 30px;
}

.comment-wrapper {
	overflow: hidden;
}

.comment {
	background: #f1f1f1;
	border: none;
	margin-bottom: 10px;
	padding: 25px;
}

.comment .comment-title {
	margin-bottom: 0;
}

.comment .comment-submitted {
	margin: 0 0 18px;
}

.comment .comment-content {
	margin-bottom: 20px;
}

.comment .comment-footer {
	padding: 0;
}

#comment-form-wrapper {
	border-top: 0;
	clear: both;
	margin-top: 50px;
	padding-top: 0;
}

#comment-form .form-item {
	margin: 0 0 15px;
	overflow: hidden;
	width: 100%;
}

#comment-form label {
	font-weight: normal;
	margin-bottom: 7px;
	vertical-align: middle;
}

#comment-form .form-type-item label {
	float: left;
	padding-right: 10px;
}

#comment-form .form-text {
	width: 100%;
}

#comment-form .form-textarea {
	height: 200px;
	width: 100%;
}

#comment-form .filter-wrapper {
	background: #f1f1f1;
	border: none;
	padding: 20px;
}

#comment-form .filter-wrapper .fieldset-wrapper>* {
	padding: 0;
}

#comment-form .filter-wrapper .filter-help {
	padding-top: 15px;
}

#comment-form .filter-wrapper .filter-help a {
	background: none;
	display: inline-block;
	padding: 0;
}

#comment-form .filter-wrapper .form-item {
	width: auto;
}

#comment-form .filter-wrapper label {
	display: inline-block;
	margin-right: 15px;
}

#comment-form .form-actions {
	margin: 0;
	padding-top: 20px;
	text-align: right;
}

#comment-form .form-actions #edit-submit {
	margin-right: 5px;
}

#edit-comment-body-und-0-format-guidelines {
	clear: both;
}

#edit-comment-body-und-0-format-guidelines ul {
	font: inherit;
}

#edit-comment-body-und-0-format-guidelines ul li {
	background: none;
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 100%;
}

.panels-flexible-region-11-contacts,
.panels-flexible-region-11-center {
	float: none;
	width: 100% !important;
}

.contact-form .form-item {
	margin-top: 0 !important;
	position: relative;
}

.contact-form input[type="text"],
.contact-form textarea {
	position: relative;
	z-index: 20;
}

.contact-form input[type="text"].error,
.contact-form textarea.error {
	border-color: #f8b9b7 !important;
	border-width: 1px;
	box-shadow: 0 0 8px #f8b9b7 !important;
}

.contact-form textarea {
	min-height: 145px;
}

.contact-form .form-type-textfield {
	float: left;
	margin-bottom: 30px !important;
	margin-left: 5%;
	width: 30%;
}

.contact-form .form-type-textfield:first-child {
	margin-left: 0;
}

.contact-form .form-type-textarea {
	clear: both;
}

.contact-form div.error-message {
	background: #ec7b7b;
	bottom: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 13px;
	font-weight: normal;
	left: 0;
	line-height: 16px;
	margin: 0 0 5px;
	max-width: 100%;
	opacity: 0;
	padding: 3px 5px;
	position: absolute;
	-moz-transition: .4s ease;
	-o-transition: .4s ease;
	-webkit-transition: .4s ease;
	transition: .4s ease;
	z-index: -999;
}

.contact-form div.error-message:after {
	content: '';
	position: absolute;
	left: 10px;
	bottom: -5px;
	border-top: 5px solid #ec7b7b;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
}

.contact-form .error~div.error-message {
	opacity: 1;
	-webkit-animation-duration: .6s;
	animation-duration: .6s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	z-index: 999;
}

.contact-form input[type="reset"] {
	margin-right: 10px;
}

.contact-form .form-actions {
	display: inline-block;
}

#contact-personal-form .form-type-textfield {
	float: none;
	margin-bottom: 30px !important;
	margin-left: 0;
	width: 100%;
}

#contact-personal-form .form-type-textfield input[type="text"] {
	display: block;
}

.action-links {
	overflow: hidden;
	padding: 0 0 25px;
}

.action-links li {
	float: left;
	margin-left: 10px;
}

.action-links li:first-child {
	margin-left: 0;
}

.action-links li a {
	font-weight: bold;
}

#forum table td.topics,
#forum table td.posts,
#forum table td.replies {
	text-align: center;
}

#forum table td.container {
	font-weight: bold;
}

#forum table .description {
	margin: 0;
}

#forum table .indent {
	margin: 0;
}

#forum table .name {
	overflow: hidden;
}

#forum table .description {
	clear: both;
}

.field-name-taxonomy-forums,
.field-type-taxonomy-term-reference {
	overflow: hidden;
	padding-top: 20px;
	width: 100%;
}

.field-name-taxonomy-forums.field-label-above,
.field-type-taxonomy-term-reference.field-label-above {
	padding-top: 0;
}

.field-name-taxonomy-forums .field-label,
.field-type-taxonomy-term-reference .field-label {
	background: none;
	font: inherit;
	font-weight: bold;
	margin: 0;
	text-shadow: none;
	text-transform: uppercase;
}

.field-name-taxonomy-forums ul.links,
.field-type-taxonomy-term-reference ul.links {
	margin-bottom: 0;
}

.field-name-taxonomy-forums ul.links li,
.field-type-taxonomy-term-reference ul.links li {
	float: left;
	margin: 0 0 5px;
}

.field-name-taxonomy-forums ul.links li:before,
.field-type-taxonomy-term-reference ul.links li:before {
	content: ', ';
}

.field-name-taxonomy-forums ul.links li:first-child,
.field-type-taxonomy-term-reference ul.links li:first-child {
	margin-left: 0;
}

.field-name-taxonomy-forums ul.links li:first-child:before,
.field-type-taxonomy-term-reference ul.links li:first-child:before {
	content: '';
}

.field-name-taxonomy-forums ul.links li a,
.field-type-taxonomy-term-reference ul.links li a {
	background: none;
	border: none;
	box-shadow: none;
	color: #ec2c00;
	display: inline;
	font: inherit;
	padding: 0;
	text-shadow: none;
	text-transform: none;
}

.field-name-taxonomy-forums ul.links li a:hover,
.field-type-taxonomy-term-reference ul.links li a:hover {
	background: none;
	text-decoration: underline;
}

.page-forum- #main-wrapper .active img {
	padding: 0;
	background: 0;
	border: none;
	margin-left: 5px;
	margin-top: 4px;
}

.page-page-404 .panel-col-first {
	color: #ec2c00;
	font: bold 250px/200px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
}

.panel-2col .panel-col-first .inside {
	margin: 0 20px 0 0;
}

.panel-2col .panel-2col .panel-col-last .inside {
	margin: 0 0 0 20px;
}

.page-testimonials .view-display-id-page .views-row {
	margin-top: 30px;
}

.page-testimonials .view-display-id-page .views-row:first-child {
	margin-top: 0;
}

.page-testimonials .view-display-id-page .views-field-field-testi-image {
	float: left;
	margin: 0 20px 0 0;
	max-width: 45%;
	width: 80px;
}

.page-testimonials .view-display-id-page .views-field-nothing {
	margin-bottom: 10px;
}

.page-testimonials .view-display-id-page .views-field-nothing p {
	margin-bottom: 0;
}

.page-testimonials .view-display-id-page .views-field-nothing a {
	color: inherit;
}

.page-testimonials .view-display-id-page .views-field-nothing a:hover {
	color: #ec2c00;
	text-decoration: none;
}

.page-testimonials .view-display-id-page .views-field-field-testi-author,
.page-testimonials .view-display-id-page .views-field-field-testi-author-info {
	text-align: right;
}

.field-name-field-testi-image {
	float: left;
	margin: 0 20px 0 0;
	max-width: 45%;
}

.field-name-field-testi-author {
	font-weight: bold;
}

.view-archive .field-name-body {
	margin-bottom: 20px;
}

.view-archive .views-row {
	margin-top: 40px;
}

.view-archive .views-row:first-child {
	margin-top: 0;
}

.view-archive .field-name-taxonomy-forums {
	padding-top: 0;
}

.view-FAQs.view-id-FAQs .views-row {
	margin-top: 30px;
}

.view-FAQs.view-id-FAQs .views-row:first-child {
	margin-top: 0;
}

.compose-tips .filter-type {
	margin-top: 40px;
}

.compose-tips .filter-type:first-child {
	margin-top: 0;
}

.view-comments-recent.view-display-id-page .views-row {
	margin-top: 30px;
}

.view-comments-recent.view-display-id-page .views-row:first-child {
	margin-top: 0;
}

.field-name-field-employee-position {
	color: #ec2c00;
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 5px;
}

.field-name-field-employee-facebook {
	margin-left: 0;
}

.field-name-field-employee-facebook,
.field-name-field-employee-twitter,
.field-name-field-employee-google-plus {
	display: inline-block;
	margin-right: 5px;
}

.employee-social-link {
	border: 1px solid #ec2c00;
	border-radius: 50%;
	color: transparent;
	display: block;
	font-size: 0;
	height: 28px;
	line-height: 0;
	text-align: center;
	text-decoration: none;
	width: 28px;
}

.employee-social-link:before {
	color: #ec2c00;
	font-size: 16px;
	line-height: 28px;
}

.employee-social-link:hover {
	border-color: #878787;
}

.employee-social-link:hover:before {
	color: #878787;
}

.node-type-employee .field-name-body {
	padding-top: 20px;
}

.sidebar {
	position: relative;
}

.sidebar .block {
	border-top: 0;
	clear: both;
	margin-top: 50px;
	padding-top: 0;
}

.sidebar .block:first-child {
	border-top: 0 !important;
	margin-top: 0 !important;
	padding-top: 0 !important;
}

.field-label-inline .field-label,
.field-label-inline .field-items {
	max-width: 100%;
}

.not-logged-in .contextual-links {
	display: none !important;
}

.contextual-links li {
	color: #878787 !important;
	font-size: 13px !important;
	line-height: 18px !important;
}

.calendar-calendar table,
.calendar-calendar table td,
.calendar-calendar table th,
.calendar-calendar .month-view .full th.days {
	border: 1px solid #adadad;
}

.calendar-calendar td.calendar-agenda-items,
.calendar-calendar .month-view .full td.single-day .calendar-empty,
.calendar-calendar .month-view .full td.single-day.empty,
.calendar-calendar .month-view .full td.date-box.empty {
	border-color: #adadad;
}

.calendar-calendar tr td.today,
.calendar-calendar tr.odd td.today,
.calendar-calendar tr.even td.today {
	background-color: transparent;
	color: #ec2c00;
	font-weight: bold;
}

.calendar-calendar th.days {
	background: #f1f1f1;
	border: none;
	color: #878787;
}

.calendar-calendar td {
	text-align: center;
}

.calendar-calendar td .inner div,
.calendar-calendar td .inner div a {
	background: none;
}

.calendar-calendar .month-view .full td.multi-day div.monthview,
.calendar-calendar .week-view .full td.multi-day div.weekview,
.calendar-calendar .day-view .full td.multi-day div.dayview {
	background: #f1f1f1;
}

.calendar-calendar .day-view .full td .inner div.calendar .views-field-created {
	color: #878787;
	float: left;
	width: 50px;
}

.calendar-calendar .day-view .full td .inner div.calendar .views-field-title {
	overflow: hidden;
}

.calendar-calendar .month-view .full tr td.single-day.today,
.calendar-calendar .month-view .full td.date-box.today {
	border-color: #ec2c00;
}

.view-Calendar .pager .date-prev,
.view-Calendar .pager .date-next,
.view .date-nav-wrapper .date-prev,
.view .date-nav-wrapper .date-next {
	background: none;
	border-radius: 0;
	line-height: 0;
	padding: 0;
	top: 6px;
}

.view-Calendar .pager .date-prev a,
.view-Calendar .pager .date-next a,
.view .date-nav-wrapper .date-prev a,
.view .date-nav-wrapper .date-next a {
	background: #878787;
	color: transparent;
	display: block;
	font-size: 0;
	height: 22px;
	line-height: 0;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
	width: 22px;
}

.view-Calendar .pager .date-prev a:before,
.view-Calendar .pager .date-next a:before,
.view .date-nav-wrapper .date-prev a:before,
.view .date-nav-wrapper .date-next a:before {
	color: #fff;
	font-family: FontAwesome;
	font-size: 12px;
	font-weight: normal;
	left: 50%;
	line-height: 22px;
	margin-left: -5px;
	margin-top: -11px;
	position: absolute;
	top: 50%;
}

.view-Calendar .pager .date-prev a:hover,
.view-Calendar .pager .date-next a:hover,
.view .date-nav-wrapper .date-prev a:hover,
.view .date-nav-wrapper .date-next a:hover {
	background: #ec2c00;
}

.view .date-nav-wrapper .date-prev {
	right: auto;
}

.view .date-nav-wrapper .date-prev a:before {
	content: "\f060";
}

.view .date-nav-wrapper .date-next a:before {
	content: "\f061";
}

table .mini-day-on a {
	text-decoration: none;
}

table .mini-day-on a:hover {
	text-decoration: underline;
}

.sidebar #isotope-options #filters {
	text-align: left;
}

.sidebar #isotope-options #filters li {
	margin: 0 10px 5px 0;
}

.pannel-map {
	margin-bottom: 30px !important;
}

.gmap #gmap1 {
	height: 480px;
}

.gmap #gmap1 img {
	max-width: inherit;
}

#block-views-our-team-block .views-row {
	margin-bottom: 0;
	margin-top: 20px;
	overflow: hidden;
}

#block-views-our-team-block .views-row.views-row.views-row-first {
	margin-top: 0;
}

#block-views-our-team-block .views-row .views-field-field-employee-photo {
	width: 100px;
	float: left;
	margin-right: 15px;
}

#block-views-our-team-block .views-row .views-field-body {
	margin-bottom: 0;
}

.poll .total,
.poll .title {
	margin-bottom: 15px;
}

.poll .bar {
	background-color: #fff;
	border: 1px solid #adadad;
	height: 20px;
	margin-bottom: 15px;
	padding: 1px;
}

.poll .bar .foreground {
	background-color: #ec2c00;
	display: none;
	height: 20px;
}

.poll .percent {
	float: right;
}

.poll .vote-form {
	text-align: left;
	padding-bottom: 15px;
}

.poll .vote-form .choices {
	width: 100%;
}

#block-poll-recent ul.links li {
	background: none;
	padding-left: 0;
}

#block-views-comments-recent-block .views-row {
	margin-top: 20px;
}

#block-views-comments-recent-block .views-row:first-child {
	margin-top: 0;
}

#block-views-comments-recent-block .views-field-subject a {
	color: inherit;
}

#block-views-comments-recent-block .views-field-subject a:hover {
	color: #ec2c00;
	text-decoration: none;
}

.contextual-links-region .node-title a {
	color: inherit;
}

.contextual-links-region .node-title a:hover {
	color: #ec2c00;
	text-decoration: none;
}

#block-views-recent-posts-block .views-row {
	margin-top: 20px;
}

#block-views-recent-posts-block .views-row:first-child {
	margin-top: 0;
}

#block-views-recent-posts-block .views-field-body {
	clear: both;
	padding-top: 10px;
}

#search-block-form .element-invisible,
[id^="search-block-form"] .element-invisible {
	display: none !important;
}

#search-block-form .container-inline,
[id^="search-block-form"] .container-inline {
	border: 1px solid #adadad;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	overflow: hidden;
	position: relative;
	width: 100%;
}

#search-block-form .form-item-search-block-form,
[id^="search-block-form"] .form-item-search-block-form {
	display: block;
	margin: 0 30px 0 0;
}

#search-block-form input.form-text,
[id^="search-block-form"] input.form-text {
	background: none;
	border: none;
	display: block;
	margin: 0;
	width: 100%;
}

#search-block-form [id^=edit-actions],
[id^="search-block-form"] [id^=edit-actions] {
	z-index: 1;
}

#search-block-form [id^=edit-actions]:after,
[id^="search-block-form"] [id^=edit-actions]:after {
	color: #878787;
	content: "\f002";
	cursor: pointer;
	font: 20px/30px FontAwesome;
	margin-top: -16px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 50%;
	width: 30px;
	z-index: 1;
}

#search-block-form [id^=edit-actions]:hover:after,
[id^="search-block-form"] [id^=edit-actions]:hover:after {
	color: #ec2c00;
}

#search-block-form .form-submit,
[id^="search-block-form"] .form-submit {
	background: none;
	border: none;
	border-radius: 0;
	bottom: 0;
	box-shadow: none;
	color: transparent;
	cursor: pointer;
	display: block;
	font-size: 0;
	line-height: 0;
	margin: 0 !important;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
	z-index: 2;
}

.block-simple-subscription-subscribe input[type="text"] {
	width: 100%;
}

.progressbar .progressbar-wrap {
	background: #adadad;
}

.progressbar .progressbar-background {
	background: #ec2c00;
}

.footer_top_wrapper {
	background: url(../images/content-tail2.gif) center top repeat #d0d0d0;
	text-align: center;
}

.footer_top_wrapper .region {
	padding: 52px 0 57px;
}

.footer_top_wrapper ul {
	margin-bottom: 0;
}

.footer_top_wrapper ul li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

#simple-subscription-form input[type=text] {
	border: 3px solid #575757;
	color: #575757 !important;
	font-weight: bold;
	padding: 11px 10px 12px;
	text-align: center;
}

#simple-subscription-form input[type="submit"] {
	background: #ec2c00;
	padding: 0 7px 4px;
}

#simple-subscription-form input[type="submit"]:hover {
	background: #464646;
}

form.simple-subscription-empty #edit-input {
	font-style: normal;
}

#block-views-recent-posts-block .views-row {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: rgba(245, 245, 245, 0.5);
	margin-bottom: 0;
	margin-top: 0;
	padding: 25px 30px 30px;
}

#block-views-recent-posts-block .views-field-created {
	color: #424242;
	font: 400 24px/29px 'Medula One', cursive;
	letter-spacing: 2px;
}

#block-views-recent-posts-block .views-field-created-1 {
	color: #424242;
	font: 400 72px/60px 'Medula One', cursive;
}

#block-views-recent-posts-block .views-field-body {
	padding-top: 15px;
}

#block-views-recent-posts-block .btn {
	padding-top: 24px;
}

#block-views-recent-posts-block .btn a {
	background: #ec2c00;
}

#block-views-recent-posts-block .btn a:hover {
	background: #464646;
}

#footer {
	background: url(../images/body-tail.gif) center top repeat #a3a3a3;
	clear: both;
	padding: 0;
	position: relative;
	text-align: center;
}

.region-footer {
	padding: 0 0 33px;
}

.footer-menu .content ul {
	margin: 0;
	overflow: hidden;
}

.footer-menu .content ul li {
	background: none;
	float: left;
	margin: 0 0 0 10px;
	padding: 0;
}

.footer-menu .content ul li:first-child {
	margin-left: 0;
}

.footer-menu .content ul li a {
	color: inherit;
	text-decoration: none;
}

.footer-menu .content ul li a:hover,
.footer-menu .content ul li a.active {
	color: #ec2c00;
	text-decoration: none;
}

.block-copyright {
	background: #cacaca;
	color: #9a9797;
	font: 400 14px/18px 'Open Sans', sans-serif;
	letter-spacing: 1px;
	margin: 0 auto;
	padding-bottom: 8px;
	padding-top: 15px;
	width: 254px;
}

.block-copyright .sitename {
	display: block;
	font: 400 72px/72px 'Medula One', cursive;
	letter-spacing: 0;
}

.block-copyright a {
	color: inherit;
}

.block-copyright a:hover {
	color: #ec2c00;
	text-decoration: none;
}

#backtotop {
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	background: none;
	border-radius: 50%;
	bottom: 100px;
	box-shadow: 0 0 0 4px #ec2c00;
	color: transparent;
	font-size: 0;
	line-height: 0;
	margin-right: 0 !important;
	opacity: 1 !important;
	padding: 3px 0 7px;
	position: fixed;
	right: 40px !important;
	text-align: center;
	text-decoration: none;
	width: 70px;
	z-index: 999;
}

#backtotop:before {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	background: #ec2c00;
	border-radius: 50%;
	content: '';
	height: 100%;
	left: -2px;
	opacity: 1;
	padding: 2px;
	pointer-events: none;
	position: absolute;
	top: -2px;
	transition: transform 0.2s, opacity 0.3s;
	-moz-transition: -moz-transform 0.2s, opacity 0.3s;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.3s;
	width: 100%;
	z-index: -1;
}

.colonne1 {
	float: left;
	width: 160px;
	margin-right: 20px;
	margin-top: -5px;


}

.colonne2 {
	float: right;
	width: 300px;
	/* margin-right: 50px; */
	/* margin-top: 40px; */
	/* position: relative;
	top: 40px; */
}



.colonne3 {
	float: right;
	width: 300px;
	margin-right: 150px;
	margin-top: -30px;


}

/* .gallist .masonry-item {
	margin-bottom: 0px !important;
	padding: 2px !important;
	margin: 5px !important;
	background-color: white;
	border: none;


}

.gallist .listimg img {
	height: auto !important;
	width: 100% !important;
	margin-top: 10px;
padding:2px;
}

.gallist .listtitle {
	position: absolute;
	bottom: 0;
	background: transparent;
	width: 5%;
	height: 2%;

}

.gallist .listtitle a {
	color: transparent;
	margin-left: 10%;
	margin-bottom: 5%;

} */

@media only screen and (max-width: 500px) {
	/* .gallist .masonry-item {
		margin-bottom: 0px !important;
		padding: 2px !important;
		margin: 5px !important;
		margin-top:2px;
		background-color: white;
		border: none;


	}

	.gallist .listimg img {
		height: auto !important;
		width: 100% !important;
		margin-top: 10px;
	}

	.gallist .listtitle {
		position: absolute;
		bottom: 0;
		background: transparent;
		width: 5%;
		height: 2%;

	}

	.gallist .listtitle a {
		color: transparent;
		margin-left: 10%;
		margin-bottom: 5%;
	} */
}





#backtotop:after {
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	color: #fff;
	content: "\f077";
	font: normal 40px/60px FontAwesome;
}

#backtotop:hover {
	box-shadow: 0 0 0 4px #878787;
}

#backtotop:hover:before {
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
	opacity: 0;
}

#backtotop:hover:after {
	color: #878787;
}

.switcher {
	cursor: pointer;
	margin-top: 10px;
	font-size: 11px;
}

.switcher:hover {
	text-decoration: underline;
}

.region-page-bottom pre {
	padding: 0 !important;
}

.views-field.views-field-field-affiche {
	width: 75%;
	margin: 20px;
}

;
}

/*periode jeune public*/

#views-exposed-form-periodes-page-2 label {
	font-size: 25px !important;
	color: #ec2c00 !important;
}