﻿@charset "UTF-8";
/* CSS Document */

body {
	margin-top: 30px;
	margin-bottom: 30px;
	background: none;
}
h1{
	font-size: 26px;
}
.background-image {
	background: url(../images/background.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.background-dark {
	background-color: #3d4045;
	color: #FFF;
	padding: 20px;
}
.box-border-bottom {
	border-bottom: solid 1px #ccc;
}
.social {
	height: 130px;
	font-size: 28px;
}
.linkedin {
	color: #39F;
}
.gplus {
	color: #F03;
}
.facebook {
	color: #03C;
}
.twitter {
	color: #0CF;
}
.youtube {
	color: #F03;
}
.main {
	padding: 20px;
}
.bordered {
	border: solid 1px #e3e3e3;
}
.bordered-2 {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #e3e3e3;
	border-bottom-color: #e3e3e3;
	border-left-color: #e3e3e3;
}
.bordered-3 {
	border-bottom: solid 1px #e3e3e3;
}
.bordered-4 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e3e3e3;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e3e3e3;
}
.background {
	background-color: #f8f8f8;
}
.background-home-member {
	background-color: #f8f8f8;
	min-height:90px;
}
.padding-10 {
	padding: 10px;
}
.margin-0 {
	margin: 0;
}
.margin-top-20 {
	margin-top: 20px;
}
.margin-bottom-5 {
	margin-bottom: 5px;
}
.margin-bottom-20 {
	margin-bottom: 20px;
}
.margin-top-5 {
	margin-top: 5px;
}
.margin-right-bottom-10 {
	margin-right: 10px;
	margin-bottom: 10px;
}
.title-blue {
	padding: 5px 5px 5px 10px;
	background-color: #84a3d3;
	color: #FFF;
	text-transform: uppercase;
}
.title-gray {
	padding: 5px 5px 5px 10px;
	background-color: #e2e5e7;
	color: #666;
}
.date {
	color: #999;
}
.icon {
	width: 50px;
	height: 50px;
	margin-right: 5px;
}
.logo {
	width: 100px;
	height: 100px;
}
.home-member-icon {
	width: 80px;
	height: 80px;
}
footer a:link, footer a:visited {
	color: #fab31e;
	font-size: 16px;
}
/*
.txt-blue {
	color: #005da9;
}
*/
h1.home-member{
	margin:0;
	padding:0;
}
h1.home-member img{
	margin:0 10px 0 0;
}
h1.payoff{
	font-size:24px;
}
/*Carousel*/
#owl-members .item {
	padding: 30px 0px;
	margin: 10px;
}
#owl-members-news .item {
	margin: 0 10px 0 10px;
}
#owl-members-site .item {
	margin: 0 10px 0 10px;
}
#owl-members-gallery .item {
	margin: 20px 20px 0 0;
}
#owl-members-gallery .item img {
	display: block;
	width: auto;
	height: 300px;
}
