
@font-face {
    font-family: 'Klavika-Regular';
    src: url('../font/Klavika-Regular.woff');
}

@font-face {
    font-family: 'Klavika-Light';
    src: url('../font/Klavika-Light.woff');
}


.desk{display:block} 
.mob{display:none;}
p { font-size: 14px; font-family: 'Klavika-Light' !Important;}
/* -------------------------------- 

Primary style

-------------------------------- */

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
}
.plain-font{font-family:'Klavika-Light' !important;
            text-transform: none !important;
            font-weight: 400;
}
.plain-font2{font-family: 'Klavika-Regular' !important;
             text-transform: uppercase !important;
             font-weight: 400;
}
.navbar-nav > li{font-family: 'Klavika-Regular' !important;
                 font-size: 14px;
                 font-weight: 400;
}
body {
    font-size: 0.8em;
    font-family: "Klavika-Regular", sans-serif;
    color: #fff !important;
    background-color: #000;
    text-transform: uppercase ;
    font-weight:400;
}

.logo-text {
    font-family: "Klavika-Regular", sans-serif;
    font-size: 2em;
    color: #fff !important
}

.space1 {
    margin: 10px;
}

.space2 {
    margin: 20px;
}

.topspace1 {
    margin-top: 20px;
}

.topspace2 {
    margin-top: 40px;
}

.topspace3 {
    margin-top: 60px;
}

.topspace4 {
    margin-top: 80px;
}

.topspace5 {
    margin-top: 160px;
}

.title {
    margin-top: 25px;
    /*background: #fff;
                  border-bottom: 7px solid #000;*/
}

.border {
    border-bottom: 2px solid #fff;
}

.title h1 {
    color: #fff;
    font-size: 2.5em;
    font-family: 'Klavika-Regular' !important;
    font-weight: 500;
    text-transform: uppercase;
}

.form-box {}

.form-box label {
    color: #fff;
}


.form-box h3 {    margin: 10px 0;
                  font-family: 'Klavika-Regular' !important;
                  font-weight: 500;
                  text-transform: uppercase;
                  color: #fff;
                  font-size: 0.92em;}
.btn:hover, .btn:focus, .btn.focus {
    color: #fff !important;
    text-decoration: none;
}
.title-2 {
    margin: 20px 0 5px !important;
    font-family: 'Klavika-Regular' !important;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff !important;
}

.left-padding {
    padding-left: 0 !important
}

.right-padding {
    padding-right: 0 !important
}

.no-padding {
    padding: 0 !important
}

.event-text {
    resize: none;
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #494343 !important;
}

footer {
    margin: 20px;
    padding: 40px 20px;
}

footer h4 {
    font-family: 'Klavika-Regular' !important;
    font-weight: 500;
    color: #fff
}

.scrollToTop {
    width: 30px;
    height: 20px;
    padding: 10px;
    text-align: center;
    background: whiteSmoke;
    font-weight: bold;
    color: #444;
    text-decoration: none;
    position: fixed;
    bottom: 20px;
    right: 40px;
    display: none;
    background: url(../images/top-scroll.png) no-repeat;
    z-index: 999;
}

.scrollToTop:hover {
    text-decoration: none;
}

.send-btn {
    padding: 5px 50px !important;
    background: #000;
    border: 1px solid #fff !important;
    border-radius: 3px !important;
    font-weight: 500;
    font-family: 'Klavika-Regular' !important;
    color: #fff !important;
    text-transform: uppercase
}

.send-btn:hover {
    background: #fff;
    color: #000 !important
}

.change-currency {
    background: #fff;
    padding: 0.1em 0 !important;
    text-align: center;
    margin-right: 0;
    z-index: 9;
    width: 10%;
    position: relative;
    left: 0.5%;
    right: 24px;
    padding: 0 14px;
    color: #000;
    border-radius: 2px 0 0 2px;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.follow-us .fa-icon {
    color: #000;
    background: #fff;
    padding: 5px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 1em;
}

.contact-title {
    margin: 10px 0;
    font-family: 'Klavika-Regular' !important;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    font-size: 1.2em !important;
}

.contact-name {
    font-size:12px;
    /*color: #1986b8;*/
    margin: 5px 0;
    font-family: 'Klavika-Light';
    text-transform: uppercase;
}

.contact-phone {
    font-size: 1.2em;
    /*color: #1986b8;*/
    margin: 5px 0;
    font-weight: bold;
    text-transform: uppercase;
}

.cont-info {
    height:120px;
    margin: 8px 0;
}
.cont-info2 {
    height:57px;
    margin: 8px 0;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #555 !important;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #555 !important;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #555 !important;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #555 !important;
}

.coming-soon {
    background: url(../images/coming-soon.jpg) no-repeat center;
    height: 400px;
}

.ehover7 p {
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0)
}

.ehover7 p {
    transition: opacity .35s, transform .35s;
    transform: translate3d(-50%, -50%, 0);
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    padding: 0
}

.ehover7 .overlay::before {
    top: 50%;
    width: 40%;
    height: 60%;
    opacity: 0;
    transition: opacity .35s, transform .35s;
    -webkit-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(0, 0, 1);
    transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(0, 0, 1);
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%
}

.ehover7 p a:focus,
.ehover7 p a:hover {
    opacity: .6
}

.ehover7 p img {
    opacity: 0;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    padding: 0 5px
}

.ehover7 p:hover .overlay::before {
    opacity: 1;
    -webkit-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -135deg) scale3d(1, 1, 1);
    transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -135deg) scale3d(1, 1, 1)
}

.ehover7:hover p img:empty {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    font-size: 25px;
}

.ehover7 .overlay::before {
    content: '';
}

.ehover7:hover .overlay::before {
    opacity: 1;
}

.ehover7 .overlay::before {
    top: 50%;
    height: 27%;
    width: 27%;
    opacity: 0;
    transition: opacity .35s, transform .35s;
    -webkit-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(0, 0, 1);
    transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(0, 0, 1);
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    border-radius: 50%;
    text-align: center
}

.ehover7 .overlay::before,
.ehover7 p {
    position: absolute;
    left: 50%;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
}

.error {
    font-size: 10px;
    color: red !important;
    font-weight: normal;
}

.alert {
    padding: 19px 15px;
    color: #fefefe;
    position: relative;
    font: 14px/20px Museo300Regular, Helvetica, Arial, sans-serif;
}

.alert .msg {
    padding: 0 20px 0 40px;
}

.alert p {
    margin: 0;
}

.alert .toggle-alert {
    position: absolute;
    top: 7px;
    right: 10px;
    display: block;
    text-indent: -10000px;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(255, 255, 255, 0.1);
    -moz-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(255, 255, 255, 0.1);
    box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.08) url(../images/alert.png) no-repeat 6px 6px;
}

.info-box {
    background: #2fa9f6 url(../images/info.png) no-repeat 14px 14px;
}

.success-box {
    background: #7EB62E url(../images/success.png) no-repeat 14px 14px;
}

.error-box {
    background: #f64b2f url(../images/error.png) no-repeat 14px 14px;
}

.notice-box {
    background: #f6ca2f url(../images/notice.png) no-repeat 14px 14px;
}

.download-box {
    background: #a555ca url(../images/download.png) no-repeat 14px 14px;
}

.artist h2 {
    font-family: 'Klavika-Regular' !important;
    font-size:17px;
    margin-top: 14px !important;
}

.artist-social {
    margin-top: 18px;
}

.socialmedia ul {
    padding: 0
}

.socialmedia li {
    list-style: none;
    float: left;
    margin-right: 6px;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #fff !important;
    background-color: #000 !important;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #fff !important;
    background-color: #000 !important;
    border-bottom: 2px solid #fff;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: 000;
    font-weight: 300;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: 000;
    font-weight: 300;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: 000;
    font-weight: 300;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: 000;
    font-weight: 300
}

select {
    color: #555 !important;
    font-weight: 300 !important;
}

select option {
    color: #555 !important;
    ::-webkit-select-placeholder {
        /* Chrome/Opera/Safari */
        {
            color: #555;
            font-weight: 300;
        }
        ::-moz-placeholder {
            /* Firefox 19+ */
            color: #555;
            font-weight: 300;
        }
        :-ms-select-placeholder {
            /* IE 10+ */
            color: #555;
            font-weight: 300;
        }
        :-moz-placeholder {
            /* Firefox 18- */
            color: #555;
            font-weight: 300;
        }
