body {
	font-family: 'Cuprum', sans-serif;
	background: url(../images/body_bg.jpg) repeat left top;
	font-size: 18px;
}

/*----------
--- Typo ---
------------*/
h1, h2, h3, h4, h5 {
	font-family: 'Cuprum', sans-serif;		
	font-weight: 700;
}

h1 {		
	font-size: 1.8em;
	color: #c96332;
}

h1 a ,
h1 a:hover  {
	color: #c96332;
}

h2 {
    font-size: 1.6em;
	color: #00595e;
}

h2 a,
h2 a:hover {
	color: #00595e;
}

h3 {
	font-size: 1.4em;
	color: #000;
}

h3 a,
h3 a:hover  {
	color: #000;
}

h4 {
	font-size: 1em;
	color: #c96332;
}

a {
	color: #00595e;
	text-decoration: none;
}

a:hover {
	color: #00595e;
	text-decoration: underline;
}

/*--------------
--- Sections ---
----------------*/
section {
	margin: 15px 0;
}

.section-content,
.section-events,
.section-map,
.section-carousel  {
	border: 1px solid #e7bb5e;
	-webkit-box-shadow: 0px 3px 10px 2px rgba(0,0,0,0.14);
	-moz-box-shadow: 0px 3px 10px 2px rgba(0,0,0,0.14);
	box-shadow: 0px 3px 10px 2px rgba(0,0,0,0.14);
	border-radius: 5px;
	background: #ffffff;
	padding-top: 15px;
	padding-bottom: 15px;
}

.section-header {
	background-image: url(../images/header_bg2.jpg), url(../images/header_bg1.jpg);
	background-position:  center top, left top;
	background-repeat: no-repeat, repeat-x;	
}

.section-footer,
.section-copyright {
	text-align: center
}

/*------------
--- Header ---
--------------*/

/*----------------
--- Navigation ---
------------------*/
.navbar-default {
    background-color: #003f42;
	border-bottom: 1px solid #e7bb5e;
	border-top: 1px solid #e7bb5e;
	border-radius: 0px;
	border-left: 0px transparent;
	border-right: 0px transparent;
}

.navbar-default .navbar-nav li a,
.navbar-default .navbar-nav li a:link {
	color: #e7bb5e;
	font-weight: 700;
	text-decoration: none;
	font-size: 1.2em;
}

.navbar-default .navbar-nav li a:hover,
.navbar-default .navbar-nav li.active a, 
.navbar-default .navbar-nav li.active a:focus, 
.navbar-default .navbar-nav li.active>a:hover {
    color: #003f42;
    background-color: #e7bb5e;
}

.navbar-default .navbar-toggle {
    border-color: #e7bb5e;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #e7bb5e;
}

.navbar-toggle:focus, 
.navbar-default .navbar-toggle:hover {
    background-color: #e7bb5e;
}

.navbar-toggle:focus .icon-bar, 
.navbar-default .navbar-toggle:hover .icon-bar {
	background-color: #003f42;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;
}


/*--------------
--- Carousel ---
----------------*/
.section-carousel {
	margin-bottom: 50px;	
}

.section-carousel .container {
	border: 0px transparent;
	border-radius: 0px;
}

.section-carousel .row {
	padding: 0px;
}

.carousel-caption {
    position: absolute;
    right: 0;
    left: 0;
    padding: 10px 15px 5px;
    background: #e1dcd5;
    background: rgba(225, 220, 213, 0.9);
}

.carousel-caption h4 {
    color: #c96332;
	text-transform: uppercase;
}

.carousel-caption p {
	color: #00595e
	
}

.carousel-caption {
    text-shadow: none;
}


.carousel-indicators li {
    width: 14px;
    height: 14px;
    margin: 1px 3px;
    border: 2px solid #00595e;
	background-color: #fff;
	cursor: auto;
}

.carousel-indicators .active {
    width: 14px;
    height: 14px;
	margin: 1px 3px;
    background-color: #c96332;
}

.carousel-indicators .active {
	display: inline-block;
	margin-left: 3px;
}

.carousel-control.left,
.carousel-control.right {
	background: url(../images/slider_arrows_small.png) no-repeat transparent;
}

.carousel-control.left {
	background-position: 0 0;
	left: 15px;
}

.carousel-control.left:hover {
	background-position: 0 -21px;
}

.carousel-control.right {
	background-position: -19px 0;
	right: 15px;
}

.carousel-control.right:hover {
	background-position: -19px -21px;
}

.carousel-control {
    position: absolute;
    top: auto;
    bottom: -45px;
    width: 19px;
	height: 21px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: none;
    filter: alpha(opacity=100);
    opacity: 1;
}

.carousel-indicators {
	bottom: -60px;
}

.carousel-caption a {
	display: inline-block;
	background: #c96332;
	color: #fff;
	padding: 5px 10px;
	margin: 0 auto;
	border-radius: 3px;
}

	
/*-------------------------
--- Bootstrap overrides ---
---------------------------*/

/*----------------
--- Seminarman ---
------------------*/
.seminarmancoursetable thead a {
	color: #c96332;
	display: inline-block !important;
}

div#seminarman table.seminarmancoursetable th{
	color: #c96332;
}
.icon-arrow-up-3:after {
	font-family: FontAwesome;
	content: '\f0d7';
}

.icon-arrow-down-3:after {
	font-family: FontAwesome;
	content: '\f0d8';
}

/* Sheduled */
.event-item-container {
		overflow: hidden;
}
.event-item {
	/*border: 1px solid #e7bb5e;*/
	margin: 10px 0px;
	padding: 5px;
	background: #e1dcd5;
	border-radius: 5px;
}

.event-links {
	padding: 10px 0;
	overflow: hidden;
}
.event-links a {
	display: block;
	background: #c96332;
	color: #fff;
	float: left;
	padding: 5px 10px;
	margin: 0 10px 0px 0px;
	border-radius: 3px;
}

/* Pagination */

.pagination .counter {
	padding: 11px 0px 6px 20px;
	margin: 0;
}

.pagination-list {
	list-style: none; 
	overflow: hidden;
	padding-left: 0px;
}

.pagination-list li {
	float: left;
	border: 1px solid #00595e;	
	margin: 0 3px;
}

.pagination-list li a {
	display: block; 
	vertical-align: middle;
	float: left;
	width: 40px;
	height: 40px;
	padding-top: 10px;
	text-align: center;
}

.pagination-list li a:hover ,
.pagination-list li.active a {
	text-decoration: none;
	background: #00595e;
	color: #fff;
	border: 1px solid #fff;
}

.pagination-list li.disabled {
	display: none;
}

.course_applicationform .booking-form .invalid {
	border-color: red;
}

/* overview */
table.seminarman_cart_invoice {
    font-size: 100%;
}

.reservationform {
	text-align: right;
}

.seminarman .book_link a,
.seminarman .reservationform .confirmation,
#submitSeminarman {
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    line-height: 35px;
    background: #00595e !important;
    padding: 0px 20px;
    vertical-align: middle;
    font-size: 18px;
    min-width: 80px;
    min-height: 35px;
    font-family: Segoe UI;
    border: 1px solid transparent;
    margin: 5px;
}

.seminarman .reservationform .cancel {
	border: none transparent;
	background: none transparent;
	text-decoration: underline;
	color: gray;
}



/* form */
.wdform-field {
	display: inline !important;
}
.wdform_row {
	margin-bottom: 20px !important;
}
.wdform_section,
.wdform_column,
.wdform_row,
.wdform-field,
.wdform-label-section,
.wdform-element-section,
.wdform-element-section input {
	width: 100% !important;
	
}
.wdform-field input[type="text"] {
	height: 30px !important;
}

.wdform-field .wdform-element-section {
    text-align: left;
    display: inline !important;
    min-width: 150px;
}

.wdform-field .button-submit {
    color: #ffffff;
    cursor: pointer;
    display: inline;
    line-height: 35px;
    background: #00595e !important;
    padding: 0px 20px;
    vertical-align: middle;
    font-size: 18px;
    min-width: 80px;
    min-height: 35px;
    font-family: Segoe UI;
    border: 1px solid transparent;
    margin: 5px;
}



/*-------------------
--- Media queries ---
---------------------*/

@media (max-width: 768px) {	
	.section-carousel {
		display: none;
	}
}

/*--- Bootstrap ---*/

.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    margin: 0 auto;
}
.carousel-inner>.item {
	background: #000;
}
