
/* 
 * Font Face
 *
 */


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

}

@font-face {
    font-family: 'Roboto-Bold';
    src: url('../fonts/roboto/Roboto-Bold.eot');
    src: local('Roboto Bold'), local('Roboto-Bold'), 
    url('../fonts/roboto/Roboto-Bold.eot?#iefix') format('embedded-opentype'), 
    url('../fonts/roboto/Roboto-Bold.woff2') format('woff2'), 
    url('../fonts/roboto/Roboto-Bold.woff') format('woff'), 
    url('../fonts/roboto/Roboto-Bold.ttf') format('truetype'), 
    url('../fonts/roboto/Roboto-Bold.svg#Roboto') format('svg');
}
@font-face {
    font-family: 'Roboto-Regular';
    src: url('../fonts/roboto/Roboto-Regular.eot');
    src: local('Roboto Regular'), local('Roboto-Regular'), 
    url('../fonts/roboto/Roboto-Regular.eot?#iefix') format('embedded-opentype'), 
    url('../fonts/roboto/Roboto-Regular.woff2') format('woff2'), 
    url('../fonts/roboto/Roboto-Regular.woff') format('woff'), 
    url('../fonts/roboto/Roboto-Regular.ttf') format('truetype'), 
    url('../fonts/roboto/Roboto-Regular.svg#Roboto') format('svg');
}

/*
 * 
 * main style..
 *
 */

body {
	background:#020204!important;
	font-size: 12px;
	font-family:Roboto-Regular, Arial, Helvetica, sans-serif!important;
	margin: 0px;
	padding: 0px;
	width: auto;
	color: #555;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size:cover;
}	



h1, h2, h3, h4, h5, h6, p, pre, ul, li, a {
	margin: 0;	
	padding: 0;
	list-style: none;
	text-decoration: none;
}
a:hover,a:focus{
	text-decoration: none!important;
}
.main_container{
	margin-bottom:10px;
}

input:focus,select:focus,textarea:focus{
	outline:none!important;
	box-shadow: none!important;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #000; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    background: #00aff0;
    border-radius: 10px; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #00aff0; 
}
/** Spaces **/


.space{
	height:10px;
	width:100%;
	clear:both;
}

.space-med{
	height:20px;
	width:100%;
	clear: both;
}

.space-big{
	height:30px;
	width:100%;
	clear: both;
}


/** Anchor **/


a{
	-webkit-transition: background .5s ease, border .5s ease, color .5s ease, opacity .5s ease-in-out;
	-moz-transition: background .5s ease, border .5s ease, color .5s ease, opacity .5s ease-in-out;
	-ms-transition: background .5s ease, border .5s ease, color .5s ease, opacity .5s ease-in-out;
	-o-transition: background .5s ease, border .5s ease, color .5s ease, opacity .5s ease-in-out;
	transition: background .5s ease, border .5s ease, color .5s ease, opacity .5s ease-in-out;
}


.title-small{
	font-size:16px;
}


/** Floats Css **/
	
.text-center{
	text-align: center;
}

.text-right{
	text-align: right;
}

.text-left{
	text-align: left;
}
	
.pull-right{
	float:right;
}

.pull-left{
	float:left;
}


/** Texts ***/
.note{
	color:#555;
	text-align: justify;
}

.note p{
	color:#555;
	text-align: justify;
}


.note span{
	color:#555;
	text-align: justify;
}

.text-gray{
	color:#aaa;
}

.text-darkgray{
	color:#555;
}

.text-blue{
	color:#00aff0;
}
.text-white{
	color:#FFFFFF;
}
.text-success{
	color:#50c51d;
}
.text-warning{
	color:#FF0000!important;
}
.smaller{
	font-size:11px;
}
.strip{
	background: url(../images/strip.png) repeat-x center;
	height:3px;
}
/** Title Head **/

.titlecontainer{
	background:url(../images/title_bg.png) repeat-x bottom left; 
}
.title h1{	
	background: #00aff0;
	font-size:16px;
	color:#FFFFFF;
	margin:0px;
	float:left;
	margin-right:5px;
	padding:10px 20px 0px;
	font-weight:normal;
	text-transform: uppercase;
}
.title a{
	display:inline-block;
	color:#fff;
	font-size:16px;
	padding:20px 20px 10px;
	text-transform: uppercase;
}
.title a:hover,.title a:focus{
	color:#FFFFFF;
}
.titlehead h1{
	color: #fff;
    font-size: 30px;
    margin: 0px;    
    padding:0px;
    position: relative;
	line-height: normal;
}
.titlehead h1 img{
	    margin-right: 8px;
	        margin-top: -2px;
}
.tagline{
	color:#fff;
}
.titlehead h1 a{
	color:#00aff0;
	font-size:11px;
	margin-left:5px;
}

.titlehead h1:after{
	background: #00aff0;
    background-size: 60px;
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    margin: 5px auto;
}
.main_container .titlehead h1,.main .titlehead h1{	
	font-size:20px;
} 
.main_container .titlehead h1:after,.main .titlehead h1:after{	
	margin: 5px 0 0 0;
} 


.main .titlehead h1{
	margin:0px;
	border-bottom: 1px solid #333333;
}



/** Buttons **/

.butn{
	background:#333;
	font-size: 12px; 
	cursor: pointer;
	border-radius:3px;
	color:#FFFFFF;
	-webkit-transition: all .5s ease, opacity .5s ease-in-out;
	-moz-transition: all .5s ease, opacity .5s ease-in-out;
	-ms-transition:  all .5s ease, opacity .5s ease-in-out;
	-o-transition: all .5s ease, opacity .5s ease-in-out;
	transition: all .5s ease, opacity .5s ease-in-out;
}

.butn-small{
	font-size:11px;
}

.butn-gray{
	color: #FFFFFF;
	background: #333;
	padding: 5px 20px;
}

.butn-gray:hover,.butn-gray:focus{
	background: #00aff0;
	color:#FFFFFF;
}

.butn-blue{
	color: #fff;
	background: #00aff0;
	padding: 4px 20px;
	border-radius: 3px;
}

.butn-blue:hover,.butn-blue:focus{
	color: #fff;
	background: #00aff0;
}
/*//////////////////  Main Page Style  //////////////////////////*/
#mainPage{
    background: url(../images/bg_main.jpg) repeat top center #000000!important;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center top;
	background-attachment: fixed!important;
}

/*/////////////////// Sidebar ////////////////////*/

.sidebar_title{
	color:#fff;
	background:#00aff0;
	font-size:24px;
	padding:11px 15px;
	font-weight: bold;
}

/*///////////////////Production Products ////////////////////*/

.pro_prod .production_img{
	float:left;
	margin:5px;
}

.production_img{
	width:220px;
	height:220px;
	position: relative;
	background: #fff;
}
.pro_thumb{
	height:220px;
	overflow: hidden;
	line-height: 220px;
}

.btn_production{
	visibility: hidden;
    position: absolute;
    bottom: 20px;
    display: block;
    line-height: normal;
    width: 100%;
    text-align: center;
}
.btn_production a{
	color:#fff;
	background:#00aff0;
	border-radius: 3px;
	display: inline-block;
	padding:3px 10px;
	text-transform: uppercase;
}
.btn_production a:hover,.btn_production a:focus{
	background:#00aff0;
	color:#fff;
}
.production_img:hover .btn_production{
	visibility: visible;
	-webkit-transition: all .5s ease, opacity .5s ease-in-out;
	-moz-transition: all .5s ease, opacity .5s ease-in-out;
	-ms-transition:  all .5s ease, opacity .5s ease-in-out;
	-o-transition: all .5s ease, opacity .5s ease-in-out;
	transition: all .5s ease, opacity .5s ease-in-out;
}





/*/////////////////////// Production Gallery Page /////////////////////////*/

.production_gallery{
	color:#fff;
	font-size:14px;
	padding:20px 0px;
}


div.caption-container {
	color: #eee;
}
div.image-title {
	color: #00aff0;
	 font-family: 'Roboto-Bold';
	font-size: 20px!Important;
	font-weight: normal!important;
}
div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}

div.photo-index {
	color: #888;
}
div.navigation a.prev {
	background-image: url(../images/prev.png);
}
div.navigation a.next {
	background-image: url(../images/next.png);
}
div.loader {
	background-image: url(../images/zoomloader.gif);
}
div.slideshow img {
	vertical-align:top!important;
	margin-top:20px!important;
	height:300px;
	max-width: 100%;
	border:1px solid #111;
	border-radius:3px;
	-webkit-transition: all .5s ease, opacity .5s ease-in-out;
	-moz-transition: all .5s ease, opacity .5s ease-in-out;
	-ms-transition: all .5s ease, opacity .5s ease-in-out;
	-o-transition: all .5s ease, opacity .5s ease-in-out;
	transition: all .5s ease, opacity .5s ease-in-out;
}
div.slideshow img:hover {
	border:1px solid #00aff0;
}

ul.gall-thumbs li.selected a.gall-thumb {
	background: #fff;
}


div.gall-content {
	display: none;
	clear: both;
	border:1px solid #222;
	margin-bottom: 20px;
    padding-bottom: 20px;
}

div.gall-content a, div.navigation a {
	text-decoration: none;
}
div.gall-content a:hover, div.gall-content a:active {
	text-decoration: underline;
}

div.navigation a.pageLink {
	height: 77px;
	line-height: 77px;
}

a.play{
	margin-left:0px!important;
}

a.pause{
	margin-left:0px!important;
}

div.controls {
	margin-top: 10px;
	height: 23px;
	margin-left:20px;
}
div.controls a {
	padding: 4px 15px;
	background: #333333;
	color: #FFFFFF;
	border-radius:3px;
	margin-left: 10px;
}

div.controls a:hover{
	text-decoration: none;
	background: #00aff0;
	color:#FFFFFF;
}

div.controls a.next {
    background: #00aff0;
    color:#FFFFFF;
}

div.controls a.next:hover {
    background: #333333;
    color: #FFFFFF;
}

div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
	margin-right:20px;
}

div.slideshow-container,
div.loader,
div.slideshow a.advance-link {
	width: 100%; /* This should be set to be at least the width of the largest image in the slideshow with padding */
}

div.loader,
div.slideshow a.advance-link,
div.caption-container {
	height: 288px!important; /* This should be set to be at least the height of the largest image in the slideshow with padding */	
}

span.image-caption {
	display: block;
	position: absolute;
	width:auto!important;
	top: 0;
	left: 0;
}


div.slideshow-container {
	position: relative;
	clear: both;
	float: left;
	height: 355px;
}

div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../images/zoomloader.gif);
	background-repeat: no-repeat;
	background-position: center;
}
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	left: 0;
	text-align:center;
	width:100%;
	

}


div.slideshow a.advance-link {
	display: inline;
	/* line-height: 400px;  This should be set to be at least the height of the largest image in the slideshow with padding */
	text-align: center;
}

div.slideshow a.advance-link:hover,
div.slideshow a.advance-link:active,
div.slideshow a.advance-link:visited {
	text-decoration: none;
}
div.slideshow a.advance-link:focus {
	outline: none;
}


div.caption-container {
	position: relative;
}



div.caption {
	padding: 0 12px;
}


div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
	font-size:12px;
	color:#888888;
	margin-top:20px;
	height:210px;
}
a.enlarge {
	margin-top: 10px;
	
	
}

a.enlarge{
	padding: 1px 8px;
	background: #00aff0;
	border-radius:3px;
	color: #fff;
	font-size:11px;
}

a.enlarge:hover{
	text-decoration: none;
	background: #333333;
	color:#FFFFFF;
}

div.photo-index {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 12px;
}


div.navigation a.pageLink {
	display: block;
	position: relative;
	float: left;
	margin: 2px;
	width: 37px;
	background-position:center center;
	background-repeat:no-repeat;
}
div.navigation a.pageLink:focus {
	outline: none;
}

ul.gall-thumbs {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}
ul.gall-thumbs li {
	float: left;
	padding: 0;
	margin: 2px;
	list-style: none;
}
a.gall-thumb {
	padding: 0px;
	display: block;
}
a.gall-thumb:focus {
	outline: none;
}
ul.gall-thumbs img {
	border: none;
	display: block;
	width:75px;
	height:75px;
	border:1px solid #222;
}


div.gallery-gutter {
	clear: both;
	padding-bottom: 20px;
}








/*//////////////// Categories ////////////////*/
.category_sec{
	margin-top:70px;
	position: relative;
}
#mygalleryCatagory{
	width:900px;
	margin: 0px auto;
}
.category {
	background:#111111;
	float: left;	
	width: 250px;
    height: 450px;
    position: relative;
	border: 4px solid;
 	border-image: linear-gradient(180deg, rgb(255,255,255), rgb(51,51,51)) 1;
 	-webkit-transform: skewX(-5deg);
     -moz-transform: skewX(-5deg);
       -o-transform: skewX(-5deg);
          transform: skewX(-5deg);
	-webkit-transition: all .5s ease, opacity .5s ease-in-out;
	-moz-transition: all .5s ease, opacity .5s ease-in-out;
	-ms-transition:  all .5s ease, opacity .5s ease-in-out;
	-o-transition: all .5s ease, opacity .5s ease-in-out;
	transition: all .5s ease, opacity .5s ease-in-out;
	
}

.category-thumb img {
	width: 300px;
	height:450px;
	-webkit-transform: skewX(5deg);
     -moz-transform: skewX(5deg);
       -o-transform: skewX(5deg);
          transform: skewX(5deg);
          margin-left: -20px;
          max-width:none;	
}

.category:last-child {
	margin-right: 0px;
}

.cate-caption {
	position: absolute;
	bottom:50px;
	right:10px;
}

.cate-detail-btn{
	position: absolute;
	bottom:24px;
	right:10px;
}

.cate-caption a.cate-title {
	background: #000;
	padding:5px;
	display: block;
	color: #FFFFFF;
	font-size: 22px;
	text-align:center;
	text-transform:uppercase;
	 font-family: 'Roboto-Bold';
	 border-radius: 3px;
}

.cate-detail-btn a.cate-btn {
	background: #00aff0;
	display: inline-block;
    color: #FFFFFF;
    font-size: 16px;
    text-align: center;
    padding: 3px 10px 1px;
    border-radius: 3px;
	
}


/* Hover Effect */
.category:hover {
	border:4px solid #00aff0;
}
.category:hover .cate-caption a.cate-title{
	color: #fff;
	background: #00aff0;
}

.category:hover .cate-detail-btn a.cate-btn{
	background:#000;
}
.category .cate-detail-btn{
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
.category .cate-caption{
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.category:hover .cate-detail-btn{
	opacity: 1;
	color: #fff;
	-webkit-animation: moveFromRight 400ms ease-in-out;
	-moz-animation: moveFromRight 400ms ease-in-out;
	-ms-animation: moveFromRight 400ms ease-in-out;
	animation: moveFromRight 400ms ease-in-out;
}
.category:hover .cate-caption{
	opacity: 1;
	color: #fff;
	-webkit-animation: moveFromTop 400ms ease-in-out;
	-moz-animation: moveFromTop 400ms ease-in-out;
	-ms-animation: moveFromTop 400ms ease-in-out;
	animation: moveFromTop 400ms ease-in-out;
}

/** Keyframes **/

@-webkit-keyframes moveFromTop {
 from {
 opacity: 0;
 -webkit-transform: translateY(50%);
}
to {
	opacity: 1;
	-webkit-transform: translateY(0%);
}
}
@-moz-keyframes moveFromTop {
 from {
 opacity: 0;
 -moz-transform: translateY(50%);
}
to {
	opacity: 1;
	-moz-transform: translateY(0%);
}
}
@-ms-keyframes moveFromTop {
 from {
 opacity: 0;
 -ms-transform: translateY(50%);
}
to {
	opacity: 1;
	-ms-transform: translateY(0%);
}
}

/*///////////////*/
@-webkit-keyframes moveFromRight {
 from {
 opacity: 0;
 -webkit-transform: translateX(50%);
}
to {
	opacity: 1;
	-webkit-transform: translateX(0%);
}
}
@-moz-keyframes moveFromRight {
 from {
 opacity: 0;
 -moz-transform: translateX(50%);
}
to {
	opacity: 1;
	-moz-transform: translateX(0%);
}
}
@-ms-keyframes moveFromRight {
 from {
 opacity: 0;
 -ms-transform: translateX(-50%);
}
to {
	opacity: 1;
	-ms-transform: translateX(0%);
}
}

/*//////////////////  Header Style  //////////////////////////*/
.header_section_main{
	background:url("../images/header_bg.jpg") repeat-x top center #020205;
}
.header_section{
	padding-top:20px;
}
.main_menu{
	float:right;
}
/** Logo **/
.logo{
	text-align: center;
}
.logo a img{
	margin:20px 0px;	
}


.h_widgets{
	float:right;
	margin-top: 65px;
}
/** Search Form Css **/

.search_box{
	position: relative;
	z-index: 9999;
	float:left;
    margin-right: 5px;
    z-index: 12;
}

.search-btn{
	display: inline-block;
    border: 1px solid #fff;
    padding:1px 6px 0px;
    border-radius: 3px;
}

.search-btn span{
	background:url(../images/search-btn.png) no-repeat;
	display: inline-block;
	width: 17px;
	height: 16px;
	margin-top: 0px;
}

.search_form {
	width: 170px;
	position: absolute;
	right: 0px;
	top:100px;
	z-index: -1;
	visibility: hidden;
}

.search_form form{
	margin:0px!important;
}


.search_box.active .search_form{
	  z-index: 999;
	  visibility: visible;
	  top: 0px;
      right: 34px;
}
.search_box.active .search-btn span{
	 background:url(../images/icon-cross.png) no-repeat;
	 width: 10px;
	 height: 10px;
	 margin-top: 3px;
}

.search_box.active .search-btn{
	padding:1px 10px 0px 9px;
}

.search-inputs{
	background: #fff;
	border-radius: 3px;
}
.search-inputs .search-input {
	background:transparent;
	width: 135px;
	font-size: 12px;
	color: #555;
	padding:0px;
	padding-left: 5px;
	height: 23px;
	border: none;
	margin:0px;
	border-radius:0px;
	font-family: Roboto-Regular, Arial, Helvetica, sans-serif!important;
	box-shadow:none;
}

input.search-button {
	float: right;
	cursor: pointer;
	margin: 4px 4px 3px;
}
/** Inquiry Cart Button **/
.cart{
	float:left;
	margin-top:65px;
    padding: 2px 10px;
}
.c-title{
	float: right;
    display: inline-block;
    margin-left: 20px;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    margin-top: 8px;
}
.c-title:hover,.c-title:focus{
	color:#fff;
}	
.cart-btn {
	position: relative;
}
.cart-btn img{
	float:left;
}
.counter {
	display: inline-block;
    color: #fff;
    width:20px;
    height:20px;
    line-height: 21px;
    text-align:center;
    font-size:14px;
    background:#00aff0;
      font-family: Roboto-Bold, Arial, Helvetica, sans-serif;
    border-radius:100%;
    position:absolute;
    top: -8px;
    right: -15px;
	-webkit-transition: all .5s ease, opacity .5s ease-in-out;
	-moz-transition: all .5s ease, opacity .5s ease-in-out;
	-ms-transition: all .5s ease, opacity .5s ease-in-out;
	-o-transition: all .5s ease, opacity .5s ease-in-out;
	transition: all .5s ease, opacity .5s ease-in-out;
}
.cart a:hover .counter,.cart a:focus .counter  {
	color:#fff;
}

/*////////// Product Vertical Menu Css ////////////////*/

ul#prod-menu,ul#prod-menu ul  {
	list-style-type:none;
	padding: 0;
	width:100%;
	margin:0px;
	
}
ul#prod-menu ul{
	margin:0px;
}
ul#prod-v-m-menu,ul#prod-v-m-menu ul  {
	list-style-type:none;
	padding: 0;
	width:100%;
	margin:0px;
	
}
ul#prod-v-m-menu ul{
	margin:0px;
}
ul#prod-v-m-menu > li{
	margin-bottom:5px;
}
/** Main Cat **/

.m_c_title{
	background: #333;
	color:#fff;
	padding:7px 5px;
	display: block;
	font-size:16px;	
	font-family: Roboto-Bold, Arial, Helvetica, sans-serif;
}
.m_c_title:hover,.m_c_title:focus{
	background:#00aff0;
	color:#fff;
}
.m_c_title img{
	margin-right:8px;
	margin-bottom: 3px;
}
ul#prod-menu li{
	display:block;
	margin-bottom:3px;
	
}
ul#prod-menu li:last-child{
	margin:0px;
}
ul#prod-v-m-menu li{
	display:block;
	
}
ul#prod-v-m-menu li:last-child{
	margin:0px;
}

ul#prod-menu li ul{
	width: 100%;
	clear:both;
	padding:10px 0px;

}	

ul#prod-v-m-menu li ul{
	width: 100%;
	clear:both;
	padding:10px 0px;
}
/** Inner Sub Cat **/
	
ul.inner_sub_cat{
	width: 100%;
	clear:both;
	background: #1c1c1c;
}	


ul.inner_sub_cat li{
	margin:0px!important;
}
ul.inner_sub_cat li:last-child{	
	border:none;
}
ul.inner_sub_cat li a img{
	margin-right:5px;
}
ul.inner_sub_cat li a {
	display:block;
	background:none;
	font-size:14px;
	padding: 3px 8px;
	color:#fff;
	border-bottom: 1px solid #333;
	font-weight:normal;
}
ul.inner_sub_cat li:last-child a{
	border:none;
}
ul#prod-menu li.active ul.inner_sub_cat li a {
	background:none;
}
ul#prod-v-m-menu li.active .m_c_title {
	background:#00aff0;
}
ul.inner_sub_cat li a img{
	float:left;
	margin-top: 4px;
}

ul.inner_sub_cat li a:hover {
	background:none;
	color:#00aff0;
}


/*////////// Product Responsive Vertical Menu Css ////////////////*/

.res-nav-btn{
	background: #00aff0;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
    padding: 10px 16px;
    display:block;
    margin-bottom:20px;
    font-family: Roboto-Bold, Arial, Helvetica, sans-serif;
} 
.res-nav-btn:hover,.res-nav-btn:focus{
	color:#fff;
	background: #00aff0;
} 
.res-nav-btn img{
	margin-top:-3px;
}
.res-cata-btn{
    display: inline-block;
} 

.res_menu {
    margin-top: 0px;
    clear: both;
}
.res_menu ul li{
	margin: 0px!important;
	border-bottom:1px solid #222;
}
.res_menu ul li:last-child{
	border:none;
}
.res_menu ul li a{
	color:#FFFFFF;
	padding:8px 10px;
	display: inline-block;
	font-size:16px;
	text-align: center;
	text-transform: uppercase;
}

.res_menu ul li a:hover,.res_menu ul li a:focus{
	color:#00aff0;
}

.res_menu .m_c_title{
    background:none;
    color:#fff;
    font-weight:normal;
    font-family:Roboto-Regular, Arial, Helvetica, sans-serif;
    border:none;
}
.res_menu .m_c_title .cata_icon{
	float:right;
}
.res_menu ul.inner_sub_cat li a img{
	display: none;
}
.res_menu .m_c_title .cata_icon img{
	margin-top:-3px;
	margin-left:6px!important;
}
.res_menu ul.inner_sub_cat{
	background: #0e0e0e;
}
.res_menu ul.inner_sub_cat li{
	border:none;
}
.res_menu ul.inner_sub_cat li a{
	border-bottom: none;
    color: #888;
    font-size: 14px;
    padding: 4px 10px;
    text-transform: none;
}
.res_menu ul.inner_sub_cat li a:hover,.res_menu ul.inner_sub_cat li a:focus{
	background: none;
	color:#00aff0;
}

#main{
	 transition: margin-right .5s;
}

.res_menu {
	clear: both;
	 height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    background-color: #111;
    border-left:2px solid #000;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 45px;
    margin-top: 0px;
}

.res_menu a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;

}

.res_menu a:hover{
    color: #f1f1f1;
}

.res_menu .closebtn {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 40px;
    margin-left: 0px;
    color:#fff;
    border-radius: 3px;
    padding:5px;
}

#prod-t-menu{
	margin:0px;
}
/*/////////////////////////      Banner Container Style        ////////////////*/

.banner_container {
	background: #000;
	text-align: center;
	position: relative;
}


/*/////////////////////////    Main Footer style        ////////////////*/

.main_footer{
	padding:40px 0px 0px;
	background:#181818;
}
.widget .titlehead h1{
	font-size:20px;
}
.widget .titlehead h1:after{
	height:0px;
	width:0px;
}
.widget .titlehead h1 img{
	
}
/* Social Buttons */
.social_nav{
	position: fixed;
	left:0px;
	top:40%;
	width:45px;
	z-index:99999999;
}
.social_nav a{
	display: inline-block;
	margin-bottom:0px;
	float:left;
}
.pop_products ul{
   margin:0px;
   padding:0px;
}
.pop_products li{
    float: left;
}
.pop_products a{
	background:transparent;
	color:#aaa;
	font-size:14px;
	display: inline-block;
	padding:2px 10px;	
	margin:2px;
	border-radius:3px;
	border:1px solid #222;
}
.pop_products a:hover,.pop_products a:focus{
	color:#fff;
	background:#00aff0;
	border:1px solid #00aff0;
}
.certificates{
	text-align: center;
}
/* Newsletter */
.newsletter_form {
	margin:0px auto;
}
.newsletter_form p{
	color:#fff;
	font-size:12px;
	line-height: normal;
	margin-bottom:20px;
}

.newsletter_form .butn{
	background:#000;
    float: right;
    font-family: Roboto-Bold, Arial, Helvetica, sans-serif!important;
    margin: 2px;
    text-transform:none;
    border:none;
    outline:none;
    font-size: 18px;
    padding: 10px;
}
.newsletter_form .butn:hover,.newsletter_form .butn:focus{
	background: #00aff0;
	 border:none;
	  outline:none;
}
.newsletter_form form{
	background: #fff;
	border-radius: 3px;
	margin:0px;
}

.newsletter_form input[type="text"]{
	background:transparent;
	border:none;
	color:#111;
	padding:10px 5px 10px 10px;
	font-size:12px;
	border-radius: 0px;
	font-family: Roboto-Regular, Arial, Helvetica, sans-serif!important;
	margin: 0px!important;
	box-shadow: none;
}
.newsletter_form input[type="text"]::-webkit-input-placeholder{
	color:#555;
}


/*/////////////////////////      Product Detail Page Css ////////////////*/
.zoom-btns a{
	padding:5px 10px;
}
.zoom-btns .btn-zoom{
	background:#00aff0;
	color:#111;
}
.zoom-btns .btn-zoom:hover{
	background:#333333;
	color:#FFFFFF;
}

.thumb-larg-desc{
	color: #ccc;
	padding:0px 0px 10px;
}
.thumb-larg-desc form{
	margin:0px;
}
#p-detail{
	background:#fff;	
}
/*/////////////////////////      Footer style        ////////////////*/
.footer{
	background:#00aff0;
	position: relative;
}
.footer_strip{
	background:url("../images/footer_strip.png") no-repeat top center;
	height:54px;
} 
.footer_sec{
	position: relative;
}
.copyright{
	color:#fff;
	font-size:14px;
	text-align: center;
	padding: 15px 0px 30px;
}

.copyright a{
	color: #fff;
	font-size:14px;
}
.copyright a:hover,.copyright a:focus{
	color:#fff;
}

/** Scroll To Top **/

#top{
	position: absolute;
	bottom:60px;
	right:0px;
    width: 40px;
    height: 50px;
    background: #00aff0;
    color: #FFFFFF;
    text-align: center;
    line-height: 50px;
}

#top img{
	display: inline-block;
}

/*/////////////////////////      Pages style        ////////////////*/

.page{
	min-height: 300px;
	margin-top:10px;
}
.page-contents table,.page-contents table td{
    border:none;
}
.page-contents{
	text-align: justify;
	color:#eee;
}
.page-contents p{
	line-height: normal!important;
	color:#eee;
}
.page-contents span,.page-contents a{
	color:#eee;
}
.inquiry-form-page{
	padding:10px 0px;
}

.pro-desc{
	color: #eee;
	border:1px solid #333;
	padding:20px 8px;
	clear: both;
	min-height: 100px;
}

.pro-desc p{
	color:#eee;
}


.pro-desc span{
	color:#eee;
}
.product_desc_title{
	background:#333;
	color:#fff;
	float:left;
	padding:8px 20px;
	font-size:16px;
	text-transform: uppercase;
	font-family: Roboto-Bold, Arial, Helvetica, sans-serif;
}
.prod_title{
	font-size:24px;
	color:#fff;
	font-family: Roboto-Bold, Arial, Helvetica, sans-serif;
	padding:10px 0px;
	border-bottom:1px dashed #333;
	line-height: normal;
}
.prod_art{
	color:#ccc;
	padding:10px 0px;
	border-bottom:1px dashed #333;
	font-family: Roboto-Bold, Arial, Helvetica, sans-serif;
}
.sharebtns{
	color:#ccc;
}
.main .titlehead{
	padding:8px 0px 0px;
}
#addcart ul li span{
	font-family: Roboto-Bold, Arial, Helvetica, sans-serif;
}
#addcart ul li {
	margin:10px 0px;
}
#addcart ul li input{
	margin:10px 0px;
}
.main .titlehead h1{
	line-height: normal;
}
.main .titlehead p{
	font-size:12px;
	margin:0px;
	color:#888888;
}
/*/////////////////////////      Product page style        ////////////////*/

/** Transiton Effect **/

.trans {
  width: 100%;
  height: 320px;
  background:#fff;
}

.product .overlay {
  width: 100%;
  height: 355px;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.product:hover .overlay {
  background-color:rgba(0, 175, 240, 0.7);
}

.trans .pro-btns {
    display: inline-block;
    opacity: 0;
    filter: alpha(opacity=0);
    bottom:  0%;
    position: absolute;
    left:33%;
     -webkit-transition: all .5s ease, opacity .5s ease-in-out;
	-moz-transition: all .5s ease, opacity .5s ease-in-out;
	-ms-transition:  all .5s ease, opacity .5s ease-in-out;
	-o-transition: all .5s ease, opacity .5s ease-in-out;
	transition: all .5s ease, opacity .5s ease-in-out;
}

.product:hover .pro-btns {
	opacity:1;
	 filter: alpha(opacity=1);
   -webkit-animation: moveFromTop 500ms ease-in;
	-moz-animation: moveFromTop 500ms ease-in;
	-ms-animation: moveFromTop 500ms ease-in;
	animation: moveFromTop 500ms ease-in;
	bottom:40%;
	left:33%;
}

.product .pro-btns a{
	display: inline-block;
    background: #fff;
    color: #000;
    width:40px;
    height:40px;
    line-height:40px;
     font-family: Roboto-Bold, Arial, Helvetica, sans-serif;
}
.btn_d {
	margin-bottom:5px;
}

.contents{
	color:#eee;
	min-height: 300px;
}

.product{
	background:#fff;
    float:left;
	margin: 10px 8px;
    width: 270px;
    height: 355px;
    text-align: center;
     position:relative;
    -webkit-transition: all .5s ease, opacity .5s ease-in-out;
	-moz-transition: all .5s ease, opacity .5s ease-in-out;
	-ms-transition:  all .5s ease, opacity .5s ease-in-out;
	-o-transition: all .5s ease, opacity .5s ease-in-out;
	transition: all .5s ease, opacity .5s ease-in-out;
}
/** Hover **/
.product:hover{
	cursor: pointer;
}

.product:hover .pro-title a{
	color:#fff;
    position: relative;
    z-index: 9;
}
/****/
.thumb{
	background:#fff;
    padding: 5px;
    text-align: center;
    height: 310px;
    margin-bottom:5px;
    position: relative;
    overflow: hidden;
    line-height: 320px;
}
.thumb img{
	max-width: 100%;
}
.thumb a{
	display:inline-block;
	background:#FFFFFF;
	width:100%;
}

.art-nmbr{
	font-size:12px;
	color:#333;
	padding:0px 5px;
	
}

#AddToInquiry {
	cursor: pointer;
	color:#fff;
	border:none;
	box-shadow: none;
	outline:none;
	 -webkit-transition: all .5s ease, opacity .5s ease-in-out;
	-moz-transition: all .5s ease, opacity .5s ease-in-out;
	-ms-transition:  all .5s ease, opacity .5s ease-in-out;
	-o-transition: all .5s ease, opacity .5s ease-in-out;
	transition: all .5s ease, opacity .5s ease-in-out;
}

#AddToInquiry:hover, #AddToInquiry:focus{
	color:#fff;
	background:#00aff0;
	font-family: Roboto-Regular, Arial, Helvetica, sans-serif;
}
.pro-title a{
	display:block;
	color: #333;
    font-size: 14px;
    text-align: center;
    padding:2px 5px;
    font-family: Roboto-Bold, Arial, Helvetica, sans-serif;
}
.pro-art{
	background:#ededed;
	padding: 0px 8px;
	color: #333;
    font-size: 12px;
    font-family: Roboto-Regular, Arial, Helvetica, sans-serif;
    position: absolute;
	top:8px;
	right:8px;
}
.pro-title a:hover,.pro-title a:focus{
	color:#ff0000;
}


/** Related Products **/
.related-product{
    float:left;
    margin-right:3px;
}


/*/////////////////////////     Pagination style        ////////////////*/
.pagination-container{
	text-align: center;
}
#showMore{
	background:#00aff0;
	font-size: 18px; 
	padding:8px 60px;
	color:#fff;
	 font-family: 'Roboto-Bold';
	 border-radius: 4px;
}
.pages{
	background: #111;
	color: #fff;
	text-align:center;
	padding: 2px 10px;
	border-radius:3px;
	float:left;	
	font-size:12px;
	font-family: Roboto-Regular, Arial, Helvetica, sans-serif;
	margin-right: 5px;
}

.pagination {
	display: block;
	float:right;
	margin: 0px!important;
}

.pagination a{
	float: left;
	background:#111;
	padding:2px 8px;
	border-radius:3px;
	color: #fff;
	margin-left:5px;
}

.pagination .pagecurrent{
	background: #00aff0;
	color: #fff;
}

.pagination a:hover,.pagination a:focus{
	background: #00aff0;
	color: #fff;
}

.pagination .seperator{
	color: #aaa;
	background: none;
	float: left;
	font-size: 15px;
	margin: 0;
	padding: 5px;
}

/*//////////////////////// INSTA FEED /////////////////////*/
.production_section{
	background: url("../images/insta_bg.png") no-repeat top center;
	padding:60px 0px;
}
.production_section .titlehead h1:after{
	margin: 5px auto 0px;
}
.production_section .titlehead{
	text-align: center;
}

/*/////////////////////////      Inquiry cart page Style        ////////////////*/

.even{
		border-bottom:1px solid #333;
}

.odd{
		border-bottom:1px solid #333;
}


#cart .cart-header div {
	background: #222;
    color: #fff;
    border-bottom: 1px solid #222;
    margin: 1px;
    padding: 5px 0px;
    font-size: 14px;
   font-family: Roboto-Bold, Arial, Helvetica, sans-serif;
    text-align: center;
    line-height: normal;
}
#cart .cart-row div {
	margin: 1px;
	padding:5px 0px 10px;
	height: 125px;
	color:#aaa;
	text-align: center;
	line-height: 40px;
}

#cart .cart-row div.cart-thumb {
	padding-left:0px;
	line-height: 125px;
}

#cart .cart-thumb {
	background:#FFFFFF;
	width: 13%;
	float: left;
}
#cart .cart-thumb img {
	background:#FFFFFF;
	max-width: 100%;
	padding:4px;
}

#cart .cart-thumb:hover img{
	cursor: pointer;
}

.cart-empty{
	margin-left:10px;
}


 input.qty_input{
	height: 20px;
	padding: 2px 10px;
	border: none;
	background: #f7f7f7!important;
	color: #333;
	border:1px solid #eee;
	border-radius:3px!important;	
	margin:0px!important;
	margin-right: 10px!important;
	font-family: Roboto-Regular, Arial, Helvetica, sans-serif;
	width: 50px;
}
 input.qty_input:focus{
	border:1px solid #ddd!important;
}
 .cart-title {
	width: 50%;
	float: left;
}

 .artno {
	width: 20%;
	float: left;
	color:#00aff0!important;
}
 .buttons {
	width: 16%;
	float: left;
}

.buttons form{
	display: inline;
	text-align: center;
}
.buttons form input[type="submit"]{
	border:none;
}
.buttons form input[type="image"]{
	cursor: pointer;
}
#forupdate{
	margin:0px 10px;
}
div.cart-row.odd div {
	background: transparent;
}
div.cart-row.even div {
	background: transparent;
}
.cart-btns a{
	padding:8px 20px;
	font-size:14px;
}

.chk-btn{
	background:#333333;
	margin-right:5px;
	color:#fff;
	font-family: Roboto-Bold, Arial, Helvetica, sans-serif;
}

.chk-btn:hover,.chk-btn:focus{
	background:#333333;
	color:#FFFFFF;
}
.send-btn{
	background:#00aff0;
	color:#fff;
	font-family: Roboto-Bold, Arial, Helvetica, sans-serif;
}

.send-btn:hover,.send-btn:focus{
	background:#333333;
	color:#FFFFFF;
}

/** Inquiry Form **/

.inquiry_form .form_label{
	display: inline-block;
	color: #ccc;
	font-size: 12px;
	font-family: Roboto-Bold, Arial, Helvetica, sans-serif;
	width: 200px;
	vertical-align: top;
	line-height: normal;
}
.inquiry_form .captcha_inputs{
	margin-left:203px;
	color:#ccc;
}
.captcha_inputs small a:hover,.captcha_inputs small a:focus{
	color:#00aff0;
}
.inquiry_form ul{
	margin:0px;
	padding:0px;
}
.inquiry_form li{
	line-height:35px;
	margin-bottom:4px;
}
.inquiry_form li .butn{
	border:none!important;
}
.inquiry_form li .butn:focus{
	border:none!important;
}
.inquiry_form input[type="text"] {
	color: #333;
	padding:6px;
	width: 300px;
	border-radius: 3px!important;
	margin:0px;
	font-family: Roboto-Regular, Arial, Helvetica, sans-serif;
	border:1px solid #111!important;
}
.inquiry_form input:focus,.inquiry_form select:focus,.inquiry_form textarea:focus{
	border:1px solid #111!important;
}
.inquiry_form select {
	background: #FFFFFF;
	color: #333;
	padding:6px;
	width: 314px;
	border:1px solid #111!important;
	font-family: Roboto-Regular, Arial, Helvetica, sans-serif;
	margin: 0px;
    height: 34px;
    border-radius: 3px!important;
}
.inquiry_form textarea {
	width: 300px;
	color: #333;
	padding:6px;
	min-height: 150px;
	border:1px solid #111!important;
	border-radius: 3px!important;
	font-family: Roboto-Regular, Arial, Helvetica, sans-serif;
}

.inquiry_form input[type="reset"]{
	border:none;
	padding:5px 10px;
	font-family: Roboto-Regular, Arial, Helvetica, sans-serif;
}

.btn-submit{
	background: #00aff0;
	margin: 0px;
	color:#fff;
	padding:5px 10px;
	font-family: Roboto-Regular, Arial, Helvetica, sans-serif;
	border:1px solid #00aff0;
}

.btn-submit:hover{
	background: #333333;
	color:#fff;
}

label.error{
	display:block;
	color: #00aff0;
	font-size: 11px;
	line-height: normal;
}

.work_section{
	background:url("../images/workprocess_bg.jpg") no-repeat top center #000000;
	background-attachment:fixed;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size:cover;
	padding:40px 0px 50px;
	clear: both;
	text-align: center;
}

/** Scroll To Top **/

#top{
	position:fixed;
	bottom:80px;
	right:28px;
	width: 40px;
	height: 40px;
	background: #00aff0;
	color:#FFFFFF;
	text-align: center;
	border-radius: 100%;
	font-weight: bold;
}

#top img{
	display: block;
    margin: 10px auto;
}
#top:hover,#top:focus{
	color:#FFFFFF;
}

#whatsapp{
	position:fixed;
	bottom:130px;
	right:26px;
	width: 40px;
	height: 40px;
	line-height:40px;
	background: #13c82b;
	color:#FFFFFF;
	text-align: center;
	border-radius: 100%;
	font-weight: bold;
	z-index:99;
}

#whatsapp img{
	display: block;	
    margin: 10px auto;
}
#whatsapp:hover,#whatsapp:focus{
	color:#FFFFFF;
}
.delivery_sec img,.payment_accept img{
	width: 85%;
}

.breadcrumb_section{
	background:url("../images/breadcrumb_bg.jpg") no-repeat top center #181818;
	padding:80px 0;
	text-align: center;
}
.breadcrumb_section h1:after{
	display: none;
}