/* line 28, mainstyles.scss */
html {
  font-size: 62.5%;
  font-family: "Ubuntu", "Arial", sans-serif;
  background-color: #ffffff;
}

/* line 29, mainstyles.scss */
body {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 18px;
  line-height: 1.8rem;
}

/* line 31, mainstyles.scss */
table {
  max-width: 90%;
  margin: auto;
}

/* line 35, mainstyles.scss */
th, td {
  border: 1px solid #8C181B;
  border-collapse: collapse;
  padding: 10px;
}

/* line 40, mainstyles.scss */
th {
  font-weight: bold;
}

/* line 43, mainstyles.scss */
h1 {
  color: #8C181B;
  font-weight: bold;
  font-family: "Podkova";
  margin: 20px 5px;
  z-index: 10;
}

/* line 44, mainstyles.scss */
section p {
  margin-top: 15px;
  line-height: 22px;
  line-height: 2.2rem;
}

/* line 45, mainstyles.scss */
.clearfix {
  clear: both;
}

/* line 46, mainstyles.scss */
header h1 {
  color: #8C181B;
}

/* line 47, mainstyles.scss */
a {
  color: #8C181B;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

/* line 48, mainstyles.scss */
a:hover {
  text-decoration: underline;
  color: #CB7E29;
}

/* line 50, mainstyles.scss */
imgcaption h3 {
  color: #8C181B;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 5px;
}

/* line 51, mainstyles.scss */
section {
  padding: 30px 0;
  margin: auto;
  width: 90%;
  max-width: 1000px;
  background-color: #ffffff;
  clear: both;
}

/* line 53, mainstyles.scss */
#bannerimg {
  margin: auto;
  background-image: url("../images/ni-banner-down-red.gif");
  width: 161px;
  height: 180px;
  background-position: bottom;
  background-repeat: no-repeat;
}

/* line 54, mainstyles.scss */
#bannerimg {
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

/* line 59, mainstyles.scss */
.emphasis {
  color: #CB7E29;
}

/* line 63, mainstyles.scss */
#mainheader {
  width: 100%;
}

/* line 64, mainstyles.scss */
#header {
  max-width: 1000px;
  margin: auto;
  min-height: 200px;
  text-align: center;
  width: 90%;
}

/* line 65, mainstyles.scss */
#header2 {
  padding: 10px 10px;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 26px;
  line-height: 2.6rem;
}

/* line 68, mainstyles.scss */
header nav {
  clear: both;
  margin: auto;
}

/* line 69, mainstyles.scss */
#mainnav {
  width: 100%;
  z-index: 20;
}

/* line 70, mainstyles.scss */
#mainnav a:hover {
  text-decoration: none;
  color: #CB7E29;
}

/* line 71, mainstyles.scss */
#navlistwrapper {
  background-color: #36354A;
}

/* line 73, mainstyles.scss */
.menuspacer {
  background-color: #f3d80e;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 10px;
  height: 10px;
  margin: 15px auto;
  /* width and height can be anything, as long as they're equal */
}

/* line 84, mainstyles.scss */
.icon {
  z-index: 0;
  width: 53px;
  display: none;
  height: 53px;
  background-image: url("../images/ni_icon_red.gif");
  background-color: #ffffff;
  opacity: .5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  position: fixed;
  top: 40px;
  z-index: 300;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

/* line 100, mainstyles.scss */
.icon:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}

/* line 107, mainstyles.scss */
#navlist {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  height: 40px;
  z-index: 20;
}

/* line 108, mainstyles.scss */
#navline {
  display: none;
}

/* line 109, mainstyles.scss */
.fix {
  position: fixed;
  top: 0;
  margin: 0;
}

/* line 111, mainstyles.scss */
header nav ul {
  padding: 0 1%;
}

/* line 112, mainstyles.scss */
header nav li {
  float: left;
  color: #ffffff;
  font-weight: normal;
  width: 17%;
  padding: 0 1%;
  line-height: 40px;
  text-align: center;
}

/* line 114, mainstyles.scss */
header nav li a {
  color: #ffffff;
  font-weight: normal;
}

/* line 116, mainstyles.scss */
h1 {
  font-size: 36px;
  font-size: 3.6rem;
}

/* line 117, mainstyles.scss */
h2 {
  color: #36354A;
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
  padding: 7px;
  border-top: 2px dotted #8C181B;
  min-width: 150px;
  margin: 10px auto;
  text-align: center;
}

/* line 118, mainstyles.scss */
#work h2 {
  border-top: none;
}

/* line 120, mainstyles.scss */
.content {
  position: relative;
}

/* line 122, mainstyles.scss */
#mainimg {
  width: 100%;
  margin: auto;
}

/* line 123, mainstyles.scss */
#mainimg img {
  width: 100%;
  margin: 5px auto;
  border-radius: 3px;
}

/* line 129, mainstyles.scss */
.abutton {
  margin-top: 10px;
  display: block;
}

/* line 130, mainstyles.scss */
.buttonlink {
  float: right;
  height: 30px;
  line-height: 30px;
  background-color: #36354A;
  padding: 0 20px;
  margin: auto;
  text-align: center;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  position: relative;
}

/* line 144, mainstyles.scss */
.abutton {
  color: #f3d80e;
  transition: color 0.7s;
  position: relative;
}

/* line 145, mainstyles.scss */
.abutton:hover {
  color: #CB7E29;
}

/* line 146, mainstyles.scss */
.postbutton {
  position: relative;
  float: right;
  width: 0px;
  border-color: transparent transparent transparent #36354A;
  border-style: solid;
  border-width: 15px 15px;
}

/* line 154, mainstyles.scss */
input[type=submit] {
  background-color: #36354A;
  color: #f3d80e;
  border-width: 0;
  padding: 0;
  font-size: 16px;
  font-size: 1.6rem;
  cursor: pointer;
  transition: color 0.7s;
  -webkit-appearance: none;
}

/* line 167, mainstyles.scss */
input[type=submit]:hover {
  color: #CB7E29;
}

/* line 170, mainstyles.scss */
textarea, input[type=text], input[type=password], input[type=number], input[type=email] {
  border-color: #36354A;
}

/* line 172, mainstyles.scss */
.subwork {
  display: none;
}

/* line 175, mainstyles.scss */
#about p {
  max-width: 800px;
  margin: 15px auto;
}

/* line 177, mainstyles.scss */
#contactform, .contact-phone {
  max-width: 450px;
  margin: auto;
}

/* line 178, mainstyles.scss */
#contactform p {
  margin: 10px auto;
}

/* line 179, mainstyles.scss */
.contact-phone {
  padding-top: 20px;
  clear: both;
}

/* line 180, mainstyles.scss */
#contactform textarea {
  width: 90%;
  margin: auto;
  max-width: 400px;
}

/* line 182, mainstyles.scss */
#cancel {
  font-size: 12px;
  font-size: 1.2rem;
  color: #36354A;
  float: right;
  margin: 5px 20px;
}

/* line 184, mainstyles.scss */
#simplemodal-overlay {
  background-color: #36354A;
}

/* line 185, mainstyles.scss */
#simplemodal-container {
  background-color: #ffffff;
  padding: 20px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

/* line 186, mainstyles.scss */
#simplemodal-container a.modalCloseImg {
  background: url(/img/x.png) no-repeat;
  /* adjust url as required */
  width: 25px;
  height: 29px;
  display: inline;
  z-index: 3200;
  position: absolute;
  top: -15px;
  right: -18px;
  cursor: pointer;
}

/* line 197, mainstyles.scss */
.simplemodal-close {
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 20px;
  cursor: pointer;
  color: #CB7E29;
}

@media screen and (min-width: 400px) {
  /* line 201, mainstyles.scss */
  #bannerimgwrapper {
    margin: auto;
    width: 420px;
  }

  /* line 204, mainstyles.scss */
  #mainheader {
    background-color: #8C181B;
    color: #ffffff;
  }

  /* line 206, mainstyles.scss */
  #bannerimg {
    float: left;
    padding-top: 30px;
    background-image: url("../images/ni-banner-right-red-red2.gif");
    width: 322px;
    width: 290px;
    height: 114px;
  }

  /* line 207, mainstyles.scss */
  #bannerimg {
    margin: 0;
  }

  /* line 208, mainstyles.scss */
  #banner2 {
    float: left;
    border-color: transparent transparent transparent #36354A;
    border-style: solid;
    border-width: 57px 50px;
    margin-top: 30px;
    margin-left: -1px;
  }

  /* line 217, mainstyles.scss */
  #header2 {
    padding-top: 20px;
    font-size: 20px;
    font-size: 2.0rem;
    clear: both;
  }

  /* line 218, mainstyles.scss */
  #header2 span {
    color: #f3d80e;
  }

  /* line 219, mainstyles.scss */
  #navline {
    clear: both;
    width: 100%;
    height: 56px;
  }

  /* line 220, mainstyles.scss */
  #navline div {
    float: left;
  }

  /* line 222, mainstyles.scss */
  .icon {
    background-color: #ffffff;
    text-align: center;
    height: 100px;
    width: 100px;
    margin-top: -10px;
    padding: 0 10px;
    background-image: url("../images/ni_icon_red.gif");
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    /*
        border-radius: 50%;
        border-color: #ffffff;
    */
  }

  /* line 242, mainstyles.scss */
  .iconbefore {
    border-color: transparent #fff transparent transparent;
    border-style: solid;
    border-width: 28px 10px;
  }

  /* line 248, mainstyles.scss */
  .iconafter {
    float: left;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 28px 10px;
  }

  /* line 256, mainstyles.scss */
  .left-navline, .right-navline {
    width: 40%;
    background-color: #36354A;
    height: 100%;
  }

  /* line 258, mainstyles.scss */
  section#work h2 {
    font-size: 40px;
    font-size: 4rem;
  }

  /* line 260, mainstyles.scss */
  .content {
    clear: both;
  }

  /* line 263, mainstyles.scss */
  h1 {
    font-size: 48px;
    font-size: 4.8rem;
  }
}
@media screen and (min-width: 800px) {
  /* line 270, mainstyles.scss */
  h2 {
    font-size: 30px;
    font-size: 3.0rem;
    padding: 20px 10px 10px;
  }

  /* line 272, mainstyles.scss */
  #bannerimgwrapper {
    margin: 0;
  }

  /* line 273, mainstyles.scss */
  #bannerimg {
    float: left;
    margin: 40px 30px;
    padding-top: 0;
  }

  /* line 274, mainstyles.scss */
  #bannerimg {
    margin-right: 0;
  }

  /* line 275, mainstyles.scss */
  #banner2 {
    margin-top: 40px;
  }

  /* line 276, mainstyles.scss */
  #header2 {
    clear: none;
    padding-top: 40px;
    margin-right: 40px;
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 36px;
    line-height: 3.6rem;
  }

  /* line 277, mainstyles.scss */
  #header2 p {
    max-width: 850px;
  }

  /* line 279, mainstyles.scss */
  header nav ul {
    width: 100%;
    margin-left: 27%;
  }

  /* line 280, mainstyles.scss */
  header nav li {
    width: 7%;
  }

  /* line 281, mainstyles.scss */
  #mainnav a {
    font-size: 20px;
    font-size: 2.0rem;
  }

  /* line 282, mainstyles.scss */
  #mainnav .iconwrapper {
    padding-top: 5px;
  }

  /* line 283, mainstyles.scss */
  #mainnav .icon {
    margin-top: 5px;
  }

  /* line 285, mainstyles.scss */
  #mainimg {
    margin-top: 40px;
  }

  /* line 286, mainstyles.scss */
  #mainimg img {
    float: left;
    width: 50%;
    max-width: 500px;
  }

  /* line 287, mainstyles.scss */
  imgcaption {
    float: right;
    max-width: 47%;
    position: relative;
  }

  /* line 288, mainstyles.scss */
  imgcaption h3 {
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 32px;
    line-height: 3.2rem;
    margin: 0;
  }

  /* line 290, mainstyles.scss */
  .morework {
    display: none;
  }

  /* line 291, mainstyles.scss */
  #work2 {
    clear: both;
    padding-top: 60px;
  }
  /* line 296, mainstyles.scss */
  #work2 .subwork {
    display: block;
    border-top: 1px #36354A solid;
    position: relative;
    border-color: #36354A;
    border-color: rgba(54, 53, 74, 0.4);
    width: 29%;
    float: left;
    padding: 40px 2% 0;
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$opacity)";
    filter: alpha(opacity=60);
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  /* line 307, mainstyles.scss */
  #work2 .subwork:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$opacity)";
    filter: alpha(opacity=100);
    position: relative;
    border-color: #36354A;
    border-color: #36354a;
  }
  /* line 311, mainstyles.scss */
  #work2 > .subwork:first-of-type {
    padding-right: 4%;
    padding-left: 0;
  }
  /* line 315, mainstyles.scss */
  #work2 > .subwork:last-of-type {
    padding-right: 0;
    padding-left: 4%;
  }
  /* line 319, mainstyles.scss */
  #work2 img {
    margin: auto;
    width: 100%;
    max-width: 100%;
  }
  /* line 327, mainstyles.scss */
  #work2 imgcaption {
    float: none;
    clear: both;
  }
  /* line 331, mainstyles.scss */
  #work2 imgcaption h3 {
    font-size: 20px;
    font-size: 2.0rem;
    line-height: 25px;
    line-height: 2.5rem;
    padding-top: 10px;
  }

  /* line 338, mainstyles.scss */
  section {
    padding-top: 80px;
  }

  /* line 339, mainstyles.scss */
  section#work {
    padding-top: 10px;
  }

  /* line 340, mainstyles.scss */
  section h2 {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 900px) {
  /* line 344, mainstyles.scss */
  #header2 {
    font-size: 30px;
    font-size: 3.0rem;
    padding-top: 50px;
  }
}
