/* Copyright Eirik Korvald */

html
{ height: 100%;
  margin: 0;}

*
{ margin: 0;
  padding: 0;}

body
{ font: normal .80em 'trebuchet ms', arial, sans-serif;
  background: url(bg.png) repeat fixed;
  margin: 0;
  height: 100%;}
  
p
{ padding: 0 0 20px 0;
  line-height: 1.7em;}
 
img
{ border: 0;}

hr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

h1, h2, h3, h4, h5, h6 
{ font: bold 175% 'century gothic', arial, sans-serif;
  color: #43423F;
  margin: 0 0 15px 0;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 15px 0 5px 0;}

 h1.normal
{ font: normal 175% 'century gothic', arial, sans-serif;}
  
h2
{ font: normal 175% 'century gothic', arial, sans-serif;
  color: #B60000;}

h3
{ font: normal 165% 'century gothic', arial, sans-serif;}

h4, h5, h6
{ margin: 0;
  padding: 0 0 5px 0;
  font: normal 120% arial, sans-serif;
  color: #B60000;}

h5, h6
{ font: italic 95% arial, sans-serif;
  color: #888;}

h6
{ color: #362C20;}

a, a:hover
{ outline: none;
  text-decoration: none;
  color: #2e2e2e;}

a:hover
{ text-decoration: none;
  color: #5D5D5D;}

.left
{ float: left;
  width: auto;
  margin-right: 10px;}

.right
{ float: right; 
  width: auto;
  margin-left: 10px;}

.center
{ display: block;
  text-align: center;
  margin: 20px auto;}

blockquote
{ margin: 20px 0; 
  padding: 10px 20px 0 20px;
  border: 1px solid #E5E5DB;
  background: #FFF;}

ul
{ margin: 2px 0 22px 17px;}

ul li
{ list-style-type: circle;
 }

ol
{ margin: 8px 0 22px 20px;}

ol li
{ margin: 0 0 11px 0;}

tr > td
{
  padding-bottom: 6px;
}

td.space { 
    padding-left: 10px; 
} 

.submit {
height: 25px;
width: 90px;
font: normal 110% arial, sans-serif;
}

.download{
height: 22px;
width: 300px;
}

.download a{
height: 22px;
width: 300px;
display:block;
border: 1px solid #a8a8a8;
background-color: #ebebeb;
font: bold 110% arial, sans-serif;
letter-spacing: 0.2em;
text-transform: uppercase;
text-decoration: none;
color: #656565;
text-align: center;
padding-top: 4px;
background-color: #ebebeb;
margin-top: 1px;
-moz-border-radius:25px; /* Firefox */
border-radius:3px;
}

.download  a:visited{
    color: #656565;}
 
.download a:hover, .menu ul li .current{
    color: #fff;
    background-color:#656565;
 }  

#main, #header, .menu, #site_content, #footer, #logo
{ margin-left: auto; 
  margin-right: auto;}

#main
{ /* background: #6f7681; */
  margin-top: 50px;
  /*-moz-box-shadow: 0 0 40px #585858; /* Firefox */
  /*-webkit-box-shadow: 0 0 40px #585858; /* Safari and Chrome */
  /*box-shadow: 0 0 40px #585858;*/} 
  
/*  H  E  A  D  E  R  */

#header
{ width: 764px;
  position: relative;
  height: 130px;}

#header #header_text
{ position: absolute;
  top: 39px;
  left: 5px;}

#header h1
{ font: normal 400% 'century gothic', arial, sans-serif;
  border-bottom: 0;
  text-transform: none;
  margin: 0 0 0 9px;
  text-shadow: 0 0 9px #575757;}

#header_text h1, #header_text h1 a, #header_text h1 a:hover 
{ padding: 22px 0 0 0;
  color: #4d4d4d;
  letter-spacing: 0.1em;
  text-decoration: none;}

#header_text h1 a .logo_colour
{ color: #3a332d;}
  
#logo
{ width: 288px;
  height: 156px;
  background: url(logo.png) no-repeat;
  }
  
/*  M  E  N  U  */

.menu{
    width: 602px;
	margin-top: 50px;
    /*background-color: #333; */
	/*-moz-border-radius:25px; /* Firefox */
    /*border-radius:25px;*/}
	
.menu ul{
    margin: 0; padding: 0;
    float: left;
	padding-left: 17px;
	}
	
.menu li.current{
   background-color:#000000;}
   
.menu li.current a{
   background-color:#000000;}
   
.menu ul li{
    display: inline;}
 
.menu ul li a{
    width: 90px;
    float: left;
	text-decoration: none;
    color: #fff;
	text-align: center;
    padding: 10.5px 11px;
    /*background-color: #333;*/
	-moz-border-radius:25px; /* Firefox */
    border-radius:5px;
	}

.menu ul li a:visited{
    color: #fff;}
 
.menu ul li a:hover{
    color: #fff;
    background-color:#404040 ;}

.menu hr {
border: 0;
height: 1px;
width: 599px;
margin-top: 20px;
background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(255,255,255,0.6), rgba(0,0,0,0));
background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(255,255,255,0.6), rgba(0,0,0,0));
background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(255,255,255,0.6), rgba(0,0,0,0));
background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(255,255,255,0.6), rgba(0,0,0,0));}	
 	
	
/*  C  O  N  T  E  N  T  */  

#site_content
{ width: 654px;
  overflow: hidden;
  margin: 20px auto 0 auto;
  padding: 8px 20px 20px 40px;
  background: #d9d9d9;
  -moz-border-radius:25px; /* Firefox */
  border-radius:25px;} 

#site_content_yt
{ width: 1270px;
  overflow: hidden;
  margin: 20px auto 0 auto;
  padding: 8px 20px 10px 20px;
  background: #d9d9d9;
  -moz-border-radius:25px; /* Firefox */
  border-radius:25px;}   
  
#content
{ text-align: left;
  width: 632px;
  min-height: 600px;
  padding: 0;
}

#content ul
{ margin: 2px 0 22px 0px;}

#content ul li
{ list-style-type: none;
  background: url(bullet.png) no-repeat;
  margin: 0 0 6px 0; 
  padding: 0 0 4px 25px;
  line-height: 1.5em;}

/*  B U Y */

.buy{
    width: 624px;

    /*background-color: #333; */
	/*-moz-border-radius:25px; /* Firefox */
    /*border-radius:25px;*/}
	
.buy ul{
    margin: 0; padding: 0;
    float: left;
	}
 
.buy ul li{
    display: inline;}
 
.buy ul li a{
    width: 128px;
    float: left;
	text-decoration: none;
    color: #656565;
	text-align: center;
    padding: 10.5px 11px;
	border: 1px solid #a8a8a8;
	margin-left: 3px;

    background-color: #ebebeb;
	-moz-border-radius:25px; /* Firefox */
    border-radius:3px;
	}

.buy ul li a:visited{
    color: #656565;}
 
.buy ul li a:hover, .menu ul li .current{
    color: #fff;
    background-color:#656565;}  
	
/*  S O C I A L  F E E D */  	

.container {
  display: inline-block;
  width: 632px;  }

/*sections*/
section, .intro, .stripe {
  display: block;
  padding: 0px 0px; }

.intro {
  font-weight: 100;
  background-image: radial-gradient(ellipse farthest-side at 100% 100%, #85D8CE 10%, #085078 120%); }
  .intro .controls {
    margin: 20px 0px 0px 0px; }

.stripe {
  font-weight: 100;
  }

/*Markup elements*/
section.intro h1, .intro h1, .intro.stripe h1 {
  font-family: "Indie Flower", cursive;
  font-size: 70px;
  font-weight: 100; }
section.intro p, .intro p, .intro.stripe p {
  font-size: 20px; }
section.intro i, .intro i, .intro.stripe i {
  font-weight: 200; }
section.intro hr, .intro hr, .intro.stripe hr {
  opacity: 0.2;
  background-color: #fff;
  border-color: #fff;
  border-bottom: none; }

/*buttons & fields*/
.button, .input {
  text-align: center;
  font-size: 2px;
  font-weight: 2;
  color: #fff;
  background: none;
  text-decoration: none;
  border: 1px solid #fff;
  border-radius: 4px;
  transition: 0.25s;
  -webkit-backface-visibility: hidden; }

.button {
  padding: 0px 0px;
  background-color: rgba(255, 255, 255, 0.2); }
  .button:hover {
    cursor: pointer;
    color: rgba(0, 50, 150, 0.5);
    text-decoration: none;
    background-color: #FFF; }

.input {

  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .input:hover {
    background: none;
    color: #fff; }

.field {
  margin-top: 2px; } 

.field-right {
  width: 20%;
  height: 0px;
  float: right;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px; }

.field-left {
  width: 80%;
  float: left;
  border-right: none;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px; }

/*  I N S T R A G R A M */  
/* #instafeed img {
padding:3px;
opacity:1;
filter:alpha(opacity=100);
}

#instafeed img:hover {
opacity:0.8;
filter:alpha(opacity=70);
} */

#instafeed img{
width:	206px;
height: 206px;
}
 
#instafeed a {
 padding:1px 2px 1px 2px; 
  /* border:1px solid #e3e3e3; */ 
  display:inline-block;
  /* border-radius: 4px; */
  position:relative;
}

#instafeed .likes {
  background:rgba(9, 11, 11, 0.52);
  font-family:sans-serif;
  font-size:16px;
  font-weight: bold;
  position:absolute;
  color:#ffffff;
  right:2px;
  top:1px;
  left:2px;  
  opacity:0;
  text-align:center;
  line-height:206px;
  text-shadow:1px 2px rgba(0,0,0,0.5);
  -webkit-font-smoothing:antialiased;
  -webkit-transition: opacity 100ms ease;
	-moz-transition: opacity 100ms ease;
	-o-transition: opacity 100ms ease;
	-ms-transition: opacity 100ms ease;
	transition: opacity 100ms ease;
}


i {
    position: relative;
}
i.fa-comment:after {
    position: absolute;
    top: 0;
    right: 0;    
    height: 8px;
    width: 8px;    
    background: white;
    border-radius: 4px;
    text-align: center;
}

#instafeed a:hover .likes {
  opacity:1;

}


/*  F  O  O  T  E  R  */  
 
#footer
{ width: 100%;
  font: normal 80% arial, sans-serif;
  height: 54px;
  padding: 20px 0 5px 0;
  margin-top: 30px;  
  text-align: center; 
  background: #000;
  color: #c3c3c3;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  -moz-box-shadow: 0 0 2px #585858; /* Firefox */
  -webkit-box-shadow: 0 0 2px #585858; /* Safari and Chrome */
  box-shadow: 0 0 2px #585858;}

.socialmedia{font: bold 112% arial, sans-serif;}

  
#footer a, #footer a:hover
{ color: #fff;
  text-decoration: none;}

#footer a:hover
{ color: #c3c3c3;} 

/*
 * YouTube TV
 */

/*
 * Base Canvas
 */
.ytv-canvas{
	display: block;
	background: #282828;
	overflow: hidden;
	font-family: arial, sans-serif;
	}
.ytv-canvas ::-webkit-scrollbar{
	border-left: 1px solid #000;
	width: 10px;
	}
.ytv-canvas ::-webkit-scrollbar-thumb{
	background: rgba(255,255,255,0.1);
	}

/*
 * Video
 */
.ytv-video{
	position: absolute;
	top: 0;
    right: 300px;
    bottom: 0;
    left: 0;
    height: 100%;
	}
	.ytv-video iframe{
		width: 100%;
		height: 100%;
		border: none;
		outline: none;
		display: block;
		}

/*
 * List
 */
.ytv-list{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 300px;
	}
	.ytv-list-inner{
		overflow: auto;
		position: absolute;
		top: 52px;
	    right: 0;
	    bottom: 0;
	    left: 0;
	    -webkit-overflow-scrolling: touch;
		}
	.ytv-list ul{
		margin: 0;
		padding: 0;
		list-style-type: none;
		}
		.ytv-list .ytv-active a{
			border-left: 2px solid #fff;
			background: rgba(255,255,255,0.05);;
			}
		.ytv-list a{
			display: block;
			text-decoration: none;
			font-size: 11px;
			color: #FEFEFE;
			padding: 10px;
			padding-left: 8px;
			border-top: 1px solid rgba(255,255,255,0.1);
			border-bottom: 1px solid rgba(0,0,0,0.5);
			border-left: 2px solid transparent;
			}
			.ytv-list a b{		
			    max-height: 45px;
			    overflow: hidden;
			    display: block;
			    text-overflow: ellipsis;
				}
			.ytv-list li:first-child a{ border-top: none; }
			.ytv-list li:last-child a{ border-bottom: none; }
			.ytv-list a:hover,
			.ytv-list-header .ytv-playlists a:hover{ background: rgba(255,255,255,0.05); }
			.ytv-list a:active,
			.ytv-list-header .ytv-playlists a:active{ background: rgba(0,0,0,0.05); }
		
		.ytv-list .ytv-content{ padding-left: 125px; }
		.ytv-list .ytv-thumb-stroke{
			position: absolute;
			top: 1px;
			left: 1px;
			bottom: 1px;
			right: 1px;
			z-index: 2;
			outline: 1px solid rgba(255,255,255,0.1);
			}
		.ytv-list .ytv-thumb{
			float: left;
			position: relative;
			outline: 1px solid rgba(0,0,0,0.5);
			}
			.ytv-list .ytv-thumb img{
				width: 120px;
				display: block;
				}
			.ytv-list .ytv-thumb span{
				position: absolute;
				bottom: 5px;
				right: 5px;
				color: #eee;
				background: rgba(0,0,0,0.7);
				font-size: 11px;
				font-weight: bold;
				padding: 0px 4px;
				
				-webkit-border-radius: 3px;
				-moz-border-radius: 3px;
				border-radius: 3px;
				}
		.ytv-views{
		    display: block;
		    margin-top: 5px;
		    font-size: 10px;
		    font-weight: normal;
		    opacity: 0.3;
			}


	.ytv-list-header{
		height: 52px;
		-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
		box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
		}
		.ytv-list-header a{
			background: rgba(255,255,255,0.05);
    		position: relative;
    		z-index: 10;
			}
		.ytv-list-header img,
		.ytv-list .ytv-playlists .ytv-thumb img{
			width: 30px;
			vertical-align: middle;
			}
		.ytv-list-header span{		
		    padding-left: 10px;
		    font-size: 12px;
		    font-weight: bold;
			}

/*
 * Playlists
 */
.ytv-playlists{
    z-index: 9;
    position: absolute;
    background: #282828;
    top:52px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    display: none;
	}
	.ytv-playlists img,
	.ytv-list-header img{
	    float: left;
		}
	.ytv-playlists a span,
	.ytv-list-header a span{	
	    white-space: nowrap;
	    padding-left: 10px;
	    display: block;
	    overflow: hidden;
	    text-overflow: ellipsis;
		}
	.ytv-list-header > a span{
		line-height: 30px;
		}
	.ytv-list-header .ytv-playlists a{
		background: none;
		}
	.ytv-playlist-open .ytv-playlists{
		display: block;
		}

/*
 * Modifiers
 */
.ytv-relative{
	position: relative;
	width: 100%;
	height: 100%;
	}
.ytv-full{
	position: fixed;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	}
.ytv-arrow {
	height: 10px;
	width: 0;
	position: relative;
	top: 10px;
	right: 5px;
	border: 10px solid transparent;
	float: right;
	border-top-color: rgba(0,0,0,0.4);
	display: none;
	}
	.ytv-has-playlists .ytv-arrow{
		display: inline-block;
		}
	.ytv-playlist-open .ytv-arrow{
		border-color: transparent;
		border-bottom-color: rgba(0,0,0,0.4);
		top: -10px;
		}

.ytv-list-header a:after,
.ytv-clear:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
	}
	
#frame{
	margin: 50px auto;
	width: 1200px;
	height: 506px;
	}
	
.playlists .special{
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: 420px;
	}

.playlists .ytv-list-header > a{
	-webkit-animation: pulse 2s infinite;
	-moz-animation: pulse 2s infinite;
	-o-animation: pulse 2s infinite;
	animation: pulse 2s infinite;
	}
	.playlists .ytv-list-header.ytv-playlist-open > a{
		-webkit-animation: none;
		-moz-animation: none;
		-o-animation: none;
		animation: none;
		}

@-webkit-keyframes pulse {
  0%   { background: rgba(255,255,255,0); }
  50%  { background: rgba(255,255,255,0.1); }
  100% { background: rgba(255,255,255,0); }
}
@-moz-keyframes pulse {
  0%   { background: rgba(255,255,255,0); }
  50%  { background: rgba(255,255,255,0.1); }
  100% { background: rgba(255,255,255,0); }
}
@-o-keyframes pulse {
  0%   { background: rgba(255,255,255,0); }
  50%  { background: rgba(255,255,255,0.1); }
  100% { background: rgba(255,255,255,0); }
}
@keyframes pulse {
  0%   { background: rgba(255,255,255,0); }
  50%  { background: rgba(255,255,255,0.1); }
  100% { background: rgba(255,255,255,0); }