/* GLOBAL STYLES
-------------------------------------------------- */

body {
  color: #000;
  background: #fff;
  font-family:"mulish", verdana;
  font-size: 16px;
}


.notice {
    background: rgba(218, 121, 6, 0.8);
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    overflow-x: auto;
    overflow-y: scroll;
    position: fixed;
    z-index: 10030;
    vertical-align: middle;
    text-align: center;
}

.notice_txt {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -100px;
    width: 100%;
}


.notice h2 {
	text-align: center;
	vertical-align: middle;
	color: #fff;
	display:inline-block;

	font-size: 2.0em;
	line-height: 1.3em;
	padding: 0 20px 0 20px;
}

.btn {
    color: #fff;
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.5);
    border-radius: 6px;
    margin-top: 20px;
    text-decoration: none;
}

.btn:hover {
	color: #fff;
	background-color: rgba(255, 255, 255, 0.2);

}

.closeit {
	position: relative;
	padding: 20px;
	z-index: 10040;
	color: #fff;
	text-align: right;
	cursor: pointer;
	opacity: 0.8;
}

.closeit:hover {
	opacity: 1;
}




header {

	padding: 0px 40px;
	/*border-style: solid;
	border-width: 0px 0px 4px 0px;
  	border-color: #da7906;*/
}

header .logo,
header .drawing {
	text-align: center;
}

header .logo img,
header .drawing img {
	display: inline-block;
}

header .quote {
	font-size: 2em;
	font-family: "times new roman", serif;
	text-align: center;
	line-height: 1.3em;
	font-style: italic;
	padding: 20px;
}

header .source {
	font-size: 14px;
	text-align: right;
}



.wrapper_teaser {
	overflow:hidden;
	/*border-style: solid;
	border-width: 0px 0px 4px 0px;
  	border-color: #da7906;*/
}



.teaser_bg_fullwidth {
    min-height: 790px;
    background-repeat: no-repeat;
    text-align: center;
    padding: 30px 0;
	position: relative;

	border-style: solid;
	border-width: 4px 0px 4px 0px;
  	border-color: #da7906;

    background-size: 100%;
	-moz-transition: background-size 10s;
	-webkit-transition: background-size 10s;
	transition: background-size 10s;
	background-position: top;

}





/*
.teaser_bg_fullwidth {transition: transform 10s; -webkit-transition: -webkit-transform 10s}
.wrapper_teaser.on .teaser_bg_fullwidth{transform: scale(1.2); -webkit-transform: scale(1.2);}
*/




footer {
	background: #da7906;
	color: #000000;
	text-align: left;

}

footer .pull-right {
	padding-right: 20px;
}

footer p {
	margin: 0;
}

footer a {
	color: #000000;
	text-decoration: underline;
}

footer a:hover,
footer a:focus {
	color: #fff;
	text-decoration: none;

}


#left{
	float:left;
	width:50%;
}

#right{
	float:right;
	text-align:right;
	width:50%;
}



/* MARKETING CONTENT
-------------------------------------------------- */


.marketing {
	padding-top: 20px;

}



.marketing .col-md-6 .box{
	text-align: left;
	color:#000000;
	background-color: #da7906;
	padding-top:18px;
	padding-bottom:8px;
	padding-left:18px;
	margin-right:70px;
}


.col-md-6 {
	padding:0px;
	padding-bottom:15px;}





.marketing h1 {
  font-weight: normal;
  color: #da7906;
  font-size: 2.2em;


}

.marketing h3 {
  font-weight: normal;
  color: #000000;

	font-size: 1.5em;

}

.marketing li {

   margin-left: -23px;

}




footer {

	padding-bottom:30px;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}




/* RESPONSIVE CSS
-------------------------------------------------- */



@media (max-width: 2370px){
.teaser_bg_fullwidth {
    min-height: 730px;
  }
}

@media (max-width: 2190px){
.teaser_bg_fullwidth {
    min-height: 690px;
  }
}

@media (max-width: 2130px){
.teaser_bg_fullwidth {
    min-height: 680px;
  }
}

@media (max-width: 2040px){
.teaser_bg_fullwidth {
    min-height: 620px;
  }
}

@media (max-width: 1860px){
.teaser_bg_fullwidth {
    min-height: 590px;
  }
}



@media (max-width: 1805px){
.teaser_bg_fullwidth {
    min-height: 560px;
  }
}

@media (max-width: 1740px){
.teaser_bg_fullwidth {
    min-height: 540px;
  }
}

@media (max-width: 1683px){
.teaser_bg_fullwidth {
    min-height: 525px;
  }
}

@media (max-width: 1578px){
.teaser_bg_fullwidth {
    min-height: 480px;
  }
}

@media (max-width: 1508px){
.teaser_bg_fullwidth {
    min-height: 470px;
  }
}



@media (max-width: 1415px){
.teaser_bg_fullwidth {
    min-height: 450px;
  }
}

@media (max-width: 1352px){
.teaser_bg_fullwidth {
    min-height: 430px;
  }
}

@media (max-width: 1295px){
.teaser_bg_fullwidth {
    min-height: 400px;
  }
}

@media (max-width: 1204px){
.teaser_bg_fullwidth {
    min-height: 380px;
  }
}

@media (max-width: 1140px){
.teaser_bg_fullwidth {
    min-height: 350px;
  }
}

@media (max-width: 1050px){
.teaser_bg_fullwidth {
    min-height: 330px;
  }
}

@media (max-width: 990px){
.teaser_bg_fullwidth {
    min-height: 310px;
  }
}

@media (max-width: 933px){
.teaser_bg_fullwidth {
    min-height: 290px;
  }
}

@media (max-width: 875px){
.teaser_bg_fullwidth {
    min-height: 270px;
  }
}

@media (max-width: 811px){
.teaser_bg_fullwidth {
    min-height: 250px;
  }
}

@media (max-width: 753px){
.teaser_bg_fullwidth {
    min-height: 235px;
  }
}

@media (max-width: 710px){
.teaser_bg_fullwidth {
    min-height: 220px;
  }
}

@media (max-width: 662px){
.teaser_bg_fullwidth {
    min-height: 210px;
  }
}

@media (max-width: 630px){
.teaser_bg_fullwidth {
    min-height: 200px;
  }
}

@media (max-width: 610px){
.teaser_bg_fullwidth {
    min-height: 190px;
  }
}

@media (max-width: 571px){
.teaser_bg_fullwidth {
    min-height: 175px;
  }
}

@media (max-width: 525px){
.teaser_bg_fullwidth {
    min-height: 165px;
  }
}

@media (max-width: 496px){
.teaser_bg_fullwidth {
    min-height: 155px;
  }
}

@media (max-width: 465px){
.teaser_bg_fullwidth {
    min-height: 120px;
  }
}










@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }

}


@media (max-width: 915px) {
	.marketing .col-md-6 .box{
	margin-right:0px;
}
}

@media (min-width: 768px) {


  .featurette-heading {
    font-size: 50px;
  }


}



@media (min-width: 768px) {


  .featurette-heading {
    font-size: 50px;
  }


}

@media (max-width: 768px) {
	header .logo img,
	header .drawing img {
		width: 80%;
	}

    header .quote,
    .notice h1 {
		font-size: 1.5em;
	}
}

@media (max-width: 480px) {
	header .logo img,
	header .drawing img {
		width: 80%;
	}
}
