#backgroundFade {
	width:100%;
	height:800px;
	background:#000;
	position:absolute;
	top:400px;
	z-index:-1;
-moz-box-shadow: -1px 10px 150px #000;
-webkit-box-shadow: -1px 10px 150px #000;
box-shadow: -1px 10px 150px #000;
}
#shopCover {
		border-radius:10px;
	border:1px solid #333;
	width:520px;
	height:140px;
	position:absolute;
	top:258px;
	right:0px;
	background:#222;
	border-radius:5px;
	overflow:hidden;
	z-index:99;
		opacity:0.9;
	text-align:center;
}
@-webkit-keyframes shopBtnPulse {
  from { color: #749a02; -webkit-box-shadow: 0 0 9px #333; }
  50% { color: #91bd09; -webkit-box-shadow: 0 0 18px #91bd09; }
  to { color: #749a02; -webkit-box-shadow: 0 0 9px #333; }
}

@-webkit-keyframes shopBtnPulsehover {
  from { color: #000; -webkit-box-shadow: 0 0 9px #333; }
  50% { color: #000; -webkit-box-shadow: 0 0 18px #ff0000; }
  to { color: #000; -webkit-box-shadow: 0 0 9px #333; }
}

#shopCover a{
	font-family:Impact, Charcoal, sans-serif;
	letter-spacing:10px;
	-moz-box-shadow:inset 0px 0px 15px #000000;
-webkit-box-shadow:inset 0px 0px 15px #000000;
box-shadow:inset 0px 0px 15px #000000;
text-shadow:5px 5px 5px #000000,-1px -1px 5px #000000, 2px -2px 5px #000000;
	  -webkit-animation-name: shopBtnPulse;
  -webkit-animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
		font-size:70px;
	color:#000;
	text-align:center;
	background:#000;
	position:relative;
	z-index:99;
	opacity:1;
	border-radius:10px;

		padding: 0 10px 0 10px;
		top:60px;
		margin-left:auto;
		margin-right:auto;
		text-transform:uppercase;
		    transition:All .5s ease;
	-webkit-transition:All .5s ease;
	-moz-transition:All .5s ease;
	-o-transition:All .5s ease;
	
		}
	#shopCover a:hover{
		  -webkit-animation-name: shopBtnPulsehover;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
		background:#ff0000;
		color:#000;	
		text-shadow:0px 0px 5px #000;
		text-decoration:none;
	}
#flickr{
    width:110%;
    margin-right:auto;
    margin-left:auto;
    overflow:hidden;
    position:relative;
    z-index:99;
    height:120%;

    top:-30px;
    left:-10px;
    text-align: center;
    
    }
#flickr a{
    width:100%;
    background:#333;
    float:left;
    margin:0px;
    padding:0;
    border:0;   
    }
#flickr img {
	width:100%;
	 filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
    -webkit-transition: all .6s ease; /* Fade to color for Chrome and Safari */
}
#flickr img:hover{
	filter: none;
    -webkit-filter: grayscale(0%);
}


.photofeed {

		border-radius:10px;
	border:1px solid #333;
	width:520px;
	height:140px;
	position:absolute;
	top:258px;
	right:0px;
	background:#222;
	border-radius:5px;
	overflow:hidden;
}
.newsHold {
	position:relative;
	float:left;
	top:-80px;
	width:100%;
}
.twitHold {
	position:absolute;
	right:0px;
}
	.insta-name {
		text-shadow:-1px 0px 2px #5380b8, 0px 0px 2px #000000;
	border-radius:5px;
	color:#000;
	font-size:18px;
	position:relative;
	padding-bottom:3px;
	top:6px;
	margin-left:auto;
	margin-right:auto;
	width:70%;
	height:20px;
	font-weight: bold;
	font: normal normal normal "Helvetica Neue",Arial,sans-serif;
}
.instalink {
	position:absolute;
	top:10px;
	left:500px;
	
}
.insta-holder{
	height:397px;
	width:640px;
	float:left;
	overflow:hidden;
	border:1px solid #3b679e;
  	border-radius: 5px;
	text-align:center;   
	background:#3b679e;
}

.insta li {
	display:inline-block; 
	margin:40px 0px 0px 0;
	
}
.insta img {
	height:336px; 
	width:336px;  
    float:left; 
    vertical-align: top; /* this prevents vertical whitespace */
    border:1px solid #3b679e;
    margin-right:1px;
}


.scrollable {
	top:12px;
	height: 355px;
	background:#000;
	overflow:hidden;
    overflow-x: scroll;    
    white-space: nowrap;
    width: 100%;
    padding: 0;
    position: relative;
	    -webkit-box-shadow: 0 0 5px #000000;

}

.scrollable::-webkit-scrollbar {
    width: 12px;
}

.scrollable::-webkit-scrollbar-track {
	background:#3b679e;
	    -webkit-box-shadow: 0 0 16px #3b679e;

}

.scrollable::-webkit-scrollbar-thumb {
	background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAHElEQVQYV2OMq7zls6hdbTMDAcA4qhBfCFE/eACLcCgBj+FwrQAAAABJRU5ErkJggg==) repeat;
	    border-radius: 1px;
    -webkit-box-shadow: 0 0 16px #000000;
}
.scrollable::-webkit-scrollbar-thumb:hover{
	background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAHUlEQVQYV2NkYGD4H1d5yxdI4wWMowrxhQ/1gwcAtDcd7TwJNoUAAAAASUVORK5CYII=) repeat;
}

.feeditems {
	    border-top:1px solid #000;
    transition:All 1s ease;
	-webkit-transition:All 1s ease;
	-moz-transition:All 1s ease;
	-o-transition:All 1s ease;
	
    -webkit-animation: hscroll 140s infinite;
    -moz-animation: hscroll 140s infinite;
    -ms-animation: hscroll 140s infinite;
}
.insta {
	position:relative;
	top:-40px;
	left:-25px;
	padding:0px;
}

@-webkit-keyframes hscroll {
  	0%   { margin-left: 0; }
	50% {margin-left:-1000px}
	100%  { margin-left: 0; }
}

@-moz-keyframes hscroll {
  	0%   { margin-left: 0; }
	50% {margin-left:-1000px}
	100%  { margin-left: 0; }
}

@-ms-keyframes hscroll {
  	0%   { margin-left: 0; }
	50% {margin-left:-1000px}
	100%  { margin-left: 0; }
}


      /* logo container */
      
      .logoContainer {
      	text-align: center;
		position:absolute;
    	z-index: 10;
    	
      	text-align: center;
		width:100%;
		margin-top:40px;
      }
.logoRa{
      	width: 600px;
      	height: 287px;
      	background: url("../images/logo.png") no-repeat;
      	background-size: 600px 287px;
      	background-position: 50%;
      	margin-left: auto;
      	margin-right: auto;
      	
		transition:All 1s ease;
-webkit-transition:All 1s ease;
-moz-transition:All 1s ease;
-o-transition:All 1s ease;

}

.logoRa:hover{
transform: rotate(10deg) scale(0.8) skew(1deg) translate(0px);
-webkit-transform: rotate(10deg) scale(0.8) skew(1deg) translate(0px);
-moz-transform: rotate(10deg) scale(0.8) skew(1deg) translate(0px);
-o-transform: rotate(10deg) scale(0.8) skew(1deg) translate(0px);
-ms-transform: rotate(10deg) scale(0.8) skew(1deg) translate(0px);
}
	  





    /* CUSTOMIZE THE NAVBAR
    -------------------------------------------------- */

    /* Special class on .container surrounding .navbar, used for positioning it into place. */
    .navbar-wrapper {
      position: absolute;
      top: 300px;
      height:60px;
      left: 0;
      right: 0;
      z-index: 10;
      margin-bottom: -90px; /* Negative margin to pull up carousel. 90px is roughly margins and height of navbar. */
      
    }
 

    /* Remove border and change up box shadow for more contrast */
    .navbar .navbar-inner {
    	border-color: transparent;
      padding: 0;       
          	background:transparent;

    }

    /* Navbar links: increase padding for taller navbar */
    .navbar .nav > li > a {
      color:#fff;
    }

    /* Offset the responsive button for proper vertical abovegnment */
      .navbar .nav {
        margin: 0;
        display: table;
        width: 100%;
      }
      .navbar .nav li {
        display: table-cell;
        width: 1%;
        float: none;
        
        
      }
      .navbar  .btn{
      	border:0px;
      	    	
      }
      .navbar .nav li a {
      	
        font-weight: bold;
        text-align: center;
        	color:#ccc;
-moz-box-shadow: 1px 2px 29px #000000;
-webkit-box-shadow: 1px 2px 29px #000000;
box-shadow: 1px 2px 29px #000000;
text-shadow:-1px 0px 5px #000000;
      background: #6b6b6d; /* Old browsers */
background: -moz-linear-gradient(top,  #6b6b6d 0%, #000000 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6b6b6d), color-stop(100%,#000000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #6b6b6d 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #6b6b6d 0%,#000000 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #6b6b6d 0%,#000000 100%); /* IE10+ */
background: linear-gradient(to bottom,  #6b6b6d 0%,#000000 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b6b6d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */


      }
      .navbar .nav li a:hover{
      	
      	background:#000;
      	text-decoration:underline;}
      
           .navbar .nav li:first-child a {
        border-radius: 20px 0px 0px 20px;
       
      }
      .navbar .nav li:nth-child(2) a{
      }
      .navbar .nav li:last-child a {
        border-radius: 0px 20px 20px 0px;
      }
      
        /* GLOBAL STYLES
    -------------------------------------------------- */
    /* Padding below the footer and lighter body text */

    body {
      padding-bottom: 40px;
      color: #5a5a5a;
    }


    /* CUSTOMIZE THE CAROUSEL
    -------------------------------------------------- */

    /* Carousel base class */
    .carousel {
      margin-bottom: 60px;
    }

    .carousel .container {
      position: relative;
      z-index: 9;
    }

    .carousel-control {
      height: 80px;
      margin-top: 0;
      font-size: 120px;
      text-shadow: 0 1px 1px rgba(0,0,0,.4);
      background-color: transparent;
      border: 0;
      z-index: 10;
    }

    .carousel .item {
      height: 500px;
    }
    
    
    .carousel img {
      position: absolute;
      top: 0;
      left: 0;
      min-width: 100%;
      height: 500px;
    }

    .carousel-caption {
      background-color: transparent;
      position: static;
      max-width: 550px;
      padding: 0 0 0 35px;
      margin-top: 380px;
    }
    .carousel-caption h1,
    .carousel-caption .lead {
      margin: 0;
      line-height: 1;
      color: #fff;
      text-shadow: 0 1px 1px rgba(0,0,0,.4);
    }
    .carousel-caption li, .carousel-caption ul{
    	margin-left:0px;
    color:#fff;	
    }
    
        .carousel-caption ul a{
        	font-weight:bold;
        	color:#27F7D8;
text-shadow: -1px 0 black, 0 1px black,
      1px 0 black, 0 -1px black
          }
    .carousel-caption ul a:hover{
    	color:#e653e6;
    }
    
          .carousel-caption h1 {
        font-size: 25px;
      }
    .carousel-caption .btn {
      margin-top: 10px;
    }


.btn-custom {
  background-color: hsl(298, 100%, 30%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f600ff", endColorstr="#930099");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#f600ff), to(#930099));
  background-image: -moz-linear-gradient(top, #f600ff, #930099);
  background-image: -ms-linear-gradient(top, #f600ff, #930099);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f600ff), color-stop(100%, #930099));
  background-image: -webkit-linear-gradient(top, #f600ff, #930099);
  background-image: -o-linear-gradient(top, #f600ff, #930099);
  background-image: linear-gradient(#f600ff, #930099);
  border-color: #930099 #930099 hsl(298, 100%, 25%);
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
  -webkit-font-smoothing: antialiased;
}

.btn-custom2{
  background-color: hsl(27, 100%, 22%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d66000", endColorstr="#703200");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#d66000), to(#703200));
  background-image: -moz-linear-gradient(top, #d66000, #703200);
  background-image: -ms-linear-gradient(top, #d66000, #703200);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d66000), color-stop(100%, #703200));
  background-image: -webkit-linear-gradient(top, #d66000, #703200);
  background-image: -o-linear-gradient(top, #d66000, #703200);
  background-image: linear-gradient(#d66000, #703200);
  border-color: #703200 #703200 hsl(27, 100%, 17%);
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
  -webkit-font-smoothing: antialiased;
}

.btn-custom3 {
  background-color: hsl(174, 100%, 13%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#009e8e", endColorstr="#00423b");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#009e8e), to(#00423b));
  background-image: -moz-linear-gradient(top, #009e8e, #00423b);
  background-image: -ms-linear-gradient(top, #009e8e, #00423b);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #009e8e), color-stop(100%, #00423b));
  background-image: -webkit-linear-gradient(top, #009e8e, #00423b);
  background-image: -o-linear-gradient(top, #009e8e, #00423b);
  background-image: linear-gradient(#009e8e, #00423b);
  border-color: #00423b #00423b hsl(174, 100%, 8.5%);
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.29);
  -webkit-font-smoothing: antialiased;
}



    /* MARKETING CONTENT
    -------------------------------------------------- */

    /* Center align the text within the three columns below the carousel */
    .marketing .span4 {
      text-align: center;
      margin-top:10px;
    }
    .marketing h2 {
      font-weight: normal;
    }
    .marketing .span4 p {
      margin-left: 10px;
      margin-right: 10px;
    }


    /* Featurettes
    ------------------------- */

    .featurette-divider {
      margin: 0px 0; /* Space out the Bootstrap <hr> more */
    }
         

    .featurette {
      padding-top: 90px; /* Vertically center images part 1: add padding above and below text. */
      overflow: hidden; /* Vertically center images part 2: clear their floats. */
    }
    .featurette-image {
      margin-top: -120px; /* Vertically center images part 3: negative margin up the image the same amount of the padding to center it. */
    }

    /* Give some space on the sides of the floated elements so text doesn't run right into it. */
    .featurette-image.pull-left {
      margin-right: 40px;
    }
    .featurette-image.pull-right {
      margin-left: 40px;
    }

    /* Thin out the marketing headings */
    .featurette-heading {
    	font-family:Impact, Charcoal, sans-serif;

      font-size: 30px;
      font-weight: 300;
      line-height: 1;
      letter-spacing: -1px;
      color:#fff;
    }
  .featurette .lead {
        color:#fff;
      }
.featurette li {
	color:#ccc;
}
    /* RESPONSIVE CSS
    -------------------------------------------------- */

	@media (max-width:1200px){
		
		#backgroundFade {
	height:650px;

}
		
 .featurette {
        height: auto;
        margin-top:200px;
      }
      
      		
#shopCover {
	width:410px;
	height:250px;
		top:0px;
	right:0px;
	}
#shopCover a{
	font-size:50px;
	top:120px;
}
.photofeed {
	width:410px;
	height:250px;
	position:absolute;
	top:0px;
	right:0px;
	background:#222;
	border-radius:5px;
}		
.twitHold {
	position:absolute;
	top:0px;
	left:0px;
	}
.twitter-timeline {
	height:250px;
}
.insta-holder{
	top:260px;
	position:relative;
	height:260px;
	width:940px;
	float:left;
	overflow:hidden;
    border:1px solid #3b679e;
	border-radius: 5px;
}
.scrollable {
	top:8px;
	  height: 215px;
}
.insta li {display:inline-block; margin:40px 0px 0px 0;}

.insta img {
	height:196px; 
	width:196px;  
    float:left; vertical-align: top; /* this prevents vertical whitespace */
    }
}



	#flickr{
		top:-20px;
		left:-20px;
	}   
	
    @media (max-width: 979px) {
    	
	#shopCover {
	width:195px;
	}
#shopCover a{
	font-size:25px;
	top:120px;
	
}    	
    	
    	
   	.photofeed{
   		width:195px;
   	}
	#flickr{
		top:-20px;
		left:-20px;
		width: 300px;
	}    
    .insta-holder{
	height:257px;
	width:723px;
    }

    	.logoContainer {
      	text-align: center;
		width:100%;
		margin-top:40px;
	  }
      .container.navbar-wrapper {
        margin-bottom: 0;
        width: auto;
      }
       .navbar-wrapper {
       top:318px;
        border:0;
       }    
      .navbar-inner {
        margin: -20px 0;
      }
      .navbar .navbar-inner {
      	    background: transparent;
      }
      
      .carousel .item {
        height: 500px;
      }
            .carousel-caption {
      }
      .carousel img {
        width: auto;
        height: 500px;
      }
      .featurette {
        height: auto;
        padding: 0;
        margin-top:160px;
      }
      .featurette-image.pull-left,
      .featurette-image.pull-right {
        display: block;
        float: none;
        max-width: 40%;
        margin: 0 auto 20px;
      }
     .featurette-heading {
     	text-align:center;
     }
    
    }

    @media (max-width: 965px) {
    #shopCover a{
    	font-size:50px;
    	line-height:65px;
    	top:60px;
    	border-radius:0px;
    	-webkit-transform:rotate(120deg);
    }
	
    }




    @media (max-width: 767px) {
    	
    	#backgroundFade {
    	height:700px;
    	left:0px;
    	top:250px;
    	}
    	
    	
    	    	.photofeed, #shopCover, #shopCover a{
		display:none;
	}   
    	    
    	    .insta-holder{
    	    	margin-top:20px;
	height:257px;
	width:100%;
    }

    	
         .navbar .nav li a {
       
        	color:#ccc;
        	-moz-box-shadow: 1px 2px 29px #000000;
-webkit-box-shadow: 1px 2px 29px #000000;
box-shadow: 1px 2px 29px #000000;
	border:0px;
	border-radius:0px;
      background: #c1c8cc; /* Old browsers */
background: -moz-linear-gradient(top,  #c1c8cc 0%, #838387 22%, #000000 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c1c8cc), color-stop(22%,#838387), color-stop(100%,#000000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #c1c8cc 0%,#838387 22%,#000000 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #c1c8cc 0%,#838387 22%,#000000 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #c1c8cc 0%,#838387 22%,#000000 100%); /* IE10+ */
background: linear-gradient(to bottom,  #c1c8cc 0%,#838387 22%,#000000 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1c8cc', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

      }


      
  .newsHold {
	position:relative;
	float:left;
		top:-120px;
	width:100%;
	text-align:center;
}

    	
    		
    	    .navbar .nav li:first-child a {
        border-radius: 0px;
    	    }
    	     .navbar .nav li:last-child a {
        border-radius: 0px;
    	    }
    	
    	.logoContainer {
    		margin-top:60px;
    		height:100px;
	  }

	.logoRa {
	    width: 300px;
      	height: 147px;
      	background: url("../images/logo.png") no-repeat;
      	background-size: 300px 143px;
      	
	}

             .navbar-wrapper {
       top:-30px;
        border:0;
       }    
       .carousel {
        margin-left: -20px;
        margin-right: -20px;
      }
      .carousel .container {
      }
      .carousel .item {
        height: 400px;
      }
      .carousel img {
        height: 300px;
      }
      .carousel-caption {
        width: 65%;
        padding: 0 70px;
        margin-top: 180px;
      }
 	 .carousel-caption h1 {
        font-size: 20px;
      }
      
      .carousel-caption .lead,
      .carousel-caption .btn {
        font-size: 18px;
      }

      .marketing .span4 + .span4 {
        margin-top: 40px;
      }

      .featurette-heading {
        font-size: 30px;
      }
      .featurette .lead {
        font-size: 18px;
        line-height: 1.5;
      }
     
       .navbar-wrapper {
       margin-top:20px;
       }
    .marketing .span4 {
      text-align: center;
      margin-top:-80px;
    }
    
    }