/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

img.iclass:hover {
    -webkit-transform: scale(1.1,1.1);    -moz-transform: scale(1.1,1.1);    -o-transform: scale(1.1,1.1);    -ms-transform: scale(1.1,1.1);    transform: scale(1.1,1.1);    opacity: 0.7;}img.iclass {    -webkit-transition: all 250ms ease-in-out;    -moz-transition: all 250ms ease-in-out;    -ms-transition: all 250ms ease-in-out;    -o-transition: all 250ms ease-in-out;    transition: all 250ms ease-in-out;}

/* ._formweb div {display: flex; justify-content: center;} */
.acym_module_form {display: inline-block;}
._formweb input[type=text]{background-color: #ffffff; border-radius: 5px;}
._formweb input[type=email]{background-color: #ffffff; border-radius: 5px;}
._formweb input[type=button]{background-color: #025a6c; margin: 12px; color: #ffffff; border-radius: 5px;}

.uk-overlay-panel {margin-bottom: 20px;
					}

.uk-thumbnav > * > * > img {
  opacity: 0.3;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}


.uk-overlay-panel h1{
 color: #2c2c2c;

    letter-spacing: .05em;
    text-shadow: 
      4px 4px 0px #d5d5d5, 
      7px 7px 0px rgba(0, 0, 0, 0.2);
}

.tm-logo-footer {color: #ffffff;}
.tm-logo-footer a {color: #abc4df;}
.tm-navbar > div {border-bottom: 1px #ffffff solid;}

.avPlayerWrapper {
    display: inline-block;
    padding: 10px 10px 10px 10px;
    margin: 0 auto;
    clear: both;
}

#cookiesck_accept {
    background: #025a6c;
    border: 2px solid #025a6c;
    color: #f5f5f5;
}
#cookiesck_accept:hover{
    background: transparent;
    border: 2px solid #ffffff;
    color: #3a3a3a;
}


#cookiesck_decline {
    background: #3a3a3a;
    border: 2px solid #3a3a3a;
    color: #f5f5f5;
}
#cookiesck_decline:hover {
    background: #transparent;
    border: 2px solid #ffffff;
    color: #3a3a3a;
}
#cookiesck_settings {
    background: #fff;
    border: 2px solid #fff;
    color: #000;
}
#cookiesck_settings:hover {
    background: #transparent;
    border: 2px solid #fff;
    color: #000;
}
#cookiesck {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000000;
    min-height: 30px;
    color: #000000;
    background: rgba(255,196,0,0.5);
    text-align: center;
    font-size: 14px;
  	font-weight: bold;
    line-height: 14px;
}

.cookiesck-platform {
	padding: 10px;
	margin: 15px 0;
	color: #111;
	background: #f2f2f2;
	border-radius: 4px;
	display: inline-block;
	align-items: center;
}
.cookiesck-main-desc {
    padding: 10px 40px;
    font-size: 14px;
  	font-weight: bold;
}

.cookiesck-main .cookiesck_button, .cookiesck-main-buttons .cookiesck-button {
    background: #e5e5e5;
    border: 2px solid #ddd;
    color: #666;
    padding: 1px 10px;
    margin: 2px 5px;
    border-radius: 3px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s ease;
}

#cookiesck_interface {
    display: none;
    position: fixed;
    z-index: 1000000;
    top: 50%;
    left: 0;
    bottom: 0;
    right: 50%;
    background: #fff;
    border: 2px solid #ccc;
    margin: 10px;
    box-sizing: border-box;
}


@media screen and (max-width: 600px){
  #cookiesck_interface
{
      display: none;
    position: fixed;
    z-index: 1000000;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    border: 2px solid #ccc;
    margin: 20px;
    box-sizing: border-box;
}
  }