@charset "utf-8";
 @import url("fontawesome-4.5.0.min.css");
@import url("framework.css");
/* Rows
--------------------------------------------------------------------------------------------------------------- */
.row1 {
	border-bottom: 1px solid;
}
.row2, .row2 a {
}
.row3, .row3 a {
}
.row4, .row4 a {
}
.row5 {
	border-top: 1px solid;
}
a:focus {
	outline: 0;
}


small{font-size:10px;}

.text-left td{text-align:left !important;}


.no-padding{
	padding:0;
}

/* Header
--------------------------------------------------------------------------------------------------------------- */

.quick-links {
	background-color: #000;
}
.quick-links .quick-links-list ul {
	float: right;
}
.quick-links .quick-links-list ul li {
	list-style: none;
	display: inline-block;
	margin-top: 5px;
}
.quick-links .quick-links-list ul li a {
	color: #fff;
	text-decoration: none;
}
#header {
}
#header #logo {
	margin: 11px 0;
	width: 250px;
}
#header #logo h1 {
	margin: 0;
	padding: 0;
	font-size: 22px;
	text-transform: uppercase;
}
/* Page Intro
--------------------------------------------------------------------------------------------------------------- */
#pageintro {
	padding: 200px 0 100px;
}
#pageintro article {
	display: block;
	max-width: 50%;
}
#pageintro article .heading {
	margin-bottom: 30px;
	font-size: 64px;
}
#pageintro article p {
	font-size: 16px;
}
#pageintro article footer {
	margin-top: 50px;
}
/* Content */
.container .content {
}
.services {
}
.services li {
}
.services li:nth-child(-n+3) {
	margin-bottom: 30px;
}
.services li:last-child {
	margin-bottom: 0;
}/* Used for mobile devices when elements stack */
.services article {
	display: block;
	position: relative;
	min-height: 80px;
	padding: 0 0 0 40px;
}
.services article * {
	margin: 0;
}
.services article i {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 24px;
}
.services article .heading {
	margin-bottom: 10px;
	font-size: 1.2rem;
}
.services article p {
	margin-bottom: 10px;
}
.elements {
}
.elements li {
}
.elements li:nth-child(-n+3) {
	margin-bottom: 30px;
}
.elements li:last-child {
	margin-bottom: 0;
}/* Used for mobile devices when elements stack */
.elements figure {
	display: block;
	position: relative;
	width: 100%;
	max-width: 320px;
	height: 100%;
}
.elements figure figcaption {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
}
.elements figure:hover figcaption {
	opacity: 1;
}
.elements figure figcaption a {
	display: block;
	padding: 10px;
	font-weight: 700;
	text-transform: uppercase;
}
/* Comments */
#comments ul {
	margin: 0 0 40px 0;
	padding: 0;
	list-style: none;
}
#comments li {
	margin: 0 0 10px 0;
	padding: 15px;
}
#comments .avatar {
	float: right;
	margin: 0 0 10px 10px;
	padding: 3px;
	border: 1px solid;
}
#comments address {
	font-weight: bold;
}
#comments time {
	font-size: smaller;
}
#comments .comcont {
	display: block;
	margin: 0;
	padding: 0;
}
#comments .comcont p {
	margin: 10px 5px 10px 0;
	padding: 0;
}
#comments form {
	display: block;
	width: 100%;
}
#comments input, #comments textarea {
	width: 100%;
	padding: 10px;
	border: 1px solid;
}
#comments textarea {
	overflow: auto;
}
#comments div {
	margin-bottom: 15px;
}
#comments input[type="submit"], #comments input[type="reset"] {
	display: inline-block;
	width: auto;
	min-width: 150px;
	margin: 0;
	padding: 8px 5px;
	cursor: pointer;
}
/* Sidebar */
.container .sidebar {
}
.sidebar .sdb_holder {
	margin-bottom: 50px;
}
.sidebar .sdb_holder:last-child {
	margin-bottom: 0;
}
/* Full Width Split Box
--------------------------------------------------------------------------------------------------------------- */
.split {
	display: block;
	width: 100%;
	background-position: top right;
	background-repeat: no-repeat;
	background-size: cover;
}
.split .box {
	display: block;
	float: right;
	width: 50%;
	padding: 6%;
}
.split .box .testimonial {
}
.split .box .testimonial figure {
	margin-bottom: 20px;
}
.split .box .testimonial figure img {
	float: left;
	margin-right: 15px;
	border-radius: 50%;
}
.split .box .testimonial figure figcaption {
	float: left;
	margin: 15px 0 0 0;
}
.split .box .testimonial figure figcaption * {
	display: block;
	margin: 0;
	padding: 0;
	line-height: 1;
}
.split .box .testimonial figure figcaption strong {
	margin-bottom: 5px;
}
.split .box .testimonial figure figcaption br {
	display: none;
}
.split .box .testimonial figure figcaption em {
font-size:.8rem;
}
.split .box .testimonial blockquote {
	display: block;
	position: relative;
	width: 100%;
	margin: 0;
	padding: 30px 0 0 0;
	line-height: 1.4;
	z-index: 1;
}
.split .box .testimonial blockquote::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	font-family: "FontAwesome";
	font-size: 60px;
	content: "\f10d";
	z-index: -1;
}
/* Social
--------------------------------------------------------------------------------------------------------------- */
#social {
	padding: 30px 0;
	text-align: center;
}
#social div:last-child {
	margin-bottom: 0;
}/* Used in small devices when elements stack */
#social .title {
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 1.2rem;
	text-transform: uppercase;
}
#social form {
	display: block;
	position: relative;
	max-width: 90%;
	margin: 0 auto;
}
#social input, #social button {
	display: block;
	height: 36px;
	border: none;
}
#social input {
	width: 100%;
	min-width: 250px;
	padding: 5px 40px 5px 15px;
}
#social button {
	position: absolute;
	top: 1px;
	right: 1px;
	width: 32px;
	height: 34px;
	font-size: 16px;
	cursor: pointer;
}
#social button em {
	display: none;
}
/* Footer
--------------------------------------------------------------------------------------------------------------- */
#footer {
	padding: 40px 0;
}
#footer .title {
	margin: 0 0 30px 0;
	padding: 0;
	font-size: 1.2rem;
	text-transform: uppercase;
}
#footer .linklist li {
	display: block;
	margin: 0;
	padding: 0;
}
#footer .linklist li:last-child {
	margin: 0;
	padding: 0;
	border: none;
}
#footer .linklist li::before, #footer .linklist li::after {
	display: table;
	content: "";
}
#footer .linklist li, #footer .linklist li::after {
	clear: both;
}
#footer .contact {
}
#footer .contact.linklist li, #footer .contact.linklist li:last-child {
	position: relative;
	padding-left: 40px;
}
#footer .contact li * {
	margin: 0;
	padding: 0;
	line-height: 1.6;
}
#footer .contact li i {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	font-size: 16px;
	text-align: center;
}
/* Copyright
--------------------------------------------------------------------------------------------------------------- */
#copyright {
	padding: 20px 0;
}
#copyright * {
	margin: 0;
	padding: 0;
}
/* Transition Fade
--------------------------------------------------------------------------------------------------------------- */
*, *::before, *::after {
	transition: all .3s ease-in-out;
}
#mainav form * {
	transition: none;
!important
}
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */


/* Navigation
--------------------------------------------------------------------------------------------------------------- */
nav ul, nav ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
#mainav, #breadcrumb, .sidebar nav {
	line-height: normal;
}
#mainav .drop::after, #mainav li li .drop::after, #breadcrumb li a::after, .sidebar nav a::after {
	position: absolute;
	font-family: "FontAwesome";
	font-size: 10px;
	line-height: 10px;
}





/* Top Navigation */
#mainav {
}
#mainav ul.clear {
	margin-top: 5px;
}
#mainav ul {
	text-transform: uppercase;
}
#mainav ul ul {
	z-index: 9999;
	position: absolute;
	width: 680px;
	text-transform: none;
	left:-250px;
}
#mainav ul ul ul {
	left: 180px;
	top: 0;
}
#mainav li {
	display: inline-block;
	position: relative;
	margin: 0 15px 0 0;
	padding: 0;
}
#mainav li:last-child {
	margin-right: 0;
}
#mainav li li {
	width: 100%;
	margin: 0;
}
#mainav li a {
	display: block;
	padding: 30px 0;
}
#mainav li li a {
	border: solid;
	border-width: 0 0 1px 0;
}
#mainav .drop {
	padding-left: 15px;
}
#mainav li li a, #mainav li li .drop {
	display: block;
	margin: 0;
	padding: 10px 15px;
}
#mainav .drop::after, #mainav li li .drop::after {
	content: "\f0d7";
}
#mainav .drop::after {
	top: 35px;
	left: 5px;
}
#mainav li li .drop::after {
	top: 15px;
	left: 5px;
}
#mainav ul ul {
	visibility: hidden;
	opacity: 0;
}
#mainav ul li:hover > ul {
	visibility: visible;
	opacity: 1;
}
#mainav form {
	display: none;
	margin: 0;
	padding: 0;
}
#mainav form select, #mainav form select option {
	display: block;
	cursor: pointer;
	outline: none;
}
#mainav form select {
	width: 100%;
	padding:10px 5px;
	border: 1px solid;
}
#mainav form select option {
	margin: 5px;
	padding: 0;
	border: none;
}

.product-list{
	 background-color: rgba(0, 0, 0, 0.6);
}


.product-all{
	 background-color:#f1f1f1;
	 padding:50px 0;
	 margin:70px 0;
}

.product-1 div{
	position:relative;
	overflow:hidden;
}

.product-1 p{
	position:absolute;
	bottom:0;
	background:rgba(0,0,0,0.5);
	padding:10px 0;
	margin-bottom:0;
	display:block;
	width:100%;
	color:#fff;
	text-decoration:none;
	
}


.product-1 div:hover{
	transform:scale(1.05);
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	
}



/* Breadcrumb */
#breadcrumb {
	padding: 120px 0 20px;
	text-align: right;
	text-transform: uppercase;
}
#breadcrumb ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#breadcrumb li {
	display: inline-block;
	margin: 0 6px 0 0;
	padding: 0;
}
#breadcrumb li a {
	display: block;
	position: relative;
	margin: 0;
	padding: 0 12px 0 0;
	font-size: 12px;
}
#breadcrumb li a::after {
	top: 3px;
	right: 0;
	content: "\f101";
}
#breadcrumb li:last-child a {
	margin: 0;
	padding: 0;
}
#breadcrumb li:last-child a::after {
	display: none;
}
/* Sidebar Navigation */
.sidebar nav {
	display: block;
	width: 100%;
}
.sidebar nav li {
	margin: 0 0 3px 0;
	padding: 0;
}
.sidebar nav a {
	display: block;
	position: relative;
	margin: 0;
	padding: 5px 10px 5px 15px;
	text-decoration: none;
	border: solid;
	border-width: 0 0 1px 0;
}
.sidebar nav a::after {
	top: 9px;
	left: 5px;
	content: "\f101";
}
.sidebar nav ul ul a {
	padding-left: 35px;
}
.sidebar nav ul ul a::after {
	left: 25px;
}
.sidebar nav ul ul ul a {
	padding-left: 55px;
}
.sidebar nav ul ul ul a::after {
	left: 45px;
}
/* Pagination */
.pagination {
	display: block;
	width: 100%;
	text-align: center;
	clear: both;
}
.pagination li {
	display: inline-block;
	margin: 0 2px 0 0;
}
.pagination li:last-child {
	margin-right: 0;
}
.pagination a, .pagination strong {
	display: block;
	padding: 8px 11px;
	border: 1px solid;
	background-clip: padding-box;
	font-weight: normal;
}
/* Back to Top */
#backtotop {
	z-index: 999;
	display: inline-block;
	position: fixed;
	visibility: hidden;
	bottom: 20px;
	right: 20px;
	width: 36px;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	text-align: center;
	opacity: .2;
}
#backtotop i {
	display: block;
	width: 100%;
	height: 100%;
	line-height: inherit;
}
#backtotop.visible {
	visibility: visible;
	opacity: .5;
}
#backtotop:hover {
	opacity: 1;
}
/* Tables
--------------------------------------------------------------------------------------------------------------- */
table, th, td {
	border: 1px solid;
	border-collapse: collapse;
	vertical-align: top;
}
table, th {
	table-layout: auto;
}
table {
	width: 100%;
	margin-bottom: 15px;
}
th, td {
	padding: 5px 8px;
}
td {
	border-width: 0 1px;
}
/* Gallery
--------------------------------------------------------------------------------------------------------------- */
#gallery {
	display: block;
	width: 100%;
	margin-bottom: 50px;
}
#gallery figure figcaption {
	display: block;
	width: 100%;
	clear: both;
}
#gallery li {
	margin-bottom: 30px;
}
/* Font Awesome Social Icons
--------------------------------------------------------------------------------------------------------------- */
.faico {
	margin: 0;
	padding: 0;
	list-style: none;
}
.faico li {
	display: inline-block;
	margin: 0 5px 0 0;
	padding: 0;
	line-height: normal;
	padding-left: 25px;
	margin-top: 20px;
}
.faico li:last-child {
	margin-right: 0;
}
.faico a {
	display: inline-block;
	width: 36px;
	height: 36px;
	line-height: 36px;
	font-size: 18px;
	text-align: center;
	border: 1px solid #333 !important;
}
.faico a {
	color: inherit;
	background-color: #050505;
}
.faico a:hover {
	color: #FFFFFF;
}
.faicon-dribble:hover {
	background-color: #EA4C89;
}
.faicon-facebook:hover {
	background-color: #3B5998;
}
.faicon-google-plus:hover {
	background-color: #DB4A39;
}
.faicon-linkedin:hover {
	background-color: #0E76A8;
}
.faicon-pinterest:hover {
	background-color: #C8232C;
}
.faicon-rss:hover {
	background-color: #EE802F;
}
.faicon-twitter:hover {
	background-color: #00ACEE;
}
.faicon-vk:hover {
	background-color: #4E658E;
}
.faicon-youtube:hover {
	background-color: #C4302B;
}
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */


/* Colours
--------------------------------------------------------------------------------------------------------------- */
body {
	color: #7F7F7F;
	background-color: #050505;
}
a {
	color: #96B2B6;
}
a:active, a:focus {
	background: transparent;
}/* IE10 + 11 Bugfix - prevents grey background */
hr, .borderedbox {
	border-color: #D7D7D7;
}
label span {
	color: #FF0000;
	background-color: inherit;
}
input:focus, textarea:focus, *:required:focus {
border-color:#96B2B6;
}
.overlay {
	color: #FFFFFF;
	background-color: inherit;
}
.overlay::after {
	color: inherit;
	background-color: rgba(0,0,0,.55);
}
.btn, .btn.inverse:hover {
	color: #FFFFFF;
	background-color: #D93438;
	border-color: #D93438;
}
.btn:hover, .btn.inverse {
	color: inherit;
	background-color: #C61518;
	border-color: #C61518;
}
/* Rows */
.row1 {
	background-color: #fff;
	border-bottom: 1px solid #ddd;
	box-shadow: 2px 2px 5px #888888;
	z-index: 9999;
}
.row2 {
	background-color: #fff;
}
.row3 {
	color: #959394;
	background-color: #FFFFFF;
}
.row4 {
	color: #7F7F7F;
	background-color: #fff;
	padding: 40px 0;
}
.row5, .row5 a {
	color: #7F7F7F;
	background-color: #050505;
	border-color: #D93438;
}
.coloured {
	color: #FFFFFF;
	background-color: #96B2B6;
}
/* Header */
#header #logo a {
	color: #ed3237;
}
/* Page Intro */
#pageintro .btn.inverse {
	color: #96B2B6;
	background-color: #FFFFFF;
	border-color: #FFFFFF;
}
#pageintro .btn.inverse:hover {
	color: #FFFFFF;
	background-color: #96B2B6;
	border-color: #96B2B6;
}
/* Content Area */
.services li {
	border-color: #D7D7D7;
}
.elements figure figcaption {
	color: #FFFFFF;
	background: #D83337;
}
.elements figure figcaption:hover {
	color: #FFFFFF;
	background: #000066;
}
.elements figure figcaption a {
	color: inherit;
}
/* Full Width Split Box */
.split {
	color: #FFFFFF;
	background-color: rgba(0,0,0,.5);
}
.split .box {
	background-color: inherit;
}
.split .box .testimonial blockquote::before {
	color: rgba(255,255,255,.2);
}
/* Social */
#social input, #social button {
	color: #FFFFFF;
	background-color: #050505;
}
#social button {
	color: #96B2B6;
}
/* Footer */
#footer .title {
	color: #FFFFFF;
}
#footer .linklist li {
	border-color: rgba(255,255,255,.2);
}
#footer input, #footer button {
	color: #FFFFFF;
	background-color: #191919;
}
#footer button {
	color: #96B2B6;
}
/* Navigation */
#mainav li a {
	color: #006;
}
#mainav .active a, #mainav a:hover, #mainav li:hover > a {
	color: #ed3237;
	background-color: inherit;
}
#mainav li li a, #mainav .active li a {
	color: #FFFFFF;
	border-color: rgba(0,0,0,.6);
}
#mainav li li:hover > a, #mainav .active .active > a {
	color: #FFFFFF;
	background-color: #DA3338;
	text-decoration:none;
}
#mainav form select {
    border: 2px solid;
    color: #000;
}
#breadcrumb a {
	color: inherit;
	background-color: inherit;
}
#breadcrumb li:last-child a {
	color: #96B2B6;
}
.container .sidebar nav a {
	color: inherit;
	border-color: #D7D7D7;
}
.container .sidebar nav a:hover {
	color: #96B2B6;
}
.pagination a, .pagination strong {
	border-color: #D7D7D7;
}
.pagination .current * {
	color: #FFFFFF;
	background-color: #96B2B6;
}
#backtotop {
	color: #D93438;
}
#backtotop:hover {
	text-decoration: none;
}
/* Tables + Comments */
table, th, td, #comments .avatar, #comments input, #comments textarea {
	border-color: #f1f1f1;
}
#comments input:focus, #comments textarea:focus, #comments *:required:focus {
border-color:#96B2B6;
}
th {
	color: #FFFFFF;
	background-color: #373737;
}
tr, #comments li, #comments input[type="submit"], #comments input[type="reset"] {
	color: inherit;
	background-color: #FBFBFB;
}
tr:nth-child(even), #comments li:nth-child(even) {
	color: inherit;
	background-color: #F7F7F7;
}
table a, #comments a {
	background-color: inherit;
}


/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */


/* Media Queries
--------------------------------------------------------------------------------------------------------------- */
@-ms-viewport {
width:device-width;
}


/* Max Wrapper Width - Laptop, Desktop etc.
--------------------------------------------------------------------------------------------------------------- */
@media screen and (min-width:978px) {
.hoc {
	max-width: 978px;
}
}


/* Mobile Devices
--------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width:900px) {
	
.banner-content {
display:none;
}	 	
.hoc {
	max-width: 90%;
}
#header {
	padding: 30px 0;
}
#header #logo {
	margin: 0;
}
#mainav {
}
#mainav ul {
	display: none;
}
#mainav form {
	display: block;
}
#breadcrumb {
}
.container {
}
#comments input[type="reset"] {
	margin-top: 10px;
}
.pagination li {
	display: inline-block;
	margin: 0 5px 5px 0;
}
#footer {
}
#copyright {
}
#copyright p:first-of-type {
	margin-bottom: 10px;
}
}
 @media screen and (max-width:750px) {
	 

	 
.imgl, .imgr {
	display: inline-block;
	float: none;
	margin: 0 0 10px 0;
}
.fl_left, .fl_right {
	display: block;
	float: none;
}
.one_half, .one_third, .two_third, .one_quarter, .two_quarter, .three_quarter {
	display: block;
	float: none;
	width: auto;
	margin: 0 0 30px 0;
	padding: 0;
}
#header {
	text-align: center;
}
#header #logo {
	margin-bottom: 15px;
}
#pageintro {
}
#pageintro article {
	max-width: none;
}
#pageintro article .heading {
	font-size: 36px;
}
.split .box {
	float: none;
	width: 100%;
	padding: 10%;
}
#footer {
	padding-bottom: 50px;
}/* not neccessary but looks better */

.new-product-list > img {
    object-fit: cover;
    width: 100%;
}

}
 @media screen and (max-width:450px) {
}


/* Other
--------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width:650px) {
	
.banner-content {
display:none;
}	
	
.f-contact h3::after {

    left: 20% !important;
}	
	
.jaw {
    overflow-x: auto;
}
	
.scrollable {
	display: block;
	width: 100%;
	margin: 0 0 30px 0;
	padding: 0 0 15px 0;
	overflow: auto;
	overflow-x: scroll;
}
.scrollable table {
	margin: 0;
	padding: 0;
	white-space: nowrap;
}
.inline li {
	display: block;
	margin-bottom: 10px;
}
.pushright li {
	margin-right: 0;
}
.font-x2 {
	font-size: 1.4rem;
}
.font-x3 {
	font-size: 1.6rem;
}
}
/************Custom**********/
#intro {
	text-align: center;
	padding-top: 160px;
	padding-bottom: 160px;
}
.item img {
	width: 100%;
}
.banner-content {
	background: rgba(0,0,0,0.8);
	margin: 0 auto;
	padding: 15px 0;
	
}
.banner-content h2 {
	margin-bottom: 0;
}
.banner-content a {
	margin-top: 10px;
}
.carousel-caption {
	width: 100%;
	left: 0;
	bottom: -30px;
}
.row2-about {
	padding: 40px 0;
}
.row2-about a, .items {
	margin-top: 30px;
}
.items:hover {
	background-color: #C61518;
	border: 1px solid #C61518;
	color: #fff;
}
/*horizontal scroll*/

#pro_focus {
	overflow: hidden;
	display: block;
	position: relative;
}
#pro_focus .prev-next {
	width: 100%;
	padding: 0px;
	margin: 0px;
	top: 37%;
	position: absolute;
	z-index: 10000;
	left: 0px;
}
#pro_focus .prev-next a.prev, #pro_focus .prev-next a.next {
	opacity: 100;
	width: 40px;
	height: 40px;
	padding: 0;
	margin: 0px;
	display: block;
	/*	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;*/
	cursor: pointer;
	/*	background-color: #00aeb4;*/
	float: left;
}
#pro_focus .prev-next a.prev::after {
	content: url(../images/bx-left-arrow.png);
}
#pro_focus .prev-next a.next::after {
	content: url(../images/bx-right-arrow.png);
}
#pro_focus .prev-next a.prev i, #pro_focus .prev-next a.next i {
	color: #FFF;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 40px;
	display: block;
}
#pro_focus .prev-next a.prev i.fa, #pro_focus .prev-next a.next i.fa {
	text-shadow: rgb(3, 3, 3, 0.7) 5px 3px 4px;
}
#pro_focus .prev-next a.next {
	float: right;
}
#pro_focus:hover .prev-next a.prev, #pro_focus:hover .prev-next a.next {
}
ul.profocus {
	margin: 0 auto;
}
ul.profocus li {
	overflow: hidden !important;
	line-height: 0;
	display: block;
	float: left;
	background-color: #FFF;
	margin-bottom: 3px;
}
ul.profocus li:nth-child(3n) {
	margin-right: 0px;
}
ul.profocus li h3 {
	background-color: #F3F3F3;
	text-align: center !important;
	margin-bottom: 9px;
	margin-top: 5px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 4%;
	padding-bottom: 5px;
	padding-left: 4%;
	clear: both;
	display: block;
}
ul.profocus li h3 a {
	display: block;
	font-size: 15px;
	line-height: 20px;
	color: #333333;
	margin: 0px;
	padding: 0px;
	width: 100%;
	font-weight: 600;
	letter-spacing: 1px;
}
ul.profocus li:hover h3 a {
	color: #008CD2;
}
ul.profocus li:hover img {
	opacity: 0.9;
	filter: alpha(opacity=90); /* For IE8 and earlier */
}
ul.profocus li h3 a:hover {
	color: #0088cc;
}
ul.profocus li .bot_links {
	margin-top: 9px;
	background-color: #F3F3F3;
	padding: 4%;
}
ul.profocus li .bot_links a {
	background-color: #4E2C82;
	border: 1px solid #401F76;
	border-radius: 4px;
	color: #fff;
	display: block;
	font-size: 14px;
	line-height: 26px;
	margin: 0 auto 0;
	padding: 0;
	text-align: center;
	padding: 0 8px;
}
ul.slides {
	padding: 0px;
	margin: 0px;
	overflow: hidden !important;
}
ul.slides > li {
	padding: 0px;
	margin: 0px;
	list-style: none;
	position: relative;
}
.heading-section {
}
.heading-section h3::after {
	background: #006 none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 3px;
	left: 52%;
	margin-left: -50px;
	position: absolute;
	width: 60px;
}
.heading-section h3 {
	font-size: 30px;
	letter-spacing: 2px;
	padding-bottom: 10px;
	position: relative;
	text-transform: uppercase;
}
.bx-viewport {
	height: auto !important;
}
/*********************about*****************/




.about-banner {
	background-color: #D83438;
	height: 200px;
	position: relative;
}
.about-title {
	margin-top: 80px;
}
.about-title h2 {
	color: #fff;
	font-size: 28px;
	text-transform:uppercase;
}
.about-content {
	margin: 50px 0;
}
.about-content p, .vis-mis {
	color: #000;
	text-align: justify;
}
.vis-mis {
	margin-bottom: 50px;
}
.vis-mis-title h4 {
	border-bottom: 1px solid #ddd;
	color:#d93438;
}






.new-product-part{
	background-color:#fff;
	padding-top:10px;
	

}

.new-product-part h3{
	text-align:center;
	margin-bottom:50px;
}

.new-product-list{
border:1px solid #000;

}

.new-product-list::before {
    background-color: #000;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.8s ease-in-out 0s;
    z-index: 1;
}





.topfirst-img:hover .new-product-list::before, .topsecond-img:hover .new-product-list::before, .topthird-img:hover .new-product-list::before, .topthird-img:hover .new-product-list::before, .topfour-img:hover .new-product-list::before, .topfive-img:hover .new-product-list::before{
	opacity:0.7;
}

.new-product-list{
	
	overflow:hidden;
	position:relative;
	
}

.new-product-list img{
	 max-width: 100%;
	 transform: rotate(0deg) scale(1);
    transition: all 0.8s ease-in-out 0s;
   
}

.new-product-list:hover img{
	 transform: rotate(10deg) scale(1.4);
	
}

.topfirst-img:hover .new-product-list img{
 transform: rotate(10deg) scale(1.4);
}


.new-product-details {
    background-color: rgba(255, 255, 255, 0.35);
    left:0;
	bottom:110px;
    color: black;
    padding: 5%;
    position: absolute;
    transition: all 0.5s ease-in-out 0s;
    z-index: 2;
}

.new-product-details h2{
  text-transform: uppercase;
  color:#000;
  
  
}

.new-product-details a{
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}


.topfirst-img:hover .btn-primary, .topsecond-img:hover .btn-primary, .topthird-img:hover .btn-primary, .topfour-img:hover .btn-primary, .topfive-img:hover .btn-primary {
    background-color: #C8181B;
    border: 2px solid #C8181B;
	

}

.topfirst-img:hover .new-product-details h2, .topfirst-img:hover .new-product-details p, .topfirst-img:hover .btn-primary a,
.topsecond-img:hover .new-product-details h2, .topsecond-img:hover .new-product-details p, .topsecond-img:hover .btn-primary a, 
.topthird-img:hover .new-product-details h2, .topthird-img:hover .new-product-details p, .topthird-img:hover .btn-primary a, 
.topfour-img:hover .new-product-details h2, .topfour-img:hover .new-product-details p, .topfour-img:hover .btn-primary a, 
.topfive-img:hover .new-product-details h2, .topfive-img:hover .new-product-details p, .topfive-img:hover .btn-primary a{
	color:#fff;
}

.topfirst-img:hover .new-product-details {
	color:#fff;
}



.topsecond-img .new-product-details {
    padding: 2% 5% 5%;
    right: 0;
    z-index: 2;
	
	bottom:0;
	
}

.topthird-img .new-product-details {
    padding: 2% 5% 5%;
    right: 0;
	bottom:0;
    z-index: 2;
	
}

.topfour-img .new-product-details {
    padding: 2% 5% 5%;
    right: 0;
	bottom:0;
    z-index: 2;
	
}
.topfive-img .new-product-details {
    padding: 2% 5% 5%;
    right: 0;
	bottom:0;
    z-index: 2;
	
}





/********************Inner Page***************/


.inner-page-product{
	padding-top:40px;
}

.inner-page-product-img > img {
    width: 100%;
}







.inner-page-product-detail {
	padding: 50px 0 0;
}
.inner-page-product-detail h4 {
	color: #d93438;
	text-transform:uppercase;
}
.divided {
	height: 50px;
}

.inner-page-product-detail tr {
	background-color:#f1f1f1;
}

.inner-page-product-detail tr:hover {
	background-color:#ccc;
}

.inner-page-product-detail td {
	border: 1px solid #ddd;
	position: relative;
	
	color: #000;
}
.inner-page-product-detail td:after {
	position: absolute;
	bottom: 5px;
	content: ':';
	right: 10px;
}
.inner-page-product-detail td:nth-child(2):after {
	display: none;
}


.inner-page-product-detail tr{
	
}

.inner-page-product-detail ul {
	/*padding-left:10px;*/
}

.inner-page-product-detail ul li{
	list-style:none;
	
}

.inner-page-product-detail ul li:before{
	content:'\f00c';
    display: inline-block;
    font-family: FontAwesome;
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size: inherit;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-rendering: auto;
	color:#D83438;
	padding-right:5px;
margin-left: -20px;

}


.jaw th{
	text-align:center;
	background-color:#005E99;
}




.jaw td {
	text-align: center;
	
}
.jaw td:after {
	display: none;
}



/*********************/

label, input, textarea, select, button {
    border: 1px solid #ccc;
    color: inherit;
    display: block;
    font-family: inherit;
    font-size: inherit;
    margin-bottom: 10px;
    outline: medium none;
    padding: 8px;
    resize: none;
    vertical-align: middle;
    width: 100%;
}


#job_form input:last-child:hover{
	color:#fff;
	background-color:#C61518;
}






.f-contact h3 {
	color: #fff;
	font-size: 30px;
	position: relative;
	text-transform: uppercase;
}
.f-contact h3:after {
	width: 195px;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 30%;
	background-color: #666;
	content: '';
}
.f-contact .f-btn {
	width: 100px;
	margin: 0 auto;
	margin-top: 10px;
}
.f-contact .f-btn i {
	padding-left: 3px;
}
.f-contact .f-btn a {
	display: block;
	text-decoration: none;
	color: #fff;
	border-radius: 5px;
}
.f-contact .f-btn a:hover {
}
.f-contact-img {
	margin-top: 90px;
}



.contact p{ border-bottom:1px solid #ddd; padding-bottom:10px;}

.fa.fa-mobile {
    font-size: 18px;
}


.qual > p {
    color: #000;
}

.quality-policy ul li{
	color:#000;
}

.quality-policy ul li:before{
	content:'\f00c';
    display: inline-block;
    font-family: FontAwesome;
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size: inherit;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-rendering: auto;
	color:#D83438;
	padding-right:5px;
margin-left: -20px;

}
.quality-policy li {
    list-style: outside none none;
}
.qual{
	margin-bottom:20px;
}

