.zsiq_theme1.zsiq_floatmain {
    display: none !important;
}

.logo a {
    background: url("https://www.manageengine.com/images/logo/manageengine-logo-dark.svg") no-repeat 0 0;
    background-size: contain;
    width: 240px;
}

/*Overwrite CSS Starts here*/
body {
/*    background: #1A0A9A;*/
/*	background: linear-gradient(to bottom, #1A0A9A, #041046) !important;*/
	color: #ffffff;
	background: url("../images/bg-blackhat.jpg");
    background-size: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.main-menu li a {
	color: #ffffff;
}

header#header-fixed {
	display: none;
}

.res-menu {
	background: url(../images/mob-menu-white-icon.svg) no-repeat 0 0 !important;
}

.header-inner nav {
	padding-top: 8px;
}
/*Overwrite CSS Starts here*/

.stand {
    display: inline-block !important;
}

.closed {
    width: 100px;
    color: #000;
    background: #fff;
    display: inline-block;
    text-align: center;
    font-weight: 600;
}

.logo img {
    display: none;
}

#country_state {
    margin-top: 20px;
}

.di {
    display: inline-block;
    vertical-align: top;
}

h3 {
    font-size: 3em;
    font-weight: 700;
}

header {
    background: transparent;
    position: absolute;
    box-shadow: none;
}

header.active {
/*	background: #160984;*/
	background: #000000;
    height: auto;
    position: fixed;
	padding: 5px 0 15px 0;
}

#top-strip {
  padding: 10px 0;
  background: #ffce00;
  text-align: center;
  color: #111111;
  cursor: pointer;
  display: none;
}

.nonsticky {
	margin-top: 50px
}

.nonsticky.active {
	margin-top: 0px
}

#Home {
/*    background: #0f141d;*/
}

.header-banner {
    padding: 160px 0px 70px;
    background-size: cover;
}

#Home {
/*    background: url(../images/banner-cloudexpo.jpg) no-repeat 0 0;*/
    background-size: cover;
}

.header-banner p {
    font-size: 1.4em;
    font-weight: 400;
}

.header-banner h1 {
    font-size: 3.5em;
    padding: 15px 0px;
    font-weight: 800;
}

.register-but {
    margin: auto;
    padding: 40px 0px;
}

.main-menu li:hover a,
.main-menu li.active a {
    color: #fff;
    border-bottom: 2px solid #fff;
}

.register-but a,
form input[type="submit"] {
    background: #FFCE00;
    color: #000;
    width: 200px;
    padding: 15px 36px;
    font-size: 1.4em;
    border-radius: 5px;
    font-weight: 700;
    position: relative;
}

form input[type="submit"] {
    width: 169px;
    margin-top: 2px;
    margin-left: 2px;
    padding: 13px 40px;
	-moz-transition: all ease-in-out .2s;
    -webkit-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
	border: 1px solid #ffce00;
}

/*
.register-but a:before,
.submit-block:before {
    content: '';
    position: absolute;
    width: 169px;
    height: 48px;
    background: transparent;
    border: 2px solid #000;
    top: -7px;
    left: -7px;
    border-radius: 5px;
    transition: .2s;
    z-index: 1;
}
*/

form input[type="submit"]:hover {
    background: transparent;
    color: #ffffff;
    z-index: 2;
    border: 1px solid #ffce00;
}

.register-but a:hover::before,
.submit-block:hover::before {
    cursor: pointer;
    top: 0px;
    left: 0px;
}

.submit-block:hover input {
    z-index: 2;
}
#Contest .submit-block{display: none;}
.homeven, .homeodd {
    margin: 10px 0;
    -moz-transition: all ease-in-out .2s;
    -webkit-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
}

.inline-flex,
.inline-flex a {
    color: #111111;
    padding: 10px 0px;
    font-size: 1.2em;
    font-weight: 600;
}

.header-blocks ul li {
    display: inline-block;
    vertical-align: top;
    width: 28%;
    transition: .3s;
    position: relative;
	background: yellow;
	margin-right: 2%;
}

.header-blocks ul li:first-child:hover {
    cursor: pointer;
	box-shadow: 0 0 3px black;
    margin-top: -10px;
}

.header-blocks {
    padding: 10px 0px 100px;
}

.header-blocks ul li:first-child {
    padding-left: 0;
	background: url("../images/asia1.jpg");
	background-repeat: no-repeat;
    background-size: cover;
	transition: 0.5s;
}

.header-blocks ul li:nth-child(2) {
    padding-left: 0;
	background: url("../images/usa.jpg");
	background-repeat: no-repeat;
    background-size: cover;
	opacity: 0.8;
}

.header-blocks ul li:nth-child(3) {
    padding-left: 0;
	background: url("../images/europe.jpg");
	background-repeat: no-repeat;
    background-size: cover;
	opacity: 0.8;
}

.ban-cont img {
    width: 170px;
}

.ban-cont a {
    display: inline-block;
    -moz-transition: all ease-in-out .6s;
    -webkit-transition: all ease-in-out .6s;
    -o-transition: all ease-in-out .6s;
    transition: all ease-in-out .6s;
}

.ban-cont a:hover {
    margin: 0 0 0 10px;
}

#Highlights,
#Register,
#Venue,
#Contact,
#Contest {
    padding: 60px 0px;
}
#Register{display: none;}
#Contest{
  position: relative;
}

#Contest:after {
  content: "This contest is over";
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  z-index: 2;
  background: rgba(0, 0, 0, .90);
  color: #fff;
  padding: 300px 0 350px 0;
  width: 100%;
  font-size: 4em;
  font-family: 'Zoho_Puvi_SemiBold', sans-serif;
}
.key-right-block {
    width: 85%;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}

.key-right-block .high-head {
    display: inline-block;
    vertical-align: top;
    font-size: 1.3em;
    font-weight: 700;
}

.key-right-block p:last-child {
    padding-top: 10px;
	padding-left: 15%;
}

.key-right-block img {
    padding-right: 20px;
}

.key-right-block ul li {
    width: 44%;
    display: inline-block;
    vertical-align: top;
/*    padding: 25px 25px 25px 0px;*/
    transition: .4s;
}

.key-right-block ul li:hover {
    cursor: pointer;
    transform: scale(1.04);
}

.key-right-block ul li:last-child {
    padding-bottom: 0;
}

.key-right-block ul li:nth-child(even) {
	padding: 25px 0px 25px 25px;
}

.key-right-block ul li:nth-child(odd) {
	padding: 25px 25px 25px 0px;
}

#Highlights h3 {
    padding-bottom: 25px;
}

.key-left-block {
    padding-top: 25px;
}

.gdpr-block {
    padding: 100px 120px;
    background: #000000;
    color: #fff;
    background-image: url(../images/gdpr-bgimage.png);
    background-size: cover;
}

.gdpr-block-left {
    vertical-align: middle;
    width: 75%;
}

.gdpr-block-right a {
    background: #DE2747;
    color: #fff;
    width: 200px;
    padding: 15px 40px;
    font-size: 1.2em;
    text-transform: uppercase;
}

.gdpr-higlight {
    color: #2276FF;
    font-size: 1.5em;
    padding-top: 5px;
}

.center-block-heading {
    padding: 4px 0px 20px;
}

.show-label {
    font-size: 1.6em;
    padding-bottom: 20px;
    font-weight: 700;
}

.zc-radiolabel:hover {
    cursor: pointer;
}

.zc-radiolabel strong {
    font-size: 1.3em;
    font-weight: 700;
    line-height: 22px;
}

.reg-sel {
    position: relative;
    display: inline-block;
    padding: 20px 40px;
    margin-right: 10px;
    margin-bottom: 20px;

}

.reg-sel1 {
	background: url("../images/asia1.jpg") no-repeat;
    background-size: cover;
}

.reg-sel2 {
	background: url("../images/usa.jpg") no-repeat;
    background-size: cover;
}

.reg-sel3 {
	background: url("../images/europe.jpg") no-repeat;
    background-size: cover;
}

.zc-radiolabel {
	position: relative;
}

.reg-sel.active,
.reg-sel:hover {
/*    border: 1px solid #2276FF;*/
    cursor: pointer;
}

.form-group.pr.reg-sel:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(27 27 27 / 70%);
    z-index: 0;
}

div.form-field {
    position: relative;
    margin-bottom: 20px;
}

form input[type="radio"] {
    position: absolute;
    left: 12px;
    top: 27px;
}

form input,
form textarea,
form select {
    background: #fff;
/*    border: 1px solid #BABABA;*/
    border-radius: 0;
    width: 90%;
    padding: 15px 5%;
}

form input::placeholder,
form textarea::placeholder,
form select {
    color: #969696;
}

form input:focus,
form select:focus,
form textarea:focus {
    outline: none;
    border: 1px solid #2276FF;
}

form textarea {
    margin-top: 10px;
    height: 55px;
}

form select {
    width: 100%;
    height: 48px;
    background: #fff url(https://www.manageengine.com/events/images/dropdown-arrow.png) no-repeat 95% center;
}

form .captcha-input input {
    width: 44%;
    vertical-align: top;
    padding: 15px 5%;
}

.CaptchaWrap {
    display: inline-block;
    width: 44%;
    height: 46px;
    vertical-align: text-bottom;
    background: #dcdcdc url("https://www.manageengine.com/images/captcha.jpg") no-repeat 0 0;
    border: 1px solid #dcdcdc;
}

#CapCode, #CapCode-contest {
    width: 100%;
    height: 40px;
    padding-top: 4px;
}

.reload, .reload-contest {
    text-align: center;
    position: absolute;
    top: 13px;
    right: 12px;
    width: 25px;
    height: 25px;
    font-size: 17px;
    background: #113156;
    color: #fff;
    cursor: pointer;
    border-radius: 50%;
    line-height: 25px;
}

.form-leftsec,
.form-rightsec {
    display: inline-block;
    vertical-align: top;
    width: 38%;
    margin-right: 2%;
}

#Venue {
/*    background-image: linear-gradient(to right, #EFC539, #DA0D6A) !important;*/
}

#Venue h3 {
    padding-bottom: 20px;
}

.venue-details {
	width: 100%;
    display: inline-block;
}

.venue-details ul li {
    display: inline-block;
    vertical-align: top;
    transition: .2s;
    width: 24%;
	background: #F2C821;
	margin-right: 2%;
	transition: .5s;
	margin-bottom: 2%;
}

.venue-details ul li a {
    color: #000;
}

.view-map {
    text-decoration: underline;
    color: #000;
    padding-top: 10px;
}

.venue-details ul li:first-child:hover {
    cursor: pointer;
}

.venue-details ul li:hover .-block-heading,
.venue-details ul li:hover .view-map {
    color: #F8274C;
}

.single-venue {
	display: inline-block;
    width: 26%;
    margin-right: 4%;
/*	 border: 1px solid transparent;*/
    transition: .2s;
    width: 26%;
	background: #F2C821;
	transition: 0.5s;
}

.single-venue img {
	width: 100%;
}

.single-venue:first-child:hover {
	box-shadow: 0 0 3px black;
    margin-top: -10px;
}

.addr-v {
	padding: 25px 15px;
}

.addr-v a, .addr-v p {
	color: #111;
    font-size: 14px;
}

.zoho-division {
    display: none;
}

#Contact h3 {
    padding-bottom: 10px;
}

.contact-detail {
    padding-bottom: 20px;
}

.contact-detail a,
.foot-cont a {
    color: #fff;
}

.venue-img {
    vertical-align: top;
    width: 49%;
    display: inline-block;
    position: relative;
}

.loc-marker {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #EEC13A;
    position: absolute;
    top: 63%;
    left: 49%;
}

p.reg_form_errors {
    bottom: -23px;
}

p.reg_form_errors.reg_form_errors_city {
    bottom: -2px;
}

.main-menu li.register-tab {
    display: none;
}

.loc-marker:after {
    content: '';
    width: 30px;
    height: 30px;
    background: #EEC13A;
    opacity: .3;
    position: absolute;
    border-radius: 50%;
    top: -7px;
    left: -7px;
    -webkit-animation: scale-up-center 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite both;
    animation: scale-up-center 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite both;
}

@-webkit-keyframes scale-up-center {
    0% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        display: none;
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes scale-up-center {
    0% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        display: none;
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.bannervenu {
    min-height: 160px;
	padding: 20px;
	position: relative;
	z-index: 1;
}

.header-inner {
    padding: 0;
    width: 1200px;
    margin: 0 auto;
}

header.active .main-menu li.register-tab {
    display: inline-block;
}

.evtdat {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 0 0 5px 0;
	color: #111111;
}

.evtdat span {
    display: inline-block;
    vertical-align: top;
    width: 80%;
}

.header-blocks ul li p:nth-child(3) svg {
    width: 22px;
    padding-right: 1px;
}

.evtdat:last-child svg {
    padding-right: 5px;
}

#Contact {
    background: #000;
    color: #fff;
}

footer {
    background: #000;
}

footer p {
    padding-bottom: 10px;
}

.privacy-policy {
    padding-bottom: 10px;
}

form select {
    background: #fff url(https://www.manageengine.com/events/images/dropdown-arrow.png) no-repeat 95% center;
}

.header-blocks ul li:before {
    content: '';
    position: absolute;
	width: 100%;
    height: 100%;
    top: 0;
    background: rgb(249 206 5 / 87%);
	z-index: 0;
}

.header-blocks ul li:last-child:after {
    display: none;
}

.left-contact {
    padding-right: 60px;
}

#Contact .divof img {
    width: 80px;
    display: inline-block;
    vertical-align: top;
    padding: 0 7px;
    height: auto;
}

#Contact .divof span {
    display: inline-block;
    vertical-align: top;
    padding-top: 3px;
}

#Contact .divof {
    font-size: 1.14em;
    margin: 15px 0 0 0;
}

.share-list {
    display: inline-block;
    vertical-align: bottom;
    padding-bottom: 20px;
}

.contact-detail {
    padding-bottom: 20px;
    width: 80%;
    display: inline-block;
    vertical-align: bottom;
}

.contest-lf-cnt {
	width: 49%;
  display: inline-block;
  vertical-align: top;
}
.contest-lf-cnt img {
  width: 100%;
  height: auto;
  position: relative;
  left: -50px;
}
.contest-rg-cnt {
	width: 49%;
  display: inline-block;
  vertical-align: top;
}

/*
.contest-lf-cnt img {
	position: absolute;
}

.contest-lf-cnt img:first-child {
    left: 12%;
    width: 25%;
}

.contest-lf-cnt img:nth-child(2) {
    left: 20%;
    margin-top: 7%;
    width: 21%;
}

.contest-lf-cnt img:nth-child(3) {
    left: 20%;
    margin-top: 12%;
	width: 30%;
}

.contest-lf-cnt img:nth-child(4) {
    left: 14%;
    margin-top: 5%;
    width: 18%;
}*/





.cont-sec {
    display: inline-block;
    vertical-align: top;
/*    width: 56%;*/
    margin: 50px 0 0 0;
    position: relative;
    z-index: 2;
}

.line {
    width: 90%;
    height: 4px;
    background: -moz-linear-gradient(left, #ffffff 0%, #FFB1000D 100%);
    background: -webkit-linear-gradient(left, #ffffff 0%, rgba(100,199,92,0) 100%);
    background: linear-gradient(to right, #ffffff 0%, rgba(100,199,92,0) 100%);
    margin: 20px 0;
}

.sub-hed {
    font-size: 1.4em;
    font-weight: 600;
}

.steps {
    padding: 40px 40px 0px;
    position: relative;
}

.ps-para {
    padding: 20px 0px;
}

.steps:before {
    content: '';
    position: absolute;
    width: 2px;
    left: 9px;
    z-index: 0;
    height: 68%;
    background: #FFBA53;
}

.each-step {
    padding-bottom: 25px;
}

.step-hed {
    font-size: 1.3em;
    color: #FFBA53;
    font-weight: 600;
    padding-bottom: 7px;
    position: relative;
}

.step-hed:before {
    content: '';
    position: absolute;
    top: 6px;
    left: -37px;
    width: 12px;
    height: 12px;
    background: #3b49c6;
    border: 1px solid #FFBA53;
    border-radius: 100%;
}

.step-hed:after {
    content: '';
    position: absolute;
    top: 10px;
    left: -33px;
    width: 6px;
    height: 6px;
    background: #FFBA53;
    border-radius: 100%;
}

.contest-section {
/*	display: flex;*/
	justify-content: space-between;
/*	align-items: center;*/
	padding: 30px 0;
}

.price-register-btn {
	background: #FFCE00;
    color: #000;
    width: 200px;
    padding: 15px 36px;
    font-size: 1.4em;
    border-radius: 5px;
    font-weight: 500;
    position: relative;
	text-transform: uppercase;
	cursor: pointer;
	border-width: 1px;
	-moz-transition: all ease-in-out .2s;
    -webkit-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
}

.price-register-btn:hover {
	background: transparent;
    color: #ffffff;
    z-index: 2;
    border: 1px solid #ffce00;
}

.single-venue.venue-disable {
	opacity: 0.6;
}
.evtclosed {
    font-size: 2em;
    color: #000;
    font-family: 'Zoho_Puvi_SemiBold', sans-serif;
}

/*-------------------   Responsive  -------------------*/
@media only screen and (min-width: 1920px) {
/*	.contest-lf-cnt img:first-child {
		 left: 24%;
   		 width: 15%;
	}

	.contest-lf-cnt img:nth-child(2) {
		left: 30%;
		width: 12%;
	}

	.contest-lf-cnt img:nth-child(3) {
		left: 30%;
		width: 20%;
	}

	.contest-lf-cnt img:nth-child(4) {
		left: 24%;
		width: 13%;
	}*/
}

@media only screen and (min-width: 1600px) {
    .header-banner {
        padding: 220px 0px 160px;
    }

    .header-banner h1 {
        font-size: 4.2em;
    }

    .header-banner p {
        font-size: 1.6em;
    }

}

@media only screen and (max-width: 1600px) {
    .animation {
        opacity: 0;
        transition: all ease 1s;
        transition: all ease 1s;
        -webkit-transition: all ease 1s;
        -moz-transform: translateY(250px);
        -webkit-transform: translateY(250px);
        -moz-transform: translateY(250px);
    }

    .active-anim .animation {
        opacity: 1;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
    }
}

@media only screen and (max-width: 1300px) {

    .container,
    .header-inner {
        width: 90%;
    }

    .header-blocks ul li {
/*        width: 18%;*/
		min-height: 240px;
    }

	.logo a {
		width: 270px;
	}

	.header-inner nav {
		padding-top: 0;
	}

	.header-blocks {
		padding: 10px 0px 30px;
	}

    .key-right-block ul li {
        width: 43%;
    }

    .form-leftsec {
        width: 40%;
    }

    #Venue {
        overflow: hidden;
    }

    .main-menu li {
        padding: 0 3px;
    }

	.key-right-block {
		width: 100%;
	}

}
@media only screen and (max-width: 1200px) {
  .contest-lf-cnt{display: none;}
  .contest-rg-cnt{display: block;margin: 0 auto;width:100%;}
}
@media only screen and (max-width: 1100px) {

    .container,
    .header-inner {
        width: 85%;
    }

    .header-blocks ul li {
        width: 30%;
        padding: 10px 0px;
    }

    .key-right-block ul li {
        width: 41%;
    }

    .gdpr-block {
        padding: 100px 60px;
    }

    .logo a {
/*        width: 300px;*/
/*		width: 250px;*/
    }

    .header-blocks ul li:after {
        display: none;
    }

    form .captcha-input input {
        width: 43%;
    }
/*
	.contest-lf-cnt img:first-child {
		left: 8%;
	}

	.contest-lf-cnt img:nth-child(2) {
		left: 16%;
	}

	.contest-lf-cnt img:nth-child(3) {
		left: 16%;
	}

	.contest-lf-cnt img:nth-child(4) {
		left: 10%;
	}*/

	.contestForm .form-leftsec, .contestForm .form-rightsec {
		width: 100% !important;
	}

	.key-right-block p:last-child {
		padding-left: 18%;
	}
}

@media only screen and (max-width: 1000px) {
    .main-menu.active {
        background: rgba(255, 255, 255, 0.9);
        text-align: center;
    }

    .main-menu li a {
        color: #000;
    }

    .main-menu {
        top: 80px;
    }

    .main-menu.active {
/*        height: 240px;*/
		height: 300px;
    }

    .main-menu li:hover a,
    .main-menu li.active a {
        color: #1e7552;
        border-bottom: 1px solid #1e7552;
    }

    .left-contact {
        display: block;
        padding: 0 0 25px;
    }

	.header-blocks ul li {
		min-height: 290px;
	}

	.key-right-block p:last-child {
		padding-left: 20%;
	}
}

@media only screen and (max-width: 870px) {

    .key-left-block,
    .key-right-block,
    .form-leftsec,
    .form-rightsec,
    .venue-details ul li {
        width: 100% !important;
    }

    .key-right-block br {
        display: none;
    }

    .key-right-block .high-head {
        width: 74%;
    }

    form select {
        width: 100%;
    }

    .gdpr-block-left {
        width: 65%;
    }

    .loc-marker {
        left: 12%;
    }

	.key-right-block p:last-child {
		padding-left: 25%;
	}
}

@media only screen and (max-width: 767px) {
	.key-right-block ul li {
        width: 100%;
    }

	.key-right-block p:last-child {
		padding-left: 13%;
	}

	.key-right-block ul li:nth-child(even) {
		padding-left: 0px;
	}

	.key-right-block ul li:nth-child(odd) {
		padding-right: 0px;
	}

	.reload-contest {
		right: 0;
	}
}

@media only screen and (max-width: 730px) {

    .header-blocks ul li {
        width: 100%;
		margin-bottom: 3%;
    }

	.header-blocks ul li {
		min-height: auto;
	}

    .gdpr-block-left {
        width: 100%;
    }

/*form input,
    form textarea {
        width: 92%
    }*/

    .gdpr-block-right {
        padding-top: 40px;
    }

    .gdpr-block {
        padding: 60px;
        text-align: center;
    }

    .loc-marker {
        left: 13%;
    }

	.contest-section {
		display: block;
	}
/*
	.contest-lf-cnt {
		height: 348px;
		width: 90%;
	}

	.contest-lf-cnt img:first-child {
		width: 45%;
		left: 18%;
	}

	.contest-lf-cnt img:nth-child(2) {
		width: 41%;
		left: 26%;
	}

	.contest-lf-cnt img:nth-child(3) {
		width: 50%;
		left: 26%;
	}

	.contest-lf-cnt img:nth-child(4) {
		width: 28%;
		left: 20%;
	}*/

	.single-venue {
		display: block;
		width: 80%;
		margin-bottom: 3%;
	}
}

@media only screen and (max-width: 590px) {
/*	.contest-lf-cnt img:first-child {
		width: 55%;
	}

	.contest-lf-cnt img:nth-child(2) {
		width: 51%;
	}

	.contest-lf-cnt img:nth-child(3) {
		width: 60%;
	}

	.contest-lf-cnt img:nth-child(4) {
		width: 35%;
	} */

	.banner-sub br {
		display: none;
	}

	.header-blocks ul li {
		width: 100%;
	}
}

@media only screen and (max-width: 500px) {

	.price-register-btn, form input[type="submit"] {
		width: 100%;
	}

	.nonsticky {
		margin-top: 70px;
	}

	.key-right-block p:last-child {
		padding-left: 18%;
	}

	h3 {
		font-size: 24px;
	}


}

@media only screen and (max-width: 480px) {
    .loc-marker {
        left: 21%;
    }

    .reg-sel {
        width: 40%;
    }

    form input,
    form textarea {
        width: 89%;
    }

    .logo a {
        width: 260px;
        top: 7px;
        position: relative;
    }

    .header-banner {
        padding: 110px 0px 60px;
    }

	.contestForm .captcha-input input {
		width: 90% !important;
	}

	.contestForm .CaptchaWrap {
		width: 100%;
	}

	.reload-contest {
		top: auto;
		bottom: 10px;
	}
}

@media only screen and (max-width: 480px) {
/*	.contest-lf-cnt img:first-child {
		width: 65%;
		left: 13%;
	}

	.contest-lf-cnt img:nth-child(2) {
		width: 61%;
		left: 21%;
	}

	.contest-lf-cnt img:nth-child(3) {
		width: 70%;
		left: 21%;
	}

	.contest-lf-cnt img:nth-child(4) {
		width: 40%;
		left: 15%;
	}*/
}

@media only screen and (max-width: 375px) {
	.header-blocks ul li, .key-right-block ul li {
		width: 98%;
	}

	.key-right-block p:last-child {
		padding-left: 22%;
	}
}


@media only screen and (max-width: 350px) {

    .container,
    .header-inner {
        width: 90%;
    }

    .header-banner h1 {
        font-size: 2.5em;
    }

    .gdpr-block {
        padding: 60px 20px;
    }

    form input,
    form textarea {
        width: 86%;
    }

    .header-banner p {
        font-size: 1.3em;
    }

    .loc-marker {
        left: 29%;
    }

    .logo a {
        width: 250px;
    }
}

.floating-an-1 {
    animation-name: floating-an-1;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
	animation-delay: 3s;
}

.floating-an-2 {
    animation-name: floating-an-2;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
	animation-delay: 2s;
}

.floating-an-3 {
    animation-name: floating-an-3;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

.floating-an-4 {
    animation-name: floating-an-4;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;

}

@keyframes floating-an-1 {
    0% { transform: translate(0,  0px) rotate(-20deg); }
    50%  { transform: translate(0, 15px) rotate(-20deg); }
    100%   { transform: translate(0, -0px) rotate(-20deg); }
}

@keyframes floating-an-2 {
    0% { transform: translate(0,  0px) rotate(-20deg); }
    65%  { transform: translate(15px, 0px) rotate(-20deg); }
    100%   { transform: translate(0, 0px) rotate(-20deg); }
}

@keyframes floating-an-3 {
    0% { transform: translate(0,  0px) rotate(20deg); }
    50%  { transform: translate(0, 15px) rotate(20deg); }
    100%   { transform: translate(0, -0px) rotate(20deg); }
}

@keyframes floating-an-4 {
    0% { transform: translate(0,  0px) rotate(-20deg); }
    65%  { transform: translate(15px, 0px) rotate(-20deg); }
    100%   { transform: translate(0, 0px) rotate(-20deg); }
}


.popup-main {
    width: 100%;
    top: 0%;
    right: 0;
    bottom: 0;
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    box-shadow: none;
    -o-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    display: none;
    z-index: 99999999;
}
.popup-form {
    width: 52%;
    background: #ededed;
    margin: 60px auto;
    padding: 25px 40px 40px;
    height: 520px;
    overflow: scroll;
    color: #000;
    box-sizing: content-box;
}
.popup-close {
    text-align: right;
    display: block;
    cursor: pointer;
    position: absolute;
    right: 25px;
    top: 25px;
    -moz-transition: all ease-in-out .6s;
    -webkit-transition: all ease-in-out .6s;
    -o-transition: all ease-in-out .6s;
    transition: all ease-in-out .6s;
}
.popup-close:hover {
    transform: rotate(360deg);
    cursor: pointer;
}
.popup-main .title-register {
    text-align: center;
    font-size: 1.8em;
    font-weight: 400;
    line-height: normal;
    padding: 5px 0 10px;
}
.popup-form p {
/*    font-size: .9em;*/
    padding: 0 0 10px 0;
}

.title-sub-register {
	text-align: center;
    padding: 3px 0 15px 0;
}

.popup-main .web-popup-cont {
    width: 850px;
    height: 450px;
    min-height: 130px;
    background: #fff;
    margin: 5% auto 0 auto;
    line-height: normal;
    padding: 30px;
    text-align: center;
    display: none;
    position: static !important;
}

.web-popup-cont .popup-close {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    z-index: 999;
}

.contestForm .form-leftsec, .contestForm .form-rightsec {
	width: 48%;
}

.contestForm .form-leftsec {
	margin-right: 3%;
}

.contestForm .form-rightsec {
	margin-right: 0;
}

.contestForm .captcha-input input {
	width: 43%;
}

p.reg_form_errors_contest {
	bottom: -32px !important;
}

.contest-sbt:hover {
	background: #e0314d !important;
    border: 1px solid #e0314d !important;
}
