.winners:after {
	opacity: 0;
}

#intro p {
	font-size: 18px;
	line-height: 26px;
	max-width: 340px;
	font-weight: 300;
}

.secret-dinner-logo {
    position: absolute;
	top: -45px;
    left: 0;
    right: 0;
    z-index: 9;
}

.kleidaria {
    margin: 0 auto 120px auto;
    max-width: 250px;
    z-index: 2;
    position: relative;
    display: block;
}

#title-forma h1, #title-episodes h1{
	font-weight:lighter;
	text-align:center;
	font-size:50px;
}

#title-forma h2, #title-episodes h2 {
	text-align:center;
	font-size:46px;
	margin: 0px 0px 40px 0px;
	line-height: 54px;
}

#title-forma h3, #title-episodes h3{
	font-weight:lighter;
	text-align:center;
	font-size:28px;
	color:#000000;
}

#title-forma h4, #title-episodes h4{
	font-weight:lighter;
	text-align:center;
	font-size:22px;
	color:#000000;
}

#title-forma h5, #title-episodes h5 {
	font-weight:lighter;
	text-align:center;
	font-size:14px;
	color:#FFFFFF;
}

#title-forma p, #title-episodes p {
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  color: rgb(255, 255, 255);
  text-align: center;
  line-height: 26px;
}

.customNumbers {
    list-style-type: none;
    max-width: 300px;
    margin: 0 auto;
}
.customNumbers ol {
    margin-left: 2em;
}
.customNumbers li {
    counter-increment: count-me;
	color: #fff;
}
.customNumbers li::before {
    content: counter(count-me) ". ";
    display: block;
    position: relative;
    max-width: 0px;
    max-height: 0px;
    left: -1.3em;
    top: .05em;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.4);
    font-family: "Roboto", sans-serif;
}

.notice {
	color: #fff;
	margin: 40px auto 0px auto;
	text-align: center;
}

#title-video{
	padding-top:95px;
	color:#0079C2;
	margin-bottom:25px;
}

#title-forma, #title-episodes {
	font-weight: lighter;
	text-align: center;
	font-size: 22px;
	color:#FFFFFF;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

#title-forma {
	margin-bottom: 60px;
	background-image: url('../images/form-cover.jpg');
}

#title-forma .container, #title-episodes .container {
	padding: 60px 0px;
	border-bottom: 10px solid #fac51c;
}

#title-episodes {
	background-image: url('../images/episodes-cover.jpg');
	margin-bottom: 120px;
}

#title-forma p, #title-episodes p {
	margin: 0;
}

#title-countdown{
	font-weight:lighter;
	text-align:center;
	font-size:46px;
	color:#DBDCE0;
	padding-bottom:5px;
	margin-bottom:0;
}

#secret-dinners {
	background: url(../images/episodes-bg.jpg) no-repeat center center;
	background-size: cover;
	padding-bottom: 120px;
	background-attachment: fixed;
}

#secret-dinners .container:not(:first-child) {
	margin-bottom: 120px;
}

#episodes {
	padding-top: 60px;
	background-image: url('../images/episodes-bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}

#bf-video1, #bf-video2 {
	position: relative;
	width: 100%;
	height: 567px;
	background: url(https://img.youtube.com/vi/Pp1V-Vjbdgc/maxresdefault.jpg) no-repeat 50%;
	background-size: cover;
	left: 0;
	right: 0;
	margin: 0 auto;
	cursor: pointer;
}

.video-wrp .loader {
	display: block !important;
	background-image: url('../images/play.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	margin:0;
	/*transform: translate(-50%,-50%);*/
}

.prev-btn img {
	transform: rotate(180deg);
}

.next-btn {
	float: right;
	display: block;
    background-color: #000;
    padding: 10px;
}

.video-wrp {
	width: 100%;
	cursor: pointer;
	z-index: 99999;
	position: relative;
}

.inner-container {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 0px;
	height: 0;
}

.inner-container iframe {
	position: absolute !important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#the-form {
	max-width: 825px;
	margin-bottom: 60px;
}

#the-form .form-control{
	height:50px;
}

.input-field {
    border: 1px solid #fff;
    background-color: #000000;
    box-shadow: none;
    border-radius: 0;
    padding: 15px 20px;
    width: 100%;
    color: #ffffff;
	font-size: 16px;
}

.input-field {
	outline: none;
}

.form-control::-webkit-input-placeholder {
	color: #ffffff !important;
	font-size: 16px !important;
}

.form-control::-moz-placeholder {
	color: #ffffff !important;
	font-size: 16px !important;
}

.form-control::-moz-placeholder  {
	color: #ffffff !important;
	font-size: 16px !important;
}

.form-control::-ms-input-placeholder {
	color: #ffffff !important;
	font-size: 16px !important;
}

.form-control::placeholder  {
	color: #ffffff !important;
	font-size: 16px !important;
}

textarea::-webkit-input-placeholder{
	color: #ffffff !important;
	font-size: 16px !important;
}

textarea::-moz-placeholder {
	color: #ffffff !important;
	font-size: 16px !important;
}

textarea::-moz-placeholder {
	color: #ffffff !important;
	font-size: 16px !important;
}

textarea::-ms-input-placeholder {
	color: #ffffff !important;
	font-size: 16px !important;
}

textarea::placeholder {
	color: #ffffff !important;
	font-size: 16px !important;
}

.custom-button {
	background-color: #d51317;
	color: #ffffff;
	border-radius: 0px;
	margin: 25px 0px 40px 0px;
	padding: 20px 100px;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.25);
	font-weight: bold;
}

.custom-button:hover {
	color: #d51317;
	background-color: #fff;
}

.smrt-checkbox {
    position: relative;
	color: #ffffff;
}

.smrt-checkbox input {
    display: none;
}

.smrt-label-element {
	height: 20px;
	padding-left: 35px;
	cursor: pointer;
	font-weight: normal;
}

.smrt-label-element:before {
	content: " ";
    display: block;
    margin: 0px;
    padding: 0px;
    height: 20px;
    width: 35px;
    position: absolute;
    left: -3px;
    top: 0px;
    border: none !important;
	background: url('//kotsovolos.blob.core.windows.net/site/include/img/spritesbox.png') no-repeat left -990px;
}

input[type="checkbox"]:checked + .smrt-label-element:before {
	background: url('//kotsovolos.blob.core.windows.net/site/include/img/spritesbox.png') no-repeat left -1010px;
}

.custom-checkbox {
	text-align: center;
}

#form-err {
	position: relative;
	min-height: 550px;
}

#form-err #form-message .message-success {
	font-size: 36px;
	line-height: initial;
	text-align: center;
	display: block;
	max-width:700px;
	margin: 20px auto;
}

#message-success {
	color: #fff;
}

.home-scrolldown {
    text-align: center;
    position: absolute;
    z-index: 2;
    bottom: 20px;
    width: 100vw;
    left: 0;
    right: 0;
}

.scroll-icon.smoothscroll {
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #FFFFFF !important;
    animation: animate-it 3s ease infinite;
    -webkit-animation: animate-it 3s ease infinite;
    text-decoration: none;
    padding: 10px;
    vertical-align: middle;
    display: inline-block;
    margin-left: -17px;
}

.scroll-icon.smoothscroll span {
    clear: both;
    width: 100%;
    display: block;
    margin-bottom: 6px;
    /* font-size: 16px; */
}

.navbar-default .navbar-nav.invert > li > a,
.navbar-default .navbar-nav.invert > li.active > a, .navbar-default .navbar-nav.invert > li.active > a:hover, .navbar-default .navbar-nav.invert > li.active > a:focus, .navbar-default .navbar-nav.invert > li > a:hover, .navbar-default .navbar-nav.invert > li > a:focus {
	color: #fff;
}

.overflow .navbar-default .navbar-nav.invert > li > a {
    color: #000;
}

.overflow .navbar-default .navbar-nav.invert > li.active > a, 
.overflow .navbar-default .navbar-nav.invert > li.active > a:hover, 
.overflow .navbar-default .navbar-nav.invert > li.active > a:focus, 
.overflow .navbar-default .navbar-nav.invert > li > a:hover, 
.overflow .navbar-default .navbar-nav.invert > li > a:focus {
    color: #000;
}

.navbar-default .navbar-nav.invert > li.active > a:after, 
.navbar-default .navbar-nav.invert > li.active > a:hover:after, 
.navbar-default .navbar-nav.invert > li > a:hover:after {
    background-color: #d51218;
}

.navbar-default .navbar-nav > li.active > a:after, .navbar-default .navbar-nav > li.active > a:hover:after, .navbar-default .navbar-nav > li.active > a:focus:after, .navbar-default .navbar-nav > li > a:hover:after, .navbar-default .navbar-nav > li > a:focus:after {
	background-color: #d51218;
}

.currentSlide {
    position: absolute;
    right: 0px;
    bottom: 12px;
    background: #000;
    color: #fff;
    padding: 8px;
    z-index: 99999;
    font-size: 16px;
}

input[type="submit"]:hover {
    background-color: #fff;
}

.carusel-about-photo {
    border: 3px solid #868686;
    max-height: 605px;
    /* margin: 120px auto 0px auto; */
}

.carusel-about-photo .carousel-cell {
	display: block;
}

header.overflow.fixed .kotsovolos-logo {
    display: inline-block;
    width: 180px;
    height: auto;
}

header.overflow.invert {
    background-color: #fff !important;
}

.navbar-brand {
	z-index: 99999;
    position: relative;
}

header.overflow .navbar-brand img {
    width:70px;
}

.pretitle {
    letter-spacing: normal !important;
    max-width: 80%;
    line-height: 26px;
    margin: 0 auto;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

select::-ms-expand {
  display: none;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

#the-form select.form-control {
	background: url(../images/dd-arrow.png) no-repeat right 10px top 50% #000;
	cursor: pointer;
}

.button-about li {
    background: #000;
    background-position: center center;
    background-repeat: no-repeat;
}

iframe[name='google_conversion_frame'] {
    height: 0 !important;
    width: 0 !important;
    line-height: 0 !important;
    font-size: 0 !important;
    margin-top: -13px;
    float: left;
}

@media (max-width: 1024px){

    .kleidaria {
		margin: 0px auto 100px auto;
        max-width: 210px;
    }

}

@media (max-width: 992px){

    .kleidaria {
        max-width: 180px;
	}
}

@media (max-width: 991px){

	.invert.overflow .navbar-default .navbar-toggle .icon-bar {
		background-color: #000 !important;
	}

	.navbar-default .navbar-nav.invert > li > a,  .navbar-default .navbar-nav.invert > li.active > a {
		color: #000;
	}

	.navbar-toggle {
		margin: 15px 15px 15px 0px !important;
	}

}

@media (min-width: 769px){
    .is-table-row {
        display: table;
    }
    .is-table-row [class*="col-"] {
        float: none;
        display: table-cell;
        vertical-align: middle;
    }
}

@media (min-width: 992px){
    
    .navbar-toggle {
        display: none !important;
    }

    .navbar-default .navbar-nav {
        position: absolute;
        right: 20px;
    }

    .invert .navbar-default .navbar-collapse {
        border-color: #000;
        position: relative;
        z-index: 9;
    }

    .navbar-toggle {
        margin: 14px 15px 14px 0px !important;
	}

}

@media (max-width: 992px) {
	.kleidaria {
		margin: 0 auto 60px auto;
	}
}

@media (max-width: 768px){
	
	#mask {
		display: none;
	}

	.intro {
		padding: 100px 0px 120px 0px;
	}

	.modal .vcenter {
		max-width: 90%;
	}

	.modal-content {
		padding: 20px 50px;
	}

	.secret-dinner-logo {
		top: -145px;
	}

	.kleidaria {
		margin: -100px auto 60px auto;
	}

	.text-right, .text-left {
		max-width: 470px;
		margin: 0 auto;
	}
	
    .carusel-about-photo {
        width: 100% !important;
    }

    .row.is-table-row.visible > div {
        text-align: left !important;
    }

}

@media (max-width: 767px) {
	.intro {
		height: auto;
	}

	.vcenter {
		width: auto;
		position: relative;
		top: auto;
		transform: translateY(0);
		-webkit-transform: translateY(0);
	}

	.text-right, .text-left {
		float: none;
		text-align: center;
	}

	.secret-dinner-logo {
		top: 40px;
		left: 0px;
	}

	.kleidaria {
		margin: 90px auto 60px auto !important;
	}
}

@media (max-width: 480px){

	header .kotsovolos-logo {
		max-width: 180px;
	}

    header .navbar-brand {
        max-height: 60px;
        position: absolute;
        top: 0;
        z-index: 1;
        text-align: center;
    }

    header.fixed .navbar-brand {
		text-align: left;
	}

	.modal-title {
		font-size: 32px;
		line-height: 36px;
		margin-bottom: 10px;
	}

    .pretitle {
        font-size: 18px;
        line-height: 22px;
    }

    .invert .navbar-default .navbar-collapse {
		width: 100%;
		position: absolute;
        top: 60px;
    }

    .navbar-toggle {
        position: absolute;
        right: 0px;
        z-index: 99999;
        margin: 14px 15px 14px 0px !important;
    }

	.button-about li {
		height: 50px;
		width: 60px;
		background-size: 50% !important;
	}

	.custom-button {
		padding: 20px 50px;
	}
	
	.smrt-checkbox {
		max-width: 280px;
	}
	
	.smrt-label-element {
		display: inline-block;
		text-align: center;
	}
	
	.smrt-label-element:before {
		top: 27px;
	}

	.carusel-about-photo {
		min-height: 320px;
		height: 320px;
	}


#bf-video1, #bf-video2 {
	position: relative;
	width: 100%;
	height: 337px;
	background: url(https://img.youtube.com/vi/Pp1V-Vjbdgc/maxresdefault.jpg) no-repeat 50%;
	background-size: cover;
}


}

@media (max-width: 375px) {

	.modal-content {
		padding: 20px 40px;
	}

	.modal-title {
		font-size: 26px;
		line-height: 30px;
		margin-bottom: 10px;
	}

	.modal-header span {
		font-size: 20px;
	}

	.customNumbers li {
		font-size: 16px;
		line-height: 30px;
	}

	.customNumbers li::before {
		font-size: 16px;
		left: -2em;
	}
}

@media (max-width: 320px){

	.modal-content {
		padding: 20px 30px;
	}

	.modal-header .close {
		right: 15px;
		top: 10px;
	}

	.customNumbers {
		padding-left: 25px;
	}

    header.overflow .navbar {
		min-height: 51px;
	}
	
	.invert .navbar-default .navbar-collapse {
		top: 50px;
	}

	.navbar-toggle {
        margin: 10px 15px 10px 0px !important;
    }

	header .kotsovolos-logo {
        width: 180px;
    }

    header.overflow.fixed .kotsovolos-logo {
        width: 140px;
	}

	.carusel-about-photo {
		min-height: 280px;
		height: 280px;
	}

}
/*
li .winners {
	display: none !important;
}
*/

.navbar-toggle.on span:nth-child(2) {
  transform: rotate(45deg) translate(4px, 6px) !important;
}
 
.navbar-toggle.on span:nth-child(3) {
  opacity: 0 !important;
}
 
.navbar-toggle.on span:nth-child(4) {
  transform: rotate(-45deg) translate(3px, -5px) !important;
}