@import url(https://fonts.googleapis.com/css?family=Dosis:400,200,300,500,600,700,800);
@import url(https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:400,300,200,700);

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*************************
*******Typography******
**************************/

body {
  background-color: #333f48; /*------------------------------------------- eventis grey ---------------------- */
  font-family: 'Dosis', sans-serif;
  font-size: 17px;
  color: #fff
}

#container {
	background-color: #fff; 
	max-width:1200px !important;
	margin: 30px auto;  
	float: none;
	
}

.btn {
  border-radius: 0;
  font-family: 'Yanone Kaffeesatz','sans-serif';
  font-size: 20px;
  padding: 20px 20px;
}

a {
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  color: #333f48; /*------------------------------------------- eventis grey ---------------------- */
}

a:focus, 
a:hover {
  text-decoration: none;
  outline: none
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Yanone Kaffeesatz', 'sans-serif';
  font-weight: 300;
  text-transform: uppercase;
}

h2 {
  font-size: 36px
}

.navbar-toggle {
  margin-top: 12px
}

.navbar-toggle .icon-bar {
  background-color: #dd0b2f;   /*------------------------------------------- eventis red ---------------------- */
}

.navbar-toggle, 
.navbar-toggle:focus {
  border:1px solid #dd0b2f;   /*------------------------------------------- eventis red ---------------------- */
  outline: none;
}


/*************************
*******Header CSS******
**************************/

.header-top {
  display: block;
  overflow: hidden;
  padding: 25px;
}

.main-nav {
  position: absolute;
  width: 100%;
  z-index: 998;
}

.main-nav 
.container {
  width: 100%
}

.social-icons a {
  font-size: 18px;
  color: #fff;
  padding-left:20px;  
}

.social-icons:hover {
  color: #3B5997;
}


@media screen and (max-width: 320px){
.navbar-brand {
    width: 50% !important;
}
}


/* ******* DROPDOWN LANGUAGES ********* */
.dropdown-menu {
  color: #fff;
  position: relative;
  left: 100px !important;
  top: 20px !important;
  border-radius: 0;
  

}

.dropdown-menu li {
  padding: 3px;   

}

.navbar-brand {
  background-color: rgba(255,255,255,0.75);
  height: 90px;
  margin-bottom: 20px;
  position: relative;
  width: 297px;
}

.navbar-brand img {
  position: absolute;
  top: -5px;
  left: -1px;
}

.navbar-right {
  background-color: rgba(255,255,255,0.75);
  padding:0 20px 0 0;
  opacity: .9
}

.navbar-right li a {
  padding: 35px 21px;
  font-size: 22px;
  color: #333f48; /*------------------------------------------- eventis grey ---------------------- */
  text-transform: uppercase;
  font-family: 'Yanone Kaffeesatz', 'sans-serif';
  font-weight: 300;
}

.navbar-right li a:hover, 
.navbar-right li a:focus,  
.navbar-right .active a {
  background-color: #fff;
  color: #dd0b2f;   /*------------------------------------------- eventis red ---------------------- */
}


.fixed-menu {
  background-color: #fff;
  position: fixed;
  top: 0;
}

.fixed-menu .navbar-right {
  padding: 0;
}


.fixed-menu .navbar-right li a {
  font-size: 18px;
  padding: 20px 25px;
  text-shadow:inherit;
}

.fixed-menu .navbar-brand {
  height: 60px;
  margin-top: 0;
  padding: 0;
  margin-bottom: 0;
 
}

.fixed-menu .navbar-brand img {
  height:60px;
  top: 0; 
  left: 10px;
}

.fixed-menu .header-top {
  display: none;
}



/*************************
*******Home CSS******
**************************/

#home {
  position: relative;
  overflow: hidden;
}

#main-slider img {
  width: 100%
}

#main-slider 
.carousel-caption {
  background: none repeat scroll 0 0 #000000;
  bottom: 14%;
  float: left;
  left: 0;
  opacity: 0.8;
  padding:10px 60px 35px;
  right: inherit;
  text-transform: uppercase;
  color: #fff;
  text-align: left;
}


#main-slider 
.carousel-caption h2 {  
  font-size: 38px;
 
}

#main-slider 
.carousel-caption h4 {
  font-size: 24px;
}

#main-slider 
.carousel-caption a {
  font-size: 22px;
  color: #fff;
}

#main-slider 
.carousel-caption a:hover {
  color: #dd0b2f;   /*------------------------------------------- eventis red ---------------------- */
}

#main-slider 
.carousel-caption a:hover i {
  margin-left: 35px
}

#main-slider 
.carousel-caption a i {
  margin-left: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#main-slider 
.carousel-indicators li {
  background-color:#fff;
  border: 1px solid #333f48; /*------------------------------------------- eventis grey ---------------------- */
}

#main-slider 
.carousel-indicators li.active {
  background-color:#fff;
  border: 1px solid #fff;
}

/*************************
*******EVENTS CSS*********
**************************/

#events {
  background-color: #fff;
  background-image: url("../images/bg_events.png");
  background-position: center bottom;
  background-size: cover;
  background-repeat:no-repeat;
  color: #333f48; /*------------------------------------------- eventis grey ---------------------- */
  position: relative;
  overflow: hidden;
  padding: 60px 0 120px;
}

#events h2 {
  font-size: 42px;
  text-transform: uppercase;
  text-align: center;
}

#events .btn {
	background-color: #fff;
	border-color: #dd0b2f;   /*------------------------------------------- eventis red ---------------------- */
  	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-width: 5px;
  	padding: 40px 80px;
	box-shadow: 5px 5px 5px #888888;
	
}

#events .btn:hover {
	background-color: #dd0b2f;   /*------------------------------------------- eventis red ---------------------- */
  	border-line: 5px;
  	
}

#events .fa {
	height: 20px;
}

 

 /*************************
*******Infos CSS******
**************************/
#infos {
  background-image: url("../images/bg_about.png");
  background-position: right bottom;
  
  background-repeat:no-repeat;
  background-color: #333f48; /*------------------------------------------- eventis grey ---------------------- */
  position: relative;
  background-repeat: no-repeat;
}

#infos .btn {
	background-color: #fff;
	color: #333f48; /*------------------------------------------- eventis grey ---------------------- */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 20px 20px;
	
	
}

#infos .btn:hover {
	background-color: #dd0b2f;   /*------------------------------------------- eventis red ---------------------- */
  	border-line: 5px;
  	
}

.guitar {
  position: absolute;
  right:0;
  top: 0
}


#infos h2 {
  color: #FFFFFF;
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 40px;
  margin-top: 70px;
  text-transform: uppercase;
}

.single-event {
  margin-bottom: 70px;
}

.single-event h4 {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 300;
  line-height: 26px;
  margin-top: 25px;
  text-transform: uppercase;
}


.single-event h5 {
  font-size: 18px;
  font-weight: 100;
  display: block;
}

#event-carousel {
  position: relative;
}

.even-control-left, 
.even-control-right {
  position: absolute;
  font-size: 24px;
  color: #fff;
  top: 0;
}

.even-control-left {
  right: 3%
} 

.even-control-right {
  right: 0;
}

.about-content {
  padding-bottom: 15px;
}





/*************************
******News CSS****
**************************/

#news {
  background-color: #F0F0F0;
  /* background-image: url("../images/bg_news.png"); */
  background-position: center bottom;
  background-size: cover;
  background-repeat:no-repeat;
  position: relative;
  padding: 95px 0 90px;
  overflow: hidden;
}

.new_content {
  position: absolute;
  left: 0;
  top:-42%;
}

#news-feed .item {
  text-align: center;
}

#news-feed .item img {
  display: inline-block;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background-color: #c5c8ce;
  padding: 5px;
  margin-bottom: 30px;
}

#news-feed .item a, 
#news-feed .item p { 
  font-size: 24px;
  font-weight: 300;
  font-family: 'Yanone Kaffeesatz','sans-serif';
}

#news-feed .item p {
  color: #3D3D3D;
}

#news-feed .item a {
  color: #dd0b2f;   /*------------------------------------------- eventis red ---------------------- */
}

.news-control-left, 
.news-control-right {
  position: absolute;
  color: #dd0b2f;   /*------------------------------------------- eventis red ---------------------- */
  top: 59%;
  font-size: 24px
}

.news-control-left {
  left: 0;
}

.news-control-right {
  right:0;
} 



/*************************
******Sponsor CSS****
**************************/

#sponsor {
  background-color: #1881a2;
  background-image: url("../../draft/css/images/sponsor-bg.jpg");
  background-position:50% 0;
  background-size: cover;
  background-repeat:no-repeat;
  position: relative;
}

.light {
  position: absolute;
  right: 0;
  bottom: 0;
}

#sponsor .col-sm-10 {
  z-index: 10;
}

#sponsor h2 {
  margin-top: 90px;
  margin-bottom: 40px;
}

#sponsor .item ul {
  font-size: 0;
  padding: 0;
}


#sponsor .item ul li {
  display: inline-block;
  list-style: none;
  width: 33.33%;
  margin-bottom: 75px;
}

#sponsor .item ul li:last-child {
  margin-right: 0
}

.sponsor-control-left, 
.sponsor-control-right {
  color: #FFFFFF;
  font-size: 24px;
  position: absolute;
  top: 20%;
}

.sponsor-control-left {
  right: 12%
}

.sponsor-control-right {
  right: 10%
}


/*************************
******Contact CSS****
**************************/

.contact-section {
  background-color: #dd0b2f;   /*------------------------------------------- eventis red ---------------------- */
  background-image: url("../images/bg_contact.png");
  background-position:left bottom;
  background-size:contain;
  background-repeat:no-repeat;  
  position: relative;
	
}

.ear-piece {
  position: absolute;
  left: 0;
  top: 0;
}

#contact .container {
  padding-top:47px;
}

#contact h3 {
  text-transform:inherit;
  color: #fff; 
}

#contact-section h3 {  
  margin-bottom: 25px
}

#contact address {
  font-size: 18px;  
  color: #fff; 
}

.contact-text {
  margin-bottom: 35px;
  display: block;
}

#contact address a {
  color: #FFFFFF !important;
}

#contact-section .form-control {
  border-color: #dd0b2f;   /*------------------------------------------- eventis red ---------------------- */
  box-shadow:none;
  outline: 0 none;
  border-radius: 0;
  color: #797979;
  font-size: 18px;
}

#contact-section .form-control:focus {
  border-color: #dd0b2f;   /*------------------------------------------- eventis red ---------------------- */
}

#contact-section input {  
  height: 44px;
}

#contact-section textarea {
  height: 90px;
  resize:none;
}

#contact-section .btn-primary {
  background-color: #373737;
  color: #dd0b2f;   /*------------------------------------------- eventis red ---------------------- */
  border: none;
  font-size: 24px;
  padding: 6px 42px;
  margin-bottom: 110px;
  margin-top: 10px
}

#contact-section .btn-primary:hover {
  background-color: #212020;
  color: #fff
}

#contact-section ul {
  color: #333f48; /*------------------------------------------- eventis grey ---------------------- */
  list-style-type: none;
  margin-left: 0 !important;
}

#contact-section .alert_input {
  border: 3px solid #333f48; /*------------------------------------------- eventis grey ---------------------- */
  
}




/*************************
****Registration CSS******
**************************/

#registration {
  position: relative;
  overflow: hidden;
}

#reg-top {
  margin-top: 2.15%;
}

#reg-top img {
  width: 100%;
}

/*************************
******Search CSS****
**************************/

#search {
  background-color: #333f48; /*------------------------------------------- eventis grey ---------------------- */
  background-image: url("../images/bg_about.png");
  background-position: left center;
  background-size: auto;
  background-repeat:no-repeat;  
  position: relative;
}

#search .container {
  padding-top:47px;
}

#search h3 {
  text-transform:inherit;
  color: #fff; 
}

#search-section h3 {  
  margin-bottom: 25px
}

.contact-text {
  margin-bottom: 35px;
  display: block;
}


#search .form-control {
  border-color: #797979;  
  box-shadow:none;
  outline: 0 none;
  border-radius: 0;
  color: #797979;
  font-size: 18px;
}

#search .form-control:focus {
  border-color: #dd0b2f;   /*------------------------------------------- eventis red ---------------------- */
}

#search input {  
  height: 47px;
}

#search textarea {
  height: 90px;
  resize:none;
}

#search .btn-primary {
  background-color: #fff;
  color: #333f48; /*------------------------------------------- eventis grey ---------------------- */
  border: none;
  font-size: 24px;
  padding: 6px 42px;
  margin-bottom: 110px;
  margin-left: 5px;
  
}

#search .btn-primary:hover {
  background-color: #dd0b2f;   /*------------------------------------------- eventis red ---------------------- */
  color: #fff
}

 /*************************
****Public Events CSS******
**************************/
#public_events {
  color: #333f48; /*------------------------------------------- eventis grey ---------------------- */
  background-color: #fff;
  position: relative;
  background-repeat: no-repeat;
  padding-bottom: 50px;
}

#public_events h2 {
  color: #333f48; /*------------------------------------------- eventis grey ---------------------- */
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 40px;
  margin-top: 70px;
  text-transform: uppercase;
}

#public_events .btn {
	background-color: #333f48; /*------------------------------------------- eventis grey ---------------------- */
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 20px 20px;
	
}

#public_events .btn:hover {
	background-color: #dd0b2f;   /*------------------------------------------- eventis red ---------------------- */
  	border-line: 5px;
  	
}



.portfolio-item {
    margin-top: 25px;
	margin-bottom: 25px;
}

.portfolio-item a {
    color: #333f48; /*------------------------------------------- eventis grey ---------------------- */
	font-weight: 700;
}

.portfolio-item a:hover {
    color: #dd0b2f;   /*------------------------------------------- eventis red ---------------------- */
}


/*************************
******Event Detail CSS****
**************************/

#evdetail-nav .navbar {
  background-color: #fff;
  position: fixed;
  top: 0;
  z-index: 998;	
}

#evdetail-nav .navbar-right {
  padding: 0;
}


#evdetail-nav .navbar-right li a {
  font-size: 18px;
  padding: 20px 25px;
  text-shadow:inherit;
}

#evdetail-nav .navbar-brand {
  height: 60px;
  margin-top: 0;
  padding: 0;
  margin-bottom: 0;
  
}

#evdetail-nav .navbar-brand img {
  height:60px;
  top: 0;
}

#evdetail-nav .header-top {
  display: none;
}

#evdetail-header .container {
  margin-top: 5px;
}

#evdetail-fault {
  color:#000000;
  padding:22% 0 22% 0; 
  
}

.evdetail {
  color: #333f48; /*------------------------------------------- eventis grey ---------------------- */
  margin: 15px 0 15px 0;
}

#evdetail-organisation .org-logo {
  height: 150px;	
}

#evdetail-registration {
  padding-bottom: 40px;
}

#evdetail-registration .btn {
	background-color: #333f48; /*------------------------------------------- eventis grey ---------------------- */
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 20px 20px;
	
}

#evdetail-registration .btn:hover {
	background-color: #fff;
	border-color: #333f48; /*------------------------------------------- eventis grey ---------------------- */
	color: #333f48; /*------------------------------------------- eventis grey ---------------------- */
  	border-line: 5px;
  	
}



#evdetail-header .disclaimers-header h1, h2, h3 {
	color: #333f48; /*------------------------------------------- eventis grey ---------------------- */
	padding-top: 20px;
}

.disclaimers {
	padding-bottom: 30px;
	
}

.panel {
  margin-top: 15px;
}

.panel-default .panel-heading {
  background-color: #333f48; /*------------------------------------------- eventis grey ---------------------- */
  color: #fff; 
	
}

.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}



/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}



/*************************
******Event Basket / Confirm CSS****
**************************/

#evbasket .evbasket {
  
  margin-top: 30px;
}


#adress_confirm {
	margin-bottom: 30px;	
}


/*************************
******Footer CSS****
**************************/

#footer {
  background-color: #212121;
  color: #fff;
  font-size: 20px;
  padding: 35px 0;

}

#footer a {
  color: #fff; 
}

#footer a:hover {
  color: #dd0b2f;   /*------------------------------------------- eventis red ---------------------- */
}


