/*   
Theme Name: Northeast
Theme URI: http://www.navitor.com
Description: Theme template -- WordPress v4.0
Author: GS-I
Author URI: http://www.gs-interactive.net
Version: 2.0
*/
html {
	overflow-y: scroll;
	-webkit-font-smoothing: antialiased; 
}
body {
	margin:0;
	padding:0;
	font-family: 'PT Sans', sans-serif;
	color:#333333;
	font-size:15.5px;
	line-height:1.5;
}
.wrapper {
	width:100%;
	height:auto;
	min-height:100vh;	
	margin:0;
	overflow:hidden;
	position:relative;
}
.masthead {
	position:fixed;
	width:100%;
	height:80px;
	background-color:#fff;
	z-index:9999;
}
.masthead-in {
	width:1200px;
	margin:0 auto;
	position:relative;
}
@media(max-width: 1240px) {
	.masthead-in {
		width:100%;
	}
}

.logo {
	position:absolute;
	top:20px;
	left:25px;
	width:246px;
	height:110px;
}
.logo img {
	width:100%;
	height:100%;
}

@media(max-width: 1240px) {
	.logo {
	}
}

@media(max-width: 840px) {
	.logo {
	}
}



/*--------------- navigation -----------------------*/

.navigation {
	position:absolute;
	top:100px;
	right:0;
	width:100%;
	background-color:#fff;
}

@media(max-width: 1240px) {
	.navigation {
		top:71px;
	}
}

@media(max-width: 840px) {
	.navigation {
		top:90px;
	}
}

.menu-main-menu-container {
	width:1200px;
	margin:0 auto;
	position:relative;
	font-size:15px;
	line-height:15px;
}
@media(max-width: 1240px) {
	.menu-main-menu-container {
		width:100%;
	}
}

@media(max-width: 840px) {
	.menu-main-menu-container {
		display:none;
		margin:0;
		position:absolute;
		top:0;
		right:0;
		width:250px;
		z-index:999;
		
		
	}
}
#menu-main-menu {
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	right:20px;
	z-index:9999;

}

@media(max-width: 840px) {
	#menu-main-menu {
		width:100%;
		background-color:rgba(255,255,255,0.8);
		box-shadow:2px 2px 8px #666;
	}
}


#menu-main-menu li {
	position:relative;
	margin:0;
	padding:0;
	display:block;
	float:left;
}
@media(max-width: 840px) {
	#menu-main-menu li {
		float:none;
		border-bottom:1px solid #fff;
		font-weight:bold;
	}
}

#menu-main-menu li a {
	display:block;
	padding:10px 20px;
	position:relative;
	color:#6b6b6b;
	text-decoration:none;
	text-transform:uppercase;
	height:100px;
}

@media(max-width: 1240px) {
	#menu-main-menu li a {
		padding:10px 15px;
	}
}
@media(max-width: 840px) {
	#menu-main-menu li a {
		height:auto;
	}
}

/*--- note the rare instance of min-width in this stylesheet!!! ----*/
@media(min-width: 840px) {
	#menu-main-menu li.current_page_item a,
	#menu-main-menu li.current-page-ancestor a {
		color:#712c64;
		font-weight:bold;
		background-image:url(images/nav-arrow-purple.png);
		background-repeat:no-repeat;
		background-position:center 27px;
		
	}
	
	.section4 #menu-main-menu li.current_page_item a,
	.section4 #menu-main-menu li.current-page-ancestor a {
		background-image:url(images/nav-arrow-green.png);
	}
	
	.section8 #menu-main-menu li.current_page_item a,
	.section8 #menu-main-menu li.current-page-ancestor a {
		background-image:url(images/nav-arrow-green.png);
	}
	
	.section10 #menu-main-menu li.current_page_item a,
	.section10 #menu-main-menu li.current-page-ancestor a {
		background-image:url(images/nav-arrow-green.png);
	}
	
	.section12 #menu-main-menu li.current_page_item a,
	.section12 #menu-main-menu li.current-page-ancestor a {
		background-image:url(images/nav-arrow-purple.png);
	}
	
	.section14 #menu-main-menu li.current_page_item a,
	.section14 #menu-main-menu li.current-page-ancestor a {
		background-image:url(images/nav-arrow-green.png);
	}
}

#menu-main-menu li:hover a {
	color:#712c64;
	background-image:url(images/nav-arrow-purple.png);
	background-repeat:no-repeat;
	background-position:center 27px;
}

.section4 #menu-main-menu li:hover a,
.section8 #menu-main-menu li:hover a,
.section10 #menu-main-menu li:hover a,
.section14 #menu-main-menu li:hover a {
	background-image:url(images/nav-arrow-green.png);
}

@media(max-width: 840px) {
	#menu-main-menu li:hover a,
	.section4 #menu-main-menu li:hover a,
	.section8 #menu-main-menu li:hover a,
	.section10 #menu-main-menu li:hover a,
	.section14 #menu-main-menu li:hover a {
		background-image:none;
	}
}

#menu-main-menu li .sub-menu {
	display:none;
}

@media(max-width: 840px) {
	#menu-main-menu li .sub-menu {
		position:relative;
		margin:0;
		padding:0 0 0 10px;
		list-style:none;
	}

	#menu-main-menu .sub-menu li {
		border-top:1px solid #fff;
		border-bottom:none;
	}
	
	#menu-main-menu li .sub-menu li a {
		text-transform:none;
		font-size:14px;
		color:#6b6b6b;
	}
	
	#menu-main-menu li:hover .sub-menu li a {

	}
	
	#menu-main-menu li:hover .sub-menu li a:hover {
		color:#712c64;
	}
	
	#menu-main-menu li.current_page_item .sub-menu li a,
	#menu-main-menu li.current-page-ancestor .sub-menu li a {
		color:#6b6b6b;
	}
	
	#menu-main-menu li.current_page_item .sub-menu li.current_page_item a,
	#menu-main-menu li.current-page-ancestor .sub-menu li.current_page_item a{
		color:#014598;
	}

	#menu-main-menu .sub-menu li a {

	}
}


.hamburger {
	display:none;
}
@media(max-width: 840px) {
	.hamburger {
		display: block;
		position:absolute;
		top:35px;
		right:20px;
	}
}

.home-wrapper {
	position:relative;
	overflow:hidden;
	margin:150px auto 0;
}

.home-hero {
	width:100%;
	max-width:1200px;
	height:560px;
	margin:0 auto 0;
	padding:0;
	position:relative;
	background-image:url(images/bg-home-1.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	background-color:#96b432;
	overflow:hidden;
}

@media(max-width: 1240px) {
	.home-hero {
		background-image:url(images/bg-home-2.jpg);
	}
}
@media(max-width: 840px) {
	.home-hero {
		background-image:url(images/bg-home-3.jpg);
		height:450px;
	}
}

@media(max-width: 540px) {
	.home-hero {
		background-image:url(images/bg-home-4.jpg);
		height:400px;
	}
}


.face-circle {
	position:absolute;
	top:420px;
	left:50%;
	margin:0 0 0 -490px;
}

@media(max-width: 1240px) {
	.face-circle {
		margin:0 0 0 -390px;
	}
}

@media(max-width: 840px) {
	.face-circle {
		top:320px;
		margin:0 0 0 -180px;
	}
	.face-circle img {
		width:190px;
		height:auto;
	}
}

@media(max-width: 540px) {
	.face-circle {
		top:285px;
		margin:0 0 0 -140px;
	}
}

.face-circle2 {
	position:absolute;
	top:570px;
	left:50%;
	margin:0 0 0 -280px;
}

@media(max-width: 1240px) {
	.face-circle2 {
		margin:0 0 0 -200px;
	}
}

@media(max-width: 1040px) {
	.face-circle2 {
		margin:0 0 0 -190px;
	}
}

@media(max-width: 840px) {
	.face-circle2 {
		top:460px;
		margin:0 0 0 50px;
	}
}

@media(max-width: 640px) {
	.face-circle2 {
		display:none;
	}
}
	

.home-text-wrapper {
	position:absolute;
	margin:0;
	top:50px;
	left:50%;
	width:570px;
	text-align:right;
}

@media(max-width: 1240px) {
	.home-text-wrapper {
		left:auto;
		right:40px;
	}
}

@media(max-width: 840px) {
	.home-text-wrapper {
		top:140px;
	}
}

@media(max-width: 540px) {
	.home-text-wrapper {
		right:15px;
	}
}


.home-text-wrapper h1 {
	margin:0;
	color:#fff;
	font-size:50px;
	line-height:1.1;
	font-weight:400;
	text-shadow:2px 2px 5px #000;
}

.home-text-wrapper h1 span {
	font-size:40px;
}

@media(max-width: 840px) {
	.home-text-wrapper h1 {
		font-size:40px;
		
	}
	
	.home-text-wrapper h1 span {
		font-size:30px;
	}
}

@media(max-width: 540px) {
	.home-text-wrapper h1 {
		font-size:35px;
	}
	
	.home-text-wrapper h1 span {
		font-size:25px;
	}
}

.home-callouts {
	width:100%;
	max-width:1200px;
	margin:0 auto;
	background-color:#CCC;
	background-image:url(images/home-callouts-bg-tile.png);
	background-repeat:repeat-y;
	background-position:center top;
	border-top:8px solid #fff;
}
@media(max-width: 840px) {
	.home-callouts {
		background-image:url(images/home-callouts-bg-tile-2.png);
	}
}
@media(max-width: 640px) {
	.home-callouts {
		background-image:url(images/home-callouts-bg-tile-3.png);
	}
}

.home-callouts-in {
	width:1200px;
	height:170px;
	margin:0 auto;
	background-color:#CCC;
}

@media(max-width: 1240px) {
	.home-callouts-in {
		width:1000px;
	}
}
@media(max-width: 1040px) {
	.home-callouts-in {
		width:800px;
	}
}
@media(max-width: 840px) {
	.home-callouts-in {
		width:600px;
		height:340px;
	}
}

@media(max-width: 640px) {
	.home-callouts-in {
		width:300px;
		height:510px;
	}
}

.home-callout-1 {
	width:250px;
	padding:60px 205px 0 60px;
	height:110px;
	background-color:#4c7181;
	float:left;
	color:#fff;
	font-size:14px;
	font-weight:600;
}

@media(max-width: 1240px) {
	.home-callout-1 {
		width:230px;
		padding:60px 170px 0 50px;
		height:110px;
	}
}

@media(max-width: 1040px) {
	.home-callout-1 {
		width:210px;
		padding:60px 140px 0 0;
		height:110px;
	}
}

@media(max-width: 840px) {
	.home-callout-1 {
		width:250px;
		padding:60px 250px 0 100px;
		height:110px;
	}
}

@media(max-width: 640px) {
	.home-callout-1 {
		width:280px;
		padding:60px 10px 0 10px;
		height:110px;
	}
}

.home-callout-1 a {
	text-decoration:none;
	color:#fff;
}

.home-callout-2 {
	width:200px;
	height:170px;
	background-color:#632f62;
	float:left;
	text-align:center;
	overflow:hidden;
}
@media(max-width: 840px) {
	.home-callout-2 {
		padding:0 0 0 70px;
	}
}
@media(max-width: 640px) {
	.home-callout-2 {
		padding:0 50px;
	}
}
.home-callout-3 {
	width:485px;
	height:170px;
	background-color:#abcb53;
	float:left;
	overflow:hidden;
}

@media(max-width: 1240px) {
	.home-callout-3 {
		width:325px;
		padding:0 0 0 25px;
	}
}

@media(max-width: 1040px) {
	.home-callout-3 {
		width:240px;
		padding:0 0 0 10px;
	}
}

@media(max-width: 840px) {
	.home-callout-3 {
		width:300px;
		padding:0 0 0 30px;
	}
}

@media(max-width: 640px) {
	.home-callout-3 {
		width:300px;
		padding:0;
	}
}



/*------------------ home page slides -----------------*/
.slide1-wrap {
	overflow:hidden;
	padding:20px 50px 0;
}
.slide1-wrap a {
	color:#fff;
	text-decoration:none;
}

.slide1-left {
	width:135px;
	float:left;
}
.slide1-right {
	float:left;
	padding:30px 0 0 0;
	font-size:18px;
	line-height:1.2;
	font-weight:bold;
	width:250px;
}

@media(max-width: 1240px) {
	.slide1-wrap {
		padding:20px 0 0;
	}
	.slide1-left {
		width:110px;
	}
	.slide1-right {
		font-size:16px;
		width:215px;
		padding:20px 0 0 0;
	}

}

@media(max-width: 1040px) {
	.slide1-wrap {
		padding:10px 0 0;
	}
	.slide1-left {
		width:100px;
	}
	.slide1-right {
		font-size:15px;
		width:140px;
		padding:10px 0 0 0;
	}

}

@media(max-width: 840px) {
	.slide1-wrap {
		padding:10px 0 0;
	}
	.slide1-left {
		width:100px;
	}
	.slide1-right {
		font-size:15px;
		width:200px;
		padding:10px 0 0 0;
	}

}

.slide2-wrap {
	overflow:hidden;
	padding:20px 40px 0;
}
.slide2-wrap a {
	color:#fff;
	text-decoration:none;
}
.slide2-left {
	width:210px;
	float:left;
	padding:10px 0 0 0;
	font-size:15px;
	line-height:1.2;
}
.slide2-left h2 {
	margin:0;
	font-size:20px;
	line-height:1.2;
	font-weight:bold;
	color: #4c7181;
}
.slide2-left p {
	margin:0;
}
.slide2-right {
	float:left;
	margin:0 0 0 30px;
	width:130px;
}

@media(max-width: 1240px) {
	.slide2-wrap {
		padding:20px 0 0;
	}
	.slide2-left {
		width:200px;
		font-size:14px;
	}
	.slide2-left h2 {
		font-size:17px;
	}
	.slide2-right {
		margin:10px 0 0 25px;
		width:100px;
	}
	.slide2-right img {
		max-width:100%;
		height:auto;
	}

}

@media(max-width: 1040px) {
	.slide2-wrap {
		overflow:hidden;
		padding:10px 0 0;
	}
	.slide2-left {
		width:135px;
	}
	.slide2-right {
		margin:10px 0 0 0;
		width:90px;
	}

}
@media(max-width: 840px) {
	.slide2-wrap {
		overflow:hidden;
		padding:10px 0 0;
	}
	.slide2-left {
		width:210px;
	}
	.slide2-right {
		margin:10px 0 0 0;
		width:90px;
	}

}



/*------- home page carousel -------*/

.jcarousel {
	width:100%;
	height:170px;
	margin:0 auto;
	padding:0;
	position:relative;
	color:#fff;
	overflow:hidden;
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    float: left;
    width: 485px;
	overflow:hidden;
}

@media only screen and (max-width : 540px) {
	.jcarousel li{
		width:300px;
	}
}


.jcarousel-pagination {
    bottom: 10px;
    left: 0;
    margin: 0;
    position: absolute;
	width:100%;
	text-align:center;

} 

.jcarousel-pagination a {
    display: inline-block;
	text-indent: -9999em;
	border: 0;
	border-radius: 50%;
	width: 11px;
	vertical-align: top;
	height: 11px;
	border: 1px solid #fff;
	margin:0 4px;
}

.jcarousel-pagination a.active, .jcarousel-pagination a:hover {
    background: #fff; none repeat scroll 0 0;
    box-shadow: 0 0 2px #fff;
    color: #fff;
    opacity: 1;

}




/* ------------ inside pages ---------------- */
.banner-stripe {
	width:100%;
	height:75px;
	margin:150px 0 0 0;
	position:relative;
	overflow:hidden;
	background-color:#9ecc47;
}

@media only screen and (max-width : 840px) {
	.banner-stripe {
		height:50px;
	}
}

.section4 .banner-stripe {
	background-color:#712b63;
}

.section6 .banner-stripe {
	background-color:#9ecc47;
}

.section8 .banner-stripe {
	background-color:#317282;
}

.section10 .banner-stripe {
	background-color:#712b63;
}

.section12 .banner-stripe {
	background-color:#9ecc47;
}

.section14 .banner-stripe {
	background-color:#317282;
}

.bg-shell {
	position:absolute;
	top:150px;
	left:50%;
	background-image:url(images/shell-green.png);
	background-repeat:no-repeat;
	width:100%;
	height:700px;
}

@media only screen and (max-width : 1240px) {
	.bg-shell {
	}
}

@media only screen and (max-width : 840px) {
	.bg-shell {
	}
}

.section4 .bg-shell {
	background-image:url(images/shell-purple1.png);
	left:10%;
}

.section6 .bg-shell {
	background-image:url(images/shell-green1.png);
	left:20%;
}

.section8 .bg-shell {
	background-image:url(images/shell-blue1.png);
	left:40%;
}

.section10 .bg-shell {
	background-image:url(images/shell-purple2.png);
	left:60%;
}

.section12 .bg-shell {
	background-image:url(images/shell-green2.png);
	left:70%;
}

.section14 .bg-shell {
	background-image:url(images/shell-blue2.png);
	left:30%;
}


.inner-content-wrapper {
	width:1200px;
	min-height:75vh;
	padding:0;
	margin:-75px auto 0;
	position:relative;
}

@media only screen and (max-width : 1240px) {
	.inner-content-wrapper {
		width:100%;
	}
}

@media only screen and (max-width : 1040px) {
	.inner-content-wrapper {
		margin:20px auto 0;
	}
}

.inner-content-wrapper a {
	color: #632f62;
	text-decoration:none;
}
.inner-content-wrapper a:hover {
	color: #4c7181;
}

.inner-content-columns {
	padding:0 0 50px 0;
	overflow:hidden;
}

.inner-page-title {
	position:relative;
	height:75px;
	width:100%;
}

@media only screen and (max-width : 1040px) {
	.inner-page-title {
		height:auto;
	}
}

.inner-page-title-in {
	position:absolute;
	bottom:10px;
	font-size:20px;
	line-height:1.1;
	color:#712c64;
	font-weight:600;
}

@media only screen and (max-width : 1040px) {
	.inner-page-title-in {
		position:relative;
		bottom:auto;
	}
}
/*--- note the rare instance of min-width in this stylesheet!!! ----*/
@media only screen and (min-width : 1040px) {
	.section4 .inner-page-title-in {
		color:#fff;
	}
	
	.section8 .inner-page-title-in {
		color:#fff;
	}
	
	.section10 .inner-page-title-in {
		color:#fff;
	}
	
	.section12 .inner-page-title-in {
		color:#fff;
	}
	
	.section14 .inner-page-title-in {
		color:#fff;
	}
}

.inner-content-wrapper h1 {
	color:#014598;
	font-size:24px;
	line-height:1.2;
}

.inner-content-wrapper h2 {
	font-size:21px;
	line-height:1.2;
	margin:20px 0 10px 0;
}
.inner-content-wrapper h3 {
	font-weight:400;
	font-size:18px;
	line-height:1.2;
	font-weight:bold;
	margin:20px 0 15px 0;
	color:#317282;
}




.main-content-column {
	margin:0 0 0 235px;
	width:700px;
	position:relative;
	text-align:justify;
	float:left;
}
@media(max-width: 1240px) {
	.main-content-column {
		width:50%;
	}
}

@media(max-width: 1040px) {
	.main-content-column {
		width:40%;
	}
}

@media(max-width: 840px) {
	.main-content-column {
		width:65%;
		margin:0 2%;
		text-align:left;
	}
}

@media(max-width: 640px) {
	.main-content-column {
		width:96%;
		margin:0 2%;
	}
}

.main-content-column > :first-child { 
	margin-top: 0 
}

.intro-text {
	font-size:17.5px;
	color: #712c64;
	font-weight:600;
}

.main-content-column-wide {
	margin:0 10px 0 235px;
	width:950px;
	position:relative;
	text-align:justify;
}
@media(max-width: 1240px) {
	.main-content-column-wide {
		width:auto;
		
	}
}

@media(max-width: 840px) {
	.main-content-column-wide {
		margin:0 2%;
		
	}
}

.main-content-column-wide > :first-child { 
	margin-top: 0 
}

.main-content-column ul { 
	margin-left:0;
	padding-left:15px;
}

.main-content-column li { 
	margin:0 0 10px 0; 
}

.main-content-column img {
	max-width:100%;
	height:auto;
}

.sidebar-1 {
	width:215px;
	position:absolute;
	top:200px;
	left:0;
}

@media(max-width: 1040px) {
	.sidebar-1 {
		top:50px
	}
}

@media(max-width: 840px) {
	.sidebar-1 {
		display:none;
	}
}

.sidebar-1 .subby .sublist {
	margin:0;
	padding:0;
	list-style:none;
}

.sidebar-1 .subby {
	margin:0;
	padding:0;
}

.sidebar-1 .subby .sublist li {
	margin:0;
	padding:0;
}

.sidebar-1 .subby .sublist li a {
	display:block;
	margin:7px 0;
	padding:2px 5px 3px 30px;
	color:#712c64;
	font-weight:600;
	line-height:1.2;
}

.sidebar-1 .subby .sublist li a:hover {
	color:#317282;
	text-decoration:none;
}

.sidebar-1 .subby .sublist li.current_page_item a,
.sidebar-1 .subby .sublist li.current-page-ancestor a {
	color:#317282;
	background-color:#9ecc47;
}

.sidebar-1 .subby .sublist li.current_page_item a:hover,
.sidebar-1 .subby .sublist li.current-page-ancestor  a:hover {
	color:#fff;
}

.sidebar-2 {
	width:235px;
	margin:200px 0 0 30px;
	position:relative;
	float:left;
	right:0;
}

@media(max-width: 1040px) {
	.sidebar-2 {
		margin:100px 0 0 30px;
	}
}

@media(max-width: 840px) {
	.sidebar-2 {
		width:30%;
		margin:50px 0 0 1%;
	}
}

@media(max-width: 640px) {
	.sidebar-2 {
		width:96%;
		margin:50px 2%;
	}
}

.sidebar-2 img {
	max-width:100%;
	height:auto;
}



.blue-callout {
	padding:10px;
	color:#fff;
	font-weight:600;
	background-color:#4c7181;
	margin:0 0 15px 0;
}

.wide-image {
	margin:20px -100px;
}

@media(max-width: 840px) {
	.wide-image {
		margin:20px 0;
	}
}

ul.in-the-news {
	margin:20px 0;
	padding:0;
	list-style:none;
}

ul.in-the-news li {
	margin:0 0 20px 0;
	padding:0;
}

.investor-wrap {
	width:100%;
	overflow:hidden;
	margin:50px 0 0 0;
}
.investor {
	width:50%;
	float:left;
	height:130px;
	text-align:center;
}

.investor img {
	max-width:90%;
	width:300px;
	height:auto;
}


/* ------------ management ----------------- */

.team-members {
	overflow:hidden;
	padding: 10px 0 50px 0;
}

.managementBox {
	position:relative;
	width:auto;
	overflow:hidden;
	padding:15px 0 0 25px;
}

.managementBox:hover {
	cursor:pointer;
}

.managementToggle {
	position:absolute;
	left:0;
	top:20px;
	width:25px;
	height:22px;
	overflow:hidden;
}

.managementToggle img {
	position:absolute;
	left:0;
	top:0;
}

.managementBox:hover .managementToggle {
	color: #317282;
}

.managementName {
	color:#712b63;
	font-size:16px;
	font-weight:bold;
}

.managementBox:hover .managementName {
	color: #317282;
}

.managementTitle {
	color: #555;
	font-weight:normal;
}


.managementBio {
	margin:0 0 0 25px;
	display:none;
}

.managementBio :first-child {
	margin-top:5px;
}

.managementSidebar {
	display:none;
}

.managementSbName {
	font-size:13px;
	line-height:1.2;
	margin:10px 20px 0;
	color:#712b63;
	font-weight:bold;
}

.managementSbTitle {
	font-size:13px;
	line-height:1.2;
	margin:0 20px;
	font-weight:normal;
}







/*-------------- MAP ---------------*/

.column-third {
	width:34%;
	margin:0 2% 20px 0;
	float:left;
}



@media(max-width: 640px) {
	.column-third {
		width:98%;
		margin:0 2% 20px 0;
		float:none;
	}
}



.column-third > :first-child { 
	margin-top: 0 
}

.column-twothird {
	width:64%;
	margin:0 0 20px 0;
	float:left;
}

@media(max-width: 640px) {
	.column-twothird {
		width:98%;
		margin:0 2% 20px 0;
		float:none;
	}
}

.column-twothird > :first-child { 
	margin-top: 0 
}



/* ------------ blog ----------------- */
.post {
margin:0 0 20px 0;
padding:0 0 15px 0;
border-bottom: 1px solid #c1c1c1;
}
.blog-info {
margin:0;
overflow:hidden;
font-size:16px;
}
.blog-info-img {
width:100px;
float:left;
}
@media(max-width: 540px) {
.blog-info-img {
width:100%;
float:none;
}
}
.blog-info-info {
width:400px;
float:left;
line-height:1.3;
}
@media(max-width: 540px) {
.blog-info-info {
width:100%;
float:none;
margin:10px 0 0 0;
line-height:1.3;
}
}
.postmetadata {
font-size:14px;
}
#sidebar h2 {
color: #ea7727;
font-size:18px;
font-weight:500;
margin: 0;
padding: 10px 0 8px;
}
/* ------------ footer ---------------- */
.inner-footer-wrapper {
	margin:5px auto 20px;
	width:100%;
	max-width:1200px;
	height:30px;
	position:relative;
}
@media(max-width: 640px) {
	.inner-footer-wrapper {
		height:auto;
		overflow:hidden;
	}
}
.copyright {
	position:absolute;
	font-size:13px;
	width:400px;
	left:20px;
	margin:0;
	color:#9f9f9f;
}

@media(max-width: 640px) {
	.copyright {
		position:relative;
		margin:0 2%;
		left:0;
		width:96%;
		text-align:center;
	}
}

.footer-nav {
	font-size:13px;
	width:300px;
	position:absolute;
	text-align:right;
	right:20px;
	color:#9f9f9f;
}
@media(max-width: 640px) {
	.footer-nav {
		position:relative;
		top:0;
		right:0;
		margin:0 2%;
		width:96%;
		text-align:center;
		overflow:hidden;
	}
}
.footer-nav ul {
	list-style:none;
	margin:0;
	padding:0;
}
.footer-nav li {
	display:inline-block;
	margin:0;
	padding:0;
}
.footer-nav a {
	color:#9f9f9f;
	text-decoration:none;
	text-transform:uppercase;
	margin:0 6px;
}
.footer-nav a:hover {
	color:#5395a1;
}
#return-to-top {
	bottom: 0;
	display: none;
	height: 32px;
	position: fixed;
	left:50%;
	margin:0 0 0 -44px;
	transition: all 0.3s ease 0s;
	width: 88px;
	z-index: 800;
}





