/* Enter Your Custom CSS Here */

/* Menu Start */



.pull-menu-left .nav-collapse {
    float: right; 
}
/* Menu End */

.tc-sidebar {
  display:none;

}

.tc-header {
  border-bottom: none;
}
  
body {
  background: #fff;
}

.breadcrumb-trail {
  display: none;
}

#nav-below {
 display: none;
}

.span4 {
  width: 100% !important;
  
}

.social-icon {
	display: none !important;
}

.back-to-top {
  display: none;
}

.carousel-caption {
  margin-left: 25%;
}



input[type=text], input[type=email]  {

    display: inline-block;
    height: 40px;
    padding: 4px 6px;
    margin-bottom: 11px;
    font-size: 30px;
    line-height: 22px;
    color: #555;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    vertical-align: middle;
    
    }

button, .button {
	padding: 20px 20px;
    background: #0080ff;
    color: #fff;
    /* font-weight: bold; */
    font-size: 20px;
    border: none;
    
}

.contact_submit_wrap {
    text-align: left;
}

    
