.col-md-5 {
    width: 80%;
}

.landing-page .t3-header {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
    border-bottom: 0 none;
    left: 0;
    position: absolute;
    right: 0;
}

toggle:active {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #1080C6 !important;
}

.t3-off-canvas .t3-off-canvas-body a {
  color: #1080C6 !important;
}

.off-canvas-toggle:hover,
.off-canvas-toggle:active {
  background: none;
  color: #1080C6 !important;
}

.t3-off-canvas .nav-pills > li.active > a {
  background: #ffffff;
  color: #1080C6 !important;
}

.t3-off-canvas .nav-pills > li > a:hover,
.t3-off-canvas .nav-pills > li > a:focus,
.t3-off-canvas .nav-pills > li > a:active {
  background: #ffffff;
  color: #1080C6 !important;
}


.t3-off-canvas .nav-pills > li .dropdown-menu li > a:hover,
.t3-off-canvas .nav-pills > li .dropdown-menu li > a:focus,
.t3-off-canvas .nav-pills > li .dropdown-menu li > a:active {
  background: none;
  color: #1080C6 !important;
}

.t3-off-canvas .t3-off-canvas-body a:hover .caret,
.t3-off-canvas .t3-off-canvas-body a:focus .caret {
  border-top-color: #1080C6 !important;
}

.t3-off-canvas .t3-off-canvas-body .dropdown-menu .active > a {
  background: transparent;
  color: #1080C6 !important;
}

.landing-page .navbar-default .navbar-nav > li > a {
    color: #fff;
    font-family: "Montserrat",sans-serif;
    font-size: 13px;
    font-weight: 700;
    padding-left: 0;
    padding-right: 0;
    text-transform: uppercase;
}

.t3-footer .logo {
    padding-top: 20px;
    display: none;
}

.t3-copyright {
    background: none repeat scroll 0 0 #575757;
    font-size: 13px;
    padding: 0;
    color: #000000;
    text-align: center;
}

.t3-copyright .row {
    padding-top: 0px;
}

.contact .plain-style .contact-information {
    margin-top: 0;
    padding: 0 165px;
}


.contact .plain-style .contact-detail {
    background: none repeat scroll 0 0 #f7f7f7;
    overflow: hidden;
    padding:0;
}

body {
    color: #444444;
    font-family: "Roboto",sans-serif;
    font-size: 16px;
    line-height: 1.875;
}

.contact .plain-style .form-input h3 {
    display: inline-block;
    font-family: "Montserrat",sans-serif;
    margin: 0;
}

.btn {
    font-size: 30px;
}