/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/


.menu-container > .menu-item > .menu-link {
    color: #FFFFFF;
}

.mega-menu-content .sub-menu-container:not(.mega-menu-dropdown) {
    background-color:#000000;
    color: #FFFFFF;
}
.sub-menu-container .menu-item > .menu-link {
    color: #FFFFFF;
    text-transform:none;
}

.fbox-content p {
  color:#555;
}

.svg-trigger path {
    stroke: #FFF;
}

.countdown-amount{
  color:#FFFFFF;
}
.countdown-period{
  color:#E5B525;
  font-weight:normal;
}

.error
{
  color:#FF0000;
  font-weight:100;
}

.header-size-md #header-wrap #logo img {
    height: 60px;
}

.terkep-single-image-full {
    position: relative;
    min-height: 300px;
    max-height: 600px;
    overflow: hidden;
    background-size:cover;
    background-position:center;
    background-position-y: center;
    background-repeat:no-repeat;
    margin: -0px 0 0px !important;
}

.sponsor_logo
{
  max-height: 100px;
}
         


.modal-dialog-centered-program {
    min-height: calc(100% - 3.5rem);
    max-width: 800px;
}

.modal-dialog-centered-program p {
    color:#FFFFFF;                                                       
}
     
.close {
    color: #fff; 
    opacity: 1;
}      

.keretes
{
  background-color:#00548F;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  border-radius:10px;
  width:300px;
  padding-left:15px;
  padding-bottom:15px;
  padding-top:15px;  
  margin-bottom:20px;
  width:100%;
  color:#FFFFFF;
}

.kozcim
{
font: 21px 'Open Sans', Arial, sans-serif;
margin-top:25px;
display:block;
font-weight: 800; 
}

.kepalairas
{
font-size: 12px; 
background-color: #E5EEF4; 
padding: 5px 10px;
line-height:20px;
}



           
/*
COOKIE WARNING - START
*/

.cookie-warning {
	background: rgba(0,0,0,.80);
	color: #fff;
	padding:20px 10px 20px 0;
	font-size: 13px;
	position: fixed;
	left: 0;
	width: 100%;
	bottom: 0;
	z-index: 3000;
	box-shadow: 0 0 5px rgba(0,0,0,.5);
	zoom: 1; 
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.5); 
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.5); 
	filter: progid:DXImageTransform.Microsoft.Glow(color='#00000000', Strength='5'); 
	-ms-filter: "progid:DXImageTransform.Microsoft.Glow(color='#00000000', Strength='5')"; 
	display:none;
}
.cookie-warning .wrapper {
	max-width: 940px;
	margin: 0 auto;
	padding: 10px;
	position: relative;
}
.cookie-warning .text {
	width: 70%;
	float: left;
	font-weight: 600;
	padding-left: 10px;
}
.cookie-warning .buttons {
	width: 25%;
	float: right;
	font-weight: 800;
	text-transform: uppercase;
}
.cookie-warning .buttons a {
    display: inline-block;
    padding: 0 10px;
    background: #fff;
    color: #666666;
    line-height: 30px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 10px;
    margin-right: 10px;
}

.cookie-warning .buttons a:hover {
	text-decoration: none;
	background: #00542A;
	color: white;
}
.cookie-warning .buttons a:active {
	background: #F58A91;
}

/*
COOKIE WARNING - END
*/
