.brand_name img {
 /* width: 325px;
  margin-top: 2px;*/
     /* margin-left: 50px;*/
     margin: 0 auto;
    display: block;
}
.header{
    padding-left: 0px;
    padding-right: 0px;
}

 /*.well3 {
  padding-bottom: 50px;
  padding-top: 50px;
  background-color: rgb(87, 185, 71) !important;
  }*/

.sf-menu > li > a {
    font-size: 17px;
    letter-spacing: 0;
    line-height: 30px;
   /* padding: 35px 15px 35px;*/
        padding: 12px 25px 12px;
    text-transform: uppercase;
}

.camera_caption {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  bottom: 0;
  color: #fff;
  position: absolute;
  width: 100%;
}

.camera_caption h2 {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  padding: 0 20px;
  line-height: 50px;
}

h6 + p {
  margin-top: 15px;
  padding: 0 5%;
  color: #ffffff;
}

h6 {
    padding: 0 18%;
    color: #ffffff;
}

.text-center {
    text-align: center;
}

.well1 {
  padding-bottom: 40px;
  padding-top: 60px;
  background-color: #fe7900;
}



.well2 {
  padding-bottom: 50px;
  padding-top: 50px;
  background-color: #fe7900;
}

.icon-block {
    display: inline-block;
    height: 200px;
    margin: 10px;
    width: 200px;
}

.icon-img {
  display: table;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: relative;
  cursor: default;
  box-shadow: 
    inset 0 0 0 0 rgba(120,120,120, 0.4),
    inset 0 0 0 16px rgba(120,120,120,0.6),
    0 1px 2px rgba(0,0,0,0.1);
    
  -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;
}

.ch-img-1 {
    background: url("../images/4.jpg") top center;
}

.ch-img-2 {
    background: url("../images/5.jpg") top center;
}

.ch-img-3 {
    background: url("../images/7.jpg") top center;
}

.ch-info {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: 1;
  
  -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;
  
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  
  -webkit-backface-visibility: hidden; /*for a smooth font */
}

.ch-info  a {
color: #000;
  padding: 10px 5px;
  font-style: italic;
  margin: 0 30px;
  font-size: 14px;
  margin-top: 40%;
}

.ch-info  a {
  display: block;
  color: #000;
  color: rgba(0,0,0,0.7);
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 9px;
  letter-spacing: 1px;
  padding-top: 4px;
  font-family: 'Myriad Pro';
}

.icon-img:hover {
  box-shadow: 
    inset 0 0 0 110px rgba(120,120,120, 0.4),
    inset 0 0 0 16px rgba(120,120,120,0.8),
    0 1px 2px rgba(0,0,0,0.1);
}

.icon-img:hover .ch-info {
  opacity: 1;
  
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);  
}



footer {
    color: #A9A9A9;
    font-size: 18px;
    line-height: 28px;
    padding-bottom: 50px;
    padding-top: 50px;
    background: #262626;
}

footer .copy {
  text-align: left;
}

footer .siteby {
  text-align: right;
}