

/* ==============================================

Template: 404 Child
Version: 1.0
Author:	Ukieweb

 - General setting
 - Button
 - Wrapper
 - Number
 - Child
 - Info
 - Animationload
 - Animated setting

================================================ */


/* ------------------
    General setting
-------------------- */
*{
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: 300;
}
html{
    height: 100%;
}
body{
    position: relative;
    height: 100%;
    background-color: #D1F4FF;
}


logo, .logo a{
    color: #00A9E1;
    text-decoration: none;
    font-size: 50px;
    font-weight: 700;
    margin: 0;
}

h1{
    color: #734B1E;
    font-size: 40px;
    font-weight: 500;
    margin: 0;
}

h2{
    color: #734B1E;
    font-size: 20px;
    font-weight: 500;
}

h3, h4, h5, h6{
    color: #734B1E;
    font-size: 30px;
    font-weight: 400;
    margin: 0;
}

p{
    font-weight: 300;
    margin: 1% 0;
}

img{
    background-size: auto;
}

.clearfix{
    clear: both;
}

.error{
    border-color: red !important;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:    #ffffff;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #ffffff;
    opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #ffffff;
    opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #ffffff;
}

.container{
    position: relative;
}

/* ------------------
    Button
-------------------- */
.btn{
    font-size: 18px;
    font-weight: 300;
    color: #ffffff;
    border: 0px solid;
    border-bottom: 2px solid;
    border-color: #c16000;
    padding: 10px 41px;
    border-radius: 5px;
    background: none;
    display: inline-block;
    margin: 10px 0;
    background-color: #ff7f00;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    text-decoration: none;
    cursor: pointer;
}

.btn:hover{
    background: #e37600;
    color: #ffffff;
    text-decoration: none;
}

/* ------------------
    Wrapper
-------------------- */
#wrapper{
    min-height: 100%;
    height: 100%;
    width: 100%;
}


@-moz-keyframes mouth {
    0%{  top: 151px;  }
    50%{  top: 153px;  }
    100%{  top: 151px;  }
}
@-webkit-keyframes mouth {
    0%{  top: 151px;  }
    50%{  top: 153px;  }
    100%{  top: 151px;  }
}
@-o-keyframes mouth {
    0%{  top: 151px;  }
    50%{  top: 153px;  }
    100%{  top: 151px;  }
}
@-ms-keyframes mouth {
    0%{  top: 151px;  }
    50%{  top: 153px;  }
    100%{  top: 151px;  }
}
@keyframes mouth {
    0%{  top: 151px;  }
    50%{  top: 153px;  }
    100%{  top: 151px;  }
}


@-moz-keyframes mouth_little {
    0%{  top: 51px;  }
    50%{  top: 52px;  }
    100%{  top: 51px;  }
}
@-webkit-keyframes mouth_little {
    0%{  top: 51px;  }
    50%{  top: 52px;  }
    100%{  top: 51px;  }
}
@-o-keyframes mouth_little {
    0%{  top: 51px;  }
    50%{  top: 52px;  }
    100%{  top: 51px;  }
}
@-ms-keyframes mouth_little {
    0%{  top: 51px;  }
    50%{  top: 52px;  }
    100%{  top: 51px;  }
}
@keyframes mouth_little {
    0%{  top: 51px;  }
    50%{  top: 52px;  }
    100%{  top: 51px;  }
}

/* ------------------
    medicament
--------------------*/
.medicament{
    position: relative;
    float: left;
    height: 350px;
    margin: 2%;
    z-index: 999;
    width: 350px;
}

.medicament h2, .medicament h2 a{
    font-size: 35px;
    font-weight: 700;
    color: #00A9E1;
    text-decoration: none;
    margin: 2% 0;
}

.medicament p{
    font-size: 20px;
    color: #553614;
}

/* ------------------
    Animationload
--------------------*/
.animationload {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    z-index: 999999;
}
.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -100px 0 0 -100px;
    width: 200px;
    height: 200px;
    background-image: url("../img/ajax-loader.gif");
    background-position: center;
    background-repeat: no-repeat;
}




@media (max-width: 1200px) {

    .medicament {
        text-align: center;
    }


}

@media (max-width: 992px) {

    .medicament{
        margin-bottom: 40px;
    }

}



@media (max-width: 670px) {

    .medicament h1 {
        font-size: 90px;
        font-weight: 700;
        margin-top: 10px;
        color: #222a4b;
    }
    .medicament h2 {
        font-size: 30px;
    }
    .medicament p {
        font-size: 16px;
    }
    .medicament p br{
        display: block;
    }


}


