/*!
 * Start Bootstrap - Agency Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    overflow-x: hidden;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.text-muted {
    color: #424143;
}

.text-primary {
    color: #f7c315;
}

p {
    font-size: 16px;
    line-height: 1.75;
}

p.large {
    font-size: 16px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
}

a {
    color: #f7c315;
}

a:hover,
a:focus,
a:active,
a.active {
    color: #ffd342;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}


.row{
    margin-left:-5px;
    margin-right:-5px;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 
{
    padding-left:5px;
    padding-right:5px;
}

.card-container .row{
    margin-left:-10px;
    margin-right:-10px;
}
.card-container .col-lg-1,.card-container .col-lg-10,.card-container .col-lg-11,.card-container .col-lg-12,.card-container .col-lg-2,.card-container .col-lg-3,.card-container .col-lg-4,.card-container .col-lg-5,.card-container .col-lg-6,.card-container .col-lg-7,.card-container .col-lg-8,.card-container .col-lg-9,.card-container .col-md-1,.card-container .col-md-10,.card-container .col-md-11,.card-container .col-md-12,.card-container .col-md-2,.card-container .col-md-3,.card-container .col-md-4,.card-container .col-md-5,.card-container .col-md-6,.card-container .col-md-7,.card-container .col-md-8,.card-container .col-md-9,.card-container .col-sm-1,.card-container .col-sm-10,.card-container .col-sm-11,.card-container .col-sm-12,.card-container .col-sm-2,.card-container .col-sm-3,.card-container .col-sm-4,.card-container .col-sm-5,.card-container .col-sm-6,.card-container .col-sm-7,.card-container .col-sm-8,.card-container .col-sm-9,.card-container .col-xs-1,.card-container .col-xs-10,.card-container .col-xs-11,.card-container .col-xs-12,.card-container .col-xs-2,.card-container .col-xs-3,.card-container .col-xs-4,.card-container .col-xs-5,.card-container .col-xs-6,.card-container .col-xs-7,.card-container .col-xs-8,.card-container .col-xs-9 
{
    padding-left:10px;
    padding-right:10px;
}


.img-centered {
    margin: 0 auto;
}

.bg-light-grey {
    background-color: #f7f7f7;
}

.bg-darkest-gray {
    background-color: #222;
    color:#fff;
}
.bg-dark-orange{
    background-color:#EE6D26;
    color:#fff;
}
.bg-grey{
    background-color: #eee;
}
.bg-dark-gold {
    background-color: #FF8F00;
    color:#fff;
}
.bg-white{
    background:#fff;
}


#product{
   position:relative;
   z-index:0;
   display: block;
}

/*#product:before{
    display: block;
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
     background-repeat: no-repeat;
    background-position: 50% 0;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-image:url('/images/trailer.jpg');
    background-attachment:fixed;
    z-index:-2;
}

#product:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;

    background:rgba(255, 255, 255, 0.7);
    z-index:-1;
}*/

#start{
    background-color:#fff;
    background-image:url('/images/flipbook-repeat.jpg');
    background-size:100% auto;
    background-repeat:repeat-y;
    padding-top:0;
    padding-bottom:70px;
}
#start .section-heading{
    padding-top:0;
}

.section-yellow{
    background:#F7C315;
    color:#000!important;
}
.section-grey{
    background:#939598;
}
.section-heading,
.section-subheading{
    color:#000;
}
.indent{
    padding-left:20px;
}
.form-control{
    border-color:#000;
}

/*.btn-primary {
    border-color: #f7c315;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #fff;
    background-color: #f7c315;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    border-color: #ff1111;
    color: #fff;
    background-color: #ffd342;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    border-color: #f7c315;
    background-color: #f7c315;
}

.btn-primary .badge {
    color: #f7c315;
    background-color: #fff;
}*/

.btn-xl {
    padding: 20px 40px;
    border-color: #f7c315;
    border-radius: 3px;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    background-color: #E48226;
}



.navbar-default {
    border-color: transparent;
    background-color: rgba(255, 255, 255, 0.90);
}

.navbar-shrink .navbar-brand{
    text-shadow:none;
}
.navbar-default .navbar-brand {
    /*font-family: "Kaushan Script","Helvetica Neue",Helvetica,Arial,cursive;*/
    /*font-family:"Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;*/
    font-style:italic;
    color: #ffd342;
    margin-top:-2px;
}
.navbar-default .navbar-brand img {
    width:65px;
    display:inline;
    margin-top:-5px;
    transition: all .2s ease-in-out;
}


.navbar-default .navbar-brand span {
    font-family: "Kaushan Script","Helvetica Neue",Helvetica,Arial,cursive;
    font-style:normal;
    color:#f7c315;
    font-weight:900;
    font-size:33px;
}



.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
    color: #ffd342;
}

.navbar-default .navbar-collapse {
    border-color: rgba(255,255,255,.02);
}

.navbar-default .navbar-toggle {
    border-color: #f7c315;
    background-color: #f7c315;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #f7c315;
}

.navbar-default .nav li a {
    font-weight: 400;
    letter-spacing: 1px;
}
.navbar-default .dropdown-menu a{
    letter-spacing:0!important;
    text-transform:none!important;
}

.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
    outline: 0;
    color: #f7c315;
}
.navbar-fixed-top .nav li a{
    color:#424143;
    /*text-shadow:0px 0px 20px #000;*/
}
.navbar-shrink .nav li a{
    color: #424143;
    text-shadow:none;
}

.navbar-default .navbar-nav>.active>a {
    border-radius: 0;
    color: #fff;
    background-color: #f7c315;
}

.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #ffd342;
}

@media(min-width:768px) {
    .navbar-default {
        padding: 15px 0;
        border: 0;
        background-color: rgba(255, 255, 255, 0.80);
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

    .navbar-default .navbar-brand {
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
        margin-top:-5px;
    }

    .navbar-default .navbar-brand img{
        width:80px;
        margin-top:7px;
        display:inline;
        margin-top:-6px;
        transform: scale(1.1);
    }

    .navbar-default .navbar-brand span {
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
        display:inline;
        font-size:40px;
    }

    .navbar-default .navbar-nav>.active>a {
        border-radius: 3px;
    }

    .navbar-default.navbar-shrink {
        padding: 10px 0;
        background-color: #ffffff;
    }

    .navbar-default.navbar-shrink .navbar-brand{
        margin-top:-8px;
    }
    .navbar-default.navbar-shrink .navbar-brand span {
        font-size:35px;
    }
    .navbar-default.navbar-shrink .navbar-brand img{
        transform: scale(1.0);
        margin-top:-3px;
    }
}

.section-banner{
    background-attachment: scroll;
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    margin-top:-10px;
    min-height:100px;
}

header {
    text-align: center;
    color: #fff;
    position:relative;
}

header:before{
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-attachment: scroll;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    z-index:-2;
    /*background-color:#F8C315;*/
}

header.slide-1:before{
    background-image: url(../images/traffic-2.jpg);
    background-position: bottom center;
    transition: all 2s ease;
}
header.slide-2:before{
    background-image: url(../images/transport.jpg);
    background-position: center center;
    transition: all 2s ease;
}

header:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    /*background-color:#F8C315;*/
    /*background:rgba(255, 165, 0, 1);*/
    z-index:-1;

    background: rgba(255,166,0,1);
    background: -moz-linear-gradient(-45deg, rgba(255,166,0,1) 0%, rgba(255,166,0,1) 40%, rgba(248,195,21,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(255,166,0,1)), color-stop(40%, rgba(255,166,0,1)), color-stop(100%, rgba(248,195,21,1)));
    background: -webkit-linear-gradient(-45deg, rgba(255,166,0,1) 0%, rgba(255,166,0,1) 40%, rgba(248,195,21,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(255,166,0,1) 0%, rgba(255,166,0,1) 40%, rgba(248,195,21,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(255,166,0,1) 0%, rgba(255,166,0,1) 40%, rgba(248,195,21,1) 100%);
    background: linear-gradient(135deg, rgba(255,166,0,1) 0%, rgba(255,166,0,1) 40%, rgba(248,195,21,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa600', endColorstr='#f8c315', GradientType=1 );
}

.bak{
    background: rgb(254,252,234); /* Old browsers */
    background: -moz-linear-gradient(45deg,  rgba(254,252,234,1) 0%, rgba(241,218,54,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg,  rgba(254,252,234,1) 0%,rgba(241,218,54,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg,  rgba(254,252,234,1) 0%,rgba(241,218,54,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcea', endColorstr='#f1da36',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

header .intro-text {
    padding-top: 100px;
    padding-bottom: 50px;
    color:#000;
}

header .intro-text a{
    text-shadow:none;
}

header .intro-text .intro-lead-in {
    margin-bottom: 30px;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 18px;
    line-height: 22px;
    z-index:2;
}

header .intro-text .intro-heading {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 50px;
}

.text-search{
    position:relative;
}
.text-search .form-control{
    border-radius:15px;
    padding-left:45px;
    border:1px solid #ffd342;
    background:rgba(255, 255, 255, 0.82);
}

.text-search .fa{
    position:absolute;
    top:6px;
    left:12px;
    z-index:20;
    color:#ffd342;
    text-shadow:none;
    font-size:24px;
}

header .intro-text .intro-search {
    max-width:600px;
    margin:25px auto;
    position:relative;
}

header .intro-text .intro-search .form-control{
    height:40px;
    border-radius:15px;
    padding-left:45px;
    border:1px solid #ffd342;
    background:rgba(255, 255, 255, 0.82);
}

header .intro-text .intro-search .fa{
    position:absolute;
    top:7px;
    left:12px;
    z-index:20;
    color:#ffd342;
    text-shadow:none;
    font-size:26px;
}

header .intro-text .btn-xl{
    padding:10px 15px;
    border-radius:5px;
}

@media(min-width:768px) {
    .section-banner{
        min-height:200px;
    }
    header .intro-text {
        padding-top: 200px;
        padding-bottom: 150px;
    }

    header .intro-text .intro-lead-in {
        font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 22px;
        line-height: 40px;
    }

    header .intro-text .intro-heading {
        text-transform: uppercase;
        font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 35px;
        font-weight: 700;
        line-height: 75px;
    }
}

section {
    padding: 50px 0;
}

section h2.section-heading {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 34px;
}

section h3.section-subheading {
    margin-bottom: 75px;
    text-transform: none;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
}

@media(min-width:768px) {
    section {
        padding: 50px 0;
    }
}

.service-heading {
    margin: 15px 0;
    text-transform: none;
}

#product .product-item {
    right: 0;
    margin: 0 0 15px;
}

#product .product-item .product-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
}

#product .product-item .product-link .product-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(252, 78, 78, 0.6);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

#product .product-item .product-link .product-hover:hover {
    opacity: 1;
}

#product .product-item .product-link .product-hover .product-hover-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

#product .product-item .product-link .product-hover .product-hover-content i {
    margin-top: -12px;
}

#product .product-item .product-link .product-hover .product-hover-content h3,
#product .product-item .product-link .product-hover .product-hover-content h4 {
    margin: 0;
}

#product .product-item .product-caption {
    margin: 0 auto;
    padding: 25px;
    max-width: 400px;
    text-align: center;
    background-color: #fff;
}

#product .product-item .product-caption h4 {
    margin: 0;
    text-transform: none;
}

#product .product-item .product-caption p {
    margin: 0;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
}

#product * {
    z-index: 2;
}

@media(min-width:767px) {
    #product .product-item {
        margin: 0 0 30px;
    }
}

.product-label{
    margin:20px 0;
}
.product-label img{
    margin:10px;
    height:40px;
}

.timeline {
    position: relative;
    padding: 0;
    list-style: none;
}

.timeline:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    width: 2px;
    margin-left: -1.5px;
    background-color: #d0d1d5;
}

.timeline>li {
    position: relative;
    margin-bottom: 20px;
    min-height: 50px;
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
}

.timeline>li .timeline-panel {
    float: right;
    position: relative;
    width: 100%;
    padding: 0 20px 0 100px;
    text-align: left;
}

.timeline>li .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li .timeline-image {
    z-index: 100;
    position: absolute;
    left: 0;
    width: 80px;
    height: 80px;
    margin-left: 0;
    border: 1px solid;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    background-color: #f7c315;
    background-position:top center;
}

.timeline>li .timeline-image h4 {
    margin-top: 12px;
    font-size: 10px;
    line-height: 14px;
}

.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
    padding: 0 20px 0 100px;
    text-align: left;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li:last-child {
    margin-bottom: 0;
}

.timeline .timeline-heading h4 {
    margin-top: 0;
    color: inherit;
}

.timeline .timeline-heading h4.subheading {
    text-transform: none;
    color:#f7c315;
}

.timeline .timeline-body>p,
.timeline .timeline-body>ul {
    margin-bottom: 0;
}

.timeline>li .timeline-image h4 {
    margin-top: 30px;
    font-size:13px;
}

@media(min-width:768px) {
    .timeline:before {
        left: 50%;
    }

    .timeline>li {
        margin-bottom: 20px;
        min-height: 100px;
    }

    .timeline>li .timeline-panel {
        float: left;
        width: 41%;
        padding: 0 20px 20px 30px;
        text-align: right;
    }

    .timeline>li .timeline-image {
        left: 50%;
        width: 70px;
        height: 70px;
        margin-left: -34px;
    }

    .timeline>li .timeline-image h4 {
        margin-top: 22px;
        font-size: 13px;
        line-height: 18px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        float: right;
        padding: 0 30px 20px 20px;
        text-align: left;
    }
}

@media(min-width:992px) {
    .timeline>li {
        min-height: 150px;
    }

    .timeline>li .timeline-panel {
        padding: 0 20px 20px;
    }

    .timeline>li .timeline-image {
        width: 80px;
        height: 80px;
        margin-left: -38px;
    }

    .timeline>li .timeline-image h4 {
        margin-top: 24px;
        font-size: 18px;
        line-height: 26px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 20px 20px;
    }
}

@media(min-width:1200px) {
    .timeline>li {
        min-height: 100px;
        margin-bottom:20px;
    }

    .timeline>li .timeline-panel {
        padding: 0 20px 20px 30px;
    }

    .timeline>li .timeline-image {
        width: 80px;
        height: 80px;
        margin-left: -41px;
    }

    .timeline>li .timeline-image h4 {
        margin-top: 25px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 30px 20px 20px;
    }
}

.team-member {
    margin-bottom: 50px;
    text-align: center;
}

.team-member img {
    margin: 0 auto;
    border: 7px solid #fff;
}

.team-member h4 {
    margin-top: 25px;
    margin-bottom: 0;
    text-transform: none;
}

.team-member p {
    margin-top: 0;
}

aside.clients img {
    margin: 50px auto;
}

section#contact {
    background-color: #222;
    background-image: url(../img/map-image.png);
    background-position: center;
    background-repeat: no-repeat;
}

section#contact .section-heading {
    color: #fff;
}

section#contact .form-group {
    margin-bottom: 25px;
}

section#contact .form-group input,
section#contact .form-group textarea {
    padding: 20px;
}

section#contact .form-group input.form-control {
    height: auto;
}

section#contact .form-group textarea.form-control {
    height: 236px;
}

section#contact .form-control:focus {
    border-color: #f7c315;
    box-shadow: none;
}

section#contact::-webkit-input-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact:-moz-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact::-moz-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact:-ms-input-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact .text-danger {
    color: #e74c3c;
}

footer {
    padding: 25px 0;
    text-align: center;
}

footer span.copyright {
    text-transform: uppercase;
    text-transform: none;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 40px;
}

footer ul.quicklinks {
    margin-bottom: 0;
    text-transform: uppercase;
    text-transform: none;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 40px;
}

ul.social-buttons {
    margin-bottom: 0;
}

ul.social-buttons li a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 40px;
    outline: 0;
    color: #fff;
    background-color: #222;
    /*background-color:#f7c315;*/
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
    background-color: #f7c315;
}

.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: 0;
}

.product-modal .modal-content {
    padding: 30px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.product-modal .modal-content h2 {
    margin-bottom: 15px;
    font-size: 3em;
}

.product-modal .modal-content p {
    margin-bottom: 30px;
}

.product-modal .modal-content p.item-intro {
    margin: 20px 0 30px;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
}

.product-modal .modal-content ul.list-inline {
    margin-top: 0;
    margin-bottom: 30px;
}

.product-modal .modal-content img {
    margin-bottom: 30px;
}

.product-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.product-modal .close-modal:hover {
    opacity: .3;
}

.product-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #222;
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}

.product-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #222;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.product-modal .modal-backdrop {
    display: none;
    opacity: 0;
}

::-moz-selection {
    text-shadow: none;
    background: #f7c315;
    color:#fff;
}

::selection {
    text-shadow: none;
    background: #f7c315;
    color:#fff;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: #f7c315;
}




.smooth-container {
    position: relative;
    background: #F7F7F7;
    overflow: hidden;
}
/* You could use :after - it doesn't really matter */
.smooth-container:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.6;
    background-repeat: no-repeat;
    background-position: 50% 0;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
.smooth-container.smooth-product{
    background:none;
}
.smooth-container.smooth-product:before {
    background-color:#000;
    background-image:url('/images/activity/X4.jpg');
    background-attachment:fixed;
    z-index:-2;
}
.smooth-container.smooth-product:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.6;
    background:rgba(79, 63, 28, 0.80);
    z-index:-1;
}
.smooth-container.smooth-service:before {
    background-image: url('/images/banner-5.jpg');
    opacity: 0.2;
}
.smooth-container.smooth-team{
    background:none;
}
.smooth-container.smooth-team:before {
    background-image: url('/images/banner-6.jpg');
    opacity: 0.4;
    z-index:-1;
}

.divider-bottom{
    border-bottom:10px solid #fff;
}
.divider-top{
    border-top:10px solid #fff;
}
.divider-black{
    border-color:#424143;
}


.solution-sub-title{
    margin:0px;
    margin-bottom:10px;
    font-size:1.5em;
}

.solution{
    padding:20px;
    transition: all .3s;
    opacity:1;
    color:#faf2f2;
} 

.solution{
    margin-top:10px;
    /*border:1px solid #eee;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;*/
    border-radius: 3px;
}

.solution:hover{
    transform: scale(1.1);
    opacity:1;
    z-index:100;
    position:relative;
}

.solution-orange{
    background:rgba(238, 109, 38, 0.7);
}
.solution-pink{
    background:rgba(250, 54, 54, 0.7);
}
.solution-blue{
    background:rgba(26, 133, 153, 0.7);
}
.solution-porple{
    background:rgba(142, 36, 170, 0.7);
}
.solution-green{
    background:rgba(68, 136, 67, 0.7);
}
.solution-grtey{
    background:#F7F7F7;
    color:#000;
}

@media(max-width:768px)
{
    .solution-wrench{
        display:none;
    }
}


.divider-pipe{
    border:1px solid #fff;
    width:200px;
    margin:10px 0;
}
.divider-pipe-center ,
text-center .divider-pipe{
    margin-left:auto;
    margin-right:auto;
}
.divider-pipe-black{
    border-color:#424143;
}

.flip-container p > br {
    margin-bottom: 1em !important;
}
/* START: Accommodating for IE */
.flip-container:hover .back, .flip-container.hover .back {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.flip-container:hover .front, .flip-container.hover .front {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
/* END: Accommodating for IE */
.flip-container, .flip-container .front, .flip-container .back {
    width: 100%;
    height: 100%;
}

    .flip-container .front h4, .flip-container .front p, .flip-container .back h4, .flip-container .back p {
        text-align: center;
    }

    .flip-container .front i, .flip-container .back i {
        display: block;
        font-size: 48px;
        line-height: 48px;
        text-align: center;
        margin: 20px 0;
    }

.flipper {
    -webkit-transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 0.6s;
    -moz-transition: 0.6s;
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transition: 0.6s;
    transform-style: preserve-3d;
    display: block;
    position: relative;
    height: 100%;
}

.flip-container .front, .flip-container .back {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 0.6s;
    -moz-transform-style: preserve-3d;
    -o-transition: 0.6s;
    -o-transform-style: preserve-3d;
    -ms-transition: 0.6s;
    -ms-transform-style: preserve-3d;
    transition: 0.6s;
    transform-style: preserve-3d;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    
    background-repeat: no-repeat;
    background-position: center center;
}

.flip-container .front {
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    z-index: 2;
    padding: 50px;
}

.flip-container .back {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    display:table;
    width:100%;
    height:100%;
}
.flip-container .back p{
    display:table-cell;
    width:100%;
    height:100%;
    vertical-align:middle;
    text-align:center;
    padding:30px;
}

.flip-container .back p span:nth-child(even){
    color:gold;
}

.flip-container .back p span:nth-child(odd){
    color:#fffac6;
}

.activity .activity-images-box{
    padding:0px;
    height:250px;
    background-size:auto 100%;
    background-repeat:no-repeat;
    background-position:center center;
    position:relative;
}
.activity .activity-images-box .activity-detail{
    position:absolute;
    z-index:2;
    top:0;
    left:0;
    right:0;
    bottom:0;
    display:none;
    background:rgba(0, 0, 0, 0.8);
    padding:30px 20px;
    color:#fff;
}
    .activity .activity-images-box:hover .activity-detail {
        display:block;
        text-align:center;
        -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 1s; /* Firefox < 16 */
        -ms-animation: fadein 1s; /* Internet Explorer */
         -o-animation: fadein 1s; /* Opera < 12.1 */
            animation: fadein 1s;
    }
.activity .activity-images-box .activity-detail .activity-detail-heading{
    text-transform:uppercase;
    font-size:2em;
    display:block;
    margin-bottom:10px;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.fa-fw{
    margin-left:5px;
    margin-right:5px;
}

/*#mission{
    background:#EE6D26;
    color:#fff;
}

#mission .text-muted{
    color:#eee;
}

#mission .text-primary {
    color:#fff;
}
#mission .fa-inverse{
    color:#EE6D26;
}*/

#mission .fa-stack{
    margin-right:20px;
}
.icon-green{
    background:#f7c315;
}
.tranparent-light-green{
    background-color:rgba(104, 159, 56, 0.8);
}
.tranparent-green{
    background-color:rgba(104, 159, 56, 0.9);
}



 
.card-item {
    background: #fff;
    margin-bottom: 20px;
    border: 1px solid;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
    border-radius: 3px;
    position: relative;
    display: block;
    color: #424143;
    text-align: center;
}

    .card-item .portfolio-detail {
        overflow-x: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow-y: hidden;
        padding: 10px;
        font-weight: 600;
        background: #f7c315;
        color: #fff;
        margin-top: -5px;
        display: block;
        min-height:40px;
    }

        .card-item .portfolio-detail:hover {
            color: orange;
            text-decoration: none;
        }

    .card-item .portfolio-story {
        padding: 0 10px;
        margin: 10px 0;
        height: 80px;
        line-height: 20px;
        overflow-y: hidden;
    }

    .card-item .portfolio-social {
        padding: 10px;
        color: orange;
        text-overflow: ellipsis !important;
        overflow-x: hidden;
        white-space: nowrap;
    }

    .card-item .portfolio-type {
        padding: 10px;
        padding-bottom: 0;
        font-weight: 600;
    }

        .card-item .portfolio-type span {
            color: orange;
        }

.card-image {
    width: 100%;
    height: 150px;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-color: #FCFCFC;
    display: inline-block;
    position: relative;
}

    .card-image .date {
        position: absolute;
        right: 0;
        bottom: 0;
        padding: 3px 8px;
        background: rgba(0, 0, 0, 0.68);
        color: #fff;
    }

@media(max-width:768px) {
    .card-item .portfolio-story {
        height: auto;
        max-height: 60px;
    }
}

.empty-space {
    margin-top: 20px;
}
@media(min-width:768px) {
    .empty-space {
        margin-top: 50px;
    }
}

.mat-box{
    border-radius: 5px;
    border: 1px solid;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
    background:#fff;
    padding:10px;
    margin-bottom:10px;
}

.image-box{
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    border-radius: 5px;
    border: 1px solid;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
}

.profile-toggle{
    display:inline;
    float:left;
    margin-top:-7px;
}

.profile-toggle .image-box{
    width:35px;
    height:35px;
    background-color:#f7f7f7;
}

.xboss-profile{
    background:rgba(255, 255, 255, 0.85);
    padding:15px;
    border-radius:3px;
    position:relative;
    text-align:left;
    padding-top:310px;
}
.xboss-profile-display{
    position:absolute;
    left:0px;
    top:0;
    width: 100%;
    height: 300px;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    border: 5px solid #fff;
    border-radius: 5px;
    float:left;
    margin-right:20px;
    margin-bottom:20px;
}
.xboss-profile-name{
    margin:0px;
}

.table-profile-state{
    width:100%;
    max-width:500px;
}

.table-profile-state td{
    width:33.33%;
    vertical-align:top;
    font-size:10px;
}
.table-profile-state td .num{
    font-size:20px;
    display:block;
    font-weight:600;
}

.xboss-profile-state{
    margin-top:20px;
}
.xboss-profile-state .xboss-profile-state-item{
    padding:10px 0;
    font-size:12px;
    text-align:left;
    display:block;
}
.xboss-profile-state .xboss-profile-state-item:first-child {
    padding-left:0px;
}
.xboss-profile-state .xboss-profile-state-item:last-child {
    padding-right:0px;
}
.xboss-profile-state .xboss-profile-state-item .num{
    display:block;
    font-size:20px;
}

.empty-header{
    padding-top:60px;
}

@media(min-width:767px) {
    .empty-header{
        padding-top:90px;
    }
}



.btn-gold{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f5f2ad+0,c7b474+36,c9b674+57,c7b474+72,f5f2ad+100 */
background: rgb(245,242,173); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(245,242,173,1) 0%, rgba(199,180,116,1) 36%, rgba(201,182,116,1) 57%, rgba(199,180,116,1) 72%, rgba(245,242,173,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(245,242,173,1) 0%,rgba(199,180,116,1) 36%,rgba(201,182,116,1) 57%,rgba(199,180,116,1) 72%,rgba(245,242,173,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(245,242,173,1) 0%,rgba(199,180,116,1) 36%,rgba(201,182,116,1) 57%,rgba(199,180,116,1) 72%,rgba(245,242,173,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f2ad', endColorstr='#f5f2ad',GradientType=0 ); /* IE6-9 */
padding:3px 5px;
text-shadow:1px 1px 3px rgba(255, 255, 255, 0.8);
font-weight:600;
color:#000;
}


.vertical-tab{
    padding: 5px 15px;
    display:block;
    cursor:pointer;
    overflow-x:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.vertical-tab:hover {
    background: #ffffe0;
}

.vertical-tab.active {
    border-left: 3px solid #f7c315;
}

.full-tab {
    padding: 10px 15px;
    font-size: 16px;
    display: inline-block;
    cursor: pointer;
}

.full-tab ,
.full-tab:hover,
.full-tab.active,
.full-tab:active,
.full-tab:focus{
    color:#424143;
    text-decoration:none;
}

.full-tab:hover {
    background: #ffffe0;
    border-bottom: 3px solid #ffffe0;
}

.full-tab.active {
    border-bottom: 3px solid #f7c315;
}

.full-tab-panel-box {
    display: none;
}

.pagination>li>a{
    color:#424143;
    cursor:pointer;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    color:#f7c315;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
    background-color:#f7c315;
    border-color:#f7c315;
}

.agro-loading, .agro-loading table, .agro-loading td {
    width:100%;
    height:100%;
}
.agro-loading {
    position:fixed;
    top:0;
    left:0;
    background:rgba(0, 0, 0, 0.55);
    z-index:2000000;
    line-height:500px;
    text-align:center;
    display:none;
}
.agro-loading table {
    table-layout:fixed;
}
.agro-loading td {
    vertical-align:middle
}
.agro-loading img {
    width:200px;
    height:200px;
}
.pos-re{
    position:relative;
}
.agp-white-loading {
    background: rgba(255, 255, 255, 0.68);
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 100%;
    width: 100%;
    padding: 20px;
    text-align: center;
    padding-top: 150px;
}

    .agp-white-loading img {
        margin-top: -2px;
        width: 20px;
        height: 20px;
    }




/* 09/06/2016*/

.panel > .panel-body.mat-box{
    margin-bottom:0;
}
.panel > .panel-footer{
    background:#2C3E50;
    color:#fff
}
.panel{
    border-color: #ddd !important;
}
.panel .panel-footer,
.panel .panel-heading{
    background:#2C3E50;
    color:#fff;
    border:none;
}

.panel .panel-body{
    background:#fff;
}
.panel .panel-heading{
    border-radius:0;
}
.panel .panel-footer{
    border-radius:0;
    border-top:1px solid #ccc;
}
.panel.panel-success > .panel-heading
{
    background:#f7c315;
    border-color:#1aa98d;
}
.panel.panel-primary > .panel-heading{
    background:#379ADB;
    border-color:#3082b7;
}
.panel.panel-warning > .panel-heading{
    background:#F1C513;
    border-color:#d7b016;
}
.panel.panel-danger > .panel-heading{
    background:#E65041;
    border-color:#cc4437;
}
.panel.panel-info > .panel-heading{
    background:#4DD0E1;
    border-color:#029cd7;
}
.panel.panel-default > .panel-heading{
    background:#F9F9F9;
    border-color:#424242;
    color:#424143;
}


.btn{
    border-radius:0;
}



.pagination, .btn, .pager li a {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.z-depth-1-half, .media img, .btn:hover, .btn-secondary.active, .btn-secondary.dropdown-toggle, .btn-primary.active, .btn-default.active, .btn-success.active, .btn-info.active, .btn-warning.active, .btn-danger.active, .pager li a:hover {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}


.btn {
  border-radius: 0;
  border: 0;
  transition: .2s ease-out;
  color: #fff;
}

.btn:hover {
  color: #fff;
}

.btn:active, .btn:focus, .btn.active {
  outline: 0;
  color: #fff;
}

.btn .fa {
  margin-top: 3px;
}

.btn .fa.right {
  margin-left: 3px;
}

.btn .fa.left {
  margin-right: 3px;
}

.btn-group .btn {
  margin: 0;
}

.btn-secondary {
  background-color: #aa66cc;
}

.btn-secondary:hover, .btn-secondary:focus {
  background-color: #b579d2 !important;
  color: #fff;
}

.btn-secondary.active {
  background-color: #773399 !important;
}

.btn-secondary.active:hover {
  color: #fff;
}

.btn-secondary.active:focus {
  color: #fff;
}

.btn-secondary.dropdown-toggle {
  color: #fff !important;
  background-color: #aa66cc !important;
}

.btn-secondary.dropdown-toggle:hover {
  color: #fff;
  background-color: #b579d2 !important;
}

.btn-secondary.dropdown-toggle:focus {
  color: #fff;
  background-color: #aa66cc;
}

.btn-secondary:active:hover {
  background-color: #b579d2 !important;
  color: #fff;
}

.btn-primary {
  background: #379ADB;
}

.btn-primary:hover, .btn-primary:focus {
  background-color: #3fa4e6 !important;
}

.btn-primary.active {
  background-color: #338fcc !important;
}

.btn-default {
  background: #575757;
}

.btn-default:hover, .btn-default:focus {
  background-color: #6d6c6c !important;
}

.btn-default.active {
  background-color: #4e4c4c !important;
}

.btn-success {
  background: #f7c315;
}

.btn-success:hover, .btn-success:focus {
  background-color: #ffd342 !important;
}

.btn-success.active {
  background-color: #038276 !important;
}

.btn-info {
  background: #35c8ff;
}

.btn-info:hover, .btn-info:focus {
  background-color: #54d0ff !important;
}

.btn-info.active {
  background-color: #2eb1e2 !important;
}

.btn-warning {
  background: #F1C513;
}

.btn-warning:hover, .btn-warning:focus {
  background-color: #ffd21c !important;
}

.btn-warning.active {
  background-color: #deb612 !important;
}

.btn-danger {
  background: #E65041;
}

.btn-danger:hover, .btn-danger:focus {
  background-color: #fa5949 !important;
}

.btn-danger.active {
  background-color: #d0483b !important;
}

.btn-link {
  background-color: transparent;
  color: #000;
}

.btn-link:hover, .btn-link:focus {
  background-color: transparent;
  color: #000;
}

.btn-primary-outline {
  border: 2px solid #4285F4;
  color: #0d47a1;
}

.btn-primary-outline:hover, .btn-primary-outline:focus {
  background-color: transparent;
  color: #4285F4;
}

.btn-secondary-outline {
  border: 2px solid #aa66cc;
  color: #9933CC;
}

.btn-secondary-outline:hover, .btn-secondary-outline:focus {
  background-color: transparent;
  color: #aa66cc;
  border: 2px solid #aa66cc;
}

.btn-default-outline {
  background-color: transparent;
  border: 2px solid #2BBBAD;
  color: #00695c;
}

.btn-default-outline:hover, .btn-default-outline:focus {
  background-color: transparent;
  color: #2BBBAD;
}

.btn-success-outline {
  border: 2px solid #ffd342;
  color: #007E33;
}

.btn-success-outline:hover, .btn-success-outline:focus {
  background-color: transparent;
  color: #ffd342;
}

.btn-info-outline {
  border: 2px solid #33b5e5;
  color: #0099CC;
}

.btn-info-outline:hover, .btn-info-outline:focus {
  background-color: transparent;
  color: #33b5e5;
}

.btn-warning-outline {
  border: 2px solid #ffbb33;
  color: #FF8800;
}

.btn-warning-outline:hover, .btn-warning-outline:focus {
  background-color: transparent;
  color: #ffbb33;
}

.btn-danger-outline {
  border: 2px solid #ff4444;
  color: #CC0000;
}

.btn-danger-outline:hover, .btn-danger-outline:focus {
  background-color: transparent;
  color: #ff4444;
}


.btn{
    padding: 8px 15px;
}
.z-depth{
    border: 1px solid;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
}

.z-depth-0 {
  box-shadow: none !important;
}

.z-depth-1, .jumbotron,
.card,
.list-group,
.popover,
/*.navbar,*/
.dropdown-menu,
.pagination, .btn, .pager li a {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.z-depth-1-half, .media img, .btn:hover, .btn-secondary.active, .btn-secondary.dropdown-toggle, .btn-primary.active, .btn-default.active, .btn-success.active, .btn-info.active, .btn-warning.active, .btn-danger.active, .pager li a:hover {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.z-depth-2 {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.z-depth-3 {
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

.z-depth-4 {
  box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
}

.z-depth-5 {
  box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
}



label{
    /*color:#424143;*/
}
.pagination>li>a, .pagination>li>span {
    color: #f7c315;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #f7c315;
    border-color: #f7c315;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #555;
    background-color: transparent;
}
.select-image{
    position:relative;
    padding-left:25px;
    display:inline;
}
.select-image img{
    height:16px;
    float:left;
}
.select-image .image-box{
    height:20px;
    width:20px;
    background-position:center center;
    position:absolute;
    left:0;
    top:-2px;
    border-radius:50%;
}



.modal .modal-header{
    background:#f7c315;
    color:#fff;
    border-radius:0;
}
.modal .modal-content{
     border-radius:0;
}


.btn-xl{
    color: #000;
}
.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    border-color: #ff9129;
    color: #000;
    background-color: #ff9129;
}

.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    background-image: none;
}

.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
    border-color: #ff9129;
    background-color: #ff9129;
}

.btn-xl .badge {
    color: #f7c315;
    background-color: #fff;
}