/* ------------------------------------------------------------------------------
	Template Name: Flosix
	Author: Designstub
	Author URI: http://www.designstub.com
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Version: 1.0

/* ------------------------------------------------------------------------------
	Typography
-------------------------------------------------------------------------------*/

@import url(http://fonts.googleapis.com/css?family=Cutive%20Mono:400);

/* ------------------------------------------------------------------------------
	Global Styles
-------------------------------------------------------------------------------*/
a {
	color: #e84545;
}
a:hover, a:focus {
	text-decoration: none;
	-moz-transition: background-color, color, 0.3s;
	-o-transition: background-color, color, 0.3s;
	-webkit-transition: background-color, color, 0.3s;
	transition: background-color, color, 0.3s;
}

ul, ol {
	margin: 0;
	padding: 0;
}
ul li {
	list-style: none;
}

.no-padding {
	padding: 0;
}
.no-gutter [class*=col-] {
	padding-right: 0;
	padding-left: 0;
}
.extra-padding {
	margin: 60px 0 0 100px;
}
/* ------------------------------------------------------------------------------
	 Header
-------------------------------------------------------------------------------*/
#header2 {
	position: fixed;
	width: 100%;
	z-index: 999;
	border-bottom: solid #d7d5d5 1px;
}
#header2 .header-content {
	margin: 0 auto;
	/*padding: 60px 10%;*/
	width: 100%;
	-moz-transition: padding 0.3s;
	-o-transition: padding 0.3s;
	-webkit-transition: padding 0.3s;
	transition: padding 0.3s;
	background-color:#fff !important;
}
#header2 .logo {
	float: left;
}
#header2.fixed {
	background-color: rgba(255, 255, 255, 1);
}


#header2.fixed .header-content {
	border-bottom: 0;
	padding: 0px;
}
#header2.fixed .nav-toggle {
	top: 18px;
}


