.navigation .navbar {
    border-top: 3px solid #fff;
    position: fixed;
}

.navigation .navbar .navbar-inner {
    -webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 2px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 2px rgba(0,0,0,0.1);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    background-color: rgba(255,255,255,0.9);
    background-image: none;
    border: none;
    min-height: 40px;
    padding-left: 0px;
    padding-right: 0px;
}

.navigation .navbar .navbar-inner .nav .active a {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    color: none;
    text-decoration: none;
}

.navigation .logo a {
    color: rgba(0,0,0,0.8);
    line-height: 20px;
    float: left;
    font-family: "Open Sans","Arial",sans-serif;
    font-size: 24px;
    font-style: italic;
    font-weight: bold;
    line-height: 50px;
}
.navigation img{
    padding-top: -10px;
}

.navigation .logo a,.navigation .logo a:hover {
    text-decoration: none;
    outline: none;
}

.navigation .logo .logo-icon {
    color: rgba(0,0,0,0.506);
    float: left;
    font-size: 55px;
    line-height: 45px;
    width: 50px;
}

.navigation .nav {
    float: right;
    font-family: "Open Sans","Arial",sans-serif;
}

.navigation .nav a:link {
    color: rgba(0,0,0,0.6);
    font-family: "Open Sans","Arial",sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
}

.navigation .nav a:visited {
    color: rgba(0,0,0,0.6);
}

.navigation .nav a:focus {
    outline: none;
    outline-offset: 0px;
}

.navigation .nav li {
    float: left;
    line-height: 27px;
}

.navigation .nav li a {
    text-shadow: none;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
    padding-left: 25px;
    padding-right: 25px;
    background-color: transparent;
}

.navigation .nav li a:hover {
    border-bottom: 4px solid #292c33;
    background-color: transparent;
    color: rgba(0,0,0,0.9);
}

.navigation .nav li.active a {
    border-bottom: 4px solid #292c33;
    background-color: transparent;
    color: rgba(0,0,0,0.9);
}

@media (min-width: 768px) and (max-width: 979px) {
    .navigation .navbar {
        margin-left: -20px;
        marginr-right: -20px;
        width: 100%;
    }
}

@media (max-width: 979px) {
    .navigation .navbar {
        border-top: 3px solid #fff;
        padding-left: 20px;
        padding-right: 20px;
    }

    .navigation .navbar .navbar-inner {
        padding: 0px;
    }

    .navigation .navbar .navbar-inner .nav {
        float: none;
        margin: 0px;
    }

    .navigation .navbar .navbar-inner .nav li {
        display: block;
        float: none;
        line-height: 30px;
        text-align: right;
    }

    .navigation .navbar .navbar-inner .nav li a {
        text-shadow: none;
        -webkit-transition: all 0.1s ease;
        -moz-transition: all 0.1s ease;
        -o-transition: all 0.1s ease;
        transition: all 0.1s ease;
        border: 0px;
        border-bottom: 3px solid transparent;
        margin: 0px;
        padding-left: 8px;
        padding-right: 8px;
        background-color: transparent;
    }

    .navigation .navbar .navbar-inner .nav li a:hover {
        border-bottom: 3px solid rgba(255,126,91,0.5);
        background-color: transparent;
        color: rgba(0,0,0,0.9);
    }

    .navigation .navbar .navbar-inner .nav li.active a {
        border-bottom: 3px solid #ff7e5b;
        background-color: transparent;
        color: rgba(0,0,0,0.9);
    }

    .navigation .navbar .navbar-inner .btn {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        text-shadow: none;
        background-image: none;
        color: transparent;
        cursor: pointer;
        display: inline-block;
        font-size: 14px;
        line-height: 20px;
        text-align: center;
        vertical-align: middle;
    }

    .navigation .navbar .navbar-inner .btn,.navigation .navbar .navbar-inner .btn-group {
        margin-top: 7px;
    }

    .navigation .navbar .navbar-inner .btn-navbar {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        background-color: #262930;
        background-image: none;
        border: none;
        color: #fff;
        float: right;
        margin-left: 5px;
        margin-right: 10px;
        padding: 10px 12px;
        text-shadow: none;
    }

    .navigation .navbar .navbar-inner .btn-navbar:hover,.navigation .navbar .navbar-inner .btn-navbar:focus,.navigation .navbar .navbar-inner .btn-navbar:active,.navigation .navbar .navbar-inner .btn-navbar.active,.navigation .navbar .navbar-inner .btn-navbar.disabled,.navigation .navbar .navbar-inner .btn-navbar[disabled] {
        background-color: #000000;
        color: #fff;
    }

}

.header-wrapper .header {
    text-align: center;
}

.header-wrapper .header .header-item h1 {
    color: #FFFFFF;
    font-weight: lighter;
    margin-bottom: 20px;
    text-align: center;
}

.header-wrapper .header .header-item h4 {
    margin-bottom: 60px;
}

.header-wrapper .header .header-item .title {
    margin-bottom: 50px;
    padding-top: 50px;
    position: relative;
    text-align: center;
    vertical-align: middle;
}

.header-wrapper .header .item {
    float: none;
    margin: 0px auto;
    text-align: center;
}
.header-wrapper .header .fullwidthbanner li {
    visibility: hidden;
}

@media (min-width: 980px) and (max-width: 1199px) {
    .header-wrapper .header {
        min-height: 600px;
        text-align: center;
    }

    .header-wrapper .header .clock-item .wrap {
        height: 220px;
    }

    .header-wrapper .header .clock-item .wrap .inner {
        height: 170px;
        width: 170px;
    }

    .header-wrapper .header .clock-item .wrap .inner .text .val {
        font-size: 64px;
    }

    .header-wrapper .header .header-item h1 {
        font-size: 48px;
        line-height: 45px;
    }

    .header-wrapper .header .header-item .title {
        padding-top: 0px;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .header-wrapper .header {
        min-height: auto;
        text-align: center;
    }

    .header-wrapper .header .clock-item .wrap {
        height: 166px;
        width: 166px;
    }

    .header-wrapper .header .clock-item .wrap .inner {
        height: 116px;
        width: 116px;
    }

    .header-wrapper .header .clock-item .wrap .inner .text .val {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .header-wrapper .header .header-item h1 {
        font-size: 48px;
        line-height: 45px;
    }

    .header-wrapper .header .header-item h4 {
        display: none;
    }

    .header-wrapper .header .header-item .title {
        padding-top: 30px;
    }

}

@media (max-width: 767px) {
    .header-wrapper {
        margin-left: -20px;
        margin-right: -20px;
    }

    .header-wrapper .header {
        min-height: auto;
        text-align: center;
    }

    .header-wrapper .header .clock-item {
        display: none;
    }

    .header-wrapper .header .clock-item .wrap {
        display: inline-block;
        height: auto;
        margin: 10px;
        width: 150px;
    }

    .header-wrapper .header .clock-item .wrap .inner {
        height: 100px;
        width: 100px;
    }

    .header-wrapper .header .clock-item .wrap .inner .text .val {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .header-wrapper .header .clock-item .wrap .inner .text .type-time {
        font-size: 12px;
    }

    .header-wrapper .header .header-item h1 {
        font-size: 5.5em;
    }

    .header-wrapper .header .header-item h3 {
        font-size: 2.5em;
    }
}

@media (min-width: 1200px) {
    #canvas_seconds {
        height: 220px;
        width: 220px;
    }

    #canvas_minutes {
        height: 220px;
        width: 220px;
    }

    #canvas_hours {
        height: 220px;
        width: 220px;
    }

    #canvas_days {
        height: 220px;
        width: 220px;
    }
}

@media (min-width: 980px) and (max-width: 1199px) {
    #canvas_seconds {
        height: 170px;
        width: 170px;
    }

    #canvas_minutes {
        height: 170px;
        width: 170px;
    }

    #canvas_hours {
        height: 170px;
        width: 170px;
    }

    #canvas_days {
        height: 170px;
        width: 170px;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    #canvas_seconds {
        height: 116px;
        width: 116px;
    }

    #canvas_minutes {
        height: 116px;
        width: 116px;
    }

    #canvas_hours {
        height: 116px;
        width: 116px;
    }

    #canvas_days {
        height: 116px;
        width: 116px;
    }
}

@media (max-width: 767px) {
    #canvas_seconds {
        height: 100px;
        width: 100px;
    }

    #canvas_minutes {
        height: 100px;
        width: 100px;
    }

    #canvas_hours {
        height: 100px;
        width: 100px;
    }

    #canvas_days {
        height: 100px;
        width: 100px;
    }
}

.content-wrapper {
    background-color: #f7f7f7;
    padding-bottom: 50px;
}

.content-wrapper .content h2 {
    color: #292c33;
    font-weight: lighter;
    text-align: left;
    padding-top: 20px;
}

.content-wrapper .content h4 {
    color: #494949;
    font-weight: normal;
    padding-bottom: 20px;
    text-align: left;
}

.content-wrapper .content .cycle-pager {
    bottom: -5px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 500;
}

.content-wrapper .content .carousel {
    line-height: 22px;
}

.content-wrapper .content .carousel-indicators .active {
    background-color: rgba(0,0,0,0.4);
}

.content-wrapper .content .carousel-indicators li {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-color: rgba(0,0,0,0.102);
    cursor: pointer;
    height: 15px;
    margin-left: 15px;
    width: 15px;
}

.content-wrapper .content .content-inner {
    padding-top: 2px;
}

.content-wrapper .content .image-box {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 10px solid rgba(0,0,0,0.05);
    margin-bottom: 60px;
}

.content-wrapper .content .image {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 5px solid #292c33;
    overflow: hidden;
}

@media (min-width: 768px) and (max-width: 979px) {
    .content-wrapper .content h4 {
        padding-bottom: 0px;
    }

    .content-wrapper .content .cycle-pager {
        bottom: -40px;
    }

    .content-wrapper .content .span5 {
        font-size: 12px;
        line-height: 18px;
    }
}

@media (max-width: 767px) {
    .content-wrapper {
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
        text-align: center;
    }

    .content-wrapper .content h2 {
        text-align: center;
        padding-top: 0px;
    }

    .content-wrapper .content h4 {
        text-align: center;
        padding-bottom: 10px;
    }

    .content-wrapper .content .cycle-pager {
        bottom: -50px;
    }

    .content-wrapper .content .content-inner {
        padding-top: 50px;
    }

    .content-wrapper .content .image {
        width: 100%;
    }

    .content-wrapper .content .image-box {
        margin-bottom: 20px;
    }
}

.metals-wrapper {
    background-color: #292c33;
}

.metals-wrapper .types {
    background-color: rgba(0,0,0,0.2);
}

.metals-wrapper .types h4 {
    color: #8ef58e;
    margin: 0px;
    padding: 15px;
    padding-bottom: 20px;
    z-index: 1;
    position: relative;
}

.metals-wrapper .metals .span8 {
    background-color: #292c33;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    margin-top: -20px;
    padding-top: 10px;
}

.metals-wrapper .metals input:focus:invalid:focus,.metals-wrapper .metals textarea:focus:invalid:focus,.metals-wrapper .metals select:focus:invalid:focus {
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,0.2);
    -moz-box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,0.2);
    box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,0.2);
    border: 8px solid rgba(0,0,0,0.5);
}

@media (max-width: 767px) {
    .metals-wrapper {
        margin-left: -20px;
        margin-right: -20px;
    }

    .metals-wrapper .metals {
        padding-left: 20px;
        padding-right: 20px;
    }

    .metals-wrapper .metals form button {
        right: 15px;
    }
}


.features-wrapper {
    background-color: #292c33;
}

.features-wrapper .features {
    background-color: rgba(0,0,0,0.1);
    padding: 20px 0px;
}

.features-wrapper .features .features-inner h3 {
    line-height: 28px;
    margin: 15px 0px 10px 0px;
    font-weight: lighter;
}

.features-wrapper .features .features-inner .background-icon {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #292c33;
    border: 2px solid rgba(255,255,255,0.1);
    height: 70px;
    line-height: 66px;
    text-align: center;
    width: 100%;
}

.features-wrapper .features .features-inner .features-description {
    color: #fff;
}

.features-wrapper .features .features-inner .gray h3 {
    color: #999999;
}

.features-wrapper .features .features-inner .gray .icon {
    color: #f7f7f7;
    font-size: 55px;
    width: 67px;
}
@media (min-width: 980px) and (max-width: 1199px) {
    .features-wrapper .features .features-inner .background-icon {
        height: 60px;
        line-height: 57px;
    }

    .features-wrapper .features .features-inner .gray .icon,.features-wrapper .features .features-inner .blue .icon,.features-wrapper .features .features-inner .yellow .icon {
        font-size: 45px;
        width: 57px;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .features-wrapper .features .features-inner .background-icon {
        height: 43px;
        line-height: 39px;
        margin-top: 20px;
    }

    .features-wrapper .features .features-inner .gray .icon,.features-wrapper .features .features-inner .blue .icon,.features-wrapper .features .features-inner .yellow .icon {
        font-size: 36px;
        width: 39px;
    }
}

@media (max-width: 767px) {
    .features-wrapper {
        margin-left: -20px;
        margin-right: -20px;
    }

    .features-wrapper .features {
        padding: 0px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .features-wrapper .features .features-inner .item {
        padding-bottom: 30px;
        text-align: center;
    }

    .features-wrapper .features .features-inner h3 {
        font-size: 28px;
    }

    .features-wrapper .features .features-inner .wrapper-icon {
        margin: 0px;
        padding: 0px 0px 30px 0px;
    }

    .features-wrapper .features .features-inner .background-icon {
        display: inline-block;
        height: 90px;
        line-height: 85px;
        margin: 0px;
        width: auto;
    }

    .features-wrapper .features .features-inner .gray .icon,.features-wrapper .features .features-inner .blue .icon,.features-wrapper .features .features-inner .yellow .icon {
        font-size: 86px;
        width: 86px;
    }

    .features-wrapper .features .features-inner .gray {
        margin-top: 20px;
    }

    .features-wrapper .features .wrapper-icon {
        text-align: center;
        margin-top: 10px;
        padding-bottom: 90px;
    }

    .features-wrapper .features .text-wrapper {
        text-align: center;
        margin-bottom: 10px;
    }
}

.tabs-wrapper {
    background-color: #292c33;
    padding-bottom: 40px;
}

.tabs-wrapper h2 {
    color: #fff;
    font-weight: lighter;
}

.tabs-wrapper h4 {
    padding-bottom: 60px;
}

.tabs-wrapper p {
    font-family: "Open Sans","Arial",sans-serif;
    margin: 0px;
}

.tabs-wrapper .nav-tabs {
    border-bottom: 2px solid rgba(255,255,255,0.1);
    margin-bottom: 15px;
    text-align: center;
    width: 29%;
    margin: 0 auto;
}

.tabs-wrapper .nav-tabs a {
    color: rgba(255,255,255,0.3);
    background-color: transparent;
    border-left: none;
    border-right: none;
    border-top: none;
    font-family: "Open Sans","Arial",sans-serif;
    font-size: 18px;
    font-weight: lighter;
    margin-right: 30px;
    margin-left: 30px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 15px;
    outline: none;
}

.tabs-wrapper .nav-tabs a .last{
    margin-right: 0px;
}
.tabs-wrapper .nav-tabs a:hover,.tabs-wrapper .nav-tabs a:focus {
    color: rgba(255,255,255,0.4);
    background-color: transparent;
    border: none;
    border-bottom: 2px solid;
    border-bottom-color: rgba(255,255,255,0.4);
}

.tabs-wrapper .nav-tabs .active a {
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
    color: #fff;
    border-bottom: 2px solid;
    border-bottom-color: #fff;
}

.tabs-wrapper .nav-tabs .active a:hover,.tabs-wrapper .nav-tabs .active a:focus {
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
    color: #fff;
    border-bottom: 2px solid;
    border-bottom-color: #fff;
}

.tabs-wrapper .tabs .image {
    -webkit-box-shadow: inset 0px 0px 25px 5px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0px 0px 25px 5px rgba(0,0,0,0.3);
    box-shadow: inset 0px 0px 25px 5px rgba(0,0,0,0.3);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid rgba(255,255,255,0.3);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    margin-bottom: 40px;
    padding: 10px;
}

.tabs-wrapper .tabs .image .image-box {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: inset 0px 0px 0px 15px #fff;
    -moz-box-shadow: inset 0px 0px 0px 15px #fff;
    box-shadow: inset 0px 0px 0px 15px #fff;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border: 5px solid #fff;
    overflow: hidden;
}

.tabs-wrapper .tabs .image .image-box:hover {
    border: 0px solid #fff;
}

.tabs-wrapper .tabs .about {
    border-bottom: 30px;
    margin-left: 0px;
    margin-top: 20px;
    border-top: 2px solid rgba(255,255,255,0.2);
    padding-top: 5px;
    
}

.tabs-wrapper .tabs .about h4 {
    color: #fff;
    text-align: left;
    padding-bottom: 0px;
}

.tabs-wrapper .tabs .about p {
    color: #898989;
    font-family: "Arial",sans-serif;
    text-align: left;
    margin-top: 20px;
}

@media (min-width: 980px) and (max-width: 1199px) {
   .tabs-wrapper .nav-tabs {
    width: 38%;
}
    .tabs-wrapper .nav-tabs a {
        padding-bottom: 15px;
        margin-right: 40px;
    }

    .tabs-wrapper .tabs .about {
        margin-top: 15px;
    }

    .tabs-wrapper .tabs .name {
        font-size: 24px;
        padding-top: 15px;
        padding-bottom: 5px;
    }

    .tabs-wrapper .talk-title {
        font-size: 28px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .tabs-wrapper .time {
        font-size: 34px;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
   .tabs-wrapper .nav-tabs {
    width: 50%;
    margin-bottom: 10px;
}
    .tabs-wrapper .nav-tabs a {
        font-size: 20px;
        padding-bottom: 10px;
        margin-right: 30px;
        line-height: 1.3em;
    }

    .tabs-wrapper .tabs {
        margin-bottom: 10px;
    }

    .tabs-wrapper .tabs .about {
        margin-top: 5px;
    }

    .tabs-wrapper .tabs .about p {
        font-size: 12px;
        line-height: 18px;
    }
}

@media (max-width: 767px) {
    .tabs-wrapper {
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .tabs-wrapper h4 {
        padding-bottom: 10px;
    }

    .tabs-wrapper .nav-tabs>li {
        display: block;
        float: none;
    }

    .tabs-wrapper .nav-tabs>li>a {
        border-bottom: 2px solid transparent;
    }

    .tabs-wrapper .nav-tabs .active a,.tabs-wrapper .nav-tabs .active a:hover,.tabs-wrapper .nav-tabs .active a:focus {
        border-bottom: 2px solid #fff;
    }

    .tabs-wrapper .nav-tabs a:hover,.tabs-wrapper .nav-tabs a:focus {
        border-bottom: 2px solid rgba(255,255,255,0.4);
    }

    .tabs-wrapper .nav-tabs a {
        font-size: 28px;
        padding-bottom: 10px;
        margin-right: 10px;
        margin-bottom: 10px;
        line-height: 1.3em;
    }

    .tabs-wrapper .nav-tabs {
        border: none;
    }

    .tabs-wrapper .tabs .image {
        margin: 0px auto;
        width: 170px;
    }

    .tabs-wrapper .tabs .about {
        margin-bottom: 100px;
    }

    .tabs-wrapper .tabs:last-child .about {
        margin-bottom: 0px;
    }
}

.footer-wrapper {
    background-color: #292c33;
    color: white;
    font-family: "Open Sans","Arial",sans-serif;
}

.footer-wrapper .btn {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-image: none;
    border: none;
    text-shadow: none;
    outline: none;
}

.footer-wrapper .btn-grey {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
    background-color: #3f4248;
    color: rgba(255,255,255,0.8);
    font-family: "Open Sans","Arial",sans-serif;
    font-weight: bold;
    font-size: 18px;
    text-decoration: none;
    outline: none;
    line-height: 25px;
    padding: 10px 20px;
    position: relative;
}

.footer-wrapper .btn-grey:hover {
    -webkit-box-shadow: inset 0px 0px 0px 2px rgba(255,255,255,0.2);
    -moz-box-shadow: inset 0px 0px 0px 2px rgba(255,255,255,0.2);
    box-shadow: inset 0px 0px 0px 2px rgba(255,255,255,0.2);
    color: #fff;
}

.footer-wrapper .btn-grey:active {
    bottom: -1px;
    color: #fff;
}

.footer-wrapper .footer .footer-inner p {
    font-size: 18px;
    font-weight: normal;
    margin: 0px;
    padding-left: 33px;
}

.footer-wrapper .footer .footer-inner h2 {
    font-weight: lighter;
    padding-bottom: 40px;
    text-align: left;
}

.footer-wrapper .footer .footer-inner ul {
    list-style-type: none;
    margin: 0px;
}

.footer-wrapper .footer .footer-inner li {
    line-height: 30px;
    font-weight: normal;
    margin-bottom: 30px;
}

.footer-wrapper .footer .footer-inner address {
    line-height: 30px;
}

.footer-wrapper .footer .footer-inner .icon {
    font-size: 25px;
    margin-left: -5px;
    width: 40px;
}

.footer-wrapper .footer .footer-inner .title {
    font-size: 18px;
}

.footer-wrapper .footer .footer-inner .e-mail {
    color: white;
    font-size: 18px;
    text-decoration: underline;
    outline: none;
}

.footer-wrapper .footer .footer-inner .e-mail-li {
    margin-bottom: 0px;
}

.footer-wrapper .footer .footer-inner .text {
    font-size: 18px;
    font-weight: normal;
    margin: 0px;
}

.footer-wrapper .footer .footer-inner .footer-form input[type="email"],.footer-wrapper .footer .footer-inner .footer-form input[type="text"],.footer-wrapper .footer .footer-inner .footer-form textarea {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: rgba(0,0,0,0.2);
    border: 2px solid rgba(255,255,255,0.1);
    height: 50px;
    color: rgba(255,255,255,0.7);
    font-family: "Open Sans","Arial",sans-serif;
    font-size: 18px;
    margin: 0px;
    padding: 8px 20px 10px 35px;
    resize: none;
    width: 100%;
}

.footer-wrapper .footer .footer-inner .footer-form input[type="email"]:hover,.footer-wrapper .footer .footer-inner .footer-form input[type="text"]:hover,.footer-wrapper .footer .footer-inner .footer-form textarea:hover {
    border: 2px solid rgba(255,255,255,0.2);
}

.footer-wrapper .footer .footer-inner .footer-form input[type="email"]:focus,.footer-wrapper .footer .footer-inner .footer-form input[type="text"]:focus,.footer-wrapper .footer .footer-inner .footer-form textarea:focus {
    border: 2px solid rgba(255,255,255,0.2);
}

.footer-wrapper .footer .footer-inner .footer-form textarea {
    height: 210px;
}

.footer-wrapper .footer .footer-inner .footer-form .control-group {
    margin-bottom: 30px;
    position: relative;
}

.footer-wrapper .footer .footer-inner .footer-form .icon {
    color: rgba(255,255,255,0.2);
    font-size: 24px;
    left: 15px;
    position: absolute;
    top: 16px;
}

.footer-wrapper .footer .footer-inner .footer-form .btn-send {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
    background-color: #292c33;
    color: white;
    float: right;
    font-family: "Open Sans","Arial",sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    outline: none;
    padding: 15px 20px;
    position: relative;
    border: 2px solid white;
}

.footer-wrapper .footer .footer-inner .footer-form .btn-send:hover {
    -webkit-box-shadow: inset 0px 0px 0px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0px 0px 0px 2px rgba(0,0,0,0.2);
    box-shadow: inset 0px 0px 0px 2px rgba(0,0,0,0.2);
    color: #292c33;
    background-color: white;
}

.footer-wrapper .footer .footer-inner .footer-form .btn-send:active {
    bottom: -2px;
    color: #fff;
}

.footer-wrapper .footer .footer-inner .footer-form .form-actions {
    background-color: transparent;
    border-top: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 0px;
}

.footer-wrapper .footer-bottom {
    background-color: rgba(0,0,0,0.1);
    margin-top: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.footer-wrapper .footer-bottom .btn-grey {
    margin-left: 20px;
    margin-right: 20px;
}

.footer-wrapper .footer-bottom .icons {
    float: right;
}

.footer-wrapper .footer-bottom .social-icon {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    line-height: 40px;
    opacity: 0.5;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
}

.footer-wrapper .footer-bottom .social-icon:hover {
    opacity: 1;
}

.footer-wrapper .footer-bottom .footer-navigation {
    text-align: right;
    padding-top: 10px;
}

.footer-wrapper .footer-bottom .footer-navigation a:hover,.footer-wrapper .footer-bottom .footer-navigation a:focus {
    color: #ff7e5b;
    outline: none;
    outline-offset: 0px;
    padding: 0px 10px 0px 10px;
    text-decoration: none;
}

.footer-wrapper .footer-bottom .footer-navigation a:last-child {
    padding-right: 0px;
}

.footer-wrapper .footer-bottom .footer-navigation ul {
    margin: 0px 0px 12px 0px;
    padding: 0px;
}

.footer-wrapper .footer-bottom .footer-navigation ul li {
    display: inline;
}

@media (min-width: 768px) and (max-width: 979px) {
    .footer-wrapper .footer .btn-grey {
        font-size: 14px;
        padding: 10px 10px;
    }

    .footer-wrapper .footer .footer-inner h2 {
        font-size: 28px;
    }

    .footer-wrapper .footer .footer-inner p {
        font-size: 14px;
    }

    .footer-wrapper .footer .footer-inner address {
        line-height: 24px;
    }

    .footer-wrapper .footer .footer-inner .title {
        font-size: 14px;
    }

    .footer-wrapper .footer .footer-inner .e-mail {
        font-size: 14px;
    }

    .footer-wrapper .footer .footer-inner .footer-form input[type="text"],.footer-wrapper .footer .footer-inner .footer-form textarea {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .footer-wrapper {
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .footer-wrapper .footer .footer-inner h2 {
        padding-bottom: 20px;
        padding-top: 30px;
        text-align: center;
    }

    .footer-wrapper .footer .footer-inner .footer-form .icon {
        left: 13px;
    }

    .footer-wrapper .footer-bottom {
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
        text-align: center;
    }

    .footer-wrapper .footer-bottom .icons {
        float: none;
        margin-top: 20px;
        text-align: center;
    }

    .footer-wrapper .footer-bottom .btn-grey {
        margin-top: 15px;
        display: block;
    }
}

body {
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    font-family: 'Arial', sans-serif;
    line-height: 20px;
}

a {
    transition: all 0.2s ease;
}

h1,h2,h3,h4,h5,h6 {
    font-family: "Open Sans","Arial",sans-serif;
}

h1 {
    font-size: 72px;
    font-weight: lighter;
    padding-bottom: 10px;
}

h2 {
    font-size: 36px;
    font-weight: lighter;
    margin: 0px;
    padding-top: 50px;
    text-align: center;
}

h2.page-header {
    border: 0px;
    color: #292c33;
    font-weight: lighter;
}

h3 {
    font-size: 24px;
    font-weight: lighter;
    color: white;
}

h4 {
    color: #ffffff;
    font-size: 18px;
    font-weight: normal;
    text-align: center;
}

h5 {
    font-size: 14px;
    font-weight: normal;
}

hr {
    margin: 0px 0px;
}

textarea,input {
    -webkit-font-smoothing: antialiased;
    font-family: "Open Sans","Arial",sans-serif;
}

iframe {
    border: 0px;
}

[class^="icon-"],[class*=" icon-"] {
    background-image: none !important;
}

.center {
    text-align: center;
}

.has-options {
    position: relative;
}



.video {
    height: 431px;
    margin-top: 30px;
    width: 770px;
}

.cycle-pager {
    text-align: center;
    width: 100%;
    z-index: 500;
    position: absolute;
    bottom: 60px;
    overflow: hidden;
}

.cycle-pager span {
    cursor: pointer;
    font-family: "Arial",sans-serif;
    font-size: 70px;
    width: 35px;
    height: 20px;
    display: inline-block;
    color: rgba(0,0,0,0.2);
    cursor: pointer;
    transition: all 0.1s ease;
}

.cycle-pager span:hover {
    color: rgba(0,0,0,0.4);
}

.cycle-pager span.cycle-pager-active {
    color: rgba(0,0,0,0.6);
}

.tp-bullets.simplebullets.round .bullet {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: background-color 0.1s ease;
    -moz-transition: background-color 0.1s ease;
    -o-transition: background-color 0.1s ease;
    transition: background-color 0.1s ease;
    background-color: rgba(0,0,0,0.2);
    background-image: none;
    cursor: pointer;
    font-family: "Arial",sans-serif;
    font-size: 70px;
    width: 35px;
    height: 20px;
    display: inline-block;
    color: rgba(0,0,0,0.2);
    cursor: pointer;
    height: 20px;
    margin: 0px 6px;
    width: 20px;
}

.tp-bullets.simplebullets.round .bullet:hover {
    background-color: rgba(0,0,0,0.4);
}

.tp-bullets.simplebullets.round .bullet.selected {
    background-color: rgba(0,0,0,0.6);
}

.tp-bullets.simplebullets.round .tparrows {
    display: none;
}

.thumbnails {
    margin-bottom: 100px;
}

.thumbnails .thumbnail {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 10px;
    text-align: center;
}

.thumbnails .thumbnail h3 {
    font-size: 24px;
    font-weight: lighter;
    margin-bottom: 0px;
    text-align: left;
}

.thumbnails .thumbnail img {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 6px solid #292c33;
}

#map {
    height: 425px;
}

@media (max-width: 767px) {
    #map {
        margin-left: -20px;
        margin-right: -20px;
    }
}

.success {
    color: #fff;
    display: none;
    font-family: "Open Sans","Arial",sans-serif;
    font-size: 18px;
    text-align: center;
}

.success .icon {
    color: #8ef58e;
    font-size: 32px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.btn-start {
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    border-radius: 40px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: background 0.2s linear;
    -moz-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    transition: background 0.2s linear;
    text-shadow: none;
    background-color: #ff7e5b;
    background-image: none;
    border: 0px;
    font-family: "Open Sans","Arial",sans-serif;
    font-size: 24px;
    padding: 20px 30px;
}

.btn-start i {
    font-size: 40px;
    margin: 0px 20px;
    vertical-align: middle;
}

.btn-start:focus,.btn-start:active,.btn-start:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: background 0.2s linear;
    -moz-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    transition: background 0.2s linear;
    background-color: #ff5628;
}

.clock-done {
    display: none;
}

.clock-done p {
    font-family: "Open Sans","Arial",sans-serif;
    font-size: 125px;
    line-height: 125px;
    margin-bottom: 30px;
    text-align: center;
}

.other-services{
	margin-top: 23px;
}
.before-ordering-wrapper{
	background-color: #202329;
	padding: 20px;
	margin: -20px;
}
.ordering-text{
	font-size: 32px;	
	color: white;
	font-weight: lighter;
	padding-bottom: 10px;
}
h4 .ordering-text {
	color: white;
}
.ordering-list{
	font-size: 16px;
	color: #898989;
	font-weight: lighter;
	line-height: 1.3em;
	padding-bottom: 5px;
}
.other-metals{
	color: white;
	font-size: 24px;
	text-align: center;
}
.container-header{
    height: 800px;
    background: #25282e;
}
.404-wrapper{
	background-color: #202329;
	padding: 20px;
	margin: -20px;
	margin-top: 50px;
	height: 300px;
}

.404{

}
.before-ordering h2{
  color: white;
}

input .send-button{
	color: white;
	border: 2px solid white;
	padding: 10px;
	font-size: 40px;
}

ul .before-ordering.ul{
	margin-bottom: 10px;
}

.alert . alert-warning .{
	margin-top: 120px;
	font-size: 50px;
}
/*
     FILE ARCHIVED ON 05:13:49 Jan 16, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 16:33:32 Apr 02, 2024.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.913
  exclusion.robots: 0.257
  exclusion.robots.policy: 0.241
  cdx.remote: 0.087
  esindex: 0.012
  LoadShardBlock: 235.757 (3)
  PetaboxLoader3.datanode: 193.057 (4)
  load_resource: 169.675
  PetaboxLoader3.resolve: 22.469
*/