@font-face {
  font-family: TIMESR;
  src: url("../fonts/TIMESR.ttf");
}
body{
	min-height: 100vh;
	position: relative;
	padding-bottom: 210px;
}


.h4css{
	margin-top: 0;
}


.navbar-default .navbar-brand a{
	text-align: center;
	font-size: 26px;
	/*text-shadow: 2px 2px #000;*/
	color: #F6f7df;
	text-transform: capitalize;
	font-family: TIMESR;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: 1px;
	text-shadow: 2px 2px 9px rgba(0,0,0,0.35);
}
.navbar-default .navbar-brand a:hover,.navbar-default .navbar-brand a:focus{
	text-decoration: none;
	
}
.navbar-default .navbar-brand a span{
	font-size: 20px;
}
.navbar-default .navbar-brand p{
	text-align: center;
	padding-top: 2px;
}
.divforimg p{
		margin: auto !important;
		color: #666666;
		opacity: 0.6;
		margin-top: 7px !important;
}

.navbar-default .navbar-brand{
	float: none;
	left: 0;
	right: 0;
	padding-top: 24px;
	padding-bottom: 20px;
}
.navbar-default{
	background: #a3b3b5;
	border-bottom: 1px solid #697273;
	min-height: 78px;
}
.navbar-default .navbar-nav > li > a{
	color: #f3f5f5;
	padding-bottom: 9px;
	cursor: pointer;
	background: transparent !important;

	-webkit-transition: all .15s ease;
	   -moz-transition: all .15s ease;
	    -ms-transition: all .15s ease;
	     -o-transition: all .15s ease;
	        transition: all .15s ease;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{
	color: #f6f8cf;
	background: transparent !important;
}

/*.navbar-nav > .dropdown{
	width: 100%;
}*/
.navbar-nav > li > .dropdown-menu li a{
	font-size: 12px;
	    padding-left: 10px;
	    padding-right: 10px;
	    letter-spacing: 4px;
	    text-transform: none;
	    margin-top: 1px;
	    margin-bottom: 10px;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus{
	background-color: transparent;
	color: #ff7900;

}
.navbar-default .navbar-nav > li > .activelink,.navbar-default .navbar-nav > li > .activelink:hover,.navbar-default .navbar-nav > li > .activelink:focus{
	color: #0b0c0c;
}
.dropdown-menu > li > .activeddl{
	color: #ff7900 !important;
}
.tab { margin-left: 40px; }

@media (min-width: 772px){
	.navbar-nav > li > .activedropdown{
		display: block;
		z-index: 0 !important;
	}
	.navbar-nav > li {
	    position: static;
	}
	.navbar-nav > li > .dropdown-menu{
		width: 100%;
		max-width: 100%;
		position: absolute;
		left: 0;
		right: 0;
		text-align: center;
		background: #fff;
		box-shadow: none;
		border: 0;
		z-index: 10;
		border-top: 1px solid #697273;
	}
	.navbar-nav > li > .dropdown-menu li{
		display: inline-block;
	}
}





@media(max-width: 1200px){
	.navbar-nav > li > .dropdown-menu li a{
		margin-bottom: -10px;
	}
}

@media(max-width: 992px){
	.navbar-default .navbar-nav > li > a{
		padding-left: 10px;
		padding-right: 10px;
		letter-spacing: 2px;
	}


}
@media(max-width: 772px){
	.navbar-default .navbar-brand {
	    float: none;
	    left: 0;
	    right: 0;
	    padding-top: 20px;
	    padding-bottom: 20px;
	    left: 0;
	    right: auto;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form{
		background: #a3b3b5;
		margin-top: 20px;
	}
	.navbar-default{
		min-height: 68px;
		height: auto;
	}
	.navbar-default .navbar-toggle {
	    border: 0;
	    margin-top: 18px;
	    margin-bottom: 0;
	    color: #fff;
	}
	.navbar-default .navbar-toggle .icon-bar {
	    background-color: #fff;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a{
		text-align: center;
		color: #fff;
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
		background-color: transparent;
	}
	.navbar .navbar-nav{
		margin: auto;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a{
		padding-left: 0;
		padding-right: 0;
	}
	.navbar-nav .open .dropdown-menu{
		margin-top: -14px;
		margin-bottom: 20px;
	}
}
@media(max-width: 500px){
	.navbar-default .navbar-brand{
		max-width: 260px;
		height: auto;
		width: 100%;
		margin-left: auto;
		padding-top: 27px;
	}
	.navbar-default .navbar-brand img{
		max-width: 260px;
		height: auto;
		width: 100%;
		margin-left: auto;
	}
	.navbar-default .navbar-toggle{
		margin-top: 21px;
	}
	.navbar-default .navbar-brand a{
		font-size: 20px;
	}
	.navbar-default .navbar-brand {
	    max-width: 300px;
	}
	.navbar-default .navbar-brand a span {
	    font-size: 14px;
	}
}
@media (max-width: 400px){
	.navbar-default .navbar-brand {
	    max-width: 260px;
	}
	.navbar-default .navbar-brand a {
	    font-size: 17px;
	}
	.navbar-default .navbar-brand a span {
	    font-size: 11px;
	}
}

.contentstudent{
	padding-top: 150px;
}
.contentstudent .container{
	width: 100%;
	max-width: 1366px;
}
.contentstudent .container h1{
	font-size: 28px;
	font-family: 'Ubuntu', sans-serif;
	    font-weight: 300;
	    color: #ff7900;
	    margin-bottom: 30px;
}

.contentstudent .container p{
	font-size: 13px;
	font-family: 'Ubuntu', sans-serif;
	    font-weight: 300;
		line-height: 18pt;
	    color: #000000;
	    margin: 0;
}
.contentstudent .container a{
	color: #40ab57;

	-webkit-transition: all .15s ease;
	   -moz-transition: all .15s ease;
	    -ms-transition: all .15s ease;
	     -o-transition: all .15s ease;
	        transition: all .15s ease;
}

.contentstudent .container a:hover{
	opacity: 0.6;
	text-decoration: none;
}
.footer{
	margin-top: 50px;
	display: flex;
	background: #f2f2f2;
	padding-top: 10px;
}
.footer .container{
	width: 100%;
	max-width: 1366px;
}
.footer .col72{
	padding-left: 15px;
	padding-right: 15px;
	width: 14.28%;
	float: left;
	padding-bottom: 10px;
}
.footer .col72 p{
	margin: 0;
	line-height: 15px;
}
.footer .col72 a{
	font-family: 'Ubuntu', sans-serif;
	    font-weight: 600;
	    color: #4e4e4e;
	    font-size: 12px;
	    letter-spacing: 1px;

	    -webkit-transition: all .15s ease;
	       -moz-transition: all .15s ease;
	        -ms-transition: all .15s ease;
	         -o-transition: all .15s ease;
	            transition: all .15s ease;
}
.footer .col72 a:hover{
	color: #ff7900;
	text-decoration: none;
}
.footer .col72 a span{
	color: #8E8E8E;
	    font-size: 11px;
}
.footer .col72 a:hover span{
	color: #ff7900;
}
.belowe{
	margin: 0;
	border-top: 1px solid #999999;
}
.belowe p{
	font-family: 'Ubuntu', sans-serif;
	    font-weight: 300;
	    color: #717070;
	    font-size: 10px;
}
.belowe .right{
	text-align: right;
}


.fullfooter{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}


@media(max-width: 1200px){
	.belowe p,.belowe .right{
		text-align: center;
	}
	.footer .col72 {
	    text-align: center;
	    width: 25%;
	    float: left;
	    padding-bottom: 10px;
		margin-bottom: 15px;
	}
	.fullfooter{
		position: relative;
	}
	body{
		padding-bottom: 0;
	}
}
@media(max-width: 772px){
	.footer .col72{
		width: 100%;
		margin-bottom: 15px;
	}
	.contentstudent {
	    padding-top: 80px;
	}
}

/* This is the iframe code below */

.embed-container { 
	position: relative; 
	padding-bottom: 100%; 
	height: 0; 
	overflow: hidden; 
	max-width: 100%; 
	min-height: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }







.contenthumboldthbilder{
	padding-top: 150px;
}
.contenthumboldthbilder .container{
	width: 100%;
	max-width: 1366px;
}
.contenthumboldthbilder .container h1{
	font-size: 28px;
	font-family: 'Ubuntu', sans-serif;
	    font-weight: 300;
	    color: #ff7900;
	    margin-bottom: 30px;
}


.contenthumboldthbilder .container p{
    font-size: 13px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    color: #000000;
    line-height: 18pt;
    margin-bottom: 20px;
}
.contenthumboldthbilder .container img{
	display: block;
	margin: auto;
	max-width: 100%;
	margin-top: -70px;
}

@media(max-width: 1300px){
	.contenthumboldthbilder .container img{
		float: right;
	}
}


@media(max-width: 1200px){
	.contenthumboldthbilder .container img{
		display: none;
	}
}
@media(max-width: 772px){
	.contenthumboldthbilder {
	    padding-top: 80px;
	}
}



.Humboldts-Rezeption{
	padding-top: 150px;
}
.Humboldts-Rezeption .container{
	width: 100%;
	max-width: 1366px;
}
.Humboldts-Rezeption .container h1{
	font-size: 28px;
	font-family: 'Ubuntu', sans-serif;
	    font-weight: 300;
	    color: #ff7900;
	    margin-bottom: 30px;
}


.Humboldts-Rezeption .container p{
    font-size: 13px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    color: #000000;
    margin-bottom: 10px;
    line-height: 18pt;
}
.Humboldts-Rezeption .container img{
	display: block;
	margin: auto;
	max-width: 100%;
}

@media(max-width: 772px){
	.Humboldts-Rezeption{
	    padding-top: 80px;
	}
	.Humboldts-Rezeption .container h1 {
	    font-size: 26px;
	}
}



.Auswahl-Editionen{
	padding-top: 150px;
	padding-bottom: 80px;
	padding-left: 30px;
	    padding-right: 30px;
}
.Auswahl-Editionen .container{
	width: 100%;
	max-width: 1366px;
	min-height: calc(100vh - 350px);
}
.Auswahl-Editionen .container h1{
	font-size: 28px;
	font-family: 'Ubuntu', sans-serif;
	    font-weight: 300;
	    color: #ff7900;
	    margin-bottom: 30px;
}
.footeeraw{
	margin:0;
}

.Auswahl-Editionen .col-md-12{
	display: unset;
}
.Auswahl-Editionen .container p{
	font-size: 12px;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 300;
	color: #000000;
	margin-bottom: 15px;
	line-height: 18pt;
	z-index: 1;
	position: relative;
}
.Auswahl-Editionen .container img{
	display: block;
	margin: auto;
	max-width: 100%;
}

@media(max-width: 772px){
	.Auswahl-Editionen{
	    padding-top: 80px;
	    padding-left: 30px;
	    padding-right: 30px;
	}
	.Auswahl-Editionen .container h1 {
	    font-size: 26px;
	}
}

.Auswahl-Editionen .container{
	position: relative;
}
.Auswahl-Editionen .imgleft{
	position: absolute;
	    /* left: 0; */
	    width: 500px;
	    left: -400px;
	    z-index: 0;
	    top: -50px;
	    right: auto;
}
.Auswahl-Editionen .imgright{
	position: absolute;
	    /* left: 0; */
	    width: 500px;
	    right: -380px;
	    z-index: 0;
	    top: -20px;
}

@media(max-width: 2200px){
	.Auswahl-Editionen .imgleft{
		position: absolute;
		    /* left: 0; */
		    width: 300px;
		    left: -250px;
		    z-index: 0;
		    bottom: -100px;
	}
	.Auswahl-Editionen .imgright{
		position: absolute;
		    /* left: 0; */
		    width: 300px;
		    right: -250px;
		    z-index: 0;
		    bottom: -100px;
	}
}

@media(max-width: 2200px){
	.Auswahl-Editionen .imgleft{
		position: absolute;
		    /* left: 0; */
		    width: 400px;
		    left: -100px;
		    z-index: 0;
		    bottom: -100px;
		    opacity: 0.3;
	}
	.Auswahl-Editionen .imgright{
		position: absolute;
		    /* left: 0; */
		    width: 400px;
		    right: -100px;
		    z-index: 0;
		    bottom: -100px;
		    opacity: 0.3;
	}
}
@media(max-width: 1900px){
	.Auswahl-Editionen .container{
	    position: unset !important;
	}
	.Auswahl-Editionen .imgright{
		display: none !important;
	}
	.Auswahl-Editionen .imgleft {
	    position: absolute;
	    /* left: 0; */
	    width: 400px;
	    width: 480px;
	    eft: 50%;
	    z-index: 0;
	    bottom: auto;
	    opacity: 0.1;
	    right: -20%;
	    bottom: 130px;
	}
}
@media(max-width: 772px){
	.Auswahl-Editionen .imgleft {
	    bottom: 540px;
	}
}


.footeeraw{
	margin: 0;
}












.indexpage{
	padding-top: 150px;
	padding-bottom: 80px;
}
.indexpage .container{
	width: 100%;
	max-width: 1366px;
	min-height: calc(100vh - 350px);
}
.indexpage .container h1{
    font-size: 41px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    color: #4e4e4e;
    margin-bottom: 30px;
    text-align: center;
}
.footeeraw{
	margin:0;
}






.indexpage{
	display: flex;
}
.indexpage .col-md-12{
	display: unset;
}
.indexpage .container p{
	font-size: 12px;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 300;
	color: #000000;
	margin-bottom: 15px;
	line-height: 15px;
	z-index: 1;
	position: relative;
}
.indexpage .container img{
	display: block;
	margin: auto;
	max-width: 100%;
	z-index: -1;
	position: absolute;
}
.indexpage .col-md-12{
	z-index: 1;
}
.mainim{
	z-index: 5;
	position: relative !important;
}


@media(max-width: 772px){
	.indexpage{
	    padding-top: 80px;
	}
	.indexpage .container h1 {
	    font-size: 26px;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a{
		margin-bottom: 0;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li{
		margin: 0;
	}
	.navbar-default .navbar-nav > li > a{
		margin-bottom: 0px !important;
	}
	.nav > li{
		margin-bottom: 1px !important;
	}
}

.indexpage .container{
	position: relative;
}
.indexpage .imgleft{
	position: absolute;
	width: 390px;
	left: 0;
	left: -310px;
	index: 0;
	top: 60px;
	right: auto;
}
.indexpage .imgright{
	position: absolute;
	/* left: 0; */
	width: 500px;
	right: -380px;
	z-index: 0;
	top: 26px;
}

@media(max-width: 2200px){
	.indexpage .imgleft{
		position: absolute;
		/* left: 0; */
		width: 400px;
		left: -200px;
		z-index: 0;
		top: 40px;
		opacity: 0.3;
		bottom: auto;
	}
	.indexpage .imgright{
		position: absolute;
		/* left: 0; */
		width: 400px;
		right: -210px;
		z-index: 0;
		top: 110px;
		opacity: 0.3;
		bottom: auto;
	}
}

@media(max-width: 1780px){
	.indexpage .container{
	    position: unset !important;
	}
	.indexpage .imgright{
		display: none !important;
	}
	.indexpage .imgleft {
	    display: none !important;
	}
}





.Personenhero{
	padding-top: 150px;
}
.Personenhero .container{
	width: 100%;
	max-width: 1366px;
}
.Personenhero .container h1{
	font-size: 28px;
	font-family: 'Ubuntu', sans-serif;
	    font-weight: 300;
	    color: #ff7900;
	    margin-bottom: 30px;
}
.Personenhero .container .maxbox{
	background: #e9e9e9;
	max-width: 340px;
	display: inline-block;
	border-radius: 7px;
	margin-bottom: 20px;
}
.Personenhero .container .maxbox img{
	max-width: 100%;
}
.Personenhero .container h2{
	font-size: 20px;
	font-family: 'Ubuntu', sans-serif;
	    font-weight: 600;
	    color: #333333;
	    margin-bottom: 10px;
	    text-align: center;
	    padding-top: 20px;
}
.Personenhero .container p{
	font-size: 14px;
	font-family: 'Ubuntu', sans-serif;
	    font-weight: 300;
	    color: #333333;
	    margin: 0px;
	    text-align: center;
	    padding-top: 0;
	    padding-left: 10px;
	    padding-right: 10px;
	    margin-bottom: 10px;
}
.Personenhero .container .downdiv{
	padding-bottom: 20px;
	padding-top: 20px;
	min-height: 200px;
}
.Personenhero .container .downdiv p{
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 0;
}


.centerside{
	text-align: center;
}
.rightside{
	text-align: right;
}
@media(max-width: 992px){
	.Personenhero .container .maxbox{
		display: block;
		margin: auto;
		margin-bottom: 20px;
	}
	.Personenhero .container h1{
		text-align: center;
	}
}

@media(max-width: 992px){
	.Auswahl-Editionen .container h1{
		margin-bottom: -10px;
		margin-top: 0;
	}
}
@media(max-width: 772px){
	.Personenhero{
		padding-top: 80px;
	}
}

.Humboldts-Rezeption .container .creditsbelowimg{
	font-size: 11px;
	    line-height: 13px;
}
sub, sup{
	opacity: 0.7;
}
.container-fluid ul li{
    font-size: 13px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    line-height: 18pt;
    margin-bottom: 20px;
}
.container-fluid ul a {
    font-size: 13px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    line-height: 18pt;
    margin-bottom: 20px;
}

ul{
	margin-bottom: 7px;
}

/* Solid border */
hr.solid {
  border-top: 1px solid #ebebeb;
}

/* Search round corners */
.form-rounded {
border-radius: 5rem;
}

/* Search round button */
.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}

.form-control-search .form-control{
	width: calc(100% - 45px);
	display: inline-block;
   
}
.form-control-search .btn-circle{
	margin-left: 3px;
	display: inline-block;
}

/* Table font and color */
.table {
  	font-size: 14px;
    font-family: 'Ubuntu', sans-serif;
    color: #666666;
}


.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td{
	position: relative;
	vertical-align: middle;
}
.table > thead .withpadding{
	padding-left: 18px;
}
.einfkomm_icon_B{
	margin-left: -20px !important;
}
.contenthumboldthbilder .container img{
	margin: 0;
	padding-left: 10px;
}
.display_icons{
	display: inline-block;
    width:100%;
    }

.container-fluid .gallery_cus li{
	position: relative;
	min-height: 118px;
	padding-right: 100px;
}
.container-fluid .gallery_cus .img_r{
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}
@media(max-width: 1200px){
	.container-fluid .gallery_cus .img_r{
		display: block;
	}
}
@media(max-width: 400px){
	.container-fluid .gallery_cus {
		padding-left: 18px;
	}
}

.c_popup_img{
	z-index: 99999;
	background: rgba(0, 0, 0, 0.8);
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;

	display: flex; /* Use this proparty */
    align-items: center; /* For Center align */
    justify-content: center; /* For Center align */
    overflow: auto; /* For auto scroll */
}
.c_popup_img_active{
	opacity: 1;
	visibility: visible;
}
.c_popup_img .placeforimg{
    margin: 0 auto;
    max-height: 100%;
    padding: 50px 15px; 
}
.c_popup_img .placeforimg .p{
	position: relative;
}
.c_popup_img .placeforimg a{
	position: absolute;
	right: -30px;
	top: -30px;
}
.c_popup_img .placeforimg img{
	max-width: 100%;
}
@media(max-width: 700px){
	.c_popup_img .placeforimg a{
		right: 0;
	}
}

.table > thead > tr > th:last-child .boxforr{
	position: relative;
	display: inline-block;
	cursor: pointer;
}
.table > thead > tr > th:last-child .boxforr .forh{
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
.table > thead > tr > th:last-child .boxforr:hover .forh{
	opacity: 0.7;
}

.rangeslider{
	background: #323232;
	position: absolute;
	right: -5px;
	top: 30px;
	width: 360px;
	min-height: 220px;
	z-index: 999999;
	border-radius: 2px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.76); 
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.76);
	padding: 15px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
.rangeslider_active{
	opacity: 1;
	visibility: visible;
}
.rangeslider h2{
	color: #ED6D33;
	padding: 0;
	margin: 0;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 20px;
	position: relative;
}
.rangeslider h2 a{
	display: inline-block;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
.rangeslider h2 a:hover{
	opacity: 0.7;
}
.rangeslider h2 img{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	display: block !important;
}
.rangeslider .reset{
	color: #fff;
	padding: 0;
	margin: 0;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 300;
	font-size: 13px;
	letter-spacing: 0.2px;
	display: inline-block;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
.rangeslider .reset:hover{
	opacity: 0.7;
	text-decoration: none;
}
.rangeslider .reset:focus{
	text-decoration: none;
}
  .rangeslider .noUi-target, .rangeslider .noUi-target * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .rangeslider .noUi-target {
    position: relative;
    direction: ltr; }
  .rangeslider .noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    /* Fix 401 */ }
  .rangeslider .noUi-origin {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0; }
  .rangeslider .noUi-handle {
    position: relative;
    z-index: 1; }
  .rangeslider .noUi-stacking .noUi-handle {
    /* This class is applied to the lower origin when
	   its values is > 50%. */
    z-index: 10; }
  .rangeslider .noUi-state-tap .noUi-origin {
    -webkit-transition: left 0.3s,top .3s;
    transition: left 0.3s,top .3s; }
  .rangeslider .noUi-state-drag * {
    cursor: inherit !important; }
  .rangeslider .noUi-base, .rangeslider .noUi-handle {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .rangeslider .noUi-horizontal {
    height: 4px; }
  .rangeslider .noUi-horizontal .noUi-handle {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    left: -7px;
    top: -7px;
    background-color: #323232;
    border: 1px solid #fff; }
  .rangeslider .noUi-background {
    background: #ED6D33; }
  .rangeslider .noUi-connect {
    background: #fff;
    -webkit-transition: background 450ms;
    transition: background 450ms; }
  .rangeslider .noUi-origin {
    border-radius: 2px; }
  .rangeslider .noUi-target {
    border-radius: 2px; }
  .rangeslider .noUi-draggable {
    cursor: w-resize; }
  .rangeslider .noUi-vertical .noUi-draggable {
    cursor: n-resize; }
  .rangeslider .noUi-handle {
    cursor: default;
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important; }
  .rangeslider .noUi-handle:active {
    border: 8px solid #fff;
    border: 8px solid rgba(255, 102, 0, 0.38);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    left: -14px;
    top: -14px; }
  .rangeslider [disabled].noUi-connect, .rangeslider [disabled] .noUi-connect {
    background: #fff; }
  .rangeslider [disabled].noUi-origin, .rangeslider [disabled] .noUi-handle {
    cursor: not-allowed; }

.rangeslider .forline{
	padding-left: 7px;
	padding-right: 7px;
	margin-top: 50px;
}
.rangeslider .values{
	border: 1px solid #fff;
	min-width: 100px;
	opacity: 0.7;
	text-align-last: center;
	padding: 11px;
	display: inline-block;
	font-weight: 300;
	font-family: 'Ubuntu', sans-serif;
}
.rangeslider .col-xs-6{
	padding-left: 0;
	padding-right: 0;
}
.rangeslider .slider-labels{
	position: relative;
	margin-top: 30px;
}
.rangeslider .slider-labels .arrow{
	position: absolute;
	color: #fff;
	font-size: 16px;
	left: 0;
	right: 0;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
}
@media(max-width: 500px){
	.rangeslider{
		width: 230px;
	}
	.rangeslider .values{
		min-width: 70px;
	}
}

