@import url(http://fonts.googleapis.com/css?family=Roboto:400,900,700);
/*
 *		Reset Settings
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* CSS Document */
/*
 *    Wrapper Settings
 */
@media (min-width: 1px) {
  /*
   *        Rows Settings
   */
  .rows {
    display: inline;
    float: left;
    display: block;
    clear: left;
    margin: 0px 0px 5px 0px;
    width: 100%;
    position: relative;
  }

  /*
   *        Columns Settings
   */
  .cols {
    display: inline;
    float: left;
    display: block;
    margin: 0px;
    padding: 0px;
    z-index: 1;
  }
  .cols.threeCols.first {
    width: 24%;
  }
  .cols.threeCols.second {
    width: 44%;
  }
  .cols.threeCols.third {
    width: 29%;
  }
  .cols.smallerWidth {
    background: none;
    width: 364px;
  }
  .cols.largerWidth {
    background: none;
    width: 595px;
  }
  .cols.fullWidth {
    width: 100%;
    background: none;
  }
  .cols.halfWidth {
    background: none;
    width: 48%;
  }
  .cols.halfWidth:first-child {
    width: 49%;
  }
  .cols:first-child {
    margin: 0px;
    margin-left: 0px;
  }

  /*
   *        Blocks Settings
   */
  .blocks {
    display: inline;
    float: left;
    display: block;
    min-height: 25px;
    width: 100%;
    background: none;
    padding: 5px 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  /*
   *    Wrapper Settings
   */
  .wrapper {
    width: 1000px;
    margin: auto;
    position: relative;
  }

  /* CSS BODY & CONTAINERS */
  html,
  body {
    padding: 0px;
    margin: 0px;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 12px;
    line-height: 18px;
    color: black;
    background: url("../images/bg_body.jpg");
  }

  .wrapper {
    max-width: 1000px;
    margin: 0px auto;
    position: relative;
    background: #dbdcdb;
    overflow: hidden;
    clear: both;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  footer .wrapper {
    background: none;
  }

  header {
    width: 100%;
    display: inline;
    float: left;
    background: none;
    min-height: 120px;
    position: relative;
    color: black;
    font-family: "Roboto", Arial, sans-serif;
  }
  header .wrapper {
    height: 120px;
  }
  header h1 {
    margin: 0px;
    padding: 0px;
  }
  header a.logo {
    position: absolute;
    top: 10px;
    left: 15px;
  }
  header a.logo img {
    display: inline;
    float: left;
    max-width: 526px;
    max-height: 122px;
  }
  header a.logo span {
    display: none;
  }
  header .slogan {
    display: inline;
    float: left;
    width: 30%;
    font-size: 27px;
    font-weight: normal;
    font-family: "Roboto", Arial, sans-serif;
    color: black;
    position: absolute;
    left: 531px;
    top: 47.5px;
  }
  header .socials {
    display: inline;
    float: right;
  }
  header .socials a {
    width: 24px;
    height: 24px;
    margin: 100px 5px 5px;
    display: inline;
    float: left;
  }
  header .socials a.facebook {
    background: url(../images/icons/glyphicons_410_facebook.png) no-repeat;
  }
  header .socials a.twitter {
    background: url(../images/icons/glyphicons_411_twitter.png) no-repeat;
  }
  header .socials a.youtube {
    background: url(../images/icons/glyphicons_402_youtube.png) no-repeat;
  }

  .phone, footer .phone {
    font-size: 27px;
    font-family: "Roboto", Arial, sans-serif;
    font-weight: bold;
    text-align: right;
    text-transform: uppercase;
    line-height: 1em;
    color: black;
    position: absolute;
    right: 20px;
    top: 25px;
  }
  .phone .phoneNumber, footer .phone .phoneNumber {
    line-height: 1em;
    color: red;
    font-size: 40px;
    font-weight: 900;
  }

  #mod_slideshow {
    width: 100%;
    height: 564px;
    max-height: 564px;
    display: inline;
    float: left;
    position: relative;
    overflow: hidden;
  }
  #mod_slideshow .slideshow {
    display: inline;
    float: left;
    width: 100%;
    height: 564px;
    max-height: 564px;
  }
  #mod_slideshow .slideshow .slide {
    display: inline;
    float: left;
    width: 100%;
    height: 564px;
    max-height: 564px;
    height: 100%;
    position: relative;
  }
  #mod_slideshow .slideshow .slide img {
    width: 100%;
    display: inline;
    float: left;
  }
  #mod_slideshow .slideshow .slide .overlay {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 264px;
    height: 564px;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 20px;
    font-size: 26px;
    line-height: 34px;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
  }
  #mod_slideshow .slideshow .slide .overlay small {
    font-size: 16px;
    line-height: 20px;
  }
  #mod_slideshow .slideshow .slide .overlay p {
    margin-bottom: 20px;
  }
  #mod_slideshow .slideshow .slide .overlay .red {
    color: red;
  }

  footer {
    background-color: rgba(110, 110, 110, 0.7);
    border-top: 4px solid white;
  }
  footer .slogan {
    font-size: 24px;
    font-weight: bold;
    color: white;
  }
  footer .phone, footer .phone {
    color: black;
    top: auto;
    bottom: 35px;
  }
  footer .phone .phoneNumber, footer .phone .phoneNumber {
    color: inherit;
  }

  .contentPhotos img {
    border: 4px solid white;
    display: block;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 8px;
    margin-bottom: 8px;
  }
  .contentPhotos img.bigPhoto {
    width: 476px;
    height: 476px;
  }
  .contentPhotos img.smallPhoto {
    width: 234px;
    height: 234px;
  }
  .contentPhotos img.last {
    margin-right: 0px;
  }

  /* 
   *			Section Headings Settings
   */
  h1, h2, h3, h4, h5 {
    font-family: "Roboto", Arial, sans-serif;
    text-transform: none;
    font-weight: bold;
  }

  h1 {
    font-size: 24px;
    padding: 5px 0px 10px;
    margin: 5px 0px;
  }

  h2 {
    font-size: 20px;
    padding: 5px 0px;
    margin: 5px 0px;
  }

  h3 {
    font-size: 18px;
    padding: 5px 0px;
    margin: 5px 0px;
  }

  h4 {
    font-size: 16px;
    padding: 5px 0px;
    margin: 5px 0px;
  }

  h5 {
    font-size: 14px;
    padding: 5px 0px;
    margin: 5px 0px;
  }

  .pag_1 .row1 {
    background-color: #ababab;
    border: 1px solid #6e6e6e;
  }

  .mod_forms {
    padding: 12px;
  }
  .mod_forms h4 {
    display: inline;
    float: left;
    clear: left;
    width: 100%;
    text-align: left;
    font-size: 20px;
  }
  .mod_forms label {
    display: inline;
    float: left;
    font-size: 12px;
    font-weight: 700;
    clear: left;
    margin-bottom: 0px;
    cursor: pointer;
  }
  .mod_forms label.notes {
    width: 100%;
    display: inline;
    float: left;
    color: #d4d4d4;
  }
  .mod_forms select, .mod_forms input[type=text], .mod_forms input[type=email] {
    width: 100%;
    display: inline;
    float: left;
    line-height: 22px;
    border: 1px solid #6e6e6e;
    margin-bottom: 5px;
    padding: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mod_forms input[type=checkbox] {
    width: 10%;
  }
  .mod_forms textarea {
    width: 100%;
    display: inline;
    float: left;
    border: 1px solid #6e6e6e;
    padding: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 90px;
  }
  .mod_forms .checkboxGroup {
    display: inline;
    float: left;
    width: 100%;
    margin-left: 15%;
  }
  .mod_forms button {
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 5px;
    font-size: 18px;
    padding: 5px 15px;
    display: inline-block;
    cursor: pointer;
    line-height: 1.5;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background: url('/images/sassy-ie-overlay.png') repeat-x bottom left red;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(50%, #ff2929), color-stop(51%, #ff0000));
    background: -webkit-linear-gradient(#ff2929 50%, #ff0000 51%);
    background: -moz-linear-gradient(#ff2929 50%, #ff0000 51%);
    background: -o-linear-gradient(#ff2929 50%, #ff0000 51%);
    background: linear-gradient(#ff2929 50%, #ff0000 51%);
    -webkit-box-shadow: #ff7575 0 1px 0 inset;
    -moz-box-shadow: #ff7575 0 1px 0 inset;
    box-shadow: #ff7575 0 1px 0 inset;
    border: 1px solid #e60000;
    color: white;
    text-shadow: #a40000 0 -1px 0;
    clear: left;
    width: 100%;
  }
  .mod_forms button:hover {
    background-color: #db0000;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(50%, #ff0505), color-stop(51%, #db0000));
    background: -webkit-linear-gradient(#ff0505 50%, #db0000 51%);
    background: -moz-linear-gradient(#ff0505 50%, #db0000 51%);
    background: -o-linear-gradient(#ff0505 50%, #db0000 51%);
    background: linear-gradient(#ff0505 50%, #db0000 51%);
  }
  .mod_forms button:active {
    -webkit-box-shadow: #d60000 0 1px 2px inset;
    -moz-box-shadow: #d60000 0 1px 2px inset;
    box-shadow: #d60000 0 1px 2px inset;
  }
  .mod_forms button.disabled, .mod_forms button[disabled] {
    opacity: 0.6;
    background: red;
    cursor: default;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  .frm_15 h4 {
    text-transform: uppercase;
    line-height: 1.3em;
    text-align: justify;
    -moz-text-align-last: justify;
    text-align-last: justify;
  }
  .frm_15 h4 .line-1 {
    font-size: 59px;
    font-weight: 900;
  }
  .frm_15 h4 .line-2 {
    font-size: 33px;
  }
  .frm_15 h4 .line-3 {
    color: red;
    font-size: 36px;
  }

  a.form {
    font-size: 12px;
    color: black;
    text-decoration: none;
    margin-left: 12px;
  }
  a.form:hover {
    text-decoration: underline;
  }

  .smallerWidth .mod_forms label {
    display: inline;
    float: left;
    width: 100%;
    clear: left;
    margin-right: 10px;
  }
  .smallerWidth .mod_forms label.notes {
    width: 100%;
    display: inline;
    float: left;
  }

  .fullWidth label,
  .largerWidth .mod_forms label {
    text-align: right;
    width: 21%;
    margin-right: 2%;
  }
  .fullWidth label.notes,
  .largerWidth .mod_forms label.notes {
    width: 100%;
    display: inline;
    float: left;
    text-align: left;
    margin-bottom: 30px;
  }
  .fullWidth label.separator,
  .largerWidth .mod_forms label.separator {
    width: 100%;
  }

  .blocks {
    padding: 0px;
  }

  .lastColumn {
    display: inline;
    float: right;
  }
}
