/*BOOTSTRAP*/    
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}
body {
    margin: 0
} 
article,
aside,
details,
footer,
header,
main,
menu,
nav,
section {
    display: block
}

video {
    display: inline-block;
    vertical-align: baseline
} 
[hidden] {
    display: none
}
a {
    background-color: transparent
}
a:active,
a:hover {
    outline: 0
}

strong {
    font-weight: 700
}
p{
    font-size: 14px;
    line-height: 2em;
    color: #000;
}
h1 {
    color: #c70e15 !important;
    margin: .67em 0;
    font-size: 2em
}
small {
    font-size: 80%
}
img {
    border: 0
}
svg:not(:root) {
    overflow: hidden
}
hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}
code {
    font-family: monospace, monospace;
    font-size: 1em
}
button,
input,
select {
    margin: 0;
    font: inherit;
    color: inherit
}
button {
    overflow: visible
}
button,
select {
    text-transform: none
}
button,
html input[type=button],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}
button[disabled],
html input[disabled] {
    cursor: default
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0
}
input {
    line-height: normal
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}
input[type=search] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
    *,
    :after,
    :before {
        color: #000!important;
        text-shadow: none!important;
        background: 0 0!important;
        -webkit-box-shadow: none!important;
        box-shadow: none!important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    img,
    tr {
        page-break-inside: avoid
    }
    img {
        max-width: 100%!important
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    .label {
        border: 1px solid #000
    }
}
@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(../fonts/glyphicons-halflings-regular.eot);
    src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(../fonts/glyphicons-halflings-regular.woff2) format('woff2'), url(../fonts/glyphicons-halflings-regular.woff) format('woff'), url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg');
    font-display: swap;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
body {
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}
button,
input,
select {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}
a {
    color: #c70e15;
    text-decoration: none
}
a:focus,
a:hover {
    color: #c70e15;
    text-decoration: underline
}
a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}
img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}
[role=button] {
    cursor: pointer
}
.h1,
.h2,
.h3,
.h4,
.h5,
h1,
h2,
h3,
h4,
h5 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small {
    font-weight: 400;
    line-height: 1;
    color: #777
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
    font-size: 65%
}
.h4,
.h5,
h4,
h5 {
    margin-top: 10px;
    margin-bottom: 10px
}
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
h4 .small,
h4 small,
h5 .small,
h5 small {
    font-size: 75%
}
.h1,
h1 {
    font-size: 36px
}
.h2,
h2 {
    font-size: 30px
}
.h3,
h3 {
    font-size: 24px
}
.h4,
h4 {
    font-size: 18px
}
.h5,
h5 {
    font-size: 14px
}
p {
    margin: 0 0 10px
}
.small,
small {
    font-size: 85%
}
.text-center {
    text-align: center
}
.text-nowrap {
    white-space: nowrap
}
.text-muted {
    color: #777
}
.text-danger {
    color: #a94442
}
a.text-danger:focus,
a.text-danger:hover {
    color: #843534
}
.bg-danger {
    background-color: #f2dede
}
a.bg-danger:focus,
a.bg-danger:hover {
    background-color: #e4b9b9
}

ul {
    margin-top: 0;
    margin-bottom: 10px
}

ul ul {
    margin-bottom: 0
}
.list-unstyled {
    padding-left: 0;
    list-style: none
}
.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none
}
.list-inline>li {
    display: inline-block;
    padding-right: 0px;
    padding-left: 0px;
    margin-bottom: 1rem;
}
dl {
    margin-top: 0;
    margin-bottom: 20px
}
dd,
dt {
    line-height: 1.42857143
}
dt {
    font-weight: 700
}
dd {
    margin-left: 0
}
address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143
}
code {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}
code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}
.container {
    padding-right: 15px !important;
    padding-left: 15px !important;
    margin-right: auto;
    margin-left: auto
}
@media (min-width: 768px) {
    .container {
        width: 750px
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px
    }
}
@media (max-width: 991px){
img.logo {
    width: 276px;
}
carousel {
    width: 279px;
}
}

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

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

.col-xs-12 {
    float: left
}
.col-xs-12 {
    width: 100%
}
@media (min-width: 768px) {
    
    .col-sm-10,
    .col-sm-12,
    .col-sm-5 {
        float: left
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-10 {
        width: 83.33333333%
    }
    .col-sm-5 {
        width: 41.66666667%
    }
}
@media (min-width: 992px) {
    
    .col-md-12,
    .col-md-6,
    .col-md-7,
    .col-md-9 {
        float: left
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-7 {
        width: 58.33333333%
    }
    .col-md-6 {
        width: 50%
    }
}
@media (min-width: 1200px) {
    
    .col-lg-12,
    .col-lg-3,
    .col-lg-4,
    .col-lg-6,
    .col-lg-9 {
        float: left
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-4 {
        width: 33.33333333%
    }
    .col-lg-3 {
        width: 25%
    }
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}
input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
select[multiple] {
    height: auto
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -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, box-shadow ease-in-out .15s
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}
.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}
.form-control:-ms-input-placeholder {
    color: #999
}
.form-control::-webkit-input-placeholder {
    color: #999
}
.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}
.form-control[disabled] {
    background-color: #eee;
    opacity: 1
}
.form-control[disabled] {
    cursor: not-allowed
}
input[type=search] {
    -webkit-appearance: none
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type=date].form-control,
    input[type=time].form-control,
    input[type=month].form-control {
        line-height: 34px
    }
}
.form-group {
    margin-bottom: 15px
}
.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px
}
@media (min-width: 768px) {
    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right
    }
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 16px !important;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.btn.active:focus,
.btn:active:focus,
.btn:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn:focus,
.btn:hover {
    color: #333;
    text-decoration: none
}
.btn.active,
.btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}
.btn.disabled,
.btn[disabled] {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65
}
a.btn.disabled {
    pointer-events: none
}
.btn-primary {
    color: #fff;
    background-color: #c70e15 !important;
    border: 1px solid #c70e15 !important;
}


.btn-primary:focus {
    color: #fff;
    background-color: #c70e15;
    border-color: #c70e15
}
.btn-primary:hover {
    color: #000 !important;
    background-color: #c70e15;
    border-color: #c70e15
}
.btn-primary.active,
.btn-primary:active {
    color: #fff;
    background-color: #c70e15;
    border-color: #c70e15
}

.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active:focus,
.btn-primary:active:hover {
    color: #fff;
    background-color: #c70e15;
    border-color: #c70e15
}
.btn-primary.active,
.btn-primary:active {
    background-image: none
}

.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover {
    background-color: #c70e15;
    border-color: #c70e15
}
.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger:focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19
}
.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}
.btn-danger.active,
.btn-danger:active {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active:focus,
.btn-danger:active:hover {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19
}
.btn-danger.active,
.btn-danger:active {
    background-image: none
}

.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}
.fade.in {
    opacity: 1
}
.collapse {
    display: none
}
.collapse.in {
    display: block
}
tr.collapse.in {
    display: table-row
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility
}
.open>a {
    outline: 0
}
.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}
.nav>li {
    position: relative;
    display: block
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px
}
.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: #eee
}
.nav>li.disabled>a {
    color: #777
}
.nav>li.disabled>a:focus,
.nav>li.disabled>a:hover {
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent
}
.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: #eee;
    border-color: #c70e15
}
.nav>li>a>img {
    max-width: none
}
.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}
a.label:focus,
a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}
.label:empty {
    display: none
}
.btn .label {
    position: relative;
    top: -1px
}
@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}
@-o-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}
@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}
.media {
    margin-top: 15px
}
.media:first-child {
    margin-top: 0
}
.media {
    overflow: hidden;
    zoom: 1
}

.media>.pull-right {
    padding-left: 10px
}
.list-group {
    padding-left: 0;
    margin-bottom: 20px
}
.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px !important;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}
.list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}
a.list-group-item,
button.list-group-item {
    color: #555
}
a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5
}
button.list-group-item {
    width: 100%;
    text-align: left
}
.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #eee
}
.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #c70e15;
    border-color: #c70e15
}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}
.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2
}
.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5
}
button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0
}
.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%)
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}
@media  screen and (min-width:576px) {
.modal-dialog {
    position: relative;
    width: auto;
    margin: auto !important;
}}
@media  screen and (max-width:575px) {
    .modal-dialog{
        margin: 15px !important;
    }
}
.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5)
}
.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}
.modal-header .close {
    margin-top: -2px
}
.modal-title {
    margin: 0;
    line-height: 1.42857143
}
.modal-body {
    position: relative;
    padding: 15px
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }
}
@media (min-width: 992px) {
    .modal-lg {
        width: 900px
    }
}
.carousel {
    position: relative
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}
.carousel-inner>.active {
    display: block
}
.carousel-inner>.active {
    left: 0
}
.carousel-inner>.active.right {
    left: 100%
}

.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.row:after,
.row:before {
    display: table;
    content: " "
}

.container-fluid:after,
.container:after,
.form-horizontal .form-group:after,
.modal-header:after,
.nav:after,
.row:after {
    clear: both
}
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto
}
.pull-right {
    float: right!important
}
.hide {
    display: none!important
}
.show {
    display: block!important
}
.hidden {
    display: none!important
}
@-ms-viewport {
    width: device-width
}





.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}
.pull-right {
    float: right
}
.fa.pull-right {
    margin-left: .3em
}
@-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-search:before {
    content: "\f002"
}
.fa-user:before {
    content: "\f007"
}

.fa-image:before {
    content: "\f03e"
}
.fa-arrow-right:before {
    content: "\f061"
}
.fa-plane:before {
    content: "\f072"
}

.fa-facebook:before {
    content: "\f09a"
}
.fa-wrench:before {
    content: "\f0ad"
}

.fa-bars:before {
    content: "\f0c9"
}
.fa-caret-down:before {
    content: "\f0d7"
}
.fa-linkedin:before {
    content: "\f0e1"
}
.fa-youtube-square:before {
    content: "\f166"
}
.fa-instagram:before {
    content: "\f16d"
}

.fa-paper-plane:before {
    content: "\f1d8"
}



/* theme.min.css */
.btn-danger,
.btn-primary {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075)
}
.btn-danger.active,
.btn-danger:active,
.btn-primary.active,
.btn-primary:active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}
.btn-danger.disabled,
.btn-danger[disabled],
.btn-primary.disabled,
.btn-primary[disabled] {
    -webkit-box-shadow: none;
    box-shadow: none
}
.btn.active,
.btn:active {
    background-image: none
}

.btn-primary:focus,
.btn-primary:hover {
    background-color: #e05c7c !important;
    background-position: 0 -15px;
    color: #000 !important;
}
.btn-primary.active,
.btn-primary:active {
    background-color: #265a88;
    border-color: #245580
}
.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover {
    background-color: #265a88;
    background-image: none
}
.btn-danger {
    background-image: -webkit-linear-gradient(top, #d9534f 0, #c12e2a 100%);
    background-image: -o-linear-gradient(top, #d9534f 0, #c12e2a 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c12e2a));
    background-image: linear-gradient(to bottom, #d9534f 0, #c12e2a 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #b92c28
}
.btn-danger:focus,
.btn-danger:hover {
    background-color: #c12e2a;
    background-position: 0 -15px
}
.btn-danger.active,
.btn-danger:active {
    background-color: #c12e2a;
    border-color: #b92c28
}
.btn-danger.disabled,
.btn-danger.disabled.active,
.btn-danger.disabled:active,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled],
.btn-danger[disabled].active,
.btn-danger[disabled]:active,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover {
    background-color: #c12e2a;
    background-image: none
}
.list-group {
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .075)
}
.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    text-shadow: 0 -1px 0 #c70e15;
    background-image: -webkit-linear-gradient(top, #c70e15 0, #2b669a 100%);
    background-image: -o-linear-gradient(top, #c70e15 0, #2b669a 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#c70e15), to(#2b669a));
    background-image: linear-gradient(to bottom, #c70e15 0, #2b669a 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2b669a', GradientType=0);
    background-repeat: repeat-x;
    border-color: #2b669a
}
.well {
    background-image: -webkit-linear-gradient(top, #e8e8e8 0, #f5f5f5 100%);
    background-image: -o-linear-gradient(top, #e8e8e8 0, #f5f5f5 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#f5f5f5));
    background-image: linear-gradient(to bottom, #e8e8e8 0, #f5f5f5 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
    background-repeat: repeat-x;
    border-color: #dcdcdc;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1)
}

/* ie10-viewport-bug-workaround.css */
@-ms-viewport     { width: device-width; }
@-o-viewport      { width: device-width; }
@viewport         { width: device-width; }

/*==================== BOOTSTRAP ENDS HERE ==================*/
@font-face {
    font-family: 'product_sansbold';
    src: url('/dev4/fonts/product_sans_bold-webfont.woff2') format('woff2'),
         url('/dev4/fonts/product_sans_bold-webfont.woff') format('woff'),
         url('/dev4/fonts/product_sans_bold-webfont.svg#product_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}




/*@font-face {
    font-family: 'product_sansbold';
    src: url('/dev4/fonts/product_sans_bold-webfont.woff2') format('woff2'),
         url('/dev4/fonts/product_sans_bold-webfont.woff') format('woff'),
         url('/dev4/fonts/product_sans_bold-webfont.svg#product_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}*/
/*===========================================================*/

/*guides*/

body h1 {
    font-size: 24px;
    font-weight: bold;
}
body h2{
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.5px;
    margin: 0;
    margin-top: 25px;
    margin-bottom: 15px;
    line-height: 25px;
    color: #c70e15;
}

body h3 {
    font-size: 18px;
    font-weight: bold;
}

/*floats*/
.right{
	float: right;
}

/*logo*/
.logo {
    width: 350px;
}

/*header section*/

/*Navigation Bar*/
.number {
    text-align: right;
    padding-top: 30px;
}
.number h3 {
    margin-top: -5px;
    color: #c70e15;
}

@media screen and (max-width: 991px) {

  .number {
    text-align: center;
    }
}



/*bg for index page*/
/*bg for common pages*/

/*carousel*/
.carousel {
    width: 450px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
}

/*slogan*/

/*body images and captions*/
/*slider focal*/

/*buttons*/
button{
	background-color: #c70e15;
	border-radius: 5px;
	text-align: center;
	border-color: white;
	text-decoration: none;
}

/*side navigation bar*/
.sidebar
{
    margin-top: 24px !important;
}

/*Content*/
/*.container*/
/*.container*/
/*.container*/
/*.container*/
/*.container*/

/*subheader for article*/


/*footer*/
.col-md-6.mx-auto {
    padding-left: 0;
}
.col-md-6.mx-auto a{
    color: #fff;
}
.col-md-6.mx-auto a:hover {
    text-decoration: none;
}
.list-unstyled span {
    color: #c70e15;
    padding-left: 5px;
    padding-right: 15px;
    font-weight: bold;
    font-size: 18px;
}
.copyright p {
    font-size: 15px;
    color: #fff;
    margin-bottom: 0;
}
.copyright a {
    color: #c70e15;
}

img.footer-logo {
    width: 223px;
}
/*custom css*/
/*image zoom*/
/*end of image zoom*/

/*custom responsiveness*/

@media (max-width: 1199px)
{
    .logo{
        margin-left: 284px;
    }
}
@media (max-width: 991px){
    .logo {
        margin-left: 180px;
    }

}

@media (max-width: 767px){
    .logo{
        margin: 16px;
    }
}

/*mobile responsiveness tweaks*/
.active:before {
    display: none;
}

/*Women Profile Set Images*/

/*mid buttons*/

/*=======================Error 404========================*/

/*=======================Error 404========================*/
.btn {
  background-color: #c70e15;
  color: #ffffff;
  margin-bottom: 10px;
} 


/*====== MAIN NAVIGATION ======*/
.nav>li>a {
    padding: 10px 11px;
}

/*Forms*/

html{
    overflow-x: hidden;
}

/*carousel media query*/

@media (max-width: 538px)
{
    .carousel{
            width: 320px;
    }
}
@media (max-width: 407px)
{
    .carousel{
            width: 320px;
    }
}
@media (max-width: 320px)
{
    .carousel{
        width: 230px;
    }
}

/*rotator responsive*/



/*new sidebar highlight*/

/*modal custom*/
.register-modal .close{
    top: -8px !important;
}

/* Start Lity CSS */

/*! Lity - v2.2.2 - 2016-12-14
* http://sorgalla.com/lity/
* Copyright (c) 2015-2016 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.lity * {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
/* Image */
/* iFrame */

/* End Lity CSS */

/*========== PHOTO GALLERY ===========*/
/*========== PHOTO GALLERY ===========*/
* {
  box-sizing: border-box;
}
@-webkit-keyframes pulsate{0%{transform:scale(.1);opacity:0}50%{opacity:1}100%{transform:scale(1.2);opacity:0}}
@keyframes pulsate{0%{transform:scale(.1);opacity:0}50%{opacity:1}100%{transform:scale(1.2);opacity:0}}
@-moz-keyframes pulsate{0%{transform:scale(.1);opacity:0}50%{opacity:1}100%{transform:scale(1.2);opacity:0}}
@-o-keyframes pulsate{0%{transform:scale(.1);opacity:0}50%{opacity:1}100%{transform:scale(1.2);opacity:0}}
@-ms-keyframes pulsate{0%,100%{opacity:0}0%{transform:scale(.1)}50%{opacity:1}100%{transform:scale(1.2)}}

/*========== PHOTO GALLERY ===========*/


/*loveme override CSS*/
#submit {
    text-shadow: none;
    background-image: none;
    color: #fff;
    padding: 15px;
    box-shadow: none;
    border-color: transparent;
    background-color: #c70e15;
}
.register-area-form .register-form .submitsign {
    background: #c70e15;
}
/*ms-vertical.css*/

 /* Layers */

/*style.css*/
/**
 *  Master Slider
 *  Default Skin
 */

/* controls */

/* retina */


/* grab cursor */



/* ------------------------------------------------------------------------------ */
/* Overlayer layers */

/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/

/* controls */

/* horizontal thumblist arrows*/

/* vertical thumblist arrows */

@keyframes point-anim{
    0%      {transform: scale(0.5); -webkit-transform: scale(0.5); -moz-transform: scale(0.5); -o-transform: scale(0.5); -ms-transform: scale(0.5);  opacity: 1; }
    100%    {transform: scale(0.5); -webkit-transform: scale(0.5); -moz-transform: scale(1.5); -o-transform: scale(1.5); -ms-transform: scale(1.5);  opacity: 0; }
}

@-webkit-keyframes point-anim{
    0%      {-webkit-transform: scale(0.5); opacity: 1; }
    100%    {-webkit-transform: scale(1.5); opacity: 0; }
}

/* In Android browser, using css animations over slider causes some crashes */
/*  Blog Overide CSS */
/* End  Blog Overide CSS */
/* Blog Page*/
/* Blog Page*/

.col-lg-6.text-center {
    margin-top: 30px;
}

/* Blog Page*/



/*pagination*/

/* Testimonial */

/* TOUR PAGE */

/*ADDED CSS HERE*/
/*FOR THIS PAGE >> https://www.russia-ladies.com//information/prg2b6.shtml*/

/* Next Tour CSS */
/* End Next Tour CSS */

/*advance search*/
/*Tour schedule */
/* /tour/things-to-consider-on-singles-tours.html */
/*How to meet page*/



/*Footer menu*/

/*   LANDING PAGE   */
.main {
    width: 70%;
    margin: 0 auto;
}
button.btn-lg {
    min-width: 300px !important;
    color: #fff;
    background-color: #c70e15;
    border: none;
}
/*END*/

/*SINGLES PAGE ROTATOR*/
/*singles page*/

/*Sidebar tour schedule*/

/*MOBILE SIDEBAR*/
/*TOP NAVI*/

/*DROPDOWN MENU DESKTOP*/


/*Media logo*/
#carousel img {
    background-color: #fff;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.carousel {
    width: 100%;
}
.active {
    background-color: #fff !important;
}

/*fiancee-visa*/
/*Video on scroll*/
@keyframes fade-in-up {
   0% {
     opacity: 0;
  }
   100% {
     transform: translateY(0);
     opacity: 1;
  }
}

.video iframe {
   max-width: 100%;
   max-height: 100%;
}

.video.stuck {
   position: fixed;
   bottom: 90px;
   right: 2px;
   width: 500px;
   height: 320px;
   transform: translateY(100%);
   animation: fade-in-up 0.75s ease forwards;
  z-index: 1;
}
@media screen and (max-width: 767px) {
    .video.stuck {
        display: none;
    }
}
/*pillar page style*/

h4.card-title {
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    overflow: hidden !important;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
}


/*cluster css blog*/
.cluster-data h3 {
    font-size: 28px;
    color: #000000;
    margin: -10px 0 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    position: relative;
    z-index: 2;
}

/*end of pillar-page*/
/* Preloader */

#preloader {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; 
    background-color: transparent;
    /* change if the mask should have another color then white */
    z-index: 99;
    /* makes sure it stays on top */
   min-height: 100px;
  }


  @keyframes status {
    0% {
        transform: rotate(0deg);
      }
      100% {
        transform: rotate(360deg);
      }
  }

/*MEDIA QUERY*/

/*------navigation and footer in mobile----------*/
@media (max-width: 1199px) {
    /* since 3.1.0 */
    .collapsing {
        overflow: hidden!important;
    }

    /*DROPDOWN MENU*/
}
@media (max-width: 1199px) {
    .icon {
    text-align: center;
    }

    /*sign-up.html*/
}

@media (max-width: 768px) {
     .img-responsive {
    display: block;
    margin: auto;
    }
    a.list-group-item {
    border: 1px solid #253b39 !important;
    margin: 5px;
    }

}

@media (max-width: 425px) {
    a.list-group-item {
    border: 1px solid #253b39 !important;
    margin: 5px;
    }
}

@media (max-width: 425px) {
    body h1 {
        text-align: center;
    }
}

.modal-content .btn.btn-danger {
    background: #c70e15 !important;
    border: #323232 !important;
}

/* ---------------- New Updates ---------------- */   