.krimson-text{
    color:#BE235E;
}
.krimson-bg{
    background:#BE235E;
}
.black{
    color:#000 !important;
}
/*
.oswald {  
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
}
.oswald-bold {  
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
}
.oswald-bolder {  
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
}*/

.bgbody{
    background: #fff;
    padding-top:30px;
}
.blog-side-item ul li {
    margin-bottom: 5px;
    border-bottom: 1px dashed #827676;
    line-height: 35px;
}

ul.dropdown-menu { border: none }
.head-section .nav li a:hover,
.head-section .nav li a:focus,
.head-section .nav li.active a,
.head-section .nav li.active a:hover,
.head-section .nav li a.dropdown-toggle:hover,
.head-section .nav li a.dropdown-toggle:focus,
.head-section .nav li.active ul.dropdown-menu li a:hover,
.head-section .nav li.active ul.dropdown-menu li.active a {
    color: #fff;
    background-color: #BE235E;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.head-section .navbar-default .navbar-nav > .open > a,
.head-section .navbar-default .navbar-nav > .open > a:hover,
.head-section .navbar-default .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #BE235E;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.breadcrumb li a {
    color: #BE235E;
}
.breadcrumbs {
    background: #2D4052;
    color: #fff;
    padding: 30px 0;
    margin-bottom: 40px;
}
.footer address a {
    color: #BE235E;
}
.social-link-footer li a:hover {
    background: #BE235E;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
ul.page-footer-list a:hover{
    color: #BE235E;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.head-section {
    border-bottom: 3px solid #BE235E;
    background: #f9f9f3;
}
.head-section .navbar-default {
    background-color: #f9f9f3;
}
.da-slider {
    border:none;
}
.head-section .navbar-nav > li > a {
    padding-bottom: 5px;
    padding-top: 5px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    margin-left: 2px;
    line-height: 30px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    color: #000;
}




.dropdown-menu li a:hover { color: #fff !important }
.head-section .navbar-default .navbar-nav > .open > a .caret,
.navbar-default .nav li.dropdown > a:focus .caret {
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    color: #BE235E;

}
.head-section .nav li .dropdown-menu li a {
    line-height: 30px;
    padding: 3px 12px;
    border: none;
    background:#f9f9f3;
    font-size:12px;
    color:#000;
}
/*hover dropdown*/
.head-section .nav li .dropdown-menu li a:hover {

    color:#BE235E!important;
}
.feature-head p {
    color: #2F4E6B;
    font-size: 16px;
    font-weight: 100;
}
a.btn-purchase {
    background: #475168;
    color: #fff;
    text-transform: uppercase;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px padding: 20px 40px;
    margin-top: 30px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    padding-left:40px;
    padding-right:40px;
}
a.btn-purchase:hover,
a.btn-purchase:focus {
    background: #BE235E;
    color: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.footer {
    /*background: #f9f9f3;*/
    background: #34495e;
    color: #fff;
    padding: 40px 0px 10px 0px;
    display: inline-block;
    width: 100%;
    font-weight: 300;
}

.blog-side-item ul li a:hover {
    color:#BE235E;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

ul.page-footer-list a {
    color: #fff;
}
.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -27px;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,0.6);
    opacity: .5;
    filter: alpha(opacity=50);
}
.dashed{
    border-top: 1px dashed #d5d6d1;
}
.foc{
    color:#000;
}
.foc:focus{
    color:#000;
}

#back-to-top:hover {
    background-color: #BE235E;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    opacity: 0.8;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.main-ul{
    line-height: 34px;
}
.main-ul li{
    border-bottom:1px solid #ccc;

}
.main-ul li a{
    color:#000;
}
.main-ul li a:hover{
    color: #BE235E;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.sub-ul{
    list-style: square;line-height: 24px;
}
.carousel-control.right {
    right: 0;
    left: auto;
    background:none;
}
.carousel-control.left {
    left: 0;
    left: auto;
    background:none;
}
.hov{
    padding-top:10px;
    padding-bottom:10px;
}
.hov:hover{
    background:rgba(113, 107, 139, 0.9);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    color:#fff;
}
.panel-fos {
    background: none;
    -webkit-box-shadow: 6px 2px 23px -5px rgba(173, 168, 173, 1);
    -moz-box-shadow: 6px 2px 23px -5px rgba(173, 168, 173, 1);
    box-shadow: 6px 2px 23px -5px rgba(173, 168, 173, 1);
    background-position:right top;
    background-size: 580px 530px;
    background-repeat: no-repeat;

}
.fos-layer{
    background: rgba(211, 39, 23, 0.6);
    color:#fff;
}
