/** RESET AND LAYOUT
===================================*/
.sliderwrapper {
	width: 100%;
	overflow: hidden;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	padding: 0px;
	clear:both;
}
.sliderwrapper .bxslider .caption1{
	display: block;
	/* width: 100%;
	margin-top: 15%; */
}

.bx-wrapper {
    position: relative;
    margin: 0px;
    padding: 0px;
}
.bx-wrapper ul {
	margin: 0px;
	padding: 0px;
}
.bx-wrapper img {
	width:100%;
	height:auto;
	display: block;
	clear:both;
	margin:0px;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	margin: 0px;
	padding: 0px;
	width:100%;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	width: 100%;
	overflow: hidden;
	top: 85%;
	display:none;
}
.header-wrapper {
    position: absolute;
}
.header-wrapper ul.list-inline {
    list-style-image: none;
    list-style-type: none;
    padding: 0px;
    margin-right: 0px;
    margin-left: 0px;
}
.header-wrapper ul.list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 0px;
	color:#FFF;
}
.header-wrapper ul.list-inline > li:before {
	content: "\f04d";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #FFF;
    font-size: 10px;
    padding-right: 1em;
    position: relative;
}
.header1 section.headline {
	color: #fff;
	font-family: 'Ubuntu','Helvetica Neue',Helvetica,Arial,sans-serif;
	text-transform: none;
	font-weight:400;
}
.header1 section.headline:before {
    color: #fff;
    font-family: 'Ubuntu','Helvetica Neue',Helvetica,Arial,sans-serif;
	text-transform: none;
	font-weight:400;
}
.header1 section.sub-headline {
    color: #fff;
    font-family: 'Ubuntu','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight:300;
}
.header1 section.sub-headline:before {
    color: #fff;
    font-family: 'Ubuntu','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight:300;
}

.slide-description {
    color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
	line-height:normal;
}
.slide-button {
    margin-top: 15px;
}
/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
	background-color: transparent;
	background-image: url(../images/bxslider/bx_loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: 0.9em;
	font-family: Arial;
	font-weight: bold;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #BEBEBE;
	text-indent: -9999px;
	display: block;
	width: 15px;
	height: 15px;
	margin: 0 5px;
	outline: 0;
	border: 2px solid rgba(255,255,255,0.8);
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #625C73;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background-image: url(../images/bxslider/controls.png);
	background-repeat: no-repeat;
	background-position: 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background-image: url(../images/bxslider/controls.png);
	background-repeat: no-repeat;
	background-position: -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: 0px;
    outline: 0;
    width: 33px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;
    opacity: 0;
	transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}
.bx-wrapper:hover .bx-controls-direction a {
    opacity: 1;
}
.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	margin: 0 3px;
	background-image: url(../images/bxslider/controls.png);
	background-repeat: no-repeat;
	background-position: -86px -11px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	margin: 0 3px;
	background-image: url(../images/bxslider/controls.png);
	background-repeat: no-repeat;
	background-position: -86px -44px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}
@media (min-width:320px) {
.header-wrapper {
    bottom: 8%;
    left: 3%;
    right: 3%;
    font-size: 14px;
    text-align: center;
    width: 94%;
    top: 24%;
}
.header1 section.headline {
    font-size: 20px;
}
.header1 section.sub-headline {
	font-size:14px;
	text-align:center;
}

.header-wrapper ul.list-inline > li {
    padding-top: 3px;
    padding-bottom: 0px;
}
.header-wrapper ul.list-inline > li:before {
    top: -1px;
    left: 0px;
}
}

@media (min-width:360px) {
.header-wrapper {
    bottom: 8%;
    left: 3%;
    right: 3%;
    font-size: 14px;
    text-align: center;
    width: 94%;
    top: 24%;
}
.header1 section.headline {
    font-size: 28px;
}
.header1 section.sub-headline {
    font-size: 16px;
    text-align: center;
}
.header-wrapper ul.list-inline > li {
    padding-top: 3px;
    padding-bottom: 0px;
}
.header-wrapper ul.list-inline > li:before {
    top: -1px;
    left: 0px;
}
}

@media (min-width:410px) {
.header-wrapper {
    bottom: 8%;
    left: 3%;
    right: 3%;
    font-size: 14px;
    text-align: center;
    width: 94%;
    top: 20%;
}
.header1 section.headline {
    font-size: 34px;
}
.header1 section.sub-headline {
    font-size: 18px;
    text-align: center;
}
.header-wrapper ul.list-inline > li {
    padding-top: 3px;
    padding-bottom: 0px;
}
.header-wrapper ul.list-inline > li:before {
    top: -1px;
    left: 0px;
}
}


@media (min-width:480px) {
.header-wrapper {
    bottom: 8%;
    left: 3%;
    right: 3%;
    font-size: 14px;
    text-align: center;
    width: 94%;
    top: 20%;
}
.header1 section.headline {
    font-size: 40px;
}
.header1 section.sub-headline {
    font-size: 20px;
    text-align: center;
}
.header-wrapper ul.list-inline > li {
    padding-top: 3px;
    padding-bottom: 0px;
}
.header-wrapper ul.list-inline > li:before {
    top: -1px;
    left: 0px;
}
}

@media (min-width:600px) {
.header-wrapper {
    bottom: 8%;
    left: 3%;
    right: 3%;
    font-size: 14px;
    text-align: center;
    width: 94%;
    top: 30%;
}
.header1 section.headline {
    font-size: 50px;
}
.header1 section.sub-headline {
    font-size: 28px;
    text-align: center;
}
.header-wrapper ul.list-inline > li {
    padding-top: 3px;
    padding-bottom: 0px;
}
.header-wrapper ul.list-inline > li:before {
    top: -1px;
    left: 0px;
}
}
@media(min-width:730px) {
.header1 section.headline {
    font-size: 60px;
}
.header1 section.sub-headline {
    font-size: 30px;
    text-align: center;
}
}

@media (min-width:768px) {
.header-wrapper {
    top: 29%;
    left: 5%;
    right: 5%;
    font-size: 16px;
    text-align: center;
    bottom: 30%;
    max-width: 90%;
}
.header1 section.headline {
	font-size:28px;
	line-height:normal;
}
.header1 section.sub-headline {
	font-size:15px;
	text-align:center;
	line-height:normal;
}
.header-wrapper ul.list-inline > li {
    padding-top: 3px;
    padding-bottom: 0px;
}
.header-wrapper ul.list-inline > li:before {
    top: -2.5px;
    left: 0px;
}
.slide-description {
    font-size: 15px;
}

}

@media(min-width:992px) {
.header-wrapper {
    top: 33%;
    left: 5%;
    max-width: 90%;
    text-align: center;
}
.header1 section.headline {
	font-size:34px;
}
.header1 section.sub-headline {
	font-size:22px;
}

.header-wrapper ul.list-inline > li {
    padding-top: 5px;
    padding-bottom: 0px;
}
.header-wrapper ul.list-inline > li:before {
    top: -4px;
    left: 0px;
}
.slide-description {
    font-size: 18px;
}

}

@media (min-width:1200px) {
.header-wrapper {
    top: 33%;
    left: 5%;
	max-width:60%;
}
.header1 section.headline {
	font-size:54px;
}
.header1 section.sub-headline {
	font-size:26px;
}
.header-wrapper ul.list-inline > li {
    padding-top: 5px;
    padding-bottom: 5px;
}
.header-wrapper ul.list-inline > li:before {
    top: -3.5px;
    left: 0px;
}
.slide-description {
    font-size: 20px;
}

}
@media (min-width:1360px) {
.header-wrapper {
    top: 34%;
    left: 5%;
	max-width:55%;
}
.header1 section.headline {
	font-size:60px;
}
.header1 section.sub-headline {
	font-size:36px;
}
.header-wrapper ul.list-inline > li {
    padding-top: 5px;
    padding-bottom: 5px;
}
.header-wrapper ul.list-inline > li:before {
    top: -3.5px;
    left: 0px;
}
.slide-description {
    font-size: 26px;
}

}
