@charset "UTF-8";
@font-face {
    font-family: "roboto-example";
    font-weight: normal;
    font-style: normal;
    src: url("fonts/RobotoRegular/RobotoRegular.eot");
    src: url("fonts/RobotoRegular/RobotoRegular.eot?#iefix") format("embedded-opentype"), url("fonts/RobotoRegular/RobotoRegular.woff") format("woff"), url("fonts/RobotoRegular/RobotoRegular.ttf") format("truetype"); }

@font-face {
    font-family: "roboto-example";
    font-weight: bold;
    font-style: normal;
    src: url("fonts/RobotoBold/RobotoBold.eot");
    src: url("fonts/RobotoBold/RobotoBold.eot?#iefix") format("embedded-opentype"), url("fonts/RobotoBold/RobotoBold.woff") format("woff"), url("fonts/RobotoBold/RobotoBold.ttf") format("truetype"); }

@font-face {
    font-family: "proxima-nova";
    font-weight: normal;
    font-style: normal;
    src: url("fonts/ProximaNova-Regular/ProximaNova-Regular.eot");
    src: url("fonts/ProximaNova-Regular/ProximaNova-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/ProximaNova-Regular/ProximaNova-Regular.woff") format("woff"), url("fonts/ProximaNova-Regular/ProximaNova-Regular.ttf") format("truetype"); }

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

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%; }

body {
    margin: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block; }

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline; }

audio:not([controls]) {
    display: none;
    height: 0; }

[hidden], template {
    display: none; }

a {
    background-color: transparent; }

a:active, a:hover {
    outline: 0; }

abbr[title] {
    border-bottom: 1px dotted; }

b, strong {
    font-weight: bold; }

dfn {
    font-style: italic; }

h1 {
    font-size: 2em;
    margin: 0.67em 0; }

mark {
    background: #ff0;
    color: #000; }

small {
    font-size: 80%; }

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline; }

sup {
    top: -0.5em; }

sub {
    bottom: -0.25em; }

img {
    border: 0; }

svg:not(:root) {
    overflow: hidden; }

figure {
    margin: 1em 40px; }

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0; }

pre {
    overflow: auto; }

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em; }

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0; }

button {
    overflow: visible; }

button, select {
    text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer; }

button[disabled], html input[disabled] {
    cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0; }

input {
    line-height: normal; }

input[type="checkbox"], input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0; }

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto; }

input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em; }

legend {
    border: 0;
    padding: 0; }

textarea {
    overflow: auto; }

optgroup {
    font-weight: bold; }

table {
    border-collapse: collapse;
    border-spacing: 0; }

td, th {
    padding: 0; }

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

*:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent; }

body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff; }

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit; }

a {
    color: #337ab7;
    text-decoration: none; }

a:hover, a:focus {
    color: #23527c;
    text-decoration: underline; }

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
    margin: 0; }

img {
    vertical-align: middle; }

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto; }

.img-rounded {
    -webkit-border-radius: 6px;
    border-radius: 6px; }

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto; }

.img-circle {
    -webkit-border-radius: 50%;
    border-radius: 50%; }

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee; }

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto; }

[role="button"] {
    cursor: pointer; }

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px; }

@media (min-width: 768px) {
    .container {
        width: 750px; } }

@media (min-width: 992px) {
    .container {
        width: 970px; } }

@media (min-width: 1200px) {
    .container {
        width: 1170px; } }

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px; }

.row {
    margin-left: -15px;
    margin-right: -15px; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left; }

.col-xs-12 {
    width: 100%; }

.col-xs-11 {
    width: 91.66666667%; }

.col-xs-10 {
    width: 83.33333333%; }

.col-xs-9 {
    width: 75%; }

.col-xs-8 {
    width: 66.66666667%; }

.col-xs-7 {
    width: 58.33333333%; }

.col-xs-6 {
    width: 50%; }

.col-xs-5 {
    width: 41.66666667%; }

.col-xs-4 {
    width: 33.33333333%; }

.col-xs-3 {
    width: 25%; }

.col-xs-2 {
    width: 16.66666667%; }

.col-xs-1 {
    width: 8.33333333%; }

.col-xs-pull-12 {
    right: 100%; }

.col-xs-pull-11 {
    right: 91.66666667%; }

.col-xs-pull-10 {
    right: 83.33333333%; }

.col-xs-pull-9 {
    right: 75%; }

.col-xs-pull-8 {
    right: 66.66666667%; }

.col-xs-pull-7 {
    right: 58.33333333%; }

.col-xs-pull-6 {
    right: 50%; }

.col-xs-pull-5 {
    right: 41.66666667%; }

.col-xs-pull-4 {
    right: 33.33333333%; }

.col-xs-pull-3 {
    right: 25%; }

.col-xs-pull-2 {
    right: 16.66666667%; }

.col-xs-pull-1 {
    right: 8.33333333%; }

.col-xs-pull-0 {
    right: auto; }

.col-xs-push-12 {
    left: 100%; }

.col-xs-push-11 {
    left: 91.66666667%; }

.col-xs-push-10 {
    left: 83.33333333%; }

.col-xs-push-9 {
    left: 75%; }

.col-xs-push-8 {
    left: 66.66666667%; }

.col-xs-push-7 {
    left: 58.33333333%; }

.col-xs-push-6 {
    left: 50%; }

.col-xs-push-5 {
    left: 41.66666667%; }

.col-xs-push-4 {
    left: 33.33333333%; }

.col-xs-push-3 {
    left: 25%; }

.col-xs-push-2 {
    left: 16.66666667%; }

.col-xs-push-1 {
    left: 8.33333333%; }

.col-xs-push-0 {
    left: auto; }

.col-xs-offset-12 {
    margin-left: 100%; }

.col-xs-offset-11 {
    margin-left: 91.66666667%; }

.col-xs-offset-10 {
    margin-left: 83.33333333%; }

.col-xs-offset-9 {
    margin-left: 75%; }

.col-xs-offset-8 {
    margin-left: 66.66666667%; }

.col-xs-offset-7 {
    margin-left: 58.33333333%; }

.col-xs-offset-6 {
    margin-left: 50%; }

.col-xs-offset-5 {
    margin-left: 41.66666667%; }

.col-xs-offset-4 {
    margin-left: 33.33333333%; }

.col-xs-offset-3 {
    margin-left: 25%; }

.col-xs-offset-2 {
    margin-left: 16.66666667%; }

.col-xs-offset-1 {
    margin-left: 8.33333333%; }

.col-xs-offset-0 {
    margin-left: 0; }

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left; }
    .col-sm-12 {
        width: 100%; }
    .col-sm-11 {
        width: 91.66666667%; }
    .col-sm-10 {
        width: 83.33333333%; }
    .col-sm-9 {
        width: 75%; }
    .col-sm-8 {
        width: 66.66666667%; }
    .col-sm-7 {
        width: 58.33333333%; }
    .col-sm-6 {
        width: 50%; }
    .col-sm-5 {
        width: 41.66666667%; }
    .col-sm-4 {
        width: 33.33333333%; }
    .col-sm-3 {
        width: 25%; }
    .col-sm-2 {
        width: 16.66666667%; }
    .col-sm-1 {
        width: 8.33333333%; }
    .col-sm-pull-12 {
        right: 100%; }
    .col-sm-pull-11 {
        right: 91.66666667%; }
    .col-sm-pull-10 {
        right: 83.33333333%; }
    .col-sm-pull-9 {
        right: 75%; }
    .col-sm-pull-8 {
        right: 66.66666667%; }
    .col-sm-pull-7 {
        right: 58.33333333%; }
    .col-sm-pull-6 {
        right: 50%; }
    .col-sm-pull-5 {
        right: 41.66666667%; }
    .col-sm-pull-4 {
        right: 33.33333333%; }
    .col-sm-pull-3 {
        right: 25%; }
    .col-sm-pull-2 {
        right: 16.66666667%; }
    .col-sm-pull-1 {
        right: 8.33333333%; }
    .col-sm-pull-0 {
        right: auto; }
    .col-sm-push-12 {
        left: 100%; }
    .col-sm-push-11 {
        left: 91.66666667%; }
    .col-sm-push-10 {
        left: 83.33333333%; }
    .col-sm-push-9 {
        left: 75%; }
    .col-sm-push-8 {
        left: 66.66666667%; }
    .col-sm-push-7 {
        left: 58.33333333%; }
    .col-sm-push-6 {
        left: 50%; }
    .col-sm-push-5 {
        left: 41.66666667%; }
    .col-sm-push-4 {
        left: 33.33333333%; }
    .col-sm-push-3 {
        left: 25%; }
    .col-sm-push-2 {
        left: 16.66666667%; }
    .col-sm-push-1 {
        left: 8.33333333%; }
    .col-sm-push-0 {
        left: auto; }
    .col-sm-offset-12 {
        margin-left: 100%; }
    .col-sm-offset-11 {
        margin-left: 91.66666667%; }
    .col-sm-offset-10 {
        margin-left: 83.33333333%; }
    .col-sm-offset-9 {
        margin-left: 75%; }
    .col-sm-offset-8 {
        margin-left: 66.66666667%; }
    .col-sm-offset-7 {
        margin-left: 58.33333333%; }
    .col-sm-offset-6 {
        margin-left: 50%; }
    .col-sm-offset-5 {
        margin-left: 41.66666667%; }
    .col-sm-offset-4 {
        margin-left: 33.33333333%; }
    .col-sm-offset-3 {
        margin-left: 25%; }
    .col-sm-offset-2 {
        margin-left: 16.66666667%; }
    .col-sm-offset-1 {
        margin-left: 8.33333333%; }
    .col-sm-offset-0 {
        margin-left: 0; } }

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left; }
    .col-md-12 {
        width: 100%; }
    .col-md-11 {
        width: 91.66666667%; }
    .col-md-10 {
        width: 83.33333333%; }
    .col-md-9 {
        width: 75%; }
    .col-md-8 {
        width: 66.66666667%; }
    .col-md-7 {
        width: 58.33333333%; }
    .col-md-6 {
        width: 50%; }
    .col-md-5 {
        width: 41.66666667%; }
    .col-md-4 {
        width: 33.33333333%; }
    .col-md-3 {
        width: 25%; }
    .col-md-2 {
        width: 16.66666667%; }
    .col-md-1 {
        width: 8.33333333%; }
    .col-md-pull-12 {
        right: 100%; }
    .col-md-pull-11 {
        right: 91.66666667%; }
    .col-md-pull-10 {
        right: 83.33333333%; }
    .col-md-pull-9 {
        right: 75%; }
    .col-md-pull-8 {
        right: 66.66666667%; }
    .col-md-pull-7 {
        right: 58.33333333%; }
    .col-md-pull-6 {
        right: 50%; }
    .col-md-pull-5 {
        right: 41.66666667%; }
    .col-md-pull-4 {
        right: 33.33333333%; }
    .col-md-pull-3 {
        right: 25%; }
    .col-md-pull-2 {
        right: 16.66666667%; }
    .col-md-pull-1 {
        right: 8.33333333%; }
    .col-md-pull-0 {
        right: auto; }
    .col-md-push-12 {
        left: 100%; }
    .col-md-push-11 {
        left: 91.66666667%; }
    .col-md-push-10 {
        left: 83.33333333%; }
    .col-md-push-9 {
        left: 75%; }
    .col-md-push-8 {
        left: 66.66666667%; }
    .col-md-push-7 {
        left: 58.33333333%; }
    .col-md-push-6 {
        left: 50%; }
    .col-md-push-5 {
        left: 41.66666667%; }
    .col-md-push-4 {
        left: 33.33333333%; }
    .col-md-push-3 {
        left: 25%; }
    .col-md-push-2 {
        left: 16.66666667%; }
    .col-md-push-1 {
        left: 8.33333333%; }
    .col-md-push-0 {
        left: auto; }
    .col-md-offset-12 {
        margin-left: 100%; }
    .col-md-offset-11 {
        margin-left: 91.66666667%; }
    .col-md-offset-10 {
        margin-left: 83.33333333%; }
    .col-md-offset-9 {
        margin-left: 75%; }
    .col-md-offset-8 {
        margin-left: 66.66666667%; }
    .col-md-offset-7 {
        margin-left: 58.33333333%; }
    .col-md-offset-6 {
        margin-left: 50%; }
    .col-md-offset-5 {
        margin-left: 41.66666667%; }
    .col-md-offset-4 {
        margin-left: 33.33333333%; }
    .col-md-offset-3 {
        margin-left: 25%; }
    .col-md-offset-2 {
        margin-left: 16.66666667%; }
    .col-md-offset-1 {
        margin-left: 8.33333333%; }
    .col-md-offset-0 {
        margin-left: 0; } }

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left; }
    .col-lg-12 {
        width: 100%; }
    .col-lg-11 {
        width: 91.66666667%; }
    .col-lg-10 {
        width: 83.33333333%; }
    .col-lg-9 {
        width: 75%; }
    .col-lg-8 {
        width: 66.66666667%; }
    .col-lg-7 {
        width: 58.33333333%; }
    .col-lg-6 {
        width: 50%; }
    .col-lg-5 {
        width: 41.66666667%; }
    .col-lg-4 {
        width: 33.33333333%; }
    .col-lg-3 {
        width: 25%; }
    .col-lg-2 {
        width: 16.66666667%; }
    .col-lg-1 {
        width: 8.33333333%; }
    .col-lg-pull-12 {
        right: 100%; }
    .col-lg-pull-11 {
        right: 91.66666667%; }
    .col-lg-pull-10 {
        right: 83.33333333%; }
    .col-lg-pull-9 {
        right: 75%; }
    .col-lg-pull-8 {
        right: 66.66666667%; }
    .col-lg-pull-7 {
        right: 58.33333333%; }
    .col-lg-pull-6 {
        right: 50%; }
    .col-lg-pull-5 {
        right: 41.66666667%; }
    .col-lg-pull-4 {
        right: 33.33333333%; }
    .col-lg-pull-3 {
        right: 25%; }
    .col-lg-pull-2 {
        right: 16.66666667%; }
    .col-lg-pull-1 {
        right: 8.33333333%; }
    .col-lg-pull-0 {
        right: auto; }
    .col-lg-push-12 {
        left: 100%; }
    .col-lg-push-11 {
        left: 91.66666667%; }
    .col-lg-push-10 {
        left: 83.33333333%; }
    .col-lg-push-9 {
        left: 75%; }
    .col-lg-push-8 {
        left: 66.66666667%; }
    .col-lg-push-7 {
        left: 58.33333333%; }
    .col-lg-push-6 {
        left: 50%; }
    .col-lg-push-5 {
        left: 41.66666667%; }
    .col-lg-push-4 {
        left: 33.33333333%; }
    .col-lg-push-3 {
        left: 25%; }
    .col-lg-push-2 {
        left: 16.66666667%; }
    .col-lg-push-1 {
        left: 8.33333333%; }
    .col-lg-push-0 {
        left: auto; }
    .col-lg-offset-12 {
        margin-left: 100%; }
    .col-lg-offset-11 {
        margin-left: 91.66666667%; }
    .col-lg-offset-10 {
        margin-left: 83.33333333%; }
    .col-lg-offset-9 {
        margin-left: 75%; }
    .col-lg-offset-8 {
        margin-left: 66.66666667%; }
    .col-lg-offset-7 {
        margin-left: 58.33333333%; }
    .col-lg-offset-6 {
        margin-left: 50%; }
    .col-lg-offset-5 {
        margin-left: 41.66666667%; }
    .col-lg-offset-4 {
        margin-left: 33.33333333%; }
    .col-lg-offset-3 {
        margin-left: 25%; }
    .col-lg-offset-2 {
        margin-left: 16.66666667%; }
    .col-lg-offset-1 {
        margin-left: 8.33333333%; }
    .col-lg-offset-0 {
        margin-left: 0; } }

.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after {
    content: " ";
    display: table; }

.clearfix:after, .container:after, .container-fluid:after, .row:after {
    clear: both; }

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto; }

.pull-right {
    float: right !important; }

.pull-left {
    float: left !important; }

.hide {
    display: none !important; }

.show {
    display: block !important; }

.invisible {
    visibility: hidden; }

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0; }

.hidden {
    display: none !important; }

.affix {
    position: fixed; }

@-ms-viewport {
    width: device-width; }

.visible-xs, .visible-sm, .visible-md, .visible-lg {
    display: none !important; }

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
    display: none !important; }

@media (max-width: 767px) {
    .visible-xs {
        display: block !important; }
    table.visible-xs {
        display: table !important; }
    tr.visible-xs {
        display: table-row !important; }
    th.visible-xs, td.visible-xs {
        display: table-cell !important; } }

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important; } }

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important; } }

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important; }
    table.visible-sm {
        display: table !important; }
    tr.visible-sm {
        display: table-row !important; }
    th.visible-sm, td.visible-sm {
        display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important; }
    table.visible-md {
        display: table !important; }
    tr.visible-md {
        display: table-row !important; }
    th.visible-md, td.visible-md {
        display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important; } }

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important; }
    table.visible-lg {
        display: table !important; }
    tr.visible-lg {
        display: table-row !important; }
    th.visible-lg, td.visible-lg {
        display: table-cell !important; } }

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important; } }

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important; } }

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important; } }

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important; } }

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important; } }

.visible-print {
    display: none !important; }

@media print {
    .visible-print {
        display: block !important; }
    table.visible-print {
        display: table !important; }
    tr.visible-print {
        display: table-row !important; }
    th.visible-print, td.visible-print {
        display: table-cell !important; } }

.visible-print-block {
    display: none !important; }

@media print {
    .visible-print-block {
        display: block !important; } }

.visible-print-inline {
    display: none !important; }

@media print {
    .visible-print-inline {
        display: inline !important; } }

.visible-print-inline-block {
    display: none !important; }

@media print {
    .visible-print-inline-block {
        display: inline-block !important; } }

@media print {
    .hidden-print {
        display: none !important; } }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
    font-family: 'FontAwesome';
    src: url("fonts/fontawesome-webfont.eot?v=4.7.0");
    src: url("fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
    font-weight: normal;
    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; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
    font-size: 1.33333em;
    line-height: 0.75em;
    vertical-align: -15%; }

.fa-2x {
    font-size: 2em; }

.fa-3x {
    font-size: 3em; }

.fa-4x {
    font-size: 4em; }

.fa-5x {
    font-size: 5em; }

.fa-fw {
    width: 1.28571em;
    text-align: center; }

.fa-ul {
    padding-left: 0;
    margin-left: 2.14286em;
    list-style-type: none; }
.fa-ul > li {
    position: relative; }

.fa-li {
    position: absolute;
    left: -2.14286em;
    width: 2.14286em;
    top: 0.14286em;
    text-align: center; }
.fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eee;
    -webkit-border-radius: .1em;
    border-radius: .1em; }

.fa-pull-left {
    float: left; }

.fa-pull-right {
    float: right; }

.fa.fa-pull-left {
    margin-right: .3em; }

.fa.fa-pull-right {
    margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
    float: right; }

.pull-left {
    float: left; }

.fa.pull-left {
    margin-right: .3em; }

.fa.pull-right {
    margin-left: .3em; }

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear; }

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg); }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg); } }

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg); }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg); } }

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg); }

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1); }

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    -webkit-filter: none;
    filter: none; }

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center; }

.fa-stack-1x {
    line-height: inherit; }

.fa-stack-2x {
    font-size: 2em; }

.fa-inverse {
    color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
    content: ""; }

.fa-music:before {
    content: ""; }

.fa-search:before {
    content: ""; }

.fa-envelope-o:before {
    content: ""; }

.fa-heart:before {
    content: ""; }

.fa-star:before {
    content: ""; }

.fa-star-o:before {
    content: ""; }

.fa-user:before {
    content: ""; }

.fa-film:before {
    content: ""; }

.fa-th-large:before {
    content: ""; }

.fa-th:before {
    content: ""; }

.fa-th-list:before {
    content: ""; }

.fa-check:before {
    content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: ""; }

.fa-search-plus:before {
    content: ""; }

.fa-search-minus:before {
    content: ""; }

.fa-power-off:before {
    content: ""; }

.fa-signal:before {
    content: ""; }

.fa-gear:before,
.fa-cog:before {
    content: ""; }

.fa-trash-o:before {
    content: ""; }

.fa-home:before {
    content: ""; }

.fa-file-o:before {
    content: ""; }

.fa-clock-o:before {
    content: ""; }

.fa-road:before {
    content: ""; }

.fa-download:before {
    content: ""; }

.fa-arrow-circle-o-down:before {
    content: ""; }

.fa-arrow-circle-o-up:before {
    content: ""; }

.fa-inbox:before {
    content: ""; }

.fa-play-circle-o:before {
    content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
    content: ""; }

.fa-refresh:before {
    content: ""; }

.fa-list-alt:before {
    content: ""; }

.fa-lock:before {
    content: ""; }

.fa-flag:before {
    content: ""; }

.fa-headphones:before {
    content: ""; }

.fa-volume-off:before {
    content: ""; }

.fa-volume-down:before {
    content: ""; }

.fa-volume-up:before {
    content: ""; }

.fa-qrcode:before {
    content: ""; }

.fa-barcode:before {
    content: ""; }

.fa-tag:before {
    content: ""; }

.fa-tags:before {
    content: ""; }

.fa-book:before {
    content: ""; }

.fa-bookmark:before {
    content: ""; }

.fa-print:before {
    content: ""; }

.fa-camera:before {
    content: ""; }

.fa-font:before {
    content: ""; }

.fa-bold:before {
    content: ""; }

.fa-italic:before {
    content: ""; }

.fa-text-height:before {
    content: ""; }

.fa-text-width:before {
    content: ""; }

.fa-align-left:before {
    content: ""; }

.fa-align-center:before {
    content: ""; }

.fa-align-right:before {
    content: ""; }

.fa-align-justify:before {
    content: ""; }

.fa-list:before {
    content: ""; }

.fa-dedent:before,
.fa-outdent:before {
    content: ""; }

.fa-indent:before {
    content: ""; }

.fa-video-camera:before {
    content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: ""; }

.fa-pencil:before {
    content: ""; }

.fa-map-marker:before {
    content: ""; }

.fa-adjust:before {
    content: ""; }

.fa-tint:before {
    content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
    content: ""; }

.fa-share-square-o:before {
    content: ""; }

.fa-check-square-o:before {
    content: ""; }

.fa-arrows:before {
    content: ""; }

.fa-step-backward:before {
    content: ""; }

.fa-fast-backward:before {
    content: ""; }

.fa-backward:before {
    content: ""; }

.fa-play:before {
    content: ""; }

.fa-pause:before {
    content: ""; }

.fa-stop:before {
    content: ""; }

.fa-forward:before {
    content: ""; }

.fa-fast-forward:before {
    content: ""; }

.fa-step-forward:before {
    content: ""; }

.fa-eject:before {
    content: ""; }

.fa-chevron-left:before {
    content: ""; }

.fa-chevron-right:before {
    content: ""; }

.fa-plus-circle:before {
    content: ""; }

.fa-minus-circle:before {
    content: ""; }

.fa-times-circle:before {
    content: ""; }

.fa-check-circle:before {
    content: ""; }

.fa-question-circle:before {
    content: ""; }

.fa-info-circle:before {
    content: ""; }

.fa-crosshairs:before {
    content: ""; }

.fa-times-circle-o:before {
    content: ""; }

.fa-check-circle-o:before {
    content: ""; }

.fa-ban:before {
    content: ""; }

.fa-arrow-left:before {
    content: ""; }

.fa-arrow-right:before {
    content: ""; }

.fa-arrow-up:before {
    content: ""; }

.fa-arrow-down:before {
    content: ""; }

.fa-mail-forward:before,
.fa-share:before {
    content: ""; }

.fa-expand:before {
    content: ""; }

.fa-compress:before {
    content: ""; }

.fa-plus:before {
    content: ""; }

.fa-minus:before {
    content: ""; }

.fa-asterisk:before {
    content: ""; }

.fa-exclamation-circle:before {
    content: ""; }

.fa-gift:before {
    content: ""; }

.fa-leaf:before {
    content: ""; }

.fa-fire:before {
    content: ""; }

.fa-eye:before {
    content: ""; }

.fa-eye-slash:before {
    content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: ""; }

.fa-plane:before {
    content: ""; }

.fa-calendar:before {
    content: ""; }

.fa-random:before {
    content: ""; }

.fa-comment:before {
    content: ""; }

.fa-magnet:before {
    content: ""; }

.fa-chevron-up:before {
    content: ""; }

.fa-chevron-down:before {
    content: ""; }

.fa-retweet:before {
    content: ""; }

.fa-shopping-cart:before {
    content: ""; }

.fa-folder:before {
    content: ""; }

.fa-folder-open:before {
    content: ""; }

.fa-arrows-v:before {
    content: ""; }

.fa-arrows-h:before {
    content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: ""; }

.fa-twitter-square:before {
    content: ""; }

.fa-facebook-square:before {
    content: ""; }

.fa-camera-retro:before {
    content: ""; }

.fa-key:before {
    content: ""; }

.fa-gears:before,
.fa-cogs:before {
    content: ""; }

.fa-comments:before {
    content: ""; }

.fa-thumbs-o-up:before {
    content: ""; }

.fa-thumbs-o-down:before {
    content: ""; }

.fa-star-half:before {
    content: ""; }

.fa-heart-o:before {
    content: ""; }

.fa-sign-out:before {
    content: ""; }

.fa-linkedin-square:before {
    content: ""; }

.fa-thumb-tack:before {
    content: ""; }

.fa-external-link:before {
    content: ""; }

.fa-sign-in:before {
    content: ""; }

.fa-trophy:before {
    content: ""; }

.fa-github-square:before {
    content: ""; }

.fa-upload:before {
    content: ""; }

.fa-lemon-o:before {
    content: ""; }

.fa-phone:before {
    content: ""; }

.fa-square-o:before {
    content: ""; }

.fa-bookmark-o:before {
    content: ""; }

.fa-phone-square:before {
    content: ""; }

.fa-twitter:before {
    content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
    content: ""; }

.fa-github:before {
    content: ""; }

.fa-unlock:before {
    content: ""; }

.fa-credit-card:before {
    content: ""; }

.fa-feed:before,
.fa-rss:before {
    content: ""; }

.fa-hdd-o:before {
    content: ""; }

.fa-bullhorn:before {
    content: ""; }

.fa-bell:before {
    content: ""; }

.fa-certificate:before {
    content: ""; }

.fa-hand-o-right:before {
    content: ""; }

.fa-hand-o-left:before {
    content: ""; }

.fa-hand-o-up:before {
    content: ""; }

.fa-hand-o-down:before {
    content: ""; }

.fa-arrow-circle-left:before {
    content: ""; }

.fa-arrow-circle-right:before {
    content: ""; }

.fa-arrow-circle-up:before {
    content: ""; }

.fa-arrow-circle-down:before {
    content: ""; }

.fa-globe:before {
    content: ""; }

.fa-wrench:before {
    content: ""; }

.fa-tasks:before {
    content: ""; }

.fa-filter:before {
    content: ""; }

.fa-briefcase:before {
    content: ""; }

.fa-arrows-alt:before {
    content: ""; }

.fa-group:before,
.fa-users:before {
    content: ""; }

.fa-chain:before,
.fa-link:before {
    content: ""; }

.fa-cloud:before {
    content: ""; }

.fa-flask:before {
    content: ""; }

.fa-cut:before,
.fa-scissors:before {
    content: ""; }

.fa-copy:before,
.fa-files-o:before {
    content: ""; }

.fa-paperclip:before {
    content: ""; }

.fa-save:before,
.fa-floppy-o:before {
    content: ""; }

.fa-square:before {
    content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: ""; }

.fa-list-ul:before {
    content: ""; }

.fa-list-ol:before {
    content: ""; }

.fa-strikethrough:before {
    content: ""; }

.fa-underline:before {
    content: ""; }

.fa-table:before {
    content: ""; }

.fa-magic:before {
    content: ""; }

.fa-truck:before {
    content: ""; }

.fa-pinterest:before {
    content: ""; }

.fa-pinterest-square:before {
    content: ""; }

.fa-google-plus-square:before {
    content: ""; }

.fa-google-plus:before {
    content: ""; }

.fa-money:before {
    content: ""; }

.fa-caret-down:before {
    content: ""; }

.fa-caret-up:before {
    content: ""; }

.fa-caret-left:before {
    content: ""; }

.fa-caret-right:before {
    content: ""; }

.fa-columns:before {
    content: ""; }

.fa-unsorted:before,
.fa-sort:before {
    content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
    content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
    content: ""; }

.fa-envelope:before {
    content: ""; }

.fa-linkedin:before {
    content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
    content: ""; }

.fa-legal:before,
.fa-gavel:before {
    content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
    content: ""; }

.fa-comment-o:before {
    content: ""; }

.fa-comments-o:before {
    content: ""; }

.fa-flash:before,
.fa-bolt:before {
    content: ""; }

.fa-sitemap:before {
    content: ""; }

.fa-umbrella:before {
    content: ""; }

.fa-paste:before,
.fa-clipboard:before {
    content: ""; }

.fa-lightbulb-o:before {
    content: ""; }

.fa-exchange:before {
    content: ""; }

.fa-cloud-download:before {
    content: ""; }

.fa-cloud-upload:before {
    content: ""; }

.fa-user-md:before {
    content: ""; }

.fa-stethoscope:before {
    content: ""; }

.fa-suitcase:before {
    content: ""; }

.fa-bell-o:before {
    content: ""; }

.fa-coffee:before {
    content: ""; }

.fa-cutlery:before {
    content: ""; }

.fa-file-text-o:before {
    content: ""; }

.fa-building-o:before {
    content: ""; }

.fa-hospital-o:before {
    content: ""; }

.fa-ambulance:before {
    content: ""; }

.fa-medkit:before {
    content: ""; }

.fa-fighter-jet:before {
    content: ""; }

.fa-beer:before {
    content: ""; }

.fa-h-square:before {
    content: ""; }

.fa-plus-square:before {
    content: ""; }

.fa-angle-double-left:before {
    content: ""; }

.fa-angle-double-right:before {
    content: ""; }

.fa-angle-double-up:before {
    content: ""; }

.fa-angle-double-down:before {
    content: ""; }

.fa-angle-left:before {
    content: ""; }

.fa-angle-right:before {
    content: ""; }

.fa-angle-up:before {
    content: ""; }

.fa-angle-down:before {
    content: ""; }

.fa-desktop:before {
    content: ""; }

.fa-laptop:before {
    content: ""; }

.fa-tablet:before {
    content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
    content: ""; }

.fa-circle-o:before {
    content: ""; }

.fa-quote-left:before {
    content: ""; }

.fa-quote-right:before {
    content: ""; }

.fa-spinner:before {
    content: ""; }

.fa-circle:before {
    content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
    content: ""; }

.fa-github-alt:before {
    content: ""; }

.fa-folder-o:before {
    content: ""; }

.fa-folder-open-o:before {
    content: ""; }

.fa-smile-o:before {
    content: ""; }

.fa-frown-o:before {
    content: ""; }

.fa-meh-o:before {
    content: ""; }

.fa-gamepad:before {
    content: ""; }

.fa-keyboard-o:before {
    content: ""; }

.fa-flag-o:before {
    content: ""; }

.fa-flag-checkered:before {
    content: ""; }

.fa-terminal:before {
    content: ""; }

.fa-code:before {
    content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: ""; }

.fa-location-arrow:before {
    content: ""; }

.fa-crop:before {
    content: ""; }

.fa-code-fork:before {
    content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
    content: ""; }

.fa-question:before {
    content: ""; }

.fa-info:before {
    content: ""; }

.fa-exclamation:before {
    content: ""; }

.fa-superscript:before {
    content: ""; }

.fa-subscript:before {
    content: ""; }

.fa-eraser:before {
    content: ""; }

.fa-puzzle-piece:before {
    content: ""; }

.fa-microphone:before {
    content: ""; }

.fa-microphone-slash:before {
    content: ""; }

.fa-shield:before {
    content: ""; }

.fa-calendar-o:before {
    content: ""; }

.fa-fire-extinguisher:before {
    content: ""; }

.fa-rocket:before {
    content: ""; }

.fa-maxcdn:before {
    content: ""; }

.fa-chevron-circle-left:before {
    content: ""; }

.fa-chevron-circle-right:before {
    content: ""; }

.fa-chevron-circle-up:before {
    content: ""; }

.fa-chevron-circle-down:before {
    content: ""; }

.fa-html5:before {
    content: ""; }

.fa-css3:before {
    content: ""; }

.fa-anchor:before {
    content: ""; }

.fa-unlock-alt:before {
    content: ""; }

.fa-bullseye:before {
    content: ""; }

.fa-ellipsis-h:before {
    content: ""; }

.fa-ellipsis-v:before {
    content: ""; }

.fa-rss-square:before {
    content: ""; }

.fa-play-circle:before {
    content: ""; }

.fa-ticket:before {
    content: ""; }

.fa-minus-square:before {
    content: ""; }

.fa-minus-square-o:before {
    content: ""; }

.fa-level-up:before {
    content: ""; }

.fa-level-down:before {
    content: ""; }

.fa-check-square:before {
    content: ""; }

.fa-pencil-square:before {
    content: ""; }

.fa-external-link-square:before {
    content: ""; }

.fa-share-square:before {
    content: ""; }

.fa-compass:before {
    content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: ""; }

.fa-euro:before,
.fa-eur:before {
    content: ""; }

.fa-gbp:before {
    content: ""; }

.fa-dollar:before,
.fa-usd:before {
    content: ""; }

.fa-rupee:before,
.fa-inr:before {
    content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: ""; }

.fa-won:before,
.fa-krw:before {
    content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
    content: ""; }

.fa-file:before {
    content: ""; }

.fa-file-text:before {
    content: ""; }

.fa-sort-alpha-asc:before {
    content: ""; }

.fa-sort-alpha-desc:before {
    content: ""; }

.fa-sort-amount-asc:before {
    content: ""; }

.fa-sort-amount-desc:before {
    content: ""; }

.fa-sort-numeric-asc:before {
    content: ""; }

.fa-sort-numeric-desc:before {
    content: ""; }

.fa-thumbs-up:before {
    content: ""; }

.fa-thumbs-down:before {
    content: ""; }

.fa-youtube-square:before {
    content: ""; }

.fa-youtube:before {
    content: ""; }

.fa-xing:before {
    content: ""; }

.fa-xing-square:before {
    content: ""; }

.fa-youtube-play:before {
    content: ""; }

.fa-dropbox:before {
    content: ""; }

.fa-stack-overflow:before {
    content: ""; }

.fa-instagram:before {
    content: ""; }

.fa-flickr:before {
    content: ""; }

.fa-adn:before {
    content: ""; }

.fa-bitbucket:before {
    content: ""; }

.fa-bitbucket-square:before {
    content: ""; }

.fa-tumblr:before {
    content: ""; }

.fa-tumblr-square:before {
    content: ""; }

.fa-long-arrow-down:before {
    content: ""; }

.fa-long-arrow-up:before {
    content: ""; }

.fa-long-arrow-left:before {
    content: ""; }

.fa-long-arrow-right:before {
    content: ""; }

.fa-apple:before {
    content: ""; }

.fa-windows:before {
    content: ""; }

.fa-android:before {
    content: ""; }

.fa-linux:before {
    content: ""; }

.fa-dribbble:before {
    content: ""; }

.fa-skype:before {
    content: ""; }

.fa-foursquare:before {
    content: ""; }

.fa-trello:before {
    content: ""; }

.fa-female:before {
    content: ""; }

.fa-male:before {
    content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
    content: ""; }

.fa-sun-o:before {
    content: ""; }

.fa-moon-o:before {
    content: ""; }

.fa-archive:before {
    content: ""; }

.fa-bug:before {
    content: ""; }

.fa-vk:before {
    content: ""; }

.fa-weibo:before {
    content: ""; }

.fa-renren:before {
    content: ""; }

.fa-pagelines:before {
    content: ""; }

.fa-stack-exchange:before {
    content: ""; }

.fa-arrow-circle-o-right:before {
    content: ""; }

.fa-arrow-circle-o-left:before {
    content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: ""; }

.fa-dot-circle-o:before {
    content: ""; }

.fa-wheelchair:before {
    content: ""; }

.fa-vimeo-square:before {
    content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
    content: ""; }

.fa-plus-square-o:before {
    content: ""; }

.fa-space-shuttle:before {
    content: ""; }

.fa-slack:before {
    content: ""; }

.fa-envelope-square:before {
    content: ""; }

.fa-wordpress:before {
    content: ""; }

.fa-openid:before {
    content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: ""; }

.fa-yahoo:before {
    content: ""; }

.fa-google:before {
    content: ""; }

.fa-reddit:before {
    content: ""; }

.fa-reddit-square:before {
    content: ""; }

.fa-stumbleupon-circle:before {
    content: ""; }

.fa-stumbleupon:before {
    content: ""; }

.fa-delicious:before {
    content: ""; }

.fa-digg:before {
    content: ""; }

.fa-pied-piper-pp:before {
    content: ""; }

.fa-pied-piper-alt:before {
    content: ""; }

.fa-drupal:before {
    content: ""; }

.fa-joomla:before {
    content: ""; }

.fa-language:before {
    content: ""; }

.fa-fax:before {
    content: ""; }

.fa-building:before {
    content: ""; }

.fa-child:before {
    content: ""; }

.fa-paw:before {
    content: ""; }

.fa-spoon:before {
    content: ""; }

.fa-cube:before {
    content: ""; }

.fa-cubes:before {
    content: ""; }

.fa-behance:before {
    content: ""; }

.fa-behance-square:before {
    content: ""; }

.fa-steam:before {
    content: ""; }

.fa-steam-square:before {
    content: ""; }

.fa-recycle:before {
    content: ""; }

.fa-automobile:before,
.fa-car:before {
    content: ""; }

.fa-cab:before,
.fa-taxi:before {
    content: ""; }

.fa-tree:before {
    content: ""; }

.fa-spotify:before {
    content: ""; }

.fa-deviantart:before {
    content: ""; }

.fa-soundcloud:before {
    content: ""; }

.fa-database:before {
    content: ""; }

.fa-file-pdf-o:before {
    content: ""; }

.fa-file-word-o:before {
    content: ""; }

.fa-file-excel-o:before {
    content: ""; }

.fa-file-powerpoint-o:before {
    content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: ""; }

.fa-file-code-o:before {
    content: ""; }

.fa-vine:before {
    content: ""; }

.fa-codepen:before {
    content: ""; }

.fa-jsfiddle:before {
    content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: ""; }

.fa-circle-o-notch:before {
    content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: ""; }

.fa-ge:before,
.fa-empire:before {
    content: ""; }

.fa-git-square:before {
    content: ""; }

.fa-git:before {
    content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: ""; }

.fa-tencent-weibo:before {
    content: ""; }

.fa-qq:before {
    content: ""; }

.fa-wechat:before,
.fa-weixin:before {
    content: ""; }

.fa-send:before,
.fa-paper-plane:before {
    content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: ""; }

.fa-history:before {
    content: ""; }

.fa-circle-thin:before {
    content: ""; }

.fa-header:before {
    content: ""; }

.fa-paragraph:before {
    content: ""; }

.fa-sliders:before {
    content: ""; }

.fa-share-alt:before {
    content: ""; }

.fa-share-alt-square:before {
    content: ""; }

.fa-bomb:before {
    content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: ""; }

.fa-tty:before {
    content: ""; }

.fa-binoculars:before {
    content: ""; }

.fa-plug:before {
    content: ""; }

.fa-slideshare:before {
    content: ""; }

.fa-twitch:before {
    content: ""; }

.fa-yelp:before {
    content: ""; }

.fa-newspaper-o:before {
    content: ""; }

.fa-wifi:before {
    content: ""; }

.fa-calculator:before {
    content: ""; }

.fa-paypal:before {
    content: ""; }

.fa-google-wallet:before {
    content: ""; }

.fa-cc-visa:before {
    content: ""; }

.fa-cc-mastercard:before {
    content: ""; }

.fa-cc-discover:before {
    content: ""; }

.fa-cc-amex:before {
    content: ""; }

.fa-cc-paypal:before {
    content: ""; }

.fa-cc-stripe:before {
    content: ""; }

.fa-bell-slash:before {
    content: ""; }

.fa-bell-slash-o:before {
    content: ""; }

.fa-trash:before {
    content: ""; }

.fa-copyright:before {
    content: ""; }

.fa-at:before {
    content: ""; }

.fa-eyedropper:before {
    content: ""; }

.fa-paint-brush:before {
    content: ""; }

.fa-birthday-cake:before {
    content: ""; }

.fa-area-chart:before {
    content: ""; }

.fa-pie-chart:before {
    content: ""; }

.fa-line-chart:before {
    content: ""; }

.fa-lastfm:before {
    content: ""; }

.fa-lastfm-square:before {
    content: ""; }

.fa-toggle-off:before {
    content: ""; }

.fa-toggle-on:before {
    content: ""; }

.fa-bicycle:before {
    content: ""; }

.fa-bus:before {
    content: ""; }

.fa-ioxhost:before {
    content: ""; }

.fa-angellist:before {
    content: ""; }

.fa-cc:before {
    content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: ""; }

.fa-meanpath:before {
    content: ""; }

.fa-buysellads:before {
    content: ""; }

.fa-connectdevelop:before {
    content: ""; }

.fa-dashcube:before {
    content: ""; }

.fa-forumbee:before {
    content: ""; }

.fa-leanpub:before {
    content: ""; }

.fa-sellsy:before {
    content: ""; }

.fa-shirtsinbulk:before {
    content: ""; }

.fa-simplybuilt:before {
    content: ""; }

.fa-skyatlas:before {
    content: ""; }

.fa-cart-plus:before {
    content: ""; }

.fa-cart-arrow-down:before {
    content: ""; }

.fa-diamond:before {
    content: ""; }

.fa-ship:before {
    content: ""; }

.fa-user-secret:before {
    content: ""; }

.fa-motorcycle:before {
    content: ""; }

.fa-street-view:before {
    content: ""; }

.fa-heartbeat:before {
    content: ""; }

.fa-venus:before {
    content: ""; }

.fa-mars:before {
    content: ""; }

.fa-mercury:before {
    content: ""; }

.fa-intersex:before,
.fa-transgender:before {
    content: ""; }

.fa-transgender-alt:before {
    content: ""; }

.fa-venus-double:before {
    content: ""; }

.fa-mars-double:before {
    content: ""; }

.fa-venus-mars:before {
    content: ""; }

.fa-mars-stroke:before {
    content: ""; }

.fa-mars-stroke-v:before {
    content: ""; }

.fa-mars-stroke-h:before {
    content: ""; }

.fa-neuter:before {
    content: ""; }

.fa-genderless:before {
    content: ""; }

.fa-facebook-official:before {
    content: ""; }

.fa-pinterest-p:before {
    content: ""; }

.fa-whatsapp:before {
    content: ""; }

.fa-server:before {
    content: ""; }

.fa-user-plus:before {
    content: ""; }

.fa-user-times:before {
    content: ""; }

.fa-hotel:before,
.fa-bed:before {
    content: ""; }

.fa-viacoin:before {
    content: ""; }

.fa-train:before {
    content: ""; }

.fa-subway:before {
    content: ""; }

.fa-medium:before {
    content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
    content: ""; }

.fa-optin-monster:before {
    content: ""; }

.fa-opencart:before {
    content: ""; }

.fa-expeditedssl:before {
    content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
    content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
    content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
    content: ""; }

.fa-mouse-pointer:before {
    content: ""; }

.fa-i-cursor:before {
    content: ""; }

.fa-object-group:before {
    content: ""; }

.fa-object-ungroup:before {
    content: ""; }

.fa-sticky-note:before {
    content: ""; }

.fa-sticky-note-o:before {
    content: ""; }

.fa-cc-jcb:before {
    content: ""; }

.fa-cc-diners-club:before {
    content: ""; }

.fa-clone:before {
    content: ""; }

.fa-balance-scale:before {
    content: ""; }

.fa-hourglass-o:before {
    content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: ""; }

.fa-hourglass:before {
    content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: ""; }

.fa-hand-scissors-o:before {
    content: ""; }

.fa-hand-lizard-o:before {
    content: ""; }

.fa-hand-spock-o:before {
    content: ""; }

.fa-hand-pointer-o:before {
    content: ""; }

.fa-hand-peace-o:before {
    content: ""; }

.fa-trademark:before {
    content: ""; }

.fa-registered:before {
    content: ""; }

.fa-creative-commons:before {
    content: ""; }

.fa-gg:before {
    content: ""; }

.fa-gg-circle:before {
    content: ""; }

.fa-tripadvisor:before {
    content: ""; }

.fa-odnoklassniki:before {
    content: ""; }

.fa-odnoklassniki-square:before {
    content: ""; }

.fa-get-pocket:before {
    content: ""; }

.fa-wikipedia-w:before {
    content: ""; }

.fa-safari:before {
    content: ""; }

.fa-chrome:before {
    content: ""; }

.fa-firefox:before {
    content: ""; }

.fa-opera:before {
    content: ""; }

.fa-internet-explorer:before {
    content: ""; }

.fa-tv:before,
.fa-television:before {
    content: ""; }

.fa-contao:before {
    content: ""; }

.fa-500px:before {
    content: ""; }

.fa-amazon:before {
    content: ""; }

.fa-calendar-plus-o:before {
    content: ""; }

.fa-calendar-minus-o:before {
    content: ""; }

.fa-calendar-times-o:before {
    content: ""; }

.fa-calendar-check-o:before {
    content: ""; }

.fa-industry:before {
    content: ""; }

.fa-map-pin:before {
    content: ""; }

.fa-map-signs:before {
    content: ""; }

.fa-map-o:before {
    content: ""; }

.fa-map:before {
    content: ""; }

.fa-commenting:before {
    content: ""; }

.fa-commenting-o:before {
    content: ""; }

.fa-houzz:before {
    content: ""; }

.fa-vimeo:before {
    content: ""; }

.fa-black-tie:before {
    content: ""; }

.fa-fonticons:before {
    content: ""; }

.fa-reddit-alien:before {
    content: ""; }

.fa-edge:before {
    content: ""; }

.fa-credit-card-alt:before {
    content: ""; }

.fa-codiepie:before {
    content: ""; }

.fa-modx:before {
    content: ""; }

.fa-fort-awesome:before {
    content: ""; }

.fa-usb:before {
    content: ""; }

.fa-product-hunt:before {
    content: ""; }

.fa-mixcloud:before {
    content: ""; }

.fa-scribd:before {
    content: ""; }

.fa-pause-circle:before {
    content: ""; }

.fa-pause-circle-o:before {
    content: ""; }

.fa-stop-circle:before {
    content: ""; }

.fa-stop-circle-o:before {
    content: ""; }

.fa-shopping-bag:before {
    content: ""; }

.fa-shopping-basket:before {
    content: ""; }

.fa-hashtag:before {
    content: ""; }

.fa-bluetooth:before {
    content: ""; }

.fa-bluetooth-b:before {
    content: ""; }

.fa-percent:before {
    content: ""; }

.fa-gitlab:before {
    content: ""; }

.fa-wpbeginner:before {
    content: ""; }

.fa-wpforms:before {
    content: ""; }

.fa-envira:before {
    content: ""; }

.fa-universal-access:before {
    content: ""; }

.fa-wheelchair-alt:before {
    content: ""; }

.fa-question-circle-o:before {
    content: ""; }

.fa-blind:before {
    content: ""; }

.fa-audio-description:before {
    content: ""; }

.fa-volume-control-phone:before {
    content: ""; }

.fa-braille:before {
    content: ""; }

.fa-assistive-listening-systems:before {
    content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: ""; }

.fa-glide:before {
    content: ""; }

.fa-glide-g:before {
    content: ""; }

.fa-signing:before,
.fa-sign-language:before {
    content: ""; }

.fa-low-vision:before {
    content: ""; }

.fa-viadeo:before {
    content: ""; }

.fa-viadeo-square:before {
    content: ""; }

.fa-snapchat:before {
    content: ""; }

.fa-snapchat-ghost:before {
    content: ""; }

.fa-snapchat-square:before {
    content: ""; }

.fa-pied-piper:before {
    content: ""; }

.fa-first-order:before {
    content: ""; }

.fa-yoast:before {
    content: ""; }

.fa-themeisle:before {
    content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
    content: ""; }

.fa-handshake-o:before {
    content: ""; }

.fa-envelope-open:before {
    content: ""; }

.fa-envelope-open-o:before {
    content: ""; }

.fa-linode:before {
    content: ""; }

.fa-address-book:before {
    content: ""; }

.fa-address-book-o:before {
    content: ""; }

.fa-vcard:before,
.fa-address-card:before {
    content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
    content: ""; }

.fa-user-circle:before {
    content: ""; }

.fa-user-circle-o:before {
    content: ""; }

.fa-user-o:before {
    content: ""; }

.fa-id-badge:before {
    content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
    content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: ""; }

.fa-quora:before {
    content: ""; }

.fa-free-code-camp:before {
    content: ""; }

.fa-telegram:before {
    content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
    content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: ""; }

.fa-shower:before {
    content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
    content: ""; }

.fa-podcast:before {
    content: ""; }

.fa-window-maximize:before {
    content: ""; }

.fa-window-minimize:before {
    content: ""; }

.fa-window-restore:before {
    content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
    content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: ""; }

.fa-bandcamp:before {
    content: ""; }

.fa-grav:before {
    content: ""; }

.fa-etsy:before {
    content: ""; }

.fa-imdb:before {
    content: ""; }

.fa-ravelry:before {
    content: ""; }

.fa-eercast:before {
    content: ""; }

.fa-microchip:before {
    content: ""; }

.fa-snowflake-o:before {
    content: ""; }

.fa-superpowers:before {
    content: ""; }

.fa-wpexplorer:before {
    content: ""; }

.fa-meetup:before {
    content: ""; }

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto; }

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative; }

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1; }

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden; }

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
    display: block;
    width: 100%; }

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none; }

.no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: block; }

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

.owl-carousel.owl-loading {
    opacity: 0;
    display: block; }

.owl-carousel.owl-hidden {
    opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab; }

.owl-carousel.owl-rtl {
    direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
    float: right; }

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
    z-index: 0; }

.owl-carousel .owl-animated-out {
    z-index: 1; }

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1; }
    100% {
        opacity: 0; } }

@keyframes fadeOut {
    0% {
        opacity: 1; }
    100% {
        opacity: 0; } }

.owl-height {
    -webkit-transition: height .5s ease-in-out;
    -o-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease; }

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000; }

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform .1s ease;
    transition: -webkit-transform .1s ease;
    -o-transition: transform .1s ease;
    transition: transform .1s ease;
    transition: transform .1s ease, -webkit-transform .1s ease; }

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    -webkit-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none; }

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease; }

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%; }

/*!
 * Fotorama 4.6.4 | http://fotorama.io/license/
 */
.fotorama__arr:focus:after, .fotorama__fullscreen-icon:focus:after, .fotorama__html, .fotorama__img, .fotorama__nav__frame:focus .fotorama__dot:after, .fotorama__nav__frame:focus .fotorama__thumb:after, .fotorama__stage__frame, .fotorama__stage__shaft, .fotorama__video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0; }

.fotorama--fullscreen, .fotorama__img {
    max-width: 99999px !important;
    max-height: 99999px !important;
    min-width: 0 !important;
    min-height: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    padding: 0 !important; }

.fotorama__wrap .fotorama__grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab; }

.fotorama__grabbing * {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing; }

.fotorama__spinner {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important; }

.fotorama__wrap--css3 .fotorama__arr, .fotorama__wrap--css3 .fotorama__fullscreen-icon, .fotorama__wrap--css3 .fotorama__nav__shaft, .fotorama__wrap--css3 .fotorama__stage__shaft, .fotorama__wrap--css3 .fotorama__thumb-border, .fotorama__wrap--css3 .fotorama__video-close, .fotorama__wrap--css3 .fotorama__video-play {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

.fotorama__caption, .fotorama__nav:after, .fotorama__nav:before, .fotorama__stage:after, .fotorama__stage:before, .fotorama__wrap--css3 .fotorama__html, .fotorama__wrap--css3 .fotorama__nav, .fotorama__wrap--css3 .fotorama__spinner, .fotorama__wrap--css3 .fotorama__stage, .fotorama__wrap--css3 .fotorama__stage .fotorama__img, .fotorama__wrap--css3 .fotorama__stage__frame {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }

.fotorama__arr:focus, .fotorama__fullscreen-icon:focus, .fotorama__nav__frame {
    outline: 0; }

.fotorama__arr:focus:after, .fotorama__fullscreen-icon:focus:after, .fotorama__nav__frame:focus .fotorama__dot:after, .fotorama__nav__frame:focus .fotorama__thumb:after {
    content: '';
    -webkit-border-radius: inherit;
    border-radius: inherit;
    background-color: rgba(0, 175, 234, 0.5); }

.fotorama__wrap--video .fotorama__stage, .fotorama__wrap--video .fotorama__stage__frame--video, .fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html, .fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img, .fotorama__wrap--video .fotorama__stage__shaft {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important; }

.fotorama__wrap--css3 .fotorama__nav__shaft, .fotorama__wrap--css3 .fotorama__stage__shaft, .fotorama__wrap--css3 .fotorama__thumb-border {
    transition-property: -webkit-transform,width;
    -webkit-transition-property: width,-webkit-transform;
    transition-property: width,-webkit-transform;
    -o-transition-property: transform,width;
    transition-property: transform,width;
    transition-property: transform,width,-webkit-transform;
    -webkit-transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
    -o-transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
    transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
    -webkit-transition-duration: 0ms;
    -o-transition-duration: 0ms;
    transition-duration: 0ms; }

.fotorama__arr, .fotorama__fullscreen-icon, .fotorama__no-select, .fotorama__video-close, .fotorama__video-play, .fotorama__wrap {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

.fotorama__select {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text; }

.fotorama__nav, .fotorama__nav__frame {
    margin: auto;
    padding: 0; }

.fotorama__caption__wrap, .fotorama__nav__frame, .fotorama__nav__shaft {
    display: inline-block;
    vertical-align: middle;
    *display: inline;
    *zoom: 1; }

.fotorama__nav__frame, .fotorama__thumb-border {
    -webkit-box-sizing: content-box;
    box-sizing: content-box; }

.fotorama__caption__wrap {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

.fotorama--hidden, .fotorama__load {
    position: absolute;
    left: -99999px;
    top: -99999px;
    z-index: -1; }

.fotorama__arr, .fotorama__fullscreen-icon, .fotorama__nav, .fotorama__nav__frame, .fotorama__nav__shaft, .fotorama__stage__frame, .fotorama__stage__shaft, .fotorama__video-close, .fotorama__video-play {
    -webkit-tap-highlight-color: transparent; }

.fotorama__arr, .fotorama__fullscreen-icon, .fotorama__video-close, .fotorama__video-play {
    background: url(fotorama.png) no-repeat; }

@media (-webkit-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 2dppx) {
    .fotorama__arr, .fotorama__fullscreen-icon, .fotorama__video-close, .fotorama__video-play {
        background: url(fotorama@2x.png) 0 0/96px 160px no-repeat; } }

.fotorama__thumb {
    background-color: #7f7f7f;
    background-color: rgba(127, 127, 127, 0.2); }

@media print {
    .fotorama__arr, .fotorama__fullscreen-icon, .fotorama__thumb-border, .fotorama__video-close, .fotorama__video-play {
        background: none !important; } }

.fotorama {
    min-width: 1px;
    overflow: hidden; }

.fotorama:not(.fotorama--unobtrusive) > *:not(:first-child) {
    display: none; }

.fullscreen {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    background: #000; }

.fotorama--fullscreen {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    float: none !important;
    z-index: 2147483647 !important;
    background: #000;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important; }

.fotorama--fullscreen .fotorama__nav, .fotorama--fullscreen .fotorama__stage {
    background: #000; }

.fotorama__wrap {
    -webkit-text-size-adjust: 100%;
    position: relative;
    direction: ltr;
    z-index: 0; }

.fotorama__wrap--rtl .fotorama__stage__frame {
    direction: rtl; }

.fotorama__nav, .fotorama__stage {
    overflow: hidden;
    position: relative;
    max-width: 100%; }

.fotorama__wrap--pan-y {
    -ms-touch-action: pan-y; }

.fotorama__wrap .fotorama__pointer {
    cursor: pointer; }

.fotorama__wrap--slide .fotorama__stage__frame {
    opacity: 1 !important; }

.fotorama__stage__frame {
    overflow: hidden; }

.fotorama__stage__frame.fotorama__active {
    z-index: 8; }

.fotorama__wrap--fade .fotorama__stage__frame {
    display: none; }

.fotorama__wrap--fade .fotorama__fade-front, .fotorama__wrap--fade .fotorama__fade-rear, .fotorama__wrap--fade .fotorama__stage__frame.fotorama__active {
    display: block;
    left: 0;
    top: 0; }

.fotorama__wrap--fade .fotorama__fade-front {
    z-index: 8; }

.fotorama__wrap--fade .fotorama__fade-rear {
    z-index: 7; }

.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active {
    z-index: 9; }

.fotorama__wrap--fade .fotorama__stage .fotorama__shadow {
    display: none; }

.fotorama__img {
    -ms-filter: "alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    border: none !important; }

.fotorama__error .fotorama__img, .fotorama__loaded .fotorama__img {
    -ms-filter: "alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1; }

.fotorama--fullscreen .fotorama__loaded--full .fotorama__img, .fotorama__img--full {
    display: none; }

.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full {
    display: block; }

.fotorama__wrap--only-active .fotorama__nav, .fotorama__wrap--only-active .fotorama__stage {
    max-width: 99999px !important; }

.fotorama__wrap--only-active .fotorama__stage__frame {
    visibility: hidden; }

.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active {
    visibility: visible; }

.fotorama__nav {
    font-size: 0;
    line-height: 0;
    text-align: center;
    display: none;
    white-space: nowrap;
    z-index: 5; }

.fotorama__nav__shaft {
    position: relative;
    left: 0;
    top: 0;
    text-align: left; }

.fotorama__nav__frame {
    position: relative;
    cursor: pointer; }

.fotorama__nav--dots {
    display: block; }

.fotorama__nav--dots .fotorama__nav__frame {
    width: 18px;
    height: 30px; }

.fotorama__nav--dots .fotorama__nav__frame--thumb, .fotorama__nav--dots .fotorama__thumb-border {
    display: none; }

.fotorama__nav--thumbs {
    display: block; }

.fotorama__nav--thumbs .fotorama__nav__frame {
    padding-left: 0 !important; }

.fotorama__nav--thumbs .fotorama__nav__frame:last-child {
    padding-right: 0 !important; }

.fotorama__nav--thumbs .fotorama__nav__frame--dot {
    display: none; }

.fotorama__dot {
    display: block;
    width: 4px;
    height: 4px;
    position: relative;
    top: 12px;
    left: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #7f7f7f; }

.fotorama__nav__frame:focus .fotorama__dot:after {
    padding: 1px;
    top: -1px;
    left: -1px; }

.fotorama__nav__frame.fotorama__active .fotorama__dot {
    width: 0;
    height: 0;
    border-width: 3px; }

.fotorama__nav__frame.fotorama__active .fotorama__dot:after {
    padding: 3px;
    top: -3px;
    left: -3px; }

.fotorama__thumb {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%; }

.fotorama__nav__frame:focus .fotorama__thumb {
    z-index: 2; }

.fotorama__thumb-border {
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    border-style: solid;
    border-color: #00afea;
    background-image: -webkit-gradient(linear, left top, right bottom, from(rgba(255, 255, 255, 0.25)), to(rgba(64, 64, 64, 0.1)));
    background-image: -webkit-linear-gradient(top left, rgba(255, 255, 255, 0.25), rgba(64, 64, 64, 0.1));
    background-image: -o-linear-gradient(top left, rgba(255, 255, 255, 0.25), rgba(64, 64, 64, 0.1));
    background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 0.25), rgba(64, 64, 64, 0.1)); }

.fotorama__caption {
    position: absolute;
    z-index: 12;
    bottom: 0;
    left: 0;
    right: 0;
    font-family: 'Helvetica Neue',Arial,sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #000; }

.fotorama__caption a {
    text-decoration: none;
    color: #000;
    border-bottom: 1px solid;
    border-color: rgba(0, 0, 0, 0.5); }

.fotorama__caption a:hover {
    color: #333;
    border-color: rgba(51, 51, 51, 0.5); }

.fotorama__wrap--rtl .fotorama__caption {
    left: auto;
    right: 0; }

.fotorama__wrap--no-captions .fotorama__caption, .fotorama__wrap--video .fotorama__caption {
    display: none; }

.fotorama__caption__wrap {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 5px 10px; }

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0); }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg); } }

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0); }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg); } }

.fotorama__wrap--css3 .fotorama__spinner {
    -webkit-animation: spinner 24s infinite linear;
    animation: spinner 24s infinite linear; }

.fotorama__wrap--css3 .fotorama__html, .fotorama__wrap--css3 .fotorama__stage .fotorama__img {
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s; }

.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html, .fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img {
    -ms-filter: "alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0; }

.fotorama__select {
    cursor: auto; }

.fotorama__video {
    top: 32px;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 10; }

@-moz-document url-prefix() {
    .fotorama__active {
        box-shadow: 0 0 0 transparent; } }

.fotorama__arr, .fotorama__fullscreen-icon, .fotorama__video-close, .fotorama__video-play {
    position: absolute;
    z-index: 11;
    cursor: pointer; }

.fotorama__arr {
    position: absolute;
    width: 32px;
    height: 32px;
    top: 50%;
    margin-top: -16px; }

.fotorama__arr--prev {
    left: 2px;
    background-position: 0 0; }

.fotorama__arr--next {
    right: 2px;
    background-position: -32px 0; }

.fotorama__arr--disabled {
    pointer-events: none;
    cursor: default;
    *display: none;
    opacity: .1; }

.fotorama__fullscreen-icon {
    width: 32px;
    height: 32px;
    top: 2px;
    right: 2px;
    background-position: 0 -32px;
    z-index: 20; }

.fotorama__arr:focus, .fotorama__fullscreen-icon:focus {
    -webkit-border-radius: 50%;
    border-radius: 50%; }

.fotorama--fullscreen .fotorama__fullscreen-icon {
    background-position: -32px -32px; }

.fotorama__video-play {
    width: 96px;
    height: 96px;
    left: 50%;
    top: 50%;
    margin-left: -48px;
    margin-top: -48px;
    background-position: 0 -64px;
    opacity: 0; }

.fotorama__wrap--css2 .fotorama__video-play, .fotorama__wrap--video .fotorama__stage .fotorama__video-play {
    display: none; }

.fotorama__error .fotorama__video-play, .fotorama__loaded .fotorama__video-play, .fotorama__nav__frame .fotorama__video-play {
    opacity: 1;
    display: block; }

.fotorama__nav__frame .fotorama__video-play {
    width: 32px;
    height: 32px;
    margin-left: -16px;
    margin-top: -16px;
    background-position: -64px -32px; }

.fotorama__video-close {
    width: 32px;
    height: 32px;
    top: 0;
    right: 0;
    background-position: -64px 0;
    z-index: 20;
    opacity: 0; }

.fotorama__wrap--css2 .fotorama__video-close {
    display: none; }

.fotorama__wrap--css3 .fotorama__video-close {
    -webkit-transform: translate3d(32px, -32px, 0);
    transform: translate3d(32px, -32px, 0); }

.fotorama__wrap--video .fotorama__video-close {
    display: block;
    opacity: 1; }

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__video-close {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr, .fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
    opacity: 0; }

.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus, .fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
    opacity: 1; }

.fotorama__wrap--video .fotorama__arr, .fotorama__wrap--video .fotorama__fullscreen-icon {
    opacity: 0 !important; }

.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr, .fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
    display: none; }

.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus, .fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
    display: block; }

.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr, .fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon {
    display: none !important; }

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus) {
    -webkit-transform: translate3d(32px, -32px, 0);
    transform: translate3d(32px, -32px, 0); }

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus) {
    -webkit-transform: translate3d(-48px, 0, 0);
    transform: translate3d(-48px, 0, 0); }

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {
    -webkit-transform: translate3d(48px, 0, 0);
    transform: translate3d(48px, 0, 0); }

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon {
    -webkit-transform: translate3d(32px, -32px, 0) !important;
    transform: translate3d(32px, -32px, 0) !important; }

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev {
    -webkit-transform: translate3d(-48px, 0, 0) !important;
    transform: translate3d(-48px, 0, 0) !important; }

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next {
    -webkit-transform: translate3d(48px, 0, 0) !important;
    transform: translate3d(48px, 0, 0) !important; }

.fotorama__wrap--css3 .fotorama__arr:not(:focus), .fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus), .fotorama__wrap--css3 .fotorama__video-close:not(:focus), .fotorama__wrap--css3 .fotorama__video-play:not(:focus) {
    transition-property: -webkit-transform,opacity;
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    -o-transition-property: transform,opacity;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s; }

.fotorama__nav:after, .fotorama__nav:before, .fotorama__stage:after, .fotorama__stage:before {
    content: "";
    display: block;
    position: absolute;
    text-decoration: none;
    top: 0;
    bottom: 0;
    width: 10px;
    height: auto;
    z-index: 10;
    pointer-events: none;
    background-repeat: no-repeat;
    -webkit-background-size: 1px 100%,5px 100%;
    background-size: 1px 100%,5px 100%; }

.fotorama__nav:before, .fotorama__stage:before {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(25%, rgba(0, 0, 0, 0.2)), color-stop(75%, rgba(0, 0, 0, 0.3)), to(transparent)), radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.4), transparent);
    background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), -webkit-radial-gradient(0 50%, farthest-side, rgba(0, 0, 0, 0.4), transparent);
    background-image: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), -o-radial-gradient(0 50%, farthest-side, rgba(0, 0, 0, 0.4), transparent);
    background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.4), transparent);
    background-position: 0 0,0 0;
    left: -10px; }

.fotorama__nav.fotorama__shadows--left:before, .fotorama__stage.fotorama__shadows--left:before {
    left: 0; }

.fotorama__nav:after, .fotorama__stage:after {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(25%, rgba(0, 0, 0, 0.2)), color-stop(75%, rgba(0, 0, 0, 0.3)), to(transparent)), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.4), transparent);
    background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), -webkit-radial-gradient(100% 50%, farthest-side, rgba(0, 0, 0, 0.4), transparent);
    background-image: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), -o-radial-gradient(100% 50%, farthest-side, rgba(0, 0, 0, 0.4), transparent);
    background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.4), transparent);
    background-position: 100% 0,100% 0;
    right: -10px; }

.fotorama__nav.fotorama__shadows--right:after, .fotorama__stage.fotorama__shadows--right:after {
    right: 0; }

.fotorama--fullscreen .fotorama__nav:after, .fotorama--fullscreen .fotorama__nav:before, .fotorama--fullscreen .fotorama__stage:after, .fotorama--fullscreen .fotorama__stage:before, .fotorama__wrap--fade .fotorama__stage:after, .fotorama__wrap--fade .fotorama__stage:before, .fotorama__wrap--no-shadows .fotorama__nav:after, .fotorama__wrap--no-shadows .fotorama__nav:before, .fotorama__wrap--no-shadows .fotorama__stage:after, .fotorama__wrap--no-shadows .fotorama__stage:before {
    display: none; }

*::-webkit-input-placeholder {
    color: #666;
    opacity: 1; }

*:-moz-placeholder {
    color: #666;
    opacity: 1; }

*::-moz-placeholder {
    color: #666;
    opacity: 1; }

*:-ms-input-placeholder {
    color: #666;
    opacity: 1; }

body input:focus:required:invalid,
body textarea:focus:required:invalid {
    color: #666; }

body input:required:valid,
body textarea:required:valid {
    color: #666; }

html, body {
    height: 100%; }

body {
    font-size: 16px;
    min-width: 320px;
    position: relative;
    line-height: 1.75;
    font-family: "proxima-nova", sans-serif;
    overflow-x: hidden;
    opacity: 1; }

a.button {
    background-color: #2d75bb;
    padding: 10px 20px;
    border: none;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px; }
a.button:hover {
    text-decoration: none;
    opacity: .8; }

button {
    margin-top: 15px;
    padding: 5px 20px;
    background-color: #2d75bb;
    border: none;
    font-size: 14px;
    font-family: "proxima-bold", sans-serif;
    color: #ffffff;
    text-transform: uppercase; }
button:hover {
    text-decoration: none;
    opacity: .8; }

.hidden-menu {
    display: block;
    position: fixed;
    list-style: none;
    padding: 0;
    margin: 50px 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: white;
    height: 100%;
    top: 0;
    left: -300px;
    -webkit-transition: left .2s;
    -o-transition: left .2s;
    transition: left .2s;
    z-index: 2;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden; }
.hidden-menu li {
    border-bottom: 1px solid #d9d9d9; }
.hidden-menu li ul {
    display: none;
    list-style: none;
    padding: 0; }
.hidden-menu li ul li a {
    text-transform: none;
    padding: 5px 15px;
    display: block;
    color: black; }
.hidden-menu a {
    display: block;
    padding: 5px 15px 5px 10px;
    font-size: 12px;
    text-transform: uppercase;
    font-family: "proxima-nova", sans-serif;
    color: black; }
.hidden-menu a:hover {
    color: #ffc600; }
.hidden-menu li:hover {
    color: gray; }
.hidden-menu li.active ul {
    display: block; }
.hidden-menu-ticker {
    display: none; }

.btn-menu {
    color: #fff;
    padding: 5px;
    position: absolute;
    top: 10px;
    left: 15px;
    cursor: pointer;
    -webkit-transition: left .23s;
    -o-transition: left .23s;
    transition: left .23s;
    z-index: 3;
    width: 30px;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden; }

.btn-menu span {
    display: block;
    height: 3px;
    background-color: #ffffff;
    margin: 5px 0 0;
    -webkit-transition: all .1s linear .03s;
    -o-transition: all .1s linear .03s;
    transition: all .1s linear .03s;
    position: relative; }

.btn-menu span.first {
    margin-top: 0; }

.hidden-menu-ticker:checked ~ .btn-menu {
    left: 15px; }

.hidden-menu-ticker:checked ~ .hidden-menu {
    left: 0; }

.hidden-menu-ticker:checked ~ .btn-menu span.first {
    -webkit-transform: rotate(45deg);
    top: 10px; }

.hidden-menu-ticker:checked ~ .btn-menu span.second {
    opacity: 0; }

.hidden-menu-ticker:checked ~ .btn-menu span.third {
    -webkit-transform: rotate(-45deg);
    top: -10px; }

header .top-line {
    background-color: #2d75bb;
    width: 100%; }
header .top-line a:hover {
    color: #ffc600;
    text-decoration: none; }
header .top-line-menu {
    padding: 15px 10px; }
header .top-line-menu a {
    color: #ffffff;
    font-size: 14px;
    margin-right: 20px; }
header .top-line-opt {
    color: #ffffff;
    text-align: center;
    font-size: 20px;
    padding: 15px 0 10px; }
header .top-line-blog {
    text-align: right;
    padding: 15px; }
header .top-line-blog a {
    color: #ffffff;
    font-size: 14px;
    padding: 0 15px 0 10px; }
header .top-line-blog a.like-icon {
    color: #ffc600; }

header .logo {
    padding: 25px 0 0; }
header .logo img {
    width: 45%; }

header .search-form {
    padding: 25px 0 0;
    text-align: center;
    position: relative; }
header .search-form .field {
    text-align: center;
    width: 100%; }
header .search-form .field input {
    width: 100%;
    padding: 15px;
    text-align: left;
    font-size: .8em;
    border: 1px solid gray; }
header .search-form .field input::-webkit-input-placeholder {
    color: gray; }
header .search-form .field input:focus::-webkit-input-placeholder {
    color: transparent;
    border: none; }
header .search-form .search-button {
    position: absolute;
    color: #2d75bb;
    font-size: 20px;
    top: 33px;
    right: 25px;
    opacity: 0;
    z-index: 102;
    display: block; }
header .search-form i {
    position: absolute;
    color: #2d75bb;
    font-size: 20px;
    top: 40px;
    right: 25px;
    z-index: 101;
    display: block; }

header .header-contacts {
    padding-top: 25px;
    text-align: left;
    padding-left: 110px;
    line-height: 1.3; }
header .header-contacts span {
    font-size: 14px; }
header .header-contacts i {
    color: #2d75bb;
    padding-right: 5px; }

header .header-menu {
    margin-top: 50px;
    height: 35px; }
header .header-menu ul {
    position: relative;
    list-style: none;
    color: black;
    font-size: 16px;
    text-transform: uppercase;
    padding: 0;
    margin-bottom: -20px;
    text-align: justify;
    width: 100%; }
header .header-menu ul li {
    display: inline-block;
    position: relative; }
header .header-menu ul li a {
    color: black;
    font-family: "proxima-bold", sans-serif; }
header .header-menu ul li:hover {
    border-bottom: 3px solid #ffc600; }
header .header-menu ul li:hover a:hover {
    color: #ffc600;
    text-decoration: none; }
header .header-menu ul li:hover ul {
    left: 0;
    opacity: 1; }
header .header-menu ul li ul {
    position: absolute;
    opacity: 0;
    left: -9999px;
    top: 30px;
    padding-top: 10px;
    overflow: hidden;
    z-index: 333;
    min-width: 250px;
    max-width: 700px;
    line-height: 20px;
    list-style: none;
    background-color: white;
    text-transform: none;
    -webkit-transition: 0.25s linear opacity; }
header .header-menu ul li ul li {
    width: 100%;
    padding: 0 15px;
    margin: 0; }
header .header-menu ul li ul li a {
    color: black;
    font-size: 14px;
    font-family: "proxima-nova", sans-serif; }
header .header-menu ul li ul li:hover {
    border-bottom: none; }
header .header-menu ul li ul li:hover a {
    color: #ffc600;
    text-decoration: none; }
header .header-menu ul:before {
    content: '';
    display: block;
    width: 100%;
    height: 0; }
header .header-menu ul:after {
    width: 100%;
    height: 0;
    visibility: hidden;
    overflow: hidden;
    content: '';
    display: inline-block; }

header .header-line {
    height: 10px;
    background-color: #2d75bb; }

header .slider-wrapper {
    position: relative; }

header .main-slider {
    overflow: hidden; }
header .main-slider .slide {
    float: left;
    overflow: hidden; }
header .main-slider .slide-bgc {
    position: relative;
    padding: 30px 0 40px; }
header .main-slider .slide-content h2 {
    font-size: 40px;
    text-transform: uppercase;
    line-height: 50px;
    margin-top: 90px; }
header .main-slider .slide-content p {
    line-height: 25px;
    margin-bottom: 40px; }
header .main-slider .slide-content-img-wrap {
    max-width: 100%; }

header .owl-nav {
    display: none; }

header .owl-dots {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 30px; }
header .owl-dots .owl-dot {
    display: inline-block;
    cursor: pointer;
    height: 14px;
    width: 14px;
    margin: 0 5px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #2d75bb; }
header .owl-dots .active {
    background-color: #ffc600; }

#main-category h1 {
    text-align: center;
    text-transform: uppercase;
    margin: 60px 0 55px; }

#main-category a .category-item {
    background-color: #ceebf8;
    margin-bottom: 20px;
    position: relative;
    color: black; }
#main-category a .category-item-img img {
    width: 100%; }
#main-category a .category-item-title {
    position: absolute;
    top: 0;
    right: 0;
    text-transform: uppercase;
    width: 50%;
    text-align: left;
    padding: 20px 40px 0; }
#main-category a .category-item-title h2 {
    font-size: 22px;
    line-height: 25px; }

#main-category a:hover {
    background-color: #ffc600;
    width: 100%;
    display: block;
    opacity: .8; }

#after-main-section {
    background-color: #f8f8f8;
    padding: 20px 0; }
#after-main-section h4 {
    margin-bottom: 10px;
    text-transform: uppercase; }
#after-main-section .after-main-block {
    padding: 10px 20px;
    background-color: #ffffff;
    margin-bottom: 20px; }
#after-main-section .new-products .product-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 2px solid #d9d9d9;
    padding: 10px 0 10px; }
#after-main-section .new-products .product-item-img {
    width: 20%; }
#after-main-section .new-products .product-item-title a {
    font-size: 14px;
    color: black; }
#after-main-section .new-products .product-item-title a:hover {
    color: #ffc600;
    text-decoration: none; }
#after-main-section .new-products .product-item:last-child {
    border-bottom: none; }
#after-main-section .new-articles .article-item, #after-main-section .popular-articles .article-item {
    display: list-item;
    border-bottom: 2px solid #d9d9d9;
    padding: 10px 0 10px;
    margin-left: 20px;
    line-height: 19px; }
#after-main-section .new-articles .article-item a, #after-main-section .popular-articles .article-item a {
    font-size: 14px;
    color: black; }
#after-main-section .new-articles .article-item a:hover, #after-main-section .popular-articles .article-item a:hover {
    color: #ffc600;
    text-decoration: none; }
#after-main-section .new-articles .article-item-date, #after-main-section .popular-articles .article-item-date {
    font-size: 13px; }
#after-main-section .new-articles .article-item-date a, #after-main-section .popular-articles .article-item-date a {
    font-size: 13px; }
#after-main-section .new-articles .article-item-date i, #after-main-section .popular-articles .article-item-date i {
    padding-right: 5px; }
#after-main-section .new-articles .article-item-date span, #after-main-section .popular-articles .article-item-date span {
    padding-right: 10px; }
#after-main-section .new-articles .article-item:last-child, #after-main-section .popular-articles .article-item:last-child {
    border-bottom: none; }

footer {
    background-color: #4d4d4d;
    padding: 25px 0 25px; }
footer .logo-footer img {
    width: 75%; }
footer .footer-menu a {
    font-size: 14px;
    font-family: "proxima-bold", sans-serif;
    width: 100%;
    float: left;
    color: #ffffff; }
footer .footer-menu a:hover {
    color: #ffc600;
    text-decoration: none; }
footer .footer-menu .catalog-menu a:first-child, footer .footer-menu .service-menu a:first-child {
    font-size: 14px;
    font-family: "proxima-bold", sans-serif; }
footer .footer-menu .catalog-menu a, footer .footer-menu .service-menu a {
    font-size: 13px;
    font-family: "proxima-nova", sans-serif; }
footer .footer-contacts span, footer .date-work-footer span {
    float: left;
    color: white;
    font-size: 13px; }
footer .footer-contacts span:first-child, footer .date-work-footer span:first-child {
    font-family: "proxima-bold", sans-serif;
    font-size: 14px; }

.breadcrumb {
    margin: 20px 0; }
.breadcrumb-links a {
    font-size: 14px;
    color: #6e6e6e; }
.breadcrumb-links a.last {
    color: #ffc600; }
.paginator {
    text-align: center;
    margin-bottom: 25px; }
.paginator .vi-ta-center-nav {
    text-align: center; }
.paginator .vi-ta-center-nav .pagination {
    display: inline-block;
    padding-left: 0;
    -webkit-border-radius: 4px;
    border-radius: 4px; }
.paginator .vi-ta-center-nav .pagination li {
    display: inline; }









.paginator .vi-ta-center-nav .pagination .wp-pagenavi a,.paginator .vi-ta-center-nav .pagination .wp-pagenavi span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    margin: 0 5px 0 0;
    background-color: #f8f8f8;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    color: #6e6e6e; }
.paginator .vi-ta-center-nav .pagination .wp-pagenavi .current {
    background-color: #ffc600;
    color: white; }








.paginator .vi-ta-center-nav .pagination li a:hover {
    background-color: #ffc600;
    color: white; }

/* Page Category*/
.category-main-img {
    overflow: hidden; }
.category-main-img .slide {
    float: left;
    overflow: hidden; }
.category-main-img .slide-bgc {
    position: relative;
    padding: 0; }
.category-main-img .slide-content h2 {
    font-size: 40px;
    text-transform: uppercase;
    line-height: 50px;
    margin-top: 90px; }
.category-main-img .slide-content p {
    line-height: 25px;
    margin-bottom: 40px; }
.category-main-img .slide-content a.button {
    background-color: #2d75bb;
    padding: 10px 20px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px; }
.category-main-img .slide-content-img-wrap {
    max-width: 100%; }

.category-list {
    margin: 0 0 60px;
    position: relative; }
.category-list .category-products {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
.category-list .category-products a {
    display: block;
    width: 23%;
    font-size: 14px;
    color: #6e6e6e;
    margin-bottom: 20px; }
.category-list .category-products a:hover {
    text-decoration: none; }
.category-list .category-products .category-product-item {
    border: 1px solid gray;
    position: relative;
    height: 370px;
    text-align: center;
    overflow: hidden; }
.category-list .category-products .category-product-item-hover-eyes {
    background-color: #ffc600;
    position: absolute;
    top: 130px;
    left: 90px;
    padding: 5px 20px;
    display: none; }
.category-list .category-products .category-product-item-like {
    position: absolute;
    top: 10px;
    right: 10px; }
.category-list .category-products .category-product-item-badge {
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    background-color: #2d75bb;
    position: absolute;
    top: 10px;
    left: 10px; }
.category-list .category-products .category-product-item-badge span {
    text-align: center;
    color: white;
    padding-top: 18px;
    display: block;
    text-transform: uppercase;
    font-size: 9px; }
.category-list .category-products .category-product-item-img {
    padding: 15px 0;
    text-align: center;
    height: 250px; }
.category-list .category-products .category-product-item-img img {
    margin: 10% auto;
    display: block; }
.category-list .category-products .category-product-item-title {
    padding: 33px;
    width: 100%; }
.category-list .category-products .category-product-item-title h4 {
    font-size: 14px;
    line-height: 18px;
    overflow: hidden; }
.category-list .category-products .category-product-item:hover {
    border: 1px solid #ffc600;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }
.category-list .category-products .category-product-item:hover .category-product-item-hover-eyes {
    display: block; }
.category-list .category-products .category-product-item:hover .category-product-item-like {
    color: #ffc600; }
.category-list .category-products .category-product-item:hover .category-product-item-title {
    background-color: #f8f8f8; }
.category-list .category-products .category-product-item:hover .category-product-item-title h4 {
    color: #ffc600; }

/* End Page Category*/
/* Page Single Product*/
.single-product {
    margin-bottom: 30px; }
.single-product h1 {
    line-height: 32px;
    margin: 0 0 15px; }
.single-product .col-md-4 {
    padding: 0; }
.single-product .product-media {
    border: 1px solid gray;
    margin-bottom: 20px;
    margin-right: 10px; }
.single-product .product-media-like {
    position: absolute;
    top: 10px;
    right: 20px; }
.single-product .product-media-badge {
    width: 60px;
    height: 60px;
    -webkit-border-radius: 60px;
    border-radius: 60px;
    background-color: #2d75bb;
    position: absolute;
    top: 10px;
    left: 20px; }
.single-product .product-media-badge span {
    text-align: center;
    color: white;
    padding-top: 24px;
    display: block;
    text-transform: uppercase;
    font-size: 9px; }
.single-product .product-media .images-list {
    text-align: center;
    padding: 40px 0 100px; }
.single-product .product-media .images-list img {
    max-width: 220px; }
.single-product h5 {
    font-size: 14px;
    margin: 15px 0 5px; }
.single-product p {
    margin: 0; }
.single-product .product-description {
    line-height: 18px;
    border-bottom: 1px solid gray;
    padding-bottom: 10px; }
.single-product .product-price {
    line-height: 18px;
    padding-bottom: 15px;
    border-bottom: 1px solid gray; }
.single-product .additional-services {
    border-bottom: 1px solid gray;
    overflow: hidden;
    padding-bottom: 15px;
    margin-bottom: 25px; }
.single-product .additional-services a {
    float: left;
    display: block;
    width: 50%;
    line-height: 20px;
    font-size: 14px;
    font-family: "proxima-nova", sans-serif;
    text-decoration: underline; }
.single-product .additional-services a:hover {
    color: #ffc600; }

.with-product-buy {
    background-color: #f8f8f8;
    position: relative; }
.with-product-buy .with-product-buy-item {
    float: left;
    width: 17%;
    overflow: hidden; }
.with-product-buy .with-product-buy-item-image {
    width: 130px;
    height: 190px;
    background-color: white; }

.ask-question-form {
    margin: 20px 0 40px; }
.ask-question-form-block {
    border: 1px solid gray;
    padding: 5px 10px; }

/* End Page Single Product*/
/* Page Services*/
#services .service-item .service-bgc {
    line-height: 400px; }
#services .service-item .service-bgc .service-description {
    display: inline-block;
    vertical-align: middle; }
#services .service-item .service-bgc .service-description h2 {
    font-size: 32px;
    text-transform: uppercase;
    margin: 0;
    line-height: 40px; }
#services .service-item .service-bgc .service-description p {
    font-size: 14px;
    line-height: 18px; }
#services .service-item .service-bgc .service-img-wrap {
    float: right; }
#services .service-item .service-bgc .service-img-wrap img {
    width: 90%; }

/* End Page Services*/
/* Page Payment & Delivery*/
.payment-section h2, .delivery-section h2 {
    display: block;
    margin: 50px 0 25px;
    text-transform: uppercase;
    font-size: 20px;
    border-bottom: 1px solid #d9d9d9; }

.payment-section .information-item, .delivery-section .information-item {
    margin-bottom: 30px;
    overflow: hidden;
    line-height: 20px;
    font-size: 14px; }
.payment-section .information-item img, .delivery-section .information-item img {
    width: 50%; }
.payment-section .information-item-img, .delivery-section .information-item-img {
    width: 10%;
    float: left; }
.payment-section .information-item-description, .delivery-section .information-item-description {
    width: 90%;
    float: left;
    padding-top: 15px; }
.payment-section .information-item-description p, .delivery-section .information-item-description p {
    margin: 0; }

/* End Page Payment & Delivery*/
/* Page About Us*/
.about-us h1, .about-us h2 {
    display: block;
    margin: 50px 0 25px;
    text-transform: uppercase;
    border-bottom: 1px solid #d9d9d9; }

.about-us h1 {
    font-size: 24px; }

.about-us h2 {
    font-size: 20px; }

.about-us p {
    font-size: 14px;
    line-height: 20px; }

.main-directions h2 {
    display: block;
    margin: 50px 0 25px;
    text-transform: uppercase;
    font-size: 20px;
    border-bottom: 1px solid #d9d9d9; }

.main-directions .information-item {
    margin-bottom: 30px;
    overflow: hidden;
    line-height: 20px;
    font-size: 14px; }
.main-directions .information-item img {
    width: 50%; }
.main-directions .information-item-img {
    width: 10%;
    float: left; }
.main-directions .information-item-description {
    width: 90%;
    float: left;
    padding-top: 15px; }
.main-directions .information-item-description p {
    margin: 0; }

/* End About Us*/
/* Page Blog List*/
.blog-content-wrap {
    width: 100%;
    background-color: #f8f8f8;
    padding-bottom: 50px; }
.blog-content-wrap .container {
    padding: 0; }
.blog-content-wrap .paginator {
    background-color: white; }
.blog-content-wrap .paginator .vi-ta-center-nav .pagination {
    margin-top: 30px; }

.post-list {
    position: relative; }
.post-list ul {
    padding: 0;
    list-style: none; }
.post-list ul .content-list-item {
    position: relative;
    background-color: white; }
.post-list ul .content-list-item .post {
    position: relative; }
.post-list ul .content-list-item .post .post_title {
    padding: 15px 15px 0; }
.post-list ul .content-list-item .post .post_title a {
    color: black; }
.post-list ul .content-list-item .post .post_body img {
    width: 100%; }
.post-list ul .content-list-item .post .post_body p {
    padding: 0 15px; }
.post-list ul .content-list-item .post .post_body .read-more {
    margin-left: 15px; }
.post-list ul .content-list-item .post .post_footer {
    position: relative;
    margin: 20px 0;
    width: 100%;
    border-top: 1px solid #d9d9d9; }
.post-list ul .content-list-item .post .post_footer .post_stats li {
    position: relative;
    display: inline-block;
    padding: 10px 15px;
    color: #6e6e6e;
    font-size: 14px; }
.post-list ul .content-list-item .post .post_footer .post_stats li a {
    color: #6e6e6e; }

.right-sidebar .search-form {
    padding: 15px 20px;
    margin-top: 20px;
    text-align: center;
    background-color: white; }
.right-sidebar .search-form .field {
    text-align: center;
    width: 100%; }
.right-sidebar .search-form .field input {
    width: 100%;
    padding: 5px 40px 5px;
    text-align: left;
    font-size: .8em;
    border: 1px solid gray; }
.right-sidebar .search-form .field input::-webkit-input-placeholder {
    color: gray; }
.right-sidebar .search-form .field input:focus::-webkit-input-placeholder {
    color: transparent;
    border: none; }
.right-sidebar .search-form .search-button {
    position: absolute;
    color: #2d75bb;
    font-size: 20px;
    top: 33px;
    left: 45px;
    opacity: 0;
    z-index: 102;
    display: block; }
.right-sidebar .search-form i {
    position: absolute;
    color: #2d75bb;
    font-size: 20px;
    top: 33px;
    left: 45px;
    z-index: 101;
    display: block; }

.right-sidebar .popular-articles {
    background-color: white;
    padding: 0 20px 20px;
    margin-top: 20px; }
.right-sidebar .popular-articles h4 {
    padding: 30px 0 0;
    margin: 0; }
.right-sidebar .popular-articles .article-item {
    display: list-item;
    border-bottom: 2px solid #d9d9d9;
    padding: 10px 0 10px;
    margin-left: 20px;
    line-height: 19px; }
.right-sidebar .popular-articles .article-item a {
    font-size: 14px;
    color: black; }
.right-sidebar .popular-articles .article-item a:hover {
    color: #ffc600;
    text-decoration: none; }
.right-sidebar .popular-articles .article-item-date {
    font-size: 13px; }
.right-sidebar .popular-articles .article-item-date a {
    font-size: 13px; }
.right-sidebar .popular-articles .article-item-date i {
    padding-right: 5px; }
.right-sidebar .popular-articles .article-item-date span {
    padding-right: 10px; }
.right-sidebar .popular-articles .article-item:last-child {
    border-bottom: none; }

/* End Page Blog List*/
/* Forms*/
.popup-form {
    display: none;
    position: fixed;
    overflow-y: scroll;
    padding-bottom: 30px;
    height: 100%;
    z-index: 1000;
    top: 50px;
    left: 0;
    width: 100%; }
.popup-form form {
    position: relative;
    width: 500px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 0;
    padding: 20px;
    margin: 30px auto;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.2) 0 2px 6px 0;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 6px 0;
    -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 6px 0; }
.popup-form form a.close-link {
    position: absolute;
    display: block;
    top: 10px;
    right: 20px;
    font-size: 24px;
    color: #6e6e6e; }
.popup-form form img {
    width: 100%; }
.popup-form form fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0; }
.popup-form form fieldset h3 {
    padding-top: 0;
    margin: 0;
    text-align: center;
    font-family: "proxima-nova", sans-serif;
    font-size: 28px;
    font-weight: 100;
    color: #2f2f2f; }
.popup-form form fieldset p {
    display: block;
    text-align: center;
    margin: 0; }
.popup-form form fieldset .form-group {
    margin-bottom: 10px; }
.popup-form form fieldset .form-group label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-family: "proxima-bold", sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    color: #6e6e6e; }
.popup-form form fieldset .form-group .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #f8f8f8;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s; }
.popup-form form fieldset .form-group textarea.form-control {
    height: auto; }

.popup-thanks {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 50px;
    left: 0;
    width: 100%; }
.popup-thanks .thanks-action {
    position: relative;
    width: 500px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 0;
    padding: 20px 20px 40px;
    margin: 30px auto;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.2) 0 2px 6px 0;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 6px 0;
    -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 6px 0; }
.popup-thanks .thanks-action a.close-link-thanks {
    position: absolute;
    display: block;
    top: 10px;
    right: 20px;
    font-size: 24px;
    color: #6e6e6e; }
.popup-thanks .thanks-action span.ok {
    display: block;
    text-align: center;
    font-size: 62px;
    font-weight: 100;
    line-height: 20px;
    color: #2d75bb; }
.popup-thanks .thanks-action h3 {
    padding-top: 0;
    margin: 0;
    text-align: center;
    font-family: "proxima-nova", sans-serif;
    font-size: 24px;
    font-weight: 100;
    line-height: 30px;
    color: #2f2f2f; }

/* End Forms*/
/*==========  Desktop First  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
    header .top-line {
        padding: 0; }
    header .top-line-menu {
        padding: 15px 10px; }
    header .top-line-menu a {
        color: #ffffff;
        font-size: 14px;
        margin-right: 10px; }
    header .top-line-opt {
        padding: 13px 0 10px;
        font-size: 14px; }
    header .top-line-blog {
        text-align: right;
        padding: 10px 15px 0; }
    header .top-line-blog a {
        color: #ffffff;
        font-size: 14px;
        padding: 0; }
    header .top-line-blog a.like-icon {
        color: #ffc600; }
    header .logo {
        padding: 20px 15px; }
    header .logo img {
        width: 70%; }
    header .search-form {
        padding: 15px;
        text-align: center; }
    header .search-form .field {
        text-align: center;
        width: 100%; }
    header .search-form .field input {
        width: 100%;
        padding: 15px;
        text-align: left;
        font-size: .8em;
        border: 1px solid gray; }
    header .search-form .field input::-webkit-input-placeholder {
        color: gray; }
    header .search-form .field input:focus::-webkit-input-placeholder {
        color: transparent;
        border: none; }
    header .search-form .search-button {
        top: 25px;
        right: 30px; }
    header .search-form i {
        top: 30px;
        right: 30px; }
    header .header-contacts {
        padding-top: 15px;
        text-align: left;
        padding-left: 20px;
        line-height: 1; }
    header .header-contacts span {
        font-size: 13px; }
    header .header-contacts i {
        color: #2d75bb;
        padding-right: 5px; }
    header .header-menu {
        margin-top: 0;
        height: 35px; }
    header .header-menu ul {
        position: relative;
        list-style: none;
        color: black;
        font-size: 14px;
        text-transform: uppercase;
        padding: 0;
        margin-bottom: -20px;
        text-align: justify;
        width: 100%; }
    header .header-menu ul li {
        display: inline-block;
        position: relative; }
    header .header-menu ul li a {
        color: black;
        font-family: "proxima-bold", sans-serif; }
    header .header-menu ul li:hover {
        border-bottom: 3px solid #ffc600; }
    header .header-menu ul li:hover a:hover {
        color: #ffc600;
        text-decoration: none; }
    header .header-menu ul li:hover ul {
        left: 0;
        opacity: 1; }
    header .header-menu ul li ul {
        position: absolute;
        opacity: 0;
        left: -9999px;
        top: 30px;
        padding-top: 10px;
        overflow: hidden;
        z-index: 333;
        min-width: 250px;
        max-width: 700px;
        line-height: 20px;
        list-style: none;
        background-color: white;
        text-transform: none;
        -webkit-transition: 0.25s linear opacity; }
    header .header-menu ul li ul li {
        width: 100%;
        padding: 0 15px;
        margin: 0; }
    header .header-menu ul li ul li a {
        color: black;
        font-size: 14px;
        font-family: "proxima-nova", sans-serif; }
    header .header-menu ul li ul li:hover {
        border-bottom: none; }
    header .header-menu ul li ul li:hover a {
        color: #ffc600;
        text-decoration: none; }
    header .header-menu ul:before {
        content: '';
        display: block;
        width: 100%;
        height: 0; }
    header .header-menu ul:after {
        width: 100%;
        height: 0;
        visibility: hidden;
        overflow: hidden;
        content: '';
        display: inline-block; }
    header .main-slider .slide-bgc {
        position: relative;
        padding: 20px 0 100px; }
    header .main-slider .slide-content {
        text-align: center; }
    header .main-slider .slide-content h2 {
        line-height: 40px;
        margin-top: 50px; }
    header .main-slider .slide-content p {
        line-height: 20px;
        margin-bottom: 40px; }
    header .owl-nav {
        display: none; }
    #main-category h1 {
        text-align: center;
        text-transform: uppercase;
        margin: 30px 0 20px; } }

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
    header .header-contacts {
        text-align: right; }
    header .hidden-menu {
        left: -300px; }
    header .hidden-menu a {
        color: black; }
    header .main-slider .slide-bgc {
        min-height: 410px; }
    footer .logo-footer {
        margin-top: 5px; }
    footer .logo-footer img {
        width: 100%; }
    footer .footer-menu a {
        font-size: 12px;
        float: left; }
    footer .footer-contacts, footer .date-work-footer {
        margin-top: 0; }
    footer .footer-contacts span, footer .date-work-footer span {
        color: white;
        width: 100%;
        font-size: 12px; }
    footer .footer-contacts span:first-child, footer .date-work-footer span:first-child {
        font-family: "proxima-bold", sans-serif;
        font-size: 13px; } }

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
    header .top-line-opt {
        padding: 13px 0 10px;
        font-size: 14px; }
    header .top-line-blog {
        text-align: right;
        padding: 10px 15px 0; }
    header .top-line-blog a {
        color: #ffffff;
        font-size: 14px;
        padding: 0; }
    header .top-line-blog a.like-icon {
        color: #ffc600; }
    header .logo {
        padding: 20px 15px; }
    header .logo img {
        width: 70%; }
    header .main-slider .slide-bgc {
        min-height: 425px; }
    footer .logo-footer {
        margin-top: 5px; }
    footer .logo-footer img {
        width: 100%; }
    footer .footer-menu a {
        font-size: 12px;
        float: left; }
    footer .footer-contacts, footer .date-work-footer {
        margin-top: 0; }
    footer .footer-contacts span, footer .date-work-footer span {
        color: white;
        width: 100%;
        font-size: 12px; }
    footer .footer-contacts span:first-child, footer .date-work-footer span:first-child {
        font-family: "proxima-bold", sans-serif;
        font-size: 13px; } }

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
    .breadcrumb .row {
        padding: 0 15px; }
    /* Forms*/
    .popup-form form {
        width: 300px; }
    .popup-form form fieldset h3 {
        font-size: 24px; }
    .popup-form form fieldset p {
        display: block;
        line-height: 16px;
        text-align: left;
        padding: 10px 0; }
    .popup-form form fieldset .form-group label {
        margin: 10px 0;
        font-size: 12px; }
    .popup-thanks .thanks-action {
        width: 300px; }
    .popup-thanks .thanks-action h3 {
        font-size: 16px;
        line-height: 22px; }
    /* End Forms*/
    header .top-line-menu {
        padding: 15px 10px; }
    header .top-line-menu a {
        color: black;
        font-size: 12px;
        margin-right: 10px; }
    header .top-line-opt {
        padding: 13px 0 10px;
        font-size: 14px; }
    header .top-line-blog {
        text-align: right;
        padding: 10px 15px 0; }
    header .top-line-blog a {
        color: #ffffff;
        font-size: 14px;
        padding: 0; }
    header .top-line-blog a.like-icon {
        color: #ffc600; }
    header .top-line-opt {
        padding: 13px 0 10px;
        font-size: 14px; }
    header .top-line-blog {
        text-align: right;
        padding: 10px 15px 0; }
    header .top-line-blog a {
        color: #ffffff;
        font-size: 14px;
        padding: 0; }
    header .top-line-blog a.like-icon {
        color: #ffc600; }
    header .logo {
        padding: 20px 15px; }
    header .logo img {
        width: 70%; }
    header .search-form {
        padding: 15px;
        text-align: center; }
    header .search-form .field {
        text-align: center;
        width: 100%; }
    header .search-form .field input {
        width: 100%;
        padding: 15px;
        text-align: left;
        font-size: .8em;
        border: 1px solid gray; }
    header .search-form .field input::-webkit-input-placeholder {
        color: gray; }
    header .search-form .field input:focus::-webkit-input-placeholder {
        color: transparent;
        border: none; }
    header .search-form .search-button {
        top: 25px;
        right: 30px; }
    header .header-contacts {
        padding-top: 15px;
        text-align: left;
        padding-left: 20px;
        line-height: 1; }
    header .header-contacts span {
        font-size: 13px; }
    header .header-contacts i {
        color: #2d75bb;
        padding-right: 5px; }
    header .main-slider .slide-bgc {
        min-height: 360px;
        position: relative;
        padding: 20px 0 100px; }
    header .main-slider .slide-content {
        text-align: center; }
    header .main-slider .slide-content h2 {
        line-height: 30px;
        margin-top: 50px;
        font-size: 33px; }
    header .main-slider .slide-content p {
        line-height: 20px;
        margin-bottom: 40px; }
    footer .col-xs-4 {
        padding: 0; }
    footer .logo-footer {
        margin-top: 5px;
        margin-left: 15px; }
    footer .logo-footer img {
        width: 80%; }
    footer .footer-menu a {
        font-size: 12px;
        float: left; }
    footer .footer-contacts, footer .date-work-footer {
        margin-top: 0; }
    footer .footer-contacts span, footer .date-work-footer span {
        color: white;
        width: 100%;
        font-size: 11px; }
    footer .footer-contacts span:first-child, footer .date-work-footer span:first-child {
        font-family: "proxima-bold", sans-serif;
        font-size: 13px; }
    #main-category h1 {
        text-align: center;
        font-size: 1.5em;
        text-transform: uppercase;
        margin: 40px 0 25px; }
    #main-category a .category-item-title h2 {
        font-size: .8em;
        line-height: 15px; }
    /* Page Category*/
    .category-main-img .slide-bgc {
        padding: 0 0 100px; }
    .category-main-img .slide-content {
        text-align: center; }
    .category-main-img .slide-content h2 {
        font-size: 30px;
        line-height: 40px;
        margin-top: 100px; }
    .category-main-img .slide-content p {
        line-height: 20px;
        font-size: 14px; }
    .category-list .row {
        padding: 0 15px; }
    .category-list .category-products a {
        display: block;
        width: 49%;
        font-size: 14px;
        color: #6e6e6e;
        margin-bottom: 10px; }
    .category-list .category-products a:hover {
        text-decoration: none; }
    .category-list .category-products .category-product-item {
        border: 1px solid gray;
        position: relative;
        height: 300px;
        text-align: center;
        overflow: hidden; }
    .category-list .category-products .category-product-item-hover-eyes {
        background-color: #ffc600;
        position: absolute;
        top: 115px;
        left: 40px;
        padding: 5px 20px;
        display: none; }
    .category-list .category-products .category-product-item-like {
        position: absolute;
        top: 10px;
        right: 10px; }
    .category-list .category-products .category-product-item-badge {
        width: 50px;
        height: 50px;
        -webkit-border-radius: 50px;
        border-radius: 50px;
        background-color: #2d75bb;
        position: absolute;
        top: 10px;
        left: 10px; }
    .category-list .category-products .category-product-item-badge span {
        text-align: center;
        color: white;
        padding-top: 18px;
        display: block;
        text-transform: uppercase;
        font-size: 9px; }
    .category-list .category-products .category-product-item-img {
        padding: 15px 0;
        height: 75%; }
    .category-list .category-products .category-product-item-img img {
        margin: 15% auto;
        width: 70%; }
    .category-list .category-products .category-product-item-title {
        padding: 5px 10px;
        width: 100%; }
    .category-list .category-products .category-product-item-title h4 {
        font-size: 14px;
        line-height: 18px;
        margin: 0; }
    /* End Page Category*/
    /* Page Single Product*/
    .single-product {
        margin-bottom: 30px; }
    .single-product h1 {
        line-height: 32px; }
    .single-product .col-md-4 {
        padding: 15px; }
    .single-product .product-media {
        border: 1px solid gray;
        margin-bottom: 20px;
        margin-right: 10px; }
    .single-product .product-media-like {
        position: absolute;
        top: 30px;
        right: 40px; }
    .single-product .product-media-badge {
        width: 60px;
        height: 60px;
        -webkit-border-radius: 60px;
        border-radius: 60px;
        background-color: #2d75bb;
        position: absolute;
        top: 30px;
        left: 30px; }
    .single-product .product-media-badge span {
        text-align: center;
        color: white;
        padding-top: 24px;
        display: block;
        text-transform: uppercase;
        font-size: 9px; }
    .single-product .additional-services a {
        width: 100%; }
    /* End Page Single Product*/
    /* Page Services */
    #services .service-item .service-bgc {
        line-height: 0;
        padding-bottom: 30px; }
    #services .service-item .service-bgc .service-description {
        text-align: center; }
    #services .service-item .service-bgc .service-description p {
        font-size: 16px; }
    #services .service-item .service-bgc .service-img-wrap {
        float: none; }
    #services .service-item .service-bgc .service-img-wrap img {
        width: 65%;
        margin: 30px auto;
        display: block; }
    /* End Page Services*/
    /* Page Payment & Delivery*/
    .payment-section .row, .delivery-section .row {
        padding: 0 15px; }
    .payment-section h2, .delivery-section h2 {
        display: block;
        margin: 25px 0 25px;
        text-transform: uppercase;
        font-size: 20px;
        border-bottom: 1px solid #d9d9d9; }
    .payment-section .information-item, .delivery-section .information-item {
        margin-bottom: 30px;
        overflow: hidden;
        line-height: 20px;
        font-size: 14px; }
    .payment-section .information-item img, .delivery-section .information-item img {
        width: 70%; }
    .payment-section .information-item-img, .delivery-section .information-item-img {
        width: 20%;
        float: left; }
    .payment-section .information-item-description, .delivery-section .information-item-description {
        width: 80%;
        float: left;
        padding-top: 0; }
    .payment-section .information-item-description p, .delivery-section .information-item-description p {
        margin: 0; }
    /* End Page Payment & Delivery*/
    /* Page About Us*/
    .about-us .row {
        padding: 0 15px; }
    .about-us h1, .about-us h2 {
        display: block;
        margin: 50px 0 25px;
        text-transform: uppercase;
        border-bottom: 1px solid #d9d9d9; }
    .about-us h1 {
        font-size: 24px; }
    .about-us h2 {
        font-size: 20px; }
    .about-us p {
        font-size: 14px;
        line-height: 20px; }
    .main-directions .row {
        padding: 0 15px; }
    .main-directions h2 {
        display: block;
        margin: 50px 0 25px;
        text-transform: uppercase;
        font-size: 20px;
        border-bottom: 1px solid #d9d9d9; }
    .main-directions .information-item {
        margin-bottom: 30px;
        overflow: hidden;
        line-height: 20px;
        font-size: 14px; }
    .main-directions .information-item img {
        width: 70%; }
    .main-directions .information-item-img {
        width: 20%;
        float: left; }
    .main-directions .information-item-description {
        width: 80%;
        float: left;
        padding-top: 0; }
    .main-directions .information-item-description p {
        margin: 0; }
    /* End About Us*/
    /* Page Blog List*/
    .blog-content-wrap .container {
        padding: 15px; }
    .right-sidebar .search-form .search-button {
        position: absolute;
        color: #2d75bb;
        font-size: 20px;
        top: 15px;
        left: 45px;
        opacity: 0;
        z-index: 102;
        display: block; }
    .right-sidebar .search-form i {
        position: absolute;
        color: #2d75bb;
        font-size: 20px;
        top: 15px;
        left: 45px;
        z-index: 101;
        display: block; }
    /* End Page Blog List*/ }

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
    .btn-menu {
        top: 7px; }
    header .top-line-opt {
        font-size: 14px;
        padding: 10px 0 10px; }
    header .top-line-blog {
        text-align: right;
        padding: 8px 15px 0; }
    header .top-line-blog a {
        color: #ffffff;
        font-size: 14px;
        padding: 0; }
    header .top-line-blog a.like-icon {
        color: #ffc600; }
    header .top-line .logo {
        padding: 20px 15px; }
    header .top-line .logo img {
        width: 100%; }
    header .header-contacts {
        padding-top: 15px;
        font-size: 12px;
        padding-left: 0;
        line-height: 1.3; }
    header .header-contacts span {
        font-size: 13px; }
    header .header-contacts i {
        color: #2d75bb;
        padding-right: 5px; }
    header .main-slider .slide-bgc {
        position: relative;
        padding: 20px 0 100px; }
    header .main-slider .slide-content {
        text-align: center; }
    header .main-slider .slide-content h2 {
        line-height: 30px;
        margin-top: 50px;
        font-size: 32px; }
    header .main-slider .slide-content p {
        line-height: 20px;
        margin-bottom: 40px; }
    #main-category h1 {
        font-size: 1.3em; }
    #main-category a .category-item-title {
        padding-left: 25px; }
    #main-category a .category-item-title h2 {
        font-size: .7em; }
    footer .col-xs-* {
        padding: 0; }
    footer .logo-footer {
        margin-top: 5px; }
    footer .logo-footer img {
        width: 100%; }
    footer .footer-menu a {
        font-size: 12px;
        float: left; }
    footer .footer-contacts, footer .date-work-footer {
        margin-top: 15px; }
    footer .footer-contacts span, footer .date-work-footer span {
        color: white;
        width: 100%;
        font-size: 12px; }
    footer .footer-contacts span:first-child, footer .date-work-footer span:first-child {
        font-family: "proxima-bold", sans-serif;
        font-size: 13px; } }

/*==========  Mobile First  ==========*/
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
    /**/ }

/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
    /**/ }

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
    /**/ }

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
    /**/ }

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
    /**/ }



/*style for reed more */
.b-description_readmore_wrapper {
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    max-width: none !important;
    width: 100%;
}

.b-description_readmore {

    position: relative;
    margin-bottom: 25px;
    line-height: 25px;
    font-size: 1em;
    text-align: left;
    box-sizing: border-box;
    padding: 0 15px;
}

p {
    margin: 0;
    padding: 0;
}

.b-description_readmore_button {
    display: inline-block;
    width: 150px;
    border: 1px solid #2d75bb;
    padding: 10px 0;
    cursor: pointer;
    text-align: center;
}

.b-description_readmore_button:hover {
    background: #2d75bb;
}

.b-description_readmore_ellipsis:after {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 75%;
    height: 25px;
    background: linear-gradient(to right, rgba(229, 247, 255, 0), rgba(229, 247, 255, 1) 65%);

}

#content_place {
    margin: 10px 10px 10px 10px;
    border: 3px solid #ceebf8;
    background: #e5f7ff;
    padding: 10px;
    border-radius: 18px;
}