/*!
 * Theme Name:  GoMedia
 * Theme URI:   http://www.theme-junkie.com/themes/gomedia/
 * Description: GoMedia is a fresh magazine theme with a modern, elegant design and fully responsive. Therefore GoMedia is perfect for online magazines websites, news websites, personal blogs or community blogs.
 * Version:     1.0.1
 * Author:      Theme Junkie
 * Author URI:  http://www.theme-junkie.com
 * Tags:        blue, two-columns, left-sidebar, responsive-layout, custom-background, custom-menu, editor-style, threaded-comments, translation-ready
 * Text Domain: gomedia
 * 
 * License:     GNU General Public License v2.0 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 *
 * GoMedia WordPress Theme, Copyright 2014 http://www.theme-junkie.com/
 * GoMedia is distributed under the terms of the GNU GPL
 *
 * Please DO NOT EDIT THIS FILE, if you want to customize the styles, you can create a child theme
 * See: http://codex.wordpress.org/Child_Themes
 */
@import "assets/css/reset.css";
@import "assets/css/base.css";


@font-face {
	font-family: ProximaNova;

	src: url(assets/fonts/proximanova.eot);
	src: url(assets/fonts/proximanova.eot?#iefix) 
  format("embedded-opentype"), url(assets/fonts/proximanova.woff) 
  format("woff"), url(assets/fonts/proximanova.ttf) 
  format("truetype"), url(assets/fonts/proximanova.svg#proxima_nova_rgregular) 
  format("svg");
}

@font-face {
	font-family: ProximaNovaBold;

	src: url(assets/fonts/proximanovabold.eot);
	src: url(assets/fonts/proximanovabold.eot?#iefix) 
  format("embedded-opentype"), url(assets/fonts/proximanovabold.woff) 
  format("woff"), url(assets/fonts/proximanovabold.ttf) 
  format("truetype"), url(assets/fonts/proximanovabold.svg#proxima_nova_rgbold) 
  format("svg");
}

/* Nav Search */
#nav-search {
	position: absolute;
	right: 0;
	margin-top: 11px;
	color: #fff;
}
#nav-search a {
	display: block;
	color: #fff;
}
#nav-search input {
	border-right: 1px solid #ddd !important;
	background: #fff !important;
}
#nav-search input:hover,
#nav-search input:focus {
	background: #fff !important;
}
#nav-search button {
	line-height: 20px;
}
#nav-search button,
#nav-search button:hover,
#nav-search button:active {
	color: #999 !important;
	background: #f5f5f5;
}
.subscribe-widget input:hover,
.subscribe-widget input:focus {
	background: #e6e6e6 !important;
}
.subscribe-widget button {
	color: #fff !important;
	background: #f64;
}
a:link,
a:visited {
	color: #007bb6;
	text-decoration: none;
	outline: 0;
}
a:hover {
	text-decoration: none;
}

.header-social {
	height: 40px;
	color: #999;
	font-size: 0.86em;
	line-height: 40px;
}

@media (min-width: 320px) {
	.header-social {
		text-align: left;
		padding: 20px 0 0 20px;
	}
}

@media (min-width: 601px) {
	.header-social {
		text-align: right;
		padding: 0;
	}
}

.header-social span {
	margin-right: 5px;
}
.header-social a {
	display: inline-block;
	width: 26px;
	height: 26px;
	margin-left: 2px;
	border-radius: 50%;
	color: #999;
	line-height: 26px;
	text-align: center;
}
.header-social a:hover {
	border: 1px solid #fff;
	color: #fff;
}
#footer .header-social a.facebook,
#sidebar-primary .header-social a.facebook,
.header-social a.facebook:hover {
	border: 1px solid #3b5998;
	background: #3b5998;
}
#footer .header-social a.twitter,
#sidebar-primary .header-social a.twitter,
.header-social a.twitter:hover {
	border: 1px solid #00aced;
	background: #00aced;
}
#footer .header-social a.google-plus,
#sidebar-primary .header-social a.google-plus,
.header-social a.google-plus:hover {
	border: 1px solid #dd4b39;
	background: #dd4b39;
}
#footer .header-social a.linkedin,
#sidebar-primary .header-social a.linkedin,
.header-social a.linkedin:hover {
	border: 1px solid #007bb6;
	background: #007bb6;
}
#footer .header-social a.pinterest,
#sidebar-primary .header-social a.pinterest,
.header-social a.pinterest:hover {
	border: 1px solid #c92228;
	background: #c92228;
}
#footer .header-social a.rss,
#sidebar-primary .header-social a.rss,
.header-social a.rss:hover {
	border: 1px solid #f0b70c;
	background: #f0b70c;
}
#footer .header-social a.email,
#sidebar-primary .header-social a.email,
.header-social a.email:hover {
	border: 1px solid #aad450;
	background: #aad450;
}
#header {
	background: #fff;
}
@media (min-width: 320px) {
	#header {
		height: auto;
		margin-bottom: 30px;
	}
}
@media (min-width: 992px) {
	#header {
		height: 120px;
		margin-bottom: 0;
	}
}
#main {
	padding: 15px 0 0 0;
	background-color: #fff;
}

@media (min-width: 1024px) {
	#main {
		background: url("assets/images/bg-main.png") -1220px top repeat-y;
	}
}

@media (min-width: 1200px) {
	#main {
		background: url("assets/images/bg-main.png") -1020px top repeat-y;
	}
}

@media (min-width: 1300px) {
	#main {
		background: url("assets/images/bg-main.png") top center repeat-y;
	}
}

.site-branding {
	margin-top: 30px;
}
.site-description {
	font-size: 14px;
}
/* Superfish Menu */
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu li {
	position: relative;
}
.sf-menu ul {
	display: none;
	position: absolute;
	z-index: 99;
	top: 100%;
	left: 0;
}
.sf-menu > li {
	float: left;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}
.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu ul ul {
	top: 0;
	left: 100%;
}
/*** DEMO SKIN ***/
.sf-menu ul {
	margin-top: 0;
	border-right: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	border-left: 1px solid #e9e9e9;
	box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.03);
}
.sf-menu ul ul {
	left: 160px;
	margin-top: -5px;
}
.sf-menu a {
	zoom: 1;
	padding: 0 15px;
	font-size: 1.3em;
/* IE7 */
}
.sf-menu ul a {
	font-size: 1em;
}
.sf-menu li {
	z-index: 100;
}
.sf-menu ul li {
	width: 160px;
}



.sf-arrows .sf-with-ul {
	padding-right: 22px !important;
/* no CSS arrows for IE7 (lack pseudo-elements) */
}
.sf-arrows .sf-with-ul:after {
	position: absolute;
	top: 50%;
	right: 0;
	width: 0;
	height: 0;
	margin-top: -2px;
	margin-right: 7px;
	border: 5px solid transparent;
	border-top-color: #ddd;
	content: "";
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
	border-top-color: #ddd;
}
.sf-arrows ul .sf-with-ul:after {
	margin-top: -7px;
	margin-right: 0;
	border-color: transparent;
	border-left-color: #ddd;
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
	border-left-color: #e6e6e6;
}
#primary-navigation {
	height: 41px;
	border-bottom: 1px solid #e6e6e6;
}
#primary-navigation .sf-menu li a {
	margin: 0;
	padding: 0 15px;
	color: #999;
	font-size: 0.86em;
	line-height: 40px;
}
#primary-navigation .sf-menu li a:hover,
#primary-navigation .sf-menu li.sfHover a {
	color: #666;
	background: #f5f5f5;
}
#primary-navigation .sf-menu li li a {
	padding: 10px 0;
	line-height: 1;
}
#primary-navigation .sf-menu li ul {
	padding: 5px 15px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	background: #f5f5f5;
	z-index: 99;
}
#primary-navigation .sf-menu li li a {
	padding: 10px 0;
	border-bottom: 1px solid #e9e9e9;
	color: #999;
	font-size: 0.86em;
	line-height: 1;
}
#primary-navigation .sf-menu li li a:hover {
	color: #666;
}
#primary-navigation .sf-menu li li:last-child a {
	border-bottom: none;
}
/* Secondary Nav */
#secondary-nav {
	height: 60px;
	background: #007bb6;
	z-index: 50;
	position: relative;
}
#secondary-nav .container {
	position: relative;
}

#secondary-nav .sf-menu li a {
	padding: 0 20px;
	color: #ffffff;
	font-size: 1em;
	line-height: 60px;
}
#secondary-nav .sf-menu li a:hover {
	color: #eeeeee;
}
#secondary-nav .sf-menu li ul {
	padding: 5px 20px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	background: #fff;
}
#secondary-nav .sf-menu li li a {
	padding: 10px 0;
	border-bottom: 1px solid #f0f0f0;
	color: #999;
	font-size: 0.9em;
	line-height: 1;
}
#secondary-nav .sf-menu li li:last-child a {
	border-bottom: none;
}
#secondary-nav .sf-menu li li a:hover {
	color: #333;
}
/* Header Search */
#featured-content {
	margin-top: 10px;
	margin-bottom: 15px;
}
#featured-left {
	overflow: hidden;
	position: relative;
	height: 338px;
}

@media (min-width: 320px) {
	#featured-left {
		margin-bottom: 20px;
	}
}

@media (min-width: 801px) {
	#featured-left {
		margin-bottom: 0;
	}
}

#featured-left img {
	width: 100%;
	height: auto;
}
#featured-left .block-title {
	position: absolute;
	bottom: 25px;
	left: 30px;
	width: 444px;
	padding: 10px 15px;
	opacity: 0.6;
	color: #fff;
	background: #000;
}

#featured-left li {
	position: relative;
}
#featured-left li a {
	display: block !important;
	position: relative;
}
#featured-left .entry-title {
	margin-bottom: 5px;
	color: #fff;
	font-size: 1.4em;
}
#featured-left .entry-meta {
	color: #ccc;
	font-size: 0.8em;
}
#carousel-0 .carousel-indicators {
	top: 20px;
	right: 20px;
	left: 0;
	width: auto;
	height: 10px;
	margin-left: 0;
	text-align: right;
}
#carousel-0 .carousel-caption {
	position: absolute;
	right: 20px;
	left: 20px;
	padding: 10px 15px;
	opacity: 0.6;
	background: #000;
	text-align: left;
}

@media (min-width: 320px) {
	#carousel-0 .carousel-caption {
		width: 35%;
	}
}

@media (min-width: 480px) {
	#carousel-0 .carousel-caption {
		width: 50%;
	}
}

@media (min-width: 1024px) {
	#carousel-0 .carousel-caption {
		width: 40%;
	}
}

@media (min-width: 1200px) {
	#carousel-0 .carousel-caption {
		width: 55%;
	}
}

#carousel-0:hover .carousel-caption {
	opacity: 0.5;
}

#featured-right ul li {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e6e6e6;
	list-style: none;
}
#featured-right ul li .entry-title {
	margin-bottom: 5px;
	color: #333;
	font-size: 1.3em;
}
#featured-right ul li:hover .entry-title {
	color: #007bb6;
}
.plain-item {
	position: relative;
}
.plain-item img {
	float: left;
	width: 145px;
	height: 90px;
	margin: 0 15px 0 0;
}
.plain-item .entry-meta {
	color: #999;
}
@media (min-width: 320px) {
	.plain-item .entry-meta {
		display: none;
	}
}
@media (min-width: 1200px) {
	.plain-item .entry-meta {
		display: block;
	}
}
#featured-right ul li.last-item {
	padding-bottom: 0;
	border-bottom: none;
}
/* Content */
#content {
	margin-top: 15px;
}
.page-title {
	margin-bottom: 15px;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	margin-bottom: 15px;
}
.entry-content .row { 
	margin-bottom: 40px;
}
.entry-content a.btn { 
	color: #fff;
}
.entry-content a.btn-default { 
	color: #777;
}
.entry-content .tabs-nav { 
	margin-left: 0;
}
.entry-content .tabs-nav li { 
	list-style: none;
}
.entry-content .accordion h3 { 
	margin-bottom: 0;
}
.entry-content .team-avatar { 
	width: 100%;
}
.entry-content .team-avatar { 
	margin-bottom: 15px;
}
.entry-content .team-name { 
	margin-bottom: 15px;
}
.entry-content .team-name h4 { 
	margin-bottom: 5px;
}
.entry-content .team-name span { 
	color: #999;
}
/* Recent Content */
#recent-content-1 {
	position: relative;
	margin-top: 35px;
	border-top: 10px solid #e6e6e6;
}
#recent-content-1 .section-title {
	position: absolute;
	top: -26px;
	left: 54px;
	width: 82px;
	height: 26px;
	border-top: 1px solid #e6e6e6;
	border-right: 3px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
	color: #999;
	background: #fff;
	font-size: 0.87em;
	line-height: 37px;
	text-align: center;
	letter-spacing: 1px;
	text-transform: uppercase;
}
@media (min-width: 768px) {
	.content-loop {
		background: url("assets/images/bg-recent-content.png") 133px 0 repeat-y;
	}
}

.content-loop .hentry {
	border-bottom: 1px solid #e6e6e6;
}

@media (min-width: 320px) {
	.content-loop .hentry {
		position: relative;
		padding-top: 30px;
		padding-bottom: 30px;
	}
}
@media (min-width: 768px) {
	.content-loop .hentry {
		background: url("assets/images/bg-hentry.png") no-repeat 0 35px;
		padding-left: 170px;
	}
}
@media (min-width: 768px) {
	.content-loop .hentry:hover {
		background: url("assets/images/bg-hentry-active.png") no-repeat 0 35px;
	}
}

.content-loop .hentry .entry-title {
	margin-bottom: 10px;
}
.content-loop .hentry .entry-title a:link,
.content-loop .hentry .entry-title a:visited {
	color: #333;
}
.content-loop .hentry .entry-title a:hover {
	color: #007bb6;
}
.content-loop .hentry .entry-date {
	position: absolute;
	top: 40px;
	left: 10px;
	color: #666;
	font-size: 0.8em;
}
.content-loop .hentry .entry-category {
	position: absolute;
	top: 90px;
	left: 0;
	font-size: 0.8em;
}
.content-loop .hentry .entry-category a:link,
.content-loop .hentry .entry-category a:visited {
	display: block;
	width: 150px;
	height: 28px;
	padding-left: 10px;
	color: #fff;
	background: url("assets/images/bg-category.png") no-repeat;
	line-height: 28px;
}
.content-loop .hentry .entry-category a:hover {
	background: url("assets/images/bg-category-active.png") no-repeat;
}

@media (min-width: 320px) {
	.posted-on,
	.entry-category {
		display: none;
	}
}
@media (min-width: 768px) {
	.posted-on,
	.entry-category {
		display: block;
	}
}

@media (min-width: 320px) {
	.entry-info {
		margin-bottom: 30px;
	}
}
@media (min-width: 1024px) {
	.entry-info {
		margin-bottom: 0;
	}
}

.content-loop .hentry .entry-meta {
	margin-bottom: 10px;
	color: #999;
}
.content-loop .hentry .entry-author a:hover,
.content-loop .hentry .entry-excerpt a:hover {
	color: #333;
}
.content-loop .hentry .entry-excerpt {
	line-height: 1.6;
}
.entry-thumb-wrapper {
	float: right;
	position: relative;
	margin: 0 0 40px 20px;
}
/* Carousel Loop */
.carousel-loop {
	padding: 40px 0;
	background: #e6e6e6;
}
.carousel-loop .section-title {
	margin-bottom: 15px;
	font-weight: 100 !important;
}
.carousel-loop li {
	list-style: none;
}
.carousel-loop .hentry {
	position: relative;
	height: 210px;
	padding-bottom: 15px;
	background: #fff;
}
.carousel-loop .hentry .entry-thumb {
	margin-bottom: 10px;
}
.carousel-loop .hentry .entry-title {
	padding: 0 10px;
	color: #333;
	font-size: 1em;
	line-height: 1.33;
}
.carousel-loop .hentry a:hover .entry-title {
	color: #007bb6;
}
.icon-mark {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 36px;
	height: 36px;
	opacity: 0.7;
	color: #fff;
	background: #000;
	font-size: 1em;
	line-height: 36px;
	text-align: center;
}
#featured-left .icon-mark {
	left: 0;
}
a:hover .icon-mark {
	opacity: 1;
	background: #f64;
}
/* Pagination */
.archive #content {
	margin-top: 15px;
}
.pagination {
	width: 100%;
	padding: 50px 0 60px;
	background: #fff;
	text-transform: uppercase;
}
.pagination {
	margin: 0 0 -8px 0 !important;
}
.pagination .page-numbers {
	border: none !important;
	color: #555;
}
.pagination .current {
	color: #007bb6;
	background: #fff !important;
}
.pagination .page-numbers:hover {
	color: #007bb6 !important;
	background: #fff !important;
}
.pagination .next {
	position: absolute;
	right: 5px;
}
.pagination .prev {
	position: absolute;
	right: 70px;
}
.loop-pagination .pagination .active span {
	background-color: #fff;
	color: #555;
}
/* Single */
.single #content {
	margin-top: 10px;
}
.single .entry-category {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 0.8em;
}
.single .entry-category a:link,
.single .entry-category a:visited {
	display: block;
	width: 150px;
	height: 28px;
	margin-bottom: 2px;
	padding-left: 10px;
	color: #fff;
	background: url("assets/images/bg-category.png") no-repeat;
	line-height: 28px;
}
.single .entry-category a:hover {
	background: url("assets/images/bg-category-active.png") no-repeat;
}
.single h1.entry-title {
	margin-bottom: 15px;
}
.single #content .entry-meta {
	margin-bottom: 15px;
}
.entry-content p {
	margin-bottom: 15px;
}
.entry-content ul,
.entry-content ol {
	margin-left: 20px;
}
.entry-content ul li {
	list-style: inside;
}
.entry-content blockquote {
	margin: 20px 0;
	font-style: italic;
}
.author-box {
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #e6e6e6;
	color: #888;
	text-align: center;
}
.author-box .avatar {
	float: none;
	width: 80px;
	margin: 0 0 15px 0;
	border-radius: 50%;
}
.author-box .author-title {
	margin-bottom: 5px;
	color: #555;
	font-size: 1.2em;
}
.author-box p {
	font-size: 0.85em;
}
.single .hentry .entry-meta {
	color: #999;
}
.single .hentry .entry-meta a {
	color: #999;
}
.entry-categories {
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #e6e6e6;
}
.entry-categories ul .box .count {
	display: none;
}
.entry-categories ul li,
.entry-tags ul li {
	color: #999;
	font-size: 0.9em;
	list-style: none;
}
.entry-tags ul li a {
	display: block;
	margin-bottom: 5px;
	padding: 5px 10px;
	color: #999;
	background: #f0f0f0;
}

@media (min-width: 320px){
	.entry-tags ul li a {
		width: 20%;
	}
}

@media (min-width: 1024px) {
	.entry-tags ul li a {
		width: 100%;
	}
}

.entry-tags ul li a:hover {
	background: #ddd;
}
.entry-header h3 {
	margin-bottom: 15px;
	font-size: 1em;
}
.entry-categories ul li a {
	color: #999;
	font-size: 0.95em;
}
.entry-categories i.icon-facebook-sign {
	color: #3b5998;
}
.entry-categories i.icon-twitter-sign {
	color: #00aced;
}
.entry-categories i.icon-google-plus-sign {
	color: #dd4b39;
}
.entry-categories i.icon-linkedin-sign {
	color: #007bb6;
}
.follow {
	margin-top: 15px;
}
.follow a {
	padding: 3px 10px;
	border: 1px solid #ddd;
	border-radius: 5px;
	color: #999;
}
.follow a:hover {
	border-color: #999;
	color: #666;
	background: #f0f0f0;
}
.related-posts {
	margin: 30px 0;
	padding: 20px 0;
	border-top: 1px solid #e6e6e6;
	border-bottom: 10px solid #e6e6e6;
}
.related-posts .section-title {
	margin-bottom: 20px;
	font-size: 1.2em;
}
.related-posts ul {
	margin-bottom: 0;
}
.related-posts ul li {
	position: relative;
	list-style: none;
}
.related-posts ul li .icon-mark {
	left: 15px;
}
.related-posts ul li .entry-thumb {
	margin-bottom: 5px;
}
.related-posts .entry-title {
	color: #555;
	font-size: 1.1em;
}
.related-posts a:hover .entry-title {
	color: #007bb6;
}

.loop-nav {
	margin-bottom: 30px;
}
/* Blog Post
====================================*/
.comments-title {
	margin-bottom: 30px;
}
#respond {
	margin-top: 80px;
}
#reply-title {
	margin-bottom: 30px;
}
#comment-nav-below {
	display: block;
	clear: both;
	margin-bottom: 60px;
}
.no-comments {
	margin-bottom: 20px;
}

ol.commentlist li {
	margin-bottom: 25px;
}
ol.commentlist li:first-child {
	padding: 25px 0 0 0;
	border: none;
}
ol.commentlist li {
	clear: both;
	list-style: none;
}
ol li ol.children {
	float: left;
	margin-left: 80px;
}
ol.commentlist li ol.children li:first-child {
	padding: 25px 0 0 0;
}
/*ol.commentlist li ol.children li:last-child {
	margin-bottom: 0;
}*/
ol.commentlist li ol.children li {
	margin: 0 0 25px 0;
}

.avatar {
	float: left;
	border-radius: 50%;
}
.comment-des p {
	margin: 0;
}
.comment-des {
	margin: 0 0 0 81px;
	padding: 10px 20px;
	border: 1px solid #e6e6e6;
	background-color: #fff;
}
.comment-des:hover {
	box-shadow: 0 0 0 3px rgba(0,0,0,0.05);
}
.byuser .comment-des {
	border-color: #bde395;
	background: #eff8e6;
}
.byuser .comment-des strong {
	color: #578824;
}
.arrow-comment {
	float: left;
	position: relative;
	width: 10px;
	height: 20px;
	margin-left: -30px;
	background: url(assets/images/comment-arrow.png) no-repeat;
}
.comment-des strong {
	color: #555;
	font-weight: normal;
}
.comment-by {
	position: relative;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 8px;
	font-size: 0.9em;
}
.comment-by span.author {
	display: block;
}
.comment-by span.reply {
	position: absolute;
	top: 5px;
	right: 0;
	color: #999;
	font-size: 0.95em;
}
.comment-by span.reply a,
.comment-by span.reply a:visited {
	color: #999;
	font-weight: normal;
}
.comment-by p.date,
.comment-by p.date a {
	display: block;
	color: #999;
	font-size: 0.9em;
	font-style: italic;
}

.comment-awaiting-moderation {
	color: red;
}
/* Comment Form */
#respond label {
	color: #999;
	font-weight: normal;
}
#respond input,
#respond textarea {
	border: 1px solid #e6e6e6 !important;
	border-radius: 0;
	background: #fff !important;
	box-shadow: none;
}
#respond input:hover,
#respond input:focus,
#respond textarea:hover,
#respond textarea:focus {
	border-color: #ddd;
	box-shadow: 0 0 0 3px rgba(0,0,0,0.05) !important;
}
#respond .btn {
	margin-bottom: 30px;
	padding: 10px 15px;
	border: none;
	border-radius: 0;
	color: #fff;
	background: #007bb6;
	text-transform: none;
}

#respond .form-submit {
	display: none;
}
.nav-previous {
	float: left;
}
.nav-next {
	float: right;
}
/* Sidebar */
#main .container {
	position: relative;
}

#sidebar-2 {
	margin-top: 15px;
}
.sidebar {
	padding-left: 15px;
}
.sidebar .widget {
	margin-bottom: 15px;
	padding: 15px;
	background: #fff;
}
.sidebar .widget .widget-title {
	padding-bottom: 10px;
	border-bottom: 1px solid #e6e6e6;
	color: #333;
}
.sidebar .widget ul li {
	padding: 10px 0;
	border-bottom: 1px dotted #ddd;
	list-style: none;
}
.sidebar .widget ul li:last-child {
	padding-bottom: 0;
	border-bottom: none;
}
.sidebar .widget ul li a,
.sidebar .widget ul li a:visited {
	color: #555;
}
.sidebar .widget ul li a:hover { 
	color: #007bb6; 
}
.sidebar .form-group .col-md-7 {
	padding-right: 0;
}
.sidebar .widget select {
	width: 100%;
	max-width: 100%;
	margin: 10px 0;
}
.sidebar .widget img {
	height: auto;
	max-width: 100%;
}
.sidebar .widget .tagcloud {
	margin-top: 14px;
}
.sidebar .widget_search #nav-search {
	position: relative;
	width: 100%;
	float: none;
	padding: 0;
}
.sidebar .widget_search #nav-search .form-control {
	border: 1px solid #ddd !important;
}
/* Ad Widget */
.sidebar .ad-widget {
	margin-bottom: 10px;
	padding: 0;
	background: none;
	text-align: center;
}
.sidebar .ad-widget .widget-title {
	padding-top: 0;
	border: none;
	color: #999;
	font-size: 0.8em;
	text-align: center;
}
/* Tabs Widget */
.tabs-widget {
	background: none !important;
}
.tabs-widget .fa {
	margin-right: 2px;
	font-size: 12px;
}
.sidebar .tabs-nav li i {
	opacity: 1 !important;
	color: #555 !important;
}
.sidebar .tabs-nav li a {
	padding: 0 15px;
	color: #555 !important;
	font-size: 12px;
	text-transform: uppercase;
}
.sidebar .tab-content .entry-thumb {
	float: right;
	width: 64px;
	height: 64px;
	margin: 0 0 0 15px !important;
}
.sidebar .tab-content ul li {
	margin: 0 15px;
	padding: 15px 0;
	border-bottom: 1px solid #e6e6e6;
	list-style: none;
}
.sidebar .tab-content ul li a .entry-title {
	color: #555;
}
.sidebar .tab-content ul li a:hover .entry-title {
	color: #007bb6;
}
.sidebar .tab-content ul li .entry-title {
	font-size: 1em;
}
.sidebar .tab-content ul li .entry-meta {
	margin-top: 10px;
	color: #999;
	font-size: 0.9em;
}
.sidebar .tab-content {
	padding: 0 0 20px 0;
	background: #fff;
}
.sidebar .tab-content .last-item {
	padding-bottom: 0;
	border-bottom: 0;
}
.sidebar .subscribe-widget {
	padding: 15px;
	background: #fff;
}
.sidebar .subscribe-widget .widget-title,
.sidebar .video-widget .widget-title {
	padding: 0 0 10px 0;
	border: none;
}
.subscribe-widget .fa {
	font-size: 0.83em;
}
.sidebar #tab3 {
	padding: 15px;
}
.sidebar #tab3 a {
	display: inline-block;
	margin-right: 0;
	margin-bottom: 4px;
	padding: 3px 10px;
	color: #fff;
	background: #007bb6;
	font-size: 0.9em !important;
	text-transform: lowercase;
}

.sidebar .widget.widget-gomedia-tabs {
	padding: 0;
}

.sidebar .widget .tabs-nav li {
	padding: 0;
	border: 0;
}

@media (max-width: 1024px) {
	.sidebar .widget .tabs-nav li {
		width: 100%;
	}
}

.sidebar .tab-content .widget {
	padding: 0;
	margin: 0;
}

.sidebar .tab-content .widget_tag_cloud .widgettitle {
	display: none;
}

.sidebar .tab-content .widget_tag_cloud .tagcloud  {
	margin: 0;
}

/* Video Widget */
.sidebar .video-frame {
	margin-top: 10px;
}

.sidebar .video-frame iframe,
.sidebar .video-frame object,
.sidebar .video-frame embed {
	max-width: 100%;
	width: 100%;
}

#footer {
	padding: 40px 0 0;
	color: #bbb;
	background: #3e433e;
	font-size: 0.9em;
}
#footer .widget {
	margin-bottom: 25px;
}
#footer .widget-title {
	margin-bottom: 15px;
	color: #fff;
	font-size: 1.6em;
}
#footer .widget p {
	margin-bottom: 15px;
}
#footer .widget li {
	margin-bottom: 15px;
	list-style: none;
}
#footer .widget a,
#footer .widget li a,
#footer .widget li a:visited {
	color: #fff;
}
#footer .widget li a:hover {
	color: #fff;
}
#footer .widget select {
	width: 100%;
	max-width: 100%;
	margin: 10px 0;
}
#footer .widget img {
	height: auto;
	max-width: 100%;
}
#footer .widget .tagcloud {
	margin-top: 14px;
}
#footer .widget_search #nav-search {
	position: relative;
	width: 100%;
	float: none;
	padding: 0;
}
#footer .widget_search #nav-search .form-control {
	border: 1px solid #ddd !important;
}
/* Accordion Widget */
.sidebar .accordion-widget {
	padding: 0;
}
/* Footer Widgets */
#footer .subscribe-widget button {
	background: #666 !important;
}

.recent-posts-widget li {
	margin-bottom: 5px;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #555;
}
#footer .recent-posts-widget li:last-child,
#sidebar-primary .recent-posts-widget li:last-child {
	padding-bottom: 0;
	border-bottom: none;
}
#footer .recent-posts-widget .entry-thumb,
#sidebar-primary .recent-posts-widget .entry-thumb {
	float: left;
	width: 42px;
	height: auto;
	margin: 0 15px 10px 0;
}
#footer .recent-posts-widget .entry-title,
#sidebar-primary .recent-posts-widget .entry-title {
	margin-bottom: 5px;
	font-size: 1em;
}
/* Twitter Widget */

.sidebar .twitter-widget li {
	padding-left: 25px !important;
	background: url(assets/images/icon-twitter.png) 0 15px no-repeat;
}
.sidebar .twitter-widget li a,
.sidebar .twitter-widget li a:visited {
	color: #007bb6 !important;
}
.sidebar .twitter-widget li .tweet-date a {
	color: #999 !important;
}
#footer .twitter-widget li {
	margin-bottom: 10px;
	padding-left: 25px;
	background: url(assets/images/icon-twitter.png) 0 4px no-repeat;
}
#footer .twitter-widget li .tweet-date a {
	color: #666;
}

#footer .help-block {
	color: #bbb;
}
#footer .header-social,
#sidebar-primary .header-social {
	margin-left: -5px;
	font-size: 1em;
	text-align: left;
}
#footer .header-social a,
#sidebar-primary .header-social a {
	color: #fff;
}
#sidebar-primary .header-social {
	margin-top: 8px;
}
#sidebar-primary .header-social a {
	margin-left: 8px;
}
/* Bottom */
#site-bottom {
	margin-top: 40px;
	padding: 25px 0 30px;
	border-top: 1px solid #555;
	font-size: 0.9em;
}
#site-bottom .backtotop {
	margin-left: 5px;
}
#site-bottom ul li {
	float: left;
	margin-right: 15px;
	list-style: none;
}
#site-bottom a {
	color: #ccc;
}

@media (min-width: 320px) {
	#site-bottom .bottom-left {
		text-align: center;
		margin-bottom: 20px;
	}

	#site-bottom ul li {
		display: inline-block;
		float: none;
	}
}

@media (min-width: 992px) {
	#site-bottom .bottom-left {
		text-align: left;
		margin-bottom: 0;
	}
}

@media (min-width: 320px) {
	#site-bottom .bottom-right {
		text-align: center;
	}
}

@media (min-width: 992px) {
	#site-bottom .bottom-right {
		text-align: right;
		float: right;
	}
}
/* MISC */
#header-ad {
	margin-top: 15px;
	text-align: right;
}
.home-ad {
	text-align: center;
	margin: 20px 0;
}
/* Fonts */
.more-news,
#recent-content-1 .section-title,
.pagination .page-numbers,
.sidebar .tabs-nav li a,
.single h1.entry-title,
.content-loop .hentry .entry-author a,
.content-loop .hentry .entry-excerpt a,
.single .entry-author a,
.comment-des strong,
.author-box .author-title,
#respond .btn,
.entry-header h3,
.related-posts .section-title,
.error-title,
strong,
#content .section-title,
#content .page-title {
	font-family: "ProximaNovaBold", "Helvetica Neue",Helvetica,Arial,sans-serif;
}
/* Alert Boxes
====================================*/
.notification {
	position: relative;
	margin-bottom: 15px;
	padding: 14px 40px 14px 18px;
	box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.03);
	font-size: 13px;
	line-height: 18px;
}
.notification p {
	margin: 0;
}
.notification span {
	font-weight: 600;
}
.notification.success,
.notification.success strong {
	border: 1px solid #b3dc82;
	color: #5f9025;
	background-color: #ebf6e0;
}
.notification.error,
.notification.error strong {
	border: 1px solid #fbc4c4;
	color: #de5959;
	background-color: #ffe9e9;
}
.notification.warning,
.notification.warning strong {
	border: 1px solid #ded58a;
	color: #8f872e;
	background-color: #fbfadd;
}
.notification.notice,
.notification.notice strong {
	border: 1px solid #b6d7e8;
	color: #5091b2;
	background-color: #e9f7fe;
}
.notification strong {
	border: none !important;
}
.notification.success .close,
.notification.error .close,
.notification.warning .close,
.notification.notice .close {
	display: block;
	position: absolute;
	top: 20px;
	right: 0;
	height: 8px;
	padding: 0 14px;

	weight: 8px;
}
.close i {
	float: left;
	margin: -5px 5px 0 0;
	font-size: 11px;
}
.notification.success .close {
	color: #8dbf52;
}
.notification.error .close {
	color: #f59292;
}
.notification.warning .close {
	color: #c6bd67;
}
.notification.notice .close {
	color: #86b4cc;
}
/* Tabs
====================================*/
.tabs-nav {
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}
.tabs-nav li {
	float: left;
	overflow: hidden;
	position: relative;
	padding: 0;
	line-height: 38px;
}
.tabs-nav li a {
	display: block;
	padding: 0 20px;
	border: 1px solid #e0e0e0;
	border-right: none;
	outline: none;
	color: #888;
	background-color: #f8f8f8;
	font-weight: 500;
	text-decoration: none;
	letter-spacing: 0;
	-webkit-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
.tabs-nav li:first-child a {
	border-left: 1px solid #e0e0e0;
}
.tabs-nav li:last-child a {
	border-right: 1px solid #e0e0e0;
}
.tabs-nav li.active a {
	color: #333;
	font-weight: 500;
}
.tabs-nav li.active i:before {
	color: #555;
}
.tabs-nav li i:before {
	color: #909090;
}
.tabs-nav li span {
	margin-left: -7px;
}
.tabs-nav li.active a i {
	opacity: 1;

	filter: alpha(opacity=100);
}
.tabs-nav li i {
	margin: 10px 0 0 0;
	opacity: 0.64;

	filter: alpha(opacity=64);
}
.tabs-nav li a:hover {
	background: #fff;
}
.tabs-nav li.active a {
	border-top: 1px solid #169fe6;
	border-bottom: 1px solid #fff;
	color: #007bb6;
	background: #fff;
}
.tab-content {
	padding: 20px;
}
.tab-content li {
	padding: 0;
}
.tabs-container {
	overflow: hidden;
	width: 100%;
	margin: -1px 0 20px;
	border: 1px solid #e0e0e0;
	box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.03);
	line-height: 21px;
  ;
}
/* Sidebar Tabs */
.sidebar .tabs-nav li a {
	border: none;
	color: #555;
	background: none;
}
.sidebar .tabs-nav li.active a {
	color: #007bb6;
	background: #fff;
}
.sidebar .tabs-container {
	border: none;
}
/* Accordions
====================================*/
.accordion {
	background: #fff;
	box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.03);
}
.ui-accordion .ui-accordion-header {
	display: block;
	position: relative;
	margin-top: -1px;
	padding: 0;
	padding: 14px 0 15px 0;
	border: 1px solid #e0e0e0;
	outline: none;
	color: #707070;
	font-size: 1em;
	line-height: 30px;
	cursor: pointer;
	-webkit-transition: background-color 200ms ease-in-out;
	transition: background-color 200ms ease-in-out;
}
.ui-accordion .ui-accordion-header {
	background-color: #fcfcfc;
}
.ui-accordion .ui-accordion-header:hover {
	background-color: #fff;
}
.ui-accordion .ui-accordion-header-active:hover,
.ui-accordion .ui-accordion-header-active {
	border-bottom: 0;
	color: #007bb6;
	background-color: #fff;
}
.ui-accordion .ui-accordion-icons {
	padding-left: 50px;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: 20px;
}
.ui-accordion .ui-accordion-content {
	padding: 0 20px 20px 20px;
}
.ui-accordion .ui-accordion-content p {
	margin: 0;
}
.ui-accordion .ui-accordion-content {
	border: 1px solid #e0e0e0;
	border-top: 0;
}
.ui-accordion-icon,
.ui-accordion-icon-active {
	display: inline-block;
	float: left;
	width: 18px;
	height: 18px;
	margin: 5px 10px 0 0;
	border-radius: 2px;
	background-color: #ccc;
	background-image: url(assets/images/accordion-plus.png);
	background-repeat: no-repeat;
	background-position: 50%;
	box-shadow: inset 0 -1px 0 0 rgba(0,0,0, 0.1);
	-webkit-transition: background-color 200ms ease-in-out;
	transition: background-color 200ms ease-in-out;
}
.ui-accordion-icon-active {
	background-color: #007bb6;
	background-image: url(assets/images/accordion-minus.png);
	box-shadow: inset 0 -1px 0 0 rgba(0,0,0, 0.15);
}
.sidebar .ui-accordion .ui-accordion-header {
	border: none;
	border-top: 1px solid #f0f0f0;
}
.sidebar .ui-accordion .ui-accordion-content {
	border: none;
}
/* Toggle
====================================*/
.toggle-wrap {
	float: left;
	width: 100%;
	margin-bottom: 15px;
	border: 1px solid #e0e0e0;
	box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.03);
}
.trigger a {
	display: block;
	position: relative;
	padding: 14px 0 15px 20px;
	color: #707070;
	font-weight: 500;
	line-height: 26px;
	cursor: pointer;
	-webkit-transition: background-color 200ms ease-in-out;
	transition: background-color 200ms ease-in-out;
}
.trigger a {
	background-color: #fcfcfc;
}
.trigger a:hover,
.trigger.active a,
.trigger.active a:hover {
	background: #fff;
}
.trigger.active a {
	color: #007bb6;
}
.toggle-icon {
	display: inline-block;
	float: left;
	width: 18px;
	height: 18px;
	margin: 5px 10px 0 0;
	border-radius: 2px;
	background-color: #ccc;
	background-image: url(assets/images/accordion-plus.png);
	background-repeat: no-repeat;
	background-position: 50%;
	box-shadow: inset 0 -1px 0 0 rgba(0,0,0, 0.1);
	-webkit-transition: background-color 200ms ease-in-out;
	transition: background-color 200ms ease-in-out;
}
.trigger.active .toggle-icon {
	background-color: #007bb6;
	background-image: url(assets/images/accordion-minus.png);
	box-shadow: inset 0 -1px 0 0 rgba(0,0,0, 0.15);
}
.toggle-container p {
	margin: 0;
}
.toggle-container {
	padding: 0 20px 17px 20px;
}
/* Notice
====================================*/
.large-notice {
	padding: 32px;
	border: 1px solid #e0e0e0;
	background-color: #fcfcfc;
	box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.03);
}
.large-notice h2 {
	margin-bottom: 10px;
}
.large-notice p {
	color: #888;
	font-size: 14px;
	line-height: 22px;
}
/* Progress Bar
====================================*/
.skill-bar {
	position: relative;
	height: 41px;
	margin: 0 0 10px 0;
	background: #f6f6f6;
	box-shadow: inset 0 -1px 0 0 rgba(0,0,0, 0.05);
}

.skill-bar-content[data-percentage] {
	text-indent: -9999px;
}

.skill-bar-content {
	width: 0;
	height: 41px;
	background: #007bb6;
	box-shadow: inset 0 -1px 0 0 rgba(0,0,0, 0.12);
}

.skill-bar .skill-title {
	position: absolute;
	top: 9px;
	left: 15px;
	color: #fff;
}

.skill-bar .percentage {
	position: absolute;
	top: 9px;
	left: 90%;
	color: #666;
}

/* C A R O U S E L */
/** Carousel **/
.jcarousel {
	overflow: hidden;
	position: relative;
}

.jcarousel ul {
	position: relative;
	width: 20000em;
	margin: 0;
	padding: 0;
	list-style: none;
}
.jcarousel li {
	float: left;
}
.carousel-loop .jcarousel {
	overflow: hidden;
	width: 100%;
}
.carousel-loop li {
	width: 190px;
	margin-right: 30px;
}
.jcarousel img {
    display: block;
    max-width: 100%;
    height: auto !important;
}
/** Carousel Pagination **/
/** Carousel Controls **/
.jcarousel-control-prev,
.jcarousel-control-next {
	position: absolute;
	top: 0;
	width: 32px;
	height: 32px;
	color: #fff !important;
	background: #666;
	font-size: 1em;
	line-height: 35px;
	text-align: center;
	text-decoration: none;
}
.jcarousel-control-prev {
	right: 55px;
}
.jcarousel-control-next {
	right: 15px;
}
.inactive {
	background: #999;
	cursor: default;
}
.jcarousel-pagination {
	position: absolute;
	top: 20px;
	right: 20px;
}
.jcarousel-pagination a {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-left: 6px;
	border: 1px solid #fff;
	border-radius: 50%;
	background: transparent;
	text-indent: -9999em;
}
.jcarousel-pagination a.active {
	background: #fff;
}
/* MISC */
.error-title {
	margin: 0;
	padding: 0;
	font-size: 11em;
	line-height: 1;
}
.error-msg {
	margin-bottom: 30px !important;
	padding: 20px 30px;
	border: 1px solid #ded58a;
	color: #8f872e;
	background-color: #fbfadd;
	font-size: 4.5em;
}
.left-sidebar #main { 
	background: url(assets/images/bg-main-reverse.png) repeat-y top center !important;
}

.more-news {
	float: right;
	margin: 30px 0;
	text-decoration: underline;
}

img {
	max-width: 100%;
}

@media (min-width: 320px) {
	#logo {
		float: none;
		text-align: center;
	}
}

@media (min-width: 992px) {
	#logo {
		float: left;
		text-align: left;
	}
}

/**
 * Custom media query.
 */
@media (min-width: 1281px) {
	.container {
		width: 1320px;
	}
}

/* styles for desktop */
.tinynav { display: none }

/* styles for mobile */
@media screen and (max-width: 600px) {
	#secondary-nav {
		padding: 10px;
	}
    .tinynav { 
    	display: block;
    	width: 100%;
    	padding: 10px;
    	border: 1px solid #eee;
    }
    #secondary-menu { display: none }
}

/*
	jQuery.mmenu CSS
*/
.mm-page,
.mm-fixed-top,
.mm-fixed-bottom,
.mm-menu.mm-horizontal > .mm-panel {
  -webkit-transition: none 0.4s ease;
  transition: none 0.4s ease;
  -webkit-transition-property: top, right, bottom, left, border;
  transition-property: top, right, bottom, left, border; }

html.mm-opened .mm-page,
html.mm-opened #mm-blocker {
  left: 0;
  top: 0;
  margin: 0;
  border: 0px solid rgba(0, 0, 0, 0); }

html.mm-opening .mm-page,
html.mm-opening #mm-blocker {
  border: 0px solid rgba(100, 100, 100, 0); }

.mm-menu .mm-hidden {
  display: none; }

.mm-fixed-top,
.mm-fixed-bottom {
  position: fixed;
  left: 0; }

.mm-fixed-top {
  top: 0; }

.mm-fixed-bottom {
  bottom: 0; }

html.mm-opened .mm-page,
.mm-menu > .mm-panel {
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

html.mm-opened {
  overflow-x: hidden;
  position: relative; }

html.mm-opened .mm-page {
  position: relative; }

html.mm-background .mm-page {
  background: inherit; }

#mm-blocker {
  background: url(data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==) transparent;
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999999; }

html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
  display: block; }

.mm-menu.mm-current {
  display: block; }

.mm-menu {
  background: inherit;
  display: none;
  overflow: hidden;
  height: 100%;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 0; }
  .mm-menu > .mm-panel {
    background: inherit;
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    height: 100%;
    padding: 0;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 0; }
    .mm-menu > .mm-panel.mm-opened {
      left: 0%; padding: 0; }
    .mm-menu > .mm-panel.mm-subopened {
      left: -40%; }
    .mm-menu > .mm-panel.mm-highest {
      z-index: 1; }
    .mm-menu > .mm-panel.mm-hidden {
      display: block;
      visibility: hidden; }

.mm-menu .mm-list {
  padding: 0; }
.mm-menu > .mm-list {
  padding: 20px 0 40px 0; }

.mm-panel > .mm-list {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  float: none; }
  .mm-panel > .mm-list:first-child {
    padding-top: 0; }

.mm-list,
.mm-list > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0; }

.mm-list {
  font: inherit;
  font-size: 14px; }
  .mm-list a,
  .mm-list a:hover {
    text-decoration: none; font-size: 14px; }
  .mm-list > li {
    position: relative; }
    .mm-list > li > a,
    .mm-list > li > span {
      font-size: 14px;
      text-transform: uppercase;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      color: inherit;
      line-height: 20px;
      display: block;
      padding: 10px 10px 10px 20px;
      margin: 0; }
  .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-noresults):after {
    content: '';
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0; }
  .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-noresults):after {
    width: auto;
    margin-left: 20px;
    position: relative;
    left: auto; }
  .mm-list a.mm-subopen {
    width: 40px;
    height: 100%;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2; }
    .mm-list a.mm-subopen:before {
      content: '';
      border-left-width: 1px;
      border-left-style: solid;
      display: block;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0; }
    .mm-list a.mm-subopen.mm-fullsubopen {
      width: 100%; }
      .mm-list a.mm-subopen.mm-fullsubopen:before {
        border-left: none; }
    .mm-list a.mm-subopen + a,
    .mm-list a.mm-subopen + span {
      padding-right: 5px;
      margin-right: 40px; }
  .mm-list > li.mm-selected > a.mm-subopen {
    background: transparent; }
  .mm-list > li.mm-selected > a.mm-fullsubopen + a,
  .mm-list > li.mm-selected > a.mm-fullsubopen + span {
    padding-right: 45px;
    margin-right: 0; }
  .mm-list a.mm-subclose {
    text-indent: 20px;
    padding-top: 30px;
    margin-top: -20px; }
  .mm-list > li.mm-label {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 10px;
    text-transform: uppercase;
    text-indent: 20px;
    line-height: 25px;
    padding-right: 5px; }
  .mm-list > li.mm-spacer {
    padding-top: 40px; }
    .mm-list > li.mm-spacer.mm-label {
      padding-top: 25px; }
  .mm-list a.mm-subopen:after,
  .mm-list a.mm-subclose:before {
    content: '';
    border: 2px solid transparent;
    display: block;
    width: 7px;
    height: 7px;
    margin-bottom: -5px;
    position: absolute;
    bottom: 50%;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .mm-list a.mm-subopen:after {
    border-top: none;
    border-left: none;
    right: 18px; }
  .mm-list a.mm-subclose:before {
    border-right: none;
    border-bottom: none;
    margin-bottom: -15px;
    left: 22px; }

.mm-menu.mm-vertical .mm-list .mm-panel {
  display: none;
  padding: 10px 0 10px 10px; }
  .mm-menu.mm-vertical .mm-list .mm-panel li:last-child:after {
    border-color: transparent; }
.mm-menu.mm-vertical .mm-list li.mm-opened > .mm-panel {
  display: block; }
.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen {
  height: 40px; }
  .mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 16px;
    right: 16px; }

html.mm-opened .mm-page {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }

.mm-ismenu {
  background: #333333;
  color: rgba(255, 255, 255, 0.6); }

.mm-menu .mm-list > li:after {
  border-color: rgba(0, 0, 0, 0.15); }
.mm-menu .mm-list > li > a.mm-subclose {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(255, 255, 255, 0.3); }
.mm-menu .mm-list > li > a.mm-subopen:after, .mm-menu .mm-list > li > a.mm-subclose:before {
  border-color: rgba(255, 255, 255, 0.3); }
.mm-menu .mm-list > li > a.mm-subopen:before {
  border-color: rgba(0, 0, 0, 0.15); }
.mm-menu .mm-list > li.mm-selected > a:not(.mm-subopen),
.mm-menu .mm-list > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.1); }
.mm-menu .mm-list > li.mm-label {
  background: rgba(255, 255, 255, 0.05); }
.mm-menu.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
.mm-menu.mm-vertical .mm-list li.mm-opened > ul {
  background: rgba(255, 255, 255, 0.05); }

html.mm-opening .mm-page,
html.mm-opening #mm-blocker,
html.mm-opening .mm-fixed-top,
html.mm-opening .mm-fixed-bottom {
  left: 80%; }

.mm-menu {
  width: 80%; }

@media all and (max-width: 175px) {
  .mm-menu {
    width: 140px; }

  html.mm-opening .mm-page,
  html.mm-opening #mm-blocker,
  html.mm-opening .mm-fixed-top,
  html.mm-opening .mm-fixed-bottom {
    left: 140px; } }
@media all and (min-width: 550px) {
  .mm-menu {
    width: 440px; }

  html.mm-opening .mm-page,
  html.mm-opening #mm-blocker,
  html.mm-opening .mm-fixed-top,
  html.mm-opening .mm-fixed-bottom {
    left: 440px; } }

@media screen and (min-width: 320px) {
  .mobile-menu {
    display: block;
    padding-left: 10px;
    font-size: 32px;
    color: #333;
  }
}
@media screen and (min-width: 601px) {
  .mobile-menu {
    display: none;
  }
}
@media screen and (min-width: 320px) {
  #primary-navigation {
    display: none;
  }
}
@media screen and (min-width: 601px) {
  #primary-navigation {
    display: block;
  }
}

/**
 * WordPress Class
 */
.sticky,
.bypostauthor {
	background: inherit;
	color: inherit;
}

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignnone {
	display: block;
}

.wp-caption img {
	margin-bottom: 5px;
}

.wp-caption-text {
	font-style: italic;
	color: #999;
}

/**
 * Gallery
 * Taken from Twenty Fourteen theme.
 */
.gallery {
	@include pxrem(margin-bottom, 20px);
	@extend %clearfix;
}

.gallery-item {
	@include pxrem(margin,  0 4px 4px 0);
	float: left;
	overflow: hidden;
	position: relative;
}

.gallery-icon {
	a,
	img {
		display: block;
	}
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 48%;
	max-width: -webkit-calc(50% - 4px);
	max-width:         calc(50% - 4px);
}

.gallery-columns-3 .gallery-item {
	max-width: 32%;
	max-width: -webkit-calc(33.3% - 4px);
	max-width:         calc(33.3% - 4px);
}

.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 4px);
	max-width:         calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width:         calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width:         calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width:         calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width:         calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width:         calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
	clear: left;
}

.gallery-caption {
	@include pxrem(padding, 2px 8px);
	@include font-size(12);
	background-color: $black;
	background-color: rgba($black, 0.7);
	box-sizing: border-box;
	color: $white;
	line-height: 1.5;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	width: 100%;
}

.gallery-caption:before {
	content: "";
	height: 100%;
	min-height: 50px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}