@import url('https://fonts.googleapis.com/css?family=Quicksand:300,400,700');
body, p {
	font-family: 'Quicksand', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 1.8em;	
}
h1, h2, h3, h4, h5, h6, .navbar ul li, .btn {
	font-family: 'Quicksand', sans-serif;
	font-weight: 700;	
}
.btn {
	font-size: 13px;
}
#content-page h1 {
	margin-top: 40px;
	margin-bottom: 60px;
}
.text-large {
	font-size: 18px;
	margin-bottom: 40px;
}
small {
	font-weight: 200;	
}
.navbar-inverse .navbar-nav>li>a {
	color: #fff;
}
.navbar {
	margin-bottom: 0px;
}
.navbar-brand {
	padding-top: 4px;
}
.tab-content .tab-pane {
	margin-top: 30px;
}
.select2-container--default.select2-container--focus .select2-selection--multiple, .select2-container--default .select2-selection--multiple {
    border: solid #dfd7ca 1px;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
	padding: 7px 15px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #6b9430;
	border: 1px solid #6b9430;
	color: #fff;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	color: #fff;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0px;
}
h1 {
	font-size: 50px;
	letter-spacing: -3px;
}
h2 {
	font-size: 40px;
	letter-spacing: -3px;
	margin-bottom: 30px;
}
h3 {
	font-size: 24px;
	letter-spacing: -2px;
}
h3 .badge{
	letter-spacing: 0px;
	font-size: 14px;
}
h4 {
	font-size: 16px;
	letter-spacing: 0px;	
}
section {
	margin-bottom: 50px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
	padding: 10px 20px;

}
.select2-container .select2-selection--single {
    height: 46px;
}
.select2-container--default .select2-selection--single {
    border: 1px solid #dfd7ca;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 7px;
}
#tags_filter .select2-container--default .select2-selection--single {
    border-radius: 0px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
#tags_filter .btn {
	border-radius: 0px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.row-full-height {
  height: 100%;
}
.col-full-height {
  height: 100%;
  vertical-align: middle;
}
.row-same-height {
  display: table;
  width: 100%;
  /* fix overflow */
  table-layout: fixed;
}
.col-xs-height {
  display: table-cell;
  float: none !important;
}

@media (min-width: 768px) {
  .col-sm-height {
    display: table-cell;
    float: none !important;
  }
}
@media (min-width: 992px) {
  .col-md-height {
    display: table-cell;
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .col-lg-height {
    display: table-cell;
    float: none !important;
  }
}
/* vertical alignment styles */

.col-top {
  vertical-align: top;
}
.col-middle {
  vertical-align: middle;
}
.col-bottom {
  vertical-align: bottom;
}

#definition h1 {
	margin-bottom: 30px;
}

#slide {
	margin-top: -20px;
	background-color: #3e3f3a;
	color: #fff;
	padding: 200px 0px 200px;
	background-image: url('../img/slide1.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
#slide p {
	font-size: 16px;
	margin-bottom: 30px;	
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	vertical-align: middle;
}
.unity-item {
	padding: 20px 0px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #dfd7ca;
}
.unity-item h3 span.label {
	font-size: 12px;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	letter-spacing: 0px;
}
.unity-item .value-item {
	background-color: #6b9430;
	color: #fff;
	padding: 20px;
	min-height: 135px;
}
.unity-item .col-sm-3 a {
	color: #fff;
}
.unity-item .col-sm-3 a:hover{
	text-decoration: none;
	
}
.unity-item .value-item:hover {
	background-color: #486420;
}
footer {
	background-color: #222222;
	padding: 30px 0px;
	color: #8c8989;
}
label.error {
	color: #d9534f;
	font-weight: 400;
}
#offering img {
	margin-right: 15px;
}
#offering img:last-child {
	margin-right: 0px;
}
#advantages h3 {
	margin-bottom: 40px;
}
#advantages p {
	margin-bottom: 60px;
}
.login-register {
	margin-top: 60px;
}
@media (max-width: 768px) {
	h1 {
		font-size: 38px;
		letter-spacing: -2px;
	}
	h2 {
		font-size: 30px;
		letter-spacing: -1px;
	}
	#slide {
		padding: 50px 0px 50px;	
	}
	#slide p{
		font-size: 14px;	
	}
	section {
		margin-bottom: 30px;
	}
	.unity-item .col-sm-2 {
		margin-bottom: 20px;
	}
	.unity-item .col-sm-7 {
		margin-bottom: 20px;
		text-align: center;
	}
}

