body{
	font-family: 'Raleway', sans-serif;
}

.hand{
	cursor: pointer;
}

.gender-div{
	text-align: left;
	line-height: 40px;
}

img.gender{
	width: 24px !important
}

@media only screen and (max-width: 322px) {
    button#gotoform {
    font-size: 1em !important;
    
}
}
.col-xs-6.uredinogo {
    height: 65px;
}
.divider{
	position: relative;
	width: 15%;
	margin: 0 auto;
	height: 1px; 
	margin-top: 25px;
	margin-bottom: 25px;
}

.divider-white{
	background-color: #fff;
}

.divider-inner{
	position: absolute;
	height: 10px;
	width: 10px;
	left: 50%;
	top: -4px;
	background-color: inherit;
	border-radius: 50%;
	transform: translate(-50%, 0);
}

.section-main{
	padding-top: 75px;
	padding-bottom: 75px;
}

.section-heading h1{
	text-align: center;
	font-size: 4em;
	color: #fff;
	font-weight: bold;
}
.col-xs-6.logonoga {
    max-height: 70px;
}

section.splash{
	position: relative;
	padding-top: 90px;
	padding-bottom: 25px;
	min-height: 100vh;
	/*background-color: #ffffff;
	background-image: url('../img/ozadje.jpg');
	background-position: center bottom;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 90%;*/
background: #536976;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #061048, #536976);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #061048, #536976); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */


}

div.prize-box{
	margin-bottom: 50px;
}


div.img-wrapper{
	background-image: url('../img/bg-prize2.png');
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}

section.splash .splash-heading{
	text-align: center;
}

section.splash .splash-heading h1{
	color: #ffffff;
	font-size: 5em;
	margin-top: 0;
}

span.prize-count{
	display: block;
	position: absolute;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	line-height: 70px;
	vertical-align: middle;
	font-size: 2em;
	color: #ffffff;
	margin-left: 20px;
	margin-top: 10px;
	border: 5px solid #ffffff;
	text-align: center;
	font-weight: bold;
	background-color: #eb7f2e;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2 );
}

.box-shadow{
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2 );
}

.btn-outline-white{
	font-size: 2em;
	color: #fff;
	text-align: center;
	padding: 15px;
	min-width: 250px;
	background-color: transparent;
	box-shadow: none;
	border: 1px solid #ffffff;
}

.btn-outline-white:hover{
	background-color: #ffffff;
	color: #860000;
	transition: all 0.4s linear;
}

section.splash h3{
	color: #ffffff;
	font-size: 3em;
	margin-top: 0;
}
.col-xs-2{
    background:#ffffff;
    color:#FFF;
}
.col-half-offset{
    margin-left:4.166666667%
}
section.splash .splash-cta{
	color: #fff;
	font-size: 2em;
	padding: 15px 30px;
	background-color: #eb7f2e;
	border: none;
	margin-top: 20px;
	margin-bottom: 35px;
	text-transform: uppercase;
}
section.prizes .img-wrapper img{
	margin: 0 auto;
}
@media only screen and (max-width: 767px) {
    section.prizes .img-wrapper img{
        max-width:300px;
    }
}
.btn-success {
    color: #fff;
    /*background-color: #489bdf;
    border-color: #489bdf;*/
    background-color: #ff9900;
    border-color: #ff9900;
}
section.prizes .prize-description{
	position: relative;
	margin: -10px 30px auto 30px;
	padding: 15px;
	font-size: 2em;
	color: #ffffff;
	text-align: center;
	background-color: #f7ce41;
	border-radius: 10px;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2 );
}


/* partners section styling */
section.partners{
	padding-top: 40px;
	padding-bottom: 40px;
	border-top: 1px solid #d3d3d3;
}

section.partners .logo img{
	margin: 0 auto;
}

/* Form section styling */
.section-form{
	/*background-color: #4ec5c1;*/
	background-color: #1f1d1f;
}

.section-form .form-wrapper{
	min-height: 400px;
	background-color: #fff;
}

.form-wrapper form{
	padding: 30px;
}

.form-wrapper fieldset{
	width: 100%;
}

.form-wrapper fieldset .label-wrapper{
	text-align: right;
}

@media (min-width: 768px) {
  .row.equal {
    display: flex;
    flex-wrap: wrap;
  }
}

.form-wrapper fieldset label{
	display: inline;
	height: 40px;
	line-height: 40px;
	font-weight: normal;

}

.label-wrapper label{
	color: #489BDF;
	font-size: 1em;
	text-transform: uppercase;
}

.label-wrapper label{
	/*color: #489BDF;*/
	color: #1f1d1f;
	font-size: 1em;
	text-transform: uppercase;
}

.form-wrapper textarea{
	height: 200px;
	max-width: 415px;
	padding: 15px;
	width: 100%;
	border: 1px solid #489BDF;
	border-radius: 0 !important;
	box-shadow: none;
	outline: none;
	display: inline-block;
}

.form-wrapper input.form-control{
	height: 40px;
	border: 1px solid #489BDF;
	border-radius: 0 !important;
	box-shadow: none;
	outline: none;
	display: inline;
}

.form-wrapper .btn-submit{
	padding: 15px 25px;
	/*background-color: #489BDF;*/
	background-color: #ff9900;
	border-radius: 0;
	border: none;
	color: #fff;
	width: 100%;
}

.form-wrapper .like-wrapper{
	background-color: #fff;
	border: 1px solid #fff;
	padding: 30px 15px;
	padding-top: 0;
	border-left: 1px solid #d3d3d3;
}

.form-wrapper .like-wrapper h3{
	color: #489BDF;
	font-size: 2.4em;
}

.form-wrapper .like-wrapper .likes{
	padding-top: 7px;
	padding-bottom: 7px;
}

footer{
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #fff;
}

footer .footer-box h4{
	color: #489BDF;
	text-transform: uppercase;
}

footer .footer-box p,
footer .footer-box a{
	color: #333;
}



/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	.section-heading h1{
		font-size: 3em;
	}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	section.splash{
		padding-top: 75px;
	}

	section.splash .splash-heading h1{
		font-size: 4em;
	}

	section.splash .splash-heading h3{
		font-size: 2em;
	}

	.form-wrapper fieldset .label-wrapper{
		text-align: left;
	}

	.section-main{
		padding-top: 50px;
		padding-bottom: 50px;
	}
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
	.section-heading h1{
		font-size: 2.6em;
	}

	section.splash .splash-heading h1{
		font-size: 3em;
	}

	section.splash .splash-cta{
		font-size: 1.4em;
	}
}


#more-prizes{
	position: absolute;
  top: -30px;
  transform: translateY(-50%);
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
}
@media screen and (min-width: 769px) {
	#more-prizes{
		margin-top: 50px;
		position: absolute;
		top: auto;
		left: auto;
		right: auto;
		margin-left: -65px;
	}
}

img.img-responsive{
	max-width: 100%;
}

fieldset.error::after{
	content: "\f00d";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #cc0000;
	font-size: 18px;
	position: absolute;
	z-index: 10;
	top: 8px;
	right: 25px;
}
fieldset.valid::after{
	content: "\f00c";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #629632;
	font-size: 18px;
	position: absolute;
	z-index: 10;
	top: 8px;
	right: 25px;
}

.vcenter-wrapper{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}

.vcenter {
	position: relative;
  top: 50%;
  transform: translateY(-50%);
	margin-left: 0;
}

@media screen and (min-width: 769px) {
	.vcenter-wrapper{
		position: absolute;
		top: 0;
		left: 50%;
		height: 100%;
	}
	.vcenter {
		position: relative;
	  top: 50%;
	  transform: translateY(-50%);
		margin-left: -50%;
	}
}

.ui-menu{
	box-shadow: 0 5px 5px rgba(0,0,0,0.3);
}

#lightbox{
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 99999;
}

#lightbox div.lightbox-content{
	display: inline-block;
	padding: 20px;
	background-color: #94353C;
	color: #fff;
	box-shadow: 0 3px 20px #000000;
	border-radius: 5px;
}

#lightbox li{
	text-align: left;
}

#lightbox h2{
	margin-top: 0;
}

#btnLightboxClose{
	color: #872300;
	background-color: #fff;
	border: none;
	margin-top: 10px;
}


#recommend,
#thanks{
    background-color: #33A1DE;
    padding-top: 20px;
}

#recommend .main-header-recommend{

}

#recommend .main-header-recommend img{
    margin: 0 auto;
}

#recommend .lighter-grey,
#thanks .lighter-grey{
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 25px;
}

.font-blue{
    color: #F59A44 !important;;
}

.font-yellow{
    color: #33A1DE !important;
}

.font-brown{
    color: #7a6b5c !important;;
}

.sketchy{
    font-weight: normal;
}

#recommend #btnfbpublish,
#recommend #btnSendData{
    background-color: #eb7f2e;
    white-space: normal;
    color: #fff;
}

#recommend #btnSendData{
    padding: 10px 25px;
    font-size: 1.2em;
}

.btn-green{
    background-color: #eb7f2e;
    white-space: normal;
    color: #fff;
}

#recommend #btnfbpublish:hover{
    background-color: #cec830;
}

#btnGotoImport,
.btnGotoThanks,
#prmInvitationExampleLink{
    cursor: pointer;
    border: none;
    background-color: transparent;
}

#prmInvitationExampleLink{
    color: #cec830;
}

#recommend #btngpluspublish{
    font-size: 1.2em;
}

.spacer10{
    height: 10px;
    width: 100%;
}

.spacer20{
    height: 20px;
    width: 100%;
}

.spacer50{
	height: 50px;
}

#recommend #tunnel-import{
    margin-top: 30px;
}

#recommend #tunnel-import{
    margin-top: 30px;
}

#recommend #tunnel-import .img-center,
#thanks .img-center{
    margin: 0 auto;
}

#recommend #tunnel-import #btnimportgmail,
#recommend #tunnel-import #btnimportyahoo,
#recommend #tunnel-import #btnimportoutlook{
    margin-bottom: 15px;
    width: auto;
    font-size: 1.2em;
}

#recommend #prmInvitations{
    width: 100%;
    color: #302e29;
    min-height: 250px;
    padding: 20px;
    border-radius: 10px;
    max-width: 471px;
}

#recommend #tunnel-import button[type="submit"],
#thanks #btnreinvite{
    white-space: normal; 
    font-size: 1.4em; 
}

#recommend .counter{
    margin: 0 auto;
    width: 45px;
    padding: 5px;
    border: 2px solid rgba(122, 107, 92, 0.3);
    border-radius: 50%; 
    color: #7a6b5c;
}

#recommend .counter h2{
    margin: 0;
}

#recommend .cta-points{
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 10px;
}

#thanks .thanks-cta{
    font-size: 1.2em;
    color: #fff;
    background-color: #cec830;
    padding: 10px 25px;
    font-weight: bold;
}

#recommend .send-cta{
	color: #fff;
	background-color: #CF5230;
}

#thanks .form-group{
	width: 100%;
}

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

.white{
	color: #ffffff;
}

.bgwhite{
	background-color: #ffffff;
}

.splash h3{
	color: #ffffff;
}

/* Custom radio */
.radio-text {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.radio-text input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radio-text:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radio-text input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-text input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radio-text .checkmark:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}

#snowflakeContainer {
    position: absolute;
    left: 0px;
    top: 0px;
}
.snowflake {
    padding-left: 15px;
    font-family: Cambria, Georgia, serif;
    font-size: 14px;
    line-height: 24px;
    position: fixed;
    color: #FFFFFF;
    user-select: none;
    z-index: 1000;
}
.snowflake:hover {
    cursor: default;
}

#copymsg {
    width: 100%; 
    height: 380px;
    max-width: 450px; 
    background-color: transparent; 
    font-family: inherit; 
    border: 1px dotted #fff;
    color: #ffffff;
}

.prize-description h4 {
    font-weight: 600;
}

section.prizes .img-wrapper img {
    border-radius: 2px;
}

span#btnfbpublish {
    box-shadow: 0px 5px 14px 0px #00000045;
    border: 1px solid #ff9900;
    border-radius: 2px;
transition: 0.2s;
}

span#btnfbpublish:hover {
 box-shadow: 0px 5px 14px 4px #00000045;
}

.email-invites h4 {
    line-height: 30px;
}

.email-invites h3 {
    font-weight: 600;
}

.email-invites section.splash .splash-heading h1 {
    font-weight: 600;
}

.email-invites .btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
    margin-top: 10px;
    margin-left: 2px;
    margin-right: 2px;
    font-weight: 600;
    font-size: 17px;
    letter-spacing: 0.5px;
}

.winners h3 {
    padding: 5px;
    background-color: #489bdf;
    max-width: 95%;
    margin: 0 auto 5px;
    border-radius: 2px;
}

.col-xs-5th-1, .col-xs-5th-2, .col-xs-5th-3, .col-xs-5th-4 {
  float: left;
}

.col-xs-5th-5 {
  float: left;
  width: 100%;
}

.col-xs-5th-4 {
  width: 80%;
}

.col-xs-5th-3 {
  width: 60%;
}

.col-xs-5th-2 {
  width: 40%;
}

.col-xs-5th-1 {
  width: 20%;
}

.col-xs-5th-pull-5 {
  right: 100%;
}

.col-xs-5th-pull-4 {
  right: 80%;
}

.col-xs-5th-pull-3 {
  right: 60%;
}

.col-xs-5th-pull-2 {
  right: 40%;
}

.col-xs-5th-pull-1 {
  right: 20%;
}

.col-xs-5th-pull-0 {
  right: auto;
}

.col-xs-5th-push-5 {
  left: 100%;
}

.col-xs-5th-push-4 {
  left: 80%;
}

.col-xs-5th-push-3 {
  left: 60%;
}

.col-xs-5th-push-2 {
  left: 40%;
}

.col-xs-5th-push-1 {
  left: 20%;
}

.col-xs-5th-push-0 {
  left: auto;
}

.col-xs-5th-offset-5 {
  margin-left: 100%;
}

.col-xs-5th-offset-4 {
  margin-left: 80%;
}

.col-xs-5th-offset-3 {
  margin-left: 60%;
}

.col-xs-5th-offset-2 {
  margin-left: 40%;
}

.col-xs-5th-offset-1 {
  margin-left: 20%;
}

.col-xs-5th-offset-0 {
  margin-left: 0%;
}

@media (min-width: 768px) {
  .col-sm-5th-1, .col-sm-5th-2, .col-sm-5th-3, .col-sm-5th-4 {
    float: left;
  }

  .col-sm-5th-5 {
    float: left;
    width: 100%;
  }

  .col-sm-5th-4 {
    width: 80%;
  }

  .col-sm-5th-3 {
    width: 60%;
  }

  .col-sm-5th-2 {
    width: 40%;
  }

  .col-sm-5th-1 {
    width: 20%;
  }

  .col-sm-5th-pull-5 {
    right: 100%;
  }

  .col-sm-5th-pull-4 {
    right: 80%;
  }

  .col-sm-5th-pull-3 {
    right: 60%;
  }

  .col-sm-5th-pull-2 {
    right: 40%;
  }

  .col-sm-5th-pull-1 {
    right: 20%;
  }

  .col-sm-5th-pull-0 {
    right: auto;
  }

  .col-sm-5th-push-5 {
    left: 100%;
  }

  .col-sm-5th-push-4 {
    left: 80%;
  }

  .col-sm-5th-push-3 {
    left: 60%;
  }

  .col-sm-5th-push-2 {
    left: 40%;
  }

  .col-sm-5th-push-1 {
    left: 20%;
  }

  .col-sm-5th-push-0 {
    left: auto;
  }

  .col-sm-5th-offset-5 {
    margin-left: 100%;
  }

  .col-sm-5th-offset-4 {
    margin-left: 80%;
  }

  .col-sm-5th-offset-3 {
    margin-left: 60%;
  }

  .col-sm-5th-offset-2 {
    margin-left: 40%;
  }

  .col-sm-5th-offset-1 {
    margin-left: 20%;
  }

  .col-sm-5th-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-5th-1, .col-md-5th-2, .col-md-5th-3, .col-md-5th-4 {
    float: left;
  }

  .col-md-5th-5 {
    float: left;
    width: 100%;
  }

  .col-md-5th-4 {
    width: 80%;
  }

  .col-md-5th-3 {
    width: 60%;
  }

  .col-md-5th-2 {
    width: 40%;
  }

  .col-md-5th-1 {
    width: 20%;
  }

  .col-md-5th-pull-5 {
    right: 100%;
  }

  .col-md-5th-pull-4 {
    right: 80%;
  }

  .col-md-5th-pull-3 {
    right: 60%;
  }

  .col-md-5th-pull-2 {
    right: 40%;
  }

  .col-md-5th-pull-1 {
    right: 20%;
  }

  .col-md-5th-pull-0 {
    right: auto;
  }

  .col-md-5th-push-5 {
    left: 100%;
  }

  .col-md-5th-push-4 {
    left: 80%;
  }

  .col-md-5th-push-3 {
    left: 60%;
  }

  .col-md-5th-push-2 {
    left: 40%;
  }

  .col-md-5th-push-1 {
    left: 20%;
  }

  .col-md-5th-push-0 {
    left: auto;
  }

  .col-md-5th-offset-5 {
    margin-left: 100%;
  }

  .col-md-5th-offset-4 {
    margin-left: 80%;
  }

  .col-md-5th-offset-3 {
    margin-left: 60%;
  }

  .col-md-5th-offset-2 {
    margin-left: 40%;
  }

  .col-md-5th-offset-1 {
    margin-left: 20%;
  }

  .col-md-5th-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-5th-1, .col-lg-5th-2, .col-lg-5th-3, .col-lg-5th-4 {
    float: left;
  }
  .col-lg-5th-5 {
    float: left;
    width: 100%;
  }
  .col-lg-5th-4 {
    width: 80%;
  }
  .col-lg-5th-3 {
    width: 60%;
  }
  .col-lg-5th-2 {
    width: 40%;
  }
  .col-lg-5th-1 {
    width: 20%;
  }
  .col-lg-5th-pull-5 {
    right: 100%;
  }
  .col-lg-5th-pull-4 {
    right: 80%;
  }
  .col-lg-5th-pull-3 {
    right: 60%;
  }
  .col-lg-5th-pull-2 {
    right: 40%;
  }
  .col-lg-5th-pull-1 {
    right: 20%;
  }
  .col-lg-5th-pull-0 {
    right: auto;
  }
  .col-lg-5th-push-5 {
    left: 100%;
  }
  .col-lg-5th-push-4 {
    left: 80%;
  }
  .col-lg-5th-push-3 {
    left: 60%;
  }
  .col-lg-5th-push-2 {
    left: 40%;
  }
  .col-lg-5th-push-1 {
    left: 20%;
  }
  .col-lg-5th-push-0 {
    left: auto;
  }
  .col-lg-5th-offset-5 {
    margin-left: 100%;
  }
  .col-lg-5th-offset-4 {
    margin-left: 80%;
  }
  .col-lg-5th-offset-3 {
    margin-left: 60%;
  }
  .col-lg-5th-offset-2 {
    margin-left: 40%;
  }
  .col-lg-5th-offset-1 {
    margin-left: 20%;
  }
  .col-lg-5th-offset-0 {
    margin-left: 0%;
  }
}

.container.main {
    max-width: 90%;
    width: 2000px;
		overflow: hidden;
  }
	.col-xs-12.splash-heading {
	    padding-top: 4%;
	}
	button#gotoform {
    margin-top: 20px;
}
section.splash .splash-heading h1 {
    font-weight: 600;
}
button#gotoform {
    font-weight: 600;
		    border-radius: 1px;
    padding: 12px 25px;
    transition: all 0.2s;
}

button#gotoform:hover, #gotoform:active, #gotoform:focus { 
    background-color: #fd4a1a;
    border-color: #fd4a1a;
}

section.splash {
    background: url('../img/optimist-ozadje.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 0px;
    padding-bottom: 0px;
}
section.splash.v2 {
    background: url('../img/optimist-ozadje-v2.jpg');
}

.overlaycolor {
    background: #0000000A;
    width: 100%;
    min-height: 100vh;
}

.overlaycolor.v2 {
    background: #00000040;
    width: 100%;
    min-height: 100vh;
}


section.prizes .prize-description {
    margin: -10px 20px auto 20px;
		border-radius: 2px;
		/*background-color: #449d44;*/
    box-shadow: 0 5px 5px rgba(255, 255, 255, 0.09);
}

.section-form {
   /* background-color: #449d44;*/
}
.form-wrapper .btn-submit {
	background-color: #ff9900;
	text-transform: uppercase;
    font-weight: 600;
}
.img-wrapper {
    transition: all 0.2s;
}
.prize-box:hover .img-wrapper {
    margin-top: -20px;
}
div.prize-box:hover .prize-description {
    background: #ff9900;
}
div.prize-box .prize-description {
    transition: all 0.2s;
}
label {
    font-weight: 600 !important;
}
.radio-text input:checked ~ .checkmark {
    /*background-color: #449d44;*/
}
.form-wrapper .btn-submit {
    transition: all 0.2s;
}
.form-wrapper .btn-submit:hover {
    background-color: #fd4a1a;
    border-color: #fd4a1a;
}
.section-main {
	padding-top: 65px;
	padding-bottom: 65px;
}
.prize-description small.kdopodarja {
	display: block;
	color: white;
	padding-top: 7px;
	font-weight: 400 !important;
}
footer img.img-responsive {
    max-width: 175px;
    margin: 0 auto;
}
.col-xs-4.logonoga img {
    max-width: 100%;
}
.col-xs-12.col-md-3.footer-box p {
    font-size: 1em;
		margin-bottom:2px;
}
.label-wrapper label {
    font-size: 1.5em;
}
h1.animated.fadeInDown {
    max-width: 1200px;
    margin: 0 auto;
}
.fb-like {
    display: inline;
}
.desnifloat img {
    float: right;
}
.levifloat img {
    float: left;
}

span.facebook-name {
    margin-left: 2px;
    margin-right: 16px;
}

.col-xs-12.col-sm-12.facebook-div {
    margin: 0 auto;
    text-align: center;
}

@media only screen and (max-width: 991px) {
	p.organizatorji {
    padding-left: 24px;
	}
}
@media only screen and (max-width: 420px) {
	.logonoga img {
	    max-width: 200px !important;
	}
	.logonoga {
	    width: 100%;
	}
	.footer-box {
    text-align: center;
    margin-bottom: 20px;
	}
	.desnifloat img {
    float: unset;
	}
	.levifloat img {
	    float: unset;
	}
}

#copymsg {
    width: 100%;
    height: 380px;
    max-width: 450px;
    background-color: #fff; /*rgba(30,29,26,1);*/
    font-family: inherit;
    border: none;
    color: #000; /*#ffffff;*/
    padding: 20px 15px;
}
a.btn.btn-outline-white:hover {
    font-weight: 600;
    
    color: orange;
    background: #ffffff47;
    background-color: rgba(255, 255, 255, 0.28);
}

a.btn.btn-outline-white {
    color: white;
    background: #f0ad4e;
    margin-bottom: 25px;
    font-weight: 600;
    transition: all 0.2s;
    border-color: #f0ad4e;
}
.overlay {
    background: #00000047;
    background-color: rgba(0,0,0,0.28);
    min-height: 100vh;
}

label {
    line-height: 1.1em !important;
}
.form-wrapper .btn-submit {
    padding: 9px 25px;
}
.col-xs-4.logonoga img {
    max-width: 170px;
}

.col-xs-4.logonoga {
    width: 50% !important;
}


@media screen and (max-width:767px){
.col-sm-4.col-xs-12.label-wrapper {
    text-align: center;
}
input {
    text-align: center;
}
fieldset.error::after {
    top: 32px;
}
.row.justify-content-center.align-items-center {
    margin-top: 25px !important;
}
}

@media screen and (max-width:450px){
.col-xs-6.logonoga {
    max-height: unset !important;
}
.logonoga img {
    max-width: 100% !important;
}
.logonoga {
    width: 50%;
}
}



@media screen and (max-width:767px){
.col-xs-12.splash-heading {
    padding-top: 10%;
}
.col-xs-12.col-sm-8.gender-div {
    margin: 0 auto;
    text-align: center;
}
}
@media screen and (max-width:550px){
.fb-like {
    display: block;
}

.spacer20 {
    height: 10px;
}
}


@media screen and (max-width:412px){
#copymsg {
    height: 420px;
}
}
@media screen and (max-width:360px){
#copymsg {
    height: 500px;
}
}

div.prize-box {
    min-height: 320px;
}

@media screen and (max-width:992px) and (min-width:767px) {
.col-md-5th-1.col-sm-4.prize-box.my-offset {
    margin-left: 16.66666667%;
}
.prize-description h4 {
    font-size: 13px;
}
}

footer .fb-like.fb_iframe_widget {
    display: block;
    text-align: center;
}
footer span {
    text-align: center;
    display: block;
}

a.btn.btn-outline-white:hover {
    background-color: rgba(255, 255, 255, 0.89);
}
.col-xs-12.msg-wrapper {
    display: block;
    margin: 0 auto !important;
    text-align: center;
    width: 100% !important;
}
div#copymsg {
    margin: 0 auto !important;
    margin-top: 15px !important;
    height: fit-content;
}

.overlay {
    min-height: fit-content;
}
section.splash {
    min-height: fit-content;
}
a.btn.btn-outline-white {
    margin-bottom: 50px;
}

.col-md-6.col-xs-6.img-logo img.img-responsive {
    MAX-WIDTH: 275PX;
    TEXT-ALIGN: CENTER;
    MARGIN: 0 AUTO;
}.col-md-6.col-xs-6.img-logo .fb-like.fb_iframe_widget.fb_iframe_widget_fluid {
    DISPLAY: BLOCK;
}

.single-logo img.img-responsive {
    max-width: 130px;
}
.single-logo img.img-responsive {
    max-width: 130px;
    /*margin-bottom: -18px;
    margin-top: -25px;*/
}


.coupon-code {
    font-weight: 600;
    padding: 2px;
    background-color: #f0ad4e;
    color: #ffffff;
    border-radius: 2px;
}

.sponsor-url {
    margin-top: 15px; 
    padding: 15px; 
    min-width: 250px; 
    font-size: 2em;
    font-weight: 600;
}

.sponsor-url:hover {
    background-color: #fd4a1a;
    border-color: #fd4a1a;
}