/* Scss Document */
h1, h2, h3, h4, h5 {
  font-family: "Lato", sans-serif;
  line-height: normal;
  color: #999999;
}

p {
  font-size: 16px;
  color: #999999;
}

ul li, ol li {
  color: #999999;
  font-size: 16px;
}

.textLeft {
  text-align: left !important;
}

.textRight {
  text-align: right !important;
}

.textCenter {
  text-align: center !important;
}


@media screen and (max-width: 768px) {
	.intro, .logo{
		display:none !important;
		}
	.logosmall{
		top:0px !important;
		display:block;
		}
	}
@media screen and (max-width: 480px) {
	.intro, .logo{
		display:none !important;
		}
	.logosmall{
		top:0px !important;
		display:block;
		}
  .navicon {
    display: block;
  }

  nav {
    position: absolute;
    top: 62px;
    left: 0px;
    width: 100%;
    height: auto;
    text-align: center;
    border-bottom: 1px solid transparent;
    background: transparent;
    display: none;
  }
  nav ul {
    list-style: inside;
    margin-left: -40px;
    width: 100%;
    height: auto;
  }
  nav ul li {
    display: block;
    width: 100%;
    border-right: 1px solid transparent;
    padding: 0px 0px;
    margin-right: 0px;
  }
  nav ul li:first-child {
    border-left: 0px solid transparent;
  }
  nav ul li a {
    background: rgba(0, 0, 0, 0.9);
    display: block;
    width: 100%;
    padding: 11px 0px;
    color: #ffffff;
    text-decoration: none;
    border-bottom: 1px solid #ccc;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    -ms-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -ms-border-radius: 0px !important;
    border-radius: 0px !important;
  }
  nav ul li a:hover {
    padding: 22px 0px;
    color: #ffffff;
    background: #213065;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    -ms-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
  }
}





/* Scss Document */
button, .btn {
  background-color: #3253cd;
  /*color: #ffffff;*/
  padding: 8px 14px;
  margin: 4px;
  text-decoration: none;
  font: "Lato", sans-serif;
  cursor: pointer;
  border: none;
  text-align: center;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  -ms-border-radius: 4px !important;
  border-radius: 4px !important;
  -webkit-transition: all 800ms ease-out;
  -moz-transition: all 800ms ease-out;
  -o-transition: all 800ms ease-out;
  -ms-transition: all 800ms ease-out;
  transition: all 800ms ease-out;
}
button:hover, .btn:hover {
  background-color: #1e327b;
  color: #ffffff;
  -webkit-transition: all 800ms ease-out;
  -moz-transition: all 800ms ease-out;
  -o-transition: all 800ms ease-out;
  -ms-transition: all 800ms ease-out;
  transition: all 800ms ease-out;
}

.btn_secondary {
  background-color: #333333;
  color: #ffffff;
  padding: 8px 14px;
  margin: 10px;
  text-decoration: none;
  font: "Lato", sans-serif;
  cursor: pointer;
  text-align: center;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  -ms-border-radius: 4px !important;
  border-radius: 4px !important;
  -webkit-transition: all 800ms ease-out;
  -moz-transition: all 800ms ease-out;
  -o-transition: all 800ms ease-out;
  -ms-transition: all 800ms ease-out;
  transition: all 800ms ease-out;
}
.btn_secondary:hover {
  background-color: btnBG2Hover;
  color: #ffffff;
  -webkit-transition: all 800ms ease-out;
  -moz-transition: all 800ms ease-out;
  -o-transition: all 800ms ease-out;
  -ms-transition: all 800ms ease-out;
  transition: all 800ms ease-out;
}

.btn_light {
  background-color: #ffffff;
  color: #213065;
  padding: 8px 14px;
  margin: 10px;
  text-decoration: none;
  font: "Lato", sans-serif;
  cursor: pointer;
  text-align: center;
  border: 1px solid #ffffff;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  -ms-border-radius: 4px !important;
  border-radius: 4px !important;
  -webkit-transition: all 800ms ease-out;
  -moz-transition: all 800ms ease-out;
  -o-transition: all 800ms ease-out;
  -ms-transition: all 800ms ease-out;
  transition: all 800ms ease-out;
}
.btn_light:hover {
  background-color: #141e3f;
  color: #ffffff;
  -webkit-transition: all 800ms ease-out;
  -moz-transition: all 800ms ease-out;
  -o-transition: all 800ms ease-out;
  -ms-transition: all 800ms ease-out;
  transition: all 800ms ease-out;
}

.btn_border {
  background-color: transparent;
  color: #ffffff;
  padding: 8px 14px;
  text-decoration: none;
  font: "Lato", sans-serif;
  cursor: pointer;
  text-align: center;
  border: 1px solid #ffffff;
  -webkit-transition: all 800ms ease-out;
  -moz-transition: all 800ms ease-out;
  -o-transition: all 800ms ease-out;
  -ms-transition: all 800ms ease-out;
  transition: all 800ms ease-out;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  -ms-border-radius: 4px !important;
  border-radius: 4px !important;
}
.btn_border:hover {
  background-color: #141e3f;
  color: #f3f3f3;
  -webkit-transition: all 800ms ease-out;
  -moz-transition: all 800ms ease-out;
  -o-transition: all 800ms ease-out;
  -ms-transition: all 800ms ease-out;
  transition: all 800ms ease-out;
}

/* Scss Document */
.col100 {
  width: 98%;
  padding: 1%;
}

.col75 {
  width: 73%;
  padding: 1%;
}

.col66 {
  width: 64%;
  padding: 1%;
}

.col50 {
  width: 48%;
  padding: 1%;
}

.col33 {
  width: 31%;
  padding: 1%;
}

.col25 {
  width: 23%;
  padding: 1%;
}

.col20 {
  width: 18%;
  padding: 1%;
}

.col16 {
  width: 14%;
  padding: 1%;
}

@media screen and (max-width: 768px) {
  .col100 {
    width: 98%;
    padding: 1%;
  }

  .col75 {
    width: 98%;
    padding: 1%;
  }

  .col66 {
    width: 98%;
    padding: 1%;
  }

  .col50 {
    width: 98%;
    padding: 1%;
  }

  .col33 {
    width: 98%;
    padding: 1%;
  }

  .col25 {
    width: 98%;
    padding: 1%;
  }

  .col20 {
    width: 98%;
    padding: 1%;
  }

  .col15 {
    width: 98%;
    padding: 1%;
  }

  .left {
    float: none;
  }

  .right {
    float: none;
  }
}
/* Scss Document */
.panel, .panelLight, .panelMedium, .panelDark {
  min-height: 10vh;
}
.panel:before, .panel:after, .panelLight:before, .panelLight:after, .panelMedium:before, .panelMedium:after, .panelDark:before, .panelDark:after {
  content: "";
  display: table;
}
.panel:after, .panelLight:after, .panelMedium:after, .panelDark:after {
  clear: both;
}

.panel {
  background-color: #ffffff;
  color: #999999;
}

.panelLight {
  background: #f8f8f8;
  background: -webkit-linear-gradient(#f8f8f8, #e5e5e5) !important;
  background: -o-linear-gradient(#f8f8f8, #e5e5e5) !important;
  background: -moz-linear-gradient(#f8f8f8, #e5e5e5) !important;
  background: linear-gradient(#f8f8f8, #e5e5e5) !important;
  color: #333333;
}

.panelMedium {
  background: #f3f3f3;
  color: #999999;
}

.panelDark {
  background: #213065;
  color: #f3f3f3;
}

.parallax-window {
  min-height: 25vh;
  padding: 25vh 25vh;
  position: relative;
  overflow: hidden;
}

.winH100 {
  height: 100vh;
}

.winH75 {
  height: 75vh;
}

.winH66 {
  height: 66vh;
}

.winH50 {
  height: 50vh;
}

.winH33 {
  height: 30vh;
}

.winH25 {
  height: 25vh;
}

.nopad {
  padding: 0px !important;
}

.pad50h {
  padding: 50vh 0px;
}

.pad33h {
  padding: 33vh 0px;
}

.pad25h {
  padding: 25vh 0px;
}

.pad10h {
  padding: 10vh 0px;
}

.pad5h {
  padding: 5vh 0px;
}

.pad1h {
  padding: 1vh 0px;
}

/* Scss Document */
table {
  /*width: 600px / 960px * 100%;*/
  width: 100%;
  border: none;
  border-spacing: 0px 0px;
}
table thead th {
  background-color: #666666;
  color: #ffffff;
  text-align: left;
  font-weight: bold;
  padding: 8px;
}
table tr {
  border-bottom: 1px solid #cccccc;
}
table tr:hover {
  background-color: #cccccc !important;
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  -ms-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
table tr:nth-child(odd) {
  background-color: #f5f5f5;
}
table tr:nth-child(even) {
  background-color: #ffffff;
}
table td {
  padding: 8px;
  font-family: "Lato", sans-serif;
  color: #999999;
}

/* Scss Document */
input {
  border: 1px solid #ccc;
  padding: 6px;
  color: #999999;
  border-radius: 4px !important;
}

input [type="search"] {
  padding: 8px;
  border: 1px solid #999;
}

.error {
  border: 1px solid #990000 !important;
  color: #990000;
}

.warning {
  border: 1px solid #ff9900 !important;
  color: #ff9900;
}

.success {
  border: 1px solid #669933 !important;
  color: #669933;
}

/* Scss Document */
#grid1 ul, #grid2 ul, #grid3 ul, #grid6 ul {
  list-style: none;
  margin-left: -30px;
  text-align: center;
}
#grid1 li, #grid2 li, #grid3 li, #grid6 li {
  width: 30%;
  height: auto;
  overflow: hidden;
  padding: 0px;
  margin-bottom: 4px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  position: relative;
  background: #ffffff;
  background: -webkit-linear-gradient(#ffffff, #f3f3f3) !important;
  background: -o-linear-gradient(#ffffff, #f3f3f3) !important;
  background: -moz-linear-gradient(#ffffff, #f3f3f3) !important;
  background: linear-gradient(#ffffff, #f3f3f3) !important;
  color: #999999;
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  -ms-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
  border: 1px solid #f3f3f3;
}
#grid1 li:hover, #grid2 li:hover, #grid3 li:hover, #grid6 li:hover {
  z-index: 999;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  box-shadow: 1px 3px 8px rgba(0, 0, 0, 0.7);
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  -ms-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
#grid1 li:hover .image, #grid2 li:hover .image, #grid3 li:hover .image, #grid6 li:hover .image {
  opacity: 1;
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  -ms-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -ms-transform: scale(1.25);
  -o-transform: scale(1.25);
  /*-webkit-animation: smallToBig 800ms alternate ease;
  -moz-animation: smallToBig 800ms alternate ease;
  -ms-animation: smallToBig 800ms alternate ease;*/
}
#grid1 li:hover .title, #grid2 li:hover .title, #grid3 li:hover .title, #grid6 li:hover .title {
  color: #fff;
  font-size: 24px;
  text-shadow: 0px 0px 10px #000;
  margin-top: -10px;
  margin-bottom: 10px;
  bottom: 110px;
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  -ms-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
  /*color: $gridTitleColor;*/
  /*-webkit-animation: moveFromBottom 800ms ease;
  -moz-animation: moveFromBottom 800ms ease;
  -ms-animation: moveFromBottom 800ms ease;*/
}
#grid1 li:hover .description, #grid2 li:hover .description, #grid3 li:hover .description, #grid6 li:hover .description {
  color: #999999;
  opacity: 1;
  margin-top: 4px;
  background-color: #f3f3f3;
  bottom: 40px;
  -webkit-transition: all 400ms ease-out;
  -moz-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  -ms-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  /*-webkit-animation: moveFromBottom 800ms ease;
  -moz-animation: moveFromBottom 800ms ease;
  -ms-animation: moveFromBottom 800ms ease;*/
}
#grid1 li:hover .expiration, #grid2 li:hover .expiration, #grid3 li:hover .expiration, #grid6 li:hover .expiration {
  opacity: 1;
  -webkit-transition: all 800ms ease-out;
  -moz-transition: all 800ms ease-out;
  -o-transition: all 800ms ease-out;
  -ms-transition: all 800ms ease-out;
  transition: all 800ms ease-out;
}
#grid1 li:hover .timesUsed, #grid2 li:hover .timesUsed, #grid3 li:hover .timesUsed, #grid6 li:hover .timesUsed {
  opacity: 1;
  -webkit-transition: all 800ms ease-out;
  -moz-transition: all 800ms ease-out;
  -o-transition: all 800ms ease-out;
  -ms-transition: all 800ms ease-out;
  transition: all 800ms ease-out;
}
#grid1 li:hover .recommended, #grid2 li:hover .recommended, #grid3 li:hover .recommended, #grid6 li:hover .recommended {
  opacity: 1;
  -webkit-transition: all 800ms ease-out;
  -moz-transition: all 800ms ease-out;
  -o-transition: all 800ms ease-out;
  -ms-transition: all 800ms ease-out;
  transition: all 800ms ease-out;
}
#grid1 li:hover .shareThis, #grid2 li:hover .shareThis, #grid3 li:hover .shareThis, #grid6 li:hover .shareThis {
  opacity: 1;
  -webkit-transition: all 800ms ease-out;
  -moz-transition: all 800ms ease-out;
  -o-transition: all 800ms ease-out;
  -ms-transition: all 800ms ease-out;
  transition: all 800ms ease-out;
}
#grid1 .image, #grid2 .image, #grid3 .image, #grid6 .image {
  width: auto;
  max-width: 98%;
  margin: 1% auto;
  opacity: 0.8;
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  -ms-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
#grid1 .gridContent, #grid2 .gridContent, #grid3 .gridContent, #grid6 .gridContent {
  width: 100%;
}
#grid1 .gridContent .title, #grid2 .gridContent .title, #grid3 .gridContent .title, #grid6 .gridContent .title {
  width: 100%;
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  text-align: center;
  clear: both;
  margin: 0px;
  color: #213065;
  position: absolute;
  bottom: 50px;
  z-index: 2;
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  -ms-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
#grid1 .gridContent .description, #grid2 .gridContent .description, #grid3 .gridContent .description, #grid6 .gridContent .description {
  width: 98%;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  color: #999999;
  background-color: transparent;
  opacity: 0;
  position: absolute;
  padding: 1%;
  bottom: -40px;
  height: 60px;
  margin: 0px;
  overflow: hidden;
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  -ms-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
@media screen and (max-width: 480px) {
  #grid1 .gridContent .description, #grid2 .gridContent .description, #grid3 .gridContent .description, #grid6 .gridContent .description {
    line-height: 12px;
  }
}
#grid1 .promotion, #grid2 .promotion, #grid3 .promotion, #grid6 .promotion {
  color: #990000;
}
#grid1 .btn, #grid2 .btn, #grid3 .btn, #grid6 .btn {
  position: relative;
  bottom: 4px;
}
#grid1 .expiration, #grid2 .expiration, #grid3 .expiration, #grid6 .expiration {
  width: 40%;
  background-image: url(../images/icon_clock.png);
  background-repeat: no-repeat;
  background-position: 2px 0px;
  background-size: 12px;
  padding-left: 20px;
  float: left;
  text-align: left;
  font-size: 11px;
  opacity: 0;
  font-style: italic;
  color: #999999;
}
#grid1 .timesUsed, #grid2 .timesUsed, #grid3 .timesUsed, #grid6 .timesUsed {
  width: 44%;
  font-weight: bold;
  padding-bottom: 0px;
  float: right;
  text-align: right;
  font-size: 11px;
  opacity: 0;
  color: #999999;
}
#grid1 .timesUsed:after, #grid2 .timesUsed:after, #grid3 .timesUsed:after, #grid6 .timesUsed:after {
  content: '';
  display: block;
  clear: both;
}
#grid1 .recommended, #grid2 .recommended, #grid3 .recommended, #grid6 .recommended {
  width: 40%;
  background-image: url(../images/icon_thumbsup.png);
  background-repeat: no-repeat;
  background-position: left 6px;
  background-size: 15px;
  padding-top: 10px;
  padding-left: 20px;
  float: left;
  text-align: left;
  font-size: 11px;
  opacity: 0;
  color: #3253cd;
}
#grid1 .shareThis, #grid2 .shareThis, #grid3 .shareThis, #grid6 .shareThis {
  width: 44%;
  float: right;
  text-align: right;
  font-size: 10px;
  color: #999999;
  opacity: 0;
}
#grid1 .shareThis img, #grid2 .shareThis img, #grid3 .shareThis img, #grid6 .shareThis img {
  width: 20px;
  height: auto;
}

.ribbon-wrapper {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: -3px;
  right: -3px;
}

.ribbon {
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  text-shadow: rgba(255, 255, 255, 0.5) 0px 1px 0px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  padding: 7px 0;
  left: -5px;
  top: 15px;
  width: 120px;
  background: #BFDC7A;
  background: -webkit-linear-gradient(#BFDC7A, #8EBF45) !important;
  background: -o-linear-gradient(#BFDC7A, #8EBF45) !important;
  background: -moz-linear-gradient(#BFDC7A, #8EBF45) !important;
  background: linear-gradient(#BFDC7A, #8EBF45) !important;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}

#grid2 li {
  width: 47% !important;
}

#grid6 li {
  width: 15% !important;
}
#grid6 li .timesUsed {
  padding-bottom: 15px !important;
}

#grid1 li {
  width: 90% !important;
  text-align: left !important;
}
#grid1 li .image {
  width: 40%;
  max-width: 40%;
  max-height: 50%;
  margin: 0 0;
  opacity: 0.8;
  float: left;
}
#grid1 li .gridContent {
  width: 60%;
  float: right;
  padding-top: 20px;
}
#grid1 li .gridContent:after {
  content: '';
  display: block;
  clear: both;
}

@media screen and (max-width: 768px) {
  #grid1 li, #grid2 li, #grid3 li, #grid6 li {
    width: 47% !important;
  }
}
@media screen and (max-width: 480px) {
  #grid1 li, #grid2 li, #grid3 li, #grid6 li {
    width: 81% !important;
  }
}
@media screen and (max-width: 320px) {
  #grid1 li, #grid2 li, #grid3 li, #grid6 li {
    width: 81% !important;
  }
}
/* Scss Document */
.modalArea {
  width: 100%;
  min-height: 1200px;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 3% 0px 0px 0px;
  position: fixed;
  z-index: 10000;
  display: none;
}
.modalArea .modal, .modalArea .signupModal, .modalArea .loginModal {
  position: relative;
  margin: 0 auto;
  width: 30%;
  height: auto;
  padding: 0px 0px 0px 0px;
  background: #ffffff;
  border: 4px solid #ffffff;
  text-align: center;
  color: #333333;
  box-shadow: 0px 0px 20px #000000;
  border-radius: 4px;
  display: none;
}
.modalArea .modal .btn, .modalArea .modal .btn_secondary, .modalArea .signupModal .btn, .modalArea .signupModal .btn_secondary, .modalArea .loginModal .btn, .modalArea .loginModal .btn_secondary {
  width: 30%;
  margin: 0 auto;
}
.modalArea .modal h2, .modalArea .signupModal h2, .modalArea .loginModal h2 {
  color: #213065;
  width: 100%;
  font-size: 36px;
  border-bottom: 0px solid #fff;
  font-weight: bold;
  line-height: 36px;
  text-decoration: none;
  margin-top: 10px;
  -webkit-box-shadow: 0, 0, 5px, black;
  -moz-box-shadow: 0, 0, 5px, black;
  -o-box-shadow: 0, 0, 5px, black;
  -ms-box-shadow: 0, 0, 5px, black;
  box-shadow: 0, 0, 5px, black;
}
.modalArea .modal h3, .modalArea .signupModal h3, .modalArea .loginModal h3 {
  color: #333333;
  font-size: 24px;
  line-height: 24px;
}
.modalArea .modal p, .modalArea .signupModal p, .modalArea .loginModal p {
  padding: 0px 20px;
  font-size: 13px;
  line-height: 23px;
  color: #999;
}
.modalArea .modal input, .modalArea .signupModal input, .modalArea .loginModal input {
  width: 80%;
  padding: 8px;
  margin-bottom: 10px;
}
.modalArea .modal input:before, .modalArea .modal input:after, .modalArea .signupModal input:before, .modalArea .signupModal input:after, .modalArea .loginModal input:before, .modalArea .loginModal input:after {
  content: "";
  display: table;
}
.modalArea .modal input:after, .modalArea .signupModal input:after, .modalArea .loginModal input:after {
  clear: both;
}
.modalArea .modal .close, .modalArea .signupModal .close, .modalArea .loginModal .close {
  position: absolute;
  top: -12px;
  right: -12px;
  padding: 2px 6px;
  border-radius: 20px;
  background: transparent;
  color: #213065;
  border: 4px solid #ffffff;
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  -ms-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
  cursor: pointer;
}
.modalArea .modal .close:hover, .modalArea .signupModal .close:hover, .modalArea .loginModal .close:hover {
  background: #213065;
  color: #ffffff;
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  -ms-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
@media screen and (max-width: 480px) {
  .modalArea .modal {
    width: 80%;
  }
}

/* Scss Document */
@-webkit-keyframes flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: .1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: .1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes smallToBig {
  from {
    -webkit-transform: scale(0.5);
  }
  to {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes smallToBig {
  from {
    -moz-transform: scale(0.5);
  }
  to {
    -moz-transform: scale(1);
  }
}
@-ms-keyframes smallToBig {
  from {
    -ms-transform: scale(0.5);
  }
  to {
    -ms-transform: scale(1);
  }
}
@-webkit-keyframes moveFromBottom {
  from {
    -webkit-transform: translateY(300%);
  }
  to {
    -webkit-transform: translateY(0%);
  }
}
@-moz-keyframes moveFromBottom {
  from {
    -moz-transform: translateY(300%);
  }
  to {
    -moz-transform: translateY(0%);
  }
}
@-ms-keyframes moveFromBottom {
  from {
    -ms-transform: translateY(300%);
  }
  to {
    -ms-transform: translateY(0%);
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-slider .slick-prev, .slick-slider .slick-next {
  background-color: transparent;
  z-index: 800;
  border: 1px solid #999;
  padding: 8px;
  position: absolute;
  top: 50%;
}
.slick-slider .slick-prev:hover, .slick-slider .slick-next:hover {
  background-color: #666666;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.slick-slider .slick-next {
  right: 8px;
  left: auto;
}
.slick-slider .slick-dots {
  position: absolute;
  bottom: 10px;
  left: 45%;
  list-style: none !important;
}
.slick-slider .slick-dots li {
  display: inline-block;
}
.slick-slider .slick-dots li button {
  width: 12px;
  height: 12px;
  padding: 0px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 20px !important;
  border: 1px solid #666;
  text-indent: -999px;
  overflow: hidden;
}
.slick-slider .slick-dots li button:hover {
  background: rgba(255, 255, 255, 0.5);
}
.slick-slider .slick-dots .slick-active {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 20px !important;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Scss Document */
body {
  font: 100% "Lato", sans-serif;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  background-color: #ffffff;
  background-image: bodyBGImage;
  background-repeat: no-repeat;
  background-size: cover;
  scroll-behavior: smooth;
}

.content h1 {
  font-size: 60px;
  line-height: 48px;
}
.content h2 {
  font-size: 48px;
  line-height: 36px;
}
.content h3 {
  font-size: 36px;
  line-height: 24px;
}
.content h4 {
  font-size: 24px;
  line-height: 24px;
}

@media screen and (max-width: 480px) {
  h2 {
    font-size: 36px;
    width: 100%;
  }
}
header {
  width: 100%;
  background-color: transparent;
  position: fixed;
  z-index: 1100;
}
header .navBehind {
  width: 100%;
  height: 80px;
  position: absolute;
  top: -81px;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
  border-bottom: 1px solid #ffffff;
}
header #phone {
  position: absolute;
  top: 30px;
  left: 30px;
  width: 300px;
  color: #fff;
}
@media screen and (max-width: 480px) {
  header #phone {
    top: 20px;
    left: 40px;
    font-size: 10px;
  }
  header #phone img {
    display: none;
  }
}
header #logo {
  min-width: 100px;
  max-width: 240px;
  min-height: 80px;
  height: auto;
  margin: 0 auto;
  margin-top: 10px;
  opacity: 1;
  text-align: center;
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  -ms-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
header #logo:hover {
  opacity: 0.7;
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  -ms-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
}
header .smallLogo {
  margin-left: 30px !important;
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  -ms-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
@media screen and (max-width: 480px) {
  header #logo {
    max-width: 80px;
    height: auto;
  }
  header .navBehind {
    top: -20px;
  }
}

footer {
  background-color: #333333;
  background: #333333;
  background: -webkit-linear-gradient(#333333, #111111) !important;
  background: -o-linear-gradient(#333333, #111111) !important;
  background: -moz-linear-gradient(#333333, #111111) !important;
  background: linear-gradient(#333333, #111111) !important;
  color: #f3f3f3;
  position: relative;
}
footer .copyright {
  font-size: 11px;
  color: #666666;
  border-top: 1px solid #444;
}
footer .social {
  text-align: right;
  color: #666666;
  border-top: 1px solid #444;
}
footer:before, footer:after {
  content: "";
  display: table;
}
footer:after {
  clear: both;
}

#hero, #projects {
  width: 100%;
  height: auto;
  text-align: center;
}

#interiorHero {
  padding-top: 133px;
  width: 100%;
  height: auto;
  text-align: center;
}

#pageHead {
  min-height: 100px;
  padding: 133px 40px 20px 40px;
  text-align: center;
  background: #ffffff;
  border-bottom: 1px solid #f3f3f3;
}
#pageHead h1 {
  color: #213065;
  font-size: 48px;
  text-align: center;
}

@media screen and (max-width: 480px) {
  #hero, #interiorHero {
    padding-top: 90px;
  }
}
/**************************OVERRIDES***************************/
.parallax-window {
  min-height: 25vh;
  padding: 25vh 25vh;
  position: relative;
  overflow: hidden;
}
.parallax-window h2 {
  color: #ffffff;
}
.parallax-window img {
  position: absolute;
  z-index: -1;
  width: auto;
  height: 1440px;
  top: 0px;
}

@media screen and (max-width: 480px) {
  .parallax-window {
    padding: 5vh 5vh;
  }
}
.panel h2, .panelLight h2, .panelMedium h2, .panelDark h2 {
  width: 50%;
  font-size: 48px;
  font-weight: 200;
  margin-top: 0;
  color: #3253cd;
  display: block;
  text-decoration: underline;
}
.panel h2:after, .panelLight h2:after, .panelMedium h2:after, .panelDark h2:after {
  content: '';
  display: table;
  clear: both;
}
@media screen and (max-width: 480px) {
  .panel h2, .panelLight h2, .panelMedium h2, .panelDark h2 {
    width: 100%;
    font-size: 36px;
  }
}

.panelDark .title h1 {
  color: #ffffff !important;
  padding-bottom: 20px;
  display: inline-block;
  border-bottom: 1px solid #FFF;
}
.panelDark h3 {
  color: #ffffff;
  font-size: 36px;
  font-weight: 300;
}

.left {
  float: left;
}

.right {
  float: right;
}

.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .left {
    float: none;
  }

  .right {
    float: none;
  }
}
.clear {
  clear: both;
}

/*************************** SITE SPECIFIC ELEMENTS ***********************************/
.productsGroup .col33 {
  color: #999999;
}
.productsGroup .col33:hover .iconShop, .productsGroup .col33:hover .iconSave, .productsGroup .col33:hover .iconEarn {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  -ms-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
  background-size: 150px;
  background-color: #3253cd;
}
.productsGroup .col33:hover h3 {
  -webkit-animation: smallToBig 800ms alternate ease;
  -moz-animation: smallToBig 800ms alternate ease;
  -ms-animation: smallToBig 800ms alternate ease;
}

.gridItem .btn {
  margin-bottom: 20px;
}

.aboutArea {
  text-align: center;
  position: relative;
}
.aboutArea p {
  color: #ffffff;
  line-height: 22px;
}
.aboutArea h1 {
  font-size: 60px;
  font-weight: 100;
  color: #ffffff;
  text-decoration: underline;
}
.aboutArea .fivestar {
  width: 200px;
  height: auto;
  position: absolute;
  left: 50%;
  top: 25%;
  margin-left: -100px;
}

.contactArea p {
  color: #ffffff;
  line-height: 22px;
}
.contact{
	color:#fff;
	padding:20px 40px;
	box-shadow: 0 0 40px rgba(0,0,0,0.5);
	font-size:3vw;
}

.downloads ul {
  list-style: none;
}
.downloads ul li a {
  width: 92%;
  display: block;
  background: url(../images/common/icon_pdf.png) no-repeat 10px center #3253cd;
  margin-bottom: 4px;
  padding: 4px 4%;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  -ms-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
.downloads ul li a:hover {
  padding: 8px 4%;
  background: url(../images/common/icon_pdf.png) no-repeat 10px center #213065;
  color: #ffffff;
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  -ms-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}

.pageHeader {
  text-align: center;
  position: relative;
}
.pageHeader p {
  color: #ffffff;
  line-height: 22px;
}
.pageHeader h1 {
  font-size: 100px;
  line-height: 0px;
  font-weight: 300;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
}

@media screen and (max-width: 480px) {
  .pageHeader h1 {
    font-size: 36px;
    line-height: 70px;
  }
}
.mapOverlay2 {
  position: relative;
  top: 450px;
  width: 100%;
  height: 450px;
  margin-top: -100px;
  z-index: 3;
  background: rgba(0, 0, 0, 0.1);
}

.productGallery {
  height: auto;
}
.productGallery img {
  height: 576px;
}
@media screen and (max-width: 320px) {
  .productGallery img {
    height: 240px;
  }
}

.fadeObj {
  opacity: 0;
  margin-top: 60px;
}

.leftObj {
  margin-left: 0px;
  margin-right: auto;
}

.backTop {
  width: 50px;
  height: 50px;
  background: url(../images/common/icon_backtotop.png) no-repeat center center;
  background-size: cover;
  border: 1px solid #ccc;
  position: fixed;
  bottom: 80px;
  right: 10px;
  z-index: 1000;
  -webkit-border-radius: 6px !important;
  -moz-border-radius: 6px !important;
  -ms-border-radius: 6px !important;
  border-radius: 6px !important;
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  -ms-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
  cursor: pointer;
  display: none;
}
.backTop:hover {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  -ms-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}

body {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  font-family: "omnes-pro", helvetica;
  font-weight: 100;
  /*font-family: "brandon-grotesque", helvetica, arial;*/
  background: #fff;
  color: #999;
}

a {
  text-decoration: none;
}

p {
  font-weight: 200;
}

.btn {
  color: #777;
  background: #fff;
  padding: 10px;
  display: none;
  width: 140px;
  text-align: center;
  text-decoration: none;
  border: 1px dotted #ddd;
  position: fixed;
  bottom: 0;
  right: 0;
  font-size: 12px;
  font-weight: 200;
  cursor: pointer;
}

.btn:hover {
  background: #BECE59;
  color: #fff;
}

#wrapper {
  position: relative;
}



.logosmall {
  margin: 0 auto;
  width: 100%;
  padding: 6px;
  font-size: 20px;
  font-weight: 100;
  text-align: center;
  color: #999;
  border-bottom: 1px dashed #ddd;
  border-right: 1px dashed #ddd;
  position: fixed;
  z-index: 5;
  top: -46px;
  left: 0;
  display: block;
  background: rgba(255,255,255,0.7);
  /*box-shadow:0px 0px 20px rgb(0,0,0, 0.5);
  -webkit-box-shadow:0px 0px 20px #f3f3f3;*/
}

.logo {
  font-size: 8vw;
  font-weight: 100;
  text-align: center;
  color: #fff;
  /*border-bottom:1px dashed #ddd;*/
}

.intro {
  width: 100%;
padding:22vw 0px;
  color: #fff;
  font-size: 100%;
  font-weight: 400;
  text-align: center;
  position:absolute;
  top:0;
	text-shadow:0px 0px 10px #fff;
	background:radial-gradient(rgba(60,72,82,0), rgba(30,35,39,1));
	display:flex;
	align-content: center;
	justify-content: center;
}

.intro .intro-text{
	font-size:18px;
		width:60%;
	margin:0 auto;
	}

#homevideo{
	/*position:absolute;
	top:0;
	z-index:-1;
	width:100%;
	height:480px;
	-webkit-filter: blur(5px);
filter: blur(5px);*/
	}

.headline {
  font-size: 100px;
  line-height: normal;
  margin: 0 auto;
  text-align: center;
  font-weight: 100;
}

.top{
	/*background: url(../images/3dclock.jpg) no-repeat top center;
	background-size:cover;
	box-shadow: 0px 0px 30px #ccc;*/
	}

.bottom {
  padding-top: 100px;
  background: url(../images/world.png) no-repeat center;
  background-size: cover;
}

.panel {
  width: 100%;
  height: 100%;
  border-bottom: 1px dashed #777;
  position: relative;
}
.panel1{
	background:linear-gradient(rgba(255,255,255,0.1),rgba(0,0,0,0.2));
}
.panel2{
	background:linear-gradient(rgba(255,255,255,0.1),rgba(0,0,0,0.2));
}


.clientlist {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 30px;
  text-align: center;
  position: relative;
}

.clientlist ul {
  list-style: none;
  margin-left: -40px;
}

.clientlist ul li {
  margin: 8px;
  display: inline-block;
  width: 12.5%;
  border: 1px dotted #ddd;
  text-align: center;
  overflow: hidden;
  font-size: 16px;
  font-weight: 300;
	background:rgba(255,255,255,0.1);
	transition: all .1s ease-in-out;
}
.clientlist ul li img{
	width:100%;
	height:auto;
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
	transition: all .1s ease-in-out;
}

.clientlist ul li:hover {
  /*box-shadow: 0 1px 0 #ccc, -4px 5px 0 #c9c9c9, -5px 7px 0 #bbb, -6px 9px 0 #b9b9b9, -7px 11px 0 #aaa, -7px 13px 1px rgba(0, 0, 0, 0.1), -7px 2px 5px rgba(0, 0, 0, 0.1), -7px 2px 6px rgba(0, 0, 0, 0.1), -7px 6px 10px rgba(0, 0, 0, 0.1), -7px 10px 20px rgba(0, 0, 0, 0.25), -7px 20px 20px rgba(0, 0, 0, 0.2), -7px 30px 40px rgba(0, 0, 0, 0.15);*/
	transition: all .3s ease-in-out;
	transform: scale(1.1);
	background:rgba(255,255,255,0.9);
	box-shadow:0 0 10px rgba(0,0,0,0.2);
}

.clientlist ul li img:hover{
	-webkit-filter: grayscale(0);
  	filter: none;
	transition: all .5s ease-in-out;
}

.specialty {
  width: 960px;
  height: auto;
  margin: 0 auto;
  text-align: center;
}

.col3 {
  padding: 5px;
  width: 300px;
  height: 400px;
  float: left;
  text-align: left;
  font-size: 14px;
  margin-right: 8px;
  border-right: 1px dotted #777;
  font-weight: 200;
}

.col3 h1 {
  font-weight: 100;
  color: #777;
}

.col3 li {
  line-height: 36px;
  list-style-image: url(../images/bullet_arrow.png);
}

.modal {
  background: #fff;
  border: 1px solid #CCC;
  box-shadow: 0px 0px 20px #ccc;
  position: fixed;
  z-index: 5;
  color: #666;
  font-size: 18px;
  font-weight: 200;
}

.modal .close {
  padding: 3px 10px;
  background: url(../images/btn_close.gif) repeat;
  position: absolute;
  right: 0px;
  top: 0px;
  -moz-box-shadow: 0px 0px 10px #ccc;
  -webkit-box-shadow: 0px 0px 10px #ccc;
  box-shadow: 0px 0px 10px #ccc;
  cursor: pointer;
  z-index: 200;
}

.modal .close:hover {
  top: 4px;
  -moz-box-shadow: 0px 0px 5px #ccc;
  -webkit-box-shadow: 0px 0px 5px #ccc;
  box-shadow: 0px 0px 5px #ccc;
}

input, textarea, select {
  width: 96%;
  height: 30px;
  font-size: 18px;
  color: #999;
  background: #f3f3f3;
  /*box-shadow:inset 0px 0px 5px #000;*/
  border: 1px solid #ccc;
}

textarea {
  height: 90px;
}

.submit, input[type="submit"] {
  box-shadow: none;
  border: none;
  color: #333;
  cursor: pointer;
}

.welcome {
  font-size: 22px !important;
  font-weight: 200;
}

.webPortfolio, .printPortfolio {
  width: 100%;
  height: auto;
}

.webPortfolio img, .printPortfolio img {
  width: 100%;
  height: auto;
}

@media all and (min-width: 320px) and (max-width: 768px) {
  body {
    font-weight: 200;
  }

  .logo {
    margin: 0 auto;
    width: 75%;
    padding: 8% 0px;
    font-size: 80px;
    line-height: 64px;
    font-weight: 200;
    text-align: center;
    color: #fff;
    border-bottom: 1px dashed #ddd;
    /*box-shadow:0px 0px 20px rgb(0,0,0, 0.5);
    -webkit-box-shadow:0px 0px 20px #f3f3f3;*/
  }

  .logosmall {
    font-weight: 200;
  }

  .intro {
    width: 270px;
    font-weight: 200;
  }
	.intro .intro-text{
		width:90%;
	}

  .clientlist {
    width: 100%;
    margin: 0 auto;
    display: table;
  }

  .headline {
    font-size: 48px;
    line-height: 50px;
    font-weight: 100;
  }

  .specialty {
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
  }

  .col3 {
    padding: 5px;
    width: 70%;
    height: auto;
    float: none;
    border-right: none;
    border-bottom: 1px dotted #777;
	  padding: inherit 15%;
	  margin:0 auto;
  }
	.clientlist ul li {
  margin: 8px 6px;
  display: inline-block;
  width: 90%;
  border: 1px dotted #ddd;
  text-align: center;
  padding: 14px 8px 14px 8px;
  overflow: hidden;
  font-size: 16px;
  font-weight: 300;
	transition: all .1s ease-in-out;
}
}
