.col,
.col * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.col {
  position: relative;
  float: left;
  padding: 0 1em;
}

.clear:before,
.clear:after {
  content: " ";
  display: table;
}

.clear:after {
  clear: both;
}

@media all and (max-width: 480px) {
  .col {
    width: 100% !important;
    margin: 0 !important;
}


}

.fade{
opacity:0;
-webkit-transition:opacity .15s linear;
-o-transition:opacity .15s linear;
transition:opacity .15s linear
}

.fade.in{
opacity:1
}

.dropdown,.dropup{
position:relative
}

.dropdown-toggle:focus{
outline:0
}

.dropdown-menu{
position:absolute;
top:100%;
left:0;
z-index:1000;
display:none;
float:left;

background: rgba(54,54,54,1);
padding: 15px 10px;
margin: 0 0 0;
text-align:left;
list-style:none;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
text-shadow: 0px 1px 1px rgba(54,54,54,1);
box-shadow: rgba(0,0,0,0.5) 0px 3px 40px, rgba(0,0,0,0.2) 0px 1px 2px;
font-family: 'Droid Sans', sans-serif
font-size: 12px;
color: #fff;
}

.dropdown-menu.pull-right{
right:0;left:auto
}

.dropdown-menu .divider{
height:1px;
margin:9px 0;
overflow:hidden;
background:rgba(54,54,54,1);
}

.dropdown-menu>li>a{
display:block;
padding:3px 20px;
clear:both;
line-height:1.42857143;
color:#fff;
white-space:nowrap;
font-family: 'Droid Sans', sans-serif
font-size: 12px;
text-shadow: 0px 1px 1px rgba(54,54,54,1);
}

.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{
color:#ccc;
text-decoration:none;
background:rgba(54,54,54,1);
font-family: 'Droid Sans', sans-serif
font-size: 12px;
text-shadow: 0px 1px 1px rgba(54,54,54,1);
}

.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{
color:#fff;
text-decoration:none;
background:rgba(54,54,54,1);
outline:0;
font-family: 'Droid Sans', sans-serif
font-size: 12px;
text-shadow: 0px 1px 1px rgba(54,54,54,1);
}

.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{
color:#fff;
background:rgba(54,54,54,1);
font-family: 'Droid Sans', sans-serif
font-size: 12px;
text-shadow: 0px 1px 1px rgba(54,54,54,1);
}

.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{
text-decoration:none;
cursor:not-allowed;
background-color:transparent;
background-image:none;
filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)
font-family: 'Droid Sans', sans-serif
font-size: 12px;
text-shadow: 0px 1px 1px rgba(54,54,54,1);
}

.open>.dropdown-menu{
display:block
}

.open>a{
outline:0
}

.dropdown-menu-right{
right:0;left:auto
}

.dropdown-menu-left{
right:auto;left:0
}

/*
.dropdown-menu:before {
  position: absolute;
  top: -7px;
  left: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(54,54,54,1);
  border-left: 7px solid transparent;
  border-bottom-color: rgba(54,54,54,1);
  content: '';
font-family: 'Droid Sans', sans-serif
font-size: 12px;
}*/

/*
.dropdown-menu:after {
  position: absolute;
  top: -6px;
  left: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid rgba(54,54,54,1);
  border-left: 6px solid transparent;
  content: '';
font-family: 'Droid Sans', sans-serif
font-size: 12px;
}*/




nav {
	margin: 0;
	padding: 0;
	position: relative;
}

nav > ul {
	padding: 0;
}

nav ul {
	list-style: none;
    margin: 0 0 0;
    text-align: left;
    list-style: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-shadow: 0px 1px 1px rgba(54,54,54,1);
    box-shadow: rgba(0,0,0,0.5) 0px 3px 40px, rgba(0,0,0,0.2) 0px 1px 2px;
    font-family: 'Droid Sans', sans-serif font-size: 12px;
    color: #fff;
	}
nav ul ul {
    padding: 15px;
    background: rgba(54,54,54,1);	
}
	
nav ul li {
	display:inline-block;
	}
nav ul li li {
	background: #363636;
}

nav a,
nav a:link,
nav a:visited {
	display:block;
	padding:0 4px;
	line-height: 20px;
	text-decoration:none;
	color: #fff;
}

nav a:hover { 
	color: #ccc; 
}

/* Hide Dropdowns by Default */
nav ul ul {
	display: none;
	position: absolute; 
	top: 40px; /* the height of the main nav */
}
	
/* Display Dropdowns on Hover */
nav ul li:hover > ul {
	display:inherit;
}
	
/* Fisrt Tier Dropdown */
nav ul ul li {
	width: auto;
	float:none;
	display:list-item;
	position: relative;
}

/* Second, Third and more Tiers	*/
nav ul ul ul li {
	position: relative;
	top:-30px; 
	left:160px;
}

	
/* Change this in order to change the Dropdown symbol */
nav ul li > a:after { content:  ' \2304'; font-size: 20px; }
nav ul li > a:only-child:after { content: ''; }
        
        