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

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

body {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-size: 17px;
  color: #fff
}


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

a {
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}

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;
}
h1 {
  margin-left: 60px;
}
h2 {
  font-size: 36px
}

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

.navbar-toggle .icon-bar {
  background-color: #c20013;
}

.navbar-toggle, 
.navbar-toggle:focus {
  border:1px solid #fff;
  outline: none;
}


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

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

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

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

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

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

.social-icons .fa-twitter:hover {
  color:#29C5F6
}

.social-icons .fa-google-plus:hover {
  color:#D13D2F
}

.social-icons .fa-youtube:hover{
  color: #ec5538
}

.navbar-brand {
  background-color: transparent;
  height: 90px;
  margin-bottom: 20px;
  position: relative;
  width: 297px;
}

.navbar-brand img {
  position: absolute;
  top: -35px;
}

.navbar-right {
  background-color: #c20013;
  padding:0 95px 0 0;
  opacity: .9
}

.navbar-right li a {
  padding: 35px 21px;
  font-size: 22px;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Yanone Kaffeesatz', 'sans-serif';
  font-weight: 300;

}

.navbar-right li a:hover {
	  background-color: #fff;
  color: #16728f;
} 
.navbar-right li a:focus,  
.navbar-right .active a {
  background-color: #fff;
  color: #16728f;
}


.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;
  margin-left:40px;
  padding: 0;
  margin-bottom: 0;
  width: 125px;
}

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

.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 #c20013;
  bottom: 14%;
  float: left;
  left: 0;
  opacity: 0.8;
  padding:10px 60px 35px;
  right: inherit;
  text-transform: uppercase;
  color: #fff;
  text-align: left;
      -moz-border-bottom-right-radius: 150px;
  -webkit-border-bottom-right-radius: 150px;
}


#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: #2da1c5;
}

#main-slider 
.carousel-caption a:hover {
  color: #2588a6
}

#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:#1B7B98;
  border: 1px solid #1B7B98;
}

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

/*************************
*******Explore CSS******
**************************/

#explore {
  background-color: #C34C39;
  background-image: url("../images/event-bg.jpg");
  background-position: center bottom;
  background-size: contain;
  background-repeat:no-repeat;
  position: relative;
  overflow: hidden;
  padding: 130px 0 100px;
}

.watch {
  position: absolute;
  left: 0;
  top: 7%;
}

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

#countdown {
  display: block;
  overflow: hidden;
  text-align: center;
  padding: 0
}

#countdown li {
  list-style: none;
  display:inline-block;
  margin-right: 40px;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  position: relative;
}

#countdown li:last-child {
  margin-right: 0
}
#countdown li p {
	color: #fff;
}
#countdown li span {
  display: block;
  font-size: 40px;
  font-weight: 700;
  height: 82px;
  line-height: 79px;
  width: 75px;
  border-radius: 10px;
  border-right: 1px solid #9e3e2e;
  border-bottom: 1px solid #9e3e2e;
}

#countdown li .days {
  background-color: #45b29d;
  color: #fff;
  border-top: 1px solid #6ac1b1;
  border-left: 1px solid #6ac1b1;
}

#countdown li .hours {
  background-color: #efc94c; 
  border-top: 1px solid #f2d470;
  border-left: 1px solid #f2d470;
}

#countdown li .minutes {
  background-color: #e27a3f;
  border-top: 1px solid #e89565;
  border-left: 1px solid #e89565;
}

#countdown li .seconds {
  background-color: #df5a49;
  border-top: 1px solid #e57b6d;
  border-left: 1px solid #e57b6d;
}

#countdown li:before {
  background-color: #FFFFFF;
  content: "";
  height: 11px;
  left: 0;
  position: absolute;
  top: 36px;
  width: 1px;
}

#countdown li:after {
  background-color: #FFFFFF;
  content: "";
  height: 11px;
  right:0;
  position: absolute;
  top: 36px;
  width: 1px;
}

.cart {
  background-color: #b34534;  
  position: absolute;
  right:-200px;
  top: 37%;
  width:252px;
   -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}

.cart:hover {
  right:0;
}


.cart a {
  color: #FFFFFF;
  display: block;
  font-size: 24px;
  text-transform: uppercase;
}

.cart a i {
  font-size: 30px;  
  padding: 20px 12px;
  background-color: #A64030; 
  margin-right: 3px;
}

 

 /*************************
*******Event CSS******
**************************/
#event {
  background-color: #33888F;
  background-image: url("../images/performar-bg.jpg");
  background-position: 50% 0;
  background-size: cover;
    background-attachment: fixed;
  position: relative;
  background-repeat: no-repeat;
}

/*************************
*******Program CSS**********
**************************/

#program {
  background-color: #75B46E; 
background-image: url("../images/about-bg.jpg");
background-repeat: no-repeat;
background-size: cover;  
  position: relative;  
  width: 100%;
  display: flex;
}

    
    .event-list {
		list-style: none;
		font-family: 'Yanone Kaffeesatz', 'sans-serif';
		margin: 0px;
		padding: 0px;
	}

	.event-list > li {
		background-color: transparent;		
		padding: 0px;
		margin: 0px 0px 20px;
	}


	.event-list > li > time {
		display: inline-block;
		width: 100%;
		color: rgb(255, 255, 255);
		background-color: #c20013;
		padding: 5px;
		text-align: center;
		text-transform: uppercase;
	}
	
	
	.event-list > li > time > .day {
		display: block;
		font-size: 56pt;
		font-weight: 100;
		line-height: 1;
		margin-top: 20px;
	}
	.event-list > li time > .month {
		display: block;
		font-size: 24pt;
		font-weight: 500;
		line-height: 1;
	}
	.event-list > li > img {
		width: 100%;
	}
	.event-list > li > .info {
		padding-top: 5px;
		text-align: center;
	}
	.event-list > li > .info > .title {
		font-size: 17pt;
		font-weight: 500;
		margin: 0px;
		color: #c20013;
	}
	.event-list > li > .info > .desc {
		font-size: 13pt;
		font-weight: 300;
		margin: 0px;
	}
	 .toetaja {
		position:relative; 
		margin-left: 250px;
		bottom:50%;

	}
	
	
	
	.event-list > li > .info > ul,
	.event-list > li > .social > ul {
		display: table;
		list-style: none;
		margin: 10px 0px 0px;
		padding: 0px;
		width: 100%;
		text-align: center;
	}
	.event-list > li > .social > ul {
		margin: 0px;
	}
	.event-list > li > .info > ul > li,
	.event-list > li > .social > ul > li {
		display: table-cell;
		cursor: pointer;
		color: rgb(30, 30, 30);
		font-size: 11pt;
		font-weight: 300;
        padding: 3px 0px;
	}
    .event-list > li > .info > ul > li > a {
		display: block;
		width: 100%;
		color: rgb(30, 30, 30);
		text-decoration: none;
	} 
    .event-list > li > .social > ul > li {    
        padding: 0px;
    }
    .event-list > li > .social > ul > li > a {
        padding: 3px 0px;
	} 
	.event-list > li > .info > ul > li:hover,
	.event-list > li > .social > ul > li:hover {
		color: rgb(30, 30, 30);
		background-color: rgb(200, 200, 200);
	}
	.facebook a,
	.twitter a,
	.google-plus a {
		display: block;
		width: 100%;
		color: rgb(75, 110, 168) !important;
	}
	.twitter a {
		color: rgb(79, 213, 248) !important;
	}
	.google-plus a {
		color: rgb(221, 75, 57) !important;
	}
	.facebook:hover a {
		color: rgb(255, 255, 255) !important;
		background-color: rgb(75, 110, 168) !important;
	}
	.twitter:hover a {
		color: rgb(255, 255, 255) !important;
		background-color: rgb(79, 213, 248) !important;
	}
	.google-plus:hover a {
		color: rgb(255, 255, 255) !important;
		background-color: rgb(221, 75, 57) !important;
	}
	.hoiatus {
		color: #c20013;
		padding-bottom: 30px;
	}
			.event-list > .yksteist > time {
		background-color: transparent;
	}

	@media (min-width: 768px) {
		.event-list > li {
			position: relative;
			display: block;
			width: 100%;
			
			height: auto;
			padding: 0px;
		}
		.event-list > li > time,
		.event-list > li > img  {
			display: inline-block;
		}
		.event-list > li > time,
		.event-list > li > img {
			width: 120px;
			float: left;
		}
		.event-list > li > .info {
			background-color: rgb(245, 245, 245);
			overflow: hidden;
		}
		.event-list > li > time,
		.event-list > li > img {
			width: 120px;
			height: 150px;
			padding: 0px;
			margin: 0px;
		}
	
		.event-list > li > img {
			width: 240px;
		}
		.event-list > li > .info {
			position: relative;
			height: 150px;
			text-align: left;
			padding-right: 40px;
		}	
		.event-list > li > .info > .title, 
		.event-list > li > .info > .desc {
			padding: 0px 10px;
		}
		.event-list > li > .info > ul {
			position: absolute;
			left: 0px;
			bottom: 0px;
		}
		.event-list > li > .social {
			position: absolute;
			top: 0px;
			right: 0px;
			display: block;
			width: 40px;
		}
        .event-list > li > .social > ul {
            border-left: 1px solid rgb(230, 230, 230);
			border-bottom: 1px solid rgb(230, 230, 230);
        }
		.event-list > li > .social > ul > li {			
			display: block;
            padding: 0px;
		}
		.event-list > li > .social > ul > li > a {
			display: block;
			width: 40px;
			padding: 10px 0px 9px;
		}
	}
	@media (max-width: 768px) {
		.event-list > li {
			width: 88%;
			margin-left: 10px;
			
	}
}

/*************************
******UUDISED CSS****
**************************/

#uudised {
  background-color: #ecedef;
  background-image: url("../images/twitter-bg.jpg");
  background-position: center bottom;
  background-size: cover;
  background-repeat:no-repeat;
  background-attachment: fixed;
  position: relative;
  padding: 95px 0 90px;
  overflow: hidden;
}
.uudis {
	color: #000;
	margin-top: -60px;
}

/*************************
*******INFO CSS**********
**************************/
.marquee {
	background: #fff;
    width: 100%;
    overflow: hidden;
    border:1px solid #ccc;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 11;
}
.marquee img {
	padding-left: 20px;
}
.edge{
    left:0;
    right:0;
    top:0;
    bottom:0;
    position:absolute;
    height:100%;
    display:block;
}
.edge:before{
    content:'';
    position:absolute;
    left:0;
    background:-webkit-linear-gradient(left, white 10%, rgba(0,0,0,0) 100%);
    width:25%;
    height:100%;
}
.edge:after{
    content:'';
    position:absolute;
    right:0;
    background:-webkit-linear-gradient(right, white 10%, rgba(0,0,0,0) 100%);
    width:25%;
    height:100%;
}



.light {
  position: absolute;
  top: 0;
  right: -250px;
}




/*************************
******UUDISED NEWSSLIDER CSS****
**************************/
ul.resp-tabs-list, p {
    margin: 0px;
    padding: 0px;
	color: #16728f;
	
}
ul.resp-tabs-list, a {
	color: #c20013;
} 
.resp-tabs-list li {
	background-color: transparent;
    font-weight: 300;
    font-size: 16px;
	color: #c20013;
    display: inline-block;
    padding: 13px 15px;
    margin: 0 4px 0 0;
    cursor: pointer;
    float: left;
}
.resp-tabs-list li span {
	color: #000;
	padding-right: 5px;
}
.resp-tabs-container {
    padding: 0px;
    background-color: transparent;
    clear: left;
}
.resp-tabs-container img {
	margin: 0 auto;
	padding-bottom: 20px;	 	
}
h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}

.resp-tab-content {
    display: none;
    padding: 15px;
}

.resp-tab-active {	
	margin-bottom: -1px !important;
	padding: 12px 14px 14px 14px !important;
}

.resp-tab-active {
    border-bottom: 1px solid #c20013;
    background-color: transparent;
}

.resp-content-active, .resp-accordion-active {
    display: block;
}

h2.resp-accordion {
    font-size: 13px;
    margin: 0px;
    padding: 10px 15px;
}

h2.resp-tab-active {
    margin-bottom: 0px !important;
    padding: 10px 15px !important;
}

/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 23%;
}

.resp-vtabs .resp-tabs-list li {
    display: block;
	font-size: 15px;
    padding: 15px 15px !important;
    margin: 0 0 4px;
    cursor: pointer;
    float: none;
	
}
.resp-vtabs .resp-tabs-list li:hover {
	border-bottom: 1px solid #c20013;
}
.resp-vtabs .resp-tabs-container {
    padding: 0px;
    background-color: transparent; 
    float: left;
    width: 58%;
    min-height: 350px;
    clear: none;
}

.resp-vtabs .resp-tab-content {
    border: none;
    word-wrap: break-word;
}

.resp-vtabs li.resp-tab-active { 
position: relative;
z-index: 1;
margin-right: -1px !important;
padding: 14px 15px 15px 14px !important;
margin-bottom: 4px !important;
}


/*-----------Accordion styles-----------*/
h2.resp-tab-active {
    background: transparent;/* !important;*/
}

.resp-easy-accordion h2.resp-accordion {
    display: block;
}


.resp-jfit {
    width: 100%;
    margin: 0px;
}

.resp-tab-content-active {
    display: block;
	
}



/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) {
    ul.resp-tabs-list {
        display: none;
    }
    h2.resp-accordion  span {
	color: #000;
	padding-right: 5px;
}
    h2.resp-accordion {
        display: block;
		color: #c20013;
    }


    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: 100px;
        clear: none;
    }

    .resp-accordion-closed {
        display: none !important;
    }
}

/*************************
******GALERII CSS****
**************************/

#galerii {
  height:640px;
  background-color: #1881a2;
  background-image: url("../images/gallery-bg1.jpg");
  background-attachment: fixed;
  background-position:50% 0;
  background-size: cover;
  background-repeat:no-repeat;
  
}

.btn {
  background: #FF6666;
  border-width: 0;
  color: #fff;
  text-decoration: none;
  padding: 7px 20px;
  line-height: 1.5;
  border-radius: 20px;
  text-transform: uppercase;
  font-family: Kaffeesatz sans-serif;
  font-size: 80%;
  font-weight: 700;
  margin: 5px 5px 5px 0;
  display: inline-block;
  cursor: pointer;
  outline: none;
  transition: all .2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:hover, .btn:focus {
  color: #fff;
}

.imglist img {
  height: 130px;
  margin-bottom: 4px;
}


.tright {
  text-align: right;
}

.tright .btn {
  margin-left: 10px;
}

.hidden {
  display: none;
}


.grid {
  float: left;
  width: 30%;
  padding: 20px;
  background: #eee;
  margin: 0 20px 20px 0;
}

#gal1 {
	width: 225px;
	display: inline-block;
	margin: 20px;
-webkit-box-shadow: 0px 0px 10px 0px rgba(255,255,255,6);
-moz-box-shadow: 0px 0px 10px 0px rgba(255,255,255,6);
box-shadow: 0px 0px 10px 0px rgba(255,255,255,6);
}
#gal2 {
	width: 225px;
	display: inline-block;
	margin: 20px;
-webkit-box-shadow: 0px 0px 10px 0px rgba(255,255,255,6);
-moz-box-shadow: 0px 0px 10px 0px rgba(255,255,255,6);
box-shadow: 0px 0px 10px 0px rgba(255,255,255,1);
}
/*************************
******Map CSS****
**************************/
#map {
  position: relative;
}

#gmap {
  height:450px;  
}


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

.contact-section {
  background-color: #f7ab24;
  background-image: url("../images/contact-bg.jpg");
  background-position:60% 0;
  background-size:cover;
  background-attachment: fixed;
  background-repeat:no-repeat;  
  position: relative;
}

.ear-piece {
  position: absolute;
  left: 60px;
  top: 25px;
}
.contact-text {
	margin-left: 10px;
}
.contact-address {
	margin-left: 10px;
}
#wrapper {
	width: 524px;
	height: 360px;
	margin-top: 100px;
	overflow: hidden;
	margin-bottom: 30px;
}
h2, h3, h4, h5, h6 {
	margin: 1em 0;
}
h2 {
	text-align: left;
	font-size: 160%;
}
input, textarea{
	line-height: 160%;
}
img{
	border: none;
}
#form_holder{
	float: left;
}
#contact_form{
	display: block;
	background: url(../images/formbg.jpg) no-repeat;
	width: 524px;
	height: 364px;
	overflow: hidden;
	
}
#contact_form h2{
	margin-left:40px;
	margin-top:40px;
	color: #16728f;
}
#contact_form h3{
	display: none;
}
#contact_form fieldset{
	margin: 0;
	padding: 0;
	border: none;
	float: left;
	display: inline;
	width: 200px;
	margin-left: 34px;
	
}
#contact_form fieldset.last{
	width: 254px;
	margin-left: 17px;
}
#contact_form legend{
	display: none;
}
#contact_form label{
	display: block;
}
#contact_form input, #contact_form textarea{
	font-family: 'Yanone', 'Kaffeesatz';
	width: 192px;
	border: 1px solid #c20013;
	background: #fff;
	padding: 3px;
	border: 2px solid #c20013;
	outline: none;
	border-radius: 4px;
}
#contact_form textarea{
	margin: 1px 0 0 0;
	width: 226px;
	height: 170px;
}
#contact_form input:focus, #contact_form textarea:focus, #contact_form input:active, #contact_form textarea:active{
	border: 2px solid #c20013;
	box-shadow: 0px 0px 0px 1px #c20013;
}
#contact_form p.submit{
	margin: 0 34px;
	clear: both;
	position: relative;
}
#contact_form button{
	padding: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 98px;
	height: 39px;
	overflow: hidden;
	border: none;
	background: url(../images/send.gif) no-repeat 0 0;
	color: #fff;
	cursor: pointer;
	border-radius: 4px;
}
#contact_form button:hover{
	box-shadow: 3px 3px 4px -1px #c20013;
}
#contact_form button:active{
	box-shadow: 2px 2px 4px -1px #c20013;
	left: 0;
}



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

#footer {
  background-color: #212121;
  background-image: url("../images/footer-bg.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  color: #FFFFFF;
  font-size: 20px;
  padding: 35px 0;
}

#footer p {
  color:#fff;
}



