
    @media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .form-control {
        font-size: 16px !important;
    }
    }

        html {
            font-family: sans-serif;
            -webkit-text-size-adjust: 100%;
            -ms-text-size-adjust: 100%;
        }

        body {
            margin: 0;
        }

        header, nav {
            display: block;
        }

        a {
            background-color: transparent;
        }

        img {
            border: 0;
        }

        button, input, select {
            margin: 0;
            font: inherit;
            color: inherit;
        }

        button {
            overflow: visible;
        }

        button, select {
            text-transform: none;
        }

        button {
            -webkit-appearance: button;
        }

            button::-moz-focus-inner, input::-moz-focus-inner {
                padding: 0;
                border: 0;
            }

        input {
            line-height: normal;
        }

        * {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

        :after, :before {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

        html {
            font-size: 10px;
        }

        body {
            font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
            font-size: 14px;
            line-height: 1.42857143;
            color: #333;
            background-color: #fff;
        }

        button, input, select {
            font-family: inherit;
            font-size: inherit;
            line-height: inherit;
        }

        a {
            color: #337ab7;
            text-decoration: none;
        }

        img {
            vertical-align: middle;
        }

        .img-responsive {
            display: block;
            max-width: 100%;
            height: auto;
        }

        .sr-only {
            position: absolute;
            width: 1px;
            height: 1px;
            padding: 0;
            margin: -1px;
            overflow: hidden;
            clip: rect(0,0,0,0);
            border: 0;
        }

        p {
            margin: 0 0 10px;
        }

        .lead {
            margin-bottom: 20px;
            font-size: 16px;
            font-weight: 300;
            line-height: 1.4;
        }

        @media (min-width:768px) {
            .lead {
                font-size: 21px;
            }
        }

        .text-center {
            text-align: center;
        }

        ul {
            margin-top: 0;
            margin-bottom: 10px;
        }

            ul ul {
                margin-bottom: 0;
            }

        .container {
            padding-right: 15px;
            padding-left: 15px;
            margin-right: auto;
            margin-left: auto;
        }

        @media (min-width:768px) {
            .container {
                width: 750px;
            }
        }

        @media (min-width:992px) {
            .container {
                width: 970px;
            }
        }

        @media (min-width:1200px) {
            .container {
                width: 1170px;
            }
        }

        .container-fluid {
            padding-right: 15px;
            padding-left: 15px;
            margin-right: auto;
            margin-left: auto;
        }

        .row {
            margin-right: -15px;
            margin-left: -15px;
        }

        .col-md-12, .col-md-3, .col-md-8, .col-md-9, .col-sm-4 {
            position: relative;
            min-height: 1px;
            padding-right: 15px;
            padding-left: 15px;
        }

        @media (min-width:768px) {
            .col-sm-4 {
                float: left;
            }

            .col-sm-4 {
                width: 33.33333333%;
            }
        }

        @media (min-width:992px) {
            .col-md-12, .col-md-3, .col-md-8, .col-md-9 {
                float: left;
            }

            .col-md-12 {
                width: 100%;
            }

            .col-md-9 {
                width: 75%;
            }

            .col-md-8 {
                width: 66.66666667%;
            }

            .col-md-3 {
                width: 25%;
            }

            .col-md-offset-2 {
                margin-left: 16.66666667%;
            }
        }

        label {
            display: inline-block;
            max-width: 100%;
            margin-bottom: 5px;
            font-weight: 700;
        }

        .form-control {
            display: block;
            width: 100%;
            height: 34px;
            padding: 6px 12px;
            font-size: 14px;
            line-height: 1.42857143;
            color: #555;
            background-color: #fff;
            background-image: none;
            border: 1px solid #ccc;
            border-radius: 4px;
            -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
            box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        }

            .form-control::-moz-placeholder {
                color: #999;
                opacity: 1;
            }

            .form-control:-ms-input-placeholder {
                color: #999;
            }

            .form-control::-webkit-input-placeholder {
                color: #999;
            }

            .form-control::-ms-expand {
                background-color: transparent;
                border: 0;
            }

        .form-group {
            margin-bottom: 15px;
        }

        @media (min-width:768px) {
            .form-inline .form-group {
                display: inline-block;
                margin-bottom: 0;
                vertical-align: middle;
            }

            .form-inline .form-control {
                display: inline-block;
                width: auto;
                vertical-align: middle;
            }
        }

        .btn {
            display: inline-block;
            padding: 6px 12px;
            margin-bottom: 0;
            font-size: 14px;
            font-weight: 400;
            line-height: 1.42857143;
            text-align: center;
            white-space: nowrap;
            vertical-align: middle;
            -ms-touch-action: manipulation;
            touch-action: manipulation;
            background-image: none;
            border: 1px solid transparent;
            border-radius: 4px;
        }

        .btn-default {
            color: #333;
            background-color: #fff;
            border-color: #ccc;
        }

        .btn-sm {
            padding: 5px 10px;
            font-size: 12px;
            line-height: 1.5;
            border-radius: 3px;
        }

        .collapse {
            display: none;
        }

        .dropdown {
            position: relative;
        }

        .dropdown-menu {
            position: absolute;
            top: 100%;
            left: 0;
            z-index: 1000;
            display: none;
            float: left;
            min-width: 160px;
            padding: 5px 0;
            margin: 2px 0 0;
            font-size: 14px;
            text-align: left;
            list-style: none;
            background-color: #fff;
            -webkit-background-clip: padding-box;
            background-clip: padding-box;
            border: 1px solid #ccc;
            border: 1px solid rgba(0,0,0,.15);
            border-radius: 4px;
            -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
            box-shadow: 0 6px 12px rgba(0,0,0,.175);
        }

            .dropdown-menu > li > a {
                display: block;
                padding: 3px 20px;
                clear: both;
                font-weight: 400;
                line-height: 1.42857143;
                color: #333;
                white-space: nowrap;
            }

        .btn-group {
            position: relative;
            display: inline-block;
            vertical-align: middle;
        }

            .btn-group > .btn {
                position: relative;
                float: left;
            }

                .btn-group > .btn:first-child {
                    margin-left: 0;
                }

        .nav {
            padding-left: 0;
            margin-bottom: 0;
            list-style: none;
        }

            .nav > li {
                position: relative;
                display: block;
            }

                .nav > li > a {
                    position: relative;
                    display: block;
                    padding: 10px 15px;
                }

        .navbar {
            position: relative;
            min-height: 50px;
            margin-bottom: 20px;
            border: 1px solid transparent;
        }

        @media (min-width:768px) {
            .navbar {
                border-radius: 4px;
            }
        }

        @media (min-width:768px) {
            .navbar-header {
                float: left;
            }
        }

        .navbar-collapse {
            padding-right: 15px;
            padding-left: 15px;
            overflow-x: visible;
            -webkit-overflow-scrolling: touch;
            border-top: 1px solid transparent;
            -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
            box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
        }

        @media (min-width:768px) {
            .navbar-collapse {
                width: auto;
                border-top: 0;
                -webkit-box-shadow: none;
                box-shadow: none;
            }

                .navbar-collapse.collapse {
                    display: block !important;
                    height: auto !important;
                    padding-bottom: 0;
                    overflow: visible !important;
                }
        }

        .container-fluid > .navbar-collapse, .container-fluid > .navbar-header {
            margin-right: -15px;
            margin-left: -15px;
        }

        @media (min-width:768px) {
            .container-fluid > .navbar-collapse, .container-fluid > .navbar-header {
                margin-right: 0;
                margin-left: 0;
            }
        }

        .navbar-toggle {
            position: relative;
            float: right;
            padding: 9px 10px;
            margin-top: 8px;
            margin-right: 15px;
            margin-bottom: 8px;
            background-color: transparent;
            background-image: none;
            border: 1px solid transparent;
            border-radius: 4px;
        }

            .navbar-toggle .icon-bar {
                display: block;
                width: 22px;
                height: 2px;
                border-radius: 1px;
            }

                .navbar-toggle .icon-bar + .icon-bar {
                    margin-top: 4px;
                }

        @media (min-width:768px) {
            .navbar-toggle {
                display: none;
            }
        }

        .navbar-nav {
            margin: 7.5px -15px;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
                line-height: 20px;
            }

        @media (min-width:768px) {
            .navbar-nav {
                float: left;
                margin: 0;
            }

                .navbar-nav > li {
                    float: left;
                }

                    .navbar-nav > li > a {
                        padding-top: 15px;
                        padding-bottom: 15px;
                    }
        }

        .navbar-nav > li > .dropdown-menu {
            margin-top: 0;
            border-top-left-radius: 0;
            border-top-right-radius: 0;
        }

        .navbar-default {
            background-color: #f8f8f8;
            border-color: #e7e7e7;
        }

            .navbar-default .navbar-nav > li > a {
                color: #777;
            }

            .navbar-default .navbar-nav > .active > a {
                color: #555;
                background-color: #e7e7e7;
            }

            .navbar-default .navbar-toggle {
                border-color: #ddd;
            }

                .navbar-default .navbar-toggle .icon-bar {
                    background-color: #888;
                }

            .navbar-default .navbar-collapse {
                border-color: #e7e7e7;
            }

        .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .row:after, .row:before {
            display: table;
            content: " ";
        }

        .clearfix:after, .container-fluid:after, .container:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .row:after {
            clear: both;
        }

        .center-block {
            display: block;
            margin-right: auto;
            margin-left: auto;
        }

        @-ms-viewport {
            width: device-width;
        }

        @media (max-width:767px) {
            .hidden-xs {
                display: none !important;
            }
        }

        @font-face {
            font-family: 'FontAwesome';
            src: url(/static/fonts/fontawesome-webfont.eot);
            src: url(/static/fonts/fontawesome-webfont.eot) format('embedded-opentype'),url(/static/fonts/fontawesome-webfont.woff2) format('woff2'),url(/static/fonts/fontawesome-webfont.woff) format('woff'),url(/static/fonts/fontawesome-webfont.ttf) format('truetype'),url(/static/fonts/fontawesome-webfont.svg) format('svg');
            font-weight: 400;
            font-style: normal;
        }

        .fa {
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

        .fa-lock:before {
            content: "";
        }

        .sr-only {
            position: absolute;
            width: 1px;
            height: 1px;
            padding: 0;
            margin: -1px;
            overflow: hidden;
            clip: rect(0,0,0,0);
            border: 0;
        }

        @font-face {
            font-family: 'fontello';
            src: url(/static/font/fontello.eot);
            src: url(/static/font/fontello.eot) format('embedded-opentype'),url(/static/font/fontello.svg) format('svg');
            font-weight: 400;
            font-style: normal;
        }

        [class^="icon-"]:before {
            font-family: "fontello";
            font-style: normal;
            font-weight: 400;
            speak: none;
            display: inline-block;
            text-decoration: inherit;
            width: 1em;
            margin-right: .2em;
            text-align: center;
            font-variant: normal;
            text-transform: none;
            line-height: 1em;
            margin-left: .2em;
        }

        .icon-up-open-big:before {
            content: '';
        }

        img {
            display: block;
            max-width: 100%;
            height: auto;
        }

        ul {
            list-style: square;
        }

        .page-wrapper {
            background-color: #fff;
        }

        .header {
            border-top: 1px solid #fff;
            border-bottom: 2px solid #f1f1f1;
            background-color: #fcfcfc;
        }

        .header-first {
            padding: 12px 0 0 0;
        }

        .header-second {
            position: relative;
        }

        .banner.dark-translucent-bg {
            min-height: 250px;
            padding-top: 60px;
            padding-bottom: 20px;
        }

        @media (min-width:768px) {
            .with-dropdown-buttons .navbar-default .navbar-collapse {
                padding-right: 120px;
            }

            .with-dropdown-buttons .header-dropdown-buttons {
                position: absolute;
                top: 18px;
                right: 0;
            }
        }

        @media (min-width:768px)and (max-width:1199px) {
            .main-navigation.with-dropdown-buttons .navbar-default .navbar-collapse {
                padding-right: 110px;
            }
        }

        @media (max-width:767px) {
            .transparent-header .header-first {
                padding: 12px 0 12px;
            }

            .transparent-header .header-second {
                z-index: 21;
            }
        }

        .light-gray-bg {
            background-color: #fafafa;
            border-top: 1px solid #f3f3f3;
            border-bottom: 1px solid #f3f3f3;
        }

        .dark-translucent-bg {
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -o-background-size: cover;
            background-size: cover;
            background-position: 50% 0;
            background-repeat: no-repeat;
            z-index: 1;
            position: relative;
            overflow: hidden;
        }

            .dark-translucent-bg:after {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                z-index: 2;
                width: 100%;
                height: 100%;
                -webkit-backface-visibility: hidden;
                -webkit-transform: translateZ(0) scale(1,1);
            }

            .dark-translucent-bg > div {
                z-index: 3;
                position: relative;
            }

            .dark-translucent-bg:after {
                background-color: rgba(0,0,0,.4);
            }

        .dark-translucent-bg {
            color: #fff;
        }

        @media (max-width:767px) {
            .header.fixed {
                position: relative !important;
                top: auto !important;
            }
        }

        .pr-10 {
            padding-right: 10px;
        }

        .pv-20 {
            padding-top: 20px;
            padding-bottom: 20px;
        }

        .pv-40 {
            padding-top: 40px;
            padding-bottom: 40px;
        }

        .mb-20 {
            margin-bottom: 20px;
        }

        .circle {
            -webkit-border-radius: 100% !important;
            -moz-border-radius: 100% !important;
            border-radius: 100% !important;
        }

        .btn-default {
            color: #fff;
            background-color: #09afdf;
            border-color: #0c9ec7;
        }

        .btn {
            padding: 7px 20px;
            font-size: 14px;
            line-height: 1.4666666667;
            border-radius: 3px;
            margin: 10px 0;
        }

        .btn-sm {
            padding: 5px 15px;
            font-size: 12px;
            line-height: 1.4666666667;
            border-radius: 3px;
            margin: 5px 0;
        }

        form {
            margin: 20px 0;
        }

        .form-control {
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            background: #fff;
            height: 40px;
            padding-right: 30px;
            border-color: #e1e1e1;
            color: #777;
            position: relative;
            -webkit-appearance: none;
            -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.075);
            box-shadow: inset 0 1px 2px rgba(0,0,0,.075);
        }

        select.form-control {
            padding-right: 5px;
            -webkit-appearance: menulist;
        }

        .form-control::-moz-placeholder {
            color: inherit;
        }

        .form-control:-ms-input-placeholder {
            color: inherit;
        }

        .form-control::-webkit-input-placeholder {
            color: inherit;
        }

        form label {
            font-weight: 300;
        }

        .bordered {
            border: 1px solid #f1f1f1;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
        }

        .navbar.navbar-default {
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
            margin: 10px 0 15px;
            border-color: #ededed;
            background-color: #fafafa;
            font-weight: 400;
        }

        .navbar-default .navbar-nav > li > a {
            color: #333;
            font-size: 16px;
            padding: 10px 15px 10px 15px;
            z-index: 102;
            border: none;
            border-bottom: 1px solid transparent;
            border-right: 1px solid transparent;
            border-left: 1px solid transparent;
        }

        .transparent-header .header:not(.dark) .navbar-nav > li:not(.active) > a {
            color: #000;
        }

        .navbar-default .navbar-nav > li.dropdown > a {
            padding-right: 20px;
        }

        .navbar-default .navbar-nav > .active > a {
            background-color: transparent;
            color: #09afdf;
        }

        .main-navigation .dropdown-menu {
            z-index: 105;
            top: 99.2%;
        }

        .dropdown-menu {
            min-width: 220px;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
            padding: 0;
            margin: 0;
            background-color: #fff;
            -webkit-box-shadow: 0 6px 24px rgba(0,0,0,.06);
            box-shadow: 0 6px 24px rgba(0,0,0,.06);
            border: 1px solid #f1f1f1;
            z-index: 101;
        }

            .dropdown-menu > li > a {
                padding: 10px 20px;
                font-size: 14px;
                color: #333;
                border-bottom: 1px solid #f7f7f7;
                position: relative;
                text-align: left;
            }

        .dropdown > a:before {
            font-family: 'FontAwesome';
            content: "";
            position: absolute;
            top: 31px;
            left: auto;
            right: 6px;
            line-height: 1;
            color: #d1d1d1;
            font-size: 14px;
        }

        .transparent-header .header:not(.dark) .dropdown:not(.open):not(.active) > a:before {
            color: #777;
        }

        .navbar-default .navbar-toggle {
            border-color: #ccc;
        }

            .navbar-default .navbar-toggle .icon-bar {
                background-color: #ccc;
            }

        @media (min-width:768px) {
            .navbar.navbar-default {
                background-color: transparent;
                border: none;
                margin: 0;
            }

            .navbar-default .navbar-nav > li > a {
                padding: 28px 15px 27px 15px;
            }

            header:not(.full-width) .main-navigation .container-fluid {
                padding-right: 0;
                padding-left: 0;
            }

            header:not(.full-width) .navbar-collapse {
                padding-right: 0;
                padding-left: 0;
            }
        }

        @media (min-width:768px)and (max-width:1199px) {
            .navbar-default .navbar-nav > li > a {
                font-size: 15px;
                padding: 28px 10px 27px 10px;
            }
        }

        @media (min-width:768px)and (max-width:991px) {
            .header:not(.full-width) .main-navigation .navbar-nav {
                float: left !important;
            }

            body:not(.fixed-header-on) .header:not(.dark) .navbar-default .navbar-nav > li > a {
                border-top: 1px solid transparent;
            }
        }

        @media (min-width:1200px) {
            .main-navigation .navbar-nav > li {
                margin: 0 0 0 10px;
            }

                .main-navigation .navbar-nav > li:first-child {
                    margin: 0;
                }
        }

        @media (max-width:767px) {
            .navbar-default .navbar-nav > li > a {
                border-bottom: 1px solid #f3f3f3;
            }

            .navbar-default .navbar-nav > li:last-child > a {
                border-bottom: 1px solid transparent;
            }

            .navbar-default .navbar-nav > .active > a {
                color: #0c9ec7;
                background-color: #fff;
                border-bottom-color: transparent;
            }

            .dropdown > a:before {
                color: #999;
                top: 14px;
                right: 32px;
            }

            .transparent-header .main-navigation .navbar.navbar-default {
                background-color: rgba(255,255,255,.9);
                position: absolute;
                width: 100%;
            }
        }

        @media (max-width:991px) {
            header:not(.full-width) .logo img {
                margin: 0 auto;
            }
        }

        .transparent-header .header-dropdown-buttons .btn-group > .btn {
            background-color: transparent;
            border: 1px solid #999;
            color: #000;
        }

        .header-dropdown-buttons .btn-group:first-child {
            margin-right: 5px;
        }

        .header-dropdown-buttons .btn-group > .btn {
            -webkit-border-radius: 100%;
            -moz-border-radius: 100%;
            border-radius: 100%;
            width: 40px;
            height: 40px;
            padding: 0;
            line-height: 38px;
            text-align: center;
            background-color: #f2f2f2;
            border: 1px solid #e9e9e9;
            margin: 0;
        }

        .scrollToTop {
            color: #fff;
            position: fixed;
            bottom: 5px;
            right: 5px;
            width: 50px;
            height: 50px;
            text-align: center;
            background-color: rgba(0,0,0,.4);
            z-index: 1005;
            -webkit-backface-visibility: hidden;
            -webkit-transform: translateZ(0);
            opacity: 0;
            filter: alpha(opacity=0);
        }

            .scrollToTop i {
                line-height: 50px;
                font-size: 24px;
            }

        @media (max-width:767px) {
            .scrollToTop {
                width: 40px;
                height: 40px;
                background-color: rgba(0,0,0,.4);
            }

                .scrollToTop i {
                    line-height: 40px;
                    font-size: 20px;
                }
        }

        @charset "UTF-8";

        .navbar .navbar-nav {
            font-family: "Century Gothic",helvetica,arial,sans-serif;
        }

        body {
            font-family: "Muli","Century Gothic",helvetica,arial,sans-serif;
        }

        html {
            height: 100%;
        }

        body {
            font-size: 16px;
            line-height: 1.4666666667;
            color: #777;
            background-color: #fff;
            font-weight: 300;
        }

        p {
            margin-bottom: 15px;
        }

        a {
            color: #09afdf;
        }

        a {
            color: #7d4199;
        }

        .btn-default {
            color: #fff;
            background-color: #7d4199;
            border-color: #9760af;
        }

        .navbar-default .navbar-nav > .active > a {
            background-color: transparent;
            color: #7d4199;
        }

        .transparent-header .header:not(.dark) .dropdown:not(.open):not(.active) > a:before {
            color: #777;
        }

        .navbar-default .navbar-toggle {
            border-color: #ccc;
        }

            .navbar-default .navbar-toggle .icon-bar {
                background-color: #ccc;
            }

        @media (max-width:767px) {
            .navbar-default .navbar-nav > .active > a {
                color: #9760af;
                background-color: #fff;
                border-bottom-color: transparent;
            }
        }

        .header-dropdown-buttons .btn-group > .btn {
            background-color: #f2f2f2;
            border: 1px solid #e9e9e9;
        }

        body {
            color: #333;
            font-size: 18px;
        }

        form .btn {
            padding: 9px 20px;
        }

        header .logo {
            max-width: 200px;
        }

        .navbar-default .navbar-nav > li > a {
            font-size: 14px;
        }

        .transparent-header .header-container .header-dropdown-buttons .btn-group > .btn {
            background-color: #7d4199;
            border-color: #9760af;
            border-radius: 3px;
            color: #fff;
            height: auto;
            width: auto;
            padding: 7px 15px;
            line-height: 1.2;
            margin: 5px 0;
        }

        .banner {
            background-position: center center;
        }

        @media (min-width:768px) {
            .navbar-default .navbar-nav > li > a {
                padding: 28px 10px 27px;
            }

            .banner.dark-translucent-bg {
                padding: 200px 0;
            }
        }

        @media (max-width:767px) {
            .transparent-header .main-navigation .navbar.navbar-default {
                border: none;
                margin-bottom: 0;
                position: relative;
            }
        }

     
    