@import url('https://fonts.googleapis.com/css?family=Rubik');
html, body {
    margin: 0;
    max-height: 100vh;
  background: url(../img/B4.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    font-size: 10px;
    font-family: 'Rubik', sans-serif;
}

.right {
    float: right;
}

.right div {
    float: right;
}

.left {
    float: left;
}

.left div {
    float: left;
}

.center {
    text-align: center;
}

.container {
    padding: 0 20px;
    margin: 0 auto;
    max-width: 760px;
    display: flex;
    flex-direction: column;
    position: relative;
    height: 100vh;
    background-color: rgba(255, 0, 0, 0.1);
}

.container header {
    position: relative;
    height: 60px;
    flex: none;
}

.container .content {
    position: relative;
    flex: 1 3 auto;
    margin: 0 auto;
    width: 100%;
    height: 80%;
    border: none;
 }

#image-container {
    display: none;
    position: relative;
    flex: 1 3 auto;
    max-width: 800px;
    width: 100%;

}

.container .content .button {
    position: relative;
    display: flex;
    background-color: RGB(127, 26, 26);
    margin: 5px auto;
    text-align: center;
    border: 1px solid rgba(0, 255, 0, 0.1);
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    width: 95%;
    height: 40%;
  border: 1px solid #a12727;
    background: #e1a6f5;
    background: -webkit-gradient(linear, left top, left bottom, from(#e1a6f5), to(#8c1566));
    background: -moz-linear-gradient(top, #e1a6f5, #8c1566);
    background: linear-gradient(to bottom, #e1a6f5, #8c1566);
    text-shadow: #591717 1px 1px 1px;
    font: normal normal bold 20px arial;
    color: #ffffff;
    text-decoration: none;

}

.button a.btn {
    font-size: 4rem;
color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    margin: 0;
    height: 100%;
    width: 100%;
}

.container .content .buttonmeet {
    position: relative;
    display: flex;
    background-color: RGB(127, 26, 26);
    margin: 5px auto;
    text-align: center;
    border: 1px solid rgba(0, 255, 0, 0.1);
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    width: 95%;
    height: 40%;
  border: 1px solid #a12727;
    background: #2e687d;
    background: -webkit-gradient(linear, left top, left bottom, from(#2e687d), to(#11bfeb));
    background: -moz-linear-gradient(top, #2e687d, #11bfeb);
    background: linear-gradient(to bottom, #2e687d, #11bfeb);
    text-shadow: #591717 1px 1px 1px;
    font: normal normal bold 20px arial;
    color: #ffffff;
    text-decoration: none;
}

.buttonmeet a.btn {
    font-size: 3rem;
color: #123e4d;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    margin: 0;
    height: 100%;
    width: 100%;
}




.container .bar .title {
font-size: 2rem;
float:left;
width:160px;
}
.container .bar .links {
    width: 20%;
    font-size: 4rem;
}

.container .bar .bar-item {
}

.container header img {
    width: 100%;
}

.slider {
    position: relative;
    width: 100%;
    flex: none;
    height: 90px;
    bottom: 0;
background:#000000;
padding-top: 4px;
}

.slider-item img {
    margin: 4 auto;
    width: 64px;
    height: 64px;

}


.slider-item .question {
    display: block;
    margin: -10px auto;
    padding: 4px;
    position: relative;
    top: 6px;
    width: 30px;
    height: 30px;
}

.slider-item .question img {
    width: 30px;
    height: 30px;
}

.slider .slick-prev {
    right: -10px;
    z-index: 1;
}

.slider .slick-next {
    left: -10px;
    z-index: 1;
}

.modal {
    display: none;
    position: absolute;
    top: 8%;
    right: 8%;
    left: 8%;
    bottom: 8%;
    padding: 10px;
    font-size: 1.7rem;
    text-align: center;
    background-color: #240000;
    overflow: visible;
    color: #ffffff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
direction:rtl;
}
.modal .close {
    position: absolute;
    text-align: center;
    left: -16px;
    top: -16px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: RED;
    cursor: pointer;
}

.modal .closeintext {
margin: auto;
    margin-top:10px;
    text-align: center;
    width: 42px;
    height: 42px;
    line-height: 42px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: RED;
    cursor: pointer;
}


#button2 {
    /*display: none;*/
}

/** RANGE **/
.brightness {

}
input[type=range] {
    position: absolute;
    margin: 0 auto;
    bottom:0;
    -webkit-appearance: none;
    width: 100%;
    display: none;
}
input[type=range]:focus {
    outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 30px;
    cursor: pointer;
    animate: 0.2s;
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
    background: #2c2c2c;
    border: 0px solid #000101;
}
input[type=range]::-webkit-slider-thumb {
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
    border: 0px solid #000000;
    height: 30px;
    width: 29px;
    background: #b50b18;
    cursor: pointer;
    -webkit-appearance: none;
}
input[type=range]:focus::-webkit-slider-runnable-track {
    background: #2c2c2c;
}
input[type=range]::-moz-range-track {
    width: 100%;
    height: 30px;
    cursor: pointer;
    animate: 0.2s;
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
    background: #2c2c2c;
    border-radius: 0;
    border: 0px solid #000101;
}
input[type=range]::-moz-range-thumb {
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
    border: 0px solid #000000;
    height: 30px;
    width: 29px;
    border-radius: 0;
    background: #b50b18;
    cursor: pointer;
}
input[type=range]::-ms-track {
    width: 100%;
    height: 30px;
    cursor: pointer;
    animate: 0.2s;
    background: transparent;
    border-color: transparent;
    border-width: 39px 0;
    color: transparent;
}
input[type=range]::-ms-fill-lower {
    background: #2c2c2c;
    border: 0px solid #000101;
    border-radius: 50px;
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
}
input[type=range]::-ms-fill-upper {
    background: #2c2c2c;
    border: 0px solid #000101;
    border-radius: 50px;
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
}
input[type=range]::-ms-thumb {
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
    border: 0px solid #000000;
    height: 20px;
    width: 39px;
    border-radius: 7px;
    background: #b50b18;
    cursor: pointer;
}
input[type=range]:focus::-ms-fill-lower {
    background: #2c2c2c;
}
input[type=range]:focus::-ms-fill-upper {
    background: #2c2c2c;
}

#upload-background {
    display: none;
}

.buttonred {
width:80%;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 12px 24px;
    border: 1px solid #a12727;
    border-radius: 8px;
    background: #ed3d37;
    background: -webkit-gradient(linear, left top, left bottom, from(#ed3d37), to(#992691));
    background: -moz-linear-gradient(top, #ed3d37, #992691);
    background: linear-gradient(to bottom, #ed3d37, #992691);
    text-shadow: #591717 1px 1px 1px;
    font: normal normal bold 20px arial;
    color: #ffffff;
    text-decoration: none;
}
.buttonred:hover,
.buttonred:focus {
    background: #ff4942;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff4942), to(#b82eae));
    background: -moz-linear-gradient(top, #ff4942, #b82eae);
    background: linear-gradient(to bottom, #ff4942, #b82eae);
    color: #ffffff;
    text-decoration: none;
}
.buttonred:active {
    background: #8e2521;
    background: -webkit-gradient(linear, left top, left bottom, from(#8e2521), to(#992691));
    background: -moz-linear-gradient(top, #8e2521, #992691);
    background: linear-gradient(to bottom, #8e2521, #992691);
}



.buttongreen {

    display: inline-block;
width:80%;
    text-align: center;
    vertical-align: middle;
    padding: 10px 10px;
    border: 1px solid #a12727;
    border-radius: 8px;
    background: #37edd5;
    background: -webkit-gradient(linear, left top, left bottom, from(#37edd5), to(#549926));
    background: -moz-linear-gradient(top, #37edd5, #549926);
    background: linear-gradient(to bottom, #37edd5, #549926);
    text-shadow: #591717 1px 1px 1px;
    font: normal normal bold 20px arial;
    color: #ffffff;
    text-decoration: none;
}
.buttongreen:hover,
.buttongreen:focus {
    background: #42ffff;
    background: -webkit-gradient(linear, left top, left bottom, from(#42ffff), to(#65b82e));
    background: -moz-linear-gradient(top, #42ffff, #65b82e);
    background: linear-gradient(to bottom, #42ffff, #65b82e);
    color: #ffffff;
    text-decoration: none;
}
.buttongreen:active {
    background: #218e80;
    background: -webkit-gradient(linear, left top, left bottom, from(#218e80), to(#549926));
    background: -moz-linear-gradient(top, #218e80, #549926);
    background: linear-gradient(to bottom, #218e80, #549926);
}

.h1 .h2 .h3 { font-family: 'Rubik', sans-serif;}

.buttonBLUE {
width:99%
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 12px 24px;
    border: 1px solid #a12727;
    border-radius: 8px;
    background: #4ac0ff;
    background: -webkit-gradient(linear, left top, left bottom, from(#4ac0ff), to(#412699));
    background: -moz-linear-gradient(top, #4ac0ff, #412699);
    background: linear-gradient(to bottom, #4ac0ff, #412699);
    text-shadow: #591717 1px 1px 1px;
    font: normal normal bold 18px arial;
    color: #ffffff;
    text-decoration: none;
}
.buttonBLUE:hover,
.buttonBLUE:focus {
    background: #59e6ff;
    background: -webkit-gradient(linear, left top, left bottom, from(#59e6ff), to(#4e2eb8));
    background: -moz-linear-gradient(top, #59e6ff, #4e2eb8);
    background: linear-gradient(to bottom, #59e6ff, #4e2eb8);
    color: #ffffff;
    text-decoration: none;
}
.buttonBLUE:active {
    background: #2c7399;
    background: -webkit-gradient(linear, left top, left bottom, from(#2c7399), to(#412699));
    background: -moz-linear-gradient(top, #2c7399, #412699);
    background: linear-gradient(to bottom, #2c7399, #412699);
}
