/* Color */
/* extra */
.transition-o {
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.transition-bg {
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s;
}
.shadow {
  box-shadow: 0 0 15px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0 0 15px rgba(50, 50, 50, 0.75);
}
.borderbox {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */

  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */

  box-sizing: border-box;
}
/* Layout */
body {
  font-family: 'Source Sans Pro', sans-serif;
}
.bg33 {
  padding: 0;
}
.bg33 .container {
  width: 100%;
  padding: 0;
}
/* Typography */
p,
ul,
a {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  line-height: 21px;
  font-weight: 300;
}
h1,
h1 a {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 38px;
  line-height: 30px;
  font-weight: 900;
}
h2,
h2 a {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 28px;
  line-height: 30px;
  font-weight: 400;
}
h3,
h3 a {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 25px;
  line-height: 27px;
  font-weight: 900;
}
h4,
h4 a {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
}
h5,
h5 a {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  text-transform: uppercase;
}
h6,
h6 a {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 13px;
  line-height: 15px;
  font-weight: 300;
}
/* standard */
input,
textarea {
  width: 95%;
}
textarea {
  min-height: 120px;
}
label {
  font-size: 16px;
  font-weight: 300;
}
.btn.submit {
  background: #0173bc;
  color: white;
  box-shadow: none;
}
.btn.submit:hover {
  background: #004f81;
}
#header {
  background: #0173bc;
  min-height: 70px;
}
.logo {
  margin-top: 20px;
}
.logo img {
  width: 260px;
}
#nav li a {
  color: white;
}
.mi4 {
  display: none;
}
.phone-number {
  float: right;
  margin-top: 22px;
  margin-left: 20px;
}
.phone-number p {
  color: white;
  font-weight: 900;
  font-size: 28px;
}
.nav-sub a {
  background: none;
  border: 1px solid #0173bc;
  box-shadow: none;
}
.nav-sub a:hover {
  background: #0173bc;
  border: 1px solid #0173bc;
  box-shadow: none;
  color: white;
}
.nav-sub .current a {
  background: #0173bc;
  border: 1px solid #0173bc;
  box-shadow: none;
  color: white;
}
#footer {
  border-top: 1px solid lightgrey;
  margin-top: 10px;
  padding-top: 20px;
  padding-bottom: 30px;
}
#footer h6 {
  float: left;
  margin-top: 22px;
}
#footer .tm {
  float: right;
}
/* Large desktop */
@media (min-width: 1200px) {
  
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
  #nav {
    float: left;
    clear: both;
    margin-left: 0;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  #nav a:first-child {
    padding-left: 0;
  }
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  body {
    padding: 0;
  }
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .phone-number {
    float: left;
    margin-top: 26px;
  }
  #header .menu-clickdown .dropdown-toggle {
    background: #004f81;
  }
  #header .menu-clickdown .dropdown-menu {
    background: #004f81;
  }
  #header .menu-clickdown .dropdown-menu a:hover {
    background: #0173bc;
  }
}
/* Landscape phones and down */
@media (max-width: 480px) {
  .phone-number {
    margin-top: 0;
    margin-left: 0;
  }
}
@media print {
  
}


/* Solve style */

.modal-image {
    max-width: 100%;
}

.module-gallery .thumbs {
    margin-top: 5px;
}

.module-gallery .thumbs img {
    height: 70px;
    max-width: 120px;
    margin-right: 2px;
}