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

[-----*** TABLE OF CONTENT ***-----]

0. Breadcrumbs
1. Interviews
2. Blog
3. Tags

1. Header - Topbar
#2. Header - Search
3. Header - Navbar
4. Header - Responsive Navbar Style
5. Header - Submenu
6. Header - Mega Menu
7. Header - Fixed
8. Header Boxed Layout
9. Header Theme Color

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

/* --------------------------------------------------
	0. Breadcrumbs
---------------------------------------------------- */
.breadcrumbs-1,.breadcrumbs-2,
.breadcrumbs-3 {
    transition: all 0.8s ease-in-out;
}

.breadcrumbs-1 {
    padding: 100px 0;
    position: relative;
    background: url(../img/bg_interviews.jpg) center no-repeat;
    background-size: cover;
}

.breadcrumbs-2 {
    padding: 100px 0;
    position: relative;
    background: url(../img/blog/blog.jpg) center no-repeat;
    background-size: cover;
}

.breadcrumbs-3 {
    padding: 100px 0;
    position: relative;
    background: url(../img/contact_header.jpg) center no-repeat;
    background-size: cover;
}

.breadcrumbs-4 {
    padding: 100px 0;
    position: relative;
    background: url(../img/consultation_header.jpg) center no-repeat;
    background-size: cover;
}

.breadcrumbs-1:after, .breadcrumbs-2:after, .breadcrumbs-3:after, .breadcrumbs-4:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background: rgba(0,0,0,0.15);
}

.breadcrumbs-1 span, .breadcrumbs-2 span, .breadcrumbs-3 span, .breadcrumbs-4 span,
.breadcrumbs-1 h1, .breadcrumbs-2 h1, .breadcrumbs-3 h1, .breadcrumbs-4 h1 {
    color: #fff;
    z-index: 1;
    position: relative;
}

.breadcrumbs-1 span, .breadcrumbs-2 span, .breadcrumbs-3 span, .breadcrumbs-4 span {
    /*font-family: Cookie, cursive;*/
    font-family: Great Vibes, cursive;
    font-size: 36px;
    border: 2px solid rgba(255, 255, 255, .9);
    padding: 5px;
    background-color: rgba(0, 0, 0, .4);
    font-weight: 500;
    margin-bottom: 5px;
    display: inline-block;
}

.breadcrumbs-1 h1, .breadcrumbs-2 h1, .breadcrumbs-3 h1, .breadcrumbs-4 h1 {
    font-size: 50px;
    margin-bottom: 0;
    line-height: 55px;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .breadcrumbs-4 span{
        font-size: 72px !important;
    }
}

@media (max-width: 768px) {
    .breadcrumbs-1, .breadcrumbs-2, .breadcrumbs-3, .breadcrumbs-4 {
        padding: 50px 0;
    }

    .breadcrumbs-1 h1, .breadcrumbs-2 h1, .breadcrumbs-3 h1, .breadcrumbs-4 h1 {
        font-size: 40px;
        line-height: 45px;
    }
}

/*--------------------------------------------------
	[2. Breadcrumbs]
----------------------------------------------------*/
/*Default Breadcrumbs*/
.breadcrumbs {
    overflow: hidden;
    padding: 10px 0 6px;
    border-bottom: solid 1px #eee;
    background: url(../img/patterns/breadcrumbs.png) repeat;
}

.breadcrumbs h1 {
    color: #666;
    font-size: 22px;
    margin-top: 8px;
}

.breadcrumb {
    top: 10px;
    z-index: 1;
    padding-right: 0;
    background: none;
    position: relative;
}
.breadcrumb a {
    color: #777;
}
.breadcrumb li.active,
.breadcrumb li a:hover {
    color: #a10f2b;
    text-decoration: none;
}

@media (max-width: 550px) {
    .breadcrumbs h1.pull-left,
    .breadcrumbs ul.pull-right {
        width: 100%;
        text-align: center;
    }

    .breadcrumbs h1.pull-left {
        margin-bottom: 0;
    }

    .breadcrumbs .breadcrumb {
        top: 0;
        margin-bottom: 5px;
    }
}

/*Breadcrumbs Dark and Light*/
.breadcrumbs.breadcrumbs-dark,
.breadcrumbs.breadcrumbs-light {
    background: #222;
    padding: 3px 0 2px;  /* 30 px 0 20 px; */
    border-bottom: solid 3px #777;
}

.breadcrumbs.breadcrumbs-light {
    background: #f7f7f7;
    border-bottom: 1px solid #eee;
}

.breadcrumbs.breadcrumbs-dark h1,
.breadcrumbs.breadcrumbs-dark a,
.breadcrumbs.breadcrumbs-light h1,
.breadcrumbs.breadcrumbs-light a {
    color: #fff;
    font-weight: 200;
}

.breadcrumbs.breadcrumbs-light h1,
.breadcrumbs.breadcrumbs-light a {
    color: #555;
}

.breadcrumbs.breadcrumbs-dark h1 {
    font-size: 24px;
}

.breadcrumbs.breadcrumbs-light h1 {
    font-size: 26px;
}

/*Breadcrumbs Sizes*/
.breadcrumbs-sm {
    padding: 50px 0;
}
.breadcrumbs-md {
    padding: 100px 0;
}
.breadcrumbs-lg {
    padding: 200px 0;
}

/* --------------------------------------------------
	1. Interviews
---------------------------------------------------- */
.news-section {
    border-top: solid 1px #eee;
    border-bottom: solid 1px #eee;
}

.interviews-1 .interviews-1-in {
    background: #fafafa;
}

.interviews-1 h3 {
    margin-bottom: 0;
    font-weight: 200;
    line-height: 28px;
    padding: 10px 15px 15px;
}

.interviews-1 h3 a {
    color: #555;
}

.interviews-1 h3 a:hover {
    color: #a10f2b;
}

.interviews-1 p {
    color: #555;
    padding: 0 15px;
    margin-bottom: 20px;
    text-align: justify;
}

.interviews-1 .interviews-1-info {
    margin-left: 0;
    margin-top: 30px;
    overflow: hidden;
    padding: 8px 10px;
    border-top: solid 1px #eee;
}

.interviews-1 .interviews-1-info li {
    font-size: 12px;
}

.interviews-1 .interviews-1-info li a:hover {
    color: #a10f2b;
    text-decoration: none;
}

/* --------------------------------------------------
	2. Blog
---------------------------------------------------- */

.p-helvetica{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

@media (max-width: 650px) {
    .p-helvetica{
        font-size: 14px;
    }
}

@media (min-width: 650px) {
    .p-helvetica{
        font-size: 16px;
    }
}


@media (max-width: 650px) {
    p img, p.montse-p img{
        max-width: 300px !important;
    }

    p iframe{
        width: 300px !important;
        height: 200px !important;
    }
}

/* --------------------------------------------------
	3. Tags
---------------------------------------------------- */
.tags-1 {
    padding-left: 0;
    list-style: none;
}

.tags-1 li {
    padding: 3px 2px;
    line-height: 28px;
    display: inline-block;
}

.tags-1 a {
    color: #bbb;
    font-size: 13px;
    font-weight: 400;
    padding: 4px 10px;
    border: 1px solid #bbb;
}

.tags-1 a:hover {
    color: #fff;
    background: #e74c3c;
    border-color: #e74c3c;
    text-decoration: none;
    transition: all 0.25s,
    transform 0.25s;
}

.tags-2 li {
    padding: 7px 0 7px 4px;
}

.tags-2 li a {
    color: #555;
    font-size: 13px;
    padding: 5px 10px;
    border: solid 1px #bbb;
}

.tags-2 li a:hover {
    color: #fff;
    background: #555;
    border-color: #555;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

/*--------------------------------------------------
	4. Blog Comments
----------------------------------------------------*/
.blog-comments img {
    width: 80px;
    height: auto;
}

.blog-comments .comments-itself {
    background: #f6f6f6;
    padding: 20px 30px;
    position: relative;
}

.blog-comments .comments-itself:before {
    width: 0;
    height: 0;
    top: 20px;
    left: -17px;
    content: " ";
    position: absolute;
    border-style: solid;
    border-width: 15px 17px 15px 0;
    border-color: transparent #f6f6f6 transparent transparent;
}

.blog-comments .comments-itself h3 {
    margin: 0 0 10px;
}

.blog-comments .comments-itself span {
    color: #555;
    float: right;
    font-size: 13px;
}

.blog-comments .comments-itself p {
    color: #555;
}

/*Comments Reply*/
.blog-comments.blog-comments-reply {
    margin-left: 70px;
}

/*Media Queries*/
@media (max-width: 768px) {
    .blog-comments .comments-itself:before {
        display: none;
    }

    .blog-comments .comments-itself:after {
        width: 0;
        height: 0;
        top: -17px;
        left: 20px;
        content: " ";
        position: absolute;
        border-style: solid;
        border-width: 0 15px 17px 15px;
        border-color: transparent transparent #f6f6f6 transparent;
    }
}

/*--------------------------------------------------
	5. Parallax Quote
----------------------------------------------------*/

.parallax-quote {
    color: #fff;
    padding: 100px 0;
    position: relative;
    text-align: center;
    background: url(../img/extras/telas1920.jpg) 50% 0 repeat fixed;
}

.parallax-quote:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background: rgba(0,0,0,0.8);
}

.parallax-quote:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background: url(../img/patterns/gridtile.png) repeat;
}

/*Parallax Quote Inner*/
.parallax-quote-in {
    z-index: 1;
    padding: 0 80px;
    position: relative;
}

.parallax-quote-in p {
    color: #fff;
    font-size: 28px;
    /*text-transform: uppercase;*/
    font-family: "Open Sans", Arial, sans-serif;
}

.parallax-quote-in p:after,
.parallax-quote-in p:before {
    content: ' " ';
    position: absolute;
    font-family: Tahoma;
}

.parallax-quote-in p:after {
    margin-left: 3px;
}

.parallax-quote-in p:before {
    margin-left: -15px;
}

.parallax-quote-in small {
    color: #bbb;
    font-size: 14px;
    font-weight: 400;
    text-align: right;
    /*text-transform: uppercase*/;
}

@media (max-width: 768px){
    .parallax-quote-in {
        padding: 0 40px;
    }

    .parallax-quote-in p {
        font-size: 20px;
    }
}

/*Parallax Quote Light*/
.parallax-quote-light:after {
    background: rgba(255,255,255,0.9);
}

.parallax-quote-light .parallax-quote-in {
    background: #fff;
    padding: 30px 80px;
    border-bottom: solid 2px #ddd;
}

.parallax-quote-light .parallax-quote-in p {
    color: #555;
    font-size: 28px;
    font-weight: 200;
}

.parallax-quote-light .parallax-quote-in small {
    color: #555;
}

@media (max-width: 768px){
    .parallax-quote-light .parallax-quote-in {
        padding: 30px 40px;
    }

    .parallax-quote-light .parallax-quote-in p {
        font-size: 20px;
    }

    .parallax-quote-light .parallax-quote-in small {
        font-weight: 200;
    }
}

.middle_quote{
    font-family: Great Vibes !important;
}

@media (min-width: 650px) {
    .middle_quote{
        font-size: 38px !important;
    }
    .parallax-quote {
        padding: 100px 0;
    }
}


@media (max-width: 650px) {
    .middle_quote{
        font-size: 28px !important;
    }
    .parallax-quote {
        padding: 20px 0;
    }
}


/*--------------------------------------------------
	Asesorias
----------------------------------------------------*/
.hex-vino1 {
    background-color: #4c0f15;
}
.hex-vino2 {
    background-color: #67121a;
}


/* --------------------------------------------------
	[1. Header - Topbar blog]
---------------------------------------------------- */
.blog-topbar {
    background: #111;
}
.blog-topbar .container,
.blog-topbar .container-fluid {
    padding-top: 5px;
    padding-bottom: 5px;
}

/* Topbar List */
.topbar-list {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
    float: left;
}
.topbar-list > li {
    color: #eee;
    font-size: 10px;
    padding: 7px 12px;
    position: relative;
    letter-spacing: 1px;
    display: inline-block;
    text-transform: uppercase;
}
.topbar-list > li:before {
    top: 11px;
    left: -3px;
    width: 1px;
    height: 9px;
    content: ' ';
    background: #eee;
    position: absolute;
}
.topbar-list li:last-child {
    padding-right: 0;
}
.topbar-list li a {
    color: #eee;
}
.topbar-list li a:hover {
    color: #fff;
    text-decoration: none;
}
.topbar-log_reg li.home:before {
    display: none;
}

/* Topbar Dropdown */
.topbar-list .topbar-dropdown {
    top: 23px;
    left: -3px;
    z-index: 1;
    display: none;
    padding: 7px 0;
    list-style: none;
    min-width: 125px;
    background: #151515;
    position: absolute;
}
@media (min-width: 769px) {
    .topbar-list li:hover .topbar-dropdown {
        display: block;
    }
}

.topbar-list .topbar-dropdown li a {
    color: #eee;
    display: block;
    font-size: 10px;
    padding: 5px 15px;
    margin-bottom: 1px;
    text-transform: uppercase;
}
.topbar-list .topbar-dropdown li a:hover,
.topbar-list .topbar-dropdown li.active a {
    color: #fff;
}
.topbar-list .topbar-dropdown li a:hover {
    text-decoration: none;
}

/* Topbar Submenu */
.topbar-list .topbar-submenu {
    position: relative;
}
.topbar-list .topbar-submenu > a:after {
    top: 8px;
    right: 9px;
    font-size: 11px;
    content: "\f105";
    position: absolute;
    font-weight: normal;
    display: inline-block;
    font-family: FontAwesome;
}
.topbar-list .topbar-submenu:hover > .topbar-submenu-in {
    display: block;
}
.topbar-list .topbar-submenu > .topbar-submenu-in {
    top: 0;
    left: 100%;
    float: left;
    z-index: 1000;
    display: none;
    padding: 7px 0;
    font-size: 10px;
    min-width: 125px;
    text-align: left;
    list-style: none;
    background: #151515;
    position: absolute;
    text-transform: uppercase;
}
.topbar-list .topbar-submenu li:before {
    display: none;
}

.topbar-time {
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1px;
    padding: 7px 12px 7px 0;
    float: left;
}

.topbar-toggler {
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    float: left;
    display: none;
    padding-top: 1px;
}

@media (max-width: 768px) {
    .topbar-toggler {
        display: block;
    }
    .topbar-menu {
        display: none;
    }
    .topbar-menu {
        clear: both;
        float: none;
        padding: 0 0 5px;
    }
    .topbar-menu li {
        display: block;
        padding: 7px 0;
    }
    .topbar-menu li:before {
        display: none;
    }
    .topbar-menu strong {
        font-weight: normal;
        opacity: 0.5;
    }
    .topbar-list .topbar-dropdown {
        background: none;
        top: 0;
        left: 10px;
        position: relative;
        min-width: auto;
        padding: 7px 0 0;
    }
    .topbar-list .topbar-submenu > .topbar-submenu-in {
        float: none;
        background: none;
        top: 0;
        left: 10px;
        position: relative;
        min-width: auto;
        display: block;
        padding: 7px 0 0;
    }
    .topbar-list .topbar-dropdown li {
        padding: 7px 0;
    }
    .topbar-list .topbar-dropdown li:last-child {
        padding-bottom: 0;
    }
    .topbar-list .topbar-dropdown li a {
        padding: 0;
    }
    .topbar-list .topbar-submenu > a:after {
        display: none;
    }
}

/*Bug fixed in 1.9*/
@media (min-width: 769px) {
    .topbar-menu {
        display: block !important;
    }
}

/* Search Box */
.blog-topbar .search-btn {
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    padding: 7px 0 0 10px;
}
.blog-topbar .search-btn:hover {
    color: #bbb;
}

.topbar-search-block {
    top: 0;
    left: 0;
    width: 100%;
    display: none;
    background: #333;
}
.topbar-search-block .container {
    padding-top: 0;
    padding-bottom: 0;
}
.topbar-search-block form {
    position: relative;
}
.topbar-search-block .search-close {
    top: 10px;
    right: 0;
    color: #fff;
    cursor: pointer;
    position: absolute;
}
.topbar-search-block .form-control {
    padding: 0;
    color: #eee;
    border: none;
    min-height: 35px;
    font-weight: 200;
    background: #333;
}
.topbar-search-block .form-control:focus {
    box-shadow: none;
}
.topbar-search-block .form-control::-moz-placeholder {
    color: #eee;
    font-weight: 200;
}
.topbar-search-block .form-control:-ms-input-placeholder {
    color: #eee;
    font-weight: 200;
}
.topbar-search-block .form-control::-webkit-input-placeholder {
    color: #eee;
    font-weight: 200;
}

/*--------------------------------------------------
	[3. Header - Navbar]
----------------------------------------------------*/

/*Navbar*/
.header-v8 {
    background: #fff;
    position: relative;
    box-shadow: 0 0 5px #bbb;
}

@media (max-width: 991px) {
    .header-v8 {
        position: static;
    }
}

/*Containers
------------------------------------*/
@media (min-width: 768px) and (max-width: 991px) {
    .header-v8 .res-container {
        /*width: 750px;*/
    }
}

@media (max-width: 991px) {
    .header-v8 .res-container:before,
    .header-v8 .res-container:after {
        content: " ";
        display: table;
    }

    .header-v8 .res-container:after {
        clear: both;
    }

    /*  .header-v8 .res-container {
          margin-left: auto;
          margin-right: auto;
          padding-left: 15px;
          padding-right: 15px;
      }

      .header-v8 > .navbar > .container {
          width: inherit;
          margin-left: 0;
          margin-right: 0;
          padding-left: 0;
          padding-right: 0;
      }*/

    .header-v8 > .navbar > .container > .navbar-header,
    .header-v8 > .navbar > .container > .navbar-collapse {
        margin-left: 0;
        margin-right: 0;
    }
}

/*Navbar*/
.header-v8 .navbar {
    border: none;
    margin-bottom: 0;
}

/*Navbar Brand*/
.header-v8 .navbar-brand {
    height: 84px;
    max-height: 84px;
    line-height: 60px;
}

.header-v8 .navbar-brand img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    vertical-align: middle;
}

/*Media Queries*/
@media (max-width: 991px) {
    .header-v8 .navbar-brand {
        padding-top: 20px;
        line-height: 45px;
    }
}

@media (min-width: 992px) {
    .header-v8 .navbar-nav {
        float: right;
    }
}
@media (max-width: 768px) {
    .header-v8 .navbar-brand {
        padding-left: 0;
    }
}

/*Navbar Toggle*/
.header-v8 .navbar-toggle {
    border: none;
    padding: 9px 0;
    margin: 26px 0 0;
}

.header-v8 .navbar-toggle .icon-bar {
    height: 1px;
    width: 30px;
    font-size: 20px;
    background: #333;
    margin-bottom: 7px;
}

.header-v8 .navbar-toggle .icon-bar:last-child {
    margin-bottom: 0;
}

.header-v8 .navbar-toggle,
.header-v8 .navbar-toggle:hover,
.header-v8 .navbar-toggle:focus {
    background: inherit;
}

/*Navbar Collapse*/
.header-v8 .navbar-collapse {
    position: relative;
}

/*Navbar Menu*/
.header-v8 .navbar-nav > li > a {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.header-v8 .nav > li > a:hover,
.header-v8 .nav > li > a:focus {
    background: inherit;
}


/*--------------------------------------------------
	[4. Header - Responsive Navbar Style]
----------------------------------------------------*/

/*Responsive Navbar*/
@media (max-width: 991px) {
    /*Responsive code for max-width: 991px*/
    .header-v8 .navbar-header {
        float: none;
    }

    .header-v8 .navbar-toggle {
        display: block;
    }

    .header-v8 .navbar-collapse {
        background: #fff;
        border-color: #eee;
        border-bottom: 1px solid #eee;
    }

    .header-v8 .navbar-collapse.collapse {
        display: none !important;
    }

    .header-v8 .navbar-collapse.collapse.in {
        display: block !important;
        overflow-y: auto !important;
    }

    .header-v8 .navbar-nav {
        margin: 10px 0;
        float: none !important;
    }

    .header-v8 .navbar-nav > li {
        float: none;
    }

    .header-v8 .navbar-nav > li > a {
        padding-top: 30px;
        padding-bottom: 40px;
    }

    /*Navbar Nav*/
    .header-v8 .navbar-nav > li > a {
        color: #444;
    }

    /*Pull Right*/
    .header-v8 .dropdown-menu.pull-right {
        float: none !important;
    }

    /*Navbar*/
    .header-v8 .navbar-nav .open > a:focus,
    .header-v8 .navbar-nav .open > a:hover {
        border-color: #eee;
    }

    /*Dropdown Menu Slide Down Effect*/
    .header-v8 .navbar-nav .open .dropdown-menu {
        border: 0;
        float: none;
        width: auto;
        margin-top: 0;
        position: static;
        box-shadow: none;
        background-color: transparent;
    }

    .header-v8 .navbar-nav .open .dropdown-menu > li > a,
    .header-v8 .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }

    .header-v8 .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px;
    }

    .header-v8 .navbar-nav .open .dropdown-menu > li > a:hover,
    .header-v8 .navbar-nav .open .dropdown-menu > li > a:focus {
        background-image: none;
    }

    .header-v8 .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }

    .header-v8 .navbar-nav .open .dropdown-menu > li > a:hover,
    .header-v8 .navbar-nav .open .dropdown-menu > li > a:focus {
        background-color: transparent;
    }

    .header-v8 .navbar-nav .open .dropdown-menu > .active > a,
    .header-v8 .navbar-nav .open .dropdown-menu > .active > a:hover,
    .header-v8 .navbar-nav .open .dropdown-menu > .active > a:focus {
        background-color: transparent;
    }

    .header-v8 .navbar-nav .open .dropdown-menu > .disabled > a,
    .header-v8 .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .header-v8 .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        background-color: transparent;
    }

    .header-v8 .dropdown-menu.no-bottom-space {
        padding-bottom: 0;
    }

    /*Design for max-width: 991px*/
    .header-v8 .navbar-collapse,
    .header-v8 .navbar-collapse .container {
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: 0;
        margin-right: 0;
    }

    .header-v8 .navbar-nav > li > a {
        font-size: 14px;
        padding: 10px 5px;
    }

    .header-v8 .navbar-nav > li a {
        border-bottom: none;
        border-top: 1px solid #eee;
    }

    .header-v8 .navbar-nav > li:first-child > a {
        border-top: transparent;
    }

    .header-v8 .navbar-nav > .open > a,
    .header-v8 .navbar-nav > .open > a:hover,
    .header-v8 .navbar-nav > .open > a:focus {
        color: #555;
        background: inherit;
    }

    .header-v8 .navbar-nav > .active > a,
    .header-v8 .navbar-nav > .active > a:hover,
    .header-v8 .navbar-nav > .active > a:focus {
        background: inherit;
    }

    .header-v8 .dropdown .dropdown-submenu > a {
        font-size: 13px;
        color: #555 !important;
        text-transform: uppercase;
    }
}

@media (min-width: 992px) {
    /*Navbar Collapse*/
    .header-v8 .navbar-collapse {
        padding: 0;
    }

    /*Navbar*/
    .header-v8 .navbar {
        min-height: 40px !important;
    }

    .header-v8 .container > .navbar-header,
    .header-v8 .container-fluid > .navbar-header,
    .header-v8 .container > .navbar-collapse,
    .header-v8 .container-fluid > .navbar-collapse {
        margin-bottom: -10px;
    }

    .header-v8 .navbar-nav {
        top: 2px;
        position: relative;
    }

    .header-v8 .navbar-nav > li > a {
        padding: 20px;
        line-height: 54px;
    }

    .header-v8 .navbar-nav > li:last-child > a {
        padding-right: 0;
    }

    .header-v8 .navbar-nav > li.home > a {
        padding-left: 0;
    }

    .header-v8 .navbar-nav > li > a,
    .header-v8 .navbar-nav > li > a:hover,
    .header-v8 .navbar-nav > li > a:focus,
    .header-v8 .navbar-nav > .active > a,
    .header-v8 .navbar-nav > .active > a:hover,
    .header-v8 .navbar-nav > .active > a:focus {
        color: #333;
        background: none;
    }

    .header-v8 .navbar-nav > .open > a,
    .header-v8 .navbar-nav > .open > a:hover,
    .header-v8 .navbar-nav > .open > a:focus {
        color: #333;
    }

    /*Dropdown Menu*/
    .header-v8 .dropdown-menu {
        border: none;
        padding: 15px 0;
        min-width: 230px;
        border-radius: 0;
        background: #fff;
        z-index: 9999 !important;
    }

    .header-v8 .dropdown-menu > li > a {
        color: #777;
        font-size: 13px;
        font-weight: 400;
        padding: 6px 25px;
    }

    .header-v8 .dropdown-menu .active > a,
    .header-v8 .dropdown-menu li > a:hover {
        background: inherit;
        filter: none !important;
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
    }

    .header-v8 .dropdown-menu li > a:focus {
        background: none;
        filter: none !important;
    }

    .header-v8 .navbar-nav > li.dropdown:hover > .dropdown-menu {
        display: block;
    }

    .header-v8 .open > .dropdown-menu {
        display: none;
    }
}


/*--------------------------------------------------
	[5. Header - Submenu]
----------------------------------------------------*/

/*Dropdown Submenu for BS3
------------------------------------*/
.header-v8 .dropdown-submenu {
    position: relative;
}

.header-v8 .dropdown-submenu > a:after {
    top: 9px;
    right: 15px;
    font-size: 11px;
    content: "\f105";
    position: absolute;
    font-weight: normal;
    display: inline-block;
    font-family: FontAwesome;
}

@media (max-width: 991px) {
    .header-v8 .dropdown-submenu > a:after {
        content: " ";
    }
}

.header-v8 .dropdown-submenu > .dropdown-menu {
    top: -20px;
    left: 100%;
    margin-left: 0px;
}

/*Submenu comes from LEFT side*/
.header-v8 .dropdown-submenu > .dropdown-menu.submenu-left {
    left: -100%;
}

.header-v8 .dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

@media (max-width: 991px) {
    .header-v8 .dropdown-submenu > .dropdown-menu {
        display: block;
        margin-left: 15px;
    }
}

.header-v8 .dropdown-submenu.pull-left {
    float: none;
}

.header-v8 .dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
}

.header-v8 .dropdown-menu li [class^="fa-"],
.header-v8 .dropdown-menu li [class*=" fa-"] {
    left: -3px;
    width: 1.25em;
    margin-right: 1px;
    position: relative;
    text-align: center;
    display: inline-block;
}
.header-v8 .dropdown-menu li [class^="fa-"].fa-lg,
.header-v8 .dropdown-menu li [class*=" fa-"].fa-lg {
    /* increased font size for fa-lg */
    width: 1.5625em;
}


/*--------------------------------------------------
	[6. Header - Mega Menu]
----------------------------------------------------*/

/*Mega Menu
------------------------------------*/
.header-v8 .mega-menu .nav,
.header-v8 .mega-menu .dropup,
.header-v8 .mega-menu .dropdown,
.header-v8 .mega-menu .collapse {
    position: static;
}

.header-v8 .mega-menu .navbar-inner,
.header-v8 .mega-menu .container {
    position: relative;
}

.header-v8 .mega-menu .dropdown-menu {
    left: auto;
}

.header-v8 .mega-menu .dropdown-menu > li {
    display: block;
}

.header-v8 .mega-menu .dropdown-submenu .dropdown-menu {
    left: 100%;
}

.header-v8 .mega-menu .nav.pull-right .dropdown-menu {
    right: 0;
}

.header-v8 .mega-menu .mega-menu-content {
    *zoom: 1;
    padding: 0;
}

.header-v8 .mega-menu .mega-menu-content:before,
.header-v8 .mega-menu .mega-menu-content:after {
    content: "";
    display: table;
    line-height: 0;
}

.header-v8 .mega-menu .mega-menu-content:after {
    clear: both;
}

.header-v8 .mega-menu.navbar .nav > li > .dropdown-menu:after,
.header-v8 .mega-menu.navbar .nav > li > .dropdown-menu:before {
    display: none;
}

.header-v8 .mega-menu .mega-menu-fullwidth .dropdown-menu {
    left: 0;
    right: 0;
    overflow: hidden;
}

/*Dropdown Menu*/
.header-v8 .mega-menu .mega-menu-fullwidth .dropdown-menu li a {
    padding: 0;
}

.header-v8 .mega-menu .mega-menu-fullwidth .dropdown-menu li h2 {
    color: #333;
    margin: 0 0 5px;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
}

/*Dropdown Link List*/
.header-v8 .mega-menu .mega-menu-fullwidth .dropdown-link-list {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}

.header-v8 .mega-menu .mega-menu-fullwidth .dropdown-link-list li {
    display: block;
}

.header-v8 .mega-menu .mega-menu-fullwidth .dropdown-link-list li a {
    color: #777;
    display: block;
    padding: 8px 0;
    font-size: 13px;
    font-weight: 400;
    border-bottom: solid 1px #eee;
}

.header-v8 .mega-menu .mega-menu-fullwidth .dropdown-link-list li a:hover {
    text-decoration: none;
}

/*Responsive Mega Menu Content*/
@media (min-width: 768px) {
    .header-v8 .mega-menu .mega-menu-fullwidth .mega-menu-content .row {
        margin-right: 15px;
    }
}

@media (max-width: 991px) {
    /*Dropdown Menu*/
    .header-v8 .mega-menu .mega-menu-fullwidth .dropdown-menu {
        width: auto;
    }

    .header-v8 .mega-menu .mega-menu-fullwidth .dropdown-menu > li > ul {
        display: block;
    }

    .header-v8 .mega-menu .mega-menu-fullwidth .dropdown-menu li h2 {
        font-size: 13px;
        padding-left: 10px;
    }

    .header-v8 .mega-menu .mega-menu-fullwidth .dropdown-menu li a {
        border-top: none;
    }

    /*Dropdown Link List*/
    .header-v8 .mega-menu .mega-menu-fullwidth .dropdown-link-list > li > a {
        padding-left: 15px;
    }
}

@media (min-width: 992px) {
    .header-v8 .mega-menu .mega-menu-fullwidth .dropdown-menu {
        padding-top: 25px;
        margin-left: 15px;
        margin-right: 15px;
        padding-bottom: 25px;
    }
}


/*--------------------------------------------------
    [7. Header - Fixed]
----------------------------------------------------*/

/*Header*/
.header-fixed .header-v8.header-sticky {
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 999;
    position: fixed;
}

/*Media Queries*/
@media (max-width: 991px) {
    .header-fixed .header-v8.header-sticky {
        position: static;
    }
}

@media (min-width: 992px) {
    /*Topbar v2*/
    .header-fixed .header-v8.header-fixed-shrink .blog-topbar {
        margin-top: -40px;
    }

    /*Navbar Brand*/
    .header-fixed .header-v8.header-fixed-shrink .navbar-brand {
        height: 70px;
        max-height: 70px;
        line-height: 36px;
    }

    /*Navbar Nav*/
    .header-fixed .header-v8.header-fixed-shrink .navbar-nav > li > a {
        line-height: 30px;
    }

    /*Transition*/
    .header-v8 .blog-topbar,
    .header-v8 .navbar-brand,
    .header-v8 .navbar-nav > li > a,
    .header-fixed .header-v8.header-fixed-shrink .blog-topbar,
    .header-fixed .header-v8.header-fixed-shrink .navbar-brand,
    .header-fixed .header-v8.header-fixed-shrink .navbar-nav > li > a {
        -webkit-transition: all 0.3s cubic-bezier(0.5, 1, 0.7, 1);
        transition: all 0.3s cubic-bezier(0.5, 1, 0.7, 1);
    }
}


/*--------------------------------------------------
[8. Header Boxed Layout]
----------------------------------------------------*/

.boxed-layout.header-fixed .header-v8.header-sticky {
    left: inherit;
    width: inherit;
}

.boxed-layout-space.header-fixed .header-v8.header-sticky {
    top: 40px;
}

@media(max-width:767px){
    .boxed-layout-space.header-fixed .header-v8.header-sticky {
        top: 0;
    }
}


/*--------------------------------------------------
[9. Header Theme Color]
----------------------------------------------------*/
.header-v8 .dropdown-menu {
    border-top: solid 3px #a10f2b;
}
.header-v8 .dropdown-menu .active > a,
.header-v8 .dropdown-menu li > a:hover {
    color: #a10f2b;
}
.header-v8 .navbar-nav .open .dropdown-menu > li > a:hover,
.header-v8 .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #a10f2b;
}
.header-v8 .navbar-nav .open .dropdown-menu > .active > a,
.header-v8 .navbar-nav .open .dropdown-menu > .active > a:hover,
.header-v8 .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #a10f2b;
}

.header-v8 .navbar-nav .open .dropdown-menu > .disabled > a,
.header-v8 .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.header-v8 .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #a10f2b;
}
.header-v8 .navbar-nav > li > a:hover {
    color: #a10f2b;
}
.header-v8 .navbar-nav > .active > a,
.header-v8 .navbar-nav > .active > a:hover,
.header-v8 .navbar-nav > .active > a:focus {
    color: #a10f2b !important;
}
.header-v8 .mega-menu .mega-menu-fullwidth .dropdown-link-list li a:hover {
    color: #a10f2b;
}












/*--------------------------------------------------
	[Footer]
----------------------------------------------------*/
.footer-v8 .footer {
    background: #151515;
    padding: 60px 0 40px;
}

.footer-v8 .footer img.footer-logo {
    margin-bottom: 30px;
}

.footer-v8 .footer h2 {
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    margin: 2px 0 36px;
    position: relative;
    text-transform: uppercase;
}

.footer-v8 .footer h2:after {
    left: 0;
    width: 30px;
    height: 1px;
    content: " ";
    bottom: -10px;
    background: #eee;
    position: absolute;
}

.footer-v8 .footer p {
    color: #eee;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
}

.footer-v8 .footer strong {
    color: #eee;
}

.footer-v8 .footer hr {
    margin: 15px 0;
    border-color: #222;
}

/*Footer Column One*/
.footer-v8 .footer .column-one span {
    color: #eee;
    display: block;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 5px;
}

.footer-v8 .footer .column-one a {
    color: #bbb;
    font-size: 13px;
}

.footer-v8 .footer .column-one a:hover {
    text-decoration: none;
}

/*Footer Tags v4*/
.footer-v8 .footer .tags-1 li {
    line-height: 30px;
}

.footer-v8 .footer .tags-1 a {
    color: #eee;
    border-color: #eee;
}

/*Footer Lists*/
.footer-v8 .footer .footer-lists {
    padding-left: 0;
    list-style: none;
}

.footer-v8 .footer .footer-lists li {
    display: block;
    font-size: 13px;
    margin-bottom: 5px;
}

.footer-v8 .footer .footer-lists li i {
    color: #bbb;
    margin-right: 3px;
    vertical-align: middle;
}

.footer-v8 .footer .footer-lists a {
    color: #bbb;
}

.footer-v8 .footer .footer-lists li a:hover {
    text-decoration: none;
}

/*Footer Latest News*/
.footer-v8 .footer .latest-news {
    overflow: hidden;
}

.footer-v8 .footer .latest-news img {
    float: left;
    width: 60px;
    height: auto;
    margin: 4px 10px 0 0;
}

.footer-v8 .footer .latest-news h3 {
    margin: 0 0 3px;
    font-size: 14px;
    line-height: 20px;
}

.footer-v8 .footer .latest-news h3 a {
    color: #fff;
}

.footer-v8 .footer .latest-news h3 a:hover {
    text-decoration: none;
}

.footer-v8 .footer .latest-news p {
    font-size: 12px;
    margin-bottom: 1px;
}

/*Footer Subscribe Form*/
.footer-v8 .footer .form-control {
    color: #bbb;
    font-size: 13px;
    font-weight: 400;
    min-height: 30px;
    box-shadow: none;
    border-color: #222;
    padding-right: 15px;
    background: rgba(0,0,0,0.2);
    border-top-left-radius: 30px !important;
    border-bottom-left-radius: 30px !important;
}

.footer-v8 .footer .form-control::-moz-placeholder {
    color: #bbb;
}
.footer-v8 .footer .form-control:-ms-input-placeholder {
    color: #bbb;
}
.footer-v8 .footer .form-control::-webkit-input-placeholder {
    color: #bbb;
}

.footer-v8 .footer .input-group-btn .input-btn {
    color: #fff;
    border: none;
    font-size: 13px;
    margin-left: -1px;
    padding: 7px 10px;
    border-top-right-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
}

/*Footer Social Icons*/
.footer-v8 .footer .social-icon-list {
    padding-left: 0;
    list-style: none;
}

.footer-v8 .footer .social-icon-list li {
    padding: 0 3px;
    display: inline-block;
}

.footer-v8 .footer .social-icon-list li i {
    color: #fff;
    width: 30px;
    height: 30px;
    padding: 7px;
    font-size: 14px;
    text-align: center;
    line-height: normal;
    display: inline-block;
    border: 1px solid #fff;
}

.footer-v8 .footer .social-icon-list li i:hover {
    -webkit-transition: all 0.35s, -webkit-transform 0.35s;
    transition: all 0.35s, transform 0.35s;
}

/*Footer Copyright
------------------------------------*/
.footer-v8 .copyright {
    padding: 15px 0;
    background: #000;
}

.footer-v8 .copyright .terms-menu {
    margin: 5px 0 0;
}

.footer-v8 .copyright .terms-menu li {
    color: #bbb;
    font-size: 12px;
    line-height: 10px;
    margin-right: 2px;
    padding-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #bbb;
}

.footer-v8 .copyright .terms-menu li:first-child {
    border-left: none;
    padding: 0 7px 0 0;
}

.footer-v8 .copyright .terms-menu li a {
    color: #bbb;
}

.footer-v8 .copyright .terms-menu li a:hover {
    color: #fff;
    text-decoration: none;
}

/*Footer Theme Color
------------------------------------*/
.footer-v8 .footer .column-one a:hover {
    color: #a10f2b;
}
.footer-v8 .footer .tags-1 a:hover {
    border-color: #a10f2b;
    background-color: #a10f2b;
}
.footer-v8 .footer .footer-lists li a:hover {
    color: #a10f2b;
}
.footer-v8 .footer .latest-news h3 a:hover {
    color: #a10f2b;
}
.footer-v8 .footer .input-group-btn .input-btn {
    background: #a10f2b;
}
.footer-v8 .footer .social-icon-list li i:hover {
    background: #a10f2b;
    border-color: #a10f2b;
}
