html, button, input, select, textarea {
	color: #222;
}
body {
	font-size: 1em;
	line-height: 1.4;
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto; 
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
	background: #f2c2c9;
	color: #a4003a;
	text-shadow: none;
}
::selection {
	background: #16a085;
	color: #a4003a;
	text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */

hr {
	display: block;
	height: 1px;
	border: 0;
	margin: 3em 0;
	padding: 0;
	background: #7C7C7C 0;
	width: 50%;
	left: 25%;
	position: relative;
	border: none;
}

img {
	vertical-align: middle;
}
.text-center img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
	resize: vertical;
}

/* ==========================================================================
   General styles
   ========================================================================== */

html, body {
	height: 100%;
}
body {
	font-size: 16px;
	color: #555;
	-webkit-font-smoothing: antialiased;
	-webkit-overflow-scrolling: touch;
}
.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -270px; /* the bottom margin is the negative value of the footer's height */
}
.content {
	padding-bottom: 270px;
}
.modal-header {
	background: #ffbf00;
}
.modal-header h4 {
	color: white;
	font-weight: 700;
	letter-spacing: 1px;
}
.modal-footer {
	background: #2b2b2b;
}
a img {
	background: white;
}
.odd a img {
	background: #f5f5f5;
}
/* Titles */
h1, h2, h3, h4, h5, h6 {
  font-family: "Bree Serif", serif;
  font-weight: 400;
}
h2 {
	font-size: 36px;
	color: #777;
}
h3 {
	font-size: 26px;
}
/* Paragraph & Typographic */
p, a, li, blockquote {
  font-family: "Open+Sans", sans-serif;
  font-weight: 300;
}
p {
	margin-bottom: 20px;
}
p.large {
	font-size: 20px;
}
strong {
	font-weight: 700;
}
em {
	font-weight: 300;
}
pre {
	background: #ebebeb;
	border: none;
	font-family: "Monaco";
	font-size: 16px;
	color: #666;
	padding: 20px;
	line-height: 28px;
}
small {
	font-size: 12px;
}
blockquote, blockquote p {
	line-height: 28px;
	color: #999;
	font-weight: 300;
	font-style: italic;
}
blockquote {
	position: relative;
	margin: 0 0 40px -30px;
	padding-left: 30px;
	border-left: 5px solid #3498db;
}
blockquote cite {
	position: absolute;
	bottom: -25px;
	right: 0;
	font-size: 12px;
	font-style: italic;
	color: #333;
}
blockquote cite:before {
	content: "-- "
}
/* Images */
.overflow-image {
	margin-top: -65px;
}
/* Links */
a {
	color: #284D91;
	word-wrap: break-word;
	-webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
	-moz-transition: color 0.1s ease-in, background 0.1s ease-in;
	-ms-transition: color 0.1s ease-in, background 0.1s ease-in;
	-o-transition: color 0.1s ease-in, background 0.1s ease-in;
	transition: color 0.1s ease-in, background 0.1s ease-in;
}
a:hover, a:focus {
	color: #c0392b;
	text-decoration: none;
	outline: 0;
}
a:before, a:after {
	-webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
	-moz-transition: color 0.1s ease-in, background 0.1s ease-in;
	-ms-transition: color 0.1s ease-in, background 0.1s ease-in;
	-o-transition: color 0.1s ease-in, background 0.1s ease-in;
	transition: color 0.1s ease-in, background 0.1s ease-in;
}
iframe {
	width: 100%;
}

.pre-line {
	white-space: pre-line;
}
.row {
	padding: 0 15px 0 15px;
	margin-right: 0;
}
.banner {
	min-height: 250px;
	height: 250px;
}

/* ==========================================================================
   NAVIGATION
   ========================================================================== */

.navbar-inverse {
	border-color: transparent;
	background-color: #131C29;
	text-shadow: none;
}
.navbar-inverse .navbar-brand {
	font-weight: 500;
	font-size: 20px;
}
.navbar-inverse a {
	font-weight: 400;
	color: #9d9d9d;
}
.navbar-toggle {
	border-color: transparent;
	border: 0px solid transparent;
}

/* ==========================================================================
   HEADER
   ========================================================================== */

#headerwrap {
	margin-top: 50px;
	width: 100%;
	background-color: #2F363F;
}
#headerwrap .container-fluid {
	padding: 0;
}
#headerwrap .header.image {
	min-height: 350px;
	margin: 0;
}
#headerwrap .header.image.cyan {
	background: url(../img/background/header_bg_cyan.jpg) no-repeat center top / cover;
}
#headerwrap .header.image.magenta {
	background: url(../img/background/header_bg_magenta.jpg) no-repeat center top / cover;
}
#headerwrap .header.image.red {
	background: url(../img/background/header_bg_red.jpg) no-repeat center top / cover;
}
#headerwrap .header.image.green {
	background: url(../img/background/header_bg_green.jpg) no-repeat center top / cover;
}
#headerwrap .header.image.foto1 {
	background: url(../img/background/foto1.jpg) no-repeat center center / cover;
}
#headerwrap .header.image.foto2 {
	background: url(../img/background/foto2.jpg) no-repeat center center / cover;
}
#headerwrap .header.image.foto3 {
	background: url(../img/background/foto3.jpg) no-repeat center center / cover;
}
#headerwrap .header.text h1 {
	text-align: left;
	padding: 0;
	color: #ffffff;
	font-size: 50px;
	text-transform: uppercase;
}
#headerwrap .header.text p {
	text-align: left;
	color: #fff;
	font-size: 22px;
	letter-spacing: 1px;
}
#headerwrap .header.text p a {
	color: #ffffff;
	border-bottom: 1px dotted;
}
#headerwrap .header.text p a:hover {
	color: #ffbf00;
	text-decoration: none;
}
#headerwrap .header.text .icon {
	color: #ffffff;
	margin-top: 90px;
	padding-bottom: 30px;
	letter-spacing: 8px;
	font-size: 100px;
	font-weight: bold;
	text-shadow: 0px 20px 7px #3da8ae;
}
#headerwrap .header.text .btn-bar {
	margin: 50px 0;
}
#headerwrap .header.text .btn {
	font-size: 20px;
	margin: 10px 10px 10px 0;
	background-color: #ffbf00;
	color: #fff;
	text-shadow: 0 0 4px #bf9004;
	box-shadow: -5px -5px 20px #3da8ae;
	border: 0;
}
#headerwrap .header.text .btn:hover,
#headerwrap .header.text .btn:focus {
	background-color: #e9af03;
	outline: 0px;
}

/* ==========================================================================
   section_0
   ========================================================================== */

.section_0 {
	background-color: #283D5B;
	color: #fff;
}
.section_0 .container-fluid {
	padding: 0;
}	
.section_0 .carousel .carousel-indicators {
	position: relative;
	list-style-type: none;
	text-align: center;
	margin-top: 20px;
}
.section_0 .carousel .carousel-indicators li {
	font-size: 14px;
	font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
	background-color: rgba(237, 237, 237, 0.2);
	border-color: rgba(237, 237, 237, 0.2);
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	margin-right: 20px;
	padding: 5px 0 6px 0;
	text-indent: 0;
	height: 34px;
	width: 50px;
}
.section_0 .carousel .carousel-indicators li.active {
	background-color: #ff9d00;
	border-color: #ff9d00;
}
.section_0 .carousel .carousel-control {
	display: none;
}
.section_0 .carousel .carousel-control:hover {
    opacity: 0.7;
}
.section_0 h1, .section_0 h2, .section_0 h3, .section_0 h4, .section_0 h5,
.section_0 h6 {
	color: #FF9D00;
}
.section_0 hr {
	height: 2px;
	background-image: -webkit-linear-gradient(left, #fff, #FF9D00, #fff);
	background-image: -moz-linear-gradient(left, #fff, #FF9D00, #fff);
	background-image: -ms-linear-gradient(left, #fff, #FF9D00, #fff);
	background-image: -o-linear-gradient(left, #fff, #FF9D00, #fff);
}
.section_0 strong {
	text-decoration: underline;
}
.section_0 a {
	color: #FFFFFF;
	text-decoration: underline;
}
.section_0 a:hover {
	color: #f5f5f5;
	text-decoration: underline;
}
.section_0 .btn {
	background: #ffbf00;
	color: #fff;
}
.section_0 .btn:hover {
	background: #e9af03;
	color: #fff;
}

/* ==========================================================================
   section_1
   ========================================================================== */

.section_1 {
	background: #fff;
	padding: 60px 15px;
}
.section_1 h1, .section_1 h2, .section_1 h3, .section_1 h4, .section_1 h5,
.section_1 h6 {
	color: #131C29;
}
.section_1 .container .row {
	padding-bottom: 20px;
}
.section_1 .container div:last-child .row {
	padding-bottom: 0;
}

/* ==========================================================================
   section_2
   ========================================================================== */

.section_2 {
	background: #f5f5f5;
	padding: 60px 15px;
}
.section_2 h1, .section_2 h2, .section_2 h3, .section_2 h4, .section_2 h5,
.section_2 h6 {
	color: #7C7C7C;
}
.section_5 hr {
	background: #7C7C7C 0;
}
.section_2 .btn {
	border-width: 1px;
	border-color: #BCBCBC;
	background: #FFFFFF;
	color: #777777;
}
.section_2 .btn:hover,
.section_2 .btn:focus {
	border-color: #131C29;
	background: #131C29;
	color: #FFFFFF;
}
.section_2 .fa {
	width: 30px;
	height: 30px;
	margin: 0 3px;
	padding: 6px 0px;
	border-radius: 100%;
	outline: 0;
	color: #fff;
	background-color: #ffbf00;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}
.section_2 .fa-3x {
	width: 60px;
	height: 60px;
}
.section_2 a .fa:hover {
	background-color: #c4c4c4;
}

/* ==========================================================================
   section_3
   ========================================================================== */

.section_3 {
	background: #E5E0E0;
	padding: 60px 15px;
}
.section_3 h1, .section_3 h2, .section_3 h3, .section_3 h4, .section_3 h5,
.section_3 h6 {
	color: #606060;
}
.section_3 .btn {
	border-width: 1px;
	border-color: #BCBCBC;
	background: #FFFFFF;
	color: #777777;
}
.section_3 .btn:hover,
.section_3 .btn:focus {
	border-color: #131C29;
	background: #131C29;
	color: #FFFFFF;
}

/* ==========================================================================
   section_4
   ========================================================================== */

.section_4 {
	background: #B7CBE8;
	color: #6A82A0;
	padding: 60px 15px;
}
.section_4 h1, .section_4 h2, .section_4 h3, .section_4 h4, .section_4 h5,
.section_4 h6 {
	color: #3E5777;
}
.section_4 hr {
	background: #3E5777 0;
}
.section_4 .btn {
	border-width: 1px;
	border-color: #BCBCBC;
	background: #FFFFFF;
	color: #777777;
}
.section_4 .btn:hover,
.section_4 .btn:focus {
	border-color: #131C29;
	background: #131C29;
	color: #FFFFFF;
}

/* ==========================================================================
   section_5
   ========================================================================== */

.section_5 {
	background: #98A7BC;
	color: #FFFFFF;
	padding: 60px 15px;
}
.section_5 h1, .section_5 h2, .section_5 h3, .section_5 h4, .section_5 h5,
.section_5 h6 {
	color: #263851;
}
.section_5 hr {
	background: #263851 0;
}
.section_5 .btn {
	border-width: 1px;
	border-color: #BCBCBC;
	background: #FFFFFF;
	color: #777777;
}
.section_5 .btn:hover,
.section_5 .btn:focus {
	border-color: #131C29;
	background: #131C29;
	color: #FFFFFF;
}

/* ==========================================================================
   section_6
   ========================================================================== */

.section_6 {
	background: #fff;
	padding: 60px 15px;
}
.section_6 h1, .section_6 h2, .section_6 h3, .section_6 h4, .section_6 h5,
.section_6 h6 {
	color: #606060;
}
.section_6 .form {
	padding: 30px 0;
}
.section_6 .fa {
	color: #ffbf00;
	margin-bottom: 10px;
}

/* ==========================================================================
   section_7
   ========================================================================== */

.section_7 {
	background: #0078D7;
	color: #D1E9FC;
	padding: 60px 15px;
}
.section_7 h3 {
	color: #003C6B;
}
.section_7 .btn {
	border-width: 1px;
	border-color: #0078D7;
	background: #fff;
	color: #0078D7;
}
.section_7 .btn:hover,
.section_7 .btn:focus {
	border-color: #fff;
	background: #00487F;
	color: #fff;
}
.section_7 .container .row {
	padding-bottom: 20px;
}
.section_7 .container div:last-child .row {
	padding-bottom: 0;
}

/* ==========================================================================
   section_8
   ========================================================================== */

.section_8 {
	background: #f5f5f5;
	border-bottom: 1px solid #eee;
	padding: 60px 15px;
}
.section_8 h2 {
	font-size: 30px;
}
.section_8 h3 {
	color: #606060;
}
.section_8 .callout {
	margin-bottom: 20px;
}
.section_8 .fa {
	font-size: 18px;
	margin-right: 4px;
}

/* ==========================================================================
   section_9
   ========================================================================== */

.section_9 {
	background: #006400;
	color: #fff;
	padding: 60px 15px;
}
.section_9 h1, .section_9 h2, .section_9 h3, .section_9 h4, .section_9 h5,
.section_9 h6 {
	color: #fff;
}
.section_9 .btn {
	background: #fff;
	color: #2F2F2F;
}
.section_9 .btn:hover,
.section_9 .btn:focus {
	background: #939393;
	color: #fff;
}

/* ==========================================================================
   section_10
   ========================================================================== */

.section_10 {
	background: #E0E0E0;
	color: #000;
	padding: 60px 15px;
}
.section_10 h3 {
	color: #606060;
}
.section_10 .btn {
	background: #E0E0E0;
	color: #fff;
}
.section_10 .btn:hover {
	background: #fff;
	color: #E0E0E0;
}

/* ==========================================================================
   section_11
   ========================================================================== */

.section_11 {
	background: #1F1F1F;
	color: #FFFFFF;
	padding: 60px 15px;
}
.section_11 h1, .section_11 h2, .section_11 h3, .section_11 h4, .section_11 h5,
.section_11 h6 {
	color: #FC7A2C;
}
.section_11 hr {
	background-image: -webkit-linear-gradient(left, #6B757A, #C5D0D6, #6B757A);
	background-image: -moz-linear-gradient(left, #6B757A, #C5D0D6, #6B757A);
	background-image: -ms-linear-gradient(left, #6B757A, #C5D0D6, #6B757A);
	background-image: -o-linear-gradient(left, #6B757A, #C5D0D6, #6B757A);
}
.section_11 .btn {
	border-width: 1px;
	border-color: #BCBCBC;
	background: #FFFFFF;
	color: #777777;
}
.section_11 .btn:hover,
.section_11 .btn:focus {
	border-color: #FC7A2C;
	background: #FC7A2C;
	color: #fff;
}

/* ==========================================================================
   section_12
   ========================================================================== */

.section_12 {
	padding: 60px 15px;
}
.section_12 h1, .section_12 h2, .section_12 h3, .section_12 h4, .section_12 h5,
.section_12 h6 {
	/*color: #000;*/
}
.section_12 .btn {
	border-width: 2px;
	border-color: #2F2F2F;
	background: #2F2F2F;
	color: #fff;
}
.section_12 .btn:hover {
	border-color: #939393;
	background: #fff;
	color: #2F2F2F;
}
.section_12 .fa {
	color: #FC7A2C;
}

/* ==========================================================================
   footerwrap
   ========================================================================== */

#footerwrap {
	background: #131C29;
	padding: 25px 0 15px 0;
	text-align: center;
	height: 310px;
	margin-top: -270px; /* negative value of footer height */
}
#footerwrap a {
	color: #888;
	border-bottom: 1px dotted;
}
#footerwrap .social-buttons a {
	border-bottom: 0px hidden black;
}
#footerwrap a:hover {
	color: #ffbf00;
	text-decoration: none;
}
#footerwrap h4 {
	color: white;
}
#footerwrap .copyright > a.active {
	color: #ddd;
	font-weight: bold;
}
#footerwrap hr {
	border-bottom: 1px solid #444;
	height: 0px;
	margin: 20px 0;
	width: 100%;
	left: 0%;
}

/* ==========================================================================
   Social Buttons
   ========================================================================== */

ul.social-buttons {
	margin: 0;
}
ul.social-buttons li a {
	font-size: 24px;
	outline: 0;
	color: #999;
}
ul.social-buttons li a:hover, ul.social-buttons li a:focus, ul.social-buttons li a:active {
	color: #ffbf00;
}

/* ==========================================================================
   Box Sections
   ========================================================================== */

.white h1 {
	color: #999;
}
.white p {
	padding-top: 25px;
}

/* ==========================================================================
   Image Mask
   ========================================================================== */

.grid figure {
	margin: 0;
	position: relative;
	border: 1px solid #eee;
}
.grid figure img {
	width: 100%;
	display: block;
	position: relative;
}
.grid figure figcaption {
	/*position: absolute;
	top: 0;
	left: 0;*/
	padding: 20px;
	color: #fff;
	background-color: #ffbf00;
}
.grid figure.no-text figcaption {
	position: absolute;
	bottom: 0;
	left: 0;
}
.grid figcaption h5 {
	margin: 0;
	padding-top: 0px;
	padding-left: 20px;
	padding-bottom: 5px;
	color: #fff;
	font-weight: 700;
	text-align: left;
	letter-spacing: 1px;
}
.grid figcaption a {
	color: #fff;
	border-bottom: 1px dotted;
}
.grid figcaption a:hover {
	color: #FF7F00;
}
.grid figcaption a.details {
	text-align: left;
	padding: 5px 10px;
	margin-left: 20px;
	display: inline-block;
	background: #2f2f2f;
	color: #fff;
	font-size: 13px;
}
/* Caption Style */
.mask figure.no-text {
	overflow: hidden;
}
.mask figure img {
	/*-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;*/
}
.no-touch .mask figure:hover img,
.mask figure.cs-hover img {
	/*-webkit-transform: translateY(-30px);
	-moz-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	transform: translateY(-30px);*/
}
.mask figcaption {
	height: auto;
	width: 100%;
	top: auto;
	bottom: 0;
	/*opacity: 0;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
	transition: transform 0.4s, opacity 0.1s 0.3s;*/
}
.mask figcaption h5 {
	padding: 0;
}
.mask figcaption p {
	padding: 10px 0 10px 0;
	margin: 0;
}
.no-touch .mask figure:hover figcaption,
.mask figure.cs-hover figcaption {
	/*opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s;
	transition: transform 0.4s, opacity 0.1s;*/
}
.mask figcaption a.details {
	position: absolute;
	top: 10px;
	bottom: 10px;
	right: 30px;
}

/* ==========================================================================
   date list
   ========================================================================== */

.list-item  {
	display: table;
	margin-bottom: 5px;
}
.list-item .date {
	display: table-cell;
	background-color: rgb(40, 61, 91);
	color: #fff;
	width: 65px;
	height: 100%;
	padding: 5px 10px 5px 10px;
	font-weight: bold;
	border-radius: 4px;
}
.list-item .title {
	display: table-cell;
	width: calc(100% - 70px);
	padding: 5px 10px 0 10px;
}
.list-item .title h4 {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
.list-item .title p {
	margin: 0;
	line-height: normal;
}

/* ==========================================================================
   labels
   ========================================================================== */

h4 .label {
	font-weight: 100;
	margin-right: 5px;
}

/* ==========================================================================
   bootstrap
   ========================================================================== */

.attributes {
	color: grey;
}

.footer {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #999;
}

/* ==========================================================================
   bootstrap
   ========================================================================== */

.nav, .pagination, .panel-title a { cursor: pointer; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1,
.col-xs-2, .col-sm-2, .col-md-2, .col-lg-2,
.col-xs-3, .col-sm-3, .col-md-3, .col-lg-3,
.col-xs-4, .col-sm-4, .col-md-4, .col-lg-4,
.col-xs-5, .col-sm-5, .col-md-5, .col-lg-5,
.col-xs-6, .col-sm-6, .col-md-6, .col-lg-6,
.col-xs-7, .col-sm-7, .col-md-7, .col-lg-7,
.col-xs-8, .col-sm-8, .col-md-8, .col-lg-8,
.col-xs-9, .col-sm-9, .col-md-9, .col-lg-9,
.col-xs-10, .col-sm-10, .col-md-10, .col-lg-10,
.col-xs-11, .col-sm-11, .col-md-11, .col-lg-11,
.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	padding-right: 0;
}

/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */

@media screen and (max-width:1050px), screen and (max-device-width:1050px) {
  body .header.image {
    background-attachment: scroll;
  }
  .desktop {
    display: none;
  }
}

/*ipad portrait*/
@media only screen and (min-device-width:768px) and (max-device-width : 1024px) and (orientation : portrait) {
  .header.image {
  	background-attachment: scroll;
  }
}

@media screen and (max-width:769px) {
  .header.text p {
  	font-size: 30px;
  	line-height: 38px;
  }
}
