/* .modal-fullscreen */



.modal-fullscreen {

    background: transparent;

    position: absolute;

    left: 0;

    top: 0;

}



.modal-fullscreen .modal-content {

    background: transparent;

    border: 0;

    -webkit-box-shadow: none;

    box-shadow: none;

    padding-top: 0.5em;

}



.modal-backdrop.modal-backdrop-fullscreen {

    background: #fff;

}



.modal-backdrop.modal-backdrop-fullscreen.in {

    opacity: .90;

    filter: alpha(opacity=90);

}



.modal-header {

    border: none;

    color: #444444;

}



.modal-body {

    padding: 0;

}





/* .modal-fullscreen size: we use Bootstrap media query breakpoints */



.modal-fullscreen .modal-dialog {

    margin: 0;

    margin-right: auto;

    margin-left: auto;

    width: 100%;

}





/*

@media (min-width: 768px) {

  .modal-fullscreen .modal-dialog {

    border: 3px solid pink;

    width: 750px;

  }

}



@media (min-width: 992px) {

  .modal-fullscreen .modal-dialog {

       border: 3px solid green;

    width: 970px;

  }

}



@media (min-width: 1200px) {

  .modal-fullscreen .modal-dialog {

       border: 3px solid blue;

     width: 1170px;

  }

}



@media (min-width: 1444px) {

  .modal-fullscreen .modal-dialog {

       border: 3px solid gray;

     width: 1400px;

  }

}

*/





/*** COLORS & FONTS ***************************************************************************/



body {

    color: #5B5750;

    font-family: 'Lora', serif !important;

    font-size: 16px;

    line-height: 30px;

    background-color: #cab386;

    padding-top: 84px;

    /** #f7f5f2;**/

    /*

  background-image: url(/images/heroimage.jpg);

  background-repeat: no-repeat;

  background-position: 0 0;

  background-size: contain;

  */

    /*

    background: url(/images/bigbg.jpg) no-repeat center top;

    background-size: cover;

    */

}



body.background {

    background-image: url(/images/heroimage.jpg);

    background-repeat: no-repeat;

    background-position: 0 0;

    background-size: contain;

}



h1 {

    min-height: 76px;

    font-family: 'Playfair Display', serif;

    font-size: 3.4em;

    letter-spacing: 4px;

    text-transform: uppercase;

    color: #cab386;

}



h2 {

    min-height: 66px;

    font-family: 'Playfair Display', serif;

    font-size: 2.8em;

    letter-spacing: 6px;

    text-transform: uppercase;

    color: #cab386;

}



h1>span.count,

h2>span.count {

    height: 19px;

    width: 35px;

    font-family: "Playfair Display";

    font-size: 14px;

    color: #504e4a;

    display: block;

    border-bottom: 3px solid #cab386;

    margin-bottom: 4px;

}

h2>span.count {

    width: 60px;
}



.backlink a {

    font-family: "Playfair Display";

    font-size: 14px;

    color: #504e4a;

    margin-bottom: 4px;

    border-bottom: none;

}



.backlink a:hover {

    text-decoration: none;

    border-bottom: 1px solid #cab386;

}



.navbar-default {

    background: none;

    border: none;

}



.nav-pills>li.active>a,

.nav-pills>li.active>a:focus,

.nav-pills>li.active>a:hover {

    color: #fff;

    background-color: #CAB386;

}



.nav-pills>li>a {

    border-radius: 0;

    color: #444;

    font-family: 'Playfair Display', serif;

    font-size: 48px;

    font-weight: 400;

    line-height: 90px;

    text-align: center;

}



.langswitcher {

    margin: 2em 2em 0 2em;

}



.langswitcher .dropdown-menu {

    border-radius: 0;

}



.langswitcher ul {

    margin: 0 -1.2em 0 0;

    padding: 0;

    min-width: 60px;

}



.langswitcher li {

    display: list-item;

    margin: 0;

    padding: 0;

}



.langswitcher li a {

    display: block;

    padding: 2px;

    line-height: 26px;

    font-size: 12px;

}



#langswitcher,

#langswitcher:focus,

#langswitcher:hover {

    background-color: transparent;

    cursor: pointer;

}



.img-float-left {

    margin-right: 2em;

    float: left;

}



.btn {

    background-color: transparent;

}



.btn-default {

    width: 180px;

    height: 60px;

    border: solid 3px #cab386;

    font-family: 'Playfair Display';

    font-size: 16px;

    font-weight: 700;

    text-transform: uppercase;

    line-height: 1.9;

    letter-spacing: 2px;

    padding-top: 10px;

}



.btn-default:hover {

    background-color: #cab386;

    border-color: #ffffff;

}



.btn.white {

    color: #ffffff;

}



#menuIcon {

    width: 40px;

    margin: 20px 20px 0 0;

    padding: 0;

    display: block;

    float: right;

    cursor: pointer;

}



#menuIcon .firstline,

#menuIcon .secondline,

#menuIcon .thirdline,

#menuIcon .fourthline {

    margin: 0 0 3px 0;

    width: 80px;

    height: 6px;

    display: block;

    background-color: #CAB386;

    box-shadow: 0 0 2px 2px rgba(80, 80, 81, 0.2);

}



#menuIcon .secondline {

    -webkit-transition: width 0.2s ease-in-out;

    -moz-transition: width 0.2s ease-in-out;

    -o-transition: width 0.2s ease-in-out;

    transition: width 0.2s ease-in-out;

    width: 60px;

}



#menuIcon .thirdline {

    -webkit-transition: width 0.2s ease-in-out;

    -moz-transition: width 0.2s ease-in-out;

    -o-transition: width 0.2s ease-in-out;

    transition: width 0.2s ease-in-out;

    width: 40px;

}



#menuIcon .fourthline {

    -webkit-transition: width 0.2s ease-in-out;

    -moz-transition: width 0.2s ease-in-out;

    -o-transition: width 0.2s ease-in-out;

    transition: width 0.2s ease-in-out;

    width: 20px;

}



#menuIcon:hover .secondline,

#menuIcon:hover .thirdline,

#menuIcon:hover .fourthline {

    -webkit-transition: width 0.5s ease-in-out;

    -moz-transition: width 0.5s ease-in-out;

    -o-transition: width 0.5s ease-in-out;

    transition: width 0.5s ease-in-out;

    width: 80px;

}



#artwork {

    width: 100%;

    height: 800px;
/*
    background: url(/images/bigbg.jpg) no-repeat center top;
*/
    background-size: cover;

    margin-top: -84px;

}



#artwork>div {

    width: 100%;

    height: 100%;

    background-image: radial-gradient(circle at 50% 49%, rgba(30, 30, 31, 0.4), rgba(22, 22, 24, 0.8));

}



#artwork + div {

    position: relative;

    top: -8.571em;

    margin-bottom: -7.143em;

}





/**

#artwork .artwork>div {

  width: 100%;

  height: 100%;

  background-image: radial-gradient(circle at 50% 49%, rgba(30, 30, 31, 0.4), rgba(22, 22, 24, 0.8));

  padding: 20em 0 40em 0;

}

*/



#artwork picture,

#artwork img {

    margin-top: 14em;

    width: 37em;

}



#about .background {

    background-size: 45em;

    background-repeat: no-repeat;

}



#about .article {

    padding: 4em 8em 4em 8em;

    margin-top: 3em;

    margin-bottom: 3em;

    background-color: #ffffff;

    box-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.5);

}



#harps {

    padding-top: 5em;

    padding-bottom: 5em;

    background-color: #f7f5f2;

}



#services {

    background-image: url(/images/harfarestauralasbg.jpg);

    background-size: cover;

    background-repeat: no-repeat;

    background-color: #ffffff;

    color: #ffffff;

    padding-top: 40em;

padding-bottom: 1em;

}


#services .row {

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    /*

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    flex-wrap: wrap;

    */

}



#services .count {

    color: #ffffff;

}



#services .part {

    background-size: cover;

    background-repeat: no-repeat;

    padding: 4em 8em 4em 8em;

    /*

    display: flex;

    flex-direction: column;

    */

}



#rentals {

    background-color: #ffffff;

    padding: 8em 0 8em 0;

}



#rentals .article {

    padding: 0 8em 4em 8em;

}



#content {

    margin-top: 8.5em;

    margin-bottom: 3.5em;

}



#content img.logo {

    max-width: 16em;

    /* margin-left: -7.3em;*/

}



#content img.images {

    margin: 4em 0 0 8em;

    width: 40em;

}



#content .content {

    /*

    margin-top: 8em;

    */

    padding: 4em 4em 4em 4em;

    background-color: #ffffff;

    box-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.5);

}



#gallery {

    background-color: #ffffff;

    padding: 3.5em 0 0.1em 0;

    width: 100%;

}



#gallery img {

    margin: 0 2.5em 2.5em 0;

}



#harps-selector .dropdown {

    display: inline-block;

    margin-right: 1.5em;

}



#harps-selector .dropdown-toggle {

    width: 300px;

    height: 3.2em;

    border: solid 1px rgba(91, 87, 80, 0.2);

    border-radius: 0;

    font-size: 1em;

    color: #5b5750;

    text-transform: none;

    padding-left: 20px;

    background-color: #ffffff;

}



#harps-selector .dropdown-toggle:hover {

    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);

    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);

}



#harps-selector .dropdown-toggle .caret {

    margin: 12px 20px 0 auto;

    float: right;

}



#harps-selector .dropdown-toggle:active,

#harps-selector .dropdown-toggle:focus {

    border-bottom: none;

}



#harps-selector .dropdown-menu {

    border: solid 1px rgba(91, 87, 80, 0.2);

    border-top: none;

    border-radius: 0;

    margin-top: 0;

    padding-top: 0;

}



#harps-selector .dropdown-menu li a {

    width: 298px;

    line-height: 3.2em;

    font-size: 1em;

    color: #5b5750;

    text-transform: none;

}



#harps-selector .dropdown-menu li.divider {

    margin: 0 auto;

    width: 80%;

}



#harps-back {

    margin-top: 2em;

}



#harps-back a {

    width: 300px;

    height: 40px;

    padding: 0 20px;

    border: none;

    border-radius: 0;

    color: #343434;

    line-height: 40px;

    background-color: #cab386;

    box-shadow: none;

    -webkit-box-shadow: none;

    text-decoration: none;

    display: block;

}



#harps-listing .listing {

    margin: 2em 0 0 0;

}



#harps-listing .listing h4 {

    font-family: 'Playfair Display';

    font-size: 25px;

    letter-spacing: 0.8px;

    color: #cab386;

}



#harps-listing .listing h4 a {

    color: inherit;

    text-decoration: none;

}



#harps-listing .listing p {

    font-family: 'Lora';

    font-size: 14px;

    line-height: 1.4;

    color: #5b5750;

}



#harps-listing .pagination {}



#harps-listing .pagination li a,

#harps-listing .pagination li span {

    width: 40px;

    height: 40px;

    border: none;

    border-radius: 0;

    color: #343434;

    line-height: 30px;

    background-color: #cab386;

    box-shadow: none;

    -webkit-box-shadow: none;

}



#harps-listing .pagination li span.disabled {

    opacity: 0.5;

}



.table-bordered>tbody>tr,

.table-bordered>tfoot>tr,

.table-bordered>thead>tr {

    border: solid 1px #cab386;

}



.table-bordered>tbody>tr>td,

.table-bordered>tbody>tr>th,

.table-bordered>tfoot>tr>td,

.table-bordered>tfoot>tr>th,

.table-bordered>thead>tr>td,

.table-bordered>thead>tr>th {

    border: none;

    height: 60px;

    line-height: 60px;

    padding-left: 20px;

}



#footer {

    padding-bottom: 80px;

    background-color: #f7f5f2;

}



#footer .dark {

    background-color: #272725;

}



#footer .dark img {

    margin: 3.5em 2em -3.5em 0;

}



#footer form {

    margin: 3.5em 0;

}



#footer .form-label {

    display: none;

}



#footer .form-data input,

#footer .form-data textarea {

    width: 100%;

    margin-bottom: 2em;

    background: none;

    background-color: transparent;

    border: solid 3px rgba(202, 179, 134, 0.2);

    color: #ffffff;

    font-size: 16px;

    line-height: 1.9;

    padding-left: 4px;

}



#footer .form-data textarea {

    height: 20em;

}



#footer .form-data input:focus,

#footer .form-data textarea:focus {

    outline-offset: -2px;

    outline: none;

    border: solid 3px rgba(255, 255, 255, 0.2);

}



.footer-icons {

    padding-top: 20px;

    line-height: 0.7;

}



.footer-icons>a,

.footer-icons>span {

    text-decoration: none;

    color: #cab386;

    margin: 0 20px;

    height: 30px;

    display: inline-block;

    float: left;

}



.footer-icons>a:hover {

    color: #5b5750;

}



.footer-icons>a>i {

    font-size: 32px;

    line-height: 30px;

}



.footer-icons>span {

    line-height: 30px;

}



@media (min-width: 768px),

(max-width: 720px) {

    p {

        margin: 1em 0 1em 0;

    }

    .article p + a {

        margin: -0.5em 0 1em 0;

    }

    #about .img-responsive {

        width: 100%;

        max-width: 100%;

    }

    #about .article {

        padding: 1em 1.5em 1em 1.5em;

        margin-top: 1em;

        margin-bottom: 1em;

    }

    #harps {

        padding: 1em 0 1em 0;

    }

    #harps .article {

        padding: 0 1.5em 1em 1.5em;

    }

    #services {

        padding-top: 10em;

    }

    #services .part {

        padding: 1em 1.5em 1em 1.5em;

    }

    #rentals {

        padding: 1.5em 0 1.5em 0;

    }

    #rentals .article {

        padding: 0 1.5em 1em 1.5em;

    }

    h1 {
	font-size: 1.6em;
    }

    h2 {
	font-size: 1.4em;
    }

    .nav-pills>li>a {
        font-size: 1.2em;
	line-height: 1.6em;
    }
}



@media (min-width: 992px) {

    p {

        margin: 2em 0 2em 0;

    }

    .article p + a {

        margin: -1em 0 2em 0;

    }

    #about .img-responsive {

        width: 100%;

        max-width: 100%;

    }

    #about .article {

        padding: 1.5em 3em 1.5em 3em;

        margin-top: 1.5em;

        margin-bottom: 1.5em;

    }

    #harps {

        padding: 2em 0 2em 0;

    }

    #harps .article {

        padding: 0 3em 1.5em 3em;

    }

    #services {

        padding-top: 20em;

    }

    #services .part {

        padding: 1.5em 3em 1.5em 3em;

    }

    #rentals {

        padding: 3em 0 3em 0;

    }

    #rentals .article {

        padding: 0 3em 1.5em 3em;

    }

    h1 {
	font-size: 2.4em;
    }

    h2 {
	font-size: 2.6em;
    }

    .nav-pills>li>a {
        font-size: 2.2em;
	line-height: 2.6em;
    }


}



@media (min-width: 1200px) {

    p {

        margin: 4em 0 4em 0;

    }

    .article p + a {

        margin: -2em 0 4em 0;

    }

    #about .img-responsive {

        width: 120%;

        max-width: 120%;

    }

    #about .article {

        padding: 2em 4em 2em 4em;

        margin-top: 2em;

        margin-bottom: 2em;

    }

    #harps {

        padding: 2.5em 0 2.5em 0;

    }

    #harps .article {

        padding: 0 4em 2em 4em;

    }

    #services {

        padding-top: 30em;

        display: flex;

    }

    #services .part {

        padding: 2em 4em 2em 4em;

    }

    #rentals {

        padding: 4em 0 4em 0;

    }

    #rentals .article {

        padding: 0 4em 2em 4em;

    }

    h1 {
	font-size: 3.2em;
    }

    h2 {
	font-size: 2.8em;
    }

    .nav-pills>li>a {
        font-size: 2.8em;
	line-height: 3em;
    }

}