@import "//fonts.googleapis.com/css?family=Playfair+Display:700";


html, body{height:100%;}

body {
font-family: Arial;
background-size: cover;
background-repeat: repeat-y;
background: #D0C17E url("/new/img/026.jpg") 50% fixed;
}

a{
    color: #b08f26
}
a:hover, a:focus{
    color: #654321
}

#links a{
    line-height: 30px;
}

h3.special {
font: bold 16px/26px Playfair Display;
 color: #654321;
 font-style:italic;
}
h1.special{
margin-top:0px;
text-align: center;
font: bold 27px/32px Playfair Display;
 color: #654321;
}

#quotes{
    width: 48%;
    float: right;
    font-family: Arial;
}
blockquote{
    border-left:0px;
    font-family: Arial;
}
blockquote.style1 {
  font: 19px/29px italic Times, serif;
  padding: 8px;
  background-color: #faebbc;
  border-top: 1px solid #e1cc89;
  border-bottom: 1px solid #e1cc89;
  margin: 5px;
  background-image: url("/new/img/openquote1.gif");
  background-position: top left;
  background-repeat: no-repeat;
  text-indent: 23px;
  width: 100%
  }
  blockquote.style1 span {
     display: block;
     background-image: url("/new/img/closequote1.gif");
     background-repeat: no-repeat;
     background-position: bottom right;
   }


.h1, .h2, .h3, h1, h2, h3{
    margin-top: 0px;
}

@media (min-width: 979px) and (max-width: 1200px) {
body {
    background: #D0C17E url("/new/img/026.jpg") repeat-y fixed 50% 0;
}
}


.main-holder {
    /*background: rgba(0, 0, 0, 0) url("/new/img/top_bg.png") no-repeat scroll 50% 33px;*/
   /*padding: 41px 0 48px;*/
}
.main-holder input[type="text"], .main-holder input[type="email"], .main-holder textarea {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #ececec !important;
    border-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
    color: #c5c5c5;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    margin: 0;
    min-height: 36px;
    padding: 8px 12px !important;
    resize: none;
}
html.ie8 .main-holder input[type="text"], html.ie8 .main-holder input[type="email"], html.ie8 .main-holder textarea {
    line-height: 18px;
    min-height: 18px;
}
.main-holder input[type="submit"], .main-holder input[type="reset"] {
    background: #ff5e49 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    color: #fff;
    font-family: "Playfair Display",serif;
    font-size: 13px;
    font-weight: 700;
    height: 37px;
    margin: 0 10px 0 0;
    padding: 0 14px;
    text-shadow: none;
    text-transform: uppercase;
}
.main-holder input[type="submit"]:focus, .main-holder input[type="reset"]:focus {
    background: #ff5e49 none repeat scroll 0 0;
    color: #fff;
}
.main-holder input[type="submit"]:hover, .main-holder input[type="reset"]:hover {
    background: #535353 none repeat scroll 0 0;
    color: #fff;
}
@media (min-width: 979px) and (max-width: 1200px) {
.main-holder .search-form input[type="text"] {
    width: 180px;
}
}
html.ie8 .main-holder .search-form input[type="text"] {
    width: 180px;
}
@media (min-width: 768px) and (max-width: 979px) {
.main-holder .search-form input[type="text"] {
    width: 160px;
}
}
@media (max-width: 480px) {
.main-holder .search-form input[type="text"] {
    width: 180px;
}
}
.main-holder .search-form input[type="submit"] {
    height: 36px;
}
h2 {
    background: rgba(0, 0, 0, 0) url("/new/img/title_line.png") repeat-x scroll 0 100%;
    margin-bottom: 10px;
    padding: 10px 0 15px;
}
h2 a {
    color: #535353;
    text-decoration: none;
}
h2 a:hover {
    color: #ff5e49;
    text-decoration: none;
}
h3 {
    background: rgba(0, 0, 0, 0) url("/new/img/title_line.png") repeat-x scroll 0 100%;
    margin-bottom: 28px;
    padding: 0 0 24px;
}
h3 a {
    color: #535353;
    text-decoration: none;
}
h3 a:hover {
    color: #ff5e49;
    text-decoration: none;
}
h4 {
    
    font-family: "Playfair Display",serif;
    color:#654321;
}
h4 a {
    color: #535353;
    text-decoration: none;
}
h4 a:hover {
    color: #ff5e49;
    text-decoration: none;
}
h5 {
    margin: 13px 0 1px;
}
h5 a {
    color: #535353;
    text-decoration: none;
}
h5 a:hover {
    color: #ff5e49;
    text-decoration: none;
}
p {
    margin: 0 0 25px;
}
img.alignnone {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ececec;
    margin: 9px 0 10px;
    padding: 7px;
}
@media (min-width: 979px) and (max-width: 1200px) {
img.alignnone {
    max-width: 94%;
}
}
html.ie8 img.alignnone {
    max-width: 94%;
}
@media (min-width: 768px) and (max-width: 979px) {
img.alignnone {
    max-width: 94%;
}
}
@media (max-width: 767px) {
img.alignnone {
    max-width: 94%;
}
}
img.alignleft {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ececec;
    padding: 7px;
}
@media (min-width: 979px) and (max-width: 1200px) {
img.alignleft {
    max-width: 94%;
}
}
html.ie8 img.alignleft {
    max-width: 94%;
}
@media (min-width: 768px) and (max-width: 979px) {
img.alignleft {
    max-width: 94%;
}
}
@media (max-width: 767px) {
img.alignleft {
    max-width: 94%;
}
}
img.alignright {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ececec;
    padding: 7px;
}
@media (min-width: 979px) and (max-width: 1200px) {
img.alignright {
    max-width: 94%;
}
}
html.ie8 img.alignright {
    max-width: 94%;
}
@media (min-width: 768px) and (max-width: 979px) {
img.alignright {
    max-width: 94%;
}
}
@media (max-width: 767px) {
img.alignright {
    max-width: 94%;
}
}
.header {
    background:#FAEBBC;
    border: medium none;
    margin: 0;
    /*padding: 60px 0 0;*/
    text-align: center;
        max-width: 1230px;
    margin: 0 auto;
}

.content-holder {
   background:#FAEBBC;

    margin: 0 auto;
    padding: 0px 0 29px;
    max-width: 1230px;
}
.footer {
    background:#FAEBBC;
    max-width: 1230px;
  
    border: medium none;
      margin: 0 auto;
    padding: 0;
    position: relative;
}
@media (max-width: 767px) {
.header {
    padding: 60px 20px 0;
}
}
.header .logo {
    float: none;
    margin: 0 0 36px;
}
@media (min-width: 768px) and (max-width: 979px) {
.header .logo {
    width: 100%;
}
}
.header .logo .logo_h__txt {
    margin: -6px 0 -2px;
}
.header .logo .logo_h__txt a:focus {
    color: #535353;
    text-decoration: none;
}
.header .logo .logo_h__txt a:hover {
    color: #535353;
}
.header .logo p {
    font-size: 13px;
    font-style: italic;
    line-height: 18px;
    margin: 5px 0 0;
    text-transform: none;
}
.header .nav__primary {
    background: rgba(0, 0, 0, 0) url("/new/img/menu_top.png") repeat-x scroll 0 0;
    margin: 0;
    padding: 17px 0 21px;
    position: relative;
}
.header .nav__primary::before {
    background: rgba(0, 0, 0, 0) url("/new/img/menu_bot.png") repeat-x scroll 0 0;
    bottom: 0;
    content: "";
    height: 6px;
    left: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
}
.header .nav__primary .sf-menu {
    float: none;
}
.header .nav__primary .sf-menu ul {
    background: #535353 none repeat scroll 0 0;
    padding: 36px 0;
    width: 173px;
}
.header .nav__primary .sf-menu > li {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    display: inline-block;
    float: none;
    margin: 0 11px 0 15px;
    position: relative;
    vertical-align: top;
}
.header .nav__primary .sf-menu > li::before {
    background: rgba(0, 0, 0, 0) url("/new/img/menu_divider.png") no-repeat scroll 0 0;
    content: "";
    display: block;
    height: 5px;
    left: -18px;
    overflow: hidden;
    position: absolute;
    top: 8px;
    width: 6px;
}
.header .nav__primary .sf-menu > li:first-child::before {
    display: none;
}
.header .nav__primary .sf-menu > li > a {
    border: medium none;
    padding: 0;
    text-decoration: none;
    text-transform: uppercase;
}
.header .nav__primary .sf-menu > li li {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.header .nav__primary .sf-menu > li li a {
    border: medium none;
    color: #fff;
    font-family: "Playfair Display",serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    padding: 6px;
    text-decoration: none;
}
.header .nav__primary .sf-menu li:hover ul, .header .nav__primary .sf-menu li.sfHover ul {
    left: 50%;
    margin: 0 0 0 -86px;
    top: 32px;
}
.header .nav__primary ul.sf-menu li li:hover ul, .header .nav__primary ul.sf-menu li li.sfHover ul {
    left: 175px;
    margin: 0;
    top: -36px;
}
.header .nav__primary .sf-menu > li > a:hover, .header .nav__primary .sf-menu > li.sfHover > a, .header .nav__primary .sf-menu > li.current-menu-item > a, .header .nav__primary .sf-menu > li.current_page_item > a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #654321;
}
.header .nav__primary .sf-menu li li > a:hover, .header .nav__primary .sf-menu li li.sfHover > a, .header .nav__primary .sf-menu li li.current-menu-item > a, .header .nav__primary .sf-menu li li.current_page_item > a {
    background: #656565 none repeat scroll 0 0;
}
.header .search-form {
    margin: -20px 0 25px;
    text-align: center;
}
.header .search-form form {
    float: none;
}
#slider-wrapper {
   
    margin: 0 0 47px;
    padding: 7px;
}
@media (max-width: 767px) {
#slider-wrapper {
    margin: 0 0 20px;
}
}
@media (max-width: 480px) {
#slider-wrapper {
    border: medium none;
    margin: 0;
    padding: 0;
}
}
#slider-wrapper .container {
    width: auto;
}


@media (max-width: 767px) {
.content-holder {
    padding: 0px 20px 29px;
}
}
body.home .content-holder {
    padding: 0px 0 29px;
}
@media (max-width: 767px) {
body.home .content-holder {
    padding: 0px 20px 29px;
}
}
.content-holder #content {
    padding-top: 37px;
}


.hr {
    background: rgba(0, 0, 0, 0) url("/new/img/line_hor.png") repeat-x scroll 0 0;
    font-size: 0;
    height: 7px;
    line-height: 0;
    margin: 59px 0 56px;
    overflow: hidden;
}
@media (max-width: 767px) {
.hr {
    margin: 39px 0 56px;
}
}
.sm_hr {
    background: rgba(0, 0, 0, 0) url("/new/img/line_hor.png") repeat-x scroll 0 0;
    font-size: 0;
    height: 7px;
    line-height: 0;
    margin: 57px 0 44px;
    overflow: hidden;
}

ul.news {
    padding: 0 0 22px;
}
ul.news li {
    margin-bottom: 0;
    padding: 38px 0 0;
}
ul.news li:first-child {
    padding: 0;
}
ul.news li span.meta {
    background: #ff5e49 none repeat scroll 0 0;
    color: #fff;
    float: left;
    font-family: "Playfair Display",serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 25px;
    margin: 0 30px 0 0;
    min-width: 60px;
    padding: 8px 5px 12px;
    text-align: center;
    text-transform: none;
}
ul.news li span.meta span.post-date {
    display: block;
    float: none;
}
ul.news li h5 {
    color: #535353;
    font-size: 16px;
    line-height: 16px;
    margin: 0 0 3px;
}
ul.news li div.excerpt {
    margin: 0;
    overflow: hidden;
}
@media (max-width: 767px) {
ul.news li div.excerpt {
    overflow: visible;
}
}

@media (max-width: 767px) {
.footer {
    padding: 0 20px;
}
}

.footer .container {
    background: rgba(0, 0, 0, 0) url("/new/img/line_hor.png") repeat-x scroll 0 0;
    padding: 42px 0 44px;
}
.footer h4 {
    margin: 0 0 26px;
}
@media (max-width: 767px) {
.footer h4 {
    margin-top: 26px;
}
}
.footer ul {
    margin: 0;
    padding: 0;
}
.footer ul li {
    color: #b1b1b1;
    font-size: 13px;
    font-style: italic;
    line-height: 18px;
    list-style: outside none none;
    margin: 0 0 7px;
    padding: 0;
}

em{
  color: #b08f26;  
}

.footer ul li a {
    color: #b08f26;
    text-decoration: none;
}
.footer ul li a:hover {
      color: #654321;
    text-decoration: none;
}
.footer ul.social li a:hover {
    opacity: 1;
}
.footer ul.social li .tooltip {
    display: none !important;
}
.footer .textwidget em {
    color: #b08f26; 
    display: block;
    font-size: 13px;
    line-height: 18px;
    margin: 0 0 7px;
}
.footer .textwidget ul li a {
    text-decoration: underline;
}
.footer .textwidget ul li a:hover {
    text-decoration: none;
}
.footer .footer-text {
    color: #b08f26;
    float: none;
    font-family: "Playfair Display",serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    margin: 0 26px;
    text-transform: uppercase;
}
@media (max-width: 767px) {
.footer .footer-text {
    text-align: left;
}
}
.footer .footer-text a {
    color: #b08f26;
    text-decoration: none;
}
.footer .footer-text a:hover {
    color: #654321;
    text-decoration: none;
}
.footer .footer-text b {
    margin: 0 4px 0 0;
}
.footer .footer-text i {
    font-style: normal;
    margin: 0 4px;
}
.footer nav.footer-nav {
    float: none;
    width: 100%;
}
@media (max-width: 767px) {
.footer nav.footer-nav {
    margin: 0;
}
}
.footer nav.footer-nav ul {
    float: none;
}
@media (min-width: 768px) and (max-width: 979px) {
.footer nav.footer-nav ul {
    text-align: left;
}
}
@media (max-width: 767px) {
.footer nav.footer-nav ul {
    text-align: left;
}
}
.footer nav.footer-nav ul li {
    margin: 0 15px 0 0;
    padding: 0;
}
@media (max-width: 767px) {
.footer nav.footer-nav ul li {
    display: block;
    font-size: 13px;
    line-height: 18px;
    margin: 0 0 7px;
    padding: 0;
}
}
.footer nav.footer-nav ul li.current-menu-item a {
    color: #ff5e49;
    text-decoration: none;
}
.footer nav.footer-nav ul li a:hover {
    color: #ff5e49;
    text-decoration: none;
}
.title-section {
    padding: 0;
}
.title-section h1 {
    margin: 0 0 19px;
}
.title-section ul {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-bottom: 1px solid #f5f5f5;
    border-radius: 0;
    border-top: 1px solid #f5f5f5;
    padding: 7px 0 8px;
}
.title-section ul li {
    color: #c5c5c5;
    font-size: 14px;
    line-height: 18px;
    margin: 0;
    padding: 0;
}
.title-section ul li a {
    color: #c5c5c5;
    text-decoration: none;
}
.title-section ul li a:hover {
    color: #ff5e49;
    text-decoration: none;
}
.title-section ul li.divider {
    margin: 0 5px;
}
.title-section ul li.active {
    color: #ff5e49;
}
#back-top-wrapper p#back-top {
    margin: 0;
}
#back-top-wrapper p#back-top a {
    width: 47px;
}
#back-top-wrapper p#back-top a:hover span {
    background-color: #535353;
}
#back-top-wrapper p#back-top a span {
    background: #ff5e49 url("/new/img/up-arrow.png") no-repeat scroll 50% 50%;
    height: 47px;
    margin: 0;
    width: 47px;
}
.post-header h2 {
    font-size: 23px;
    line-height: 30px;
    padding: 5px 0 24px;
}
.thumbnail {
    border: 1px solid #ececec;
    border-radius: 0;
    box-shadow: none;
    padding: 7px;
}
.thumbnail.large {
    max-width: 688px;
}
div.pagination ul li a {
    border-radius: 0 !important;
}
.post_meta {
    font-style: italic;
}
.post_meta i {
    color: #ff5e49;
}
.post-author {
    margin: 0 0 55px;
    padding: 30px;
}
.post-author h3 {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #c5c5c5;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-style: italic;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 15px;
    padding: 0;
}
.post-author h3 a {
    text-transform: capitalize;
}
.post-author .post-author_link p {
    font-size: 13px;
    font-style: italic;
    line-height: 20px;
    margin: 0;
}
.post-author .post-author_link p a {
    color: #535353;
    text-decoration: none;
    text-transform: capitalize;
}
.post-author .post-author_link p a:hover {
    color: #ff5e49;
}
.related-posts {
    background: rgba(0, 0, 0, 0) url("/new/img/line_hor.png") repeat-x scroll 0 0;
    padding: 45px 0 0;
}
.related-posts ul li {
    color: #535353;
    font-family: "Playfair Display",serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
}
.related-posts ul li .thumbnail {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    margin: 0 0 20px;
    padding: 0;
}
.related-posts ul li a {
    color: #535353;
    text-decoration: none;
}
.related-posts ul li a:hover {
    color: #ff5e49;
    text-decoration: none;
}
.comment-holder {
    background: rgba(0, 0, 0, 0) url("/new/img/line_hor.png") repeat-x scroll 0 0;
    padding: 45px 0 0;
}
.comment-holder h3 {
    margin-bottom: 28px;
    padding: 0 0 24px;
}
ol.comment-list li .comment-body {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    border: 1px solid #ececec;
    padding: 30px;
}
ol.comment-list li .comment-body span.author {
    color: #535353;
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
    line-height: 16px;
    padding: 20px 0 0;
    text-align: left;
}
@media (max-width: 480px) {
ol.comment-list li .comment-body .extra-wrap {
    overflow: visible;
}
}
ol.comment-list li .comment-body .reply {
    margin: 0 0 0 30px;
}
ol.comment-list li .comment-body .reply a {
    background: rgba(0, 0, 0, 0) url("/new/img/button_item.png") no-repeat scroll 0 7px;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    color: #535353 !important;
    display: inline-block;
    font-family: "Playfair Display",serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    margin: 0;
    padding: 0 0 0 12px;
    text-shadow: none;
    text-transform: uppercase;
    vertical-align: top;
}
ol.comment-list li .comment-body .reply a:focus {
    background: rgba(0, 0, 0, 0) url("/new/img/button_item.png") no-repeat scroll 0 7px;
    box-shadow: none;
    color: #535353 !important;
}
ol.comment-list li .comment-body .reply a:hover {
    background: rgba(0, 0, 0, 0) url("/new/img/button_item.png") no-repeat scroll 0 7px;
    box-shadow: none;
    color: #ff7178 !important;
}
ol.comment-list li .comment-body .comment-meta {
    color: #ff5e49;
    font-size: 12px;
    font-style: italic;
    line-height: 20px;
}
.cancel-comment-reply {
    padding: 0 0 8px;
}
.wpcf7-form .wpcf7-not-valid-tip {
    border-radius: 0;
}
.wpcf7-form .ajax-loader {
    margin: 8px 0 0;
}
.wpcf7-form .wpcf7-response-output {
    border-radius: 0;
}
.filter-wrapper {
    padding: 7px 0 19px;
}
.filter-wrapper strong {
    border-radius: 0;
    color: #ff5e49;
    font-family: "Playfair Display",serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    margin: 0;
    padding: 9px 14px 10px;
    text-transform: uppercase;
}
.filter-wrapper ul li {
    margin: 0 0 0 3px;
}
.filter-wrapper ul li a {
    border-radius: 0;
    color: #535353;
    font-family: "Playfair Display",serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    margin: 0;
    padding: 9px 14px 10px;
    text-transform: uppercase;
}
.filter-wrapper ul li a:focus {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #535353;
}
.filter-wrapper ul li a:hover {
    background: #ff5e49 none repeat scroll 0 0;
    color: #fff;
}
#portfolio-grid li .thumbnail {
    margin: 0 0 25px;
}
#portfolio-grid li h3 {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #535353;
    font-family: "Playfair Display",serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
    margin: 0 0 5px;
    padding: 0;
}
.type-portfolio .thumbnail.large {
    margin: 0;
}
ul.pager {
    margin-top: 30px;
}
ul.pager li a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    color: #535353 !important;
    display: inline-block;
    font-family: "Playfair Display",serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    margin: 0;
    padding: 0;
    text-shadow: none;
    text-transform: uppercase;
    vertical-align: top;
}
ul.pager li a:focus {
    background: rgba(0, 0, 0, 0) url("/new/img/button_item.png") no-repeat scroll 0 7px;
    box-shadow: none;
    color: #535353 !important;
}
ul.pager li a:hover {
    background: rgba(0, 0, 0, 0) url("/new/img/button_item.png") no-repeat scroll 0 7px;
    box-shadow: none;
    color: #ff7178 !important;
}
.grid_gallery .grid_gallery_inner .thumbnail {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    padding: 0;
}
@media (max-width: 767px) {
.error404-holder {
    text-align: center;
}
}
.error404-holder .error404-holder_num {
    color: #ff5e49;
}
.clearfix {
}
.clearfix::before, .clearfix::after {
    content: "";
    display: table;
    line-height: 0;
}
.clearfix::after {
    clear: both;
}
.hide-text {
    background-color: transparent;
    border: 0 none;
    color: transparent;
    font: 0px/0 a;
    text-shadow: none;
}
.input-block-level {
    box-sizing: border-box;
    display: block;
    min-height: 35px;
    width: 100%;
}



.clearfix {
}
.clearfix::before, .clearfix::after {
    content: "";
    display: table;
    line-height: 0;
}
.clearfix::after {
    clear: both;
}
.hide-text {
    background-color: transparent;
    border: 0 none;
    color: transparent;
    font: 0px/0 a;
    text-shadow: none;
}
.input-block-level {
    box-sizing: border-box;
    display: block;
    min-height: 30px;
    width: 100%;
}
.hidden {
    display: none;
    visibility: hidden;
}
.visible-phone {
    display: none !important;
}
.visible-tablet {
    display: none !important;
}
.hidden-desktop {
    display: none !important;
}
.visible-desktop {
    display: inherit !important;
}
@media (min-width: 768px) and (max-width: 979px) {
.hidden-desktop {
    display: inherit !important;
}
.visible-desktop {
    display: none !important;
}
.visible-tablet {
    display: inherit !important;
}
.hidden-tablet {
    display: none !important;
}
}
@media (max-width: 767px) {
.hidden-desktop {
    display: inherit !important;
}
.visible-desktop {
    display: none !important;
}
.visible-phone {
    display: inherit !important;
}
.hidden-phone {
    display: none !important;
}
}
.visible-print {
    display: none !important;
}
@media print {
.visible-print {
    display: inherit !important;
}
.hidden-print {
    display: none !important;
}
}
@media (min-width: 1200px) {
.span12 .row{
    margin-left: 0px;
}
.row::before, .row::after {
    content: "";
    display: table;
    line-height: 0;
}
.row::after {
    clear: both;
}
[class*="span"] {
    float: left;
    margin-left: 30px;
    min-height: 1px;
}
.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
    width: 1170px;
    margin: 0 auto;
}
.span12 {
    width: 1170px;
      margin: 0 auto;
}
.span11 {
    width: 1070px;
      margin: 0 auto;
}
.span10 {
    width: 970px;
      margin: 0 auto;
}
.span9 {
    width: 870px;
      margin: 0 auto;
}
.span8 {
    width: 770px;
      margin: 0 auto;
}
.span7 {
    width: 670px;
      margin: 0 auto;
}
.span6 {
    width: 570px;
      margin: 0 auto;
}
.span5 {
    width: 470px;
      margin: 0 auto;
}
.span4 {
    width: 370px;
      margin: 0 auto;
}
.span3 {
    width: 270px;
      margin: 0 auto;
}
.span2 {
    width: 170px;
      margin: 0 auto;
}
.span1 {
    width: 70px;
      margin: 0 auto;
}
.offset12 {
    margin-left: 1230px;
}
.offset11 {
    margin-left: 1130px;
}
.offset10 {
    margin-left: 1030px;
}
.offset9 {
    margin-left: 930px;
}
.offset8 {
    margin-left: 830px;
}
.offset7 {
    margin-left: 730px;
}
.offset6 {
    margin-left: 630px;
}
.offset5 {
    margin-left: 530px;
}
.offset4 {
    margin-left: 430px;
}
.offset3 {
    margin-left: 330px;
}
.offset2 {
    margin-left: 230px;
}
.offset1 {
    margin-left: 130px;
}
.row-fluid {
    width: 100%;
}
.row-fluid::before, .row-fluid::after {
    content: "";
    display: table;
    line-height: 0;
}
.row-fluid::after {
    clear: both;
}
.row-fluid [class*="span"] {
    box-sizing: border-box;
    display: block;
    float: left;
    margin-left: 2.5641%;
    min-height: 30px;
    width: 100%;
}
.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.5641%;
}
.row-fluid .span12 {
    width: 100%;
}
.row-fluid .span11 {
    width: 91.453%;
}
.row-fluid .span10 {
    width: 82.906%;
}
.row-fluid .span9 {
    width: 74.359%;
}
.row-fluid .span8 {
    width: 65.812%;
}
.row-fluid .span7 {
    width: 57.265%;
}
.row-fluid .span6 {
    width: 48.7179%;
}
.row-fluid .span5 {
    width: 40.1709%;
}
.row-fluid .span4 {
    width: 31.6239%;
}
.row-fluid .span3 {
    width: 23.0769%;
}
.row-fluid .span2 {
    width: 14.5299%;
}
.row-fluid .span1 {
    width: 5.98291%;
}
.row-fluid .offset12 {
    margin-left: 105.128%;
}
.row-fluid .offset12:first-child {
    margin-left: 102.564%;
}
.row-fluid .offset11 {
    margin-left: 96.5812%;
}
.row-fluid .offset11:first-child {
    margin-left: 94.0171%;
}
.row-fluid .offset10 {
    margin-left: 88.0342%;
}
.row-fluid .offset10:first-child {
    margin-left: 85.4701%;
}
.row-fluid .offset9 {
    margin-left: 79.4872%;
}
.row-fluid .offset9:first-child {
    margin-left: 76.9231%;
}
.row-fluid .offset8 {
    margin-left: 70.9402%;
}
.row-fluid .offset8:first-child {
    margin-left: 68.3761%;
}
.row-fluid .offset7 {
    margin-left: 62.3932%;
}
.row-fluid .offset7:first-child {
    margin-left: 59.8291%;
}
.row-fluid .offset6 {
    margin-left: 53.8462%;
}
.row-fluid .offset6:first-child {
    margin-left: 51.2821%;
}
.row-fluid .offset5 {
    margin-left: 45.2991%;
}
.row-fluid .offset5:first-child {
    margin-left: 42.735%;
}
.row-fluid .offset4 {
    margin-left: 36.7521%;
}
.row-fluid .offset4:first-child {
    margin-left: 34.188%;
}
.row-fluid .offset3 {
    margin-left: 28.2051%;
}
.row-fluid .offset3:first-child {
    margin-left: 25.641%;
}
.row-fluid .offset2 {
    margin-left: 19.6581%;
}
.row-fluid .offset2:first-child {
    margin-left: 17.094%;
}
.row-fluid .offset1 {
    margin-left: 11.1111%;
}
.row-fluid .offset1:first-child {
    margin-left: 8.54701%;
}
input, textarea, .uneditable-input {
    margin-left: 0;
}
.controls-row [class*="span"] + [class*="span"] {
    margin-left: 30px;
}
input.span12, textarea.span12, .uneditable-input.span12 {
    width: 1156px;
}
input.span11, textarea.span11, .uneditable-input.span11 {
    width: 1056px;
}
input.span10, textarea.span10, .uneditable-input.span10 {
    width: 956px;
}
input.span9, textarea.span9, .uneditable-input.span9 {
    width: 856px;
}
input.span8, textarea.span8, .uneditable-input.span8 {
    width: 756px;
}
input.span7, textarea.span7, .uneditable-input.span7 {
    width: 656px;
}
input.span6, textarea.span6, .uneditable-input.span6 {
    width: 556px;
}
input.span5, textarea.span5, .uneditable-input.span5 {
    width: 456px;
}
input.span4, textarea.span4, .uneditable-input.span4 {
    width: 356px;
}
input.span3, textarea.span3, .uneditable-input.span3 {
    width: 256px;
}
input.span2, textarea.span2, .uneditable-input.span2 {
    width: 156px;
}
input.span1, textarea.span1, .uneditable-input.span1 {
    width: 56px;
}
.thumbnails {
    margin-left: -30px;
}
.thumbnails > li {
    margin-left: 30px;
}
.row-fluid .thumbnails {
    margin-left: 0;
}
}
@media (min-width: 768px) and (max-width: 979px) {
.row {
    margin-left: -20px;
}
.row::before, .row::after {
    content: "";
    display: table;
    line-height: 0;
}
.row::after {
    clear: both;
}
[class*="span"] {
    float: left;
    margin-left: 20px;
    min-height: 1px;
}
.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
    width: 724px;
}
.span12 {
    width: 724px;
}
.span11 {
    width: 662px;
}
.span10 {
    width: 600px;
}
.span9 {
    width: 538px;
}
.span8 {
    width: 476px;
}
.span7 {
    width: 414px;
}
.span6 {
    width: 352px;
}
.span5 {
    width: 290px;
}
.span4 {
    width: 228px;
}
.span3 {
    width: 166px;
}
.span2 {
    width: 104px;
}
.span1 {
    width: 42px;
}
.offset12 {
    margin-left: 764px;
}
.offset11 {
    margin-left: 702px;
}
.offset10 {
    margin-left: 640px;
}
.offset9 {
    margin-left: 578px;
}
.offset8 {
    margin-left: 516px;
}
.offset7 {
    margin-left: 454px;
}
.offset6 {
    margin-left: 392px;
}
.offset5 {
    margin-left: 330px;
}
.offset4 {
    margin-left: 268px;
}
.offset3 {
    margin-left: 206px;
}
.offset2 {
    margin-left: 144px;
}
.offset1 {
    margin-left: 82px;
}
.row-fluid {
    width: 100%;
}
.row-fluid::before, .row-fluid::after {
    content: "";
    display: table;
    line-height: 0;
}
.row-fluid::after {
    clear: both;
}
.row-fluid [class*="span"] {
    box-sizing: border-box;
    display: block;
    float: left;
    margin-left: 2.76243%;
    min-height: 30px;
    width: 100%;
}
.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.76243%;
}
.row-fluid .span12 {
    width: 100%;
}
.row-fluid .span11 {
    width: 91.4365%;
}
.row-fluid .span10 {
    width: 82.8729%;
}
.row-fluid .span9 {
    width: 74.3094%;
}
.row-fluid .span8 {
    width: 65.7459%;
}
.row-fluid .span7 {
    width: 57.1823%;
}
.row-fluid .span6 {
    width: 48.6188%;
}
.row-fluid .span5 {
    width: 40.0552%;
}
.row-fluid .span4 {
    width: 31.4917%;
}
.row-fluid .span3 {
    width: 22.9282%;
}
.row-fluid .span2 {
    width: 14.3646%;
}
.row-fluid .span1 {
    width: 5.80111%;
}
.row-fluid .offset12 {
    margin-left: 105.525%;
}
.row-fluid .offset12:first-child {
    margin-left: 102.762%;
}
.row-fluid .offset11 {
    margin-left: 96.9613%;
}
.row-fluid .offset11:first-child {
    margin-left: 94.1989%;
}
.row-fluid .offset10 {
    margin-left: 88.3978%;
}
.row-fluid .offset10:first-child {
    margin-left: 85.6354%;
}
.row-fluid .offset9 {
    margin-left: 79.8343%;
}
.row-fluid .offset9:first-child {
    margin-left: 77.0718%;
}
.row-fluid .offset8 {
    margin-left: 71.2707%;
}
.row-fluid .offset8:first-child {
    margin-left: 68.5083%;
}
.row-fluid .offset7 {
    margin-left: 62.7072%;
}
.row-fluid .offset7:first-child {
    margin-left: 59.9447%;
}
.row-fluid .offset6 {
    margin-left: 54.1437%;
}
.row-fluid .offset6:first-child {
    margin-left: 51.3812%;
}
.row-fluid .offset5 {
    margin-left: 45.5801%;
}
.row-fluid .offset5:first-child {
    margin-left: 42.8177%;
}
.row-fluid .offset4 {
    margin-left: 37.0166%;
}
.row-fluid .offset4:first-child {
    margin-left: 34.2541%;
}
.row-fluid .offset3 {
    margin-left: 28.453%;
}
.row-fluid .offset3:first-child {
    margin-left: 25.6906%;
}
.row-fluid .offset2 {
    margin-left: 19.8895%;
}
.row-fluid .offset2:first-child {
    margin-left: 17.1271%;
}
.row-fluid .offset1 {
    margin-left: 11.326%;
}
.row-fluid .offset1:first-child {
    margin-left: 8.56354%;
}
input, textarea, .uneditable-input {
    margin-left: 0;
}
.controls-row [class*="span"] + [class*="span"] {
    margin-left: 20px;
}
input.span12, textarea.span12, .uneditable-input.span12 {
    width: 710px;
}
input.span11, textarea.span11, .uneditable-input.span11 {
    width: 648px;
}
input.span10, textarea.span10, .uneditable-input.span10 {
    width: 586px;
}
input.span9, textarea.span9, .uneditable-input.span9 {
    width: 524px;
}
input.span8, textarea.span8, .uneditable-input.span8 {
    width: 462px;
}
input.span7, textarea.span7, .uneditable-input.span7 {
    width: 400px;
}
input.span6, textarea.span6, .uneditable-input.span6 {
    width: 338px;
}
input.span5, textarea.span5, .uneditable-input.span5 {
    width: 276px;
}
input.span4, textarea.span4, .uneditable-input.span4 {
    width: 214px;
}
input.span3, textarea.span3, .uneditable-input.span3 {
    width: 152px;
}
input.span2, textarea.span2, .uneditable-input.span2 {
    width: 90px;
}
input.span1, textarea.span1, .uneditable-input.span1 {
    width: 28px;
}
}
@media (max-width: 767px) {
body {
    padding-left: 20px;
    padding-right: 20px;
}
.navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
    margin-left: -20px;
    margin-right: -20px;
}
.container-fluid {
    padding: 0;
}
.dl-horizontal dt {
    clear: none;
    float: none;
    text-align: left;
    width: auto;
}
.dl-horizontal dd {
    margin-left: 0;
}
.container {
    width: auto;
}
.row-fluid {
    width: 100%;
}
.row, .thumbnails {
    margin-left: 0;
}
.thumbnails > li {
    float: none;
    margin-left: 0;
}
[class*="span"], .uneditable-input[class*="span"], .row-fluid [class*="span"] {
    box-sizing: border-box;
    display: block;
    float: none;
    margin-left: 0;
    width: 100%;
}
.span12, .row-fluid .span12 {
    box-sizing: border-box;
    width: 100%;
}
.row-fluid [class*="offset"]:first-child {
    margin-left: 0;
}
.input-large, .input-xlarge, .input-xxlarge, input[class*="span"], select[class*="span"], textarea[class*="span"], .uneditable-input {
    box-sizing: border-box;
    display: block;
    min-height: 30px;
    width: 100%;
}
.input-prepend input, .input-append input, .input-prepend input[class*="span"], .input-append input[class*="span"] {
    display: inline-block;
    width: auto;
}
.controls-row [class*="span"] + [class*="span"] {
    margin-left: 0;
}
.modal {
    left: 20px;
    margin: 0;
    position: fixed;
    right: 20px;
    top: 20px;
    width: auto;
}
.modal.fade {
    top: -100px;
}
.modal.fade.in {
    top: 20px;
}
}
@media (max-width: 480px) {
.nav-collapse {
}
.page-header h1 small {
    display: block;
    line-height: 20px;
}
input[type="checkbox"], input[type="radio"] {
    border: 1px solid #ccc;
}
.form-horizontal .control-label {
    float: none;
    padding-top: 0;
    text-align: left;
    width: auto;
}
.form-horizontal .controls {
    margin-left: 0;
}
.form-horizontal .control-list {
    padding-top: 0;
}
.form-horizontal .form-actions {
    padding-left: 10px;
    padding-right: 10px;
}
.media .pull-left, .media .pull-right {
    display: block;
    float: none;
    margin-bottom: 10px;
}
.media-object {
    margin-left: 0;
    margin-right: 0;
}
.modal {
    left: 10px;
    right: 10px;
    top: 10px;
}
.modal-header .close {
    margin: -10px;
    padding: 10px;
}
.carousel-caption {
    position: static;
}
}
@media (max-width: 979px) {
body {
    padding-top: 0;
}
.navbar-fixed-top, .navbar-fixed-bottom {
    position: static;
}
.navbar-fixed-top {
    margin-bottom: 20px;
}
.navbar-fixed-bottom {
    margin-top: 20px;
}
.navbar-fixed-top .navbar-inner, .navbar-fixed-bottom .navbar-inner {
    padding: 5px;
}
.navbar .container {
    padding: 0;
    width: auto;
}
.navbar .brand {
    margin: 0 0 0 -5px;
    padding-left: 10px;
    padding-right: 10px;
}
.nav-collapse {
    clear: both;
}
.nav-collapse .nav {
    float: none;
    margin: 0 0 10px;
}
.nav-collapse .nav > li {
    float: none;
}
.nav-collapse .nav > li > a {
    margin-bottom: 2px;
}
.nav-collapse .nav > .divider-vertical {
    display: none;
}
.nav-collapse .nav .nav-header {
    color: #777777;
    text-shadow: none;
}
.nav-collapse .nav > li > a, .nav-collapse .dropdown-menu a {
    border-radius: 3px;
    color: #777777;
    font-weight: bold;
    padding: 9px 15px;
}
.nav-collapse .btn {
    border-radius: 4px;
    font-weight: normal;
    padding: 4px 10px;
}
.nav-collapse .dropdown-menu li + li a {
    margin-bottom: 2px;
}
.nav-collapse .nav > li > a:hover, .nav-collapse .nav > li > a:focus, .nav-collapse .dropdown-menu a:hover, .nav-collapse .dropdown-menu a:focus {
    background-color: #f2f2f2;
}
.navbar-inverse .nav-collapse .nav > li > a, .navbar-inverse .nav-collapse .dropdown-menu a {
    color: #999999;
}
.navbar-inverse .nav-collapse .nav > li > a:hover, .navbar-inverse .nav-collapse .nav > li > a:focus, .navbar-inverse .nav-collapse .dropdown-menu a:hover, .navbar-inverse .nav-collapse .dropdown-menu a:focus {
    background-color: #111111;
}
.nav-collapse.in .btn-group {
    margin-top: 5px;
    padding: 0;
}
.nav-collapse .dropdown-menu {
    background-color: transparent;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    display: none;
    float: none;
    left: auto;
    margin: 0 15px;
    max-width: none;
    padding: 0;
    position: static;
    top: auto;
}
.nav-collapse .open > .dropdown-menu {
    display: block;
}
.nav-collapse .dropdown-menu::before, .nav-collapse .dropdown-menu::after {
    display: none;
}
.nav-collapse .dropdown-menu .divider {
    display: none;
}
.nav-collapse .nav > li > .dropdown-menu::before, .nav-collapse .nav > li > .dropdown-menu::after {
    display: none;
}
.nav-collapse .navbar-form, .nav-collapse .navbar-search {
    border-bottom: 1px solid #f2f2f2;
    border-top: 1px solid #f2f2f2;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.1);
    float: none;
    margin: 10px 0;
    padding: 10px 15px;
}
.navbar-inverse .nav-collapse .navbar-form, .navbar-inverse .nav-collapse .navbar-search {
    border-bottom-color: #111111;
    border-top-color: #111111;
}
.navbar .nav-collapse .nav.pull-right {
    float: none;
    margin-left: 0;
}
.nav-collapse, .nav-collapse.collapse {
    height: 0;
    overflow: hidden;
}
.navbar .btn-navbar {
    display: block;
}
.navbar-static .navbar-inner {
    padding-left: 10px;
    padding-right: 10px;
}
}
@media (min-width: 980px) {
.nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
}
}



.container {
    margin-left: auto;
    margin-right: auto;
}
.container::before, .container::after {
    content: "";
    display: table;
    line-height: 0;
}
.container::after {
    clear: both;
}
.container-fluid {
    padding-left: 20px;
    padding-right: 20px;
}
.container-fluid::before, .container-fluid::after {
    content: "";
    display: table;
    line-height: 0;
}
.container-fluid::after {
    clear: both;
}


.nav__primary ul{
	list-style: outside none none;
    margin: 0;
    padding: 0;
    margin-bottom: 0px;
}

img{
	max-width: 100%;
	height: auto;
}

h2 {
    color: #654321;
    font: bold 30px/35px Playfair Display;
}

.camera_fakehover {
    height: 100%;
    min-height: 60px;
    position: relative;
    width: 100%;
    z-index: 1;
}


.news {
   border-radius: 5px;
   /*background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(226, 226, 226, 1) 0%, rgba(209, 209, 209, 1) 0%, rgba(219, 219, 219, 1) 14%, rgba(254, 254, 254, 1) 100%) repeat scroll 0 0;*/
   background-color: #FAEBBC;
   border-top: 1px solid #e1cc89;
  border-bottom: 1px solid #e1cc89;
   padding:5px 20px;
   margin: 20px;
}

#audio h3{
    margin-bottom: 0px;
}

@media (max-width: 767px) {



body.home .content-holder {
    padding: 0 20px 29px;
}
.header {
    padding: 10px 20px 0;
}
.news {
    
    margin: 0px;
   
}
}

.row{
    margin-right: 0px;
}



#title {
                font-size: 20px;
                padding-bottom: 10px
            }
            
            #title, #tracks {
                margin-left: 0
            }
            
            #title, #cover {
                margin-top: 20px
            }
            
            #title, #buy, #tracks {
                text-align: left
            }
            
            #release {
                font-size: 10px
            }
            
            #buy {
                font: 15px arial, helvetica, sans-serif;
                margin-top: 10px;
                color: black
            }
            
            #buy, #tracks {
                margin-right: 20px;
                width: 300px
            }
            
            #cover {
                border: 1px solid green;
                padding: 2px;
                margin-left: 20px
            }
            
            #tracks {
                font: 9pt verdana
                
            }
            
            #album {
                margin: 0 auto;
                max-width: 600px;
            }
            
            #buyoptions, #buyoptions img {
                padding-left: 5px
            }
            
            #paypalform {
                margin-left: -5px
            }
            
            #albumleft {
                float: left;
            }
            
            #albumright {
                float: right;
            }
            
            #title{
                font-size: 20px;
                margin-right: 20px;
                margin-top: 20px;
                text-align: left;
                padding-bottom: 10px;
            }
.style4 {font-size: 12pt}

   @media (max-width: 1200px) {

#slider-wrapper img{
    width: 100%;
    text-align: center;
}
#links img{
    width: 100%;
    text-align: center;
}

#quotes{
    width: 100%;
    float: none;
}
#links{
     width: 100%;
    float: none;
}
}






   @media (max-width: 767px) {

    #slider-wrapper img{
    width: 100%;
    text-align: center;
}


     #albumleft {
                float: none;
            }
            
            #albumright {
                float: none;
            }
} 
       
#videos.desk{
    max-width: 500px;
    margin: 0 auto;
}


       
#videos.phone{
    max-width: 500px;
    margin: 0 auto;
    display: none;
}


img.verticalPhotoFloat
{
    float:left;padding-right:20px
}


img.linksPhoto{
    float:left;padding-right:20px;padding-bottom:20px;
}



   @media (max-width: 767px) {

img.linksPhoto{
    float:none;padding-right:0;padding-bottom:20px;
}




img.verticalPhotoFloat
{
    float:none;padding-right:0px;
    clear:both;
}




#videos.desk{
    max-width: 500px;
    margin: 0 auto;
    display: none;
}


       
#videos.phone{
    max-width: 500px;
    margin: 0 auto;
    display: block;
}

} 

#tour{
    max-width: 900px;
    margin: 0 auto;
}
#tour p{
    margin: 0px;
}

 #calendar {
                font-size: 14px;
                border-collapse: collapse;
                width:100%;
            }
            
            tr.row_border {
                border: 1px solid #FAEBBC;
                background: #FAEBBC
            }
            
            td.date, td.headrow {
                background: #654321;
                color: #FAEBBC;
                text-align: center
            }
            
            td.date {
                border: 1px solid #FAEBBC
            }
            
            td.date {
                padding: 10px;
                
            }
             td.location, td.event {
                padding: 10px;
                border: 1px solid #654321;
            }
            
            
            td.headrow {
                font-size: 16px
            }
          td.date1 {                
                padding: 10px
            }
          td.event strong{
            font-weight: bold;
          }

td.location{
    width: 20%;
}
td.date{
    width: 20%;
 }

 td.event {
                width: 60%
            }

   @media (max-width: 767px) {


td.location{
     display: block;
     width: 100%;
}
td.date{
    display: block;
    width: 100%;
 }

 td.event {
    display: block;
    width: 100%;
            }


   }


#audio.desk #playerAudio{
    width: 40%;
}

#audio.phone #playerAudio{
    width: 82%;
}


img {
    border: 0 none;
    height: auto;
    max-width: 100%;
   
}

h1.special .bigger{
     font: bold 40px/45px Playfair Display;
}

.cycle-slideshow{
    text-align: center;
    max-width: 320px;
    margin: 0 auto;
}

.arialFont{
   font: bold 25px/34px Arial !important;
}