@import url(//fonts.googleapis.com/css?family=Cardo:400,700,400italic);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
html {
    margin: 0;
    padding: 0;
    overflow-x: hidden !important;
}
body {
    padding: 0;
}
a {
    background: transparent;
    cursor: pointer;
}
textarea {
    vertical-align: top;
}
.img-circle {
    object-fit: cover;
}
cite {
    font-style: normal;
}
.text-primary {
    color: #DA3868;
}
a.text-primary:hover {
    color: #F04E6C;
}
.list-inline > li:first-child {
    padding-left: 0;
}
@media (min-width: 1200px) {
    .container {
        width: calc(100% - 200px);
    }
}
.row:before,
.row:after {
    content: " ";
    display: table;
}
.row:after {
    clear: both;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
    background-color: #f5f5f5;
}
.table-hover > tbody > tr > .active:hover,
.table-hover > tbody > .active:hover > td,
.table-hover > tbody > .active:hover > th {
    background-color: #e8e8e8;
}
@media (max-width: 767px) {
    .table-responsive {
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
    }
}
select optgroup {
    font-size: inherit;
    font-style: inherit;
    font-family: inherit;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: none;
}
.radio,
.checkbox {
    min-height: 20px;
    padding-left: 20px;
    vertical-align: middle;
}
.radio label,
.checkbox label {
    display: inline;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    float: left;
}
@media (min-width: 768px) {
    .form-inline .radio,
    .form-inline .checkbox {
        padding-left: 0;
    }
    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
        float: none;
    }
}
.form-horizontal .form-control-static {
    padding-top: 7px;
}
.collapsing {
    -webkit-transition: height 0.35s ease;
    transition: height 0.35s ease;
}
.glyphicon:empty {
    width: 1em;
}
.nav a:hover,
.nav a:focus {
    text-decoration: none;
    background-color: #eeeeee;
}
.label[href]:focus {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}
.modal-dialog {
    z-index: 1050;
}
.modal-content {
    background-color: #ffffff;
    z-index: 1051;
    border-radius: 5px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.2);
}
.modal-backdrop {
    z-index: 1030;
}
.modal-header {
    background: #f7f9fa;
}
.modal-title {
    font-size: 30px;
    font-weight: 300;
}
.modal-footer {
    margin-top: 15px;
    background: #f7f9fa;
}
.hidden {
    visibility: hidden !important;
}
td.visible-xs {
    display: none !important;
}
.small-header .hpanel {
    margin-bottom: 0;
}
.small-header {
    padding: 0 !important;
}
.small-header .panel-body {
    padding: 15px 25px;
    border-right: none;
    border-left: none;
    border-top: none;
    border-radius: 0;
}
.small-header .panel-body h2 {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 0 0;
}
.small-header .panel-body small {
    color: #4d4d4d;
}
.font-extra-bold {
    font-weight: 700;
}
.font-uppercase {
    text-transform: uppercase;
}
.content {
    padding: 25px 40px 40px 40px;
    min-width: 320px;
}
@media (max-width: 768px) {
    .content {
        padding: 15px 15px 15px 15px;
        min-width: 320px;
    }
}
.text-big {
    font-size: 60px;
}
/* Mixin */
.animated-panel {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.no-padding {
    padding: 0 !important;
}
.no-borders {
    border: none !important;
}
.no-margins {
    margin: 0 !important;
}
.no-background {
    background: transparent !important;
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.fixed-sidebar #menu {
    position: fixed;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 197px;
    margin-right: -17px;
}
.small-header .hpanel .panel-body,
.small-header .panel-body {
    padding: 15px 25px;
    border-right: none;
    border-left: none;
    border-top: none;
    border-radius: 0;
}
/* Scroll Bar Begin */
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-thumb {
    color: white;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.25);
    transition: color 0.2s ease;
    cursor: pointer;
}
::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
}
::-webkit-scrollbar-thumb:hover {
    background: #F04E6C;
}
/* Scroll Bar End */
.text-right {
    text-align: right;
}
 .bold {
     font-weight: bold;
 }
a.link-without-style,
.link-without-style a,
a.link-without-style:visited,
.link-without-style a:visited {
    color: #333;
}
a.link-without-style:hover,
.link-without-style a:hover {
    color: #F04E6C;
}

.word-break {
    word-break: break-word;
}
