@font-face {
    font-family: "Quicksand";
    src: url("/fonts/Quicksand-Regular.ttf");
}
@font-face {
    font-family: "Quicksand Medium";
    src: url("/fonts/Quicksand-Medium.ttf");
}
@font-face {
    font-family: "Roboto";
    src: url("/fonts/Roboto-Light.ttf");
}


html, body {
    height: 100%;
    margin: 0 auto;
    padding: 0;
    max-width: 1920px;
    background-color: #fff;
}

body {
    padding-top: 50px;
    font-family: 'Roboto', sans-serif;
    color: #404040;
    font-weight: 300;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

p, h1, h2, h3, h4, h5 {
    font-family: 'Quicksand', sans-serif;
}

.spacer {
    flex:1;
}

.navbar>.container .navbar-brand {
    color: #fff;
    margin-left: 0px;
    font-size: 29px;
    font-family: 'Quicksand', sans-serif;
    font-weight: 400;
    padding: 16px 10px 14px 0px;
    letter-spacing: -2px;
}

.navbar>.container {
    padding: 0;
}

.navbar-default .navbar-nav>li>a {
    padding: 20px 15px 10px 15px;
    letter-spacing: 1px;
    color: #fff;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.nav, .pagination, .carousel, .panel-title a {
    cursor: pointer; 
}

.navbar-default {
    background-color: #f95561;
}

.nav-ddlr {
    padding: 10px 15px 10px 0px;
}

.footer {
    clear: both;
    display: block;
    padding-top: 15px;
    background-color: #f490a2;
    color: #fff;
}

.footer a:link, .footer a:visited {
    color: #eee;
}

.footer a:hover, .footer a:active {
    color: #fff;
}


.div-main {
    border-left: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;   
}

.div-signin {
    width: 300px;
    padding: 10px; 
    margin-right: 15px;
    background-color: #fff;
}

.ico-user {
    display: inline-block;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    text-transform: uppercase;
    line-height: 30px;
    background-color: #fff;
    color: #f95561;
}

.div-cl {
    clear: both;
    display: flex;
    align-items: center;
}

.div-cl-bottom {
    display: flex;
    align-items: center;
    margin-bottom: 180px;
}

.div-skyline {
    clear: both;
    height: 168px;
    margin-top: 5%;
    background:url(/img/skyline.png) repeat-x center center;
}

.div-sq {
    overflow: hidden;
}

.div-sq::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%;
}

.content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 10px;
    margin: 15px;
    overflow: hidden;
}

.bg-ceu {
    background-color: #f95561;
    color: #fff;
}

.btn {
    font-family: 'Roboto', sans-serif;
}

.btn-mg5 {
    margin-right: 5px;
    margin-bottom: 5px;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.btc {
    background-color: transparent;
    fill: #666;
    /* border: 1px solid #a6afa6; */
}

.btc:hover {
    background-color: #eee;
    fill: #333;
}

.btc svg {
    position: relative;
    top: .2rem;
    fill: inherit;
    height: 1.5rem;
    width: auto;
}

.caret-up {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 0;
    border-bottom: 4px dashed;
}

.div-stars {
    clear: both;
    display: inline-block; 
    width: 60px;
    height: 12px;
    cursor: pointer;
}

.div-stars-striked:before {
    content: " ";
    position: absolute;
    left: 12px;
    border-bottom: 1px solid #aab1ab;
    width: 60px;
    height: 8px;
}

span.stars, span.stars span {
    display: block;
    background: url('/img/stars.png') 0 -12px repeat-x;
    width: 60px;
    height: 12px;
}

span.stars span {
    background-position: 0 0;
}

.feedback {
    display: inline-block;
    color: #a6afa6;
    font-size: 11px;
}

.clk {
    cursor: pointer;
}

.hl {
    border: 1px solid #336699;
}

.nn {
    margin: 0;
}

@media (max-width: 767px) {
    .div-main {
        margin-bottom: 10px;
    }

    .navbar>.container .navbar-brand {
        padding: 16px 15px 14px 15px;
    }
    
    .navbar>.container {
        padding: 0px 10px;
    }

    .navbar-nav>li>a {
        padding: 5px 15px;
    }

    .div-cl, .div-cl-bottom {
        display: block;
    }

    .div-signin {
        width: 100%;
        padding: 15px 25px;
    }
    
}
