/*/background-color:rgba(129, 216, 208,1)*!*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


body {
    margin: 0;
    font-size: 100%;
    font-family: helvetica, arial, sans-serif;
}

a {
    color: inherit;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    color: rgba(129, 216, 208,1);
}

/*HEADER - - HEARDER - - */

header{
    /*height: 90px;*/
    background-color: black;
    height: 100px;
    padding:0;
}

div.logo {
    background-color:black;
    padding:0;
    vertical-align: middle;
}

div.intro{
    width:100%;
    padding:0;
}


div.logo{
    width:20%;
    float: left;
    /*background-color: red;*/
}

.logo img{
    width:100%;
    margin:30px;
}

.logo, .intro, .menu {
    padding: 0;
    background-color: black;
}

.menu {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: bolder;
    display: inline;
    color: white;
    /*line-height: 30px;*/
    letter-spacing: 1px;
    width: 100%;
    vertical-align: middle;
    z-index: +5;
    position: absolute;
    /*right: 20px;*/
}

.menu ul {
    /*position: relative;*/
    margin-top:60px;
    margin-right: 4%;
    float: right;
}

.menu li {
    display: inline;
    margin-right: 20px;
}

.menu-padding {
    padding-top: 40px;
}

.tel{
    float:right;
    margin:20px 20px 0 0;
    font-size: .4em;
    font-family: helvetica, arial, sans-serif;
}



/*//LOGIN *//*//LOGIN *//*//LOGIN *//*//LOGIN *//*//LOGIN *//*//LOGIN *//*//LOGIN *//*//LOGIN */

.menu button {
    font-family: 'Josefin Sans', sans-serif;
    background-color:black;
    color: white;
    border: none;
    cursor: pointer;
    width: 100%;
}

.menu button:hover{
    color: rgba(129, 216, 208,1);
}

/* Full-width input fields */
input[type=text], input[type=password] {
    width: 100%;
    padding: 10px 12px;
    margin: 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}


/* Extra styles for the cancel button */
.containerLogin button{
    font-family: helvetica, arial, sans-serif;
    color: white;
    width: 100%;
    padding: 10px 18px;
    background-color: black;
    margin-top: 16px;
}
.containerLogin button:hover{
    color: rgba(129, 216, 208,1);
}


button.cancelbtn {
    font-family: helvetica, arial, sans-serif;
    width: auto;
    padding: 10px 18px;
    /*background-color: #f44336;*/
    /*margin: 10px;*/
}

/* Center the image and position the close button */
.imgcontainer {
    text-align: center;
    margin-top: 24px;
    position: relative;
}

img.avatar {
    width: 30%;
    border-radius: 50%;
}

.containerLogin {
    padding: 0 16px;
    color: #8b8b8b;
}

.containerLogin input {
    border: 0;
    outline: 0;
    background: transparent;
    border-bottom: 1px solid #414141;
}

.or-sign-in-with img{
    max-width:30px;
    margin: 0 10px;
}

.containerLogin button{
    max-width: 160px;
    width: 100%;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

/*.containerLogin a:hover{*/
    /*color:#f44336;*/
/*}*/

.containerLogin label{
    color: black;
}

div.or-sign-in-with{
    margin: -6px 0 20px 0;
}

.or-sign-in-with p{
    margin: 10px;
}

div.psw-right {
    float: right;
    width: 50%;
    display: inline-block;
    margin-top: 10px;
    /*padding-right:-10px;*/
}

div.psw-left{
    /*float: left;*/
    width: 50%;
    display: inline-block;
    margin-top: 10px;
    /*padding-left:10px;*/
}

/* The Modal (background) */
.modal {
    font-family:helvetica, arial, sans-serif;
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    padding-top: 30px;
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
    border: 1px solid #888;
    max-width: 400px; /* Could be more or less, depending on screen size */
}

/* The Close Button (x) */
.close {
    position: absolute;
    right: 25px;
    top: 0;
    color: #000;
    font-size: 35px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: red;
    cursor: pointer;
}

/* Add Zoom Animation */
.animate {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
    from {-webkit-transform: scale(0)}
    to {-webkit-transform: scale(1)}
}

@keyframes animatezoom {
    from {transform: scale(0)}
    to {transform: scale(1)}
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 700px) {
    .containerLogin button{
        max-width: 100px;
        width: 100%;
        -webkit-border-radius: 8px;
        -moz-border-radius:8px;
        border-radius: 8px;
        margin:0;
    }

    div.psw-left {
        width:100%;
        display: block;
        float: none;
        font-size: .6em;
        margin: 0;
        padding:4px;
     }
    div.psw-right {
        width: 100%;
        display: block;
        float: none;
        font-size: .6em;
        margin: 0;
        padding: 4px;
    }
    .cancelbtn {
        width: 100%;
    }

    div.or-sign-in-with{
        margin: 10px;
    }
    .or-sign-in-with p{
        margin: 6px;
    }
}


div.center{
    margin-top: 10px;
    max-width: 2000px;
    /*background-color: rgba(255, 186, 181, 0.7);*/
}

.content p {
    /*margin-bottom: 20px;*/
}

.sticky {
    position: fixed;
    top: 0;
}

/* -=Content -=Content -=Content -=Content -=Content -=Content -=*/
/*background-color:rgba(255,186,181,0.7);*/

.content {
    margin-top: 10px;
    padding: 0;
    width:100%;
}

#homecontent{
    /*margin-top: 58%;*/
    padding: 0;
    width: 100%;
}

#homecontent2{
    /*margin-top: 58%;*/
    padding: 0;
    width: 100%;
}

div.brief {
    margin-left: auto;
    margin-right: auto;
    padding:0;
    /*background-color: rgba(255, 186, 181, 1);*/
    display: inline-block;
}

div.sort{
    width:100%;
    display: block;
    margin-right: 30px;
}

.js-sortdata {
    width: 200px;
}

/*CARD--CARD--CARD*/

.card {
    margin: 2% 2%;
    padding:0;
    position: relative;
    width: 28%;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    background-color: rgba(129, 216, 208,1);
}

.card > :first-child {
    margin-top: 0;
}

.card > :last-child {
    margin-bottom: 0;
}

.card img {
    width: 100%;
    border: none;
    vertical-align: middle;
}

.card h3 {
    left:0;
    padding-top: 10px;
}

.card p{
    color: #8b8b8b;
    left:0;
    font-size: .8em;
    line-height: 1.4em;
    padding-bottom: 10px;
}

.card a:hover{
    color: white;
}



.card img:hover{
border:none;
transition: .4s ease;
}

.overlay {
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.3);
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .6s ease;
    vertical-align: middle;
}

.overlay h3 {
    line-height: 1.6em;
}

.card:hover .overlay {
    top:24%;
    height: 26%;
}

.text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.text img{
    width:50%;
}

/*BUTTON = = = button = = = BUTTON = = = button = = =*/
button.more {
    border: none;
    border-radius: 12px;
    /*background-color: black;*/
    /*color: white;*/
    width: 22%;
    padding: 20px;
    margin-bottom: 80px;
    background-color: rgba(129, 216, 208,1);
    color: black;
    outline:none;

}

button.more:hover {
    background-color: rgba(129, 216, 208,.7);
    color: black;
    transition: .3s ease;
}


.footer-big{
    font-family:helvetica, arial, sans-serif;


}

.footer-big ul{
    list-style: none;
    font-family:helvetica, arial, sans-serif;
    font-size: 0.6em;
    line-height: 1.8em;
    color: #575757;
}

li.textbold{
    font-weight: bolder;
}

.footer-small{
    font-size: 0.6em;
    color: #6a6a6a;
}

.footer-small img{
    width: 26px;
    margin: 20px;
}


/*=MEDIA = = Mix-Width 700px = =MEDIA = =*/

@media (max-width: 700px) {

    body {
        font-size: 0.8em;
    }

    .tel{
        font-size: .2em;
        margin: 6px 6px 0 0;
    }

    div.content{
        margin-top: -10px;
    }

    #homecontent{
        /*margin-top: 150%;*/
        padding: 0;
        width: 100%;
    }


    div.logo{
        width:50%;
        margin-bottom: 10px;
    }

    .menu ul{
        font-size: .6em;
        margin-top:0;
    }

    .menu li {
        font-size: .6em;
        line-height: 1em;
        margin-right: 4px;
    }

    .logo img {
        margin: 14px 0 -4px 14px;
        width: 100%;
    }

    .modal-content {
        width:80%;
    }


    .js-sortdata {
        width: 120px;
    }


    .card {
        width: 40%;
        padding:0;
    }

    .overlay{
        display: none;
    }

    .overlay {
        height: 30%;
    }

    header{
        height:70px;
    }



    .footer-big{
        display: none;
    }

}

/*=-=-=-= GALLERY =-=-=-=- gallery -=-=-=-=-SLIDER =-=-=-=-=slider =-=-=-=-=-=SLIDER*/

#rotator {
    width: 100%;
    height: 220px;
    /*position: relative;*/
    overflow: hidden;
    position: relative;
}

#rotator .images {
    width: 100%;
    position: relative;
    z-index: 1;
}

#rotator a.arrow {
    width: 18px;
    height: 41px;
    display: block;
    z-index: 2;
    text-indent: -50000em;
    position: absolute;
    top: 89px;
    background: #FFF;
}

#rotator a.arrow.left {
    left: 0;
}

#rotator a.arrow.right {
    right: 0;
}

#rotator .images .imageHolder {
    width: 100%;
    float: left;
    height: 220px;
    position: relative;
}



#rotator .images .imageHolder img {
    width: 100%;
    /*height: calc(width*40%);*/
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    z-index: 3;
}

/*_+_+_+ = HEART _=-=-=-=- CHECKED +=-=-=-=-=-*/


.toggle {
    position: absolute;
    top: 10px;
    right: 16px;
    font-size: 2em;
    color: #414141;
}
.toggle input {
    display:none;
}

.toggle-fav{
    color: rgba(129, 216, 208,1);
}
.toggle-fav input:checked+label {
    color: #ff3f57;

}

