body {
	margin: 0px;
	background-color: #fff;
	
	font-family: "futura-100", sans-serif;
	font-weight: 400;
	font-style: normal;
	}
body.body-div {
	margin: 0px;
	background-color: #fff;
	}
h1, h2, h3, h4, h5, h6 {
	font-family: "futura-100", sans-serif;
	font-weight: 500;
	font-style: normal;
	color: #36361b;
}
h2 {
	text-transform: none;
	font-size: 1.5em;
}
a {
    text-decoration: none;
	font-family: "futura-100", sans-serif;
    color: #69695D;
    font-weight: normal;
}

.btn.btn-primary {
	border: #fff solid 1px;
	padding: 12px 22px;
	
    color: #ffffff;
    background-color: #006f53;
}
/*-------------------*/
@media (min-width: 1100px) {
	.header-inner {
    	background-image: url(images/_header.jpg) !important;
        background-repeat: no-repeat;
        background-position: right 287px bottom;
        background-size: auto 90%;
	}
}

.header {
    background-color: #fff;
    position: relative;
    z-index: auto !important;
}

.header-inner {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1em;
    padding-right: 1em;
    position: relative;
    background-image: none;
}
#logo img {
    width: 100%;
    max-width: 100%;
}
#logo {
    margin: 10px 0 -42px 0;
    float: left;
    width: 200px;
    z-index: 9999999;
    position: relative;
}
.header-info {
    text-align: right;
    float: right;
    margin: 15px 0em 1em 0em;
    width: 300px;
	font-family: "futura-100", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.header-inner .header-strap {
    padding: 60px 0px 0px 50px;
    float: left;
    font-style: italic;
    font-size: 1.2em;
    color: #006F53;
	display: none !important;
}

.header-tel a {
    font-size: 1.5em;
    color: #006F53;
	font-family: "futura-100", sans-serif;
	font-weight: 600;
	font-style: normal;
}
.header-address span {
    border-top: solid 2px #dedc75;
    padding-top: 5px;
	font-family: "futura-100", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
}

@media only screen and (min-width: 1000px) {
    .menu-hold-inner {
        max-width: 1400px;
        margin-left: auto;
        margin-right: auto;
        position: relative;
    }
	    .menu-hold {
        position: relative;
        background-color: #FBF3EB;
        height: 45px;
        -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.0);
        -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.0);
        box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.0);
    }
}


@media only screen and (max-width: 999px) {
    .menu-hold {
        position: relative;
        background-color: transparent;
        height: 44px;
        -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.0);
        -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.0);
        box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.0);
    }
	
	
	#logo {
		margin: 10px 0 0px 0;
		width: 100px;
	}
	.header-strap {
		padding: 33px 0px 0px 50px;
		font-size: 1.0em;
	}
	.header {
		background-color: #fff;
		position: relative;
		z-index: auto !important;
		height: 85px;
	}
}

@media only screen and (max-width: 500px) {
    .header-strap {
        padding: 35px 0px 0px 14px;
        font-size: 0.8em;
    }
}
@media only screen and (max-width: 390px) {
    .header-strap {
        display: none ! IMPORTANT;
    }
}



/*---------------------*/
.colour.cream2 {
	background-color: #FBF3EB;
}
.colour.cream3 {
	background-color: #F1E6DB;
}
.colour {
	padding: 3em 0em;
}

/* NEWS ------------------------------*/
.news1-wrap-tag {
    padding-bottom: 20px;
    width: calc(33% - 40px);
	margin: 10px 10px;
    float: left;
	padding: 10px;
	border: solid 1px #ccc;
	border-radius: 8px;background-color: #fff;
	-webkit-box-shadow: 0px 2px 5px 1px rgb(0 0 0 / 13%);
    box-shadow: 0px 2px 5px 1px rgb(0 0 0 / 13%);
}

.news1-article-images {
    border: none !important;
    margin-bottom: 12px;
    position: relative;
    overflow: hidden;
    height: 230px;
    padding: 0px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.news1-article-images img {
    max-width: 100%;
    max-height: none;
    height: auto !important;
}

.news1-wrap-tag .news1-article-short-description {
	height: auto;
    padding-bottom: 10px;
}

@media only screen and (max-width: 720px) {
    .news1-wrap-tag {
		width: calc(49% - 40px);
	}
}
@media only screen and (max-width: 500px) {
    .news1-wrap-tag {
		width: calc(100% - 40px);
	}
}

/*-----------home -----------------*/
.home-text-img figcaption {
    position: absolute;
    top: 10%;
    left: 30px;
    bottom: auto;
    background-color: rgba(155,177,92,0.80) !important;
    right: 44%;
    color: rgba(255, 255, 255, 1.00);
    padding-left: 3%;
    padding-right: 3%;
}


.home-text-img {
	overflow: hidden
}

@media (max-width: 700px) {
	.home-text-img figcaption {
	    left: 15px;
	    top: 5%;
		right: 20%;
	}
    .home-text-img img {
        width: 200% !important;
        max-width: none !important;
        margin-left: -50%;
    }
}
/*-----------testimonial------------------------*/
.colour.testimonial-colour {
    padding: 3em 0em 4.5em 0em;
    background-color: #E9E9E9;
	background-color: rgba(255,255,255,0.60)
}
.testimonial-colour .column {
    min-height: 400px;
    text-align: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
}

.testimonial_message {
    font-size: 1.7em;
    padding: 40px 40px 40px 40px;
    color: #ffffff;
    margin: 0px 0px 0px 0px;
    border-radius: 40px 40px 40px 40px;
    border: solid 0px #000000;
    background-image: -webkit-linear-gradient(0deg,rgba(8,128,72,1.00) 0.83%,rgba(0,111,83,1.00) 100%);
    background-image: -moz-linear-gradient(0deg,rgba(8,128,72,1.00) 0.83%,rgba(0,111,83,1.00) 100%);
    background-image: -o-linear-gradient(0deg,rgba(8,128,72,1.00) 0.83%,rgba(0,111,83,1.00) 100%);
    background-image: linear-gradient(90deg,rgba(8,128,72,1.00) 0.83%,rgba(0,111,83,1.00) 100.00%);
}


.testimonial_whoby {
    font-size: 0.8em;
    color: #000;
    padding-top: 20px;
}

@media only screen and (max-width: 550px) {
	.testimonial_message {
    font-size: 1.2em;
	}
}

/*-----------catalogue-------------------------*/

.prod-sum-wrap {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

.cat-filter-wrap {
    float: left;
    width: 250px;
    border: solid 1px #c8c8c8;
    margin-right: 20px;
    background-color: #FFFFFF;
    margin-top: -50px;
    border-radius: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px 10px 10px 10px;
    -webkit-box-shadow: 0px 10px 21px -9px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 0px 10px 21px -9px rgba(0,0,0,0.45);
    box-shadow: 0px 10px 21px -9px rgba(0, 0, 0, 0.45);
    margin-bottom: 15px;
}
.cat-prod-wrap {
    float: left;
    width: calc(100% - 270px);
}


.prod-sum-figure {
    border: solid 1px #bcbcbc;
	border-radius: 8px;
    padding: 12px 15px;
	margin: 1em 2% 1em 2%;
    width: calc(29% - 32px);
}
.product-sum1 {
    min-height: 70px;
}

.cat-title-nav, .prod-detail-nav-constrain {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding: 25px 10px;
    text-align: right;
}

.prod-detail-top-wrap {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
	border: none;
}

@media (max-width: 768px) {
	.cat-prod-wrap {
		float: left;
		width: calc(100% - 0px);
	}
}
@media (max-width: 520px) {
		.prod-sum-figure {
		padding: 12px 10px;
		margin: 1em 1% 1em 1%;
		width: calc(48% - 22px);
	}
}




/*--- PROD DETAIL -----------------*/
.prod-detail-main-section {
	border: solid 1px #bcbcbc;
	border-radius: 8px;
	padding: 30px;
	overflow: hidden;
	-webkit-box-shadow: 1px 1px 4px 2px rgba(0, 0, 0, 0.015);
    box-shadow: 1px 1px 4px 2px rgba(0, 0, 0, 0.15);
}
.prod-detail-wrap {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
	margin-bottom: 30px;
}
.prod-detail-figure img {
    max-height: none;
    width: 100%;
}

.prod-detail-image-wrap {
    width: 47% !important;
	margin-right: 3%;
    padding-right: 3%;
}
.prod-detail-info-wrap {
    width: 46% !important;
}
.prod-detail-info-wrap H1 {
    margin: 1em 0px 23px 0px;
}






.prod-det-ymal {
	max-width: 1000px;
	margin: 70px auto 30px auto;
}

.prodV3-ymal-wrap {
    background-color: #EBEBEB;
	border-radius: 8px;
    padding: 12px 15px;	
	font-size: 0.75em;
}

.prodV3-ymal-wrap .lslide {
	min-height: 250px !important;
    /*border: solid 1px #bcbcbc;*/
	border-radius: 6px;
	overflow: hidden;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	background-color: #fff;
	padding: 0px 0px;
}
.slider-product-name {
	padding: 10px;
}
a .slider-product-name {
	color: #000 !important;
}


@media (max-width: 700px) {

	.prod-detail-image-wrap {
		width: 100% !important;
		margin-right: 0%;
		padding-right: 0%;
		border: none;
	}
	.prod-detail-info-wrap {
		width: 100% !important;
	}
	.prod-detail-figure img {
		width: 400px;
	}
}


@media (max-width: 550px) {
	a .slider-product-name {
		display: none;
	}
	.prodV3-ymal-wrap .lslide {
		min-height: 80px !important;
	}
}


/* HOME */

.c2a-wrap {
	padding: 0.01px 0px;
}

.c2a-wrap .column {
	padding: 3px;
}
figure.c2a {
    position: relative;
	margin: 0px !important;
	 -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;  
}
figure.c2a:hover {
    transform: scale(0.95);
	z-index: 999999;
}
figure.c2a img {
    display: block;
}


.c2a figcaption {
    position: absolute;
    top: 0% !important;
    left: 0px;
    background-color: rgba(155,177,92,0.90) !important;
    background-image: none !important;
    
}





.c2a H3 {
    margin: 0.4em 0em;
    color: rgba(255, 255, 255, 1.00);
    padding: 20px 30px !important;
    font-size: 1.6em;

	
	font-family: "futura-100", sans-serif;
	font-weight: 500;
	font-style: normal;
}







/*------------Footer-------------------------*/
.footer-wrap {
    padding: 1.7em 0px 2.5em 0px;
    background-image: none;
    background-repeat: no-repeat;
    background-position: right top;
    color: #69695D;
    background-color: #E3D6C9;
    font-size: 0.89em;
    line-height: 1.4em;
    position: relative;
}
.footer-wrap .restrict-width {
    background-image: url(images/detail-1.png);
    background-repeat: no-repeat;
    background-position: right 5px bottom 0px;
    background-size: 200px auto;
}

.footer-wrap a {
    color: #69695D !important;
	font-family: "futura-100", sans-serif;
	font-weight: 400;
	font-style: normal;
}
P.F-header {
    font-weight: 600;
    font-size: 1.5em;
    line-height: 1.2em;
    border-bottom: solid 1px rgba(105,105,93,0.48);
    padding: 15px 0px 10px 1px;
    margin-bottom: 1.0em;
}
.footer-contact-links a {
    width: 180px;
    padding: 15px 10px 15px 45px;
    font-size: 1.3em;
    font-weight: 700;
    display: block;
    background-image: url(images/icon2-call-d.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 35px;
}
.footer-contact-links a.f-link-email {
    background-image: url(images/icon2-email-d.png);
}
.footer-contact-links a.f-link-map {
    background-image: url(images/icon2-loc-d.png);
}
.footer-1b a {
    padding: 5px 10px 5px 29px;
    font-size: 1.0em;
    font-weight: 700;
    display: inline-block;
    background-image: url(images/icon-wheel.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 20px;
}

@media screen and (max-width: 720px) {
	.footer-contact-links a {
		margin: 0px auto;
		text-align: left;
		border-bottom: rgba(0,0,0,0.26) solid 1px;
	}
	.footer-1b a {
		margin: 0px auto;
		text-align: left;
		border-bottom: rgba(0,0,0,0.26) solid 1px;
		width: 150px;
		
		
		padding: 5px 10px 5px 29px;
		font-size: 1.0em;
		font-weight: 700;
		display: inline-block;
		background-image: url(images/icon-wheel.png);
		background-repeat: no-repeat;
		background-position: left center;
		background-size: auto 20px;
	}
}


/*------------New Menu-------------------------*/

/* MULTI MENU SYSTEM
================================*/


@media screen and (min-width: 1000px) {

/*---------------no text on desktop --------------------*/



 .howerbox-level1 {
    display: none;
        width: 1000px;
        height: auto;
        position: absolute;
        color: black;
        background-color: #ffffff;
		column-count: 5;

	 
    }

    .cl_orange
    {
    color: orange;
    }
/**/


/*.content-box {
   border: 10px solid #000000;
   column-count: 3;
 }*/

UL#nav-main  {
	padding: 0px 0px 0px 0px!important;
	margin: 0px !important;
}
#nav-main UL,#nav-main LI,#nav-main OL  {
	padding: 10px !important;
	margin: 0px !important;
	/*margin-bottom: 8px !important;
	margin-top: 8px !important;*/
}
/*.ol_class {
	width: 250px;
	text-transform: none !important;
}*/
.navigation {
    z-index: 9999999;
    text-align: right;
}
.howerbox {
	text-align: left !important;
}
.howerbox-level1 {
    position: absolute;
    top: 54px;
    left: auto;
    right: 0px;
    z-index: 9999999;
    width: 100% !important;
    margin: 0em 0.0em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 20px;
	-webkit-box-shadow: 0px 6px 5px 3px rgba(0,0,0,0.09); 
	box-shadow: 0px 6px 5px 3px rgba(0,0,0,0.09);
	text-align: right !important;
	background-color: #fff ! IMPORTANT;
	border-radius: 0px;
}
.howerbox-level1 OL {
	width: 150px;
	text-align: center;
}

	/*
#nav-main li:nth-of-type(2) .howerbox-level1 OL,#nav-main li:nth-of-type(2) .howerbox-level1 OL li a {
    display: block;
	width: 150px;

}
	*/
	
		#nav-main li:nth-of-type(1) .howerbox-level1 OL {
		display: inline-block;
		width: 210px;
		text-align: center;
	}
		/*#nav-main li:nth-of-type(4) .howerbox-level1 OL {
		display: inline-block;
		width: auto;
		text-align: center;
			padding-left: 25px !important;
			padding-right: 25px !important;
	}*/
			/*#nav-main li:nth-of-type(4) .howerbox-level1 OL:nth-of-type(1) {
		display: inline-block;
		width:265px;
		text-align: center;
	}*/

	
	
nav ul li {
    position: inherit !important;

}

.howerbox-level1 {
	background-color: #ffffff;
}
.howerbox-level2 {
	display: none !important;
}
.howerbox-level1 li a {
	color: var(--blue);
	font-weight: 700;
	text-transform: none;
	font-size: 1em;
	padding: 8px 2px;
	margin: 0px 0px;
	text-align: center;
	/*width: 140px;*/
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: transparent;
}
li.navigation-mob-level2 a {
	color: #807b74;
	font-weight: normal;
	text-transform: none;
	font-size: 0.80em;
	padding: 2px 2px;
	margin: 0px 0px;
	text-align: left;
	border: none !important;
}
#nav-main .howerbox-level2 UL,#nav-main .howerbox-level2 LI,#nav-main .howerbox-level2 OL  {
	padding: 0px !important;
	margin: 0px !important;
	margin-top: 3px !important;
}
	/* top level non clickable fix */
	ul li a.parent {
		/*pointer-events: none;*/
	}
	
	#nav-main li:nth-of-type(5) .howerbox-level1 {
		width: 900px !important;
		left: auto !important;
		column-count: 3 !important;
	}

	
	
}


@media screen and (min-width: 1300px) {
	/*.howerbox-level1 OL {
	width: 190px;
	text-align: center;*/
	}
}

@media screen and (min-width: 1000px) {
	.menu_image {
		padding-bottom: 15px;
	}
	.ol_class li {
       border: solid 1px #E4E4E4;
		width: calc(100% - 20px);
    }
}


@media screen and (min-width: 1000px) {
	#nav-main li:nth-of-type(1) .howerbox-level1 OL img {
		display: block;
		width: 80%;
		max-width: 180px;
		margin: 0px auto 00px auto;

	}

}





/* NEW MENU SYSTEM
================================*/

@media screen and (min-width: 1000px) {
.menu-hold {
        position: relative;
        top: 0px;
        padding: 0px 0px 0px 0px;
        right: 0px;
        height: 54px;
        z-index: 9999;
        width: 100%;
		background-color: #9bb15c !important;
}
	

.menu-hold-inner {
	max-width: 1445px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.toggleMenu {
	display: none !important;
}
ul#navres {
	text-align: right;	
}
.navresponsive {
	position: absolute;
	right: 10px;
	/*right: 0px;
	bottom: 0px;*/
	text-align: right;
	background-color: transparent;
	color: #858585;
	top: auto;
}
.navrespsubmenu {
	width: 150px;

}
.navresponsive UL,.navresponsive LI {
	text-align: right;
	/*display: inline-block;*/
	color: #444444;
}
nav ul li ul {
	-webkit-box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.0);
	-moz-box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.0);
	box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.0);
}
nav ul li ul li {
	border: none !important;
}
    nav ul li a {
		font-family: "futura-100", sans-serif;
		font-weight: 500;
		font-style: normal;
		letter-spacing: 0.05em;
        font-size: 0.90em;
        padding: 7px 13px;
        background-color: transparent;
        text-transform: uppercase;
		-webkit-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
		color: #fff;
    }
    nav ul li a:hover {

        transform: translateY(-3px);
		color: #000;
    }

	nav ul li:last-of-type a {

}

	
	
	
nav ul li a:hover {
	/*transform: translateY(-2px);*/

}
nav ul li ul li a {
    color: #888888;
    font-size: 1em;
    padding: 10px 15px;
    background-color: #ffffff;
    text-align: left;
    border-top: solid 1px rgba(0,0,0,0.08);
}
nav ul li ul li ul {
    left: 150px;
}
nav ul li ul li a:hover {
	color: #1b75bb;
	background-color: #E1ECF3;
}
	.howerbox-level1 li a:hover {
		color: ##014278 !important;
	}
.touch-btn {
	display: none;
}
	
	   /* #nav-main li:nth-of-type(4) .howerbox-level1 {
        column-count: 2;
			width: 800px !important;
    }
	    #nav-main li:nth-of-type(4) .howerbox-level1 OL {
        border: solid 1px #ccc;
			width: 300px;
			padding-left: 15px !important;
        padding-right: 15px !important;
    }*/
	
	

}

/*

@media screen and (min-width: 1350px) {
		nav ul li a {
		color: #1F1F1F;
	font-family: "indivisible", sans-serif;
	font-weight: 300;
	font-style: normal;
		font-size: 1.0em;
		padding: 19px 12px;
		background-color: transparent;
		text-transform: uppercase;

	}
}

*/


@media screen and (max-width: 999px) {
.navresponsive {
	width: 100%;
	background-color: transparent;
	top: 0px;
}
#navres.active {
	padding-top: 75px;
	background-color: #ffffff;	
}
.menu-hold {
    position: absolute;
    right: 0px;
    top: 3px;
    left: auto;
    width: 100%;
	height: 60px;
}
.header-tel-email,.header-to-menu,.header-info {
	display: none;
}
nav.navigation {
	position: absolute;
	top: 83px;
	right: 0px;
	left: 0px;
	z-index: 1010;
}
.howerbox-level1, .howerbox-level2 {
	padding: 5px 3px;
}
#nav-main {
	margin-top: -1px !important;	
}
a.toggleMenu {
    background-color: transparent;
	color: #807B74 !important;
	font-size: 0em;
	height: 30px;
	z-index: 99999999999 !important;
	width: 40px;
	position: absolute;
	top: 22px;
	right: 17px;
	left: auto !important;
	display: block !important;
}
nav {
    margin: 0 0px 10px 10px;
}
#navres {
	margin: 0px !important;
}
#navres LI {
	background-color: transparent;
	width: 100%;
}
#navres LI:hover {
	background-color: transparent;
	/*color: #ffffff !important;*/
}
.ol_class br {
		display: none;
	}
nav ul li {
    border-top: none;
	background-color: #F1E6DB;
	min-width: inherit;
}
nav ul li a {
	color: #000000 !important;
	border-top: 1px solid rgba(0,0,0,0.08);
	padding: 15px 10px;
	background-color: #ffffff;
	font-weight: 400;
}
nav ul li ol li a {
	color: #000000 !important;
	border-top: 1px solid rgba(0,0,0,0.08);
	padding: 12px 10px;
	background-color: #ffffff;
	font-weight: 400;
	
	border: solid 1px #ccc;
	border-radius: 8px;
	margin: 2px;font-size: 0.9em;
}

nav ul li a:hover {
	color: #000 !important;
	background-color: #fff;
}
.touch-btn {
	display: none;
}
span.touch-btn {
	background-color: transparent !important;
	background-image: url(images/plus-minus-submenu.png);
}
    .toggleMenu span.touch-btn:first-of-type {
        background: url(images/plus-minus.png) no-repeat 50% 2px #666;
        border-radius: 0px !important;
        background-color: transparent !important;
        width: 30px;
        height: 30px;
    }
a.toggleMenu span.touch-btn {
    background-position: 0% 0px !important;
}
.mobiletoplevelopen {
	width: 100%;
}
ol.ol_class {
	padding-left: 0px;	
	display: inline-block;
	width: 50%;
}



}

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

	a.toggleMenu {
        right: 10px;
    }
}

@media screen and (max-width: 700px) {
		a.toggleMenu {
			top: 18px;
        	right: 6px;
		}

}















/*------------CONTENT-------------------------*/
.restrict-width {
    margin-left: auto;
    margin-right: auto;
    max-width: 1400px;
}
.colour {
    background-color: #fff;
    position: relative;
}
.colour.trans {
	background-color: transparent;
}



.p-banner {
    height: calc(100vh - 162px);
    background-image: url(images/detail-1.png);
    background-repeat: no-repeat;
    background-position: right 25px bottom 25px;
    background-size: 300px auto;
}
.p-banner .column {
    position: absolute;
    z-index: 150;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    text-align: left;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    /* justify-content: center; */
    padding-left: 0em;
    padding-right: 0em;
    background-image: none;
	
	
	
}
.p-banner-inner {
	padding: 25px;
	max-width: 500px;
}
.p-banner H1 {
	color: #FFFFFF !important;
	display: block;
	padding: 0px;
	margin: 0em;
	text-shadow: 0px 0px 8px rgba(0,0,0,1.00);
	font-size: 3em !important;
}
.p-banner p {
	color: #FFFFFF !important;
	display: block;
	padding: 0px;
	max-width: 500px;
	margin: 1em 0em;
	text-shadow: 0px 0px 8px rgba(0,0,0,1.00);
	font-size: 1.3em !important;
}
.p-banner .restrict-width {
    position: relative;
    height: 100%;
}
.p-banner .btn.btn-primary {
    
}

@media screen and (max-width: 600px) {
.p-banner H1 {
	max-width: 80%;
	font-size: 1.8em !important;
	margin: 30vh auto 0em 0.0em;
}	
.arrow-down {
	display: none;
}
}
@media screen and (max-width: 450px) {
.p-banner H1 {
	font-size: 1.4em !important;
	/*position: absolute;
	left: 0px;
	bottom: 0px;*/

}	
}
@media screen and (max-width: 350px) {
.p-banner H1 {
	font-size: 1.2em !important;
}	
}










































