html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-size: 14pt;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
}

/**
 * Firefox specific rule
 */

@-moz-document url-prefix() {
  body {
    font-weight: lighter !important;
  }
}

body {
	margin:0;
	padding:0;
	background-color:#fff;
	font-family: 'Open Sans', sans-serif;
	letter-spacing:.06em;
	overflow-x:hidden;
	-webkit-text-size-adjust: none;
}

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

a {
	text-decoration:underline;
	color:#333;
	transition: all .3s ease-in-out;
}

a:hover  {
	color:#a37c1b;
	text-decoration:none !important;
}

p {
   font-size:18px;
   line-height:26px;
   font-family: 'Open Sans', sans-serif;
   font-weight:400;
}

h1, h2 {
	font-family: 'Playfair Display', serif;
	color:#333;
	font-size: 50px;
}

h3 {
	font-family: 'Open Sans', sans-serif;
	color:#333;
	font-size: 30px;
}

.cta div {
  border: 1px solid #e2b646; padding: 4px; display: inline-block; margin-bottom: 8px;
}
.cta a { color: #fff; font-weight: bold; }

.main {
	position:relative;
	width:100%;
}

#dyn_pg { font-size: 13pt; padding: 20px; background: #fff; border-radius: 10px; letter-spacing: -0.4pt; }
#dyn_pg h1 { font-size: 22pt; text-transform: none; text-transform: none; }
#dyn_pg h2 { font-size: 18pt; color: #966d08; text-transform: none; }
#dyn_pg h3 { font-size: 15pt; color: #966d08; }
#dyn_pg img.right { float: right; margin-left: 20px; margin-bottom: 20px; }
#dyn_pg img.left { float: left; margin-right: 20px; margin-bottom: 20px; }
#dyn_pg p a { text-decoration: underline !important; }
#dyn_pg ul { padding-left: 40px; }


#directorslist li { color: #fff; }

.hidden-header {
    width:100%;
    height: 92px;
}

.hidden-header-01 {
    width:100%;
    height: 165px;
}

.top-holder {
    position: relative;
	float:left;
	display:block;
    width: 100%;
	background: #000 url(../images/top-bg.jpg) top center no-repeat;
    transition: all .3s ease-in-out;
}

.top-holder.sticky {
    position: fixed;
    z-index: 99999;
}

.logo {
    position:relative;
	margin: auto;
	width:190px;
	text-align: center;
    transition: all .3s ease-in-out;
}

.logo.sticky {
	width:120px;
}

.menu-holder {
	position:relative;
    float: left;
    display: block;
    width: 100%;
    transition: all .3s ease-in-out;
}

.slide-holder {
	float:left;
	display:block;
	width:100%;
	height:650px;
	background:#000;
}

.slides {
	width:60%;
	height:650px;
	float:left;
	display:block;
}

.blogimg {
	width:40%;
	height:650px;
	float:left;
	display:block;
}

.slides-left {
	float:left;
	display:block;
	width:60%;
	min-height:650px;
	background:url(../images/right-slide.jpg) top left no-repeat;
	background-size: cover;
	padding: 40px 40px;
}

.slides-right {
	float:left;
	display:block;
	width:40%;
	min-height:650px;
	background:url(../images/right-slide2.jpg) top left no-repeat;
	padding: 40px 40px;
}

.slides-right .spacer, .slides-left .spacer {
	float:left;
	display:block;
	width: 130px;
	height:4px;
	margin: 5px 0px 10px 0px;
	background-color:#a37c1b;
}

.slides-right h2, .slides-left h2 {
	font-family: 'Playfair Display', serif;
	color:#fff;
	font-size: 48px;
	line-height:50px;
}

.slides-right p, .slides-left p {
	font-size:16px !important;
	color:#fff;
}

.featured-products-holder {
	padding:60px 0px;
	width:100%;
	float:left;
	display:block;
	background:#f4f4f4 url(../images/pianos-bottom.jpg) bottom center no-repeat;
}

.carousel-section {
	float:left;
	display:block;
	width:90%;
	margin: 0 5%;
}

.carousel-section .cont {
    float:left;
    display: block;
    width: 100%;
    height: 150px;
    position: relative;
}

.carousel-section .cont .title-holder {
    float: left;
    display: block;
    width:70%;
    margin: 0 15%;
    height: 70px;
    text-align: center;
}

.carousel-section .item h3 {
	font-size:18pt;
	font-weight:700;
	font-family: 'Open Sans', sans-serif;
	color:#333;
	margin: 15px 0px;
	letter-spacing:-0.02em;
}

.carousel-section .item .prices {
    float:left;
    display: block;
    padding-left: 20px;
	width:40%;
	text-align:left;
}

.carousel-section .item .prices span {
	color:#999;
	text-decoration:line-through;
	font-size:18px;
	font-family: 'Open Sans', sans-serif;
}

.carousel-section .item .prices strong {
	color:#333;
	font-size:18px;
	font-family: 'Open Sans', sans-serif;
	font-weight:700;
}

.carousel-section .item .button-holder {
    float:right;
	text-align:right;
    margin-right: 20px;
    margin-top: 15px;
}

.line {
	position:relative;
	margin:20px auto;
	width: 130px;
	height:4px;
	background-color:#a37c1b;
}

.line-01 {
	position:relative;
	width: 100px;
	height:3px;
	background-color:#a37c1b;
	margin-top: 10px;
	margin-bottom: 25px;    
}

.page-section {
	float:left;
	display:block;
	width:100%;
	padding:50px 0px;
}

.services-holder {
	float:left;
	display:block;
	width:90%;
	margin:0 5%;
	padding:50px 0px;
}

.service-thumb {
	position:relative;
    width:24%;
    float: left; 
    display: block;
    margin-right: 1.33%;
}

.service-thumb:last-of-type {
    margin-right: 0;
}

.service-thumb-01 {
	position:relative;
        width:100%;
	max-width:385px;
	margin:15px auto;
}


.service-thumb2 {
    position:relative;
    width:48%;
    float: left; 
    display: block;
    margin-right: 1.33%;
}

.service-thumb2:last-of-type {
    margin-right: 0;
}


.modal-dialog {
	left:0px !important;
}

.service-thumb-01:last-of-type {
    margin-right: 0;
}

.rectangle {
	position: absolute;
	top: 20px;
	right: 20px;
	bottom: 20px;
	left: 20px;
	content: '';
	text-align:center;
}
.rectangle2 {
	position: absolute;
	top: 50px;
	right: 20px;
	bottom: 20px;
	left: 20px;
	content: '';
	text-align:center;
}


.service-thumb .caption, .service-thumb-01 .caption, .service-thumb2 .caption {
	text-align:center;
	font-family: 'Playfair Display', serif;
	color:#fff;
	padding:0px;
	margin:0px;
	font-size:24px;
	font-weight:600;
	letter-spacing: 0.02em;
	text-transform:uppercase;
	text-shadow: 0px 0px 8px #000;
}

.service-item {
  position: relative; 
  overflow: hidden;
  background-color:#272f3e;
  height: 190px;
}

.service-item img  {
  max-width: 100%;  
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: .1;
}

.service-item:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: .6;
}


.service-item2 {
  position: relative; 
  overflow: hidden;
  background-color:#272f3e;
  height: 250px;
}


.service-item2 img  {
  max-width: 100%; 
  width: 100%; 
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: .3;
}

.service-item2:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: .8;
}


.about-section {
	float:left;
	display:block;
	width:100%;
	background:#000;
}

.about-section .left {
	float: left;
	display:inline-block;
	width:50%;
	height:650px;
	background:url(../images/piano.jpg) top center no-repeat;
	background-size:cover;
}

.about-section .right {
	float: left;
	display:inline-block;
	width:50%;
	height:650px;
	padding:60px 70px 70px 70px;	
}

.about-section .right h2 {
	font-family: 'Playfair Display', serif;
	color:#fff;
	font-size: 36px;
	text-transform:uppercase;
	margin-bottom:15px;
}

.about-section .right p {
   font-size:16px;
   line-height:24px;
   font-family: 'Open Sans', sans-serif;
   font-weight:400;
   color:#fff;
}

.cta-holder {
	float:left;
	display:block;
	width:100%;
	background:#a37c1b;
	padding:80px 0px;
}

.cta-holder h2 {
	font-family: 'Playfair Display', serif;
	color:#fff;
	font-size: 36px;
	margin-bottom:5px;
}

.cta-holder h3 {
   font-size:24px;
   font-family: 'Open Sans', sans-serif;
   font-weight:400;
   color:#fff;
}

.new-items-holder {
   position: relative;
   margin: auto;
   display: block;
   width: 100%;
   max-width:1170px;
}

.new-items {
	min-width:263px;
    width:22%;
    margin:0 1.2%;
	height:263px;
	margin-bottom:30px;
    float: left;
    display: inline-block;
}

.new-items-text {
	min-width:263px;
    width:22%;
    margin:0 1.2%;
	height:263px;
	background:#f4f4f4;
	padding:20px; 
	position:relative;
	margin-bottom:30px;
    float: left;
    display: inline-block;
}

.new-items-text a {
	color:#333;
}

.new-items-text a:hover  {
	color:#a37c1b;
	text-decoration:none !important;
}

.new-items-title {
	width:100%;
	height:55px;
	font-size:20px;
	color:#333;
	font-family: 'Open Sans', sans-serif;
	margin-bottom:10px;
}

.new-items-desc {
	width:100%;
	height:70px;
	font-size:14px;
	color:#333;
	font-family: 'Open Sans', sans-serif;
	margin-bottom:10px;
}

.new-items-price {
	position:absolute;
	left:20px;
	bottom:55px;
	font-size:22px;
	color:#a37c1b;
	font-weight:700;
	font-family: 'Open Sans', sans-serif;
	margin-bottom:10px;
}

.new-items-more {
	position:absolute;
	left:20px;
	bottom:20px;
	font-size:14px;
	color:#333;
	font-family: 'Open Sans', sans-serif;
}

.footer {
	float:left;
	display:block;
	width:100%;
	padding-top:40px;
	background:#161616 url(../images/footer-bg.jpg) top center no-repeat;
}

.main-price {
	font-size:30px !important;
}

.sale {
	position:absolute;
	top:-5px;
	right:100px;
	width:70px;
	height:70px;
	border-radius:50%;
	background-color:#991e1e;
	z-index:5;
}

.sale p {
	font-size:15px;
	color:#fff;
	padding: 24px 5px 0;
	font-weight:700;
        line-height: 12pt;
}

.sale-01 {
	position:absolute;
	top:-5px;
	right:5px;
	width:70px;
	height:70px;
	border-radius:50%;
	background-color:#991e1e;
	z-index:5;
}

.sale-01 p {
	font-size:15px;
	color:#fff;
	padding: 24px 5px 0;
	font-weight:700;
}
	
	
	
.banner {
    position: absolute;
    top: 35px;
    left: 0;
    background-color: #1493b5;
    z-index: 5;
    border-radius: 4px;
    display: inline-block;
    padding: 3px 8px;
    color: #fff;
}

.banner2 {
    position: absolute;
    top: 5px;
    left: 20px;
    background-color: #bb2e2e;
    z-index: 5;
    border-radius: 4px;
    display: inline-block;
    padding: 3px 8px;
    color: #fff;
}
	
.tr {
	text-align:right;
}


.custom-select select {
  display: none; /*hide original SELECT element:*/
}

.select-selected {
  background-color: #F9F9FB;
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 24px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #444 transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #999 transparent;
  top: 7px;
}

/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
  color: #444;
  padding: 8px 16px;
  border: 1px solid transparent;
  cursor: pointer;
  user-select: none;
}

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

div { font-size: 14pt; }


/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

.item-hold {
	float:left;
	display:block;
	width:100%;
	border: solid 1px #dadada;
	overflow:hidden;
	margin-bottom:30px;
	border-radius:5px;
	box-shadow: 1px 1px 13px #ddd;
}

.item-hold .image-hold {
	width:100%;
	height:225px;
	overflow: hidden;
}

.item-hold .image-hold img { }

.title-hold h3 {
	font-size:18px !important;
	padding-top: 15px;
}

.title-hold .prices {
    float:left;
    display: block;
    padding-left: 20px;
	width:40%;
	text-align:left;
}

.item-hold .prices span {
	color:#999;
	text-decoration:line-through;
	font-size:14pt;
	font-family: 'Open Sans', sans-serif;
}

.item-hold .prices strong {
	color:#333;
	font-size:18px;
	font-family: 'Open Sans', sans-serif;
	font-weight:700;
}

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

.list li {
  padding-left: 1.3em;
  font-size:14pt; 
  padding-bottom:10px;
  font-family: 'Open Sans', sans-serif;
  color:#333
}

.list li:before {
  content: "\f0da"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
  color:#a37c1b;
}



.footer h2 {
	font-family: 'Playfair Display', serif;
	color:#fff;
	font-size: 24px;
	text-transform:uppercase;
	margin-bottom:5px;
}

.footer p {
    font-family: 'Open Sans', sans-serif;
	font-size:14px;
    color: #bfbfbf;
	font-weight:400;
    line-height: 18px;
	margin-bottom:15px;
}

.footer span {
    font-family: 'Open Sans', sans-serif;
	font-size:12px;
    color: #9c9c9c;
	font-weight:400;
	padding-top:13px;
	display:block;
}

.bottom-menu {
    width: 300px;    
}

.bottom-menu a {
    font-family: 'Open Sans', sans-serif;
	font-size:14px;
    color: #bfbfbf;
	font-weight:400; 
    display: block;
    padding-left:0px;
    line-height: 26px;
    text-decoration: none;	
	transition: all .3s ease-in-out;
}

.bottom-menu a:hover {
    color: #dadada;
    margin-left: 6px;
}

.social-holder {
   float:left;
   display:block;
   width:100%;
}

.social-icon {
	float:left;
	display:inline-block;
	width:34px;
	height:34px;
	padding:5px;
	text-align:center;
	border-radius:50%;
	background:#656565;
	font-weight:400;
	font-size:18px;
	cursor:pointer;
	margin-right:10px;
	margin-top:-3px;	
	transition: all 0.5s;
	text-decoration:none;
}

.social-icon:hover {
	background: #bfbfbf;
}

.mobile-menu-holder {display: none !important;}


/*-- Forms --*/

.panel-default input[type=text] {
    display: block;
    padding: 15px 10px;
    color: #555;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    word-spacing: 3px;
    text-decoration: none  ;
	border: none !important;  
}


.mform input[type=text], .mform input[type=email], .mform input[type=password], .mform textarea, .mform select {
   float:left;
   display:block;
   width:100%;
   padding:8px;
   font-size:16px;
   font-family: 'Open Sans', sans-serif;
   border: solid 1px #ddd;
   margin: 5px 0px;
   border-radius:4px;
   outline:none;
   background-color: rgba(255,255,255,.7);
   transition: all 0.5s;     
}

.mform input:focus, .mform textarea:focus {
    background-color: rgba(255,255,255,.9) ;
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */


