/* PAGE BUILDER */
img.size-fullwidth {
	margin: 15px auto;
} 
.pb_image_full_width {
	text-align: center;
}
.smallfullwidthimage {
	width: 100%;margin: 0 auto; text-align: center;
}
@media only screen and (min-width:1250px) {
    .smallfullwidthimage {
        width: 50%; 
    }
}
.pb_image_full_width img {
	margin: 15px auto;
}

/*
 *  * IMAGES TWO UP
 *  * */
.pb_images_two_up {
	width: 100%;
	overflow:hidden;
	padding-top: 15px;
	padding-bottom: 15px;
}
.pb_images_two_up.narrow {
	width: 80%;
	margin-left:10%;
	margin-right:10%;
}
.images_two_up-img1, .images_two_up-img2 {
	width:100%;
	margin: 10px 0;
	float:none;
}

@media only screen and (min-width:400px) {
    .images_two_up-img1, .images_two_up-img2 {
        float: left;
		width: 49%;
    }
	.images_two_up-img1 {
		margin-right: 2%;
	}
}


/*
 *
 * Image left Aligned
 * 
 */
.page-builder-image-left-aligned.narrow {
	width: 80% !Important;
}
@media only screen and (min-width:1200px) {
    .page-builder-image-left-aligned.narrow {
		width: 60% !Important;
	}
}
.page-builder-image-left-aligned {
	clear: both;
	/*overflow: auto;*/
	text-align: center;
}
.page-builder-image-left-aligned p {
	margin-left: 0;
	padding-left: 0 !important;
	clear: both;
}
.page-builder-image-left-aligned p:first-child {
	margin-top:-8px !important;
}
.page-builder-image-left-aligned img {
	float: none;
    margin: 0 auto;
}


@media only screen and (min-width:900px) {
    .page-builder-image-left-aligned p {
		padding-left: 340px !important;
		text-align: left;
		clear: none;
	}
	.page-builder-image-left-aligned p:first-child {
		margin-top:10px !important;
	}
	.page-builder-image-left-aligned img {
		float: left;
		margin: 0 20px 10px 0;
	}
}
@media only screen and (min-width:1100px) {
    .page-builder-image-left-aligned p {
			text-align: justify;
	}
}


/*
 *
 * Image Right Aligned
 * 
 */
.page-builder-image-right-aligned {
	clear: both;
	   /* overflow: auto;*/
}
.page-builder-image-right-aligned p:first-child {
	margin-top:10px !important;
}
.page-builder-image-right-aligned img {
	float: right;
    margin: 0 0 10px 20px;
}


/*
 *
 * Gallery
 * 
 */

 ul.page-builder-gallery {
	width: 100%;
	max-width: 1200px;
 }
ul.page-builder-gallery.narrow {
	width: 84%;
    margin: 0 8%;
 }
ul.page-builder-gallery li {
	float:left; width: 33.3333%; margin:0; list-style: none;
}
 .gallery-item .gallery-caption {
	display: none;
 }
.gallery li img {
    display: block;
    width: 100%;
    height: auto;
}

/* from photoswipe */

.pswp__caption__center {
    text-align: center !important;
    max-width: 420px;
    margin: 0 auto;
    font-size: 14px !important;
    padding: 10px;
    line-height: 20px;
    color: #CCC;
}
 
/*
 *
 * Pullquote
 *
 */
blockquote {
    margin: 0 0 0 20px;
    border-left: 3px solid #ccc;
    padding-left: 40px;
	font-style: normal;
}

/*
 *
 *VIDEO
 *
 */
.videowrapper {
	width: 100%;
    max-width: 100%;
   /* max-width: 710px;*/
    clear: both;
    margin: 40px auto;
	text-align: center;
}
.videowrapper img.image-overlay {
	width: 100%;
	height: auto;
	-moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.videowrapper.narrow {
	width: 80%;
    max-width: 80%;
    clear: both;
    margin: 40px auto;
}
.video-button {
	position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url('images/video-play.png') no-repeat 50% 50%; opacity: 0.5;
	-moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.videowrapper a {
	-moz-transition: all .9s ease;
    -webkit-transition: all .9s ease;
    transition: all .9s ease;
}
.videowrapper:hover a {
	transform: scale(1.05);
	-moz-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}
.videowrapper:hover .video-button {
	opacity: 1;
}
.video-holder {
    background: url(images/preloader.gif) center center no-repeat;
    background-size: 50px 50px;
}
.video-holder {
    position: relative;
    overflow: hidden;
}


/*
 *
 *
 * FILE
 *
 * */
a.page-builder-file {
	border: 2px solid #999;
    padding: 10px 14px 10px 40px;
    text-decoration: none;
    color: #333;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 20px 0;
    display: inline-block;
    border-radius: var(--border-radius);
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    width: 20%;
    margin: 20px 40%;
    text-align: center;
	
	/* from PB-button */
	display: inline-block;
		width: auto;
		    padding: 10px 10px 10px 50px;
		border: 1px solid var(--main-website-color);
		border-radius: 2px;
		color: var(--main-website-color) !important;
		font-size: 15px;
		font-weight: 600;
		text-transform: uppercase;
		letter-spacing: 1px;
		text-align: center;
		width: 80%;
		margin: 20px 10%;
		-moz-transition: all .3s ease;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
		text-decoration: none;
}
@media only screen and (min-width:600px) {
    a.page-builder-file {
		width: 60%;
        margin: 20px 20%;
    }
    
}

@media only screen and (min-width:800px) {
    a.page-builder-file {
		
		width: 40%;
        margin: 20px 30%;
    }
    
}
@media only screen and (min-width:1200px) {
    a.page-builder-file {
		
		width: 30%;
        margin: 20px 35%;
    }
    
}

a.page-builder-file:hover {
		background: var(--main-website-color);
		color: #fff !important;
		text-decoration: none;
	/*background: url('images/download-icon.png') no-repeat 8px 3px;*/
}

a.page-builder-file span {
	color: #999;
	font-style: italic;
	text-transform: lowercase !important;
}



/*
 *
 * GALLERY
 *
 * */
.page-builder-gallery {
	clear: both; padding-left: 0; margin: 0; margin-bottom: 0;
}
.gallery figure {
    margin: 10px !important;
}
.gallery-item a {
	width: 100%;
	display: block;
	/*
	height: 250px;
	*/
	-moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.gallery-item a:hover {
	opacity: 0.8;
	cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
	transform: scale(1.1);
}




 /* table page builder  */
 
  table.page_builder_table {
	font-family: inherit;
    width: 99%;
    display: table;
    color: #404040;
    text-align: left;
    font-style: normal;
    font-size: 14px;
    line-height: 1.4em;
    color: #222222;
    border: 0;
    margin-bottom: 20px;
    border-collapse: collapse;
}
table.page_builder_table.narrow {
    width: 78%;
	margin: 20px 10%;
}/*
.narrow {
    width: 78%;
	margin: 20px 10%;
}*/
/*
.dropcap .narrow {
    width: 78%;
	margin: 20px 10%;
}*/
/* zebra rows 
table.page_builder_table tr:nth-child(2n+1) {
    background-color: #f2f2f2;
    color: #737373;
}
*/
table.page_builder_table th {
    font-weight: bold;
    font-size: 14px;
    text-align: left;
    padding: 5px;
    padding-left: 9px;
    background: #fff;
    text-transform: uppercase;
    color: #222;
	    border: 1px solid #000;
}
table.page_builder_table td {
   border: 1px solid #000;
    padding-left: 9px;
    text-align: left;
	background: #fff;
}
table.page_builder_table td:nth-child(2), td:nth-child(3), td:nth-child(4), td:nth-child(5), td:nth-child(6) {
    font-weight: 500;
    font-size: 15px;
    text-align: center;
    padding: 5px;
    color: #000;
}






blockquote.page_builder_pullquote.left {
				font-family: 'Cinzel', serif;
    color: #6e6e6e;
    font-size: 21px;
    line-height: 1.5;
    font-style: normal;
    float: left;
    width: 100%;
    text-align: left;
    padding: 30px 0;
    border-top: 1px solid #ccc;
    border-bottom: 2px solid #ccc;
    border-left: 0;
    margin: 20px 0 40px;
}
blockquote.page_builder_pullquote.right {
				font-family: 'Cinzel', serif;
    color: #6e6e6e;
    font-size: 21px;
    line-height: 1.5;
    font-style: normal;
    float: right;
    width: 100%;
    text-align: right;
    padding: 30px 0;
    border-top: 1px solid #ccc;
    border-bottom: 2px solid #ccc;
    border-left: 0;
    margin: 20px 0 40px;
}

@media only screen and (min-width:760px) {
	
	blockquote.page_builder_pullquote.left {
		color: #604A3F;
		font-size: 28px;
		line-height: 1.5;
		float: left;
		width: 30%;
		margin: 10px 50px 10px 0;
		text-align: right;
		padding: 0;
		padding-right: 40px;
		border: none;
		border-right: 2px solid #ccc;
    }
	
	blockquote.page_builder_pullquote.right {
		color: #6e6e6e;
		font-size: 28px;
		line-height: 1.5;
		float: right;
		width: 30%;
		margin: 10px 0 10px 50px;
		text-align: left;
		padding: 0;
		padding-left: 40px;
		border: none;
		border-left: 2px solid #ccc;
    }
}

.pb_introtext {
	clear: both;
	font-family: var(--secondary-font);
	font-family: 'Alegreya Sans', sans-serif;
    font-size: 36px;
    font-weight: 400;
    color: #000;
    font-style: italic;
    letter-spacing: -0.5px;
    line-height: 1.3;
    /*text-align: center;*/
    padding: 0;
    margin: 20px auto 20px;
    width: 90%;
	text-align: center;
}

.pb_quote {
	clear: both;
	font-family: var(--secondary-font);
	font-family: 'Alegreya Sans', sans-serif;
    font-size: 28px;
    font-weight: 400;
    color: #000;
    letter-spacing: -0.5px;
    line-height: 1.3;
    /*text-align: center;*/
    padding: 0;
    margin: 20px auto 20px;
    width: 90%;
	text-align: center;
}

.pb_quote p {
	font-size: 26px;
}
@media only screen and (min-width:800px) {
    .pb_introtext {
		width: 60%;
	}
	.pb_quote {
		width: 60%;
		font-size: 30px;
	}
}

@media only screen and (min-width:1200px) {
    .pb_introtext {
		width: 60%;
	}
	.pb_quote {
		width: 60%;
		font-size: 30px;
	}
}

/*
 *  4. textblock
 *
 */

.pb_textbox {
	padding: 0 0 0;
    width: 90%;
    /* overflow: hidden; */
    margin: 20px auto 30px;
}
.pb_textbox.narrow {
    padding: 0 0 0;
    width: 90%;
    margin: 0 auto;
}

	.heading-with-image {
		width: 90%;
		max-width: 1000px;
	}
@media only screen and (min-width:800px) {
	
	.heading-with-image {
		width: 60%;
		max-width: 1000px;
	}
	.pb_textbox {
		padding: 10px 0 0;
		/*width: 80%;*/
		/* overflow: hidden; */
		margin: 0 auto;
		line-height: 1.9;
	}
	.pb_textbox.narrow {
		padding: 0 0 0;
		/*width: 80%;*/
		margin: 0 auto;
	}
}
@media only screen and (min-width:1100px) {
	.heading-with-image {
		width: 60%;
		max-width: 1000px;
	}
	.pb_textbox {
		padding: 10px 0 0;
		/* overflow: hidden; */
		margin: 0 auto;
		line-height: 1.9;
		width: 60%;
		max-width: 1000px;
	}
    .pb_textbox.narrow {
        padding: 10px 0 0;
        width: 40%;
        margin: 21px auto 50px;
	}
	.pb_textbox.wide {
		padding: 10px 0 0;
		/* overflow: hidden; */
		margin: 0 auto;
		line-height: 1.9;
		width: 100%;
		max-width: 1000px;
	}
}
.pb_textbox p {
	/*width:100%;
	width: 80%;*/
    margin: 0 auto 15px;
}

@media only screen and (min-width:800px) {
    .twocols {
		-webkit-columns: 2;
		-moz-columns: 2;
		columns: 2;
		-webkit-column-gap: 40px;
		-moz-column-gap: 40px;
		column-gap: 40px;
		margin: 3em auto 0;
		padding-bottom: 20px !important;
		width: 80%;
    }
	.twocols p {
		width: 100%;
	}
	.twocols p:first-child {
		margin-top: 0;
	}
}

.pb_textbox ul {
	padding: 0;
	margin-bottom: 25px;
    /*margin-right: 10px;*/
	margin-left: 20px;
}
.pb_textbox ul li {
	margin-bottom: 7px;
	font-family: 'Alegreya Sans', sans-serif;
	font-weight: 300;
    color: #666;
    line-height: 1.3;
	font-size: 18px;
}

.pb_textbox ul li:first-child {
	margin-top: 7px;
}

.pb_textbox ul li {
    /*list-style-image: url('images/dot.jpg');*/
    list-style: disc;
	vertical-align: text-top;
	color: #000;
}
/*
.twocols ul li {
	list-style-position: inside;
}
*/

h2.pb_heading_h2 {
	padding:0;
	display: block;
    /*margin: 44px auto 49px;*/ 
	margin: 25px auto 25px;
}

h2.brown {
	font-family: minion-pro,serif;
    font-weight: 700;
    font-style: normal;
    color: #808285;
    display: block;
    font-size: 50px;
    margin: 0 10px 0 0;
    line-height: 1;
    text-transform: uppercase;
    border: none;
}

@media only screen and (min-width:700px) {
    h2.pb_heading_h2 {
		padding:0;
		display: block;
		margin: 25px auto;
	}
}

		#blocks-homepage {
            width: 100%;
            max-width: 1500px;
            margin:18px auto;
            padding:10px 0;
            overflow: auto;
        }/*
		.blocks3, .blocks4 {
			margin: 30px auto 50px;
		}*/
        .blocks3 .block-homepage {
            float: left;
            width: 100%;
            margin: 0 0 10px 0;
            background: #888;
            position: relative;
            text-align: center;
            -moz-transition: all .3s ease;
            -webkit-transition: all .3s ease;
            transition: all .3s ease;
			height: 300px;
        }
		.blocks4 .block-homepage {
            float: left;
            width: 100%;
            margin: 0 0 10px 0;
            background: #888;
            position: relative;
            text-align: center;
            -moz-transition: all .3s ease;
            -webkit-transition: all .3s ease;
            transition: all .3s ease;
        }
		
        @media only screen and (min-width:600px) {
            .blocks3 .block-homepage {
                float: left;
                width: 32.9%;
				margin: 0 0.65% 0 0;
                background: #888;
                position: relative;
                text-align: center;
                -moz-transition: all .3s ease;
                -webkit-transition: all .3s ease;
                transition: all .3s ease;
				height: 330px;		
            }
        }
		@media only screen and (min-width:500px) {
            .blocks4 .block-homepage {
                float: left;
                width: 49.15%;
                margin: 0 0.666% 0.666% 0;
                background: #888;
                position: relative;
                text-align: center;
                -moz-transition: all .3s ease;
                -webkit-transition: all .3s ease;
                transition: all .3s ease;
            }
        }
		@media only screen and (min-width:900px) {
            .blocks4 .block-homepage {
                float: left;
                width: 24.5%;
                margin: 0 0.666% 0 0;
                background: #888;
                position: relative;
                text-align: center;
                -moz-transition: all .3s ease;
                -webkit-transition: all .3s ease;
                transition: all .3s ease;
            }
        }
        .block-homepage:hover {
			cursor: pointer !Important;
			opacity: 0.9;
		}
        .block-homepage:hover div.overlay {
            opacity: 0.3;
            -moz-transition: all .3s ease;
            -webkit-transition: all .3s ease;
            transition: all .3s ease;
        }
        .block-homepage img {
            width: 100%;
            height: auto;
            display: block;
        }
        .block-homepage:last-child {
            margin:0 0 0 0;
        }
		.block-homepage:last-child:after {
			clear: both;
		}
        .block-homepage-details {
            position: absolute;
            top: 65%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            z-index: 100;
			width: 70%;
            -moz-transition: all .3s ease;
            -webkit-transition: all .3s ease;
            transition: all .3s ease;
        }
        .block-homepage-details p {
			/*font-family: 'Raleway', sans-serif;*/
            font-style: normal;
			font-weight: 600;
            color: #fff;
            font-size: 22px;
            line-height: 34px;
            text-align: center;
            margin: 0 auto 10px !important;
            width: auto;
			text-transform: uppercase;
        }
        .block-homepage-details a.block-homepage-cta {
			display: inline-block;
			font-family: 'Raleway', sans-serif;
            font-size: 15px;
            text-transform: uppercase;
            text-decoration: none;
            border-radius: 5px;
            color: #fff;
            font-weight: 600;
            background: rgba(96,74,63,0.7);
            padding: 5px 13px 5px;
            -moz-transition: all .3s ease;
            -webkit-transition: all .3s ease;
            transition: all .3s ease;
			margin-top: 50px;
			opacity: 0;
        }
        .block-homepage:hover a.block-homepage-cta {
			margin-top: 5px;
			opacity: 1;
			cursor: pointer;
        }
		.block-homepage:hover .block-homepage-details {
            top: 50%;
            -moz-transition: all .3s ease;
            -webkit-transition: all .3s ease;
            transition: all .3s ease;
        }
		
		
	a.PB-button {
		display: inline-block;
		width: auto;
		padding: 10px 25px;
		border: 1px solid #000 !important;
		border-radius: 0px;
		color: #000 !important;
		font-size: 15px;
		font-weight: 500;
		text-transform: uppercase;
		letter-spacing: 1px;
		text-align: center;
		margin: 4px;
		-moz-transition: all .3s ease;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
		text-decoration: none;
		white-space:nowrap;
		font-family: 'Montserrat', sans-serif;
        min-width: 240px;
	}
	
	a.PB-button:hover {
		border: 1px solid var(--main-website-color) !Important;
		background: var(--main-website-color) !Important;
		color: #fff !Important;
		text-decoration: none;
	}
	a.PB-button:visited, a.PB-button:active {
		border: 1px solid #000 !Important;
		/* color: var(--main-website-color) !important; */
	}

	
	#footer a.PB-button {
		
		text-align: left;
		margin: 20px 0;
		
	}
	/*
	a.PB-button:hover {
		background: #4a361b;
		color: #fff !important;
		text-decoration: none;
	}*/
#footer a.PB-button:hover {
		text-align: left;
		margin: 20px 0;
		
	}



        
blockquote.page_builder_pullquote.left {
	font-family: var(--primary-font);
      color: rgba(98,73,24,1);
      font-size: 25px;
      line-height: 1.2;
      /*font-style: italic;*/
      float: none;
      width: 90%;
      text-align: center;
      padding: 30px 0;
      border-top: 2px solid rgba(98,73,24,1);
      border-bottom: 2px solid rgba(98,73,24,1);
      border-left: 0;
      margin: 40px auto 40px;
}
blockquote.page_builder_pullquote.right {
	font-family: var(--primary-font);
      color: rgba(98,73,24,1);
      font-size: 25px;
      line-height: 1.2;
      /*font-style: italic;*/
      float: none;
      width: 90%;
      text-align: center;
      padding: 30px 0;
      border-top: 2px solid rgba(98,73,24,1);
      border-bottom: 2px solid rgba(98,73,24,1);
      border-left: 0;
      margin: 40px auto 40px;
}

@media only screen and (min-width:760px) {
	
	blockquote.page_builder_pullquote.left {
		font-size: 28px;
		line-height: 1.3;
		float: left;
		width: 25%;
		margin: 10px 50px 10px 25%;
		text-align: left;
		padding: 0;
		padding-left: 40px;
		border: none;
		border-left: 4px solid rgba(98,73,24,0.4);
    }
	
	blockquote.page_builder_pullquote.right {
		font-size: 28px;
		line-height: 1.3;
		float: right;
		width: 25%;
		margin: 10px 25% 10px 50px;
		text-align: right;
		padding: 0;
		padding-right: 40px;
		border: none;
		border-right: 4px solid rgba(98,73,24,0.4);
    }
}




		/*   image plus text blocks  */
		
		.inbetween {
			width: 60%;
			max-width: 1200px;
			margin: 0 auto;
		}

        .inbetween .image-plus-text-blocks {
            width: 100%;
        }

		.boxed {
			width: 100%;
			max-width: 1020px;
			    margin: 0 auto;
		}
		
		.image-plus-text-blocks {
			margin:20px auto;
			padding:0;
		}
		/* two-up */
		.image-plus-text-blocks.two-up li {
			width:100%;
			float: none;
			margin-right:0;
			list-style: none;
			margin-bottom: 0px;
			text-align: center;
		}
		/* three up */
		.image-plus-text-blocks.three-up  {
			width: 100%;
			max-width: 1270px;
		}
		.image-plus-text-blocks.three-up li {
			width: 100%;
			float: none;
			margin-right: 0;
			list-style: none;
			margin-bottom: 40px;
			text-align: center;
		}
		/* four up */
		.image-plus-text-blocks.four-up li {
			width: 100%;
			float: none;
			margin-right: 0;
			list-style: none;
			margin-bottom: 40px;
		}
		@media only screen and (min-width:600px) {
			
			/* two-up */
			.image-plus-text-blocks.two-up li {
                width:49%;
                float: left;
                margin-right: 2%;
                list-style: none;
            }
            .image-plus-text-blocks.two-up li:nth-child(2n + 2) {
                margin-right: 0;
            }
			
			/* three-up */
            .image-plus-text-blocks.three-up li {
                width: 49.5%;
                float: left;
                margin-right: 1%;
                list-style: none;
				margin-bottom: 10px;
            }
            .image-plus-text-blocks.three-up li:nth-child(2n + 2) {
                margin-right: 0;
            }
			
			/* four up */
            .image-plus-text-blocks.four-up li {
                width: 49.5%;
                float: left;
                margin-right: 1%;
                list-style: none;
				margin-bottom: 10px;
            }
            .image-plus-text-blocks.four-up li:nth-child(2n + 2) {
                margin-right: 0;
            }
        }
		@media only screen and (min-width:900px) {
			
			/* three-up */
			.image-plus-text-blocks.three-up li {
                width:32.666%;
                float: left;
                margin-right: 1%;
                list-style: none;
            }
            .image-plus-text-blocks.three-up li:nth-child(2n + 2) {
                margin-right: 1%;
            }
            .image-plus-text-blocks.three-up li:nth-child(3n + 3) {
                margin-right: 0;
            }
			/* four up */
            .image-plus-text-blocks.four-up li {
                width: 24.25%;
                float: left;
                margin-right: 1%;
                list-style: none;
            }
            .image-plus-text-blocks.four-up li:nth-child(2n + 2) {
                margin-right: 1%;
            }
            .image-plus-text-blocks.four-up li:nth-child(4n + 4) {
                margin-right: 0;
            }
        
		}
		.image-plus-text-blocks.three-up li ul {
                margin-left: 5px;
            }
		.image-plus-text-blocks.three-up li ul li {
                width:100%;
                float: left;
                margin-right: 1%;
                list-style: disc;
				margin-bottom: 5px;
				color: #1c1c1c;
            }
		.image-plus-text-block p {
			margin: 0px 15px; line-height: 1.4; width: auto;text-align:left; font-size: 16px;
		}
		@media only screen and (min-width:900px) {
            .image-plus-text-block p {
				margin: 0px 15px; line-height: 1.4; width: auto;text-align:justify; font-size: 20px;
			}
		}
		.image-plus-text-block p.image-plus-text-block-title {
			color: #000 !important;
			font-size: 23px;
			text-transform: none;
			text-align: center;
			font-family: var(--primary-font);
			margin: 20px auto 0px;
			line-height: 1;
			-moz-transition: all .3s ease;
            -webkit-transition: all .3s ease;
            transition: all .3s ease;
			font-weight: 500;
        }
		.image-plus-text-block-image:hover p.image-plus-text-block-title {
			/*bottom: 19px;*/
		}
            .image-plus-text-block-image {
            /*height: 350px;*/
            position: relative;
			-moz-transition: all .3s ease;
            -webkit-transition: all .3s ease;
            transition: all .3s ease;
        }
		/*.image-plus-text-block-image:hover {
			opacity: 0.8;
		}*/
		.image-plus-text-text {
			    margin-bottom: 5px;
			padding: 5px;
		}
		.image-plus-text-text p, .image-plus-text-block a {
			text-align:center;
			line-height:1.5;
		}
	
.image-plus-text-block-details {
			position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 9;
}
.image-plus-text-blocks li.linked:hover div.overlay {
	opacity: 0.3;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	}
	.image-plus-text-blocks li div.image-plus-text-block-details a.iptb-cta {
		display: inline-block;
	font-family: var(--primary-font);
			font-size: 15px;
			text-transform: uppercase;
			text-decoration: none;
			border-radius: 5px;
			color: #fff;
			font-weight: 600;
			background: rgba(96,74,63,0.7);
			padding: 5px 13px 5px;
			-moz-transition: all .3s ease;
			-webkit-transition: all .3s ease;
			transition: all .3s ease;
			margin-top: 50px;
			opacity: 0;
			}
			.image-plus-text-blocks li:hover div.image-plus-text-block-details a.iptb-cta {
			margin-top: 5px;
			opacity: 1;
			cursor: pointer;
			-moz-transition: all .3s ease;
			-webkit-transition: all .3s ease;
			transition: all .3s ease;
			}
		.image-plus-text-blocks li:hover div.image-plus-text-block-details a.iptb-cta:hover {
			color: rgba(96,74,63,1) !important;
			background: #fff !important;
			-moz-transition: all .3s ease;
			-webkit-transition: all .3s ease;
			transition: all .3s ease;
			}
			
		.video-grid  {
			margin:20px auto;
			padding:0;
			width: 90%;
			max-width: 1150px;
		}
		.video-grid li {
			width: 90%;
			float: left;
			margin-right: auto;
			list-style: none !Important;
			margin-bottom: 40px;
		}
		@media only screen and (min-width:800px) {
            .video-grid li {
                width: 48%;
                float: left;
                margin-right: 4%;
                list-style: none !Important;
                margin-bottom: 40px;
            }
        }
		@media only screen and (min-width:1000px) {
            .video-grid li {
                width: 45%;
				float: left;
				margin-right: 5%;
                list-style: none !Important;
                margin-bottom: 40px;
            }
        }
		
		.video-grid-text p {
			text-align:center;
			font-size: 14px;
			color: #777;
			margin: 0;
    line-height: 1.3;
			}
		
		
		.lity-youtube {
background: rgba(0, 0, 0, 0.85) !important
}
.lity-youtube .lity-iframe-container iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 70%;
    background: transparent !important;
    padding: 0;
}


.lity-iframe .lity-container, .lity-youtube .lity-container, .lity-vimeo .lity-container, .lity-facebookvideo .lity-container, .lity-googlemaps .lity-container {
    width: 90%;
    /* max-width: 964px; */
        max-width: 1150px !Important;
}
.lity-iframe-container {
    width: 100%;
    /* height: 0; */
    height: 735px !Important;
}
.lity-iframe-container iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent !Important;
    padding: 0;
}
.lity-youtube iframe body {
background: transparent !Important;
}

.lity-youtube iframe body div#player div.html5-video-player {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: transparent !important;
}




 /* table page builder  */
 
  table.page_builder_table {
	font-family: inherit;
    width: 99%;
    display: table;
    color: #404040;
    text-align: left;
    font-style: normal;
    font-size: 14px;
    line-height: 1.4em;
    color: #222;
    border: 0;
    margin-bottom: 20px;
    border-collapse: collapse;
}
table.page_builder_table.narrow {
        width: 60%;
    margin: 20px auto;
}/*
.narrow {
    width: 78%;
	margin: 20px 10%;
}*/
/*
.dropcap .narrow {
    width: 78%;
	margin: 20px 10%;
}*/
/* zebra rows 
table.page_builder_table tr:nth-child(2n+1) {
    background-color: #f2f2f2;
    color: #737373;
}
*/
table.page_builder_table thead {
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    padding: 5px;
    padding-left: 9px;
    background: #ddd;
    text-transform: uppercase;
    color: #222;
}
table.page_builder_table tbody {
    font-weight: normal;
    font-size: 14px;
    text-align: center;
    padding: 5px;
    text-transform: none;
    color: #222;
}
table.page_builder_table td {
   border: 1px solid #000;
    text-align: center;
	background: #fff;
}

table.page_builder_table tr td, table.page_builder_table tr th {
   text-align: center !important;
}
table.page_builder_table tr td:first-child, table.page_builder_table tr th:first-child {
   text-align: left !important;
   padding-left: 20px !important;
}



/* other styling  */
table {
color: #333; /* Lighten up font color */

width: 640px;
border-collapse:collapse;
border-spacing: 0;
}

td, th { border: 1px solid #000; height: 38px; color: #000;
    font-weight: 500 } /* Make cells a bit taller */

th {
background: #fff; /* Light grey background */
font-weight: bold; /* Make sure they're bold */
}

td {
background: #fff; /* Lighter grey background */
text-align: center; /* Center our text */
}
.tabbed_table td, th {
	font-family: 'Alegreya Sans', sans-serif;
	font-weight: 300;
}
.tabbed_table tr td:first-child {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
}

.rates_table td {
	text-align: center;
	border: unset;
	border-left: 1px solid #000;
	font-family: 'Alegreya Sans', sans-serif;
	font-weight: 300;
}
.rates_table td.no_left_border {
	border-left: 0px;
}

.rates_table td:first-child {
	text-align: left;
	border: unset;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
    font-size: 13px;
}
.rates_table tr {
	text-align: left;
	border: unset;
	border-top: 1px solid #000;
}
.rates_table tr:first-child {
	text-align: left;
	border: unset;
	font-family: 'Montserrat', sans-serif;
}

.rates_table tr:first-child td {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
    font-size: 13px;
}

.rates_table table td {
	text-align: center !important;
}
.rates_table table {
	margin: 0px;;
}

/* reviews  */

        .testimonial {
            width: 100%;overflow: auto; text-align: center; margin-bottom: 30px;
        }
        @media only screen and (max-width:720px) {
            .testimonial-image {
                width: 100%; float: none;height: 200px; position: relative;
            }
            .testimonial-text {
               width: 100%; float: none;text-align: center !important;height: auto; padding: 70px 0 30px;
            }
            .testimonial-avatar {
                position: absolute; bottom: -30px; width: 60px;height: 60px; left: 50%; transform:translateX(-50%); border-radius: 70px;
				/*border: 4px solid #D8D5D1;*/
            }
        }
        @media only screen and (min-width:720px) {
            .testimonial-image {
                width: 40%; float: left; position: relative; 
            }
            .testimonial-text {
               width: 60%; float: left; text-align: center !important; padding: 20px 0 40px;padding: 49px 0 59px;
            }
            .testimonial-avatar {
                position: absolute; right: -30px; width: 60px;height: 60px; top: 50%; transform:translateY(-50%);  border-radius: 70px;
				/*border: 4px solid #D8D5D1;*/
            }
        }
        .testimonial p {
            margin:0 !Important;
			text-align: center !important;
        }
        
        
        .testimonial p.review-heading {
	font-family: var(--primary-font);
            color: #aeacaa;
            margin: 20px auto 20px !Important;
            font-size: 15px;
            letter-spacing: 1px;
        }
        
        .testimonial p.review-title {
	font-family: var(--primary-font);
            color: #6C6658;
            font-size: 33px;
            font-style: italic;
            position: relative;
            width: 80%;
            margin: 0 auto !Important;
            letter-spacing: -1px;
			line-height: 1.1;
        }
        .testimonial p.review-title:before {
            width: 28px;
            height: 22px;
            content: url(images/testimonial-quotes-open.png);
            line-height: 0.2;
            position: relative;
            right: 0;
            top: 0;
            vertical-align: super;
            margin-right: 6px;
        }
        .testimonial p.review-title:after {
            width: 28px;
            height: 22px;
            content: url(images/testimonial-quotes-close.png);
            line-height: 0.3;
            position: relative;
            left: 0;
            top: 0;
            margin-left: 6px;
            vertical-align: text-bottom;
        }
        .testimonial div.review-text {
            width: 70%;
            margin: 20px auto;
			text-align: center;
        }
        .testimonial div.review-text p {
			font-family: var(--primary-font);
            color: #6f6456;
            font-style: italic;
            font-size: 21px;
			text-align: center;
			line-height: 1.1;
        }
        .testimonial p.review-name {
        color: #7c7c7c;
        font-size: 14px;
        margin: 30px auto !Important;
        }
        .testimonial p.review-name span {
        font-style: italic;
        }
        
		
		a.noclick, a.noclick:hover {
			pointer-events: none !Important;
			cursor: default !important;
		}
		
		
		/*
		.cta_small { height: 300px;}
		.cta_medium { height: 500px;}
		.cta_large { height: 750px;}
		*/
		
		.cta_small { padding: 100px 0 !important;}
		.cta_medium { padding: 200px 0 !important }
		.cta_large { padding: 300px 0 !important }
		
		
		
/* new elements / options for activities sites */

        .page {
            width: 100%;
/            /*max-width: 1200px;*/
            margin: 0 auto;
        }
        .box {
           float: left;
           width: 100%;
        }
        
            .box>div {
                float: none;
                width: 100%;
                height:300px;
                background: #dcddde;
                position: relative;
            }
        .box>div.image { float:left;}
        .box>div.info {background: #dcddde; float: right;}
        
        
        
        
        
        @media only screen and (min-width:800px) and (max-width:999px) {
            
            
            .box>div {
                float: left;
                width: 50%;
                height: auto;
                padding-top: 50%; /* 1:1 Aspect Ratio */
            }
            .box>div:before{
                content: "";
                display: block;
                padding-top: 0; 	/* initial ratio of 1:1*/
            }
            
            .box:nth-child(2) div.image, .box:nth-child(4) div.image, .box:nth-child(6) div.image, .box:nth-child(8) div.image { background:#dcddde; float:right;}
            .box:nth-child(2) div.info, .box:nth-child(4) div.info, .box:nth-child(6) div.info, .box:nth-child(8) div.info {background: #dcddde; float: left;}
            
            
           .box-arrow {
                position: absolute;
                top: 50%;
                right: auto;
                left: 22px;
                transform:translate(-50%, -50%);
                width: 0;
                height: 0;
                border-style: none;
                border-width: 15px 15px 15px 0; /* pointing left */
                border-color: transparent #bbb transparent transparent; /* pointing left */
                content: "\f053";  /* this is your text. You can also use UTF-8 character codes as I do here */
			    font-family: FontAwesome;
            }
            .box:nth-child(2) div.info .box-arrow, .box:nth-child(4) div.info .box-arrow,  .box:nth-child(6) div.info .box-arrow, .box:nth-child(8) div.info .box-arrow {
                left: auto;
                right: 10px;
                transform:translate(-50%, -50%);
                border-width: 15px 0 15px 15px;  /* pointing right */
                border-color: transparent transparent transparent #bbb; /* pointing right */
                content: "\f054";  /* this is your text. You can also use UTF-8 character codes as I do here */
			    font-family: FontAwesome;
            }
            
            
        } /* (min-width:800px) and (max-width:999px) */
		 
        @media only screen and (min-width:1000px) {
            
            .box {
               float: left;
               width: 50%;
            }
            .box>div {
                float: left;
                 width: 50%;
               height: auto;
                padding-top: 50%; /* 1:1 Aspect Ratio */
                opacity:1;
            }
            .box>div:before{
                content: "";
                display: block;
                padding-top: 0; 	/* initial ratio of 1:1*/
            }
            
            /* overwrite prev media queries */
            .box:nth-child(2) div.image, .box:nth-child(4) div.image, .box:nth-child(6) div.image, .box:nth-child(8) div.image { background:#dcddde; float:left;}
            .box:nth-child(2) div.info, .box:nth-child(4) div.info, .box:nth-child(6) div.info, .box:nth-child(8) div.info {background: #dcddde; float: right;}
            /* new rules */
            .box:nth-child(3) div.image, .box:nth-child(4) div.image, .box:nth-child(7) div.image, .box:nth-child(8) div.image { background:#dcddde; float:right;}
            .box:nth-child(3) div.info, .box:nth-child(4) div.info, .box:nth-child(7) div.info, .box:nth-child(8) div.info {background: #dcddde; float: left;}
            
            
            .box-arrow {
                position: absolute;
                top: 50%;
                left: 22px;
                transform:translate(-50%, -50%);
                width: 0;
                height: 0;
                border-style: none;
                border-width: 12px 12px 12px 0; /* pointing left */
                border-color: transparent #bbb transparent transparent; /* pointing left */
                content: "\f053";  /* this is your text. You can also use UTF-8 character codes as I do here */
			    font-family: FontAwesome;
            }
            .box:nth-child(3) div.info .box-arrow, .box:nth-child(4) div.info .box-arrow,  .box:nth-child(7) div.info .box-arrow, .box:nth-child(8) div.info .box-arrow {
                left: auto;
                right: 30px;
                transform:translate(-50%, -50%);
                border-width: 12px 12px 12px 0;  /* pointing left */
                border-width: 12px 0 12px 12px;  /* pointing right */
                border-color: transparent #d2d2d2 transparent transparent; /* pointing left */
                border-color: transparent transparent transparent #bbb; /* pointing right */
                content: "\f054";  /* this is your text. You can also use UTF-8 character codes as I do here */
			    font-family: FontAwesome;
            }

            
            
            
            
            
            
            
        }
        /* END 1000px  */
        
        
        
        
/* fade all others except one being hovered over */
.box {
    opacity: 1;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;

}
.boxes:hover .box:not(:hover) {
    opacity: 0.8;
}

.box-content p {
    margin: 0; padding: 0; text-align: left; color: #111; line-height: 1.4;
}

.box-content ul { margin-left: 15px; padding: 0; font-family: 'Alegreya Sans', sans-serif; font-size: 18px; font-weight: 300; margin-bottom: 0px; }

.box-content p.heading {
    font-weight: 500;
	font-size: 25px;
	color: #171515;
	letter-spacing: 0;
	line-height: 1.2;
	margin-bottom: 15px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}


.box-content a {
    font-size: 15px;
    font-weight: unset;
    color: #b9a488;
    text-transform: uppercase;
    text-decoration: underline;
    display: inline-block;
    padding-top: 20px;
}

.box-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%, -50%);
    width: 70%;
}

.box-content-right a {
	float: right;
}

@media only screen and (max-width:1250px) {
    .box-content {
        width: 90%; 
    }
	.box-content ul {
		font-size: 16px;
	}
	.box-arrow {
		display: none;
	}
}
/*
.box:nth-child(3) div.info .box-arrow, .box:nth-child(4) div.info .box-arrow, .box:nth-child(7) div.info .box-arrow, .box:nth-child(8) div.info .box-arrow {right: 10px; left: auto ;}
*/

.clear {
    clear:both;
}
.boxed {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    clear:both;
}
.heading-with-image.boxed {
	width: 60%;
	/*max-width: 1009px;*/
}


.smalltext { display: block; font-weight: 600; text-transform: uppercase; color: #2a2727; font-size: 18px;margin: 0 0 10px 0; line-height: 1; letter-spacing: 2px; }
.imagehead_smalltext { 
	display: block; 
	color: #111; 
	font-size: 32px; 
	margin: 0 0 0 0; 
	line-height: 1.4; 
	letter-spacing: -1px; 
	font-family: minion-pro,serif;
	font-weight: 400;
	font-style: italic;
}
.imagehead_smalltext_1 {
	display: block; 
	color: #111; 
	font-size: 23px; 
	margin: 0 0 0px 0; 
	line-height: 1; 
	letter-spacing: -1px; 
	font-family: 'Montserrat';
	font-weight: normal;
	text-transform: uppercase;
}
.banner_panel_smalltext { display: block; font-weight: 600; text-transform: uppercase; color: #2a2727; font-size: 18px;margin: 0 0 10px 0; line-height: 1; letter-spacing: 2px; }

.line1 {
	font-family: minion-pro, serif;
	font-weight: 700;
	font-style: normal;
	color: #808285;
	display: block;
	font-size: 52px;
	margin: 0 10px 0 0;
	line-height: 1;
}
.line2 {
	font-family: 'Alegreya Sans', sans-serif;
    font-weight: 700;
    font-style: normal;
    display: block;
    font-size: 30px;
    margin: 0;
    line-height: 2;
    text-transform: unset;
    color: #000;
}

.lodgeblock-text .line2 {
    font-family: minion-pro, serif;
}

	@media only screen and (min-width:1400px) {
		.imagehead_smalltext { 
			display: block; 
			color: #111; 
			font-size: 36px; 
			margin: 0 0 10px 0; 
			line-height: 1.2; 
			letter-spacing: -1px; 
			font-family: minion-pro,serif;
			font-weight: 500;
			font-style: italic;
		}
		.imagehead_smalltext_1 {
			display: block; 
			color: #111; 
			font-size: 23px; 
			margin: 0 0 0px 0; 
			letter-spacing: -1px; 
			font-family: 'Montserrat';
			font-weight: normal;
			text-transform: uppercase;
			line-height: 1.2;
		}
        .line1 {
			font-family: minion-pro,serif;
			font-weight: 700;
			font-style: normal;
			color: #808285;
			display: block;
			font-size: 50px;
			margin: 0 10px 0 0;
			line-height: 1;
		}
        .line2 {
			font-family: 'Alegreya Sans', sans-serif;
		    font-weight: 700;
		    font-style: normal;
		    display: block;
		    font-size: 24px;
		    margin: 0;
		    line-height: 1;
		    text-transform: unset;
		    color: #000;
            margin-top: 10px;
		}
    }
        .intro { font-weight: 300; color: #2a2727; font-size: 22px; margin: 25px 0 0; line-height: 1.4;}
        
        .centercenter {
            position: absolute;
            top:50%;
            left: 50%;
            transform:translate(-50%, -50%);
            width: 92%;
        }
        
		
		
		/* added here to override above */
		
        .box-content p.smalltext {
               font-weight: 300;
			font-size: 17px !Important;
			line-height: 1.2;
			text-transform: none !Important;
			color: #020202;
			/* margin-bottom: 26px; */
			text-shadow: none !Important;
			font-family: 'Alegreya Sans', sans-serif;
			text-align: left;
        }

        .box-content-right p.smalltext, .box-content-right p.heading {
			text-align: right !important;
        }
		
		
		
        
        .text-2cols {
            column-count: 1;
            column-gap: 70px;
            text-align: justify;
            line-height: 1.6;
            margin: 40px auto;
        }
        
        @media only screen and (min-width:800px) {
            .text-2cols {
                column-count: 2;
                column-gap: 70px;
                text-align: justify;
            }
        }
        p {
            font-size: 16px; line-height: 1.9; margin:0 0 20px 0;
        }
        
        .space {
            clear: both;
            width:100%;
            height: 60px;
        }
        .space10 { clear: both; width: 100%; height: 10px; }
        .space20 { clear: both; width: 100%; height: 20px; }
        .space30 { clear: both; width: 100%; height: 30px; }
        .space40 { clear: both; width: 100%; height: 40px; }
        .space50 { clear: both; width: 100%; height: 50px; }
        .space60 { clear: both; width: 100%; height: 60px; }
        .space70 { clear: both; width: 100%; height: 70px; }
        .space80 { clear: both; width: 100%; height: 80px; }
        .space90 { clear: both; width: 100%; height: 90px; }
        .space100 { clear: both; width: 100%; height: 100px; }
            
        .banner {
            width: 100%;
            height: 100vh;
            background: url(placeholder-1600x900.jpg) no-repeat center center; background-size: cover;
        }

        .banner-block .line1 {
          color: #fff;
          text-shadow: 3px 3px rgba(0,0,0,0.8);
        }

        .banner-block.leftside {
          position: absolute;
          bottom: 100px;
          left: 50px;
         }
         .banner-block.rightside {
          position: absolute;
          bottom: 100px;
          right: 50px;
         }
        
         .banner-block a { 
            position: absolute;
			bottom: -17px;
			left: 53%;
			transform: translateX(-50%);
            font-size: 12.5px; 
            font-weight: bold; 
            padding: 9px 15px; 
            border-radius: 10px; 
            background: #333; 
            color: #fff; 
            text-transform: uppercase; 
            text-decoration: none; 
            display: inline-block; 
            letter-spacing: 1px;
	    }
       
        
        
        .cta {
            width: 100%;
            padding: 200px 0;
        }
        .cta .boxed {
            width: 90%;
        }
        .cta .line1 { font-size: 42px; line-height: 0.9;letter-spacing: 1.5px; }
        .cta .line2 { font-size: 55px; letter-spacing: 1.5px; }
        .cta .intro { font-size: 16px; line-height: 1.3; letter-spacing: -1px; width: 70%; max-width: 420px; margin: 30px auto 30px 0;}
        .cta a { font-size: 16px; font-weight: 500; font-family: 'Montserrat', sans-serif;padding: 9px 15px; border-radius: 10px; background: #fff; color: #222; text-transform: uppercase; text-decoration: none; display: inline-block; letter-spacing: 1px; }
        
        .cta .line1 { color: #fff; text-shadow: 3px 3px rgba(0,0,0,0.8); margin:0 -3px 0 0; }
        .cta .line2 { color: #fff;
		display: block;
    font-size: 34px;
    margin: 9px 0 11px 0;
    line-height: 1;
    text-transform: none;
    font-family: minion-pro,serif;
    font-weight:400;
    font-style: italic;
    text-shadow: 2px 2px rgba(0,0,0,0.8);
	}
        .cta .intro { color: #fff; }
        .cta a { background: #fff; color: #222;  }
        
        .cta.dark .line1 { color: #222; }
        .cta.dark .line2 { color: #222; }
        .cta.dark .intro { color: #222; }
        .cta.dark a { background: #222 !Important; color: #fff !Important;  }
		
        .cta.light .line1 { color: #fff; }
        .cta.light .line2 { color: #fff; }
        .cta.light .intro { color: #fff; }
        .cta.light a { background: #fff !Important; color: #222 !Important;  }
		
        .cta.right { text-align: right;}
        
        .cta.right .line1 { text-align: right; }
        .cta.right .line2 { text-align: right; }
        .cta.right .intro { text-align: right; margin: 30px 0 30px auto; }
        .cta.right a { text-align: right  } 
        
        
        .heading-with-image .heading-text {
            position: relative; width: 100%; float: left; padding-top:100%;
        }
        .heading-with-image .heading-image {
            position: relative; width: 100%; float: left; padding-top:100%;
        }
        
		
		
		
        @media only screen and (min-width:900px) {
            .heading-with-image .heading-text {
                position: relative; width: 50%; float: left; padding-top:50%;
            }
            .heading-with-image .heading-image {
                position: relative; width: 50%; float: right; padding-top:50%;
            }
		
			.heading-with-image.imageleft .heading-image {float: left;}
			.heading-with-image.imageright .heading-image {float: right;}
        }
		
		
		
		.heading-with-image.imageright .centercenter {
            left: 0;
			right: auto;
            transform:translateY(-50%);
        }
		.heading-with-image.imageleft .centercenter {
            left: auto;
			right: 0;
            transform:translateY(-50%);
        }

        .header-with-image.boxed {
            width: 100%;
        }
					
			.heading-text ul {
				margin: 0 0 0 -15px;
			}
			.heading-text ul li {
				margin: 6px 0;
				font-family: 'Alegreya Sans', sans-serif;
				font-weight: 300;
				font-size: 18px;
			}

.heading {
	    font-size: 32px;
	    color: #000;
	    font-weight: 500;
}

.pb_image2_text p {
	text-align: unset;
	line-height: 1.5;
	font-size: 18px;
	color: unset;
}

.imageright .heading-text {
    text-align: right;
}

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

	.heading-with-image.boxed {
		width: 90%;
	}
	.line1 {
		font-size: 28px
	}
	.box-arrow {
		display: none;
	}
	.box-content-right p.smalltext, .box-content-right p.heading {
		text-align: left !important;
	}

	.pb_introtext {
	    font-family: minion-pro,serif !important;
	    color: #000 !important;
	    font-style: unset;
	    letter-spacing: -0.5px;
	    font-size: 28px;
	    text-align: center;
	    margin: 20px auto;
	    width: 80%;
	}
	.pb_quote {
	    font-family: 'Alegreya Sans', sans-serif !important;
	    color: #000 !important;
	    font-style: unset;
	    letter-spacing: -0.5px;
	    font-size: 28px;
	    text-align: center;
	    margin: 20px auto;
	    width: 80%;
	}

	.heading-with-image.imageleft .centercenter {
		left: unset;
		right: unset;
		transform: unset;
	}
	.heading-with-image .heading-text {
		padding-top: 40px;
	}
	.centercenter {
		position: unset;
		left: unset;
		transform: unset;
		width: unset;
	}
	.box>div {
		height: 380px;
	}

}

.table-q {
    border-left: 0px;
    background: #e6e6e6;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px !important;
    font-family: 'Alegreya Sans', sans-serif;
}
.table-q-1 {
	text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px !important;
    font-family: 'Alegreya Sans', sans-serif;
}
.table-a {
    background: #e6e6e6;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px !important;
    font-family: 'Alegreya Sans', sans-serif;
}
.table-a-1 {
    text-align: left !important;
    font-style: italic;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px !important;
    font-family: 'Alegreya Sans', sans-serif;
    border-right: 0px;
}

@media only screen and (min-width:700px) {
    .box-content p.heading {
        font-size: 18px;
    }
    .arrow_ab {
        display: none;
    }
    .lodgeblocks.left > a.info div.lodgeblock-text, .lodgeblocks.left > div.info div.lodgeblock-text {
        width: 88%;
        margin: 0 6%;
    }
    .lodgeblocks.right > a.info div.lodgeblock-text, .lodgeblocks.right > div.info div.lodgeblock-text {
        width: 88%;
        margin: 0 6%;
    }
}

@media only screen and (min-width:1320px) {
    .box-content p.heading {
        font-size: 25px;
    }
}

@media only screen and (min-width:1281px) and (max-width: 1319px) {
    .box-content p.heading {
        font-size: 20px;
    }
}

@media only screen and (min-width:1240px) {
    .lodgeblocks.left > a.info div.lodgeblock-text, .lodgeblocks.left > div.info div.lodgeblock-text {
        width: 78%;
        margin: 0 11%;
    }
    .lodgeblocks.right > a.info div.lodgeblock-text, .lodgeblocks.right > div.info div.lodgeblock-text {
        width: 78%;
        margin: 0 11%;
    }
}

@media only screen and (min-width:1305px) {
    .arrow_ab {
        display: block;
    }
}

.exp_details { color: #000 !important; }
.exp_details:hover { color: #fff !important; }

.lodgeblock-text .line2 {
    font-family: minion-pro, serif;
    font-weight: 600 !important;
}

a.image_text_below {
	font-size: 20px;
	font-weight: 400;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
    margin: 10px auto 0px;
    font-style: italic;
    color: #000 !important;
    text-decoration: underline;
    font-family: 'Alegreya Sans', sans-serif;
}

.heading-with-image p {
	line-height: 1.4;
}

.line2 {
	font-family: 'Alegreya Sans', sans-serif;
	font-weight: 700;
	font-style: normal;
	display: block;
	font-size: 24px;
	margin: 0;
	line-height: 1;
	text-transform: unset;
	color: #000;
	margin-top: 10px;
}

.contact-table {
    width: 120%;
}

.contact-table td {
    text-align: left;
    font-weight: 300;
    font-family: 'Alegreya Sans', sans-serif;
    font-size: 18px;
    border: 0px;
}
.contact-table-1 tr td:first-child {
    vertical-align: top;
}

.page-template-template_contact h2 {
    border: none; margin: unset; max-width: unset; font-family: 'Alegreya Sans', sans-serif; font-weight: 500; font-size: 32px; letter-spacing: 0.5px;
}
.page-template-template_contact h3 {
    font-family: 'Alegreya Sans', sans-serif; font-weight: 500; font-size: 25px; letter-spacing: 0.5px; margin: unset; color: #333; max-width: unset; margin-top: 10px;
}
.page-template-template_contact hr {
    margin-bottom: 0px;
    margin-top: 10px;
    background-color: #000;
}
.left_pad_20 {
    padding-left: 20px;
}
.box-content-right p {
    text-align: right;
}
@media only screen and (max-width: 700px) {
    .banner-block.rightside {
        width: 100%;
        right: unset;
        bottom: 180px;
        text-align: center;
    }
    #start {
        margin-bottom: 0px;
    }
    .scrollarrow {
        display: none;
    }
    .line1 {
        white-space: unset !important;
    }
    .left_pad_20 {
        padding-left: unset;
    }
    .lodgeblocks > a.info div.lodgeblock-text p.line2, .lodgeblocks > div.info div.lodgeblock-text p.line2 {
        font-size: 36px !important;
    }
    .box-content-right p {
        text-align: unset;
    }
}