/** Case Studies **/


.navbar {

      -webkit-animation: fadein 3s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 3s; /* Firefox < 16 */
        -ms-animation: fadein 3s; /* Internet Explorer */
         -o-animation: fadein 3s; /* Opera < 12.1 */
            animation: fadein 3s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}


#welcomedesktop {
    
      -webkit-animation: fadein 3s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 3s; /* Firefox < 16 */
        -ms-animation: fadein 3s; /* Internet Explorer */
         -o-animation: fadein 3s; /* Opera < 12.1 */
            animation: fadein 3s;
}
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}


.timeline {
    
      -webkit-animation: fadein 3s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 3s; /* Firefox < 16 */
        -ms-animation: fadein 3s; /* Internet Explorer */
         -o-animation: fadein 3s; /* Opera < 12.1 */
            animation: fadein 3s;
}
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}



#gallery {
    
      -webkit-animation: fadein 3s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 3s; /* Firefox < 16 */
        -ms-animation: fadein 3s; /* Internet Explorer */
         -o-animation: fadein 3s; /* Opera < 12.1 */
            animation: fadein 3s;
}
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}





html {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    text-rendering: geometricPrecision;
}

body {
    font-family: 'europa', sans-serif;
    background: #0E0E17;
}

.jumbotron {
    margin: 0;
    padding: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #14141D;
    background: linear-gradient(-45deg, #FB6510, #EB9D1E, #FBC010);
	background-size: 400% 400%;
	-webkit-animation: Gradient 10s ease infinite;
	-moz-animation: Gradient 10s ease infinite;
	animation: Gradient 10s ease infinite;
}

@-webkit-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@-moz-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}
}
}

.sr-only {
    background-color: transparent
}

.navbar-toggle {
    background-color: transparent!important;
    border: none!important;
    border-radius: 0px!important;
    height: 38px;
    padding-bottom: 40px;
    color: #333
}

#topRaccoonlogotext {
    font-family: "europa";
}

.example5 .navbar-brand {
    display: flex;
    align-items: center;
    color: black!important;
    font-family: "europa";
    font-weight: 300;
    font-size: 30px
}

.example5 .navbar-brand:hover {
    color: #FB3640!important
}

.example5 .navbar-brand img {
    padding: 7px 14px
}

.navbar-custom {
    color: #FFF;
    background-color: transparent!important;
    border: none!important;
    padding-top: 30px;
    font-weight: 100
}

.navbar-custom li a {
    font-family: "rift";
    font-size: 20px;
    color: #fff!important;
    font-weight: 100
}

#gallerylink {
    font-weight: 600;
    border-bottom: 1px solid #727278;
    width: 54%;
    display: block;
    padding-bottom: 6px;
    margin: 0 16px auto;
    text-indent: -17px
}

#dribbblelink {
    color: #fff!important;
     font-weight: 700;
    background-color: transparent;
}


#casestudies:hover {
    color: rgba(255,255,255,0.6)!important;
}

#bloglink:hover {
    color: rgba(255,255,255,0.6)!important;
}

#contactlink:hover {
    color: rgba(255,255,255,0.6)!important;
}



#home:hover {
    color: rgba(255,255,255,0.6)!important;
}

#casestudies {
    color: rgba(255,255,255,0.6);
}

.nav .navbar-nav .navbar-right {
    color: black!important
}

/**DESKTOP HEADER**/

#welcomedesktop {
   font-family: 'europa';
    font-size: 50px;
    color: rgba(255,255,255,0.5);
    font-weight: 100;
    text-align: left;
    line-height: 70px;
    padding-bottom: 220px;
    padding-top: 100px;
}

#welcomedesktop span {
    font-weight: 700;
    color: #fff;
}








/**TABLET HEADER**/

#welcometablet {
    font-family: 'europa';
    font-size: 45px;
    color: rgba(255,255,255,0.5);
    font-weight: 100;
    text-align: left;
    line-height: 62px;
    padding-bottom: 220px;
    padding-top: 100px;
}

#welcometablet span {
    font-weight: 700;
    color: #fff;
}



/**MOBILE HEADER**/

#welcomemobile {
    font-family: 'europa';
    font-size: 40px;
    color: rgba(255,255,255,0.5);
    font-weight: 100;
    text-align: left;
    line-height: 57px;
    padding-bottom: 160px;
    padding-top: 75px;
}

#welcomemobile span {
   font-weight: 700;
    color: #fff;
}





#studytitle1 {
    /* Revv DUBLIN / 2014: */
font-family: "Europa";
font-weight: 100;
font-size: 32px;
color: #EABA43;
    padding-top: 120px;
}

#studytitle2 {
    /* w42st */
font-family: "Europa";
font-weight: 100;
    padding-top: 120px;
font-size: 32px;
color: #DC5C37;
   
}

#studytitle3 {
    /* Viddyad */
font-family: "Europa";
font-weight: 100;
    padding-top: 120px;
font-size: 32px;
color: #55B0E7;
}

#studytitle4 {
    /* Paradigit */
font-family: "Europa";
font-weight: 100;
    padding-top: 120px;
font-size: 32px;
color: #68B85D;
}

#studytitle5 {
    /* Paradigit */
font-family: "Europa";
font-weight: 100;
    padding-top: 120px;
font-size: 32px;
color: #50AE98;
}

#studysub {
font-family: "Europa";
font-weight: 100;
font-size: 20px;
color: #2A2A32;
letter-spacing: 1.4px;
text-transform: uppercase;
}

#titlespan {
    padding-bottom: 10px;
    padding-top: 0px;
}

#why {
font-family: "rift";
font-size: 24px;
color: #FFFFFF;
}

#what {
font-family: "rift";
font-size: 24px;
color: #FFFFFF;
    padding-top: 12px;
}

#whyhowbody {
font-family: "Europa";
font-weight: 100;
font-size: 20px;
color: #727278;
}

#whyhowbody1 {
font-family: "Europa";
font-weight: 100;
font-size: 20px;
color: #727278;
width: 95%;
}






#tagslist {
    border-radius: 4px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 4px;
    margin-right: 5px;
    margin-bottom: 9px;
    padding-top: 4px;
    border: 1px solid #2A2A32; 
    background-color: none;
    text-align: left;
    display: inline-block;
    font-family: Europa-Light;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: .5px;
    color: #4B4B52;
}





#intro {
    background-color: #14141D
}

#intro-text {
    margin-top: 240px;
    width: 70%;
    text-align: left;
    margin-left: auto;
    margin-right: auto
}

#intro-text h2 {
    font-family: "rift";
    font-weight: 500;
    margin-bottom: 20px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
    color: #fff
}

#intro-text p {
    font-size: 24px;
    font-family: "europa";
    line-height: 39px;
    font-weight: 100;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    color: #727278
}



hr {
    border-color: transparent;
    margin-left:16px;
    width: 97.5%;
    margin-bottom: 45px;
    margin-top: 100px;
    margin-bottom: 2.2em;
    border-style: inset;
    border-width: 0.5px;
    border-radius: 1px;
}

#gallery {
    background-color: #0E0E18;
}

#gallery1 {
    background-color: #13131C;
}

#links {
    background-color: #0E0E18
}

#griddy {
    margin-top: 50px;
    margin-bottom: 20px
}

#line {
    height: 2px;
    background-color: black
}



#contactme {
    text-align: center;
    background-color: none;
}

#button-big4 a {
    color: #fff
}

.item__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(17, 17, 17, .45);
    -webkit-transition: background-color .55s ease-in-out;
    transition: background-color .55s ease-in-out
}

.item__overlay:focus,
.item__overlay:hover {
    background-color: rgba(17, 17, 17, .05)
}

.item__overlay:focus>button,
.item__overlay:hover>button {
    opacity: 1
}

.grid__sizer,
.grid__item {
    position: relative;
    width: 20%;
    min-width: 16.25rem
}

.grid__item {
    margin-bottom: .9375rem;
    border-radius: .25rem;
    overflow: hidden
}

.grid__item--high,
.grid__item--high img {
    height: 480px
}

img {
    width: 100%;
    max-width: 100%;
    height: auto
}

a,
.fa {
    color: #bbb;
    -webkit-transition: color .25s ease-in-out;
    transition: color .25s ease-in-out
}

a:focus,
a:hover,
.fa:focus,
.fa:hover {
    text-decoration: none;
    color: #666
}

.active .fa {
    color: #f62459
}

.masonryImages {
    margin-bottom: 30px
}






#line {
    height: 5px;
    background-color: #333
}

#footer {
    background-color: #14141D;
    width: 100%;
    font-family: "europa";
    font-weight: 400;
    font-size: 20px;
    color: #676767;
    outline: none!important
}

.thumbnails {
    text-align: left;
    margin-bottom: 230px;
    margin-top: 30px
}

.thumbnails .thumbnail {
    display: inline-block;
    margin: 0 0 4px;
    background-color: rgba(255, 255, 255, 0)!important;
    border: none!important;
    height: 60px;
    width: 60px;
    margin-bottom: 0
}

.thumbnails2 {
    text-align: right;
    margin-bottom: 100px;
    margin-top: 100px
}

.thumbnails2 .thumbnail {
    display: inline-block;
    margin: 0 4px;
    background-color: rgba(255, 255, 255, 0)!important;
    border: none!important;
    height: 70px;
    width: 70px;
    margin-bottom: 0
}

#signoff {
    margin-top: 100px;
    margin-bottom: auto;
    font-weight: 500;
    line-height: 35px;
    color: #FBC010;
    font-family: 'rift';
}

#signoff span {
    font-weight: 500;
    color: #727278;
    padding-bottom: 4px
}

#signoff span a {
    color: #333
}

#footertextmob {
    text-align: center;
    margin-top: color: #FBC010;
    font-family: "rift";
}

#signoffmob {
    margin-top: 40px;
    margin-bottom: 150px;
    font-weight: 300;
    line-height: 35px;
    color: #FBC010;
    font-family: "rift";
}



#signoffmob span {
    font-weight: 500;
    padding-bottom: 4px;
    color: #727278;
}

.thumbnails2mob {
    text-align: center;
    margin-bottom: 0;
    margin-top: 100px
}

.thumbnails2mob .thumbnail {
    display: inline-block;
    margin: 0 4px;
    background-color: rgba(255, 255, 255, 0)!important;
    border: none!important;
    height: 70px;
    width: 70px;
    margin-bottom: 0
}

#rights {
    font-family: "rift";
    font-weight: 100
}




#contactme {
    text-align: center;
    background-image: image("pattern.png");
    background-repeat: repeat-y;
    background-color: rgba(255,255,255,0.00);
    padding-top: 0px;
    margin-top: 0px;
}

#button-big4 {
    width: 200px;
    height: 70px;
    border-radius: 3px;
    border: 1px solid #FBC010;
    background-color: transparent;
    !important;
    color: #14141D;
    font-size: 18px;
    font-family: 'rift';
    font-weight: 100;
    margin-top: 0px;
    margin-bottom: 100px;
    line-height: 40%;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-align: center;
}

.btn:focus,.btn:active {
   outline: none !important;
}

.hvr-sweep-to-right3 {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-sweep-to-right3:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #EABA43;
    border-radius: 0px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-right3:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
  color: white;
}
.hvr-sweep-to-right3:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}


.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}

.timeline h4 {
    font-family: "rift";
    color: #fff;
    font-size: 24px;
    font-weight: 500;
}

.timeline p {
    font-family: "Europa";
    font-size: 20px;
    color: rgba(255,255,255,0.5);
    line-height: 30px;
    font-weight: 300;
}


.timeline:before {
  top: 0px;
  bottom: -10px;
  position: absolute;
  content: " ";
  width: 1px;
  background-color: #FBC010;
  left: 50%;
  margin-left: -1.5px;
}
.timeline > li {
  margin-bottom: 20px;
  position: relative;
  padding-top: 60px;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li > .timeline-panel {
  width: 50%;
  float: left;
  background: rgba(255,255,255,0.05);
  border-radius: 3px;

  padding: 20px;
  position: relative;
   
}

.timeline > li.timeline-inverted + li:not(.timeline-inverted),
.timeline > li:not(.timeline-inverted) + li.timeline-inverted {
margin-top: -60px;
}

.timeline > li:not(.timeline-inverted) {
padding-right:90px;
}

.timeline > li.timeline-inverted {
padding-left:90px;
}
}

.timeline > li > .timeline-badge {
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 50%;
  margin-left: -25px;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}

.timeline-title {
  margin-top: 3px;
}
.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}
.timeline-body > p + p {
  margin-top: 5px;
}

#thin1 {
    font-weight: 100;
    color: #FBC010;
}

#final {
    padding-bottom: 50px;
}

#csbutton {
    background-color: transparent;
    margin-top: 6px;
    border-radius: 2px;
    border: none;
    color: #727278;
    font-weight: 700;
    font-size: 14px;
    padding-left: 0px;
    padding-right: 15px;
    padding-top: 7px;
    padding-bottom: 7px;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: none !important;
}

#csbutton a {
    color: #fff;
    box-shadow: none !important;
}





/* Bob */
@-webkit-keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@-webkit-keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
.hvr-bob {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
    background-color: transparent;
    
}
.hvr-bob:hover, .hvr-bob:focus, .hvr-bob:active {
  -webkit-animation-name: hvr-bob-float, hvr-bob;
  animation-name: hvr-bob-float, hvr-bob;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}