﻿/*!
 * Douglas Style (http://bringinteraktiv.no)
 *
 * @version     v0.5.7
 * @author      Henrik Brath Gundersen
 * @email       henrik(dot)gundersen(at)bringdialog.no
 * @copyright   (c) 2014 Bring Dialog Norge AS
 */

@font-face {
    font-family: AvenirNextCondensed;
    src: url('./fonts/AvenirNextCondensed-Bold.eot?#iefix') format('embedded-opentype'), url('./fonts/AvenirNextCondensed-Bold.woff') format('woff'), url('./fonts/AvenirNextCondensed-Bold.ttf') format('truetype'), url('./fonts/AvenirNextCondensed-Bold.svg#AvenirNextCondensed-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* BODY STYLES */
body {
    background: #b6dcca;
    margin-top: 40px;
    font-family: Arial,Helvetica,sans-serif;
}

.container-fluid {
    max-width: 790px;
    padding-right: 0;
    padding-left: 0;
}

@media only screen and (max-width: 820px) {
    .container-fluid {
        margin-left: 15px !important;
        margin-right: 15px !important;
    }
}

footer .container-fluid, header .container-fluid {
    max-width: 1200px !important;
}
/************************/

/* HEADER STYLES */
.douglas-logo {
    background: url('img/logo@x2.png') no-repeat center;
    background-size: 252px 114px;
    display: block;
    height: 114px;
    width: 252px;
    margin: 0;
    text-indent: -9999em;
    float: left;
}

.menu-container {
    width: 684px;
    margin-right: auto;
    margin-left: auto;
}

    .menu-container hr {
        border-top: 2px solid #000;
        margin-top: 18px;
        margin-bottom: 18px;
    }

    .menu-container a {
        text-decoration: none !important;
    }

    .menu-container .desktop-menu span {
        font-size: 12px !important;
        font-weight: bold;
        color: #000;
    }

        .menu-container .desktop-menu span:hover {
            border-bottom: 1px solid #000;
            padding-bottom: 5px;
        }

    .menu-container .active {
        border-bottom: 1px solid #000;
        padding-bottom: 5px;
    }

@media only screen and (max-width: 605px) {
    .menu-container {
        width: 100% !important;
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
}

section {
    margin-top: 25px;
}
/************************/



/* MARGIN STYLES */
.m-t-none {
    margin-top: 0 !important;
}

.m-t-xs {
    margin-top: 10px !important;
}

.m-t-md {
    margin-top: 20px !important;
}

.m-t-lg {
    margin-top: 25px !important;
}

.m-t-xlg {
    margin-top: 55px !important;
}

.m-t-mega {
    margin-top: 65px !important;
}

.m-l-sm {
    margin-left: 15px !important;
}

.m-r-xs {
    margin-right: 10px !important;
}

.m-r-sm {
    margin-right: 15px !important;
}

.m-r-md {
    margin-right: 20px !important;
}

.m-r-lg {
    margin-right: 25px !important;
}

.m-b-none {
    margin-bottom: 0 !important;
}

.m-b-xs {
    margin-bottom: 10px !important;
}

.m-b-md {
    margin-bottom: 20px !important;
}

.m-b-lg {
    margin-bottom: 25px !important;
}

.m-b-footer {
    margin-bottom: 50px !important;
}

/************************/

/* PADDING STYLES */
.padding-l-r-none {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.padding-l-none {
    padding-left: 0 !important;
}

.padding-r-none {
    padding-right: 0 !important;
}


.padding-l-2 {
    padding-left: 2px !important;
}

.padding-r-2 {
    padding-right: 2px !important;
}

@media only screen and (max-width: 767px) {
    .input-padding-fix-l {
        padding-left: 15px !important;
    }

    .input-padding-fix-r {
        padding-right: 15px !important;
    }

    .input-padding-fix-b {
        padding-bottom: 15px !important;
    }
}

section .padder {
    padding: 65px 30px 120px;
}

/************************/

/* SPECIAL STYLES */
.display-flex {
    display: -webkit-box;
    display: flex;
}

.overflow-auto {
    overflow: auto;
}

overflow-hidden {
    overflow: hidden;
}

.min-height-1 {
    min-height: 1px !important;
}

.border-radius-none {
    border-radius: 0 !important;
}

.inline-block {
    display: inline-block !important;
}

.col-center {
    float: none !important;
    display: inline-block !important;
}

.form-group h4 {
    font-size: 14px !important;
}

.regform-2a {
    max-width: 360px;
}

@media only screen and (max-width: 767px) {
    .regform-2a {
        max-width: 100% !important;
    }
}
/************************/


/* PLACEHOLDER STYLES */
::-webkit-input-placeholder {
    font-style: italic;
    font-size: 18px;
}

:-moz-placeholder {
    font-style: italic;
    font-size: 18px;
}

::-moz-placeholder {
    font-style: italic;
    font-size: 18px;
}

:-ms-input-placeholder {
    font-style: italic;
    font-size: 18px;
}
/************************/


/* TEXT STYLES */
text-white {
    color: #fff;
}

.invite-friend p {
    font-weight: bold !important;
    font-size: 13px !important;
}

.text-style-normal {
    font-size: 17px !important;
}
/************************/


/* COLOR STYLES */
.bg-white {
    background: #fff;
}

/* BUTTON STYLES */
.btn-black {
    color: #fff;
    font-size: 18px !important;
    padding: 11px 54px !important;
    background-color: #000;
    border-color: #000;
}

    .btn-black:hover,
    .btn-black:focus,
    .btn-black.focus,
    .btn-black:active,
    .btn-black.active,
    .open > .dropdown-toggle.btn-black {
        color: #fff;
        background-color: #ea46be;
        border-color: #ea46be;
    }

    .btn-black:active,
    .btn-black.active,
    .open > .dropdown-toggle.btn-black {
        background-image: none;
    }

    .btn-black.disabled,
    .btn-black[disabled],
    fieldset[disabled] .btn-black,
    .btn-black.disabled:hover,
    .btn-black[disabled]:hover,
    fieldset[disabled] .btn-black:hover,
    .btn-black.disabled:focus,
    .btn-black[disabled]:focus,
    fieldset[disabled] .btn-black:focus,
    .btn-black.disabled.focus,
    .btn-black[disabled].focus,
    fieldset[disabled] .btn-black.focus,
    .btn-black.disabled:active,
    .btn-black[disabled]:active,
    fieldset[disabled] .btn-black:active,
    .btn-black.disabled.active,
    .btn-black[disabled].active,
    fieldset[disabled] .btn-black.active {
        background-color: #A7A7A7;
        border-color: #A7A7A7;
    }

    .btn-black .badge {
        color: #5cb85c;
        background-color: #fff;
    }


.btn-black-sm {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

    .btn-black-sm:hover,
    .btn-black-sm:focus,
    .btn-black-sm.focus,
    .btn-black-sm:active,
    .btn-black-sm.active,
    .open > .dropdown-toggle.btn-black-sm {
        color: #fff;
        background-color: #ea46be;
        border-color: #ea46be;
    }

    .btn-black-sm:active,
    .btn-black-sm.active,
    .open > .dropdown-toggle.btn-black-sm {
        background-image: none;
    }

    .btn-black-sm.disabled,
    .btn-black-sm[disabled],
    fieldset[disabled] .btn-black-sm,
    .btn-black-sm.disabled:hover,
    .btn-black-sm[disabled]:hover,
    fieldset[disabled] .btn-black-sm:hover,
    .btn-black-sm.disabled:focus,
    .btn-black-sm[disabled]:focus,
    fieldset[disabled] .btn-black-sm:focus,
    .btn-black-sm.disabled.focus,
    .btn-black-sm[disabled].focus,
    fieldset[disabled] .btn-black-sm.focus,
    .btn-black-sm.disabled:active,
    .btn-black-sm[disabled]:active,
    fieldset[disabled] .btn-black-sm:active,
    .btn-black-sm.disabled.active,
    .btn-black-sm[disabled].active,
    fieldset[disabled] .btn-black-sm.active {
        background-color: #A7A7A7;
        border-color: #A7A7A7;
    }

    .btn-black-sm .badge {
        color: #5cb85c;
        background-color: #fff;
    }


.btn-black-more {
    color: #fff;
    font-size: 18px !important;
    padding: 11px 0px 11px 14px !important;
    background-color: #000;
    border-color: #000;
}

    .btn-black-more span {
        padding: 13px 15px 13px 7px;
        border: 1px solid #000;
        margin-left: 17px;
    }

    .btn-black-more:hover span,
    .btn-black-more:hover,
    .btn-black-more:focus,
    .btn-black-more.focus,
    .btn-black-more:active,
    .btn-black-more.active,
    .open > .dropdown-toggle.btn-black-more {
        color: #fff;
        background-color: #ea46be !important;
        border-color: #ea46be !important;
    }

    .btn-black-more:active,
    .btn-black-more.active,
    .open > .dropdown-toggle.btn-black-more {
        background-image: none;
    }

    .btn-black-more.disabled,
    .btn-black-more[disabled],
    fieldset[disabled] .btn-black-more,
    .btn-black-more.disabled:hover,
    .btn-black-more[disabled]:hover,
    fieldset[disabled] .btn-black-more:hover,
    .btn-black-more.disabled:focus,
    .btn-black-more[disabled]:focus,
    fieldset[disabled] .btn-black-more:focus,
    .btn-black-more.disabled.focus,
    .btn-black-more[disabled].focus,
    fieldset[disabled] .btn-black-more.focus,
    .btn-black-more.disabled:active,
    .btn-black-more[disabled]:active,
    fieldset[disabled] .btn-black-more:active,
    .btn-black-more.disabled.active,
    .btn-black-more[disabled].active,
    fieldset[disabled] .btn-black-more.active {
        background-color: #A7A7A7;
        border-color: #A7A7A7;
    }

    .btn-black-more .badge {
        color: #5cb85c;
        background-color: #fff;
    }

/************************/


/* FOOTER STYLES */
footer {
    background: #000;
    bottom: 0;
    /* position: fixed; */
    z-index: 1000;
    left: 0px;
    right: 0px;
}

    footer .container-fluid {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

@media only screen and (max-width: 1200px) {
    footer {
        position: inherit;
    }
}

footer .inner {
    padding: 25px 0px;
    color: #fff;
}

footer .icon-user-fix {
    font-size: 24px;
    height: 47px;
    line-height: 47px;
}

footer .sircle {
    font-size: 19px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    width: 40px;
    border-radius: 50px;
    text-align: center;
    border: 1px solid;
    white-space: nowrap;
}

footer .btn-black {
    border: 2px solid #a7cdbc !important;
    border-radius: 0 !important;
    font-size: 13px !important;
}

a .sircle {
    background: none;
    -webkit-transition: background 150ms ease-in 150ms;
    -moz-transition: background 150ms ease-in 150ms;
    -o-transition: background 150ms ease-in 150ms;
    transition: background 150ms ease-in 150ms;
}

    a .sircle:hover {
        background: rgba(182, 220, 202, 0.74);
    }

footer a {
    color: #fff;
}

    footer a:hover, footer a:focus {
        color: #fff;
    }
/************************/

/* RADIO STYLE */

input[type=radio].css-checkbox {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

    input[type=radio].css-checkbox + label.css-label {
        padding-left: 37px;
        padding-right: 26px;
        height: 25px;
        display: inline-block;
        line-height: 25px;
        background-repeat: no-repeat;
        background-position: 0 0;
        font-size: 14px;
        vertical-align: middle;
        cursor: pointer;
    }

    input[type=radio].css-checkbox:checked + label.css-label {
        background-position: 0 -29px;
    }

label.css-label {
    background-image: url(../img/checkbox-sprite.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/************************/

/* CHECKBOX STYLES */
input[type=checkbox].css-checkbox {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

    input[type=checkbox].css-checkbox + label.css-label {
        padding-left: 37px;
        padding-right: 26px;
        height: 25px;
        display: inline-block;
        line-height: 17px;
        background-repeat: no-repeat;
        background-position: 0 0;
        font-size: 14px;
        vertical-align: middle;
        cursor: pointer;
    }

    input[type=checkbox].css-checkbox:checked + label.css-label {
        background-position: 0 -29px;
    }
/************************/


/* INPUT STYLES */
.input-lg, .form-horizontal .form-group-lg .form-control {
    height: 40px !important;
    padding: 8px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
    font-style: italic;
    color: #777777 !important;
}
/************************/


/* MODAL STYLES */
.modal-content {
    border-radius: 0 !important;
}
/* VALIDATOR STYLES */
.has-success .form-control:focus {
    border-color: #ccc !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ccc !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ccc !important;
}

.has-success .form-control {
    border-color: #ccc !important;
}

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline {
    color: #333 !important;
}

/************************/

/* ALERT STYLES */
.alert {
    border-radius: 0 !important;
}
/************************/

.has-feedback .form-control {
  padding-right: 16px !important;
}