body,
html {
    margin: 0!important;
    padding: 0!important;
    width: 100%;
    height: 100%;
    overflow: visible;
    font-family: "Open Sans", sans-serif
}

.form-group span .fa,
a,
button,
li {
    -webkit-transition: all .5s cubic-bezier(.215, .61, .355, 1);
    -moz-transition: all .5s cubic-bezier(.215, .61, .355, 1);
    -o-transition: all .5s cubic-bezier(.215, .61, .355, 1);
    transition: all .5s cubic-bezier(.215, .61, .355, 1)
}

a,
a:focus,
a:hover,
a:visited {
    text-decoration: none;
    font-style: normal;
 /*   color: #888*/
}

section {
    position: relative
}

section h1 {
    margin: 0 0 40px 0;
    font-size: 40px;
    text-align: center;
    color: #666
}

.form-group span {
    display: inline-block;
    width: 100%;
    position: relative
}

.form-group span input[type=password] {
    padding-right: 30px
}

.form-group span .fa-eye,
.form-group span .fa-eye-slash {
    position: absolute;
    cursor: pointer;
    right: 0;
    top: 0;
    padding: 14px;
    font-size: 20px;
    color: #fff
}

.logo {
   max-height: 280px!important;
    max-width: 280px!important;
    height: 280px;
    width: 280px;
     -webkit-transition: all .5s cubic-bezier(.215, .61, .355, 1);
    -moz-transition: all .5s cubic-bezier(.215, .61, .355, 1);
    -o-transition: all .5s cubic-bezier(.215, .61, .355, 1);
    transition: all .5s cubic-bezier(.215, .61, .355, 1)
}
.logo.minus { 
    max-height: 140px!important;
    max-width: 140px!important;
    height: 140px;
    width: 140px;
    top: 10px;
}

.gallery-thumb { cursor: pointer; height: 301.25px; }
.gallery-thumb h4 { position: absolute; bottom: 0px; font-size: 20px; width: 100%; background: transparent; color: #FFF; text-align: center; margin: 0; padding: 10px 0 14px 0; text-shadow: 0 0px 25px rgba(0,0,0,1);
    -webkit-transition: all .3s cubic-bezier(.215, .61, .355, 1);
    -moz-transition: all .3s cubic-bezier(.215, .61, .355, 1);
    -o-transition: all .3s cubic-bezier(.215, .61, .355, 1);
    transition: all .3s cubic-bezier(.215, .61, .355, 1);
}
.gallery-thumb:hover h4 { font-size: 24px; padding: 14px 0 16px 0; background: #f3a7ab; text-shadow: 0 0px 25px rgba(0,0,0,0); }
.pagination>li>a, .pagination>li>span { width: 32px; padding: 6px; text-align: center; }