body {
	color: #000;
	font-weight: 300;
}

h1, h2, h3, h4, h5, h6 {
	font-family: inherit;
}

a, a:hover {
    color: #003763;
    text-decoration: none;
    font-weight: bold;
    font-size: .9em;
}

ul {
	margin-bottom: 0;
}

#demos {
	padding: 60px 0;
}

#demos h4 {
	margin: 20px 0 0 0;
}

#showcase-first {
	padding-top: 90px;
	padding-bottom: 90px;
}

#hero-top {
	background: #f5f5f5;
	padding: 60px 0;
	margin-top: 72px;
}

#hero-bottom {
	background: #f5f5f5;
	padding: 60px 0;
}

#frame-2 {
	width: 100%;
}

#frame-2 .slidee {
	margin: 0;
	padding: 0;
	list-style: none;
}

#frame-2 .slidee.bordered li {
	border-top: 6px solid #fff;
	border-left: 3px solid #fff;
	border-bottom: 6px solid #fff;
	border-right: 3px solid #fff;
}

#frame-2 .slidee li {
	float: left;
	width: 290px;
}

@media (min-width: 1280px) {
	#frame-2 .slidee li {
		width: 380px;
	}
}

@media (min-width: 1900px) {
	#frame-2 .slidee li {
		width: 460px;
	}
}

.modal.in .modal-dialog {
	z-index: 1040;
}

.modal-backdrop.in {
	-webkit-opacity: 0.9;
	-moz-opacity: 0.9;
	opacity: 0.9;
	background-color: #f5f5f5;
}

.modal-content {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: none;
}

.modal-header {
	padding: 0;
	border-bottom: 0px solid #e5e5e5;
}

.modal-header .col-xs-10, .modal-header .col-xs-2  {
	padding: 0;
}

.demo.btn, .demo.btn:hover, .demo.btn:focus, .demo.btn:active, .demo.btn:active:focus {
	font-family: 'Montserrat', sans-serif;
	font-weight: 900;
	color: #fff;
	text-transform: uppercase;
	padding: 22px 12px;
	margin: 0;
	width: 100%;
	border: 1px solid transparent;
	border-radius: 0;
	outline: none;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.demo-icon .icon {
	margin: 12px;
}

.btn.launch {
	background: #999;
}

.btn.launch:hover {
	background: #888;
}

.btn.back {
	background: #333;
}

.btn.back:hover {
	background: #222;
}

.navbar {
	margin-bottom: 0;
	border: none;
	border-bottom: 1px solid #e7e7e7;
}

.nav a, .navbar-default .navbar-nav>li>a {
	text-align: left;
}

.dropdown-menu {
	border: 1px solid #e7e7e7;
	border-left: 0;
	border-right: 0;
	border-radius: 0;
	min-width: 120px;
	box-shadow: none;
	opacity: 0;
	-moz-transition: all .2s ease;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	-ms-transition: all .2s ease;
	transition: all .2s ease;
}

.dropdown:hover .dropdown-menu {
	opacity: 1;
}

.dropdown-submenu {
	position: relative;
}

.dropdown-submenu>.dropdown-menu {
	top: 0;
	right: 100%;
	margin-top: -6px;
	margin-left: -1px;
}

.dropdown-submenu:hover>.dropdown-menu {
	display: block;
}
/*
.dropdown-submenu>a:after {
	display: block;
	content: " ";
	float: left;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 4px 4px 4px 0;
	border-right-color: #e7e7e7;
	margin-top: 5px;
	margin-left: -10px;
}
*/
.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
	position: static;
}

.yamm .container {
	position: relative;
}

.yamm .dropdown-menu {
	left: auto;
}

.yamm .yamm-content {
	padding: 20px 30px;
}

.yamm .yamm-content a {
	display: block;
	padding: 5px 0 !important;
	text-align: left;
}

.yamm .dropdown.yamm-fw .dropdown-menu {
	left: 0;
	right: 0;
}