body, html{
    font-family: 'Lato', sans-serif;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    color: #5a5a5a;
    height: 100%;
}
h1{
    text-transform: uppercase;
}
h1 strong{
    font-weight: 900;
}
h2{
    text-transform: uppercase;
    line-height: 30px;
    margin:  0;
}
h3{
font-size: 18px;
font-weight: 900;
}
h4, .h4 {
    text-transform: uppercase;
}
h5{
    text-transform: uppercase;
    font-weight: 700;
    line-height: 20px;
}
p {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}
.bg-greytone-lightest {
    background-color: #fff;
}
.primary {
    color: #337ab7 !important;
}
.primary-link {
    color: #337ab7 !important;
    text-decoration: underline;
}
.primary-link:hover {
    text-decoration: none;
}
.secondary {
    color: #ffa500;
}
.a-center {
    text-align: center;
}
.a-right {
    text-align: right;
}
table {
    width: 100%;
}
.table-standard td, .table-standard th {
    padding: 10px 5px;
}
.table-standard tr {
    border-bottom: solid 1px #efefef;
}
.table-standard a {
    color: #337ab7;
}
.table-standard .fa {
    color: #333;
}
.table-alternate-tbody tbody:nth-child(odd) {
    background-color: #f8f8f8;
}
.highlight-on-hover tbody tr:hover {
    background-color: #efefef;
}
/*a{ color: #ffa500;}*/
.a-link {
    color: #337ab7;
    text-decoration: underline;
}
.a-link:hover,
.a-link:focus,
a:hover,
a:focus {
    text-decoration: none;
    color: #ffa500;
}
a.fa {
    cursor: pointer;
}
a[aria-expanded=true] {
    color: #ffa500;
}
.sub-panel .panel-heading {
    border-bottom: 1px solid #ccc;
    display: table;
    margin: 0 40px 0.33em;
    padding: 0.33em;
}
.sub-panel .panel-body {
    margin: 0 60px;
    padding: 0.33em;
}
/* forms */
.fieldset {
    margin-top: 15px;
    margin-bottom: 45px;
}
.legend {
    font-size: 1.4em;
    border-bottom: solid 1px #ccc;
    margin-bottom: 0.66em;
}
.btn {
    padding: 0.33em 1em;
    margin-bottom: 0.33em;
    border-radius: 0;
}
a.btn {
    color: inherit;
    text-decoration: none;
}
a.btn-primary {
    color: #fff;
}
.btn-secondary {
    background-color: #efefef;
}
.btn-empty {
    background: transparent;
    border: solid 1px;
    color: #777;
}
.btn-empty:hover, .btn-empty.active {
    background-color: #ffa500;
    color: #333;
}
.btn-full,
.btn-group-full .btn {
    display: block;
    width: 100%;
}
.btn-default {
    background-color: #ffa500;
    color: #333;
    text-align: center;
    border: solid 1px #555;
}
.btn-block-lg {
    line-height: 3em;
}
.btn:active, .btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn:hover {
    text-decoration: none;
    /*color: #333;*/
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: thin dotted;
    outline: none;
    outline-offset: none;
}

@media(max-width: 480px) {
    .btn-group .btn {
        display: block;
        width: 100%
    }
}

/* stick footer */
.sticky-wrapper:after {
    content: '';
    display: block;
}
.sticky-wrapper {
    min-height: 100%;
    margin-bottom: -200px;
}
.sticky-footer, .sticky-wrapper:after {
    height: 200px;
}

.sticky-footer {
    height: 200px;
    background-color: #222222;
    color: #ffffff;
    padding: 20px 0 15px 0;
}

.section-title hr{
    border-color: #ffa500;
    border-width: 4px;
    width: 60px;
    float: left;
    clear: both;
}

ul, ol{
    padding: 0;
    webkit-padding: 0;
    moz-padding: 0;
}
.tf-section {
    padding-top: 80px;
    padding-bottom: 80px;
}
/* Navigation */
#tf-menu {
    transition: all 0.8s;
}
#tf-menu.navbar-default {
    background-color: rgba(0, 0, 0, 0.8);
}
#tf-menu .navbar-header {
    position: relative;
    z-index: 100;
}
@media (min-width: 767px) {
    #tf-menu.navbar-default {
        background-color: transparent;
        border-color: transparent;
    }
    #tf-menu.navbar-default.bg-faded-dark {
        background-color: rgba(0, 0, 0, 0.8);
    }
}

.navbar-header .navbar-brand {
    font-size: 22px;
    color: #fff;
    font-weight: 900;
}

.navbar-default .navbar-nav > li > a {
    text-transform: uppercase;
    color: #fff;
    font-size: 1em;
    letter-spacing: 1px;
    border: solid 3px transparent;
}


.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #fff;
    border-color: transparent;
    text-decoration: underline;
}
.on {
    background-color: #222222 !important;
    padding: 3px !important;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
    color: #ffa500 !important;
    background-color: transparent;
    font-weight: 700;
}

.navbar-toggle {
    border-radius: 0;
    }

/* Home Style */
#tf-home{
    background: url(../img/01.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
.card-on-hero {
    padding: 1em;
    background-color: rgba(255, 255, 255, 0.85);
    color: #333;
}
.hero-color,
.overlay h1 {
    color: #cfcfcf;
}
.vh-center-container {
    position: relative;
    height: 100%;
}
.vh-center {
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    width: 100%;
    top: 50%;
    margin-left: auto;
    margin-right: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}
#tf-home .overlay{
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(17%,rgba(0,0,0,0.73)), color-stop(35%,rgba(0,0,0,0.66)), color-stop(62%,rgba(0,0,0,0.55)), color-stop(100%,rgba(0,0,0,0.4))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
    height: 750px;
    background-attachment: fixed;
}
#tf-home p.lead{
    color: #e3e3e3;
}
.content{
    position: relative;
    padding: 20% 0 0;
}

.color{
    color: #ffa500;
}
.navbar-default .navbar-nav .bg-color-link,
.bg-color-link {
    background-color: #ffa500;
}
.fa.fa-angle-down {
    padding: 10px 15px;
    color: #fff;
    border: 2px solid #b4b4b4;
    border-radius: 50%;
    font-size: 24px;
    margin-top: 200px;
    transition: all 0.5s;
}
.fa.fa-angle-down:hover{
    background: #ffa500;
    color: #ffffff;
    border: 2px solid #ffa500;
}
/* About Section */
/*#tf-about{
    padding: 80px 0;
}*/
.about-list{ margin: 30px 0 0 ;}
.about-list li{
    display: block;
    font-size: 16px;
    line-height: 30px;
    font-family: 'Open Sans', sans-serif;
}
.about-list li span{ 
    margin-right: 10px;
}

/* Team Section */
#tf-team{
    background: url(../img/03.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    color: #ffffff;
}
#tf-team .overlay{
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(17%,rgba(0,0,0,0.73)), color-stop(35%,rgba(0,0,0,0.66)), color-stop(62%,rgba(0,0,0,0.55)), color-stop(100%,rgba(0,0,0,0.4))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
    height: auto;
    background-attachment: fixed;
    padding: 80px 0;
}
.section-title.center{
    padding: 30px 0;
}
.section-title .h2,
.section-title.center .h2{
    font-weight: 300;
    margin-top: 10px;
}
.section-title.center .line{
    border-top: 4px solid #ffa500;
    height: 10px;
    width: 60px;
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
}

.section-title.center hr {
    border-top: 4px solid rgba(252, 172, 69, 0.34);
    width: 40px;
    text-align: center;
    margin-top: 10px;
    position: relative;
    left: 17%;
}
#team{ margin: 0 auto}
#team .item{
    padding: 0;
    margin: 15px;
    color: #FFF;
    text-align: center;
}

.img-circle.team-img {
    width: 120px;
    height: 120px;
    border: 4px solid transparent;
    transition: all 0.5s;
}
#tf-team .item .thumbnail:hover>img.img-circle.team-img{
    border: 4px solid #ffa500;
}
#tf-team .thumbnail {
    background: transparent;
    border: 0;
}

#tf-team .thumbnail .caption {
    padding: 9px;
    color: #F2F2F2;
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    filter: Alpha(Opacity=1);
    opacity: 1;
    -webkit-border-radius: 0;
    -moz-border-radius: 20px;
    border-radius: 0;
    background: #FFFFFF;
    transition: all 0.5s;
}

.owl-theme .owl-controls .owl-page.active span, 
.owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1;
    background: #ffa500;
}
.owl-theme .owl-controls .owl-page.active span{
    background: #ffa500;
}

/* Services Section */
#tf-services{
    padding: 80px 0;
}

.service .fa {
    font-size: 40px;
    border: 4px solid #ffa500;
    width: 100px;
    height: 100px;
    padding: 27px 25px;
    margin-bottom: 10px;
    border-radius: 50%;
    transition: all 0.5s;
    cursor: default;
}


/* Clients Section */
#tf-clients{
    background: url(../img/04.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    color: #ffffff;
}

#tf-clients .overlay{
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(17%,rgba(0,0,0,0.73)), color-stop(35%,rgba(0,0,0,0.66)), color-stop(62%,rgba(0,0,0,0.55)), color-stop(100%,rgba(0,0,0,0.4))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
    padding: 80px 0;
    background-attachment: fixed;
}

#clients .item{
    padding: 0;
    margin: 35px;
    color: #FFF;
    text-align: center;
}
/* Gallery Section 
==============================*/
#tf-works{
    padding: 80px 0;
}
.categories{ 
    padding: 10px 0;
}
.cat li{
    display: inline-block;
}
#tf-works li.pull-right {
    margin-top: 10px;
}
.type li{
    display: inline-block;
    margin-left: 20px;
}
.type li:after{
    content: ' | ';
    margin-left: 20px;
}
.type li:last-child:after { content: ''; }
.type li a{ color: #222222}
.type li a.active { font-weight: 700; }
.isotope-item { z-index: 2 }
.isotope-hidden.isotope-item { z-index: 1 }
.isotope,
.isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope-item {
    margin-right: -1px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.isotope {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}
.portfolio-item{
    margin-bottom: 30px;
}
.portfolio-item .hover-bg{
    height: 260px;
    overflow: hidden;
    position: relative;
}

.hover-bg .hover-text {
    position: absolute;
    text-align: center;
    margin: 0 auto;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.66);
    padding: 25% 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: all 0.5s;
}
.hover-bg .hover-text>h4{
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
            transition: all 0.3s;
}
.hover-bg:hover .hover-text>h4{
    opacity: 1;
    -webkit-backface-visibility:hidden;
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
.hover-bg .hover-text>i{
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
            transition: all 0.3s;
}
.hover-bg:hover .hover-text>i{
    opacity: 1;
    -webkit-backface-visibility:hidden;
   -webkit-transform: translateY(100%);
            transform: translateY(100%);
}
.hover-bg:hover .hover-text{
    opacity: 1;
}
#tf-works i.fa {
    height: 30px;
    width: 30px;
    border: 1px solid #ffa500;
    font-size: 20px;
    padding: 5px;
    border-radius: 50%;
    color: #ffa500;
}
/* Testimonials Section */
#tf-testimonials{
    background: #525050;
    background-size: auto 50%;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    color: #ffffff;
}


#testimonial {
    padding: 30px 0;
}
#testimonial .item{
    display: block;
    width: 100%;
    height: auto;
}

#testimonial .item p {
    font-weight: 400;
    margin: 20px 0;
    color: #d1d1d1;
}
/* Contact Section */
#tf-contact{
    padding: 80px 0;
}
#tf-contact .form-control {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

#tf-contact .form-control:focus {
    border-color: inherit;
    outline: 0;
    -webkit-box-shadow: transparent;
    box-shadow: transparent;
}
/* Footer */
nav#footer .fnav{ vertical-align: middle;}
ul.footer-social li{
    display: inline-block;
    margin-right: 10px;
}
nav#footer p{
    font-size: 12px;
    margin-top: 10px;
}
#footer i.fa {
    height: 30px;
    width: 30px;
    border: 2px solid #8c8c8c;
    font-size: 20px;
    padding: 4px 5px;
    border-radius: 50%;
    color: #8c8c8c;
    transition: all 0.5s;
}
#footer i.fa:hover{
    background: #ffa500;
    border-color: #ffa500;
    color: #ffffff;
}
/* Developer tool styles */
#developer-toolbar {
    position: fixed;
    top: 5px;
    z-index: 99999;
    overflow: auto;
    height: 42px;
    background-color: #f00;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
}

#developer-toolbar:hover {
    top: 0;
    background-color: #616093;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
}

#developer-toolbar td a + span {
    display: none;
}
#developer-toolbar td a {
    display: block;
    padding: 5px 10px;
    font-size: 14px;
    float: none;
    margin-top: 0;
    height: auto;
}
#developer-toolbar .actions ul li {
    display: inline-block;
    vertical-align: middle;
}
#developer-toolbar #developer-search input {
    font-size: 14px;
    color: #000;
}
.developer-support-footer {
    background-color: #333;
    color: #fff;
}
.developer-support-footer pre {
    color: #fff;
}
.developer-support-footer input {
    color: black;
    width: auto;
}
/* card styles */
.card {
    border: solid 1px #ccc;
    margin-top: 10px;
    margin-bottom: 10px;
    box-shadow: 1px 1px 5px -2px #ccc;
}
.card-highlight {
    background-color: #337ab7;
    color: #fff;
}
.card-title {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 0;
}
.card-header.heading-primary {
    margin: -15px -15px 15px;
    font-size: 1.2em;
    padding: 15px 15px 10px;
}
.card-header,
.card-footer {
    padding: 0.5em 1em;
}
.card-body {
    padding: 1.5em 1em;
}
.card-header {
    border-bottom: solid 1px #ccc;
}
.card-footer {
    border-top: solid 1px #ccc;
}
.card-basic {
    border: solid thin #ccc;
    box-shadow: 1px 1px 3px -1px #ccc;
    padding: 15px
}
.card-basic a {
    color: #337ab7;
    text-decoration: underline;
}
.card-basic a:hover {
    color: #135a97;
    text-decoration: none;
}

/* form styles */
form {
    text-align: left;
}
form .buttons {
    text-align: right;
}
.field-status-success,
.success {
    color: #008000;
}
.field-status-warning,
.warning {
    color: #ffaf40;
}
.error,
.form-error {
    color: #bf4040;
}
.error::-webkit-input-placeholder,
.error::-moz-placeholder,
.error::-moz-placeholder,
.error:-ms-input-placeholder {
    color: #ff0000;
}
/*form label.error {
    font-size: 0.8em;
    font-weight: normal;
    float: right;
}*/
[data-toggle="overlay"] {
    position: relative;
    z-index: 1;
}
.form-overlay {
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    padding: 5px;
    background-color: rgba(255, 255, 255, 0.85);
}
.bt-ff {
    border: solid 1px #ccc;
    height: 32px;
    padding: 0.5em 0.33em;
    background-color: #fff;
}
.form-item-wrapper {
    margin-bottom: 0.66em;
    padding: 5px;
}
.form-item-inline .form-item-wrapper {
    display: inline-block;
}
.textfield-date label {
    display: block !important;
    text-align: center;
}
.textfield-date input {
    padding-left: 8px;
    padding-right: 8px;
}
.textfield-date-mm {
    width: 4em;
}
.textfield-date-dd {
    width: 3.5em;
}
.textfield-date-yyyy {
    width: 4.5em;
}
select {
    width: 100%;
}
input {
    border: thin solid #ccc;
    height: 32px;
    padding: 0.33em;
    width: 100%;
}
.btn:focus,
input:focus, select:focus, button:focus {
    outline: dotted 1px;
}
input[type=checkbox],
input[type=radio],
input[type=submit] {
    width: auto;
}
input[type=checkbox],
input[type=radio],
select[size] {
    height: auto;
}
.form-item-wrapper input, .form-item-wrapper label {
    display: inline-block;
    vertical-align: middle;
}
.form-item-wrapper.disabled {
    opacity: 0.5;
}
input[disabled="disabled"],
select[disabled="disabled"],
textarea[disabled="disabled"],
button[disabled="disabled"],
.btn[disabled="disabled"],
.disabled a {
    cursor: default;
    outline: none;
}
button[disabled="disabled"],
.btn[disabled="disabled"],
.disabled a {
    color: #333;
}
button[disabled="disabled"],
.btn[disabled="disabled"] {
    background-color: #f0f0f0;
}
label {
    padding-right: 1em;
    font-weight: normal;
    text-align: left;
    font-weight: bold;
    display: block;
}
.list-status {
    display: inline-block;
    margin-left: 5px;
    cursor: default;
}
.list-standard {
    padding: 15px;
}
.list-standard > li {
    border-bottom: solid 1px #ddd;
    padding: 0.33em;
    margin-bottom: 1em;
}
.list-standard  .list {
    padding-left: 30px;
    margin-top: 15px;
    margin-bottom: 30px;
}
ol.list-standard {
    list-style-type: decimal-leading-zero;
}
.no-bullets {
    list-style: none;
}
.border-none {
    border: none !important;
}
.border-all {
    border: solid 1px #ccc;
}
.border-bottom {
    border-bottom: solid 1px #ccc;
}
.border-top {
    border-top: solid 1px #ccc;
}
.border-left {
    border-left: solid 1px #ccc;
}
.border-right {
    border-right: solid 1px #ccc;
}
.list-horizontal li {
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px;
    padding-right: 5px;
}

.rule-top {
    border-top: solid 1px;
    margin-top: 15px;
    padding-top: 15px;
}
.form-widget + .form-widget {
    margin-top: 15px;
}
.entries {
    margin-top: 15px;
    margin-bottom: 15px;
}
.entries-none {
    color: #777;
    border: dashed 2px #ccc;
    border-radius: 2px;
    padding: 45px;
    text-align: center;
}
.entries-none h1 {
    text-transform: none;
    margin-top: 0;
    font-size: 1.2em;
}
.entries em {
    font-style: normal;
    color: #999;
}
.entries p {
    color: #999;
    font-size: 1em;
}
.entries p a {
    text-decoration: underline;
}

.container-bound {
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    padding-left: 40px;
    padding-right: 40px;
}
.drop-shadow-h {
    box-shadow: -5px 0 5px -5px #ccc, 5px 0 5px -5px #ccc;
}
.heading-muted {
    padding: 0.33em 1em;
    background-color: #efefef;
    color: #999;
}
.heading-primary {
    margin-top: 0;
    padding: 0.33em 1em;
    background-color: #337ab7;
    color: #fff;
}
.heading-active,
.heading-secondary {
    padding: 0.33em 1em;
    background-color: #efefef;
    color: #000;
}
/*
Header Style: molding
Like wall moldings, this style uses ::before and ::after
to add an empty space followed by a stylized bar.
*/
.h-style-molding {
    position: relative;
    margin-bottom: 15px;
    font-size: 16px;
}
.h-style-molding::after {
    background-color: inherit;
    bottom: -0.33em;
    content: "";
    display: block;
    height: 0.15em;
    left: 0;
    position: absolute;
    width: 100%;
}
/* potential future rules to split out h-style-molding */
/*.h-style-molding-top {}
.h-style-molding-bottom {}
.h-style-molding-left {}
.h-style-molding-right {}
.h-style-molding-h {}
.h-style-molding-v {}*/

/* Feedback Animation */
.anim {
    transition: all 0.6s linear 0s;
}
.anim-slow {
    transition: all 1s linear 0s;
}
.anim-slow-x2 {
    transition: all 1.5s linear 0s;
}
.anim-highlight-fade {
    box-shadow: inset 0 0 2px 1px rgb(252, 172, 69);
    background-color: rgba(252, 172, 69, 0.8);
}
.workflow-arrow-right::before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #333 #333 #333 transparent;
    border-image: none;
    border-style: solid;
    border-width: 10px;
    content: "";
    left: -20px;
    position: absolute;
}
.workflow-arrow-right::after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent transparent transparent #333;
    border-image: none;
    border-style: solid;
    border-width: 10px;
    content: "";
    position: absolute;
    right: -20px;
}
.workflow-arrow-right {
    background: #333 none repeat scroll 0 0;
    float: right;
    width: 0;
    margin-left: 25px;
    position: relative;
}

.modal-w-sm .modal-dialog { width: 768px; }
.modal-w-md .modal-dialog { width: 1024px; }
.modal-w-lg .modal-dialog { width: 1200px; }


/* Overflow scroll boxes */
.scrollbox-sm,
.scrollbox-md,
.scrollbox-lg {
    overflow: auto;
    padding: 15px;
    /*box-shadow: 0 15px 20px -15px #ccc inset;*/
    border: solid 1px #ccc;
}

.scrollbox-sm { max-height: 200px; }
.scrollbox-md { max-height: 320px; }
.scrollbox-lg { max-height: 540px; }

.scrollbox-md::before,
.scrollbox-md::after {
    color: #ccc;
    cursor: default;
}
.scrollbox-md::after {
    content: "- end -";
    margin-top: 2em;
    margin-bottom: 1em;
    display: block;
    text-align: center;
}
#system-messages {
    position: fixed;
    max-width: 480px;
    top: 10%;
    right: 0;
    color: #fff;
    z-index: 1000;
}
.system-message:not(:first-child) {
    margin-top: 3px;
}
.system-message {
    padding: 10px;
    background-color: rgba(0,0,0,0.85);
    border-left: solid 1px #fff;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
}
.icon-actions {
    cursor: pointer;
}
.col-sidebar {
    background-color: #efefef;
}
/* GENERAL RULES */

/* max widths */
.max-width-xlg { max-width: 1600px; }
.max-width-lg { max-width: 1024px; }
.max-width-md { max-width: 768px; }
.max-width-ms { max-width: 480px; }
.max-width-sm { max-width: 320px; }

.char-width-1 { display: inline-block; width: 1em; }
.char-width-2 { display: inline-block; width: 2em; }
.char-width-3 { display: inline-block; width: 3em; }
.char-width-4 { display: inline-block; width: 4em; }

.min-height-xlg { min-height: 1600px; }
.min-height-lg { min-height: 1024px; }
.min-height-md { min-height: 768px; }
.min-height-ms { min-height: 480px; }
.min-height-sm { min-height: 320px; }

.pad-l-sm { padding-left: 5px; }
.pad-r-sm { padding-right: 5px; }
.pad-t-sm { padding-top: 5px; }
.pad-b-sm { padding-bottom: 5px; }
.pad-sm { padding: 5px; }

.pad-l-md { padding-left: 15px; }
.pad-r-md { padding-right: 15px; }
.pad-t-md { padding-top: 15px; }
.pad-b-md { padding-bottom: 15px; }
.pad-md { padding: 15px; }

.pad-l-lg { padding-left: 30px; }
.pad-r-lg { padding-right: 30px; }
.pad-t-lg { padding-top: 30px; }
.pad-b-lg { padding-bottom: 30px; }
.pad-lg { padding: 30px; }

.mar-l-sm { margin-left: 5px; }
.mar-r-sm { margin-right: 5px; }
.mar-t-sm { margin-top: 5px; }
.mar-b-sm { margin-bottom: 5px; }
.mar-sm { margin: 5px; }

.mar-l-md { margin-left: 15px; }
.mar-r-md { margin-right: 15px; }
.mar-t-md { margin-top: 15px; }
.mar-b-md { margin-bottom: 15px; }
.mar-md { margin: 15px; }

.mar-l-lg { margin-left: 30px; }
.mar-r-lg { margin-right: 30px; }
.mar-t-lg { margin-top: 30px; }
.mar-b-lg { margin-bottom: 30px; }
.mar-lg { margin: 30px; }

.mar-none { margin: 0; }

.round-corners-sm { border-radius: 2px; }
.round-corners-md { border-radius: 5px; }
.round-corners-lg { border-radius: 10px; }
/* margin-positioning */
.margin-center {
    margin-left: auto;
    margin-right: auto;
}

.bg-default {
    background-color: #efefef;
}
.bg-primary {
    background-color: #337ab7;
    color: #fff;
}
.bg-secondary {
    background-color: #ffa500;
}

.panel-default {
    margin-bottom: -2px;
}
.panel-default .panel-heading {
    background-color: #f5f5f5;
    border-color: #ddd;
    color: #333;
}
.nav-tabs > li {
    border-bottom: solid 1px #ddd;
}
.nav-tabs > li > a, .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #fff;
    border-color: #ddd #ddd transparent;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    color: #555;
    cursor: default;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background-color: #337ab7;
    color: #fff;
}
/* font-awesome extensions */
.fa-cc-american-express:before {
  content: "\f1f3";
}
.fa-cc-master-card:before {
  content: "\f1f1";
}
.underline-active {
    border-bottom: solid 3px #ffa500;
}
.tag {
    font-weight: bold;
    margin: 0 2px;
    padding: 1px 3px;
}
.tag-pill {
    color: #fff;
    background-color: #99f;
    border-radius: 3px; 
}
.form-prompt [data-static] {
    border-bottom: thin solid #ccc;
    font-weight: bold;
    margin: 0 0.33em;
}

/* form.css overrides */
.margin-form .form-item-wrapper .form-error, .margin-form .form-item-wrapper .form-widget-error {
    margin-left: 0;
}
.user-highlight {
    background-color: #ffeeaa;
}
.widget_container {
    position: relative;
}

.preloader-container {
    position: relative;
}
.preloader-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: transparent;
    z-index: -1;
}
.preloader-ui-container {
    display: table;
    position: absolute;
    left: 50%;
    top: 30%;
    transform: translateX(-50%);
    margin-top: -25px;
    opacity: 0;
    z-index: -1;
}
.preloader-animated > .preloader-overlay {
    transition: all 0.125s ease-in-out 0.0625s;
}
.preloader-animated > .preloader-ui-container {
    transition: all 0.125s ease-in-out 0s;
}
.preloader-loading > .preloader-overlay {
    background-color: #fff;
    opacity: 0.8;
    z-index: 10;
}
.preloader-loading > .preloader-ui-container {
    top: 30%;
    margin-top: 0;
    opacity: 1;
    z-index: 11;
}
#est_consultation_id + .select2 .select2-selection {
    min-height: 68px;
}
#select2-est_consultation_id-container {
    line-height: 1.5em;
}
#est_consultation_id + .select2 .select2-selection__arrow {
    top: 50%;
    transform: translateY(-50%);
}
.emphasize {
    font-weight: bold;
}