@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('http://fonts.googleapis.com/css?family=Roboto');
@font-face {
  font-family: 'futura_icgregular';
  src: url("../fonts/futuraicg-webfont.woff2") format("woff2"), url("../fonts/futuraicg-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

body{
padding:0px; margin:0px; 
font-family: "Roboto";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;

background-color: #fff;
}
.page-header{
	border-top:5px solid #0062a8;
	    margin: 0px;
	    padding: 10px 0 10px 0;
	    border-bottom: 0;
	    color:#1d1d1d;
	    background-color: #ffffff;
}
.clear 	{clear:both; display:block; overflow:hidden; visibility:hidden; width: 0px; height:0px;}

.borderl{border-left:1px solid #dedede}
.borderr{border-left:1px solid #dedede}
.textblack {color:black;}
.red{color:red;}
.white{color:white;}
.grey{color:#555353;}
.blue{color:#20307e;}
.spacer10x{margin:20px;}
.spacetop{margin-top:20px;}
.mg_t10{margin-top:10px;}
.mg_t20{margin-top:20px;}
.mg_t30{margin-top:30px;}
.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:#f5f5f5;;}
.BgGreyDark{background-color: #292c2f;color:#fff;padding:4px;}
.BgGreyDark2{background-color: #292c2f;}
.bgred{background-color: #d9534f;}
.bggreen{background-color: #00a648;}
.pd_5{padding: 5px;}
.pd_10{padding: 10px;}
.pd_20{padding: 20px;}
.bgwhite{background-color: #ffffff;}
.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;
    border-radius:0;
    
}

.textsmall{	font-size:13px;}
.textmedium{font-size:16px}
.textlarge{font-size:20px}
.textxl{font-size:26px;}
.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;}


.relative {position:relative;}


.navbar-inverse {
	  /*background: url(../images/navbg.png);
	  background-repeat:repeat-x;*/
    background-color: #199fff;
    /*background-image: linear-gradient(#3b3b3b, #282626);*/
    color:white;
    border-color:#199fff;
    border-radius: 0;
}
.navbar-inverse .navbar-nav>li>a{
    position: relative;
    display: block;
    color:white;
    
    text-transform: uppercase;
    
}
.navbar-inverse .navbar-nav>li>a:hover {
   background-color: #0062a8;
    color:white;
    -webkit-transition: all 0.5s; /* Safari */
    transition: all 0.5s;
    
}
h1,h2,h3,h4,h5,h6{
margin:0;
	letter-spacing:1px;
}
#myCarousel .carousel-inner > .item > img,
#myCarousel .carousel-inner > .item > a > img {width:100%;}


hr.dashed{width: 100%;border: 1px solid #6a6a6a;}


.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:#7f7f7f;
	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; padding:8px; text-align:center;
/*-webkit-box-shadow: 1px 2px 3px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 1px 2px 3px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 2px 3px 3px rgba(0, 0, 0, 0.2);}*/
}
.prd-box:hover {
	-webkit-box-shadow: 0px 2px 3px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 2px 3px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 2px 3px 3px rgba(0, 0, 0, 0.2);
}
.btn-warning{
	background-color:black;
	background-image: linear-gradient(#4b4b4b, #282626);
	border-color: black;
}
.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: 30px;
	color:black;
	text-align: center;
	
}

/* 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%;
}

.category-heading {
    /*background: url(../images/category-heading.png) left top no-repeat;*/
    background-color: #262626;
    display: block;
    position: relative;
    margin: 10px -10px 10px -10px;
    font-size: 18px;
    font-weight: 700;
    text-shadow: 0 1px rgba(0,0,0,0.5);
    padding: 10px 30px 10px 25px;
    border-radius: 8px;
    color:white;
}
.category-heading1 {
    
    background-color: #f6f6f6;
    background-image: linear-gradient(#f9f9f9, #f0f0f0);
    display: block;
    position: relative;
    margin: -10px -15px 10px -15px;
    ;
    color:#202020;
    /*text-shadow: 0 1px rgba(0,0,0,0.5);*/
    padding: 12px 30px 12px 25px;
    border-radius: 0px;
    
    border-bottom:#dbdbdb solid 1px;
   
}
ul,li{
    padding:0;
    margin:0;
}
li{
    list-style-type:none;
}
footer { background-color:#292929; min-height:auto;border-top:1px solid #00a648;  }
.footerwrap{
	background-color: #292929; padding:20px 10px 20px 10px;
}
}
.footer-col { margin-top:50px; }
.logofooter { margin-bottom:10px; font-size:25px; color:#fbfbfb; font-weight:700;}

.footer-col p { color:#f9f9f9; font-size:12px;  margin-bottom:15px;}
.footer-col p i { width:20px; color:#fdfdfd;}

.footer-ul { list-style-type:none;  padding-left:0; margin-left:2px;}
.footer-ul li { line-height:29px; font-size:12px;}
.footer-ul li a { color:#fcfcfc; transition: color 0.2s linear 0s, background 0.2s linear 0s; }
.footer-ul i { margin-right:10px;}
.footer-ul li a:hover {transition: color 0.2s linear 0s, background 0.2s linear 0s; color:#fff; }

 .copyright { min-height:40px; background-color:#000;}
 .copyright p { text-align:left; color:#FFF; padding:10px 0; margin-bottom:0;}
 .heading7 { font-size:21px; font-weight:700; color:#ececec; margin-bottom:22px;}
 .post p { font-size:12px; color:#FFF; line-height:20px;}
 .post p span { display:block; color:#8f8f8f;}
 .bottom_ul { list-style-type:none; float:right; margin-bottom:0;}
 .bottom_ul li { float:left; line-height:40px;}
 .bottom_ul li:after { content:"/"; color:#FFF; margin-right:8px; margin-left:8px;}
 .bottom_ul li a { color:#FFF;  font-size:12px;}
.social-icon {
    width: 30px;
    height: 30px;
    font-size: 15px;
    background-color: blue;
    color: #fff;
    text-align: center;
    margin-right: 10px;
    padding-top: 7px;
    border-radius: 50%;
}
 .footer-social li{
     float:left;
 }
 .linked-in{
     background-color:#007bb6;
 }
 .facebook{
     background-color:#3b5998;
 }
 .twitter{
     background-color:#1da1f2;
 }
 .google{
     background-color:#f63e28;
 }

.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;}

.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;
}
.title{
	    text-align: center;
	    vertical-align: middle;
	    padding: 30px;
	    background-image: url('../images/border.png');
	background-repeat: repeat-x;
	background-position: center;
	
}
.titleh1{
	background-color: white;
	padding: 20px 40px 20px 40px;
	text-align: center;
	
}
@media (max-width: 768px) {
	.titleh1{
	background-color: white;
	padding: 10px;
	text-align: center;
	
}
}
.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;
}
.inner_page_bnr {
	
    background: url(../images/inner_bnr-bg.jpg) no-repeat center top;
    padding: 58px 0px 54px;
    width: 100%;
    float: left;
    background-size: cover;
    margin:10px 0px 20px 0px ;
    color:#ffffff;
    border-bottom: 1px solid #b9b9b9;
   ;
}
.inner_page {
	
    background: url(../images/homebg.jpg) no-repeat center top;
    padding: 58px 0px 54px;
    width: 100%;
    float: left;
    background-size: cover;
    margin:-20px 0px 20px 0px ;
    color:#ffffff;
    border-bottom: 1px solid #b9b9b9;
   ;
}

.inner_page_bnr2 {
	
    background: url(../images/homebg.jpg) no-repeat top;
    display:cover;
    background-attachment:fixed;
    background-position:center;
    min-height:400px;
    padding: 58px 0px 54px;
    width: 100%;
    margin:30px 0px 40px 0px ;
    color:#ffffff;
    
}
.btn-danger{
	border-radius: 0px;
	background-color: #b40e0e;
}
.breadcrumb{
	background-color: transparent;
}
.btn-success {
    color: #fff;
    background-color: #2569bd;
    border-color: #4b58b5;
}
.display-no{
 display:"";   
}

@media only screen and (max-width: 600px) {
  .display-no {
    display:none;
  }
}


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;}   