/*! HTML5 Boilerplate v5.0.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
   
@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/*-------------------nivo-lightbox------------------------*/

/*
 * Nivo Lightbox Default Theme v1.0
 * http://dev7studios.com/nivo-lightbox
 *
 * Copyright 2013, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
.nivo-lightbox-theme-default.nivo-lightbox-overlay { 
	background: #666;
	background: rgba(0,0,0,0.6); 
}
.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading, .nivo-lightbox-theme-custom .nivo-lightbox-content.nivo-lightbox-loading { background:url(../images/loading.gif) no-repeat 50% 50%; }

.nivo-lightbox-theme-default .nivo-lightbox-nav, .nivo-lightbox-theme-custom .nivo-lightbox-nav {
	top: 10%;
	width: 8%;
	height: 80%;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	opacity: 0.5;
}
.nivo-lightbox-theme-default .nivo-lightbox-nav:hover, .nivo-lightbox-theme-custom .nivo-lightbox-nav:hover { 
	opacity: 1; 
	background-color: rgba(0,0,0,0.5);
}
.nivo-lightbox-theme-default .nivo-lightbox-prev, .nivo-lightbox-theme-custom .nivo-lightbox-prev { 
	background-image: url(../images/prev.png); 
	border-radius: 0 3px 3px 0;
}
.nivo-lightbox-theme-default .nivo-lightbox-next, .nivo-lightbox-theme-custom .nivo-lightbox-next { 
	background-image: url(../images/next.png); 
	border-radius: 3px 0 0 3px;
}

.nivo-lightbox-theme-default .nivo-lightbox-close, .nivo-lightbox-theme-custom .nivo-lightbox-close {
	display: block;
	background: url(../images/close.png) no-repeat 5px 5px;
	width: 16px;
	height: 16px;
	text-indent: -9999px;
	padding: 5px;
	opacity: 0.5;
}
.nivo-lightbox-theme-default .nivo-lightbox-close:hover, .nivo-lightbox-theme-custom .nivo-lightbox-close:hover { opacity: 1; }

.nivo-lightbox-theme-default .nivo-lightbox-title-wrap, .nivo-lightbox-theme-custom .nivo-lightbox-title-wrap { bottom: -7%; }
.nivo-lightbox-theme-default .nivo-lightbox-title, .nivo-lightbox-theme-custom .nivo-lightbox-title {
	font: 14px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	background: #000;
	color: #fff;
	padding: 7px 15px;
	border-radius: 30px;
}

.nivo-lightbox-theme-default .nivo-lightbox-image img, .nivo-lightbox-theme-custom .nivo-lightbox-image img {
	background: #fff;
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
	   -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
	        box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
}
.nivo-lightbox-theme-default .nivo-lightbox-ajax, .nivo-lightbox-theme-custom .nivo-lightbox-ajax
.nivo-lightbox-theme-default .nivo-lightbox-inline, .nivo-lightbox-theme-custom .nivo-lightbox-inline {
	background: none;
	padding: 40px;
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
	   -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
	        box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
}

@media (-webkit-min-device-pixel-ratio: 1.3),
       (-o-min-device-pixel-ratio: 2.6/2),
       (min--moz-device-pixel-ratio: 1.3),
       (min-device-pixel-ratio: 1.3),
       (min-resolution: 1.3dppx) {

	.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading, .nivo-lightbox-theme-custom .nivo-lightbox-content.nivo-lightbox-loading { 
		background-image: url(../images/loading@2x.gif); 
		background-size: 32px 32px;
	}
	.nivo-lightbox-theme-default .nivo-lightbox-prev, .nivo-lightbox-theme-custom .nivo-lightbox-prev { 
		background-image: url(../images/prev@2x.png); 
		background-size: 48px 48px;
	}
	.nivo-lightbox-theme-default .nivo-lightbox-next, .nivo-lightbox-theme-custom .nivo-lightbox-next { 
		background-image: url(../images/next@2x.png); 
		background-size: 48px 48px;
	}
	.nivo-lightbox-theme-default .nivo-lightbox-close, .nivo-lightbox-theme-custom .nivo-lightbox-close { 
		background-image: url(../images/close@2x.png); 
		background-size: 16px 16px;
	}
	
}

/*-------------------nivo-lightbox------------------------*/

/* ==========================================================================
   Author's custom styles
   ========================================================================== */



.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
	color: #1b4079;
	background-color: transparent;
}
.navbar-default {
	margin-bottom:0;
}
.navbar-brand {
	padding: 0 15px;
	height: 80px
}
.navbar-brand>img{
	max-height: 66px;
	position: absolute;
	top: 50%;
	left: 30px;
	-webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
	transform: translateY(-50%);
}
.navbar-default {
    background-color: #f8f0de;
    border: 0;
    height: 100px;
    border-radius: 0;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 15px 3px rgba(0,0,0,0.05);
	
}
.navbar-default .navbar-collapse {
    border-color: transparent;
	margin-top: 15px;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
	color: #1b4079;
	background-color: transparent;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{
	color: #e9593b;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent;
}

.navbar-default .navbar-toggle {
    border-color: transparent;
	margin-top: 40px;
	margin-bottom: 24px;
}
.navbar-default .navbar-nav>li>a {
    color: #505050;
}
.navbar-default .navbar-nav>li>a {
    line-height: 50px;
	color: #1959595;
	text-transform:none;
}

.navbar-default .navbar-nav>li>a:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 70%;
    height: 0;
    background: none;
    pointer-events: none;
	-webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: height .3s ease;
    -moz-transition: height .3s ease;
    transition: height .3s ease;
}
.navbar-default .navbar-nav>li>a:hover:before, .navbar-default .navbar-nav>li.active>a:before {
    height: 5px;
	background: #e9593b;
}

.banner-slider{
	margin-top:100px;	
}

.banner-slider .slick-slide 
{
    min-height:350px;
    height: calc(100vh - 100px);
	position:relative;
}
.banner-slider .slick-next {
    right: 20px;
}

.banner-slider .slick-prev {
	left: 20px;	
}

.banner-slider button.slick-next {
    border: 1px solid;
    border-color: #fff;
    padding: 21px 15px;
    text-align: center;
    width: auto;
}

.banner-slider button.slick-prev {
    border: 1px solid;
    border-color: #fff;
    padding: 21px 15px;
    text-align: center;
    width: auto;
}

.banner-slider .slick-prev:before, .slick-next:before {
	color:#fff;
}


.banner-slider h1{
    font-family: 'Raleway';
    font-size: 22px;
    color: #fff;
    font-weight: 300;
    text-align: center;
    background-color: rgba(233,89,59,0.9);
	position:absolute;
    z-index: 1000;
    padding: 20px 36px;
	right: 75px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    
}

.banner_head{
	position:absolute;
	top:50%;
	right:20%;
	padding:20px;
	background:#ccc;
	-webkit-transform:translateY(-50%);
	-moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
	transform:translateY(-50%);
	width:auto;
	z-index:10000;	
}

.search-bar {
    position: absolute;
    bottom: 0;
    width: 100%;
	display: none;
    
}

.search-bar input.form-control {
    width: 100%;
	height: 60px;
    border: none;
    border-radius: 0;
}

.search-bar .btn {
    width: 40px;
    position: absolute;
    right: 0;
    bottom: 0;
    margin-bottom: 15px;
    margin-right: 238px;
	height: 59px;
    border: none;
    border-radius: 0;
    padding-right: 25px;
    color: #ea5f42;
	background-color:transparent;
}
.search-bar .btn:focus {
	outline:none;
	box-shadow:none;
}
.search-bar .btn:active {
	outline:none;
	box-shadow:none;
}

.about{
	background-color:#f8f0de;
	padding:50px 30px;
}

.services{
	background-color:#f8f8f8;
	padding:30px;
}

h1{
	font-family:'Raleway';
	font-size:30px;
	color:#e9593b;
	font-weight:300;
	text-align:center;
	margin: 0;
    margin-bottom: 20px;
}
h2{
	font-family:'Raleway';
	font-size:25px;
	color:#e9593b;
	font-weight:300;
	text-align:left;
	margin: 0;
    margin-bottom: 20px;
}


p{
	font-family:'Raleway';
	font-size:16px;
	color:#505050;
	font-style:normal;
	text-align:justify;
	line-height:25px;
	margin: 0;
    margin-bottom: 20px;
}

.products p
{
    font-family:'Raleway';
	font-size:16px;
	color:#505050;
	font-style:normal;
	text-align:center;
	line-height:25px;
	margin: 0;
    margin-bottom: 20px;
}

.pop h1{
	font-family:'Raleway';
	font-size:30px;
	color:#e9593b;
	font-weight:300;
	text-align:left;
	margin-top: 0;
}

.pop h2{
    font-family: 'Raleway';
    font-size: 20px;
    color: #ea5a3b;
    font-weight: 400;
    text-align: left;
    margin-bottom: 5%;
    border: 1px solid;
    border-color: #ea5a3b;
    padding: 11px 24px;
    width: auto;
    display: inline-block;
}
.pop .text-danger {
    color: #959595;
}

.pop p{
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:14px;
	color:#959595;
	font-style:normal;
	text-align:left;
}

.btn-default.btn-bmr {
	text-transform:none;
    font-size: 1em;
    padding: 10px 30px;
}

.section a {
    color: #1b4079;
}

.btn {
    border-radius: 0;
    font-size: 11px;
    line-height: 1.55em;
    letter-spacing: 0.05em;
}
.btn-default {
    color: #ea5d40;
    background-color: transparent;
    border-color: #ea5d40;
}
a.btn.btn-lg.btn-default.btn-bmr:hover {
    color: #fff;
    background-color: #ea5d40;
    border-color: #ea5d40;
}
.products{
	background-color:#f8f8f8;
    padding: 50px 0;
    position: relative;
}

.anchor-tag 
{
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: -100px;
}

.products hr {
    border: none;
    margin-top: 50px;
}

.product-item {
    margin-bottom: 30px;
}
.banner-slider.slick-initialized.slick-slider {
    margin-bottom: 0;
}

.contant .row.products-list h2{
    text-align: left;
    color: #fff;
}
.contant .row.products-list p{
    text-align: left;
    color: #fff;
	padding-left:0;
}
.contant .row.products-list li{
    text-align: left;
    color: #fff;
	padding-left:0;
}

.contant .list-readmore {
    text-align: left;
    position: absolute;
    width: 100%;
}


.row.products-list h2 {

	color:#fff;
}
.row.products-list h3 {
    color: #959595;
	font-size:20px;
	font-family:'Raleway';
	text-align:left;
	padding-bottom:20px;
}

.row.products-list:hover h2{
	text-decoration:none;
}

.row.products-list p {
	text-align:left;
	color:#fff;
}
.list-readmore {
    text-align: left;
    position: absolute;
    bottom: 20px;
}
 

.row.products-list .btn-default {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}


.row.products-list a.btn.btn-lg.btn-default.btn-bmr:hover {
    color: #ea5d40;
    background-color: #fff;
    border-color: #fff;
}

.bottum-contact {
	background-color:#f8f0de;
	padding:20px;
}

.bottum-contact p{
	text-align:left;
	font-size:14px;
	margin-top:10px;
	margin-bottom:20px;
}
.bottum-contact i{
	color:#e95a3b;
    margin-top: 2px;
    font-size: 19px;
}
.footer {
    background-color: #2e3192;
}
.footer a {
    color: #bebebe;
}

.footer a:hover {
    color: #fff;
	background-color:transparent;
}

.footer .nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
	background-color:transparent;
}
.product img{
	width:100%;
}
.copyright p
{
    color:#fff;
	text-align:right;
	margin-top:15px;
}
.footer ul li{
	float:left;
}

.product-item img {
    max-width: 100%;
}
.fixed-banner .slick-slide.slick-active {
    height: 200px;
}
.fixed-banner {
    position: relative;
}

.fixed-contact-banner .slick-slide.slick-active {
    height: 410px;
}
.fixed-contact-banner {
    position: relative;
}


.product-tabs .nav-pills>li a {
    color: #000;
    border-radius: 0;
    background-color: transparent;
    border: 1px solid;
    border-color: #000;
	margin: 0 10px;
}
.product-tabs {
    text-align: center;
    padding: 25px;
}
.gii-tabs{
	text-align: center;
	margin-bottom: 0;
	padding: 30px 30px;
	margin-top:100px;
}
.gii-tabs li{
	list-style: none;
	display: inline;
	margin-left: -4px;
}
.gii-tabs .tab{
	padding:20px;
	display:inline-block;
	background-color:transparent;
	color:#EA5E41;
	font-size:15px;
	font-family: 'Raleway';
	font-weight:300;
	text-decoration:none;
	border: 1px solid;
    margin: 10px;
	border-color:#EA5E41;

}
.gii-tabs .tab:hover{
	background-color:#ea5e41;
	color:#fff;
	border: 1px solid;
    margin: 10px;
	border-color:none;

}


/*
.gii-tabs .tab.active {
	background:#fff;
	color:#a3a3a3;
}*/
.gii-tabs .tab.active {
    background: #EA5E41;
    color: #fff;
}
.gii-tabs .tab i{
	font-size:30px;
	width:30px;
	
}

.nivo-lightbox-theme-default .nivo-lightbox-close, .nivo-lightbox-theme-custom .nivo-lightbox-close {
    width: 30px;
    height: 30px;
}

.nivo-lightbox-theme-default .nivo-lightbox-close, .nivo-lightbox-theme-custom .nivo-lightbox-close {
   display: block;
   background: url(../img/close.png) no-repeat 16px 16px;
   width: 28px;
   height: 28px;
   text-indent: -9999px;
   padding: 5px;
   opacity: 1;
   background-size: 100%;
   background-position: top center;
   margin-top: 15px;
   margin-right: 15px;
   
}

ul.nav.navbar-nav a {
    padding-left: 0;
	padding-right:20px;
}

.locate {
    padding: 30px;
    height: 400px;
    overflow: auto;
    position: relative;
}

.contact-grid i{
	color:#e95a3b;
}

.contact-grid h1{
	text-align:left;
}

.contact-grid h2{
	font-size:14px;
	font-weight:500;
	text-align:left;
}
.contact-grid p{
	text-align:left;
}

.locate .list-readmore {
    bottom: 30px;
    position: absolute;
    right: 30px;
}

.pop .list-readmore {
    text-align: center;
	position: static;
}
ul.nav.navbar-nav li a {
    font-size: 16px;
    font-family: Raleway;
    margin: 0px 12px;
}
.contact-grid {
    overflow: hidden;    
	background-color: #f8f0de;
	position: relative;
}
.pop textarea {
    width: 100%;
    font-size: 16px;
    font-family: raleway;
    color: #B3B3B3;
    margin-bottom: 30px;
    border-color: #B3B3B3;
    border: none;
    border-bottom: 1px solid;
}

.form-group input.form-control {
    font-size: 16px;
    font-family: raleway;
}

.gii-tabs .tab .fa-search {
    font-size: 16px;
}

.form-group #inputSrch {
    display: inline-block;
    width: 100%;
    height: 80px !important;
}

.form-group #Text1 {
    display: inline-block;
    width: 100%;
    height: 80px !important;
}

.search-box .btn-default {
    color: #ea5d40;
    background-color: transparent;
    border: none;
	top: 0;
    right: 0;
    height: 80px;
    width: 55px;
	position:absolute;
	font-size: 20px;
}

.search-box .form-group {
     position: relative;
   max-width: 560px;
   margin: 0 auto;
}

.search-box .form-group #inputSrch {
    padding-right: 45px;
}

.footer p {
   font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
   font-size: 14px;
   font-style: normal;
   font-weight: 200;
   color: #BEBEBE ;
   margin-bottom: 0px;
   margin-top: 12px;
}

.footer ul.nav.navbar-nav li a {
   font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
   font-size: 14px;
   font-weight: 200;
}


/*--------------- Hover Effect Img -----------------------*/

/* CSS3 EFFECTS */

/* THIRD EFFECTS */

.third-effect .mask {
   opacity: 0;
   overflow:visible;
    -moz-box-sizing:border-box;
   -webkit-box-sizing:border-box;
   box-sizing:border-box;
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
  
}
.third-effect a.info {
   position:relative;
   top:-10px;
   opacity: 0;
   -webkit-transition: opacity 0.5s 0s ease-in-out;
   -moz-transition: opacity 0.5s 0s ease-in-out;
   -o-transition: opacity 0.5s 0s ease-in-out;
   -ms-transition: opacity 0.5s 0s ease-in-out;
   transition: opacity 0.5s 0s ease-in-out;
}
.third-effect:hover .mask {
   opacity: 1;
   visibility: visible;
   background:rgba(233,90,59,0.9);
}
.third-effect:hover a.info {
	opacity:1;
	-moz-transition-delay: 0.3s;
	-webkit-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	-ms-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

/* CSS3 STYLE GENERIC */
.view {
   width: 100%;
   height: 100%;
   overflow: hidden;
   position: relative;
   text-align: center;
   box-shadow: 0px 0px 5px #aaa;
   cursor: default;
}
.view .mask, .view .content {
   width: 100%;
   height: 100%;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
   opacity: 0;
   visibility: hidden;
   padding: 20px;
}
.view img {
   display: block;
   position: relative;
   width: 100%;
}
.view a.info {
   background:url(../img/link.png) center no-repeat;
   display: inline-block;
   text-decoration: none;
   padding:0;
   text-indent:-9999px;
   width:20px;
   height:20px;
}
.navbar-default .navbar-nav>li>a:hover:before, .navbar-default .navbar-nav>li.active>a:before {
    display: none;
}

.location-map {
    height: 400px;
    position: absolute;
    right: 0;
    width: 50%;
}

#map-canvas {
    height: 100%;
}

.pop .form-control {
    font-size: 14px;
	font-family: 'Raleway';
	font-style:inherit;
    background-color: transparent;
    padding: 1px 0px;
    line-height: 1;
    border: none;
    box-shadow: none;
    border-bottom: 1px solid;
    color: #B3B3B3;
    border-radius: 0;
	margin-bottom: 36px;
}



/*---------------------------*/

.search-bar .searchdiv {
    width: 100%;
    max-width: 600px;
    position: relative;
    margin: 0 auto;
}

.search-bar .btn {
    margin-right: 0;
    height: 60px;
    top: 50%;
    bottom: auto;
    margin-top: -30px;
    padding: 0;
}
.fixed-contact-banner {
    padding-top: 100px;
}

.fixed-contact-banner img {
    width: 100%;
}

/*---------------------------*/
/*ASP.NET Changes*/
.padBottom15
{
    margin-bottom:15px;
}



/*------------- skills css -----------*/

.footer-contact-info li {
    line-height: 30px;
    text-align: left;
}
    
.bottum-contact h2 {
    margin: 0;
    margin-bottom: 10px;
}

.gii-tabs .active.tab {
    border-color: transparent;
}
.fixed-banner img {
    width: 100%;
}
.product-item ul {
    padding-left: 0;
    margin: 0;
}
.product-item ul li {
    margin-bottom: 10px;
}

 .pop-img img {
    width: 100%;
}
.nivo-lightbox-content{
    background:none;
    padding:25px;
    }
    
.nivo-lightbox-theme-default .nivo-lightbox-ajax, .nivo-lightbox-theme-default .nivo-lightbox-inline, .nivo-lightbox-theme-custom .nivo-lightbox-ajax, .nivo-lightbox-theme-custom .nivo-lightbox-inline {
    box-shadow: none;
    padding: 0;
}
.pop {
    margin-bottom: 20px;
}
.navbar-nav li a.active {
    color: #EF3F23;
}

.product-item ul {
    padding-left: 0;
    margin: 0;
    text-align:left;
    color:#fff;
}
.product-item ul li {
    margin-bottom: 10px;
}
.products .container .contant h1 {
   margin-top: 20px;
}
.row.footer-contact-info a:hover {
   text-decoration: none;
   
}
.row.footer-contact-info a {
  color:#333;
   
}

.locate a:hover {
   text-decoration: none;
   
}
.locate a {
  color:#EA5E41;
   
}
.text-danger div {
    padding: 6px 0;
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay {
    background: rgba(255, 255, 255, 0.9);
}
.locate p
{
    font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
}

.contact-grid .col-lg-6 {
    position: static;
    padding: 0;
}

.nav .fa-search {
    padding-right: 10px;
}
.form-group .btn-default:active:hover {
   background-color: transparent;
   color: #ea5d40 ;
}

.nivo-lightbox-theme-custom {
    background-color: rgba(255,255,255,0.9);
}

.nivo-lightbox-theme-custom .nivo-lightbox-content {
    background-color: #FFF;
    border: 1px solid #ddd;
}
.search-bar .searchdiv {
   width: 100%;
   max-width: 500px;
   position: relative;
   margin: 0 auto;
}
.form-group .btn-default:active:hover {
   background-color: transparent;
   color: #ea5d40 ;
}

.searchdiv .btn-default:active:hover {
   background-color: transparent;
   color: #ea5f42 ;
}
.product-name {
   min-height: 50px;
}

.row.products-list h3 {
   padding-bottom: 0;
}

.product-item ul {
   max-height: 70%;
   overflow: auto;
}

.banner-slider .slick-prev, .banner-slider .slick-next {
   top: 50%;
   height: 64px;
   margin-top: -32px;
}

.pop 
{
    position: relative;
}
.pop-img-wrapper 
{
    position: relative;
    width: 50%;
    padding: 0 15px;
    z-index: 0;   
    padding-bottom:15px;
}

.pop-text 
{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    padding-left: 50%;
}

.pop .text-danger 
{
    min-height: 300px;
    max-height:550px;
    height:60vh;
    overflow: auto;
    display: block;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.pop .text-danger.showmore 
{
    overflow: auto;
    height: 300px;
}

.hidden-pop-img
{
    width: 50%;
    opacity: 0;
    visibility: hidden;
}
#search-bar, .aShowMore {
   color: #E9593B ;
   font-weight: bold;
   text-decoration: underline;
}


#search-bar, .aShowMore:focus, #search-bar, .aShowMore:hover {
   color: #E9593B ;
}


.pop .text-danger.showmore {
   margin-bottom: 10px;
}
.catSpecial.mask > div {
   max-height: 50%;
   overflow: auto;
   color: #FFF;
   text-align: left;
}
.catSpecial li:before {
    content: "\f105";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 5px;
}
.container 
{
    text-align: center;
}
.about .container > div
{
    font-family: 'Raleway';
    font-size: 16px;
    color: #505050;
    font-style: normal;
    line-height: 25px;
    margin-bottom: 20px;
}

.container > div
{
    text-align:justify;
}
.about div
{
      text-align:center;
}
.divabt div
{
    font-family: 'Raleway';
    font-size: 16px;
    color: #505050;
    font-style: normal;
    line-height: 25px;
    margin-bottom: 20px;
     text-align:center;
}

ul.nav.nav-tabs.gii-tabs a {
   color: #EA5E41 ;
   background-color: transparent;
   border: 0;
   padding: 17px;
}


ul.nav.nav-tabs.gii-tabs a:hover {
   color: #fff;
   background-color: #ea5e41 ;
}

ul.nav.nav-tabs.gii-tabs {
   padding: 0px 0px 15px 5px;
   margin-top: 10px;
   border-bottom:0px;
}

ul.nav.nav-tabs.gii-tabs .tab.active {
   background: #EA5E41 ;
   color: #fff;
}

ul.nav-tabs li
{
    padding:0px !important;
}
ul.nav-tabs li.active a
{
    color:White !important;
}
.close
{
    opacity:0.7;
}
.close:hover, .close:focus
{
    opacity:1;
}
.paddClass {
    margin-top: 80px;
}

::-webkit-scrollbar {
    height: 12px;
    width: 4px;
    background: #dedede;
}

::-webkit-scrollbar-thumb {
    background: #ababab;
    
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}

::-webkit-scrollbar-corner {
    background: #ababab;
}





