body {
	position: relative;
	font-family: ;
	font-family:'Open Sans', Arial, Helvetica Neue, Helvetica,sans-serif;
}
a, #main-nav li a:hover {
	-webkit-transition: background-color 1s;
	-moz-transition: background-color 1s;
	-o-transition: background-color 1s;
	-ms-transition: background-color 1s;
	transition: background-color 1s;
	text-decoration:none;
}
img {
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}

.inner-images > a > img,
.inner-images img {
	width:100%;
}

.zoomer-wrapper > img {
	width:100%;
}

ul ul, ol ul, ul ol, ol ol, ul, ol {
	margin: 0px;
	padding: 0px;
}

.hide {
	display:none;
}

.show {
	display:block;
}


/* Font Face  $tarting here   */
.img-left {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
.img-right {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}

p small {
	font-size:10px;
	color:#999999;
}
h1, h2, h3, h4, h5, h6 {
/* 	font-family: 'Enriqueta';
 */	margin: 0px;
}
h1 {
/* 	font-family: 'Enriqueta';  */	
	font-size:36px;
	line-height:45px;
	color:#111111;
	font-weight:normal;
	padding:25px 0 25px 0;
}
h1 small {
	font-size:18px;
}
/* heading tag color option */
h1 {
	color:#111111;
}
h2 {
	color:#292929;
	font-size:28px;
	font-weight:300;
	line-height:36px;
	padding-bottom:15px;
}
h2 small {
	font-size:18px;
}
h3 {
	font-size:22px;
	font-weight:300;
	line-height:36px;
	color:#292929;
}
h3 small {
	font-size:14px;
}
h5, h6 {
	line-height:18px;
}
h4 {
	font-size:18px;
	line-height:24px;
	font-weight:normal;
}
h4.orange { color:#292929 !important;}
h4 small {
	font-size:12px;
}
h5 {
	font-size:14px;
}
h6 {
	color:#999999;
	font-size:11px;
	text-transform:uppercase;
}
.left-text {
	text-align: left;
}
.right-text {
	text-align: right;
}
.banner_home .buy-now a, .banner_home h2 {
	font-weight: bold;
}
.banner_home .buy-now a {
	border-radius:10px;
	float:right;
	height:auto;
	/* font-family:'Enriqueta-Bold', serif; */
	font-size:20px !important;
	line-height:15px !important;
	margin-top:25px;
	margin-right:20px;
	padding:20px;
	width:auto;
	text-decoration:none;
	text-shadow:0 2px 0 rgba(70, 70, 70, 0.8);
}

.banner_home {
	margin-top:10px;
	margin-bottom: 30px;
}
.banner_home h2 {
	font-family: 'Enriqueta',serif;
	font-size:36px;
	color:#222222;
	font-weight:normal;
}
.banner_home h2 span {
	font-size:22px;
}
.banner_home img {
	margin-right:20px;
	margin-top: 20px;
}
.banner_home #lets-talk {
	padding:15px 0;
}

.home-services h2 {
	font-size:24px;
	text-align:center;
}

.home-services a.btn {
	margin:auto;
}


.banner_home #lets-talk i{
	font-size:60px;
}

.banner_home #lets-talk .rbc-icon-effect{
	float:right;
	margin-top:5px;
	margin-right:55px;
}
	
.home-services h3 {
	margin-left:80px;
	padding:10px 0 20px;
}
.home-services span {
	width:70px;
	height:70px;
	overflow:hidden;
	position:absolute;
}
.home-services .col-md-4 {
	margin-bottom:70px !important;
	text-align:center;
}
.home-services .col-md-4 i {
	font-size:46px;
}
/* Navigation Start here
-------------------------------------------------- */
/*-------------------------------------------------- */
/*-------------------------------------------------- */
/*-------------------------------------------------- */
.navbar-fixed-top, .navbar-fixed-bottom {
	right:0;
	left:0;
	z-index:1030;
	margin-bottom:0;
}
.navbar-fixed-top .navbar-inner, .navbar-fixed-bottom .navbar-inner {
}

/* Tablet
------------------------- */
@media (min-width: 980px) {

	/* Menus Styling is start form here */
	.container {
position:relative;
}
 ul#main-nav {
 margin:0px;
 padding:0px;
 display:block;
 position:relative;
 float:right;
 top:30px;
 right:10px;
}
 #main-nav, #main-nav * {
 margin:0;
 padding:0;
 list-style:none;
}
 #main-nav {
 line-height:1.0;
}
 #main-nav ul {
 position:absolute;
		/* top:-999em; */
		width:160px; /* left offset of submenus need to match (see below) */
}
 #main-nav ul li {
 width:100%;
}
 #main-nav li:hover {
 visibility:inherit; /* fixes IE7 'sticky bug' */
}
 #main-nav li {
 float:left;
 position:relative;
}
 #main-nav a {
 display:block;
 position:relative;
}
 #main-nav li:hover ul, #main-nav li.sfHover ul {
 left:0;
 top:62px;
 z-index:99;
}
 ul#main-nav li:hover li ul, ul#main-nav li.sfHover li ul {
 top:-999em;
}
 ul#main-nav li li:hover ul, ul#main-nav li li.sfHover ul {
 left:161px;
 top:0;
}
 ul#main-nav li li:hover li ul, ul#main-nav li li.sfHover li ul {
 top:-999em;
}
 ul#main-nav li li li:hover ul, ul#main-nav li li li.sfHover ul {
 left:10em;
 top:0;
}
 #main-nav {
 float:left;
}
 ul#main-nav>ul {
 position:absolute;
 top:80px !important;
 display:block;
}
 #main-nav a {
 padding: 	9px 13px 9px 15px;
 text-decoration:none;
 font-family: 'Enriqueta';
}
 #main-nav a span {
 display:block;
 font-size:11px;
 font-family: 'Enriqueta';
 text-transform:capitalize;
 font-weight:400;
}
#main-nav li a {
   font-size:14px;
   line-height:20px;
   padding:9px 16px;
   text-align:center;
}
#main-nav a span{ 
	padding-bottom: 4px;
}
#main-nav li:hover a span,
#main-nav li:hover a {
	color:#fff !important;
}
 #main-nav li {
		/* 	background: url(../img/menu_top_divider.png) no-repeat left top; */
		text-transform:uppercase;
 font-size:14px;
 font-weight:bold;
 font-family: 'Enriqueta-Bold',serif;
}
 #main-nav li li a:hover {
 text-shadow:none;
}
 #main-nav li:hover, #main-nav li.sfHover, #main-nav a:focus, #main-nav a:hover, #main-nav a:active {
 outline:0;
}
 #main-nav a:hover, #main-nav a:active {
 outline:0;
}


	/*  Drop down menus start here  */
	#main-navigation ul#main-nav ul {
	 opacity:0;
	 filter:alpha(opacity=0); /* For IE8 and earlier */
	 position:absolute;
	 z-index:9999;
	 display: none;
	 -prefixes-transition-property: opacity, visibility;
	  -prefixes-transition-duration: .4s, 0s;
	  -prefixes-transition-delay: 0s, .4s;
}
 #main-navigation ul#main-nav li:hover ul {
	 opacity:10;
	 filter:alpha(opacity=100); /* For IE8 and earlier */
	 left: 0px;
	 display: block;
	 -webkit-transition: opacity 0.4s ease-in-out;
	 -moz-transition: opacity 0.4s ease-in-out;
	 -o-transition: opacity 0.4s ease-in-out;
	 -ms-transition: opacity 0.4s ease-in-out;
	 transition: opacity 0.4s ease-in-out;
	 -prefixes-delay: 0s, 0s;
}

#main-navigation ul#main-nav ul {  
    -moz-animation-duration: 3s;  
    -moz-animation-name: delaySlide;     
}  

@-moz-keyframes delaySlide {  
    from {  
      height: auto;  
    }  

    95% {  
       height: auto;
    }  
    to {  
      height: 0;  
    }     
}

/* Tablet
------------------------- */
@media (max-width: 1052px) {
	#main-nav li a {
		padding-left:10px;
		padding-right:10px;
	}
}


 #main-navigation ul#main-nav ul li:hover ul {
 opacity:10;
 filter:alpha(opacity=100); /* For IE8 and earlier */
 left: 161px;
 display: block;
 -webkit-transition: opacity 0.4s ease-in-out;
 -moz-transition: opacity 0.4s ease-in-out;
 -o-transition: opacity 0.4s ease-in-out;
 -ms-transition: opacity 0.4s ease-in-out;
 transition: opacity 0.4s ease-in-out;
}
/* Menus Styling is @nd form here */


}
/* Navigation End here
-------------------------------------------------- */
/*-------------------------------------------------- */
/*-------------------------------------------------- */
/*-------------------------------------------------- */






/* Home page Style is here End here
-------------------------------------------------- */
/*-------------------------------------------------- */
/*-------------------------------------------------- */
/*-------------------------------------------------- */

a#logo {
	display:block;
	top:30px;
	position:absolute;
	left:0px;
}
.welcome-text {
	padding:10px 0;
}
.buy-now {
	padding-top: 48px;
}
.carousel-inner {
	position:relative;
	background:#ffffff url(/assets/img/loading.gif) no-repeat 50% 50%;
	-webkit-box-shadow:0px 1px 5px 0px #4a4a4a;
	-moz-box-shadow:0px 1px 5px 0px #4a4a4a;
	box-shadow:0px 1px 5px 0px #4a4a4a;
	border:10px solid #fff;
	width:100%;
}
.home-page .carousel-inner {
	min-height: 420px;
}
.social-links {
	margin:20px 0px;
}
.social-links li {
	display:inline-block;
	list-style:none;
	margin:5px 0 0px 6px;
}
.ie7 .social-links li {
	display:inline;
	font-size:0;
	text-indent:0;
}
.social-links li:nth-child(6n+1) {
margin-left:0;
}
.social-links li:nth-child(6n) {
margin-right:15px;
}
.social-links li:last-child {
	margin-right:0;
}
.social-links a {
	background-repeat:no-repeat;
	background-position:0 -26px;
	display:block;
	height:26px;
	-webkit-transition:all 0.2s ease-out;
	-moz-transition:all 0.2s ease-out;
	-o-transition:all 0.2s ease-out;
	-ms-transition:all 0.2s ease-out;
	transition:all 0.2s ease-out;
	width:26px;
}
.social-links li.twitter a {
	background-image:url(../img/icon-twitter.png);
}
.social-links li.facebook a {
	background-image:url(../img/icon-facebook.png);
}
.social-links li.google a {
	background-image:url(../img/icon-google.png);
}
.social-links li.youtube a {
	background-image:url(../img/icon-youtube.png);
}
.social-links li.dribble a {
	background-image:url(../img/icon-pinerest.png);
}
.social-links li a:hover {
	background-position:0 0;
}
ul#footer-social {
	margin-top:10px;
}
ul#footer-social li {
	display:block !important;
	margin:0px;
}
ul#footer-social li span {
	position:relative;
	right:-30px;
	top:-22px;
}
.footer {
	padding:15px 20px;
	margin-top:60px;
}
#gridSystem #logo-footer { display:none;}
.footer p {
	margin-bottom:15px;
	color:#333333;
}
.footer h4 {
	font-size:14px;
	color:#292929;
	padding:10px 0;
	margin:0px;
	font-weight:bold;
	text-transform:uppercase;
}
.footer a, .footer-top a {
	color:#ff6300;
}
.footer a:hover, .footer-top a:hover {
	color:#ff6300;
}
.footer-bottom {
	color:#292929;
	padding:15px 20px 15px 0;
	font-size:12px;
	background:#ff6300;
}
.footer-bottom a {
	color:#ffffff;
}
.footer-bottom a:hover {
	color:#f6f6f6;
}
.footer-bottom .Copyright span { display:block; }
.right-text {
	text-align:right;
}
.left-text {
	text-align:left;
	padding-left:30px;
}
.left-text p {
	color:#555555;
	font-style:italic;
}
.footer-top {
	color:#292929;
	padding:10px 0;
	font-size:12px;
	background:#e8e8e8;
	margin-top:0px !important;
}
#footer-twitter {
	margin-top:0px;
}
#footer-twitter h4 {
	font-size:16px;
	font-weight:bold;
}
.inner-images {
	overflow:hidden;
	width:100%;
	position:relative;
	border:5px solid #f6f6f6;
	-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, .25), inset 0 -1px 0 rgba(0, 0, 0, .1);
	-moz-box-shadow:0 1px 3px rgba(0, 0, 0, .25), inset 0 -1px 0 rgba(0, 0, 0, .1);
	box-shadow:0 1px 3px rgba(0, 0, 0, .25), inset 0 -1px 0 rgba(0, 0, 0, .1);
	margin-bottom:20px;
}
#Grouping_10003910 {
	font-size:13px !important;
}
#taxes {
	font-size: 12px;
	position: absolute;
	right: 45px;
	top: 35px;
}
input, textarea, select, .uneditable-input,
select.productSelectInput
 {
	display:inline-block;
	width:210px;
	padding:4px;
	margin-bottom:9px;
	font-size:12px;
	line-height:21px;
	color:#555555 !important;
	background-color:#ffffff;
	border:1px solid #cccccc;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
ul#sidebar, .BlogRecentPost ul, .BlogTagList ul, .BlogPostArchive ul {
	margin-bottom:0px !important;
	margin-left:0px !important;
	padding: 0px;
}
ul#sidebar li, .BlogRecentPost ul li, .BlogTagList ul li, .BlogPostArchive ul li {
	list-style:none;
	list-style-type:none;
	border-bottom:1px solid #cbcbcb;
	margin-bottom:5px;
	line-height:32px;
}
ul#sidebar li a, .BlogRecentPost ul li a, .BlogTagList ul li a, .BlogPostArchive ul li a {
	color:#555555;
	padding:0 0 0px 20px;
	background:url(/assets/img/sidebar-arrow.png) no-repeat 0 0px;
}
ul#sidebar li a:hover, .BlogRecentPost ul li a:hover, ul#nav_706787 li.selected a, ul#nav_696930 li.selected a, .BlogTagList ul li a:hover, .BlogPostArchive ul li a:hover {
	color:#ff6300;
	background:url(/assets/img/sidebar-arrow-hover.png) no-repeat 0 0px;
}
ol.blogsitesummary{margin-bottom:30px !important;}
ol.blogsitesummary li {
	list-style:none;
	list-style-type:none;
	border-bottom:1px solid #cbcbcb;
	margin-bottom:5px;
	padding-bottom:5px;
	padding-left:0px;
	color:#333;
	padding-bottom: 15px;
}
ol.blogsitesummary li span {
	display:block;
	font-size: 12px;
	line-height: 20px;
}
ol.blogsitesummary li a {
	color:#ff6300;
}
ol.blogsitesummary li a:hover {
	color:#292929;
}
.btn-inverse, .cat_button {
	background-color:#414141;
	background-image:-moz-linear-gradient(top, #555555, #222222);
	background-image:-ms-linear-gradient(top, #555555, #222222);
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#555555), to(#222222));
	background-image:-webkit-linear-gradient(top, #555555, #222222);
	background-image:-o-linear-gradient(top, #555555, #222222);
	background-image:linear-gradient(top, #555555, #222222);
	background-repeat:repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#555555', endColorstr='#222222', GradientType=0);
	border-color:#222222 #222222 #000000;
	border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
*background-color:#222222;
filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
	padding:5px 10px;
	color:#FFF !important;
}

a.btn-inverse:hover, a.cat_button:hover {
	background: #666666; /* Old browsers */
	background: -moz-linear-gradient(top,  #666666 1%, #333333 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#666666), color-stop(100%,#333333)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #666666 1%,#333333 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #666666 1%,#333333 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #666666 1%,#333333 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #666666 1%,#333333 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#333333',GradientType=0 ); /* IE6-9 */
	border-color:#666666 #333333 #666666;
	*background-color:#666666;
	filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
}


.btn.btn-inverse.go {
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

#CaptchaV2 {
	margin-top:10px;
	width:160px !important;
	background:#ffffff;
}
/*footer navigation*/
ul#nav_695095 { margin-left:0px; }
ul#nav_695095 li {
	display:inline-block;
	background:url(../img/footer-dot.png) no-repeat 0 8px;
}
ul#nav_695095 li:first-child {
	background:none;
}
ul#nav_695095 li a {
	padding:0 8px 0 16px;
	color:#ffffff;
}
.Copyright a {
	color:#292929 !important;
}
.Copyright a:hover {
	color:#000000 !important;
}
.breadcrumb {
	padding:10px 0px 14px 0;
	margin:0;
	list-style:none;
	border-top:1px solid #cbcbcb;
	background: none;
	border-radius: 0px;
}
.breadcrumb li {
	display:inline-block;
*display:inline;
*zoom:1;
	dummy:huh;
	text-shadow:0 1px 0 #ffffff;
}
.breadcrumb .divider {
	padding:0 5px;
	color:#999999;
}
.breadcrumb .active a {
	color:#333333;
}
.breadcrumb a {
	color:#555555;
	padding:0 2px;
}
.breadcrumb a:hover {
	color:#000000;
}
#nav_706787, #nav_696930 {
	margin:0px;
}
.title-format-2 {
	line-height:24px;
	font-size: 16px;
	margin-top: 10px;
	margin-left: 10px;
}
#google-map {
	border-top:3px solid #ffffff;
	border-left:3px solid #ffffff;
	border-right:3px solid #ffffff;
	-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, .25), inset 0 -1px 0 rgba(0, 0, 0, .1);
	-moz-box-shadow:0 1px 3px rgba(0, 0, 0, .25), inset 0 -1px 0 rgba(0, 0, 0, .1);
	box-shadow:0 1px 3px rgba(0, 0, 0, .25), inset 0 -1px 0 rgba(0, 0, 0, .1);
}
.contact-form label {
	display:none;
}
div.contact-form div.item {
	padding:0px;
}
div.contact-form textarea {
	height:163px;
	margin-bottom:10px;
}
.form-horizontal input, .form-horizontal textarea {
	margin:8px 0;
}
input.col-md-4, textarea.col-md-4 {
	background:#e0e0e0;
}
.contact-form div.captchaimg img {
	height:25px;
	width:100%;
}
.contact-form div.captchaimg {
	margin-bottom:10px;
	margin-right:8px;
	display:inline-block;
}
.search-box {
	padding:6px 6px 6px 0;
	position:relative;
}
.search-box input.cat_textbox_small {
	margin:0 3px 0 0;
}
.search-box .go {
	position:absolute;
	right:0px;
	top:6px;
	z-index:10;
}
.form label, .webform label {
	font-size:14px;
	display: block;
}
.form input, .webform input {
	margin-right:3px;
}
.webform .item br {
	display:none;
}
input.cat_textbox, textarea.cat_listbox, select.cat_dropdown, select.cat_listbox {
	width:100%;
	background:#e0e0e0;
}
input[type="reset"], input[type="submit"] {
	width: auto;
}
ul.form {
	margin:0;
	padding:0;
}
ul.form li {
	list-style:none;
	margin:0 0 18px 0;
}
ul.form li label {
	color:#999999;
	display:block;
}
div.webform div.item {
	padding:10px 0px 2px;
}
.cat_dropdown_small {
	width:200px;
}
.cat_dropdown_smaller {
	width:150px;
}
.cat_textbox_small, .cat_listbox_small {
	width:200px;
}
.cat_listbox {
	height:120px;
	width:300px;
}
.picture {
	position:relative;
}
.picture em {
	background:url(../img/shadow_1.png) no-repeat center top;
	display:block;
	height:10px;
	margin-bottom:10px;
	margin-top:-3px;
	width:100%;
}
.magnify {
	background:url(../img/zoom_1.png) no-repeat center center;
	display:none;
	height:92%;
	left:0;
	position:absolute;
	top:0;
	width:100%;
	z-index:999;
}
.ie8 .picture em {
	background:url(../img/shadow_1.png) no-repeat center top;
	display:block;
	height:10px;
	margin-bottom:10px;
	margin-top:-2px;
	width:100%;
}
.ie7 .picture em {
	background:url(../img/shadow_1.png) no-repeat center top;
	display:block;
	height:10px;
	margin-bottom:10px;
	margin-top:1px;
	width:100%;
}
.facilities_desc {
	background-color:#f9f9f9;
	border-bottom:1px solid #cbcbcb;
	padding:12px;
}
.facilities_desc ul li {
	border-bottom:1px solid #e8e8e8;
}
.facilities_desc ul li:last-child {
	border-bottom:none;
}
.tip-twitter {
	background-color:#000000;
	border-radius:4px;
	color:#ffffff;
	max-width:200px;
	moz-border-radius:4px;
	opacity:0.8;
	padding:8px 8px;
	text-align:left;
	webkit-border-radius:4px;
	z-index:1000;
}
.tip-twitter .tip-inner {
	font:11px/14px Helvetica Neue, Helvetica, Arial, sans-serif;
}
.tip-twitter .tip-arrow-top {
	background:url(../img/tip-twitter_arrows.gif) no-repeat;
	height:5px;
	left:50%;
	margin-left:-5px;
	margin-top:-5px;
	top:0;
	width:9px;
}
.tip-twitter .tip-arrow-right {
	background:url(../img/tip-twitter_arrows.gif) no-repeat -9px 0;
	height:9px;
	left:100%;
	margin-left:0;
	margin-top:-4px;
	top:50%;
	width:5px;
}
.tip-twitter .tip-arrow-bottom {
	background:url(../img/tip-twitter_arrows.gif) no-repeat -18px 0;
	height:5px;
	left:50%;
	margin-left:-5px;
	margin-top:0;
	top:100%;
	width:9px;
}
.tip-twitter .tip-arrow-left {
	background:url(../img/tip-twitter_arrows.gif) no-repeat -27px 0;
	height:9px;
	left:0;
	margin-left:-5px;
	margin-top:-4px;
	top:50%;
	width:5px;
}
.blog-list {
	background:#f9f9f9;
	border:1px solid #eee;
	color:#000;
	font-size:11px;
	margin:0 0 18px;
	padding:18px;
}
.blog-list h2 {
	font-size:18px;
	margin:0 0 3px 0;
}
.blog-list span {
	color:#888;
}
.blog-container h1 {
	font-size:36px;
	line-height:40px;
	margin:0 0 6px 0;
}
.blog-container p.description {
	margin:0 0 36px;
}
.blog-post h2.post-title {
	border-bottom:1px solid #ccc;
	font-size:18px;
	margin:0;
	padding:0 0 3px 0;
}
.blog-post .post-details {
	-webkit-border-radius:80px;
	-moz-border-radius:80px;
	border-radius:80px;
	height:100px;
	margin:10px auto;
	padding:20px 15px;
	width:100px;
	background-color:#f0f0f0;
	text-decoration:none;
	text-align:center;
}
.blog-post .blog-author {
	text-align:center;
	position:relative;
	top:-30px;
}
.blog-post .links {
	-webkit-border-radius:80px;
	-moz-border-radius:80px;
	border-radius:80px;
	height:100px;
	margin:10px auto;
	padding:20px;
	width:100px;
	background-color:#ff6300;
	text-decoration:none;
	text-align:center;
	color:#ffffff;
	font-family: 'Enriqueta-Bold',serif;
}
.blog-post .links .comments {
	padding:0px 0;
}
.blog-post .links .large-text {
	font-size:50px;
	line-height: 20px;
}
.blog-post .links a {
	color:#ffffff !important;
	text-decoration:none;
}
.blog-post .links a:hover {
	color:#000000 !important;
	text-decoration:none;
}
.blog-post .post-details .post-date {
	font-family: 'Enriqueta-Bold',serif;
	font-size:13px !important;
	line-height:18px !important;
	color:#999999;
	padding-top:0px;
}
.blog-container .post-list {
	float:left;
	width:69%;
}
.blog-post .post-body {
	margin:0 0 36px;
	color:#292929;
}
.comment-list {
	background:#f9f9f9;
	border:1px solid #eee;
	margin-bottom:36px;
	padding:18px;
}
.comment-list h5 {
	font-size:14px;
	margin-bottom:0px;
	margin-top:50px;
}
.comment-list input#Captcha {
	width:300px;
}
.comment-list textarea.cat_listbox_small {
	height:120px;
	width:100%;
}
.blog-comment-container {
	border:1px solid #e9e9e9;
	margin:0 0 18px;
}
.blog-comment-container .comment-details {
	background:#eee;
	font-size:11px;
	padding:6px;
}
.blog-comment-container .comment {
	background:#fff;
	padding:9px;
}
span.flag {
	margin:0 6px;
	vertical-align:middle;
}
input#fullname, input#website, input#emailaddress {
	width:300px;
}
textarea.comment {
	height:160px;
	width:100%;
}
.forum-registration textarea.comment {
	height:70px;
	width:270px;
}
.post-body .links {
	font-size:11px;
}
.post-body .btn-danger {
	float:right;
	display:inline-block;
	margin-top:10px;
	margin-bottom:30px;
}
.blog-container .side-panel {
	float:right;
	width:27%;
}
.side-panel h4 {
	font-size:12px;
	margin:0 0 9px;
}
.BlogTagCloud {
	margin:0 0 18px;
}
.BlogRecentPost ul, .BlogTagList ul, .BlogPostArchive ul {
	margin:0;
	padding:0;
}
.BlogRecentPost li, .BlogTagList li, .BlogPostArchive li {
	font-size:11px;
	list-style:none;
	margin:0 0 9px;
}
p.page-nav {
	text-align:center;
	color:#000;
}
p.page-nav a {
	margin:0 9px;
}
.blog-post dl {
	background:#f9f9f9;
	border:1px solid #eee;
	margin:0 0 18px;
	padding:18px;
}
.blog-post dt {
	color:#000;
}
.blog-post dd {
	margin:0 0 9px;
}
.shop-catalogue {
	background:#ffffff;
	float:left;
	min-height:180px;
	overflow:hidden;
	width:100%;
	margin-bottom:40px;
}
.shop-catalogue h4 {
	font-size:12px;
	height:27px;
	line-height:27px;
	margin:0;
	text-indent:9px;
}
.shop-catalogue h4 a {
	color:#555555;
	text-decoration:none;
}
.shop-catalogue .image {
	margin:0 auto;
	overflow:hidden;
	text-align:center;
}
.shop-main .header {
	border-bottom:1px solid #eeeeee;
	line-height:27px;
	margin:0 0 26px;
	padding-bottom:40px;
}
.shop-main .description ul {
	margin:0 0 0 18px;
	padding:0;
}
.shop-main .description li {
	list-style:square;
}
.shop-main .footer {
	background:none !important;
}
table.cartSummaryTable {
	border-collapse:collapse;
	border-spacing:0;
	font-size:12px;
	float:right;
	color:#292929;
}
td.cartSummaryItem {
	padding:0;
	font-size: 16px;
	line-height: 20px;
}
a.cartSummaryLink {
	margin:0 0 0 18px;
}
.shop-main ul {
	margin:0;
	padding:0;
}
.shop-main li {
	list-style:none;
}
table.catalogueTable {
	display:none;
	border-collapse:collapse;
	border-spacing:0;
	width:100%;
	margin:0 0 18px;
}
table.catalogueTable td {
	padding:0;
}
table.productTable {
	border-collapse:collapse;
	border-spacing:0;
	table-layout:fixed;
	width:100%;
}
table.productTable td {
	padding:3px;
}
.shop-product-small {
	background:#ffffff;
	color:#555555;
	margin:0 auto 9px;
	overflow:hidden;
	width:96%;
	min-height:400px;
	display:inline-block;
}
.shop-product-small h5 {
	font-size:12px;
	font-weight:normal;
	margin:0;
	min-height:36px;
	padding:18px 18px 6px;
}
.shop-product-small h4 a, .shop-product-small h3 a, .shop-catalogue h3 a {
	color:#ff6300;
}
.shop-product-small h4 a:hover, .shop-product-small h3 a:hvoer, .shop-catalogue h3 a:hover {
color:#000000;
}
.shop-product-small h5 a {
	text-decoration:none;
}
.shop-product-small ul {
	padding:18px;
}
.shop-product-small ul li {
	font-size:18px;
	margin:0 0 6px;
	float:right;
}
.shop-product-small .stock {
	font-size:11px;
}
.shop-product-small .stock strong {
	color:#555555;
	margin-left:3px;
}
.shop-product-small .image a img, .shop-catalogue .image a img {
	border:1px solid #c0c0c0;

	width:94%;
	padding:3px;
}
.shop-product-small .image a img:hover, .shop-catalogue .image a img:hover {
	border:1px solid #000000;
}
.image a, td.actions a {
	border:none !important;
}
.shop-product-small .quantity input.productTextInput, .shop-product-large .quantity input.productTextInput {
	width:50px;
}
.shop-product-small .quantity input.productSubmitInput, .shop-product-large .quantity input.productSubmitInput {
	background:#292929;
	padding:5px 10px;
	color:#fff !important;
}
.shop-product-large input.productSubmitInput {
    background: #292929;
    padding: 5px 10px;
    color: #fff !important;
}
.shop-product-small .quantity input.productSubmitInput:hover, .shop-product-large .quantity input.productSubmitInput:hover {
	background:#000000;
	color:#ffffff;
}
.shop-product-large {
	background:#ffffff;
	color:#555555;
	margin:0 0 18px;
	min-width:240px;
	overflow:hidden;
}
.shop-product-large .shop-product-small .image {
	margin:0;
	min-height:160px;
	height:auto !important;
	height:160px;
	padding:18px;
	text-align:center;
	width:auto;
}
.shop-product-large .description, .shop-product-large .attributes {
	margin:15px 0 0px;
}
.shop-product-large .attributes {
	padding:5px;
}
.shop-product-large .catProductAttributeGroup:first-child {
	width:100%;
}
.shop-product-large .catProductAttributeGroup:nth-child(2),
.shop-product-large .catProductAttributeGroup:nth-child(3) {
	width:49%;
	float:left;
}

.shop-product-large .catProductAttributeGroup select {
	width:90%;
}
.shop-product-large .catProdAttributeTitle {
	font-weight:bold;
	line-height:22px;
}
.shop-product-large .catProdAttributeItem span {
	padding-left:8px;
}
.quantity input.discountcodeInput {
	margin-bottom:0px;
}
.catProdAttributeItem select {
	background:#f6f6f6;
	border:1px solid #6e8fac;
}
.shop-product-info .quantity {
	font-size:20px;
	line-height:36px;
	display:inline-table;
	width:100%;
}
.shop-product-large .shop-product-small ul {
	padding:9px;
}
.shop-product-large .shop-product-small ul, .shop-product-large .shop-product-small li {
	margin:0;
}
.shop-product-large .quantity input.productTextInput {
	width:50px;
}
td.productItem .comment-form input#Captcha {
	width:300px;
}
.poplets {
	border-top:1px solid #eeeeee;
	margin-top:36px;
	padding:9px 0;
}
.poplets img {
	border:1px solid #dddddd;
}
table.productPoplets {
	border-collapse:collapse;
	border-spacing:0;
	margin:0 auto;
}
.shop-product-large .details {
/* 	height:auto !important; */
}
.shop-product-large ul {
	margin:20px 0 0px;
	padding:0;
}
.related-products {
	border-top:1px solid #eeeeee;
	padding-top:15px;
}
.shop-cart .breadcrumbs {
	margin:0 0 18px;
}
table.cart {
	background:#ffffff;
	border-collapse:collapse;
	border-spacing:0;
	border:1px solid #dddddd;
	font-size:11px;
	width:100%;
}
table.cart td {
	vertical-align:top;
}
table.cart a {
	color:#555555;
}
table.cart th, table.cart td {
	color:#555555;
	padding:9px;
}
tr.val td {
	border-bottom:1px solid #eeeeee;
}
tr.shipping td {
	border-bottom:1px solid #dddddd;
}
tr.discount td.quantity, tr.shipping td.quantity {
	text-align:right;
}
td.quantity input.update {
	margin:0 0 0 3px;
}
table.cart th {
	background:#f9f9f9;
	border-bottom:1px solid #eeeeee;
	color:#000000;
	font-size:11px;
	font-weight:normal;
	text-align:left;
}
input.cartInputText {
	width:70px;
	text-align:center;
}
input#DiscountCode, input#GiftVoucher {
	width:200px;
	vertical-align:middle;
	margin-top:10px;
}
select.shippingDropDown {
	width:150px;
}
table.cart th.quantity {
	text-align:right;
}
table.cart td.quantity {
	text-align:right;
}
.productitemcell {
	height:30px;
	line-height:18px;
	margin:0 5px 10px 0;
	overflow:hidden;
	display:block;
	min-height: 120px;
}
table.cart td.actions {
	text-align:left;
}
table.cart td.actions a {
	font-size:12px;
	font-weight:bold;
	margin:0 18px 0 0;
	text-decoration:none;
}
a#catshopclear {
	font-size:10px;
	font-weight:normal;
}
table.cart strong {
	font-size:14px;
}
.shop-form {
	margin:0 0 18px;
}
.shop-form ul.form {
	background:#f9f9f9;
	border:1px solid #eeeeee;
	padding:18px;
}
.shop-form label {
	font-size:14px;
}
.shop-form ul.form li {
	margin:0;
	padding:9px 0;
}
.shop-form li.last {
	border-top:1px solid #eeeeee;
}
input.PaymentMethodType {
	margin:0 6px 0 0;
}
.shop-form ul.form input.cat_textbox, .shop-form ul.form select.cat_dropdown, .shop-form ul.form textarea.cat_listbox {
	width:260px;
}
.shop-form textarea.cat_listbox {
	height:100px;
}
.shop-receipt, .shop-quote-receipt {
	background:#f9f9f9;
	border:1px solid #eeeeee;
	margin:18px;
	padding:18px;
}
.shop-receipt h1, .shop-quote-receipt h1 {
	border-bottom:1px solid #cccccc;
	padding:0 0 3px;
}
.shop-receipt h2, .shop-quote-receipt h2 {
	font-size:12px;
	font-weight:normal;
}
ul.productSmall>li {
	width:33%;
	display:inline-block;
	margin-bottom:30px;
}
.shop-product-small .price strong, .shop-product-large .price {
	font-size:24px;
	margin-left:6px;
	color:#000;
}
.shop-product-large .price {
}
.shop-main .product-title {
	font-family: 'Enriqueta-Bold',serif;
	font-size:30px;
	font-weight:normal;
	line-height:36px;
}
.product-title a,
.shop-product-small .orange a { color:#222;}
.product-title a:hover,
.shop-product-small .orange a:hoer { color:#000;}

.shop-product-large {
	background:#ffffff;
	color:#555555;
	margin:0 0 18px;
	overflow:hidden;
}
.shop-product-large .shop-product-small .image {
	margin:0;
	min-height:160px;
	height:auto !important;
	height:160px;
	padding:18px;
	text-align:center;
	width:auto;
}

.shop-product-large .image {
	float:left;
	margin-bottom:20px;
	position:relative;
	border:5px solid #f6f6f6;
	-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, .25), inset 0 -1px 0 rgba(0, 0, 0, .1);
	-moz-box-shadow:0 1px 3px rgba(0, 0, 0, .25), inset 0 -1px 0 rgba(0, 0, 0, .1);
	box-shadow:0 1px 3px rgba(0, 0, 0, .25), inset 0 -1px 0 rgba(0, 0, 0, .1);
}
.shop-product-large .image img {
	-webkit-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.075);
	-moz-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.075);
	box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.075);
}
.productPopletsItem img {
	margin-left:10px;
}
li.quantity img {
	position:relative;
	top:-6px;
	left:10px;
}
.shop-product-large .instock {
	font-size:10px;
}
.shop-product-large li {
	margin:20px 0 9px;
}
.shop-main .breadcrumbs {
	float:left;
	width:30%;
}
.shop-main .cart-summary {
	float:right;
	width:60%;
}
.pagination-a {
	position:relative;
	clear:both;
	text-align:right;
}
.pagination-a .pagination {
	/* position:absolute; */
	right:0px;
	width:auto !important;
	text-align:center;
	margin:auto;
}
.pagination-a li {
	display:inline;
}
.pagination-a .pagination strong, .pagination-a .pagination a {
	/* display:block;
	float:left; */
	width:23px;
	height:20px;
	line-height:16px;
	margin:0 0 0 5px;
	padding:4px 7px;
	color:#fff;
	font-size:1.2em;
	text-align:center;
	text-decoration:none;
	cursor:pointer;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	background: #313131;
}

ul.productfeaturelist li {
	margin-bottom:30px;
	width:25%;
	display:inline-block;
}
ul.productfeaturelist li .description {
	margin-bottom:20px;
	margin-top:20px;
	height:110px;
	overflow:hidden;
}
.pagination-a > a { margin-left:0px;}
/*
Back to top button 
*/
#back-top {
	position: fixed;
	bottom: 0px;
	right: 30px;
}
#back-top a {
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #000;
}
/* arrow icon (span tag) */
#back-top span {
	width: 45px;
	height: 45px;
	display: block;
	margin-bottom: 7px;
	background: #ddd url("/assets/img/up-arrow.png") no-repeat center center;
	/* rounded corners */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover span {
	background-color: #777;
}
/*==================== PORTFOLIO =====================*/
    /*= FILTRABLE BUTTON =*/
    #filtrable {
	margin-bottom: 30px;
	float: right;
}
#filtrable li {
	float: left;
	margin-left: 10px;
	list-style: none;
}
#filtrable a {
	padding: 6px 12px;
	background-color: transparent;
	border: 1px solid #ececec;
	font-size: 14px;
	color: #777;
	display: inline-block;
}
#filtrable a:hover,  #filtrable .current a {
	color: #000;
	border-color: #ffa46a;
	background-color: #ffa46a;
	text-decoration: none;
}
.p-view, .p-link {
	display: block;
	width: 36px;
	height: 36px;
	position: absolute;
	top: 50%;
	margin-top: -18px;
}
.p-view {
	left: 50%;
	margin-left: -50px;
	background: url(../images/view.png);
}
.p-link {
	right: 50%;
	margin-right: -50px;
	background: url(../images/link.png);
}
/*= PORTFOLIO WITHOUT DESCRIPTION =*/
    .portfolio h4:last-child {
	margin-bottom: 0 !important;
}
.portfolio article {
	margin-bottom: 30px;
}
.portfolio img {
	display: block;
}
.portfolio h4 a {
	color: #444;
	text-align: center;
	padding: 7px 10px;
	display:block;
	text-transform: none;
	background-color: #fcfcfc;
	border-bottom: 1px solid #bbb;
}
.portfolio h3 {
	margin-top: 10px;
	border-bottom: 1px dashed #bbb;
	margin-bottom: 10px;
	padding-bottom: 8px;
	font-size: 16px;
}
.portfolio .read-more {
	margin-bottom: 30px;
}
/*==================== PORTFOLIO SINGLE - BLOG SINGLE =====================*/
.portfolio-single2 {
	margin-bottom: 40px;
}
.portfolio-single, .portfolio-single h2 {
	padding-bottom: 10px;
	border-bottom: 1px dashed #ececec;
}
.portfolio-single .meta strong, .portfolio-single2 .meta strong {
	font-size: 12px;
	color: #444;
}
.portfolio-single .meta a, .portfolio-single2 .meta a {
	color: #fb8b54;
}
.portfolio-single .meta a:hover, .portfolio-single2 .meta a:hover {
	color:#999;
}
.portfolio-single .meta li, .blog-single .meta li {
	margin-bottom: 5px;
	list-style: none;
}
.portfolio-single2 .meta {
	padding: 25px 0 40px 0;
	border-bottom: 1px solid #ECECEC;
}
.portfolio-single2 .meta li {
	list-style: none;
	float: left;
	margin-right: 15px
}
.portfolio-single2 img {
	margin-bottom: 20px;
}
/*==================== DA THUMBS =====================*/
.da-thumbs li, .da-thumbs article, .da-thumbs.portfolio span {
	overflow: hidden;
	position: relative;
}
.da-thumbs li img, .da-thumbs.portfolio span {
	display: block;
	position: relative;
}
.da-thumbs li div, .da-thumbs article div {
	position: absolute;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
}
.da-thumbs li div.da-animate, .da-thumbs article div.da-animate {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.da-slideFromTop {
	left: 0px;
	top: -100%;
}
.da-slideFromBottom {
	left: 0px;
	top: 100%;
}
.da-slideFromLeft {
	top: 0px;
	left: -100%;
}
.da-slideFromRight {
	top: 0px;
	left: 100%;
}
.da-slideTop {
	top: 0px;
}
.da-slideLeft {
	left: 0px;
}


/* Code for video only */
.embed {
    position: relative;
    padding: 0px;
    padding-bottom: 56.25%; /* 16/9 ratio */
    height: 0;
    overflow: hidden;
}

embed {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline; 
}

.embed iframe,
.embed object,
.embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.post-img, .embed {
	margin: 0 0 15px 0;
}





.blog-pagination {
  margin: 20px 0;
  text-align: left;
  list-style: none;
  *zoom: 1;
}

.blog-pagination:before,
.blog-pagination:after {
  display: table;
  line-height: 0;
  content: "";
}

.blog-pagination:after { clear: both; }
.blog-pagination li {  display: inline; }

.blog-pagination li > a,
.blog-pagination li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
}

.blog-pagination li > a:hover,
.blog-pagination li > a:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}

.blog-pagination .next > a,
.blog-pagination .next > span,
.blog-pagination #nextpage { float: right; }

.blog-pagination .previous > a,
.blog-pagination .previous > span,
.blog-pagination #previouspage { float: left; }


.blog-pagination a#nextpage, .blog-pagination a#previouspage {
	display: inline-block;
	padding: 5px 10px;
	border: 0;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 0px;
	border:1px solid #E26C21;
}

.blog-pagination a:hover#nextpage,
.blog-pagination a:hover#previouspage  { 
	background:#555;
	border:1px solid #555;
	text-decoration:none;
}

.blog-pagination .disabled > a,
.blog-pagination .disabled > a:hover,
.blog-pagination .disabled > a:focus,
.blog-pagination .disabled > span {
  color: #999999;
  cursor: default;
  background-color: #fff;
}


.remove_link a {
	background: url(/assets/img/remove.png) no-repeat 0 0;
	width: 35px;
	height: 35px;
	padding: 3px 0 0px;
	display: block;
	font-size: 1px;
	color: #f7f7f7;
}

.remove_link a:hover { color: #f7f7f7; }


.total table td { font-size: 16px; font-weight: bold;}
.total .text-right { text-align: right !important; font-weight: normal; }

.card-details .productimage .productitemcell img {
	width: 148px;
	height: auto;
	display: block;
	padding: 5px;
	line-height: 20px;
	border: 1px solid #ddd;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.total .btn-large {
	padding: 11px 19px;
	font-size: 17.5px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.table-hover td.text-right { border-left:0px;}


.check-out .accordion-heading .accordion-toggle {
	font-size: 22px;
	line-height: 40px;
}

.accordion-heading {
	padding-left:20px;
}



/* CArousel Slider style */
.carousel { margin-bottom: 30px; }
.home-page .carousel-control { width: 9%;} 
.carousel-control { width: 12%;} 

.left.carousel-control {
  background: url("/assets/img/left-arrow.png") no-repeat;
  top: 45%;
  left: 20px;
}


.right.carousel-control {
  background: url("/assets/img/right-arrow.png") no-repeat;
  top: 45%;
  right: -30px;
}

.portfolio-single .right.carousel-control {
	right: 0px;
}



input.col-md-3 { width: 100%; }


.show-grid [class^=col-] {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #eee;
	background-color: rgba(86,61,124,.15);
	border: 1px solid #ddd;
	border: 1px solid rgba(86,61,124,.2);
}


input[type="radio"], input[type="checkbox"] {
	width: auto;
	float:left;
	margin-right:5px;
	margin-top:2px;
}

.tab-content > .tab-pane {
	padding-top: 15px;
}




.bs-glyphicons {
	margin:0 -19px 20px -16px;
	overflow:hidden
}
.bs-glyphicons-list {
	padding-left:0;
	list-style:none
}
.bs-glyphicons li {
	float:left;
	width:25%;
	height:115px;
	padding:10px;
	font-size:10px;
	line-height:1.4;
	text-align:center;
	border:1px solid #fff;
	background-color:#f9f9f9
}
.bs-glyphicons .glyphicon {
	margin-top:5px;
	margin-bottom:10px;
	font-size:24px
}
.bs-glyphicons .glyphicon-class {
	display:block;
	text-align:center;
	word-wrap:break-word
}
.bs-glyphicons li:hover {
	color:#fff;
	background-color:#563d7c
}
/* style for Cube Portfolio wrapper*/
.wrapper {
    width: 96%;
    max-width: 1170px;
    margin: 0 auto;
}

#grid-container{margin-bottom:100px;}






@media (min-width:768px) {
	.bs-glyphicons {
	margin-left:0;
	margin-right:0
	}
	.bs-glyphicons li {
	width:12.5%;
	font-size:12px
	}
}


/*------------------------------------------------------------------------*/
/*------------------------------------------------------------------------*/
/*------------------------------------------------------------------------*/
/*------------------------------------------------------------------------*/
/*------------------------------------------------------------------------*/
/*------------------------------------------------------------------------*/
/*------------------------------------------------------------------------*/
/*------------------------------------------------------------------------*/
/*------------------------------------------------------------------------*/

@media only screen and (min-width : 1170px) {
	.footer-bottom .Copyright span { display:inline-block; }
	.right.carousel-control {
	  right: -55px;
	}
	.carousel-control {
		width:12%;
	}
}

/* iPads (landscape) ----------- */
@media only screen and (min-width : 980px) {
	.home-page .carousel-inner {
		min-height:340px;
	}
	
	.f-m-t {
		margin-top:20px;
	}
	
	a#logo {
		left:20px !important;
	}
}
/*  */

/* Tablet
------------------------- */
@media (max-width: 979px) {
.navbar-header {
	width:100%;
}
 a#logo {
   position: relative;
   width: auto;
   float: none;
   text-align: center;
   left: 0px !important;
   margin: auto;
   height:90px !important;
}
.palette { top:55px !important; }
 .navbar-logo-inner {
background: #333;
padding-bottom: 10px;
}
 .navbar .btn-navbar, .navbar .btn-navbar:hover {
 float: left;
 background: #ff6300;
 margin-top: 10px;
 margin-left:20px;
}
 .header-table {
min-height: 120px;
}
 .header-table .col-md-12 {
position: relative;
width: 100%;
}
 .banner_home {
left: 15px;
}
 .left-text {
padding-left: 5px;
}
 .home-page .carousel-inner {
min-height:260px;
}
 .home-services h2 {
font-size:18px;
}
 .lolles {
margin-top:25px;
}
 ul.productfeaturelist li {
width:100%;
display:block;
}
 .inner-images {
width:99%;
}
 .f-m-t {
margin-top:20px;
}
 .search-box .go {
right:8px;
}
.footer-bottom .col-md-6 { float:none !important; display:block; text-align:center; width:100%; }
#back-top {
right: 10px;
}
}
/* @media (max-width: 979px) */

@media (min-width: 768px) and (max-width: 979px)  {
	.blog-post .col-md-2 {
		width:20%;
		float:left;
	}
	.blog-post .col-md-10 {
		width:80%;
		float:left;
	}
}


@media (max-width: 768px) {
	.left-text {
		margin-left:18px;
	}
	.banner_home .left-text {
		margin-left:0px;
	}
	.home-page .banner_home {
		padding-bottom:15px;
	}
	.home-page  .home-page .carousel-inner {
		min-height:260px;
	}
	 .home-services h2 {
	font-size:18px;
	}
	 .lolles {
	margin-top:25px;
	}
	 ul.productfeaturelist li {
	width:100%;
	display:block;
	}
	 .f-m-t {
	margin-top:20px;
	}
}


@media (max-width: 979px) {
	.footer .posts iframe { min-width:170px !important;} 
	.right.carousel-control {
		right:20px;
	}
	.home-page .banner_home { width:98%;}
	.footer {
		padding-left:0px;
		padding-right:0px;;
	}
	
	.col-md-6.total {
		margin-bottom:15px;;
	}
	
	.shop-cart .col-md-6.text-right {
		text-align:left;
	}
}



@media (max-width: 767px) {
	h1 {
		font-size:28px;
		line-height:36px;
	}
	h1, h2, h3, h4, h5, h6 {
	margin:4px 0px;
	}
	 .lolles {
	margin-left:25px;
	}
	/* .footer, .footer-bottom, .navbar-inner,  #footer-twitter, .banner_home,  .footer-top, .google-map-topmargine {
	 margin-left: -20px;
	 margin-right: -20px;
	} */
	.footer .posts iframe { min-width:100% !important;} 
	 .home-page .carousel-inner {
	min-height: 260px;
	}
	 ul.productfeaturelist li {
	 display: block;
	 width: 100%;
	}
	.buy-now {
	display: none;
	}
	 #footer-twitter h4 {
	margin-left:35px;
	}
	 .footer-bottom ul {
		/* margin-left:-20px !important; */
	}
	 #nav_695095 li {
	 display:list-item !important;
	 list-style:none !important;
	 list-style-type:none !important;
	 text-align:left !important;
	 float:none !important;
	}
	 .footer-bottom ul#nav_695095 li {
		 background:none;
		 text-align:center !important;
		 padding:10px 0;
		 border-bottom:1px solid #fff;
	}
	 .footer-bottom ul#nav_695095 li:first-child {
	 	border-top:1px solid #fff !important;
	}
	 ul#nav_695095 li a {
	 padding:0 10px;
	 color:#ffffff;
	}
	 .footer-top {
	 margin-top: 20px !important;
	}
	 .footer-bottom .col-md-6 {
	 margin-bottom:10px;
	 text-align:center;
	}
	 .breadcrumb .pull-left {
	width:100%;
	}
	 .cart-summary {
		 float: left !important;
		 margin-top: 15px;
	}
	 input.cat_textbox, textarea.cat_listbox, select.cat_dropdown, select.cat_listbox {
	 width: 500px;
	}
	
	
	/* FAQ related CSS */
	.expandable h4 {
	line-height: 24px;
	}
	
	
	/* Portfolio for Filtrate Option */
	ul#filtrable {
	margin-left: 0px;
	}
	 ul#filtrable li {
	margin-bottom: 5px;
	}
	
	
	/* Product Page */
	ul.productSmall > li {
		 display: block;
		 width: 100%;
		 border-bottom: 1px dotted #999999;
	}
	
	.pagination-a {
		min-height: 70px;
	}
	
	.right.carousel-control {
		right:20px;
	}
	
	.home-page .banner_home {
	 	margin-right:15px;
		margin-left:15px;	
	 }
	 
	 .shop-product-small {
		 width:100%;
	 }
	 
	 .footer {
		 padding-left:0px;
		 padding-right:0px;
	 }
	 
	 .footer .col-md-3 {
		 margin-top:20px;
	}
	
	.home-page .banner_home {
		width:94%;
	}
	
	.contact-info {
		top:-31px !important;
	}
	.contact-info.login-info {
		top:-18px !important;
	}
	
	.poplets {
		display:none;
	}
	
	.shop-product-large .catProductAttributeGroup:first-child {
		padding-top:60px;
	}
}
/* @media (max-width: 767px) { */

@media (max-width: 685px) {
	.home-page .carousel-inner {
		min-height: 220px;
	}
	
	input.cat_textbox, textarea.cat_listbox, select.cat_dropdown, select.cat_listbox {
 		width: 500px;
	}
}
/* @media (max-width: 685px) {  */

@media (max-width: 600px) {
  .home-page .carousel-inner {
 	 min-height: 200px;
  }
  input.cat_textbox, textarea.cat_listbox, select.cat_dropdown, select.cat_listbox {
  	width: 520px;
  }
  .inner-images {
  	width:99%;
  }
  
  .shop-product-large .image,
  .productItem .details {
  	width:100%;
  }  	
}
/* @media (max-width: 600px)  */

 @media (max-width: 568px) {
 .home-page .carousel-inner {
min-height: 190px;
}
 input.cat_textbox, textarea.cat_listbox, select.cat_dropdown, select.cat_listbox {
 width: 488px;
}
}


/* Landscape phones
------------------------- */
@media (max-width: 480px) {
	 h1, h2, h3, h4, h5, h6 {
	margin:4px 0px;
	}
	.home-page .carousel-inner {
		min-height: 170px;
	}
	 #back-top {
	right: 5px;
	}
	 input.cat_textbox, textarea.cat_listbox, select.cat_dropdown, select.cat_listbox {
	 width: 400px;
	}
	 .inner-images {
	width:99%;
	}
	.home-page .carousel.slide > img {
		display:none;
	}
	.home-page .banner_home {
		width:92%;
	}
	
	.shop-product-large .catProductAttributeGroup:first-child,
	.shop-product-large .catProductAttributeGroup,
	.shop-product-large .catProductAttributeGroup {
		width:100%;
		margin-bottom:15px;
	}
	
}
/* @media (max-width: 480px) { */

@media (max-width: 384px) {
	 input.cat_textbox, textarea.cat_listbox, select.cat_dropdown, select.cat_listbox {
	 width: 300px;
	}
	 .inner-images {
	width:95%;
	}
	
	.home-page .carousel-inner {
		min-height: 105px;
	}
	.home-page .banner_home {
		width:90%;
	}
	.contact-info.login-info {
		display:none;
	}
}
/*  @media (max-width: 380px) */

@media (max-width: 320px) {
	  h1, h2, h3, h4, h5, h6 {
	  margin: 0px;
	  }
	  .home-page .carousel-inner {
	  	min-height: 94px;
	  }
	   h1 {
	  font-size: 18px;
	  line-height: 30px;
	  }
	  a#logo { top:40px !important; }
	  .left-text {
	  margin-left:0px;
	  }
	   .slider_shadow {
	  position: relative;
	  top: -2px;
	  }
	   section {
	  padding-top: 0px;
	  }
	  input.cat_textbox, textarea.cat_listbox, select.cat_dropdown, select.cat_listbox {
	   width: 240px;
	  }
	  .inner-images {
	  	width:99%;
	  }	  
	  a#logo {
		  left:0px !important;
		  top:20px !important;
	  }
	.portfolio-single .right.carousel-control {
		right:15px;
	}		  
}
/* @@media (max-width: 320px) */


/* Palette Option CSS $tart here */
.palette {
	-webkit-box-shadow:0px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:0px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow:0px 1px 1px rgba(0, 0, 0, 0.1);
	background:#ddd;
	border-bottom: 1px solid #ddd;
	left:0px;
	padding:20px;
	position:fixed;
	top:150px;
	z-index:9999;
}
.palette .toggle {
	-webkit-box-shadow:0px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:0px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow:0px 1px 1px rgba(0, 0, 0, 0.1);
	background-color:#fff;
	position:absolute;
	right:-40px;
	text-indent:-9999px;
	top:0px;
}
.palette .toggle a {
	background-color: #ddd;
	background-image:url("../img/arrow-right-black.png");
	background-position:center center;
	background-repeat:no-repeat;
	background-size:8px 11px;
	display:block;
	height:40px;
	width:40px;
}
 @media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
.palette .toggle a {
background-image:url("../img/arrow-right-black@2x.png")
}
}
.palette.open {
	left:0px
}
.palette.open .toggle a {
	background-image:url("../img/arrow-left-black.png")
}
 @media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
 .palette.open .toggle a {
background-image:url("../img/arrow-left-black@2x.png")
}
}
.palette .inner {
	width:120px
}
.palette .inner h2 {
	background-image:url("../img/palette-border.png");
	background-position:left bottom;
	background-repeat:repeat-x;
	clear:both;
	color:#1b1b1b;
	font-size:14px;
	line-height:1;
	margin:0px 0px 10px 0px;
	padding:0px 0px 10px 0px
}
.palette .inner ul {
	margin:0px;
	padding:0px;
}
.palette .inner ul li {
	border:1px solid #d5d5d5;
	display:block;
	float:left;
	margin-bottom:5px;
	margin-right:10px;
}
.palette .inner ul li a {
	border:1px solid #fff;
	display:block;
}
.palette .inner ul li:nth-child(5n) {
	
}
.palette .inner .btn {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	width:100%;
}
.palette .inner .headers {
	display:inline-block;
	zoom:1;
	margin-bottom:10px;
}
.palette .inner .headers:after {
	height:0;
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
}
.palette .inner .headers a {
	background-color:#fff;
	background-position:
 	center center;
	background-repeat:no-repeat;
	background-size:48px 28px;
	cursor:pointer;
	height:28px;
	text-indent:-9999px;
	width:44px;
}
.palette .inner .headers a.header-light {
	background-image:url("../img/header-1.png")
}
 @media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
 .palette .inner .headers a.header-light {
 background-image:url("../img/header-1@2x.png")
}
}
.palette .inner .headers a.header-normal {
	background-image:url("../img/header-2.png")
}
 @media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
 .palette .inner .headers a.header-normal {
 background-image:url("../img/header-2@2x.png");
}
}
.palette .inner .headers a.header-dark {
	background-image:url("../img/header-3.png");
}
 @media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
 .palette .inner .headers a.header-dark {
 background-image:url("../img/header-3@2x.png");
}
}
 .palette .inner .headers li:nth-child(3n) {
 margin-right:0px
}
.palette .inner .colors {
	display:inline-block;
	zoom:1;
	margin-bottom:10px;
}
.palette .inner .colors:after {
	height:0;
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
}
.palette .inner .colors a {
	background-color:#ff0000;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:23px 23px;
	height:23px;
	text-indent:-9999px;
	width:23px
}
/* Reset cbutton option */
.palette .inner .colors li.reset-button a { 
	color:#fff !important;
	text-align:center;
  	background-color:#414141;
	background-image:-moz-linear-gradient(top, #555555, #222222);
	background-image:-ms-linear-gradient(top, #555555, #222222);
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#555555), to(#222222));
	background-image:-webkit-linear-gradient(top, #555555, #222222);
	background-image:-o-linear-gradient(top, #555555, #222222);
	background-image:linear-gradient(top, #555555, #222222);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#555555', endColorstr='#222222', GradientType=0);
	*background-color:#222222;
	filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
	width:98px; 
	height:24px;
	line-height:24px; 
	text-indent:0px;
	text-decoration:none;
}

.palette .inner .colors li.reset-button a:hover { text-decoration:none; color:#fff !important;}


.palette .inner .colors a.blue {
	background-color:#0a83b6
}
.palette .inner .colors a.gray-blue {
	background-color:#0a83b6;
	background-image:url("../img/combinations/gray-blue.png")
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
.palette .inner .colors a.gray-blue {
background-image:url("../img/combinations/gray-blue@2x.png")
}
}
.palette .inner .colors a.turquiose {
	background-color:#36b0bb
}
.palette .inner .colors a.gray-turquiose {
	background-color:#36b0bb;
	background-image:url("../img/combinations/gray-turquiose.png")
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
.palette .inner .colors a.gray-turquiose {
background-image:url("../img/combinations/gray-turquiose@2x.png")
}
}
.palette .inner .colors a.orange {
	background-color:#f2944e
}
.palette .inner .colors a.gray-orange {
	background-color:#f2944e;
	background-image:url("../img/combinations/gray-orange.png")
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
.palette .inner .colors a.gray-orange {
background-image:url("../img/combinations/gray-orange@2x.png")
}
}
.palette .inner .colors a.violet {
	background-color:#8e5c90
}
.palette .inner .colors a.gray-violet {
	background-color:#8e5c90;
	background-image:url("../img/combinations/gray-violet.png")
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
.palette .inner .colors a.gray-violet {
background-image:url("../img/combinations/gray-violet@2x.png")
}
}
.palette .inner .colors a.green {
	background-color:#55a747
}
.palette .inner .colors a.gray-green {
	background-color:#55a747;
	background-image:url("../img/combinations/gray-green.png")
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
.palette .inner .colors a.gray-green {
background-image:url("../img/combinations/gray-green@2x.png")
}
}
.palette .inner .colors a.magenta {
	background-color:#bf224e
}
.palette .inner .colors a.gray-magenta {
	background-color:#bf224e;
	background-image:url("../img/combinations/gray-magenta.png")
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
.palette .inner .colors a.gray-magenta {
background-image:url("../img/combinations/gray-magenta@2x.png")
}
}
.palette .inner .colors a.green-light {
	background-color:#419a66
}
.palette .inner .colors a.gray-green-light {
	background-color:#419a66;
	background-image:url("../img/combinations/gray-green-light.png")
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
.palette .inner .colors a.gray-green-light {
background-image:url("../img/combinations/gray-green-light@2x.png")
}
}
.palette .inner .colors a.brown {
	background-color:#bb6733
}
.palette .inner .colors a.gray-brown {
	background-color:#bb6733;
	background-image:url("../img/combinations/gray-brown.png")
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
.palette .inner .colors a.gray-brown {
background-image:url("../img/combinations/gray-brown@2x.png")
}
}
.palette .inner .colors a.brown-dark {
	background-color:#534741
}
.palette .inner .colors a.gray-brown-dark {
	background-color:#534741;
	background-image:url("../img/combinations/gray-brown-dark.png")
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
.palette .inner .colors a.gray-brown-dark {
background-image:url("../img/combinations/gray-brown-dark@2x.png")
}
}
.palette .inner .colors a.red {
	background-color:#bb2a2a;
}
.palette .inner .colors a.blue {
	background-color:#26225d;
}
.palette .inner .colors a.blueice {
	background-color:#005f6b;
}
.palette .inner .colors a.olive {
	background-color:#5b3e31;
}
.palette .inner .colors a.lickinlime {
	background-color:#a4d047;
}
.palette .inner .colors a.gray-red {
	background-color:#bb2a2a;
	background-image:url("../img/combinations/gray-red.png")
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
.palette .inner .colors a.gray-red {
background-image:url("../img/combinations/gray-red@2x.png")
}
}
.palette .inner .patterns {
	display:inline-block;
	zoom:1;
	margin-bottom:10px
}
.palette .inner .patterns:after {
	height:0;
	content:".";
	display:block;
	clear:both;
	visibility:hidden
}
.palette .inner .patterns a {
	background-color:#fff;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:23px 23px;
	cursor:pointer;
	height:23px;
	text-indent:-9999px;
	width:23px
}
.palette .inner .patterns a.pattern-cloth-alike {
	background-image:url("../img/patterns/small/cloth-alike.png")
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
.palette .inner .patterns a.pattern-cloth-alike {
background-image:url("../img/patterns/small/cloth-alike@2x.png")
}
}
.palette .inner .patterns a.pattern-corrugation {
	background-image:url("../img/patterns/small/corrugation.png");
	background-repeat:repeat;
	background-size:8px 5px
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
.palette .inner .patterns a.pattern-corrugation {
background-image:url("../img/patterns/small/corrugation@2x.png")
}
}
.palette .inner .patterns a.pattern-diagonal-noise {
	background-image:url("../img/patterns/small/diagonal-noise.png");
	background-size:100px 100px
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
.palette .inner .patterns a.pattern-diagonal-noise {
background-image:url("../img/patterns/small/diagonal-noise@2x.png")
}
}
.palette .inner .patterns a.pattern-dust {
	background-image:url("../img/patterns/small/dust.png")
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
.palette .inner .patterns a.pattern-dust {
background-image:url("../img/patterns/small/dust@2x.png")
}
}
.palette .inner .patterns a.pattern-fabric-plaid {
	background-image:url("../img/patterns/small/fabric-plaid.png")
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
.palette .inner .patterns a.pattern-fabric-plaid {
background-image:url("../img/patterns/small/fabric-plaid@2x.png")
}
}
.palette .inner .patterns a.pattern-farmer {
	background-image:url("../img/patterns/small/farmer.png")
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
.palette .inner .patterns a.pattern-farmer {
background-image:url("../img/patterns/small/farmer@2x.png")
}
}
.palette .inner .patterns a.pattern-grid-noise {
	background-image:url("../img/patterns/small/grid-noise.png")
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
.palette .inner .patterns a.pattern-grid-noise {
background-image:url("../img/patterns/small/grid-noise@2x.png")
}
}
.palette .inner .patterns a.pattern-lghtmesh {
	background-image:url("../img/patterns/small/lghtmesh.png")
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
.palette .inner .patterns a.pattern-lghtmesh {
background-image:url("../img/patterns/small/lghtmesh@2x.png")
}
}
.palette .inner .patterns a.pattern-pw-maze-white {
	background-image:url("../img/patterns/small/pw-maze-white.png");
	background-size:46px 23px
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
.palette .inner .patterns a.pattern-pw-maze-white {
background-image:url("../img/patterns/small/pw-maze-white@2x.png")
}
}
.palette .inner .patterns a.pattern-none {
	background-image:url("../img/patterns/small/no-pattern.png")
}
 @media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
.palette .inner .patterns a.pattern-none {
background-image:url("../img/patterns/small/no-pattern@2x.png")
}
}





/* 
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	/* Force table to not be like tables anymore */
	table.productTable, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	.productTable thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	.productTable tr {/*  border: 1px solid #ccc; */ }
	
	.productTable td { 
		/* Behave  like a "row" */
		border: none;
		/* border-bottom: 1px solid #eee;  */
		position: relative;
		padding-left: 0%; 
	}
	
	.productTable td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
	
	/*
	Label the data
	*/
	.productTable td:nth-of-type(1):before { content: ""; }
	.productTable td:nth-of-type(2):before { content: ""; }
}

.slider-image-position {
	left:830px !important;
}

.revolution-slider-heading {
	padding:5px !important;
	padding-left:10px !important;
	top:125px !important;
	left:90px !important;
	width:712px;
	height:80px;
	overflow:hidden;
	color:#fff !important;
	background-color:rgba(0, 0, 0, 0.298039) !important;
}

.revolution-slider-description {
	width:600px;
	overflow:hidden;
	left:90px !important;
	color:#fff !important;
	background-color:rgba(0, 0, 0, 0.298039) !important;
	padding:25px !important;
}

a#catshopclear {
	display: inline-block;
	text-indent:-9999px;
}
#catshopclear {
	background:url(/assets/img/clear-cart.jpg) no-repeat;
	width:81px;
	height:35px;
}


/* Order History
_____________________________________*/

#order-history {
	width: 100%;
}
#order-history span {
	display: block;
	float: left;
}
#order-history span.col-1 {
	width: 261px;
}
#order-history span.col-2 {
	width: 153px;
}
#order-history span.col-3 {
	width: 91px;
}
#order-history p, #order-history li {
	position: relative;
	overflow: hidden;
	clear: both;
	width: 595px;
}
#order-history p {
	margin: 0;
	font-weight: bold;
}
#order-history ol {
	list-style: none;
	margin: 0;
	padding: 0;
}
#order-history ol li {
	padding: 9px 0;
}


/*  search-result
====================================================================== */


.search-result {
	margin-bottom: 20px;
	background: #f6f6f6;
	padding: 20px;
	border: 1px solid #eeeeee;
}


.search-results a#searchnext {
	width: auto;
	padding: 6px 18px 6px 6px;
	background: #f6f6f6;
	margin-left: 3px;
	border: 1px solid #ddd;
}

.search-results a#searchprev {
	width: auto;
	padding: 6px 6px 6px 18px;
	background: #f6f6f6;
	margin-right: 3px;
	border: 1px solid #ddd;
}



#catCartDetails{margin-top:40px;}
ul.contact-info li { display:inline-block;}

ul.contact-info li a{ color:#444;}
ul.contact-info li a:hover{ text-decoration:none; color:#111; }
.contact-info{ position:absolute;top:-16px; right:25px;}
.contact-info.login-info { left:20px; top:-18px;}
.navbar-static-top { top:0px; }
.header-top{ position:relative; top:-5px;}

.side-panel hr {
	margin-top:5px;
	margin-bottom:10px;
}


/* Layer slider CSS start here  */
.column9 .slider-wrapper {background:#ffffff; padding:5px;}

.ls-layer,
.ls-layer * {
	font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', Helvetica, Arial, Serif;
	white-space: nowrap;
	font-weight: normal;
}

.l1-s1 {
	color: #ecffb3;
	text-shadow: 0px 2px 3px #546223;
	font-size: 60px;
}

.l1-s1b {
	color: #fff;
	text-shadow: 0px 0px 10px #fff;
	font-size: 60px;
}

.l1-s2 {
	color: #ecffb3;
	text-shadow: 0px 2px 3px #546223;
	font-size: 90px;
}

.l1-s2b {
	color: #fff;
	text-shadow: 0px 0px 10px #fff;
	font-size: 90px;
}

.l1-s3 {
	padding: 0px 10px;
	height: 40px;
	line-height: 40px;
	box-shadow: 0px 4px 10px -5px black;
	color: white;
	text-shadow: none;
	font-size: 28px;
	background: #8bae4e;
	background: -moz-linear-gradient(left, #8bae4e 0%, #b1c758 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#8bae4e), color-stop(100%,#b1c758));
	background: -webkit-linear-gradient(left, #8bae4e 0%,#b1c758 100%);
	background: -o-linear-gradient(left, #8bae4e 0%,#b1c758 100%);
	background: -ms-linear-gradient(left, #8bae4e 0%,#b1c758 100%);
	background: linear-gradient(to right, #8bae4e 0%,#b1c758 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8bae4e', endColorstr='#b1c758',GradientType=1 );
}

.l1-s4 {
	padding: 0px 10px;
	height: 40px;
	line-height: 40px;
	box-shadow: 0px 4px 10px -5px black;
	color: white;
	text-shadow: none;
	font-size: 28px;
	color: #4f6716;
	background: white;
}

.l2-s1 {
	padding: 0px 10px;
	height: 36px;
	line-height: 36px;
	color: white;
	text-shadow: none;
	font-size: 25px;
	background: #98b3c7;
	background: -moz-linear-gradient(left,  #98b3c7 0%, #77b8e9 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#98b3c7), color-stop(100%,#77b8e9));
	background: -webkit-linear-gradient(left,  #98b3c7 0%,#77b8e9 100%);
	background: -o-linear-gradient(left,  #98b3c7 0%,#77b8e9 100%);
	background: -ms-linear-gradient(left,  #98b3c7 0%,#77b8e9 100%);
	background: linear-gradient(to right,  #98b3c7 0%,#77b8e9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#98b3c7', endColorstr='#77b8e9',GradientType=1 );
}

.l2-s2 {
	padding: 0px 10px;
	height: 36px;
	line-height: 36px;
	color: white;
	text-shadow: none;
	font-size: 25px;
	background: #cd9084;
	background: -moz-linear-gradient(left,  #cd9084 0%, #ce533d 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#cd9084), color-stop(100%,#ce533d));
	background: -webkit-linear-gradient(left,  #cd9084 0%,#ce533d 100%);
	background: -o-linear-gradient(left,  #cd9084 0%,#ce533d 100%);
	background: -ms-linear-gradient(left,  #cd9084 0%,#ce533d 100%);
	background: linear-gradient(to right,  #cd9084 0%,#ce533d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cd9084', endColorstr='#ce533d',GradientType=1 );
}

.l4-s1 {
	padding: 0px 10px;
	height: 36px;
	line-height: 36px;
	color: white;
	text-shadow: none;
	font-size: 25px;
	background: #036d99;
}

.l4-s2 {
	background: #5a96b4;
}

.l5-s1 {
	padding: 15px;
	background: #ff9933;
	border-radius: 5px;
	moz-border-radius: 5px;
	webkit-border-radius: 5px;
	color: white;
	text-shadow: 0px -1px 0px #985a1d;
	font-size: 16px;
	font-weight: bold;
	line-height: auto;
	box-shadow: 0px 3px 10px -2px black;
}

.layer2 p {
	font-size: 20px;
	height: 30px;
	line-height: 30px;
	border-radius: 4px;
	padding: 0px 10px;
	box-shadow: 0px 1px 8px -2px black;
	text-shadow: none;
	color: white;
}

.l3-s1 {
	 color: #f8dfcf;
	background: #b0734d;
	font-size: 30px;
	height: 40px;
	line-height: 40px;
	box-shadow: 0px 2px 20px -3px black;
	padding: 0px 20px;
	text-shadow: none;
}
/* Layer slider CSS @nd here  */


.dl-menuwrapper {
	display:none;
}

/* Tablet
------------------------- */
@media (max-width: 979px) {	
	.dl-menuwrapper {
		display:block;
	}
	
	 ul#main-nav {
 		display:none;
	 }
}
.fontawesome-icon-list {
  margin-top: 22px;
}
.fontawesome-icon-list .fa-hover a {
  display: block;
  color: #222222;
  line-height: 32px;
  height: 32px;
  padding-left: 10px;
  border-radius: 4px;
}
.fontawesome-icon-list .fa-hover a .fa {
  width: 32px;
  font-size: 14px;
  display: inline-block;
  text-align: right;

  margin-right: 10px;
}
.fontawesome-icon-list .fa-hover a:hover {
  background-color: #1d9d74;
  color: #ffffff;
  text-decoration: none;
}
.fontawesome-icon-list .fa-hover a:hover .fa {
  font-size: 23px;
  vertical-align: -3px;
}
.fontawesome-icon-list .fa-hover a:hover .text-muted {
  color: #bbe2d5;
}

.login-0 .login {
}
.login-1 .login {
    display: none;
}
.login-0 .loginbox {
}
.login-1 .loginbox {
    display: none;
}
.login-0 .user {
    display: none;
}
.login-1 .user {
	float:left;
	padding-left:5px;
}

.rbc-icon {
    font-size: 46px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #fff;
    line-height: 100px;
    border: 1px solid rgba(105, 113, 119, 0.1);
    margin:auto;
}
.rbc-icon:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box; 
    -moz-box-sizing: content-box; 
    box-sizing: content-box;
}
.rbc-icon-effect .rbc-icon {
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
}
.rbc-icon-effect .rbc-icon:after {
    top: -2px;
    left: -2px;
    padding: 2px;
    z-index: -1;
    background: #ff6300;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.3s;
    -moz-transition: -moz-transform 0.2s, opacity 0.3s;
    transition: transform 0.2s, opacity 0.3s;
}
.rbc-icon-effect .rbc-icon {
    color: #ff6300;
}
.rbc-icon-effect:hover .rbc-icon {
    color: #fff;
}
.rbc-icon-effect .rbc-icon:after {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
}
.rbc-icon-effect:hover .rbc-icon:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}









.main-el {
	background:#fafafa;
	border-radius:10px;
	border:1px solid #ddd;
}





.gray-background .container > .row {
	padding-top: 30px;
	padding-bottom: 30px;
}



.call {
    padding: 33px;
    text-align: center;
    border-radius: 5px;
}

.rounded {
    border-radius: 5px;
}

.call.only {
    margin: 0;
}

.call h3 {
    margin-bottom: 13px;
}

.call > .button {
    margin: 10px;
    margin-top: 15px;
}

.call.image {
    text-align: left;
    background: url('../images/call-image.png');
    background-size: 100% 100%;
    padding: 60px 45px;
}

.call.image img {
    position: absolute;
    bottom: 16px;
    right: 15px;
    width: auto;
}



.overlay {
  background: #ff6300;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.75)";
}



i.fa, .fa:hover {
    text-decoration: none;
}

em.fa, .fa:hover {
    text-decoration: none;
}

.overlay, .background-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    border-radius: inherit;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}

.background-overlay {
    opacity: 1;
    padding: inherit;
}

.overlay:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    cursor: pointer;
}

.overlay:hover i.sm, .overlay:hover i.md,.overlay:hover em.sm, .overlay:hover em.md {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.overlay i.sm, .overlay i.md,.overlay em.sm, .overlay em.md {
    border-radius: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.overlay i.md,.overlay em.md {
    line-height: 74px;
    width: 74px;
    font-size: 15px;
    margin-top: -37px;
    margin-left: -37px;
}

.overlay i.sm,.overlay em.sm {
    line-height: 25px;
    width: 25px;
    font-size: 10px;
    margin-top: -13px;
    margin-left: -13px;
}

.bg-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

a.overlay:hover {
    text-decoration: none;
}


/* =================== Persons =================== */

.person {
}

.person .photo {
    position: relative;
    border-radius: 5px;
    margin-bottom: 20px;
    overflow: hidden;
}

.person .photo .overlay {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
}

.person .photo .overlay:hover {
    opacity: 0.75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
}

.banner-over {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.person .photo .overlay .socials {
    position: absolute;
    top: 50%;
    margin-top: -13px;
    left: 58%;
    margin-left: -75px;
}

.person .photo img {
    width: 100%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

.person .details .name {
    margin-bottom: 2px;
}

.person .details .title {
    margin: 0;
    opacity: 0.55;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=55)";
}

.person p {
    margin: 0;
}

.person .facebook i {
    bottom: -2px;
}



/* ================= Socials ================== */

.socials i {
    text-align: center;
    text-decoration: none;
}

.socials a {
	background: #d8d8d8;
	color: #fdfdfd;
}

.socials a {
    font-size: 20px;
    text-align: center;
    width: 27px;
    height: 27px;
    border-radius: 2px;
    display: inline-block;
    margin: 2px 0;
    position: relative;
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    text-decoration: none;
}

.socials i.fa {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
}

.facebook i {
    font-size: 22px !important;
    bottom: -2px !important;
}

.twitter i {
    font-size: 20px !important;
    bottom: 3px !important;
}

.gplus i {
    font-size: 17px !important;
    bottom: 4px !important;
}

.dribbble i {
    bottom: 3px;
    font-size: 21px !important;
}

.vimeo i {
    font-size: 20px !important;
    bottom: 3px !important;
}

.skype i {
    font-size: 20px !important;
    bottom: 3px !important;
}

.linkedin i {
    font-size: 15px !important;
    bottom: 4px !important;
}

.pinterest i {
    font-size: 20px !important;
    bottom: 3px !important;
}

.rss i {
    bottom: 2px !important;
    font-size: 21px !important;
    left: -1px !important;
}

#partners {
    padding: 34px 0;
}



.person .details .title {
    color: #6f6f6f;
}

.person .photo .overlay .socials a {
    background: #ffffff;
    background-color: rgba(255,255,255,0.55);
}

.person .photo .overlay .socials a {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.person .photo .overlay .socials a i {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.person .photo:hover .overlay .socials a {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.person .photo:hover .overlay .socials a i {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.person .photo .overlay .socials a:hover {
    background-color: #000000;
    background-color: rgba(0,0,0,0.55);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=55)";
}




/* set width and height for items */
.cbp-l-grid-projects.column-2.portfolio .cbp-item {
	/* @editable properties */
	width: 560px !important;
	height: 350px !important;
}	
.cbp-l-grid-projects.column-2.portfolio .cbp-caption{height:350px !important; margin-bottom:0px !important;}


.cbp-l-grid-projects.column-3.portfolio .cbp-item {
	/* @editable properties */
	width: 373px !important;
	height: 230px !important;
}	
.cbp-l-grid-projects.column-3.portfolio .cbp-caption{height:230px !important; margin-bottom:0px !important;}


.cbp-l-grid-projects.column-4.portfolio .cbp-item {
	/* @editable properties */
	width: 280px !important;
	height: 164px !important;
}	
.cbp-l-grid-projects.column-4.portfolio .cbp-caption{height:164px !important; margin-bottom:0px !important;}



/* Style Related Large Product page */

#content {
	position: relative;
	width:100%;
	float: left;
}

#images {
	position: relative;
	margin-bottom: 20px;
}

#largeImage { 
	overflow: hidden;
	width: 100%;
	position: relative;
	border: 5px solid #f6f6f6;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .25), inset 0 -1px 0 rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .25), inset 0 -1px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .25), inset 0 -1px 0 rgba(0, 0, 0, .1);
	margin-bottom: 20px;
}

#video {
	background:#fff;
	position: absolute;
	top:0;
	left:0;
	width:100%;
	padding:85px 0 25px;
	z-index: 5;
}

li.price {
	font-size: 26px;
	margin-bottom: 15px;
}

.catProdAttributeTitle {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

.catProdAttributeItem {
	position: relative;
	cursor: pointer;
	padding-bottom:10px;
}

.catProductAttributeGroup {
	margin-bottom: 10px;
}

.catProdAttributeItem img {
	display: block;
	position: absolute;
	width:14px;
	height:14px;
	left:10px;
	top:10px;
	border: 1px solid #000;
}

.catProdAttributeItem.active img {
	border: 1px solid #000;
}

.catProdAttributeItem span {
	line-height: 16px;
	padding-left: 30px;
	display: block;
}

.poplets {
	margin-top: 10px;
	border:0;
}

.poplets img {
	border: 1px solid #fff;
}

.poplets img.selected, .poplets img:hover {
	border: 1px solid #ccc;
	box-shadow: 0 0 8px #bbb;
}

/* Style Related Product page */



/* Meet the Team Member related css style */
.cbp-l-grid-projects.column-3.meet-the-team .cbp-item {
	/* @editable properties */
	width: 373px !important;
	height: 480px !important;
}

.cbp-l-grid-projects.column-4.meet-the-team .cbp-item {
	/* @editable properties */
	width: 280px !important;
	height: 395px !important;
}


.cbp-l-grid-projects .cbp-caption{height:100%;}
.cbp-l-grid-projects.meet-the-team .cbp-caption{height:68%;}	
			
			
.cbp-l-grid-projects.meet-the-team.meet-the-team-landing-page ul li.cbp-item,
.cbp-l-grid-projects.meet-the-team.meet-the-team-landing-page-2 ul li.cbp-item {
	display:none;
}

.cbp-l-grid-projects.meet-the-team.meet-the-team-landing-page ul li:nth-child(1),
.cbp-l-grid-projects.meet-the-team.meet-the-team-landing-page ul li:nth-child(2),
.cbp-l-grid-projects.meet-the-team.meet-the-team-landing-page ul li:nth-child(3),
.cbp-l-grid-projects.meet-the-team.meet-the-team-landing-page-2 ul li:nth-child(1),
.cbp-l-grid-projects.meet-the-team.meet-the-team-landing-page-2 ul li:nth-child(2),
.cbp-l-grid-projects.meet-the-team.meet-the-team-landing-page-2 ul li:nth-child(3),
.cbp-l-grid-projects.meet-the-team.meet-the-team-landing-page-2 ul li:nth-child(4) {
	display:block;
}

.cbp-l-grid-projects.meet-the-team.meet-the-team-landing-page {
	height:400px !important;
	margin-bottom:0px !important;
}

.cbp-l-grid-projects.meet-the-team.meet-the-team-landing-page-2 {
	height:340px !important;
	margin-bottom:0px !important;
}

.system-message a.cat_button:hover {
	text-decoration:none;
}

.services-section h4 {
	padding-bottom:15px;
	margin-bottom:20px;
	border-bottom:1px solid #efefef;
}

.services-section .intro-desc,
.services-section .service-text {
	font-size:14px;
	line-height:24px;
}

.container-color {
	background: #fafafa;
	padding: 50px 0;
	border-top: 1px solid #f2f2f2;
	margin:70px auto;
}

element.style {
}

.about-name {
	font-size: 18px;
	font-weight: 300;
}

.about-desc {
	font-weight: 300;
	color: #666;
	font-size: 13px;
	margin-top: 5px;
}

.soc-about { margin-top: 18px }
.soc-about li {
    float: left;
    font-size: 17px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 2px;
    margin: 0px 2px 2px 2px;
}
.soc-about li a { color: #999 }
.soc-about li a:hover { color: #1E92ED }
.fact-icon {
    text-align: center;
    color: #1E92ED;
    font-size: 50px;
}
.fact-numb {
    text-align: center;
    margin-top: 18px;
    font-size: 27px;
}
.fact-name {
    margin-top: 7px;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
}

.fa-shopping-cart:before {
	color:#000;
}



/* Tablet
------------------------- */
@media (max-width: 1052px) {
	/* set width and height for items */
	.cbp-l-grid-projects.column-2.portfolio .cbp-item {
		/* @editable properties */
		width: 460px !important;
		height: 288px !important;
	}	
	.cbp-l-grid-projects.column-2.portfolio .cbp-caption{height:288px !important; margin-bottom:0px !important;}
	
	
	.cbp-l-grid-projects.column-3.portfolio .cbp-item {
		/* @editable properties */
		width: 292px !important;
		height: 180px !important;
	}	
	.cbp-l-grid-projects.column-3.portfolio .cbp-caption{height:180px !important; margin-bottom:0px !important;}
	
	
	.cbp-l-grid-projects.column-4.portfolio .cbp-item {
		/* @editable properties */
		width: 220px !important;
		height: 138px !important;
	}	
	.cbp-l-grid-projects.column-4.portfolio .cbp-caption{height:138px !important; margin-bottom:0px !important;}
	
	/* Meet the Team Member related css style */
	.cbp-l-grid-projects.column-3.meet-the-team .cbp-item {
		/* @editable properties */
		width: 292px !important;
		height: 350px !important;
	}
	.cbp-l-grid-projects.column-3.meet-the-team .cbp-caption{height:292px !important; margin-bottom:20px !important;}
	
	.cbp-l-grid-projects.column-4.meet-the-team .cbp-item {
		/* @editable properties */
		width: 220px !important;
		height: 395px !important;
	}
	.cbp-l-grid-projects.column-4.meet-the-team .cbp-caption{height:220px !important; margin-bottom:20px !important;}
	
	/* Height of the element */
	.cbp-l-grid-projects.meet-the-team.meet-the-team-landing-page {
		height:355px !important;
	}
	
	.cbp-l-grid-projects.meet-the-team.meet-the-team-landing-page-2 {
		height:290px !important;
	}
	
	
	
}

@media (max-width: 800px) {
	/* set width and height for items */
	.cbp-l-grid-projects.column-2.portfolio .cbp-item {
		/* @editable properties */
		width: 340px !important;
		height: 213px !important;
	}	
	.cbp-l-grid-projects.column-2.portfolio .cbp-caption{height:213px !important; margin-bottom:0px !important;}
	
	.cbp-l-grid-projects.column-3.portfolio .cbp-item {
		/* @editable properties */
		width: 230px !important;
		height: 140px !important;
	}	
	.cbp-l-grid-projects.column-3.portfolio .cbp-caption{height:140px !important; margin-bottom:0px !important;}
	
	.cbp-l-grid-projects.column-4.portfolio .cbp-item {
		/* @editable properties */
		width: 170px !important;
		height: 105px !important;
	}	
	.cbp-l-grid-projects.column-4.portfolio .cbp-caption{height:105px !important; margin-bottom:0px !important;}
	
}

@media (min-width: 767px) and (max-width: 800px) { 
	.column-4 .cbp-l-caption-buttonLeft, .column-4 .cbp-l-caption-buttonRight {
		width:auto; 
		padding:0 7px;
	}
	
}


@media (max-width: 767px) {
	/* set width and height for items */
	.cbp-l-grid-projects.column-2.portfolio .cbp-item,
	.cbp-l-grid-projects.column-3.portfolio .cbp-item,
	.cbp-l-grid-projects.column-4.portfolio .cbp-item {
		/* @editable properties */
		width: 340px !important;
		height: 213px !important;
	}	
	.cbp-l-grid-projects.column-2.portfolio .cbp-caption,
	.cbp-l-grid-projects.column-3.portfolio .cbp-caption,
	.cbp-l-grid-projects.column-4.portfolio .cbp-caption {
		height:213px !important; margin-bottom:0px !important;
	}
}

@media (max-width: 381px) {
	.cbp-l-caption-alignCenter {
		width:75% !important;
	}
	
	.palette {
		top: 103px !important;
	}
	
	.cbp-l-filters-button .cbp-filter-item {
		margin-right:0px;
	}

}