/* Global */
* {
  margin: 0 auto;
}
body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #888;
  line-height: 24px;
  letter-spacing: 0;
  overflow-x: hidden;
  position: relative;
}
h1,
h2,
h3,
h4,
h5 {
  padding: 0;
  margin: 0;
}
a:focus,
input:focus {
	text-decoration: none;
	outline: 0;
}
.no-padding-sides {
  padding-left: 0;
  padding-right: 0;
}
.no-padding-right {
	padding-right: 0;
}
.no-padding-left {
	padding-left: 0;
}
.center {
	text-align: center;
}
.navbar {
    border-radius: 0;
    margin: 0;
    min-height: auto;
	top: 40px;
	-webkit-transition: all .3s ease-in-out;
		 -moz-transition: all .3s ease-in-out;
			  transition: all .3s ease-in-out;
}
.navbar-top {
	top: 22px;
	background-color: #fff !important;
	-webkit-box-shadow: 0 10px 6px -6px rgba(0,0,0,0.08);
       -moz-box-shadow: 0 10px 6px -6px rgba(0,0,0,0.08);
            box-shadow: 0 10px 6px -6px rgba(0,0,0,0.08);
}
.navbar-header {
	float: left;
	text-align: center;
	position: relative
}
.navbar-right {
  margin: 22px 0 0 0;
}
.navbar-default {
  padding: 0;
  background-color: transparent;
  border: none;
}
	.navbar-default .navbar-nav li a:hover {
		color: #2b86c2 !important;
	}
	.navbar-default .navbar-nav .active a,
	.navbar-default .navbar-nav .active a:hover,
	.navbar-default .navbar-nav .active a:focus {
	  color: #2b86c2;
	  background-color: transparent;
	}
	.navbar-default .navbar-right li:not(:last-child) {
		margin-top: 20px;
		padding: 0px 24px;
	}
	.navbar-default .navbar-right li:not(:nth-last-child(-n+2)) {
		border-right: 1px solid #666;
	}
	.navbar-default .navbar-right li a {
	  position: relative;
	  padding: 0;
	  font-size: 11px;
	  font-weight: 700;
	  color: #666;
	  line-height: 15px;
	  letter-spacing: 1px;
	  text-transform: uppercase;
	  -webkit-transition: all .3s ease-in-out;
		 -moz-transition: all .3s ease-in-out;
			  transition: all .3s ease-in-out;
	}
	.navbar-default .navbar-right li:not(:last-child) a:after,
	.dropdown-menu li:last-child a:after {
	  content: '' !important;
	  display: block !important;
	  position: absolute !important;
	  bottom: -100% !important;
	  width: 100% !important;
	  height: 1px !important;
	  background-color: #2b86c2 !important;
	  opacity: 0 !important;
	  filter: alpha(opacity=0) !important;
	  -webkit-transition: all .3s ease-in-out !important;
		 -moz-transition: all .3s ease-in-out !important;
			  transition: all .3s ease-in-out !important;
	}
	.navbar-default .navbar-right li:not(:last-child) a:hover:after,
	.dropdown-menu li:last-child a:hover:after {
	  bottom: -4px !important;
	  opacity: 1 !important;
	  filter: alpha(opacity=100) !important;
	}
	.navbar-default .navbar-right li:last-child a {
	  margin-top: 10px;
	  margin-right: 0;
	  padding: 10px 16px;
	  background-color: #2b86c2;
	  color: #fff !important;
	  font-weight: 700;
	  -webkit-border-radius: 3px;
	  -moz-border-radius: 3px;
	  border-radius: 3px;
	  -webkit-transition: all .3s ease-in-out;
		 -moz-transition: all .3s ease-in-out;
			  transition: all .3s ease-in-out;
	}
	.navbar-default .navbar-right li:last-child a:hover {
		background-color: #333;
	}
	.navbar-default .navbar-nav .dropdown .dropdown-menu li:last-child a {
		color: #666 !important;
	}
	.navbar-default .navbar-nav .dropdown .dropdown-menu li:last-child a:hover {
	  color: #2b86c2 !important;
	}
.navbar-brand {
  height: 100%;
  padding: 16px 0px;
  margin-left: 0 !important;
  float: none;
  display: block;
}
.navbar-brand img {
  max-width: 100%;
}
.navbar-default .navbar-nav .open a {
	background: transparent !important;
}
.dropdown-menu {
	background: rgba(255,255,255,0.64);
	border: none;
	box-shadow: none;
	right: unset !important;
	margin: 16px 0px 0px -16px !important;
	border-radius: unset !important;
}
.dropdown-white {
	background: #fcfcfc;
}
.dropdown-menu li:not(:last-child) {
	margin-top: unset !important;
}
.dropdown-menu li {
	border-right: unset !important;
	padding: 10px 16px !important;
}

.dropdown-menu li:last-child a {
	background: none !important;
	color: #666 !important;
	padding: unset !important;
}
.dropdown-menu li a {
	display: unset;
}
.dropdown-menu li a:hover,
.navbar-default .navbar-nav .open a:hover  {
	background-color: transparent;
}
