@charset "utf-8";
/* CSS Document */

/*============ Fonts ===============*/
@font-face {
	font-family: 'HelveticaNeueMedium';
	src: url('../fonts/helveticaneuemed-webfont.eot');
	src: url('../fonts/helveticaneuemed-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/helveticaneuemed-webfont.woff') format('woff'),
	url('../fonts/helveticaneuemed-webfont.ttf') format('truetype'),
	url('../fonts/helveticaneuemed-webfont.svg#HelveticaNeueMedium') format('svg');
	font-weight: normal;
	font-style: normal;

}
@font-face {
	font-family: 'HelveticaBold';
	src: url('../fonts/helveticabold.eot');
	src: url('../fonts/helveticabold.eot?#iefix') format('embedded-opentype'),
	url('../fonts/helveticabold.woff') format('woff'),
	url('../fonts/helveticabold.ttf') format('truetype'),
	url('../fonts/helveticabold.svg#helveticabold') format('svg');
	font-weight: normal;
	font-style: normal;

}
/*============ Fonts end's here =====*/

body {font-family: 'HelveticaNeueMedium'; font-size:14px; line-height:18px; color:#555555; background:url(../images/cloud_bg.jpg) no-repeat;
background-position:top center; background-size:100%; }
a { text-decoration:none;}
a:hover {}
p {}
b, strong {font-family: 'HelveticaBold';}
/* Responsive Images */
img, img.scale-with-grid {outline:0; max-width:100%;height:auto;}
img { vertical-align:middle;}
/*========== Clear fixing =======*/
.clearfix:after {clear:both; content:''; display:block;}
/*========== Floats =============*/
.float_l {	float:left;}
.float_r {	float:right;}
/*========== Alignments ========*/
.align_left {	text-align:left;}
.align_center {	text-align:center;}
.align_right {	text-align:right;}
/*========== positions ========*/
.absolute {	position:absolute;}
.relative {	position:relative;}
.inherit {	position:inherit;}
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
ul {margin:0px; list-style-type:none; padding:0px;}
h1, h2, h3, h4, h5, h6 { margin:0px; font-weight:normal;}
h1 {font-size:32px; line-height:40px;}
h2 { font-size:40px;color:#626260;}
h3 { font-size:25px; line-height:27px; color:#100f0f; text-transform:uppercase; font-family: 'HelveticaBold';}
h4 { font-size:15px; color:#222222; text-transform:uppercase;}
h5 { font-size:20px; color:#626260; text-transform:uppercase;}


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

.green { background-color:#09ac3f;}
.green_text { color:#09ac3f;}
.blue { background-color:#005dff;}
.grey { background-color:#626260;}
.white_Bg { background-color:#fff;}
/*========== main css starts here =======================*/
.wrapper { width:100%;}
.container {width:1000px; margin:0px auto;}

header { width:100%;}
.top_head {}
.top_head .left { width:250px; float:left;}
.top_head .right { width:730px; float:right;}
.top_head .right .top_row { padding:15px 0px 0px 0px; background:url(../images/cart_borderr.jpg) bottom right no-repeat;}
.followuson {}
.followuson ul { float:right;}
.followuson ul li { float:left; color:#333333; margin:0px 5px;}
.followuson ul li a {}

.cart_items { float:right;padding-bottom: 10px; margin-left:5px; padding-left:10px; background:url(../images/right_border.jpg) bottom left no-repeat;}
.cart_items img { margin-right:10px;}
.items {background-color:#4094d9; border-radius:2px 5px; color:#fff; padding:1.5px 5px;}

.top_head .right .middle_row {padding:0px 0px 10px;}
.top_head .right .middle_row h3 { float:left;}
.top_head .right .middle_row h3 {
	font-size: 19px;
	line-height: 27px; font-family: 'HelveticaNeueMedium';
	color: #222222;
	text-transform: uppercase;
}
.telephone { float:right; margin-top:17px; background-color:#4094d9; border-radius:50px; font-size:19px; color:#fff; line-height:14px; padding:11px 20px;}
.telephone img { margin-right:15px; vertical-align:top;}
.top_head .right .bottom_row {}
nav { background:url(../images/navbg.jpg) repeat-x; border:#cccccd 1px solid; width:730px; float:right;}
nav ul {}
nav ul li { float:left; background:url(../images/li_divder.jpg) right no-repeat; position:relative;}
nav ul li:last-child { background:none;}
nav ul li a { color:#fff; font-size:15px; line-height:35px; display:block; padding:0px 32.4px;}
nav ul li:hover a {background-color:#4094d9; color:#fff;}
nav ul li a span { background:url(../images/white-arrow-down.png) no-repeat;    width: 7px;
	height: 4px; display: inline-block;margin: 0px 5px;vertical-align: middle;}

	nav ul li ul.sub-menu {
		position: absolute;
		top: 0px;
		left: 0px; width:160px;
		z-index:-1;
		background-color: #4094d9;
		opacity: 0;
		transition:0.3s;
		-webkit-transition:0.3s;
		-moz-transition:0.3s;
	}
	nav ul li ul.sub-menu li {
		width: 100%;
	}
	nav ul li ul.sub-menu li a {
		padding:0 10px; display:block;
		color: #fff; border-top:rgba(255,255,255,0.5) 1px solid;
	}
	nav ul li ul.sub-menu li:hover a {
		background-color: #80c2d0;
	}
	nav ul li:hover ul.sub-menu {
		opacity: 1;
		top:35px; z-index:1;
	}

.banner_wrap { /*margin-top:10px;*/}
.banner_wrap ul li h1 { margin-top:60px; text-transform:uppercase;}
.banner_wrap ul li p { margin:15px 0px; font-size:19px; line-height:28px; color:#555555;}
.learnmore { background-color:#7dc0ce; border-radius:2px; color:#fff; font-size:16px; padding:9.5px 18px; display:inline-block;}
.banner_wrap .bx-controls-direction {display:none;}

.projects_row { margin:30px 0px;}
.projects_row ul {}
/*.projects_row ul li { float:left; border:#efefef 5px solid; width:235px; margin-right:20px;}*/
.projects_row ul li {
    float: left;
    border: #efefef 5px solid;
    width: 235px;
    margin-right: 20px;
    margin-bottom: 20px;
}
.projects_row.product_dtail ul li:nth-child(4n+4) {
    margin-right: 0px;
}
.projects_row ul li:last-child { margin-right:0px;}
.projects_row ul li h5 { font-size:13px;margin:20px 0px 5px 10px; text-transform:uppercase;}
.pro_name { color:#1185de; display:block;height:40px;}
.pro_code { color:#ff1200;display:block;}
.por_descriptions { margin-left:10px; min-height: 40px; margin-right:10px; font-size:12px; margin-bottom:8px; color:#666666; text-transform:uppercase;}
.details_enquire { background-color:#80c2d0; padding:10px;}
.black_btn { background-color:#4a3c35; border:#71655a 1px solid; border-radius:2px; color:#fff; font-size:12px; padding:3px 15px;}

.projects_row .bx-wrapper .bx-prev {background:url(../images/left_arow.jpg) no-repeat; left:-20px; height:40px; width:20px;}
.projects_row .bx-wrapper .bx-next {background:url(../images/right_arow.jpg) no-repeat; right:-20px; height:40px; width:20px;}
.projects_row .bx-wrapper .bx-next:hover {background-position: 0 0;}

.projects_row .bx-pager.bx-default-pager {display:none;}

.hm_about_right {}
.hm_about_right a {font-size:12px; color:#4eaabd;}
.hm_about_right h4 { margin-bottom:12px;}
.aboutus { float:left; width:660px;}
.aboutus h5, .subpages h5 { font-size:14px; color:#222222;} 
.aboutus p {color:#555555; margin-top:5px;}
.aboutus p:first-child { margin-top:15px;}
.right_partner { float:right; width:320px;}
.video { border: #cce8f4 5px solid; width: 100%; margin: 19px auto 69px; height: auto;}
.video iframe { border:none;height: auto; width: 100%; vertical-align: middle;}
.subpages {float:none; width:100%; padding:20px; border:1px solid #e2e5e7; margin-top:20px;}
.subpages h4 {margin-bottom:20px;}

footer { margin-top:40px;}
footer .top_wrap {background:url(../images/footer_bg.jpg) repeat; padding:25px 0px;}
.foot_colmn { float:left; margin-right:50px;}
.foot_colmn h5, .foot_colmn_social h5 { color:#fff; font-size:13px; margin-bottom:12px; }
.foot_colmn ul {}
.foot_colmn ul li {}
.foot_colmn ul li a { font-size:12px; line-height:24px; color:#9e9e9e;}

.foot_colmn_social { float:right;}
.foot_colmn_social ul {}
.foot_colmn_social ul li { float:left; margin-right:3px;}

footer .bottom_wrap {background:url(../images/foot_btm_bg.jpg) repeat; padding:8px 0px;}
.powerby { float:left; color:#9e9e9e; font-size:12px;}
.copyright { float:right;color:#9e9e9e;font-size:12px;}
.copyright span {color:#fff;}
.powerby a {color:#fff;}

.product_page { margin:21px 0px;}
.product_page .left_sidebar {border-top:#efefef 5px solid; min-height:504px; padding:0px 5px; width:212px; float:left; background:url(../images/sidebar-bg.jpg) top center no-repeat;background-size:contain;}
.product_page .left_sidebar h4 {color:#fff; font-size:17px; background:url(../images/catalog-bg.jpg) repeat-x; line-height:39px; padding-left:15px;}
.product_page .left_sidebar ul {}
.product_page .left_sidebar ul li {}
.product_page .left_sidebar ul li a {font-size:14px; text-transform:uppercase; color:#4a3c35; padding:10px 15px; border-bottom:#dfdfdf 1px solid; display:block;}
.product_page .left_sidebar ul li:hover a, .product_page .left_sidebar ul li.active a {color:#4e9cdd;}


.product_page .projects_row {float:right; width:747px; margin:0px;}
.product_page .projects_row ul li {margin-bottom:24px;}
.product_page .projects_row ul li:nth-child(3n+3) {margin-right:0px;}


.plans_overlay { position:fixed; top:0px; left:0px; z-index:200; background:rgba(0,0,0,0.9); width:100%; height:100%;}
.plans_popup { position:absolute; width:650px; top:50%; left:50%; transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);}
.plans_popup img {width:100%;}
.close { position:absolute; top:-15px; right:-15px;}
.close a {color:#fff; font-size:18px; background-color:#000; display:block; width:30px; height:30px; border-radius:50px; border:#fff 2px solid; text-align:center;line-height:30px;}

.pattern {
	height: 13px;
	background-image: url(../images/pattern_img.png);
	background-position: left top;
	background-repeat: repeat-x;
}
#pattern_line_cons {
	width:100%;
	margin:30px auto 20px auto;
}

.subpages p {}
.subpages h5 {margin:10px 0px;  font-family: 'HelveticaBold'; font-size:15px;}
.subpages ul {margin:20px 0px;}
.subpages ul li {margin:5px 0px;}
.subpages a {text-decoration:underline; color:#4094d9;}
ul.bullets { margin-left:10px;}
ul.bullets li { background:url(../images/arrow-right.png) 0px 4px no-repeat; padding-left:15px;  line-height:22px; margin:10px 0px;}
ul.bullets li .title {display:block; font-family: 'HelveticaBold';}

.phone {background:url(../images/blue-phone.png) 0 no-repeat;padding-left:25px; color:#4094d9;
	display: inline-block; text-transform:capitalize;
	margin-left: 5px;
}

.inside {margin-left:20px; display:block;}
.mrg_btm15 {margin-bottom:15px;}

.product_detail_page { padding:30px; border:#d9e5ec 1px solid;}
.casket_details_row { margin-bottom:30px;}
.casket_details_row .left_colmn {float:left; border:#efefef 5px solid; width:405px; height:281px; margin-right:80px;}
.casket_details_row .left_colmn img {width:100%;}
.casket_details_row .right_colmn {float:left;}


.product_desc_right {

}
.prod_code {
	font-family: 'HelveticaBold';
	color: #222222;
}
h1 {
	font-size: 25px;
	color: #4094d9;
	margin: 0px;
	padding: 0px 0px 3px 0px;
	text-transform: uppercase;
}
.prod_price {
	color: #F00;    text-transform: capitalize;
	font-size: 18px;
	display: block;
}
.prod_details {
	font-size: 13px;
	margin: 5px auto;
}
form .listbox-medium {
	width: 182px;
	padding: 6px 5px;
	border: 1px solid #ddd;
}
.tooltip_color {
	color: #999999;
	font-size: 12px;
}
form .listbox-large {
	width: 292px;
	padding: 6px 5px;
	border: 1px solid #ddd;
}
.prod_qty {
	font-size: 13px;
	float: left;
}
form .prodqty {
	width: 25px;
	padding: 6px 5px;
	border: 1px solid #ddd;
	text-align: center;
}
form .buttonG {
	background: #74b9c9;
	background: -moz-linear-gradient(top,#81c3d0 0%,#74b9c9 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#81c3d0),color-stop(100%,#74b9c9));
	background: -webkit-linear-gradient(top,#81c3d0 0%,#74b9c9 100%);
	background: -o-linear-gradient(top,#81c3d0 0%,#74b9c9 100%);
	background: -ms-linear-gradient(top,#81c3d0 0%,#74b9c9 100%);
	background: linear-gradient(top,#81c3d0 0%,#74b9c9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#81c3d0',endColorstr='#74b9c9',GradientType=0);
	color: #ffffff;
	border: 1px solid #40b0ca;
	padding: 6px 10px;
	cursor: pointer;
}

/*========== Faqs css starts here ============*/
#accordion p {margin:0px;font-size:14px; line-height:22px;}
.ui-accordion .ui-accordion-header {margin:10px 0px 0;}

/*============ contact us starts here =====================*/


#contact_us_info{width:305px; float:left; padding-right:20px;}
#contact_us_form{width:614px; float:left;}
#contact_us_Address{width:510px; float:left; margin-top:8px;}
#contact_us_twodim{width:614px; float:left;}
#contact_us_left{width:257px; float:left;}
#contact_us_right{width:297px; margin-left:20px;  float:left;}
.contact_us_text
{
	color: #000000;
	font-size: 14px;
	font-weight: normal;
	line-height:25px;

}

.contactuspage{float: none;	width: 100%;	min-height:550px;}

.contactus_comanyname
{
	color: #ff7537;
	font-size: 18px;
	font-weight: bold;
	line-height:28px;
}



/*   FORM FIELDS general formatting                   */

.cform { 
	margin: 0;
	padding:0; 
	width: auto; 
	float:left;
}

.cform fieldset	{ 
	width: 435px;
	float: left;
	margin: 0; 
	padding: 15px; 
	border: 0;
}

.cform .cf_hidden {
	display:none; 
	border:none!important;
	background:none!important;
	padding:0!important;
	margin:0!important;
}

.cform legend { 
	display: none;
}


.cform textarea,
.cform select { 
	width: 400px;
	margin:0 0 8px 0;
	padding:5px;
	background: #F8F8F8; 
	border: 1px solid #DDDDDD; 
	vertical-align:top;
	color: #999999;  /* text box font color */

}

.cform .input { 
	width: 230px;
	margin:0 0 8px 0;
	padding:5px;
	background: #F8F8F8; 
	border: 1px solid #DDDDDD; 
	vertical-align:top;
	color: #999999;  /* text box font color */

}

.cform .inputsmall { 
	width: 138px;
	margin:3px 0 8px 0;
	padding:5px;
	background: #F8F8F8; 
	border: 1px solid #DDDDDD; 
	vertical-align:top;
	color: #999999;  /* text box font color */

}
.cform .inputfull { 
	width: 508px;
	margin:0 0 8px 0;
	padding:5px;
	background: #F8F8F8; 
	border: 1px solid #DDDDDD; 
	vertical-align:top;
	color: #999999;  /* text box font color */

}

.cform .listbox { 
	width: 517px;
	margin:0 0 8px 0;
	padding:5px;
	background: #F8F8F8; 
	border: 1px solid #DDDDDD; 
	vertical-align:top;
	color: #999999;  /* text box font color */

}

.cform .listbox-small { 
	width: 230px;
	margin:0 0 8px 0;
	padding:5px;
	background: #F8F8F8; 
	border: 1px solid #DDDDDD; 
	vertical-align:top;
	color: #999999;  /* text box font color */

}



.cform input:hover,
.cform textarea:hover,
.cform select:hover	{
	background:#fff; 
}

.cform input:focus,
.cform textarea:focus,
.cform select:focus	{ 
	background:#fff; 
}

.cform textarea{
	width:506px; 
}

.cform .checkbox{
	width:400px; 
	font-size:13px;
	padding-right:30px;

}

.cform select {
	width:412px; /* attempt to have equal length */
}  

.cform select.cfselectmulti	{ 
	height:6.5em; 
}

.cform textarea {
	font-family: arial;
	font-size: 0.9em;
	height: 6em;
	overflow:auto;
}

.cform input.cf_date {
	width:400px;
}

/*                                                    */
/*   radio button title                               */
/*                                                    */

ol.cf-ol li.cf-box-title {
	width:400px; 
	margin:0px 10px 0 0; 
	text-align:left;
	display:block;
	color:#9B9B9B;
	padding:2px;
}

/*                                                    */
/*   check boxes                                      */
/*                                                    */

input.cf-box-a,
input.cf-box-b 	{ 
	margin:3px 0 0 0; 
	width:16px; 
	height:22px;
	background:none!important; 
	border:none;
}


/*                                                    */
/* check box groups                                   */
/*                                                    */

ol.cf-ol li.cf-box-group {
	padding: 0 0 12px 0; 
} 


/*                                                    */
/* formatting for text:  "(required)"  & other        */
/*                                                    */

span.reqtxt,
span.emailreqtxt { 
	display:block; /*for mozilla*/
	width:410px;
	font-size:9px;
	vertical-align:top;
	color:#9B9B9B;
	text-align:right;
	margin:0;
	height:13px;
	line-height:13px;
	padding-top: 3px;
}

.cform textarea.fldemail,
.cform textarea.fldrequired,
.cform input.fldemail,
.cform input.fldrequired {
	margin:0;
}
/*                                                    */
/*   FORM submit button                               */
/*                                                    */

p.cf-sb {
	width: 920px;
	padding: 0 15px;
	margin: 0;
	text-align:right;
	float:left;
}
.cform input.sendbutton	{ 
	width:100px;
	height: 30px;  
	font-size:12px;


	cursor:pointer;
	font-weight:bold;
	border:none;
	margin-top:10px;

	background-color: #555;
	color: #fff;
	padding: 4px 15px 4px 15px;
	border: 1px solid #555;
}

.cform input.sendbutton a	{ 
	width:100px;
	height: 30px;  
	font-size:12px;
	color:#ffffff;
	background-color:#fcb203;
	font-weight:bold;
	border:none;
}

.cform input.sendbutton a:hover	{ 
	width:100px;
	height: 30px;  
	font-size:12px;
	color:#ffffff;
	background-color:#fcb203;
	font-weight:bold;
	border:none;
}

.appform {
	width: 86%;
	margin-bottom:10px;
}
.appform td {
	text-align: left;
	line-height:20px;
	font-size:13px;
}


#captchacode{
	width:80px;
	padding:5px;
	border: 1px solid #ddd;
}
.check{
	width:20px;
	padding:2px;
	border: none;	
}
.checkall{
	width:20px;
	padding:2px;
	border: none;	
}

.star{color:#F00; font-size:12px;}
.address-text{color:#4094d9;}
.address-text a{color:#4094d9; text-decoration:none;}
.address-text a:hover{color:#4094d9; text-decoration:underline}

.ui-widget {font-family: 'HelveticaNeueMedium'; font-size:14px; line-height:18px;}
.top_head .left a img {position:absolute; top:4%;}
.galleries{padding:5px; background:#fff; border: 1px solid #BBB; margin:0px 24px 23px 0; width:225px; float:left;}
.enq_prod_box {
	display: block;
	float: left;
	margin-right: 15px;
	text-align: center;
}
.enq_prod_box .enq_prod_img {
	border: 5px solid #efefef;
	width: 75px;
}
.enq_prod_box {
	text-align: center;
}
.enq_bttn {
	background-color: #4a3c35;
	border: 1px solid #4a3c35;
	color: #ffffff;
	cursor: pointer;
	font-size: 11px;
	margin: 2px 0;
	padding: 0 2px 4px;
}
.enq_tbl_lst td {
	border-color: #ddd;
}

.enq_tbl_lst {
	border: 1px solid #ddd;
	border-collapse: collapse;
	font-size: 12px;
}
form .listbox-small2 {
	border: 1px solid #ddd;
	padding: 6px 5px;
	width: 120px;
}
.size12 {
	font-size: 12px;
}
form .listbox-medium {
	border: 1px solid #ddd;
	padding: 6px 5px;
	width: 182px;
}
.stock_avail {
	color: #090;
	text-align: center;
}
.zoomWrapperImage img{
	width:auto !important;
	max-width:none !important;
}
.menu_button {
    background: url(../images/three-line.png) no-repeat;
    width: 26px;
    height: 21px;position:absolute; top:25px; right:15px;
    cursor: pointer; display:none;
}
span.menu_button.menu_close {
    background: url(../images/closex.png) 0px 0px no-repeat;
    width: 26px;
    height: 21px;
    cursor: pointer;
}

/*================== Responsive css starts here ==============================*/
@media screen and (max-width:1060px) {
	body {font-size:13px;}
	.container {width:720px;}
	.top_head .left {width: 140px;}
	.top_head .right {width: 565px;}
	.top_head .right .top_row { padding: 10px 0px 0px 0px;}
	.top_head .right .middle_row h3 { font-size: 16px; line-height: 20px;}
	.telephone {margin-top: 6px; font-size: 16px; padding: 10px 20px;}
	nav { width: 100%; float: none;}
	nav ul li a {padding:0px 32px;}
	.projects_row ul li {margin-right:7.5px;}

	.aboutus {width:400px;}
	.right_partner {width:280px;}
	.plans_popup {width:600px;}
	ul.bullets {margin-left: 0;}
	.subpages { padding: 10px 15px;}

	#contact_us_info { width: 275px;}
	#contact_us_form {width:410px;}

	#contact_us_twodim {width: 100%;}
	#contact_us_left { width:49%;}
	#contact_us_right {width:49%; margin-left: 2%;}
	.cform .input, .cform .listbox-small, form .listbox-large {width:100%;}
	.cform textarea { width:100%;}
	.contact_us_text { font-size: 13px; line-height: 22px;}
	.product_page .left_sidebar {width:180px;}
	.product_page .projects_row { width:520px;}
	.product_detail_page {padding: 10px;}
	.casket_details_row .left_colmn { width: 365px; height: auto; margin-right: 20px;}
	.casket_details_row .right_colmn {width: 313px;}
	.product_desc_right h1 {font-size:20px; line-height:24px; margin:10px 0;}
	.top_head .left a img {position:static;}
	.top_head .left {margin-top: 10px; width: 110px;}
	#page_navigation a.page_link {display:none;}
	
}

@media screen and (max-width:767px) {
	.plans_popup { width: 480px;}
	.container {width:100%; padding:0px 15px;}
	.top_head .left {}
	.top_head .right { width:420px;}
	nav ul li a { padding: 0px 19.7px;} 
	.foot_colmn {margin-right:0; width:32.33%; float:none; display:inline-block; vertical-align:top; margin-bottom: 10px;}
	.foot_colmn_social { width:32.33%;float:none; display:inline-block; }
	footer .top_wrap { padding:25px 0px 10px;}

	#contact_us_info { width: 100%; float: none; padding-right: 0;}
	#contact_us_form { width: 100%; float: none;}
	.projects_row .bx-pager.bx-default-pager { bottom:-30px;}
	.aboutus {width: 100%;float: none; margin-top:50px;}
	.right_partner {width: 100%; float: none; margin-top:30px;}
	.video { width:273px; margin:19px 0 0px;}

	.subpages { padding:10px;}
	.ui-accordion .ui-accordion-header {font-size:12px;}
	.ui-accordion .ui-accordion-content {padding:10px 12px;}
	#accordion p { font-size: 13px;line-height: 22px;}
	.followuson ul {display:none;}
	.top_head .right .middle_row h3 { font-size: 12px; line-height: 20px;}
	.telephone {font-size:14px; padding:7px 12px;}
	.top_head .right .top_row, .cart_items {background:none;}
	.items { padding: 5px 8px; font-size: 12px;}

	.casket_details_row .left_colmn { width: 100%; margin-right: 0; float: none; margin-bottom:30px;}
	.casket_details_row .right_colmn {width: 100%; float: none;}
	
	.product_page .left_sidebar {width:100%; margin-bottom:10px; float:none; background:none; border:none; min-height:inherit; padding:0px;}
	.product_page .projects_row {width:100%; float:none;}
	.galleries {margin: 1%; width: 30.33%;}
	.projects_row {margin:30px 10px;}
	#frm_df_contact input, #frm_df_contact textarea, #frm_df_contact select {width:100%;}
	#frm_df_contact .submit {margin-top:10px; background:#000; color:#fff; padding:10px 5px; text-transform:uppercase; border:none;}


}

@media screen and (max-width:640px) {
	h3 {font-size:18px; line-height:18px;}
	.foot_colmn {width:100%; display:block;}
	.foot_colmn_social {width:100%; display:block;}
	footer .bottom_wrap {padding:0px; min-height:68px; text-align:center;}
	.powerby { float: none; width: 100%;line-height:36px; font-size:11px;}
	.copyright { float: none; width: 100%;line-height: 34px; font-size:10px;}
	#contact_us_left {width: 100%; float: none;}
	#contact_us_right { width: 100%; margin-left: 0; float: none;}
	ul.tabbernav li a { padding: 8px 9px; font-size: 13px;}
	.tabberlive p {font-size: 12px; line-height: 22px;}
	.tabberlive .tabbertab {padding: 20px 0px;}
}
@media screen and (max-width:600px) {
	.plans_popup { width:270px;}
	.subpages h5 {font-size:13px;}
}
@media screen and (max-width:599px) {
nav {background:none;}
nav ul li, nav ul li:last-child {background:#000; float:none;}
nav ul li a {border-bottom:rgba(255,255,255,0.3) 1px solid;}
nav ul li:hover a {background:inherit;}
nav ul li ul.sub-menu {position:static; width:100%; opacity:1;}
nav ul li ul.sub-menu li a {padding:0px 10px 0px 50px;}
nav ul li ul.sub-menu li a {border-top:none;}

.top_head .left {float:none;}
.top_head .right {width:100%; float:none;margin-top:10px;}
.top_head .right .middle_row h3 {float:none; text-align:center;}
.telephone {float:none; text-align:center;}
.cart_items {float:none; text-align:center;}
.menu_button { display: block;}
nav {display:none;}
}
@media screen and (max-width:519px) {
.projects_row ul li {float:none; margin:0px auto;}
.product_page .projects_row ul li:nth-child(3n+3) {margin-right:auto;}
.projects_row ul li:last-child {margin-right:auto;}
ul.tabbernav li a {font-size:12px !important; padding:8px 10px !important;}
.galleries { width: 48%;}
.subpages div {width:100% !important;float:none !important; margin-right:0px !important; background:none !important; }
.subpages div img {margin-bottom:10px;}
.enq_tbl_lst td, .cform #frm_df_contact {font-size:11px; word-break:break-all;}
}

