@import url(./css/imagehover.css);
@import url(./css/animate.css);

html {font-size: 0.875em;}

body {
	font-family: 'Jura', sans-serif;
	font-weight: 500;
	line-height: 1.45;
	font-size: 110%;
	color: #333;
}
main:not(#home-page) { margin-bottom: 5em; }
p {margin-bottom: 1.3em;}
p:empty { display: none; }

h1, h2, h3, h4 {
	margin: 1.414em 0 0.5em;
	font-weight: inherit;
	line-height: 1.2;
}
h1, h2, h3, h4, h5 { font-family: 'Jura', sans-serif; }

h1 {
	margin-top: 0;
	font-size: 2.5em;
}

h2 {font-size: 1.876em;}

h3 {font-size: 1.408em;}

h4 {font-size: 1.056em;}

small, .font_small {font-size: 0.75em;}
a { color: #276dcd; }
i.icon.only { margin: 0; }
hr.ui.divider {
	float: left;
	max-width: 100%;
	width: 100%;
	border-left: 0;
}
.readmore {
	text-transform: uppercase;
}
.hide { display: none !important; }
.right-floated { float: right; }
.left-floated { float: left; }
.right-aligned { text-align: right; }
.left-aligned { text-align: left; }
.full { width: 100%; }
.transition {
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease;
}
a.social-link {
	position: relative;
	word-break: break-all;
}
#scroll-down-area {
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	z-index: 100;
}
#scroll-down-area > a {
	color: white;
	font-size: 300%;
}
.hentry hr {
	border: 1px solid #eee;
	margin: 3em auto;
	max-width: 70%;
}
.accordion .title { color: #276dcd !important; }
.accordion .title:hover { color: initial !important; }

.hero-text {
	font-weight: 300;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #6d6d6d;
}
.hero-text b {
	font-weight: bold;
	text-transform: none;
}
.hero-text.white { color: white; }
@media(max-width: 991px){
	.hero-text:not(.social) { font-size: 30px; }
}
@media(max-width: 570px){
	.hero-text:not(.social) { font-size: 25px; }
}
@media(max-width: 440px){
	.hero-text:not(.social) { font-size: 20px; }
}

#main-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.02);
	border-bottom: 1px solid transparent;
	z-index: 15;
	-webkit-transition: background .5s ease;
	-moz-transition: background .5s ease;
	-o-transition: background .5s ease;
	transition: background .5s ease;
}
.home #main-header { background: rgba(255, 255, 255, 0.8); }
#main-header.active {
	background: white;
	border-color: #eee;
}

.logo-link {
	max-width: 300px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.logo-link svg {
	width: 100%;
	height: auto;
}
#main-header.active .logo-link {
	max-width: 200px;
	margin: 3px 0;
}

.navbar {
	margin: 2em 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
#main-header.active .navbar { margin: 0; }
#main-nav .nav > ul {
	float: right;
}
.nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.nav ul li { display: inline-block; }
.nav ul li a {
	text-transform: uppercase;
	padding: 23px 10px;
	float: left;
	width: 100%;
	color: #333;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease;
}
.nav .active-line {
	position: absolute;
	top: 95px;
	height: 2px;
	background: #276dcd;
	border-radius: 2px;
	z-index: 10;
	-webkit-transition: left .25s ease, width .4s ease, top .25s ease;
	-moz-transition: left .25s ease, width .4s ease, top .25s ease;
	-o-transition: left .25s ease, width .4s ease, top .25s ease;
	transition: left .25s ease, width .4s ease, top .25s ease;
}
.nav ul li.current-menu-item a, .nav ul li.current-page-ancestor a, .nav ul li.current-menu-parent a, .nav ul li a:hover {
	color: #276dcd;
}
#main-header.active .active-line { top: 72px; }

@media(min-width: 992px){
	.nav.mobile { display: none; }
}
@media(max-width: 991px){
	.nav.desktop { display: none; }
	.logo-link { max-width: 180px; }
	#main-header.active .logo-link { max-width: 180px; }
}

#hamburger {
	float: right;
	margin: 4px 0;
	background: none;
	font-size: 25px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	padding: 5px 10px;
}
#main-header.active #hamburger { padding: 18px 10px; }
#hamburger > .icon:not(.sidebar), #hamburger.active > .sidebar { display: none; }
#hamburger.active > .remove { display: inline-block; }
#mobile-menu {
	background: #276dcde0;
	position: fixed;
	display: table;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	z-index: 11;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-o-transition: all .6s ease;
	transition: all .6s ease;
}
#mobile-menu.active {
	visibility: visible;
	opacity: 1;
}
#mobile-menu > .wrap {
	display: table-cell;
	padding: 0 6em;
	text-align: center;
	vertical-align: middle;
	position: relative;
	top: -6%;
}
#mobile-menu .wrap > ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#mobile-menu .wrap > ul li a {
	color: #fff;
	font-size: 30px;
	display: inline-block;
	padding: 10px 0;
}
#mobile-menu .wrap > ul li a:focus { color: black; }
#mobile-menu .mailto {
	margin-top: 1em;
	display: block;
	border-top: 1px solid #adadad;
	padding-top: 1em;
}
#mobile-menu .mailto a { color: #ddd; }
@media(max-width: 560px){
	#mobile-menu .wrap > ul li a { font-size: 20px; }
}

.title-area > .wrap {
	border-bottom: 1px solid #eee;
	padding: 2em 0;
}
.title-area .title {
	text-transform: uppercase;
}

#breadcrumb { margin: 20px 20px 30px; }

body:not(.home) main { margin-top: 11em; }

@media(max-width: 991px){
	body:not(.home) main { margin-top: 8em; }
}

/* ================================================================================== TRAINERS ================================================================================== */
#trainers-page .page-content { margin-top: 35px; }

#trainers-page .ui.cards {
	margin-top: 1em;
	/*
	overflow: hidden;
	-webkit-transition: height .4s ease;
	-moz-transition: height .4s ease;
	-o-transition: height .4s ease;
	transition: height .4s ease;
	*/
}
#trainers-page .trainer.card {
	max-width: 290px;
	min-width: 200px;
	width: 23.5%;
	margin: 10px auto;
	overflow: hidden;
}

.trainer.card figure { background: #999; }
.trainer.card figcaption {
	background: #e0e1e2;
	padding: 20px;
	overflow: auto;
	color: #333;
}
.trainer.card .header a, .trainer.card .header .more.icon {
	color: #333;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.trainer.card .header a:hover, .trainer.card .header .more.icon:hover { color: #1e70bf !important; }
.trainer.card .header .more.icon.active { color: red !important; }
.trainer.card .header a {
	font-weight: 400;
}
.trainer.card .trainer-name {
	font-size: 15px;
	font-weight: bold !important;
}
.trainer.card figcaption > .wrap { font-size: 12px; }
.trainer.card figcaption p { margin: 0; }
.trainer.card ul.post-meta {
	list-style: circle;
	margin: 0;
	padding: 0;
	margin-left: 16px;
}
.trainer.card ul.post-meta li {}
.trainer.card ul.post-meta .post-meta-key  { font-style: italic; }
.trainer.card .extra.content {
	position: relative;
	background: white;
	top: 0;
	-webkit-transition: top .3s ease;
	-moz-transition: top .3s ease;
	-o-transition: top .3s ease;
	transition: top .3s ease;
}
#joined-trainers .trainer.card .header {
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.trainer.card .meta > span, .trainer.card .meta > div {
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
}
.trainer.card .meta > span {
	max-width: 48%;
	font-size: 12px;
}
.loaded-social {}
ul.social {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.social li {
	display: inline-block;
}
ul.social li a {}
.loaded-comments li {
	border-bottom: 1px solid #f9f9f9;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.loaded-comments small {}
.loaded-comments .name {
	font-weight: bold;
	color: #bbb;
}
.loaded-comments .date { color: #ddd; }
.loaded-comments .comment-txt {
	line-height: 1;
	padding-left: 10px;
}
.loaded-comments a.comments-link {
	display: inline-block;
	border-bottom: 2px solid #eee;
	margin: 10px 0;
}
.filter {
	display: inline-block;
	margin-bottom: 20px;
}
.filter.sort { margin-left: 4px; }
.filter.recover { float: right; }
@media(max-width: 490px){
	.filter.autocomplete { width: 100%; }
	.filter.autocomplete .ui.action.input {
		display: block;
	}
	.filter.autocomplete .ui.action.input:not([class*="left action"])>input {
		width: 100%;
		border-right-color: rgba(34,36,38,.15) !important;
		border-top-right-radius: .28571429rem !important;
		border-bottom-right-radius: .28571429rem !important;
	}
	.filter.autocomplete .ui.action.input:not([class*="left action"])>input:focus {
		border-right-color: #85b7d9!important;
	}
	.filter.autocomplete .ui.selection.dropdown {
		width: 100%;
		margin-top: 10px;
	}
	#autocomplete-btn {
		width: 100%;
		border-radius: .28571429rem;
		margin-top: 10px;
		display: block;
		text-align: center;
	}
	.filter.recover { width: 100%; }
	.filter.recover > .button { width: 100%; }
	.filter.sort { width: 100%; }
	.filter.sort > .button {
		margin: 0;
		width: 49%;
	}
}

.nothing-found:not(.active) { display: none; }

/* ================================================================================== HOME ================================================================================== */
.home-hero > .ui.container {
	display: flex;
	align-items: center;
	height: 90vh;
	min-height: 500px;
	max-height: 700px;
}
.home-hero > .ui.container > .wrap {
	padding-top: 6em;
}
#next-course {
	position: relative;
	z-index: 10;
	margin-top: -100px;
	padding-bottom: 4em;
	border-bottom: 1px solid #eee;
}
#next-course .ui.segment {
	padding: 4em;
	font-size: 120%;
}
#next-course .ui.segment > small {
	text-transform: uppercase;
	color: #888;
}
#next-course .ui.segment > .title {
	margin: 0 0 1em;
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
}
#next-course .meta {
	columns: 3;
	font-size: 90%;
	border-bottom: 1px solid #eee;
	padding-bottom: 1em;
}
#next-course img {
	float: left;
	margin-right: 20px;
	border-radius: 100%;
	margin-top: 10px;
}
#next-course .readmore {
	display: inline-block;
	margin-top: 1em;
}
#home-page > header, #home-page > header > .container > .wrap {
	position: relative;
	z-index: 2;
}
#home-page > header:after {
	content: "";
	background: url(./img/stripe.png) rgba(0, 0, 0, 0.15);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
#home-page > header .social {}
#home-page > header .social span {}
#home-page > header .social-links {}
#home-page > header .social-links a {
	color: #000000ab;
	font-size: 1.5rem;
	background: #ffffffbf;
	text-shadow: none;
	border-radius: 15px;
	width: 40px;
	margin-left: 3px;
	display: inline-flex;
	height: 40px;
	justify-content: center;
	align-items: center;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease;
}
#home-page > header .social-links a:hover {
	background: #ffffff8c;
	color: black;
}
#home-page > header .social-links a i { line-height: 1; }

.hero-section {
	border-bottom: 1px solid #eee;
}
@media (min-width: 992px){
	.hero-section {
		display: flex;
		align-items: center;
	}
}
.box {
	padding: 0 4em;
}
.box.title-area {
	width: 38%;
	text-align: center;
}
.box.title-area a {
	position: relative;
	display: inline-block;
	font-size: 110%;
	z-index: 1;
	-webkit-transition: .4s ease;
	-moz-transition: .4s ease;
	-o-transition: .4s ease;
	transition: .4s ease;
}
.box.title-area a:after {
	content: "";
	background: #276dcd;
	width: 100%;
	margin: auto;
	height: 2px;
	display: block;
	border-radius: 10px;
	margin-top: 10px;
	opacity: 0;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}
.box.title-area a:hover:after {
	opacity: 1;
	width: 50%;
}
.box.title-area a:hover > * {
	color: #276dcd;
}
.box.content-area {
	width: 62%;
	background: #fff;
	border-left: 1px solid #eee;
	padding: 6em;
}
.box.content-area h2 {
	margin-bottom: 1em;
	text-align: center;
}
.box .title {
	color: #666;
	line-height: 1;
	margin: 0;
}
.box.title-area p { color: #9e9e9e; }
.box.full {
	background: white;
	width: 100%;
}
@media(max-width: 991px){
	#home-page .box {
		display: block;
		width: 100%;
		border-radius: 0;
		padding: 3em 5em;
		border: 0;
	}
	#home-page .box.title-area { padding-bottom: 0; }
	#next-course .ui.segment {
		padding: 2em;
	}
	#next-course .meta { columns: unset; }
	#next-course .meta p { margin-bottom: 10px; }
}
@media(max-width: 767px){
	#home-page .box {
		padding: 2.5em;
	}
	.box .title { font-size: 1.7rem; }
	.box.content-area h2 { font-size: 1.8rem; }
	.home .news-list .title { font-size: inherit; }
}

ul.news-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
body:not(.home) ul.news-list img {
	float: left;
	margin-right: 10px;
}
body:not(.home) ul.news-list li {}
body:not(.home) ul.news-list a {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

body:not(.home) ul.news-list a:hover {
	color: #276dcd;
}
body:not(.home) ul.news-list span { line-height: 1; }
body:not(.home) ul.news-list span {
	float: left;
	width: 80%;
}
ul.news-list small {
	display: block;
	color: #666;
}
.home ul.news-list li {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}
.home ul.news-list li > * { flex-shrink: 1; }
.home ul.news-list li .image-link { flex-shrink: 0; }
.home ul.news-list .text {
	margin-left: 10px;
	line-height: 20px;
}
.home ul.news-list li a.title {
	color: #276dcd;
}
.home ul.news-list li small { display: block; }
ul.news-list img {
	border-radius: 10px;
	box-shadow: 0px 0px 2px #c0c0c0;
}
@media(max-width: 1199px){
	body:not(.home) ul.news-list span, body:not(.home) ul.news-list small { width: 78%; }
}
@media(max-width: 991px){
	body:not(.home) ul.news-list li {
		display: inline-block;
		width: 32%;
	}
}
@media(max-width: 767px){
	body:not(.home) ul.news-list li { width: 49%; }
	.home ul.news-list .text { font-size: 100%; }
}
@media(max-width: 495px){
	body:not(.home) ul.news-list li { width: 100%; }
	.home ul.news-list li .image-link { max-width: 80px; }
	.home ul.news-list li a.title { word-break: break-word; }
}

.swiper-wrapper p { margin: 0; }
.swiper-slide img { margin: 0; }
.swiper-slide .zoom-btn {
	position: absolute;
	background: #276dcd !important;
	color: #fff !important;
	top: 10px;
	right: 10px;
	opacity: .6;
}
.swiper-slide .zoom-btn:hover {
	opacity: 1;
}
/*
#join-us .box.content-area {
	background: url(./img/joinus-3.jpg) no-repeat 50% / cover;
}
#about-us .box.content-area {
	background: url(./img/joinus-2.jpg) no-repeat 50% / cover;	
}
*/
.box.content-area.dimmed:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
/*
#join-us .dimmed:after {
	background: #eeeeeed6;
}
#about-us .dimmed:after {
	background: #eeeeeed6;
}
*/
.box.content-area > * {
	position: relative;
	z-index: 2;
}




/* ================================================================================== PARTNERS ================================================================================== */
.partners {
	margin: 5em 0;
	text-align: center;
}
.partners > .title {
	margin-top: 1em;
	text-transform: uppercase;
	font-weight: lighter;
	text-align: center;
}
.partners .widget_media_image { display: inline-block; }
body:not(.home) .partners .widget_media_image { width: 50%; }
.partners .widget_media_image a {
	float: left;
	width: 100%;
}
.partners .widget_media_image img { padding: 5px; }
.home .partners .widget_media_image img { padding: 15px; }


/* ================================================================================== MODAL ================================================================================== */
.ui.modal > .content > p { display: none; }
.ui.modal > .content ul, .ui.modal > .content ol { margin-top: 0; }

/* ================================================================================== ANIMATION ================================================================================== */
.animated-hidden {
	visibility: hidden;
	opacity: 0;
	-webkit-transform: scale(.8,.8);
	-moz-transform: scale(.8,.8);
	-o-transform: scale(.8,.8);
	transform: scale(.8,.8);
}
.animated-hidden.animate-in {
	visibility: visible;
	opacity: 1;
	transform: none;
	-webkit-transition: transform .4s cubic-bezier(0.18, 0.89, 0.32, 1.28), opacity .8s ease !important;
	-moz-transition: transform .4s cubic-bezier(0.18, 0.89, 0.32, 1.28), opacity .8s ease !important;
	-o-transition: transform .4s cubic-bezier(0.18, 0.89, 0.32, 1.28), opacity .8s ease !important;
	transition: transform .4s cubic-bezier(0.18, 0.89, 0.32, 1.28), opacity .8s ease !important;
}

/* ================================================================================== SIDEBAR ================================================================================== */
.sidebar h3 {
	font-size: 20px;
	font-weight: lighter;
	margin-top: 30px;
	color: #888;
	text-align: center;
}
.sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0 10px 0;
}
.sidebar ul li { color: #aaa; }
.sidebar ul li a { color: #444; }
.sidebar .post-date, .sidebar .comment-author-link {
	font-size: 11px;
}
.sidebar.wide .partners .widget_media_image {
	max-width: 120px;
	margin: auto 20px;
}

/* ================================================================================== SINGLE TRAINER ================================================================================== */
.hentry { margin-top: 3em; }
.trainer-image, .trainer-image img { width: 100%; }
.trainer-info > .title {
	margin: 0;
	font-size: 18px;
	font-weight: bold;
}
.trainer-info > .meta, .trainer-info > .meta a { color: #aaa; }
.trainer-info > .meta span { margin-right: 5px; }
.trainer-info .welcome-text { margin: 20px 10px 20px; }
.trainer-info .welcome-text p {
	font-size: 16px;
	font-weight: lighter;
}
.trainer-info .social {}
.trainer-info .social > ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.trainer-info .social > ul li { display: inline-block; }
.trainer-info .social > ul li a {
	color: #aaa;
	padding: 0 5px;
}
.trainer-info .social > ul li a:hover {
	color: #333;
}
@media(max-width: 767px){
	#single-trainer-page .trainer-image img {
		width: auto;
		max-width: 300px;
		margin: auto;
		margin-bottom: 2em;
	}
}

/* ================================================================================== LOOP ================================================================================== */
.loop .hentry {}
.loop .hentry > header { margin-bottom: 2em; }
.loop .post-title {
	line-height: 1;
	margin: 0;
}
.loop .image-area img {
	border-radius: 5%;
	margin-top: 4px;
	box-shadow: 0px 0px 3px #ddd;
}
.loop .text-area > p::first-letter { font-size: 130%; }

.hr:not(.with-logo) {
	display: block;
	height: 1px;
	background: #eee;
	margin-bottom: 1em;
}
.hr.with-logo {
	position: relative;
	display: block;
	height: 30px;
	background: url(./img/eptl-logo_small.png) no-repeat 50%;
	width: 100%;
	margin: 5em 0;
	border: 0;
	background-size: 50px;
}
.hr.with-logo:before, .hr.with-logo:after {
	content: "";
	position: absolute;
	height: 1px;
	background: #eee;
	width: 25%;
	top: 45%;
	margin: 0 20%;
}
.hr.with-logo:before { left: 0; }
.hr.with-logo:after { right: 0; }
@media(max-width: 1199px){
	.hr.with-logo:before, .hr.with-logo:after { width: 20%; }
}

.pagination {
	margin-bottom: 4em;
	text-align: center;
}
.pagination .page-numbers {
	font-size: 16px;
	font-weight: bold;
	line-height: 25px;
}
.pagination .page-numbers:not(.prev):not(.next):not(.current) {
	background: #276dcd;
	color: white;
	width: 25px;
	height: 25px;
	display: inline-block;
	text-align: center;
	border-radius: 100%;
	-webkit-transition: background .2s ease;
	-moz-transition: background .2s ease;
	-o-transition: background .2s ease;
	transition: background .2s ease;
}
.pagination .page-numbers:not(.prev):not(.next):not(.current):hover {
	background: #d20e0e;
}
.pagination .page-numbers:not(.prev):not(.next) { margin: 0 3px; }
.pagination .current {}
@media(max-width: 767px){
	.loop .hentry .image-area {
		display: block;
		text-align: center;
	}
}

/* ================================================================================== SINGLE ================================================================================== */
.single .details {
	margin: 2em 0;
	padding-bottom: 6px;
	border-bottom: 1px solid #eee;
}
.single .image-area img { border-radius: 4px; }
.single .details h3 { margin-bottom: 20px; }
.single .details span { color: #999; }
.single .details a { color: #555; }
.single .hentry footer {
	border-top: 1px solid #eee;
	margin-top: 2em;
}
.single .hentry .sharer { margin-top: 5px; }
.hentry .image-area { text-align: center; }
.caldera-grid .help-block { font-size: 12px; }
/* ================================================================================== COMMENTS ================================================================================== */
#single-trainer-page .comments {
	float: left;
	width: 100%;
	margin-bottom: 3em;
}
.comments ul {
	list-style: none;
}
.comments > ul {
	margin: 0;
	padding: 0;
}
.comments .comment-meta a { color: #aaa; }
.comments .comment-text { margin: 10px 0 0; }
.comments .comment-text p {
	margin-bottom: 10px;
	color: #777;
}
#respond {
	float: left;
	width: 100%;
}
#commentform {}
.comment-form-comment {}
.comment-form-comment label {
	float: left;
	width: 100%;
	font-style: italic;
	color: #aaa;
	font-size: 12px;
}
.comment-form-comment textarea {
	width: 100%;
	padding: 10px;
}
#commentform textarea, #commentform input {
	color: #888;
	border-color: #ddd;
	border-radius: 4px;
}
.comment-form .field {
	width: 48%;
	float: left;
	margin: 0 1% 20px;

}
.comment-form .field .input { width: 100%; }
.comment-form .field input {}
.comment-form .form-submit { float: left; }
.comment-form .form-submit button {}

/* ================================================================================== FOOTER ================================================================================== */
#main-footer a { color: #ddd; }
.top-footer {
	float: left;
	width: 100%;
	padding: 8em 0 7em 0;
	color: #ddd;
	background: #5d5d5d;
}
.top-footer h5.title {
	font-size: 24px;
	font-weight: lighter;
	margin: 0;
}
.top-footer .sub {
	color: #bbb;
}
.bottom-footer {
	float: left;
	width: 100%;
	background: #4c4c4c;
	padding: 0 2em;
	color: #aaa;
}
.copyright {
	display: inline-block;
	margin: 17px 0;
}
.footer-logo {
	float: right;
	margin: 10px 0;
}
.footer-logo img { max-height: 30px; }
.quick-info a { display: block; }
ul#footer-menu {
	text-align: right;
	list-style: none;
	margin: 0;
	padding: 0;
}
ul#footer-menu li {
	display: inline-block;
	margin: 8px 0 0 20px;
	font-weight: bold;
}
ul#footer-menu li a {
	font-size: 90%;
	text-transform: uppercase;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
ul#footer-menu li a:hover, ul#footer-menu li.current-menu-item a, ul#footer-menu li.current-page-ancestor a, ul#footer-menu li.current-post-ancestor a, #main-footer .social-area a:hover {
	color: #333;
}
.top-footer .quick-info {
	float: right;
}
.top-footer .quick-info a {
	float: left;
	clear: both;
}
.top-footer .social-area {
	text-align: right;
	margin-top: 40px;
}
.top-footer .social-area a {
	font-size: 24px;
	margin-right: 5px;
	text-transform: uppercase;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
@media(max-width: 767px){
	.top-footer { text-align: center; }
	ul#footer-menu {
		text-align: center;
		margin: 3em 0;
	}
	.top-footer .social-area { text-align: center; }
}
@media(max-width: 385px){
	.footer-logo { display: none; }
	.copyright {
		width: 100%;
		text-align: center;
	}
}