﻿* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    margin: 0;
    color: #474747;
    font-size: 13px;
    background-color: #f7f8f9;
    font-family: 'Montserrat', sans-serif;
}

#header {
    background: url("../img/bg-header.png") no-repeat center;
    background-size: cover;
    text-align: center;
}

    #header img {
        margin: 20px 0;
    }

#wrap {
    width: 980px;
    max-width: 100%;
    margin: 0 auto;
    padding: 40px;
}

    #wrap:after {
        content: '';
        display: block;
        clear: both;
    }

h2 {
    font-size: 18px;
}

.description,
.screenshots {
    width: 50%;
    float: left;
}

.description {
    padding-right: 20px;
}

    .description a[data-type="download-app"] {
        background: url(../img/btn.png) #618025;
        color: transparent;
        position: relative;
        top: 0;
        font-size: 0;
        width: 237px;
        height: 46px;
        display: block;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        -moz-transition: .3s;
        -o-transition: .3s;
        -webkit-transition: .3s;
        transition: .3s;
        -moz-box-shadow: 0 5px 0 #496415;
        -webkit-box-shadow: 0 5px 0 #496415;
        box-shadow: 0 5px 0 #496415;
        margin: 25px 25px 25px 0;
    }

        .description a[data-type="download-app"]:active {
            top: 5px;
            -moz-box-shadow: 0 0 0 #496415;
            -webkit-box-shadow: 0 0 0 #496415;
            box-shadow: 0 0 0 #496415;
        }

.screenshots {
    padding-left: 20px;
}

    .screenshots img {
        width: 100%;
        border: 10px solid #f2f2f2;
    }

@media screen and (max-width:768px) {
    .description,
    .screenshots {
        width: 100%;
        padding: 0;
    }
}

.chosen-container {
    width: 100% !important;
    font-size: 9pt;
    font-weight: 600;
    line-height: 57px;
    margin-bottom: 15px;
}

    .chosen-container .chosen-results li.active-result {
        padding: 10px;
    }

.chosen-container-single {
}

    .chosen-container-single .chosen-single {
        width: 100% !important;
        font-size: 9pt;
        font-weight: 600;
        line-height: 57px;
        height: 57px;
    }

        .chosen-container-single .chosen-single div {
            width: 12px;
        }

    .chosen-container-single .chosen-search input[type="text"] {
        padding: 10px;
    }


    .chosen-container-single .chosen-single div b {
        background-size: cover;
        padding: 10px 0;
        -moz-background-origin: content-box;
        -webkit-background-origin: content-box;
        background-origin: content-box;
    }

.chosen-container-active {
}

    .chosen-container-active .chosen-single {
        width: 100% !important;
        font-size: 9pt;
        font-weight: 600;
        line-height: 57px;
    }

    .chosen-container-active.chosen-with-drop .chosen-single {
        font-size: 9pt;
        font-weight: 600;
        line-height: 57px;
        padding: 10px;
    }




/*body {
    background: linear-gradient(141deg, #ffffff 0, #f5f5f5 100%);
    font-family: 'Open Sans', sans-serif;
    margin: 0;
}

.container {
    height: 100vh;
    margin: auto;
    max-width: 1024px;
}

.middle {
    position: relative;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.left {
    float: left;
    max-width: 100%;
    width: 530px;
}

    .left img {
        float: right;
    }

.right {
    float: left;
    margin-left: 30px;
    padding: 95px 0;
}

    .right p {
        font-size: 20px;
        font-weight: 600;
        letter-spacing: 4px;
        text-align: center;
        line-height: 40px;
        text-transform: uppercase;
    }

    .right a.btn {
        background-image: url(../img/ipad-download.png);
        display: block;
        height: 57px;
        margin: 25px auto 0;
        width: 221px;
    }

.brightfox {
    clear: both;
    display: block;
    margin: auto;
}*/


