.bgg
   {
     background-image:url('../images/bg4.png');

      background-repeat: repeat;
     
 
   }
   .bttn
   {
    background-color: #A3577D !important;
    border-color: #A3577D !important;
    border-radius: 0px !important;
   }

.pad-5
{
  padding: 10px !important;
}
.mar
{
  margin:0 0 5px !important;
}
body{
  background-image:url('../images/logo_new.png');
  
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center; 
}
@charset "utf-8";
/* CSS Document */
.left-nav
{
	position:absolute;
	left: -70px;
top: -1px;
}
.right-nav
{
	position:absolute;
	right: -70;
top: -1;
}

.menu-navbar li
{
	padding-right:30px;
}
.dropdown a{
	background:none !important;
}
.dropdown-menu li{
	padding-right:0px !important;
}
.navbar-default{
	border:none !important;
}


html, body {height: 100%;}
   #content-wrap {min-height: 100%;}
    body{
        overflow-x:hidden;
    }
    /*COLORS*/
.color-red{color: #FF0000;}
.color-green{color: #6cbc42;}
.color-blue{color: #0080c5;}
.color-twitter{color:#00aced;}
.color-facebook{color:#00539f;}
.color-linkedin{color:#0176b5;}

/*NAVBAR STYLES*/
.navbar-border{border-bottom: solid 5px #f01a64;}
.login-panel { 
    min-width: 250px; 
    border-top: 14px solid #0080c5;
    border-right: 1px solid #0080c5;
    border-bottom-right-radius:0.5em;
    -moz-border-radius-bottomright:0.5em;
    border-bottom: 3px solid #0080c5;
    border-left: 1px solid #0080c5;
    border-bottom-left-radius:0.5em;
    -moz-border-radius-bottomleft:0.5em;
    }
.dropdown-header { display: block !imnportant; padding-bottom: 30px; height: 10px; }
.login-header { font-size: 20px; font-weight: bold; display: inline; float: left; }
.forgot-password { font-size: 10px; display: inline; float: right; vertical-align: bottom; padding-top: 10px; }
.center-text { text-align: center; }
.error-message { font-size: 11px; }

.navbar{
    margin-bottom:0px !important;
    border-radius:0px !important;
    }
.navbar-inverse{
    background-color:#A3577D;
    border-color:#A3577D;
}

.container{
    width:95% !important;
}
/*=========================
  Icons
 ================= */

/* footer social icons */
ul.social-network {
    list-style: none;
    display: inline;
    margin-left:0 !important;
    padding: 0;
}
ul.social-network li {
    display: inline;
    
}


/* footer social icons */
.social-network a.icoRss:hover {
    background-color: #F56505;
}
.social-network a.icoFacebook:hover {
    background-color:#3B5998;
}
.social-network a.icoTwitter:hover {
    background-color:#33ccff;
}
.social-network a.icoGoogle:hover {
    background-color:#BD3518;
}
.social-network a.icoVimeo:hover {
    background-color:#0590B8;
}
.social-network a.icoLinkedin:hover {
    background-color:#007bb7;
}
.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
    color:#fff;
}
a.socialIcon:hover, .socialHoverClass {
    color:#44BCDD;
}

.social-circle li a {
    display:inline-block;
    position:relative;
    margin:0 auto 0 auto;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    border-radius:50%;
    text-align:center;
    width: 40px;
    height: 40px;
    font-size:20px;
    margin-top:5px;
}
.social-circle li i {
    margin:0;
    line-height:40px;
    text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}
.social-circle i {
    color: #fff;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}

.social-circle li a {
 background-color:#A3577D;   
}
#box{
    border: 1px solid rgb(253, 150, 81);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 5px 2px;
    background: rgb(253, 150, 81)
    border-radius: 4px;
    top:50px;
}

h2{
    text-align:center;
    color:#000000;
}
.navbar-nav li .dropdown-menu{
    width: 160px;
   margin-top: 90px;
    visibility:hidden;
}


.navbar-nav li:hover .dropdown-menu{
    margin-top: 0px;
    visibility:visible;
      border-top: 4px solid #90cc00;
    border-radius: 0;
    font-weight: bold;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    }
    body{
    overflow-x: hidden;
}
.tc
{
    text-align: center;
}
.shad {
    
    border: solid 2px lightgrey;
    margin-top:20px;
}
.shad:hover  {
    border: solid 1px #CCC;
    -moz-box-shadow: 1px 1px 5px #999;
    -webkit-box-shadow: 1px 1px 5px #999;
        box-shadow: 1px 1px 5px #999;
}
.mar1

{margin-top:60px;}
.p1
{
    text-align: justify;
    font-weight:bolder;
}
.back{
    background: url(images/back.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.head-line{

  color: black;
  display: inline; 
  padding-bottom: 8px;
  line-height: 1.75em;

}
.p1{
padding-top:20px;
}

/*******distibutors page design **********/
.wrapper {
    
    margin:20px auto;
}
.demof {

margin: 25px 0;
}
.demof ul {
padding: 0;
list-style: none;
}
.demof li {
padding: 20px;
border-bottom: 1px dashed #ccc;
}
.demof li.odd {
background: #fafafa;
}
.demof li:after {
content: '';
display: block;
clear: both;
}
.demof img {
float: left;
width: 177px;
margin: 5px 15px 0 0;
}
.demof a {
font-family: Arial, sans-serif;
font-size: 20px;
font-weight: bold;
color: #06f;
}
.demof p {
margin: 15px 0 0;
font-size: 14px;
}
.pad0{
    padding-right:0px !important;
    padding-left:0px !important;
}

/* HERE STARTS THE MAGIC */
header {
    
    color: black;
    


    width:100%;
    z-index: 1;
   
    top: 0;
    left: 0;
}



header .intro-text .name {
    text-align:center;
    display: block;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 2em;
    font-weight: 700;
}

header p{
    text-align:center;
}




hr.star-light,
hr.star-primary {
    margin: 25px auto 30px;
    padding: 0;
    max-width: 250px;
    border: 0;
    border-top: solid 5px;
    text-align: center;
}
.inner-page .star-light{
  margin:15px auto 30px !important;
}
.inner-page .name{
  margin-top:0px;
}

hr.star-light:after,
hr.star-primary:after {
    /*content: "\f06b";*/
    content:url('../images/rib2.png');
    display: inline-block;
    position: relative;
    top: -.7em;
    padding: 0 .25em;
    font-family: FontAwesome;
    font-size: 2em;
}

hr.star-light {
    border-color: #A3577D;
}

hr.star-light:after {
    color: #A3577D;
    /*background-color: white;*/
}

.choco-btn{
    background-color: #6b3e26 !important;
    color: white !important;
    border-radius: 20px 0px !important;
}

.hide-bullets {
    list-style:none;
    margin-left: -40px;
    margin-top:20px;
}



.carousel-inner>.item>img, .carousel-inner>.item>a>img {
    width: 100%;
}
.thumbnail {
    position: relative;
    padding: 0px;
    margin-bottom: 20px;
    padding:4px;
}

.thumbnail img {
    width: 100%;
}
.thumbnail .caption {
    padding: 0px 9px 0px 9px !important;
    }
a.thumbnail:hover{
    border-color:#A3577D !important;
}
/********* navbar **********/

.dropdown-menu>li>a{
    padding:8px 20px !important;
    color:black !important;
    font-weight:normal !important;
}
.dropdown-menu>li a:hover{
    background-color:lightgrey !important;
}
.navbar-collapse ul li a{
    font-weight:bolder;
    color:white;
}
.menu{
    color:white !important;
}
.control{
    background-color:#A3577D !important;
    border-color:#A3577D !important;
    color:white !important;
}
.btn-reset{
    margin-right:5px;
}
/********* navbar **********/

/********** distributors ends here **********/


.sub{
  margin-top:10px;border-radius: 0px;
background-color: #c28bce;
color: white;
font-weight:bolder;
font-size:16px;
width: 81%;
height: 40px;
}
.log
{
  width:200px;height:200px;
}
.mod-bg
{
border: 20px solid rgba(168, 113, 167, 0.7);
}
.modal-header {
   
    border-bottom: 0px !important;
}

.margin-top-20{
  margin-top:20px;
}
.margin-top-10{
  margin-top:10px;
}
.none-radius{
  border-radius:0px;
}
.none-border{
  border-radius:0px;
}

.none{
  display:none;
}
.pad-10{
	padding:10px;
}
.footer{
	background-color:#A3577D;
}
.white{
	color:white !important;
}
.box1{
    box-shadow: 0 0 10px #515151;
}
.enq{
    border: 2px solid lightgrey;
}
.carousel-control.left,.carousel-control.right{
    background-image:none !important;
    color:#A3577D;
}

.social-navbar{
margin-right:2px;padding-right:0px !important;
}
.social-navbar-mobile{
  margin-left:10px;
  border:1px solid black;
  border-radius:50%;
  padding:3px;color:green;
}
.margin-top-30{
  margin-top:30px;
}

.margin-top-17{
   margin-top:17px;
}
.slider-control{
   padding-bottom:25px;
   margin-bottom:10px;
}
.margin-left-5{
   margin-left:5px;
}

.pad-0{
	padding:0px;
}

.tc
{
	text-align: center;
}

.mar1

{margin-top:60px;}
.p1
{
	text-align: justify;
}

.head-line{

  color: black;
  display: inline; 
  border-bottom: 3px solid darken($fendersblue, 10);
  padding-bottom: 8px;
  line-height: 1.75em;
  box-shadow: 0px 7px 5px -2px rgba(0,0,0,0.3);

}
.p1{
padding-top:20px;
}

.margin-bottom-20{
	margin-bottom:20px;
}

.margin-right-0{
	margin-right:0px;
}
.font-20{
	font-size:20px;
}
.pd
{
   padding-top:10px;
}
.fon
{

    font-size: 20px;
    padding-right: 5px;
}

.name{
  margin-top:20px;
}

.active-product{
   border:5px solid red;
}

.back1{
    background-image:url(../images/back11_new.jpg) !important; 
    background-repeat: no-repeat;
   background-size:100% 100%;
}


.hide-bullets{
         margin-top:0px !important;
      }

      .thumbnail{
         margin-bottom:15px !important;
      }
      .hide-bullets li{
         padding-left:0px !important;
      }
      hr {
  height: 4px;
  margin-left: 15px;
  margin-bottom:-3px;
}

.hr-danger{
  background-image: -webkit-linear-gradient(left, rgba(187,87,125,.8), rgba(145,107,126,.6), rgba(181,146,164,.2));
}

.breadcrumb {
  background: rgba(245, 245, 245, 0); 
  border: 0px solid rgba(245, 245, 245, 1); 
  border-radius: 25px; 
  display: block;
}

.btn-bread{
    margin-top:10px;
    font-size: 12px;
    
    border-radius: 3px;
}

.carousel-caption{
  background-color: #fff9;
  padding:0px !important;
}
.hide-bullets p{
  color:black;
  text-align:center;
  font-weight:bolder;
  padding-top:5px;
  font-size:12px !important;
}
a{
  text-decoration:none !important;
  cursor:pointer !important;
}
navbar-default {
    background-color: #fff !important;
    border-color: #fff !important;
}

.bgg2{
  border-top: 7px solid #A3577D;border-bottom:7px solid #A3577D;padding-bottom:3px;
}
.ownname{
  color:#A3577D;font-weight: bolder;font-size:18px;font-family:"Copperplate Gothic Bold",sans-serif;
}
.logwid-height{width:125px;height:150px;

}
.navbgcol{
  background-color: white !important;
}

.mar-top50{
margin-top: 50px;
}
.margin-top-2{
 margin-top:2px; 
}
.about{
  margin-top:16px;padding-right:30px;
}
.misvis{
  margin-bottom:10px;margin-top:10px;
}
