html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
/*blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}*/

table {
	border-collapse: collapse;
	border-spacing: 0;
}

strong {
font-weight: 700;
}

sup {
font-size:xx-small;
vertical-align:super;
}

input {
    outline-style:none;
    box-shadow:none;
    border-color:transparent;
}



*:focus {
    outline: none;
}



button:focus {outline:0;}

/* hard reset */
* {
padding: 0; margin: 0;
-moz-box-sizing: border-box; 
-webkit-box-sizing: border-box; 
box-sizing: border-box;
position: relative; 
} 

/* micro clear fix (clears floats) */
    .contain:before,
    .contain:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.contain:after {
    clear: both;
}
.contain {
    *zoom: 1;
}

html {
    height: 100%; /* 01 */
    /* tells html to go ahead and feel free to be 100% height */
}

body {
    min-height: 100%; /* 02 */
    /* expands to push html to the limit */
}




body{
width:100%;  
font-size: 18px;
line-height: 28px;
color: #707070;
font-family: 'Poppins', sans-serif;
font-weight: 400;
background: white;
overflow-x: hidden;
}

body.fixed{
overflow-y: hidden;
}

.clear{
background: transparent none repeat scroll 0 0 !important;
clear: both !important;
display: block !important;
font-size: 0 !important;
height: 0 !important;
line-height: 0 !important;
margin: 0 !important;
overflow: hidden !important;
padding: 0 !important;
width: 100% !important;
}

/*HEADER*/
.header{
width: 100%;
display: block;
position: fixed;
top: 0;
z-index: 998;
transition: all 0.3s;
background: #fff;
}

.header.transparent{
background: transparent;
}

.header .content{
width: 100%;
margin: 0 auto;
display: flex;
padding: 0 80px;
flex-wrap: wrap;
align-items: center;
}

.header .content .logo{
width: 60px;
padding: 10px 0;
opacity: 1;
}

.header.transparent .content .logo{
opacity: 0;
}

.header .content .logo img{
width: 100%;
vertical-align: top;
cursor: pointer;
}


.header .content .menu-wrap{
display: flex;
align-items: center;
justify-content: flex-end;
width: calc(100% - 80px);
}

.header .content .menu-wrap .menu ul{
display: flex;
}

.header .content .menu-wrap .menu ul li a{
display: block;
font-family: 'Barlow Condensed', sans-serif;
font-weight: 500;
font-size: 22px;
line-height: 77px;
text-decoration: none;
color: #D8006B;
transition: all 0.3s;
padding: 0 20px;
}

.header .content .menu-wrap .menu ul li a.active{
background-color: #D8006B;
color: #fff;
}

.header .content .menu-wrap .menu ul li a:hover{
background-color: #D8006B;
color: #fff;
}

.header.transparent .content .menu-wrap .menu ul li a{
color: #fff;
}

.header .content .menu-wrap .lang{
padding: 0 30px 0 50px;
}

.header .content .menu-wrap .lang ul{
display: flex;
}

.header .content .menu-wrap .lang ul li{
font-family: 'Raleway', sans-serif;
font-size: 22px;
line-height: 32px;
color: #D8006B;
}

.header.transparent .content .menu-wrap .lang ul li{
color: #fff;
}

.header .content .menu-wrap .lang ul li a{
text-decoration: none;
color: #D8006B;
transition: all 0.3s;
}

.header.transparent .content .menu-wrap .lang ul li a{
color: #fff;
}

.header .content .menu-wrap .lang ul li a:hover{
color: #0E0C38;
}

.header.transparent .content .menu-wrap .lang ul li a:hover{
color: #D8006B;
}

.header .content .menu-wrap .soc ul{
display: flex;
font-size: 22px;
}

.header .content .menu-wrap .soc ul li:nth-child(2){
padding: 0 10px;
}

.header .content .menu-wrap .soc ul li a{
text-decoration: none;
color: #D8006B;
transition: all 0.3s;
}

.header.transparent .content .menu-wrap .soc ul li a{
color: #fff;
}

.header .content .menu-wrap .soc ul li:nth-child(1) a:hover{
color: #4267B2;
}

.header .content .menu-wrap .soc ul li:nth-child(2) a:hover{
color: #833ab4;
}

.header .content .menu-wrap .soc ul li:nth-child(3) a:hover{
color: #FF0000;
}

.button_container{
position: absolute;
top: 25px;
right: 30px;
height: 27px;
width: 35px;
cursor: pointer;
z-index: 200;
transition: opacity .25s ease;
display: none;
}

.button_container:hover {
opacity: 1;
}


.button_container.active .toper{
transform: translateY(11px) translateX(0) rotate(45deg);
-webkit-transform: translateY(11px) translateX(0) rotate(45deg);
background: #D8006B;
}

.header.transparent .button_container.active .toper{
background: #fff;
}


.button_container.active .middle{
opacity: 0;
background: #D8006B;
}

.header.transparent .button_container.active .middle{
background: #fff;
}

    
.button_container.active .bottom {
transform: translateY(-11px) translateX(0) rotate(-45deg);
-webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
background: #D8006B;
}

.header.transparent .button_container.active .bottom {
background: #fff;
}
  

.button_container span{
background: #D8006B;
border: none;
height: 3px;
width: 100%;
position: absolute;
top: 0;
left: 0;
transition:  all .35s ease;
cursor: pointer;
}

.header.transparent .button_container span{
background: #fff;
}

.button_container span:nth-of-type(2){
top: 11px;
}

.button_container span:nth-of-type(3){
top: 22px;
}

/*HERO*/
.hero{
width: 100%;
height: 100vh;
display: block;
background: url("../images/hero-bg-2.png") no-repeat center center;
background-size: cover;
padding: 0 80px;
}

.hero .content{
width: 100%;
max-width: 550px;
padding: 60px 0 0 0;
display: flex;
flex-direction: column;
}

.hero .content .logo{
max-width: 200px;
width: 100%;
}

.hero .content .logo img{
width: 100%;
vertical-align: top;
}

.hero .content .headline{
margin: 40px 0;
}

.hero .content .headline h1{
font-size: 80px;
line-height: 90px;
font-weight: 500;
font-family: 'Barlow Condensed', sans-serif;
text-transform: uppercase;
color: #fff;
}

.hero .content .btn span{
font-size: 25px;
line-height: 70px;
font-weight: 500;
font-family: 'Barlow Condensed', sans-serif;
color: #fff;
border: 1px solid #fff;
border-radius: 45px;
display: inline-block;
padding: 0 30px;
cursor: pointer;
transition: all 0.3s;
}

.hero .content .btn span:hover{
background: #D8006B;
border: 1px solid #D8006B;
}


/*CONTENT*/
.content-wrap{
width: 100%;
padding: 77px 0 0 0;
}

.content-wrap.home{
padding: 0;
}

.col{
padding: 0 16px;
}

.section h2{
font-size: 50px;
line-height: 60px;
font-weight: 500;
font-family: 'Barlow Condensed', sans-serif;
color: #0E0C38;
margin: 0 0 90px 0;
}

.section h2::after{
content: '';
position: absolute;
bottom: -35px;
left: 0;
width: 100%;
max-width: 234px;
left: 0;
right: 0;
border-bottom: 2px solid #ADD8C7;
margin: 0 auto;
}


/*ARTICLES & EVENTS LIST*/
.news{
display: flex;
flex-direction: column;
width: 100%;
max-width: 1100px;
margin: 0 auto;
text-align: center;
padding: 50px 14px 70px 14px; 
}

.news .news-wrap{
display: flex;
flex-direction: row;
flex-wrap: wrap;
width: 100%;
text-align: left;
}

.news .news-wrap .item{
width: 33.333333%;
margin: 0 0 50px 0;
}

.news .news-wrap .item a{
display: flex;
flex-direction: column;
width: 100%;
height: 100%;
text-decoration: none;
color: #040221;
font-weight: 500;
font-family: 'Barlow Condensed', sans-serif;

}

.news .news-wrap .item .photo img{
width: 100%;
vertical-align: top;
}

.news .news-wrap .item h3{
font-size: 30px;
line-height: 40px;
margin: 20px 0 10px 0;
flex-grow: 1; 
}

.news .news-wrap .item .info{
display: flex;
flex-direction: row;
flex-wrap: wrap; 
font-size: 20px;
line-height: 30px;
}

.news .news-wrap .item .info .block{
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-items: center;
margin: 0 25px 0 0; 
}

.news .news-wrap .item .info .block:last-child{
margin: 0; 
}

.news .news-wrap .item .info .block .icon{
margin: 0 8px 0 0;
}


.news .more button{
border: 0;
border-radius: 45px;
width: 200px;
height: 60px;
color: #ffffff;
font-family: 'Raleway', sans-serif;
font-size: 20px;
font-weight: 700;
line-height: 60px;
cursor: pointer;
transition: all 0.3s;
background: #EB0790;
}

.news .more button:hover{
background: #0E0C38;
}

.event-menu{
display: flex;
flex-wrap: wrap;
margin: 0 0 30px 0;
justify-content: center;
font-size: 30px;
line-height: 40px;
font-weight: 500;
font-family: 'Barlow Condensed', sans-serif;
color: #0E0C38;
}

.event-menu span{
margin: 0 10px;
cursor: pointer;
}

.event-menu span.active{
color: #EB0790;
text-decoration: underline;
}


/*ARTICLE & EVENT DETAIL*/
.article-hero{
display: flex;
flex-direction: row;
width: 100%;
height: 100vh;
text-align: center;
background-size: cover;
background-position: center center; 
justify-content: center;
align-items: center;
}

.article-hero::after{
display: block;
position: absolute;
background: rgba(0, 0, 0, 0.5);
width: 100%;
height: 100%;
top: 0px;
left: 0px;
content: '';
}

.article-hero .logo{
z-index: 99;
max-width: 200px;
width: 100%;
position: absolute;
top: 60px;
left: 80px;
}

.article-hero .logo img{
width: 100%;
vertical-align: top;
}

.article-hero .content{
display: flex;
flex-direction: column;
width: 100%;
max-width: 1100px;
margin: 0 auto;
text-align: center;
padding: 0 30px; 
z-index: 99;
color: #fff;
font-family: 'Barlow Condensed', sans-serif;
font-weight: 500;
}

.article-hero .content h1{
font-size: 60px;
line-height: 70px;
}

.article-hero .content .info{
display: flex;
flex-direction: row;
flex-wrap: wrap; 
font-size: 30px;
line-height: 40px;
justify-content: center;
margin: 25px 0 0 0;
}

.article-hero .content .info .block{
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-items: center;
margin: 0 25px 0 0; 
}

.article-hero .content .info .block:last-child{
margin: 0; 
}

.article-hero .content .info .block .icon{
margin: 0 8px 0 0;
}

.article-hero .content .btn{
display: flex;
flex-direction: row;
justify-content: center;
margin: 25px 0 0 0;
}

.article-hero .content .btn a{
text-decoration: none;
font-size: 30px;
line-height: 60px;
border-radius: 45px;
width: 200px;
height: 60px;
color: #ffffff;
font-family: 'Raleway', sans-serif;
font-size: 20px;
font-weight: 700;
line-height: 60px;
transition: all 0.3s;
border: 1px solid #fff;
display: block;
}

.article-hero .content .btn a:hover{
border: 1px solid #EB0790;
background: #EB0790;
}


.article-hero .arrow{
position: absolute;
bottom: 30px;
z-index: 99;
cursor: pointer;
animation: MoveUpDown 1s linear infinite;
}

.article-hero .arrow img{
width: 100%;
max-width: 60px;
}


@keyframes MoveUpDown {
  0 {
    bottom: 30px;
  }
  50% {
    bottom: 20px;
  }
  100% {
    bottom: 30px;
  }
}

.article{
display: flex;
flex-direction: column;
width: 100%;
max-width: 1100px;
margin: 0 auto;
text-align: left;
padding: 0 14px 70px 14px; 
color: #212121;
font-size: 16px;
line-height: 26px;
}

.article h2{
font-size: 35px;
line-height: 45px;
font-weight: 500;
font-family: 'Barlow Condensed', sans-serif;
margin: 0 0 15px 0;
}

.article h3{
font-size: 25px;
line-height: 35px;
font-weight: 500;
font-family: 'Barlow Condensed', sans-serif;
margin: 0 0 15px 0;
}

.article p{
margin: 15px 0;
}

.article a{
margin: 0 15px;
color: #212121;
}

.article ul{
margin: 15px 0 15px 40px;
}

.article ul li{
list-style-type: disc;
}

.article-gallery{
width: 100%;
display: flex;
flex-direction: column;
text-align: center;
}

.article-gallery h2{
font-size: 50px;
line-height: 60px;
font-weight: 500;
font-family: 'Barlow Condensed', sans-serif;
color: #0E0C38;
margin: 0 0 90px 0;
}

.article-gallery h2::after{
content: '';
position: absolute;
bottom: -35px;
left: 0;
width: 100%;
max-width: 234px;
left: 0;
right: 0;
border-bottom: 2px solid #ADD8C7;
margin: 0 auto;
}

.article-gallery .images{
width: 100%;
display: flex;
flex-direction: row;
flex-wrap: wrap;
}

.article-gallery .images .item{
width: 25%;
}

.article-gallery .images .item a{
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
}

.article-gallery .images .item img{
width: 100%;
vertical-align: top;
}

.article-gallery .images .item .play{
position: absolute;
z-index: 10;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
text-align: center;
max-width: 64px;
width: 100%;
}

.article-gallery .images .item .play{
width: 100%;
vertical-align: top;
}


.article-map{
width: 100%;
display: flex;
flex-direction: column;
text-align: center;
}

.article-map h2{
font-size: 50px;
line-height: 60px;
font-weight: 500;
font-family: 'Barlow Condensed', sans-serif;
color: #0E0C38;
margin: 0 0 90px 0;
}

.article-map h2::after{
content: '';
position: absolute;
bottom: -35px;
left: 0;
width: 100%;
max-width: 234px;
left: 0;
right: 0;
border-bottom: 2px solid #ADD8C7;
margin: 0 auto;
}

.article-map.map{
width: 100%;
display: block;
}

/*REGISTRACE*/
.registrace{
display: flex;
flex-direction: column;
width: 100%;
text-align: center;
padding: 90px 0; 
background: #2492D3;
color: #fff;
}

.registrace .content{
display: flex;
flex-direction: column;
width: 100%;
max-width: 1100px;
margin: 0 auto;
padding: 0 30px; 
}

.registrace h2{
color: #fff;
}

.registrace h2::after{
content: '';
position: absolute;
bottom: -35px;
left: 0;
width: 100%;
max-width: 234px;
left: 0;
right: 0;
border-bottom: 2px solid #fff;
margin: 0 auto;
}


.registrace .content .btns-wrap{
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
}

.registrace .content .btns-wrap a{
text-decoration: none;
color: #fff;
padding: 20px;
border: 1px solid #fff;
border-radius: 45px;
margin: 0 0 25px 0;
transition: all 0.3s;
}


.registrace .content .btns-wrap a:hover{
color: #2492D3;
background: #fff;
}


.form-wrap{
display: flex;
width: 100%;
max-width: 600px;
margin: 0 auto;
flex-direction: column;
}

.form-wrap h2{
font-size: 30px;
line-height: 40px;
font-weight: 500;
font-family: 'Barlow Condensed', sans-serif;
color: #0E0C38;
margin: 0 0 30px 0;
}


.form-wrap .input-wrap{
width: 100%;
margin: 0 0 30px 0;
text-align: left;
}

.form-wrap .input-wrap h3{
margin: 0 0 10px 0;
}

.form-wrap .input-wrap .teams{
display: flex;
flex-wrap: wrap;
margin: 0 0 70px 0;
}

.form-wrap .input-wrap .input-col{
margin: 0 25px 0 0;
}

.form-wrap .input-wrap .input-col:last-child{
margin: 0;
}


.form-wrap .input-wrap input{
width: 100%;
height: 60px;
background: #fff;
border-radius: 0;
border: 1px solid #707070;
font-family: 'Poppins', sans-serif;
color: #707070;
font-size: 18px;
font-weight: 400;
line-height: 28px;
padding: 0 25px;
}


.form-wrap .input-wrap .container{
display: block;
position: relative;
padding-left: 35px;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
text-align: left;
}

.form-wrap .input-wrap .container a{
color: #707070;
}


.form-wrap .input-wrap .container input{
position: absolute;
opacity: 0;
cursor: pointer;
height: 0;
width: 0;
}


.form-wrap .input-wrap .checkmark{
position: absolute;
top: 0;
left: 0;
height: 25px;
width: 25px;
background-color: #fff;
border: 1px solid #707070;
transition: all 0.3s;
}


.form-wrap .input-wrap .container:hover input ~ .checkmark{
background-color: #707070;
}


.form-wrap .input-wrap .container input:checked ~ .checkmark{
background-color: #EB0790;
}


.form-wrap .input-wrap .checkmark:after{
content: "";
position: absolute;
display: none;
}


.form-wrap .input-wrap .container input:checked ~ .checkmark:after{
display: block;
}


.form-wrap .input-wrap .container .checkmark:after{
left: 8px;
top: 3px;
width: 5px;
height: 10px;
border: solid white;
border-width: 0 3px 3px 0;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
} 

.form-wrap button{
border: 0;
border-radius: 45px;
width: 200px;
height: 60px;
color: #ffffff;
font-family: 'Raleway', sans-serif;
font-size: 20px;
font-weight: 700;
line-height: 60px;
cursor: pointer;
transition: all 0.3s;
margin: 0 0 20px 0;
background: #EB0790;
}

.form-wrap button:hover{
background: #0E0C38;
}

.form-wrap .error{
color: red;
}

/*INSTAGRAM*/
.instagram{
width: 100%;
display: flex;
flex-direction: column;
text-align: center;
padding: 50px 0 70px 0;
}

.instagram .insta-wrap{
width: 100%;
display: flex;
flex-direction: row;
flex-wrap: wrap;
} 

.instagram .insta-wrap .item{
width: 16.66666666666667%;
} 

.instagram .insta-wrap .item a{
width: 100%;
display: block;
} 

.instagram .insta-wrap .item img{
width: 100%;
vertical-align: top;
} 

/*PARTNERI*/
.partneri{
display: flex;
flex-direction: column;
width: 100%;
max-width: 1100px;
margin: 0 auto;
text-align: center;
padding: 50px 30px 70px 30px
}

.partneri .row{
display: flex;
flex-direction: row;
flex-wrap: wrap;
width: 100%;
margin: 0 0 40px 0;
justify-content: center;
}

.partneri .row:last-child{
margin: 0;
}

.partneri .item{
width: 20%;
margin: 0 4% 0 0;
}

.partneri .item:last-child{
margin: 0;
}

.partneri .item img{
width: 100%;
vertical-align: top;
}

.partneri .item.small img{
width: 70%;
}

/*MESSAGE*/
.message{
display: flex;
flex-direction: column;
width: 100%;
max-width: 1040px;
margin: 0 auto;
text-align: center;
padding: 50px 0 150px 0; 
color: #212121;
}

.message h1{
font-size: 50px;
line-height: 60px;
font-weight: 500;
font-family: 'Barlow Condensed', sans-serif;
color: #0E0C38;
margin: 0 0 60px 0;
}

.message h1::after{
content: '';
position: absolute;
bottom: -35px;
left: 0;
width: 100%;
max-width: 234px;
left: 0;
right: 0;
border-bottom: 2px solid #ADD8C7;
margin: 0 auto;
}

.message .text-box{
display: flex;
flex-direction: column;
width: 100%;
text-align: left;
}

.message .text-box h2{
font-size: 30px;
line-height: 40px;
font-weight: 500;
font-family: 'Barlow Condensed', sans-serif;
margin: 0 0 25px 0;
}

.message .text-box h3{
font-size: 25px;
line-height: 35px;
font-weight: 500;
font-family: 'Barlow Condensed', sans-serif;
margin: 0 0 15px 0;
}

.message .text-box p{
margin: 15px 0;
}

.message .text-box a{
margin: 0 15px;
color: #212121;
}

.message .text-box ul{
margin: 15px 0 15px 40px;
}

.message .text-box ul li{
list-style-type: disc;
}


/*FOOTER*/
.footer{
width: 100%;
display: block;
background: url("../images/footer-bg.png") no-repeat center center;
background-size: cover;
padding: 0 80px 150px 80px;
}

.footer .line{
width: 2px;
height: 150px;
display: block;
padding: 5px 0 0 0;
margin: 0 auto;
}

.footer .line span{
display: block;
background: #ADD8C7;
width: 100%;
height: 100%;
}

.footer .content{
width: 100%;
display: block;
padding: 50px 0 0 0;
font-weight: 500;
font-family: 'Barlow Condensed', sans-serif;
color: #fff;
text-align: center;
}

.footer .content p a{
text-decoration: none;
color: #fff;
}

.footer .content .soc{
margin: 40px auto;
display: block;
}

.footer .content .soc ul{
display: flex;
font-size: 30px;
justify-content: center;
}

.footer .content .soc ul li:nth-child(2){
padding: 0 20px;
}

.footer .content .soc ul li a{
text-decoration: none;
color: #D8006B;
transition: all 0.3s;
}

.footer .content .soc ul li a{
color: #fff;
}

.footer .content .soc ul li:nth-child(1) a:hover{
color: #4267B2;
}

.footer .content .soc ul li:nth-child(2) a:hover{
color: #833ab4;
}

.footer .content .soc ul li:nth-child(3) a:hover{
color: #FF0000;
}

.footer .content .menu{
margin: 0 0 40px 0;
}

.footer .content .menu ul{
display: flex;
justify-content: center;
}

.footer .content .menu ul li a{
display: block;
font-family: 'Barlow Condensed', sans-serif;
font-weight: 500;
font-size: 22px;
line-height: 32px;
text-decoration: none;
color: #fff;
transition: all 0.3s;
padding: 0 20px;
}

.footer .content .logo{
position: absolute;
right: 0;
bottom: 0;
max-width: 200px;
width: 100%;
}

.footer .content .logo img{
width: 100%;
vertical-align: top;
}

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */

/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */

/* Hide scroll bar */

html.remodal-is-locked {
  overflow: hidden;

  -ms-touch-action: none;
  touch-action: none;
}

/* Anti FOUC */

.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */

.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;

  display: none;
}

/* Necessary styles of the wrapper */

.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  display: none;
  overflow: auto;

  text-align: center;

  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;

  height: 100%;
  margin-left: -0.05em;

  content: "";
}

/* Fix iPad, iPhone glitches */

.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */

.remodal {
  position: relative;

  outline: none;

  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */

/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */

/* Default theme styles for the background */

.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

/* Default theme styles of the overlay */

.remodal-overlay {
  background: rgba(43, 46, 56, 0.9);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */

.remodal-wrapper {
  padding: 10px 10px 0;
}

/* Default theme styles of the modal dialog */

.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;

  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  background: #fff;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */

.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */

.remodal-close {
  position: absolute;
  top: 0;
  right: 0;

  display: block;
  overflow: visible;

  width: 45px;
  height: 45px;
  margin: 0;
  padding: 0;

  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;

  color: #000;
  border: 0;
  outline: 0;
  background: transparent;
}

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 55px;
  line-height: 45px;

  position: absolute;
  top: 0;
  left: 0;

  display: block;

  width: 45px;

  content: "\00d7";
  text-align: center;
}

/* Dialog buttons */

.remodal-confirm,
.remodal-cancel {
  font: inherit;

  display: inline-block;
  overflow: visible;

  min-width: 110px;
  margin: 0;
  padding: 12px 0;

  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;

  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */

.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;

  border: 0;
}

/* Keyframes
   ========================================================================== */

@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);

    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;

    opacity: 1;

    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);

    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;

    opacity: 1;

    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);

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

    opacity: 0;

    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);

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

    opacity: 0;

    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* Media queries
   ========================================================================== */

@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 800px;
  }
}

/* IE8
   ========================================================================== */

.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
}



 