@import url(https://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,800,900);
@import url(https://fonts.googleapis.com/css?family=Raleway:300italic);
@import url(https://fonts.googleapis.com/css?family=Roboto+Mono:400,700italic,500italic,500,400italic,300italic,300,100italic,100,700);

html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;

}
body {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    min-height: 100%;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    line-height: 26px;
    letter-spacing:0.05em;
    font-weight:500;
    background-color: white;
    color: #363637;
}
img {
    height: auto;
    max-width: 100%;
}
mark {
    color:#fff;
    background:rgb(181,67,33);
}
hr {
    display: block;
    line-height: 25px;
    margin: 30px 0;
    position: relative;
    width: 100%;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
    margin: 0;
    color: #363637;
    margin: 9px 0 9px 0;
}
h1 {
    font-size: 42px;
    line-height: 44px;
    margin: 0 0 40px 0;
}
h2 {
    font-size: 36px;
    line-height: 50px;
}
h3 {
    font-size: 28px;
    font-weight: 400;
    line-height: 50px;
}
h4 {
    font-size: 16px;
    font-weight: 400;
    line-height: 50px;
}
h5 {
    font-size: 14px;
    font-weight: 600;
    line-height: 40px;
}
h6 {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}
p {
    margin: 0 0 20px;
}



/* Preformatted text */
code {
    font-family: "Roboto Mono", "Consolas", "Monaco", monospace;
    font-size: 1.3rem;
}

/* lists */
ul, ol {
    margin: 0 0 20px 30px;
    padding: 0;
}
ul {
    list-style: disc outside;
}
ul ul {
    margin: 0 0 0 16px;
    padding: 0;
}
a {
    color: #2D7EA4;
    text-decoration:none;
    -webkit-transition:all 0.2s linear; transition:all 0.2s linear;
}

a:hover,
a:focus,
a:active,
.btn:hover,
.btn:focus,
.btn:active,
button:hover,
button:focus,
button:active  {
    text-decoration:none;
    outline:0;
    box-shadow:none;
    -webkit-transition:all 0.2s ease-out; transition:all 0.2s ease-out;
}
iframe {
    border:0;
    margin:0;
    overflow: hidden;
    width:100%;
    height:auto;
}
::-moz-selection {
    text-shadow:none;
    color: #fff;
    background:rgba(181,67,33,0.8);
}
::selection {
    text-shadow:none;
    color: #fff;
    background:rgba(181,67,33,0.8);
}

/* Background layer */
.bg-overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background: #424252;
    opacity: .6;
}



/* *********************    Helper Classes  ********************* */
.br0 { border-radius: 0 !important; }
.br1 { border-radius: 1px !important; }
.br2 { border-radius: 2px !important; }
.br4 { border-radius: 4px !important; }
.br6 { border-radius: 6px !important; }
.br8 { border-radius: 8px !important; }


.op8 { opacity:0.8 !important; }
.op7 { opacity:0.7 !important; }
.op6 { opacity:0.6 !important; }
.op5 { opacity:0.5 !important; }
.op4 { opacity:0.4 !important; }
.op2 { opacity:0.2 !important; }

.pl30 {
    padding-left: 30px !important;
}

.uppercase { text-transform: uppercase;}
.montserrat { font-family: "Montserrat",sans-serif; }

.fs-small { font-size:80% !important; }
.fs-large { font-size:120% !important; }

.relative { position: relative; }


.block { display: block !important; }
.inline-block { display: inline-block !important; }


.unstyled {
    list-style:none;
    padding:0 0 0 20px;
}

.text-left { text-align: left !important; }
.text-right { text-align: right !important; }

.pl10 {padding-left: 10px !important;}

.pt-90 {padding-top: 90px;}
.pt-100 {padding-top: 100px !important;}
.pt-120 {padding-top: 120px !important;}

.ptb-30 { padding-top: 30px; padding-bottom: 30px;}
.ptb-80 { padding-top: 80px; padding-bottom: 80px;}
.ptb-120 { padding-top: 120px; padding-bottom: 120px;}
.ptb-200 { padding-top: 200px; padding-bottom: 200px;}

.ptb-160-80 {padding-top: 160px; padding-bottom: 80px;}

.m0 { margin:0 !important; }
.mb0 { margin-bottom:0 !important; }
.mt0 { margin-top: 0 !important; }

.mb10 { margin-bottom:10px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb30 { margin-bottom:30px !important; }
.mb40 { margin-bottom:40px !important; }
.mb50 { margin-bottom:50px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb70 { margin-bottom: 70px !important; }
.mb80 { margin-bottom: 80px !important; }
.mb90 { margin-bottom: 90px !important; }
.mb100 { margin-bottom: 100px !important; }

.mt10 { margin-top:10px !important; }
.mt20 { margin-top:20px !important; }
.mt30 { margin-top:30px !important; }
.mt40 { margin-top: 40px !important; }
.mt50 { margin-top: 50px !important; }
.mt60 { margin-top: 60px !important; }
.mt70 { margin-top: 70px !important; }
.mt80 { margin-top: 80px !important; }
.mt90 { margin-top: 90px !important; }
.mt100 { margin-top: 100px !important; }

.p0 { padding: 0 !important; }
.pb0 { padding-bottom: 0 !important; }
.pt0 { padding-top: 0 !important; }

.pt5 { padding-top:5px !important; }


.mr10 { margin-right: 10px !important; }
.mr20 { margin-right: 20px !important; }
.mr30 { margin-right: 30px !important; }


.py5 {padding-left:5px !important; padding-right:5px !important;}
.py10 {padding-left:10px !important; padding-right:10px !important;}
.py15 {padding-left:15px !important; padding-right:15px !important;}
.py20 {padding-left:20px !important; padding-right:20px !important;}

.pr0 { padding-right: 0 !important; }
.pl0 { padding-left: 0 !important; }

.pr30 { padding-right: 30px !important; }
.pl60 { padding-left: 60px !important;}

.no-border { border:none !important; }



    /* Colors */
    .color-main { color: rgb(181,67,33) !important; }
    .color-white { color:#fff !important; }
    .color-alpha { color:rgba(250,250,250,0.9); }
    .color-darker { color:#303234 !important;}
    .color-dark { color:#505355 !important; }
    .color-default { color: #667 !important; }
    .color-gray { color:#999a9b !important; }


    .color-on-dark { color:#c0c3c3 !important; }
    .color-on-img { color:#e2e3e4 !important }


    .bg-main { background-color:rgb(181,67,33) !important; }
    .bg-dark { background-color: #444648 !important; }
    .bg-darker { background-color: #303234 !important; }
    .bg-dark-gray { background-color: #778888 !important; }
    .bg-light-gray { background-color: #aaabac !important; }


    /* Helper classes for mobile */
    @media (max-width:767px) {
        .xs-block { display:block; }
        .xs-mb10 { margin-bottom:10px !important; }

        .xs-pull-left { float:left !important; }

        .xs-pl0 { padding-left:0 !important; }
        .xs-pt0 { padding-top:0 !important; }

        .xs-mt0 {margin-top: 0 !important;}
        .xs-mb0 {margin-bottom: 0 !important;}
    }

    /* Helper classes for tablets */
    @media (max-width:991px) {
        .sm-pt0 { padding-top:0 !important; }

        .sm-m0 { margin:0 !important; }

        .sm-block { display:block !important; }
    }



/* *********************    Megamenu    ********************* */

/* Menu */
.menu {
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    float: left;
    list-style: none;
}
.menu > li {
    display: inline-block;
    float: left;
}

.menu > li > a {
    padding: 25px 15px;
    font-size: 13px;
    text-transform: capitalize;
    font-weight:400;
    display: inline-block;
    color: #fff;
    position:relative;
    z-index:10;
    -webkit-transition: all .2s ease-out; transition: all .2s ease-out;
}

.menu > li > a:hover,
.menu > li > a:focus,
.menu > li:hover > a {
    color:rgb(208, 208, 207);
    -webkit-transition: all .2s ease-out; transition: all .2s ease-out;
}


/* Submenu */
.submenu,
.submenu .submenu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    z-index: 999999;
    min-width: 190px;
    font-size:13px;
    word-spacing: 1px;
    color:#dadde2;
    background-color:#b8343b;
    padding-bottom: 10px;
    padding-top: 5px;
}
.submenu {
    top: 76px;
}
.submenu .submenu {
    left: 150px;
    top: inherit;
    margin-top: -1px;
}
.submenu > li {
    clear:both;
    width:100%;
    font-size: 12px;
}
.submenu > li > a {
    width:100%;
    padding: 10px 15px 10px;
    display:inline-block;
    float:left;
    clear:both;
    color: white;
    line-height: 16px;
    -webkit-transition: all .3s ease-out; transition: all .3s ease-out;
}
.submenu > li > a:hover,
.submenu > li > a:focus,
.submenu > li:hover > a {
    text-indent:5px;
    opacity:0.6;
    -webkit-transition: all .3s ease-out; transition: all .3s ease-out;
}



/* Megamenu */
.megamenu {
    position: absolute;
    display: none;
    min-width: 25%;
    top: 76px;
    font-size: 13px;
    z-index: 999999;
    padding: 25px 15px 5px;
    background-color: #b8343b;
    color: #dadde2;
    word-spacing: 1px;
}

/* Megamenu lists */
.megamenu-list:before,
.megamenu-list:after {
    display: table;
    content: " ";
}
.megamenu-list:after {
    clear:both;
}
.megamenu-list {
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
    list-style: none;
}
.megamenu-list > li,

.megamenu-list > li > a {
    padding:4px 0;
    display:block;
    color:inherit;
    color: white;
    line-height: 16px;
    -webkit-transition: all .3s ease-out; transition: all .3s ease-out;
}
.megamenu-list > li > a:hover,
.megamenu-list > li > a:focus {
    text-indent:5px;
    opacity:0.6;
    -webkit-transition: all .3s ease-out; transition: all .3s ease-out;
}
.megamenu-list > .title {
    font-size:14px;
    color:inherit;
    padding:0 0 6px;
    text-transform:capitalize;
    letter-spacing: 1px;
    font-weight:600;
}
.megamenu-list > .title:after {
    content:"";
    display:block;
    height:1px;
    border-top:2px solid rgb(181,67,33);
    width:15px;
    margin:5px 0 5px;
}

.menu-title {
    font-weight: 700;
    text-transform: uppercase;
    line-height: 18px;
    padding-bottom: 5px;
}

/* Not actually full, as we're missing some sub-menus */
.megamenu.full {
    /* Will need to be 100% one day */
    width: 430px;
    right: 0;
}
.megamenu .fa-menu-title {
    display: inline;
}

/*Megamenu positions */
.menu > li > .megamenu.left { left: 0; }
.menu > li > .megamenu.right,
.menu > .right > .megamenu { right:0; }

.menu > .right { float: right; }

.menu > .right > a,
.menu > li > a.last { padding-right:0 !important; }


@media (min-width:768px) and (max-width:991px) {
    .menu > .first > a { padding-left:0; }
}
@media (min-width:768px) {
    .menu > li > a.first { padding-left:0 !important; }
}


/* Megamenu grid */
.megamenu .row {
    width: 100%;
    margin:15px 0 0;
}
.megamenu .row:first-child { margin-top: 0; }

.megamenu .row:before,
.megamenu .row:after,
.submenu:after,
.submenu:before {
    display: table;
    content: "";
    line-height: 0;
}
.megamenu .row:after,
.submenu:after {
    clear: both;
}

.megamenu [class*="col-"] {
    display: block;
    width: 100%;
    min-height: 1px;
    float: left;
    padding:0 10px;
    margin-bottom:20px;
}

.megamenu .col-1 { width: 8.33333333%; }
.megamenu .col-2 { width: 16.66666667%; }
.megamenu .col-3 { width: 25%; }
.megamenu .col-4 { width: 33.33333333%; }
.megamenu .col-5 { width: 41.66666667%; }
.megamenu .col-6 { width: 50%; }
.megamenu .col-7 { width: 58.33333333%; }
.megamenu .col-8 { width: 66.66666667%; }
.megamenu .col-9 { width: 75%; }
.megamenu .col-10 { width: 83.33333333%; }
.megamenu .col-11 { width: 91.66666667%; }
.megamenu .col-12 { width: 100%; }


/* Menu Icons */
.menu > li > a .icon-direction {
    margin:1px 0 0 10px;
    font-size:8px;
}
.menu .icon-direction {
    position: relative;
    top: 0;
    float: right;
    display: block;
    line-height: inherit;
    vertical-align: middle;
    width: auto;
    margin: 0;
    font-size: 7px;
    font-weight:100;
    text-align: right;
}

.menu-icon {
    margin-right:10px;
    font-size:13px;
    color:#889;
}


/* Toggle Menu */
.menu .toggle-menu { display: none; }


/* Hamburger menu on mobile */
.btn-menu {
    background: transparent;
    padding: 0px 0 9px 15px;
    border: none;
}
.toggle-modal {
    font-size: 30px;
    color: white;
    margin: 14px 20px 0 0;
}


/* Menu on Mobiles */

    @media (max-width: 767px) {
        .header-wrapper {
            background-color: #D33C44;
            color: #dadde2;
        }
        .logo { background-image: url("../images/logo-cake.png") !important; }

        .menu.xs-toggle {
            position:relative;
            top:0;
            margin-bottom: 0;
        }
        .menu > li {
            display: block;
            width: 100%;
        }
        .menu > li:last-child a {
            padding-bottom:35px;
        }
        /* Toggle Menu */
        .menu > .toggle-menu {
            display: block;
            float: right;
            width: 50px;
            height: 50px;
            position: relative;
            top: -60px;
            margin-bottom: -50px;
            cursor: pointer;
            color: white;
        }
        .menu > .toggle-menu.xs-toggle {
            float: none;
            width: 100%;
            position: relative;
            top: auto;
            margin-bottom: 0;
        }
        .toggle-menu .fa {
            margin: 14px 0;
            float: right;
            font-size: 24px;
        }
        .toggle-menu-title {
            color: #dadde2;
            font-size:13px;
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-bottom:0;
            font-weight:400;
            float:left;
            margin-top:12px;
        }

        .menu > li > a {
            text-transform:uppercase;
            font-size:12px;
            color:inherit;
            display:block;
            color: white;
        }
        .menu > li > a,
        .menu > .right > a {
            padding: 15px 25px;
        }
        .menu > li > a:hover,
        .menu > li > a:focus {
            color:rgb(191, 191, 191);
        }

        .submenu,
        .submenu .submenu {
            width: 100% !important;
            left: 0;
            position: static !important;
            border: none;
        }
        .submenu { border-top:none; }

        .megamenu {
            width: 100% !important;
            position: static;
            border-top: none !important;
            border-bottom:none;
            padding: 15px 0 0 30px;
            background-color:transparent;
        }

        .megamenu [class*="col-"] {
            float: none;
            display: block;
            width: 100% !important;
            margin-bottom:30px;
        }

        .megamenu .row,
        .megamenu .row:first-child  [class*="col-"]:first-child { margin-top: 0; }

        .menu > li > .submenu > li > a { padding-left: 40px !important; }
        .menu > li > .submenu > li > .submenu > li > a { padding-left: 62px !important; }
        .menu > li > .submenu > li > .submenu > li > .submenu > li > a { padding-left: 80px !important; }


        /* Topbar */
        .topbar .pull-right {
            float:none !important;
            margin-top: 20px;
            margin-bottom:20px;
        }
    }



/* *********************    Headers     ********************* */


    .logo {
        display: block;
        background-image: url("../images/logo-cake.png");
        background-position: left center;
        background-repeat: no-repeat;
        text-indent: -9999999px;
        background-size: 250px;
        padding: 23px 0;
        margin: 0;
    }

    @media (max-width:767px) {
        .logo-center {
            display:block;
            height:62px;
            background-image:url("../images/logo.png");
            background-position:center center;
            background-repeat: no-repeat;
            text-indent:-9999999px;
        }
    }

/* Column paddings */
.row.col-p0 { margin-left:0; margin-right:0; }
.row.col-p0 [class*="col-"] { padding:0; }

@media (min-width:768px) {
    .row.col-p5 { margin-left:-5px; margin-right:-5px; }
    .row.col-p5 [class*="col-"] { padding:0 5px; }

    .row.col-p10 { margin-left:-10px; margin-right:-10px; }
    .row.col-p10 [class*="col-"] { padding:0 10px; }

    .row.col-p15 { margin-left:-15px; margin-right:-15px; }
    .row.col-p15 [class*="col-"] { padding:0 15px; }

    .row.col-p20 { margin-left:-20px; margin-right:-20px; }
    .row.col-p20 [class*="col-"] { padding:0 20px; }

    .row.col-p30 { margin-left:-30px; margin-right:-30px; }
    .row.col-p30 [class*="col-"] { padding:0 30px; }

    .row .col-p0 { padding-left:0; padding-right:0; }
}



/* *********************    Sidebar     ********************* */

/* Sidebar */
@media (max-width: 767px) {
    .sidebar { margin-top: 60px; }
}

@media (min-width:768px) {
    .space-left { padding-left: 25px; }
}

@media (max-width:991px) {
    .sidebar-blog-post { margin-top:60px; }
    .page-sidebars { margin-bottom: 50px; padding:0;}
}


/* *********************    Pages   ********************* */
    /* 404 and 403 Template */
    .text-404 {
        font-size: 280px;
        font-weight: bold;
        line-height: 100%;
        display: block;
        text-align: center;
        color: #ccccd2;
    }
    .page-404 { padding:70px 0 80px; }
    .over-404 {
        position:absolute;
        top:55%;
        -webkit-transform:translateY(-55%); -ms-transform:translateY(-55%); transform:translateY(-55%);
        width:100%;
    }
    .title-404  {
        font-weight: 600;
        color:#666670;
        font-size: 40px;
        margin-bottom:60px;
        text-align: center;
        line-height:36px;
    }
    .content-404 {
        position:relative;
        text-align:center;
    }

    @media (max-width:767px) {
        .page-404 .text-404 {
            font-size:130px;
            margin-bottom:30px;
        }
        .page-404 .over-404 {
            position:relative;
            top:0;
            -webkit-transform:translateY(0); -ms-transform:translateY(0); transform:translateY(0);
            width:100%;
        }
        .page-404 { padding:50px 0; }
        .title-404 {
            font-size: 36px;
            margin-bottom:30px;
            line-height:46px;
        }
    }


/* *********************    Elements    ********************* */
    /* Forms, Buttons, Alerts, Progress Bars, Tabs, Accordions,
    Popovers, Tolltips, Toggles etc */


    /* Forms */
    .form .form-control {
        border-radius:2px;
        background-color:#e8e8e8;
        border:none;
        height:50px;
        box-shadow:none;
    }
    .form .form-control:focus {
        background-color:#ebebeb;
        border:none;
        outline: 0;
        box-shadow:none;
    }
    .form select.form-control {
        margin-top:5px;
        border-radius:2px;
        color:#556;
        padding: 5px;
        border: none;
        background-color:#e8e8e8;
    }

    .form textarea.form-control { height:auto; }

    .form-message-error,
    .has-error .error {
        color:#B94321;
        font-size:14px;
        font-weight: 400;
        margin-top:3px;
    }
    .form { width: 100%; }

    .form input[type],
    .form textarea {
        width: 100%;
        margin-top: 5px;
        text-indent: 5px;
        outline: none;
        -webkit-transition: all 0.2s linear;
        transition: all 0.2s linear;
        color: #fff;
        background: none;
        border: 1px solid white;
        box-shadow: none;
        border-radius: 0;
    }
    .form input[type]:hover,
    .form textarea:hover {
        border:none;
        background-color: #A22C33;
        border: 1px solid #A22C33;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    }
    .form input[type]:focus,
    .form textarea:focus {
        border:none;
        background-color: #A22C33;
        border: 1px solid #A22C33;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    }

    input[type="email"].big-dog::webkit-input-placeholder {
      color: orange;
    }


    .form input[type=radio],
    .form input[type=checkbox] {
        width:auto;
        margin-right:5px;
    }

    .form label {
        font-weight: 500;
        display: block;
        font-size: 11px;
        letter-spacing: 0.03em;
        color: white;
    }

    .form-required {
        color: #C51010;
        font-weight: 400;
        vertical-align: middle;
        font-size: 13px;
    }
    .form .form-remember {
        display:inline-block;
        margin-right:15px;
    }
    @media (max-width:767px) {
        .form .forgot {
            display: block;
            margin: -20px 20px 25px;
        }
    }

    .form-group {
        position:relative;
    }

    .form-icon:after {
        content:"\f140";
        font-family:"FontAwesome";
        font-size:15px;
        position:absolute;
        right:14px;
        top:7px;
        color:#99a;
    }
    .form-icon.icon-user:after { content:"\f007"; }
    .form-icon.icon-email:after { content:"\f0e0"; }
    .form-icon.icon-message:after { content:"\f039"; }
    .form-icon.icon-lock:after { content:"\f023"; }


    /* Progress Bars */
    .progress {
        border-radius: 2px;
        box-shadow: none;
        height: 24px;
        margin-bottom: 15px;
        background-color: #e2e2e2;
    }
    .progress-bar {
        text-align: left;
        background-color: rgb(181,67,33);
        line-height: 23px;
        color:#fff;
    }
    .progress-bar-animate {
        -webkit-transition:width 1s ease-out; transition:width 1s ease-out;
    }
    .progress-bar span {
        padding: 5px 17px;
        background-color: #444448;
    }

    .progress .progress-bar-info { background-color:#5bc0de !important; }
    .progress .progress-bar-danger { background-color:#d9534f !important; }
    .progress .progress-bar-warning { background-color:#f0ad4e !important; }
    .progress .progress-bar-success { background-color:#5cb85c !important; }
    .progress .progress-bar-primary { background-color:#428bca !important; }


    /* Tables */
    .table th,
    .table td {
        padding:12px !important;
    }


    /* Tabs */

    .tab-content { padding:20px 5px; }
    .tab-content.vertical { padding:5px 5px 20px 20px; }
    .nav-tabs { border:none; }

    .nav-tabs > li {
        float: left;
        margin-bottom: -1px;
    }
    .nav-tabs > li > a {
        border: none;
        border-radius: 0;
        font-family: 'Raleway', sans-serif;
        font-size:12px;
        color:#606063;
        border-top:2px solid #555557;
        background-color:transparent;
        padding:12px 20px;
        margin-right:0;

    }
    .nav-tabs > li > a .fa { margin-right:10px; }

    .nav-tabs > li.active > a,
    .nav-tabs > li.active > a:hover,
    .nav-tabs > li.active > a:focus {
        color: #fff;
        background-color: #555557;
        border:none;
        border-top:2px solid #555557;
    }

    .nav-tabs > li > a:hover,
    .nav-tabs > li > a:focus {
        color: rgb(181,67,33);
        background-color: transparent;
        border: none;
        border-top:2px solid #555557;
    }

    /* nav-tabs vertical */
    .nav-tabs.vertical > li {
        float:none;
        margin-bottom:0;
    }
    .nav-tabs.vertical > li > a {
        border-radius:0;
        border-top:none;
        border-left:2px solid #555557;
    }
    .nav-tabs.vertical > li.active > a,
    .nav-tabs.vertical > li.active > a:hover,
    .nav-tabs.vertical > li.active > a:focus {
        border-top:none;
        border-left:2px solid #555557;
    }

    @media (max-width:767px) {
        .tab-content.vertical { padding:20px 5px }
        .nav-tabs > li {
            float:none;
            margin-bottom:0;
        }
        .nav-tabs > li > a {
            border-radius:0;
            border-top:none;
            border-left:2px solid #555557;
        }
        .nav-tabs > li.active > a,
        .nav-tabs > li.active > a:hover,
        .nav-tabs > li.active > a:focus {
            border-top:none;
            border-left:2px solid #555557;
        }
    }


    /* Buttons */
    .btn {
        border-radius:2px;
        padding:8px 14px;
        -webkit-transition: all 0.3s linear; transition: all 0.3s linear;
    }
    .btn:hover { -webkit-transition: all 0.2s ease-out; transition: all 0.2s ease-out; }


    /* Button style 1 */
    .btn-a {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: translateZ(0); transform: translateZ(0);
        box-shadow: 0 0 1px rgba(0, 0, 0, 0);
        -webkit-backface-visibility: hidden; backface-visibility: hidden;
        -moz-osx-font-smoothing: grayscale;
        position: relative;
        background: #556;
        -webkit-transition: color 0.3s ease-out; transition: color 0.3s ease-out;
        padding:8px 14px;
        border:none;
        color:#fff;
    }
    .btn-a:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgb(181,67,33);
        border-radius:2px;
        -webkit-transform: scale(1); transform: scale(1);
        -webkit-transition: transform 0.3s ease-out; transition: transform 0.3s ease-out;
    }
    .btn-a:hover, .btn-a:focus, .btn-a:active {
      color: #fff;
    }
    .btn-a:hover:before, .btn-a:focus:before, .btn-a:active:before {
      -webkit-transform: scale(0); transform: scale(0);
    }

    /* Button style 2 - simple */
    .btn-b {
        background-color: #e4e4e4;
        border:none;
        color:#555560;
    }
    .btn-b:hover, .btn-b:focus, .btn-b:active, .btn-b.active {
        background-color: #dfdfdf;
        border:none;
        color:#555557;
    }

    /* Button style 3 - bordered */
    .btn-c {
        background-color:transparent;
        color:rgb(181,67,33);
        border:1px solid rgb(181,67,33);
        border-radius:2px;
        padding:7px 13px;
    }
    .btn-c:hover, .btn-c:focus, .btn-c:active, .btn-c.active {
        color:#556;
        border:1px solid #556;
    }


    /* Button style 4 - Uppercased */
    .btn-d {
        background-color:#505460;
        color:#fff;
        border-radius:2px;
        text-transform: uppercase;
        font-size:12px;
        letter-spacing: 1px;
        padding:9px 18px;
    }
    .btn-d:hover, .btn-d:focus, .btn-d:active, .btn-d.active {
        background-color:rgb(181,67,33);
        color:#fff;
        box-shadow: inset 2px 1px 6px rgba(0,0,0,.6);
    }


    /* Button style 5 - Bordered large */
    .btn-e {
        background-color:transparent;
        color:rgb(181,67,33);
        border:1px solid rgb(181,67,33);
        border-radius:2px;
        padding:10px 20px;
        font-size:12px;
        text-transform:uppercase;
        font-weight: 600;
        letter-spacing:1px;
    }
    .btn-e:hover, .btn-e:focus, .btn-e:active, .btn-e.active {
        color:#fff;
        background-color:rgb(181,67,33);
        box-shadow:2px 4px 14px rgba(0,0,0,0.5);
    }


    /* Background buttons */
    .btn.btn-bg {
        color:#fff;
        border:none;
        padding:6px 14px;
    }
    .btn.btn-bg:hover, .btn.btn-bg:focus, .btn.btn-bg:active {
        background-color:#556 !important;
        color:#fff;
        box-shadow:3px 3px 8px rgba(0,0,0,0.4);
    }


    .btn-icon .fa { margin-right:8px; }

    /* Social Buttons */
    .btn.facebook { background-color:#677fb5 ; }
    .btn.twitter { background-color: #70c2e9; }
    .btn.google-plus { background-color:#bc7067; ; }
    .btn.behance { background-color: #42a9fb; }
    .btn.pinterest { background-color:#d8545d; }
    .btn.flickr { background-color:#ff3ba4; }
    .btn.dribbble { background-color:#e299c2 }
    .btn.linkedin { background-color:#3daccf; }
    .btn.instagram { background-color:#b99682; }


    /* Group Buttons - Dropdown menu */
    .dropdown-menu {
        position: absolute;
        top: 93%;
        left: 0;
        z-index: 1000;
        display: none;
        float: left;
        min-width: 160px;
        padding: 5px 0;
        margin: 2px 0 0;
        font-size: 14px;
        text-align: left;
        list-style: none;
        background-color: #fff;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        border: 1px solid #ccc;
        border: 1px solid rgba(0,0,0,.15);
        border-radius: 4px;
        -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
        box-shadow: 0 6px 12px rgba(0,0,0,.175);
    }

    .dropdown-menu {
        min-width:46px;
        margin: 0;
        background-color: #BDBDB5;
        border:none;
        border-radius:2px;
    }

    .dropdown-menu>li>a {
        display: block;
        clear: both;
        font-weight: 400;
        line-height: 1.42857143;
        white-space: nowrap;
        text-align: center;
    }



    .dropdown-menu > li > a {
        color:#363638;
        padding:5px 10px;
        font-weight: 700;
    }
    .dropdown-menu > li > a:hover,
    .dropdown-menu > li > a:focus {
        background-color: #eaeaea;
    }

    /* Tooltips */
    .tooltip-inner {
        padding: 12px 20px;
        border-radius: 3px;
        color:white;
        background-color:black;
        font-weight: 700;
    }
    .tooltip.top .tooltip-arrow { border-top-color:rgba(15,15,20,0.8); }
    .tooltip.bottom .tooltip-arrow { border-bottom-color:rgba(15,15,20,0.8); }
    .tooltip.right .tooltip-arrow { border-right-color:rgba(15,15,20,0.8); }
    .tooltip.left .tooltip-arrow { border-left-color:rgba(15,15,20,0.8); }


    /* Popovers */
    .popover {
        border-radius: 0;
        font-family: 'Raleway', sans-serif;
        border:none;
        background-color: #fcfcfc;
        box-shadow:0 4px 15px rgba(0,0,0,0.3);
        color:#667;
        padding:3px 3px 8px;
    }
    .popover-title {
        padding: 10px 14px 0;
        margin: 0 0 10px 0;
        font-size: 16px;
        font-weight: 400;
        line-height: 18px;
        background-color: inherit;
        border-bottom: none;
        border-radius: 0;
    }
    .popover-title::after {
        content:"";
        display:block;
        height:1px;
        width:25px;
        border-top:2px solid rgb(181,67,33);
        margin:12px 0 5px;
    }



    /* Modals */
    .modal { z-index:999999; }
    .modal-content {
        border-radius:1px;
        background-color: #F1F1F1;
        padding:10px;
    }
    .modal-title {
        font-family: 'Raleway', sans-serif;
        font-size:17px;
        color:#556;
    }
    .modal-title:after {
        content:"";
        display:block;
        height:1px;
        width:35px;
        border-top:2px solid rgb(181,67,33);
        margin:10px 0 10px;
    }
    .modal-header,
    .modal-footer { border:none; }




    /* Alerts */
    .alert {
        border-radius:1px;
        border:none;
        padding:10px 20px;
        position: relative;
    }
    .alert.alert-bg {
        color:rgba(255,255,255,0.9);
        padding:20px 40px 20px 20px;
    }
    .alert .fa {
        display:block;
        float:left;
        margin:5px 20px 15px 5px;
    }
    .alert.alert-dismissable .close {
        position: absolute;
        right: 10px;
        top: 5px;
    }

    .alert-modal {
        position: fixed;
        top:80px;
        left:0;
        opacity:0;
        width:100%;
        margin-top:-30px;
        -webkit-transition:all 0.3s ease-out; transition:all 0.3s ease-out;
    }
    .alert-modal.alert-modal-on {
        opacity:0.9;
        margin-top:0;
        -webkit-transition:all 0.3s ease-out; transition:all 0.3s ease-out;
    }
    .alert-modal .alert {
        box-shadow:2px 4px 8px rgba(0,0,0,0.2);
    }


    /* Pagination */
    .pagination { margin: 20px 0 5px; }

    .pagination > li > a {
        border: none;
        margin-right:7px;
        padding:5px 12px;
        color: rgb(181,67,33);
        background-color: #f5f5f5;
        border-radius: 3px;
    }

    .pagination > li > a > .fa { font-size:10px; }

    .pagination > .active > a {
        color:#fff;
        background-color: rgb(181,67,33);
        border-radius:2px;
    }
    /*.pagination li:first-child.disabled a { padding-left: 0 !important; }*/

    .pagination li:first-child a { border-bottom-left-radius: 2px; border-top-left-radius: 2px; }
    .pagination li:last-child a { border-bottom-right-radius: 2px; border-top-right-radius: 2px; }

    .pagination > li a:hover {
        background-color: rgb(181,67,33);
        color:#fff;
    }
    .pagination .active a:hover { background-color: #556; }

    .pagination > .disabled a {
        background:transparent;
        border:none;
        color:#667;
    }

    .pagination > .disabled a:hover { background: transparent; }

    .pagination.pagination-2 > li > a {
        color:#fff;
        background-color:#d8d8da;
        border:0;
        border-radius:2px;
    }
    .pagination.pagination-2.dark > li > a {
        background-color:#4a4b4e;
        color:#fff;
    }
    .pagination.pagination-2 > .active a,
    .pagination.pagination-2.dark > .active a { background-color: rgb(181,67,33); }

    .pagination.pagination-2 > li a:hover {
        background-color: rgb(181,67,33);
        color:#fff;
        border:none;
        box-shadow: inset 2px 1px 6px rgba(0,0,0,.6);
    }
    .pagination.pagination-2 .active a:hover {
        background-color: #556;
        color:#fff;
    }

    .pagination.pagination-2 .disabled a,
    .pagination.pagination-2 .disabled a:hover,
    .pagination.pagination-2 .disabled a:focus {
        color:#fff;
        background-color:#d8d8da;
        box-shadow:none;
    }
    .pagination.pagination-2.dark .disabled a,
    .pagination.pagination-2.dark .disabled a:hover,
    .pagination.pagination-2.dark .disabled a:focus {
        background-color:#4a4b4e;
        color:#fff;
        box-shadow:none;
    }

    /* Magnific Popup */
    .mfp-bg,
    .mfp-wrap {
        z-index:999999;
    }
    .mfp-counter {
        width: 50px;
        text-align: right;
    }
    .mfp-close {
        color:#fcfcfc;
        cursor:pointer;
    }
    .mfp-close:hover {
        color:rgb(181,67,33);
        cursor:pointer;
    }
    .mfp-zoom-out-cur .header-wrapper {
        z-index: 0 !important;
    }
    button.mfp-arrow {
        background-color:rgba(0,0,0,0.6);
    }
    .mfp-arrow-left:before {
        border-right:none;
    }
    .mfp-arrow-left:after {
        border-right: 20px solid #fcfcfc;
        margin-left: 25px;
    }
    .mfp-arrow-right:before {
        border-left:none;
    }
    .mfp-arrow-right:after {
        border-left: 20px solid #fcfcfc;
    }

    .title-mfp {
        margin: 4px 0 0 4px;
        font-size: 15px;
        font-family: 'Raleway', sans-serif;
        color: #d1d2d3;
        font-weight:600;
        opacity:0.9;
    }


    /* Media */
    .media,
    .media .media {
        margin-top:40px;
    }
    h4.media-heading {
        color:#445;
        font-size:17px;
        margin: 2px 0 6px;
    }
    .media-heading .date {
        margin-left:20px;
        font-size:12px;
    }
    .media-heading .reply {
        margin-left:20px;
        font-size:13px;
    }
    .media-heading .reply a:hover{
        text-decoration: none;
        color: #453951;
    }
    .media .media-object {
        width:90px;
        height:90px;
        border-radius:50%;
        margin-top:5px;
    }
    .media-heading > .user {
        font-size:15px;
        color:#667;
    }
    .media-heading > .user:hover,
    .media-heading > .user:focus,
    .media-heading > .user:active {
        color:rgb(181,67,33);
    }
    .media > .pull-left {
        margin-right:15px;
    }

/** -- header menu -- **/
header {
    background: #D33C44;
    position: fixed;
    top: 0;
    transition: top 0.2s ease-in-out;
    width: 100%;
    z-index: 99;
}
.nav-up {
    top: -76px;
}
.logo-cake img {
    margin-top: 24px;
    margin-bottom: 20px;
    width: 230px;
}
.fa-menu {
    padding-right: 5px;
    font-size: 9px;
}

.fa-menu-title {
    padding-right: 5px;
    font-size: 15px;
}

.dark-gray-stripe {
    background: #363637;
    padding-top: 140px;
    padding-bottom: 25px;
}
.title-blog h1 {
    color: #bdbdb5;
    font-size: 50px;
    letter-spacing: 0.05em;
    line-height: 24px;
    font-weight: 200
}
.sub-bakery {
    font-size: 14px;
    font-style: italic;
    letter-spacing: 0.05em;
    font-weight: 400;
}
.icon-blog {
    font-size: 40px;
}
.glyph_range {
    font-family: 'cake_dingbatsregular';
}

/*-- Bakery -- */

/* Improve Doc */
#improve-slideout {
    position: fixed;
    bottom: 70%;
    right: 0;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    background: #363637;
    padding: 5px 0px 4px;
    position: fixed;
    z-index: 90; /* Behind header */
}
#improve-slideout:hover {
  right: 215px;
}
#improve-slideout:hover #improve-slideout-inner {
  right: 0;
}
#improve-slideout-inner {
    position: fixed;
    bottom: 70%;
    right: -215px;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    background: #e0e0d9;
    padding: 5px 12px;
    width: 215px;
}
#improve-slideout-inner h6 {
    color: #363637;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    font-size: 14px;
}
.icon-improve {
    color: #bdbdb5;
    padding: 3px 9px 0 10px;
    font-size: 24px;
}
.git-improve {
    font-size: 30px;
    vertical-align: -4px;
    padding-left: 8px;
}



/* ---------------------- COOK BOOK ------------------------- */
.icon-submenu-cook {
    padding: 0 6px 0 0;
}

.t-cook-nav h2 {
    color: #B8B8AE;
    text-align: left;
    padding: 10px 0;
}

/* Search form */
.form-cook {
    margin-top: 8px;
    background: #565656;
    border-radius: 0;
    height: 30px;
}

.search-cook {
    margin-top: 8px;
}

.standalone-search button,
.search-cook button {
    padding-left: 7px;
    color: #565656;
    font-size: 23px;
    border: 0;
    outline: 0;
    background: transparent;
}
.search-cook span {
    vertical-align: top;
}

.width-version {
    min-width: 64px;
}

.sidebar-book-title-sub {
    color: #363637;
    text-transform: capitalize;
    letter-spacing: 0.04em;
    font-weight: 500;
    font-size: 13px;
    margin-top: 0;
}

.title-book-wel {
    font-weight: 300;
    letter-spacing: 0.01em;
    font-size: 32px;
    margin-top: 9px;
    margin-bottom: 5px;
    color: #363637;
}



.div-clear {
    clear:both;
}



/* Dropdown menus */
.dropdown > a {
    background: #bdbdb5;
    padding: 5px 8px !important;
    border-radius: 4px;
    margin-top: 8px;
    color: #363638;
    font-weight: 700;
    font-size: 13px;

    -webkit-transition: all .0s ease-out;
    transition: all .0s ease-out;
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.nav > li > a:hover,
.nav > li > a:focus {
    text-decoration: none;
    background-color: #bdbdb5;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: #bdbdb5;
}

.nav-btn {
    padding: 14px 0;
    background: #ECECEC;
}


.btn-nav {
    width: 100%;
    border-radius: 5px;
    background-color: #5F5F5F;
    color: #D9D9D9;
    font-size: 15px;
    font-weight: 300;
    padding: 15px;

}


.modal-title-cookbook {
    font-size: 18px;
    letter-spacing: 0.04em;
    color: #363638;
    border-bottom: 1px solid gainsboro;
    text-align: center;
    line-height: 22px;
    padding-bottom: 10px;
    margin-bottom: 0px;
}


.form-cook-modal {
    margin-top: 8px;
    background: #D2D2D2;
    border-radius: 0;
    height: 42px;
    color: #363638;
}

.title-modal-book {
    text-transform: uppercase;
    padding-top: 8px;
    font-size: 10px;
}

.modal-header .close {
    margin-top: -25px;
    font-size: 38px;
    background: transparent;
    padding: 8px 8px;
    color: #363638;
    margin-right: -17px;
    opacity: 1;
}


/* ---------------------- COOK BOOK - SEARCH ------------------------- */


.cook-search-t h5 {
    color: #2f85ae;
    margin: 0;
    line-height: 1.5em;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.01em;

    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.cook-search-t p {
    color: #2f85ae;
    margin: 0;
    line-height: 1.5em;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 15px;
    letter-spacing: 0.01em;

    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}


.cook-search-t li{
    color: #2f85ae;
     -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    list-style: none;
}

.cook-search-t li:hover h5{
    color: #00aeef;
}

.cook-search-t li:hover p{
    color: #00aeef;
}

.cook-search-t li:hover{
    color: #00aeef;
}

.cook-search-p {
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 0.03em;
}

.form-cook-search {
    background: #E6E6E1;
    border-radius: 0;
    height: 40px;
    color: #363638;
}

.icon-cook-search {
    margin-top: 7px;
}

.icon-cook-search span{
    color: #bdbdb5;
    font-size: 30px;
}

#cook-search::-webkit-input-placeholder {
  color:#acaca7;
}

#cook-search:-moz-placeholder {
  color:#acaca7;
}

#cook-search::-moz-placeholder {
  color:#acaca7;
}

#cook-search:-ms-input-placeholder {
  color:#acaca7;
}

.cook-search-form {
    padding-top: 20px;
    padding-bottom: 20px;
}



.italic {
    font-style: italic;
}

.roboto {
    font-family: 'Roboto Mono', sans-serif;
}

.roboto-small {
    font-family: 'Roboto Mono', sans-serif;
    font-size: 11px !important;
}

/* *********************    Footers     ********************* */
#socials {
    padding-top: 16px;
    padding-bottom: 11px;
}
.social-footer a{
    padding: 10px 18px;
}
.icon-social {
    font-size: 25px;
    color: #bdbdb5;
}
.icon-social:hover {
    color: #D33C45;
}
.icon-irc {
    font-weight: 700;
    font-size: 20px;
    color: #bdbdb5;
}
.icon-irc:hover {
    color: #D33C45;
}

.tooltip {
    padding: 10px;
}
.back-3 {
    background: #2B2B2B;
}


.buss-icon-8 {
    font-size: 25px;
    color: white;
}

.footer-wrapper {
    font-weight: 400;
    letter-spacing: 0.01em;
    background-color: #363638;
    color: #d8dade;
    position:relative;
    padding:60px 0 40px;
}

/* Footer title */
.footer-title {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    margin-bottom:30px;
    color: #d8dade;
    letter-spacing: 1px;
}
.footer-title:after {
    content:"";
    display:block;
    height:1px;
    width:22px;
    border-top:2px solid rgb(181,67,33);
    margin:5px 0 0;
}

.footer-menu {
    color: #fff;
    word-spacing: 1px;
    text-align: left;
    padding: 20px 0;
    font-size: 13px;
    list-style: none;
    margin: 0;
}

.footer-menu li a{
    color: white;
    line-height: 21px;
}

.footer-menu li a:hover{
    color: #D33C45;
}

/* Footer links */
.footer-links {
    margin:0;
    padding:0;
}
.footer-links > li {
    margin:0 20px 15px 0;
    display:inline-block;
    list-style:none;
}
.footer-links > li > a {
    color:#d8dade;
    -webkit-transition:all 0.6s ease-out; transition:all 0.6s ease-out;
}
.footer-links > li > a:hover,
.footer-links > li > a:focus,
.footer-links > li > a:active {
    color: rgb(181,67,33);
    -webkit-transition:all 0.3s ease-out; transition:all 0.3s ease-out;
}

/* Copyright */
.copyright {
    font-size: 11px;
    color: white;
    margin-bottom: 0;
    padding-top: 8px;
}

.copyright a {
    color: #53A8D0;
}

.social iframe {
    text-align: center;
    width: 96px;
}
