/* 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: #88eede;
    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,
.ds_gallery:after ,
.grammy_col_inner: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;
}

/*************************** 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: 10px 30px;
    background: #1a303e;
    font-weight: bold;
    color: #dbedef;
    display: inline-block;
    text-transform: uppercase;
}

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

input:focus {
    outline: none;
}

body textarea {
    resize: none;
    height: 200px;
    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: #1a303e;
}

textarea {
}

form label {
    color: #d9ebea;
    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 */
/*
font-family: 'Open Sans', sans-serif;
*/
h1 ,
h2 ,
h3 ,
h4 ,
h5 ,
h6 {
}

h1 {
    font-size: 60px;
    color: #0d6c76;
    line-height: 45px;
    font-weight: 400;
    letter-spacing: 0.01em;
    text-transform: uppercase;
}

h2 {
    font-size: 36px;
    color: #1d3130;
    line-height: 36px;
    font-weight: 400;
    letter-spacing: 0.01em;
    margin-bottom: 15px;
}

h3 {
    font-size: 24px;
    color: #1d3130;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0.01em;
    margin-bottom: 15px;
}

h4 {
}

h5 {
}

h6 {
}

.home h2,
.home h3 {
    color: #ecf0f2;
    margin: 0;
}

.maintext {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}

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

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

p a {
    color: #88eede;
    font-weight: 400;
}

p strong {
    font-weight: 900;
}

p em {
    font-style: italic;
}

p a:hover {
    text-decoration: underline;
}

.page_content ul,
.page_content ol {
    padding-bottom: 10px;
    padding-left: 30px;
}

.page_content ul li,
.page_content ol li {
    margin-bottom: 5px;
    position: relative;
    padding-left: 10px;
    list-style-position: outside;
}

.page_content ul > li {
    list-style-type: disc;
}

.page_content ul > li > ul > li {
    list-style-type: circle;
}

.page_content ul ul,
.page_content ol ul,
.page_content ol ol {
    padding-top: 10px;
}

.page_content ol > li {
    list-style-type: decimal;
}

.page_content ol ul li {
    padding-left: 20px;
}

.page_content ol > li > ol > li {
    list-style-type: lower-alpha;
    list-style-position: outside;
}

.page_content ol > li > ul > li {
    list-style-type: disc;
    list-style-position: outside;
}

.page_content ol > li > ol > li {
    padding-left: 10px;
}

/* Remove ListDots */
a:focus,
a:hover {
    outline: none;
    text-decoration: none;
    color: #88eede;
}

/* =================================  Custom CSS #AB ================================= */
body {
    font-family: 'Open Sans', sans-serif;
    line-height: 1;
    color: #1d3130;
}

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

.top_head {
    background: url(../images/top_head.jpg);
    background-size: cover;
    text-align: center;
    padding: 20px 0 15px;
}

.ds_navigation {
    background: url(../images/ds_navigation.jpg);
    background-size: cover;
    -moz-box-shadow: 0 1px 12px #000;
    -webkit-box-shadow: 0 1px 12px #000;
    box-shadow: 0 1px 12px #000;
    text-align: center;
    position: relative;
    z-index: 1;
}

ul.main_menu {
    display: inline-block;
}

ul.main_menu > li {
    display: inline;
    float: left;
    margin-right: 15px;
}

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

ul.main_menu > li a {
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.01em;
    color: #fff;
    font-weight: 400;
    display: block;
    padding: 20px 8px;
}

a.navicon {
    display: none;
    margin: 10px 0;
}

a.navicon i {
    background: #fff;
    border-radius: 2px;
    color: #1a303e;
    display: block;
    font-size: 32px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
}

.home_slider {
    position: relative;
    z-index: 1;
}

.home_slider:after {
    position: absolute;
    content: "";
    bottom: -50px;
    background: url(../images/slider_shadow.png);
    background-size: contain;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    height: 101px;
    z-index: -1;
}

.home_slider img {
    width: 100%;
}

.latest_upcoming {
    padding: 45px 0;
    background: url(../images/latest_upcoming.jpg);
    background-size: cover;
    background-position: right top;
}

.gradient_title {
    background: url(../images/title_gradient.png) no-repeat;
    background-size: 100% 100%;
    padding: 15px 35px;
}

.left_padder {
    padding: 23px 35px 0;
}

.left_padder img {
    -moz-box-shadow: 0 1px 12px #000;
    -webkit-box-shadow: 0 1px 12px #000;
    box-shadow: 0 1px 12px #000;
    margin-bottom: 20px;
}

.latest_upcoming .maintext {
    color: #ecf0f2;
}

.upcoming_events ul {
    padding-top: 25px;
}

.upcoming_events ul li {
    position: relative;
    padding-bottom: 30px;
}

.upcoming_events ul li:after {
    background: url(../images/border.png);
    background-size: cover;
    width: 100%;
    height: 1px;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 15px;
}

.upcoming_events ul li:last-child:after {
    background: none;
}

.about_diane {
    padding: 55px 0;
    background: url(../images/about_diane.png) no-repeat;
    background-size: auto 100%;
    background-position: left;
}

.about_diane_inner {
    max-width: 860px;
    float: right;
    text-align: center;
}

.about_diane p {
    font-size: 24px;
    line-height: 36px;
    font-weight: 300;
    font-style: italic;
    color: #1d3130;
    letter-spacing: 0.01em;
    margin-bottom: 25px;
}

.about_diane span {
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    color: #1d3130;
    letter-spacing: 0.01em;
    display: block;
}

.ds_footer {
    text-align: center;
    background: #1e2e31;
    padding: 20px 0;
}

.social_icons {
    text-align: right;
}

.social_icons ul,
.footer_menu ul {
    display: inline-block;
}

.social_icons ul li,
.footer_menu ul li {
    display: inline;
    float: left;
    margin-right: 15px;
}

.social_icons ul li:last-child,
.footer_menu ul li:last-child {
    margin-right: 0;
}

.footer_logo {
    margin-bottom: 20px;
}

.footer_logo img {
    max-width: 310px;
    width: 100%;
}

.footer_menu {
    margin-bottom: 15px;
}

.footer_menu ul li {
    position: relative;
}

.footer_menu ul li:after {
    position: absolute;
    content: "|";
    top: 2px;
    right: -11px;
    color: #fff;
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
}

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

.footer_menu ul li a {
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    color: #fff;
}

.copyright_text p {
    font-size: 10px;
    line-height: 10px;
    font-weight: 400;
    color: #e5d4d8;
}

.inner_page_content {
    padding: 55px 0;
    background: #0d6d77;
}

iframe {
    width: 100%;
    max-width: 100%;
}

.loading-img {
    display: none;
    position: relative;
    top: -3px;
}

.page_content .response_msg > p {
    color: #1a303e;
    display: none;
    font-family: "Cabin",sans-serif;
    font-size: 25px;
    font-weight: 600;
    padding: 15px 0;
}

.field_wrap {
    margin-bottom: 25px;
}

.field_wrap label.error {
    color: #790000;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    font-weight: 300;
    text-align: right;
    text-transform: none;
}

form input.error,
form input.error:focus {
    border-color: #790000;
}

.page_content .concert_text p {
    display: inline-block;
    margin-bottom: 0;
}

.concert_text {
    margin-bottom: 20px;
}

.video_col {
    margin-bottom: 25px;
}

.captcha_img {
    margin: 0 0 10px;
}

.page_content .scrollToLinks {
    padding: 0;
    margin-bottom: 30px;
}

.page_content .scrollToLinks li {
    display: inline-block;
    padding: 0;
    margin-right: 15px;
}

.page_content .scrollToLinks a {
    color: #1d3130;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
}

.page_content .scrollToLinks a:hover {
    text-decoration: underline;
}

.scrollToSections > div {
    margin-bottom: 25px;
}

.gallery_item {
    float: left;
    margin: 0 10px 10px 0;
}

.gallery_item a {
    display: block;
}

.gallery_item img {
    height: 130px;
}

.page_navigation {
    border-radius: 4px;
    display: inline-block;
    margin: 20px 0;
    padding-left: 0;
}

.page_navigation > a {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #337ab7;
    float: left;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 6px 12px;
    position: relative;
    text-decoration: none;
}

.page_navigation > a:first-child {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    margin-left: 0;
}

.page_navigation > a:last-child {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.page_navigation > a:focus,
.page_navigation > a:hover {
    background-color: #eee;
    border-color: #ddd;
    color: #23527c;
}

.page_banner {
    position: relative;
}

.page_banner > img {
    width: 100%;
}

.banner_title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    width: 1100px;
    margin: 0 auto;
    padding: 0 15px;
}

.inner_page_content {
    border-bottom: 10px solid #fff;
    position: relative;
    z-index: 1;
}

.inner_page_content h3 {
    color: #d9ebea;
    font-weight: 600;
    font-style: italic;
}

.inner_page_content .maintext {
    color: #d9ebea;
}

.f18 {
    font-size: 18px;
    font-weight: 700;
}

.concert_col {
    margin-bottom: 55px;
}

.concert_col:nth-child(2n+1) {
    clear: left;
}

.concert_date {
    font-size: 22px;
    line-height: 24px;
    font-weight: 600;
    color: #00282c;
    display: block;
}

.concert_title {
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
    color: #d9ebea;
    display: block;
    margin-bottom: 5px;
}

.concert_col .maintext p {
    margin-bottom: 0;
    display: inline-block;
}

.concerts_list,
.repertoire_list,
.contact_wrap {
    position: relative;
}

.concerts_list:after,
.repertoire_list:after,
.contact_wrap:after {
    position: absolute;
    width: 1px;
    height: 100%;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    background: #1b2f3f;
    content: "";
}

.scrolling_links {
    padding: 75px 0 0;
    background: #0d6d77;
}

.scrolling_links_inner {
    background: #11525d;
    text-align: center;
    padding: 15px 0;
}

.scrollToLinks {
    display: inline-block;
}

.scrollToLinks > li {
    display: inline;
    float: left;
    position: relative;
    margin-right: 70px;
}

.scrollToLinks > li:last-child {
    margin-right: 0;
}

.scrollToLinks > li:after {
    content: "//";
    font-size: 18px;
    line-height: 24px;
    color: #13929f;
    letter-spacing: 0.05em;
    font-weight: 400;
    position: absolute;
    top: 0;
    right: -45px;
}

.scrollToLinks > li:last-child:after {
    content: "";
}

.scrollToLinks a {
    font-size: 18px;
    color: #dbedef;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.scrollToSections h2 {
    font-size: 30px;
    line-height: 24px ;
    font-weight: 400;
    text-align: center;
    color: #d9ebea;
    margin-bottom: 30px;
}

#ubaplayer-fallback {
    display: none;
}

.page_content .ubaplayer-controls {
    padding-left: 0;
}

.page_content .ubaplayer-controls li {
    display: block;
    padding: 0;
}

.ubaplayer-controls a {
    font-family: 'Open Sans', sans-serif;
    padding: 10px 0 10px 25px;
    position: relative;
    display: block;
    font-size: 15px;
    line-height: normal;
    color: #dbedef;
}

.ubaplayer-button {
    background-image: url("../images/play.png");
    background-repeat: no-repeat;
    background-position: left 12px;
    background-size: 16px 16px;
}

.ubaplayer-button:hover {
    background-image: url("../images/play_hover.png");
}

.ubaplayer-button.ubaplayer-playing {
    background-image: url("../images/pause.png");
}

.ubaplayer-button.ubaplayer-playing:hover {
    background-image: url("../images/pause_hover.png");
}

.ubaplayer-button.ubaplayer-loading:after,
.ubaplayer-button.ubaplayer-loading:hover:after {
    background: url("../images/loading.gif") no-repeat 0 7px;
    content: " ";
    height: 28px;
    right: 0;
    position: absolute;
    text-indent: 0!important;
    top: 0;
    width: 20px;
}

#ubaplayer {
    display: none;
}

.ubaplayer-controls li,
.producetext {
    color: #dbedef;
}

.producetext {
    font-size: 13px;
    line-height: normal;
}

.album_left {
    text-align: center;
}

.album_left > img,
.album_left .ds_btn {
    width: 100%;
    display: block;
}

.ds_btn {
    padding: 10px 30px;
    background: #1a303e;
    font-weight: bold;
    color: #dbedef;
    display: inline-block;
}

.album_left .ds_btn {
    margin-top: 15px;
}

.ds_album_row {
    padding: 55px 0 45px;
}

.page_discography .inner_page_content {
    padding: 0;
}

.ds_album_row:nth-child(even) {
    background: #0f656e;
}

.ds_album_row:nth-child(odd) {
    background: #0d6d77;
}

.m_materials {
    text-align: center;
}

.page_content .m_materials ul.m_materials_list {
    display: inline-block;
    padding-left: 0;
}

.page_content .m_materials ul.m_materials_list li {
    display: inline;
    float: left;
    margin-right: 60px;
    min-width: 242px;
    padding-left: 0;
}

.page_content .m_materials ul.m_materials_list li:last-child {
    margin-right: 0;
}

ul.m_materials_list li span {
    font-size: 16px;
    line-height: 21px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0.025em;
    display: block;
    margin-bottom: 25px;
}

ul.m_materials_list li span b {
    display: block;
}

.dw_pdf_wrap {
    border: 1px solid #155057;
    padding-bottom: 25px;
}

.dw_pdf_wrap a.dw_pdf {
    display: block;
    margin-bottom: 20px;
}

a.dw_pdf {
    display: inline-block;
    font-size: 16px;
    line-height: 21px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0.025em;
    background: #1c3438;
    padding: 10px 15px;
}

.page_media_materials .inner_page_content {
    border-bottom: none;
}

.promotional_row {
    background: #115c65;
    padding: 45px 0 40px;
}

.promo_col {
    float: left;
    margin: 0 13px 15px 0;
    text-align: center;
}

.promo_col:last-child {
    margin-right: 0;
}

.promo_col > img {
    display: block;
    margin: 0 auto 15px;
}

.promo_col > a.dw_pdf {
    border-top: 2px solid #0d6d77;
    border-bottom: 2px solid #0d6d77;
}

.promotional_row p {
    text-align: center;
    font-size: 16px;
    line-height: 21px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}

.winning_discs {
    border-top: 10px solid #0d6d77;
    background: #1c3438;
    padding: 55px 0 65px;
}

.win_discs_left_inner {
    padding-left: 40px;
}

.win_discs_left_inner span {
    display: block;
    font-size: 26px;
    line-height: 34px;
    letter-spacing: 0.05em;
    font-weight: 300;
    color: #fff;
}

.win_discs_left_inner img {
    margin-bottom: 20px;
}

.grammy_col_album_cover,
.grammy_col_album_info {
    float: left;
}

.grammy_col_album_cover {
    width: 28%;
}

.grammy_col_album_info {
    width: 72%;
}

.grammy_col_album_cover img {
    width: 95px;
    height: 95px;
}

.gca_title {
    color: #e7e2e9;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.grammy_col_album_info {
    padding-top: 5px;
}

.grammy_col_album_info p {
    color: #e7e2e9;
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.grammy_col_album_info p span {
    color: #a98948;
    text-transform: none;
}

.grammy_cols_first .grammy_col:first-child,
.grammy_cols_last .grammy_col:first-child {
    padding-left: 0;
}

.grammy_col {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.grammy_col:last-child {
    border-right: none;
}

.grammy_cols_first .grammy_col {
    padding-bottom: 30px;
}

.grammy_cols_last .grammy_col {
    border-bottom: none;
    padding-top: 30px;
}

.ds_timeline {
    background: #0d6d77;
}

.ds_timeline_title {
    border-top: 1px solid #1c3438;
    border-bottom: 1px solid #1c3438;
}

.ds_timeline_title span {
    display: block;
    text-align: center;
    color: #1c3438;
    font-size: 24px;
    line-height: 21px;
    letter-spacing: 0.05em;
    font-weight: 700;
    text-transform: uppercase;
    padding: 25px;
}

.ds_timeline_list {
    padding: 60px 0;
}

.page_discography .ds_timeline h3 {
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.ds_timeline_list ul {
    margin-bottom: 30px;
    padding: 0;
}

.ds_timeline_list ul li {
    display: block;
    font-size: 12px;
    line-height: 21px;
    font-weight: 400;
    color: #fff;
    padding: 0;
    text-transform: uppercase;
}

.l_p {
    padding-left: 40px;
}

.small {
    color: #FFF;
}

/* =================================  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: 18px;
        line-height: 24px;
    }

    /* Image Alignment */
    .alignnone ,
    a img.alignnone ,
    .aligncenter,
    div.aligncenter ,
    .alignright ,
    a img.alignright ,
    .alignleft ,
    a img.alignleft {
        margin: 30px auto;
        float: none;
    }

    .latest_release {
        margin-bottom: 30px;
    }

    .about_diane_inner {
        background: rgba(236, 240, 242, .3);
        border-radius: 5px;
        padding: 10px;
    }

    .about_diane p {
        font-size: 18px;
    }

    .ds_navigation {
        text-align: right;
    }

    a.navicon {
        display: inline-block;
    }

    ul.main_menu {
        display: none;
    }

    .left_padder {
        padding: 15px 0;
    }

    .social_icons {
        text-align: center;
        margin-bottom: 10px;
    }

    iframe {
        height: 300px;
    }

    .concerts_list:after {
        background: none;
        width: 0;
    }

    .album_left,
    .album_right,
    .album_song_list {
        margin-bottom: 20px;
    }

    .ds_album_row {
        margin-bottom: 40px;
    }

    .promo_col {
        width: 100%;
        float: none;
        padding: 0 15px;
    }

    .grammy_col_album_cover,
    .grammy_col_album_info {
        float: none;
        width: 100%;
    }

    .grammy_cols_first .grammy_col:first-child,
    .grammy_cols_last .grammy_col:first-child {
        padding-left: 15px;
    }

    .grammy_col {
        border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important;
        border-right: none !important;
        padding: 15px !important;
    }

    .win_discs_left_inner span b {
        display: block;
    }

    .win_discs_left_inner {
        padding-left: 0;
        text-align: center;
    }

    .win_discs_left_inner br {
        display: none;
    }

    .win_discs_left {
        margin-bottom: 20px;
    }
}

.album_left > img {
    width: auto;
    margin: 0 auto;
}

.album_left .ds_btn {
    display: inline-block;
    width: auto;
}

/********************************* 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;
    }

    .ds_navigation {
        text-align: right;
    }

    a.navicon {
        display: inline-block;
    }

    ul.main_menu {
        display: none;
    }

    .about_diane_inner {
        background: rgba(236, 240, 242, .3);
        border-radius: 5px;
        padding: 10px;
    }

    .win_discs_left_inner {
        padding-left: 20px;
    }

    .grammy_col_album_cover img {
        height: auto;
        width: auto;
    }

    .grammy_col_album_cover,
    .grammy_col_album_info {
        float: none;
        width: 100%;
    }

    .grammy_cols_first .grammy_col {
        min-height: 200px;
        padding-bottom: 0;
    }
}

/********************************* ipad landscape #il ********************************/
@media only screen and (min-width : 1001px) and (max-width: 1024px) {
    ul.main_menu > li {
        margin-right: 10px;
    }

    ul.main_menu > li a {
        font-size: 15px;
    }

    .about_diane_inner {
        background: rgba(236, 240, 242, .3);
        border-radius: 5px;
        padding: 10px;
    }
}

@media only screen and (min-width : 768px) and (max-width: 1100px) {
    .promo_col {
        width: 50%;
        text-align: center;
        margin-right: 0;
    }
}

@media only screen and (min-width : 1025px) and (max-width: 1100px) {
}

/* ================================= 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) {
}