/*CSS Styles*/
@import url('https://fonts.googleapis.com/css?family=Quicksand');
@import url('https://fonts.googleapis.com/css?family=Exo+2:300,400');
@import url('http://fonts.googleapis.com/css?family=Cookie');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
/*General Rules*/
body {
	background-color: #f3f3f3;
	color:#000000;
	
	
}
h1,h2,h3,h4,h5,h6{
font-family: 'Quicksand','Source Sans Pro', sans-serif;
	margin:0;
	letter-spacing:1px;
}
.textblack {color:black;}
.red{color:red;}
.white{color:white;}
.grey{color:#555353;}
.spacer10x{margin:20px;}
.spacetop{margin-top:20px;}
.mg_t10{margin-top:10px;}
.mg_t20{margin-top:10px;}
.mg_b10{margin-bottom:10px;}
.mg_b20{margin-bottom:20px;}
.mg_t0{margin-top:0px;}
.pd_t10{padding-top:10px;}
.spacebottom{margin-bottom:20px;}
.BgGreyLight{background-color: #dbdbdb;}
.BgGreyDark{background-color: #292c2f;color:#fff;padding:4px;}
.BgGreyDark2{background-color: #292c2f;}
.pd_5{padding: 5px;}
.pd_10{padding: 10px;}
.bg_white   {border:#f2f1ef 1px solid; border-bottom:#d0d0d0 1px solid; border-right:#d0d0d0 1px solid; background-color:#FFF; position:relative;}
element.style {
}
@media (max-width: 767px) and (min-width: 150px)
.bg_red .btn.btn-black.btn-lg {
    margin-top: 10px;
}
.lbl{
	
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
}
.btn-black {
    color: #FFF;
    background-color: #111;
    border-color: #000;
}
.clear 	{clear:both; display:block; overflow:hidden; visibility:hidden; width: 0px; height:0px;}

.bg_red   {background-color:#f45a40; padding:15px 0px; -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.05); box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.05); color:#FFF;}

hr.dashed {
    border-style: dashed;
}
.currency {
	color:#002552;
	font-family:Tahoma, Arial;
	font-size:14px;
}

/*Header section*/
.logo{
	padding:10px 5px 10px 5px;
}

.navbar, .navbar-inverse {
	border-radius: 0px;
}
.navbar-inverse .navbar-nav>li>a {
	color:white;
	font-size: 15px;
	font-weight: bold;
}
.navbar-inverse .navbar-nav>li>a:hover {
   background-color: transparent;
    color:red;
    
}

/*content section*/
.content {
  padding: 16px;
}
.heading{
	
	padding:5px;
	text-align: center;
	font-weight: 800;
	color:black;
	font-size: 24px;
text-transform: uppercase;
}
.heading2{
	display: block;
	border-radius: 15px;
	padding:10px;
	text-align: center;
	background-color: black;
	color:white;
	font-size: 24px;
	width: 40%;
	margin:0 auto;
	
}

.prdcontainer{
	background-color: white;
	border:#dbdbdb solid 1px;
}
.products{
	padding: 10px;
}
.prd-box {border:#efefef 1px solid; position:relative; text-align:center;}
.prd-box:hover {
	-webkit-box-shadow: 0px 2px 3px 3px rgba(255, 0, 0, 0.2);
	-moz-box-shadow: 0px 2px 3px 3px rgba(255, 0, 0, 0.2);
	box-shadow: 0px 2px 3px 3px rgba(255, 0, 0, 0.2);
}
.prd-box h2 {color:#777; margin:15px; text-align:center; font-size:18px; font-weight:600;  overflow:hidden;}
.prd-box h2 a {color:#777;}
.prd-box h2 a:hover {color:#F00; text-decoration:none;}
.prd-box p {color:#999; padding:5px 15px; display:none;}
.prd-name{
	background-color: #262626;
	color:white;
	padding: 3px;
}

.testimonial{
	background-image:url('../images/testimonial.jpg');
	background-position: center;
	background-attachment: fixed;
	padding: 2% 0 2% 0;
	color:white;
	text-align: center;
	border-top:3px solid red;
	border-bottom:3px solid red;
}

/* Forms */
.form-elem + .form-elem{
	margin-top:15px;
}
.row > div.form-elem + div.form-elem{
	margin-top:0;
}
.default-inp{
	display:block;
	width:100%;
	border:1px solid #eee;
	position:relative;
}
.default-inp:after{
	width:5px;
	right:-1px;
	top:-1px;
	bottom:-1px;
	content:"";
	display:block;
	position:absolute;
	background-color:rgba(136, 136, 136, 0.2);
}
.default-inp input{
	display:block;
	border:none;
	padding:0 25px;
	height:50px;
	line-height:50px;
}
.default-inp textarea{
	display:block;
	border:none;
	padding:15px 25px;
	resize:none;
	min-height:185px;
}
.default-inp i{
	position:absolute;
	right:32px;
	top:16px;
	width:auto;
}
.form-elem input, .form-elem textarea{
	width:100%;
}
.newsbx1 h3{background:#292929 url(../images/email_icon.png) right 25px center no-repeat;font-size:16px; text-transform:uppercase; font-weight:bold; color:white; margin:0; border-bottom:1px #494949 solid; padding:15px 20px;}
.newsbx2{background:#292929 url(../images/email_icon2.png) left 40px bottom 10px no-repeat; padding:10px 30px; float:left; min-height:321px; width:100%;}
.newsbx2 p{ font:normal 15px 'Lato', sans-serif; color:#959595; margin:0px 0 25px 0;}
.style2 {color: #FF33CC}
.style12 {
	color: #FFFFFF;
	font-weight: bold;
}
.style33 {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.style36 {font-weight: bold}
.style39 {color: #CC0000}
.style42 {font-size: 14px}
.style50 {font-size: small}
.style52 {color: #FF0000}
.mega-dropdown {
  position: static !important;
  width: 100%;
}

.mega-dropdown {
  position: static !important;
  width: auto;
}

.mega-dropdown-menu {
  padding: 20px 0px;
  width: 100%;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.mega-dropdown-menu:before {

}

.mega-dropdown-menu:after {

}

.mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
}

.mega-dropdown-menu > li > ul > li {
  list-style: none;
}

.mega-dropdown-menu > li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #999;
  white-space: normal;
}

.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
  text-decoration: none;
  color: #444;
  background-color: #f5f5f5;
}

.mega-dropdown-menu .dropdown-header {
  color: #ff0d13;
  font-size: 18px;
  font-weight: bold;
}

.mega-dropdown-menu form {
  margin: 3px 20px;
}

.mega-dropdown-menu .form-group {
  margin-bottom: 3px;
}

.category-heading {
    background: url(../images/category-heading.png) left top no-repeat;
    display: block;
    position: relative;
    margin: 10px 0 0px -10px;
    font-size: 18px;
    font-weight: 700;
    text-shadow: 0 1px rgba(0,0,0,0.5);
    padding: 14px 30px 23px 25px;
    color:white;
}
footer {background:#2a2d34; border-top:3px solid red; color:#aaadbc; font-size:13px; padding-top:10px; text-shadow:0 1px 0 rgba(0, 0, 0, 0.4);}
footer h4 {color:#FFF; font-weight:600; text-transform:uppercase;}

footer ul {margin:0; padding:0; list-style:none}
footer ul li {margin:5px 0;}
footer ul li .fa {margin-right:5px;}

footer a {color:#aaadbc;}
footer a:hover {color:#FFF; text-decoration:none;}

footer .social {margin:0; padding:0; list-style:none; text-align:right;}
footer .social li {display:inline-block; padding:0 2px;}
footer .social li a:hover {text-decoration:none;}
footer .social li .fa {width:30px; height:30px; line-height:30px; text-align:center; display:block; color:#FFF; border-radius:50%; background-color:#2a2d34;}
footer .social li a:hover .fa {background-color:#FFF; color:#32353c;}
footer .copy {padding:10px 0; background-color:#32353c; color:#FFF; border-top:#464951 1px solid; padding-bottom:35px;}
footer .copy-right {padding:20px 0; padding-bottom:0; border-top:#102935 1px solid; font-size:12px; color:#5d6364; text-align:center;}

.hsocial ul {margin:0; padding:0; list-style:none}
.hsocial ul li {margin:5px 0;}
.hsocial ul li .fa {margin-right:5px;}
.hsocial {margin:0; padding:0; list-style:none; text-align:right;}
.hsocial li {display:inline-block; padding:0 2px;}
.hsocial li a:hover {text-decoration:none;}
.hsocial li .fa {width:30px; height:30px; line-height:30px; text-align:center; display:block; color:#FFF; border-radius:50%; background-color:#2a2d34;}
.hsocial li a:hover .fa {background-color:#ff0000; color:#e0e1e4;}


a.gflag {vertical-align:middle;font-size:12px;padding:1px 0;background-repeat:no-repeat;background-image:url(//gtranslate.net/flags/16.png);}
a.gflag img {border:0;}
a.gflag:hover {background-image:url(//gtranslate.net/flags/16a.png);}
#goog-gt-tt {display:none !important;}
.goog-te-banner-frame {display:none !important;}
.goog-te-menu-value:hover {text-decoration:none !important;}
body {top:0 !important;}
#google_translate_element2 {display:none!important;}   