

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 03 - RESET STYLES */
/*-------------------------------------------------------------------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700&display=swap');


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, em, img, ins, kbd, q, s, samp, small, strike, strong, 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;
}


html {
  box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


*, *:before, *:after {
  box-sizing: inherit;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

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

body * {
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	  letter-spacing: 2px;
  font-weight: normal;
  font-size: 14px;
  line-height: 1;
}

.clear {
  clear: both;
  overflow: hidden;
  height: 0px;
  font-size: 0px;
  display: block;
}

input:focus, select:focus, textarea:focus, button:focus {
  outline: none;
}

input, textarea, select {
  font-family: 'Stoke', serif;
  font-weight: 400;
  -webkit-appearance: none;
  border-radius: 0;
}

a, a:link, a:visited, a:active, a:hover {
  cursor: pointer;
  text-decoration: none;
  outline: none;
}




/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 04 - GLOBAL SETTINGS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/*table*/
.table-view {
  height: 100%;
  width: 100%;
  display: table;
}

.row-view {
  display: table-row;
}

.cell-view {
  display: table-cell;
  vertical-align: middle;
  height: inherit;
}

/*buttons*/
/*nopadding class*/
.nopadding {
  padding-left: 0;
  padding-right: 0;
}

/*content wrapper*/
#content-wrapper {
  padding-top: 122px;
  position: relative;
}

/*body class with moved header*/
body.header-moved #content-wrapper {
  padding-top: 244px;
}

/*container to display above header*/
.container-above-header {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

/*text styles*/
h1, h2, h3, h4, h5, h6 {
   font-family: 'Playfair Display', serif; padding:10px;
}


h1 {
 font-size:30px;
	
}

h2 {
  text-transform: uppercase; font-size:20px; 
}

h3 {
	font-size:24px;
}



p {
  font-family: 'Playfair Display', serif;
  line-height: 1.5em;
  font-size: 16px;
  padding:10px;
  letter-spacing: 1px;
  color:#333;
}

a {
  cursor:pointer;
   font-family: 'Playfair Display', serif;
	color:#ab9228;
}

i {
	font-style: italic;
}

b {
	font-weight:bold;
}

ul {
list-style:none;	
}

ul li {
list-style:none;
font-size:20px;
	line-height:1.5em;
}

.center {
text-align: center;	
}

.review {
color:#111;
	background-color:#f8f8f8;
}

@media (max-width: 991px) {
  #content-wrapper, body.header-moved #content-wrapper {
    padding-top: 50px;
  }

  .container-above-header {
    position: relative;
  }
 
}




.arrow-down {
  width: 18px;
  height: 18px;
  background: url("../img/shop/down-arrow.png");
  position: absolute;
  left: 50%;
  bottom: 48px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 9999;
  cursor: pointer;
  -webkit-animation: scroll-arrow 750ms ease-in-out infinite alternate;
  animation: scroll-arrow 750ms ease-in-out infinite alternate;
}

a[href^="http://maps.google.com/maps"] {
  display: none !important;
}

.gmnoprint a, .gmnoprint span {
  display: none;
}

.gmnoprint div {
  background: none !important;
}



/*
====== CUSTOM CSS MENU ======
*/
.outer-wrap		{ width:100%; float:left; clear:right;   }
.wrap		{ max-width:1170px; margin:0 auto;		}

.container { max-width:1170px; margin:0 auto;		}

#slider		{ width:100%; max-height:600px; margin-top:75px;			}
.slidep     { font-size:32px; }
.slideh1    { font-size:60px; }



.col-100		{ width:98%; margin:1%; float:left; clear:right; 				}

.col-70		{ width:68%; margin:1%; float:left; clear:right;				}
.col-60		{ width:58%; margin:1%; float:left; clear:right;				}
.col-50		{ width:48%; margin:1%; float:left; clear:right;				}
.col-40		{ width:38%; margin:1%; float:left; clear:right;				}
.col-30		{ width:28%; margin:1%; float:left; clear:right;				}
.col-25		{ width:25%; margin:1% 0; float:left; clear:right;				}
.col-100 img		{ width:100%; padding:15px;			}

.divider		{ max-width:1070px; clear:right; height:60px; margin:0 auto;			}
.divider img	{ width:100%; 	}

.spacer40		{ width:100%; float:left; clear:right; height:40px;    }
.spacer50		{ width:100%; float:left; clear:right; height:50px;    }
.spacer60		{ width:100%; float:left; clear:right; height:60px;    }
.spacer70		{ width:100%; float:left; clear:right; height:70px;    }
.spacer80		{ width:100%; float:left; clear:right; height:80px;    }

.read-btn-container		{ width:100%; padding:10px;			}
.read-btn		{ background-color:#cab9c7; width:60%; padding:15px; border-radius:6px;  margin:20px auto;}
.read-btn a	{ padding:15px; font-family: 'Stoke', serif;  color:#fff; font-size:14px; text-transform:uppercase;	}

.page-title		{ font-size:26px;	padding:10px 20px;		}


 .desk-swap	{ display:block;			}	
 .mob-swap		{ display:none;		}	

/*
====== R SLIDER CSS MENU ======
*/
.rsOverflow		{	width: 100% !important;		}

.contentSlider {
  width: 100%;
}
.contentSlider,
.contentSlider .rsOverflow,
.contentSlider .rsSlide,
.contentSlider .rsVideoFrameHolder,
.contentSlider .rsThumbs {
  background: #eee;
  color: #000;
}

.contentSlider .rsSlide,
.contentSlider .rsOverflow {
  background: #eee;
}
.contentSlider h3 {
  font-size: 24px;
  line-height: 31px;
  margin:5px 12px;
  font-weight: bold;
}

.contentSlider p {

  margin:0 8px 25px 8px;
clear:both;
}

.postdate  {
margin:5px 15px;

}

.contentSlider img {
  max-width: 100%;
  height: auto;
  display: block;
}
.content-slider-bg {
  width: 86%;
  padding: 24px 7%;
  background: #eee;
}




/*
====== DESK MENU ======
*/

#desk-logo-container	{	width: 20%;
float: left;
clear: right;
margin: 15px 0;     }

.desk-logo			    {		 }
.desk-logo img			    { width: 325px;		 }

.s-logo		{ display:none !important;			}

.nav {
  float: right;
  margin-top: 5px;
 
  width: 80%;
clear: right;
}

.s-nav li {
  display: block;
  width: auto;
  margin: 0;
}

.nav ul		{	float:right;	}

.nav ul li		{ width: auto;
padding: 10px; display:inline;		}





/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 05 - HEADER */
/*-------------------------------------------------------------------------------------------------------------------------------*/
#logo {
  margin: 0 0 30px 15px;
  float: left;
}
@media screen and (max-width: 992px) {
  #logo {
    margin: 0 0 15px 15px;
  }
}

.header {
  position: fixed;
  width: 100%;
  z-index: 9999;
  background: #fff;
  padding-top: 30px;
  transition: background 0.3s linear;
}
.header > .container {
  position: relative;
}
@media screen and (max-width: 992px) {
  .header {
    background: rgba(255, 255, 255, 0.97);
    padding-top: 15px;
  }
}

.nav {
  float: right;
  margin-top: 5px;
  margin-right: 15px;
}

@media screen and (max-width: 992px) {
  .nav {
    display: none;
    width: 100%;
    margin-right: 0;
  }
}
.nav li {
  list-style: none;
  float: left;
  margin: 0 5px;
}

@media screen and (max-width: 992px) {
  
  .nav li {
    float: none;
    width: 100%;
    text-align: center;
    margin: 0;
  }
}
@media screen and (max-width: 992px) {
  .nav li {
    padding-left: 20px;
    padding-right: 30px;
  }
}
.nav li a {
  color: #196575;
  font-size: 11px;
  text-transform: uppercase;
  padding: 5px 2px 2px 5px;
  border: 2px solid transparent;
  transition: border-color 0.2s linear;
  display: inline-block;
}
@media screen and (max-width: 1200px) {
  .nav li a {
    font-size: 9px;
  }
}
@media screen and (max-width: 992px) {
  .nav li a {
    padding: 17px 0;
    display: block;
    border: none;
    border-top: 1px solid #196575;
    transition: color 0.2s linear, background 0.2s linear;
    font-size: 11px;
  }
}
.nav li a:hover {
  border-color: #196575;
}
@media screen and (max-width: 992px) {
  .nav li a:hover {
    background: #111;
    color: #fff;
  }
}
.nav li:last-of-type {
  margin-right: 0;
}
.nav li.active a {
  border-color: #e8dae6;
}

.menu-button, .m-menu-button {
  width: 30px;
  height: 18px;
  position: absolute;
  right: 15px;
  display: none;
  cursor: pointer;
  margin-top: 1px;
}
.menu-button span, .m-menu-button span {
  height: 2px;
  margin-top: 10px;
  background: #fff;
  display: block;
  position: relative;
  top: 0;
  transition: all 500ms ease-out;
}
@media screen and (max-width: 992px) {
  .menu-button, .m-menu-button {
    display: block;
  }
}
.menu-button span:first-child, .m-menu-button span:first-child {
  margin-top: 0;
}
.menu-button.active span:nth-child(1), .m-menu-button.active span:nth-child(1) {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 7px;
}
.menu-button.active span:nth-child(2), .m-menu-button.active span:nth-child(2) {
  opacity: 0;
  top: 7px;
}
.menu-button.active span:nth-child(3), .m-menu-button.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: -17px;
}

.m-menu-button {
  transition: top 0.4s ease;
}
.m-menu-button.active span {
  color: #164b9b;
}
.m-menu-button.active {
  top: 5px;
}




/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 0 - FOOTER */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.footer {
	width:100%;
	float:left;
	clear:both;
  background: #f9eaa8;
  padding-top: 65px;
}

.pmedialink		{ color:#666; font-size: 15px; font-family: 'Abel', serif;	letter-spacing: 0;		}


@media screen and (max-width: 768px) {
  .footer {
    padding-top: 45px;
  }
}

.container-footer {
    text-align: center;
}

img.footer-logo {
  display: block;
  margin: 0 auto;
}

.footer h3 {
  text-transform: uppercase;
  text-align: center;
  font-family: 'Stoke', serif;
  font-size: 16px;
  margin-top: 70px;
  color: #444;
  letter-spacing: 5px;
}

.footer p {
  text-align: center;
  font-size: 15px;
  font-family: 'Abel', serif;
  color: #646464;
  max-width: 550px;
  margin: 27px auto 45px;
  line-height: 22px;
  letter-spacing: 0;
}

.soc-net {
  position: absolute;
  top: 0;
  width: 100%;
}

.social-network {
  display: inline-block;
  margin-bottom: 38px;
  width: 23%;
  height: 15px;
  text-align: center;
}

.social-network img{
  transition: all 700ms ease-out;
  -ms-transition: all 700ms ease-out;  
}

.ftr-social {
  display: table;
  margin: 50px auto 50px;
}
@media screen and (max-width: 768px) {
  .ftr-social {
    margin-bottom: 30px;
    margin-top: 30px;
  }
}

.ftr-social .social-network {
    opacity: 1;
    text-align: center;
    width: 50px;
    height: 50px;
    border: 2px solid #646464;
    margin: 0 25px;
    position: relative;
}


@media screen and (max-width: 600px) {
  .ftr-social .social-network {
    margin: 0 15px;
  }
}
.ftr-social .social-network {
padding: 10px;
}
.ftr-social .social-network i {
  color: #646464;
}

.ftr-social .social-network:hover i {
  color: #fff;
}

@media (max-width: 991px) {
  .footer h3, .s-footer {
    margin-top: 20px;
  }

  .footer p {
    margin-top: 15px;
  }
}
.ftr-nav-container {
  background: #111;
  padding: 28px 0 22px;
}
@media screen and (max-width: 992px) {
  .ftr-nav-container {
    display: none;
  }
}

.ftr-nav {
  display: table;
  margin: 0 auto;
}
.ftr-nav li {
  float: left;
  list-style: none;
}
.ftr-nav li a {
  text-transform: uppercase;
  display: inline-block;
  margin: 0 12px;
  font-family: 'Stoke', serif;
  color: #fff;
  transition: color 0.2s linear;
  font-size: 11px;
}

.footer-info {
  color: #646464;
}







.maindesign {
  position: relative;
}
@media screen and (min-width: 992px) {
  .maindesign .container {
    max-width: 970px !important;
    width: 100% !important;
  }
  
 
  
}
@media screen and (min-width: 1200px) {
  .maindesign .container {
    max-width: 1170px !important;
    width: 100% !important;
  }
  
 .content1		{ margin-top:50px;	}
  
}

.title-ico {
  margin-bottom: 10px;
text-align: center;
width: 80px !important;
}

.title-block		{ text-align: center;			}

.s-block-title {
  color: #333333;
}



/*-------------------15-HEADER-------------*/
.s-header {
  width: 100%;
  background: #111;
  height: auto;
  padding-top: 0 !important;
  border-bottom: solid 3px #fff;
}
@media screen and (min-width: 993px) {
  .s-header > .container {
    width: 150px;
    padding: 0;
  }
}
@media screen and (max-width: 992px) {
  .s-header {
    width: 100%;
    min-height: 75px;
    padding-bottom: 0;
    margin-bottom: 0;
    background:#111;
  }
}

.s-header.fixed-top {
  position: fixed;
  top:0;
}

.s-header.fixed {
  position: fixed;
  top:0;
}

.s-header.fixed-bottom {
  position: fixed;
  top: auto;
  bottom: 0;
  height: auto;
}

@media screen and (min-width: 993px) {
  .s-main {
   clear: both;
float: left;
background-color: #fff;
width:100%;
  }
}

.s-nav {
  margin: 0;
}
@media screen and (max-width: 992px) {
  .s-nav {
    display: none;
    position: relative;
    float: left;
    width: 100%;
    top: 0;
  }
}

.s-nav li {
  display: block;
  width: 100%;
  margin: 0;
}

.s-nav li a {
display: block;
text-align: center;
padding: 15px 8px;
text-transform: uppercase;
color: #fff;
border: none;
font-size: 15px;
transition: background 0.3s linear;
width: 100%;

}



@media screen and (max-width: 992px) {
  .s-nav li a {
    padding: 18px 0;
  }
}



@media screen and (max-width: 481px) {
  .s-nav li a {
    text-align: left !important;
    padding-left: 15px;
  }
}

.s-nav li a:hover, .s-nav li.active a {
  background-color: rgba(232,218,230,0.4);
  border-radius: 0 0 10px 10px;
 
}
.s-nav li a:hover i:after, .s-nav li.active a i:after {
  opacity: 1;
}

.s-nav li a i {
  display: block;
  text-align: center;
  margin: 0 auto 10px;
  color:#dcbf43;
  font-size:20px;
}
.s-nav li a i:after {
  content: '';
  display: block;
  opacity: 0;
  transition: opacity 0.3s linear;
}


@media screen and (max-width: 1024px) {		

.read-btn  { width: 85%; } 
.read-btn a {font-size: 13px; }

}


@media screen and (max-width: 992px) {
.s-nav li a i {
    display: none;
  }

.desk-logo {
	display:none !important;
  }
  
  .s-logo {
    padding: 10px 0;
    float: left;
    margin-left: 15px;
	display:block !important;
  }
	
	.s-logo img {
    width:300px;
  }
  
  .s-menu-button {
    margin-top: 30px !important;
}

.nav ul li {
    width: 100%;
    padding: 15px 0;
}

.nav ul {
    width:100%;
	float:left;
}

.s-nav li a:hover, .s-nav li.active a {
    background: #e7e7e7;
    border-radius: 0;
	color:#444;
}


  
#desk-logo-container { display:none; }
 
  
}


.s-nav li:first-of-type a {
}

.s-logo {
  display: block;
  text-align: center;
}




@media screen and (max-width: 768px) {

 .desk		{	display:none;			}
	
	
 .desk-swap	{ display:none;			}	
 .mob-swap		{ display:block;		}	
	
  
.scroll-to-link1		{ display:none;				}
  .col-25		{width: 48%;			}
 .col-30		{width: 98%;			}
.col-40		{width: 98%;			}
.col-50		{width: 98%;			}
.col-60		{width: 98%;			}
.col-70		{width: 98%;			} 
 
#services		{ margin-top:50px;			} 

.slidep     { font-size:18px; }
.slideh1    { font-size:40px; }
 


}


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


.slidep     { font-size:16px; }
.slideh1    { font-size:30px; }

.read-btn  { width: 95%; }

  
}