/*
Theme Name: BDE v2
Theme URI: https://stari.bluediamondevents.net
Author: Digitality.ba
Author URI: https://www.digitality.ba
Description: Blue Diamond Events
Version: 2.0
*/




@import url('https://fonts.googleapis.com/css?family=Oswald:300,400|Roboto:400,500,700|Open+Sans+Condensed:300&display=swap&subset=greek');

@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?pwgno6');
  src:  url('fonts/icomoon.eot?pwgno6#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?pwgno6') format('truetype'),
    url('fonts/icomoon.woff?pwgno6') format('woff'),
    url('fonts/icomoon.svg?pwgno6#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-camera:before {
  content: "\e90f";
}
.icon-play3:before {
  content: "\ea1c";
}
.icon-arrow-right2:before {
  content: "\ea3c";
}
.icon-arrow-down2:before {
  content: "\ea3e";
}

.fa-2x {
	font-size: 2em;
}




.ribbon-full {
	background: tomato;
	color: #fff;
	font-size: 18px;
	text-align: center;
	padding: 8px 5px;
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: -15px;
}


/* https://codepen.io/nxworld/pen/oLdoWb */
/* common */
.ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
	z-index:99
}
.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #d5553f;
}
.ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 15px 0;
  background-color: tomato;
  box-shadow: 0 5px 10px rgba(0,0,0,.1);
  color: #fff;
  font: 700 18px/1 'Lato', sans-serif;
  text-shadow: 0 1px 1px rgba(0,0,0,.2);
  text-transform: uppercase;
  text-align: center;
}

/* top left*/
.ribbon-top-left {
  top: -10px;
  left: -10px; /* 5px */
}
.ribbon-top-left::before,
.ribbon-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent;
}
.ribbon-top-left::before {
  top: 0;
  right: 0;
}
.ribbon-top-left::after {
  bottom: 0;
  left: 0;
}
.ribbon-top-left span {
  right: -25px;
  top: 30px;
  transform: rotate(-45deg);
}





body {
    background-color: #fff;
    color: #333;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
}

p,
ul {
    font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.1;
}

h2.title {
    font-size: 48px;
    line-height: 1.2;	
}


img {
    /* width:100%; */
    max-width: 100%;
    height: auto;
    opacity: 1.0;
    filter: alpha(opacity=100);
    transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
}

a {
    color: #154375;
    
    transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
}

a:hover {
    color: #fcbc25;
    text-decoration: underline;
}

.btn:focus, .btn:active {
    outline: 0;
    box-shadow: none !important;
}





.mt-100 {
    margin-top: 100px;
}


hr {
    width: 250px;
    border-top: 5px solid #000;
    margin-left: 0;
}

hr.full {
    width: 100%;
    border-top: 5px solid #abbace;
    margin: 100px 0;
}



.box-shadow {
    -webkit-box-shadow: 0 40px 55px rgba(0,0,0,0.14),0 15px 55px rgba(0,0,0,0.14);
    -moz-box-shadow: 0 40px 55px rgba(0,0,0,0.14),0 15px 55px rgba(0,0,0,0.14);
    box-shadow: 0 40px 55px rgba(0,0,0,0.14),0 15px 55px rgba(0,0,0,0.14);   
}



.box-radius {
    overflow: hidden;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
}



h1.title {
    font-family: 'Oswald', 'Open Sans Condensed', sans-serif;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    word-spacing: 6px;
    margin-bottom: 40px;
    font-weight: 300;
}
h1.title-light {
    color: #fff;
}







/**************************************
	           BUTTONS
**************************************/
.btn-orange {
	display: block;
	background: linear-gradient(180deg, #fcbc25 0%, #f27d01 100%);
	color: #fff;
	border: 0;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 800;
	padding: 10px 20px;
	max-width: 250px;
	margin: 0 auto;
	
}
.btnorng-homepage {
	display: block;
	background: linear-gradient(180deg, #fcbc25 0%, #f27d01 100%);
	color: #fff;
	border: 0;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 800;
	padding: 10px 20px;
	max-width: 250px;
	margin: 10px auto;
	
}
.btn-orange:hover {
    background: linear-gradient(180deg, #f27d01 0%, #fcbc25 100%);
    color: #fff;
    text-decoration: none;
}
.btn-orange i { 
    margin-left: 15px;
    font-size: 16px;
}





.btn-orange-sm {
	display: block;
	background: linear-gradient(180deg, #fcbc25 0%, #f27d01 100%);
	color: #fff;
	border: 0;
    width: 35px;
    height: 35px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 800;  
    position: absolute;
    bottom: 3px;
    right: 3px;
    padding-top: 4px;
}
.btn-orange-sm:hover {
    background: linear-gradient(180deg, #f27d01 0%, #fcbc25 100%);
    color: #fff;
}





.btn-default {
	display: block;
	background: linear-gradient(180deg, #369da2 0%, #154375 100%);
	color: #fff;
	border: 0;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 800;
	padding: 10px 20px;
	width: 100%;
	margin: 0 auto;
}
.btn-default:hover {
    background: linear-gradient(180deg, #154375 0%, #369da2 100%);
    color: #fff;
}
.btn-default i { 
    margin-left: 10px;
    font-size: 16px;
}





.btn-white {
	display: block;
	background: linear-gradient(180deg, #fff 0%, #eee 100%);
    border: 2px solid #333;
	color: #333;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 800;
	padding: 10px 20px;
	max-width: 282px;
	margin: 0 auto;
}
.btn-white:hover {
    background: #333;
    color: #fff;
}
.btn-white i { 
    margin-left: 10px;
    font-size: 16px;
}







.btn-transparent {
	display: block;
	
    border: 2px solid #fff;
	color: #fff;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 800;
	padding: 10px 20px;
	max-width: 250px;
	margin: 0 auto;
}
.btn-transparent:hover {
    background: #fff;
    color: #333;
}
.btn-transparent i { 
    margin-left: 10px;
    font-size: 16px;
}





.btn-transparent-sm {
    color: #fff;
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 1px 12px;
}
.btn-transparent-sm:hover {
    color: #333;
    border: 1px solid #fff;
    background: #fff;
}




/**************************************
	           HEADER
**************************************/
header {
    width: 100%;
    height: 590px;
    position: relative;
    overflow: hidden;
    color: #fff;
    margin-bottom: 100px;
}
header.small-header {
	height: 370px;
    margin-bottom: 60px;
}


.cover-big img {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    z-index: -2;
}

.cover-overlay {
	background: #10226b;
    background: linear-gradient(135deg, #154375 0%, #369da2 100%);
	opacity: 0.75;
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    z-index: -1;
}

.header-shape {
    position: absolute;
    bottom: -120px;
    top: auto;
    left: 0;
    right: 0;
    width: 100%;
    height: 250px;
    z-index: 3;
}
.header-shape-svg {
    width: 100%;
    height: 100%;
}

.top-box {
    position: relative;
    z-index: 5;
    padding-top: 5px;
}



ul.language-chooser, 
.lang-box ul 
{
    list-style: none;
    margin: 0;
    padding: 0;
    width: 217px;
    float: right;
}
ul.language-chooser li,
.lang-box ul li
{
    display: block;
    float: left;
    margin-right: 10px;
}
ul.language-chooser li,
ul.language-chooser li a, 
ul.language-chooser li a img,
.lang-box ul  li,
.lang-box ul  li a, 
.lang-box ul  li a img
{
    display: block;
    width: 26px;
    height: 20px;
}
ul.language-chooser li a img,
.lang-box ul li a img
{
    opacity: 0.7;
}
ul.language-chooser li.active a img,
ul.language-chooser li a:hover img,
.lang-box ul li.current-lang a img,
.lang-box ul li a:hover img
{
    opacity: 1;
}


.btn-group button span {
    font-family: 'Oswald', 'Open Sans Condensed', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
}
.btn-group button { 
    font-size: 13px;
}








.navbar {
    position: relative;
    z-index: 4;
}
.navbar-brand {
    position: absolute;
    top: -25px;
}
.navbar-brand img {
    width: 121px;
}

.navbar li a {
    font-family: 'Oswald', 'Open Sans Condensed', sans-serif;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 1px;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.navbar li a:hover {
    text-decoration: underline;
}

/*
.navbar li.active a {
    text-decoration: underline;
}
*/



.navbar button:focus {
	outline: 0 !important;
}
.navbar-toggler {
    width: 100%;
    text-align: right;
    color: #fff;
    margin-top: 25px;
    margin-right: 25px;
    font-size: 22px;
}










header h1 {
	margin-top: 130px;
	font-size: 48px;
	font-weight: 500;
    letter-spacing: 0.1px;
}
header.small-header h1 {
    font-family: 'Oswald', 'Open Sans Condensed', sans-serif;
    font-weight: 300;
    text-transform: uppercase;

	max-width: 1130px;
	margin-left: auto;
	margin-right: auto;
}

.cover-p {
    max-width: 900px;
    margin: 30px auto 0;
}
.cover-p p {
    margin-bottom: 10px;
    line-height: 1.2;
}




/**************************************
	           COVER BOX
**************************************/
.home-cover-box {
    margin-top: -300px;
    position: relative;
    z-index: 6;
    margin-bottom: 100px;
}
.cover-box {
    background: #fff;
    background: linear-gradient(135deg, #8fd7f7 0%, #e6f7ff 100%);
    max-width: 870px;
    width: 100%;
    margin: 0 auto;
    padding: 20px;
}
.cover-box p {
    margin-bottom: 10px;
    line-height: 1.4;
}
.cover-box p:last-child {
    margin-bottom: 0;
}

.box-icon {
	/*
	transform: translatey(0px);
	animation: float 2s ease-in-out infinite;
	*/
}

@keyframes float {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-10px);
	}
	100% {
		transform: translatey(0px);
	}
}


/**************************************
	           LIST FESTIVALS
**************************************/
.list-box .row > div {
    margin-bottom: 30px;
}

.folklore-box {
    height: 100%;
    text-transform: uppercase;
    padding-bottom: 10px;
	position: relative;
}
.folklore-box img:hover {
    -webkit-filter: saturate(3);
    filter: saturate(3);
}
.ffestivals {
    font-size: 12px;
    color: #777;
    margin-top: 3px;
}
.folklore-box h2 {
    font-size: 19px;
    font-weight: bold;
    margin: 4px 0;
	color: #085290;
}
.folklore-box h2 a, .folklore-box h1 a {
    color: #085290;
}
.folklore-box h2 a:hover {
    color: #085290;
    text-decoration: underline;
}

.fdate {
    font-size: 15px;
    color: #444;  
    margin-bottom: 4px;
}






.sidebar-title {
    font-family: 'Oswald', 'Open Sans Condensed', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 22px;
}

.folklore-box-small {
    position: relative;
    padding: 5px;
    margin-bottom: 25px;
    text-transform: uppercase;
}


.folklore-box-small h3 {
	font-size: 19px;
	font-weight: bold;
	margin: 4px 0 3px;
}
.folklore-box-small h3 a {
	color: #085290;
}


/**************************************
	           LIST VIDEOS
**************************************/
.gradinet-box {
	background: #10226b;
    /*background: linear-gradient(135deg, #10226b 0%, #3195b2 100%);*/
    background: linear-gradient(135deg, #154375 0%, #369da2 100%);
    padding-top: 70px;
    padding-bottom: 70px;
    margin-top: 100px;
    margin-bottom: 100px;
}

.gradinet-box .row > div {
    margin-bottom: 30px;
}
.video-box {
    position: relative;
    background: #fff;
    height: 100%;
}
.video-img {
    position: relative;
}
.video-img .play {
    position: absolute;
    color: #fff;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    right: 0;
    margin-top: -25px;
    margin-left: -25px;
    border: 2px solid #fff;
    background: rgba(0,0,0,.5);
    
    /*background: rgba(50, 75, 139, 0.7);*/
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.video-box h3 {
	font-size: 16px;
    margin: 4px 4px;
	overflow: hidden;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.video-box h2 {
	font-size: 16px;
    margin: 4px 4px;
	overflow: hidden;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}


.video-box:hover img {
    -webkit-filter: saturate(3);
    filter: saturate(3);
}

.video-box:hover h3 {
    color: #154375;
}






/**************************************
	           LIST NEWS
**************************************/
.news-box {
    position: relative;
    width: 100%;
    height: 400px;
}
.list-blog .row > div {
    margin-bottom: 30px;
}

.news-box:after {
	content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 45%, rgba(0,0,0,.65) 100%);
    z-index: 2;
    -webkit-transition: all 3s;
    transition: all 3s;  

}
.news-box:hover:after {
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,.65) 100%);
    
    -webkit-transition: all 3s;
    transition: all 3s;
}

.news-box img {
    position: relative;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.news-box H3 {
    position: absolute;
    z-index: 3;
    top: auto;
    bottom: 10px;
    left: 10px;
    right: 10px;
    text-align: center;
    color: #fff;
    font-size: 22px;
    margin-bottom: 0;
}

.news-box H2 {
    position: absolute;
    z-index: 3;
    top: auto;
    bottom: 10px;
    left: 10px;
    right: 10px;
    text-align: center;
    color: #fff;
    font-size: 22px;
    margin-bottom: 0;
}





/**************************************
	           SINGLE FESTIVALS
**************************************/
.folklore-single-box {
    padding: 0;
}
.title-box {
    background: #fff;
    background: linear-gradient(180deg, #8fd7f7 0%, #e6f7ff 100%);
    padding: 4px 5px;
    margin-bottom: 15px;
}

.title-box .ffestivals, 
.title-box h1, 
.title-box h2, 
.title-box .fdate
{
    margin: 0;
    color: #333;
}
.title-box h2 {
    font-size: 1.5rem;

}

.title-box .ffestivals {
    font-size: 20px;
	}
.title-box .fdate {
	/*
    font-size: 22px;
    font-weight: 500;
	*/
	font-size: 20px;
}



.content {
    padding: 0 10px;
}


.content h2 {
    font-family: 'Oswald', 'Open Sans Condensed', sans-serif;
    color: #154375;
    margin-top: 40px;
    margin-bottom: 15px;
}

.content p img.aligncenter {
	width: 100%;
	height: auto;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.content p img {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}


.content p span {
    line-height: 1.2;
    font-size: 24px !important;
}


.content a {
    text-decoration: underline;
}


.content ul {
	padding: 0 0 0 30px;
}

.content ul li {
	line-height: 1.3;
    margin-bottom: 8px;
}



/**************************************
	           SIGN UP
**************************************/
.signup-box {
    padding: 15px;
}
.sign-title {
    font-family: 'Oswald', 'Open Sans Condensed', sans-serif;
    color: #154375;
    color: #f27d01;
    font-weight: 300;
    font-size: 28px;
    margin-bottom: -20px;
    text-align: center;
}

label {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 2px;
}

.form-control {
    background: #fff;
    border: 2px solid #154375;
    background: #f1f1f1;
}

.signup-box .btn-default {
    margin-top: 30px;
}






/**************************************
	           GALLERY
**************************************/
.galerija a, #gallery-1 .gallery-item {
	float: left;
	margin: 0 0.5% 1% 0.5% !important;
	width: 24% !important;
}
.galerija a img, #gallery-1 img {
	width: 100% !important;
	height: auto;
    border: 0 !important;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

.galerija a img:hover, #gallery-1 img:hover {
    -webkit-filter: saturate(3);
    filter: saturate(3);
}


.galerija a:nth-child(even) {
	transform: translateY(28px);
}







.sub-box {
    max-width: 550px;
    width: 95%;
    margin: 50px auto 30px;
    background: #eee;
    text-align: center;
    padding: 15px;
    
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

.anr_captcha_field_div > div {
	margin: 0 auto;
}

.sub-box .wpcf7-email {
    width: 270px;
    font-size: 18px;
    padding: 4px;
}





/**************************************
	           FOOTER
**************************************/
footer {
    position: relative;
    margin-top: 150px;
    padding: 40px 0 5px;
    background: #154375;
    background: linear-gradient(180deg, #154375 0%, #369da2 100%);    
    color: #fff;
}


.footer-shape {
    background: #154375;
    position: absolute;
    top: -80px;
    left: 0;
    right: 0;
    width: 100%;
    height: 80px;
    z-index: 3;
    transform: rotate(180deg);
}
.footer-shape-svg {
    width: 100%;
    height: 100%;
}


.foo-title {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 300;
    font-family: 'Oswald', 'Open Sans Condensed', sans-serif;
    letter-spacing: 1px;
}
.foo-title::after {
	content: '';
	display: block;
	position: relative;
	margin: 3px 0 10px;
	width: 120px;
	border-top: 2px solid #fff;
	z-index: 1;
}


footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
}

footer ul li {
    display: block;
    
    font-weight: 300;
}

footer p {
    margin-bottom: 4px;
}


footer a {
    color: #fff;
}
footer a:hover {
    color: #fff;
    text-decoration: underline;
}


.foo-icon li {
    display: inline-block;
    margin: 0 13px;
}
.foo-icon li a {
    font-size: 38px;
}
.foo-icon li a:hover {
    color: #fcbc25;
}

.foo-icon li a:hover img
{
    opacity: 0.7;
}


.foo-menu li a {
    font-size: 18px;
}


.col-last {
    text-align: right;
}
.col-last .foo-title::after {
    margin-left: auto;
}

.col-center .foo-title::after {
    margin-left: auto;
    margin-right: auto;
}



.viber, .whatsapp {
    margin-top: -3px;
}




.copy {
    font-size: 12px;
}
.copy a {
    color: #eee;
}



/**************************************
	           RESPONSIVE
**************************************/

@media (max-width: 1199px) {
   
}




@media (max-width: 991px) {
    .header-shape {
        width: 150%;
        left: -25%;
    }    
        
    .navbar-brand img {
        width: 80px;
    }
    
    .navbar-nav {
        margin-bottom: 100px;
    }
    .navbar-nav li {
        text-align: right;
    }     
    .navbar-nav li a {
        padding: 5px 40px !important;
    }   
    
    
    header h1 {
        font-size: 42px;
        margin-top: 110px;
        padding: 0 15px;
    }
    header h2 {
        font-size: 20px;
        padding: 0 15px;
    }    
    
    .col-center {
        margin-top: 30px;
    }
    
    .foo-title, footer {
        text-align: center;
    }
    .foo-title::after {
        margin-left: auto;
        margin-right: auto;
    }
    .col-last {
        text-align: center;
    }
    
    
    
}


@media (max-width: 768px) {
    header h1 {
        font-size: 32px;
        margin-top: 90px;
    }
    header h3 {
        font-size: 21px;
    }   
    
    .galerija a, #gallery-1 .gallery-item {
        margin: 0 1% 2% 1% !important;
        width: 48% !important;
    }    
    
}


@media (max-width: 591px) {
    .header-shape {
        width: 200%;
        left: -50%;
    }   
    header.small-header {
        margin-bottom: 30px;
        height: 340px;
    }

    .navbar-toggler {
        margin-right: 12px;
    }
    .navbar-nav li a {
        padding: 3px 27px !important;
    } 
    
    header h1 {
        font-size: 24px;
        text-transform: uppercase;
    }    
    header h1 span {
        display: block;
        
    }
    
    header h3 {
        margin-top: 40px;
        font-size: 19px;
    }     
    
    .cover-box p {
        font-size: 16px;
    }    
  
    .foo-menu li a {
        text-transform: uppercase;
    }    
    
    
    
    .folklore-box a img {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }
    
    .news-box {
        height: 280px;
    }    
    .news-box::after {
        background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 15%, rgba(0,0,0,.65) 100%);
    }    
    
    
}



@media (max-width: 420px) {
    .folklore-box a img {
        height: 130px;
    }  
    .folklore-box h4 {
        font-size: 18px;
        margin: 1px 0;
        padding: 0 2px;
    }
    .fdate {
        font-size: 14px;
        line-height: 1.2;
    }    
    
    .folklore-box .btn-orange {
        font-size: 17px;
        padding: 4px 20px;
    }    
    
    .news-box {
        height: 240px;
    }    
    
    
    
}


@media (max-width: 370px) {
   
}

h2.daki-subtitle {
	 font-family: 'Oswald', 'Open Sans Condensed', sans-serif;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    word-spacing: 6px;
    margin-bottom: 40px;
    font-weight: 300;
}
h2.daki-subtitle--light {
    color: #fff;
}
.festivals-box h3 {
    font-size: 19px;
    font-weight: bold;
    margin: 4px 0;
	color: #085290;
}
.dakivid-box h3 {
	font-size: 16px;
    margin: 4px 4px;
	overflow: hidden;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

H2.daki-news {
    position: absolute;
    z-index: 3;
    top: auto;
    bottom: 10px;
    left: 10px;
    right: 10px;
    text-align: center;
    color: #fff;
    font-size: 22px;
    margin-bottom: 0;
}