@charset "utf-8";
/*
* Copyright (c) 2018 ITAcumens
*/
@import url(non-res-bootstrap.css);
@import url(bs-slider.css);
@import url(owl.carousel.css);
@import url(owl.theme.css);
@import url(font-awesome.min.css);
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700');

*{margin:0px; padding: 0px; outline: none !important;}

body, html{
	height: 100%;
}

body{
	font-family: 'Montserrat', sans-serif !important;
	overflow-x: hidden;
}

#header{
	background: #e91d24;
	padding: 0px 0px 10px;
}

.logo img{
	position: absolute;
	top:35px;
	z-index: 10;
}

.head_cont{
	text-align: right;
	background: #fff;
	width: 93%;
	margin-left: auto;
	color:#4d4d4d;
	font-weight: 700;
	padding: 10px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}

.head_cont ul{
	margin: 0px;
}

.head_cont ul li{
	position: relative;
	padding-left: 20px;
}

.head_cont ul li:nth-child(1){
	padding-right: 12px;
	border-right: 1px solid #ddd;
	margin-right: 12px;
}

.head_cont ul li a{
	color:#4d4d4d;
	transition: .3s ease-in;
	-moz-transition:.3s ease-in;
	-webkit-transition:.3s ease-in;
	-o-transition:.3s ease-in;
}

.head_cont ul li a:hover, .head_cont ul li a:focus{
	text-decoration: none;
	color:#e91d24;
}

.head_cont ul li:before{
	position: absolute;
	top:0;
	left:0;
	color: #e91d24;
	display: block;
	font-family: FontAwesome;
}

.head_cont ul li:nth-child(1):before{
	content: '\f0e0';
}

.head_cont ul li:nth-child(2):before{
	content: '\f095';
	font-size: 15px;
}

.menu{
	padding-top: 20px;
}

.menu .navbar{
	margin-bottom: 0px;
	border:0px;
}

.menu .navbar-nav li{
	padding-right: 10px;
}

.menu .navbar-nav li:last-child{
	padding-right: 0px;
}

.menu .navbar-nav li a{
	padding: 10px 20px;
	color:#fff;
	text-transform: uppercase;
	font-weight: 700;
}

.menu .nav li a:hover, .menu .nav .active a{
	background:#fff;
	color: #4d4d4d;
	border-radius: 5px;
}

.menu .nav li a:focus{
	background: transparent;
	color:#fff;
}

#about{
	position: relative;
	padding: 40px 0px;
}

#about h2{
	text-transform: uppercase;
	margin: 0px 0px 35px;
	display: inline-block;
	position: relative;
	font-weight: 700;
	color:#333333;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #333333;
}

#about h2:after{
	content: '';
	position: absolute;
	display: block;
	width: 60%;
	right: 0;
	bottom:-6px;
	border-bottom: 1px solid #e91d24;
}

#about h2 span{
	color:#e91d24;
}

#about p{
	line-height: 24px;
	text-align: justify;
	padding-top: 5px;
}

.pd_rgt{
	padding-right: 20px;
	padding-bottom: 4px;
}

#gallery:before{
	content: '';
	position: absolute;
	top:0;
	bottom: 0;
	right: 0;
	left: 0;
	background: rgba(0,0,0,0.6);
}

#gallery{
	position: relative;
	background: url(../images/gallery-bg.jpg) no-repeat center;
	background-size: cover;
	padding: 40px 0px 45px;
}

#gallery h2{
	text-transform: uppercase;
	margin: 0px 0px 45px;
	display: inline-block;
	position: relative;
	font-weight: 700;
	color:#fff;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #fff;
}

#gallery h2:after{
	content: '';
	position: absolute;
	display: block;
	width: 60%;
	right: 0;
	bottom:-6px;
	border-bottom: 1px solid #e91d24;
}

#gallery h2 span{
	color:#e91d24;
}

.img-res{
	width: 90%;
	margin: auto;
	border:5px solid #fff;
}

#product{
	position: relative;
	background: #f9fafc;
	padding: 35px 0px;
}

.prdt_img figcaption{
	text-align: center;
	color: #333333;
	text-transform:uppercase;
	padding-top: 8px;
	font-size: 13px;
}

.prdt_img p{
	text-align: center;
	color: #4d4d4d;
	font-weight: 600;
	padding-top: 12px;
}

#product .table th{
	background: #fc3f30;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	padding: 12px;
}

#product .table th,
#product .table td{
	border:2px solid #fff;
}

#product .table td{
	background: #fcd6d6;
	font-weight: 600;
	color: #333333;
	font-size: 15px;
	padding: 8px 15px;
}

#product h2{
	text-transform: uppercase;
	margin: 0px 0px 35px;
	display: inline-block;
	position: relative;
	font-weight: 700;
	color:#333333;
	padding-bottom: 5px;
	border-bottom: 1px solid #333333;
}

#product h2:after{
	content: '';
	position: absolute;
	display: block;
	width: 60%;
	right: 0;
	bottom:-6px;
	border-bottom: 1px solid #e91d24;
}

#product h2 span{
	color:#e91d24;
}

#preview {
  position: absolute;
  border: 5px solid #fff;
  background: #333;
  padding: 5px;
  display: none;
  border-radius:5px;
  color: #fff;
	z-index: 10;
}

.prdt_txt{
	margin: 0px;
	line-height: 25px;
	font-weight: 500;
}

#contact{
	position: relative;
	background: #222431;
	padding: 35px 0px 10px;
	color: #fff;
}

#contact h2{
	text-transform: uppercase;
	margin: 0px 0px 35px;
	display: inline-block;
	position: relative;
	font-weight: 700;
	color:#fff;
	padding-bottom: 5px;
	border-bottom: 1px solid #fff;
}

#contact h2:after{
	content: '';
	position: absolute;
	display: block;
	width: 60%;
	right: 0;
	bottom:-6px;
	border-bottom: 1px solid #fff;
}

.tle_none{
	border-bottom:0px !important;
}

.tle_none:after{
	content: inherit;
	border-bottom: 0px !important;
}
 
#contact p{
	line-height: 28px;
}

.con_add, .con_lan, .con_fax, .con_email{
	position: relative;
	padding-left: 25px;
	margin-left: 25px;
}

.con_email a{
	color:#fff;
	transition: .3s ease-in;
	-webkit-transition:.3s ease-in;
	-moz-transition:.3s ease-in;
	-o-transition:.3s ease-in;
}

.con_email a:hover, .con_email a:focus{
	text-decoration: none;
	color:#e91d24;
}

.con_add:before,
.con_lan:before,
.con_fax:before,
.con_email:before{
	position: absolute;
	display: block;
	top:0;
	left: 0;
	font-family: FontAwesome;
}

.con_add:before{
	content: '\f041';
	font-size: 20px;
}

.con_lan:before{
	content: '\f095';
	font-size: 18px;
}

.con_fax:before{
	content: '\f02f';
	font-size: 18px;
}

.con_email:before{
	content: '\f0e0';
	font-size: 16px;
}

#contact .form_hgt{
	height: 30px;
}

.send_btn{
	background: #fc3f30;
	font-weight: 700;
	text-transform: uppercase;
	transition: .3s ease-in;
	-moz-transition:.3s ease-in;
	-webkit-transition:.3s ease-in;
	-o-transition:.3s ease-in;
}

.send_btn:hover, .send_btn:focus{
	background: #fff;
	color: #fc3f30;
}

.video_brdr{
	border:1px solid #ddd; 
	display: block; 
	padding: 5px 5px 0px; 
	border-radius: 5px;
}



#copyright{
	position: relative;
	border-top:1px solid #bbb;
	background: #222431;
}

#copyright p{
	margin: 0px;
	font-size: 13px;
	font-weight: 400;
	color:#fff;
	padding: 15px 0px;
}

#copyright p a{
	color:#fff;
	transition: .3s ease-in;
	-webkit-transition:.3s ease-in;
	-moz-transition:.3s ease-in;
	-o-transition:.3s ease-in;
}

#copyright p a:hover, #copyright p a:focus{
	text-decoration: none;
	color: #fc3f30;
}

.pd_lft{
	margin-left: 20px;
}

.lst_tp{
	margin-top: 10px;
}

.cd-top {
  display: inline-block;
  position: fixed;
  border:1px solid #e91d24 !important;
  background:#e91d24 !important;
  bottom: 20px;
  text-align:center;
  line-height:22px;
  right: 10px;
  color:#f2f2f2 !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  white-space: nowrap;
 opacity: 0.7;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .8;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}

.affix {
      top: 0;
	  background:#e91e25;
	  width:100%;
	padding-top: 5px;
	  left:0;
	    padding-right: 8%;
	z-index: 25;
	  border-radius:0px !important;
	  box-shadow:1px 1px 5px #333;
  }

  .navbar-custom {
/*  background-color: #222222;
*/  border-color: transparent;
}
.navbar-custom .navbar-brand {
  color: #fed136;
}
.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus,
.navbar-custom .navbar-brand:active,
.navbar-custom .navbar-brand.active {
  color: #fec503;
}
.navbar-custom .navbar-collapse {
  border-color: rgba(255, 255, 255, 0.02);
}
.navbar-custom .navbar-toggle {
  background-color: #fed136;
  border-color: #fed136;
  text-transform: uppercase;
  color: white;
  font-size: 12px;
}
.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
  background-color: #fed136;
}
.navbar-custom .nav li a {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  color: white;
}
/*.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus {
  color: #fed136;
  outline: none;
}*/
.navbar-custom .navbar-nav > .active > a {
  border-radius: 5px;
  color: #000;
	background: #fff !important;
}
.navbar-custom .navbar-nav > .active > a:hover,
.navbar-custom .navbar-nav > .active > a:focus {
  color: #000;
}

