* {
	margin: 0;
	padding: 0;
}


html, body {
	background-color: #222222;
}

#sb-site {
	box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.3); /* Shadow cast onto the slidebars when opened. */
	padding: 50px 0 0 0;
}

#adverts {
	margin-top: 20px;
}

.advert {
	border-radius: 3px;
	border: 1px solid #727272;
	margin-bottom: 10px;
	padding: 3px;
}

.navbar {
	box-shadow: /* Shadow beneath the bar and edge highlights. */
		/* Layered single pixel shadows to create a one sided shadow effect. */
		0 5px 0 0 rgba(0, 0, 0, 0.01),
		0 4px 0 0 rgba(0, 0, 0, 0.02),
		0 3px 0 0 rgba(0, 0, 0, 0.04),
		0 2px 0 0 rgba(0, 0, 0, 0.06),
		0 1px 0 0 rgba(0, 0, 0, 0.08),
		/* Top highlight */
		0 1px 0 0 rgba(255, 255, 255, 0.1) inset,
		/* Left highlight */
		1px 0 0 0 rgba(255, 255, 255, 0.1) inset,
		/* Right highlight */
		-1px 0 0 0 rgba(255, 255, 255, 0.1) inset,
		/* Bottom lowlight */
		0 -1px 0 0 rgba(0, 0, 0, 0.1) inset;
		
	/* Glass gradient overlay. */
	background-image: -webkit-linear-gradient(top, rgba(255,255,255, 0.05) 50%, rgba(0,0,0, 0.02) 51%); /*  Webkit syntax. */
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.05) 50%, rgba(0, 0, 0, 0.02) 51%); /* Final syntax. */
	background-size: 100%;
	background-repeat: no-repeat;
	
	/* Bootstrap Changes */
	border: none;
	width: 100%;
	left: auto;
	right: auto;
}

.navbar-default {
 	background-color: #320a2a;
 	border-color: #ff6b00;
}

.navbar-nav {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	
}

.navbar-default .navbar-nav > li > a {
 	color: #FFFFFF;
 	
}

.navbar-default .navbar-nav > li > a:hover {
 	color: #e4423d;
}


#logo {
	margin-top: 9px;
	text-align: center;
}

#top-arrow {
	padding-top: 17px;
	padding-bottom: 13px;
}

.navbar .sb-toggle-left {
	width: 58px;
	float: left;
	padding: 14px;
}

.navbar .sb-toggle-right {
	width: 58px;
	float: right;
	padding: 14px;
}

.sb-toggle-left, .sb-toggle-right, .sb-open-left, .sb-open-right, .sb-close {
	cursor: pointer;
}

.sb-right {
	margin-top: 50px;
}

.navicon-line {
	width: 24px;
	height: 4px;
	border-radius: 1px;
	margin-bottom: 3px;
	background-color: #fff;
}

ul.navbar-nav {
	display: none;
}

footer {
	margin-top: 30px;
	
	
}
.footerContent {

	padding: 0px; 
	margin: 0px; 
	min-width: 320px; 
	height: 100px; 
	color:#FFFFFF; 
	background-color: #320a2a;  
	font-family: 'Oswald', sans-serif; 
	text-transform: uppercase; 	
	border-top: solid 1px #2c2c2c;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	
}

.amazonbutton {

-moz-box-shadow:inset 0px 1px 0px 0px #f9eacf;
-webkit-box-shadow:inset 0px 1px 0px 0px #f9eacf;
box-shadow:inset 0px 1px 0px 0px #f9eacf;
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #F6DD9F), color-stop(1, #F0C24D) );
background:-moz-linear-gradient( center top, #F6DD9F 5%, #F0C24D 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=’#F6DD9F‘, endColorstr=’#F0C24D‘);
background-color:#f5d78a;
-webkit-border-top-left-radius:6px;
-moz-border-radius-topleft:6px;
border-top-left-radius:6px;
-webkit-border-top-right-radius:6px;
-moz-border-radius-topright:6px;
border-top-right-radius:6px;
-webkit-border-bottom-right-radius:6px;
-moz-border-radius-bottomright:6px;
border-bottom-right-radius:6px;
-webkit-border-bottom-left-radius:6px;
-moz-border-radius-bottomleft:6px;
border-bottom-left-radius:6px;
text-indent:0px;
border:1px solid #cbaa5c;
display:inline-block;
color:#111111;
font-size:13px;
font-weight:normal;
font-style:normal;
height:28px;
line-height:25px;
width:90px;
text-decoration:none;
text-align:center;
}
.amazonbutton:hover {
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #F5D589), color-stop(1, #EEBA35) );
background:-moz-linear-gradient( center top, #F5D589 5%, #EEBA35 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=’#F5D589′, endColorstr=’#EEBA35′);
background-color:#eeba35;
color:#323232;
}
.amazonbutton:active {
position:relative;
top:1px;
}

		.tolinobutton {

-moz-box-shadow:inset 0px 1px 0px 0px #94d7a9;
-webkit-box-shadow:inset 0px 1px 0px 0px #94d7a9;
box-shadow:inset 0px 1px 0px 0px #94d7a9;
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #94d7a9), color-stop(1, #009931) );
background:-moz-linear-gradient( center top, #94d7a9 5%, #009931 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=’#94d7a9‘, endColorstr=’#009931‘);
background-color:#009931;
-webkit-border-top-left-radius:6px;
-moz-border-radius-topleft:6px;
border-top-left-radius:6px;
-webkit-border-top-right-radius:6px;
-moz-border-radius-topright:6px;
border-top-right-radius:6px;
-webkit-border-bottom-right-radius:6px;
-moz-border-radius-bottomright:6px;
border-bottom-right-radius:6px;
-webkit-border-bottom-left-radius:6px;
-moz-border-radius-bottomleft:6px;
border-bottom-left-radius:6px;
text-indent:0px;
border:1px solid #009931;
display:inline-block;
color:#111111;
font-size:13px;
font-weight:normal;
font-style:normal;
height:28px;
line-height:25px;
width:90px;
text-decoration:none;
text-align:center;
}
.tolinobutton:hover {
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #94d7a9), color-stop(1, #009931) );
background:-moz-linear-gradient( center top, #94d7a9 5%, #009931 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=’#94d7a9‘, endColorstr=’#009931‘);
background-color:#009931;
color:#323232;
}
.tolinobutton:active {
position:relative;
top:1px;
}


/* Slidebars */

.sb-slidebar {
	background-color: #222222;
}

/* ---------------
 * 003 - Slidebars
 */

.sb-slidebar {
	background-color: #222222; /* Background colour. */
	color: #e8e8e8; /* Text colour. */
}

.sb-slidebar a {
	color: #e4423d;
	font-size:16px;
	text-transform: uppercase;
	text-decoration: none;
	text-align:left;
}

.sb-slidebar a:hover {
	color: #e4423d; /* Link hover colour. */
}

/* Main Menu */
.sb-menu { /* Apply to <ul> or <ol>. */
	padding: 0;
	margin: 0;
	color: #FFFFFF;
	font-family: 'Oswald', sans-serif;
	font-weight:normal;
	text-align:center;
	list-style-type: none;
}

.sb-menu li {
	width: 100%;
	padding: 0;
	margin: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.1); /* Will lighten any background colour you set. */
	border-bottom: 1px solid rgba(0, 0, 0, 0.1); /* Will darken any background colour you set. */
}

.sb-menu > li:first-child {
	border-top: none; /* Removes top border from first list item.. */
}

.sb-menu > li:last-child {
	border-bottom: none; /* Removed bottom border from last list item. */
}

.sb-menu li a {
	width: 100%; /* Makes links full width. */
	display: inline-block;
	padding: 1em; /* Creates an even padding the same size as your font. */
	color: #f2f2f2;
}

.sb-menu li a:hover {
	text-decoration: none;
	background-color: rgba(255, 255, 255, 0.05); /* Will lighten any background colour you set. */
}

/* Borders */
.sb-left .sb-menu li a {
	border-left: 3px solid transparent;
}

.sb-left .sb-menu li a:hover {
	border-left: 3px solid; /* Removes transparent colour, so border colour will be the same as link hover colour. */
}

.sb-right .sb-menu li a {
	border-right: 3px solid transparent;
}

.sb-right .sb-menu li a:hover {
	border-right: 3px solid; /* Removes transparent colour, so border colour will be the same as link hover colour. */
}

/* Left */


.sb-menu li .sb-open-right, .sb-menu li small {
	display: inline-block;
	padding: 14px;
}

.sb-menu li img {
	margin: 14px;
}

/* Right */
aside#about-me {
	padding: 14px 14px 14px 14px;
}

img.img-me {
	margin: 14px auto;
	border: 4px solid #fff;
}

/* Slidebar Type */

.sb-slidebar, .sb-slidebar h3 {
	color: #F0F0F0;
}

.sb-slidebar ul.sb-nav li a {
	color: #DEDEDE;
}

.sb-slidebar ul.sb-nav li a:hover {
	color: #C7C7C7;
	text-decoration: none;
}

.sb-slidebar ul.sb-nav li span:hover {
	color: #C7C7C7;
}

/* Anchor Links */
#download, #api, #options, #helper-classes {
	margin-top: -50px;
	padding-top: 50px;
}

/* Helper Classes */
.add-bottom-margin {
	margin-bottom: 15px;
}

.no-bottom-margin {
	margin-bottom: 0;
}

.add-top-margin {
	margin-top: 15px;
}

.no-top-margin {
	margin-top: 0;
}

.push-down {
	position: relative;
	top: 2px;
}

@media (min-width: 768px) {
	ul.navbar-nav {
		display: block;
	}
	.sb-toggle-left {
		display:none;	
	}
	#logo {
		text-align: left;
	}
}

@media (min-width: 992px) {
	ul.navbar-nav {
		display: block;
	}
	.sb-toggle-left {
		display:none;	
	}
	#logo {
		text-align: left;
	}
}

@media (min-width: 1200px) {
	ul.navbar-nav {
		display: block;
	}
	.sb-toggle-left {
		display:none;	
	}
	#logo {
		text-align: left;
	}
}

.img-responsive-stretch {
	display: block;
	width: 100%;
	height: auto;
}

.site-style {
	width: 100%; height: 100%;padding:0;margin:0;background-color:#1c0517; border-bottom:2px solid #ffd200;	
}


a.darken {
    display: inline-block;
    background: black;
    padding: 0;
}

a.darken img {
    display: block;

    -webkit-transition: all 0.25s linear;
       -moz-transition: all 0.25s linear;
        -ms-transition: all 0.25s linear;
         -o-transition: all 0.25s linear;
            transition: all 0.25s linear;
}

a.darken:hover img {
    opacity: 0.7;

}

.author_hl1 {
	font-family: 'Oswald', sans-serif;
	font-weight:normal;
	font-size:20px;
	letter-spacing: -0.00em;
	color: #ffd200;

}
.author_hl2 {
	font-family: 'Oswald', sans-serif;
	font-weight:normal;
	font-size:20px;
	letter-spacing: -0.00em;
	color: #FFFFFF;

}
.author {
	font-family: 'Oswald', sans-serif;
	font-weight:bold;
	font-size:80px;
	line-height: 80px;
	letter-spacing: -0.02em;
	color: #FFFFFF;
}

.wrapper { 
	width: 960px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}


.flowview-item {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 0px;
    box-sizing: border-box;
    float: left;
    margin-bottom: 10px;
    margin-left: 20px;
    padding: 9px;
    transition: opacity 1s ease-in 0s;
    width: 300px;
    text-align:left;
    font-size:14px;
    color: #444444;
    list-style-type: none;
    display:inline-block;
}

.flowitem {

	display: inline-block;
	width: 300px;
	padding: 9px;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 5px;
	background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 0px;
    box-sizing: border-box;

}

@media only screen and (max-width: 960px) {
	.wrapper {
		width: 660px;
	}
	.author {
		font-size:70px;
	}
}

@media only screen and (max-width: 640px) {
	.wrapper {
		width: 460px;
	}
	.author {
		font-size:70px;
	}
}

@media only screen and (max-width: 460px) {
	.wrapper {
		width: 375px;
	}
	.author {
		font-size:50px;
	}
}

@media only screen and (max-width: 375px) {
	.wrapper { 
		width: 320px;
	}
	.author {
		font-size:50px;
	}
}




h2 {
	font-family: 'Oswald', sans-serif;
	font-size: 2.2rem;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color:#FFFFFF;
}



