@charset "utf-8";

/** general **/
body {
    font-family: 'Maven Pro', sans-serif;
    color: #333341;
    font-size: 18px;
    line-height: 1.8;
}

a {   
    font-weight: 400;
    color: #A52021;
    text-decoration: none;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    -webkit-backface-visibility: hidden;
    outline: 0;
}

a:hover {
    color: #3B0A04;
    text-decoration: none;
    outline: none;
}

h1, h2, h3, h4, h5, h6 {
    color: #333341;
    line-height: normal;  
    margin: 0 0 10px 0;
}

h1 {
    font-size: 45px;
}

h2 {
    font-size: 35px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    margin: 40px 0 40px 0;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 15px;
}

h6 {
    font-size: 12px;
}

p {
    margin-bottom: 18px;
}

img {
    max-width: 100%;
}

blockquote {
    font-size: 15px;
    border-color: #6c0499;
}

.thumbnail {
    border-color: #F2F2F2;
}

.lead {
    font-size: 18px;
}

.icon-line {
    text-align: center;
    color: #444;
    font-size: 24px;
}

.bs-glyphicons {
    margin: 0 -19px 20px -16px;
    overflow: hidden
}

.bs-glyphicons-list {
    padding-left: 0;
    list-style: none
}

.bs-glyphicons li {
    float: left;
    width: 25%;
    height: 115px;
    padding: 10px;
    font-size: 10px;
    line-height: 1.4;
    text-align: center;
    border: 1px solid #fff;
    background-color: #f9f9f9
}

.bs-glyphicons .glyphicon {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 24px
}

.bs-glyphicons .glyphicon-class {
    display: block;
    text-align: center;
    word-wrap: break-word
}

.bs-glyphicons li:hover {
    color: #fff;
    background-color: #563d7c
}

a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus
{
    background: #6c0499;
    border-color: #6c0499;
}

.form-control {

}

.form-control:focus {

}

.bgblue {
    padding: 50px 0px;
    color: #fff;
    background-color: #6c0499;
}

.bgblue a {	
    color: #fff;
}

.bgblue h1, .bgblue h2, .bgblue h3 {	
    margin-bottom: 30px;
    color: #fff;
}

.bgblue h3 {
    border: 0;
    text-align: center;
}

.bgwhite {
    padding: 50px 0px;
    color: #000;
    background-color: #fff;	
}

.bgwhite .default {		
    font-size: 18px;
    color: #333;
}

.bgwhite .small {		
    font-size: 13px;
    color: #333;
}

.bgwhite .big {		
    font-size: 22px;
    color: #333;
}

.bgwhite .default a {	
    font-size: 18px;
    color: #6c0499;
}

.setupArea, #socialArea, #countdownArea {
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-background-size: widthpx heightpx;
    -webkit-background-size: 100% 100%;
}

span.large {
    color: #fff;
    display: block;
    font-size: 400px;
    line-height: 400px;
}

#map_canvas {
    height: 500px;
    width: 100%;
    clear: both;
}

/** top Area **/
.topArea {
    width: 100%;
}

.topArea .navbar-default {
    border-top: 3px solid #470166;
    background-color: #6c0499;
    padding: 5px 0 15px;
    color: #FFF;    
}

.topArea .nav {
    float: left;
}

.topArea .nav>li {
    padding: 0 10px 0 0px;
    font-size: 13px;
}

.topArea .nav>li>a:hover, .topArea .nav>li>a:focus {
    background: none;
}

.topArea .nav>li>a {
    padding: 0 12px 0 0;
    color: #FFF;
    line-height: 18px;
    border-radius: 0;
    float: left;
}

.topArea .glyphicon {
    padding: 0px 5px 0 0;
    line-height: 18px;
    float: left;
    font-size: 13px;
}

.topArea .btn-group {
    float: left;
    position: relative;
}

.topArea .btn-group button, .topArea .open button {
    padding: 0 15px 0 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    border: none;
    text-align: left;
    background: none;
    color: #000;
}

.topArea .glyphicon-chevron-down {
    position: absolute;
    right: 0;
    top: 0px;
    padding: 0;
    font-size: 10px;
    float: right;
}

.topArea .btn-group button:hover, .topArea .open button:hover {
    color: #6c0499;
}

.topArea .btn-default:focus, .topArea .btn-default:active, .topArea .btn-default.active,
.open .dropdown-toggle.btn-default {
    background: none;
    border: none;
    color: #6c0499;
}

.topArea .btn-group.open .dropdown-toggle {
    box-shadow: none;
}

.topArea .dropdown-menu>li>a {
    padding: 5px 10px;
    color: #999;
}

.topArea .dropdown-menu>li>a:hover {
    color: #fff;
}

.topArea .dropdown-menu {
    padding: 3px 0;
    min-width: 0;
    background-color: #F8F8F8;
    border: none;
    border-radius: 0px;
}

.topArea .pull-left {
    padding-top: 9px;
}

.topArea .dropdown-menu {
    font-size: 12px;
}

.topArea .pull-right li a {
    margin-left: 10px;
    padding: 9px 0 8px 0;
    text-align: center;
    height: 30px;
    border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -o-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    display: block;
    font-size: 15px;
}

.topArea .pull-right li a:hover {
    color: #fff;
}

.topArea .pull-right li a.fa-facebook:hover {
    background: #3B5998;
}

.topArea .pull-right li a.fa-twitter:hover {
    background: #00ACEE;
}

.topArea .pull-right li a.fa-google-plus:hover {
    background: #C63B1E;
}

.topArea .pull-right li a.fa-linkedin:hover {
    background: #0073B2;
}

.topArea .pull-right li a.fa-youtube-play:hover {
    background: #CD332D;
}

.topArea .pull-right li a.fa-dribbble:hover {
    background: #EA4C89;
}

/* Buttons */
.btn {
    text-decoration: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    -webkit-backface-visibility: hidden;
    outline: 0;
}

.btn.btn-outline-inverse {
    background-color: #fff;
    border-color: #fff;
    color: #6c0499;
}

/* Navigation */
.navbar {
    padding: 10px 0;
    margin: 0 auto;
    font-size: 15px;
    border-radius: 0;
    background-color: transparent;
    border: 0;
}

.navbar .navbar-brand {
    font-size: 42px;
    height: auto;
    line-height: 50px;
    padding: 0px;
    margin: 0px !important;
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus
{
    color: #6c0499;
}

.navbar, .navbar .main-menu .navbar-brand, .navbar .main-menu .navbar-nav>li>a
{
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.navbar .navbar-nav>li {
    padding: 0 15px;
}

.navbar .navbar-nav>li>a {
    padding-left: 0;
    padding-right: 0;
    color: #fff;
}

.navbar .navbar-nav>li>a:hover, .navbar .navbar-nav>.active>a:hover,
.navbar .navbar-nav>.active>a:focus, .navbar .navbar-nav>.open>a,
.navbar .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus, .navbar .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
    background: none;
    color: #F39C12;
    border-bottom: 2px solid #000;
}

.navbar-inverse .navbar-toggle {
    border-color: #999;
    background: #999;
    color: #999;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus
{
    background: #999;
    border-color: #999;
}

.navbar-inverse .navbar-form {
    background: #fff;
}

.container>.navbar-header, .container-fluid>.navbar-header, .container>.navbar-collapse,
.container-fluid>.navbar-collapse {
    margin-left: -5px;
    margin-right: -5px;
}

.dropdown-menu>li>a:hover {
    background: #6c0499;
    color: #fff;
}

/** animated Header **/
.navbar.tiny {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    z-index: 99;
    width: 100%;
    padding: 15px 0;
}

.navbar.tiny .navbar-brand {
    font-size: 35px;
}

/* Main area */
#mainArea {
    color: #fff;
    position: relative;
    min-height: 0;
    width: 100%;
    overflow: hidden;
}

#mainArea ul.slides li {
    position: relative;
}

#mainArea .flex-direction-nav a {
    border-color: #fff;
    color: #fff;
}

#mainArea .flex-direction-nav a:hover, #mainArea .flex-control-paging li a
{
    background: #fff;
    color: #6c0499;
}

#mainArea .text {
    max-width: 940px;
    margin: 0px auto;
    margin-top: -100px;
    padding: 0 15px;
}

#mainArea .slide-caption {
    position: absolute;
    width: 100%;
    top: 45%;
}

#mainArea h1 {
    color: #fff;
}

/* About Area */
#aboutArea {
    padding: 50px 0;
    margin: 50px 0;
}

#aboutArea a {
    display: block;
}

#aboutArea a p {
    color: #444444;
}

#aboutArea .col-md-3 {
    margin-top: 10px;
    margin-bottom: 10px;
}

#aboutArea .i-overlay {
    margin: 0 auto;
    height: 90px;
    width: 90px;
    line-height: 90px;
    font-size: 36px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-border-radius: 50%;
    color: #fff;
    background: none;
    border: 2px solid #6c0499;
    color: #6c0499;
}

#aboutArea a:hover .i-overlay {
    display: block;
    background: #6c0499;
    color: #fff;
}

#aboutArea a:hover h3 {
    color: #6c0499;
}

.aboutArea h2 {
    color: #6c0499;
}

/* Recent Work */
#recentWork h3 {
    margin: 0px;
}

#recentWork img {
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
}

#recentWork .heading {
    padding: 35px 0;
    background: #fff;
}

#recentWork .work {
    width: 25%;
    float: left;
    position: relative;
}

#recentWork	a span {
    padding: 10px;
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    color: #444;
    line-height: 20px;
    background: #fff;
    background: #fff;
    border: 4px solid #fff;
}

#recentWork	a span:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px;
}

#recentWork a:hover span {
    display: block;
}

/* Setup Area */
.setupArea {
    padding: 40px 0;
    color: #fff;
    position: relative;
    background-image: url(../images/image_1900x1200.jpg);
}

.setupArea.even {
    background-image: url(../images/image_1900x1200.jpg);
}

.setupArea h1 {
    color: #fff;
}

/* Venue Area */
#venueArea {
    padding: 40px 0px;
    text-align: left;
    position: relative;
}

#venueArea h3 i {
    color: #6c0499;
    font-size: 24px;
    margin-right: 5px;
}

#venueArea .col-md-4 {
    margin-top: 10px;
    margin-bottom: 10px;
}

/* Social Area */
#countdownArea {
    padding: 40px 0px;
    background: #F2F2F2;
}

#countdownArea h2 {
    font-size: 70px;
    font-weight: 700;
}

#countdownArea h2 span {
    display: block;
    font-size: 18px;
    font-weight: 400;
    color: #444;
}

/* Feedback Area */
#feedbackArea {
    padding: 40px 0px;
}

#feedbackArea .col-lg-5 {
    margin: 10px;
    padding: 20px 30px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border: 2px solid #dedede;
}

#feedbackArea .col-lg-5:hover {
    border-color: #6c0499;
}

#feedbackArea p span {
    padding: 15px 0 0 0;
    display: block;
    font-size: 14px;
    color: #666;
}

#feedbackArea p span strong {
    padding-left: 15px;
}

/* Social Area */
#socialArea {
    padding: 50px 0px;
    color: #fff;
    background-color: #6c0499;
}

#socialArea h1, #socialArea h2 {
    margin-bottom: 30px;
    color: #fff;
}

/* breadcrumb */
#breadcrumb {
    padding: 30px 0px;
    text-align: center;
    background: #F2F2F2;
}

#breadcrumb h1 {
    margin: 0px;
}

#breadcrumb .breadcrumb {
    margin: 0px;
    background: none;
}

/* Side Navigation */
#content {
    padding: 30px 0;
}

/* Text Area */
#textArea h2 {
    margin-top: 0px;
}

/* Side Widget */
.widget {
    margin-bottom: 20px;
}

.widget ul, .widget ol {
    margin: 0px;
    padding: 0px;
}

.widget.menu ul li {
    border-bottom: 1px solid #F2F2F2;
}

.widget.menu ul li a {
    display: block;
    padding: 7px 0;
}

.widget.menu ul li i {
    padding-right: 5px;
}

.widget.menu ul li a:hover {
    padding-left: 8px;
    background: #F2F2F2;
}

.widget.tags ul {
    width: 100%;
    overflow: hidden;
    list-style: none;
}

.widget.tags ul li {
    list-style: none;
    margin: 0px 5px 5px 0px;
    padding: 0px;
    float: left;
}

/* blog Area */
#blogArea {
    padding: 30px 0 50px;
    text-align: center;
}

#blogArea .col-lg-4 {
    padding: 0;
}

#blogArea img {
    max-width: 100%;
}

#blogArea li {
    padding: 0 10px;
    display: inline;
}

#blogArea li {
    font-size: 12px;
    color: #666;
    line-height: 12px;
}

#blogArea li a {
    color: #666;
    line-height: 12px;
}

#blogArea li a:hover {
    text-decoration: underline;
}

#blogArea i {
    margin-right: 5px;
}

#blogArea .col-lg-12 {
    padding-bottom: 30px;
}

#blogArea .block {
    overflow: hidden;
}

#blogArea .block:hover {
    box-shadow: 0 0 10px #ccc;
}

#blogArea a:hover {
    opacity: .8;
}

/* work Area */
#workArea {
    padding: 50px;
}

#workArea .col-sm-4 {
    padding: 0 0 50px 0;
}

#workArea img {
    margin: 0 auto;
    max-width: 100%;
}

#workArea span {
    margin: 10px 0;
    line-height: 15px;
    font-size: 12px;
    display: block;
    color: #aaa;
}

#workArea p {
    color: #666;
}

#workArea .picture {
    position: relative;
}

#workArea .col-sm-4:hover .social, #workArea .col-sm-3:hover .social {
    display: block;
}

#workArea .social {
    margin: 0 0 0 -150px;
    height: 300px;
    width: 300px;
    display: none;
    position: absolute;
    left: 50%;
    top: 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background: #6c0499;
}

#workArea ul {
    padding: 130px 0 0 0;
}

#workArea li {
    padding: 10px;
    display: inline;
}

#workArea li a {
    color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border: 1px solid #fff;
}

#workArea li a:hover {
    color: #666;
    background: #fff;
}

#workArea .more .social {
    margin-left: -131.5px;
    height: 263px;
    width: 263px;
}

#workArea .more .social ul {
    padding-top: 120px;
}

/* history Area */
#historyArea {
    padding: 50px 0;
}

#historyArea img {
    margin: 0 auto;
    max-width: 100%;
}

#historyArea ul {
    position: relative;
    overflow: hidden;
}

#historyArea ul li a {
    display: inline-block;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    line-height: 80px;
    width: 80px;
    height: 80px;
    border: 2px solid #6c0499;
    color: #666;
    text-align: center;
    background: #fff;
}

#historyArea ul li a:hover {
    background: #6c0499;
    color: #fff;
}

#historyArea ul li.border {
    position: absolute;
    left: 0;
    z-index: -99;
    top: 50%;
    width: 100%;
    border: 1px solid #999;
}

/* Footer Area */
#footerArea {
    padding-top: 30px;
    background: #F0F0F0;
    color: #111;
}

#footerArea a {
    color: #CCCCCC;
}

#footerArea a:hover {
    color: #6c0499;
}

#footerArea h3 {
    font-size: 18px;
    color: #fff;
    border: 0;
}

#footerArea ul li {
    margin-bottom: 10px
}

#footerArea ul.link li {
    margin-bottom: 10px;
    padding-bottom: 10px;
}

#footerArea ul.link li span {
    display: block;
    color: #fff;
}

#footerArea ul.social li {
    display: inline-block;
    font-size: 18px;
    margin-bottom: 5px;
}

#footerArea ul.social li a {
    line-height: 35px;
    height: 35px;
    width: 35px;
    color: #ccc;
    background: #333333;
    text-align: center;
}

#footerArea ul.social li a:hover {
    color: #fff;
    background: #6c0499;
    text-decoration: none;
}

#copyright {
    font-size: 12px;
    padding: 15px;
    margin-top: 30px;
}

#copyright p {
    margin: 0px;
    float: left;
}

#copyright ul {
    float: right;
    margin: 0px;
}

#copyright ul li {
    float: left;
    margin-left: 12px;
}

/* Start Media Queries */
.fs10 {font-size: 10px;}
.fs15 {font-size: 15px;}
.fs20 {font-size: 20px;}
.fs25 {font-size: 25px;}
.fs30 {font-size: 30px;}

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (min-width: 960px) and (max-width: 1224px) {	
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
    .navbar {
        padding: 20px 0;
    }
    .navbar .navbar-nav>li {
        padding: 0 6px;
        font-size: 13px;
    }
    .navbar .navbar-brand {
        font-size: 35px;
    }
    span.large {
        font-size: 300px;
    }
    #recentWork .work {
        width: 50%;
    }
    #copyright p {
        text-align: center;
        float: none;
        margin-bottom: 10px;
    }
    #copyright ul {
        float: none;
        text-align: center;
    }
    #copyright ul li {
        float: none;
        margin: 0px 5px;
        display: inline-block;
    }
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
    .fs10 {font-size: 10px;}
    .fs15 {font-size: 13px;}
    .fs20 {font-size: 16px;}
    .fs25 {font-size: 20px;}
    .fs30 {font-size: 23px;}
    .navbar {
        padding: 10px 0px;
    }
    .navbar .navbar-brand {
        font-size: 35px;
    }
    .navbar.tiny {
        padding: 5px 0px;
    }
    .navbar.tiny .navbar-brand {
        font-size: 30px;
    }
    .navbar-inverse .navbar-collapse {
        margin-top: 10px;
        border: 0px;
        background: #333;
        color: #fff;
    }
    .navbar .navbar-nav>li>a {
        color: #aaa;
        border: 0px;
    }
    .navbar .navbar-nav>li>a:hover, .navbar .navbar-nav>.active>a:hover,
    .navbar .navbar-nav>.active>a:focus, .navbar .navbar-nav>.open>a,
    .navbar .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>li>a:hover,
    .navbar-inverse .navbar-nav>li>a:focus, .navbar .navbar-nav>.open>a:focus,
    .navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover,
    .navbar-inverse .navbar-nav>.active>a:focus {
        color: #fff;
        border: 0px;
    }
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
    #recentWork .work {
        width: 50%;
    }
    span.large {
        font-size: 200px;
        text-align: center;
    }
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
    #recentWork .work {
        width: 100%;
    }
    span.large {
        font-size: 200px;
        text-align: center;
    }
}

#socialArea p.text-center {
    padding-top: 20px;
}

#socialArea h2 {
    font-size: 25px;
}

.banner {
    background-image: url('../img/banner.png');
}

.mt10 {margin-top: 10px;}
.mt20 {margin-top: 20px;}
.mt30 {margin-top: 30px;}
.mt40 {margin-top: 40px;}
.mt50 {margin-top: 50px;}
.mt60 {margin-top: 60px;}
.mt70 {margin-top: 70px;}
.mt80 {margin-top: 80px;}
.mt90 {margin-top: 90px;}
.mt100 {margin-top: 100px;}

.mb10 {margin-bottom: 10px;}
.mb20 {margin-bottom: 20px;}
.mb30 {margin-bottom: 30px;}
.mb40 {margin-bottom: 40px;}
.mb50 {margin-bottom: 50px;}
.mb60 {margin-bottom: 60px;}
.mb70 {margin-bottom: 70px;}
.mb80 {margin-bottom: 80px;}
.mb90 {margin-bottom: 90px;}
.mb100 {margin-bottom: 100px;}

.mbt10 {margin-bottom: 10px;margin-top: 10px;}
.mbt20 {margin-bottom: 20px;margin-top: 20px;}
.mbt30 {margin-bottom: 30px;margin-top: 30px;}
.mbt40 {margin-bottom: 40px;margin-top: 40px;}
.mbt50 {margin-bottom: 50px;margin-top: 50px;}
.mbt60 {margin-bottom: 60px;margin-top: 60px;}
.mbt70 {margin-bottom: 70px;margin-top: 70px;}
.mbt80 {margin-bottom: 80px;margin-top: 80px;}
.mbt90 {margin-bottom: 90px;margin-top: 90px;}
.mbt100 {margin-bottom: 100px;margin-top: 100px;}

.pt10 {padding-top: 10px;}
.pt20 {padding-top: 20px;}
.pt30 {padding-top: 30px;}
.pt40 {padding-top: 40px;}
.pt50 {padding-top: 50px;}
.pt60 {padding-top: 60px;}
.pt70 {padding-top: 70px;}
.pt80 {padding-top: 80px;}
.pt90 {padding-top: 90px;}
.pt100 {padding-top: 100px;}

.pb10 {padding-bottom: 10px;}
.pb20 {padding-bottom: 20px;}
.pb30 {padding-bottom: 30px;}
.pb40 {padding-bottom: 40px;}
.pb50 {padding-bottom: 50px;}
.pb60 {padding-bottom: 60px;}
.pb70 {padding-bottom: 70px;}
.pb80 {padding-bottom: 80px;}
.pb90 {padding-bottom: 90px;}
.pb100 {padding-bottom: 100px;}

.pbt10 {padding-bottom: 10px;padding-top: 10px;}
.pbt20 {padding-bottom: 20px;padding-top: 20px;}
.pbt30 {padding-bottom: 30px;padding-top: 30px;}
.pbt40 {padding-bottom: 40px;padding-top: 40px;}
.pbt50 {padding-bottom: 50px;padding-top: 50px;}
.pbt60 {padding-bottom: 60px;padding-top: 60px;}
.pbt70 {padding-bottom: 70px;padding-top: 70px;}
.pbt80 {padding-bottom: 80px;padding-top: 80px;}
.pbt90 {padding-bottom: 90px;padding-top: 90px;}
.pbt100 {padding-bottom: 100px;padding-top: 100px;}

#logged-panel {
    position:fixed;
    bottom:0;
    z-index: 1500;
    overflow: hidden;
    background-color: #222;
}

#logged-panel a {
    color: #C2CBE0
}        

#logged-panel a:hover {
    color: #222
}

.side-box {
    width: 100%;
    margin-bottom: 50px;
}

.side-youtube {
    width:100%; 
    height: 350px;
}

@media ( min-width :768px) {
    .side-youtube {
        width:100%; 
        height: 250px;
    }
}

.navbar-back-image {
    background-image: url("https://bemmelhor.com.br/archives/receitas_lowcarb.jpg");
    background-position: center top;
    background-size: 100% auto;
    min-height: 250px;
}

@media ( max-width :768px) {
    .navbar-back-image {
        min-height: 150px;
    }
}

.navbar-back-image:before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: ' ';
}

.navbar-back-black {
    width: 100%;
    background-color: #222222;
}

.navbar-center {
    margin: 0 auto;
}

@media (min-width: 768px){
    .navbar-center {
        width: 750px;
    }
}

@media (min-width: 992px){
    .navbar-center {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .navbar-center {
        width: 1170px;
    }
}

.cipher {
    font-family: 'Nova Mono', monospace;
    font-weight: 300;
}

.w20 {width: 20px;}
.w30 {width: 30px;}


.btn-add {
    box-shadow: 2px 2px 4px rgba(0,0,0,.4);
    background-color: #449C44;
    color: #fff;
    font-size: 25px;
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 5%;
    right: 3%;
    padding: 5px 0 0 0;
    z-index: 10000000;
    border-radius: 50%;
    text-align: center;
}

.btn-add:hover {
    transform: scale(1.2);
    color: #fff;
}

.btn-flow, .btn-flow-2, .btn-flow-3, .btn-flow-4 {
    box-shadow: 2px 2px 4px rgba(0,0,0,.4);
    background-color: #449C44;
    color: #fff;
    font-size: 25px;
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 50px;
    right: 3%;
    padding: 4px 0 0 0;
    z-index: 10000000;
    border-radius: 50%;
    text-align: center;
}

.btn-flow:hover, .btn-flow-2:hover, .btn-flow-3:hover, .btn-flow-4:hover {
    transform: scale(1.2);
    color: #fff;
}

.btn-flow-2 {
    bottom: 110px;
}

.btn-flow-3 {
    bottom: 170px;
}

.btn-flow-4 {
    bottom: 230px;
}

.btn-flow-red { background-color: #DC3545 !important; }
.btn-flow-light-green { background-color: #90EE90 !important; }
.btn-flow-dark-violet { background-color: #9400D3 !important; }
.btn-flow-violet { background-color: #8A2BE2 !important; }
.btn-flow-blue { background-color: #6c0499 !important; }

.subtitle {
    color: #9400d3
}

.subtitle i {
    color: #555
}

.recipes ul li, .recipes ol li {
    font-weight: 300 !important
}

.icon-recipe {
    color: #555;
}

.w200 {
    width: 200px !important;
    max-width: 200px !important;
}

.table td {
    padding: 20px 0 20px 0 !important
}

.btn-rounded {
    border-radius: 50px !important; 
    font-size: 0.3em
}

.box-light-gray {
    margin-bottom: 20px;
    padding-bottom:20px;
    background-color: #f4f4f4;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.box-light-white {
    margin-bottom: 20px;
    padding-bottom:20px;
    background-color: #fff;
    border: 1px solid #f4f4f4;
    border-radius: 5px;
}

.box-light-title {
    margin-top: 20px;
    margin-bottom: 0;
    border-bottom: 0;
}
    
.padding-b-20 {
    padding-bottom: 20px !important;
}

.padding-b-40 {
    padding-bottom: 40px !important;
}

.padding-t-0 {
    padding-top: 0px !important;
}    

.padding-t-10 {
    padding-top: 10px !important;
}    

.btn:hover {
    background-color: #6C0499 !important;
    color: #fff !important;
}