.btn, h1, h2, h3, h4 {
    text-transform: uppercase
}

input, select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none
}

.caption, .form-inline .form-control, body, html {
    width: 100%
}

#loader-wrapper, .thumbnail {
    opacity: .9;
    overflow: hidden
}

a, body {
    color: #000
}

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

body {
    background-color: #fff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 13px;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: auto
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 300
}

.btn-link, b, strong {
    font-weight: 500
}

h1, h2, h3, h4 {
    margin-top: 30px;
    margin-bottom: 30px;
    color: #a18b5a
}

h1 {
    font-size: 40px
}

h3 {
    font-size: 30px
}

h4 {
    font-size: 18px
}

a:focus, a:hover {
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s;
    color: #a18b5a;
    text-decoration: none;
    cursor: pointer
}

.btn:active:focus, .btn:focus, button:focus {
    outline: 0
}

.btn {
    font-size: 16px
}

.btn-link {
    color: #000;
    letter-spacing: 2px;
    text-decoration: none
}

.btn-link:focus, .btn-link:hover {
    color: #a18b5a;
    text-decoration: none
}

:focus {
    outline: -webkit-focus-ring-color auto 0
}

.form-control {
    box-shadow: none;
    border-radius: 0;
    border: 1px solid #ddd;
    padding: 0;
    text-indent: 8px;
    color: #000;
    font-size: 13px
}

.form-control:focus {
    border-color: #333;
    box-shadow: none
}

.form-control[readonly] {
    background-color: #fff;
    cursor: pointer
}

.form-inline .form-group {
    margin-bottom: 15px
}

input {
    text-transform: capitalize
}

input[type=email] {
    text-transform: lowercase
}

.input-group-addon {
    padding-left: 0;
    border: 0;
    border-radius: 0;
    background-color: #fff;
    color: #000;
    font-size: inherit;
    font-weight: inherit
}

label {
    font-weight: 300
}

label.error {
    z-index: 1;
    padding: 5px 10px;
    color: #AC3333;
    font-weight: 400
}

select {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNy43cHgiIGhlaWdodD0iNC4zcHgiIHZpZXdCb3g9IjAgMCA3LjcgNC4zIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA3LjcgNC4zIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiM5OTk5OTkiIGQ9Ik03LjEsMC4xQzYuNywwLjUsMy45LDMuMiwzLjksMy4yUzEsMC41LDAuNiwwLjFTMCwwLjcsMCwwLjdsMy45LDMuNmwzLjgtMy42QzcuNywwLjcsNy41LTAuMyw3LjEsMC4xeiIvPg0KPC9zdmc+DQo=)!important;
    background-repeat: no-repeat;
    background-position: right 10px center;
    padding: 6px 28px 6px 10px
}

thead {
    font-weight: 300
}

video::-webkit-media-controls {
    display: none!important
}

.progress {
    box-shadow: none;
    margin-bottom: 50px;
    border-radius: 0;
    height: 2px
}

.progress-bar {
    box-shadow: none;
    background-color: #000;
    color: #000
}

@media screen and (min-width: 768px) {
    .row-eq-height {
        display: table;
        table-layout: fixed;
        width: 100%;
        height: 100px;
        margin: 0px;
    }
    .row-eq-height div {
        display: table-cell;
        float: none;
        vertical-align: middle;
    }
}
.thumbnail {
    position: relative;
    display: block;
    padding: 0;
    margin: 20px 0;
    line-height: 1.42857143;
    background-color: transparent;
    border: none;
    border-radius: 0
}

.caption, nav:not(.mm-menu) {
    display: none
}

.caption {
    position: absolute;
    bottom: 0;
    right: 0;
    background: rgba(255, 255, 255, .95);
    height: 2.5em;
    padding: .5em;
    text-align: left;
    color: #222!important;
    z-index: 2
}

.action-list, .caption h5, .content-wrapper, .footer, .hideshare-wrap, .image-share, .itunes-badge, .share, .vevo-badge {
    text-align: center
}

.caption h5 {
    margin: 0
}

.online-item h2 {
    color: #000000;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: -0.7px;
    line-height: 42px;
    text-align: center;
    text-transform: capitalize; 
}

.online-item h2:hover{
    color: #a18b5a;
}

/*#online-links > div > div:nth-child(odd) > div:nth-child(odd) > a > h2, #online-links > div > div:nth-child(even) > div:nth-child(even) > a > h2 {
    font-size: 30px;
}*/

#online-links > div > div:nth-child(4n+0) > div:nth-child(odd) > a > h2, #online-links > div > div:nth-child(4n+1) > div:nth-child(even) > a > h2, #online-links > div > div:nth-child(4n+2) > div:nth-child(even) > a > h2, #online-links > div > div:nth-child(4n+3) > div:nth-child(odd) > a > h2 {
    font-size: 30px;
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    margin: -24px 0 0 -24px;
    opacity: 1;
    -o-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out
}

#loader-wrapper {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 10000;
    visibility: hidden;
    -o-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -webkit-transition: all .4s .4s ease-out;
    transition: all .4s .4s ease-out
}

.no-js #loader-wrapper {
    display: none
}

.no-js h1 {
    color: #333
}

.la-ball-clip-rotate {
    position: relative;
    width: 32px;
    height: 32px
}

.la-ball-clip-rotate>div {
    position: relative;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    color: #fff;
    border-color: #fff
}

.la-ball-clip-rotate:after {
    display: table;
    clear: both;
    line-height: 0;
    content: ""
}

.la-ball-clip-rotate.la-dark>div {
    color: #000;
    background: #000;
    border-color: #000
}

@-webkit-keyframes ball-clip-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-moz-keyframes ball-clip-rotate {
    0% {
        -moz-transform: rotate(0);
        transform: rotate(0)
    }
    50% {
        -moz-transform: rotate(180deg);
        transform: rotate(180deg)
    }
    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-o-keyframes ball-clip-rotate {
    0% {
        -o-transform: rotate(0);
        transform: rotate(0)
    }
    50% {
        -o-transform: rotate(180deg);
        transform: rotate(180deg)
    }
    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes ball-clip-rotate {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }
    50% {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.la-ball-clip-rotate>div {
    display: inline-block;
    float: left;
    width: 28px;
    height: 28px;
    margin: 0;
    background: 0 0!important;
    border-style: solid;
    border-width: 2px;
    border-bottom-color: transparent!important;
    border-radius: 100%;
    -webkit-animation: ball-clip-rotate .75s ease infinite;
    -moz-animation: ball-clip-rotate .75s ease infinite;
    -o-animation: ball-clip-rotate .75s ease infinite;
    animation: ball-clip-rotate .75s ease infinite
}

.la-ball-clip-rotate.la-sm {
    width: 16px;
    height: 16px
}

.la-ball-clip-rotate.la-sm>div {
    width: 14px;
    height: 14px;
    margin: 0;
    border-width: 1px
}

.la-ball-clip-rotate.la-lg {
    width: 48px;
    height: 48px
}

.la-ball-clip-rotate.la-lg>div {
    width: 42px;
    height: 42px;
    margin: 0;
    border-width: 1px
}

.la-ball-clip-rotate.la-2x {
    width: 64px;
    height: 64px
}

.la-ball-clip-rotate.la-2x>div {
    width: 56px;
    height: 56px;
    margin: 0;
    border-width: 1px
}

#fadeIn, html.mm-opening #menu-toggle span {
    opacity: 0
}

.mm-opening #page {
    border-left: 1px solid #eee
}

#menu-toggle {
    box-sizing: border-box;
    display: block;
    width: 60px;
    height: 50px;
    position: static;
    top: 10px;
    left: 7px;
    z-index: 4
}

#menu-toggle span, #menu-toggle:after, #menu-toggle:before {
    background: #333;
    content: '';
    display: block;
    width: 20px;
    height: 1px;
    position: absolute;
    left: 22px;
    -webkit-transition: none .2s ease .2s;
    -moz-transition: none .2s ease .2s;
    -o-transition: none .2s ease .2s;
    transition: none .2s ease .2s;
    -webkit-transition-property: transform, top, bottom, left, opacity;
    -moz-transition-property: transform, top, bottom, left, opacity;
    -o-transition-property: transform, top, bottom, left, opacity;
    transition-property: transform, top, bottom, left, opacity
}

#menu-toggle:before {
    top: 19px
}

#menu-toggle span, html.mm-opening #menu-toggle:after, html.mm-opening #menu-toggle:before {
    top: 25px
}

#menu-toggle:after {
    top: 31px
}

html.mm-opening #menu-toggle:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

html.mm-opening #menu-toggle:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

#menu-toggle+.wrapper:before, .wrapper:first-child:before {
    content: '';
    background: url(../img/phone.png) center center no-repeat;
    display: block;
    width: 2300px;
    height: 1835px;
    margin-left: -400px;
    position: absolute;
    left: 50%;
    top: -1150px;
    z-index: -1
}

.mm-listview {
    font-size: 12px
}

.mm-listview .mm-next {
    display: none
}

#menu .carat-1, #menu .carat-2 {
    display: inline-block;
    background: url(../img/icn-carat.svg) center center no-repeat;
    background-size: contain;
    width: 8px;
    height: 8px;
    margin-left: 5px;
    -webkit-transition: all .1s ease-in-out .1s;
    -moz-transition: all .1s ease-in-out .1s;
    -o-transition: all .1s ease-in-out .1s;
    transition: all .1s ease-in-out .1s
}

#menu .carat-1.rotate, #menu .carat-2.rotate {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

#menu .contact.active, #menu .featured.active, .mm-listview a:hover {
    color: #a18b5a
}

#fadeIn, #page, .page-wrapper {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    overflow: initial
}

.page-internal {
    overflow-y: visible!important
}

.page-wrapper {
    display: table;
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.page-container {
    padding: 0
}

.page-block {
    padding-bottom: 30px
}

.content-container {
    display: table-cell;
    vertical-align: middle;
    padding: 0
}

.content-wrapper {
    position: relative;
    z-index: 2;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0
}

.vid-wrapper {
    width: 100%;
    margin-top: -100px;
    margin-left: auto;
    margin-right: auto
}

.hidden-desktop {
    display: none!important
}

#site-title {
    min-height: 50px
}

#site-title h1, #site-title-index h1 {
    background-image: url(../img/tc-logo.svg);
    background-size: contain;
    text-indent: -9999px;
    width: 88px;
    height: 20px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-repeat: no-repeat
}

#site-title-index h1 {
    top: 0
}

#site-title h1 {
    top: 50px
}

.divider {
    height: 1px;
    background-color: #fff;
    margin: 5px
}

.image-holder img {
    max-width: 640px;
    width: 100%
}

.image-share {
    padding: 15px 15px 5px;
    font-size: 14px;
    line-height: 20px
}

.action-list {
    list-style: none;
    padding: 0
}

.action-list li {
    display: inline-block
}

.itunes-badge, .vevo-badge {
    display: block;
    height: 24px;
    padding: 1em 0;
    margin-right: 10px
}

.itunes-badge {
    width: 70px;
    background: url(../img/Get_iTunes.svg) center no-repeat;
    background-size: contain
}

.vevo-badge {
    width: 46px;
    background: url(../img/Watch_Vevo.svg) center no-repeat;
    background-size: contain
}

.footer {
    z-index: 100;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 0 35px;
    background-color: transparent
}

ul#statList {
    list-style-type: none
}

@media only screen and (max-device-width:1024px) {
    .hidden-desktop {
        display: inline-block!important
    }
    .caption {
        display: block
    }
}

.vid-wrapper {
    max-width: 960px
}

.video-js {
    padding-top: 56.25%
}

.vjs-fullscreen {
    padding-top: 0
}

.hideshare-wrap {
    margin: 0 auto
}

.hideshare-wrap .hideshare-list {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    height: 35px
}

.hideshare-wrap li {
    display: inline-block;
    zoom: 1;
    margin: 10px 10px 0
}

.share {
    display: inline-block;
    width: 24px;
    background: url(../img/share-icon.png) center no-repeat;
    background-size: contain;
    padding: 1em 0
}

.hideshare-list a {
    color: #000
}

.hideshare-list a:focus, .hideshare-list a:hover {
    color: #777;
    text-decoration: none
}

.hideshare-instagram, .hideshare-kewe {
    display: none!important
}

label.control-data {
    padding-top: 7px;
    margin-bottom: 0
}

.step-footer {
    margin-top: 40px;
    color: #a18b5a;
    font-size: 16px
}

.form-controls {
    margin: 10px 0 40px
}

@media only screen and (max-width:767px) {
    #currency {
        margin-top: 10px
    }
}

@media only screen and (max-width:768px) {
    .container, .content-container {
        padding: 0;
        width: 100%
    }
    .container {
        margin: 0
    }
    .content-container {
        padding: 8% 0
    }
    .footer {
        margin-bottom: 50px
    }
    .input-below {
        margin-top: 10px
    }
}

@media (min-width:768px) {
    #site-title {
        min-height: 100px
    }
    #site-title h1, #site-title-index h1 {
        top: 50px
    }
    #menu-toggle {
        box-sizing: border-box;
        display: block;
        width: 60px;
        height: 50px;
        position: fixed;
        top: 34px;
        left: 30px;
        z-index: 4
    }
    .divider {
        margin: 10px
    }
    .vid-wrapper {
        margin-top: 0;
        padding: 85px 0 95px
    }
}

@media (min-width:992px) {
    .vid-wrapper {
        min-width: 768px
    }
}

@media only screen and (max-device-width:1024px) {
    .hideshare-instagram, .hideshare-kewe {
        display: inline-block!important
    }
}

@media only screen and (min-device-width:320px) and (max-device-width:480px) {
    .hideshare-wrap li {
        display: inline-block;
        zoom: 1;
        margin: 10px 5px 0
    }
}

@media only screen and (min-device-width:375px) and (max-device-height:667px) and (orientation:landscape) and (-webkit-device-pixel-ratio:2) {
    #fadeIn, #page, .page-wrapper {
        height: auto;
        overflow: visible
    }
    #page {
        padding-bottom: 30px
    }
    .page-wrapper {
        position: relative
    }
    .content-container {
        padding: 6% 0 9%
    }
    .footer {
        height: 20px;
        margin-bottom: 0
    }
    .vid-wrapper {
        margin-top: 0
    }
}

@media only screen and (min-device-width:414px) and (max-device-height:736px) and (orientation:landscape) and (-webkit-device-pixel-ratio:3) {
    #fadeIn, #page, .page-wrapper {
        height: auto;
        overflow: visible
    }
    #page {
        padding-bottom: 30px
    }
    .page-wrapper {
        position: relative
    }
    .content-container {
        padding: 6% 0 9%
    }
    .footer {
        height: 20px;
        margin-bottom: 0
    }
    .vid-wrapper {
        margin-top: 0
    }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) {
    .vid-wrapper {
        max-width: 768px
    }
}

.antispam { display:none;}
