/********************************************************
			Templatemela Custom Styles
********************************************************/
.tm-carousel {
  display: none;
  position: relative;
  float: left;
  width: 100%;
  margin: 0;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  float: left;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-carousel .owl-item .manu_image a {
  display: inline-block;
}
.owl-carousel .owl-item .manu_image a img {
  max-width: 100%;
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  /* fix */
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  text-align: center;
}

/* mouse grab icon */
.grabbing {
  cursor: url("../img/megnor/grabbing.png") 8 8, move;
}
 
.customNavigation {
  position:absolute;
  z-index: 959;
  width: 100%;
  direction: ltr !important;
  text-align:center;
  clear:both;
  top:40%;
  visibility:hidden;
}

.products:hover .customNavigation{ visibility:visible;}

.customNavigation a {
  position:absolute;
  line-height: 36px;
  padding: 0;
  border:none;
  height:50px;
  width:50px;
  cursor: pointer;
  overflow: hidden;
  font-size:0.001px;
}


@media (max-width: 991px) {
	#main .images-container .js-qv-mask { margin:0px; }
}
@media (max-width: 767px) {
}
/*.customNavigation a.prev:before {
  content: "\E314";
  font-family: "Material Icons";
  padding-left:5px;
}
.customNavigation a.next:before {
  content: "\E315";
  font-family: "Material Icons";
  padding-left:5px;
}*/

.customNavigation a.prev{ 
	background:rgba(0, 0, 0, 0) url("../img/megnor/prod-arrow.png") no-repeat scroll 3px -71px;
	left:-35px;
}
.customNavigation a.prev:hover{ background-position:3px 3px;}

.customNavigation a.next{ 
	background:rgba(0, 0, 0, 0) url("../img/megnor/prod-arrow.png") no-repeat scroll -70px -71px;
	right:-35px;
}

.customNavigation a.next:hover{ background-position:-70px 3px;}

#tmleftbanner img,
#tmrightbanner img{
	max-width: 100%;
}	

/*REALISE4 CUSTOM CSS*/


 @font-face { font-family: Trajan Pro Regular; src: url('Trajan Pro Regular.ttf'); } 
 @font-face { font-family: MinionPro-Regular; src: url('MinionPro-Regular.otf'); } 
 @font-face { font-family: MinionPro-Bold; src: url('MinionPro-Bold.otf'); } 
 
body {
    font-family: "MinionPro-Regular", serif;
}

/*HEADER*/


.header-top{
	margin-bottom: 0px !important;
}
#header .header-top{
	display: block;
}

#header .top-menu a[data-depth="0"]:hover{
	color: #b1bba5 !important;
}

.fixed .top-menu{
    margin: 0px !important;
}
.top-menu a[data-depth="0"]{
	font-size: 19px;
	text-transform: unset;
	letter-spacing: 1.1px;
}

#header .header-top.fixed .logo{
	width:105px;
}

#header {
    min-height: auto;
}

.top-menu a[data-depth="0"]::before {
    border-bottom: 2px solid #b1bba5 !important;
}

.header_logo{
	margin-top: 0px !important;
}
.header_logo {
	border-right: 0px !important;
}

.header-nav {
     display: none; 
}

.main-menu{
	width: 70%;
	margin-top: 47px;
}
#header .header-top .header_logo{
	padding-right: 0px;
    margin-right: 0;
}

/*SEARCH*/

.search-icon{
	margin-top:60px;
	border:none;
}
.search-icon:hover .search, .blockcart:hover a span.hidden-md-down{ color: #b1bba5;}
.header-top .search-widget {
    right: 95px;
    top: 95px;
}

/*CART*/

.cart-products-count {
    color: #000000 !important;	
}
#_desktop_cart .header.blockcart-header a{
	    font-size: 15px;
		padding: 15px 0;
}
#_desktop_cart{
	margin-top: 60px !important;
}
 
.fixed #_desktop_cart{
    margin: 14px !important;
}
.cart-products-count{
	top: 16px;
}

.new, .material-icons{
	color:#5C7260 !important;
}
/*USER info*/




/*SLIDER SECTION*/

.flexslider .slides > li {
    display: flex !important;
    align-items: center;
    justify-content: center;
	height: 450px;
}
.flexslider .caption-description {
    position: absolute;
    bottom: auto;
	top: auto;
    left: 0;
    max-width: 100%;
    text-align: center;
	width: 100%;
}

/*SLIDE 1*/

.main-slider-s1-title{
	letter-spacing: 3px !important; 
	font-size: 44px !important;
	color: #fff !important;
}
.main-slider-s1-subtittle{
	font-size: 23px !important;
}

.flexslider .caption-description{
	text-align: center;
	max-width: 100% !important;
	width: 100%;
}

.slider-button-r4{
	margin: 10px !important;
}

.slider-title-r4{
	color: #fff !important;
	font-size: 46px;
	padding: 10px;
}



/*ABOUT SECTION*/
.feature-1 .content-title > a{
	font-size: 26px !important;
	font-weight: 800;
}

.features .content-title > a{
	font-size: 16px;
	font-family: "Trajan Pro Regular";
	color:#0e2710;
}
.content-title > a{
	color:#0e2710;
	font-family: "MinionPro-Bold";
}
.feature:hover a {
    color: #5C7260;
}
.content-desc{
	text-transform: inherit;
	color:#5C7260;
	font-family: "MinionPro-Regular";
}
.features .icon{
	transition: none;
}
.banner02{
	border: 10px solid #fff;
	margin: 0 !important;
    overflow: hidden;
    position: relative;
    display: inline-block !important;
	max-width: 100%;
}





/*PPRODUCTS SECTION*/

.products-section-title {
    background: none !important;
	padding: 20px 0 20px;
	font-family: "Trajan Pro Regular";
	color:#0e2710;
	font-size: 36px;
}
/*.products .product-thumbnail {
    background: #e0e0e0 !important;
}*/
.product-actions .add-to-cart:hover{
    background: #b1bba5;
	border-color: #b1bba5 !important;
	margin: 20px;
	padding: 14px 16px;
	line-height: 20px;
 }


/*PARALAX MEMORIAL SECTION*/

#tmcmssliderbottomblock{
	padding-bottom: 50px;
}

#tmcmsbannerblock {
    /*background: rgba(0, 0, 0, 0) url(/themes/PRSADD061/assets/img/megnor/memorial-wall.jpg) no-repeat fixed 50% 0% !important;*/
	background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5)),url(/themes/PRSADD061/assets/img/Square.jpg) fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0% 50%;
}
.parallex-inner-container.container {
    text-align: center !important;
	padding-top: 0;
	position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.parallex{
	font-family: "Trajan Pro Regular";
}

.parallex1 {
		font-family: "MinionPro-Regular";
	    padding: 0 !important;
		color: #fff !important;
		text-transform: none;
		font-size: 28px;
}

.parallex2 {
    color: #fff !important;
	margin: 25px 0 10px;
	font-size: 55px;
    letter-spacing: 5px;
	font-weight: 500;
	font-family: "Cinzel", serif !important;
}

.parallex_button > a{
	font-family: "MinionPro-Regular", serif;
    background-color: #5C7260;
	border-color: #6c8471;
	margin: 20px;
	padding: 14px 16px;
	line-height: 20px;
}
.parallex_button > a.btn-primary:hover{
	border-color: #b1bba5;
    color: #fff;
    background: #b1bba5;
}

.product-actions .add-to-cart{
	background-color: #5C7260;
	border-color: #6c8471;
	color: #fff;
	margin: 20px;
	padding: 14px 16px;
	line-height: 20px;
 }
 

/*3 SERVICES SECTION*/

#tmservicecmsblock .title{
	text-transform: none !important;
	word-wrap: break-word;
	letter-spacing: 0.6px !important;
}

.servicecms{
	max-width:1500px
}
#tmservicecmsblock [class^="icon-"]{
	transition: none;
}

#tmservicecmsblock .gurantee-content:hover .icon,#tmservicecmsblock .support-content:hover .icon, #tmservicecmsblock .shipping-content:hover .icon {
	transform:none;
}
#tmservicecmsblock {
    background: url(../img/megnor/services-bg.jpg) no-repeat scroll 50% 50%;
}


/*TESTIMONIAL SECTION*/

#tmtestimonialcmsblock .products-section-title{
	display:none;
}
#tmtestimonialcmsblock.block {
    margin: 80px 0;
}
.cms-box-heading span{
font-size: 16px;
}
.test-content {
    float: none;
    margin: auto;
}

.test-desc span, .cms-box-heading span {
    color: #5C7260;
}

.test-desc p{font-size:18px !important}

.homepage-testimonial-inner .customNavigation{visibility: inherit;}


/*BLOG SECTION*/

.homeblog-inner .blog-meta .blog-created {
    color: #5C7260;
}
#blogpage .blog-title{display:none}
#blogpage .blog-description p{
	line-height: 25px;
    font-size: 15px;
    color: #5C7260;
}


	
	
.blog-item .blog-content-wrap .title a:hover {
    color: #5C7260;
}
.blog-image .blogicons .icon:hover:before{background: #5C7260;}
#module-psblog-blog .social-share, .blog-comment-block{display:none}
.page-module-psblog-blog  .img-fluid{margin: 30px auto;}


/*GENERAL PAGE DESIGN*/

.zoom-image-r4 {
  position: relative;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  overflow: hidden;
  margin-bottom:40px;
}

.zoom-image-r4 img{
  	 padding: 0;
	margin: 0;
  -moz-transition: all 2s;
  -webkit-transition: all 2s;
  transition: all 2s
  -webkit-backface-visibility: hidden;
}

.middle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: rgba(14, 39, 16, 0.26);
}

.zoom-image-r4:hover .image {

    -moz-transform: scale(1.6);
  -webkit-transform: scale(1.6);
  transform: scale(1.6);
}

.zoom-image-r4:hover .middle {
  opacity: 1;
}

.text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}


/*
.zoom-image-r4 {
  position: relative;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  overflow: hidden;
  margin-bottom:40px;

}
.zoom-image-r4 img {
	 padding: 0;
	margin: 0;
  -moz-transition: all 2s;
  -webkit-transition: all 2s;
  transition: all 2s
  -webkit-backface-visibility: hidden;
}
.zoom-image-r4:hover img {
  -moz-transform: scale(1.6);
  -webkit-transform: scale(1.6);
  transform: scale(1.6);
}

*/

.btn.disabled {color: #000000;}
#main .page-header h1{display:none;}
#main .page-header	{margin-bottom: 5rem;}
#cms #main .page-content{
	line-height: 25px;
    font-size: 15px;
	color: #5C7260
}
/*
#left-column {
	display:none !important;
}
*/
#main .page-content{
	border:none
}


/*LISTS STYLE*/
.list-r4{
	list-style: circle;
	line-height: 25px;
    font-size: 15px;
	color: #5C7260
}

.title-r4{
	font-family: "Trajan Pro Regular";
    color: #0e2710;
	font-size: 40px;
    padding-bottom: 20px;
}
.sub-title-r4 {
    font-family: "Trajan Pro Regular";
    color: #0e2710;
    font-size: 22px;
    padding-bottom: 20px;
}

/*DIVIDERS*/
hr.r4 {
    overflow: visible; /* For IE */
    height: 30px;
    border-style: solid;
    border-color: black;
    border-width: 1px 0 0 0;
    border-radius: 20px;
	margin-top: 70px;
    margin-bottom: 30px;
}
hr.r4:before { /* Not really supposed to work, but does */
    display: block;
    content: "";
    height: 30px;
    margin-top: -31px;
    border-style: solid;
    border-color: black;
    border-width: 0 0 1px 0;
    border-radius: 20px;
}



/*UNSORTED*/
.r4-brochure:hover{
	-webkit-filter: brightness(0.8);
    filter: brightness(0.8);
    transition-duration: 2s;
}
.r4-brochure{transition-duration: 1s;}

.breadcrumb .container {
    padding: 30px 0 0px;
}
.responsive-img-r4{
padding-top:5px;
margin: 0 auto; 
display: block; 
width: 100%;
}
.row-r4{
    padding-bottom:50px;
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	/*align-items: center;*/
}

#cms #main .page-content{padding: 0;}
#header .header-top .menu > ul > li{margin: 0 12px;}
.page-cms div[class="row row-r4"] .col-lg-7{padding-left: 50px;}


/*BUTTONS STYLE*/
.btn {
	border-color: #5C7260;
    color: #fff;
    background: #5C7260;
}

.btn-primary:hover{
	border-color: #b1bba5;
    color: #fff;
    background: #b1bba5;
}


/*About section icons*/
.feature2-icon.icon:hover, .feature-2:hover .feature2-icon.icon {
    background-position: 3px -142px;
}
.feature3-icon.icon:hover, .feature-3:hover .feature3-icon.icon {
    background-position: 0px -448px;
}
.feature4-icon.icon:hover, .feature-4:hover .feature4-icon.icon {
    background-position: 0 -745px;
}


/*FOOTER STYLE*/

.footer-container .links {
    width: 24%;
}

/*SUB MENU FIX*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.top-menu .collapse.sub-menu{
		visibility:visible;
		opacity:1;
	}
	.top-menu a{font-size:16px !important}
	.flexslider .caption-description{left:0px !important;}
	.main-slider-s1 .slider-button-r4{bottom:auto !important;}
}




.cms-category .sub-menu{
	top: -6px !important;
	width: auto;
	padding-bottom: 0;
}

.cms-category .sub-menu.collapse {
	visibility: unset;
	opacity: unset;
	-khtml-opacity: unset;
	-webkit-opacity: unset;
	-moz-opacity: unset;
}
/*
sub menu colors
normal 0e2710
hover b1bba5
*/
#header .top-menu .sub-menu a:hover{
    text-decoration: underline;
}

#header .top-menu .sub-menu li{
	padding-right: 0;
	;
}

#header .header-top .menu .sub-menu a{
    transition: all 500ms ease 0s;
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -ms-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;	
}
#header .header-top .menu .sub-menu > ul > li a{color: #0e2710;}
#header .header-top .menu .sub-menu > ul > li a:hover{color: #b1bba5;}

.category .sub-menu{
	top: 35px !important;
	width: max-content;
	padding-bottom: 0;
}

.page-cms .responsive-img-r4{
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); 
	padding: 0;
}
.welcome-msg{
	font-size:16px;
	padding: 2% 17%;
	line-height: 22px;
	}

#block-reassurance{display:none}
#cms .page-cms .form-maker-form .page-subheading{
    font-family: "Trajan Pro Regular";
    color: #0e2710;
    font-size: 40px;
    padding-bottom: 20px;
	}
.form-maker-form #fmSubmit .material-icons{
	font-size: 22px;
    color: #fff !important;;
}
#cms .page-cms .form-maker-form .form_2 .page-subheading{font-size: 22px;}






/*** Responsive part ***/
@media only screen and (min-width: 991px) and (max-width: 1349px) {
#header .header-top .menu > ul > li {margin: 0 10px;}
.top-menu a[data-depth="0"] {font-size: 17px;}
}
@media only screen and (min-width: 991px){
.main-slider-s1 .slider-button-r4{
	position: absolute;
    bottom: -180px;
    right: 0;
}
}


@media only screen and (min-width: 600px)  {
	.flex-lg-row-reverse {
		-ms-flex-direction: row-reverse!important;
		flex-direction: row-reverse!important;
	}
	
}

@media (max-width: 1415px) {
}

@media (max-width:1199px){
}

@media (max-width:1349px){
.main-menu {width: 80%;}
.welcome-msg{padding: 2% 5%;}
}
/*#cms #main .page-content .parallax-r4{display: -webkit-box;}*/

@media (min-width: 1025px) {

}
	
@media (max-width: 1025px) {
	.responsive-img-r4{margin-bottom: 40px;}
	.page-cms .flex-lg-row-reverse .col-lg-7 {padding-left: 50px;}
}

@media (max-width: 991px) {
	.welcome-msg{padding: 2%}
	.flexslider .slides > li {height: auto;}
	.top-menu a[data-depth="0"]{font-size: 24px;}
	
	.footer-container .links {width: 100%;}
	.search-icon{margin-top:0px}

	.header-nav {display: inherit;}
	#header .header-nav .top-logo{width: 14%;}
	/*
	.responsive-img-r4{display:none}
	.parallax-r4{
	 height: 150px;
    background: rgba(0, 0, 0, 0) url(http://shannon2.realise4.com/themes/PRSADD061/assets/img/megnor/memorial-wall.jpg) no-repeat fixed 0 50%;
    padding: 0;
    margin-bottom: 36px;
    background-size: cover;
    width: 100vw;
    position: relative;
	}
	*/
}

@media (max-width:767px) {

	#header .header-nav .top-logo{width: 18%;}
}

@media (max-width: 620px) {
	
	#header .header-nav .top-logo {
		margin-top: 0px;
		width: 22%;
	}
	.main-slider-s1-title{font-size: 35px !important;}
}

@media (max-width: 543px) {
	.products-section-title {font-size: 24px;}
}
	
@media (max-width: 540px) {
	
	#header .header-nav .top-logo {
		margin-top: 0;
		width: 26%;
	}
	
	.parallex2 {font-size: 30px;}
	.parallex1 {font-size: 22px;}
	
}

@media (max-width: 479px) {
	#header .header-nav .top-logo {
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
	}
	.title-r4 {font-size: 24px;}
	
	#tmservicecmsblock {
		background-repeat: no-repeat;
		background-size: cover;
	}
	#header .header-nav .top-logo {
		margin-top: 0px;
		width: 38%;
	}
	
	.main-slider-s1-title{
		    font-size: 18px !important;
			padding: 0px !important;
	}
	.main-slider-s1-subtittle {
		font-size: 15px !important;
	}
	.caption-description .parallex_button > a{
		margin: 0;
		padding: 8px 16px;
	}
	
	.page-cms .flex-lg-row-reverse .col-lg-7,.page-cms div[class="row row-r4"] .col-lg-7 {padding-left: 25px;}
}

#left-column{
    display: none !important;
}

.layout-left-column #content-wrapper{
    width: 100% !important;
}

/*Preplanning CSS*/
@media (min-width: 992px) {.space-lg {padding: 50px 0 50px 50px;}}

