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

body {
  color: #000;
  background: #fff;
  font-family:"open sans"
}

.notice {
    background: rgba(231, 120, 43, 0.95);
    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%;
}


.h1, h1 {
	 font-family:"open sans";
	 font-weight: bold;
	 color:#e7782b;
	 font-size: 2.2em;
   padding-bottom: 15px;
}


.h2, h2 {
	 font-size: 25px
}



.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;
	font-family:"open sans";

}

.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;
}



.wrapper_teaser{
	border-style: solid;
	border-width: 5px 0px 5px 0px;
  	border-color: #e7782b;
}


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;
}

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

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



.teaser_bg_fullwidth {
	position: relative;
}



.logo{
	z-index: 1;
	position: absolute;
	top:-34em;
	right:0em;
	width:13em;
}

.image{
	margin-bottom:2em;
}

.col-md-8{
	padding:0px;

}


.col-md-12{
  padding-left: 0px;
  padding-right: 0px;
}


.row{
  padding-left: 2em;
  padding-right:2em;
}

#footer-left{
	float:left;
	width:30%;
}

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



/*
.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);}
*/

.circle {
	width: 140px;
	height: 140px;
	background: #526bb0;
	border-radius: 50%;
	text-align: center;
	display: inline-block;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;

}

.circle:hover {
	background: #6da04b;
}


.circle i {
	font-size: 5em;
	color: #fff;
	text-align: center;
	vertical-align: middle;

	text-align: center;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
	position: relative;
	top: 50%;
    margin-top: -35px;
}

.circle i:hover {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	color: #fff;
}


a {
	color: #e7782b;
	text-decoration: underline;
}
a:hover,
a:focus {
  color: rgba(150, 150, 150, 1);
}

footer {
	background: #e7782b;
	color: #000;
	text-align: left;
	padding: 5px 0px 10px 0px;
}

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

footer p {
	margin: 0;
}

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

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


.col-md-4 {
	padding-left:0px;
}


hr {
 height: 2px;
 background-color: #e7782b;

}




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


.marketing {
	padding-top: 15px;
	padding-bottom: 15px;
}

.marketing img {
	text-align: center;
}








}

.marketing h2 {
 	 font-weight: normal;
	 font-size: 1.5em;

}

.marketing h3 {
  	font-weight: bold;
	font-size: 1.0em;
	padding-bottom: -25px;

}

.marketing li {
   margin-left: -23px;
}



.marketing .col-lg-4 p {
}

.marketing .col-lg-4 ul {
}


/* 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 (min-width: 768px) {


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


@media (max-width: 750px) {


  #footer-left{
  	float:left;
  	width:100%;
    padding-bottom:1.5em
  }

  #footer-right{
    text-align: left;
  	width:100%;
  }
}




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


@media (max-width: 991px) {
  .marketing .col-md-4 {
	margin-top:20px;
	margin-bottom:20px;
	padding:0px;
	}
}


@media (max-width: 991px) {
.left{
	margin-right:0em;}

.right{
	margin-left:0em;}
}



@media (max-width: 795px) {

	.teaser_bg_fullwidth {
   		min-height: 250px;
    }


	.logo{
		z-index: 1;
		position: absolute;
		top:-20em;
		right:5em;
		width:10em;
	}

    .col-md-3{
	height: 5em;
}
}
@media (min-width: 768px) {


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


}

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


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

@media (max-width: 480px) {
	header .logo img,
	header .drawing img {
		width: 50%;
	}
	.teaser_bg_fullwidth {
   		min-height: 180px;
    }

	.logo{
		z-index: 1;
		position: absolute;
		top:-14.8em;
	  right:0em;
		width:8em;
	}
