@import url('https://fonts.googleapis.com/css?family=Montserrat:200,300,300i,400,400i,500,500i, 700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Teko:wght@400;700&display=swap');

body {
  background-color: #000;
  color: #ccc;

}

.noleftmargin, .left0  {
  margin-left: 0 !important;
}



.paddingleft20 {
  padding-left: 20px;
}

.paddingleft30 {
  padding-left: 30px;
}

.paddingleft40 {
  padding-left: 40px;
}
.paddingleft60 {
  padding-left: 60px;
}

.spacer50 {
  height: 50px;
}


.video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Adjust opacity as needed */
    z-index: 1;
}
.page-welcome {
    position: relative;
    overflow: hidden;
}


.overlay {
  /*
  background: transparent url('http://www.grayesmith.com/assets/images/pages/welcome/background-2.png') center 0px no-repeat;
  background-size: 120%;
  */
  background-color: rgba(0,0,0,0.8);
  position: relative;
  height: 100vh;
  z-index: 0;
  position: absolute; 
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.page-welcome {
  /*
  background-image: url("../images/pages/welcome/mainbackground.png");
  background-attachment: fixed;
  */
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  text-align: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.page-welcome .logo {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  height: 140px;
  position: relative;
  width: 140px;
  margin: 0 auto;
}
.page-welcome .logo .scrollNormal {
  opacity: 1;
  filter: alpha(opacity=100);
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -70px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.page-welcome .logo .scrollDown {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -70px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.page-welcome .logo:hover .scrollNormal {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
.page-welcome .logo:hover .scrollDown {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: rotate(-360deg);
  -moz-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  -o-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.page-welcome #welcome-messages {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 123123;
}
.page-welcome #welcome-messages h1 {
  margin: 0px;
  padding-top: 15px;
  padding-bottom: 5px;
  text-shadow: 
    -3px -3px 3px #555, 
    3px 3px 3px #000;
}

.page-casestudies h2, .page-clients h2, .page-mystory h2, .page-contact h2 {
  margin: 0px;
  padding-top: 10px;
  padding-bottom: 5px;
  text-shadow: 
  3px 3px 3px #555;
  color:#fff;
  font-size: 3.5em;
  line-height: .8em;
  font-family: 'Teko', sans-serif;
  letter-spacing: 2px;
  font-weight: 500;
}

.page-casestudies h1 span, .page-clients h1 span {
  display: block;
}

.page-welcome #welcome-messages h1 {
 text-transform: uppercase;
 color:#fff;
}

.page-welcome #welcome-messages p{
    margin: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    font-family: 'Lato', 'Montserrat', sans-serif;
    font-weight: 100;
    letter-spacing: 0;
    font-size: 1.3em;
    line-height: 1em;
}

.page-welcome #welcome-messages h2 span {

}

.page-welcome #welcome-messages ul{
  margin: 0px;
  padding: 20px 0;
}

.page-welcome #welcome-messages li {
  padding: 20px 0;
}
.page-welcome #welcome-messages.divider:after {
  margin: auto auto 14px;
  padding-bottom: 5px;
}
.page-welcome #welcome-messages + p {
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 10px;
  font-weight: 800;
  letter-spacing: 2px;
}
.page-welcome .social-icons {
  margin: 0;
  display: inline-block;
  position: relative;
}

/*
.page-welcome .bottomTrans {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 133px;
    background: url(../images/pages/welcome/bottom.png);
}

*/

#mainsec {
    position: relative;
    overflow: hidden; /* Ensure content doesn't overlap awkwardly */
}

#background-svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
    object-fit: contain; 
    object-position: center;
    display: none;
}

.pages {
    position: relative;
    z-index: 1; /* Ensure content appears above the SVG */
}



.contact-info {
  width: 100%;
  margin: 50px auto 0;
  display: inline-flex;
  flex-flow: row nowrap;
  justify-content: space-evenly;
  align-items: center;
}

.contact-info {

}


#testimonials {
  background-color: #ce503b;
  margin-top:40px;

}

.page-welcome .centralized {
  z-index: 2;
  position: relative;
  /* background-color: rgba(0, 0, 0, 0.8);
  border-radius: 55px;
  padding: 20px;
  */
}




/*   PORTFOLIO ITEM LIST ITEMS   */

.portfolio-items {
  display: inline-flex;
  flex-flow: row wrap;
  width: 100%;
}


.portfolio-items h4 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 800;
  color: #aaaaaa;
  letter-spacing: 0px;
  line-height: 20px;
  text-align: center;
  border-bottom: 1px solid #e4e4e4;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 15px;
  font-weight: bold;
  position: relative;
}

.portfolio-items h3 {
  text-align: center;
}



.portfolio-items p {
  font-size: 1.2em;
  line-height: 1.35em;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.portfolio-items .mix {
  display: none;
  filter: saturate(0%) opacity(30%);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 500ms;
  border-radius: 15px;
  margin-bottom: 0;
  margin-top: 30px;
  border:solid 1px #ccc;
}

.portfolio-items .mix:active {
  border-bottom:solid 0px #ccc;
}



.portfolio-items a {
  position: relative;
  display: block;
  color: #fff;
  overflow: hidden; 
  border-radius: 15px; 
  transition: border 200ms ease-in-out;
  -webkit-transition: border 200ms ease-in-out;
  -moz-transition: border 200ms ease-in-out;
  -o-transition: border 200ms ease-in-out;

}

.portfolio-items a:hover {
}

/*
.portfolio-items a::after {
  content: 'Click to view';
    position: relative;
    display: block;
    padding: 20px 40px;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 5;
    font-weight: 700;
    border-top: solid 1px #555;
    opacity: 0;
    transition: all 300ms ease-in-out;
    text-align: center;
    transition-delay: 300ms;
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -o-transition-delay: 300ms;
}

.portfolio-items a:hover::after {
  opacity: 1;
  
}
*/
.activeLI a {
  border-radius: 15px 15px 0 0;
}


/*  OVERLAYS ON PORTFOLIO BUTTONS */
.portfolio-items .portfolio-overlay {
  width: 100%;
  height: 100%;
  display: block;
  z-index: 4;
  background-color: rgba(0,0,0,.7);
  opacity: 0;
  padding: 30px 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  transition-delay: 300ms;
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -o-transition-delay: 300ms;
}
.portfolio-items a:hover .portfolio-overlay, .portfolio-items .activeLI  .portfolio-overlay  {
  opacity: 1;
}



.portfolio-overlay h4, .portfolio-overlay p {
  /* 
  text-align: left !important;
  width: 60%;
  margin-left: 30px !important;
  color: #fff;
  */
}

.mainport p {
  margin-left: 0px !important;
}

.portfolio-items .mix:hover, .portfolio-items .activeLI   {
  filter: saturate(100%) opacity(1000%);
}

.portfolio-items .activeLI {
  border-radius: 15px 15px 0 0;
  border-bottom: 0px;
}

.portfolio-item-details, .port-item-details {
  display: none;
  position: relative;
  width: 100%;
  color:  #000000;
  border-radius:  0 0 15px 15px;
}

.portfolio-item-details {
  /* max-height: 800px;*/
  margin-left: 30px;
}

.port-item-details {
  /* max-height: 700px; */
  min-height: 500px;
}

}
.portfolio-item-details .close-portfolio, .port-item-details .close-portfolio {
  text-align: right;
  position: relative;
  right: 10px;
  top: 15px;
}

.close-portfolio {
  position: relative;
  width: 100%;
  height: 40px;
}

.portfolio-item-details .close-portfolio span, .port-item-details .close-portfolio span {
  color: #aaa;
  display: block;
  position: absolute;
  right:30px;
  top: 30px;
  z-index: 6;
  height: 20px;
  width: 20px;
  border-radius: 20px;
  line-height: 1.25em;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  text-indent: 2px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.8);
  border: solid 1px #555;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}


.portfolio-item-details .close-portfolio span:hover, .port-item-details .close-portfolio span:hover {
  background-color: #00ffe9;
  color: #000;
}


.carousel-indicators {
  position: relative;
  z-index: 5;
  margin: 0 0 0 100px;
  list-style: none;
  text-align: left;
  max-width: 100%;
}

.portSections h2, .portfolio-item-details h2 {
  color: #00ffe9;
  font-size:1.5em;
}
.portSections .carousel-indicators {
  margin-left: 10%;
}

.carousel-indicators li {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 5px;
  text-indent: -999px;
  background-color: #000;
  border: solid 1px #555;
  border-radius: 8px;
  transition: background-color 200ms, border 200ms;
}

.carousel-indicators li:hover {
  background-color: #555;
}
.carousel-indicators .active {
  background-color: #00ffe9;
  border: solid 1px #fff;
  /* box-shadow: 3px 3px 3px #a6a6a6;*/
}








.portfolio-item-details h5, .port-item-details h5 {
  margin-top: 10px;
  margin-bottom: 0px;
}
.portfolio-item-details article, .port-item-details article {
  margin-top: 15px;
}

.portfolio-item-details section.website, .port-item-details section.website  {
  background-color: #f7f7f7;
  padding: 20px;
}

.portfolio-item-details .website h5, .port-item-details .website h5 {
  line-height: 20px;
  margin-top: 15px;
}
.portfolio-item-details .website a, .port-item-details .website a {
  font-size: 1.5em;
  line-height: 15px;
  font-weight: bold;
  text-decoration: underline;
}
.portfolio-item-details .social-icons, .port-item-details .social-icons {
  margin: 40px 0;
}
.portfolio-item-details .submenu, .port-item-details .submenu {
  text-align: left;
}
.portfolio-item-details .submenu span, .port-item-details .submenu span {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 28px;
  letter-spacing: 1px;
  color: #000000;
  padding: 5px 10px;
  border: solid 1px #000;
  margin: 0;
  position: relative;
  background-color: #edee75;
}
.portfolio-item-details .submenu span:hover, .port-item-details .submenu span:hover {
  text-decoration: none;
}


.portfolio-item-details .portfolioGraphics {
  padding-bottom: 0px;
  margin-left: 0;
}

.portfolio-item-details .portfolioGraphics img {

}

.portfolio-item-details .portfolioGraphics .gifHolder {
  text-align: center;
  padding: 0 0 40px 0;
}


.portfolio-item-details .portfolioGraphics .gifHolder img {
  width: 80%;
}



.submenudesc {
  min-height: 30px;
}

.submenudesc p {
  display: none;
  margin-block-end: 0;
  margin-block-start: 0;
}




.videoiframe {
  width:900px;
  height:503px;
}

@media screen and (max-width: 1279px) {
  .videoiframe {
    width:560px;
    height:315px;
  }

  .portfolio-items a {
    /* min-height:205px;*/
  }
}

#portfoliPDF {
    padding: 30px 0;
    background-color: #000;
    margin: 90px auto;
    border-top: solid 1px #00ffe9;
  border-bottom: solid 1px #00ffe9;
}



@media screen and (max-width: 767px) {
  .videoiframe {
    width:373px;
    height:210px;
  }
}


img.border {
  border:  solid 1px #ccc;
}
/*
*   PAGE | FEATURES
*/.page-mystory {
  position: relative;
  background-color: #000;
  padding-top:100px;
  padding-bottom:100px;
  color: #fff;
  border-top: solid 1px #00ffe9;
  border-bottom: solid 1px #00ffe9;
}

.page-mystory h2 {
}

.page-mystory p.largerText {
  font-size: 1.25em;
  line-height: 1.5em;
}

.page-mystory .nameLine {
  font-style: italic;
  text-align: right;
}
.page-mystory .container {
  position: relative;
  z-index: 2;
}
.page-mystory #quote-slider {
  margin-bottom: 35px;
  position: relative;
}
.page-mystory #quote-slider .carousel-indicators {
  left: 0;
  right: 0;
  top: auto;
  bottom: -8px;
  text-align: center;
}
.page-mystory #quote-slider .carousel-indicators li {
  width: 8px;
  height: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  cursor: pointer;
  float: none;
  display: inline-block;
}
.page-mystory .quote {
  background: url(../images/css/divider_q.png) no-repeat 50% 0;
  margin-top: 50px;
  padding-top: 50px;
}
.page-mystory div p {
  text-align: left;
  position: relative;
}
.page-mystory div p em {
  font-weight: 600;
  text-transform: uppercase;
}

.page-mystory h1 {
  text-shadow: rgb(80 80 80) -3px -3px 3px, rgb(0 0 0) 3px 3px 3px;
}
.page-mystory .overlay:after {
  background: url("../images/pages/welcome/worn_dots_grey5.png") repeat top left;
  
}
.page-mystory div p:first-child {
  /* border-bottom: 1px solid #b1ab70; */
  margin-bottom: 20px;
  font-weight: 900;
  color: #eeee74;
}

.page-mystory #portfoliPDF{
}

.page-mystory #portfoliPDF div{
}


.page-mystory #portfoliPDF div a {
  display: block;
  float: none;
  width: 290px;
  height: 80px;
  /* background: url(../images/PDF.png) no-repeat center right; */
  margin: 0 auto;
  text-align: left;
  padding-top: 23px;
  color: #edee75;
  font-size: 20px;
  transition: color .5s;
  text-align: center;
}

.page-mystory #portfoliPDF div a:hover {
  color: #fff;
}


.page-casestudies {
  position: relative;
  padding-top:100px;
}



/*
*   PAGE | ABOUT
*/
.page-about .about-items .item {
  position: relative;
  display: inline-block;
  color: #fff;
  overflow: hidden;
}
.page-about .about-items .item:hover .about-overlay {
  opacity: 0.95;
  filter: alpha(opacity=95);
  left: 0;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
.page-about .about-items .about-overlay {
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  position: absolute;
  display: block;
  z-index: 4;
  background-color: #4e808e;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.page-about .about-items .about-overlay .social-icons {
  left: 50%;
  margin-left: -85px;
  margin-top: -15px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 170px;
  z-index: 6;
}
.page-about .about-items .about-overlay .social-icons a {
  padding: 4px;
}
.page-about .about-items .about-overlay .social-icons i {
  display: inline-block;
}

.page-mystory .quicklist, .page-casestudies .quicklist {
  list-style: square;
  margin-bottom:  20px;
  text-align: left;
}

.page-mystory .quicklist li, .page-casestudies .quicklist li{
  margin-left: 20px;
  margin-bottom:  20px;
  line-height: 1.5em;
}


/*
*   PAGE | TWITTER
*/
.page-twitter {
  position: relative;
  background: url(../images/pages/twitter/tw_bck.jpg) 50% 0 no-repeat fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 90px;
  padding-bottom: 130px;
}
.page-twitter .container {
  z-index: 2;
  position: relative;
}
.page-twitter .twitter-devider {
  background: url(../images/css/divider_tw.png) no-repeat center bottom;
  padding-bottom: 60px;
}
.page-twitter .twitterfeed {
  min-height: 55px;
  padding-top: 20px;
  position: relative;
}
.page-twitter .twitterfeed .tweet_time {
  display: none;
}
.page-twitter .twitterfeed .tweet_time a {
  font-size: 11px;
  color: #ffffff;
  display: block;
}
.page-twitter .twitterfeed .tweet_text a:hover {
  color: #4e808e;
  text-decoration: underline;
}
.page-twitter .twitterfeed .tweet_list {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.page-twitter .twitterfeed .tweet_list li {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.page-twitter .twitterfeed .carousel-indicators {
  bottom: -70px;
  left: 0;
  right: 0;
  text-align: center;
  top: auto;
}
.page-twitter .twitterfeed .carousel-indicators li {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  cursor: pointer;
  display: inline-block;
  float: none;
  height: 8px;
  width: 8px;
  margin-left: 5px;
  margin-right: 5px;
}
/*
*   PAGE | BLOG
*/
.page-blog h5 {
  margin-bottom: 12px;
}
.page-blog .read-more {
  text-align: right;
  margin-bottom: 20px;
}
.page-blog .read-more a {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 20px;
  letter-spacing: 1px;
  color: #ffffff;
  padding: 3px 8px;
  margin: 0 3px;
  position: relative;
  background-color: #bbbbbb;
}
.page-blog .read-more a:hover,
.page-blog .read-more a.active {
  background-color: #4e808e;
  text-decoration: none;
  color: #ffffff;
}
/*
*   PAGE | BLOG LIST
*/
.page-blog-list {
  margin-bottom: 70px;
}
.page-blog-list h5 {
  margin-bottom: 12px;
}
.page-blog-list .read-more {
  text-align: right;
  margin-bottom: 20px;
}
.page-blog-list .read-more a {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 20px;
  letter-spacing: 1px;
  color: #ffffff;
  padding: 3px 8px;
  margin: 0 3px;
  position: relative;
  background-color: #bbbbbb;
}
.page-blog-list .read-more a:hover,
.page-blog-list .read-more a.active {
  background-color: #4e808e;
  text-decoration: none;
  color: #ffffff;
}
.page-blog-list article {
  margin-bottom: 60px;
}
.page-blog-list article p {
  font-size: 0.8em;
  line-height: 22.5px;
}
.page-blog-list .blog-list-right .block {
  padding-bottom: 30px;
}
.page-blog-list .blog-list-right h6 {
  border-bottom: 1px solid #bbbbbb;
}
.page-blog-list .blog-list-right h6:first-child {
  padding-top: 0px;
}
.page-blog-list .blog-list-right .submenu {
  text-align: left;
}
.page-blog-list .blog-list-right .simple-link-list {
  list-style: none;
  margin: 0px;
  padding: 0px;
  padding-top: 15px;
}
.page-blog-list .blog-list-right .simple-link-list li {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.page-blog-list .blog-list-right .simple-link-list li a {
  color: #292929;
  font-size: 0.8em;
  padding: 5px 0px;
}
.page-blog-list .blog-list-right .twitterfeed {
  font-size: 0.8em;
}
.page-blog-list .blog-list-right .twitterfeed ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  padding-top: 15px;
}
.page-blog-list .blog-list-right .twitterfeed ul li {
  list-style: none;
  margin: 0px;
  padding: 0px;
  padding-top: 10px;
}
.page-blog-list .comments {
  background-color: #eee;
  padding: 4px 10px;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold;
}
.page-blog-list .comments a {
  font-size: 11px;
  font-weight: bold;
}
.page-blog-list .comments-details {
  background-color: #eee;
  padding: 15px;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 30px;
}
.page-blog-list .comments-details .media {
  padding: 15px 0 25px;
  border-bottom: 1px solid #bbbbbb;
}
.page-blog-list .comments-details .media:last-child {
  border-bottom: none;
}
.page-blog-list .comments-details .comments-post-info {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold;
  color: #aaaaaa;
}
.page-blog-list .write-comment {
  font-size: 14px;
  line-height: 19px;
}
.page-blog-list .write-comment form input[type='text'] {
  background-color: #eeeeee;
  color: #666666;
  font-size: 14px;
}
.page-blog-list .write-comment form input[type='text']:focus {
  background-color: #fff;
}
.page-blog-list .write-comment form textarea {
  background-color: #eeeeee;
  color: #666666;
  font-size: 14px;
}
.page-blog-list .write-comment form textarea:focus {
  background-color: #fff;
}
.page-blog-list .write-comment form .btn {
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.page-blog-list .write-comment form .media {
  padding-top: 24px;
}
.fixed-visable + #page-blog-list {
  padding-top: 60px;
}
/*
*   PAGE | CONTACT
*/
.page-contact {
  position: relative;
  padding-bottom: 50px;
  padding-top: 100px;
}
.page-contact .container {
  position: relative;
  z-index: 2;
}
.page-contact #map-image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  opacity: 0.2;
  filter: alpha(opacity=10);
  overflow: hidden;
}
.page-contact #map-image img {
  height: 100%;
  width: 100%;
}
.page-contact form input[type='email'],
.page-contact form input[type='text'] {
  background-color: #CCCCCC;
  color: #666666;
  font-size: 0.8em;
}
.page-contact form input[type='email']:focus,
.page-contact form input[type='text']:focus {
  background-color: #fff;
}
.page-contact form textarea {
  background-color: #CCCCCC;
  color: #666666;
  font-size: 0.8em;
}
.page-contact form textarea:focus {
  background-color: #fff;
}
.page-contact form .btn {
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.page-contact form .media {
  padding-top: 24px;
}
/*
*   PAGE | CLIENTS
*/


.page-clients  {
  padding-bottom: 150px;
}
.page-clients .logorow {
  padding-top: 50px;
}
.page-clients .logorow img {
max-width: 150px;
    width: 100%;
    width: auto\9;
    height: auto;
    vertical-align: middle;
    margin-bottom:  30px;
}


/*
*   HEADER
*/
.pages header {
  padding-top: 30px;
  padding-bottom: 40px;
  text-align: center;
}
#navigation, #navigation2 {
  background-color: #000;
  width: 100%;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.65);
  z-index: 2000;
  *position: relative;
  *z-index: 2000;
}
#navigation .brand, #navigation2 .brand  {
  padding: 7px 0px 8px 0px;
  text-align: left;
  position: relative;
  display: inline-block;
}
#navigation #main-menu, #navigation2 #main-menu  {
  display: inline-block;
  float: none;
  margin: 0 auto;
  padding: 0px;
  position: relative;
  text-align: center;
  line-height: 18px;
  font-size: 12px;
  list-style: none;
  height: 100%;
}
#navigation #main-menu li, #navigation2 #main-menu li {
  display: inline-block;
  position: relative;
  padding: 0px;
  margin: 0px;
  line-height: 18px;
  list-style: none;
}
#navigation #main-menu a, #navigation2 #main-menu a  {
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 18px;
  letter-spacing: 1px;
  color: #eced6d;
  padding: 12px 15px;
  margin: 0px;
  text-decoration: none;
  text-shadow: 0 1px 0 #2e2e2e;
  position: relative;
  display: block;
}
#navigation #main-menu li a:focus,
#navigation #main-menu li a:hover,
#navigation2 #main-menu li a:focus,
#navigation2 #main-menu li a:hover {
  background: none;
  outline: medium none;
}
#navigation #main-menu li:hover a:after,
#navigation #main-menu li.active a:after,
#navigation2 #main-menu li:hover a:after,
#navigation2 #main-menu li.active a:after {
  background-color: #00ffe9;
  bottom: -4px;
  content: "";
  height: 7px;
  left: 50%;
  margin-left: -4px;
  position: absolute;
  width: 7px;
}
#navigation .mobile-menu, #navigation2 .mobile-menu {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-left: 5px;
  margin-top: 3px;
  cursor: pointer;
}
#navigation .mobile-menu .icon-bar, #navigation2 .mobile-menu .icon-bar {
  background-color: #fff;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  display: block;
  height: 3px;
  width: 26px;
  margin-bottom: 3px;
  margin-top: 1px;
}
#navigation .mobile-menu:hover .icon-bar, #navigation2 .mobile-menu:hover .icon-bar {
  background-color: #eced6d;
}

.logoTitle {
  font-size:  2em;
  font-family: 'Teko', sans-serif;
  letter-spacing: 1px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  position: relative;
  top: 6px;
}

/*
*   Submenu
*/
.submenu {
  position: relative;
  text-align: center;
  margin-top: 20px;
}
.submenu ul {
  margin: 0;
}
.submenu li {
  display: inline-block;
  margin-bottom:  15px;
  max-width: 300px;
}

.submenu li p {
  display: inline-block;
  opacity: 0;
  font-size:0.8em;
  line-height:1.2em;
  margin-top:12px;
  width:80%;
  transition: all 0.5s ease-in-out;
}

.submenu li:hover p {
  opacity: 1;
}

.submenu a {
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 28px;
  letter-spacing: 1px;
  color: #555;
  padding: 6px 12px;
  margin: 0 5px;
  position: relative;
  background-color: none;
  border: solid 1px #555;
  transition: all 0.3s ease-in-out;
}
.submenu a:hover{
  text-decoration: none;
  border: solid 1px #000;
  background-color: #00ffe9;
}

.submenu a.active {
  background-color: #00ffe9;
  text-decoration: none;
  border: solid 1px #555;
  box-shadow: 3px 3px 3px #555;
  color:#000;
}
/*
*   Show more cube
*/
.show-more-cube {
  background: url("../images/css/divider_more.png") no-repeat center center;
  display: block;
  width: 630px;
  text-align: center;
  margin: auto;
}
.show-more-cube a {
  background-color: #4e808e;
  color: #FFFFFF;
  display: block;
  font-size: 11px;
  font-weight: 600;
  height: 30px;
  line-height: 16px;
  margin: auto;
  padding: 20px 0;
  text-align: center;
  text-transform: uppercase;
  width: 70px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.show-more-cube a span {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  display: block;
}
.show-more-cube a:hover {
  text-decoration: none;
  color: #ffffff;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
/*
*   FOOTER
*/.pages footer {
  padding-top: 30px;
  padding-bottom: 60px;
  text-align: center;
}
footer {
  color: #CCC;
  font-size: 11px;
  text-align: left;
}

.timeline {
    list-style: none;
    text-align: left;
}

.timeline li{
  margin: 0 0 30px 0;
}
.timeline li span{
  display: inline-block;
  max-width: 290px;
}

.timeline li h5 {
  width: 50px;
  margin: 0 20px 0 0;
  float: left;
}

.tableStructure {
  width: 100%;
}

.tableStructure, .tableStructure th, .tableStructure td {
  border: 1px solid black;
  border-collapse: collapse;
  padding: 10px;
}

.tableStructure th {
  background-color: #edee75;
}




/* TOP SECTION SLIDES STYLE UPDATES */

.slides h3 {
  font-family: 'Lato', 'Montserrat', sans-serif;
  font-weight: 600;
  letter-spacing: 0;
  text-shadow: -1px -1px 2px #aaa, 1px 1px 2px #000;
  font-size: 42px;
  line-height: 52px;
  color:  #fff;
  transition: all 500ms;
}

.slides:hover h3 {
  color: #00ffe9;
}

.slides p {
  color: #000;
  line-height: 14px;
}

.slides li {
  height: auto;
}

.slides li h3 {
  word-wrap: break-word;
}


.slides li a .portfolio-overlay {

}

.slides li a .portfolio-overlay p{
  text-align: center !important;
  width: 100%;
}

.bx-wrapper {
  border: solid 1px #555;
  border-radius: 16px;
  margin: 20px 10px 10px 10px !important;
  background-color: rgba(0, 0, 0, 0.8);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 1);
  transition: all 500ms;
}
.bx-wrapper:hover {
  border: solid 1px #fff;
}


#page-mystory .bx-wrapper {
  background-color: rgba(44, 71, 80, 0.4);
}
#page-mystory .slides p {
    color: #fff;
    line-height: 28px;
    max-width:90%;
}



.bx-wrapper .bx-controls-direction a {
  margin-top: 0;
  left: 45%;
  width: 40px;
  height: 20px;
  background-color: #555;
  font-size: 0px;
  text-indent: -9999px;
  transition: background-color 200ms;
 }

 .bx-wrapper .bx-controls-direction a:hover {
    background-color: #00ffe9;
 }


.bx-wrapper .bx-prev {
    bottom: 0;
    border-radius: 20px 20px 0 0;
    /* background: url(../images/css/plugins/bxslider/controls.png) no-repeat 0 -32px;*/
}

.bx-wrapper .bx-next {
    top: 0px;
    border-radius: 0 0 20px 20px;
    /* background: url(../images/css/plugins/bxslider/controls.png) no-repeat -43px -32px; */
}

.bx-wrapper .bx-controls-direction .bx-prev::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  /* background-color: #fff; */
  position: relative;
  left: 12px;
  top: 8px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid white;
 }

 .bx-wrapper .bx-controls-direction .bx-next::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  /* background-color: #fff; */
  position: relative;
  left: 12px;
  top: 5px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid white;
 }


#navigation .row-fluid [class*="span"] {
  min-height: 60px !important;
}


/* Case Study Images */

.textblock {
    margin-bottom: 20px;
    text-align: left;
  }

.textblock b {
  font-weight: 500;
}


.projectDetails {

}

.projectDetails ul {
  list-style: none;
  margin: 0px !important;
  padding: 0px;
}

.projectDetails ul li{
  display: inline-block;
  font-size:.8em;
  margin-right: 20px;
}

.slideLinks {
  position: absolute;
  width: 100%;
  z-index: 500;
  top: 200px;
  pointer-events: none;
}
.slideLinks a {
  position: relative;
  font-size: 0em;
  background-color:  #000;
  text-indent: -9999px;
  transition: all 200ms ;
  -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -o-transition: all 200ms;
  margin-top: 0;
  width: 40px;
  height: 80px;
  bottom: 0;
  pointer-events: auto;
  border: solid 1px #fff;
}

.slideLinks a.left {
  left:0;
  border-radius: 0 40px 40px 0 ;
  border-left: solid 0px #fff;
}

.slideLinks a.left::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: relative;
    left: 10%;
    top: 30%;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-right: 18px solid white;
}

.slideLinks a.right {
  right:0;
  border-radius: 40px 0 0 40px ;
  border-right: solid 0px #fff;
}

.slideLinks a.right::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: relative;
    right: -45%;
    top: 30%;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-left: 18px solid white;
}


.slideLinks a:hover {

  background-color: #00ffe9;
}

#page-casestudies h3 {
    font-size: 1.5em;
    line-height: 1.3em;
}



.portSections, .portfolio-item-details {
  position: relative;
  overflow: hidden;
  background-color: #555;
  color: #ccc;
}

.portSections p, .portSections li, .portfolio-item-details p, .portfolio-item-details li {
  font-size:1.2em;
  line-height: 1.35em;
}

.portSections p b, .portSections li b, .portfolio-item-details p b, .portfolio-item-details li b {
  color:#fff;
}


#iPoll_1{
  background-size: 60%;
  background-position: right -25% bottom 85%;
  background-repeat: no-repeat; 

}

#PointClub_userScore, #PointClub_registration {
  background-size: 47%;
  background-position: right 10px bottom 50%;
  background-repeat: no-repeat; 

}


/*  PORTFOLIO PAGE SPECIFICS */
#innoAdmin, #pointclubDesign, #MGA_packaging, #wbDetails, #SesameWorkshop, #NFFL, #lastTrain, #PechaKucha, #skarlybones, #greaseSamples, #magazines  {
    /*background-color: whitesmoke;*/
    background: #000 no-repeat center bottom / 100% auto fixed;
    border-left: solid 1px #fff;
    border-right: solid 1px #fff;
    border-bottom: solid 1px #fff;

  }

#innoAdmin .textblock {
}

#pointclubDesign .textblock {
}

#MGA_packaging .textblock {
}

#wbDetails .textblock {
}

#SesameWorkshop .textblock {
}

#NFFL .textblock {
}

#lastTrain .textblock {
}

#PechaKucha .textblock {
}

#skarlybones .textblock {
}

#cs1_s1 {
  /*
  background-image: url('../images/pages/work/cs1_s1.jpg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; /* This prevents the image from repeating */
  height: 575px;
}

#cs1_s2 {
  height: 575px;
}

#cs1_s3 {
  /* background-image: url('../images/pages/work/cs1_s1.jpg');*/
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; /* This prevents the image from repeating */
  height: 575px;
}

#cs1_s4 {
 /*  background-image: url('../images/pages/work/cs1_s1.jpg'); */
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; /* This prevents the image from repeating */
  height: 575px;
}


/*  THE ANIMATED LINE(S)  */

.dot-line-container {
  position: relative;
  height: 30px;
  width: 100%;
  margin: 15px auto;
  overflow: hidden;
}

.dot {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: currentColor;
  position: absolute;
  top: 0;
  opacity: 0; 
  transition: opacity 100ms;
}


.left-dot {
  left: 0;
}

.right-dot {
  right: 0;
}

.center-dot {
  right: 50%;
}

.centerleft-dot {
  left: 25%;
}

.centerright-dot {
  right: 25%;
}

.line {
  position: absolute;
  top: 12px;
  left: 0;
  height: 2px;
  background-color: currentColor;
  width: 0;
  transition: width 500ms; 
}

.line-left {
  position: absolute;
  top: 12px;
  left: 0;
  height: 2px;
  background-color: currentColor;
  width: 0;
  transition: width 500ms; 
}

.line-right{
  position: absolute;
  top: 12px;
  right: 0;
  height: 2px;
  background-color: currentColor;
  width: 0;
  transition: width 500ms; 
}





/* TABLET BREAKPOINTS */
@media (max-width: 970px) {
  .portfolio-items a {
  }

  .portfolio-items .mix {
    background-position: center left;
}

}

@media (min-width: 841px) and (max-width: 1281px) {
  #iPoll_1 {
    background-size: 80%;
    background-position: right -130% bottom 85%;
    background-repeat: no-repeat;
  }

  #navigation #main-menu a, #navigation2 #main-menu a {
    font-size: 12px;
    padding: 12px 5px;
  }

  .portfolio-items .mix, .portfolio-item-details {
    margin-left: 0;
  }



  h1 {
    font-size: 5em;
    line-height: .8em;
  }

  .page-welcome #welcome-messages li {
    padding: 15px 0 ;
  }
  .page-welcome #welcome-messages h1 {
    padding-top: 15px;
    padding-bottom: 5px;
  }
 

  h2 {
    font-size: 1.3em;
    line-height: 1em;
  }
  .page-welcome #welcome-messages h2, .page-welcome #welcome-messages p {
    padding-bottom: 7px;
    padding-top: 7px;
  }
  .slides h3 {
    font-size: 1.6em;
    line-height: .6em;
  }
  .textblock {
    padding:0 20px;
  }
  .contact-info {
    margin: 30px auto 0;
}

 
}



/* MOBILE BREAKPOINTS */

@media (max-width: 840px) {
  .projectDetails ul {
  
  }
  .projectDetails ul li{
    display: block;
    text-align: center;
  }

  .portfolio-items a::after {
    position: relative;
    width: 100%;
    padding: 20px 0;
    text-align: center;
    border-radius: 0;
    border: none;
    background-color: rgba(0,0,0,0.8);
    color: #fff;
    right: 0;
    bottom: -70px;
  }
  .portfolio-items a:hover::after {
    opacity: 1;
    right: 0px;
    bottom: 0px;
  }

  .portfolio-overlay h4, .portfolio-overlay p {
    text-align: center !important;
  }




  #navigation .mobile-menu {
    display: block;
  }
  #navigation .main-menu {
    display: none;
  }
  .row-fluid .span5 {
        width: 90% !important;
    }
  #mainHead {
    display: inline-flex;
    flex-flow: row nowrap;
    justify-content: space-evenly;
    align-items: center;
  }

  .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
        width: 98%;
  }

  #navigation #main-menu li, #navigation2 #main-menu li {
    width: 100%;
    padding: 0px;
    margin: 10px;
  }

  .nomob {
    display: none !important;
  }
  h1 {
    font-size: 3.5em;
  }

  .page-welcome #welcome-messages li {
    padding: 15px 0;
  }
  .page-welcome #welcome-messages h1 {
    padding-top: 15px;
    padding-bottom: 5px;
  }
 

  h2, .slides h3 {
    font-size: 1.3em;
    line-height: 1.0em;
  }
 
  .slides h3 {
    font-size: 1.2em;
    line-height: 0.8em;
  }

  #iPoll_1 {
    background-position: right 0 bottom -100px;
    padding-bottom: 65%;
    background-size: 90%;
  }

  #PointClub_userScore, #PointClub_registration {
    background-size: 80%;
    background-position: right 50% bottom 10px;
    padding-bottom: 42%;
  }

  
  .page-welcome #welcome-messages h2 {
      padding-top: 10px;
      padding-bottom: 10px;
  }

  .page-welcome #welcome-messages h2 span{
      display: block;
  }
  
  .textblock {
    padding:0 45px;
  }

  .contact-info {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-evenly;
    align-items: center;
    gap: 20px;
  }

  .portfolio-item-details {
    margin-left: 0px;
  }

  .portfolio-overlay h4, .portfolio-overlay p {
    width: 95%;
  }

  li.innovateAdminLI {
    background-position: center center !important;
  }


}


@media (max-width: 840px) and (max-height: 700px) {
  #iPoll_1 {
    background-image: none !important;
  }

}

@media (max-width: 767px) {
  #iPoll_1 {
    background-size: 100%;
  }

}






