/*

Template 2101 Insertion

http://www.tooplate.com/view/2101-insertion

*/

@font-face {
    font-family: proxima-nova-semi-bold;
    src: url("../webfonts/proxima-nova-semi-bold.woff2");
}

@font-face {
    font-family: proxima-nova-regular;
    src: url("../webfonts/proxima-nova-regular.woff2");

}

body {
    font-family: 'proxima-nova-regular';
    font-size: 17px;
    font-weight: 300;
    color: black;
    overflow-x: hidden;
    /*background-color: #fafafa;*/
    background-color: #ffffff;
    /*background: url("/../Images/bgnoise.png") repeat scroll 0 0 transparent !important;*/
}

.form-control {
    font-family: 'proxima-nova-regular';
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 2.0rem !important;
}
a {
    transition: all 0.3s ease;
}

    a:hover, a:focus, a.active {
        color: #58d5ff;
        text-decoration: none;
    }

/* .tm-welcome-section { */
/* height: 83vh; */
/* display: flex; */
/* flex-direction: column; */
/* align-items: center; */
/* justify-content: center; */
/* background-color: #E7A7C0; */
/* background-image: url(''); */
/* background-repeat: no-repeat; */
/* background-size: cover; */
/* background-position: center center; */
/* color: white; */
/* max-height: 700px; */
/* min-height: 400px; */
/* } */

.tm-fa-big {
    font-size: 5em;
}

.tm-fa-mb-big {
    margin-bottom: 3rem;
}

.tm-navbar-container {
    position: absolute;
    top: 0;
}

.navbar-nav {
    margin-right: 0;
}

.nav-link {
    font-size: 1.4rem;
}

.tm-site-description {
    font-size: 1.6rem;
    color: white;
}

.navbar-expand-sm .navbar-nav .nav-link {
    padding: 10px 20px;
}

.navbar-nav {
    flex-direction: row;
}

.tm-site-name {
    font-size: 2rem;
    color: black !important;
}

.tm-search-form-container {
    border-radius: 15px;
    border: 4px solid white;
    background-color: black;
    /*background: -webkit-gradient(linear, left top, left bottom, from(rgba(12,76,102,0.3)), color-stop(10.31%, rgba(12,76,102,0.3)), color-stop(101.79%, rgba(255,255,255,0.3)));*/
    /*background: -webkit-gradient(linear, left top, left bottom, from(rgba(12,76,102,0.3)), color-stop(10.31%, rgb(12 76 102 / 82%)), color-stop(101.79%, rgba(255,255,255,0.3)));*/
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

.tm-search-form {
    width: 100%;
    /* height: 96px; */
    font-size: 1.2rem;
    padding-bottom:10px;
}

.tm-search-box {
    padding-left: 28px;
    padding-right: 28px;
    width: 100%;
}

.tm-advanced-box {
    width: 100%;
    /*padding: 12px 12px;*/
    text-align: center;
    height: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
    color: black;
}

.form-inline .form-control.tm-search-input {
    margin-right: 20px;
    padding: 10px 15px;
    /* background: transparent;*/
    color: black;
    width: 70%;
    border-radius: 0;
    font-size: 18px !important;
}

.form-control.tm-search-input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000;
    opacity: 1; /* Firefox */
}

.form-control.tm-search-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #000;
}

.form-control.tm-search-input::-ms-input-placeholder { /* Microsoft Edge */
    color: #000;
}

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #666666;
    opacity: 1; /* Firefox */
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #666666;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #666666;
}

.form-control {
    font-weight: 300;
    border-radius: 0;
    padding: 12px 20px;
}

    .form-control:focus {
        border-color: #ced4da;
        box-shadow: none;
    }

.tm-search-submit {
    padding: 10px 35px;
    background: #fff;
    color: #000;
    border-radius: 0;
    font-size: 18px;
    font-weight: 700;
    ;
}

.tm-search-submit {
    cursor: pointer;
    transition: all 0.3s ease;
}

    .tm-search-submit:hover {
        background-color: #fff;
        color: #000;
    }

.tm-albums-container {
    margin: 80px auto;
    max-width: 260px;
}

.tm-album-col {
    display: flex;
    justify-content: center;
}

.tm-new-release {
    /* background-image: url(../img/gradient-blue.png); */
    background-repeat: no-repeat;
    background-size: cover;
    color: #1C689A;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding-left: 50px;
    padding-right: 50px;
    display: flex;
    align-items: center;
    font-weight: 700;
    height: 100%;
    background: aqua;
}

/*---------------*/
/***** Sadie *****/
/*---------------*/

.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    cursor: pointer;
}

    .grid figure img {
        position: relative;
        display: block;
        min-height: 100%;
        max-width: 100%;
    }

    .grid figure figcaption {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 2em;
        color: #fff;
        backface-visibility: hidden;
    }

figure.effect-sadie figcaption::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 75%);
    background: linear-gradient(to bottom, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 75%);
    content: '';
    opacity: 0;
    -webkit-transform: translate3d(0,50%,0);
    transform: translate3d(0,50%,0);
}

figure.effect-sadie h2 {
    font-size: 1.5rem;
    padding: 1.2rem;
    position: absolute;
    bottom: 10%;
    left: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.35s, color 0.35s;
    transition: transform 0.35s, color 0.35s;
    -webkit-transform: translate3d(0,-80%,0);
    transform: translate3d(0,-80%,0);
}

figure.effect-sadie figcaption::before,
figure.effect-sadie p {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-sadie p {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 1.2rem;
    margin-bottom: 0;
    width: 100%;
    opacity: 0;
    -webkit-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0);
}

figure.effect-sadie:hover h2 {
    opacity: 1;
    -webkit-transform: translate3d(0,-50%,0) translate3d(0,-10px,0);
    transform: translate3d(0,-50%,0) translate3d(0,-10px,0);
}

figure.effect-sadie:hover figcaption::before,
figure.effect-sadie:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.tm-tag-line {
    margin-bottom: 60px;
    position: relative;
    min-height: 285px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../img/insertion-1800x450.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.tm-tag-line-title {
    font-size: 2rem;
    color: white;
    position: relative;
    font-weight: 300;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
}

.tm-font-300 {
    font-weight: 300;
}

.tm-text-gray, .tm-link-gray {
    color: #666666;
}

.tm-text-white {
    color: #fff;
}

.tm-text-blue {
    color: #6e9ece;
}

.tm-text-blue-dark {
    color: #006699;
}

.tm-text-pink {
    color: #D6688F;
}

.tm-text-pink-dark {
    color: #CC6699;
}

.tm-text-brown {
    color: #CC6666;
}

.tm-bg-gray {
    background-color: #e5e5e5;
    /*background: -webkit-gradient(linear, left top, left bottom, from(rgb(126, 178, 233)), color-stop(10.31%, rgb(126, 178, 233,0.9)), color-stop(101.79%, rgb(229, 229, 229,0.2)));*/
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(239,64,61,0.3)), color-stop(10.31%, rgba(239,64,61,0.3)), color-stop(101.79%, rgba(255,255,255,0.3)));
    /*background: -webkit-gradient(linear, left top, left bottom, from(rgba(123,123,123,0.3)), color-stop(10.31%, rgba(208,199,199,0.3)), color-stop(101.79%, rgba(255,229,229,0.3)));*/
    border: 2px solid #888888;
    border-radius: 15px;
    padding-bottom: 15px !important;
}

.tm-bg-pink {
    background-image: linear-gradient(to left, #ff5757, #d02035);
}

.tm-bg-pink-light {
    /*background: -webkit-gradient(linear, left top, left bottom, from(rgba(123,123,123,0.3)), color-stop(10.31%, rgba(208,199,199,0.3)), color-stop(101.79%, rgba(255,229,299,0.3)));*/
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(61,123,148,0.1)), color-stop(10.31%, rgba(61,123,148,0.1)), color-stop(101.79%, rgba(255,255,255,0.3)));
    /*background-color:white;*/
}

.tm-bg-pink-light-2 {
    background-color: #EDAABC;
}

.tm-bg-blue {
    /*background-image: linear-gradient(to left, #ff5757, #d02035);*/
    background-color: #3d7b94;
}

.media-boxes {
    max-width: 930px;
    margin: 0 auto;
}

.media {
    margin-bottom: 35px;
}

.media-body {
    display: flex;
    /* border: 3px solid #888888;
    border-radius: 15px;*/
    border-radius: 15px;
    border: 4px solid white;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    /* box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75); */
}

.tm-buy-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 140px;
}

.tm-buy {
    font-weight: 400;
    /*width: 100%;*/
    padding: 7px 9px;
    text-align: center;
    align-items: center;
    display: unset;
    justify-content: center;
    border: 0px;
    border-radius: 5px
}


.tm-bg-blue.tm-buy:hover,
.tm-bg-blue.tm-buy:focus {
    color: white;
    background-color: #277bcc;
}

.tm-bg-pink.tm-buy:hover,
.tm-bg-pink.tm-buy:focus {
    background-color: #d14579;
    color: white;
}

.tm-description-box {
    padding: 10px 20px;
}

.tm-price-tag {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    border-radius: 5px;
}

.tm-subscribe-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 50px;
}

.tm-subscribe-input {
    width: 350px;
    margin-bottom: 25px;
    border-radius: 0;
    border-color: #D6688F;
    padding: 13px 15px;
}

.form-control.tm-subscribe-input:focus {
    border-color: #df6f98;
}

.tm-subscribe-btn {
    border: none;
    padding: 12px 40px;
    font-size: 1.2rem;
    font-weight: 300;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .tm-subscribe-btn:hover,
    .tm-subscribe-focus {
        background-color: #d14579;
    }

.tm-subscribe-img {
    background-image: url(../img/insertion-600x400.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 400px;
}

.tm-about-img {
    background-image: url(../img/insertion-560x336-01.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 336px;
    max-width: 560px;
}

.tm-mb-30 {
    margin-bottom: 30px;
}

.tm-mb-medium {
    margin-bottom: 0px;
}

.tm-mb-big {
    margin-bottom: 130px;
}

.tm-mt-big {
    margin-top: 0px;
}

.tm-about-h2 {
    font-size: 1.4rem;
    font-weight: 300;
}

.tm-v-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.tm-media-v-center {
    display: flex;
    align-items: center;
    padding: 33px 30px;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    height: 100px;
}

.nav-tabs .nav-item {
    margin-bottom: 20px;
    width: 100%;
}

    .nav-tabs .nav-item:last-child {
        margin-bottom: 0;
    }

.tm-media-link {
    font-size: 1.2rem;
}

.tm-about-row {
    max-width: 1190px;
    margin-left: auto;
    margin-right: auto;
}

.tm-about-text {
    max-width: 560px;
    padding: 0 50px;
}

.tm-about-description {
    line-height: 1.8;
}

.tm-media-2 {
    padding: 55px;
    margin-bottom: 0;
    height: 100%;
    align-items: center;
}

.tm-media-body-2 {
    flex-direction: column;
}

    .tm-media-body-2 .btn {
        align-self: flex-end;
    }

.tm-media-2-icon {
    margin-right: 60px;
    align-self: flex-start;
}

.tm-media-2-header {
    font-size: 1.4rem;
    font-weight: 300;
}

.btn-secondary {
    background-color: #ee2c3c;
    border-color: #ee2c3c;
    font-size: 1.3rem;
    font-weight: bold;
    padding: 12px 40px;
}


.btn-primary {
    background-color: #0069d9;
    border-color: #0069d9;
    font-size: 1.3rem;
    font-weight: bold;
    padding: 12px 40px;
}

.btn-secondary:focus,
.btn-secondary:hover {
    background-color: #ee2c3c;
    border-color: #ee2c3c;
}

.nav-tabs .nav-link {
    border-radius: 0;
    border: none;
    color: #666666;
}

.nav-tabs {
    border-bottom: 0;
}

    .nav-tabs .nav-item.show .nav-link,
    .nav-tabs .nav-link.active,
    .nav-tabs .nav-link:hover {
        background-color: #EDAABC;
        color: white;
    }

.tm-tab-links-container,
.tm-tab-content-container {
    position: relative;
    width: 100%;
    min-height: 1px;
}

.tm-tab-links-container {
    flex: 0 0 28%;
    padding-right: 10px;
    padding-left: 15px;
}

.tm-tab-content-container {
    flex: 0 0 72%;
    padding-right: 15px;
    padding-left: 10px;
}

.tab-content {
    display: flex;
    align-items: center;
}

.tm-contact-col {
    display: flex;
    justify-content: space-between;
}

.tm-contact-left {
    flex: 0 0 20%;
    margin-right: 20px;
}

.tm-contact-middle {
    margin-right: 20px;
    padding: 30px 20px;
}

.tm-contact-right {
    padding: 45px 50px;
}

.tm-contact-middle,
.tm-contact-right {
    flex: 1%;
    max-width: 100%;
    width: 100%;
}

.tm-select {
    border-radius: 0;
    width: 100%;
    padding: 12px 20px;
}

.tm-select-group {
    padding: 8px 0;
    display: flex;
    justify-content: start;
}

.tm-radio-label {
    cursor: pointer;
}

    .tm-radio-label:last-child {
        margin-right: 15px;
    }

iframe {
    max-width: 100%;
}

#google-map {
    border: 1px solid #fff;
}

/* Loader */
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2000;
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db;
    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    z-index: 1001;
}

    #loader:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #e74c3c;
        -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
        animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    #loader:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #f9c922;
        -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
        animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg); /* IE 9 */
        transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */
    }

    100% {
        -webkit-transform: rotate(360deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg); /* IE 9 */
        transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg); /* IE 9 */
        transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */
    }

    100% {
        -webkit-transform: rotate(360deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg); /* IE 9 */
        transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */
    }
}

#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: #222222;
    z-index: 1000;
    -webkit-transform: translateX(0); /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(0); /* IE 9 */
    transform: translateX(0); /* Firefox 16+, IE 10+, Opera */
}

    #loader-wrapper .loader-section.section-left {
        left: 0;
    }

    #loader-wrapper .loader-section.section-right {
        right: 0;
    }

/* Loaded */
.loaded #loader-wrapper .loader-section.section-left {
    -webkit-transform: translateX(-100%); /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(-100%); /* IE 9 */
    transform: translateX(-100%); /* Firefox 16+, IE 10+, Opera */
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(100%); /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(100%); /* IE 9 */
    transform: translateX(100%); /* Firefox 16+, IE 10+, Opera */
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #loader {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.loaded #loader-wrapper {
    visibility: hidden;
    -webkit-transform: translateY(-100%); /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateY(-100%); /* IE 9 */
    transform: translateY(-100%); /* Firefox 16+, IE 10+, Opera */
    -webkit-transition: all 0.3s 1s ease-out;
    transition: all 0.3s 1s ease-out;
}

/* JavaScript Turned Off */
.no-js #loader-wrapper {
    display: none;
}

@media (min-width: 576px) {
    .tm-albums-container {
        max-width: none;
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding: 20px 40px;
    }

    .navbar-nav {
        margin-right: -40px;
    }
}

@media (min-width: 768px) {
    .tm-albums-container {
        max-width: 540px;
    }
}

@media (min-width: 992px) {
    .tm-albums-container {
        max-width: none;
    }

    figure.effect-sadie h2 {
        bottom: 20%;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1230px;
    }

    figure.effect-sadie h2 {
        bottom: 10%;
    }

    .tm-radio-label:last-child {
        margin-right: 30px;
    }
}

@media (max-width: 1199px) {
    .tm-new-release {
        font-size: 1.1rem;
        padding-left: 7px;
        padding-right: 35px;
    }
}

@media (max-width: 991px) {
    .tm-welcome-section {
        height: 70vh;
    }

    .tm-about-col-left {
        margin-bottom: 20px;
    }

    .tm-about-text {
        padding: 50px;
    }

    .tm-about-text, .tm-about-img {
        margin-left: auto;
        margin-right: auto;
    }

    .form-inline .form-control.tm-search-input {
        width: 60%;
    }

    .tm-advanced-box {
        font-size: 1rem;
        padding-right: 30px;
    }

    .tm-subscribe-img {
        padding-right: 0;
    }

    .tm-mt-big {
        margin-top: -90px;
    }

    .tm-mb-big {
        margin-bottom: 80px;
    }

    .tm-mb-medium {
        margin-bottom: 40px;
    }

    .tm-subscribe-row {
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }

    .tm-tab-link {
        padding: 15px 25px;
    }

        .tm-tab-link .fa-2x {
            font-size: 1.8rem;
        }

        .tm-tab-link .tm-media-link {
            font-size: 1rem;
        }

    .tm-tab-links-container {
        flex: 0 0 100%;
        padding-right: 15px;
    }

    .tm-tab-content-container {
        flex: 0 0 100%;
        margin-top: 15px;
        padding-left: 15px;
    }

    .tm-media-2-icon {
        margin-right: 30px;
    }

    .tm-media-2 {
        padding: 35px 30px;
    }

    .tm-contact-col {
        flex-wrap: wrap;
    }

    .tm-contact-left {
        flex: 0 0 30%;
        margin-right: 0;
    }

    .tm-contact-middle {
        flex: 1%;
        margin-right: 0;
        max-width: none;
    }

    .tm-contact-right {
        flex: 0 0 100%;
        margin-top: 20px;
        max-width: none;
    }

    iframe {
        width: 100%;
    }
}

@media only screen and (min-width: 600px) and (max-width: 767px) {
    .tm-welcome-section {
        height: 35vh !important;
    }

    .tm-welcome {
        padding: 50px !important;
    }
}

@media (max-width: 767px) {

    .tm-search-input.w-100, .form-content, .hidden-form .form-content {
        margin-top: 5px !important;
    }

    .hidden-form.moretext {
        padding-right: 0px;
    }

    .submits-buttons {
        margin: 0px 25px;
    }

    .hidden-form .form-content {
        padding-left: 15px;
        /*margin-bottom: 8px;*/
    }

    #st-1 {
        text-align: center !important;
    }

    .tm-welcome-section {
        height: 10vh;
    }

    .tm-fa-big {
        font-size: 4em;
    }

    .tm-fa-mb-big {
        margin-bottom: 2rem;
    }

    .tm-site-name {
        font-size: 2rem;
    }

    .tm-site-description {
        font-size: 1.3rem;
    }

    .tm-new-release {
        width: 100%;
        padding: 20px;
        justify-content: center;
        border-top-right-radius: 10px;
        border-bottom-left-radius: 0;
    }

    .tm-search-form {
        /* flex-flow: column; */
        height: auto;
    }

    .form-inline .form-group.tm-search-box {
        margin-top: 20px;
        margin-bottom: 20px;
        width: 100%;
    }

    .form-inline .form-control.tm-search-input {
        width: calc(100% - 141px);
    }

    .form-inline .form-control.tm-search-submit {
        width: 49%;
        margin-left: 0px !important;
        margin-bottom: 5px;
        margin-top: 15px;
    }

    .form-inline .form-group.tm-advanced-box {
        width: auto;
        margin-bottom: 20px;
        margin-top: 10px;
        padding-right: 0;
    }

    .tm-search-form-container {
        margin-top: -70px;
    }

    .tm-tab-link {
        padding: 33px 30px;
    }

        .tm-tab-link .fa-2x {
            font-size: 2rem;
        }

        .tm-tab-link .tm-media-link {
            font-size: 1.4rem;
        }
}

@media (max-width: 575px) {
    .container {
        max-width: 540px;
    }

    .form-inline .form-control.tm-search-input {
        width: 100%;
        /*margin-bottom: 20px;*/
    }

    .tm-search-submit {
        margin-left: auto;
        margin-right: auto;
    }

    .tm-albums-container {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .tm-contact-left,
    .tm-contact-middle {
        flex: 0 0 100%;
    }

    .tm-contact-middle {
        margin-top: 20px;
    }

    .tm-contact-middle,
    .tm-contact-right {
        padding: 35px 30px;
    }
}

@media (max-width: 500px) {
    .media {
        flex-direction: inherit;
    }

    .media-body {
        margin-top: 15px;
    }
}

@media (max-width: 420px) {
    .tm-subscribe-input {
        width: 260px;
    }

    .tm-fa-big {
        font-size: 3rem;
    }

    .tm-fa-mb-big {
        margin-bottom: 1.5rem;
    }

    .tm-site-name {
        font-size: 1.5rem;
    }

    .tm-site-description {
        font-size: 1.2rem;
    }
}

select.form-control:not([size]):not([multiple]) {
    height: calc(2.50rem + 5px);
    padding: 10px 15px;
    font-size: 18px;
}

#section {
    width: 500px;
    height: 400px;
    word-wrap: break-word;
}

.moretext {
    display: block;
}

span.desc-title {
    font-weight: bold;
    margin-right: 13px;
}

.hidden-form .form-content {
    padding-left: 0px;
    margin-top: 8px;
}

.hidden-form select {
    width: 100% !important;
    /* background: transparent;*/
    color: #000;
}

button.tm-text-white.moreless-button {
    background: transparent;
    border: 0px;
    font-size: 18px !important;
}

    button.tm-text-white.moreless-button:focus {
        outline: none !important;
    }

.check-button {
    color: White;
    background-color: #3d7b94;
    font-size: inherit;
    padding: 9px;
    border: #ea7c2d;
    padding: 12px 12px;
    font-family: 'proxima-nova-regular';
    /*font-weight: bold;*/
    cursor: pointer;
    border-radius: 5px;
}

.tm-welcome {
    margin: auto;
    padding: 17px;
}

@media(max-width:767px) {
    .social-icons, .sharethis-inline-share-buttons {
        display: contents;
        margin: auto;
        text-align: center;
    }

    .tm-welcome-section img {
        object-fit: contain;
    }

    .tm-welcome {
        margin-bottom: 58px;
    }

    .check-button {
        margin: auto;
        display: block;
        text-align: center;
        margin-top: 12px;
    }

    .tm-buy-box {
        display: inline-flex;
        flex-direction: inherit;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

    .tm-price-tag, .tm-buy {
        font-size: inherit !important;
    }

    .media-body {
        display: block;
    }
}

.tm-welcome-section img {
    max-height: 500px;
    width: 100%;
}

.clear-btn {
    margin-left: 10px;
}
