/* === GENERAL === */

html,
body {
	margin: 0;
	padding: 0;
	font-family: 'Droid Sans', Helvetica, sans-serif;
	font-size: 16px;
	background-color: #E3E3E3;
	color: #333;
	height: 100%;
}

/* === GLOBAL === */

h1,h2,h3,h4,h5,h6 {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
}

h1 {
	font-size: 1.8em;
}

h2 {
	font-size: 21px;	
}

h1,h2 {
	margin: 0 0 10px;
}

h3 {
	margin: 5px 0;
	font-size: 18px;
}

h4 {
	font-size: 14px;
}

h4 .lead {
	padding-bottom: 0;
	margin-bottom: 0;
}

p .lead {
	font-weight: normal;
}

.dark_bg {
	font-weight: bold;
}

a:link, a:visited {
	color: #007DFF;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

hr {
	border: 1px solid #717171;
}

#wrapper {
	min-height: 100%;
	position: relative;
	
}

.container {
	width: 100%;
}

.container img {
	padding-bottom: 0px;
}


#main {
	padding-top: 20px;
	padding-bottom: 150px;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
}

.border {
	border: thin solid #858585;
}

.panel {
	background-color: #E3E3E3;
	margin-bottom: 30px;
	padding: 10px;
	border-bottom: thin solid #858585;
	
}

.product {
	padding: 25px;
}

img {
	max-width: 100%;
}

.plugin {
	padding-right: 10px;
	padding-bottom: 5px;
}

.logo {
	background-color: #1c1b19;
	text-align: center;
	margin-top: 0px;
	height: 89px;
}

.navbar-wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.navbar {
	background-color: #1c1b19;
	border: none;
	border-radius: 0;
	margin-top: 0px;
	padding-top: 0px;
	height: 50px;
	z-index: 9999;

}
   
.navbar-nav {
	padding-bottom: 5px;
}

.navbar ul {
	margin-top: 0px;
	padding-top: 0px;
}

.navbar li a {
	font-size: 16px;
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-right: 80px;
	margin-top: 9px;
	border-radius: 9px;
	padding: 5px;
}

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


.navbar .navbar-nav>li>a:hover,.navbar .navbar-nav>li>a:focus {
	font-weight: bold;
	font-size: 16px;
	background-color: #1c1b19;
	color: #F78720;
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-right: 80px;
	margin-top: 9px;
	border-radius: 9px;
	padding: 5px;
}

.navbar .navbar-nav>.active>a {
	background-color: #1c1b19;
	border-color: #F78720;
	color: #F78720;
}

.navbar .navbar-nav>.active>a:hover {
	background-color: #1c1b19;
	color: #F78720;
}

.navbar .navbar-nav>.active>a:focus {
	font-weight: bold;
	font-size: 16px;
	background-color: #EEEEE6;
	color: #222222;
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-right: 80px;
	margin-top: 9px;
	border-radius: 9px;
	padding: 5px;
}

.social {
	color: #e7ddc0;
}

.badge.social {
	font-size: 22px;
	height: 35px;
	width: 35px;
	text-align: center;
	line-height: 35px;
	margin: 5px 10px 0 0;
	padding: 0;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	background-color: transparent;
}

.badge.social.twitter:hover {
	background: #55acee;
}

.badge.social.facebook:hover {
	background: #3b5998;
}

.badge.social.soundcloud:hover {
	background: #ff6a00;
}

.badge.social.instagram:hover {
	background: #e12a27;
}

.badge.social.tumblr:hover {
	background: #36465d;
}

.badge.social.youtube:hover {
	background: #e12a27;
}

/* === LAYOUT === */


footer {
	background: #222;
	color: white;
	font-size: 12px;
	bottom: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 50px;

}

footer p {
	margin: 10px 0 0 0;
}

footer a:link, footer a:visited {
	color: white;
}

footer a:hover {
	color: #dd5638;
}

/* --------------------------------------

	Video

	------------------------------------- */

	

.flex-video {

  position: relative;

  padding-top: 25px;

  padding-bottom: 67.5%;

  height: 0;

  margin-bottom: 16px;

  overflow: hidden;

}

 

.flex-video.widescreen { padding-bottom: 57.25%; }

.flex-video.vimeo { padding-top: 0; }

 

.flex-video iframe,

.flex-video object,

.flex-video embed {

  position: absolute;

  top: 0;

  left: 2.5%;

  width: 95%;

  height: 100%;

}



ol.tumblr_posts {
    list-style-type: none;
}





/* ================ MEDIA QUERIES ======================*/


@media screen and ( max-width : 1000px ) {
	
.logo {
	height: auto;
	width: 99%;
	margin-left: 5px;	
	position: relative;
	
}



.navbar-wrapper {
	width: 100%;

}

.navbar-nav {
	margin-top: 100px;
}


	
}

@media (min-width: 768px){
    .navbar-nav{
        float:none;
        margin: 0 auto;
        display: table;
        table-layout: fixed;
    }
}

@media screen and ( max-width : 768px ) {

.navbar {
	height: 50px;
}


.navbar-toggle {
	top: 0px;
}

.navbar-collapse {
	background-color: #1c1b19;
}

.navbar-nav {
	margin-top: 40px;
}	
	
.hide_mobile {
	display: none;
}
	
}

@media screen and ( max-width : 480px ) {
	
footer {
	height: 100px;
}

}