.center {
  margin: 0 auto;
  position: relative;
}

.container {
  width: 960px;
  margin: 0 auto;
  position: relative;
}

.bigcontainer {
  width: 960px;
  margin: 0 auto;
}

.bigcontainer h2 {
  color: #000;
}

/*Manage/Checkout pages*/
.left {
  float: left;
}

.COMoptions {
  width: 100%;
  height: 41px;
  line-height: 41px;
  background-color: #fff;
  margin-bottom: 8px;
}

.manageAccountCol {
  width: 32%;
  float: left;
  margin-right: 1.3%;
}
.manageAccountCol > .formRow > input, .manageAccountCol > .formRow > select {
  float: right;
}
.manageAccountCol > div {
  margin: 2px 0;
  padding: 2px 0;
  height: 21px;
  line-height: 26px;
  font-size: 11px;
}

.COMmoredetails {
  display: block;
  margin: 3px auto;
  width: 90px;
}

.sixtysix {
  width: 574px;
}

.COMfieldset {
  padding: 5px;
  margin: 1% 0;
  border: 1px solid #ccc;
}

.fifty {
  width: 46.1%;
  margin: 1%;
}
.fifty.left {
  margin-left: 0;
}
.fifty.right {
  margin-right: 0;
}

.fiftyless {
  width: 46.4%;
  margin: 1%;
}
.fiftyless:nth-of-type(even) {
  margin-left: 0;
}

/*Manage/Checkout pages end*/
.PriceDisp {
  text-align: center;
  width: 100%;
  font-size: 15px;
  font-weight: 900;
}

.COMaddToCartList {
  float: right;
  display: block;
  position: relative;
  z-index: 5;
}

.SoloPriceCnt {
  float: right;
  display: inline-block;
  position: relative;
  z-index: 5;
}

#COMitemAdded {
  position: fixed;
  z-index: 600;
  left: 50%;
  margin: 20px 0 0 -70px;
  width: 120px;
  padding: 10px;
  border: 1px solid #ccc;
  background-color: #eee;
  display: none;
}

/*commerce Container begin*/
#COMcnt {
  width: 960px;
  /*border: 1px solid #000;*/
  font-size: 13px;
  margin-left: 20px;
  margin-bottom: 10px;
  margin: 0 auto;
  margin-top: 30px;
}
#COMcnt .padded {
  width: 918px;
  padding: 20px;
}

#COMheader {
  margin-bottom: 8px;
  width: 100vw;
  background-color: #9d080d;
  padding: 0 5px 5px 15px;
  margin: 0;
  color: #F4E596;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-size: 30px;
  text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.3);
  margin-left: 0px;
  font-weight: normal;
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}
#COMheader > h2 {
  color: white;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  font-size: 30px;
  text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.3);
  margin: 0;
  font-weight: normal;
}

/*commerce Container end*/
/*cart begin*/
.PQtys {
  margin: 0 auto;
  display: block;
  text-align: center;
}

/*cart end*/
/*checkout page begin*/
select.COMinput {
  height: 20px;
  margin-top: 3px;
}

.COMinput {
  width: 93%;
  margin-bottom: 3px;
}
.COMinput.short {
  width: 30%;
}

.formRow {
  clear: both;
  margin-bottom: 5px;
}
.formRow > span, .formRow > label {
  float: left;
  width: 37%;
  line-height: 22px;
  font-size: 12px;
}
.formRow > .COMi, .formRow > input, .formRow > select, .formRow > select.COMi {
  float: left;
  width: 60%;
  margin: 0;
}
.formRow > .COMi::after, .formRow > input::after, .formRow > select::after, .formRow > select.COMi::after {
  content: "";
  clear: both;
}
.formRow > b > span {
  font-weight: 100;
  display: block;
}
.formRow > b > select, .formRow > b > input {
  float: left;
  width: 90%;
}

.errorVal {
  clear: both;
  float: left;
}

/*checkout page end*/
#rightDesc > img {
  width: 286px;
  background-color: #fff;
  margin-top: 8px;
}
#rightDesc > div {
  width: 270px;
  background-color: #fff;
  display: inline-block;
  padding: 8px;
  margin: 8px 0;
}
#rightDesc > div > h2 {
  margin: 0 0 0 6px;
}

.fusebox {
  cursor: pointer;
}

.COMpads {
  margin-left: 20px;
  margin-bottom: 10px;
  width: 500px;
  display: inline-block;
}

.COMpads ul {
  -webkit-padding-start: 0;
}

/*fusebox3*/
.fb3-cover {
  position: fixed;
  z-index: 9000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translate(-999em, -999em);
  -webkit-transform: translate(-999em, -999em);
  background-color: rgba(0, 0, 0, 0.25);
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fb3-contentCnt, .fb3-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.fb3-contentCnt {
  width: 80%;
  height: 80%;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.45);
}

.FBimageTitle {
  position: absolute;
  top: 100%;
  margin: 10px 0 0 -1px;
  width: 96%;
  padding: 1% 2%;
  border: 1px solid #fff;
  background-color: #000;
  color: #fff;
}

.fb3-content {
  max-width: 100%;
  max-height: 100%;
  display: none;
}

.fb3-content.fb3-flex {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.fb3-content > * {
  max-width: 100%;
  max-height: 100%;
}

.fb3-arrow {
  display: none;
  position: absolute;
  right: 11%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 30px;
  height: 30px;
}

.fb3-arrow:before, .fb3-arrow:after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  display: block;
}

.fb3-arrow:before {
  width: 30px;
  height: 30px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 15px;
}

.fb3-arrow:after {
  margin-top: -8px;
  transform: rotate(45deg) translate(3px, -3px);
  -webkit-transform: rotate(45deg) translate(3px, -3px);
  width: 12px;
  height: 12px;
  border: 1px solid #fff;
  border-width: 4px 4px 0 0;
}

.fb3-arrow:hover:after {
  -webkit-box-shadow: 2px -2px 3px #000;
          box-shadow: 2px -2px 3px #000;
}

.fb3-leftarrow {
  left: 11%;
}

.fb3-leftarrow:after {
  border-width: 4px 0 0 4px;
  transform: rotate(-45deg) translate(7px, 7px);
  -webkit-transform: rotate(-45deg) translate(7px, 7px);
}

.QM {
  position: relative;
  width: 13px;
  height: 11px;
  padding: 0 0 7px 5px;
  border: 1px solid #000;
  border-radius: 9px;
  cursor: pointer;
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.4);
          box-shadow: 0 0 1px rgba(255, 255, 255, 0.4);
  font-weight: 900;
  font-size: 17px;
  font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;
}
.QM:hover:after {
  position: absolute;
  top: -1px;
  left: -1px;
  display: block;
  height: 18px;
  padding: 0 0 0 9px;
  border: 1px solid #000;
  line-height: 20px;
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.4);
          box-shadow: 0 0 1px rgba(255, 255, 255, 0.4);
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
}

#QMforCSC:hover:after {
  content: "The CSC is those last three digits of that 7 digit number on strip on the back of your card.";
  width: 100px;
}

.SelectTagRebuild {
  width: 252px;
  position: relative;
  font-size: 14px;
  z-index: 4;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.SelectTagRebuild > div:nth-child(1) {
  cursor: pointer;
  border-radius: 7px;
  border: 1px solid #999;
  width: 242px;
  height: 22px;
  line-height: 22px;
  padding-left: 8px;
  background: #fff;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ5JSIgc3RvcC1jb2xvcj0iI2U5ZTllOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2UwZTBlMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUyJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk1JSIgc3RvcC1jb2xvcj0iI2YwZjBmMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(49%, #e9e9e9), color-stop(51%, #e0e0e0), color-stop(52%, #ededed), color-stop(95%, #f0f0f0), to(#fff));
  background: linear-gradient(to bottom, #fff 0%, #e9e9e9 49%, #e0e0e0 51%, #ededed 52%, #f0f0f0 95%, #fff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#fff", endColorstr="#fff",GradientType=0 );
}
.SelectTagRebuild > div:nth-child(1) > div {
  position: absolute;
  right: -1px;
  top: 0px;
  width: 22px;
  height: 22px;
  -webkit-border-top-right-radius: 7px;
  -webkit-border-bottom-right-radius: 7px;
  -moz-border-radius-topright: 7px;
  -moz-border-radius-bottomright: 7px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border: 1px solid #999;
  border-left: 0;
  background: #ffb280;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYjI4MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ5JSIgc3RvcC1jb2xvcj0iI2YyOTY1OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2VmOTQ1YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUyJSIgc3RvcC1jb2xvcj0iI2Y0OWI1ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk1JSIgc3RvcC1jb2xvcj0iI2Y4YWI3OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmIyODAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffb280), color-stop(49%, #f29659), color-stop(51%, #ef945b), color-stop(52%, #f49b5f), color-stop(95%, #f8ab78), to(#ffb280));
  background: linear-gradient(to bottom, #ffb280 0%, #f29659 49%, #ef945b 51%, #f49b5f 52%, #f8ab78 95%, #ffb280 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffb280", endColorstr="#ffb280",GradientType=0 );
}
.SelectTagRebuild > div:nth-child(1) > div > div {
  position: absolute;
  right: 8px;
  top: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 3px 5px 3px;
  border-color: transparent transparent #000 transparent;
}
.SelectTagRebuild > div:nth-child(1) > div > div::after {
  content: "";
  position: absolute;
  right: -3px;
  top: 7px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 5px 3px 0 3px;
  border-color: #000 transparent transparent transparent;
}
.SelectTagRebuild > div:nth-child(2) {
  position: absolute;
  z-index: 5;
  margin-left: 6px;
  width: 222px;
  background-color: #fff;
  border: 1px solid #7f9db9;
  display: none;
  height: 255px;
  overflow-y: auto;
  overflow-x: hidden;
}
.SelectTagRebuild > div:nth-child(2) > div, .SelectTagRebuild > div:nth-child(2) > a {
  display: block;
  cursor: default;
  width: 222px;
  height: 17px;
  padding-left: 2px;
}
.SelectTagRebuild > div:nth-child(2) > div:hover, .SelectTagRebuild > div:nth-child(2) > a:hover {
  background-color: #39f;
  color: #fff;
}

#gridIcon, #rowsIcon {
  margin-left: 5px;
  float: left;
  position: relative;
  width: 50px;
  height: 50px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#gridIcon:after, #gridIcon > div, #gridIcon > div:before, #gridIcon > div:after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  background-color: #000;
}
#gridIcon > div {
  bottom: 0;
}
#gridIcon > div:before, #gridIcon > div:after {
  left: 26px;
}
#gridIcon > div:after {
  bottom: 26px;
}

#rowsIcon:after, #rowsIcon > div, #rowsIcon > div:after {
  position: absolute;
  content: "";
  width: 50px;
  height: 12px;
  background-color: #000;
}
#rowsIcon > div {
  top: 19px;
}
#rowsIcon > div:after {
  line-height: 22px;
  top: 19px;
  left: 0px;
}

#topMessageCnt {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
#topMessageCnt > div {
  position: relative;
  margin-top: -27px;
  width: 100%;
  text-align: center;
  padding: 4px 0;
  background-color: #fff;
  -webkit-box-shadow: inset 0 -1px 7px #ccc;
          box-shadow: inset 0 -1px 7px #ccc;
  -webkit-box-shadow: inset 0 -1px 7px rgba(42, 42, 42, 0.5);
          box-shadow: inset 0 -1px 7px rgba(42, 42, 42, 0.5);
  color: #888;
  -webkit-transition: margin 0.5s;
  transition: margin 0.5s;
}
#topMessageCnt > div:hover {
  background-color: #eee;
  color: #444;
  cursor: pointer;
}
#topMessageCnt > div:hover:after {
  color: #000;
}
#topMessageCnt > div:after {
  content: "X";
  position: absolute;
  right: 15px;
  font-weight: 900;
}
#topMessageCnt > div.shown {
  margin-top: 0;
}
#topMessageCnt > .err {
  background-color: #f77;
  color: #800;
  font-weight: 900;
}
#topMessageCnt > .err:hover {
  background-color: #f55;
}
#topMessageCnt > .reg {
  background-color: #ccc;
  color: #555;
  font-weight: 900;
}
#topMessageCnt > .reg:hover {
  background-color: #aaa;
  color: #333;
}

.COMbtn {
  width: 100px;
  height: 38px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 100%;
  cursor: pointer;
}
.COMbtn.checkout {
  background-image: url("../images/shopButtons/CheckOutOff.jpg");
}
.COMbtn.checkout:hover {
  background-image: url("../images/shopButtons/CheckOutOn.jpg");
}
.COMbtn.details {
  background-image: url("../images/shopButtons/DetailsOff.jpg");
}
.COMbtn.details:hover {
  background-image: url("../images/shopButtons/DetailsOn.jpg");
}
.COMbtn.paynow {
  background-image: url("../images/shopButtons/PayNowOff.jpg");
}
.COMbtn.paynow:hover {
  background-image: url("../images/shopButtons/PayNowOn.jpg");
}
.COMbtn.calc {
  background-image: url("../images/shopButtons/CalcOff.jpg");
}
.COMbtn.calc:hover {
  background-image: url("../images/shopButtons/CalcOn.jpg");
}
.COMbtn.logout {
  background-image: url("../images/shopButtons/LogOutOff.jpg");
}
.COMbtn.logout:hover {
  background-image: url("../images/shopButtons/LogOutOn.jpg");
}
.COMbtn.cancel {
  background-image: url("../images/shopButtons/CancelOff.jpg");
}
.COMbtn.cancel:hover {
  background-image: url("../images/shopButtons/CancelOn.jpg");
}
.COMbtn.confirm {
  background-image: url("../images/shopButtons/ConfirmOff.jpg");
}
.COMbtn.confirm:hover {
  background-image: url("../images/shopButtons/ConfirmOn.jpg");
}
.COMbtn.reg {
  background-image: url("../images/shopButtons/RegOff.jpg");
}
.COMbtn.reg:hover {
  background-image: url("../images/shopButtons/regOn.jpg");
}
.COMbtn.login {
  background-image: url("../images/shopButtons/LoginOff.jpg");
}
.COMbtn.login:hover {
  background-image: url("../images/shopButtons/LoginOn.jpg");
}
.COMbtn.shopmore {
  background-image: url("../images/shopButtons/ShopMoreOff.jpg");
}
.COMbtn.shopmore:hover {
  background-image: url("../images/shopButtons/ShopMorOn.jpg");
}

.COMtable {
  border: 1px solid #ccc;
  width: 98%;
}
.COMtable > tr:nth-child(odd) {
  background-color: #ddd;
}
.COMtable > tr > th:nth-child(2), .COMtable > tr > td:nth-child(2) {
  width: 40%;
}
.COMtable > tr > th:not(:nth-child(2)), .COMtable > tr > td:not(:nth-child(2)) {
  width: 10%;
}
.COMtable > tr > th {
  background-color: #ccc;
  text-align: center;
}
.COMtable > tr > td {
  padding: 0 4px;
}
.COMtable > tr > td:nth-child(1) {
  text-align: center;
}
.COMtable > tr > td:nth-child(3) {
  text-align: right;
}
.COMtable > tr > td > input {
  width: 50px;
}

/*search bar begin*/
#searchbar {
  position: relative;
  width: 286px;
  height: 30px;
  display: inline-block;
}

html, body {
  width: 100%;
  height: 100%;
}

.index {
  background-color: #FFFFFF;
}

body {
  /*font-family: 'Open Sans', Verdana, Helvetica, sans-serif;*/
  overflow-x: hidden;
}

html, body {
  margin: 0;
  padding: 0;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
}

h1 {
  font-family: "Montserrat", sans-serif;
  color: black;
  font-size: 30px;
  font-style: normal;
  -webkit-margin-before: 0;
}

h3, h4, h5 {
  font-family: "Montserrat", sans-serif;
  color: black;
  margin-bottom: -15px;
  font-style: normal;
}

h2 {
  font-family: "Montserrat", sans-serif;
  color: black;
  font-size: 24px;
  font-style: normal;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 18px;
  font-weight: 100;
}

h5 {
  font-size: 18px;
}

.caption h2 {
  color: #FFF;
}

a {
  text-decoration: none;
  color: #9d080d;
}

p a {
  color: #9d080d;
}

html, body {
  width: 100%;
  height: 100%;
}

.index {
  background-color: #FFFFFF;
}

body {
  /*font-family: 'Open Sans', Verdana, Helvetica, sans-serif;*/
  overflow-x: hidden;
}

html, body {
  margin: 0;
  padding: 0;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
}

h1 {
  font-family: "Montserrat", sans-serif;
  color: black;
  font-size: 30px;
  font-style: normal;
  -webkit-margin-before: 0;
}

h3, h4, h5 {
  font-family: "Montserrat", sans-serif;
  color: black;
  margin-bottom: -15px;
  font-style: normal;
}

h2 {
  font-family: "Montserrat", sans-serif;
  color: black;
  font-size: 24px;
  font-style: normal;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 18px;
  font-weight: 100;
}

h5 {
  font-size: 18px;
}

.caption h2 {
  color: #FFF;
}

a {
  text-decoration: none;
  color: #9d080d;
}

p a {
  color: #9d080d;
}

#fullSliderCnt {
  margin: 30px auto;
  width: 960px;
  height: 450px;
}

.preserve3d, #Mid, #Mid > .back, #TopLeft, #BotLeft, .front, .back, #fullSliderCnt img {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

#fullSliderCnt img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

.sliderCnt {
  position: relative;
  -webkit-perspective: 1000px;
  -ms-perspective: 1000px;
  -o-perspective: 1000px;
  perspective: 1000px;
}

.slider {
  position: relative;
}

#LeftCnt {
  position: relative;
  z-index: 100;
  float: left;
  width: 225px;
  height: 450px;
}

#MidCnt {
  z-index: 120;
  float: left;
  width: 285px;
  height: 450px;
}

#BotLeftCnt, #TopLeftCnt {
  width: 225px;
  height: 225px;
}

#BotRightCnt, #TopRightCnt {
  height: 225px;
}

#RightCnt {
  float: left;
  width: 450px;
  height: 450px;
}

#MidCntCnt {
  float: left;
  position: relative;
  z-index: 900;
  width: 285px;
  height: 450px;
}

#MidCnt {
  z-index: 900;
}

.centerOrigin, #TopLeft, #Mid, #BotLeft, .front, .back {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.front, .back {
  background-color: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.front {
  z-index: 15;
}

#TopLeft, #BotLeft, .back {
  position: absolute;
  top: 0;
  left: 0;
  width: 225px;
  height: 225px;
}

#Mid, #Mid > .back {
  width: 285px;
  height: 450px;
}

#TopLeft.trans, #Mid.trans, #BotLeft.trans {
  -webkit-transition: -webkit-transform 2s;
  transition: -webkit-transform 2s;
  transition: transform 2s;
  transition: transform 2s, -webkit-transform 2s;
}

#TopLeft > .back {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  z-index: 10;
}
#TopLeft.flip {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
#TopLeft.flip > .back {
  z-index: 20;
}
#TopLeft.doubleFlip {
  -webkit-transform: rotateY(-360deg);
  transform: rotateY(-360deg);
}
#TopLeft.doubleFlip > .front {
  z-index: 30;
}

#BotLeft > .back {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  z-index: 10;
}
#BotLeft.flip {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
#BotLeft.flip > .back {
  z-index: 20;
}
#BotLeft.doubleFlip {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
#BotLeft.doubleFlip > .front {
  z-index: 30;
}

#Mid > .back {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
  z-index: 10;
}
#Mid.flip {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
#Mid.flip > .back {
  z-index: 20;
}
#Mid.doubleFlip {
  -webkit-transform: rotateX(360deg);
  transform: rotateX(360deg);
}
#Mid.doubleFlip > .front {
  z-index: 30;
}

#TopRight, #BotRight {
  height: 225px;
  width: 450px;
  overflow: hidden;
  position: relative;
  z-index: 80;
}
#TopRight > img, #BotRight > img {
  -webkit-transition: -webkit-transform 2s;
  transition: -webkit-transform 2s;
  transition: transform 2s;
  transition: transform 2s, -webkit-transform 2s;
}

#TopRight > img.prev {
  z-index: 15;
  -webkit-transform: translateX(-450px);
  transform: translateX(-450px);
}
#TopRight > img.cur {
  z-index: 10;
}
#TopRight > img.next {
  z-index: 5;
}

#BotRight > img.prev {
  z-index: 5;
}
#BotRight > img.cur {
  z-index: 10;
}
#BotRight > img.next {
  z-index: 0;
  -webkit-transform: translateX(-450px);
  transform: translateX(-450px);
}

.pageLayout {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  top: 20px;
  height: 500px;
  position: fixed;
  top: 200px;
  z-index: 500;
}

.nav-wrap {
  margin-top: 20px;
  /*border-bottom: thin solid #06C; 
  border-top: thin solid #06C;*/
  width: 60%;
  text-align: center;
  float: left;
  padding: 20px;
  color: black;
  display: inline;
}
.nav-wrap > h2 {
  color: black;
  font-family: serif;
  font-style: italic;
  font-size: x-large;
  margin-bottom: 0px;
  margin-top: 0px;
  text-align: left;
}
.nav-wrap > .lennon {
  text-align: right;
}
.nav-wrap > p {
  text-align: left;
}

.right {
  margin-top: 20px;
  width: 35%;
  display: inline;
  float: left;
}

.right img {
  width: 100%;
}

.COMpads input {
  margin-top: 2px;
  margin-bottom: 10px;
}

.rightimg {
  position: absolute;
  right: 40px;
  top: 120px;
  width: 460px;
}

.background {
  width: 100%;
  position: absolute;
  left: 0;
  z-index: -1;
}

.topBar {
  position: fixed;
  height: 90px;
  background-color: grey;
  border-bottom: white 5px solid;
  width: 100%;
  z-index: 9000;
  top: 0;
}

.defaultnavbar {
  height: 130px;
}

.leftheader {
  margin-top: 0px;
  margin-left: 0px;
  width: 222px;
  height: 102px;
  float: left;
  display: inline-block;
}

.leftlogoImg {
  position: absolute;
  left: -50px;
  width: 150px;
  margin-top: 10px;
}

.SMicons {
  position: absolute;
  margin-top: 30px;
  margin-left: 730px;
  display: inline-block;
}

.rightheader {
  position: absolute;
  /*margin-left: 200px;*/
  width: 800px;
  float: left;
  display: inline-block;
  color: black;
}

.dropdown {
  position: relative;
  display: inline-block;
  text-align: left;
}

.menuItem {
  color: white;
  font-size: 12px;
  border: none;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  float: left;
  font-weight: 600;
  letter-spacing: 0.5px;
  min-width: 80px;
  height: 90px;
}

.menuItem img {
  width: 40px;
  margin-top: 15px;
  margin-bottom: 8px;
}

.red:hover {
  background-color: #ff3333;
}

.orange:hover {
  background-color: #ff6600;
}

.yellow:hover {
  background-color: #ffcc00;
}

.green:hover {
  background-color: #339933;
}

.lightblue:hover {
  background-color: #06dbf1;
}

.blue:hover {
  background-color: #0033ff;
}

.purple:hover {
  background-color: #6600ff;
}

.pink:hover {
  background-color: #e22a8a;
}

.darkgrey:hover {
  background-color: #2f2d2d;
}

.maroon:hover {
  background-color: maroon;
}

.dropDown:hover .dropDownContent {
  display: block;
}

.dropDownContent {
  display: none;
  position: absolute;
  min-width: 160px;
  margin-top: 10px;
  left: 0px;
  border-bottom: solid 3.5px #339933;
  border-left: solid 1px #339933;
  z-index: 150;
}

.dropDownContent a {
  color: black;
  font-weight: 600;
  padding: 6px 8px;
  text-decoration: none;
  display: block;
  background-color: rgba(255, 255, 255, 0.85);
  font-size: 12px;
  -webkit-box-shadow: 3px 3px 5px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 5px -1px rgba(0, 0, 0, 0.2);
  text-align: left;
}

.dropDownContent:hover a {
  display: block;
}

/*.clearbox {
    background-color: rbga(0,0,0,0);
    height: 120px;
    position: absolute;
    width: 160px;
    z-index: 500; 
}*/
.dropDownContent a:hover {
  background-color: #339933;
}

.dropDown:hover .dropDownContent2 {
  display: block;
}

.dropDownContent2 {
  display: none;
  position: absolute;
  min-width: 160px;
  margin-top: 10px;
  left: 80px;
  border-bottom: solid 3.5px #ffcc00;
  border-left: solid 1px #ffcc00;
  z-index: 150;
}

.dropDownContent2 a {
  color: black;
  padding: 6px 8px;
  font-weight: 600;
  text-decoration: none;
  display: block;
  background-color: rgba(255, 255, 255, 0.85);
  font-size: 12px;
  -webkit-box-shadow: 3px 3px 5px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 5px -1px rgba(0, 0, 0, 0.2);
  text-align: left;
}

.dropDownContent2:hover a {
  display: block;
}

.dropDownContent2 a:hover {
  background-color: #ffcc00;
}

.dropDown:hover .dropDownContent3 {
  display: block;
}

.dropDownContent3 {
  display: none;
  position: absolute;
  min-width: 160px;
  margin-top: 10px;
  left: 160px;
  border-bottom: solid 3.5px #ff3333;
  border-left: solid 1px #ff3333;
  z-index: 150;
}

.dropDownContent3 a {
  color: black;
  font-weight: 600;
  padding: 6px 8px;
  text-decoration: none;
  display: block;
  background-color: rgba(255, 255, 255, 0.85);
  font-size: 12px;
  -webkit-box-shadow: 3px 3px 5px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 5px -1px rgba(0, 0, 0, 0.2);
  text-align: left;
}

.dropDownContent3:hover a {
  display: block;
}

.dropDownContent3 a:hover {
  background-color: #ff3333;
}

.dropDown:hover .dropDownContent4 {
  display: block;
}

.dropDownContent4 {
  display: none;
  position: absolute;
  min-width: 160px;
  margin-top: 10px;
  left: 240px;
  border-bottom: solid 3.5px #ff6600;
  border-left: solid 1px #ff6600;
  z-index: 150;
}

.dropDownContent4 a {
  color: black;
  font-weight: 600;
  padding: 6px 8px;
  text-decoration: none;
  display: block;
  background-color: rgba(255, 255, 255, 0.85);
  font-size: 12px;
  -webkit-box-shadow: 3px 3px 5px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 5px -1px rgba(0, 0, 0, 0.2);
  text-align: left;
}

.dropDownContent4:hover a {
  display: block;
}

.dropDownContent4 a:hover {
  background-color: #ff6600;
}

.dropDown:hover .dropDownContent5 {
  display: block;
}

.dropDownContent5 {
  display: none;
  position: absolute;
  min-width: 160px;
  margin-top: 10px;
  left: 320px;
  border-bottom: solid 3.5px #0033ff;
  border-left: solid 1px #0033ff;
  z-index: 150;
}

.dropDownContent5 a {
  color: black;
  font-weight: 600;
  padding: 6px 8px;
  text-decoration: none;
  display: block;
  background-color: rgba(255, 255, 255, 0.85);
  font-size: 12px;
  -webkit-box-shadow: 3px 3px 5px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 5px -1px rgba(0, 0, 0, 0.2);
  text-align: left;
}

.dropDownContent5:hover a {
  display: block;
}

.dropDownContent5 a:hover {
  background-color: #0033ff;
}

.dropDown:hover .dropDownContent6 {
  display: block;
}

.dropDownContent6 {
  display: none;
  position: absolute;
  min-width: 160px;
  margin-top: 10px;
  left: 400px;
  border-bottom: solid 3.5px #6600ff;
  border-left: solid 1px #6600ff;
  z-index: 150;
}

.dropDownContent6 a {
  color: black;
  font-weight: 600;
  padding: 6px 8px;
  text-decoration: none;
  display: block;
  background-color: rgba(255, 255, 255, 0.85);
  font-size: 12px;
  -webkit-box-shadow: 3px 3px 5px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 5px -1px rgba(0, 0, 0, 0.2);
  text-align: left;
}

.dropDownContent6:hover a {
  display: block;
}

.dropDownContent6 a:hover {
  background-color: #6600ff;
}

.dropDown:hover .imagine {
  display: block;
}

.imagine {
  display: none;
  position: absolute;
  min-width: 50px;
  margin-top: 0px;
  top: -13px;
  left: -18px;
  color: #CC9966;
  font-size: 14px;
  font-style: italic;
}

.dropDown:hover .imagine2 {
  display: block;
}

.imagine2 {
  display: none;
  position: absolute;
  min-width: 50px;
  margin-top: 0px;
  top: -13px;
  left: 57px;
  color: #CC9966;
  font-size: 14px;
  font-style: italic;
}

.dropDown:hover .imagine3 {
  display: block;
}

.imagine3 {
  display: none;
  position: absolute;
  min-width: 50px;
  margin-top: 0px;
  top: -13px;
  left: 142px;
  color: #CC9966;
  font-size: 14px;
  font-style: italic;
}

.dropDown:hover .imagine4 {
  display: block;
}

.imagine4 {
  display: none;
  position: absolute;
  min-width: 50px;
  margin-top: 0px;
  top: -13px;
  left: 247px;
  color: #CC9966;
  font-size: 14px;
  font-style: italic;
}

.dropDown:hover .imagine5 {
  display: block;
}

.imagine5 {
  display: none;
  position: absolute;
  min-width: 50px;
  margin-top: 0px;
  top: -13px;
  left: 317px;
  color: #CC9966;
  font-size: 14px;
  font-style: italic;
}

.dropDown:hover .imagine6 {
  display: block;
}

.imagine6 {
  display: none;
  position: absolute;
  min-width: 50px;
  margin-top: 0px;
  top: -13px;
  left: 377px;
  color: #CC9966;
  font-size: 14px;
  font-style: italic;
}

.dropDown:hover .imagine7 {
  display: block;
}

.imagine7 {
  display: none;
  position: absolute;
  min-width: 50px;
  margin-top: 0px;
  top: -13px;
  left: 465px;
  color: #CC9966;
  font-size: 14px;
  font-style: italic;
}

/*.MenuItems {
    position: relative;
    display: inline-block;
}

.MenuItems a {
    margin-left: 15px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .2px;
    cursor: pointer;
    display: inline-block;
}
.dropdown1 {
    display: inline-block;
}

.dropdown2 {
    display: inline-block;
}

.dropdown1:hover .dropdown-content1 {
    display: block;
}

.dropdown-content1 {
    display: none;
    position: absolute;
    background-color: #F3DEC5;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dropdown-content1 a {
    color: black;
    padding: 10px 15px;
    text-decoration: none;
    display: block;
    margin-bottom: 5px;
}*/
.logoImg {
  width: 200px;
  position: absolute;
  left: 0px;
  top: 0px;
}

.bgImage {
  position: absolute;
  width: 100%;
  z-index: -2;
}

.textbox {
  -webkit-column-count: 2; /* Chrome, Safari, Opera */
  -moz-column-count: 2; /* Firefox */
  column-count: 2;
  -webkit-column-gap: 80px;
     -moz-column-gap: 80px;
          column-gap: 80px;
  padding: 20px;
  width: 900px;
  padding-left: 30px;
  padding-right: 30px;
  background-color: #F3DEC5;
}

.quotePPanel {
  float: left;
  margin: 150px 0;
  padding: 20px;
  /*width: 615px;
  min-height:400px;*/
  background-color: rgba(255, 255, 255, 0.75);
  /*box-shadow: 5px 6px 4px -1px #262626;*/
  box-shadow: 5px 6px 4px -1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 5px 6px 4px -1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 5px 6px 4px -1px rgba(0, 0, 0, 0.5);
  color: #FFF;
}
.quotePPanel > h1 {
  color: #FFF;
}
.quotePPanel > h2 {
  font-size: 16px;
}

.largePPanel {
  float: left;
  margin: 110px 0;
  padding: 20px;
  /*width: 615px;*/
  min-height: 400px;
  background-color: rgba(0, 0, 0, 0.55);
  /*rgba(239,231,225,0.75)*/
  /*box-shadow: 5px 6px 4px -1px #262626;*/
  box-shadow: 5px 6px 4px -1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 5px 6px 4px -1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 5px 6px 4px -1px rgba(0, 0, 0, 0.5);
  color: #FFF;
}
.largePPanel > h1 {
  color: #FFF;
}

.newsPPanel {
  float: left;
  margin: 110px 0;
  padding: 20px;
  width: 615px;
  min-height: 400px;
  background-color: rgba(0, 0, 0, 0.55);
  /*box-shadow: 5px 6px 4px -1px #262626;*/
  box-shadow: 5px 6px 4px -1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 5px 6px 4px -1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 5px 6px 4px -1px rgba(0, 0, 0, 0.5);
  color: #FFF;
}
.newsPPanel > h1 {
  color: #FFF;
}

.ProfilePanel {
  position: absolute;
  top: 150px;
  /*margin: 0 auto;*/
  padding: 20px;
  width: 925px;
  min-height: 400px;
  /*z-index:999;*/
  background-color: rgba(0, 0, 0, 0.55);
  /*box-shadow: 5px 6px 4px -1px #262626;*/
  box-shadow: 5px 6px 4px -1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 5px 6px 4px -1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 5px 6px 4px -1px rgba(0, 0, 0, 0.5);
}
.ProfilePanel > .teamInfo {
  width: 100%;
  color: #FFF;
}

.ContactPanel {
  position: absolute;
  top: 150px;
  /*margin: 0 auto;*/
  padding: 20px;
  width: 925px;
  min-height: 400px;
  color: #FFF;
  /*z-index:999;*/
  background-color: rgba(0, 0, 0, 0.75);
  /*box-shadow: 5px 6px 4px -1px #262626;*/
  box-shadow: 5px 6px 4px -1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 5px 6px 4px -1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 5px 6px 4px -1px rgba(0, 0, 0, 0.5);
}
.ContactPanel > .teamInfo {
  width: 100%;
  color: #FFF;
}

.BottomPanel {
  position: absolute;
  bottom: 25px;
  padding: 20px;
  width: 925px;
  /*min-height: 400px;*/
}

.TopPanel {
  position: absolute;
  bottom: 25px;
  padding: 20px;
  width: 925px;
  min-height: 400px;
}

/*.teamContainer {
    width: 960px;
    margin: 0 auto;

    > .teamMember {
        float: left;
        width: 225px;
        box-shadow:1px 1px 2px 1px rgba(0, 0, 0, 0.25);
        margin:5px;
        padding-top:5px;
        > a {
            color:#000;
            padding-left:7.5px;
            text-align:center;
            > img {
                float:left;
                width: 210px;
                padding:7.5px;
                //height:300px;
                border: medium none;
            }
        }
    }
}*/
.teamContainer {
  position: relative;
  width: 925px;
  height: 230px;
}
.teamContainer > .teamMember {
  position: relative;
  float: left;
  width: 150px;
  /*box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.25);*/
  margin: 2px;
  padding-bottom: 10px;
  background-color: rgba(0, 0, 0, 0.75);
  cursor: pointer;
}
.teamContainer > .teamMember > a {
  color: #FFF;
  padding-left: 7.5px;
  /*cursor:pointer;*/
  /*text-align: center;*/
}
.teamContainer > .teamMember > .imgCnt {
  position: relative;
  float: left;
  width: inherit;
  height: 187.5px;
  padding: 0 0 10px 0;
  /*border: medium none;*/
}
.teamContainer > .teamMember > .imgCnt > img {
  position: absolute;
  top: 0;
  left: 0;
  width: inherit;
}
.teamContainer > .teamMember > .imgCnt > img.color {
  opacity: 0;
  z-index: 5;
}
.teamContainer > .teamMember > .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  z-index: 10;
}
.teamContainer > .teamMember.active > .overlay {
  background-color: rgba(0, 0, 0, 0);
}
.teamContainer > .teamMember.active > .imgCnt .color {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.teamContainer > .teamMember.inactive > .overlay {
  background-color: rgba(255, 255, 255, 0.25);
}

.teamDetails {
  position: relative;
  margin-top: 10px;
  color: #FFF;
}
.teamDetails > .memberDetails {
  position: relative;
  display: none;
}
.teamDetails > .memberDetails > .header {
  position: relative;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.75);
}
.teamDetails > .memberDetails > .header > .nameAndTitle {
  padding: 10px;
  line-height: 20px;
  color: #FFF;
}
.teamDetails > .memberDetails > .header > .linkIcons {
  position: absolute;
  top: 0;
  right: 0;
}
.teamDetails > .memberDetails > .header > .linkIcons > a > img {
  padding-left: 5px;
  top: 10px;
  width: 40px;
}
.teamDetails > .memberDetails.active {
  display: block;
}

.gallerySlider {
  position: relative;
  z-index: 10;
  width: 960px;
  height: 639px;
}
.gallerySlider > .gsArrows {
  position: absolute;
  width: 100%;
  height: 639px;
}
.gallerySlider > .gsImgs {
  position: absolute;
  width: 960px;
  height: 639px;
  overflow: hidden;
}
.gallerySlider > .gsImgs > .gsImg {
  position: absolute;
  width: 100%;
  height: 100%;
}
.gallerySlider > .gsImgs > .gsImg.gsOn {
  z-index: 15;
}
.gallerySlider > .gsImgs > .gsImg.gsJustOff {
  z-index: 12;
}

.gsImgCarousel {
  width: 960px;
  margin: 10px auto;
  overflow: hidden;
}
.gsImgCarousel > .cArrows {
  position: absolute;
  width: 960px;
  height: 83px;
}
.gsImgCarousel > .cImagesCnt {
  position: relative;
}
.gsImgCarousel > .cImagesCnt > .cImages {
  position: relative;
  width: 9000px;
  height: 93px;
  left: 0;
}
.gsImgCarousel > .cImagesCnt > .cImages > .cImage {
  width: 125px;
  margin-right: 9px;
  cursor: pointer;
  -webkit-transition: -webkit-box-shadow 0.4s;
  transition: -webkit-box-shadow 0.4s;
  transition: box-shadow 0.4s;
  transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
  height: 93px;
}
.gsImgCarousel > .cImagesCnt > .cImages > .cImage.gtSel {
  cursor: default;
  -webkit-box-shadow: 5px 6px 4px -1px #262626;
          box-shadow: 5px 6px 4px -1px #262626;
}

.sliderArrow {
  position: absolute;
  z-index: 20;
  top: 50%;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background-color: #fff;
  opacity: 0.5;
  -webkit-box-shadow: 2px 2px 4px #262626;
          box-shadow: 2px 2px 4px #262626;
  -webkit-transition: opacity 0.4s, box-shadow 0.2s;
  -webkit-transition: opacity 0.4s, -webkit-box-shadow 0.2s;
  transition: opacity 0.4s, -webkit-box-shadow 0.2s;
  transition: opacity 0.4s, box-shadow 0.2s;
  transition: opacity 0.4s, box-shadow 0.2s, -webkit-box-shadow 0.2s;
}
.sliderArrow.smaller {
  margin-top: -15px;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background-color: #fff;
  opacity: 0.5;
  -webkit-box-shadow: 2px 2px 4px #262626;
          box-shadow: 2px 2px 4px #262626;
  -webkit-transition: opacity 0.4s, box-shadow 0.2s;
  -webkit-transition: opacity 0.4s, -webkit-box-shadow 0.2s;
  transition: opacity 0.4s, -webkit-box-shadow 0.2s;
  transition: opacity 0.4s, box-shadow 0.2s;
  transition: opacity 0.4s, box-shadow 0.2s, -webkit-box-shadow 0.2s;
}
.sliderArrow.smaller:after {
  position: absolute;
  top: 8px;
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border: 3px solid #000;
}
.sliderArrow.smaller.LA {
  cursor: pointer;
  left: -10px;
}
.sliderArrow.smaller.LA:after {
  right: 7px;
  border-width: 3px 0 0 3px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.sliderArrow.smaller.RA {
  cursor: pointer;
  right: -10px;
}
.sliderArrow.smaller.RA:after {
  left: 7px;
  border-width: 3px 3px 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sliderArrow:after {
  position: absolute;
  top: 15px;
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border: 5px solid #000;
}
.sliderArrow.LA {
  cursor: pointer;
  left: -10px;
}
.sliderArrow.LA:after {
  right: 10px;
  border-width: 5px 0 0 5px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.sliderArrow.RA {
  cursor: pointer;
  right: -10px;
}
.sliderArrow.RA:after {
  left: 10px;
  border-width: 5px 5px 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sliderArrow:hover {
  opacity: 1;
}
.sliderArrow:active {
  -webkit-box-shadow: inset 0 0 10px #262626;
          box-shadow: inset 0 0 10px #262626;
}
.sliderArrow > p {
  position: absolute;
  bottom: -20px;
  left: 7px;
  margin: 0;
}

.COMoptions {
  margin-bottom: 12px;
  /*@extend .clearFixCnt;*/
  clear: both;
}
.COMoptions > h1 {
  float: left;
  line-height: 45px;
  font-size: 28px;
  margin-bottom: 0;
}

.searchForm {
  float: left;
  color: #333;
  border: 1px solid #aaa;
  padding: 9px;
  font-size: 14px;
}
.searchForm > input:first-of-type {
  height: 17px;
  margin-left: 5px;
  width: 100px;
}
.searchForm > select, .searchForm > input {
  padding: 3px;
  height: 27px;
  font-size: 15px;
  margin-left: 8px;
}

#COMicons {
  margin: 3px 10px 0 0;
  float: right;
}

#COMgrid, #COMrows {
  cursor: pointer;
  width: 40px;
  margin-right: 5px;
}

.COMitem {
  border: 1px solid #888;
  padding: 5px;
}
.COMitem.grid {
  float: left;
  width: 280px;
  margin: 0 5px 5px 5px;
}
.COMitem.row {
  display: block;
  width: 710px;
  height: 218px;
  border-width: 0 0 1px 0;
}
.COMitem.row > img {
  float: left;
}
.COMitem > img {
  width: 280px;
  height: 200px;
}
.COMitem > span {
  font-size: 14px;
  color: #09f;
  text-shadow: 1px 1px 1px #262626;
}

.COMdesc > h3 {
  font-size: 14px;
  margin: 3px 0;
  padding: 0;
}
.COMdesc.grid > .description {
  display: none;
}
.COMdesc.row {
  float: left;
  width: 476px;
  padding: 0 8px;
}
.COMdesc.row > h3 {
  font-size: 18px;
  margin: 0;
}
.COMdesc.row > p {
  overflow: hidden;
  height: 148px;
  font-weight: 100;
  color: #444;
}

.detailsBtn {
  display: block;
  width: 100px;
  margin: 0 auto;
}

#panelCnt {
  margin: 30px auto;
  width: 960px;
}

.threepanels {
  width: 960px;
}

.panel1 {
  overflow: hidden;
  position: relative;
  float: left;
  width: 295px;
  height: 185px;
  margin: 0 0 0 10px;
  webkit-box-shadow: 2px 2px 2px 2px #000;
  -webkit-box-shadow: 2px 2px 2px 2px #000;
          box-shadow: 2px 2px 2px 2px #000;
}
.panel1.P3:hover > .caption {
  height: 295px;
}
.panel1.P3 > img {
  width: 295px;
  /*height:$panelImg-size;*/
}

.caption1 {
  font-size: 16px;
  /*font-weight:bold;*/
  width: 295px;
  height: 20px;
  position: absolute;
  z-index: 1;
  /*top:0;
  left:0;*/
  color: #FFF;
  margin: 0;
  padding: 6.6666666667px;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 10;
  /*&:last-of-type{
            color:#555;
  	background-color:#FFF;
  	height:100px; 
  	position:relative;*/
}
.caption1 > img {
  position: absolute;
  /*bottom:120px;
  right:10px;
  width:50px;
  height:50px;*/
  top: -35px;
}

.panel2 {
  overflow: hidden;
  position: relative;
  float: left;
  width: 295px;
  height: 185px;
  margin: 0 0 0 10px;
  webkit-box-shadow: 2px 2px 2px 2px #000;
  -webkit-box-shadow: 2px 2px 2px 2px #000;
          box-shadow: 2px 2px 2px 2px #000;
}
.panel2.P3:hover > .caption {
  height: 295px;
}
.panel2.P3 > img {
  width: 295px;
  /*height:$panelImg-size;*/
}

.caption2 {
  font-size: 16px;
  /*font-weight:bold;*/
  width: 295px;
  height: 20px;
  position: absolute;
  z-index: 1;
  /*top:0;
  left:0;*/
  color: #FFF;
  margin: 0;
  padding: 6.6666666667px;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 10;
  /*&:last-of-type{
            color:#555;
  	background-color:#FFF;
  	height:100px; 
  	position:relative;*/
}
.caption2 > img {
  position: absolute;
  /*bottom:120px;
  right:10px;
  width:50px;
  height:50px;*/
  top: -35px;
}

.panel3 {
  overflow: hidden;
  position: relative;
  float: left;
  width: 295px;
  height: 185px;
  margin: 0 0 0 12px;
  webkit-box-shadow: 2px 2px 2px 2px #000;
  -webkit-box-shadow: 2px 2px 2px 2px #000;
          box-shadow: 2px 2px 2px 2px #000;
}
.panel3.P3:hover > .caption {
  height: 295px;
}
.panel3.P3 > img {
  width: 295px;
  /*height:$panelImg-size;*/
}

.caption3 {
  font-size: 16px;
  /*font-weight:bold;*/
  width: 295px;
  height: 20px;
  position: absolute;
  z-index: 1;
  /*top:0;
  left:0;*/
  color: #FFF;
  margin: 0;
  padding: 6.6666666667px;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 10;
  /*&:last-of-type{
            color:#555;
  	background-color:#FFF;
  	height:100px; 
  	position:relative;*/
}
.caption3 > img {
  position: absolute;
  /*bottom:120px;
  right:10px;
  width:50px;
  height:50px;*/
  top: -35px;
}

/*.panel4{
	overflow:hidden;
	position:relative;
	float:left;
	width:$panelImg-size;
	height:150px;
	margin: 0 0 0 12px;
    webkit-box-shadow: 2px 2px 2px 2px #CCC;
    -moz-box-shadow: 2px 2px 2px 2px #CCC;
    box-shadow: 2px 2px 2px 2px #CCC;
	&.P3{
		&:hover{
			>.caption{
				height:$panelImg-size;
			}
		}
		>img{
			width:$panelImg-size;
			height:$panelImg-size;
		}
	}
}
.caption4{
    font-size:11px;
    font-weight:bold;
	width:$panelImg-size;
	height:$panelCaption-height;
	position:absolute;
	z-index:1;
	top:0;
	left:0;
	>p{
        color:#FFF;
		margin:0;
		padding:$panelCaption-height / 3;
        background-color:#066ed1;
		&:last-of-type{
            color:#555;
			background-color:#FFF;
			height:100px; 
			position:relative;
			>img{
				position:absolute;
				bottom:120px;
				right:10px;
				width:50px;
				height:50px;
			}
		}
	}
} 

.panel5{
	overflow:hidden;
	position:relative;
	float:left;
	width:$panelImg-size;
	height:150px;
	margin: 0 0 0 12px;
    webkit-box-shadow: 2px 2px 2px 2px #CCC;
    -moz-box-shadow: 2px 2px 2px 2px #CCC;
    box-shadow: 2px 2px 2px 2px #CCC;
	&.P3{
		&:hover{
			>.caption{
				height:$panelImg-size;
			}
		}
		>img{
			width:$panelImg-size;
			height:$panelImg-size;
		}
	}
}
.caption5{
    font-size:11px;
    font-weight:bold;
	width:$panelImg-size;
	height:$panelCaption-height;
	position:absolute;
	z-index:1;
	top:0;
	left:0;
	>p{
        color:#FFF;
		margin:0;
		padding:$panelCaption-height / 3;
        background-color:#ff6a00;
		&:last-of-type{
            color:#555;
			background-color:#FFF;
			height:100px; 
			position:relative;
			>img{
				position:absolute;
				bottom:120px;
				right:10px;
				width:50px;
				height:50px;
			}
		}
	}
}*/
#indexLandingPage {
  width: 90%;
  height: 90vh;
  top: 5%;
  right: 5%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  z-index: 2000;
  display: none;
}
#indexLandingPage .emailform {
  width: 400px;
  margin: 0 auto;
  margin-top: 200px;
}
#indexLandingPage .emailform p {
  font-size: 34px;
  color: #F4E596;
  line-height: 30px;
  margin-bottom: 15px;
}
#indexLandingPage .emailform p span {
  font-size: 22px;
  color: white;
}
#indexLandingPage .emailform .form1 {
  display: inline;
  font-size: 16px;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
}
#indexLandingPage .emailform .form1 div {
  color: white;
}
#indexLandingPage .emailform .form1 #EmailAddress {
  margin-top: 5px;
  margin-left: 0px;
  margin-right: 50px;
}
#indexLandingPage .emailform .form1 #promocode {
  margin-top: 5px;
  margin-left: 0px;
  margin-right: 60px;
  width: 80px;
  text-align: center;
}
#indexLandingPage .emailform .form1 .submitForm {
  margin-top: 15px;
}
#indexLandingPage .emailform #indexNo {
  position: absolute;
  left: 55%;
  top: 380px;
}
#indexLandingPage .emailform #indexNo span {
  width: 20px;
  border: 1px solid white;
  border-radius: 20px;
  margin-right: 5px;
  padding: 0 5px;
  cursor: pointer;
}

.sliderCnt {
  width: 100%;
  height: 600px;
  position: relative;
  z-index: 300;
}

.staticCnt {
  width: 960px;
  height: 600px;
  position: relative;
  z-index: 300;
  margin-left: auto;
  margin-right: auto;
}

.sliderAssetsCnt {
  position: absolute;
  width: 100%;
  height: 600px;
  z-index: 330;
}

@media (min-width: 960px) {
  .sliderAssetsCnt {
    width: 100%;
    /*left: 50%;
    margin-left: -900px;*/
  }
}
.sliderDetailsCnt {
  position: absolute;
  height: 196px;
  width: 506px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 350;
  overflow: hidden;
  -webkit-transition: height 0.4s;
  transition: height 0.4s;
}

.sliderDetailsCnt.off {
  height: 40px;
}

.sliderDExpandCnt, .sliderDReduceCnt {
  position: relative;
  height: 40px;
  width: 506px;
  border: 1px dotted #000;
  border-width: 0 0 1px 0;
}

.sliderDExpandCnt > .sliderDExpand, .sliderDExpandCnt .sliderDReduce, .sliderDReduceCnt > .sliderDExpand, .sliderDReduceCnt .sliderDReduce {
  top: 25px;
  left: 50%;
  margin-left: -14px;
  width: 28px;
  height: 28px;
}

.sliderDExpandCnt > .sliderDExpand:after, .sliderDExpandCnt .sliderDReduce:after, .sliderDReduceCnt > .sliderDExpand:after, .sliderDReduceCnt .sliderDReduce:after {
  left: 8px;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 7px;
  width: 9px;
  height: 9px;
}

.sliderDReduceCnt {
  border-width: 1px 0 0 0;
}

.sliderDReduceCnt > .sliderDReduce {
  font: 16px;
  text-align: center;
}

.sliderDReduceCnt > .sliderDReduce:after {
  top: 11px;
  border-width: 0;
}

.sliderDetails {
  position: relative;
  padding: 7px 14px 7px 7px;
  width: 485px;
  font-size: 12px;
  line-height: 20px;
}

.sliderDetailsX {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 13px;
  height: 13px;
  border-radius: 8px;
  border: 1px solid #000;
  cursor: pointer;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}

.sliderDetailsX:after, .sliderDetailsX:before {
  position: absolute;
  display: block;
  content: "";
  top: 2px;
  width: 1px;
  height: 9px;
  left: 6px;
  background-color: #000;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}

.sliderDetailsX:after {
  -webkit-transform: rotate(38deg);
  transform: rotate(38deg);
}

.sliderDetailsX:before {
  -webkit-transform: rotate(-38deg);
  transform: rotate(-38deg);
}

.sliderDetailsX:hover {
  background-color: #fff;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}

.sliderArrow {
  position: absolute;
  z-index: 335;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-color: #fff;
  opacity: 0.5;
  cursor: pointer;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.sliderArrow:after {
  position: absolute;
  top: 11px;
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border: 3px solid #000;
}

.sliderArrow#LA {
  left: 20px;
}

.sliderArrow#LA:after {
  right: 7px;
  border-width: 3px 0 0 3px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sliderArrow#RA {
  right: 20px;
}

.sliderArrow#RA:after {
  left: 7px;
  border-width: 3px 3px 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sliderArrow:hover {
  opacity: 1;
}

.slider {
  z-index: 320;
  position: relative;
  width: 100%;
  height: 600px;
}

.static {
  z-index: 320;
  position: absolute;
  width: inherit;
  /*  height: 500px;*/
}

.sliderInnerCnt {
  position: absolute;
  top: 0;
  /*left: 50%;*/
  /*margin-left: -900px;*/
  width: 100%;
  height: 600px;
  overflow: hidden;
}

.staticInnerCnt {
  position: absolute;
  top: 0;
  width: 960px;
  height: 350px;
  overflow: hidden;
}

.slide img {
  position: absolute;
  top: 0;
  width: 100%;
  /*height: 500px;*/
}

.slide {
  position: absolute;
  top: 0;
  width: 100%;
  height: 600px;
}

.noslide {
  position: absolute;
  top: 0;
  width: 100%;
  height: 350px;
}

.slide.on, .pageslide.pageon {
  z-index: 5;
}

.slide.no, .pageslide.pageno {
  z-index: 5;
}

.slide.justOff, .pageslide.pagejustOff {
  z-index: 2;
}

.slide > .caption {
  position: absolute;
  top: 25px;
  left: 0;
  width: 100%;
  padding: 3px 0px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #F4E596;
}

.slide > .caption > h2 {
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
  display: block;
  width: 940px;
  margin: 0 auto;
  font-weight: 900;
  font-size: 30px;
  color: white;
  text-align: right;
  letter-spacing: 5px;
}

.staticcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 0;
  background-color: #000066;
  background-color: rgba(182, 92, 20, 0.5);
  color: #fff;
  text-align: center;
}

.pagesliderInnerCnt {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -482px;
  width: 959px;
  height: 500px;
  overflow: hidden;
}

.pageslide {
  position: absolute;
  top: 0;
  width: 960px;
  height: 500px;
}

.pagesliderAssetsCnt {
  position: absolute;
  width: 1000px;
  height: 500px;
  z-index: 330;
}

.pagesliderArrow#RA {
  right: -205px;
}

.pagesliderArrow#LA {
  left: 265px;
}

.pageslide > .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 0;
  /*background-color: #000066;*/
  background-color: rgba(182, 92, 20, 0.5);
  color: #fff;
  text-align: center;
}

.pageslide > .caption > h2, .slide > .caption > p {
  display: block;
  width: 100%;
  margin: 0 0px;
}

.newstitle {
  background-color: #9d080d;
  color: #F4E596;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
  padding: 5px;
}

.newstitle a {
  color: #F4E596;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.3);
}

.newsarticle figure {
  width: 100%;
  margin: 0;
  margin-top: 20px;
}

.newsarticle img {
  width: 100%;
}

.newsarticle p strong {
  font-family: "Montserrat", sans-serif;
  color: #CC9966;
  font-style: italic;
}

.sidelinklist {
  width: 270px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sidelinklist a {
  color: #9d080d;
}

.joinin {
  background-color: black;
  color: white;
  height: 90px;
  width: 140px;
  text-align: center;
  position: absolute;
  z-index: 1000;
  margin-top: -90px;
  margin-left: 0px;
}
.joinin h3 {
  color: #F4E596;
  -webkit-margin-before: 0.5em;
  font-size: 22px;
}

.joininchev {
  width: 140px;
  margin-top: -105px;
  position: absolute;
  z-index: 900;
}

#fourPanelCnt {
  margin: 0 auto;
  width: 960px;
  position: absolute;
  bottom: 0px;
}

.fourpanels {
  width: 960px;
}

.fourpanel1 {
  overflow: hidden;
  position: relative;
  float: left;
  width: 230px;
  height: 185px;
  margin: 10px 0 0 10px;
  webkit-box-shadow: 2px 2px 2px 2px #000;
  -webkit-box-shadow: 2px 2px 2px 2px #000;
          box-shadow: 2px 2px 2px 2px #000;
}
.fourpanel1.P3:hover > .caption {
  height: 230px;
}
.fourpanel1.P3 > img {
  width: 230px;
  height: 185px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.fourcaption1 {
  font-size: 16px;
  /*font-weight:bold;*/
  width: 230px;
  height: 20px;
  position: absolute;
  z-index: 1;
  /*top:0;
  left:0;*/
  color: #FFF;
  margin: 0;
  padding: 6.6666666667px;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 10;
  /*&:last-of-type{
            color:#555;
  	background-color:#FFF;
  	height:100px; 
  	position:relative;*/
}
.fourcaption1 > img {
  position: absolute;
  /*bottom:120px;
  right:10px;
  width:50px;
  height:50px;*/
  top: -35px;
}

.fourpanel2 {
  overflow: hidden;
  position: relative;
  float: left;
  width: 230px;
  height: 185px;
  margin: 10px 0 0 10px;
  webkit-box-shadow: 2px 2px 2px 2px #000;
  -webkit-box-shadow: 2px 2px 2px 2px #000;
          box-shadow: 2px 2px 2px 2px #000;
}
.fourpanel2.P3:hover > .caption {
  height: 230px;
}
.fourpanel2.P3 > img {
  width: 230px;
  height: 185px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.fourcaption2 {
  font-size: 16px;
  /*font-weight:bold;*/
  width: 230px;
  height: 20px;
  position: absolute;
  z-index: 1;
  /*top:0;
  left:0;*/
  color: #FFF;
  margin: 0;
  padding: 6.6666666667px;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 10;
  /*&:last-of-type{
            color:#555;
  	background-color:#FFF;
  	height:100px; 
  	position:relative;*/
}
.fourcaption2 > img {
  position: absolute;
  /*bottom:120px;
  right:10px;
  width:50px;
  height:50px;*/
  top: -35px;
}

.fourpanel3 {
  overflow: hidden;
  position: relative;
  float: left;
  width: 230px;
  height: 185px;
  margin: 10px 0 0 10px;
  webkit-box-shadow: 2px 2px 2px 2px #000;
  -webkit-box-shadow: 2px 2px 2px 2px #000;
          box-shadow: 2px 2px 2px 2px #000;
}
.fourpanel3.P3:hover > .caption {
  height: 230px;
}
.fourpanel3.P3 > img {
  width: 230px;
  height: 185px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.fourcaption3 {
  font-size: 16px;
  /*font-weight:bold;*/
  width: 230px;
  height: 20px;
  position: absolute;
  z-index: 1;
  /*top:0;
  left:0;*/
  color: #FFF;
  margin: 0;
  padding: 6.6666666667px;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 10;
  /*&:last-of-type{
            color:#555;
  	background-color:#FFF;
  	height:100px; 
  	position:relative;*/
}
.fourcaption3 > img {
  position: absolute;
  /*bottom:120px;
  right:10px;
  width:50px;
  height:50px;*/
  top: -35px;
}

.fourpanel4 {
  overflow: hidden;
  position: relative;
  float: left;
  width: 230px;
  height: 185px;
  margin: 10px 0 0 10px;
  webkit-box-shadow: 2px 2px 2px 2px #000;
  -webkit-box-shadow: 2px 2px 2px 2px #000;
          box-shadow: 2px 2px 2px 2px #000;
}
.fourpanel4.P3:hover > .caption {
  height: 230px;
}
.fourpanel4.P3 > img {
  width: 230px;
  height: 185px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.fourcaption4 {
  font-size: 16px;
  /*font-weight:bold;*/
  width: 230px;
  height: 20px;
  position: absolute;
  z-index: 1;
  /*top:0;
  left:0;*/
  color: #FFF;
  margin: 0;
  padding: 6.6666666667px;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 10;
  /*&:last-of-type{
            color:#555;
  	background-color:#FFF;
  	height:100px; 
  	position:relative;*/
}
.fourcaption4 > img {
  position: absolute;
  /*bottom:120px;
  right:10px;
  width:50px;
  height:50px;*/
  top: -35px;
}

#projectPanelCnt {
  margin: 0 auto;
  width: 960px;
  position: absolute;
  top: 120px;
  margin-bottom: 20px;
}
#projectPanelCnt > .content {
  display: table;
  /*>h3{
      margin-bottom:-15px;
      color:#ff6;
  }*/
}
#projectPanelCnt > .content > .projectPanel {
  display: table-cell;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.55);
  color: #FFF;
}
#projectPanelCnt > .content > h1 {
  color: #fff;
}
#projectPanelCnt > .content > .floatingQuote {
  display: table-cell;
  width: 255px;
  padding: 20px;
  font-style: italic;
  color: #FFF;
  vertical-align: middle;
  background-color: rgba(0, 0, 0, 0.75);
}
#projectPanelCnt > .content > .floatingQuote > h1 {
  color: #fff;
}
#projectPanelCnt > .content > .floatingQuote > p:last-of-type {
  /*font-weight: 600;*/
  text-align: right;
}
#projectPanelCnt > .content > .floatingQuote + .projectPanel {
  width: 624px;
}
#projectPanelCnt > .content + .content {
  margin-top: 20px;
}
#projectPanelCnt > .projectpanels {
  width: 960px;
  padding: 20px;
}

.projectpanel1 {
  display: table-cell;
  overflow: hidden;
  position: relative;
  float: left;
  width: 225px;
  height: 155px;
  margin: 15px 5px 0 0;
  /*webkit-box-shadow: 2px 2px 2px 2px #000;
  -moz-box-shadow: 2px 2px 2px 2px #000;
  box-shadow: 2px 2px 2px 2px #000;*/
}
.projectpanel1.P3:hover > .caption {
  height: 225px;
}
.projectpanel1.P3 > img {
  width: 225px;
  height: 225px;
}

.projectcaption1 {
  font-size: 16px;
  /*font-weight:bold;*/
  width: 212px;
  min-height: 20px;
  position: absolute;
  z-index: 1;
  /*top:0;
  left:0;*/
  color: #FFF;
  margin: 0;
  padding: 6.6666666667px;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 10;
  /*&:last-of-type{
            color:#555;
  	background-color:#FFF;
  	height:100px; 
  	position:relative;*/
}
.projectcaption1 > img {
  position: absolute;
  /*bottom:120px;
  right:10px;
  width:50px;
  height:50px;*/
  top: -35px;
}

.projectpanel2 {
  overflow: hidden;
  position: relative;
  float: left;
  width: 225px;
  height: 155px;
  margin: 15px 5px 0 0;
  /*webkit-box-shadow: 2px 2px 2px 2px #000;
  -moz-box-shadow: 2px 2px 2px 2px #000;
  box-shadow: 2px 2px 2px 2px #000;*/
}
.projectpanel2.P3:hover > .caption {
  height: 225px;
}
.projectpanel2.P3 > img {
  width: 225px;
  height: 225px;
}

.projectcaption2 {
  font-size: 16px;
  /*font-weight:bold;*/
  width: 225px;
  height: 20px;
  position: absolute;
  z-index: 1;
  /*top:0;
  left:0;*/
  color: #FFF;
  margin: 0;
  padding: 6.6666666667px;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 10;
  /*&:last-of-type{
            color:#555;
  	background-color:#FFF;
  	height:100px; 
  	position:relative;*/
}
.projectcaption2 > img {
  position: absolute;
  /*bottom:120px;
  right:10px;
  width:50px;
  height:50px;*/
  top: -35px;
}

.projectpanel3 {
  overflow: hidden;
  position: relative;
  float: left;
  width: 225px;
  height: 155px;
  margin: 15px 5px 0 0;
  /*webkit-box-shadow: 2px 2px 2px 2px #000;
  -moz-box-shadow: 2px 2px 2px 2px #000;
  box-shadow: 2px 2px 2px 2px #000;*/
}
.projectpanel3.P3:hover > .caption {
  height: 225px;
}
.projectpanel3.P3 > img {
  width: 225px;
  height: 225px;
}

.projectcaption3 {
  font-size: 16px;
  /*font-weight:bold;*/
  width: 225px;
  height: 20px;
  position: absolute;
  z-index: 1;
  /*top:0;
  left:0;*/
  color: #FFF;
  margin: 0;
  padding: 6.6666666667px;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 10;
  /*&:last-of-type{
            color:#555;
  	background-color:#FFF;
  	height:100px; 
  	position:relative;*/
}
.projectcaption3 > img {
  position: absolute;
  /*bottom:120px;
  right:10px;
  width:50px;
  height:50px;*/
  top: -35px;
}

.projectpanel4 {
  overflow: hidden;
  position: relative;
  float: left;
  width: 225px;
  height: 155px;
  margin: 15px 5px 0 0;
  /*webkit-box-shadow: 2px 2px 2px 2px #000;
  -moz-box-shadow: 2px 2px 2px 2px #000;
  box-shadow: 2px 2px 2px 2px #000;*/
}
.projectpanel4.P3:hover > .caption {
  height: 225px;
}
.projectpanel4.P3 > img {
  width: 225px;
  height: 225px;
}

.projectcaption4 {
  font-size: 16px;
  /*font-weight:bold;*/
  width: 225px;
  height: 20px;
  position: absolute;
  z-index: 1;
  /*top:0;
  left:0;*/
  color: #FFF;
  margin: 0;
  padding: 6.6666666667px;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 10;
  /*&:last-of-type{
            color:#555;
  	background-color:#FFF;
  	height:100px; 
  	position:relative;*/
}
.projectcaption4 > img {
  position: absolute;
  /*bottom:120px;
  right:10px;
  width:50px;
  height:50px;*/
  top: -35px;
}

.thirtyfourleft {
  width: 250px;
  margin-left: 10px;
  margin-top: 10px;
  background-color: rgba(11, 28, 46, 0.8);
  color: white;
  float: left;
  display: inline;
  padding: 10px;
  position: relative;
}

#SHOPcartcontainer {
  width: 920px;
  padding: 20px;
  padding-top: 5px;
}

/*.addresses {
    margin-left: 50px;
}*/
.SHOPcartPad {
  position: relative;
  float: left;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: bold;
}

#COMcartpreviewPop {
  width: 250px;
  margin-top: -20px;
}

.cartSmallBtn img {
  width: 120px;
}

#loginBtn {
  width: 120px;
}

.bottomdivs {
  margin-top: 10px;
  width: 100%;
  position: relative;
}

.fieldset {
  width: 360px;
  float: left;
}

.SHOPfieldset {
  width: 350px;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0;
  -webkit-padding-end: 0;
  display: inline-block;
}

.COMfsLeft {
  width: 40%;
  float: left;
}

.COMfsRight {
  width: 60%;
  float: left;
}

.expirationMcont {
  float: left;
}

.expirationYcont {
  float: left;
}

.confirmemail {
  float: right;
  width: 550px;
  display: inline-block;
  margin-top: 70px;
}
.confirmemail img {
  margin-right: 10px;
  margin-top: 10px;
}

.LoginPartialHeader a {
  color: lightblue;
}

.SelectTagRebuild {
  color: black;
}

.sixtysixleft {
  width: 640px;
  float: right;
  display: inline;
}

.SHOPpagetitle {
  width: 700px;
  background-color: rgb(102, 161, 155);
  padding: 0 5px 5px 15px;
  margin: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  color: white;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  font-size: 30px;
  -webkit-text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.3);
  -moz-text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.3);
  text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.3);
  font-weight: normal;
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}

.SHOPitem {
  width: 193px;
  height: 200px;
  float: left;
  display: inline-block;
  -ms-flex-line-pack: center;
      align-content: center;
  background-color: white;
  padding: 5px;
  margin: 5px;
  position: relative;
}

.SHOPiteminfoIMG .SHOPimg {
  width: 193px;
}

.SHOPtitle {
  margin-top: 0;
  font-size: 14px;
  color: blue;
  font-style: normal;
}

.SHOPmoredetails {
  position: absolute;
  bottom: 5px;
  width: 80px;
  margin-left: 60px;
  margin-top: 10px;
  margin-bottom: 5px;
}

.SHOPprimaryimg {
  width: 620px;
}

#SHOPppInfo {
  width: 220px;
  margin-right: 20px;
}

#SHOPppPrice {
  width: 220px;
  margin-right: 20px;
  float: left;
}

.SHOPqtyandprice {
  width: 620px;
  margin-bottom: 20px;
  position: relative;
}

#COMShowAddToCart {
  width: 140px;
  float: right;
  margin-top: 10px;
}

#COMShowAddToCart button {
  font-size: 18px;
}

#SHOPcontainer {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.SHOPcarttable {
  margin-left: 20px;
}

.SHOPcartlabels th {
  background-color: rgb(102, 161, 155);
}

.blankrow td {
  border-top: 2px solid black;
  margin-bottom: 10px;
}

.price {
  text-align: center;
  width: 100px;
}

.SHOPcartitem {
  width: 550px;
}

.RemoveCartItem {
  text-align: center;
  width: 100px;
}

.taxesnotin {
  font-weight: normal;
  font-style: italic;
}

.SHOPtotals {
  text-align: left;
}

#ReCalcQty {
  margin-left: 27px;
}

.SHOPcheckout {
  float: right;
  margin-right: 43px;
}

.SHOPmore {
  margin-left: 28px;
}

#checkoutcontainer {
  width: 880px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.checkoutPanelleft {
  width: 380px;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  float: left;
  display: inline-block;
}
.checkoutPanelleft h2 {
  margin-top: 0;
  text-align: center;
}

._padlock {
  margin-left: 15px;
  width: 34px;
}

._cardpay {
  width: 135px;
  float: right;
}

#checkoutOR {
  font-size: 27px;
  color: rgb(102, 161, 155);
  font-weight: 900;
  float: left;
  display: inline-block;
  margin: 10px 20px;
}

.checkoutPanelright {
  width: 380px;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  float: right;
  display: inline-block;
  margin-bottom: 50px;
}
.checkoutPanelright h2 {
  margin-top: 0;
  text-align: center;
}

.SHOPnotfulltotal {
  position: absolute;
  bottom: 20px;
}

.SHOPcheckoutitem {
  width: 680px;
}

.ppshippinglocation {
  width: 200px;
  float: left;
  display: inline-block;
}

.ppicon {
  width: 130px;
  margin-top: -25px;
  float: right;
  display: inline-block;
}
.ppicon img {
  width: 130px;
}

#SHOPcheckoutcontainer {
  width: 880px;
  margin-left: auto;
  margin-right: auto;
}

#frmSubmitBtn {
  margin-left: 10px;
}

.shopLoginFrm {
  background-color: rgba(255, 255, 255, 0.5);
}

#loginform ul {
  -webkit-padding-start: 0px;
}

.news {
  width: 850px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background-color: #F3DEC5;
  padding: 10px;
}

.newstitle {
  background-color: #9d080d;
  padding: 0 5px 5px 15px;
  margin: 0;
  color: #F4E596;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-size: 30px;
  -webkit-text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.3);
  -moz-text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.3);
  text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.3);
  font-weight: normal;
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}

.newstitle a {
  color: yellow;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-size: 30px;
  text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.3);
  font-weight: normal;
}

.newslist {
  width: 30%;
  margin-top: 20px;
  background-color: #F4E596;
  color: black;
  float: right;
  display: inline;
  padding: 20px;
  padding-top: 0;
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}
.newslist h1, .newslist h2, .newslist h3, .newslist h4, .newslist h5, .newslist h6 {
  color: black;
}

.newslist ul {
  -webkit-padding-start: 0px;
}

.newslist li {
  margin-left: 0;
  margin-right: 10px;
  list-style: none;
  color: black;
}

.newslist a {
  color: black;
}

.newsarticle {
  width: 62%;
  float: left;
  display: inline;
}

.newsarticle img {
  width: 100%;
}

.newsListItem {
  width: 270px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

body {
  background-color: #ccc;
}

.indexcontainer {
  width: 920px;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  background-color: white;
}
.indexcontainer h1, .indexcontainer h2, .indexcontainer h3, .indexcontainer h4, .indexcontainer h5, .indexcontainer h6 {
  color: #9d080d;
}

.defaultcontainer {
  width: 920px;
  margin: 135px auto;
  margin-bottom: 20px;
  position: relative;
  background-color: white;
  padding: 20px;
}
.defaultcontainer h1, .defaultcontainer h2, .defaultcontainer h3, .defaultcontainer h4, .defaultcontainer h5, .defaultcontainer h6 {
  color: #9d080d;
}
.defaultcontainer a {
  color: #cc6600;
}

.maindefaultcontainer {
  width: 65%;
  float: left;
  display: inline-block;
  /*margin-top: 27px;*/
}

.sidedefaultcontainer {
  /*h1, h2, h3, h4, h5, h6 {
      color: black;
  }*/
  width: 30%;
  float: right;
  display: inline-block;
  background-color: #F4E596;
  margin-top: 60px;
  padding: 20px;
  padding-top: 0;
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}

.mainprofilecontainer {
  width: 60%;
  float: left;
  display: inline-block;
  margin-left: 20px;
}

.sideprofilecontainer {
  width: 30%;
  right: 40px;
  display: inline-block;
  background-color: white;
  margin-top: -40px;
  padding: 20px;
  padding-bottom: 0;
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
  z-index: 500;
  position: absolute;
  overflow: visible;
}

.sideprofilecontainer img {
  width: 288px;
  z-index: 500;
  position: relative;
}

.HPpanelL {
  position: relative;
  height: 335px;
  display: block;
  float: left;
  width: 305px;
  margin: 15px 20px 0 0;
  /* cursor: pointer; */
  text-decoration: none;
  background-color: #FFF;
}

.HPpanelC {
  position: relative;
  height: 335px;
  display: block;
  float: left;
  width: 305px;
  margin: 15px 0 0 0;
  /* cursor: pointer; */
  text-decoration: none;
  background-color: #FFF;
}

.HPpanelR {
  position: relative;
  height: 335px;
  display: block;
  float: left;
  width: 305px;
  margin: 15px 0 0 20px;
  /* cursor: pointer; */
  text-decoration: none;
  background-color: #FFF;
}

/*.aboutlogo {
    float: right;
    width: 200px;
}*/
.profileimg {
  width: 580px;
}

.EventItem {
  height: 145px;
}

.EventItem .dateBox {
  text-align: center;
  padding: 25px;
  max-width: 120px;
  float: left;
  background-color: #9d080d;
  height: 85px;
  font-size: 18px;
  color: #F4E596;
}

.EventItem .dateBox .day {
  font-size: 36px;
  color: #F4E596;
}

.EventImgLink {
  width: 225px;
  float: left;
  overflow: hidden;
  margin-right: 10px;
}

.EventImgLink img {
  float: left;
  height: 135px;
  margin: 0px 5px 0px 5px;
}

.EventDescription {
  width: 260px;
  float: left;
  max-height: 135px;
  margin-top: -15px;
}

.EventDescription h3 {
  margin-top: 1px;
}

.EventDescription a {
  color: #9d080d;
}

.aboutleft img {
  width: 150px;
  float: left;
  padding: 10px;
  padding-left: 0;
}
.aboutleft p {
  margin-top: 6px;
  width: 435px;
  float: right;
}

.flipcaption {
  background-color: rgba(157, 8, 13, 0.7);
  color: white;
  font-weight: bold;
  font-size: 20px;
  height: 50px;
  width: 279px;
  position: absolute;
  margin-top: -50px;
  margin-left: 1px;
  padding: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.topfooter {
  background-color: grey;
  height: 25px;
  width: 100%;
}
.topfooter p {
  -webkit-margin-before: 0.5em;
  -webkit-margin-after: 0.5em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  font-size: 11px;
  color: white;
}

.topfooter .inline:nth-child(1) {
  width: 140px;
  display: inline-block;
  height: 30px;
}

.topfooter .inline:nth-child(2) {
  width: 165px;
  margin-left: 10px;
  display: inline-block;
  height: 30px;
}

.topfooter .inline:nth-child(3) {
  width: 90px;
  margin-left: 10px;
  display: inline-block;
  height: 30px;
}

.topfooter .inline:nth-child(4) {
  width: 140px;
  margin-left: 10px;
  display: inline-block;
  height: 30px;
}
.topfooter .inline:nth-child(4) a {
  color: black;
}

.topfooter .inline:nth-child(5) {
  width: 140px;
  margin-left: 10px;
  display: inline-block;
  height: 30px;
}
.topfooter .inline:nth-child(5) a {
  color: black;
}

.topfooter .inline:nth-child(6) {
  width: 40px;
  position: absolute;
  right: 135px;
  display: inline-block;
  margin-top: 8px;
  bottom: -7px;
}
.topfooter .inline:nth-child(6) img {
  width: 45px;
}

.topfooter .inline:nth-child(7) {
  width: 40px;
  position: absolute;
  right: 90px;
  display: inline-block;
  margin-top: 8px;
  bottom: -7px;
}
.topfooter .inline:nth-child(7) img {
  width: 45px;
}

.topfooter .inline:nth-child(8) {
  width: 40px;
  position: absolute;
  right: 45px;
  display: inline-block;
  margin-top: 8px;
  bottom: -7px;
}
.topfooter .inline:nth-child(8) img {
  width: 45px;
}

.topfooter .inline:nth-child(9) {
  width: 40px;
  position: absolute;
  right: 0px;
  display: inline-block;
  margin-top: 8px;
  bottom: -7px;
}
.topfooter .inline:nth-child(9) img {
  width: 45px;
}

.topfooter .inline:nth-child(10) {
  width: 40px;
  float: right;
  margin-right: 20px;
  display: inline-block;
}
.topfooter .inline:nth-child(10) a {
  color: black;
}

.bottomfooter {
  margin-top: 0px;
  background-color: #4d4d4d;
  height: 20px;
  width: 100%;
  padding-top: 5px;
}
.bottomfooter p {
  margin-top: 5px;
  color: white;
  font-size: 11px;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0.5em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}
.bottomfooter p a {
  color: white;
}

body, html {
  padding: 0;
  margin: 0;
  font-family: "Montserrat", sans-serif;
}

#container {
  margin: 0 auto;
  width: 960px;
  height: 750px;
  position: relative;
}

/*content begin*/
#content {
  position: absolute;
  top: 30px;
  min-height: 750px;
}

#logo {
  float: left;
  width: 250px;
  margin-top: 10px;
  z-index: 100;
}

#logowords {
  float: left;
  height: 130px;
  z-index: 100;
}

#number2 {
  margin: -15px 0 10px 320px;
  font-size: 26px;
  font-weight: 900;
  line-height: 45px;
}

/*.orange {
    color: #f60;
}

.blue {
    color: #09f;
}*/
#Cmenu {
  margin-top: -5px;
  float: left;
  width: 155px;
  text-align: right;
  line-height: 26px;
  font-size: 14px;
}

#Cmenu > a {
  color: #09f;
  text-decoration: none;
}

#Cmenu > a:hover {
  color: #f60;
  text-decoration: none;
}

a img {
  border: none;
}

#Ctext {
  float: left;
  margin-left: 100px;
  padding-left: 20px;
  width: 445px;
  font-size: 14px;
}

#RUUD {
  margin-right: 50px;
  float: right;
}

/*content end*/
.bgSlideShow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -5;
}
.bgSlideShow > .ssImage {
  position: absolute;
  width: 100%;
  min-height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.image-wrap {
  /*max-height: 800px;*/
  /*overflow: hidden;*/
  position: relative;
  max-width: 100%;
  height: 100%;
  background-color: rgba(30, 100, 155, 0.6);
  -webkit-transition: 10s ease-in-out; /* Saf3.2+, Chrome */ /* FF4+ */ /* IE10? */ /* Opera 10.5+ */
  -webkit-transition: 10s ease-out;
  transition: 10s ease-out;
  -webkit-transition-duration: 2s;
          transition-duration: 2s;
}
.image-wrap > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(30, 100, 155, 0.6);
  -webkit-transition: 10s ease-in-out; /* Saf3.2+, Chrome */ /* FF4+ */ /* IE10? */ /* Opera 10.5+ */
  transition: 10s ease-in-out;
  -webkit-transition-duration: 5s;
          transition-duration: 5s;
  opacity: 0;
}
.image-wrap > img.active {
  z-index: 5;
}
.image-wrap > img.last {
  z-index: 0;
}
.image-wrap > img.placeholder {
  position: relative;
  display: block;
  opacity: 0;
}
.image-wrap > .homepage-tag-line {
  position: absolute;
  width: 100%;
  height: 40px;
  height: 2vw;
  padding: 5px 0 10px;
  top: 130px;
  background-color: rgba(30, 100, 155, 0.6);
  z-index: 200;
}
.image-wrap > .homepage-tag-line > .tag {
  position: absolute;
  height: 40px;
  height: 2.8vw;
  right: 260px;
  /*overflow: hidden;*/
  bottom: 20px;
}
.image-wrap > .homepage-tag-line > .tag > h1 {
  position: relative;
  display: inline-block;
  opacity: 0;
  word-break: break-all;
  font-size: 32px;
  font-size: 2vw;
  color: #FFF;
  text-shadow: 2px 2px 2px rgb(20, 20, 20);
}

@media only screen and (min-width: 800px) {
  .image-wrap {
    max-width: 100%;
  }
}
#mainImgBack {
  /*height: auto;
  min-width:800px; 
  width: 100%; 

  max-height:1067px;
  z-index:1;
  vertical-align: text-top;
  overflow:hidden;*/
  max-width: 100%;
}

#smclogo {
  position: absolute;
  top: 15px;
  left: -55px;
  z-index: 200;
  width: 600px;
}

#dav {
  position: absolute;
  width: 270px;
  top: 400px;
  left: 0px;
  z-index: 100;
}

#notes {
  position: absolute;
  width: 150px;
  top: 250px;
  left: 800px;
  z-index: 300;
}

#maincirc {
  position: absolute;
  width: 730px;
  top: 50px;
  left: 125px;
}

#SM {
  position: absolute;
  bottom: 60px;
  left: 4px;
  z-index: 100;
}

/*.sliderDetailsCnt {
    position: absolute;
    height: 410px;
    width: 470px;
    padding: 20px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.85);
    z-index: 950;
    overflow: hidden;
    transition: width .5s, background-color .5s;
    -webkit-transition: width .5s, background-color .5s;
    box-shadow: 5px 2.5px 5px rgba(55,55,55,0.5);
}

.sliderDetailsCnt.off {
    width: 0px;
    background-color: rgba(255, 255, 255, 0.1);
    transition: width .5s, background-color .5s;
    -webkit-transition: width .5s, background-color .5s;
}

.sliderDExpandCnt, .sliderDReduceCnt {
    float: left;
    position: relative;
    height: 410px;
    width: 25px;
    //border: 1px dotted #000;
    //border-width: 0 0 0 1px;
}

.sliderDExpandCnt > .sliderDExpand, .sliderDExpandCnt .sliderDReduce, .sliderDReduceCnt > .sliderDExpand, .sliderDReduceCnt .sliderDReduce {
    top: 5px;
    margin-left: -14px;
    width: 25px;
    height: 25px;
    float: left;
}

.sliderDExpandCnt > .sliderDExpand:after, .sliderDExpandCnt .sliderDReduce:after, .sliderDReduceCnt > .sliderDExpand:after, .sliderDReduceCnt .sliderDReduce:after {
    left: 5px;
    border-width: 0 3px 3px 0;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 6px;
    width: 9px;
    height: 10px;
    float: left;
}

.sliderDExpand.collapsed {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    transition: transform 0.5s;
    -webkit-transition: -webkit-transform 0.5s;
}

.sliderDExpand.expanded {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: transform 0.5s;
    -webkit-transition: -webkit-transform 0.5s;
}

.sliderDReduceCnt {
    width: 10px;
    height: 10px;
    border-width: 1px 0 0 0;
}

.sliderDReduceCnt > .sliderDReduce {
    font: 900 16px/27px Helvetica, Arial, sans-serif;
    text-align: center;
}

.sliderDReduceCnt > .sliderDReduce:after {
    top: 11px;
    border-width: 0;
}

.sliderDetails {
    position: relative;
    width: 420px;
    height: 410px;
    font-size: 15px;
    line-height: 20px;
    transition: color .4s;
    -webkit-transition: color .4s;
    padding-left: 15px;

    a {
        color: #09F;
    }
}

.sliderDetails.off {
    color: rgba(0,0,0,0);

    a {
        color: rgba(0,0,0,0);
    }

    transition: color .4s;
    -webkit-transition: color .4s;
}

#galCont {
    position: relative;
    top: 150px;
}

.thirty {
    position: absolute;
    top: 100px;
    right: 100px;
    z-index: 250;

    > img {
        width: 150px;
    }
}

.teamSliderArrow {
    cursor: pointer;
    position: absolute;
    z-index: 20;
    top: 30px;
    right: 5px;
    margin-top: -25px;
    width: 25px;
    height: 25px;
    border-radius: 25px;
    background-color: rgba(255,255,255,0);
    opacity: 1;
    box-shadow: -2px 1px rgba(255,255,255,0.7);
    -webkit-transition: opacity .4s, box-shadow .2s;
    transition: opacity .4s, box-shadow .2s;

    &.smaller {
        margin-top: -15px;
        width: 30px;
        height: 30px;
        border-radius: 15px;
        background-color: #fff;
        opacity: 0.5;
        box-shadow: 2px 2px 4px #262626;
        -webkit-transition: opacity .4s, box-shadow .2s;
        transition: opacity .4s, box-shadow .2s;

        &:after {
            position: absolute;
            //top:8px;
            content: "";
            display: block;
            width: 9px;
            height: 9px;
            border: 3px solid #000;
        }

        &.LA {
            cursor: pointer;
            left: -10px;

            &:after {
                right: 7px;
                border-width: 3px 0 0 3px;
                -ms-transform: rotate(-45deg);
                -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
            }
        }

        &.RA {
            cursor: pointer;
            right: -10px;

            &:after {
                left: 7px;
                border-width: 3px 3px 0 0;
                -ms-transform: rotate(45deg);
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
            }
        }
    }

    &:after {
        position: absolute;
        left: 6px;
        top: 3px;
        content: "";
        display: block;
        width: 10px;
        height: 10px;
        border-left: 3px solid #fff;
        border-bottom: 3px solid #fff;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }

    &.LA {
        cursor: pointer;
        left: -10px;

        &:after {
            right: 10px;
            border-width: 5px 0 0 5px;
            -ms-transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }
    }

    &.RA {
        cursor: pointer;
        right: -10px;

        &:after {
            left: 10px;
            border-width: 5px 5px 0 0;
            -ms-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
        }
    }

    &:hover {
        opacity: 1;
    }

    &:active {
        box-shadow: inset 0 0 10px #262626;
    }
}*/
.folioLeft {
  background-color: rgba(255, 255, 255, 0.85);
  -webkit-box-shadow: 5px 2.5px 5px rgba(55, 55, 55, 0.5);
          box-shadow: 5px 2.5px 5px rgba(55, 55, 55, 0.5);
  position: absolute;
  top: 110px;
  left: 0px;
  width: 960px;
  height: 150px;
}

.folioImageCnt {
  position: relative;
  width: 960px;
  height: 610px;
}

.folioImage {
  width: 960px;
  height: 610px;
}

.folioTitleCnt {
  position: absolute;
  top: 40px;
  left: 0px;
  width: 300px;
  height: 150px;
  background-color: rgba(255, 255, 255, 0.85);
  -webkit-box-shadow: 5px 2.5px 5px rgba(55, 55, 55, 0.5);
          box-shadow: 5px 2.5px 5px rgba(55, 55, 55, 0.5);
}

.folioTitle {
  padding-bottom: 20px;
  padding-left: 20px;
  color: blue;
}

.folioName {
  padding-left: 20px;
  color: white;
}

.folioGridCnt {
  position: absolute;
  top: 190px;
  left: 300px;
  width: 620px;
  height: 400px;
  background-color: rgba(255, 255, 255, 0.85);
  -webkit-box-shadow: 5px 2.5px 5px rgba(55, 55, 55, 0.5);
          box-shadow: 5px 2.5px 5px rgba(55, 55, 55, 0.5);
}

/*.bgOverlay{
    position:absolute;
    top:0px;
    width:100%;
    height:100%;
    background-color:rgba(255,255,255,0.75);
}*/
.projectText {
  padding: 25px;
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
}

.fancyPanels {
  position: relative;
  display: block;
  width: 100%;
  margin: 20px 0;
}

.fancyPanels > .panels {
  position: relative;
  width: 100%;
}

.fancyPanels > .panels > .panel {
  position: relative;
  float: left;
  cursor: pointer;
  margin-bottom: 20px;
}

.fancyPanels > .panels > .panel > h1 {
  width: 260px;
  background-color: rgba(102, 161, 155, 0.7);
  font-size: 24px;
  height: 24px;
  margin: 0;
  position: absolute;
  bottom: 4px;
  left: 0;
  text-align: right;
  vertical-align: middle;
  padding-bottom: 5px;
  color: #0B1C2E;
  font-family: Times New Roman, serif;
  font-weight: 200;
  padding-right: 40px;
}

.fancyPanels > .panels > .panel > p {
  position: absolute;
  bottom: 3px;
  left: 20px;
  font-family: Times New Roman, serif;
  font-style: italic;
  color: white;
  font-size: 24px;
  z-index: 50;
}

.fancyPanels > .panels > .panel > img {
  width: 100%;
  -webkit-box-shadow: 5px 5px 5px grey;
          box-shadow: 5px 5px 5px grey;
}

.fancyPanels > .panels > .panel.active {
  cursor: default;
}

.fancyPanels > .panels > .panel:nth-last-child(3):first-child,
.fancyPanels > .panels > .panel:nth-last-child(3):first-child ~ div {
  color: white;
  width: 300px;
}

.fancyPanels > .panels > .panel:nth-last-child(3):first-child.panel + .panel,
.fancyPanels > .panels > .panel:nth-last-child(3):first-child ~ div.panel + .panel {
  margin-left: 30px;
}

.fancyPanels > .panels > .panel:nth-last-child(4):first-child,
.fancyPanels > .panels > .panel:nth-last-child(4):first-child ~ div {
  color: cyan;
  width: 22%;
}

.fancyPanels > .panels > .panel:nth-last-child(4):first-child.panel + .panel,
.fancyPanels > .panels > .panel:nth-last-child(4):first-child ~ div.panel + .panel {
  margin-left: 4%;
}

.fancyPanels > .overlay {
  position: absolute;
  visibility: hidden;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

.fancyPanels > .overlay.on {
  visibility: visible;
}

.fancyPanels > .overlay > .closeButtonCnt {
  position: absolute;
  top: 10px;
  right: 15px;
  z-index: 120;
  border-width: 1px 0 0 0;
}

.fancyPanels > .overlay > .closeButtonCnt > .closeButton {
  display: none;
  width: 22px;
  height: 22px;
  border-radius: 20px;
  background-color: #FFF;
  cursor: pointer;
  text-align: center;
  line-height: 22px;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  z-index: 110;
}

.fancyPanels > .overlay > .closeButtonCnt > .closeButton:hover {
  opacity: 0.9;
}

.fancyPanels > .overlay > .closeButtonCnt > .closeButton.on {
  display: block;
  opacity: 0.5;
}

.fancyPanels > .overlay > .titles {
  position: relative;
  width: 100%;
  height: 37px;
}

.fancyPanels > .overlay > .titles > h1 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.fancyPanels > .overlay > .titles > h1.active {
  opacity: 1;
}

.fancyPanels > .overlay > .subMenus {
  position: relative;
  width: 100%;
  z-index: 110;
}

.fancyPanels > .overlay > .subMenus > .subMenu {
  position: relative;
  visibility: hidden;
  opacity: 0;
  float: left;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.fancyPanels > .overlay > .subMenus > .subMenu > p {
  margin-left: 5px;
  margin-bottom: -100px;
  margin-top: -10px;
}

.fancyPanels > .overlay > .subMenus > .subMenu > p > a {
  margin-left: 5px;
  margin-bottom: -100px;
  margin-top: -10px;
  color: #FFF;
}

.fancyPanels > .overlay > .subMenus > .subMenu.active {
  opacity: 1;
}

.fancyPanels > .overlay > .subMenus > .subMenu.on {
  visibility: visible;
}

.fancyPanels > .overlay > .subMenus > .subMenu:nth-last-child(3):first-child,
.fancyPanels > .overlay > .subMenus > .subMenu:nth-last-child(3):first-child ~ div {
  color: rgb(11, 28, 46);
  width: 380px;
  margin-left: 500px;
  font-size: 24px;
}

.fancyPanels > .overlay > .subMenus > .subMenu:nth-last-child(3):first-child.subMenu + .subMenu,
.fancyPanels > .overlay > .subMenus > .subMenu:nth-last-child(3):first-child ~ div.subMenu + .subMenu {
  margin-left: 50px;
  width: 300px;
}

.fancyPanels > .overlay > .subMenus > .subMenu:nth-last-child(4):first-child,
.fancyPanels > .overlay > .subMenus > .subMenu:nth-last-child(4):first-child ~ div {
  color: cyan;
  width: 22%;
}

.fancyPanels > .overlay > .subMenus > .subMenu:nth-last-child(4):first-child.subMenu + .subMenu,
.fancyPanels > .overlay > .subMenus > .subMenu:nth-last-child(4):first-child ~ div.subMenu + .subMenu {
  margin-left: 4%;
}

.fancyPanels > .overlay > .background {
  position: absolute;
  width: 960px;
  height: 250px;
  top: 0;
  left: 0;
  z-index: 80;
}

.fancyPanels > .overlay > .background > .flip {
  position: relative;
  display: block;
  float: left;
  width: 5%;
  height: 100%;
  z-index: 80;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.fancyPanels > .overlay > .background > .flip.on {
  opacity: 1;
  z-index: 90;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  /*box-shadow: 6px 6px 5px 1px rgba(0, 0, 0, 0.75);*/
}

.pageitem {
  width: 35%;
  height: 100%;
}

.pageitem img {
  position: absolute;
  top: 95px;
  left: -80px;
  float: left;
  width: 400px;
  max-height: 270px;
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}

.servicesheader {
  margin-left: 30px;
  margin-right: 30px;
}

.flippers {
  width: 925px;
  margin-left: auto;
  margin-right: auto;
}

.flip-container {
  -webkit-perspective: 920;
  -o-perspective: 920;
  perspective: 920;
  width: 287px;
  height: 208px;
  padding-bottom: 15px;
  padding-right: 20px;
}

.flip-container:nth-child(3) {
  padding-right: 0px;
}

.flip-container, .front, .back {
  float: left;
}

.flipper {
  -moz-transform: perspective(850px);
  -moz-transform-style: preserve-3d;
  width: 287px;
  height: 208px;
  position: relative;
  overflow: hidden;
}

.front, .back {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  -moz-transition: 0.6s;
  -moz-transform-style: preserve-3d;
  -o-transition: 0.6s;
  -o-transform-style: preserve-3d;
  -ms-transition: 0.6s;
  -ms-transform-style: preserve-3d;
  transition: 0.6s;
  transform-style: preserve-3d;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.front > img, .back > img {
  width: 100%;
  height: 100%;
}

.back {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  background-color: grey;
}

.backTxt {
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
  font-size: 14px;
  color: #ffffff;
  position: absolute;
  top: 0px;
  padding: 20px;
}

.flip-container:hover .back, .flip-container.hover .back {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

.flip-container:hover .front, .flip-container.hover .front {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.front {
  background-color: grey;
  z-index: 2;
}

.newsarticle strong {
  font-family: "Montserrat", sans-serif;
  color: #CC9966;
  font-style: italic;
}

.footercontainer {
  width: 920px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.quote {
  width: 250px;
  margin-top: 420px;
  margin-left: 20px;
  background-color: rgb(11, 28, 46);
  padding: 20px;
  font-family: "Montserrat", sans-serif;
  color: white;
  font-size: 28px;
  font-style: italic;
  font-weight: normal;
  text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.3);
  float: left;
}

.sitefooter {
  margin-top: 20px;
}

.join {
  margin-left: 10px;
  font-size: 42px;
}

.header {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.headerIMG {
  width: 960px;
  height: 75px;
  margin-bottom: -2px;
}

.rightcontact {
  float: right;
  width: 400px;
  display: inline-block;
}

.contactimg {
  width: 300px;
}

.leftcontact {
  width: 400px;
  display: inline-block;
  margin-left: 20px;
}

.rightcontactimg {
  float: right;
  width: 400px;
  display: inline-block;
}

.rightcontactimg img {
  width: 400px;
}

.promoimgs img {
  width: 300px;
  margin-right: 5px;
  margin-bottom: 20px;
}

.promoimgs img:nth-of-type(3n) {
  margin-right: 0;
}