.panel .input-group-addon {min-width: 75px;font-weight: bold;}
.panel-title {text-transform: uppercase}
#logo {display: inline-block;margin: 20px 0;}


body .container .button-effect {
  padding: 30px 0px;
}
body .container .button-effect h2 {
  font-family: 'Droid Serif', serif;
  font-size: 20px;
  margin-bottom: 40px;
}
body .container .button-effect a {
  margin-right: 17px;
}
body .container .button-effect a {
  background-color: #7c7c7c;
}
body .container .button-effect a.blue {
  background-color: #3F51B5;
}
body .container .button-effect a.red {
  background-color: #d30303;
}
a:hover,a:focus {
  text-decoration: none;
  color: #fff;
}
/* button styles !!!YOU NEED THEM
!!!ALSO YOU NEED TO ADD FONTWESOME */
.effect {
  text-align: center;
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: #fff;
  text-transform: capitalize;
  /* background-color: - add your own background-color */
  /* put your font-family */
  font-size: 18px;
  padding: 20px 0px;
  width: 220px;
  border-radius: 6px;
  overflow: hidden;
}

/* effect-1 styles */
.effect.effect-1 {
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.effect.effect-1:before {
  content: "\f178";
  font-family: FontAwesome;
  font-size: 15px;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  right: 0;
  top: 0;
  opacity: 0;
  height: 100%;
  width: 40px;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.effect.effect-1:hover {
  text-indent: -20px;
}
.effect.effect-1:hover:before {
  opacity: 1;
  text-indent: 0px;
}

/* effect-2 styles */
.effect.effect-2 {
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.effect.effect-2:before {
  content: "\f0a4";
  font-family: FontAwesome;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: -30px;
  width: 30px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 0px 6px 6px 0px;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  text-align: center;
}
.effect.effect-2:hover {
  text-indent: -30px;
}
.effect.effect-2:hover:before {
  right: 0;
  text-indent: 0px;
}

/* effect-3 styles */
.effect.effect-3 {
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.effect.effect-3:before {
  content: "\f178";
  font-family: FontAwesome;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 100%;
  left: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 30px;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.effect.effect-3:hover {
  text-indent: -9999px;
}
.effect.effect-3:hover:before {
  top: 0;
  text-indent: 0;
}

/* effect-4 styles */
.effect.effect-4 {
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.effect.effect-4:before {
  content: "\f178";
  font-family: FontAwesome;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 30px;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.effect.effect-4:hover {
  text-indent: -9999px;
}
.effect.effect-4:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  text-indent: 0;
}

/* effect-5 styles */
.effect.effect-5 {
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.effect.effect-5:before {
  content: "\f054";
  font-family: FontAwesome;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0px;
  height: 100%;
  width: 30px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 0 50% 50% 0;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.effect.effect-5:hover {
  text-indent: 30px;
}
.effect.effect-5:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  text-indent: 0;
}

#social-icons {
  font-size: 20px !important;
  padding: 7px 0;
  margin: 5px 0;
  text-align: center;
  /*position: fixed;*/
  /*right: 15px;*/
  /*top: 30%;*/
}
@media (min-width: 768px) {
  #social-icons {
    float: right;
    margin: 40px 0;
  }
}
#social-icons a {
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #7F7F7F;
  color: #7F7F7F;
  display: block;
  height: 35px;
  padding: 3px 4px 0 !important;
  text-align: center;
  width: 35px;
  color: #fff;
}
#social-icons li {
  margin: 3px 1px;
  padding: 0;
}
#social-icons li a.fb {
  background-color: #3a5897;
  border-color: #3a5897;
}
#social-icons li a.in {
  background-color: #1a92bd;
  border-color: #1a92bd;
}
#social-icons li a.gplus {
  background-color: #d94a3a;
  border-color: #d94a3a;
}
#social-icons li a.utube {
  background-color: #c70c0c;
  border-color: #c70c0c;
}
#social-icons li a.tw {
  background-color: #00bdec;
  border-color: #00bdec;
}
#social-icons li a.rss {
  background-color: #ff7b00;
  border-color: #ff7b00;
}
#social-icons li a.skp {
  background-color: #00b0f6;
  border-color: #00b0f6;
}
#social-icons li a.pint {
  background-color: #cb2027;
  border-color: #cb2027;
}
#social-icons li a.inst {
  background-color: #3e6c93;
  border-color: #3e6c93;
}
#social-icons li a.flckr {
  background-color: #fd0b84;
  border-color: #fd0b84;
}