@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');

body{
padding:0px; margin:0px; 

font-family:'Open Sans', sans-serif; 
font-weight:400; 
font-size:14px; 
color:#2b2626;
}
.page-header{
	border-top:10px solid red;
	    margin: 0px;
	    padding: 10px 0 10px 0;
	    border-bottom: 0;
	    background-color:#fff; 
}
.clear 	{clear:both; display:block; overflow:hidden; visibility:hidden; width: 0px; height:0px;}

.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;}


.relative {position:relative;}

.navbar .nav-inverse > li {
    background: url(../images/nav-sptr.png) right no-repeat;
    padding: 0 5px;
    float: none;
}
.nav-justified > li {
    background: url(../images/nav-sptr.png) right no-repeat;
    padding: 0 0px;
    float: none;
}
.navbar-inverse {
    background-color: #352e2e;
    color:white;
    border-color:#625555;
    border-radius: 0;
}
.navbar-inverse .navbar-nav>li>a{
    position: relative;
    display: block;
    color:white;
    font-weight:bold;
}
.navbar-inverse .navbar-nav>li>a:hover {
   background-color: transparent;
    color:red;
    
}
h1,h2,h3,h4,h5,h6{
font-family: 'Quicksand','Source Sans Pro', sans-serif;
	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 #d4d4d4;}
}

.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-box img {width:100%;height:100%;}
.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;
	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%;
}

.category-heading {
    /*background: url(../images/category-heading.png) left top no-repeat;*/
    background-color: #cc0000;
    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: 14px 30px 23px 25px;
    border-radius: 8px;
    color:white;
}
.category-heading1 {
    /*background: url(../images/category-heading.png) left top no-repeat;*/
    background-color: #f5f5f5;
    display: block;
    position: relative;
    margin: -10px -15px 10px -15px;
    ;
    
    text-shadow: 0 1px rgba(0,0,0,0.5);
    padding: 12px 30px 12px 25px;
    border-radius: 0px;
    
    border-bottom:#dbdbdb solid 1px;
   
}
/*
footer {border-top:3px solid red;background:#2a2d34;  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;}
*/

ul,li{
    padding:0;
    margin:0;
}
li{
    list-style-type:none;
}
footer { background-color:#143f65; min-height:350px;border-top:1px solid red; font-family: 'Open Sans', sans-serif; }
.footer-col { margin-top:50px; }
.logofooter { margin-bottom:10px; font-size:25px; color:#fff; font-weight:700;}

.footer-col p { color:#fff; font-size:12px; font-family: 'Open Sans', sans-serif; margin-bottom:15px;}
.footer-col p i { width:20px; color:#999;}

.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:#a0a3a4; 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:#ff670f; }

 .copyright { min-height:40px; background-color:#000000;}
 .copyright p { text-align:left; color:#FFF; padding:10px 0; margin-bottom:0;}
 .heading7 { font-size:21px; font-weight:700; color:#d9d6d6; 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;
 }
 /* New Social[[*/
.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;}   
.navbar-inverse {
    background-color: #105b8b;
    color: white;
    border-color: #337ab7;
    border-radius: 0;
}