a {
    color: #e9c46f;
    text-decoration: none;
}

html, body {
	font-family: 'Libre Baskerville', serif;
    max-width: 100%;
    overflow-x: hidden;
	font-size: 14px;
	color: #fff;
	background: #000;
	    line-height: 1.7;
}

.breakout{
	width:100vw;
	position: relative;
	left: calc(-1 * (100vw - 100%)/2);
	
}

.steunbut{
    background: #fbff00;
    Width: 100%;
    padding: 20px 50px;
    border-radius: 15px;
    display: block;
    font-size: 30px;
    text-align: center;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
}

.flags{
	margin-top: 20px;
}

.clear{
	clear:both;
}

h1,h2,h3,h4,h5{
	margin-top: 0px;
	color: #e9c46f;
}

h1{
	font-family: 'Yatra One', cursive;
	font-size:	32px;
}

h2{
	font-size:	26px;
}

h3{
	font-size:	22px;
}


.intro{
	text-align: justify;
	font-weight: 700;
	font-size: 16px;	
	margin-bottom: 20px;
}

.devider{
	padding:20px 0px;
}

.cycle-slide{
	width:100%;
	position: relative;	
}

.boximg{
	width: 100%;

}

.whitebox{
padding-bottom: 40px;	
}

#menu{
	margin: 10px;
	margin-left: 0px;
}

.home .content{
    padding: 40px;
	background: #000000b3;
	margin-bottom: 40px;
}


.imageblok{
	margin-bottom: 40px;
	background: #000;
}



.topbar{
position: fixed;
    top: 0;
    width: 100%;
    z-index: 1001;
	background: #000000;
    padding: 0px;
}

.logo{
	position: absolute;	
}

.navbar-nav > li > a {
	font-family: 'Yatra One', cursive;
    padding-top: 15px;
    padding-bottom: 15px;
	color: #737373;
	font-size: 16px;
	text-transform: uppercase;
}

.nav > li > a:hover, .nav > li > a:focus {

    text-decoration: none;
    background: transparent;
	color: #e9c46f;
}

.dropdown-menu > li > a {
	font-family: 'Yatra One', cursive;
    display: block;
    padding: 10px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #484848;
    white-space: nowrap;
}

.dropdown-menu > li > a:hover{
	background: #e9c46f;
	color: #000;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    text-align: left;
    background-color: #e9c46f;
    border: none;
    background-clip: padding-box;
}

.footer{
	padding: 40px 0px;
	background: transparent; /* Old browsers */
	margin-top: 40px;

}

.navbar-inverse {
    background-color: transparent;
    border-color: #484848;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #484848;
}


#header_slider_home{
    position: relative;
    z-index: 0;
    margin-bottom: -100px;
}

.blockswrapper{
	position: relative;
	box-shadow: 0px 0px 10px #b5b5b5;
	background: #fff;
	margin-bottom: 40px;
}

.blocksimg{
	
}

.blockstitle{
	position: absolute;
    bottom: 0;
    background: rgba(255,255,255,0.8);
    padding: 10px;
	width: 100%;
	text-align: center;
}

.blockstext{
	padding: 40px;
}

.panel {
    margin-bottom: 20px;
    background-color: transparent;
    border: none;
    border-radius: 0px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;

    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	margin: 5px 0px;
}


.btn, .btn:hover, .btn:active, .btn:visited, .btn:focus{
	
background: #e9c46f;
    width: 100%;
    padding: 10px;
    color: #000;
    font-size: 18px;
    border-radius: 0;
	margin-bottom: 15px;
}

.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
	margin-bottom: 40px;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.active{
	
	Color: #e9c46f !important;
}

.dropdown-menu .active:hover{
	
	color: #fff !important;
}

@media (max-width: 1199px) {

#header_slider_home{
    position: relative;
    z-index: 0;
    margin-bottom: -100px;
    Height: 500px;
    overflow: hidden;
}

#header_slider{
	position: relative;
    overflow: hidden;
	z-index:1;
	height: inherit;

}

}

/* Small Devices, Tablets */
 @media (max-width: 768px) and (max-width: 992px){
	 
	 #menu {
    margin: 10px;
    margin-left: 10px;
}
	 .topbar {
    position: relative;
    top: 0;
    width: 100%;
    z-index: 100;
    background: transparent;
    padding: 0px;
}
	 
	 .navbar-toggle {
    position: relative;
    float: right;
    margin-right: 0px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
	 
	 #header_slider_home{
    position: relative;
    z-index: 0;
		 height: inherit;
    margin-bottom: 40px;
}

#header_slider{
	position: relative;
    overflow: hidden;
	height: inherit;
	z-index:1;
}


	 
	 h1{
	font-size:	30px;
}

h2{
	font-size:	26px;
}

h3{
	font-size:	20px;
}

	 .home .content{
    padding: 0px;
	margin-bottom: 40px;
}
	 .sliderimg{
		 width:150%;
	 }


}



/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	
#header_slider_home{
    position: relative;
    z-index: 0;
    margin-bottom: -100px;
    Height: 600px;
    overflow: hidden;

}

#header_slider{
	position: relative;
    overflow: hidden;
	z-index:1;
	height: inherit;

}
	.sliderimg{
		width:100%;
	}

}
/* Large Devices, Wide Screens */
@media only screen and (min-width : 1900px) {
	
	
#header_slider_home{
    position: relative;
    z-index: 0;
    margin-bottom: -100px;
    Height: 800px;
    overflow: hidden;

}

#header_slider{
	position: relative;
    overflow: hidden;
	z-index:1;
	height:inherit;

}

.sliderimg{
	width:100%;
}

}