/*
	Theme Name: MRV theme
	Theme URI: http://www.marvelousmarbledesign.com/blog
	Description: HTML5 Blank WordPress Theme is modified for http://www.marvelousmarbledesign.com by http://www.webrun.ca/
	Version: 1.0
	Author: Emrah Ede
	Author URI: emrah@webrun.ca
	
	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/


@font-face
{
	font-family: gothl;
	src: url(fonts/bgothl.ttf);
}

@font-face
{
	font-family: dorcia;
	src: url(fonts/Dorcla__.ttf);
}

@font-face
{
	font-family: frscript;
	src: url(fonts/FRSCRIPT.TTF);
}

@font-face
{
	font-family: Old_English;
	src: url(fonts/OLDENGL.TTF);
}

@font-face
{
	font-family: baskerville;
	src: url(fonts/Baskerville-2.ttf);
}

@font-face
{
	font-family: garamond;
	src: url(fonts/Garamond.ttf);
}

@font-face
{
	font-family: itcedscr;
	src: url(fonts/itcedscr.ttf);
}

@font-face
{
	font-family: lucida;
	src: url(fonts/lucidacalligraphy.ttf);
}

@font-face
{
	font-family: snell_round;
	src: url(fonts/snellroundhead.ttf);
}

/* global box-sizing */
*,
*:after,
*:before {
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
	/* height: 100%; */
}
body {
	font:300 11px/1.4 Verdana, Arial, Helvetica, sans-serif;
		/* font:300 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif; */
	color: rgba(255,255,255,0.8);/*#fff;*/
	font-weight: bold;
    background: #000;
	height: 100%;
	margin: initial;
	width:100%;
	/* position:relative; */
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}

img {
	max-width:100%;
	vertical-align:bottom;
}
a {
        color:#fff;
	text-decoration:none;
}
a:hover {
	
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	/* max-width:1280px;
	width:95%; */
        width: 980px;
	margin:auto;
	position:relative;
    border: 1px solid #666;
	vertical-align: middle;
	top: 5%;
}
/* header */
.header {
	
}

.container{
	border: 1px solid #666;
	padding-right: 0;
	padding-left: 0;
	margin: auto;
	top: 20px;
	bottom: 20px;
	right: 0;
	position: relative;
	left: 0;
	-moz-transition: width 1s ease-in-out, left 1.5s ease-in-out;
    -webkit-transition: width 1s ease-in-out, left 1.5s ease-in-out;
    -moz-transition: width 1s ease-in-out, left 1.5s ease-in-out;
    -o-transition: width 1s ease-in-out, left 1.5s ease-in-out;
    transition: width 1s ease-in-out, left 1.5s ease-in-out;
}



/* logo */
.logo {
    background: url('img/hd_bg.jpg') repeat-x;
}
.logo-img {
	
}

/* nav */
.header .nav {
   /* margin-top:10px;
   float: right; */
}

button.navbar-toggle{
	background:white;
}
button.navbar-toggle span{
	background:black;
}

#marvelous_header_nav > ul{
	padding-left:10px;
	border: 1px solid rgba(255,255,255,0.3);
}

#marvelous_header_nav > ul > li:not(:last-child){
	margin-right: 7px;
	border-bottom: 1px solid rgba(255,255,255,0.3);
}

.sub-menu{
	/*display:none;*/
	position: absolute;
	padding: 0px;
	z-index: 100;
	margin: 5px -10px 5px -5px;
	background: #2a2522;
	box-shadow: 3px 5px 20px 5px rgba(148, 148, 148, 0.41);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    visibility: hidden;
  	opacity: 0;
    -moz-transition: visibility 0s linear 0.3s, opacity 0.3s ease-in-out;
    -webkit-transition: visibility 0s linear 0.3s, opacity 0.3s ease-in-out;
    -moz-transition: visibility 0s linear 0.3s, opacity 0.3s ease-in-out;
    -o-transition: visibility 0s linear 0.3s, opacity 0.3s ease-in-out;
    transition: visibility 0s linear 0.3s, opacity 0.3s ease-in-out;
}

.sub-menu .sub-menu{
	/*display:none;*/
	position: absolute;
	padding: 0px;
	top: -6px;
	z-index: 1;
	margin: 5px 0;
	background: #2a2522;
}

body.mobile .sub-menu{
	/*display:inline;*/
}

.sub-menu li{
	border-top: 1px solid white;
	background: #2a2522;
	// background: #bbb8b6;
	padding: 7px !important;
	position:relative;
	padding-right:20px !important;
	padding-left:20px !important;
	width: 100%;
}

.sub-menu li:last-of-type{
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.sub-menu a{
	// color: #610505;
	/*font-family: 'Lato', sans-serif !important;*/
}

.sub-menu li.current-menu-item a{
	color: #fff;
}

.sub-menu li:hover > a{
	color:#fff;
}

.menu-with-sub span{
	border: 6px solid white;
	content: '';
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	width: 10px;
	bottom: 0;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: white;
	border-left-color: transparent;
}

.sub-menu li span{
	display:none;
	border: 6px solid white;
	content: '';
	margin: 0 auto;
	left: 0;
	right: 0;
	width: 10px;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: white;
	border-left-color: transparent;
}


/* top menu */
.header .nav ul li{
  /*  float:left; */
    padding: 5px;
	position: relative;
}


.header .nav ul li:hover{
	background:#990000;
}

.header .nav ul li a{
    white-space: nowrap;
    font-weight: bold;
    border: 0px;
    font-family: baskerville;
    font-size: 14px;
	display:block;
}

/* clear fix */



/* footer  */

#footerLink{

}

#footerLink ul{
	color: #fff;
	font-size: 11px;
	list-style: none;
	float: left;
	padding: 0px;
	margin: 0px;
	padding-left: 10px;
	padding-right: 8px;
}

#footerLink ul li:first-of-type{
	font-size: 11px;
	margin-bottom:5px;
}



/* post */


.post-content{
	margin:5px;
	min-width:100%;
}

.with-thumb{
	margin: 20px 0px 0px 15px;
	width: 75%;	
}

.wp-post-image{
	width:120px;
	border-radius: 15px;
	border: 1px groove;
}

.index-posts, .category-posts , .blog-posts{
	position:relative;
	margin-bottom:15px;
}

.blog-posts{
	min-height:137px;	
}

.index-posts{
	padding-bottom: 21px;
}
.index-posts:not(:last-of-type){

	border-bottom: 1px dotted #d2d9db;
}

.category-posts:not(:last-of-type){
	padding-bottom: 8px;
	border-bottom: 1px dotted #d2d9db;
}

.category-posts h2,.index-posts h2{
	margin: 5px 0;
}

.category-posts h2 a, .index-posts h2 a{
	/* color:#E72F2F; */
}


.category-posts h2 a:hover, .index-posts h2 a:hover{
	/* animation:header-color 1s forwards; */
	/* -webkit-animation:header-color 1s forwards; /* Safari and Chrome */ 
}


.post-thumb img{
	max-width: initial !important;
}

.post_read_more{
	text-align:right;
	position: absolute;
	right: 0;
	bottom: 10px;
}

.post_read_more a{
/*	padding: 4px;
	background-color: white;
	border-radius: 6px;
	color: #E72F2F;
	font-weight: bold;
	font-size: 12px;
	border: 1px solid #d1d1d1; */
}

.post_read_more a:hover{
	/* animation:read_more_color 1s forwards;
	-webkit-animation:read_more_color 1s forwards; /* Safari and Chrome */
	*/
}



.custom_search{
    position: absolute;
    height: 24px;
	top: 110px;
	left: 17px;
	right:initial;
	text-align: right;
    margin-right: 20px;
}

.custom_search form{
    display:inline;
}

.custom_search form button{
    color:#fff;
    background-color:#990000;
    border: 1px solid #cccccc;
    font-size:11px;
    font-weight:bold;
}


.custom_search form input{
	width: 100px;
		-moz-transition: width 0.5s ease;
    -webkit-transition: width 0.5s ease;
    -moz-transition: width 0.5s ease;
    -o-transition: width 0.5s ease;
    transition: width 0.5s ease;
}

.custom_search form input:focus{
	width: 250px;
	height: 19px;
}

.clearfix{
    clear: both;
}

/* sidebar */
.sidebar {
/*	width:22%; */
	padding: 0px 10px 10px 10px;
	/* border-right: 1px solid #666; */
	/* margin-left: 76%; */
}

.sidebar-widget > [class^="widget_"]{
	padding:10px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.sidebar-widget > [class^="widget_"] > h3{
	font-size: 16px;
	font-weight: bold;
	margin: 10px 5px 5px 0px;
}


/* footer */
.footer {
	border-top: 1px solid #666;
}


.pull-left{
	float:left;
}

.pull-right{
	float:right;
}


.main-post-cont{
	overflow: hidden;
	width: 99%;
	margin: 0 5px 5px 5px;
}

.mrv_y_scrool{
	/* padding: 0px 20px 0px 20px; */
	height: auto;
	overflow: initial;
}

.p_title{
	position: absolute;
	bottom: 18px;	
	background: rgba(0,0,0,0.6);
	/*width: 88%;*/
	text-align:center;
	font-family: baskerville;
	font-size: 18px;
	left:0;
	right: 1px;
	margin:0 15px 0 17px;
}

.p_title p{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin-right: 30px;
	margin-left: 13px;
}

.p_title p{
	margin: 5px 0;
}

.row.center_this_images{
	margin-top:17%;
}

.thumbnail img.wp-post-image{
	width:auto;
	height:220px;
}

.thumbnail{
	background-color: #5F3A3A;
}

.thumbnail, .thumbnail img.wp-post-image{
	border-color: #946464;
}

#marvelous_footer_nav > ul > li{
	padding: 5px;
	position: relative;
}

#marvelous_footer_nav > ul > li > span{
	display:none;
}

.home_footer_container .copy{
	text-align:center;
}

.social_icons{
	list-style: none;
	list-style-image: none;	
	padding:0px;
	margin: 10px 0 0 17px
}

.social_icons li{
	float:left;
	width:35px;
	height:45px;
}

.social_icons li a{
	width:45px;
	height:45px;
	display:block;
}

.social_icons li.facebook a{
	background: url('img/icons/social/f.png');
	background-size: 45px 45px;
}

.social_icons li.twitter a{
	background: url('img/icons/social/t.png');
	background-size: 45px 45px;
}

.social_icons li.linkedin a{
	background: url('img/icons/social/in.png');
	background-size: 45px 45px;
}

.social_icons li.pinterest a{
	background: url('img/icons/social/pinterest.png');
	background-size: 45px 45px;
}

.social_icons li.houzz a{
	background: url('img/icons/social/houzz.png');
	background-size: 45px 45px;
}

.social_icons li.youtube a{
	background: url('img/icons/social/youtube.png');
	background-size: 45px 45px;
}

.social_icons li.googleplus a{
	background: url('img/icons/social/gplus.png');
	background-size: 45px 45px;
}

.sticky_foot_icon li{
	height:35px;
}

.sticky_foot_icon li a{
	width: 35px;
	height: 35px;
	background-size: 35px 35px !important;
}

.bus_phone{
	font:300 11px/1.4 baskerville;
	font-weight:bold;
	font-size:3em;
	padding:10px 10px 0 0;
}

.bus_phone_footer{
	font:300 11px/1.4 baskerville;
	font-weight:bold;
	font-size:25px;
	float:none;
	white-space: nowrap;
}

.bus_phone_footer img{
	margin-bottom:5px;
}

.bus_phone_footer:before{
	content:'';
	position: absolute;
	background: url('img/logo.png');
	width: 35px;
	height: 34px;
	background-size: 35px;
	left: 6px;
}

.bus_phone_footer_cont{
	text-align:center;
}

.sticky_foot_icon{
	margin-top:0;
	padding-right: 5px;
	float:left;
}

.bus_phone_footer a{
	color:#000;
	margin-left: 40px;
}

#google_translate_element{
	margin-top:5px;
	float: right;
}

.goog-te-gadget-simple{
	width:190px;
	border: 2px groove #F8F8F8;
	background:transparent !important;
}

.goog-te-menu-value span:last-of-type{
	/*float:right;*/
	color:#f8f8f8;
}

.product_side img{
	width:100%;
}

#product_video img{
	width:25px;
}

.technical_doc_container img{
	width:25px;
}


.product_single_cont{
		width: 100%;
	position: relative;
	right: 0;
	left: 0;
	margin: 0 auto;
	top: 10px;
}

.product_side h3 span{
	line-height: 16px;
}

.product_side h3 span:before, .post_title > span:before{
	content: "\00a0 ";
	background: #990000;
}

.get_attention:before{
	animation: get_attention 1.5s infinite;
	-webkit-animation: get_attention 1.5s infinite;
}

.product_side h3 span:after{
	content: "\00a0 ";
	background: #52494c;	
}


#TB_window{
	width:auto !important;
}


#page_container{
	height:auto;
	margin:auto;
	top:0;
	bottom:0;
	position:relative;
}

.home_footer_cont{
	position: initial;
	border: none;
	border-top: 1px solid #666;
}



.product_side h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #cccccc;
	font-weight: bold;
	text-transform: uppercase;
	white-space: nowrap;
	background:#52494c;
	height: 16px;
}


.footer_collection ul{
	list-style-type:none;
	padding:10px;
}

.footer_collection{
	list-style-type:none;
}

.footer_collection > li{
	float:none !important;
}

.footer_collection > li > a{
	// font-family: 'Merienda', cursive !important;
	// font-size: 14px;
}

.footer_collection > ul > li > a{
	font-family: 'Lato', sans-serif;

}

.powered_cont{
	margin-left:10px;
	margin-bottom:10px;
}

.powered_cont span{
	font-size:12px;
	white-space: nowrap;
}


code{
	overflow-x:auto;
	color: #363032;
	width:90% !important;
}

.prev_nex_cat{
	text-align:center;
	font-size:14px;
}

.prev_nex_cat a:hover{
	color: #990000;
}

#contactLink{
	height: 40px;
	width: 351px;
	margin-right:15px;
	background-image: url('img/email_selection.png');
	display: block;
	cursor: pointer;
}

.article_cont{
	margin: 20px;
}

.hidden_mobile{
	display:none;
}


.specs_height{
	height:70px;
	overflow:auto;
}

.show_mobile{
	display:block;
}

.product_side .show_mobile img{
	width:50%;
} 

.category-posts .post-thumb img{
	width: 105px !important;
	height:137px;
	border: 1px double gray;
	padding: 2px;
}


@keyframes get_attention{
	0% {background: #990000;}
	50% {background: white;}
	100% {background: #990000;}
}

@-webkit-keyframes get_attention{
	0% {background: #990000;}
	50% {background: white;}
	100% {background: #990000;}
}



#gallery-1 .gallery-item{
	width:auto !important;
	padding-right:5px;
}


.related_post img, .gallery-item img{
	width: 70px;
	height: 104px;
	border: 1px double gray !important;
	padding: 2px;
}

.related_post{
	padding-right:5px;
}

.gallery_view{
	width: 180px;
	padding:10px;
	margin:0 auto;
	float:none;
}	

.gallery_view img, .gallery-item img{
	width: 100%;
	height: 230px;
	border: 1px double gray !important;
	padding: 2px;
}

.gallery_view .title{
	margin-top:2px;
	text-align:center;
	width:100%;
	padding:5px;
	border: 1px double gray !important;
	font-size:10px;
	height: 40px;
	overflow: auto;
}


ul.product_menu{
	max-height:450px;
	padding-left:10px;
	overflow-y:auto;
}

ul.product_menu > li > ul li:hover{
	background-color: #eee;
}

ul.product_menu > li > ul li:hover a,ul.product_menu > li > ul li:hover a:hover{
	color: #000000;
}


ul.product_menu > li > ul li.current a:hover,ul.product_menu > li.current a:hover,ul.product_menu > li > ul li.current:hover a,ul.product_menu > li > a:hover{
	color:white;
	text-decoration:none;
}

.product_menu, .product_menu ul{
	list-style: none;
	font-size: 12px;
	line-height: 20px;
}

.product_menu > li > a > h3 > span{
	margin-left:10px;
	font-weight:bolder;
	font-family:baskerville;
	font-size:16px;
}

.product_menu > li > a > h3{
	line-height:25px;
	color:#000;
	border-radius: 3px;
background: rgb(140,140,140); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhjOGM4YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ4JSIgc3RvcC1jb2xvcj0iI2U1ZTVlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ4JSIgc3RvcC1jb2xvcj0iI2U1ZTVlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUzJSIgc3RvcC1jb2xvcj0iI2U1ZTVlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU5JSIgc3RvcC1jb2xvcj0iI2U1ZTVlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4YzhjOGMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(140,140,140,1) 0%, rgba(229,229,229,1) 48%, rgba(229,229,229,1) 48%, rgba(229,229,229,1) 53%, rgba(229,229,229,1) 59%, rgba(140,140,140,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(140,140,140,1)), color-stop(48%,rgba(229,229,229,1)), color-stop(48%,rgba(229,229,229,1)), color-stop(53%,rgba(229,229,229,1)), color-stop(59%,rgba(229,229,229,1)), color-stop(100%,rgba(140,140,140,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(140,140,140,1) 0%,rgba(229,229,229,1) 48%,rgba(229,229,229,1) 48%,rgba(229,229,229,1) 53%,rgba(229,229,229,1) 59%,rgba(140,140,140,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(140,140,140,1) 0%,rgba(229,229,229,1) 48%,rgba(229,229,229,1) 48%,rgba(229,229,229,1) 53%,rgba(229,229,229,1) 59%,rgba(140,140,140,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(140,140,140,1) 0%,rgba(229,229,229,1) 48%,rgba(229,229,229,1) 48%,rgba(229,229,229,1) 53%,rgba(229,229,229,1) 59%,rgba(140,140,140,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(140,140,140,1) 0%,rgba(229,229,229,1) 48%,rgba(229,229,229,1) 48%,rgba(229,229,229,1) 53%,rgba(229,229,229,1) 59%,rgba(140,140,140,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c8c8c', endColorstr='#8c8c8c',GradientType=0 ); /* IE6-8 */
}

.product_menu > li.current > a > h3, .product_menu > li > ul > li.current,.gallery_top li.current-cat, .gallery_top li.current,
#marvelous_header_nav li.current-menu-item, #marvelous_header_nav li.current_page_item, #marvelous_header_nav li.current-menu-parent, #marvelous_header_nav li.current-page-parent, #marvelous_header_nav li.current-menu-ancestor, #marvelous_header_nav li.current-page-ancestor{
	color:rgba(255,255,255,0.8);
	background: rgb(92,5,5); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVjMDUwNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ0JSIgc3RvcC1jb2xvcj0iIzgwMGYwZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1YzA1MDUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(92,5,5,1) 0%, rgba(128,15,15,1) 44%, rgba(92,5,5,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(92,5,5,1)), color-stop(44%,rgba(128,15,15,1)), color-stop(100%,rgba(92,5,5,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(92,5,5,1) 0%,rgba(128,15,15,1) 44%,rgba(92,5,5,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(92,5,5,1) 0%,rgba(128,15,15,1) 44%,rgba(92,5,5,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(92,5,5,1) 0%,rgba(128,15,15,1) 44%,rgba(92,5,5,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(92,5,5,1) 0%,rgba(128,15,15,1) 44%,rgba(92,5,5,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c0505', endColorstr='#5c0505',GradientType=0 ); /* IE6-8 */
}
.product_menu > li > ul{
	display:none;	
}

.product_menu > li > ul > li{
	border-bottom: 1px dotted #dadada;
}


.product_menu > li > ul > li > a > h3 {
	margin:0;
	padding-left:5px;
	line-height: 20px;
	font-family:baskerville;
	font-size: 15px;
	font-weight: bold;
}

.menu_title{
	text-align: center;
	font-weight: bolder;
	padding: 0 20px 0 20px;
}


/* lightbox custom */
.lb-outerContainer, .lb-dataContainer{
	width:auto;
	height:auto;	
}

.y_scrool_cont{
	overflow-x:auto;
}

.long_view{
	height:110px;
	overflow:auto;	
}

.long_gal_view{
	overflow-y:auto;
	max-height: 484px;
	margin-left:45px;
}

.contact_form_container .form-horizontal .form-group{
	margin:0;
}

.contact_img_container{
	position:relative;
}

.contact_img_container span{
	width: 30px;
	height: 20px;
	position: absolute;
}
.contact_img_container .ca-flag{
	background:url('img/canada_contact.gif') no-repeat;
	top:0;
	left: 250px;
}

.contact_img_container .usa-flag{
	background:url('img/usa_contact.gif') no-repeat;
	top: 100px;
	left: 250px;
}



#marvelous_header_nav li a:hover{
	color:#fff;
	text-decoration:none;
}

#marvelous_header_nav > ul > li{
	margin-right:5px;
}

#marvelous_header_nav > ul > li > a{
	font-size:17px;
}

body.desktop #marvelous_header_nav > ul > li:hover > .sub-menu{
	/*display:block;*/
	visibility: visible;
  	opacity: 1;
  	-webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

body.desktop  #marvelous_header_nav > ul > li > .sub-menu > li > .sub-menu{
	display:none;
}

body.desktop  #marvelous_header_nav > ul > li > .sub-menu > li:hover > .sub-menu{
	/*display:block;*/
	visibility: visible;
  	opacity: 1;
  	-webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.go_page_view{
	font-size: 10px;
	border: 1px solid #990000;
	background-color: #000;
	color: #ffffff;
	padding:4px;
}

a.go_page_view{
	background-color: #666666;
	margin-left:10px;
}

input.go_page_view{
	width:40px;
	margin-right:5px;
	margin-left:10px;
	font-size:12px;
}

.gallery_top{
	display: none;
	list-style-type: none;
	margin:0;
	padding:0;
	border-collapse: separate;
	border-spacing: 2px;
	border-color: gray;
	background: #333;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width:100%;

}

.gallery_top li{
	width:100%;
	padding:3px;
	margin-left:5px;
}

.gallery_top li:not(:last-of-type){
	margin-right:5px;
}

.home_container .page_cat{
	min-height:510px;
	padding-top: 10px;
}

.col-md-2 .post-thumb{
	margin-right:10px;
}

.category-posts h2, .index-posts h2{
	margin-left: 10px;
}

.category-posts:hover > .row > .col-md-2  img, .index-posts:hover > .row > .col-md-2 img{
	border-color:#fff;
}

.post_read_more img:hover{
	border-color:#fff;
}

.post_read_more img{
	border:1px solid transparent;
}

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}
::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(255,255,255,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}



/* .gallery_top li.current-cat, .gallery_top li.current{ */
/* 	background: #a90329; */
/* 	background: -moz-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%); */
/* 	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a90329), color-stop(44%,#8f0222), color-stop(100%,#6d0019)); */
/* 	background: -webkit-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%); */
/* 	background: -o-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%); */
/* 	background: -ms-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%); */
/* 	background: linear-gradient(to bottom, #a90329 0%,#8f0222 44%,#6d0019 100%); */
/* 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 ); */
/* } */

textarea{
	min-height:100px;
	max-height:100px;
}

.form_container{
	text-align:left;
}

.form_container label{
	display: block;
	color: #FFC400;
}

.contact_form_container .form-group{
	margin-bottom:auto;
	clear: both;
}

.form_container input[type="submit"]{
	background-color: darkred;
	border: solid 1px #23150C;
	color: #FECD28;
	padding: 5px;
}

/* .form_container input{ */
/* 	border: 1px solid #fff; */
/* 	font-size: 12px; */
/* 	background-color: #A29B9A; */
/* 	color: #000; */
/* 	padding: 0px; */
/* 	margin: 0px; */
/* } */

.mrw_collapse .collapse_title{
	width:100%;
	border-bottom: 1px dashed #A29B9A;
	padding: 5px 0px 2px 4px;
}

.mrw_collapse .collapse_content{
	display:none;
	padding: 10px;
}

.mrw_collapse .collapse_title:hover{
	color: #fff;
	background-color: darkred;	
}


.mrw_collapse .collapse_title:before{
	content:' - ';
}

.product_content{
	text-align:justify;
}


.row{
	margin: auto;
}


#product_video,#product_drawings{
	min-height:63px;
}

#product_spects{
	min-height:95px;
}


.additional_view .empty_cont,#product_related_cont .empty_cont{
	min-width:100px;
}


.stone_samples > a{
	position:relative;
}

.stone_samples > a > .title{
	position:absolute;
	bottom:0;
	border: none !important;
	border-top:1px solid #f8f8f8;
	background:rgba(0,0,0,0.7);
	width: 99%;
	margin: 0 auto;
	left: 0;
	right: 0;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.stone_samples > a > img{
	height:140px;
}

.stone_samples:hover > a > img{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}


.stone_samples:hover > a > .title{
	background: rgba(255, 255, 255, 0.7);
	color:#000;
}

.sticky_footer{
	z-index: 200;
	position:fixed;
	bottom:0;
	height:auto;
	background:#f8f8f8;
	/* width:100%; */
	margin: 0 auto;
	left: 0;
	right: 0;
	color:#000;
	top:auto;
	
	background: rgb(140,140,140); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhjOGM4YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ4JSIgc3RvcC1jb2xvcj0iI2U1ZTVlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ4JSIgc3RvcC1jb2xvcj0iI2U1ZTVlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUzJSIgc3RvcC1jb2xvcj0iI2U1ZTVlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU5JSIgc3RvcC1jb2xvcj0iI2U1ZTVlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4YzhjOGMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(140,140,140,1) 0%, rgba(229,229,229,1) 48%, rgba(229,229,229,1) 48%, rgba(229,229,229,1) 53%, rgba(229,229,229,1) 59%, rgba(140,140,140,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(140,140,140,1)), color-stop(48%,rgba(229,229,229,1)), color-stop(48%,rgba(229,229,229,1)), color-stop(53%,rgba(229,229,229,1)), color-stop(59%,rgba(229,229,229,1)), color-stop(100%,rgba(140,140,140,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(140,140,140,1) 0%,rgba(229,229,229,1) 48%,rgba(229,229,229,1) 48%,rgba(229,229,229,1) 53%,rgba(229,229,229,1) 59%,rgba(140,140,140,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(140,140,140,1) 0%,rgba(229,229,229,1) 48%,rgba(229,229,229,1) 48%,rgba(229,229,229,1) 53%,rgba(229,229,229,1) 59%,rgba(140,140,140,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(140,140,140,1) 0%,rgba(229,229,229,1) 48%,rgba(229,229,229,1) 48%,rgba(229,229,229,1) 53%,rgba(229,229,229,1) 59%,rgba(140,140,140,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(140,140,140,1) 0%,rgba(229,229,229,1) 48%,rgba(229,229,229,1) 48%,rgba(229,229,229,1) 53%,rgba(229,229,229,1) 59%,rgba(140,140,140,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c8c8c', endColorstr='#8c8c8c',GradientType=0 ); /* IE6-8 */
	border-top:1px groove #f8f8f8;
	border-right:1px groove #f8f8f8;
	border-left:1px groove #f8f8f8;;
}


.pcss3-accordion-item .p_title{
	width:100%;
	background: rgba(0, 0, 0, 0.7);
}

.pcss3-accordion-item .p_title p{
	font-size:2em;
}


.order_sections{
	display:none;
}

.order_sections h3{
	margin: 0px auto;
	line-height: 25px;
	padding: 2px;
	background: #1F1F1F;
	border: 1px solid #808080;
	font-size: 2em;
	font-weight: bold;
}

.hide_selection_cont{
	display:none;
}

.footer_text_cont{
	padding:0 10px 10px 10px;
}

.search_title_cont{
	margin:0;
	text-align:right;
}

.pagination{
	margin:0px;
	float: right	
}



.error_page_cont h1{
	font-size:10em;
	padding:0;
	margin:0;
}

.error_page_cont{
	text-align:center;
}

.error_page_cont p{
	font-size:1.7em;
	padding:0;
	margin:0;
}

.error_page_cont a{
	color: #900;
}


.rotate_this_cat{
	position:relative;
}

.cat_images_rotator > img:not(:first-of-type){
	position: absolute;
	left: 0;
}

.cat_images_rotator > img:first-of-type{
	float:left;
}

.thumbnail img {
	display: block;
	height: auto;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.post_cat_img_cont{
	text-align:center;
}

.post_cat_images img{
	width:100%;
	height:auto;
	margin: 10px 0 10px 0;
	border: 1px solid #888;
	padding: 1px;
}

.post_cat_images:hover img{
	border-color:#fff;
}

footer #menu-first-footer-menu{
	font-size:12px;
	margin-top:18px;
}


#google_translate_element > form > button{
	color: #FFF;
	background-color: #900;
	border: 1px solid #CCC;
	font-size: 11px;
	font-weight: bold;
}

#google_translate_element{
	text-align:center;
	width: 100%;
}

.prev-posts{
	float:right;
}


.dm_float{
	float:none;
}

.swf_hide_mobile{
	display:none;
}

.swf_placeholder{
	display:inline;
}


.mrv_gl_main_holder{
    width: 100%;
	position: relative;
	height: 520px;
	overflow: hidden;
	/*background: #D1D1D1;*/
	padding: 5px;
	/*border: 1px solid #D1D1D1;*/
}

.mrv_gl_inner_holder{

    float:left;
    overflow:hidden;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.mrv_gl_inner{
   width:500px;
   height:510px;

}

.mrv_gl_content{
    width:100%;
    height:510px;
    background:#d1d1d1;
	position:relative;
}

.mrv_gl_main_holder > .mrv_gl_inner_holder .mrv_gl_content{
	margin-left:5px;
}

.mrv_gl_main_holder > .mrv_gl_inner_holder:first-of-type .mrv_gl_content{
	margin-left:0;
}


.mrv_gl_title{
	position: absolute;
	bottom: 0;	
	width: 100%;
	height:100%;
	text-align:center;
	font-family: baskerville;
	font-size:30px;
	background: rgba(0,0,0,0.2);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.mrv_gl_title p{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin-left: 13px;
	
	margin:0;
	padding:5px;
}

.mrv_gl_content .mrv_gl_title p{
	left: -46%;
	position: absolute;
	top: 50%;
	width:100%;
	height:auto;
  -webkit-transform: rotate(-90deg);  /* Chrome, Safari 3.1+ */
     -moz-transform: rotate(-90deg);  /* Firefox 3.5-15 */
      -ms-transform: rotate(-90deg);  /* IE 9 */
       -o-transform: rotate(-90deg);  /* Opera 10.50-12.00*/ 
          transform: rotate(-90deg);  /* Firefox 16+, IE 10+, Opera 12.10+*/ 
	    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.mrv_gl_inner_holder.active .mrv_gl_title{
	height:50px;
}
.mrv_gl_inner_holder.active .mrv_gl_title p{
	position:static;
	  -webkit-transform: rotate(0deg);  /* Chrome, Safari 3.1+ */
     -moz-transform: rotate(0deg);  /* Firefox 3.5-15 */
      -ms-transform: rotate(0deg);  /* IE 9 */
       -o-transform: rotate(0deg);  /* Opera 10.50-12.00*/ 
          transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera 12.10+*/ 
}


.long_blog_view{
	overflow-y: auto;
	max-height: 510px;
}

.long_blog_side_view{
	overflow-y: auto;
	max-height: 520px;
}


.sticky_footer .email_us{
	font: 300 11px/1.4 PALATINO;
	font-weight: bold;
	font-size: 19px;
	white-space: nowrap;
	text-align:center;
	cursor:pointer;
	color: #000;
	line-height: 35px;
}

.sticky_footer .email_us a{
	color:#000;
}

.sticky_footer #email_info_cont{
	display:none;
	width: 320px;
	height: 66px;
	background: #000;
	position: absolute;
	bottom: 40px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	color:#fff;
	margin: 0 auto;
	left: 0;
	right: 0;
	padding-left: 20px;
	border: 2px groove #d1d1d1;
	font-weight:normal;
	font-size:12px;
}

.sticky_footer #email_info_cont a{
	font-weight:bold;
}

.sticky_footer #email_info_cont .close{
	position: absolute;
	top: -2px;
	content: 'x';
	right: 0;
	color: #FFF;
	opacity: 0.7;
}

#lytebox_image_overlay{
	position: absolute;
    top: 13px;
    margin: auto;
    z-index: 9999;
    /*left: 0;
    right: 0;*/
    text-align:center;
    background:#000;
	padding:10px;
	border-bottom-right-radius:7px;
	border:1px solid rgba(179,179,179,0.6);
}

#lytebox_image_overlay .more_info{
	color:rgb(193, 117, 117) !important;
}

#click_to_see_more{
	margin: auto;
	font-size: 15px;
	line-height: 30px;
}


#lytebox_image_overlay a{
	/*background:rgba(0,0,0,0.4);
	padding:10px;
	border-radius:7px;
	border:1px solid rgba(179,179,179,0.6);*/
	color:#fff !important;
	margin-top: 5px;
	margin-left: 2px;
}


.gallery_view{
	position:relative;
}

span.gl_img_id{
	position: absolute;
	top: 12px;
	right: 13px;
	background: rgba(0, 0, 0, 0.6);
	padding: 5px;
	border-bottom-left-radius: 5px
}

div#selection_form_cont{
	z-index:999;
}


.hidden_heading{
	display:none;
}


.product_side .fb-share-button.fb_iframe_widget span{
	height:23px !important;
	margin-left: 10px;
}

.product_side .fb-share-button.fb_iframe_widget{
		display:inline !important;
	}


#lbDetails{
	width:100%;
	text-align:center;
	float:none;
}



/*------------------------------------*\
    PAGES
\*------------------------------------*/

.page_cat{
	/* margin: 10px 0 0 0; */
	margin:0; 
}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

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

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

.product_side.col-xs-4{
		width:100%;
	}

#lbCaption a,
a:hover,
a:focus,
.sticky_footer .email_us a:hover,
.sticky_footer .email_us a:focus{
	color: #a81a1b;
}


.no_padding{
	padding:0px !important;
}


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

}

@media only screen and (max-width:480px) {	
	.product_side#share_cont{
		margin-top:20px;
		margin-bottom:10px;
	}
	
	.post_read_more{
		position:relative;
	}
	
	.mrv_gl_main_holder{
		height:200px;
	}
	
	.mrv_gl_inner{
	   width:250px;
	   height:200px;
	
	}
	
	.mrv_gl_content{
		 height:200px;
	}
	.mrv_gl_title{
		font-size:14px;
	}

	.sub-menu.active{
		visibility: visible;
    	opacity: 1;
	}
}

@media only screen and (min-width:480px) {
	.gallery_top li{
		float:left;
		width:auto;
	}
	
	.mrv_outer {
	    display: table;
	    position: absolute;
	    height: 98%;
	    width: 100%;
	}
	
	.mrv_main_holder {
	    display: table-cell;
	    vertical-align: middle;
	
	}
	
	.product_side.col-xs-4{
		width:33.33333333333333%
	}
	
	.gallery_view{
		float:left;
	}
	
	.dm_float{
		float:right;
	}
}
@media only screen and (min-width:768px) {
	#marvelous_header_nav > ul > li > a{
		font-size:15px;
	}
	#page_container > .row > .col-md-8{
		min-height:520px;
		border-left: 1px solid rgba(255, 255, 255, 0.4);
	}
	#page_container > .row > .col-md-3 > .p_image img{
		border-right: 1px solid rgba(255, 255, 255, 0.4);
	}

	
	#google_translate_element > div{
		float:left;
	}
	
	
	#google_translate_element > form{
		float:right;
	}
	
	.error_page_cont h1{
		font-size:20em;
	}
	
	.bus_phone_footer{
		float:left;
		margin-left:10px;
	}
	.sticky_footer{
		height:40px;
		bottom:30px;
		/* width:80%; */
	}
	
	.sticky_foot_icon{
		float:right;
	}
	
	#google_translate_element{
		float:none;
	}
	
	.header .nav{
		margin-top: 10px;
		float: right;
	}
	
	.header .nav ul li{
    	float:left;
	}
	
	#marvelous_header_nav > ul{
		padding-left:initial;
		border: none;
	}
	
	#marvelous_header_nav > ul > li:not(:last-child){
		border-bottom: none;
	}
	
	.custom_search{
		top: 65px;
		left:initial;
    	right: 0;
	}
	
	.footer_home{

/* 		position: absolute; */
/* 		bottom: 0; */
/* 		top: initial; */
/* 		border-bottom: initial; */
		border:none;
/* 		border-top:1px solid #666; */
		border:1px solid #666;
		position: relative;
		top: -80px;
	}
	
	.footer_nav{
		margin: 0;
		min-height: initial;
	}
	
	.footer_nav > div > ul{
		padding:0;
		margin: 0;
	}
	
	#marvelous_footer_nav > ul{
		float:right;
	}	
	
	#marvelous_footer_nav > ul > li{
		float:left;
	}
	
	#marvelous_footer_nav > ul > li:not(:last-child) > span{
		display:inline;
	}
	
	
	.home_footer_container{
		padding: 0px 20px 0px 20px;
	}
	
	.home_footer_container .copy{
		text-align:left;	
	}
	
	.home_footer_container .copy,.home_footer_container .design{
		line-height:27px;
	}
	
	.pcss3-accordion-pic {
		height:510px;	
	}
	
	#page_container > .row.how_to_order_page{
		height: auto;
		min-height: inherit;
		max-height: inherit;
		overflow:hidden;
	}
	
	.how_to_order_img{
		/*width:100%;*/
		height: 100%;
		margin: auto;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		position: absolute;
	}
	
	.how_to_order_bg{
		background:#3C3C3C
	}
	
	.how_to_order_page section{
		height:auto;
	}
	
	.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
		padding-right: 0;
		padding-left: 0;
	}
	
	.add_custom_padding_both{
		padding-right: 15px;
		padding-left: 15px;
	}
	
	.add_custom_padding_right{
		padding-right: 15px;
	}
	
	.add_custom_padding_left{
		padding-left: 15px;
	}
	
	#page_container{
		margin-bottom: 90px;
	}
}

@media only screen and (max-width: 768px){
	#page_container > .row {
		height: auto;
	}	

}

@media only screen and (min-width:992px) {
	
	.contact_img_container .ca-flag,.contact_img_container .usa-flag{
		left:230px;
	}
	.social_icons li{
		width:33px;
	}
	.sticky_foot_icon{
		margin-left:0;
	}
	.sticky_footer{
		height:35px;
	}
	
	.form_container{
		position: absolute;
		right: 0px;
		top: 45px;
		background-color: #000;
		padding: 0px 20px 10px 20px;
	}

	.hidden_mobile{
		display:block;
	}
	
	.product_left_image{
		height:510px;
	}
	
	.blog_post_container{
		height:510px;
		overflow:auto;
	}
	
	
	.show_mobile{
		display:none;
	}
	
	.p_title{
		bottom: 18px;
		/*width: 91%%;*/
	}

	
	.mrv_y_scrool{
		height:520px;
		overflow-y: auto;
	}
	
	.mrv_y_scrool.gallery_page{
		height:520px;
	}
	
	
	.p_image{
		width: 320px;
		border:none;
		border-right:1px groove;
	}
	
	.p_image img{

	}
	
	.product_content{
		height:135px;
		overflow-y:auto;
	}
	
	.additional_view{
		min-height:130px;
	}
	
	.sdiv{
		scrollbar-base-color: #767676;
		scrollbar-arrow-color: white;
		scrollbar-track-color: #1f1f1f;
		scrollbar-shadow-color: #1f1f1f;
		scrollbar-lightshadow-color: #1f1f1f;
		scrollbar-darkshadow-color: gray;
		scrollbar-highlight-color: white;
		scrollbar-3dlight-color: #1f1f1f;
	}
	
	
	.footer_collection{
		padding:10px;
	}
	
	.footer_collection{
		width:1500px;
		padding-top: 0;
		margin-top: 0;
	}
	
	.footer_collection > li{
		margin:5px;
		float:left !important;
	}
	
	.footer_collection ul{
		padding-left:0;
		margin:0;
	}
	
	.footer_collection ul a{
		color: #cccccc;
		font-size: 0.9em;
	}
	
	.big_holder{
		padding-right:10px;
		padding-left:10px;
		overflow-x:auto;
	}
	
	.bus_phone{
		white-space:nowrap;
	}
	.product_single_cont > div > article{
		/* padding-left: 66px; */
	}
	
	
	.big_holder {
		padding-right: 10px;
		padding-left: 10px;
		overflow-x: hidden;
	}
	
	
	
}	

@media only screen and (min-width:1025px) {
	#marvelous_header_nav > ul > li > a{
		font-size:17px;
	}
	.contact_img_container .ca-flag,.contact_img_container .usa-flag{
		left:250px;
	}
	
	.category-posts h2, .index-posts h2{
		margin-left: auto;
	}
	
	.swf_hide_mobile{
		display:inline;
	}
	.swf_placeholder{
		display:none;
	}

	#page_container > .row {
		min-height: 520px;
		max-height: 520px;
		max-width: 100%;
		overflow: auto;
	}
	
	.row_left_right{
		padding-left:15px;
		padding-right:15px;
	}
	
	.col-md-4{
		width:29.8%;
	}
	
	.footer-social-cont{
		width: 28.5%;
	}
	
	.col-md-8{
		width:70.2%;
	}
	
	.col-md-4.front_page_cont{
		width:33.3333333333%;
	}
	
	.social_icons li{
		width:37px;
	}
}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1200px) {
	.product_single_cont > div > article{
			padding-left: 0;
	}
}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
   
/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
   
.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {
	
}
.bypostauthor {
	
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}







/*    KEY FRAMES     */

/* index posts header */
@keyframes header-color
{
from {color:#E72F2F;}
to {color:#fff;}
}

@-webkit-keyframes header-color /* Safari and Chrome */
{
from {color:#E72F2F;}
to {color:#fff;}
}


/* Read More */

@keyframes read_more_color
{
from {
	background-color: #white;
	color:E72F2F;
}
to {
	background-color: #E72F2F;
	color:white;
}
}

@-webkit-keyframes read_more_color /* Safari and Chrome */
{
from {
	background-color: #white;
	color:E72F2F;
}
to {
	background-color: #E72F2F;
	color:white;
}
}