
body {
	padding-top: 125px;
	font-family: titillium, sans-serif;
	color: #3C3C3C;
}

hgroup{
	margin-bottom:15px;
}

.tiny ul li{
	line-height:16px;
	margin-bottom:10px;
}

/* @group colors */

/* The Reds */

.red h1,
.red h2,
.red h3,
.red .nav > li > a.active, 
.red .nav > li > a:hover, 
.red .nav > li > a:focus,
.red .main-content-left h3,
.red .thumbnail-title h4 a,
.red .tiny h4,
.red .tiny a,
.red .navbar-brand  {
	color: #FA1D1E !important;
}

.red .filter:hover,
.red .filter.active,
.red .download-block,
.red .social-block,
.red .carousel-indicators li.active,
.red section.quote-section,
.red .top-link {
	background: #FA1D1E !important;
}

/*.red #read-more{
	fill:#FA1D1E;
}*/

.red a.read-more {
	background: url('../img/read-more-r.png') no-repeat 0 2px transparent;
}

.red .team-block-container:hover .overlay,
.red .portfolio-block-container:hover .overlay,
.red .carousel-caption span {
	background: rgba(250,29,30,.8)!important;
}

.red .tiny ul li{
	list-style:none;
	padding-left:10px;
}

.red .tiny ul li:before{
	content:'';
	width:4px;
	height:4px;
	display:block;
	background:url('../img/red-bullet.png') no-repeat;
	position: relative;
	margin-left:-10px;
	top:12px;
}

/* The Greens */

.green h1,
.green h2,
.green h3,
.green .nav > li > a.active,
.green .nav > li > a:hover,
.green .nav > li > a:focus,
.green .main-content-left h3,
.green .thumbnail-title h4 a,
.green .tiny h4,
.green .tiny a,
.green .navbar-brand {
	color: #76BA29 !important;
}

.green .filter:hover,
.green .filter.active,
.green .download-block,
.green .social-block,
.green .carousel-indicators li.active,
.green section.quote-section,
.green .top-link {
	background: #76BA29 !important;
}
/*.green #read-more{
	fill:#76BA29;
}*/
.green a.read-more {
	background: url('../img/read-more-g.png') no-repeat 0 2px transparent;
}

.green .team-block-container:hover .overlay,
.green .portfolio-block-container:hover .overlay,
.green .carousel-caption span {
	background: rgba(118,186,41,.8) !important;
}
.green .tiny ul li{
	list-style:none;
	padding-left:10px;
}

.green .tiny ul li:before{
	content:'';
	width:4px;
	height:4px;
	display:block;
	background:url('../img/green-bullet.png') no-repeat;
	position: relative;
	margin-left:-10px;
	top:12px;
}
/* The Blues */
/*.blue #read-more{
	fill:#0053A6;
}*/
.blue h1,
.blue h2,
.blue h3,
.blue .nav > li > a.active, 
.blue .nav > li > a:hover, 
.blue .nav > li > a:focus,
.blue .main-content-left h3,
.blue .thumbnail-title h4 a,
.blue .tiny h4,
.blue .tiny a,
.blue .navbar-brand {
	color: #0053A6 !important;
}

.blue .filter:hover,
.blue .filter.active,
.blue .download-block,
.blue .social-block,
.blue .carousel-indicators li.active,
.blue section.quote-section,
.blue .top-link {
	background: #0053A6 !important;
}

.blue a.read-more {
	background: url('../img/read-more-b.png') no-repeat 0 2px transparent;
}

.blue .team-block-container:hover .overlay,
.blue .portfolio-block-container:hover .overlay,
.blue .carousel-caption span {
	background: rgba(0,83,166,.8) !important;
}

.blue .tiny ul li{
	list-style:none;
	padding-left:10px;
}

.blue .tiny ul li:before{
	content:'';
	width:4px;
	height:4px;
	display:block;
	background:url('../img/blue-bullet.png') no-repeat;
	position: relative;
	margin-left:-10px;
	top:12px;
}

/* @end */

/* @group utils */

ul {
	padding: 0;
	list-style: none;
}

.align {
	display: table-cell;
	vertical-align: middle;
}

.v-align {
	position: relative;
	height: 100%;
	width: 100%;
	display: table;
	#display: block;
	#width: expression(this.childNodes[0].offsetWidth+"px");
}

.v-align .v-align-div-top {
	vertical-align: top;
	display: table-cell;
	#display: block;
	#position: absolute;
	#top: 20%;
	#left: 0;
	#width: 100%;
}

.v-align .v-align-div {
	vertical-align: middle;
	display: table-cell;
	#display: block;
	#position: absolute;
	#top: 50%;
	#left: 0;
	#width: 100%;
	#margin-top: expression(-this.offsetHeight/2);
}

.no-padding {
	padding: 0 !important;
}

img {
	max-width: 100%;
}

.img-rounded {
	border-radius: 8px;
	overflow: hidden;
}

.cover img{width:100%;}

.cover figure{
	margin-top:-25px;
}
.list {
	margin-top: 30px;
}

.overlay {
	opacity: 0;
	color: #fff !important;
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	border-radius: 8px;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

section {
	padding: 50px 0 25px;
}

/* @end */

/* @group header */

#header {

/*	padding-top:30px;
	padding-bottom:30px;*/
	background: #FFF;
	border-bottom: 1px solid #ddd
}

#logo {
	clear: both;
	margin: 0;
}

#logo .navbar-brand {
	height: 65px;
	width: 182px;
	display: block;

	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.compact #logo .navbar-brand {
	height: 45px;
	width: 126px;
}

/*.compact #logo .navbar-brand img {
	height: 32px;
}*/

.compact .menu {
	margin-top: 25px;
	-webkit-transition: all .8s ease-in-out;
	-moz-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out;
}

.navbar-brand span {
	display: none
}

.full {
	padding: 30px 0;
	transition: all .3s ease-in-out;
}

.compact {
	padding: 15px 0;
	transition: all .3s ease-in-out;
}

/* @end */

/* @group carousel */

#slider {
	margin-bottom: 30px;
}

#slider-thumbs div a img {
	margin-bottom: 30px;
}

section.cover {
	margin-bottom: 0;
	padding: 0 0 0 0;
}

.carousel {
	
}

.carousel-inner > .active {

}

.carousel-caption {
	vertical-align: middle;
	bottom: 50%;
	margin-bottom: -65px;
}

.carousel-caption span {
	font-size: 46px;
	color: #fff;
	font-family: '232MKSD-RoundMedium',sans-serif;
	padding: 5px 25px;
	border-radius: 8px;
	text-shadow: none;
	text-transform: uppercase;
	line-height: 41px;
}

.carousel-caption small {
	display: block;
}

.carousel-indicators li {
	border: 0;
	background: #fff;
}

.carousel-indicators li.active {
	border: none;
}

.carousel-control,
.carousel-control:hover {
	opacity: 0;
}

/* @end */

/* @group grids */

.two-col,
.three-col {
	display: block;
}

.two-col {
	column-count: 2;
	column-gap: 30px;
	-webkit-column-count: 2;
	-webkit-column-gap: 30px;
	-moz-column-count: 2;
	-moz-column-gap: 30px;
}

.three-col {
	column-count: 3;
	column-gap: 30px;
	-webkit-column-count: 3;
	-webkit-column-gap: 30px;
	-moz-column-count: 3;
	-moz-column-gap: 30px;
}

.column {
	margin-left: 30px;
}

.first.column {
	margin-left: 0;
}

#Grid .mix {
	opacity: 0;
	display: none;
}

/* @end */

/* @group filters */

.filters {
	margin-top: 30px;
	margin-bottom: 30px;
}

.filters.task{display:none;}

.filter-block {
	margin-bottom: 30px;
}

.filter {
	display: inline-block;
	zoom: 1;
	*display: inline;
	font-size: 14px;
	color: #fff;
	background: #9D9D9D;
	padding: 3px 10px;
	border-radius: 5px;
	margin-left: 10px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.filter:hover {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.filter:first-child {
	margin-left: 0;
}

/* @end */

/* @group team */

.team-block-container a {
	display: block;
	height:auto;
}

.team-block-container:hover .overlay,
.portfolio-block-container:hover .overlay {
	padding-top: 0;
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.team-block-content h3 {
	color: #fff !important;
	font-family: '232MKSD-RoundMedium';
	font-size: 28px;
	font-weight: normal;
	line-height: 28px;
	margin-bottom: 5px;
}

.team-block-content span.read-more {
	color: #fff !important;
	font-family: titillium,sans-serif;
	font-size: 16px;
	background: none !important;
	display:block;
}

.team-block-content h3:hover,
.team-block-content span.read-more:hover {
	text-decoration: none;
}

.linked-in {
	background: url('../img/li.png') no-repeat;
	height: 24px;
	width: 24px !important;
	top: 7px;
}

/* @end */

/* @group nav */

.top-bar .nav > li {
	border-right: 1px solid #ccc;
}

.top-bar .nav > li > a {
	-webkit-transition: all .3s cubic-bezier(0,.5,0,1);
	-moz-transition: all .3s cubic-bezier(0,.5,0,1);
	transition: all .3s cubic-bezier(0,.5,0,1);
}

.top-bar .nav > li:first-child {
	border-left: 1px solid #ccc;
}

.top-bar {
	border-bottom: 1px solid #ccc;
}

.navbar {
	background: #fff;
}

.navbar-nav li.tw a {
	background: url("../img/icn_tw_24.png") no-repeat center center;
	width: 50px;
	text-indent: -9999px;
}

.navbar-nav li.fb a {
	background: url("../img/icn_fb_24.png") no-repeat center center;
	width: 50px;
	text-indent: -9999px;
}

.navbar-collapse {
	padding-right: 0;
}

.navbar-toggle {
	border: 1px solid #ccc;
}

.navbar-toggle .icon-bar {
	background: #ccc;
}

.navbar-nav > li > a {
	font-size: 19px;
	font-family: '232MKSD-RoundMedium',sans-serif;
	color: #838383;
	text-transform: uppercase;
	padding: 0;
	margin-left: 25px;
}

.navbar-nav > li > a.en span,
.navbar-nav > li > a.fr span{
	font-size:12px;
}

.navbar-nav > li > a.en{
	margin-left:10px;
}

.navbar-nav > li > a.en:before{
   content: "|";
    font-family: sans-serif;
    font-size: 11px;
    font-weight: 100;
    left: -6px;
    position: absolute;
    top: 3px;
}

.navbar-nav > li > a.nav-li-1 {
	margin-left: 0;
}

.nav > li > a:hover, .nav > li > a:focus {
	background: none;
}

.compact .navbar-nav > li > a {
	/*font-size: 15px;*/
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.menu {
	margin-top: 45px;
}

.menu-bar {
	padding: 30px 0;
	border-bottom: 1px solid #ccc;
}

/*
#header.compact{
	border-bottom:1px solid #ddd;
	padding-top:0;
	padding-bottom:0;
	-webkit-transition:all .3s cubic-bezier(0,.5,0,1);
	   -moz-transition:all .3s cubic-bezier(0,.5,0,1);
			transition:all .3s cubic-bezier(0,.5,0,1);
}



.compact #logo{
	margin-top:15px;
	-webkit-transition:all .3s cubic-bezier(0,.5,0,1);
	   -moz-transition:all .3s cubic-bezier(0,.5,0,1);
			transition:all .3s cubic-bezier(0,.5,0,1);}

.compact #logo .navbar-brand{
	height:32px;
	width:91px;
	background-size:91px 32px;
	-webkit-transition:all .3s ease-in-out;
	   -moz-transition:all .3s ease-in-out;
			transition:all .3s ease-in-out;}

.compact .menu{
	margin-top:25px;
	-webkit-transition:all .3s cubic-bezier(0,.5,0,1);
	   -moz-transition:all .3s cubic-bezier(0,.5,0,1);
			transition:all .3s cubic-bezier(0,.5,0,1);}
*/

.navbar-brand {
	padding: 0;
	margin-right: 30px;
	vertical-align: bottom;
}

.menu-bar .nav {
	margin-top: 25px;
}

.sub-menu {
	display: none;
}

.drop-over:hover .sub-menu {
	display: block;
	top: 35px;
}

/* @end */

/* @group SubNav */
.dropdown-menu{border:none;box-shadow:none;padding-top:25px;}

.nav-li.dropdown:hover .dropdown-menu{
	display:block;
}

.navbar-nav > li > .dropdown-menu{
	border-radius:5px;
}

.dropdown-menu > li > a{
	color:#838383;
}
.green .dropdown-menu > li > a:hover, 
.green .dropdown-menu > li > a:focus{
	color:#76BA29;
	background: none;
}

.blue .dropdown-menu > li > a:hover, 
.blue .dropdown-menu > li > a:focus{
	color:#0053A6;
	background: none;
}

.red .dropdown-menu > li > a:hover, 
.red .dropdown-menu > li > a:focus{
	color:#FA1D1E;
	background: none;
}

.green .dropdown-menu > .active > a, 
.green .dropdown-menu > .active > a:hover, 
.green .dropdown-menu > .active > a:focus{
	background:#76BA29;
	color:#fff!important;
}

.red .dropdown-menu > .active > a, 
.red .dropdown-menu > .active > a:hover, 
.red .dropdown-menu > .active > a:focus{
	background:#FA1D1E;
	color:#fff!important;
}

.blue .dropdown-menu > .active > a, 
.blue .dropdown-menu > .active > a:hover, 
.blue .dropdown-menu > .active > a:focus{
	background:#0053A6;
	color:#fff!important;
} 
.navbar-nav.pull-right > li > .dropdown-menu, 
.navbar-nav > li > .dropdown-menu.pull-right{
	left:5px;
	right:auto;
	top:20px;
}

/* @end */


/* @group news */

.news-block {
	margin-bottom: 30px;
}

.news-block-container,
.team-block-container,
.portfolio-block-container {
	padding: 15px;
	margin-bottom: 30px;
	position: relative;
}

.news-block-container:hover,
.team-block-container:hover,
.portfolio-block-container:hover {

}

.news-block-content,
.portfolio-block-content {
	padding: 15px;
}

.team-block-content {
	padding: 0;
}

.news-block h4 {
	margin: 30px 0;
}

.news-block ul {
	margin: 15px 0;
}

.news-block ul li {
	background: url('../img/list-style-arrow-right.png') no-repeat left 5px;
	padding-left: 20px;
	margin-bottom: 15px;
}

/* @end */

/* @group main content */

h2 {
	font-family: '232MKSD-RoundMedium',sans-serif;
	font-size: 35px;
	margin-bottom: 30px;
	margin-top: 0px;
	text-transform: uppercase;
}

h3 {
	font-family: '232MKSD-RoundMedium',sans-serif;
	font-size: 35px;
	margin-bottom: 0;
	margin-top: 0px;
	text-transform: uppercase;
}

.main-content-left {
	margin: 0 0 50px 0;
}

.main-content-left h4.subtitle {
	font-family: titillium,sans-serif;
	font-size: 20px;
	font-style: italic;
	font-weight: 100;
	line-height: 26px;
	color: #3C3C3C;
}

.webpage-secondary-images img {
	margin: 0px 0 25px;
}

/* @end */

/* @group tiny */

.tiny h4 {
	margin-top: 40px;
	font-family: '232MKSD-RoundMedium',sans-serif;
	font-size: 25px;
	font-weight: 400px;
	text-transform: uppercase;
}

.tiny p {
	margin-bottom: 15px;
	font-size: 16px;
}

/* @end */

/* @group Thumbnail */

.thumbnail-item{
	margin-bottom:30px;
}

.article-thumbnail{
		height:415px;

}

.thumbnail-title h4 {
	margin-top: 25px;
	margin-bottom: 3px;
}

.thumbnail-title h4 a {
	color: #FA1D1E;
	font-family: titillium,sans-serif;
	font-size: 19px;
}

.thumbnail-title h4 a:hover {
	text-decoration: none;
}

.thumbnail-content .tiny p {
	font-size: 14px;
	line-height: 18px
}

.thumbnail-content a.read-more {
	text-transform: uppercase;
	font-family: '232MKSD-RoundMedium';
	font-size: 14px;
	color: #000;
	padding-left: 20px;
	height: 30px;
	display: block;
	margin-top: 20px;
	margin-bottom: 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.thumbnail-content a.read-more:hover {
	text-decoration: none;
	padding-left: 25px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.category-group{
	margin-bottom:10px;
}

ul.categories,
ul.article-categories {
	margin-top: 0;
	margin-bottom: 15px;
	display: block;
}
ul.article-categories-task {
	margin-top: -18px;
}

ul.categories lh {
	display: none;
}

ul.categories li,
ul.categories lh,
ul.article-categories li,
ul.article-categories lh {
	display: inline;
	font-size: 14px;
	font-weight: bold;
}

ul.article-categories-task li,
ul.article-categories-task lh {
	font-weight: normal;
	font-style: italic;
}



ul.categories li:before,
ul.article-categories li:before {
	content: ', '
}

ul.categories.thumbnail-category li:nth-child(2):before,
ul.article-categories li:nth-child(1):before,
ul.article-categories-task li:nth-child(2):before {
	content: '' !important;
}


/* @end */

/* @group article */

.article-categories {
	margin-top: 10px;
	margin-bottom: 30px;
}

/*.article-categories li {
	display: inline;
	font-weight: bold;
	color: #000;
}

.article-categories li:before {
	content: ", ";
	margin: 0 5px;
}

.article-categories li:first-child {
	margin-left: 0;
}
*/
.article-categories.category li:first-child:before {
	display: none;
}

/* @end */

/* @group right */

.right-box {
	margin-bottom: 30px;
}

.right-box-content {
	background: #F9D2E7;
	padding: 15px;
}

.right-box h3 {
	margin: 0 0 15px;
	color: #333;
	font-family: "Roboto",sans-serif;
	font-size: 20px;
	font-weight: 400;
}

.right-box ul li {
	background: url('../img/list-style-arrow-right.png') no-repeat left center;
	padding-left: 20px;
}

.right-box.social li {
	background: none;
	display: inline-block;
	zoom: 1;
	*display: inline;
	padding: 0;
}

.right-box.social li a {
	text-indent: -9999px;
	display: block;
	height: 32px;
	width: 32px;
	list-style: none;
}

.right-box.social li a.tw {
	background: url('../img/icn_tw_32_b.png') no-repeat;
	margin: 0 10px;
}

.right-box.social li a.fb {
	background: url('../img/icn_fb_32_b.png') no-repeat;
}

.right-box.social li a.li {
	background: url('../img/icn_li_32_b.png') no-repeat;
}

/* @end */

/* @group downloads */

.download-block,
.social-block {
	border-radius: 8px;
	margin: 0px 0 25px;
	padding: 15px 20px;
}

.download-block h4,
.social-block h4 {
	color: #fff;
	font-family: titillium,sans-serif;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 15px;
}

.download-block a,
.download-block a:hover {
	color: #fff;
	text-decoration: none;
	background: url('../img/read-more-w.png') no-repeat;
	height: 25px;
	display: block;
	width: 100%;
	padding-left: 30px;
	padding-top: 2px;
	line-height: 18px;
	margin-bottom: 15px;
	font-family: titillium,sans-serif;
	font-weight: bold;
	font-size: 14px;
}

/* @end */

/* @group social */

.social-block a span {
	display: none;
}

.social-block li,
.social-block li a {
	display: inline-block;
	zoom: 1;
	*display: inline;
	height: 24px;
	width: 24px;
	margin-right:5px;
}

.social-block li.ln {
	background: url('../img/icn-in-w.png');
}

.social-block li.vm {
	background: url('../img/icn-vm-w.png');
}

.social-block li.fb {
	background: url('../img/icn-fb-w.png');
}

.social-block li.tw {
	background: url('../img/icn-tw-w.png');
}

/* @end */

/* @group related */

.related .carousel-control {
	bottom: 0;
	color: #000000;
	font-size: 40px;
	height: 65px;
	left: -125px;
	margin-top: -33px;
	opacity: 0.5;
	position: absolute;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	top: 50%;
	width: 15%;
	background: none !important;
}

.related .carousel-control.right {
	background-repeat: repeat-x;
	left: auto !important;
	right: -125px;
}

/* @end */

/* @group form */

.form-inline .form-group {
	margin-bottom: 30px;
}

.form-inline select.form-control {
	width: 100%;
}

/* @end */

/* @group map */

#map-area .map.maxi {
	height: 435px;
	-webkit-transition: all .3s cubic-bezier(0,.5,0,1);
	-moz-transition: all .3s cubic-bezier(0,.5,0,1);
	transition: all .3s cubic-bezier(0,.5,0,1);
}

#map-area .map.mini {
	height: 0;
	-webkit-transition: all .3s cubic-bezier(0,.5,0,1);
	-moz-transition: all .3s cubic-bezier(0,.5,0,1);
	transition: all .3s cubic-bezier(0,.5,0,1);
}

/* @end */

/* @group Footer */

.main-footer .container {
	padding-bottom: 55px;
	background: url('../img/footer-bg.png') no-repeat right bottom;
}

footer h1 {
	color: #FA1D1E;
	font-family: '232MKSD-RoundMedium';
	font-size: 35px;
	font-weight: normal;
	line-height: 28px;
	margin-right: 30px;
}

footer h4 {
	font-family: '232MKSD-RoundMedium';
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 15px;
	text-transform:uppercase;
}

footer .social {
	display: inline-block;
	zoom: 1;
	*display: inline;
}

footer .social li {
	display: inline-block;
	zoom: 1;
	*display: inline;
	width: 26px;
	height: 26px;
	margin-left: 5px;
}

footer .social li:first-child {
	margin-left: 0
}

footer li.li a {
	background: url("../img/icn-linked-24.png") no-repeat center center;
	width: 25px;
	height: 26px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

footer li.tw a {
	background: url("../img/icn-twitter-24.png") no-repeat center center;
	width: 25px;
	height: 26px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

footer li.fb a {
	background: url("../img/icn-facebook-24.png") no-repeat center center;
	width: 25px;
	height: 26px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

footer li a span {
	display: none;
}

footer .partners img {
	margin-bottom: 15px;
}

.footer-block-content h1 {
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.footer-block a {
	color: #3C3C3C;
}

footer .copyright {
	background: #000;
	color: #fff;
	font-size: 11px;
	padding: 10px 0;
}

footer .copyright a {
	color: #fff;
	text-decoration: none;
}

footer {
	background: #fff;
	border-top: 1px solid #C5C5C5;
	padding-top: 35px;
}

.top-link {
	height:40px;
	width:50px;
	color:#fff;
	display:block;
	border-radius:4px;
	background:#000;
	text-align:center;
	line-height:40px;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 15px;
	text-transform:uppercase;
	margin-top:-55px;
}

a.top-link:hover {
	color: #fff;
	text-decoration: none;
}

a.top-link:focus,
a.top-link:active {
	outline: 0 none;
	color: #fff;
	text-decoration: none;
	
}

/*.main-footer{padding-bottom:55px;}
*/

/* @end */

/* @group homepage */

section.homepage-section {
	position: relative;
	z-index: 1;
	border-top: 1px solid #C5C5C5;
	margin-bottom: 25px;
	padding: 50px 0 25px;
	margin-top: 0;
}

section.homepage-section:first-child{
  margin-top: 0;
}

section.quote-section {
	color: #fff !important;
	z-index: 2;
	margin-bottom: -1px;
	border-top: 0;
}


section.quote-section p {
	color: #fff !important;
	font-size: 31px;
	line-height: 38px;
	font-style: italic;
	quotes: "\201C""\201D""\2018""\2019";
	text-indent: -35px;
}

section.quote-section p:before {
	color: #fff;
	color: rgba(255,254,254,0.5);
	content: open-quote;
	font-size: 2em;
	line-height: 0.1em;
	margin-right: 0.25em;
	vertical-align: -0.3em;
}

section.quote-section p:after {
	color: #fff;
	color: rgba(255,254,254,0.5);
	content: close-quote;
	font-size: 2em;
	line-height: 0.1em;
	margin-right: 0.25em;
	vertical-align: -0.6em;
}


section.quote-section h5 {
	color: #fff;
	color: rgba(255,254,254,0.5);
	text-align: right;
}

/* @end */

/* @group thumb carousel */

.thumb-carousel {
	position: relative;
	width: 980px;
	height: 136px;
	margin: 0 auto 0 auto;
}

.thumb-carousel-content {
	position: relative;
	height: 100px;
	overflow: hidden;
}

.thumb-carousel .thumb-carousel-content a {
	display: block;
	width: 225px;
	height: 136px;
	text-align: center;
	float: left;
	margin: 0 10px;
	border: 0;
	white-space: nowrap;
}

.thumb-carousel a.thumb-carousel-prev, .thumb-carousel a.thumb-carousel-next {
	position: absolute;
	display: block;
	top: 0px;
	width: 50px;
	height: 136px;
}

.thumb-carousel a.thumb-carousel-prev {
	left: -50px;
	background: url(../img/arrow-prev.png) no-repeat center center;
}

.thumb-carousel a.thumb-carousel-prev:hover {
	/*background-position: 0 -50px;*/
}

.thumb-carousel a.thumb-carousel-next {
	right: -50px;
	background: url(../img/arrow-next.png) no-repeat center center;
}
.thumb-carousel a.thumb-carousel-next:hover {
	/*background-position: -50px -50px;*/
}

.thumb-carousel a.thumb-carousel-prev span, a.thumb-carousel-next span {
	display: none;
}

.thumb-carousel .pagination {
	text-align: center;
}
.thumb-carousel .pagination a {
	background: url(../images/miscellaneous_sprite.png) 0 -300px no-repeat transparent;
	width: 15px;
	height: 15px;
	margin: 0 5px 0 0;
	display: inline-block;
}
.thumb-carousel .pagination a.selected {
	background-position: -25px -300px;
	cursor: default;
}
.thumb-carousel .pagination a span {
	display: none;
}
.thumb-carousel .clearfix {
	clear: both;
	float: none;
}
/* @end */


/* @group gMap */
	


/* @end */

.contact-list{
	margin-top:30px;
}
