/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
body {
	background: #eaeaea;
	font-size: 16px;
	line-height: 1.5em;
	color: #666;
	font-weight: 300;
}

::selection {
	background: #3b8dbd;
	color: #fff;
}

::-moz-selection {
	background: #3b8dbd;
	color: #fff;
}

a {
	color: #3b8dbd;
	text-decoration: none;
	outline: 0;
}

a:hover {
	color: #444;
}

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

a,
a:before,
a:after {
	-webkit-transition-property: background color;
	-webkit-transition-duration: .2s;
	-webkit-transition-timing-function: ease;
	-moz-transition-property: background color;
	-moz-transition-duration: .2s;
	-moz-transition-timing-function: ease;
	-o-transition-property: background color;
	-o-transition-duration: .2s;
	-o-transition-timing-function: ease;
	transition-property: background color;
	transition-duration: .2s;
	transition-timing-function: ease;
}

a img {
	-webkit-transition: opacity .2s ease;
	-moz-transition: opacity .2s ease;
	-o-transition: opacity .2s ease;
	transition: opacity .2s ease;
}

address,cite,em {
	font-style: italic;
}

strong {
	font-weight: 600;
}

.left,.alignleft {
	float: left;
}

.right,.alignright {
	float: right;
}

.aligncenter {
	margin-left: auto;
	margin-right: auto;
}

/*  base : clear
/* ------------------------------------ */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.group:before, .group:after {
	content: "";
	display: table;
}

.group:after {
	clear: both;
}

.group {
	zoom: 1;
}

/*  base : fonts
/* ------------------------------------ */
body {
	font-family: Helvetica, Arial, sans-serif;
}

@font-face {
	font-family: Helvetica;
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: Helvetica;
	font-weight: 900;
	font-style: normal;
}

/*  base : sidebar
/* ------------------------------------ */
.sidebar {
	padding-bottom: 20px;
	position: relative;
	z-index: 2;
}

.sidebar .pad {
	padding-left: 10px;
	padding-right: 10px;
}

.sidebar-top {
	padding: 15px 30px;
}

.sidebar-top p {
	float: left;
	color: #fff;
	color: rgba(255,255,255,0.8);
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 24px;
	padding: 3px 0;
}

.sidebar-toggle {
	display: none;
	text-align: center;
	cursor: pointer;
	width: 100%;
	height: 10px;
	-webkit-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.1);
	box-shadow: inset 0 -1px 0 rgba(255,255,255,0.1);
}

.sidebar-toggle i {
	font-size: 16px;
	font-weight: 900;
	color: #fff;
	padding: 3px 0;
}

.s1-expand .s1,
.s2-expand .s2 {
	-moz-transition: width .2s ease;
	-webkit-transition: width .2s ease;
	transition: width .2s ease;
}

/* toggle icon */
.icon-sidebar-toggle:before {
	font-family: Helvetica;
}

.col-2cl .s1 .icon-sidebar-toggle:before,
.col-3cl .s1 .icon-sidebar-toggle:before,
.col-3cm .s2 .icon-sidebar-toggle:before,
.col-3cl .s2 .icon-sidebar-toggle:before {
	content: "\f100";
}

.col-2cr .s1 .icon-sidebar-toggle:before,
.col-3cm .s1 .icon-sidebar-toggle:before,
.col-3cr .s1 .icon-sidebar-toggle:before,
.col-3cr .s2 .icon-sidebar-toggle:before {
	content: "\f101";
}

/* sidebar primary */
.s1 {
	width: 340px;
	z-index: 2;
}

.s1:hover {
	z-index: 98;
/* social icons tooltip above header nav */
}

.s1 .sidebar-top,
.s1 .sidebar-toggle {
	background: #000062;
}

@media only screen and (min-width: 479px) and (max-width: 960px) {
	.s1 .sidebar-top {
		background: none !important;
		border-bottom: 1px solid #ddd;
	}
	
	.s1 .sidebar-top p {
		color: #fff;
	}
	
	.s1 .sidebar-top .social-links .social-tooltip {
		color: #fff;
	}
}