/* ## NECESSARY STYLES FOR THE DEMO ARE ON LINE 270

/* ## Typographical Elements
--------------------------------------------- */
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,300);

body {
	/*background: #f6f6f6;
	color: #282b2d;
	font-family: 'Source Sans Pro', sans-serif;*/
	/*font-size: 20px;
	font-weight: 300;
	line-height: 1.645;
	margin: 0;
	-webkit-font-smoothing: antialiased;*/
}
/*
::-moz-selection {
	background-color: #282b2d;
	color: #fff;
}

::selection {
	background-color: #282b2d;
	color: #fff;
}

a {
	color: #499ca5;
	text-decoration: none;
}

a:hover {
	color: #93a748;
}*/

.row.one a {
	color: #fff;
	border-bottom: 1px dotted #fff;
}

.row.one a:hover {
	border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 600;
	line-height: 1.2;
}


/* ## Clearing
--------------------------------------------- */
.row:before {
	/*content: " ";
	display: table;*/
}

.row:after {
/*	clear: both;
	content: " ";
	display: table;*/
}


/* ## Containers
--------------------------------------------- */
.site-header {
	/*background: #fff;*/
}

.wrap {
	/*margin: 0 auto;
	max-width: 1200px;*/
}

.row.one {
	/*background: #93a748;*/
}

.row.two {
	/*background: #499ca5;*/
}



/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

nav {
	background: #f7941d;
	clear: both;
	font-size: 14px;
	font-weight: 300;
	line-height: 1;
	margin: 0;
	padding: 15px 0;
	width: 100%;
}

nav ul {
	padding: 0;
}

nav ul li a {
	border-bottom:1px solid #0000fe;
	width:80%;
}

nav .menu-item {
	display: inline-block;
	text-align: left;
	
}

nav a {
	color: #ffffff;
	display: block;
	padding: 10px 64px 10px 0;
}

nav a:hover {
	color: #ffffff;
}


/*@media only screen and (max-width: 1245px) {
	.wrap {
		margin: 0 auto;
		max-width: 900px;
	}
}*/

/*@media only screen and (max-width: 960px) {
	.wrap {
		max-width: 100%;
		padding-left: 5%;
		padding-right: 5%;
	}
	
	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-fifths,
	.three-sixths,
	.two-fourths,
	.two-fifths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
}*/

/* ## Necessary Demo Styles
--------------------------------------------- */
.responsive-nav-icon::before,
.responsive-nav-close::before {
    color: #ffffff;
    content: "\f0c9";
    font-family: FontAwesome;
    font-size: 32px;
    /*position: relative;*/
	margin-left:0px;
}

.responsive-nav-close::before {
    color: #ffffff;
    content: "\f00d";
    font-size: 18px;
}

.responsive-nav-icon {
	/*background: #fff;             baground ------------*/
	line-height: normal;
	padding: 0px 8px 4px;
	top: 0%; left: 0%;
}

.responsive-nav-icon:hover,
.responsive-nav-close:hover {
	opacity: .7;
}

.responsive-nav-close {
	top: 10px; right: 10px;
}

.responsive-nav-icon,
.responsive-nav-close {
    cursor: pointer;
    display: none;
}

#overlay {
    background: 0 0 rgba(0, 0, 0, 0.8);
    display: none;
    height: 100%;
    position: fixed;
    top: 0; left: 0;
    -moz-transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    width: 100%;
    z-index: 90;
}

@media only screen and (max-width: 960px) {
	.responsive-nav-icon,
	.responsive-nav-close {
	    display: block;
	    position: absolute;
	    z-index: 99;
		margin-top:10px;
	}

	nav {
	    height: 100%;
	    padding: 20px;
	    position: fixed;
	    top: 0; left: -500px;
	    -moz-transition: all 0.2s linear 0s;
	    -webkit-transition: all 0.2s linear 0s;
	    -ms-transition: all 0.2s linear 0s;
	    transition: all 0.2s linear 0s;
	    width: 0;
	}
	
	nav.slide-in {
	    left: 0;
	    overflow-y: scroll;
	    width: 280px;
	    z-index: 100;
	}
	
	nav .menu-item {
		display: block;
		
	}
}