/* 
* Version: 1.4
* Blue Color 		: #B81315;
* Blue Hover Color  : @mmk-color-dark;
*/
/* MMK additions*/
@media (min-width: 768px) {
  .pull-right-sm {
    float: right;
  }
}
@media (min-width: 992px) {
  .pull-right-md {
    float: right;
  }
}
@media (min-width: 1200px) {
  .pull-right-lg {
    float: right;
  }
}
.text-xs-left {
  text-align: left;
}
.text-xs-right {
  text-align: right;
}
.text-xs-center {
  text-align: center;
}
.text-xs-justify {
  text-align: justify;
}
@media (min-width: 768px) {
  .text-sm-left {
    text-align: left;
  }
  .text-sm-right {
    text-align: right;
  }
  .text-sm-center {
    text-align: center;
  }
  .text-sm-justify {
    text-align: justify;
  }
}
@media (min-width: 992px) {
  .text-md-left {
    text-align: left;
  }
  .text-md-right {
    text-align: right;
  }
  .text-md-center {
    text-align: center;
  }
  .text-md-justify {
    text-align: justify;
  }
}
@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left;
  }
  .text-lg-right {
    text-align: right;
  }
  .text-lg-center {
    text-align: center;
  }
  .text-lg-justify {
    text-align: justify;
  }
}
body {
  counter-reset: item;
}
ol.mmk {
  list-style: none;
  position: relative;
}
ol.mmk > li {
  counter-increment: item;
  margin-bottom: 30px;
  padding-left: 40px;
}
ol.mmk > li:before {
  content: counter(item);
  background: #B81315;
  color: #fff;
  float: left;
  font-size: 35px;
  font-weight: 200;
  line-height: 35px;
  margin: 4px 10px 0 0;
  min-width: 50px;
  padding: 7px 0;
  text-align: center;
  position: absolute;
  left: -5px;
}
DIV.article H2 {
  margin-top: 25px !important;
}
a {
  color: #B81315;
}
.btn-u:focus {
  color: #ffffff !important;
}
BODY {
  font-family: "Helvetica Neue", Roboto, Helvetica, Arial, sans-serif;
}
a:focus,
a:hover,
a:active {
  color: #B81315;
}
.color-green {
  color: #B81315;
}
a.read-more:hover {
  color: #B81315;
}
.linked:hover {
  color: #B81315;
}
.content {
  padding-bottom: 40px;
  padding-top: 15px;
}
.headline-left .headline-brd::after {
  background: #B81315 !important;
}
.lists-v2 i {
  color: #B81315 !important;
  display: inline-block;
  font-size: 13px;
  margin-right: 7px;
}
/* thumblist */
.one-third {
  width: 33%;
  float: left;
}
.thumblist {
  padding: 5px;
}
.thumblist IMG {
  width: 100%;
  margin: auto;
}
@media only screen and (min-width: 600px) and (max-width: 767px) {
  .one-third {
    width: 50%;
    float: right;
  }
  .thumblist {
    text-align: center;
  }
  .thumblist IMG {
    width: 100%;
    margin: auto;
  }
}
@media only screen and (min-width: 480px) and (max-width: 599px) {
  .one-third {
    width: 100%;
    float: none;
  }
  .thumblist {
    text-align: center;
  }
  .thumblist IMG {
    width: 400px;
    margin: auto;
  }
}
@media only screen and (max-width: 479px) {
  .featured-xs-img {
    padding-right: 5px !important;
  }
  .featured-xs-text {
    padding-left: 5px !important;
  }
}
/*Header v1
------------------------------------*/
/*Navber*/
@media only screen and (min-width: 1280px) {
  .navbar-brand {
    margin-top: -20px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  .navbar-brand {
    margin-top: -15px;
  }
}
@media only screen and (max-width: 1023px) {
  .navbar-brand {
    margin-top: -10px;
  }
}
.navbar-default {
  background-color: #fff !important;
  border-color: #fff !important;
}
.header .navbar-default .navbar-nav > .active > a {
  color: #B81315;
}
.header .navbar-nav > li:hover > a {
  color: #B81315;
}
.header .dropdown-menu .active > a,
.header .dropdown-menu li > a:hover {
  background: #687074 !important;
  color: #fff !important;
}
.header .dropdown-menu li a {
  border-bottom: 1px solid #eeeeee;
  color: #687074;
  font-size: 13px;
  font-weight: 400;
  padding: 6px 15px;
}
/*Navbar Toggle*/
.navbar-toggle,
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background: #B81315;
}
.navbar-default .navbar-toggle {
  border-color: #c0392b;
}
.navbar-default .navbar-toggle:hover {
  background: #c0392b;
}
.header-v1 .navbar-default .navbar-nav > li > a {
  padding: 9px 16px 6px 16px;
}
.header .navbar-toggle,
.header .navbar-toggle:hover,
.header .navbar-toggle:focus {
  background: #c0392b !important;
  padding: 6px 10px 2px;
}
/*Responsive Navbar*/
@media (max-width: 767px) {
  .header .navbar-default .navbar-nav > li > a:hover {
    color: #B81315;
  }
  .header .navbar-default .navbar-nav > .active > a,
  .header .navbar-default .navbar-nav > .active > a:hover,
  .header .navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background: #B81315;
  }
  .breadcrumbs .breadcrumb {
    display: none;
  }
}
@media (min-width: 768px) {
  /*Navbar*/
  .header .navbar-default .navbar-nav > li > a:hover,
  .header .navbar-default .navbar-nav > .active > a {
    border-bottom: solid 2px #B81315;
  }
  .header .navbar-default .navbar-nav > .open > a,
  .header .navbar-default .navbar-nav > .open > a:hover,
  .header .navbar-default .navbar-nav > .open > a:focus {
    color: #B81315;
  }
  /*Dropdown Menu*/
  .header .dropdown-menu {
    border-top: solid 2px #B81315;
  }
  .header .navbar-toggle,
  .header .navbar-toggle:hover,
  .header .navbar-toggle:focus {
    background: #B81315 !important;
  }
}
/*Search Box*/
.header .navbar .nav > li > .search:hover {
  color: #B81315;
  border-bottom-color: #B81315;
}
@media (max-width: 767px) {
  .header .navbar .nav > li > .search:hover {
    background: #c0392b;
  }
}
/*Header v2
------------------------------------*/
/*Topbar*/
.topbar-v1 .top-v1-data li a:hover i {
  color: #B81315;
}
/*Search Box*/
.header-v1 .navbar .nav > li > .search:hover {
  background: #B81315;
}
/*Responsive Navbar*/
@media (min-width: 768px) {
  .header-v1 .navbar-default .navbar-nav > li > a:hover,
  .header-v1 .navbar-default .navbar-nav > .active > a {
    color: #fff;
    background: #B81315 !important;
  }
  .header-v1 .navbar-default .navbar-nav > .open > a,
  .header-v1 .navbar-default .navbar-nav > .open > a:hover,
  .header-v1 .navbar-default .navbar-nav > .open > a:focus {
    background: #B81315;
  }
}
/*Sliders
------------------------------------*/
/*Main Parallax Sldier*/
.da-slide h2 i {
  background: url(../../plugins/parallax-slider/img/bg-heading-red.png) repeat;
}
/*Sequence Parallax Sldier*/
.sequence-inner {
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fff), to(#f9e6e6));
  background: -webkit-linear-gradient(#fff, #f9e6e6);
  background: -moz-linear-gradient(#fff, #f9e6e6);
  background: -ms-linear-gradient(#fff, #f9e6e6);
  background: -o-linear-gradient(#fff, #f9e6e6);
  background: linear-gradient(#fff, #f9e6e6);
}
#sequence-theme h2 {
  background: rgba(231, 76, 60, 0.8);
}
#sequence-theme .info p {
  background: rgba(231, 76, 60, 0.8);
}
/*Buttons
------------------------------------*/
.btn-u {
  background: #B81315;
}
.btn-u:hover,
.btn-u:focus,
.btn-u:active,
.btn-u.active,
.open .dropdown-toggle.btn-u {
  background: #c0392b;
}
/*Buttons Color*/
.btn-u-split.dropdown-toggle {
  border-left: solid 1px #c0392b;
}
/*Bordered Buttons*/
.btn-u.btn-brd {
  border-color: #B81315;
}
.btn-u.btn-brd:hover {
  color: #c0392b;
  border-color: #c0392b;
}
.btn-u.btn-brd.btn-brd-hover:hover {
  background: #c0392b;
}
/*Service
------------------------------------*/
.service .service-icon {
  color: #B81315;
}
/*Service Blocks*/
.service-alternative .service:hover {
  background: #B81315;
}
/*Thumbnail (Recent Work)
------------------------------------*/
.thumbnail-style h3 a:hover {
  color: #B81315;
}
.thumbnail-style a.btn-more {
  background: #B81315;
}
.thumbnail-style a.btn-more:hover {
  box-shadow: 0 0 0 2px #c0392b;
}
/*Carousel (Recent Work)*/
.recent-work a:hover span {
  border-bottom: solid 2px #B81315;
}
.bx-wrapper .bx-prev {
  background-image: url(../../plugins/bxslider/images/controls-red.png);
}
.bx-wrapper .bx-next {
  background-image: url(../../plugins/bxslider/images/controls-red.png);
}
/*Typography
------------------------------------*/
/*Heading*/
.headline h2,
.headline h3,
.headline h4 {
  border-bottom: 2px solid #B81315;
}
/*Blockquote*/
blockquote:hover {
  border-left-color: #B81315;
}
.hero {
  border-left-color: #B81315;
}
/*Carousel
------------------------------------*/
.carousel-arrow a.carousel-control:hover {
  color: #B81315;
}
/*Footer
------------------------------------*/
.footer {
  background: #585f69 none repeat scroll 0 0;
  color: #dadada !important;
  padding: 20px 0 30px;
}
.footer a,
.footer li,
.copyright a,
.footer a:hover,
.copyright a:hover {
  color: white;
}
.footer h2,
.footer h3,
.footer h4 {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #e4e4e4;
  text-shadow: none;
}
.footer p {
  color: #dadada;
}
.footer p,
.footer a {
  font-size: 14px;
}
.footer LABEL {
  color: #dadada !important;
}
/*Footer Blog*/
.footer .dl-horizontal a:hover {
  color: #B81315 !important;
}
.copyright {
  background: #3e4753 none repeat scroll 0 0;
  border-top: 1px solid #777777;
  font-size: 12px;
  padding: 11px 0 7px;
}
.copyright p {
  color: #dadada;
  margin-top: 12px;
}
/*Blog Posts
------------------------------------*/
.posts .dl-horizontal a:hover {
  color: #B81315;
}
.posts .dl-horizontal:hover dt img,
.posts .dl-horizontal:hover dd a {
  color: #B81315;
  border-color: #B81315 !important;
}
/*Post Comment*/
.post-comment h3,
.blog-item .media h3,
.blog-item .media h4.media-heading span a {
  color: #B81315;
}
/*Tabs
------------------------------------*/
/*Tabs v1*/
.tab-v1 .nav-tabs {
  border-bottom: solid 2px #B81315;
}
.tab-v1 .nav-tabs > .active > a,
.tab-v1 .nav-tabs > .active > a:hover,
.tab-v1 .nav-tabs > .active > a:focus {
  background: #B81315;
}
.tab-v1 .nav-tabs > li > a:hover {
  background: #B81315;
}
/*Tabs v2*/
.tab-v2 .nav-tabs li.active a {
  border-top: solid 2px #B81315;
}
/*Tabs v3*/
.tab-v3 .nav-pills li a:hover,
.tab-v3 .nav-pills li.active a {
  background: #B81315;
  border: solid 1px #c0392b;
}
/*Accardion
------------------------------------*/
.acc-home a.active,
.acc-home a.accordion-toggle:hover {
  color: #B81315;
}
.acc-home .collapse.in {
  border-bottom: solid 1px #B81315;
}
/*Testimonials
------------------------------------*/
.testimonials .testimonial-info {
  color: #B81315;
}
.testimonials .carousel-arrow i:hover {
  background: #B81315;
}
/*Info Blocks
------------------------------------*/
.info-blocks:hover i.icon-info-blocks {
  color: #B81315;
}
/*Breadcrumb
------------------------------------*/
.breadcrumb li.active,
.breadcrumb li a:hover {
  color: #B81315;
}
/*About Page
------------------------------------*/
.team .thumbnail-style:hover h3 a {
  color: #B81315 !important;
}
/*Social Icons*/
.team ul.team-socail li i:hover {
  background: #B81315;
}
/*Right Sidebar
------------------------------------*/
/*Right Sidebar*/
.who li i,
.who li:hover i,
.who li:hover a {
  color: #B81315;
}
/*Pricing Table Mega-v2 
------------------------------------*/
.pricing-mega-v2 .block:hover .bg-color {
  background: #B81315;
}
.pricing-mega-v2 .block:hover h3,
.pricing-mega-v2 .block:hover h4,
.pricing-mega-v2 .block:hover li,
.pricing-mega-v2 .block:hover li i,
.pricing-mega-v2 .block:hover h4 i {
  background: #B81315;
}
/*Privacy Page
------------------------------------*/
.privacy a:hover {
  color: #B81315;
}
/*Portfolio Page
------------------------------------*/
/*Portfolio v1*/
.view a.info:hover {
  background: #B81315;
}
/*Portfolio v2*/
.sorting-block .sorting-nav li.active {
  color: #B81315;
  border-bottom: solid 1px #B81315;
}
.sorting-block .sorting-grid li a:hover span.sorting-cover {
  background: #B81315;
}
/*Blog Page
------------------------------------*/
.blog h3 {
  color: #B81315;
}
.blog li a:hover {
  color: #B81315;
}
/*Blog Tags*/
ul.blog-tags a:hover {
  background: #B81315;
}
.blog-post-tags ul.blog-tags a:hover {
  background: none repeat scroll 0 0 #B81315;
}
/*Blog Photos*/
.blog-photos li img:hover {
  box-shadow: 0 0 0 2px #B81315;
}
/*Blog Latest Tweets*/
.blog-twitter .blog-twitter-inner:hover {
  border-color: #B81315;
  border-top-color: #B81315;
}
.blog-twitter .blog-twitter-inner:hover:after {
  border-top-color: #B81315;
}
.blog-twitter .blog-twitter-inner a {
  color: #B81315;
}
/*Blog Item Page
------------------------------------*/
.blog-item h4.media-heading span a {
  color: #B81315;
}
/*Coming Soon Page
------------------------------------*/
.coming-soon-border {
  border-top: solid 3px #B81315;
}
/*Search Page
------------------------------------*/
.booking-blocks p a {
  color: #B81315;
}
/*Icons Page
------------------------------------*/
.icon-page li:hover {
  color: #B81315;
}
/*Glyphicons*/
.glyphicons-demo a:hover {
  color: #B81315;
  text-decoration: none;
}
/*Magazine Page
------------------------------------*/
/*Magazine News*/
.magazine-news .by-author strong {
  color: #B81315;
}
.magazine-news a.read-more {
  color: #B81315;
}
/*Magazine Mini News*/
.magazine-mini-news .post-author strong {
  color: #B81315;
}
.news-read-more i {
  color: #B81315;
}
/*Sidebar Features*/
.magazine-page h3 a:hover {
  color: #B81315;
}
/*Page Features
------------------------------------*/
/*Tag Boxes v1*/
.tag-box-v1 {
  border-top: solid 2px #B81315;
}
/*Tag Boxes v2*/
.tag-box-v2 {
  border-left: solid 2px #B81315;
}
/*Tag Boxes v7*/
.tag-box-v7 {
  border-bottom: solid 2px #B81315;
}
/*Font Awesome Icon Page Style*/
.fa-icons li:hover {
  color: #B81315;
}
.fa-icons li:hover i {
  background: #B81315;
}
/*GLYPHICONS Icons Page Style*/
.bs-glyphicons li:hover {
  color: #B81315;
}
/*Navigation
------------------------------------*/
/*Pagination*/
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #B81315;
  border-color: #B81315;
}
.pagination li a:hover {
  background: #c0392b;
  border-color: #c0392b;
}
/*Pager*/
.pager li > a:hover,
.pager li > a:focus {
  background: #c0392b;
  border-color: #c0392b;
}
/*Registration and Login Page v2
------------------------------------*/
.reg-block {
  border-top: solid 2px #B81315;
}
/*Image Hover
------------------------------------*/
/*Image-hover*/
#effect-2 figure .img-hover {
  background: #B81315;
}
/*Blog Large Page
------------------------------------*/
.blog h2 a:hover {
  color: #B81315;
}
/*Timeline v1 Page
------------------------------------*/
.timeline-v1 > li > .timeline-badge i:hover {
  color: #B81315;
}
.timeline-v1 .timeline-footer .likes:hover i {
  color: #B81315;
}
/*Timeline v2 Page
------------------------------------*/
/* The icons */
.timeline-v2 > li .cbp_tmicon {
  background: #B81315;
}
/*Progress Bar
------------------------------------*/
.progress-bar-u {
  background: #B81315;
}
/*Job Inner Page
------------------------------------*/
.job-description .save-job a:hover,
.block-description .save-job a:hover {
  color: #B81315;
}
.job-description .p-chart .overflow-h li i,
.job-description .p-chart .overflow-h li a,
.block-description .p-chart .overflow-h li i,
.block-description .p-chart .overflow-h li a {
  color: #B81315;
}
/*Colorful-ul*/
.job-description .colorful-ul li a {
  color: #B81315;
}
/*Search Inner Page
------------------------------------*/
.s-results .related-search a:hover {
  color: #B81315;
}
.s-results .inner-results h3 a:hover {
  color: #B81315;
}
.s-results .up-ul li a:hover {
  color: #B81315;
}
.s-results .down-ul li a {
  color: #B81315;
}
/*Funny Boxes
------------------------------------*/
.funny-boxes p a {
  color: #B81315;
}
.funny-boxes .funny-boxes-img li i {
  color: #B81315;
}
/*Sidebar Sub Navigation
------------------------------------*/
.sidebar-nav-v1 ul li:hover a,
.sidebar-nav-v1 ul li.active a {
  color: #B81315;
}
/*Blockquote
------------------------------------*/
blockquote.bq-green {
  border-color: #B81315;
}
blockquote:hover,
blockquote.text-right:hover {
  border-color: #B81315;
}
/*Green Left Bordered Funny Box**/
.funny-boxes-left-green {
  border-left: solid 2px #B81315;
}
.funny-boxes-left-green:hover {
  border-left-color: #B81315;
}
/*Testimonials Default
------------------------------------*/
/*Testimonials*/
.testimonials .carousel-arrow i:hover {
  background: #B81315;
}
/*Testimonials Default*/
.testimonials-bg-default .item p {
  background: #B81315;
}
.testimonials.testimonials-bg-default .item p:after,
.testimonials.testimonials-bg-default .item p:after {
  border-top-color: #B81315;
}
.testimonials-bg-default .carousel-arrow i {
  background: #B81315;
}
.testimonials.testimonials-bg-default .carousel-arrow i:hover {
  background: #c0392b;
}
/*Promo Page
------------------------------------*/
/*Promo Box*/
.promo-box:hover strong,
.promo-box:hover strong a {
  color: #B81315;
}
/*Typography
------------------------------------*/
.dropcap {
  color: #B81315;
}
.dropcap-bg {
  color: #fff;
  background: #B81315;
}
/*Breadcrumbs
------------------------------------*/
span.label-u,
span.badge-u {
  background: #B81315;
}
/*Icons
------------------------------------*/
/*Icon Link*/
.link-icon:hover i {
  color: #B81315;
  border: solid 1px #B81315;
}
.link-bg-icon:hover i {
  color: #B81315;
  background: #B81315 !important;
  border-color: #B81315;
}
/*Icons Backgroun Color
------------------------------------*/
i.icon-color-u {
  color: #B81315;
  border: solid 1px #B81315;
}
i.icon-bg-u {
  background: #B81315;
}
/*Line Icon Page
------------------------------------*/
.line-icon-page .item:hover {
  color: #B81315;
}
/*Colored Content Boxes
------------------------------------*/
.servive-block-u {
  background: #B81315;
}
/*Panels (Portlets)
------------------------------------*/
.panel-u > .panel-heading {
  background: #B81315;
}
/*Owl Carousel
------------------------------------*/
.owl-btn:hover {
  background: #B81315;
}
/*Counter
------------------------------------*/
.counters span.counter-icon i {
  background: #B81315;
}
.counters span.counter-icon i:after {
  border-top: 7px solid #B81315;
}
/*SKy-Forms
------------------------------------*/
/*Buttons*/
.sky-form .button {
  background: #B81315;
}
/*Rating*/
.sky-form .rating input:checked ~ label {
  color: #B81315;
}
/*Pricing Page
------------------------------------*/
/*Pricing Head*/
.pricing:hover h4 {
  color: #B81315;
}
.pricing-head h3 {
  background: #B81315;
  text-shadow: 0 1px 0 #c0392b;
}
.pricing-head h4 {
  color: #999;
  background: #fcfcfc;
  border-bottom: solid 1px #f9e6e6;
}
/*Pricing Content*/
.pricing-content li {
  border-bottom: solid 1px #f9e6e6;
}
.pricing-content li i {
  color: #B81315;
}
/*Pricing Extra*/
.sticker-left {
  background: #B81315;
}
/*Pricing Footer*/
.pricing-footer a,
.pricing-footer button {
  background: #B81315;
}
.pricing-footer a:hover,
.pricing-footer button:hover {
  background: #c0392b;
}
/*Priceing Active*/
.price-active h4 {
  color: #B81315;
}
.no-space-pricing .price-active .pricing-head h4,
.no-space-pricing .pricing:hover .pricing-head h4 {
  color: #B81315;
}
/*Mega Pricing Tables 
------------------------------------*/
.pricing-mega-v1 .pricing-head h3,
.pricing-mega-v2 .pricing-head h3,
.pricing-mega-v3 .pricing-head h3 {
  text-shadow: 0 1px 0 #c0392b;
}
/*Pricing Table Mega v1 Version
------------------------------------*/
.pricing-mega-v1 .pricing:hover h4 i {
  color: #B81315;
}
.pricing-mega-v1 .pricing-content li i {
  color: #B81315;
}
/*Pricing Table Colored Background Version
------------------------------------*/
.pricing-bg-colored .pricing:hover {
  background: #B81315;
}
.pricing-bg-colored .pricing-head i {
  color: #B81315;
}
/*Pricing Table Mega v2 
------------------------------------*/
.pricing-mega-v2 .block:hover .bg-color {
  background: #B81315;
}
.pricing-mega-v2 .block:hover h3,
.pricing-mega-v2 .block:hover h4,
.pricing-mega-v2 .block:hover li,
.pricing-mega-v2 .block:hover li i,
.pricing-mega-v2 .block:hover h4 i {
  background: #B81315;
}
/*Pricing Table Mega v3 
------------------------------------*/
.pricing-mega-v1 .btn-group .dropdown-menu,
.pricing-mega-v3 .btn-group .dropdown-menu {
  background: #B81315 !important;
}
.pricing-mega-v1 .btn-group .dropdown-menu li a:hover,
.pricing-mega-v3 .btn-group .dropdown-menu li a:hover {
  background: #c0392b;
}
/* menu override */
@media (max-width: 990px) {
  .dropdown-menu {
    background-clip: padding-box;
    background-color: #fff;
    border: none !important;
    border-radius: 4px;
    box-shadow: none !important;
    font-size: 14px;
    left: 0;
    list-style: outside none none;
    margin: 2px 0 0;
    min-width: 160px;
    padding: 5px 0;
    text-align: left;
    top: 100%;
    z-index: 1000;
    display: block;
    float: none !important;
    position: initial !important;
  }
  .header .dropdown-menu li a {
    padding: 6px 15px 6px 30px !important;
  }
  .navbar-collapse {
    max-height: 460px !important;
  }
}

/*# sourceMappingURL=mmk.css.map */