/* PAGE BUILDER */


/*
 1. 
 2. 
 3. 
 4. 
 5. 
 6. 
 7.
 8.
 9.
 



img.size-fullwidth {
	margin: 15px auto;
} */

section {
   max-width: 1160px;
   margin: 0 auto;
}



.bg-dark {
	background: #ccc;
}

 .divider {
    width: 243px;
    height: 11px;
    margin: 50px auto;
	text-align: center;
    background: url(../images/divider-dark.png) center center no-repeat;
}

.bg-dark .divider {
    background: url(../images/divider-light.png) center center no-repeat;
}

.pb_image_full_width {
	text-align: center;
}
.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;
	/*
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	*/
}
.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 {
	clear: both;
	    overflow: auto;
}
.page-builder-image-left-aligned img {
	float: left;
    margin: 0 20px 10px 0;
}


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


/*
 *
 * Gallery
 * 
 */

 ul.page-builder-gallery {
	width: 100%;
 }
ul.page-builder-gallery.narrow {
	width: 84%;
    margin: 0 8%;
 }
ul.page-builder-gallery li {
	float:left; width: 31.3333%; margin:1%; list-style: none;
}
 .gallery-item .gallery-caption {
	display: none;
 }

.gallery {
      width: 100%;
      /*max-width: 1000px;*/
      margin:0 auto;
      padding:0;
}
.gallery.fullwidth {
      max-width: 100%;
}
.gallery.small {
      width: 80%;
      max-width: 80%;
}
@media only screen and (min-width:800px) {
    .gallery.small {
          width: 60%;
          max-width: 60%;
    }
}
.gallery li {
      margin:0;
      padding:0;
      float: none;
      width: 100%;
      margin-right: 0;
      margin-bottom: 1.5%;
      list-style: none;
}
@media only screen and (min-width:500px) {
    .gallery li {
          float: left;
          width: 32.33333%;
          margin-right: 1.5%;
          margin-bottom: 1.5%;
    }
}
.gallery li img {
      display:block;
      width: 100%;
      height: auto;     
}
.gallery li:nth-child(3n+3) {
      margin-right: 0;
}




/* 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: 15px 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: 15px 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 {
	/* ORIGINAL 
	border: 1px solid #999;
	padding: 10px 14px 10px 40px;
	text-decoration: none;
	color: #333;
	font-size: 13px;
	text-transform: uppercase;
	background: url('images/download-icon.png') no-repeat 8px -26px;
	margin: 20px 0;
	display: inline-block;
	border-radius:4px;
	-moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
	*/
	border: 2px solid #999;
    padding: 10px 14px 10px 40px;
    text-decoration: none;
    color: #333;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    background: url(images/download-icon.png) no-repeat 8px -26px;
    margin: 20px 0;
    display: inline-block;
    border-radius: 4px;
    -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 #4a361b;
		border-radius: 2px;
		color: #4a361b !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: #4a361b;*/
		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: 20px auto;
    /* margin-bottom: 0; */
    overflow: auto;
}
.gallery figure {
    margin: 0;
}
.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: #222;
    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 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: 2px solid white;
    text-align: center;
	background: #eee;
}


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

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

td, th { border: 1px solid #CCC; height: 38px; } /* Make cells a bit taller */

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

td {
background: #FAFAFA; /* Lighter grey background */
text-align: center; /* Center our text */
}







blockquote.page_builder_pullquote.left {
				font-family: 'Raleway', sans-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: 'Raleway', sans-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: 'Raleway', sans-serif;
    font-size: 28px;
    font-weight: 300;
    color: #333;
    font-style: italic;
    letter-spacing: 0;
    line-height: 1.3;
    text-align: center;
   /*
    * padding: 30px 0;
    margin: 20px 10% 40px;
    */
    padding: 0;
    margin: 30px 20% 30px;
    width: 60%;
	/*
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	*/
}



/*
 *  4. textblock
 *
 */

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

.pb_textbox.narrow {
    padding: 5px 0 0;
    width: 90%;
    margin: 0 auto;
}
@media only screen and (min-width:900px) {
	.pb_textbox {
		padding: 5px 0 0;
		width: 90%;
		/* overflow: hidden; */
		margin: 0 auto;
		max-width: 900px;
	}
    .pb_textbox.narrow {
        padding: 5px 0 0;
        width: 60%;
        margin: 0 auto;
    }
}
.pb_textbox p {
    margin: 15px auto;
	color: #666;
}
.bg-dark .pb_textbox p {
	/*color: #e4e4e3;*/
}

/* drop cap */
.pb_textbox.dropcap  p:first-child:first-letter {
	/*font-family: 'Raleway', sans-serif;
    letter-spacing: 0;
    text-transform: uppercase;
    font-size: 69px;
    float: left;
    font-weight: 500;
    margin: 10px 8px 0 0;
    line-height: 0.66;*/
	/* new for samara */
	font-family: 'Raleway', serif;
    letter-spacing: 0;
    text-transform: uppercase;
    color: rgba(0,0,0,0.5);
    font-size: 76px;
    float: left;
    font-weight: 300;
    margin: 12px 6px 0 0;
    line-height: 0.6;
}
/*
.bg-dark .pb_textbox.dropcap  p:first-child:first-letter {
	color: rgba(255,255,225,0.8);
}
*/
@media only screen and (min-width:900px) {
    /*p {
                font-size: 17px;
				font-weight: 400;
                color: #676767;
                line-height: 1.8;
                text-align: justify;
            }*/
			.pb_textbox.dropcap p.dropcap:first-letter {
				font-family: 'Raleway', sans-serif;
				letter-spacing: 0;
				text-transform: uppercase;
				color: #604a3f;
				font-size:98px;
				float: left;
				font-weight: 500;
				margin: 12px 6px 0 0;
				line-height: 0.7;
			}
}

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

.narrow ul {
    margin-left: 100px;
}
.pb_textbox ul {
	padding: 0;
	margin-bottom: 25px;
    /*margin-right: 10px;*/
}
.pb_textbox ul li {
	margin-bottom: 7px;
	font-family: 'Raleway', sans-serif;
    color: #666;
    line-height: 1.3;
}

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

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




h2.pb_heading_h2 {
	padding:0;
	display: block;
    margin: 20px auto 20px !important;
	    width: 90% !important;
    max-width: 1100px !important;
    text-align: center !important;
}
/*
h2.pb_heading_h2:before {
width: 0;
display: inline-block; 
padding: 0;
margin-right: 0;
text-indent: 0;
content:"";
background: none;
}
h2.pb_heading_h2:after {
width: 0;
display: inline-block; 
padding: 0;
margin-left: 0;
text-indent: 0;
content:"";
background: none;
}
*/





/*
 *
 *
 * NOT SURE ABOUT THIS   ??????
.container {
	width: 90%;
	max-width: 980px;
	margin:0 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(0,0,0,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: 5px 10px;
		border: 1px solid #4a361b;
		border-radius: 2px;
		color: #080808 !important;
		font-size: 15px;
		font-weight: 600;
		text-transform: uppercase;
		letter-spacing: 1px;
		text-align: center;
		margin: 20px 14%;
		-moz-transition: all .3s ease;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
		text-decoration: none;
	}
	#footer a.PB-button {
		
		text-align: left;
		margin: 20px 0;
		
	}
	a.PB-button:hover {
		background: #080808;
		color: #fff !important;
		text-decoration: none;
	}
#footer a.PB-button:hover {
		text-align: left;
		margin: 20px 0;
		
	}



        
blockquote.page_builder_pullquote.left {
      font-family: 'Raleway', sans-serif;
      color: #2FB0E5;
      font-size: 25px;
      line-height: 1.2;
      /*font-style: italic;*/
      float: none;
      width: 90%;
      text-align: center;
      padding: 30px 0;
      border-top: 2px solid #2FB0E5;
      border-bottom: 2px solid #2FB0E5;
      border-left: 0;
      margin: 40px auto 40px;
}
blockquote.page_builder_pullquote.right {
      font-family: 'Raleway', sans-serif;
      color: #2FB0E5;
      font-size: 25px;
      line-height: 1.2;
      /*font-style: italic;*/
      float: none;
      width: 90%;
      text-align: center;
      padding: 30px 0;
      border-top: 2px solid #2FB0E5;
      border-bottom: 2px solid #2FB0E5;
      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: 30%;
		margin: 10px 50px 10px 10%;
		text-align: right;
		padding: 0;
		padding-right: 40px;
		border: none;
		border-right: 4px solid #2FB0E5;
    }
	
	blockquote.page_builder_pullquote.right {
		font-size: 28px;
		line-height: 1.3;
		float: right;
		width: 30%;
		margin: 10px 10% 10px 50px;
		text-align: left;
		padding: 0;
		padding-left: 40px;
		border: none;
		border-left: 4px solid #2FB0E5;
    }
}

/* cta */


		.cta h2 { font-size: 50px; max-width: 70%; margin: 0 auto; line-height: 1.1; z-index: 10; color: #111; text-transform: none;
		    
    color: #fff !important;
    }
		.cta h2, .cta h2 .cta span, .cta h6, .cta a {
            z-index: 9; position: relative;
        }
		.cta h6 {
			/*
			width: 80%;
			margin: 15px auto 66px;
			font-weight: bold;
			text-transform: uppercase;
			font-size: 23px !important;
			*/
			width: 60%;
			margin-top: 15px;
			margin: 15px auto 66px;
			font-family: 'Raleway' !important;
			font-weight: normal;
			text-transform: none;
			font-size: 17px !important;
			color: #fff !important;
			line-height: 1.3;
		}
		.cta h6 a {
			color: #fff !important;
			text-decoration: underline;
		}
        .block-vignette {
		 width: 100%;
		 height: 100%;
		 position: absolute;
		 top: 0;
		 right: 0;
		 bottom:0;
		 left: 0;
		 background: url(../images/block-vignette.png) repeat-x bottom left;
		}


		/*   image plus text blocks  */
		
		.inbetween {
			width: 100%;
			max-width: 1200px;
		}
		.boxed {
			width: 100%;
			max-width: 1140px;
			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: 40px;
		}
		/* three up */
		.image-plus-text-blocks.three-up  {
			width: 100%;
		}
		.image-plus-text-blocks.three-up li {
			width: 100%;
			float: none;
			margin-right: 0;
			list-style: none;
			margin-bottom: 40px;
		}
		/* 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.5%;
                float: left;
                margin-right: 1%;
                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: 25px;
            }
            .image-plus-text-blocks.three-up li:nth-child(2n + 2) {
                margin-right: 0;
            }
			
			/* four up */
            .image-plus-text-blocks.four-up li {
                width: 48.5%;
                float: left;
                margin-right: 2%;
                list-style: none;
				margin-bottom: 25px;
            }
            .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:31.3%;
                float: left;
                margin-right: 3%;
                list-style: none;
            }
            .image-plus-text-blocks.three-up li:nth-child(2n + 2) {
                margin-right: 3%;
            }
            .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-block p {
			margin: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:15px; line-height: 1.5; width: auto;text-align:justify; font-size: 16px;
			}
        }
		.image-plus-text-block p.image-plus-text-block-title {
			text-align: left;
			padding: 0px 20px 12px 0;
			width: auto;
			font-weight: 600;
			margin: 15px 0 0 0;
			text-transform: uppercase;
			font-size: 20px;
			letter-spacing: 0;
			border-bottom: 1px solid #111;
			display: inline-block;
		}
		.image-plus-text-block .image-plus-text-block-text p {
			text-align: left;
			font-weight: 400;
			margin: 15px 0 15px 0;
			font-size: 14px;
			letter-spacing: 0;
			text-align: left;
		}
		
		.image-plus-text-block a.image-plus-text-block-link {
			text-align: left;
			font-weight: 600;
			font-style:italic;
			margin: 0 auto 14px;
			font-size: 13px;
			text-transform: uppercase;
			color: #000;
			letter-spacing: 0;
			font-size: 13px;
		}
		
		
		.image-plus-text-block-image {
			/*height: 350px;*/
			position: relative; 
		}
		.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: 'Raleway', sans-serif;
			font-size: 15px;
			text-transform: uppercase;
			text-decoration: none;
			border-radius: 5px;
			color: #fff;
			font-weight: 600;
			background: rgba(0,0,0,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(0,0,0,1) !important;
			background: #fff !important;
            -moz-transition: all .3s ease;
            -webkit-transition: all .3s ease;
            transition: all .3s ease;
		}
		
		
		a.cta-button {
		 color: #fff;
		 background: #080808;
		 padding: 10px 25px;
		 font-size: 18px;
		 text-transform: uppercase;
		 text-decoration: none;
		}
		a.cta-button:hover {
		 color: #080808;
		 background: #fff;
		}





/*
 *
 *lodgeblocks
 *
 **/

.lodgeblocks {
      width: 100%;
	  margin-bottom: 10px;
	  min-height: 300px;
	  width: 100%; background: #080808;position: relative;overflow: hidden;
}
.lodgeblocks > a {
      float: none;
      width: 100%;
      padding: 0;
      position: relative;
      height: auto;
	  min-height: 300px;
	  display: block;
	  
}
@media only screen and (min-width:830px) {
    .lodgeblocks > a {
          padding: 0;
          position: relative;
		  height: 400px;
    }
}
.lodgeblocks > a:hover .overlay {
      opacity: 0.1;
}
.lodgeblocks > a div.lodgeblock-text {
      position: absolute;
      top: 50%;
	  -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      z-index: 5;
	  -moz-transition: all .3s ease;
      -webkit-transition: all .3s ease;
      transition: all .3s ease;
}
/*
.lodgeblocks > a:hover div.lodgeblock-text {
      position: absolute;
      top: 50%;
	  -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      z-index: 5;
}
*/
.lodgeblocks > a div.lodgeblock-text p.exp_details {
      /*opacity: 0;*/
	  font-size: 13px; font-weight: 500; letter-spacing: 1px;
	  color: #fff; border: 1px solid #fff; padding: 5px 10px; text-transform: uppercase;margin-top:20px; display: inline-block;
	  -moz-transition: all .3s ease;
      -webkit-transition: all .3s ease;
      transition: all .3s ease;
}
/*
.lodgeblocks > a:hover div.lodgeblock-text p.exp_details {
      opacity: 1;
	  color: #fff; border: 1px solid #fff; padding: 5px 10px; text-transform: uppercase;margin-top:20px; display: inline-block;
}
*/

.lodgeblocks.left > a.info {
	float: none;
		width: 100%;
		height: auto;
      text-align: right;
}
.lodgeblocks.left > a.visual {
	float: none;
		width: 100%;
		height: 200px;
      text-align: left;
	  position:relative;
}

.lodgeblocks.right > a.info {
	float: none;
		width: 100%;
		height: auto;
      text-align: right;
		min-height: 250px;
		overflow: auto;
}
.lodgeblocks.right > a.visual {
	float: none;
		width: 100%;
		height: 200px;
      text-align: left;
	  position:relative;
} 


@media only screen and (min-width:900px) {
    .lodgeblocks.left > a.info {
        float: left;
            width: 46%;
          text-align: right;
		height: 400px;
    }
    .lodgeblocks.left > a.visual {
            float: right;
          width: 54%; 
          text-align: left;
          position:relative;
		height: 400px;
    }
    
    .lodgeblocks.right > a.info {
        float: right;
            width: 46%;
          text-align: right;
		height: 400px;
    }
    .lodgeblocks.right > a.visual {
            float: left;
          width: 54%; 
          text-align: left;
          position:relative;
		height: 400px;
    } 
}

.lodgeblocks > a.visual div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.lodgeblocks.left > a.info div.lodgeblock-text {
      right: 14%;
      display:block;
      text-align: right;
      width: 80%;
}
.lodgeblocks.right > a.info div.lodgeblock-text {
      left: 14%;
      display:block;
      text-align: left;
      width: 80%;
}
.lodgeblocks > a.info div.lodgeblock-text p {
      text-align: right;
      margin:0;
}
.lodgeblocks > a.visual div.lodgeblock-text p {
      text-align: left;
      margin:0;
}
.lodgeblocks > a div.lodgeblock-text p.line1 {
      font-family: 'Raleway', sans-serif;
      font-size: 50px;
      line-height: 1;
      color: rgba(255,255,255,0.99);
}
.lodgeblocks > a div.lodgeblock-text p.line2 {
     /* font-family: 'Libre Baskerville', serif;*/
      font-size: 23px;
      line-height: 1;
      /*font-style: italic;*/
      color: rgba(255,255,255,0.99); 
}

.lodgeblocks > a.info div.lodgeblock-text p.line2 {
	margin-right: 3px;
	letter-spacing: -1px;  
}

.lodgeblocks > a div.lodgeblock-text p.line3 {
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	line-height: 1;
	font-style: normal;
	color: rgba(255,255,255,0.5);
	width: 80%;
	margin: 18px 0 10px auto;
	line-height: 1.3;
	text-align: right;
}
.lodgeblocks.right > a div.lodgeblock-text p.line3 {
	margin: 18px auto 10px 0;
	text-align: left;
}
.lodgeblocks > a .divider {
      width: 122px;
      height: 1px;
      background:rgba(255,255,255,1);
      display:inline-block;
      margin:18px 0 12px;
}
.lodgeblocks.left > a.info > *, .lodgeblocks.left > a.info div.lodgeblock-text > * {
      text-align: right;
}
.lodgeblocks.right > a.info > *, .lodgeblocks.right > a.info div.lodgeblock-text > *  {
      text-align: left;
}


.lodgeblocks > a:hover div.overlay {
      /*opacity: 0.9;*/
      -moz-transition: all .3s ease;
      -webkit-transition: all .3s ease;
      transition: all .3s ease;
}
/*
.lodgeblocks > .handwritingCenter, .handwritingLeft, .handwritingRight {
	font-family: 'meadowbrookregular';
    color: #fff;
    font-size: 236px;
    letter-spacing: 4px;
    width: 3000px;
    position: absolute;
    bottom: -95px;
    white-space: nowrap;
    margin: 0;
	z-index:20;
}
*/
.lodgeblocks p.handwritingCenter, .lodgeblocks p.handwritingLeft,.lodgeblocks p.handwritingRight {
	bottom: auto;
	top: 163px;
}
@media only screen and (min-width:800px) {
    .lodgeblocks p.handwritingCenter, .lodgeblocks p.handwritingLeft, .lodgeblocks p.handwritingRight {
		top: auto;
		bottom: -120px;
	}
}


        
        .narrow {
            width: 90% !important;
            margin: 20px auto;
        }
		@media only screen and (min-width:800px) {
            .narrow {
                width: 60% !important;
                margin: 20px auto;
            }
			.narrow p {
                width: 80% !important;
            }
            
        }
        blockquote {
			margin: 0 0 0 20px;
			border-left: 3px solid rgba(98,73,24,1);
			padding-left: 40px;
		}
        
.blocks > a {
      display: block;
    height: 300px;
    background: #ccc;
    float: left;
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
    position: relative;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.blocks > a:hover {
     opacity: 0.8; 
}
@media only screen and (min-width:800px) {
    
    .blocks > a {
        height: 400px;
        background: #ccc;
        float: left;
        margin-right: 0;
        margin-bottom: 0;
        position: relative;
    }
	.blocks2 a {
		width: 50% !important;
        margin-right: 0;
	}
    .blocks2 > a:nth-child(1), .blocks2 > a:nth-child(2) {
        width: 50%   
    }
    .blocks2 > a:nth-child(2) {
       margin-right: 0 !Important;
    }
	.blocks3 a {
		width: 33.3333% !important;
	} 
	.blocks3 > a:nth-child(1), .blocks3 > a:nth-child(2) {
        margin-right:0 !Important;
    }
    .blocks3 > a:nth-child(3) {
       margin-right: 0 !Important;
    }   
    /*
	 *.blocks > a:last-child {
        margin-right: 0;
    }
    */
}
.blocks2 a p.title {
    position: absolute;
    left: 0;
    bottom: 10%;
	margin:0;
    font-size: 28px;
    padding: 7px 15px;
	font-family: 'John Handy LET'; 
	letter-spacing: 1px;
    color: #fff;
	-moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
	text-align: center;
    line-height: 1.2;
}
.blocks2 a:hover {
    bottom: 10%;
    padding: 7px 30px;
}
.blocks3 div.blocktext {
    position: absolute;
    left: 0;
    bottom: 10%;
	margin:0;
	-moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    width: 100%;
	text-align: center;
	z-index: 10;
}
.blocks3 a p.title {
    padding: 9px 19px;
	font-family: 'John Handy LET'; 
	letter-spacing: 1px;
    color: #fff;
    line-height: 1.2;
    width: 100%;
    font-size: 47px;
	text-align: center;
	margin:0;
}
.blocks3 a p.title span{
    display: block;
	font-family: 'Raleway', sans-serif; 
	letter-spacing: 1px;
    font-size: 24px;
    color: #fff;
	text-align: center;
    line-height: 1.2;
}
.blocktext .divider {
   margin:10px auto;
   opacity: 0.6;
}

