/*
 * HTML5 ✰ Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}
audio, canvas, video {
    display: inline-block;
*display: inline;
*zoom: 1;
}
audio:not([controls]) {
    display: none;
}
[hidden] {
    display: none;
}
/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html {
    font-size: 100%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    margin: 0;
    font-size: 100%;
    line-height: 1.231;
}
body, button, input, select, textarea {
    font-family: helvetica, arial, "lucida grande", verdana, "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
    color: #222;
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::selection {
    text-shadow: none;
    background-color: highlight;
    color: highlighttext;
}
/* =============================================================================
   Links
   ========================================================================== */

a {
    color: #91003E;
}
a:visited {
    color: #551a8b;
}
a:hover {
    color: #06e;
}
a:focus {
    outline: thin dotted;
}
/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active {
    outline: 0;
}
/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] {
    border-bottom: 1px dotted;
}
b, strong {
    font-weight: bold;
}
blockquote {
    margin: 1em 40px;
}
dfn {
    font-style: italic;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
ins {
    background: #ff9;
    color: #000;
    text-decoration: none;
}
mark {
    background: #ff0;
    color: #000;
    font-style: italic;
    font-weight: bold;
}
/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}
/* Improve readability of pre-formatted text in all browsers */
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
q {
    quotes: none;
}
q:before, q:after {
    content: "";
    content: none;
}
small {
    font-size: 85%;
}
/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
/* =============================================================================
   Lists
   ========================================================================== */

ul, ol {
    margin: 1em 0;
    padding: 0 0 0 40px;
}
dd {
    margin: 0 0 0 40px;
}
nav ul, nav ol {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}
/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e
 */

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}
/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) {
    overflow: hidden;
}
/* =============================================================================
   Figures
   ========================================================================== */

figure {
    margin: 0;
}
/* =============================================================================
   Forms
   ========================================================================== */

form {
    margin: 0;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
/* Indicate that 'label' will shift focus to the associated form element */
label {
    cursor: pointer;
}
/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend {
    border: 0;
*margin-left: -7px;
    padding: 0;
}
/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
*vertical-align: middle;
}
/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */

button, input {
    line-height: normal;
}
/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */

button, input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
*overflow: visible;
}
/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

button::-moz-focus-inner, input::-moz-focus-inner {
border: 0;
padding: 0;
}
/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

/* Colors for form validity */
input:valid, textarea:valid {
}
input:invalid, textarea:invalid {
background-color: #f0dddd;
}
/* =============================================================================
   Tables
   ========================================================================== */

table {
    border-collapse: collapse;
    border-spacing: 0;
}
td {
    vertical-align: top;
}

/* ==|== primary styles =====================================================
   Author:
   ========================================================================== */

/* ==|== media queries ======================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 480px) {
/* Style adjustments for viewports 480px and over go here */

}

@media only screen and (min-width: 768px) {
/* Style adjustments for viewports 768px and over go here */

}
/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir {
    display: block;
    border: 0;
    text-indent: -999em;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
}
.ir br {
    display: none;
}
/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
    display: none !important;
    visibility: hidden;
}
/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
/* Hide visually and from screenreaders, but maintain layout */
.invisible {
    visibility: hidden;
}
/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
*zoom: 1;
}

/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
* {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
} /* Black prints faster: h5bp.com/s */
a, a:visited {
    text-decoration: underline;
}
a[href]:after {
    content: " (" attr(href) ")";
}
abbr[title]:after {
    content: " (" attr(title) ")";
}
.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
}  /* Don't show links for images, or javascript/internal links */
pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
}
table {
    display: table-header-group;
} /* h5bp.com/t */
tr, img {
    page-break-inside: avoid;
}
img {
    max-width: 100% !important;
}
@page {
    margin: 0.5cm;
}
p, h2, h3 {
    orphans: 3;
    widows: 3;
}
h2, h3 {
    page-break-after: avoid;
}
}
/* reflow reset for -webkit-margin-before: 1em */
p {
    margin: 0;
}
html {
    overflow-y: auto;
    background-color: transparent;
    height: 100%;
}
body {
    background: #fff;
    font: normal 100%;
    position: relative;
    height: 100%;
}
body, div, img, p, button, input, select, textarea, a {
    box-sizing: border-box;
}
.image {
    display: block;
}
input {
    cursor: default;
    display: block;
}
input[type=button] {
    background-color: #e5e9e8;
    border: 1px solid #9daca9;
    border-radius: 4px;
    box-shadow: inset 0 1px #fff;
    font: inherit;
    letter-spacing: inherit;
    text-indent: inherit;
    color: inherit;
}
input[type=button]:hover {
    background-color: #eff1f1;
}
input[type=button]:active {
    background-color: #d2d6d6;
    border: 1px solid #9daca9;
    box-shadow: inset 0 1px rgba(0,0,0,0.1);
}
/* Reset anchor styles to an unstyled default to be in parity with design surface. It 
   is presumed that most link styles in real-world designs are custom (non-default). */
a, a:visited, a:hover, a:active {
    text-decoration: inherit;
}
/* service section */
#service {
    padding-top: 20px;
    padding-bottom: 50px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #ffffff;
}
#service h2 {
    border-left: 2px solid #a10345;
    display: inline-block;
    padding: 20px;
}
#service h3 {
    border-bottom: 2px solid #a10345;
    display: inline-block;
    padding-top: 1px;
    padding-bottom: 5px;
}
/* team section */
#team {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: transparent;
}
#team h2 {
    border-left: 2px solid #a10345;
    display: inline-block;
    padding: 0px 10px 10px 0px;
}
#team h3 {
    border-bottom: 2px solid #a10345;
    display: inline-block;
    padding: 0px 0px 5px 5px;
}
#team h4 {
    margin-top: -20px;
    margin-bottom: 20px;
    border-bottom: 2px solid #a10345;
    display: inline-block;
    padding-right: 0px;
    text-align: center
}
#team .col-md-12 {
    text-align: left;
    padding-bottom: 0px;
}
/*section divider*/
hr1 {
    border-bottom: 2px solid #a10345;
    display: inline-block;
    padding-top: 1px;
    padding-bottom: 5px;
    opacity: 1.0;
}
/* about section */
#about {
    padding-top: 10px;
    padding-bottom: 40px;
}
#about h2 {
    border-right: 2px solid #a10345;
    display: inline-block;
    padding: 10px 20px 5px 10px;
}
#about h3 {
    border-bottom: 2px solid #a10345;
    display: inline-block;
    padding: 10px 20px 5px 10px;
}
#about .col-md-12 {
    text-align: center;
    padding-bottom: 30px;
}
#about img {
    border: 1px solid #666;
    padding: 10px;
}
#about h4 {
    padding-bottom: 10px;
}
/* address section */
#addr {
    padding-top: 30px;
    padding-bottom: 150px;
    background-color: #ffffff;
}
#addr h2 {
    border-left: 2px solid #f2af00;
    display: inline-block;
    padding: 10px 10px 10px 20px;
}
#addr h4 {
    padding-bottom: 40px;
}
#addr .col-md-12 {
    text-align: center;
    padding-bottom: 30px;
}
/*** carousel-2 mod ***/

.carousel-2-control-1 {
    position: absolute;
    z-index: 16;
    top: 33%;
    left: 15px;
    bottom: 0;
    width: 8%;
    filter: alpha(opacity=50);
    font-size: 15px;
    color: #9A0040;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    margin-top: -450px;
    opacity: 0.5;
}
.carousel-2-control-1.left {
    background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-2-control-1.right {
    left: 55px;
    right: auto;
    background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-2-control-1:hover, .carousel-2-control-1:focus {
    outline: none;
    color: #ffffff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90);
}
.carousel-2-control-1 .icon-prev, .carousel-2-control-1 .icon-next, .carousel-2-control-1 .glyphicon-chevron-left, .carousel-2-control-1 .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}
.carousel-2-control-1 .icon-prev, .carousel-2-control-1 .glyphicon-chevron-left {
    left: 50%;
}
.carousel-2-control-1 .icon-next, .carousel-2-control-1 .glyphicon-chevron-right {
    right: 50%;
}
.carousel-2-control-1 .icon-prev, .carousel-2-control-1 .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    font-family: serif;
}
.carousel-2-control-1 .icon-prev:before {
    content: '\2039';
}
.carousel-2-control-1 .icon-next:before {
    content: '\203a';
}
.carousel-2-indicators-1 {
    position: absolute;
    top: 25px;
    z-index: 15;
    width: 140%;
    margin-left: auto;
    padding-left: 0;
    list-style: none;
    text-align: center;
    left: 20%;
    margin-right: auto;
}
.carousel-2-indicators-1 li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #9A0040;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
}
.carousel-2-indicators-1 .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff;
}
.carousel-2-caption-1 {
    position: absolute;
    width: 100%;
    bottom: 1px;
    z-index: 111;
    background: rgba(0, 0, 0, 0.75);
    padding-top: 20px;
    color: #fff;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
}
.carousel-2-caption-1 .btn {
    text-shadow: none;
}
@media screen and (min-width: 768px) {
.carousel-2-control-1 .glyphicon-chevron-left, .carousel-2-control-1 .glyphicon-chevron-right, .carousel-2-control-1 .icon-prev, .carousel-2-control-1 .icon-next {
    width: 30px;
    height: 30px;
    margin-top: 5px;
    margin-left: -15px;
    font-size: 15px;
}
.carousel-2-caption-1 {
    left: 0%;
    right: 0%;
}
.carousel-2-indicators-1 {
    /* [disabled]bottom: 482px;
*/
}
#mycarousel-23 .carousel-2-indicators {
    top: -27px;
    right: 47px;
    z-index: 5;
    margin: 0;
    list-style: none;
}
#mycarousel-23 .carousel-2-indicators li {
    display: block;
    float: left;
    width: 10px;
    height: 10px;
    margin-left: 5px;
    text-indent: -999px;
    background-color: #ccc;
    background-color: rgba(102,102,102,0.25);
    border-radius: 5px;
}
#mycarousel-23 .carousel-2-indicators .active {
    background-color: #A6000C;
}
ul.cat {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}
ul.cat li, ul.recent li, ul.folio-detail li, ul.contact-info li {
    margin: 0 0 15px 0;
    list-style: none;
}
/*  table-ta   */
h2-ta {
    font-size: 14px;
}
.table .table-ta {
    background-color: #ffffff;
    vertical-align: center;
    padding: 8px;
}
.table-striped-ta > tbody > tr:nth-child(odd) > td, .table-striped-ta > tbody > tr:nth-child(odd) > th {
    background-color: #EBEBEB;
    padding: 12px 8px 12px 8px;
    vertical-align: center;
}
.col-color {
    text-decoration-color: #141414;

}
    .ta_link a {
    color: #292929;
    font-size: xx-large;
    }
/*final table-ta*/
    
.widget ul.tags {
    list-style: none;
    margin: 0;
    margin-left: 0;
    padding-left: 0;
}
.widget ul.tags li {
    margin: 0 5px 15px 0;
    display: inline-block;
}
.widget ul.tags li a {
    background: #e6e6e6;
    color: #333;
    padding: 5px 10px;
}
.widget ul.tags li a:hover {
    text-decoration: none;
    color: #fff;
}

 .btn-glyphicon { padding:8px; background:#ffffff; margin-right:4px; }
.icon-btn { padding: 1px 15px 3px 2px; border-radius:50px;}   
    
/* Call To Action Section
--------------------------------*/
#call-to-action {
  background-color: #931640;
  background-size: cover;
  padding: 60px 0;
}  
    
#call-to-action-white {
  background-color: #fff;
  background-size: cover;
  padding: 30px 0;
}  
    
#call-to-action-default {
  background-color: #931640;
  background-size: cover;
  padding: 30px 0;
}     
  #call-to-action .cta-btn {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 25px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}
/*end CTA*/  
    
    
    /* card*/
    
 .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link+.card-link {
    margin-left: 1.25rem
}

.card>.list-group:first-child .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
    margin-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img {
    width: 100%;
    border-radius: calc(.25rem - 1px)
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

@media (min-width:576px) {
    .card-deck {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }
    .card-deck .card {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 15px;
        margin-left: 15px
    }
}

@media (min-width:576px) {
    .card-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
    .card-group .card {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }
    .card-group .card+.card {
        margin-left: 0;
        border-left: 0
    }
    .card-group .card:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }
    .card-group .card:first-child .card-img-top {
        border-top-right-radius: 0
    }
    .card-group .card:first-child .card-img-bottom {
        border-bottom-right-radius: 0
    }
    .card-group .card:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }
    .card-group .card:last-child .card-img-top {
        border-top-left-radius: 0
    }
    .card-group .card:last-child .card-img-bottom {
        border-bottom-left-radius: 0
    }
    .card-group .card:not(:first-child):not(:last-child) {
        border-radius: 0
    }
    .card-group .card:not(:first-child):not(:last-child) .card-img-bottom,
    .card-group .card:not(:first-child):not(:last-child) .card-img-top {
        border-radius: 0
    }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media (min-width:576px) {
    .card-columns {
        -webkit-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        column-gap: 1.25rem
    }
    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}
.card {
    border: 0;
    border-radius: 0.1875rem;
    display: inline-block;
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-bottom: 20px;
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.02);
}

.card .card-body {
    min-height: 100px;
}

.card[data-background-color="orange"] {
    background-color: #f96332;
}
    
    
.card[data-background-color="red"] {
    background-color: #FF3636;
}

.card[data-background-color="yellow"] {
    background-color: #FFB236;
}

.card[data-background-color="blue"] {
    background-color: #2CA8FF;
}

.card[data-background-color="green"] {
    background-color: #18ce0f;
}

.card[data-background-color="borbona"] {
    background-color: #18ce0f;
}    
    
.card-signup {
    max-width: 350px;
    margin: 0 auto;
}

.card-signup .header {
    margin-left: 20px;
    margin-right: 20px;
    padding: 30px 0;
}

.card-signup .text-divider {
    margin-top: 30px;
    margin-bottom: 0px;
    text-align: center;
}

.card-signup .card-body {
    padding-top: 0px;
    padding-bottom: 0px;
    min-height: auto;
}

.card-signup .checkbox {
    margin-top: 20px;
}

.card-signup .checkbox label {
    margin-left: 17px;
}

.card-signup .checkbox .checkbox-material {
    padding-right: 12px;
}

.card-signup .social-line {
    margin-top: 20px;
    text-align: center;
}

.card-signup .social-line .btn.btn-icon,
.card-signup .social-line .btn.btn-icon .btn-icon -mini {
    margin-left: 5px;
    margin-right: 5px;
    box-shadow: 0px 5px 50px 0px rgba(0, 0, 0, 0.2);
}

.card-signup .footer {
    margin-bottom: 10px;
    margin-top: 24px;
}

.card-plain {
    background: transparent;
    box-shadow: none;
}

.card-plain .header {
    margin-left: 0;
    margin-right: 0;
}

.card-plain .content {
    padding-left: 0;
    padding-right: 0;
}
    
    [data-background-color="borbona"] {
    background-color: #931640;
}
    /*end card*/
}

/*Blokquote mod*/

blockquote-mod,
    pre {
        border: 0px solid #999;
        page-break-inside: avoid
    }
blockquote-mod {
    margin: 0 0 1rem
}

.blockquote-mod.blockquote-primary {
    border-color: #931640;
    color: #931640;
}

.blockquote-mod.blockquote-default {
    border-color: #535353;
    color: #535353;
}
.blockquote-mod {
    border-left: none;
    border: 1px solid #888;
    padding: 20px;
    font-size: 1.1em;
    line-height: 1.8;
}

/*End Blokquote mod*/

/*button mod*/

.btn-round {
    border-width: 1px;
    border-radius: 30px !important;
    padding: 11px 23px;
}

.btn-round.btn-simple {
    padding: 10px 22px;
}

/*Nav-tabs*/

.nav-tabs-2 {
    border: 0;
    padding: 15px 0.7rem;
    border-bottom: 1px solid #dddddd;
}

.nav-tabs-2>.nav-item>.nav-link {
    color: #931640;
    margin: 0;
    margin-right: 5px;
    background-color: transparent;
  
    
    font-size: 14px;
    padding: 11px 23px;
    line-height: 1.5;
}

.nav-tabs-2>.nav-item>.nav-link:hover {
    background-color: transparent;
}

.nav-tabs-2>.nav-item>.nav-link.active {
   /* border-bottom: 1px solid #888; */
    
   
}

.nav-tabs-2>.nav-item>.nav-link i.now-ui-icons {
    font-size: 14px;
    position: relative;
    top: 1px;
    margin-right: 3px;
}

.nav-tabs-2>.nav-item.disabled>.nav-link,
.nav-tabs-2>.nav-item.disabled>.nav-link:hover {
    color: rgba(255, 255, 255, 0.5);
}

.nav-tabs-2.nav-tabs-neutral>.nav-item>.nav-link {
    color: #FFFFFF;
}

.nav-tabs-2.nav-tabs-neutral>.nav-item>.nav-link.active {
    border-color: rgba(255, 255, 255, 0.5);
    color: #FFFFFF;
 }

.nav-tabs-2.nav-tabs-primary>.nav-item>.nav-link.active {
    border-color: #f96332;
    color: #f96332;
}

.nav-tabs-2.nav-tabs-info>.nav-item>.nav-link.active {
    border-color: #2CA8FF;
    color: #2CA8FF;
}

.nav-tabs-2.nav-tabs-danger>.nav-item>.nav-link.active {
    border-color: #FF3636;
    color: #FF3636;
}

.nav-tabs-2.nav-tabs-warning>.nav-item>.nav-link.active {
    border-color: #FFB236;
    color: #FFB236;
}

.nav-tabs-2.nav-tabs-success>.nav-item>.nav-link.active {
    border-color: #18ce0f;
    color: #18ce0f;
}

}
.nav-tabs-2.nav-justified > li {
  float: none;
}
.nav-tabs-2.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs-2.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs-2.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs-2.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-2.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-2.nav-justified > .active > a,
.nav-tabs-2.nav-justified > .active > a:hover,
.nav-tabs-2.nav-justified > .active > a:focus {
  border-bottom: 1px solid #931640;
}
@media (min-width: 768px) {
  .nav-tabs-2.nav-justified > li > a {
    border-bottom: 1px solid transparent;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-2.nav-justified > .active > a,
  .nav-tabs-2.nav-justified > .active > a:hover,
  .nav-tabs-2.nav-justified > .active > a:focus {
    border-bottom-color: tra;
  }
    
/*End Nav-tabs*/


.navbar-2 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    min-height: 53px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}

.navbar-2 a {
    vertical-align: middle;
}

.navbar-2 a:not(.btn):not(.dropdown-item) {
    color: #FFFFFF;
}

.navbar-2 p {
    display: inline-block;
    margin: 0;
    line-height: 21px;
}

.navbar-2 .navbar-nav.navbar-logo {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 49px;
    top: -4px;
}

.navbar-2 .navbar-nav .nav-link.btn {
    padding: 11px 22px;
}

.navbar-2 .navbar-nav .nav-link.btn.btn-lg {
    padding: 15px 48px;
}

.navbar-2 .navbar-nav .nav-link.btn.btn-sm {
    padding: 5px 15px;
}

.navbar-2 .navbar-nav .nav-link:not(.btn) {
    text-transform: uppercase;
    font-size: 0.7142em;
    padding: 0.5rem 0.7rem;
    line-height: 1.625rem;
}

.navbar-2 .navbar-nav .nav-link:not(.btn) i.fa+p,
.navbar-2 .navbar-nav .nav-link:not(.btn) i.now-ui-icons+p {
    margin-left: 5px;
}

.navbar-2 .navbar-nav .nav-link:not(.btn) i.fa,
.navbar-2 .navbar-nav .nav-link:not(.btn) i.now-ui-icons {
    font-size: 18px;
    position: relative;
    top: 2px;
    text-align: center;
    width: 21px;
}

.navbar-2 .navbar-nav .nav-link:not(.btn) i.now-ui-icons {
    top: 4px;
    font-size: 16px;
}

.navbar-2 .navbar-nav .nav-link:not(.btn).profile-photo .profile-photo-small {
    width: 27px;
    height: 27px;
}

.navbar-2 .navbar-nav .nav-link:not(.btn).disabled {
    opacity: .5;
    color: #FFFFFF;
}

.navbar-2 .navbar-nav .nav-item.active .nav-link:not(.btn),
.navbar-2 .navbar-nav .nav-item .nav-link:not(.btn):focus,
.navbar-2 .navbar-nav .nav-item .nav-link:not(.btn):hover,
.navbar-2 .navbar-nav .nav-item .nav-link:not(.btn):active {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 0.1875rem;
}

.navbar-2 .logo-container {
    width: 27px;
    height: 27px;
    overflow: hidden;
    margin: 0 auto;
    border-radius: 50%;
    border: 1px solid transparent;
}

.navbar-2 .navbar-brand {
    text-transform: uppercase;
    font-size: 0.8571em;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    line-height: 1.625rem;
}

.navbar-2 .navbar-toggler {
    width: 37px;
    height: 27px;
    outline: 0;
    cursor: pointer;
}

.navbar-2 .navbar-toggler.navbar-toggler-left {
    position: relative;
    left: 0;
    padding-left: 0;
}

.navbar-2 .navbar-toggler:hover .navbar-toggler-bar.bar2 {
    width: 22px;
}

.navbar-2 .button-dropdown .navbar-toggler-bar:nth-child(2) {
    width: 17px;
}

.navbar-2.navbar-transparent {
    background-color: transparent !important;
    box-shadow: none;
    color: #FFFFFF;
    padding-top: 20px;
}

.navbar-2.bg-white:not(.navbar-transparent) a:not(.dropdown-item) {
    color: #888;
}

.navbar-2.bg-white:not(.navbar-transparent) a:not(.dropdown-item).disabled {
    opacity: .5;
    color: #888;
}

.navbar-2.bg-white:not(.navbar-transparent) .button-bar {
    background: #888;
}

.navbar-2.bg-white:not(.navbar-transparent) .nav-item.active .nav-link:not(.btn),
.navbar-2.bg-white:not(.navbar-transparent) .nav-item .nav-link:not(.btn):focus,
.navbar-2.bg-white:not(.navbar-transparent) .nav-item .nav-link:not(.btn):hover,
.navbar-2.bg-white:not(.navbar-transparent) .nav-item .nav-link:not(.btn):active {
    background-color: rgba(222, 222, 222, 0.3);
}

.navbar-2.bg-white:not(.navbar-transparent) .logo-container {
    border: 1px solid #888;
}

/*carousel-2*/

.carousel-2 {
    position: relative
}

.carousel-2-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-2-item {
    position: relative;
    display: none;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.carousel-2-item-next,
.carousel-2-item-prev,
.carousel-2-item.active {
    display: block
}

.carousel-2-item-next,
.carousel-2-item-prev {
    position: absolute;
    top: 0
}

.carousel-2-item-next.carousel-2-item-left,
.carousel-2-item-prev.carousel-2-item-right {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
    .carousel-2-item-next.carousel-2-item-left,
    .carousel-2-item-prev.carousel-2-item-right {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.active.carousel-2-item-right,
.carousel-2-item-next {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
    .active.carousel-2-item-right,
    .carousel-2-item-next {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.active.carousel-2-item-left,
.carousel-2-item-prev {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
    .active.carousel-2-item-left,
    .carousel-2-item-prev {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.carousel-2-control-next,
.carousel-2-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5
}

.carousel-2-control-next:focus,
.carousel-2-control-next:hover,
.carousel-2-control-prev:focus,
.carousel-2-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-2-control-prev {
    left: 0
}

.carousel-2-control-next {
    right: 0
}

.carousel-2-control-next-icon,
.carousel-2-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%
}

.carousel-2-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")
}

.carousel-2-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
}

.carousel-2-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-2-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255, 255, 255, .5)
}

.carousel-2-indicators li::before {
    position: absolute;
    top: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""
}

.carousel-2-indicators li::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""
}

.carousel-2-indicators .active {
    background-color: #fff
}

.carousel-2-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}


bbackground: rgba(0, 0, 0, 0.55)
/*end carousel-2*/.d-none {
    display: none!important
}

.d-inline {
    display: inline!important
}

.d-inline-block {
    display: inline-block!important
}

.d-block {
    display: block!important
}

.d-table {
    display: table!important
}

.d-table-cell {
    display: table-cell!important
}

.d-flex {
    display: -ms-flexbox!important;
    display: flex!important
}

.d-inline-flex {
    display: -ms-inline-flexbox!important;
    display: inline-flex!important
}

@media (min-width:576px) {
    .d-sm-none {
        display: none!important
    }
    .d-sm-inline {
        display: inline!important
    }
    .d-sm-inline-block {
        display: inline-block!important
    }
    .d-sm-block {
        display: block!important
    }
    .d-sm-table {
        display: table!important
    }
    .d-sm-table-cell {
        display: table-cell!important
    }
    .d-sm-flex {
        display: -ms-flexbox!important;
        display: flex!important
    }
    .d-sm-inline-flex {
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

@media (min-width:768px) {
    .d-md-none {
        display: none!important
    }
    .d-md-inline {
        display: inline!important
    }
    .d-md-inline-block {
        display: inline-block!important
    }
    .d-md-block {
        display: block!important
    }
    .d-md-table {
        display: table!important
    }
    .d-md-table-cell {
        display: table-cell!important
    }
    .d-md-flex {
        display: -ms-flexbox!important;
        display: flex!important
    }
    .d-md-inline-flex {
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

@media (min-width:992px) {
    .d-lg-none {
        display: none!important
    }
    .d-lg-inline {
        display: inline!important
    }
    .d-lg-inline-block {
        display: inline-block!important
    }
    .d-lg-block {
        display: block!important
    }
    .d-lg-table {
        display: table!important
    }
    .d-lg-table-cell {
        display: table-cell!important
    }
    .d-lg-flex {
        display: -ms-flexbox!important;
        display: flex!important
    }
    .d-lg-inline-flex {
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

@media (min-width:1200px) {
    .d-xl-none {
        display: none!important
    }
    .d-xl-inline {
        display: inline!important
    }
    .d-xl-inline-block {
        display: inline-block!important
    }
    .d-xl-block {
        display: block!important
    }
    .d-xl-table {
        display: table!important
    }
    .d-xl-table-cell {
        display: table-cell!important
    }
    .d-xl-flex {
        display: -ms-flexbox!important;
        display: flex!important
    }
    .d-xl-inline-flex {
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

.d-print-block {
    display: none!important
}

@media print {
    .d-print-block {
        display: block!important
    }
}

.d-print-inline {
    display: none!important
}

@media print {
    .d-print-inline {
        display: inline!important
    }
}

.d-print-inline-block {
    display: none!important
}

@media print {
    .d-print-inline-block {
        display: inline-block!important
    }
}

@media print {
    .d-print-none {
        display: none!important
    }
}
    
    .bg-white {
  background-color: #white;
}
    
    .alert-default {
  background-color: #931640;
  border-color: #931640;
  color: white;
}