html {
    font-size: 100%
}

.wrapper {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    font-size: 100%;
    margin: 0;
    min-height: 100%;
    height: 100%;
    background: #0d0d1a url(../img/arka-plan.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center !important;
    overflow-x: hidden
}

.yukari {
    font-size: 22px
}

.red {
    color: #dc4c42
}

@media all and (max-width:767px) {
    body {
        font-size: 97% !important
    }
}

@media all and (max-width:1024px) and (min-width:768px) and (orientation:landscape) {
    body {
        font-size: 100% !important
    }
}

@media all and (max-width:1024px) and (min-width:768px) and (orientation:portrait) {
    body {
        font-size: 100% !important
    }
}

@media all and (max-width:1200px) and (min-width:1024px) {
    body {
        font-size: 85% !important
    }
}

@media all and (max-width:1366px) and (min-width:1200px) {
    body {
        font-size: 100% !important
    }
}

@media all and (max-width:1440px) and (min-width:1366px) {
    body {
        font-size: 105% !important
    }
}

@media all and (max-width:1680px) and (min-width:1440px) {
    body {
        font-size: 115% !important
    }
}

@media all and (max-width:1920px) and (min-width:1680px) {
    body {
        font-size: 140% !important
    }
}

@media all and (max-width:2048px) and (min-width:1920px) {
    body {
        font-size: 145% !important
    }
}

@media all and (max-width:2560px) and (min-width:2048px) {
    body {
        font-size: 155% !important
    }
}

@media all and (max-width:2880px) and (min-width:2560px) {
    body {
        font-size: 165% !important
    }
}

a {
    text-decoration: none
}

    a:focus, a:active:focus {
        outline: 0
    }

ul {
    padding-left: 0
}

    ul li {
        list-style: none
    }

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: 0
}

input:focus {
    outline: 0;
    box-shadow: 0 0 0 transparent
}

.form-control {
    -webkit-box-shadow: none;
    box-shadow: none
}

.form-control, .btn {
    border-radius: 0
}

    .form-control:focus {
        border-color: #fff
    }

h1 {
    font-family: montserrat,sans-serif;
    font-size: 9em;
    color: #fff;
    margin-top: .1em;
    margin-bottom: 0;
    line-height: 1;
    text-shadow: 1px 1px 1px #969696
}

h2 {
    font-family: montserrat,sans-serif;
    font-size: 1.2em;
    color: #fff;
    margin-top: 0;
    margin-bottom: .6em;
    font-weight: 700
}

.spirit-bubbles {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0
}

ul.return-btn {
    margin-top: 3em;
    position: relative
}

    ul.return-btn li {
        display: inline-block;
        margin-right: .5em
    }

        ul.return-btn li a .icons-container {
            border: 2px solid #fff
        }

        ul.return-btn li a {
            font-family: oswald,sans-serif;
            color: #fff;
            background: 0 0;
            padding: .3em;
            text-decoration: none;
            font-weight: 400;
            border-radius: 2em;
            width: 12em;
            display: block;
            line-height: 2;
            border: 2px solid #fff;
            margin-bottom: .3em
        }

            ul.return-btn li a:hover, ul.return-btn li a:active, ul.return-btn li a:focus {
                background: rgba(16,22,34,.61);
                -webkit-box-shadow: 0 0 5px 0 rgba(255,255,255,.18),0 4px 15px 0 rgba(255,255,255,.15);
                -moz-box-shadow: 0 0 5px 0 rgba(255,255,255,.18),0 4px 15px 0 rgba(255,255,255,.15);
                box-shadow: 0 0 5px 0 rgba(255,255,255,.18),0 4px 15px 0 rgba(255,255,255,.15)
            }

.icons-container {
    border-radius: 2em;
    padding: .3em;
    float: right
}

.home-icon {
    background: url(../img/home.png) no-repeat;
    background: url(../img/home.svg) no-repeat;
    background-size: contain;
    height: 1.3em;
    width: 1.3em;
    float: right;
    display: block
}

.return-icon {
    background: url(../img/return.png) no-repeat;
    background: url(../img/return.svg) no-repeat;
    background-size: contain;
    height: 1.3em;
    width: 1.3em;
    float: right;
    display: block
}

.form-control::-webkit-input-placeholder {
    font-family: oswald,sans-serif;
    color: #fff;
    font-weight: lighter
}

.form-control:-moz-placeholder {
    font-family: oswald,sans-serif;
    color: #fff;
    opacity: 1;
    font-weight: lighter
}

.form-control::-moz-placeholder {
    font-family: oswald,sans-serif;
    color: #fff;
    opacity: 1;
    font-weight: lighter
}

.form-control:-ms-input-placeholder {
    font-family: oswald,sans-serif;
    color: #fff;
    font-weight: lighter
}

.search-form .input-group .input-group-btn {
    font-size: inherit
}

    .search-form .input-group .input-group-btn:focus {
        outline: 0
    }

    .search-form .input-group .input-group-btn span:focus {
        outline: 0
    }

.search-form input {
    background: rgba(255,255,255,.5);
    border: 2px solid #fff;
    font-family: oswald,sans-serif;
    color: #11111d;
    opacity: 1;
    font-weight: lighter;
    font-size: 1.3em;
    line-height: 1.7;
    height: inherit;
    padding-left: 1.5em;
    width: 100% !important
}

.search-form button {
    background: rgba(255,255,255,.5);
    border: 2px solid #fff;
    margin-left: -6px;
    font-size: inherit;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

    .search-form button .search-icon {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out
    }

    .search-form button:hover .search-icon, .search-form button:active .search-icon, .search-form button:focus .search-icon {
        -webkit-transform: rotate(20deg);
        transform: rotate(20deg)
    }

.search-icon {
    background: url(../img/search.png) no-repeat;
    background: url(../img/search.svg) no-repeat;
    background-size: contain;
    height: 2.2em;
    width: 2.2em;
    display: block
}

ul.social-icons {
    margin-top: 2em;
    margin-bottom: 2em
}

    ul.social-icons li {
        display: inline-block;
        margin-right: .3em
    }

        ul.social-icons li:last-child {
            margin-right: 0
        }

        ul.social-icons li a {
            font-size: 1.6em;
            color: #fff;
            padding: .2em .3em;
            background: 0 0;
            border: 1px solid #fff;
            border-radius: .12em;
            display: block
        }

            ul.social-icons li a:hover, ul.social-icons li a:active, ul.social-icons li a:focus {
                background: rgba(16,22,34,.61)
            }

@-webkit-keyframes hvr-icon-wobble-vertical {
    16.65% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px)
    }

    33.3% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }

    49.95% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px)
    }

    66.6% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px)
    }

    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes hvr-icon-wobble-vertical {
    16.65% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px)
    }

    33.3% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }

    49.95% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px)
    }

    66.6% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px)
    }

    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.hvr-icon-wobble-vertical {
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

    .hvr-icon-wobble-vertical i {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    .hvr-icon-wobble-vertical:hover i, .hvr-icon-wobble-vertical:focus i, .hvr-icon-wobble-vertical:active i {
        -webkit-animation-name: hvr-icon-wobble-vertical;
        animation-name: hvr-icon-wobble-vertical;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1
    }

    .hvr-icon-wobble-vertical svg {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    .hvr-icon-wobble-vertical:hover svg, .hvr-icon-wobble-vertical:focus svg, .hvr-icon-wobble-vertical:active svg {
        -webkit-animation-name: hvr-icon-wobble-vertical;
        animation-name: hvr-icon-wobble-vertical;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1
    }

@media only screen and (min-height:481px) {
    html {
        height: 100%
    }
}

@media only screen and (min-width:768px) {
    html {
        height: 100%
    }

    h1 {
        margin-top: .3em;
        font-size: 13em
    }

    h2 {
        font-size: 2em;
        margin-bottom: 1.2em
    }

    .form-inline.search-form .input-group {
        width: 40%
    }
}

.color_settings h2 {
    color: #333;
    font-weight: 400;
    font-size: 12px;
    margin: 0;
    text-align: center;
    line-height: 40px;
    text-transform: uppercase
}

.color_pick_wrap {
    position: fixed;
    left: -260px;
    top: 20%;
    width: 260px;
    z-index: 999999999;
    -ms-transition: left .4s;
    -moz-transition: left .4s;
    -webkit-transition: left .4s;
    transition: left .4s
}

    .color_pick_wrap section {
        display: block;
        height: 39px;
        background-color: #fff
    }

        .color_pick_wrap section span {
            display: block;
            margin: 8px 3px;
            width: 80px;
            height: 50px;
            float: left;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            border-radius: 2px;
            cursor: pointer
        }

            .color_pick_wrap section span.forest_1 {
                background: url(http://lifeinsys.com/themeforest/404/assets/img/thumb/forest_1_bg2.jpg);
                background-size: cover
            }

            .color_pick_wrap section span.forest_2 {
                background: url(http://lifeinsys.com/themeforest/404/assets/img/thumb/forest_2_bg2.jpg);
                background-size: cover
            }

            .color_pick_wrap section span.forest_3 {
                background: url(http://lifeinsys.com/themeforest/404/assets/img/thumb/forest_3_bg2.jpg);
                background-size: cover
            }

            .color_pick_wrap section span.black_white_1 {
                background: url(http://lifeinsys.com/themeforest/404/assets/img/thumb/black_1_bg2.jpg);
                background-size: cover
            }

            .color_pick_wrap section span.black_white_2 {
                background: url(http://lifeinsys.com/themeforest/404/assets/img/thumb/black_2_bg2.jpg);
                background-size: cover
            }

            .color_pick_wrap section span.black_white_3 {
                background: url(http://lifeinsys.com/themeforest/404/assets/img/thumb/black_3_bg2.jpg);
                background-size: cover
            }

            .color_pick_wrap section span.food_1 {
                background: url(http://lifeinsys.com/themeforest/404/assets/img/thumb/food_1_bg2.jpg);
                background-size: cover
            }

            .color_pick_wrap section span.food_2 {
                background: url(http://lifeinsys.com/themeforest/404/assets/img/thumb/food_2_bg2.jpg);
                background-size: cover
            }

            .color_pick_wrap section span.food_3 {
                background: url(http://lifeinsys.com/themeforest/404/assets/img/thumb/food_3_bg2.jpg);
                background-size: cover
            }

            .color_pick_wrap section span.space_1 {
                background: url(http://lifeinsys.com/themeforest/404/assets/img/thumb/space_1_bg2.jpg);
                background-size: cover
            }

            .color_pick_wrap section span.space_2 {
                background: url(http://lifeinsys.com/themeforest/404/assets/img/thumb/space_2_bg2.jpg);
                background-size: cover
            }

            .color_pick_wrap section span.space_3 {
                background: url(http://lifeinsys.com/themeforest/404/assets/img/thumb/space_3_bg2.jpg);
                background-size: cover
            }

    .color_pick_wrap #color_open_close {
        width: 39px;
        height: 39px;
        position: absolute;
        right: -39px;
        top: 0;
        cursor: pointer;
        font-size: 25px;
        color: #fff;
        text-align: center;
        padding-top: 1px;
        background-color: #000;
        -ms-transition: background-color .2s;
        -moz-transition: background-color .2s;
        -webkit-transition: background-color .2s;
        transition: background-color .2s;
        -moz-border-radius: 0 2px 2px 0;
        -webkit-border-radius: 0 2px 2px 0;
        border-radius: 0 2px 2px 0;
        border-top: 2px solid #fff
    }

        .color_pick_wrap #color_open_close:hover {
            background-color: #434343
        }

.opened-settings .color_pick_wrap {
    left: 0;
    background: #fff;
    height: 425px
}

.bg_active {
    border: 2px solid red !important
}

.your_pic_text {
    color: #333;
    font-size: 11px;
    margin: 0;
    text-align: center;
    line-height: 40px;
    text-transform: uppercase
}

.given_url {
    font-size: 14px;
    width: 250px;
    margin-left: 5px;
    border: 1px solid #ccc;
    padding-left: 5px
}

#set_url_pic {
    font-size: 12px;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 5px;
    background: #000;
    color: #fff;
    border-radius: 3px;
    border: 0
}

    #set_url_pic:hover {
        background: #3c3b3b
    }
