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; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }


blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

body{
  background: #fff;
  font-family: "Myriad W01_n1", "Myriad W01", sans-serif;
  font-weight: 100;
  font-style: normal;
}
div.col{
  padding:0;
  float: left;
  position: relative;
}
div.container{
  overflow: hidden;
}
body{
    color:#000;
}
/*HEADER*/
header{

}
header .container{
    overflow: hidden;
}
header nav{
    overflow: hidden;
    background: rgb(255,255,255,1);
    z-index: 2;
    position: relative;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.41);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.41);
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.41);
}
header nav .logo{
    float:left;
    position: relative;
    display: block;
    width: 107px;
    height: 23px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0;
    background: url(../images/structure/logo-asus.svg) 0 0 no-repeat;
}
header nav .windows{
    float:right;
    position: relative;
    padding-top: 20px;
}
header nav .windows img{
    height:23px;
}
header .menuTop {
    display: inline-block;
    padding-left: 10%;
}
header .menuTop a{
    display: inline-block;
    line-height:63px;
    font-size: 20px;
    color:#333;
    font-weight:400;
    padding:0 10px;
}
header .menuTop a.active{
    font-weight:600;
}

#slider img{
    width:100%;
}
#slider .sliderCaption{
    position: absolute;
    right:15%;
    top:30%;
    color:#fff;
    text-align: right;
}
#slider .sliderCaption h1{
    font-size:35px;
    font-weight:400;
}
#slider .sliderCaption p{
    font-size: 20px;
    line-height: 30px;
    padding-top: 20px;
}

.checkboxlabel{
    font-size:14px;
    padding-left:40px;
    position: relative;
}
@import url('//netdna.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.css');
input[type=checkbox] { display:none; } /* to hide the checkbox itself */
input[type=checkbox] + label:before {
    font-family: FontAwesome;
    display: block;
    position: absolute;
    left: 0px;
    top:8px;
    font-size:25px;
}

input[type=checkbox] + label:before { content: "\f204"; } /* unchecked icon */
input[type=checkbox] + label:before { letter-spacing: 10px; } /* space between checkbox and label */

input[type=checkbox]:checked + label:before { content: "\f205"; color:#000 } /* checked icon */
input[type=checkbox]:checked + label:before { letter-spacing: 10px; } /* allow space for check mark */
#mecanism{
    overflow: hidden;
    padding:50px 0;
    border-top: 50px solid #303f46;
    border-bottom: 50px solid #303f46;
    background:#d0986c;
}
#mecanism a{
    color:#fff;
}
#mecanism .col>div:nth-child(1){
    width:70px;
    float:left;
    position: relative;
    font-size: 50px;
    font-weight: bold;
    color:#ebebeb;
}
#mecanism .col>div:nth-child(2){
    width:calc(100% - 70px);
    float:left;
    position: relative;
}
#mecanism h2{
    font-size:30px;
    padding-bottom:0px;
    font-weight:400;
    text-align: center;
}
#mecanism h3{
    font-size: 19px;
    padding-top: 10px;
    padding-bottom: 50px;
    line-height: 25px;
    text-align: center;
}
#mecanism h3 a{
    color:#000;
}
#mecanism img{
    width:70px;
    padding-bottom:20px;
}
#mecanism h1{
    font-size:20px;
    font-weight: 600;
    padding-bottom:10px;
}
#headline h2 a{
    color:#fff;
}
#mecanism p{
    line-height:22px;
}

.regulamentPage{
    padding:50px 0;
    width: 100%;
}
.titlu{
    font-size: 30px;
    padding-bottom: 30px;
    font-weight: 400;
}
.contentText{
    line-height:22px;
}
#headline{
    background: #303f46;
    padding: 40px 80px 50px 80px;
    color:#fff;
}
#headline h1{
    font-size:35px;
    line-height:45px;
    width:100%;
    text-align: center;
    font-family: "Myriad W01_n1", "Myriad W01", sans-serif;
}
#headline h2{
    font-size:17px;
    line-height:22px;
    width:80%;
    margin:auto;
    text-align: center;
    margin-top:30px;
    font-family: "Myriad W01_n1", "Myriad W01", sans-serif;
    font-weight: 100;
    font-style: normal;
}
/*FOOTER*/
footer{
}
    footer .footerFirst{
    }
    footer .footerSecond{
        color:#474747;
        line-height:50px;
        text-align:center;
        font-size:12px;
        background: #ebebeb;
    }
.w100p{
    width:100%;
}

#homeGallery{
    overflow: hidden;
    position: relative;
    display: block;
}
.swiper-container {
    padding: 60px 40px 80px 40px !important;
    box-shadow: 0px 14px 80px rgba(0, 0, 0, 0.2);
    width: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.item {
    width: 100%;
    height: 50%;
    background: white;
    box-shadow: 0px 14px 80px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.item img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}
.swiper-pagination{
    margin-bottom:20px;
}
.swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
    border-radius: 5px !important;
    background: #fff !important;
    transition: all 0.3s !important;
}
#inscriere{
    overflow: hidden;
    position: relative;
    background:#d0986c;
}
.bg {
    animation: slide 3s ease-in-out infinite alternate;
    background-image: linear-gradient(-60deg, #000 50%, #303f46 50%);
    bottom: 0;
    left: -50%;
    opacity: .5;
    position: absolute;
    right: -50%;
    top: 0;
    z-index: -1;
}

.bg2 {
    animation-direction: alternate-reverse;
    animation-duration: 4s;
}

.bg3 {
    animation-duration: 5s;
}

@keyframes slide {
    0% {
        transform: translateX(-25%);
    }
    100% {
        transform: translateX(25%);
    }
}
.menu{
    display: block;
    float: left;
}
.socialBox{
    display: block;
    float: left;
    padding-top: 19px;
}
.mr10{
    margin-right:10px;
}
.buttonContainerCenter{
    width:100%;
    overflow: hidden;
    text-align: center;
}
.buttonBorderBlack{
    border:2px solid #000;
    padding:15px 25px;
    display: inline-block;
    margin:auto;
    overflow: hidden;
    position: relative;
    width:auto;
    color:#000;
    font-weight:400;
    border-radius:5px;
}
.buttonBorderBlack:hover{
    text-decoration: none;
    color:#000;
}
.mt30{
    margin-top: 30px;
}

#button {
    display: inline-block;
    background-color: #000;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 6px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s,
    opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}
#button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
}
#button:hover {
    cursor: pointer;
    background-color: #333;
}
#button:active {
    background-color: #555;
}
#button.show {
    opacity: 1;
    visibility: visible;
}


.grid-container {
    columns: 5 200px;
    column-gap: 1.5rem;
    width: 95%;
    margin: 40px auto;
}
.grid-container div {
    width: 150px;
    margin: 0 1.5rem 1.5rem 0;
    display: inline-block;
    width: 100%;
    border: solid 2px black;
    padding: 5px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    transition: all .25s ease-in-out;
}
.grid-container div:hover {
    border-color: #303f46;
}
.grid-container div img {
    width: 100%;
    border-radius: 5px;
    transition: all .25s ease-in-out;
}
.zoomPhoto{
    width:auto !important;
}
.grid-container div p {
    margin: 5px 0;
    padding: 0;
    text-align: center;
    font-style: italic;
}
form{
    padding:50px 30px;
}
form label{
    width:100%;
}
form input[type="text"], form input[type="email"]{
    width:100%;
    margin-bottom:20px;
    border-radius:5px;
    height:40px;
    line-height:40px;
    padding:0 5px;
    border:1px solid #000;
    margin-top:5px;
}
form input[type="file"]{
    width:100%;
    margin-bottom:20px;
    margin-top:5px
}
.mb20{
    margin-bottom:20px;
}
.social{
    padding:0 !important;
}
.social.pl10{
    padding-left:10px !important;
}
.pozadreapta{
    background:white;
    text-align: center;
    padding: 50px 30px !important;
}
.pozadreapta h1{
    font-size: 35px;
    line-height: 45px;
    width: 100%;
    text-align: center;
    font-family: "Myriad W01_n1", "Myriad W01", sans-serif;
}
.pozadreapta h2{
    font-size: 20px;
    line-height: 25px;
    width: 100%;
    text-align: center;
    font-family: "Myriad W01_n1", "Myriad W01", sans-serif;
}
.pozadreapta p{
    font-size: 17px;
    line-height: 22px;
    width: 80%;
    margin: auto;
    text-align: center;
    margin-top: 30px;
    font-family: "Myriad W01_n1", "Myriad W01", sans-serif;
    font-weight: 100;
    font-style: normal;
}


.cookieConsentContainer {
    z-index: 999;
    width: 350px;
    min-height: 20px;
    box-sizing: border-box;
    padding: 30px 30px 30px 30px;
    background: rgb(70,70,70,1);
    overflow: hidden;
    position: fixed;
    bottom: 30px;
    left: 30px;
    display: none;
}
.cookieConsentContainer .cookieTitle a {
    font-family: OpenSans, arial, "sans-serif";
    color: #FFFFFF;
    font-size: 22px;
    line-height: 20px;
    display: block;
}
.cookieConsentContainer .cookieDesc p {
    margin: 0;
    padding: 0;
    font-family: OpenSans, arial, "sans-serif";
    color: #FFFFFF;
    font-size: 13px;
    line-height: 20px;
    display: block;
    margin-top: 10px;
}
.cookieConsentContainer .cookieDesc a {
      font-family: OpenSans, arial, "sans-serif";
      color: #FFFFFF;
      text-decoration: underline;
  }
.cookieConsentContainer .cookieButton a {
    display: inline-block;
    font-family: OpenSans, arial, "sans-serif";
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    margin-top: 14px;
    background: #000000;
    box-sizing: border-box;
    padding: 15px 24px;
    text-align: center;
    transition: background 0.3s;
}
.cookieConsentContainer .cookieButton a:hover {
    cursor: pointer;
    background: #303f46;
}

@media (max-width: 980px) {
    .cookieConsentContainer {
        bottom: 0px !important;
        left: 0px !important;
        width: 100%  !important;
    }
}
.regulamentPage strong{
    font-weight:bold;
}
.regulamentPage u{
    text-decoration: underline;
}
.regulamentPage ul, .regulamentPage ol{
    padding-left:30px;
}


/*modal*/
.containerModal {
    width:100%;
    height:100vh;
    background:rgba(0,0,0,0.7);
    position:fixed;
    z-index: 999999999999;
    display:none;
}
.containerModal.smallModal .contentModal{
    width:500px;
}
.containerModal.mediumModal .contentModal{
    width:900px;
}
.containerModal .contentModal {
    background: rgba(255,255,255,0.9);
    height: auto;
    margin: 2vh auto;
    text-align: center;
    overflow: hidden;
    border-bottom:10px solid rgba(255,255,255,1);
}
.containerModal .headerModal{
    background:#fff;
    min-height: 50px;
    text-align: left;
    position: relative;
}
.containerModal .headerModal img{
    height: 25px;
    display: inline;
    margin-top: 12px;
    margin-left: 12px;
}
.containerModal .headerModal .closeModal{
    position: absolute;
    top: 6px;
    right: 15px;
    font-size: 36px;
    cursor: pointer;
    font-weight: bold;
}
.containerModal .contentSectionModal{
    padding: 50px 20px;
}
.containerModal .contentSectionModal h1{
    font-size: 30px;
    padding-bottom: 20px;
    font-weight: 500;
}
.containerModal .confirmBtns{
    width:100%;
    overflow: hidden;
}
.containerModal .confirmBtns .yesBtn{
    width:30%;
    float:left;
    position: relative;
    background:#ec2227;
    color:#fff;
    font-weight: bold;
    margin-left: 18%;
}
.containerModal .confirmBtns .noBtn{
    width:30%;
    float:left;
    position: relative;
    color:#fff;
    font-weight: bold;
    background:#0b2d75;
    margin-left: 6%;
}
.regulamentPage b{
    font-weight:bold;
}
.regulamentPage a{
    color:#d0986c;
    text-decoration: none !important;
}

.infoBoxForm{
    overflow: hidden;
    margin: 0 30px 60px 30px;
    background: #303f46;
    color:#fff;
    width:calc(100% - 60px);
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    padding:20px;
    }
    .infoBoxForm i{
        font-size:30px;
        padding-bottom:20px;
        color:#d0986c;
    }
    .infoBoxForm strong{
        font-weight:bold;
    }


.lightbox {
    /** Default lightbox to hidden */
    display: none;

    /** Position and style */
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
}

.lightbox img {
    /** Pad the lightbox image */
    max-width: 900px;
    max-height: 80%;
    margin-top: 10vh;
}

.lightbox:target {
    /** Remove default browser outline */
    outline: none;

    /** Unhide lightbox **/
    display: block;
}

.desktopShow{
    display: block;
}
.mobileShow{
    display: none;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

    header .container{
        padding-left:10px;
        padding-right:10px;
    }
    header nav .logo{
        height:15px;
        width:73px;
    }
    header nav .windows img{
        height:15px;
    }
    header .menuTop a{
        font-size:18px;
        line-height: inherit !important;
        padding: 5px 5px 15px 5px;
    }
    header .menuTop {
        padding-left: 0;
        width: 100%;
        text-align: center;
    }
    .desktopShow{
        display: none;
    }
    .mobileShow{
        display: block;
    }
    #mecanism h2{
        font-size:22px;
        line-height:25px;
    }
    #mecanism h3 {
        font-size: 16px;
        line-height: 19px;
        padding-bottom: 0px;
    }
    #mecanism .col > div:nth-child(1){
        padding-top:17px;
    }
    #mecanism .col{
        margin-bottom:30px;
    }
    #mecanism {
        padding: 20px 0;
    }
    #mecanism p{
        font-weight: 400;
    }
    form label{
        font-weight: 400;
    }
    .regulamentPage {
        margin:0 20px;
        width:calc(100% - 40px);
        text-align: left !important;
    }
    .regulamentPage ol{
        padding-left:10px;
    }
    #headline {
        padding: 40px 20px 50px 20px;
    }
    #headline h2{
        width:100%;
    }
    #headline h1 {
        font-size: 28px;
        line-height: 32px;
    }
    #mecanism h3{
        font-weight: 400;
    }
    .pozadreapta p{
        font-weight: 400;
    }
    .menu{
        width: 100%;
    }
    .socialBox{
        width: 100%;
        padding-top: 0;
        padding-bottom: 15px;
    }
}
