body{
    font-family: 'Open Sans', sans-serif;
    line-height: 24px;
    color: #666;
    font-size: 14px;
    text-align: justify;
}
h1,h2,h3,h4,h5,h6{
    color:#ff00ff !important;
}
.banner h1{
    color:#fff !important;
}
.testmonials p{
    font-size: 14px !important;
}
.welcome-txt p{
    padding:15px 0; 
}
.paddLeft,.paddRight{
    padding: 0;
}
.highlight{
    color:#FE0000 !important;
}
.welcome-txt{
    margin-top: 30px;
}
.banner .fade-carousel {
    position: relative;
    height: 62vh;
}
.banner .fade-carousel .slides .slide-1, 
.banner .fade-carousel .slides .slide-2,
.banner .fade-carousel .slides .slide-3,
.banner .fade-carousel .slides .slide-4,
.banner .fade-carousel .slides .slide-5,
.banner .fade-carousel .slides .slide-6, 
.banner .fade-carousel .slides .slide-7, 
.banner .fade-carousel .slides .slide-8,
.banner .fade-carousel .slides .slide-9,
.banner .fade-carousel .slides .slide-10 {
  height: 62vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.fade-carousel .carousel-inner .item {
    height: 62vh;
}
.fade-carousel .carousel-indicators > li {
    margin: 0 2px;
    background-color: #f39c12;
    border-color: #f39c12;
    opacity: .7;
}
.banner.fade-carousel .carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  opacity: 1;
}
.menu .dropdown-menu>.active>a,.menu .dropdown-menu>.active>a:focus,.menu .dropdown-menu>.active>a:hover {
    color: #FD3D3D;
    text-decoration: none;
    background-color: transparent;
    outline: 0;
}
.menu .navbar-default .navbar-nav>.open>a,.menu .navbar-default .navbar-nav>.open>a:focus,.menu .navbar-default .navbar-nav>.open>a:hover {
    color: #FD3D3D;
    background-color: transparent;
}
/********************************/
/*          Hero Headers        */
/********************************/
.hero {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0,0,0,.75);
      -webkit-transform: translate3d(-50%,-50%,0);
         -moz-transform: translate3d(-50%,-50%,0);
          -ms-transform: translate3d(-50%,-50%,0);
           -o-transform: translate3d(-50%,-50%,0);
              transform: translate3d(-50%,-50%,0);
}
.hero h1 {
    font-size: 6em;    
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s; 
}
.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s;    
}

/********************************/
/*            Overlay           */
/********************************/
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color:rgba(0,0,0,0.3);
}

/********************************/
/*          Custom Buttons      */
/********************************/
.btn.btn-lg {padding: 10px 40px;}
.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
    color: #fff;
    background-color: #FD3D3D;
    border-color: #FD3D3D;
    outline: none;
    margin: 20px auto;
}
.menu .navbar-container {
    padding: 0;
}
.menu .navbar-nav>li>a {
    padding:10px 30px;
    color:#fff;
}
.menu .nav>li>a:focus,.menu .nav>li>a:hover {
    text-decoration: none;
    background-color:#ff00ff ;
}
.menu li.active {
    background: #ff00ff;
}
#navbar {
    background: #0088ff;
}
.menu .navbar-brand {
    float: left;
    height: 160px;
    padding: 15px 0;
}
.menu-address {
    padding: 15px 0;
    float: right;
}
.logo-brand{
    height: 120px;
}
.menu .navbar-default .navbar-nav>.active>a,.menu .navbar-default .navbar-nav>li>a:hover{
    background-color: transparent;
    color: #ff00ff;
}
.menu .navbar {
    min-height: 60px;
    margin-bottom: 0px;
    border: 1px solid transparent;
}
.menu .navbar-default {
    background-color: #FFFFFF;
    border-color: #e7e7e7;
}
.menu .dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #666;
    white-space: nowrap;
}
.menu .dropdown-menu>li>a:focus,.menu .dropdown-menu>li>a:hover {
    color: #FD3D3D;
    text-decoration: none;
    background-color: transparent;
}
.menu .navbar-collapse{
	padding:0;
}
.btn-primary,.btn-primary:active:hover,.btn-primary:hover{
    color: #fff;
    background-color: #FE0000;
    border-color: #FE0000;
}
.btn:active:focus,.btn:focus{
    outline: thin dotted;
    outline: 0 auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.dropdown-toggle.btn-primary.focus,.open>.dropdown-toggle.btn-primary:focus,.open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #FD3D3D;
    border-color: #FD3D3D;
}
/********************************/
/*          Media Queries       */
/********************************/
@media screen and (min-width: 980px){
    .hero { width: 980px; }    
}
@media screen and (max-width: 640px){
    .hero h1 { font-size: 4em; }    
}
.navbar-brand {
    font-size: 24px;
}

.navbar-container {
    padding: 20px 0 20px 0;
}

.navbar.navbar-fixed-top{
    background: rgba(0,0,0,.5);
    border-color: rgba(0,0,0,.8);
    box-shadow: 0 0 5px rgba(0,0,0,.8);
}
.navbar-fixed-top a{
    color: #fff;
}
.navbar-fixed-top.fixed-theme a{
    color: #000;
}
.navbar.navbar-fixed-top.fixed-theme {
    background-color: #fff !important;
    border-color: #e5e5e5;
    box-shadow: 0 0 5px rgba(0,0,0,.8);
}

.navbar-brand.fixed-theme {
    font-size: 18px;
}

.navbar-container.fixed-theme {
    padding: 0;
}

.navbar-brand.fixed-theme,
.navbar-container.fixed-theme,
.navbar.navbar-fixed-top.fixed-theme,
.navbar-brand,
.navbar-container{
    transition: 0.8s;
    -webkit-transition:  0.8s;
}
#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 30px;
    /* Control buttons  */
    /* Previous button  */
    /* Next button  */
    /* Changes the position of the indicators */
    /* Changes the color of the indicators */
}
}
.carousel-inner {
    min-height: 250px;
}
.item blockquote {
    border-left: none;
    margin: 0;
}
.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}
.headSeparator {
    background: url("../images/lineSep.jpg") repeat-x bottom left;
    padding-bottom: .8em;
}
.home-product1{
    position: relative;
    text-align: center;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #e5e5e5;
    margin: 20px 0;
    overflow: hidden;
    height: 300px;
}
.home-product1 img{
    height: 350px;
}
.home-product-desc {
    position: absolute;
    bottom: 0;
    background-color: rgb(51, 51, 51);
    width: 100%;
    margin: 0;
    padding: 5%;
}
.home-product-desc h3{
    margin: 0px 5px;
    padding: 0;
    font-size: 16px;
    color: #fff !important;
    font-weight: 600; 
}
.home-product-desc a{
	text-decoration: none;
}
.home-product-desc p{
    color: #333;
    height: 50px;
    overflow: hidden;
}
.home-product1:hover .readmore{
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transition:all 0.5s ease-in-out;
    -webkit-transition:all 0.5s ease-in-out;
    -moz-transition:all 0.5s ease-in-out;
    -ms-transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
}
.readmore {
    position: absolute;
    top: 35%;
    left: 35%;
    width: 80px;
    border-radius: 100%;
    background-color: #333;
    color: #fff;
    text-align: center;
    height: 80px;
    line-height: 20px;
    font-size: 10px;
    padding: 30px 0;
    font-weight: 600;
    transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.readmore:hover,.readmore:focus{
    outline: 0;
    text-decoration: none;
    color:#fff;
}
.footer{
    background-color: #0088ff;
    color:#fff !important;
    padding:0px; 
    margin-top: 15px;
}
.footer li{
    list-style-type: none;
}
.footer li a{
    color: #999;
    text-decoration: none;
}
.footer li a:hover{
    color: #fff;
}
.short-link{
    position: relative;
}
.footer h3{
    color: #fff !important;
}
.footer h3 a{
    color: #fff !important;
}
.footer-bottom p{
    margin:0;
}

.short-link img{
    height: 130px;
}
.pointer .fa{
    position: absolute;
    font-size: 18px;
    left: 37%;
    bottom: 32%;
    color: #fff;
}
.social a{
    width: 30px;
    height: 30px;
    color: #333;
    border-radius: 50%;
    background-color: #fff;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    position: relative;
    margin:0px 8px 0 0
}
.social a:hover{
    color: #FD3D3D;
}
/*.social a .fa{
    position: relative;
    top: 8px;
}*/
.inner-banner-wrapper{
    width: 100%;
    height: 250px;
    overflow: hidden;
    position: relative;
}
.inner-banner-wrapper2{
    margin-top: 80px !important;
}
.inner-banner{
    background-image: url(../images/humanity.jpg);
    background-size:no-repeat;
    width: 100%;
    height: 100%;
    position: relative;
}


.inner-banner-wrapper .overlay{
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    position: relative;
}
.overlay h1{
    position: absolute;
    top: 40%;
    right: 30px;
    color: #fff !important;
    margin: 0;
}
.inner-pages .navbar.navbar-fixed-top{
    background: #fff;
    border-color: #e5e5e5;
    box-shadow: 0 0 5px rgba(0,0,0,.8);
}
.inner-pages .navbar-fixed-top a{
    color: #000;
}
.inner-pages .navbar-fixed-top.fixed-theme a{
    color: #000;
}
.inner-pages .navbar.navbar-fixed-top.fixed-theme {
    background-color: #fff !important;
    border-color: #e5e5e5;
    box-shadow: 0 0 5px rgba(0,0,0,.8);
}
.inner-pages .navbar-container {
    padding: 0;
}
.testmnls{
    margin:15px 0;
    padding: 15px 0;
    border: 2px solid #ECECEC;
    background: #FBFBFB;
}
.client img{
    width: 100%;
}
.testmnls-person{
    color: #FE0000;
    font-weight: 600;
}
.pagination>li>a, .pagination>li>span { border-radius: 50% !important;margin: 0 5px;}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
    color: #FFF;
    background-color: #333;
    border-color:#444;
}
.pagination li a{
    color: #FE0000;
}
.pagination li a:hover,.pagination li a:focus{
    color: #FE0000;
}
.contact-from .well{
    background-color: #fbfbfb;
}
.contact-form .control-label{
    text-align: left;
}
legend{
    padding-bottom: 10px;
}
.address{
    padding:10px 0; 
}
ul.footercontact{
    list-style-type: none;
    margin: 15px 0 0;
    padding: 0;
}
ul.footercontact li,ul.footercontact li a {
    line-height: 24px;
    position: relative;
}
.footercontact li {
    padding:0 0 15px 30px;
}
.footercontact li i {
    color: #666;
    position: absolute;
    left: 0;
    top: 5px;
}
.footercontact li a{
    color: #FD3D3D;
}
.contact{
    margin: 15px 0 0px;
}
.footer-contact ul .fa{
    color: #fff;
}
.footer-top{
    padding-bottom: 20px;
    border-bottom:1px solid #444;
}
.footer-bottom{
    padding: 5px 0;
}
.footer-bottom a{
    color: #ff0048;
}
.footer .footercontact li a {
    color: #fff !important;
}
.inner-content {
    margin: 15px 0 0;
}
button.navbar-toggle.collapsed {
    background: #F5F5F5;
}
.navbar-toggle .icon-bar{
    background-color: #FD3D3D;
}
.carousel-control {
    left: -3px;
    height: 40px;
    width: 40px;
    background: none repeat scroll 0 0 #222222;
    border: 4px solid #FFFFFF;
    border-radius: 23px 23px 23px 23px;
    margin-top: 15%;
}
.carousel-control.right {
    right: -3px;
}
/* The indicators */
.carousel-indicators {
    right: 50%;
    top: auto;
    bottom: -10px;
    margin-right: -19px;
}
/* The colour of the indicators */
.carousel-indicators li {
    background: #cecece;
}
.carousel-indicators .active {
    background: #428bca;
}
.left-panel{
    background-color: #333;
    padding:0px;
}
.right-panel h3 {
    margin-top: 0;
    padding: 15px 15px;
    background-color: #fff;
    color: #fff !important;
    font-size: 18px;
}
.left ul{
    padding-left: 15px;
}
.left-panel .left h3{margin-top: 0;color: #fff !important;background: #FE0000; }
.left li{list-style-type: none;}
.left li a{padding:15px 20px;display: block;color:#FFF;text-decoration: none;}
.right-panel .right{padding:0 15px;margin-top: 30px;}
.right-panel {
    position: relative;
}
.right-panel .enquire {
    position: absolute;
    right: 8px;
    color: #FFFFFF !important;
    background: #FE0000 !important;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    font-weight: 700;
    padding: 5px 10px;
    top: 8px;
    text-decoration: none;
}

.enquire:hover, .enquire:active {
    background-color: #ffffff !important;
    color: #FE0000 !important;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}

.light-box img{border:5px solid #333;min-height: 270px;}


h3 span {
	color: #FE0000;
}

h4 span {
	color: #FE0000;
}

.hero h3 {
    font-size: 36px;
    line-height: 50px;
}
.contact-form-fixed{
    position: fixed;
    width: 320px;
    top: 10%;
    left: 40%;
    z-index: 999;
    display: none;
    border: 5px solid #ccc;
    border-radius: 5px;
}
.contact-form-fixed .well{
    margin-bottom: 0px !important; 
}
.qck-cntct-icon{
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: fixed;
    right: 0;
    top: 50%;
    background-color: #FE0000;
}
.qck-cntct-icon .fa{
    color:#fff;
    font-size: 20px;
}
.qck-cntct-close {
    position: absolute;
    right: 12px;
    top: 10px;
}  

.adds {
    align-items: center;
    justify-content: center;
    overflow: hidden;
    height: 130px;
    text-align: center;
    margin: 10px auto;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
} 

/*responsive*/
@media only screen and ( min-width:320px ) and ( max-width:768px ){
	.menu-address{
		float:left;
		padding:15px 30px;
	}

    .adds {
        display: inline-block !important;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        height: auto !important;
        text-align: center;
        margin: 10px auto;
    }
    .menu .navbar-brand {
        float: left;
        height: auto;
        padding: 0px 0;
    }
} 



/* 08-02-16 */
.brobut{
float:right; margin-top:-20px
}

.topadd{
padding: 10px; display: block;
}





.product-box{
	height:400px;
	width:250px;
	text-align:center;
	padding-bottom:15px;
	position: relative;
	background-color:#f8f8f8;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-bottom:1px solid #eee;
	
}
.product-box span.sale_tag {
	
	height: 30px;
	position: absolute;
	width: 15px;
	z-index: 100;
	top:0;
	left:0;
}
.product-box:hover{
	background-color:#eb4800;
	-webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
	box-shadow: 0px 0px 5px #ccc;
}
.product-box:hover a{
	color:#fff !important;
}
.product-box img{
	height:200px;
	width:210px;
	overflow:hidden;
}
.product-box a.title{
	text-transform:uppercase;
	color:#111111;
	display:inline-block;
	font-weight:bold;
	font-size:11px;
	margin:15px 0 0px 0;
}
.product-box a.category{
	color:#eb4800;
}
.product-box p.price{
	text-transform:uppercase;
	color:#111111;
	font-size:20px;
	font-weight:bold;
	padding:10px 0;
	
}
.button {
    background-color:#f8004c; /* pink */
    border: none;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 13px;
    margin: 3px 2px;
    cursor: pointer;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}
.button1 {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}