/*
 * comeso custom CSS File
 * Homepage: www.comeso.org
 * Copyright 2014 
 * Based on Bootstrap 3
*/

body  {
	font-size: 1.6em;
	overflow-x: hidden;
	line-height: 1.8;
}

/* general html tags */
header {
	padding: 20px 0 20px 0;
}

footer {
	/*background-color: #272727;*/
	/*color: #ffffff;*/
	margin-top: 40px;
	font-size: 0.9em;
}

footer li {
	padding-top: 2px;
}

footer p, footer address {
	/*color: #dddddd;*/
}

footer a {
	color: #ffffff;
}

footer a:hover {
	color: #008cba;
}

h1, .h1, h2, .h2, h3, .h3 {
	margin-top: 0px;
}

hr {
	border-color: #e7e7e7;
}

ul {
	padding-left: 30px;
}

article blockquote:before {
	content: "\201D";
	font-size: 4em;
	font-family: Arial;
	line-height: 0.5em;
	font-weight: bold;
	color: #acacac;
	vertical-align: -0.3em;
}

blockquote:before, blockquote:after {
	content: "";
}

label, .control-label, .help-block, .checkbox, .radio {
	font-size: 16px;
	width: 100%;
}

.label {
    border-radius: 0.25em;
    color: #fff;
    display: inline-block;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    padding: 0.3em 0.6em 0.2em;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
}

/* IDs */
#our-customers {
	padding-top: 30px;
	padding-bottom: 20px;
}

#contact .form-group {
	padding: 20px 0 20px 0;
}

#contact button {
	margin-top: 20px;
}

#navigation {
	height: 40px;
}

/* overwriting bootstrap CSS */
.page-header {
	margin-top: 25px;
}

.navbar {
	font-size: 0.90em;
	margin-bottom: 0px;
}

.center-block {
	padding-top: 20px;
	padding-bottom: 20px;
}

.list-group {
	font-size: 14px;
}

.panel-group h3 {
	padding-top: 20px;
}

.panel-body div {
	padding: 10px;
}

/* own CSS classes */
.h-padding {
	padding-top: 10px;
	padding-bottom: 20px;
}

.details {
	padding-top: 15px;
}

.btn-yellow {
	color: #fff;
	background-color: #f2d82b;
	border-color: #dec51a;
}

.btn-yellow:focus, .btn-yellow:hover, .btn-yellow:active, .btn-yellow.active, .open>.dropdown-toggle.btn-warning {
	color: #fff;
	background-color: #dec51a;
	border-color: #c5ad11;
}

.grey-background {
	margin-top: 15px;
	margin-bottom: 30px;
	padding: 20px 0 20px 0;
	background-color: #f4f4f4;
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
}

.grey-background hr {
	border-color: #ffffff;
	margin-top: 15px;
	margin-bottom: 15px;
}

.our-customers-space {
	margin-bottom: 25px;
}

.panel-heading {
	padding: 0 !important;
}

.panel-title a {
	padding: 10px 15px !important;
	display: block;
}

h1 {
	font-size: 32px !important;
}

h2 {
	font-size: 26px !important;
	margin-bottom: 15.5px !important;
	margin-top: 10px !important;
}

.panel-group {
	margin-bottom: 26px !important;
}

.addthis_sharing_toolbox {
	margin-bottom: 10px;
}
