/* Reset Css */

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

body {
    line-height: 1
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

nav ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

a {
    text-decoration: none;
    outline: 0;
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    color: #006db7;
    transition: all 0.5s ease 0s;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: 700
}

del {
    text-decoration: line-through
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ababab;
    margin: 50px auto;
    padding: 0
}

.clearfix:after,
ul:after,
ol:after,
.news_event_item:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

html[xmlns] .clearfix {
    display: block
}

* html .clearfix {
    height: 1%
}

.fl {
    float: left
}

.fr {
    float: right
}

img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    height: auto;
    vertical-align: middle;
    transition: all 0.5s ease 0s;
    max-width: 100%;
}

.ie8 img {
    height: auto;
    width: auto\9;
}

.ie8 img.size-large {
    max-width: 60%;
    width: auto;
}

:hover {
    transition: all 0.5s ease 0s;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

#wp-toolbar ul:after {
    content: none
}

.last_li,
.last {
    margin-right: 0 !important;
    padding-right: 0 !important
}

.first_li,
.first {
    margin-left: 0 !important;
    padding-left: 0 !important
}


/*************************** Font Face ***************************/


/*************************** Font Face ***************************/


/* ================================= Reset Css ================================= */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

::-webkit-input-placeholder {
    color: #373737
}

:-moz-placeholder {
    color: #373737
}

::-moz-placeholder {
    color: #373737
}

:-ms-input-placeholder {
    color: #373737;
}

button::-moz-focus-inner {
    border: 0
}

:focus {
    outline: none;
}

::-moz-focus-inner {
    border: 0;
}

input[type=number] {
    -moz-appearance: textfield
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=submit] {
    padding: 18px 30px;
    background: #d02d19;
    font-weight: bold;
    color: #fff;
    display: inline-block;
}

input[type=submit],
input[type=button] {
    cursor: pointer;
    border: 0
}

input:focus {
    outline: none;
}

body textarea {
    resize: none;
    height: 130px;
    padding: 15px;
}


/* Contact Form */

input[type="text"],
input[type="tel"],
input[type="password"],
input[type="date"],
input[type="email"],
input[type="number"],
textarea,
select {
    background: #ffffff;
    border: 1px solid #cecece;
    border-radius: 3px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.075);
    color: #999999;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    height: 40px;
    line-height: 26px;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
textarea:focus,
select:focus {
    border-color: #d33730
}

textarea {}

form label {
    color: #006db7;
    font-size: 16px;
    display: block;
    font-weight: 900;
    margin-bottom: 10px;
    text-transform: uppercase
}

input:required {
    box-shadow: none
}


/*input:required:focus{background-color: rgba(223, 73, 73, 0.2); border: 1px solid #df4949; box-shadow:none} */

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/************************************************ Global Styles #X ***************************************************/


/* Gobal #GAB */

.x:before {
    position: absolute;
    content: ''
}


/* Vertical Middle */

x {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em
}

x {
    display: inline-block;
    vertical-align: middle
}


/* HR Rules */

hr {}


/* Image Alignment */

.alignnone,
a img.alignnone {
    margin: 5px 0 50px
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 60px auto
}

.alignright,
a img.alignright {
    float: right;
    margin: 5px 0 60px 60px
}

.alignleft,
a img.alignleft {
    float: left;
    margin: 5px 60px 60px 0
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}


/* TypoGraphy */

@import url('https://fonts.googleapis.com/css?family=Playfair+Display');

/*
font-family: 'Open Sans', sans-serif;
*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Playfair Display', serif;
}

h1 {}

h2 {}

h3 {
    letter-spacing: 3px;
    font-size: 25px;
    font-weight: bold;
}

h4 {}

h5 {}

h6 {}

.page_content p,
.page_content ul li,
.page_content ol li {
    color: #000000;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 0.16em;
}

.page_content p {
    margin-bottom: 25px;
}

p:last-child {
    margin-bottom: 0
}

p a {
    color: #4d4167;
    font-weight: bold
}

p strong {
    font-weight: 900
}

p em {
    font-style: italic
}

p a:hover {
    text-decoration: underline
}

.page_content p a {
    word-break: break-word;
}


/* Remove ListDots */

a:focus,
a:hover {
    outline: none;
    text-decoration: none;
    color: #4d4167
}


/* =================================  Custom CSS #AB ================================= */

body {
    background: #ffffff;
    font-family: 'Open Sans', sans-serif;
    line-height: 1;
    color: #343434
}

.container {
    max-width: 1360px;
    width: 100%
}

.rj_header {
    background: rgba(0, 0, 0, 0.53);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9
}

.menu_icon {
    padding-left: 0;
}

a.navicon {
    outline: none;
}

a.navicon img.menu_close {
    display: none;
}

.mm-opened a.navicon img.menu_close {
    display: block;
}

.mm-opened a.navicon img.menu_bars {
    display: none;
}

.logo_col {
    text-align: center
}

.logo_col a {
    margin: 10px 0;
    display: inline-block;
    transition: all 1s ease 0s;
}

.social_icons {
    padding-right: 0
}

.social_list {
    float: right;
}

.social_list li {
    float: left;
    display: inline;
    margin-left: 6px;
}

.sticky .logo_col img {
    width: 100%;
    max-width: 130px;
}

.home_slider .owl-controls {
    position: absolute;
    height: 54px;
    top: 50%;
    margin-top: -27px;
    left: 0;
    right: 0;
}

.home_slider .owl-controls .owl-nav .owl-prev {
    float: left;
}

.home_slider .owl-controls .owl-nav .owl-next {
    float: right;
}

.main_content {
    padding: 80px 0;
}

.b_title {
    overflow: hidden;
    position: relative;
    margin-bottom: 40px;
}

.b_title span {
    font-size: 70px;
    line-height: normal;
    letter-spacing: 0.3em;
    font-weight: 400;
    color: #000000;
    display: inline-block;
    position: relative;
    background-color: #fff;
    text-transform: uppercase;
    font-family: 'Playfair Display', serif;
}

.b_title:after {
    width: 100%;
    background: #727272;
    height: 1px;
    content: "";
    top: 50%;
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    z-index: -1;
}

.the_music_right {
    text-align: right;
}

.news_event_item {
    border-bottom: 1px solid #e1e1e1;
    padding: 20px 0
}

.themusic {
    margin-bottom: 30px;
}

.ne_date span {
    font-size: 32px;
    line-height: 35px;
    color: #3a3050;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    font-family: 'Playfair Display', serif;
}

.title_loc {
    font-size: 25px;
    line-height: 35px;
    letter-spacing: 0.16em;
    font-weight: 300;
    color: #000000;
}

.title_loc b {
    font-weight: 400;
    display: block;
}

.ne_links {
    text-align: right;
}

.ne_links ul {
    display: inline-block;
}

.ne_links ul li {
    display: inline;
    float: left;
    margin-right: 20px;
}

.ne_links ul li:last-child {
    margin-right: 0;
}

.view_all {
    margin-top: 80px;
    text-align: center
}

.content-links a {
    color: #000;
    font-size: 18px;
    font-family: 'Playfair Display', serif;
    letter-spacing: 3px;
    text-transform: uppercase;
    line-height: 25px;
}

.instagram_feed {}

.instagram_post {
    width: 10%;
    float: left;
    position: relative;
    height: 160px;
    overflow: hidden
}

.span-responsive {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1;
}

.stay_updated {
    background: #4d4167;
    border-top: 1px solid #ffffff;
    padding: 70px 0 90px;
}

.stay_updated_text {
    text-align: right;
}

.stay_updated_text span {
    display: block;
    font-size: 36px;
    line-height: 35px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.3em;
    color: #ffffff;
    margin-bottom: 20px;
    font-family: 'Playfair Display', serif;
}

.rj_footer {
    background: #000000;
    padding: 110px 0 130px;
    text-align: center;
}

.footer_menu,
.footer_social_list {
    display: inline-block;
}

.footer_menu li,
.footer_social_list li {
    display: inline;
    float: left;
}

.footer_menu {
    margin-bottom: 30px;
}

.footer_menu li {
    padding: 0 15px;
    position: relative
}

.footer_menu li:after {
    content: "•";
    font-size: 15px;
    line-height: 35px;
    letter-spacing: 0.3em;
    color: #ffffff;
    font-weight: 400;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -5px;
}

.footer_menu li:last-child:after {
    content: ""
}

.footer_menu li a {
    font-size: 15px;
    line-height: 35px;
    letter-spacing: 0.3em;
    color: #ffffff;
    font-weight: 400;
    text-transform: uppercase;
    display: block;
    font-family: 'Playfair Display', serif;
}

.footer_menu li a:hover {
    text-decoration: underline;
}

.footer_social_list li {
    padding: 0 12.5px;
}


/********************** back to top**************************/

.cd-top {
    position: fixed;
    bottom: 60px;
    right: 12%;
    z-index: 9999;
    font-size: 30px;
    font-weight: 600;
    border: none;
    outline: none;
    color: white;
    cursor: pointer;
    height: 60px;
    width: 60px;
    line-height: 60px;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.73);
    text-align: center;
    opacity: 0;
    overflow: hidden;
    transition: opacity 1s ease 0s, visibility 1s ease 0s;
    visibility: hidden;
    white-space: nowrap;
    z-index: 2147483647;
}

.cd-top i {
    color: #ffffff;
    transition: all 1s ease 0s;
    font-weight: 700
}

.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
    -webkit-transition: opacity 1s ease 0s, visibility 1s ease 0s, background-color 1s ease 0s;
    -moz-transition: opacity 1s ease 0s, visibility 1s ease 0s, background-color 1s ease 0s;
    transition: opacity 1s ease 0s, visibility 1s ease 0s, background-color 1s ease 0s
}

.cd-top.cd-is-visible {
    visibility: visible;
    opacity: 1;
}

.cd-top:hover {
    background-color: #4d4167
}

.rj_btn {
    display: inline-block;
    font-size: 21px;
    line-height: 35px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    padding: 10px 25px;
}

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

.rj_btn1 {
    color: #000000;
    border: 2px solid #000000;
}

.rj_btn1:hover,
.rj_btn1:focus {
    color: #fff;
    background-color: #000000;
}

.rj_btn2 {
    color: #ffffff;
    border: 2px solid #4d4167;
    background-color: #4d4167;
}

.rj_btn2:hover,
.rj_btn2:focus {
    color: #4d4167;
    background-color: transparent;
}

.rj_btn3 {
    color: #ffffff;
    border: 2px solid #ffffff;
    background-color: transparent;
}

.rj_btn3:hover,
.rj_btn3:focus {
    color: #4d4167;
    border-color: #fff;
    background-color: #ffffff;
}

iframe {
    width: 100%;
    max-height: 400px;
}

form label {
    color: #4d4167;
    display: block;
    font-size: 18px;
    font-weight: 500;
    line-height: 35px;
    letter-spacing: 0.16em;
}

.field_wrap {
    margin-bottom: 30px;
}

input.submit_btn {
    background-color: #4d4167;
    border: 1px solid #4d4167;
    color: #ffffff;
    font-weight: 700;
    padding: 15px 30px;
    text-decoration: none;
}

input.submit_btn:hover {
    background-color: transparent;
    border: 1px solid #4d4167;
    color: #4d4167;
    text-decoration: none;
    transition: border 0.25s linear 0s, color 0.25s linear 0s, background-color 0.25s linear 0s, border-radius 0.25s linear 0s;
}

.field_wrap label.error {
    font-size: 16px;
    font-weight: 300;
    text-align: right;
    text-transform: none;
    letter-spacing: 0.16em
}

.field_wrap.captcha_wrap label.error {
    text-align: left;
}

.response_msg,
.info_msg {
    margin: 10px 0;
}

.response_msg p {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0.16em
}

.response_msg p.success {
    color: #4d4167;
}

.field_wrap label.error,
.response_msg p.error,
span.required {
    color: #790000;
}

img.loader {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
}


/* =================================  Custom CSS #AB ================================= */


/********************************* Mobile Potrait #MP ********************************/

@media screen and (max-width: 320px) and (orientation: portrait) {}


/********************************* Mobile Potrait ********************************/

@media screen and (max-width: 480px) and (orientation: portrait) {}


/********************************* Mobile landscape ********************************/

@media screen and (max-width: 480px) and (orientation: landscape) {}


/* ================================= Common For All mobile definitions #mx ================================= */

@media all and (max-width: 767px) {
    html * {
        max-height: 1000000px
    }
    h1 {
        font-size: 28px;
        line-height: normal
    }
    h2 {
        font-size: 26px
    }
    h3 {
        font-size: 20px
    }
    h4 {
        font-size: 18px
    }
    .page_content p,
    .page_content ul li,
    .page_content ol li {
        font-size: 16px;
        line-height: 30px
    }
    /* Image Alignment */
    .alignnone,
    a img.alignnone,
    .aligncenter,
    div.aligncenter,
    .alignright,
    a img.alignright,
    .alignleft,
    a img.alignleft {
        margin: 30px auto;
        float: none
    }
    .social_icons {
        display: none
    }
    .menu_icon,
    .logo_col {
        float: left
    }
    a.navicon img {
        width: 65px;
        height: auto;
    }
    .logo_col a {
        margin: 0;
    }
    .logo_col img {
        max-width: 135px;
        margin-top: 5px;
    }
    .b_title span {
        font-size: 40px;
        line-height: normal
    }
    .the_music_left {
        margin-bottom: 30px;
    }
    .ne_date,
    .ne_title,
    .ne_links {
        margin-bottom: 15px;
    }
    .ne_date span {
        display: block
    }
    .ne_date span br {
        display: none
    }
    .ne_links {
        text-align: left;
    }
    .title_loc {
        font-size: 20px;
        line-height: normal;
    }
    .ne_links ul li {
        margin-bottom: 15px;
    }
    .stay_updated_text {
        text-align: center;
    }
    .stay_updated_text span {
        margin: 20px 0;
    }
    .cd-top {
        font-size: 20px;
        bottom: 10px;
        right: 10px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
    .rj_footer {
        padding: 70px 0;
    }
    .instagram_post {
        width: 50%;
    }
    .mm-listview>li>a,
    .mm-listview>li>span {
        font-size: 25px;
        line-height: normal;
    }
}


/********************************* ipad portrait #ip ********************************/

@media only screen and (min-width: 768px) and (max-width: 1000px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-11 {
        width: 91.66666667%
    }
    .col-md-10 {
        width: 83.33333333%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-8 {
        width: 66.66666667%
    }
    .col-md-7 {
        width: 58.33333333%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-5 {
        width: 41.66666667%
    }
    .col-md-4 {
        width: 33.33333333%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-2 {
        width: 16.66666667%
    }
    .col-md-1 {
        width: 8.33333333%
    }
    h1 {
        font-size: 38px
    }
    h2 {
        font-size: 28px
    }
    h3 {
        font-size: 22px
    }
    h4 {
        font-size: 21px
    }
    .page_content p,
    .page_content ul li,
    .page_content ol li {
        font-size: 18px
    }
    .hidden-tab {
        display: none
    }
    /* Image Alignment */
    .alignnone,
    a img.alignnone,
    .aligncenter,
    div.aligncenter,
    .alignright,
    a img.alignright,
    .alignleft,
    a img.alignleft {
        margin: 30px auto;
        float: none
    }
    .visible_tab {
        display: block !important
    }
    a.navicon img,
    .social_list img {
        width: 50px;
        height: auto;
    }
    .menu_icon,
    .logo_col,
    .social_icons {
        width: 33.33%;
        float: left;
    }
    .sticky .logo_col img {
        max-width: 65px;
    }
    .ne_links li:first-child {
        margin-bottom: 15px;
    }
}


/********************************* ipad landscape #il ********************************/

@media only screen and (min-width: 1001px) and (max-width: 1024px) {
    a.navicon img,
    .social_list img {
        width: 60px;
        height: auto;
    }
    .sticky .logo_col img {
        max-width: 85px;
    }
    .rj_btn {
        padding: 10px 15px;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1100px) {
    .rj_btn {
        padding: 10px 15px;
    }
}


/* ================================= Small Computer #Sc ================================= */

@media only screen and (min-width: 1300px) {
    .first_col,
    .first_li {
        padding-left: 0 !important;
        margin-left: 0 !important
    }
    .last_col,
    .last_li {
        padding-right: 0 !important;
        margin-right: 0 !important
    }
}


/* ================================= Large Computer #lc ================================= */

@media screen and (min-width: 1450px) {}


/* IE10 Only CSs */

@media screen and (min-width:0\0) {}


/* ie10, ie11+ */

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {}