/*ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav li {
  border-bottom: 1px solid #eee;
}

.nav li a {
  font-size: 14px;
}*/
.side_menu ul li {
    margin-bottom: 2px;
}
.side_menu > ul > li a {
    border: 1px solid #eeeeee;
    padding: 10px;
    font-weight: 600;
    color: #444444;
    display: block;
    display: block;
}
.side_menu > ul > li a:hover, .side_menu > ul > li a.active {
        background: rgba(225,98,151,1);
    background: -moz-linear-gradient(left, rgba(225,98,151,1) 0%, rgba(225,98,151,0.86) 44%, rgba(47,191,223,0.81) 59%, rgba(47,191,223,0.77) 71%, rgba(47,191,223,0.68) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(225,98,151,1)), color-stop(44%, rgba(225,98,151,0.86)), color-stop(59%, rgba(47,191,223,0.81)), color-stop(71%, rgba(47,191,223,0.77)), color-stop(100%, rgba(47,191,223,0.68)));
    background: -webkit-linear-gradient(left, rgba(225,98,151,1) 0%, rgba(225,98,151,0.86) 44%, rgba(47,191,223,0.81) 59%, rgba(47,191,223,0.77) 71%, rgba(47,191,223,0.68) 100%);
    background: -o-linear-gradient(left, rgba(225,98,151,1) 0%, rgba(225,98,151,0.86) 44%, rgba(47,191,223,0.81) 59%, rgba(47,191,223,0.77) 71%, rgba(47,191,223,0.68) 100%);
    background: -ms-linear-gradient(left, rgba(225,98,151,1) 0%, rgba(225,98,151,0.86) 44%, rgba(47,191,223,0.81) 59%, rgba(47,191,223,0.77) 71%, rgba(47,191,223,0.68) 100%);
    /* background: linear-gradient(to right, rgba(225,98,151,1) 0%, rgba(225,98,151,0.86) 44%, rgba(47,191,223,0.81) 59%, rgba(47,191,223,0.77) 71%, rgba(47,191,223,0.68) 100%); */
    background: linear-gradient(to right, rgb(15, 94, 164) 0%, rgb(15, 94, 164) 44%, rgb(15, 94, 164) 59%, rgb(15, 94, 164) 71%, rgb(15, 94, 164) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e16297', endColorstr='#2fbfdf', GradientType=1 );
    color: #fff;
}
/*#accordionMenu {
  max-width: 300px;
}*/

.panel-body {
  padding: 0;
}

.panel-group .panel+.panel {
  margin-top: 0;
  border-top: 0;
}

.panel-group .panel {
  border-radius: 0;
}




.panel-default>.panel-heading {
    color: #fff;
    background-color: #0f5ea4;
    border-color: #0f5ea4;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.panel-default>.panel-heading a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
}


.panel-default>.panel-heading a:hover{color: #fff;}

.panel-default>.panel-heading a:after {
  content: "";
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform .25s linear;
}

.panel-default>.panel-heading a[aria-expanded="true"] {
  background-color: #eee;
}

.panel-default>.panel-heading a[aria-expanded="true"]:after {
  /*content: "\e113";*/ content:"\f077";
}

.panel-default>.panel-heading a[aria-expanded="false"]:after {
  /*content: "\e114";*/ content:"\f078";
}

.panel-default>.panel-heading a[aria-expanded="true"] {
    background-color: #0f5ea4;
}


/*
------------------------------------------------------
          Before and After Photos
------------------------------------------------------*/
.bf_photos{
     /* width: 66.66666667%;*/
    /*margin: 0 auto;*/
    overflow: auto;
}
.bf_photos ul {list-style-type: none;}
.bf_photos li:nth-child(5) {width: 2%; word-wrap: break-word; float: left; overflow-y: hidden;}
/*.bf_photos li a{width: 20%;float: left; margin-right:2%; }*/
.bf_photos li img {width: 23%;float: left;
  /*margin: 10px;*/margin: 0px 10px 10px 0;
  border: 5px solid #0f5ea4;

  -webkit-transition: box-shadow 0.5s ease;
  -moz-transition: box-shadow 0.5s ease;
  -o-transition: box-shadow 0.5s ease;
  -ms-transition: box-shadow 0.5s ease;
  transition: box-shadow 0.5s ease;
}

.bf_photos li img:hover {
  -webkit-box-shadow: 0px 0px 7px rgba(255,255,255,0.9);
  box-shadow: 0px 0px 7px rgba(255,255,255,0.9);
}


/*
------------------------------------------------------
          Before and After Photos END
------------------------------------------------------*/

