/*
Theme Name: Rara Academic Pro
Theme URI: http://raratheme.com/wordpress-themes/rara-academic-pro/
Author: Rara Theme
Author URI: http://raratheme.com/
Description: Rara Academic Pro WordPress theme is a perfect solution for LMS, Training Center, College, Academy, University, Primary School, High school and Kindergarten. Whether you are running a training center or a college, Rara Academic Pro theme will meet your expectation and give your customer a great experience. The theme is responsive/mobile-friendly and so your website will look gorgeous in the mobile and tablet devices. It is also translation ready.
Version: 2.1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: rara-academic-pro
Tags: translation-ready, custom-background, theme-options, custom-menu, e-commerce, post-formats, threaded-comments, blog, two-columns, right-sidebar, footer-widgets, education

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Rara Academic Pro is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
	min-width: 320px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #555458;
	font-family: 'PT Sans', sans-serif;
	font-size: 18px;
	line-height: 28px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin-top: 0;
}

p {
	margin-bottom: 1.5em;
	margin-top: 0;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #f5f5f6;
	border: 0;
	height: 3px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
	vertical-align: top;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
	outline: none;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #01c6b8;
	text-decoration:none;
}

a:hover,
a:focus {
	text-decoration: underline;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	float: right;
	margin-top: 31px;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
	margin-left: 40px;
}

.main-navigation li:first-child{margin-left: 0;}

.main-navigation a {
	display: block;
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	color: #55677c;
	text-transform: uppercase;
	text-decoration: none;
	padding:0 4px 24px;
}

.main-navigation ul ul {
	/*box-shadow: 0 3px 3px #f2f2f2;*/
	float: left;
	position: absolute;
	top:100%;
	left: -999em;
	z-index: 99999;
	background: #fff;
	border-top: 1px solid #01d0c1;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
	border-top: 0;
}

.main-navigation ul ul a {
	width: 250px;
	padding: 15px 25px;
}

.main-navigation ul ul li {
	margin: 0;
	float: none;
	display: block;
}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
	color: #01c6b8;
}

.main-navigation ul ul li:hover > a,
.main-navigation ul ul li.focus > a {
	background: #01c6b8;
	color: #fff;
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
	background: #01c6b8;
	color: #fff;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
	/*right: 100%;*/

}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
	color: #01c6b8;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.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;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

.widget:after{
	content: "";
	display: block;
	clear: both;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
	margin-left: -15px;
	margin-right: -15px;
}

.gallery-item {
	float: left;
	text-align: center;
	vertical-align: top;
	width: 100%;
	padding: 0 15px;
	margin: 0 0 30px;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}
.container{
	width: 1170px;
	padding: 0 15px;
	margin: 0 auto;
}
.container:after{
	display: block;
	clear: both;
	content: '';
}
.row{
	margin: 0 -15px;
}
.row:after{
	display: block;
	clear: both;
	content: '';
}

ul:after{
	content: '';
	display: block;
	clear: both;
}

.site{
	background: #fff;
}

.custom-background .site{
	max-width: 1450px;
	margin: 0 auto;
}

/*========
reset ending
==================*/
.site-branding{
	float: left;
	margin-top: 10px;
}


.site-branding .site-title{
	margin-bottom: 0;
	font-size: 32px;
	line-height: 36px;
	font-weight: 700;
	letter-spacing: 1px;
	font-family: 'Bitter', serif;
}

.site-branding .site-title a{
	color: #445263;
}

.site-branding .site-title a:hover,
.site-branding .site-title a:focus{text-decoration: none;}

.site-branding .site-description{
	font-size: 15px;
	line-height: 18px;
	color: #6d7987;
	margin: 0;
}
.site-header ul li{
	list-style: none;
}
.site-header ul{
	margin: 0;
	padding:0;
}
.site-header .contact-lists{
	float: right;
	font-size: 15px;
	line-height: 18px;
	color: #646468;
	margin-top: 20px;
}
.site-header .contact-lists li{
	float: left;
	margin-left: 24px;
}
.site-header .contact-lists li a{
	color: #5d7289;
	font-weight: 700;
}
.site-header .contact-lists li a:hover{
	color: #646468;
}
.site-header .contact-lists li .fa{
	margin-right: 8px;
}
.header-top{
	padding-top: 7px;
	/*border-bottom: 1px solid #f5f5f6;*/
	padding-bottom: 10px;
	background: #49596b;
}

.header-top .email{
	float: left;
	font-size: 15px;
	line-height: 18px;
	color: #f4f4f4;
	margin-top: 10px;
}

.header-top .email:hover,
.header-top .email:focus{
	text-decoration: none;
	color: #01c6b8;
}

.header-top .social-networks{
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
}

.header-top .social-networks li{
	float: left;
	margin-left: 5px;
}

.header-top .social-networks li:first-child{margin-left: 0;}

.header-top .social-networks li a{
	width: 34px;
	height: 34px;
	-webkit-border-radius: 100px;
	border-radius: 50%;
	background: #455566;
	color: #edeeee;
	text-align: center;
	font-size: 12px;
	line-height: 34px;
	display: block;
}

.header-top .social-networks li a:hover,
.header-top .social-networks li a:focus{
	text-decoration: none;
	background: #01c6b8;
}

.header-bottom{padding: 10px 0;}

/*=====
banner
==========*/
.banner-section{
	position: relative;
	-webkit-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;
}
.banner-section img{
	width: 100%;
	color: transparent;
	text-indent: -9999px;
	line-height: 1em;
}
.banner-section .banner-text{
	position: absolute;
	bottom:17%;
	width: 100%;

}
.banner-section .banner-text .text{
	width: 50%;
	float: right;
	text-align: left;
	color: #fff;
	padding:20px 30px 30px;
	font-size: 22px;
	line-height: 30px;
	font-weight: 700;
	/*background: rgba(0, 0, 0, 0.5);*/
	display: none;
}
.banner-section .banner-text h2{
	margin: 0 0 36px;
	font-size: 48px;
	line-height: 56px;
	font-weight: 700;
	text-transform: uppercase;
}
.banner-section .banner-text .learn-more{
	color: #fff;
	font-size: 18px;
	line-height: 30px;
	text-transform: uppercase;
	font-weight: 700;
	background: #01c6b8;
	padding:15px 46px;
	position: relative;
	-webkit-transform: translateZ(0px);
	-moz-transform: translateZ(0px);
	transform: translateZ(0px);
	display: inline-block;
}
.banner-section .banner-text .learn-more:before{
	bottom:0;
	left: 0;
	top: 0;
	right: 0;
	background: #fff;
	transition-property:transform;
	-webkit-transition-property:transform;
	-moz-transition-property:transform;
	transition-timing-function:ease-out;
	-webkit-transition-timing-function:ease-out;
	-moz-transition-timing-function:ease-out;
	content: '';
	-webkit-transition-duration:0.2s;
	-moz-transition-duration:0.2s;
	transition-duration:0.2s;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	transform: scale(0);
	z-index: -1;
	position: absolute;
}

.banner-section .banner-text .learn-more:hover:before{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
}

.banner-section .banner-text .learn-more:hover,
.banner-section .banner-text .learn-more:focus{
	text-decoration: none;
	color: #01c6b8;
}

.banner-section .slick-slide{
	position: relative;
}

.banner-section .slick-arrow{
	position: absolute;
	top: 50%;
	z-index: 1;
	border-radius: 0;
	width: 50px;
	height: 50px;
	font-size: 0;
	border: 0;
	box-shadow: none;
	padding: 0;
	margin: -50px 0 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.banner-section .slick-prev{
	left: 20px;
	background: url(images/arrrow-prev.png) no-repeat;
	background-size: 100px 50px;
}

.banner-section .slick-prev:hover,
.banner-section .slick-prev:focus{
	background-position: -50px 0;
}

.banner-section .slick-next{
	right: 20px;
	background: url(images/arrow-next.png) no-repeat -50px 0;
	background-size: 100px 50px;
}

.banner-section .slick-next:hover,
.banner-section .slick-next:focus{
	background-position: 0;
}

/*===========
information-section
==================*/
.information{
	display: table;
	width: 100%;
	margin-bottom: 102px;
}
.information ul{
	width: 100%;
	margin: 0;
	padding:0;
	display: table-row;
}
.information ul li{
	display: table-cell;
	/*width: 25%;*/
	/*position: relative;*/
	list-style: none;
	color: #f7f7f7;
	height: 130px;
	vertical-align: middle;
	text-align: center;
	padding:10px;
	text-transform: uppercase;
	font-size: 28px;
	line-height: 30px;
	font-weight: 700;
}
.information ul li img{
	margin-right: 6%;
}

.information ul li a{color: #f7f7f7;}

.information ul li a:hover,
.information ul li a:focus{
	color: #fff;
	text-decoration: none;
}

.information ul li.box-1{
	background: #01c6b8;
}
.information ul li.box-2{
	background: #01d4c5;
}
.information ul li.box-3{
	background: #06c2b5;
}
.information ul li.box-4{
	background: #49596b;
}

/*========
popular courses
==================*/
.popular-courses{
	margin-bottom: 110px;
}
.col-3{
	width: 33.33%;
	float: left;
	padding:0 15px;
	margin-bottom: 30px;
}

.popular-courses .post{
	background: #f5f5f7; 
	padding: 19px 19px 0;
	border: 1px solid #ebebeb;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}

.popular-courses .post:hover,
.popular-courses .post:focus{
	border-color: #01c6b8;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.20);
}

.popular-courses .post .post-thumbnail{overflow: hidden;}

.popular-courses .post .post-thumbnail img{
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.popular-courses .post:hover .post-thumbnail img,
.popular-courses .post:focus .post-thumbnail img{
	-webkit-transform: scale(1.25);
	-moz-transform: scale(1.25);
	transform: scale(1.25);
}

.section-title{
	font-size: 46px;
	line-height: 52px;
	color: #323234;
	font-weight: normal;
	margin-bottom: 12px;
}
.post-thumbnail{
	display: inline-block;
	
}
/*.home .post-thumbnail{
	overflow: hidden;
}
.home .post img:hover{
	-webkit-transform: scale(1.25);
	-moz-transform: scale(1.25);
	transform: scale(1.25);
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}*/
.popular-courses .post .entry-content, 
.popular-courses .post .entry-header{
	padding:0;
}
.popular-courses .post .entry-header{
	padding-top: 26px;
}
.popular-courses .post .entry-title{
	margin-bottom: 0;
	position: relative;
}
.popular-courses .post .entry-title:after{
	position: absolute;
	top: 100%;
	left: 0;
	width: 30px;
	height: 1px;
	background: #c1c0c3;
	content: '';
	margin-top: 12px;
}
.popular-courses .post .entry-title a{
	font-size: 18px;
	line-height: 22px;
	color: #3c3c3c;
	font-weight: 700;
	text-transform: uppercase;
}

.popular-courses .post .entry-title a:hover,
.popular-courses .post .entry-title a:focus{
	color: #01c6b8;
	text-decoration: none;
}

.popular-courses .btn-holder{
	text-align: center;
}

.popular-courses .btn-holder .btn{
	color: #01c6b8;
	font-size: 18px;
	line-height: 30px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 15px 46px;
	border: 2px solid #01c6b8;
	position: relative;
	-webkit-transform: translateZ(0px);
	-moz-transform: translateZ(0px);
	transform: translateZ(0px);
	display: inline-block;
}

.popular-courses .btn-holder .btn:before{
	bottom: 0;
	left: 0;
	top: 0;
	right: 0;
	background: #01a196;
	transition-property: transform;
	-webkit-transition-property: transform;
	-moz-transition-property: transform;
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	content: '';
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	transform: scale(0);
	z-index: -1;
	position: absolute;
}

.popular-courses .btn-holder .btn:hover:before,
.popular-courses .btn-holder .btn:focus:before{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
}

.popular-courses .btn-holder .btn:hover,
.popular-courses .btn-holder .btn:focus{
	text-decoration: none;
	color: #fff;
}

/*==============================================
Sats
==============================================*/
.stats{
	position: relative;
	padding: 7vw 0 5vw;
	text-align: center;
}

.stats:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(30, 37, 44, 0.5);
}

.stats .container{
	position: relative;
	z-index: 1;
}

.stats .widget.widget_rara_academic_pro_stat_counter_widget{
	/*float: left;*/
	display: inline-block;
	vertical-align: top;
	width: 25%;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 30px;
}

.stats .widget.widget_rara_academic_pro_stat_counter_widget .box{
	border: 1px solid #fff;
	background: rgba(0, 0, 0, 0.1);
	text-align: center;
	padding: 35px 20px;
	color: #fff;
}

.stats .widget.widget_rara_academic_pro_stat_counter_widget .box .icon-holder{
	margin: 0 0 10px;
}

.stats .widget.widget_rara_academic_pro_stat_counter_widget .box .number{
	display: block;
	font-size: 62px;
	font-weight: 700;
	line-height: 70px;
}

.stats .widget.widget_rara_academic_pro_stat_counter_widget .box span{
	font-size: 16px;
	line-height: 22px;
	text-transform: uppercase;
}

/*========
welcome
==============*/
.welcome-section{
	background: #ece8e7;
	padding: 104px 0 114px;
}
.col-2{
	width: 50%;
	padding:0 15px;
	float: left;
}
.welcome-section .col-2:first-child{
	padding-right: 50px;
}

.welcome-section .watch-link{
	color: #444447;
	font-size: 18px;
	line-height: 22px;
	border: 2px solid #01c6b8;
	padding:15px 42px;
	display: inline-block;
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
	-webkit-transform: translateZ(0px);
	-moz-transform: translateZ(0px);
	transform: translateZ(0px);
}
.welcome-section .watch-link:before{
	bottom:0;
	left: 0;
	top: 0;
	right: 0;
	background: #01c6b8;
	transition-property:transform;
	-webkit-transition-property:transform;
	-moz-transition-property:transform;
	transition-timing-function:ease-out;
	-webkit-transition-timing-function:ease-out;
	-moz-transition-timing-function:ease-out;
	content: '';
	-webkit-transition-duration:0.2s;
	-moz-transition-duration:0.2s;
	transition-duration:0.2s;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	transform: scale(0);
	z-index: -1;
	position: absolute;
}

.welcome-section .watch-link:hover:before,
.welcome-section .watch-link:focus:before{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
}

.welcome-section .watch-link:hover,
.welcome-section .watch-link:focus{
	color: #fff;
	text-decoration: none;
}

/*============
services
=======================*/
.services{
	padding: 5vw 0 4vw;
}
.services .section-title{
	margin-bottom: 50px;
	text-align: center;
}

.services .col-3{
	margin-bottom: 30px;
	position: relative;
}

.services .col-3 .holder{
	text-align: center;
	padding: 30px 20px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
	border: 1px solid #fff;
}

.services .col-3 h5{
	font-size: 26px;
	line-height: 30px;
	color: #3c3c3c;
	font-weight: normal;
	margin-bottom: 34px;
	position: relative;
}

.services .col-3 h5 a{color: #3c3c3c;}

.services .col-3 h5 a:hover,
.services .col-3 h5 a:focus{
	text-decoration: none;
	color: #01c6b8;
}

.services .col-3 h5:after{
	content: '';
	width: 30px;
	height: 1px;
	position: absolute;
	left: 50%;
	top: 100%;
	margin-top: 15px;
	background: #c5c4c7;
	margin-left: -30px;
}
.services .col-3 .image{
	margin-bottom: 30px;
	border-radius: 50%;
	display: inline-block;
	-webkit-transition: ease-out 0.5s;
	-moz-transition: ease-out 0.5s;
	transition: ease-out 0.5s;
}

.services .col-3 .image img{
	-webkit-transition: cubic-bezier(0.51, -0.02, 0.29, 0.97) 0.8s;
	-moz-transition: cubic-bezier(0.51, -0.02, 0.29, 0.97) 0.8s;
	transition: cubic-bezier(0.51, -0.02, 0.29, 0.97) 0.8s;
}

.services .col-3:hover .holder,
.services .col-3:focus .holder{
	border-color: #01c6b8;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.20);
}

.services .col-3:hover .image img,
.services .col-3:focus .image img{
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	transform: rotate(360deg);
}

/*==============================================
CTA area
==============================================*/
.cta-area{
	padding: 4vw 0 5vw;
	background: url(images/img2.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	position: relative;
	color: #fff;
	text-align: center;
}

.cta-area:before{
	width: 0; 
	height: 0;
	border-top: 25px solid #fff;
	border-left: 30px solid transparent; 
	border-right: 30px solid transparent;
	position: absolute;
	top: 0;
	left: 50%;
	content: '';
	z-index: 1;
	margin-left: -30px; 
}

.cta-area:after{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: rgba(1, 198, 184, 0.8);
}

.cta-area .text-holder{
	position: relative;
	z-index: 1;
	max-width: 800px;
	margin: 0 auto;
}

.cta-area .text-holder .section-title{
	/*font-size: 38px;
	line-height: 48px;*/
	color: #fff;
	margin: 0 0 30px;
	padding: 0 0 20px;
	position: relative;
}

.cta-area .text-holder .section-title:after{
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	width: 100px;
	height: 4px;
	background: rgba(255, 255, 255, 0.7);
	margin-left: -52px;
}

.cta-area .text-holder .btn-holder{
	text-align: center;
}

.cta-area .text-holder .btn-holder .btn{
	color: #fff;
	font-size: 18px;
	line-height: 30px;
	text-transform: uppercase;
	font-weight: 700;
	border: 2px solid #fff;
	padding: 15px 46px;
	position: relative;
	-webkit-transform: translateZ(0px);
	-moz-transform: translateZ(0px);
	transform: translateZ(0px);
	display: inline-block;
	margin: 0 12px;
}

.cta-area .text-holder .btn-holder .btn:before{
	bottom: 0;
	left: 0;
	top: 0;
	right: 0;
	background: #fff;
	transition-property: transform;
	-webkit-transition-property: transform;
	-moz-transition-property: transform;
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	content: '';
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	transform: scale(0);
	z-index: -1;
	position: absolute;
}

.cta-area .text-holder .btn-holder .btn:hover:before,
.cta-area .text-holder .btn-holder .btn:focus:before{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
}

.cta-area .text-holder .btn-holder .btn:hover,
.cta-area .text-holder .btn-holder .btn:focus{
	color: #01c6b8;
	text-decoration: none;
}

/*============================================
Team section
============================================*/
.team{
	background: #f4f4f4;
	padding: 5vw 0 4vw;
}

.team .holder{
	position: relative;
	overflow: hidden;
	background: #fff;
}

#loader{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(244, 244, 244, 0.8);
	font-size: 65px;
	text-align: center;
	display: none;
}

#loader .fa{
	line-height: 11em;
	color: #000;
}

.team .section-header{
	overflow: hidden; 
	padding: 0 0 5px;
	background: #f4f4f4 ;

}

.team .team-section-description{
	background:  #f4f4f4 ;
	padding:0 0 1px;
}

.team .section-header .section-title{
	/*color: #323234;
    font-size: 46px;
    font-weight: normal;
    line-height: 52px;
    margin-bottom: 12px;*/
    float: left;
}

.team .section-header .btn{
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: 700;
	background: #01c6b8;
	padding: 15px 20px;
	position: relative;
	-webkit-transform: translateZ(0px);
	-moz-transform: translateZ(0px);
	transform: translateZ(0px);
	float: right;
	display: inline-block;
}

.team .section-header .btn:before{
	bottom: 0;
	left: 0;
	top: 0;
	right: 0;
	background: rgba(255, 255, 255, 0.2);
	transition-property: transform;
	-webkit-transition-property: transform;
	-moz-transition-property: transform;
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	content: '';
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	transform: scale(0);
	z-index: -1;
	position: absolute;
}

.team .section-header .btn:hover:before,
.team .section-header .btn:focus:before{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
}

.team .section-header .btn:hover,
.team .section-header .btn:focus{
	text-decoration: none;
}

.team .team-holder{
	background: #fff;
	position: relative;
}

/*.team .team-holder:after{
	content: "";
	display: block;
	clear: both;
}*/

.team .team-holder .img-holder{
	float: left;
}

.team .team-holder .img-holder img{
	vertical-align: top;
}

.team .team-holder .text-holder{
	overflow: auto;
	padding: 50px;
	height: 426px;
}

.team .team-holder .text-holder .name{
	display: block;
	font-size: 36px;
	line-height: 44px;
	font-weight: 700;
	color: #323234;
}

.team .team-holder .text-holder .designation{
	font-size: 17px;
	color: #6e6d72;
}

.team .team-holder .text-holder .heading{
	margin: 0 0 20px;
}

.team .team-holder .text-holder .social-networks{
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	font-size: 13px;
}

.team .team-holder .text-holder .social-networks li{
	float: left;
	margin: 0 0 4px 4px;
}

.team .team-holder .text-holder .social-networks li a{
	display: block;
	width: 34px;
	height: 34px;
	text-align: center;
	color: #fff;
	background: #a1a8b0;
	-webkit-border-radius: 100px;
	border-radius: 50%;
	line-height: 34px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}

.team .team-holder .text-holder .social-networks li a:hover,
.team .team-holder .text-holder .social-networks li a:focus{
	text-decoration: none;
	background: #01c6b8;
}

.team .team-thumbnail{
	overflow: hidden;
	background: #fff;
	padding: 0 42px 4px;
}

.team .team-thumbnail .slick-slide{
	margin: 0 8px;
}

.team .team-thumbnail .slick-dots{
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

.team .team-thumbnail .slick-dots li{
	display: inline-block;
	margin: 0 3px;
	width: 10px;
	height: 10px;
	background: #e3e3e3;
	cursor: pointer;
	-webkit-border-radius: 50px;
	border-radius: 100%;
}

.team .team-thumbnail .slick-dots .slick-active{
	background: #01c6b8;
}

.team .team-thumbnail .slick-dots li button{
	display: none;
}

.team .team-thumbnail span{
	font-weight: 700;
	display: block;
	margin: 0 0 10px;
	margin-left: 8px;
}

/*================
Latest events
==============================*/
.latest-events{
	padding: 60px 0;
}


.latest-events .col{
	width: 50%;
	padding: 0 15px;
	float: left;
}

.latest-events .col .post{
	background:#fafafb;
	transition: all ease 0.2s;
	-webkit-transition: all ease 0.2s;
	-moz-transition: all ease 0.2s;
	border: 1px solid #fff;
}

.latest-events .col .post .post-thumbnail{
	display: block;
}

.latest-events .col .post .text{
	padding: 35px 30px;
}

.latest-events .col .post:after{
	display: block;
	content: '';
	clear: both;
}

.latest-events .post .entry-title{
	font-size: 26px;
	line-height: 30px;
	color: #3c3c3c;
}

.latest-events .post .entry-title a,
.latest-events .post .entry-meta a{
	color: #3c3c3c;
	transition: all ease 0.2s;
	-webkit-transition: all ease 0.2s;
	-moz-transition: all ease 0.2s;
}

.latest-events .post .entry-title a:hover{
	color: #01a196;
	text-decoration: none;
}

.latest-events .post .entry-meta{
	font-size: 14px;
	line-height: 17px;
	color: #6e6d72;
	text-transform:uppercase;
	letter-spacing: 1px;
	margin-bottom: 10px;
}

.latest-events .post .entry-meta .posted-on{
	font-weight: 700;
}

.latest-events .post .entry-meta span{
	margin-right: 15px;
}

.latest-events .post .entry-meta span .fa{margin-right: 5px;}

.latest-events .post .entry-meta a{
	color: #6e6d72;
}

.latest-events .post .entry-meta a:hover{
	color: #01c6b8;
	text-decoration: none;
}

.latest-events .col.right .post{
	margin-bottom: 35px;
}

.latest-events .col.right .post .post-thumbnail{
	float: left;
	max-width: 168px;
}

.latest-events .col.right .post .text{
	overflow: hidden;
}

.latest-events .col.right .post .entry-title{
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 0;
}

.latest-events .col.right .post .text{
	padding: 30px 20px 0;
}

.latest-events .col.right .post .entry-content{
	margin-top: 20px;
}

.latest-events .col.right .post:last-child{
	margin-bottom: 0;
}

.latest-events .col.right .post .entry-meta{
	font-size: 12px;
	line-height: 15px;
}
.latest-events .col .post:hover{
	background:#fff;
	border: 1px solid #01c6b8;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.latest-events .view-more{
	text-align: center;
	margin-top: 50px;
}

.latest-events .view-more .btn{
	color: #01c6b8;
	font-size: 18px;
	border:2px solid #01c6b8;
	line-height: 30px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 15px 46px;
	position: relative;
	-webkit-transform: translateZ(0px);
	-moz-transform: translateZ(0px);
	transform: translateZ(0px);
	display: inline-block;
	margin: 0 12px;
}

.latest-events .view-more .btn:before{
	bottom: 0;
	left: 0;
	top: 0;
	right: 0;
	background: #01c6b8;
	transition-property: transform;
	-webkit-transition-property: transform;
	-moz-transition-property: transform;
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	content: '';
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	transform: scale(0);
	z-index: -1;
	position: absolute;
}

.latest-events .view-more .btn:hover:before,
.latest-events .view-more .btn:focus:before{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
	
}

.latest-events .view-more .btn:hover,
.latest-events .view-more .btn:focus{
	color: #fff;
	text-decoration: none;
}
    

/*===========
notice section
===================*/
.notice{
	background: #49596b;
	color: #fcfcfc;
	padding: 96px 0 78px;
}
.notice .col-one{
	width: 75%;
	padding:0 15px;
	float: left;
}
.notice h2{
	font-size: 38px;
	line-height: 42px;
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
	margin-left: 14px;
	margin-bottom: 64px;
}
.notice h2:after{
	width: 100px;
	height: 4px;
	background: #c9ced3;
	position: absolute;
	content: '';
	left: 0;
	top: 100%;
	margin-top: 28px;
}
.notice .col-two{
	width: 25%;
	padding:0 15px;
	float: left;
}
.notice .col-two .learn-more{
	color: #444447;
	font-weight: 700;
	background: #fff;
	padding: 18px 60px;
	display: inline-block;
	text-transform: uppercase;
	position: relative;
	-webkit-transform: translateZ(0px);
	-moz-transform: translateZ(0px);
	transform: translateZ(0px);
}
.notice .col-two .learn-more:before{
	bottom:0;
	left: 0;
	top: 0;
	right: 0;
	background: #b3b3b3;
	transition-property:transform;
	-webkit-transition-property:transform;
	-moz-transition-property:transform;
	transition-timing-function:ease-out;
	-webkit-transition-timing-function:ease-out;
	-moz-transition-timing-function:ease-out;
	content: '';
	-webkit-transition-duration:0.2s;
	-moz-transition-duration:0.2s;
	transition-duration:0.2s;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	transform: scale(0);
	z-index: -1;
	position: absolute;
}
.notice .col-two .learn-more:hover:before{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
}

.notice .col-two .learn-more:hover{
	color: #fff;
}

/*===============
latest news
==========================*/
.latest-news{
	padding: 98px 0 60px;
}
.latest-news .col{
	width: 33.33%;
	padding: 0 15px;
	margin-bottom: 30px;
	float: left;
}

.latest-news .post{
	background: #f5f5f7;
	font-size: 26px;
	line-height: 36px;
	color: #3c3c3c;
	padding-bottom: 50px;
	transition: all ease 0.2s;
	-webkit-transition: all ease 0.2s;
	-moz-transition: all ease 0.2s;
	border: 1px solid #fff;

}

.latest-news .post .entry-title{
	font-size: 26px;
	line-height: 32px;
	color: #3c3c3c;
	font-weight: 700;
}

.latest-news .post .entry-title a{
	color: #3c3c3c;
	transition: all ease 0.2s;
	-webkit-transition: all ease 0.2s;
	-moz-transition: all ease 0.2s;
}

.latest-news .post .entry-title a:hover,
.latest-news .post .entry-title a:focus{
	color: #01a196;
	text-decoration: none;
}

.latest-news .post:hover{
	background:#fff;
	border: 1px solid #01c6b8;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.latest-news .post .entry-meta a{
	font-size: 16px;
	line-height: 28px;
	color: #6e6d72;
}

.latest-news .post .entry-meta .byline{
	font-weight: 700;
}

.latest-news .post .entry-header{
	padding: 30px 30px 0;
}
.latest-news .post .entry-content{
	margin-top: 10px;
}
.latest-news .post .entry-content,
.latest-news .post .entry-footer{
	padding: 0 30px;
}
.latest-news .post .entry-meta{
	margin-top: 0;
}
.latest-news .post .entry-meta:after{
	display: block;
	content: '';
	clear: both;
}

.latest-news .post .entry-meta .byline a{
	font-size: 16px;
	line-height: 28px;
	color: #6e6d72;
}
.latest-news .post .entry-meta .posted-on{
	float: right;
}

.latest-news .post .entry-header a:hover,
.latest-news .post .entry-footer a:hover{
	color: #01c6b8;
	text-decoration: none;
}

.latest-news .btn-holder{text-align: center;}

.latest-news .btn-holder .btn{
	color: #444447;
	font-size: 18px;
	line-height: 22px;
	border: 2px solid #01c6b8;
	padding:15px 42px;
	display: inline-block;
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
	-webkit-transform: translateZ(0px);
	-moz-transform: translateZ(0px);
	transform: translateZ(0px);
}

.latest-news .btn-holder .btn:before{
	bottom:0;
	left: 0;
	top: 0;
	right: 0;
	background: #01c6b8;
	transition-property:transform;
	-webkit-transition-property:transform;
	-moz-transition-property:transform;
	transition-timing-function:ease-out;
	-webkit-transition-timing-function:ease-out;
	-moz-transition-timing-function:ease-out;
	content: '';
	-webkit-transition-duration:0.2s;
	-moz-transition-duration:0.2s;
	transition-duration:0.2s;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	transform: scale(0);
	z-index: -1;
	position: absolute;
}

.latest-news .btn-holder .btn:hover:before,
.latest-news .btn-holder .btn:focus:before{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
}

.latest-news .btn-holder .btn:hover,
.latest-news .btn-holder .btn:focus{
	color: #fff;
	text-decoration: none;
}

/*===============
latest publication
======================*/
.publication{
	background: url(images/publication.jpg) no-repeat;
	background-size: cover;
}
.publication .section-title{
	color: #fff;
	text-align: center;
	margin-bottom: 50px;
}
.publication .publication-content{
	background: rgba(0, 0, 0, 0.64);
	padding: 86px 0 115px;
}
.publication .content-box{
	background: #fff;
	margin: 0 auto;
	width: 82.89%;
	padding:44px 50px 64px;
}
.publication .content-box:after{
	content: '';
	display: block;
	clear: both;
}
.publication .content-box .image-holder{
	border: 2px solid #bebec0;
	float: left;
	width: 35%;
	text-align: center;
	padding: 26px 0;
	margin-right: 8%;
}
.publication .content-box .text{
	float: left;
	width: 56%;

}
.publication .content-box .box-title{
	font-size: 36px;
	line-height: 40px;
	color: #555458;
	font-weight: 700;
}
.publication .content-box hr{
	background: #c5c4c7;
	margin: 20px 0;
}
.publication .content-box .name{
	font-weight: 700;
	font-size: 16px;
	line-height: 28px;
	color: #6e6d72;
	display: block;
	margin-top: -15px;
}
.publication .content-box .price{
	font-size: 18px;
	line-height: 20px;
	color: #464548;
	display: block;
	font-weight: 700;
	margin-bottom: 22px;
}
.publication .content-box  .buy-now{
	display: inline-block;
	background: #01c6b8;
	font-weight: 700;
	font-size: 14px;
	line-height: 17px;
	color: #ffffff;
	padding: 10px 27px;
	text-transform: uppercase;
	position: relative;
	-webkit-transform: translateZ(0px);
	-moz-transform: translateZ(0px);
	transform: translateZ(0px);
}
.publication .content-box  .buy-now:before{
	bottom:0;
	left: 0;
	top: 0;
	right: 0;
	background: #01968b;
	transition-property:transform;
	-webkit-transition-property:transform;
	-moz-transition-property:transform;
	transition-timing-function:ease-out;
	-webkit-transition-timing-function:ease-out;
	-moz-transition-timing-function:ease-out;
	content: '';
	-webkit-transition-duration:0.2s;
	-moz-transition-duration:0.2s;
	transition-duration:0.2s;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	transform: scale(0);
	z-index: -1;
	position: absolute;
}
.publication .content-box  .buy-now:hover:before{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
}

/*----------------------------------------------------
 Testimonials
-----------------------------------------------------*/
.testimonial{
	background-repeat: no-repeat;
	background-size: cover;
	padding: 120px 0 0;
	position: relative;
}

.testimonial:before{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	content: '';
}

.testimonial .container{position: relative;}

.testimonial .section-header{
	color: #fff;
	text-align: center;
}

.testimonial .section-title{
	color: #fff;
	text-align: center;
	margin-bottom: 5px;
}

.testimonial .testimonial-holder{
	/*background: #f5f5f7;*/
	padding: 0 4em 50px;
	text-align: center;
}

.testimonial .testimonial-holder blockquote{
	font-size: 19px;
	line-height: 28px;
	font-weight: 700;
	position: relative;
	margin: 0;
	font-style: italic;
	padding:64px 20px;
}

.testimonial .testimonial-holder blockquote cite{
	font-style: normal;
	font-weight: 400;
}

.testimonial .testimonial-holder blockquote cite span{display: block;}

/*.testimonial .testimonial-holder blockquote:after{
	position: absolute;
	top: 22px;
	left: 49%;
	content: '';
	height: 30px;
	width: 54px;
	background:url(images/quote.png) no-repeat;
}*/

.testimonial .testimonial-holder .quote-holder{
	position: relative;
}

.testimonial .testimonial-holder .quote-holder .img-holder{
	position: absolute;
	top: 46px;
	left: 45%;
	
}

.testimonial .testimonial-holder .quote-holder .img-holder img{
	border-radius: 50%;
}

.testimonial .testimonial-holder .quote-holder .top{
	min-height: 120px;
	background: rgba(250, 250, 250, 0.2);
}

.testimonial .testimonial-holder .quote-holder .bottom{
	background:#f5f5f7;
	padding: 4em 0 0;
}

/*.testimonial .testimonial-holder .lightSlider{height: auto !important;}*/

.testimonial .lSSlideOuter .lSPager.lSpg{
	/*position:absolute;
	bottom: 0;*/
}

.testimonial .lSSlideOuter .lSPager.lSpg li{
	position: relative;
	margin-left: 10px;
}

.testimonial .lSSlideOuter .lSPager.lSpg > li a{
	width: 12px;
	height: 12px;
	border: 2px solid #b1b0b4;
	background: none;
	position: absolute;
	top: -64px;
}

.testimonial .lSSlideOuter .lSPager.lSpg > li.active a{background: #b1b0b4;}

.testimonial .lSAction > a{margin-top: 15px;}

.testimonial .lSAction > .lSPrev{
	background: url(images/btn-prev2.png) no-repeat;
	width: 19px;
	height: 36px;
}

.testimonial .lSAction > .lSNext{
	background: url(images/btn-next2.png) no-repeat;
	width: 19px;
	height: 36px;
}

.testimonial .lSSlideOuter .lightSlider li{padding: 50px 75px 0;}

.testimonial .btn-holder .btn{
	color: #fff;
	font-size: 18px;
	line-height: 30px;
	text-transform: uppercase;
	font-weight: 700;
	border: 2px solid #fff;
	padding: 15px 46px;
	position: relative;
	-webkit-transform: translateZ(0px);
	-moz-transform: translateZ(0px);
	transform: translateZ(0px);
	display: inline-block;
	margin: 0 12px;
}

.testimonial .btn-holder .btn:before{
	bottom: 0;
	left: 0;
	top: 0;
	right: 0;
	background: #fff;
	transition-property: transform;
	-webkit-transition-property: transform;
	-moz-transition-property: transform;
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	content: '';
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	transform: scale(0);
	z-index: -1;
	position: absolute;
}

.testimonial .btn-holder .btn:hover:before,
.testimonial .btn-holder .btn:focus:before{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
}

.testimonial .btn-holder .btn:hover,
.testimonial .btn-holder .btn:focus{
	color: #01c6b8;
	text-decoration: none;
}

/*photo gallery images*/
.photo-gallery{
	background:#f5f5f7;
	padding: 60px 0 0;
}

.photo-gallery .section-title{
	text-align: center;
	margin-bottom: 40px;
}

.photo-gallery #photo-slide{
	margin: 0 ;
	padding: 0;
	overflow:hidden;
}

.photo-gallery #photo-slide li{
	list-style: none;
	/*float: left;
	width: 16.66%;*/
	/*padding-top:15px;*/
	transition: all ease 0.3s;
	position: relative;
}

.photo-gallery #photo-slide li img{
	vertical-align: top;
}

.photo-gallery #photo-slide li .text{
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 15px;
	pointer-events: none;
	background: rgba(0, 0, 0, 0.4);
	/*font-weight: 700;*/
	color: #fff;
	font-size: 22px;
	line-height: 24px;
	opacity: 0;
	transition: all ease 0.2s;
}

.photo-gallery #photo-slide li:hover .text{
	opacity: 1;
}

.photo-gallery #photo-slide li .text a{
	color: #fff;
}

.photo-gallery #photo-slide li:hover .text{
	/*transform: translateY(-15px);*/
}

.photo-gallery #photo-slide li:hover{
	padding-top: 0;
}

.photo-gallery #photo-slide li .img-holder a{
	display: block;
	overflow:hidden;
}

.photo-gallery #photo-slide li .img-holder img{
	transition: all ease 0.2s;
}

.photo-gallery #photo-slide li:hover .img-holder img{
	transform: scale(1.1);
}

.photo-gallery #photo-slide li img{
	width: 100%;
}

.photo-gallery .lSAction > a{
	height: 100%;
	margin-top: 0;
	top: 0;
	background-color: #34506f;
	background-repeat: no-repeat;
	background-position: center;
	width: 46px;
}

.photo-gallery .lSAction > .lSPrev{
	left: 0;
	background-image: url(images/btn-prev2.png);
}
.photo-gallery .lSAction > .lSNext{
	right: 0;
	background-image: url(images/btn-next2.png);
}

/*sponser */

.sponser{
	padding: 60px 0;
	background:#f5f5f7;
}

.sponser .section-title{
	text-align: center;
	margin-bottom: 40px;
}

.sponser-lists{
	margin: 0 -15px;
	padding: 0;
	overflow:hidden;
	text-align: center;
}

.sponser-lists li{
	float: left;
	width: 16.66%;
	padding: 0 15px;
	list-style: none;
}

.sponser-lists li img{
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.sponser-lists li img:hover,
.sponser-lists li img:focus{
	-webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.sponser .lSAction > a{
	height: 26px;
    top: 60%;
    width: 14px;
}

.sponser .lSAction > .lSPrev{
	background: url("images/prev.png") no-repeat;
	left: 0;
}

.sponser .lSAction > .lSNext{
	background: url("images/next.png") no-repeat;
	right: 0;
}

/*new courses*/
.new-courses{
	background-position: center;
	background-size: cover;
	padding: 60px 0;
	position: relative;
}

.new-courses:after{
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	height: 100%;
	width: 100%;
	z-index: 1;
	background: rgba(0, 0, 0, 0.4);
}

.new-courses .course-content{
	width: 80%;
	color: #fff;
	position: relative;
	z-index: 2;
}

.new-courses .course-content .section-title{
	color: #fff;
	/*font-weight: 700;
	font-size: 38px;
	line-height: 42px;*/
	text-transform: uppercase;
	position: relative;
	margin: 0 0 30px;
}

.new-courses .course-content .section-title:after{
	position: absolute;
	top: 100%;
	left: 0;
	content: '';
	height: 4px;
	width: 100px;
	background: #c4c3be;
	margin-top: 10px;
}

.new-courses .course-content .learn-more{
	color: #444447;
	background: #fff;
	text-transform: uppercase;
	font-weight: 700;
	display: inline-block;
	font-size: 18px;
	line-height: 22px;
	padding: 20px 56px;
	position: relative;
	-webkit-transform: translateZ(0px);
	-moz-transform: translateZ(0px);
	transform: translateZ(0px);
}
.new-courses .course-content .learn-more:before{
	bottom:0;
	left: 0;
	top: 0;
	right: 0;
	background: #018c82;
	transition-property:transform;
	-webkit-transition-property:transform;
	-moz-transition-property:transform;
	transition-timing-function:ease-out;
	-webkit-transition-timing-function:ease-out;
	-moz-transition-timing-function:ease-out;
	content: '';
	-webkit-transition-duration:0.2s;
	-moz-transition-duration:0.2s;
	transition-duration:0.2s;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	transform: scale(0);
	z-index: -1;
	position: absolute;
}
.new-courses .course-content .learn-more:hover:before{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
	
}

.new-courses .course-content .learn-more:hover,
.new-courses .course-content .learn-more:focus{
	color: #fff;
	text-decoration: none;
}
/*===============
contact holder
=====================*/
.contact-holder{
	padding: 60px 0;
}

.contact-holder .col{
	width: 50%;
	padding: 0 15px;
	float: right
}

.contact-holder .text-holder{
	overflow: hidden;
	padding: 0 15px;
}

.contact-holder .text-holder .info span{
	color: #3b3a3d;
	font-size: 16px;
	line-height: 20px;
	margin-right: 15px;
}

.contact-holder .text-holder .info span .fa{
	margin-right: 8px;
}

.contact-holder .col  img,
.contact-holder .col  iframe{
	width: 100%;
}

.contact-holder .social-networks{
	margin: 20px 0 0;
	padding: 0;
}

.contact-holder .social-networks li{
	display: inline-block;
	list-style: none;
}

.contact-holder .social-networks li a{
	height: 44px;
	width: 44px;
	border-radius: 50%;
	border: 1px solid #7bd8d1;
	display: block;
	color: #fff;
	font-size: 20px;
	transition: all ease 0.2s;
	-webkit-transition: all ease 0.2s;
	-moz-transition: all ease 0.2s;
	padding: 10px 0;
	line-height: 20px;
	background: #76e0d8;
	text-align: center;
}

.contact-holder .social-networks li a:hover{
	color: #7bd8d1;
	background: none;
}
/*news-letter section*/
.news-letter{
	background: #01c6b8;
	padding: 60px 0;
}

.news-letter .widget .widget-title{
	color: #fff;
	font-size: 32px;
	line-height: 36px;
    font-weight: 400;
    margin-bottom: 12px;
    text-align: center;
}

.news-letter .header{
	width: 80%;
	margin: 0 auto;
	text-align: center;
	color: #fff;
}

.news-letter form{
	overflow:hidden;
}

.news-letter #subscribe-text{
    color: #fff;
    text-align: center;
}

.news-letter form{
	width: 60%;
	margin: 0 auto;
}

.news-letter form input[type="email"],
.news-letter form input[type="text"],
.news-letter form input[type="search"]{
	float: left;
	width: 78%;
	padding: 15px 100px 15px 10px;
	margin: 0;
	border-radius: 0;
	border: 0;
	font-size: 17px;
	line-height: 21px;
	color: #fff;
    background: #02bdb0;
}

.news-letter form input[type="submit"]{
	float: right;
	padding: 15px;
	border-radius: 0;
	box-shadow: none;
	background: #fff;
	text-transform: uppercase;
	font-weight: 700;
	border: 0;
	color: #1d1d1d;
	font-size: 18px;
	line-height: 22px;
    margin: -52px 0 0;
    display: inline-block;
}

.to_top{
	position: fixed;
	bottom: 60px;
	right: 2%;
	z-index: 9999;
}

.to_top{
	height: 50px;
	width: 50px;
	text-align: center;
	display: none;
}

.to_top a{
	display: block;
	background: #02bdb0;
	color: #fff;
	padding: 8px 12px;
	border-radius:5px;
}

/*===================
blog page
================================*/
#primary{
	width: 66.66%;
	float: left;
	padding: 0 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.leftsidebar #primary{float: right;}

#secondary{
	width: 33.33%;
	float: left;
	padding: 0 15px 0 35px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

} 

/*body:not(.home) .site-branding a,
body:not(.home) .site-branding .site-description{
	color: #fff;
}

body:not(.home) .site-header .contact-lists li a,
body:not(.home) .site-header .contact-lists li,
body:not(.home) .site-header .contact-lists{
	color: #fff;
}

body:not(.home) .site-header .main-navigation > a{
	border-bottom: 1px solid #fff;
}
body:not(.home) .site-header .main-navigation a{
	border-bottom: 1px solid #fff;
}
body:not(.home) .site-header .main-navigation .current-menu-item > a,
body:not(.home) .site-header .main-navigation a:hover{
	border-bottom: 1px solid #01d0c1;
}*/
.page-header{
	background: #f8f8f9;
	padding: 38px 0;
	text-align: center;
}

.page-header .page-title{
	text-transform: uppercase;
	margin-bottom: 8px;
	color: #323234;
	font-size: 36px;
	line-height: 40px;
}
#crumbs{
	font-size: 14px;
	line-height: 17px;
	color: #55677c;
	text-transform: uppercase;
}

#crumbs >a,
#crumbs span{
	display: inline-block;
}

.site-content{
	padding-top: 72px;
	padding-bottom: 60px;
	overflow:hidden;
}
.site-content #primary .entry-title{
	margin-bottom: 12px;
	font-size: 36px;
	line-height: 40px;
	font-weight: 400;
}

.site-content #primary .entry-title,
.site-content #primary .entry-title a{
	color: #323234;
}

.site-content #primary .post .post-thumbnail img{
	/*width: 100%;*/
}

.site-content #primary .entry-title a:hover,
.site-content #primary .entry-title a:focus{
	color: #01c6b8;
	text-decoration: none;
}

.site-content #primary .entry-meta{
	font-size: 15px;
	line-height: 28px;
}

.site-content #primary .entry-meta a{
	color: #6e6d72;
	text-transform: uppercase;
}

.site-content #primary .entry-meta a:hover,
.site-content #primary .entry-meta a:focus{
	color: #01c6b8;
	text-decoration: none;
}

.site-content #primary .entry-meta span{
	position: relative;
	padding-right: 20px;
	margin-right: 10px;
	display: inline-block;
}
.site-content #primary .entry-meta span:after{
	position: absolute;
	bottom: 0;
	left: 92%;
	content: '\f0c8';
	font-size: 4px;
	font-family: 'FontAwesome';
}
.site-content #primary .entry-meta span:last-child:after{
	display: none;
}
.site-content #primary .entry-meta .fa{
	/*font-size: */
}
.site-content #primary .entry-header{
	margin-bottom: 32px;
}
.site-content #primary .post .post-thumbnail{
	border:1px solid #e7e7e8;
	padding: 9px;
}

.blog-medium .site-content #primary .post .post-thumbnail{
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
}

.blog-round .site-content #primary .post .post-thumbnail{
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
	border-radius: 50%;
}

.blog-round .site-content #primary .post .post-thumbnail img{
	border-radius: 50%;
}

.site-content #primary .post .read-more{
	color: #01c6b8;
	border: 2px solid #01c6b8;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	display: inline-block;
	padding: 16px 34px;
	font-weight: 700;
	position: relative;
	-webkit-transform: translateZ(0px);
	-moz-transform: translateZ(0px);
	transform: translateZ(0px);
}
.site-content #primary .post .read-more:before{
	bottom:0;
	left: 0;
	top: 0;
	right: 0;
	background: #018c82;
	transition-property:transform;
	-webkit-transition-property:transform;
	-moz-transition-property:transform;
	transition-timing-function:ease-out;
	-webkit-transition-timing-function:ease-out;
	-moz-transition-timing-function:ease-out;
	content: '';
	transition-duration:0.2s;
	-webkit-transition-duration:0.2s;
	-moz-transition-duration:0.2s;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	transform: scale(0);
	z-index: -1;
	position: absolute;
}

.site-content #primary .post .read-more:hover:before{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
}

.site-content #primary .post .read-more:hover,
.site-content #primary .post .read-more:focus{
	text-decoration: none;
	color: #fff;
}

.site-content #primary .post{
	border-bottom: 1px solid #f5f5f6;
	padding-bottom: 40px;
	margin-bottom: 40px;
}
.site-content #primary .post:first-child{
	padding-top: 0;
}
.site-content #primary .entry-content blockquote{
	font-style: italic;
	font-size: 20px;
	line-height: 30px;
	color: #555458;
	font-weight: 700;
	margin: 0 0 30px;
	
}
.site-content #primary .entry-content blockquote p{
	background: #fafafb;
	padding: 30px 30px;
}
.site-content #primary .entry-content blockquote cite{
	display: block;
	margin-top: -20px;
	font-style: normal;
	font-size: 18px;

}
.site-content #primary .post.format-image .entry-title,
.site-content #primary .post.format-aside .entry-title,
.site-content #primary .post.format-link .entry-title,
.site-content #primary .post.format-status .entry-title{
	display: none;
}
.navigation.pagination .page-numbers{
	color: #4b4b4b;
	font-size: 15px;
	line-height: 25px;
	text-align: center;
	background: #fffffe;
	height: 40px;
	text-decoration: none;
	display: inline-block;
	border: 1px solid #01c6b8;
	padding: 6px 16px;
}
.navigation.pagination .page-numbers.current, 
.navigation.pagination .page-numbers:hover{
	background: #01c6b8;
	border: 1px solid #01c6b8;
	color: #fff;
}
.navigation.pagination .page-numbers .fa{
	font-size: 14px;
	line-height: 24px;
}

/*================
widget-area
================================*/
.widget.widget_search form{
	height: 58px;
	border-radius: 0;
	position: relative;
}
.widget.widget_search form input[type="search"],
.search #primary .page-header form input[type="search"],
.error404 .not-found form input[type="search"]{
	width: 75%;
	float: left;
	border: 0;
	background: none;
	margin: 0;
	font-size: 18px;
	line-height: 28px;
	color: #323234;
	padding:0 20px;
	height: 100%;
}
.widget.widget_search form input[type="submit"],
.search #primary .page-header form input[type="submit"],
.error404 .not-found form input[type="submit"]{
	float: right;
	height: 100%;
	width: 10%;
	position: relative;
	text-indent:-9999px;
	box-shadow: none;
	border: 0;
	background: url(images/search-icon.png) no-repeat 0 20px;
}
.widget.widget_search{
	margin-bottom: 36px;
}

#secondary .widget {
    background: #f7f7f8 none repeat scroll 0 0;
    margin-bottom: 40px;
    padding: 30px 20px;
}

#secondary .widget.widget_search{
	padding:0;
}

.widget .widget-title {
    color: #323234;
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 36px;
    position: relative;
}

.widget .widget-title:after {
    background: #4dd7cd none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: 0;
    margin-top: 12px;
    position: absolute;
    top: 100%;
    width: 40px;
}

.widget ul{
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 17px;
    line-height: 22px;
}

.widget ul ul{
	margin-top: 15px;
}

.widget ul li{margin: 0 0 20px;}

.widget.widget_archive ul li,
.widget.widget_categories ul li{
	overflow: hidden;
	text-align: right;
}

.widget.widget_archive ul li a,
.widget.widget_categories ul li a{
	float: left;
}

.widget.widget_calendar table{
	position: relative;
}
.widget.widget_calendar table th{
	background: none;
	font-family: "Lato",sans-serif;
	font: 700 14px/24px "Lato",sans-serif;
	padding-bottom: 15px;
	color: #34495e;
}
.widget.widget_calendar table td{
	font-size: 13px;
	line-height: 24px;
	color: #575757;
	padding:10px;
	text-align: center;
	border: 1px solid #e3e5e6;
}
.widget.widget_calendar table .pad{
	border: 0;
}
.widget.widget_calendar table .fa{
	font-size: 14px;
	color: #434495e;
}
.widget.widget_calendar table #prev,
 .widget.widget_calendar table #next,
.widget.widget_calendar table tfoot pad{
	border: 0;
}
.widget.widget_calendar table #prev a{
	position: absolute;
	left: 20px;
	top:18px;
	height: 20px;
	width: 20px;
}
.widget.widget_calendar table #next a{
	position: absolute;
	top:18px;
	right: 20px;
	height: 20px;
	width: 20px;
}
.widget.widget_calendar table td.current{
	padding: 0;
}
.widget.widget_calendar table td.current a{
	color: #fff;
	display: block;
	padding:10px;
	background: #4f6174
}
.widget.widget_calendar table caption{
	padding:15px 0;
	color: #434495e;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 10px;
	font-weight: 700;
}

.widget.widget_tag_cloud .tagcloud a{
	font-size: 14px;
	color: #717171;
	padding: 4px 16px;
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 4px;
	background: #fff;
}

.widget.widget_tag_cloud .tagcloud a:hover,
.widget.widget_tag_cloud .tagcloud a:focus{
	background: #01c6b8;
	color: #fff;
	text-decoration: none;
}

.widget.widget_rara_academic_pro_category_post ul li .post,
.widget.widget_rara_academic_pro_popular_post ul li .post,
.widget.widget_rara_academic_pro_recent_post ul li .post,
.widget.widget_rara_academic_pro_author_post ul li .post{overflow: hidden;}

.widget.widget_rara_academic_pro_category_post ul li .post .post-thumbnail,
.widget.widget_rara_academic_pro_popular_post ul li .post .post-thumbnail,
.widget.widget_rara_academic_pro_recent_post ul li .post .post-thumbnail,
.widget.widget_rara_academic_pro_author_post ul li .post .post-thumbnail{
	float: left;
	width: 85px;
	margin-right: 16px;
}

.widget.widget_rara_academic_pro_category_post ul li .post .entry-header,
.widget.widget_rara_academic_pro_popular_post ul li .post .entry-header,
.widget.widget_rara_academic_pro_recent_post ul li .post .entry-header,
.widget.widget_rara_academic_pro_author_post ul li .post .entry-header{overflow: hidden;}

.widget.widget_rara_academic_pro_category_post ul li .post .entry-header .entry-title,
.widget.widget_rara_academic_pro_popular_post ul li .post .entry-header .entry-title,
.widget.widget_rara_academic_pro_recent_post ul li .post .entry-header .entry-title,
.widget.widget_rara_academic_pro_author_post ul li .post .entry-header .entry-title{
	font-size: 16px;
    font-weight: 400;
    margin: 0;
}

.widget.widget_rara_academic_pro_category_post ul li .post .entry-header .entry-meta,
.widget.widget_rara_academic_pro_popular_post ul li .post .entry-header .entry-meta,
.widget.widget_rara_academic_pro_recent_post ul li .post .entry-header .entry-meta,
.widget.widget_rara_academic_pro_author_post ul li .post .entry-header .entry-meta{
	text-transform: uppercase;
	font-size: 13px;
    line-height: 28px;
    font-weight: 700;
}

/*sidebar widget*/
#secondary .widget.widget_rara_academic_pro_category_post ul li,
#secondary .widget.widget_rara_academic_pro_popular_post ul li,
#secondary .widget.widget_rara_academic_pro_recent_post ul li,
#secondary .widget.widget_rara_academic_pro_author_post ul li{
	padding: 0;
}

#secondary .widget.widget_rara_academic_pro_category_post ul li:before,
#secondary .widget.widget_rara_academic_pro_popular_post ul li:before,
#secondary .widget.widget_rara_academic_pro_recent_post ul li:before,
#secondary .widget.widget_rara_academic_pro_author_post ul li:before{display: none;}

#secondary .widget.widget_rara_academic_pro_instagram_widget ul,
#secondary .widget.widget_rara_academic_pro_flickr_widget ul{
	overflow: hidden;
	margin: 0 -3px;
}

#secondary .widget.widget_rara_academic_pro_instagram_widget ul li,
#secondary .widget.widget_rara_academic_pro_flickr_widget ul li{
	float: left;
	width: 33.3333%;
	padding: 0 3px;
	margin: 0 0 6px;
}

#secondary .widget.widget_rara_academic_pro_instagram_widget .instagram-size-thumbnail li{width: 25%;}
#secondary .widget.widget_rara_academic_pro_instagram_widget .instagram-size-medium li{width: 33%;}

#secondary .widget.widget_rara_academic_pro_instagram_widget .instagram-size-large li{width: 50%;}

#secondary .widget.widget_rara_academic_pro_instagram_widget .instagram-size-original li{width: 100%;}

#secondary .widget.widget_rara_academic_pro_instagram_widget ul li img{vertical-align: top;}

#secondary .widget.widget_rara_academic_pro_instagram_widget ul li:before{display: none;}

#secondary .widget ul li{
	position: relative;
	padding-left: 20px;
}

#secondary .widget ul li:before{
	color: #8a8a8a;
    content: "\f0da";
    font-family: "FontAwesome";
    font-size: 16px;
    left: 0;
    position: absolute;
    top: 0;
}

#secondary .widget ul li a{color: #323234;}

#secondary .widget ul li a:hover,
#secondary .widget ul li a:focus{
	text-decoration: none;
	color: #01c6b8;
}

#secondary .widget.widget_recent_comments ul li a{color: #01c6b8;}

#secondary .widget.widget_recent_comments ul li a:hover,
#secondary .widget.widget_recent_comments ul li a:focus{text-decoration: underline;}

#secondary .widget.widget_rss .widget-title a{color: #323234;}

#secondary .widget.widget_rss .widget-title .rss-widget-icon{margin-top: 6px;}

#secondary .widget.widget_rss ul li a,
#secondary .widget.widget_rara_academic_pro_twitter_feeds_widget ul li a{color: #01c6b8;}

#secondary .widget.widget_rss ul li a:hover,
#secondary .widget.widget_rss ul li a:focus,
#secondary .widget.widget_rara_academic_pro_twitter_feeds_widget ul li a:hover,
#secondary .widget.widget_rara_academic_pro_twitter_feeds_widget ul li a:focus{
	text-decoration: underline;
}

#secondary .widget.widget_rara_academic_pro_social_links ul{overflow: hidden;}

#secondary .widget.widget_rara_academic_pro_social_links ul li{
	float: left;
	margin: 0 4px 4px 0;
	padding: 0;
}

#secondary .widget.widget_rara_academic_pro_social_links ul li:before{display: none;}

#secondary .widget.widget_rara_academic_pro_social_links ul li a{
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #01c6b8;
	color: #fff;
	border-radius: 5px;
	-webkit-transition: linear 0.2s;
	-moz-transition: linear 0.2s;
	transition: linear 0.2s;
}

#secondary .widget.widget_rara_academic_pro_social_links ul li a[href*="facebook"]{background: #3B5998;}

#secondary .widget.widget_rara_academic_pro_social_links ul li a[href*="twitter"]{background: #55ACEE;}

#secondary .widget.widget_rara_academic_pro_social_links ul li a[href*="google"]{background: #DC4A38;}

#secondary .widget.widget_rara_academic_pro_social_links ul li a[href*="instagram"]{background: #A77F65;}

#secondary .widget.widget_rara_academic_pro_social_links ul li a[href*="youtube"]{background: #DB2824;}

#secondary .widget.widget_rara_academic_pro_social_links ul li a[href*="dribbble"]{background: #F16697;}

#secondary .widget.widget_rara_academic_pro_social_links ul li a[href*="foursquare"]{background: #EF4B78;}

#secondary .widget.widget_rara_academic_pro_social_links ul li a[href*="flickr"]{background: #0161DA;}

#secondary .widget.widget_rara_academic_pro_social_links ul li a[href*="reddit"]{background: #FF4500;}

#secondary .widget.widget_rara_academic_pro_social_links ul li a[href*="skype"]{background: #00AFF0;}

#secondary .widget.widget_rara_academic_pro_social_links ul li a[href*="stumbleupon"]{background: #EB4924;}

#secondary .widget.widget_rara_academic_pro_social_links ul li a[href*="tumblr"]{background: #314358;}

#secondary .widget.widget_rara_academic_pro_social_links ul li a[href*="vimeo"]{background: #23B6EA;}

#secondary .widget.widget_rara_academic_pro_social_links ul li a[href*="pinterest"]{background: #CC2127;}

#secondary .widget.widget_rara_academic_pro_social_links ul li a[href*="linkedin"]{background: #007BB6;}

#secondary .widget.widget_rara_academic_pro_social_links ul li a:hover,
#secondary .widget.widget_rara_academic_pro_social_links ul li a:focus{
	-webkit-border-radius: 50%;
	border-radius: 50%;
	color: #fff;
}

#secondary .widget.widget_rara_academic_pro_stat_counter_widget .box{text-align: center;}

#secondary .widget.widget_rara_academic_pro_stat_counter_widget strong{
	display: block;
	font-size: 62px;
	line-height: 70px;
	margin: 0 0 10px;
}

#secondary .widget.widget_rara_academic_pro_flickr_widget .col-2,
#secondary .widget.widget_rara_academic_pro_flickr_widget .col-3{width: 100%;}

#secondary .widget.widget_rara_academic_pro_flickr_widget .col-1 li{width: 100%;}

#secondary .widget.widget_rara_academic_pro_flickr_widget .col-2 li{width: 50%;}

#secondary .widget.widget_rara_academic_pro_flickr_widget .col-4 li{width: 25%;}

#secondary .widget.widget_rara_academic_pro_flickr_widget .col-5 li{width: 20%;}

#secondary .widget.widget_rara_academic_pro_flickr_widget .col-6 li{width: 16.6667%;}

/*=============
search page
=======================*/
.search #primary .page-header{
	background: none;
}
.search #primary .page-header form:after{
	display: block;
	content: '';
	clear: both;
}
.search #primary .page-header form,
.error404 .not-found form{
	background: #f7f7f8;
	height: 55px;
	width: 80%;
}
.search #primary .page-header form input[type="search"]{
	width: 80%;
}
.search #primary .page-header form input[type="submit"]{
	width: 10%;
}
.search #primary .page-header .page-title{
	color: #323234;
	font-size: 46px;
	line-height: 52px;
	font-weight: 400;
}
/*==============
pages
========================*/
.page.full-width #primary,
.full-width #primary{
	width: 100%;
}
/*========
error-page
====================*/
.error404 .not-found{
	background: #fff;
	padding: 82px 0;
	margin-bottom: 60px;
}
.error404 .not-found .error-404{
	text-align: center;
	margin-top: 40px;
	width: 75%;
	margin: 0 auto;
	padding:0 15px;
}
.error404 .not-found .error-404 span{
	font-size: 128px;
	line-height: 20px;
	color: #c6c6c7;
	font-weight: 700;
}
.error404 .not-found h1{
	font-size: 36px;
	line-height: 40px;
	color: #323234;
	font-weight: 700;

}
.error404 .not-found form{
	margin: 0 auto;
	margin-bottom: 30px;
}
.error404 .not-found .home{
	background: #01c6b8;
	padding: 16px 40px;
	font-weight: 700;
	color: #fff;
	display: inline-block;
	text-transform: uppercase;
	position: relative;
	-webkit-transform: translateZ(0px);
	-moz-transform: translateZ(0px);
	transform: translateZ(0px);
}
.error404 .not-found .home:before{
	bottom:0;
	left: 0;
	top: 0;
	right: 0;
	background: #018c82;
	transition-property:transform;
	-webkit-transition-property:transform;
	-moz-transition-property:transform;
	transition-timing-function:ease-out;
	-webkit-transition-timing-function:ease-out;
	-moz-transition-timing-function:ease-out;
	content: '';
	-webkit-transition-duration:0.2s;
	-moz-transition-duration:0.2s;
	transition-duration:0.2s;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	transform: scale(0);
	z-index: -1;
	position: absolute;
}
.error404 .not-found .home:hover:before{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
}

.error404 .not-found .home:hover{
	text-decoration: none;
}
/*================
style guide
===================================*/
.single-post .site-content #primary .post{
	border-bottom: 0;
}
img.alignleft,
img.alignright{
	border: 1px solid #e7e7e8;
	padding: 9px;
}
.single-post .site-content .entry-content h1{
	color: #323234;
	font-weight:400;
	font-size: 46px;
	line-height: 50px;
	
}
.single-post .site-content .entry-content h2{
	color: #323234;
	font-weight:400;
	font-size: 36px;
	line-height: 40px;
}
.single-post .site-content .entry-content h3{
	color: #323234;
	font-weight:400;
	font-size: 28px;
	line-height: 32px;
}
.single-post .site-content .entry-content h4{
	color: #323234;
	font-weight:400;
	font-size: 26px;
	line-height: 30px;
}
.single-post .site-content .entry-content h5{
	color: #323234;
	font-weight:400;
	font-size: 23px;
	line-height: 26px;
}
.single-post .site-content .entry-content h6{
	color: #323234;
	font-weight:400;
	font-size: 21px;
	line-height: 25px;
}
.pull-right{
	width: 30%;
	padding:16px 20px;
	margin: 12px 0;
	font-size: 16px;
	line-height: 26px;
	margin-left: 37px;
	border-top: 3px solid #f5f5f6;
	text-align: right;
}
.pull-left{
	width: 30%;
	padding:16px 20px;
	font-size: 16px;
	line-height: 26px;
	margin: 12px 0;
	margin-right: 37px;
	border-top: 3px solid #f5f5f6;
	text-align: left;
}
.dropcap{
	font-size: 88px;
	line-height: 28px;
	font-weight: 700;
	color: #555458;
	margin:25px 22px 45px 0;
	float: left;
}
.highlight{
	background: #01c6b8;
	color: #fff;
}
.site-content .entry-content table th{
	padding: 16px 30px;
	font-weight: 700;
	background: #e4e4e5;
	font-size: 19px;
	line-height: 22px;
	color: #373739;
}
.site-content .entry-content table tr{
	border-bottom: 1px solid #efefef;
}
.site-content .entry-content table td{
	padding: 16px 10px;
	text-align: center;

}
pre{
	background: #f7f7f8;
	color: #555458;
	font-size: 16px;
	line-height: 28px;
	font-family: "Courier 10 Pitch", Courier, monospace;
}
.site-content .entry-content ol{
	margin:0 0 30px;
	padding: 0 0 0 30px;

}
.site-content .entry-content ul li,
.site-content .entry-content ol li{
	margin-bottom: 15px;
}
.site-content .entry-content ul li{
	list-style: none;
	padding-left: 20px;
	background: url(images/list-icon.png) no-repeat 0 10px;
}
.site-content .entry-content ul{
	padding-left: 12px;
	margin: 0;
}
.single-post .site-content .entry-content .form-element{
	display: block;
	font-size: 16px;
	line-height: 20px;
	color: #555458;
	font-weight: 700;
}
.single-post .site-content .entry-content form input[type="text"], 
.single-post .site-content .entry-content form input[type="password"]{
	height: 54px;
	border:0;
	background: #f7f7f8;
	padding: 10px;
	width: 53%;
	outline: none;
	margin-bottom: 26px;
	border-radius: 0;
}
.single-post .site-content .entry-content form textarea{
	width: 75%;
	resize:none;
	border: 0;
	height: 185px;
	padding: 10px;
	margin-bottom: 26px;
	background:  #f7f7f8;
	border-radius: 0;

}
.single-post .site-content .entry-content form .radio-section{
	padding: 0;
	margin: 0 0 26px;
}
.single-post .site-content .entry-content form .radio-section:after{
	content: '';
	clear: both;
	display: block;
}
.single-post .site-content .entry-content form .radio-section li{
	float: left;
	padding-left: 0;
	background: none;
	margin-right: 20px;
	list-style: none;
}
.jcf-select{
	height: 50px;
	width: 31%;
	font-size: 16px;
	line-height: 20px;
	color: #acacac;
	padding: 10px 0 0;
	margin-bottom: 26px;
	background: #f7f7f8;
	border: 0;
}
.jcf-reset-appearance{
	font-size: 16px;
	line-height: 20px;
	color: #acacac;
}
.jcf-select .jcf-select-opener{
	background: url(images/select-opener.png) no-repeat 0 22px;
}
.jcf-checkbox{
	background: url(images/check-box.png) no-repeat;
}
.jcf-checkbox.jcf-checked{
	background: url(images/check-box-checked.png) no-repeat;
}
.form-element.password{
	margin-top: 26px;
}
.jcf-file .jcf-upload-button{
	border:0;
	border-radius: 4px;
	background: #e3e3e3;
	color: #515050;
	float: left;
	font-size: 16px;
	line-height: 20px;
	padding: 7px 20px;
	height: 36px;
	font-weight: 700;
}
.jcf-file:after{
	content: '';
	display: block;
	clear: both;
}
.jcf-file{
	margin-bottom: 20px;
	background: none;
}
.jcf-file .jcf-fake-input{
	border: 0;
	float: right;
	padding-top: 4px;
	font-size: 15px;
	line-height: 26px;
	color: #666666;

}
.jcf-radio.jcf-checked span{
	background: #555458;
}
.jcf-radio{
	border: 1px solid #555458;;
}
.single-post .site-content .entry-content form input[type="submit"]{
	box-shadow: none;
	color: #fff;
	padding: 10px 30px;
	font-size: 17px;
	border-radius: 2px;
	line-height: 24px;
	background: #01c6b8;
	text-transform: uppercase;
	border: 0;
}
.single-post .site-content .entry-content form input[type="submit"]:hover{
	background: #01948a;
}
.single-post .site-content .entry-content form{
	margin-bottom: 26px;
}
.single-post .site-content .tags{
	color: #4a5a6c;
	font-size: 15px;
	line-height: 18px;
}
.author-section{
	background: #fffffe;
	padding: 40px 30px 10px;
	margin-bottom: 60px;
}
.author-section .avatar{
	float: left;
	border-radius: 50%;
	margin-right: 21px;
}
.author-section .text{
	overflow: hidden;
}
.author-section .name{
	font-size: 21px;
	line-height: 25px;
	color: #323234;
	font-weight: 700;
}
.author-section ul{
	margin:0;
	padding:0;
}
.author-section ul li{
	list-style: none;
	display: inline-block;
	margin-right: 10px;
}
.author-section ul li a{
	width: 32px;
	height: 32px;
	border-radius: 50%;
	display: block;
	text-align: center;
	border: 1px solid #01c6b8;
}
.author-section ul li a:hover{
	background: #01c6b8;
}
.author-section ul li .fa{
	font-size: 14px;
	color: #a4abb4;
}
.author-section ul li a:hover .fa{
	color: #fff;	
}
.single-post .site-content #primary .post{
	padding-bottom: 0;
	margin-bottom: 0;
}
.comments-area ol{
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}
.comments-area, .comments-area.form{
	margin-bottom: 60px;
	background: #fffffe;
	padding: 40px 30px;
}
.comments-area ol li{
	border-top: 1px solid #f6f6f5;
	padding: 26px 0 15px;
}
.comments-area ol li:first-child{
	border-top: 0;
}
.comments-area ol ol li:first-child{
	border-top: 1px solid #f6f6f5;
}
.comments-area ol ol li{
	padding-left: 40px;
}
.comments-title, .comment-reply-title{
	font-size: 36px;
	line-height: 40px;
	color: #393939;
	font-weight: 400;
	margin: 0;
}
comments-area ol li:first-child .reply{
	margin-bottom: 26px;
}
.avatar.photo{
	float: left;
	margin-right: 20px;
	border-radius: 50%;
}
.comment-body:after{
	content: '';
	display: block;
	clear: both;
}
.comment-body .fn a{
	font-size: 18px;
	line-height: 22px;
	color: #323234;
	font-weight: 700;
	text-decoration: none;
}
.comment-body .fn a:hover{
	opacity: 0.6;
}
.comment-content{
	margin-top:0;
	margin-left: 105px;
}
.reply a{
	text-decoration: none;
	font-size: 13px;
	line-height: 30px;
	border-radius: 2px;
	background: #01c6b8;
	border: 1px solid #01c6b8;
	padding: 4px 26px;
	display: inline-block;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	float: right;
}
.reply a:hover{
	background:none;
	color: #01c6b8;
}

.comment-list li{
    position: relative;
}

.reply{
    position: absolute;
    top: 30px;
    right: 0;
}

.comment-metadata a{
	font-size: 13px;
	line-height: 28px;
	color: #6e6d72;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
}
.comment-metadata a:hover{
	opacity: 0.6;
}
.comment-form input[type="text"], 
.comment-form input[type="email"],
 .comment-form input[type="url"]{
	width: 100%;
	float: left;
	height: 50px;
	margin-bottom: 16px;
	font-size: 15px;
	line-height: 18px;
	color: #5d5c60;
	padding:0 10px;
	border-radius: 0;
	border: 0;
	background: #f7f7f8;
}
.comment-form form textarea{
	height: 180px;
	resize:none;
	font-size: 16px;
	line-height:20px;
	color: #5d5c60;;
	padding: 10px;
	border: 0;
	background: #f7f7f8;
}
.comment-form form input[type="submit"]{
	box-shadow: none;
	border-radius: 0;
	text-transform: uppercase;
	color: #01c6b8;
	font-size: 17px;
	line-height: 30px;
	font-weight: 700;
	padding: 12px 60px;
	border: 2px solid #01c6b8;
	background: none;
	-webkit-transition: linear 0.2s;
	-moz-transition: linear 0.2s;
	transition: linear 0.2s;
}
.comment-form form input[type="submit"]:hover{
	background: #01c6b8;
	color: #fff;
}
.comments-area.form .comment-reply-title{
	margin-bottom: 20px;
}
.mean-container .mean-bar{
	background: #55677c;
}
.mean-container .mean-nav ul li a{
	background: #55677c;
}


/*nav-anchor*/
#nav-anchor{
	float: right;
	margin-top: 18px;
	font-size: 26px;
	line-height: 30px;
}
#nav-anchor span{
	height:4px;
	background: #445263;
	width: 100%;
	display: block;
	margin-bottom: 4px;
	transition: 0.3s;

}

#nav-anchor span:last-child{
	margin-bottom: 0;
}

#nav-anchor a{
	display: block;
	width: 35px;
	overflow:hidden;
	border: 1px solid #445263;
	padding: 4px;
}

/*.sidr-open #nav-anchor span:nth-child(1){
	transform: scale(1, 1) rotateZ(45deg) translate(-10px, -5px);
}

.sidr-open #nav-anchor span:nth-child(2){
	width: 90%;
}

.sidr-open #nav-anchor span:nth-child(3){
	transform:scale(1, 1) rotateZ(-45deg) translate(-10px, 5px);
}

.sidr-open #nav-anchor span:nth-child(1), 
.sidr-open #nav-anchor span:nth-child(3){
	width: 70%;
}*/
/*==================
Event pages
=========================*/
#primary .page.events-page .event-holder:after{
	display: block;
	content: '';
	clear: both;
}

#primary .page.events-page .event-holder{
	margin-bottom: 50px;
}

#primary .page.events-page .event-holder .img-holder{
	float: left;
	margin-right: 30px;
	position: relative;
	color: #ffffff;
}

#primary .page.events-page .event-holder .img-holder .date-holder{
	position: absolute;
	top: 10px;
	left: 10px;
	background: #01c6b8;
	padding: 12px 15px;
	text-align: center;
	border-radius: 2px;
}

#primary .page.events-page .event-holder .img-holder .date-holder a{
	color: #fff;

}

#primary .page.events-page .event-holder .img-holder .date-holder strong{
	display: block;
	font-size: 24px;
	line-height: 27px;
}

#primary .page.events-page .event-holder .img-holder .date-holder span{
	font-weight: 300;
	font-size: 13px;
	line-height: 15px;
	display: block;
}

#primary .page.events-page .event-holder .event-thumbnail{
	display: block;
}

#primary .page.events-page .event-description{
	overflow:hidden;
}

#primary .page.events-page .event-holder .entry-title{
	font-size: 21px;
	line-height: 28px;
	color: #3c3c3c;
	font-weight: 700;
	margin-bottom: 20px;
	position: relative;
}

#primary .page.events-page .event-holder .entry-header{
	margin-bottom: 0;
}

#primary .page.events-page .event-holder .entry-title:after{
	position: absolute;
	top: 100%;
	left: 0;
	width: 30px;
	content: '';
	margin-top: 7px;
	height: 1px;
	background: #c5c4c7;
}

#primary .page.events-page .event-holder .entry-title a{
	color: #3c3c3c;
}

#primary .page.events-page .event-holder .entry-title a:hover{
	color: #018178;
}

#primary .page.events-page .event-holder .entry-meta{
	text-transform: uppercase;
	font-size: 15px;
	line-height: 18px;
	letter-spacing: 1px;
}

#primary .page.events-page .event-holder .entry-meta span{
	margin-right: 0;
	padding-right: 0;
	margin-bottom: 10px;
	display: block;
}

#primary .page.events-page .event-holder .entry-meta span .fa{margin-right: 5px;}

#primary .page.events-page .event-holder .entry-meta span:after{
	display: none;
}

#primary .page.events-page .event-holder .entry-content{
	margin-top: 15px;
}

#primary .page.single-event .event-holder .entry-title{
	font-size: 36px;
	line-height: 40px;
	font-weight: 700;
	margin-bottom: 25px;
}

#primary .page.single-event .event-info{
	background: #01c6b8;
	font-size: 13px;
	line-height: 15px;
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 35px;
}

#primary .page.single-event .event-info:after{
	display: block;
	content: '';
	clear: both;
}

#primary .page.single-event .event-info .col{
	width: 33.33%;
	float: left;
	padding: 25px 36px;
	border-left: 1px solid rgba(255, 255, 255, 0.5);
}

#primary .page.single-event .event-info .col:first-child{
	border-left: 0;
}

#primary .page.single-event .event-info .text .fa{
	vertical-align: middle;
	display: inline-block;
	font-size: 24px;
	line-height: 24px;
	margin-right: 16px;
	float: left;
}

#primary .page.single-event .event-info .text strong{
	overflow:hidden;
	display: block;
}

#primary .page.single-event .event-holder .img-holder{
	position: relative;
}

#primary .page.single-event .event-holder .img-holder:after{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	content: '';
	width: 100%;
	background: rgba(0, 0, 0, 0.2);
}

#primary .page.single-event .event-top-block{
	background: #f7f7f8;
	padding: 45px 35px 30px;

}

#primary .page.single-event .event-top-block .col{
	width: 50%;
	padding: 0 15px;
	float: left;
}

#primary .page.single-event .event-top-block h4{
	font-size: 21px;
	line-height: 25px;
	color: #323234;
	margin-bottom: 20px;
}

#primary .page.single-event .event-top-block ul{
	margin: 0;
	padding: 0;
}
#primary .page.single-event .event-top-block ul li{
	list-style: none;
	margin-bottom: 20px;
}

#primary .page.single-event .event-top-block ul li strong{
	display: block;
	color: #535356;
	font-size: 17px;
	line-height: 20px;
	margin-bottom: 8px;
}

#primary .page.single-event .event-top-block ul li span{
	display: block;
	font-size: 16px;
	line-height: 20px;
	color: #6e6d72;
}

#primary .page.single-event .event-holder .entry-footer{
	margin-bottom: 40px;
}


#primary .page.single-event .event-holder .entry-footer .btn{
	display: inline-block;
	padding: 15px 30px;
	background: #01c6b8;
	color: #fff;
	border: 2px solid #01c6b8;
	transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	margin-right: 10px;
	font-size: 15px;
	line-height: 18px;
	font-weight: 700;
	text-transform: uppercase;
}

#primary .page.single-event .event-holder .entry-footer .btn:hover{
	background: none;
	color: #01c6b8;
}

#primary .page.single-event .event-holder .location-holder{
	overflow:hidden;
	background: #f7f7f8;
}

#primary .page.single-event .event-holder .location-holder .col{
	width: 50%;
	float: right;
}

#primary .page.single-event .event-holder .location-holder .col.left{
	padding: 35px 30px;
}

#primary .page.single-event .event-holder .location-holder h4{
	font-size: 21px;
	line-height: 25px;
	color: #323234;
	margin-bottom: 15px;
}

/*====================
services page
=========================*/
#primary .page.services-page .col-3 .holder{
	text-align: center;
	padding: 30px 20px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
	border: 1px solid #fff;
}

#primary .page.services-page .col-3 h5{
	font-size: 26px;
	line-height: 30px;
	color: #3c3c3c;
	font-weight: normal;
	margin-bottom: 34px;
	position: relative;
}
#primary .page.services-page .col-3 h5:after{
	content: '';
	width: 30px;
	height: 1px;
	position: absolute;
	left: 50%;
	top: 100%;
	margin-top: 15px;
	background: #c5c4c7;
	margin-left: -30px;
}
#primary .page.services-page .col-3 .image{
	margin-bottom: 30px;
	border-radius: 50%;
	display: inline-block;
	-webkit-transition: ease-out 0.5s;
	-moz-transition: ease-out 0.5s;
	transition: ease-out 0.5s;
}

#primary .page.services-page .col-3:hover .holder,
#primary .page.services-page .col-3:focus .holder{
	border-color: #01c6b8;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.20);
}

/*================
courses style
=================*/
#primary .page.courses-page .course-filter-wrapper{
	text-align: center;
	margin-bottom: 30px;
}

#primary .page.courses-page .course-filter-wrapper .item{
	display: inline-block;
	cursor: pointer;
	margin-right: 8px;
	margin-bottom: 12px;
	font-weight: bold;
	border: 1px solid #01c6b8;
	padding: 12px 30px;
	font-size: 14px;
	line-height: 17px;
	text-transform: uppercase;
	color: #121212;
	transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
}

#primary .page.courses-page .course-filter-wrapper .item:last-child{
	margin-right: 0;
}

#primary .page.courses-page .course-filter-wrapper .item:hover{
	color: #fff;
	background: #01c6b8;
}

#primary .page.courses-page .course-filter-wrapper .item:hover a{color: #fff;}

#primary .page.courses-page .course-filter-wrapper .is-active a{color: #fff;}

#primary .page.courses-page .course-filter-wrapper .item a:hover{text-decoration: none;}

#primary .page.courses-page .post{
	background: #f5f5f7; 
	padding: 19px 19px 0;
	border: 1px solid #ebebeb;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
	margin: 0;
}

#primary .page.courses-page .post .post-thumbnail{
	padding: 0;
	border: 0;
}

#primary .page.courses-page .post:hover,
#primary .page.courses-page .post:focus{
	border-color: #01c6b8;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.20);
}

#primary .page.courses-page .post .entry-content, 
#primary .page.courses-page .post .entry-header{
	padding:0;
}
#primary .page.courses-page.post .entry-header{
	padding-top: 26px;
}
#primary .page.courses-page .post .entry-title{
	margin-bottom: 0;
	position: relative;
}
#primary .page.courses-page .post .entry-title:after{
	position: absolute;
	top: 100%;
	left: 0;
	width: 30px;
	height: 1px;
	background: #c1c0c3;
	content: '';
	margin-top: 12px;
}
#primary .page.courses-page .post .entry-title a{
	font-size: 18px;
	line-height: 22px;
	color: #3c3c3c;
	font-weight: 700;
	text-transform: uppercase;
}

#primary .page.courses-page .post .entry-title a:hover,
#primary .page.courses-page .post .entry-title a:focus{
	color: #01c6b8;
}

#primary .page.courses-page .btn-holder{
	text-align: center;
}

/*===============
testimonial page
===================*/
#primary .page.testimonial-page{

}

#primary .page.testimonial-page .testimonial-holder{

}

#primary .page.testimonial-page .testimonial-holder blockquote{
	background: #f4f4f4;
	font-size: 18px;
	line-height: 28px;
	color: #555458;
	position: relative;
	padding: 60px 30px 30px;
	margin: 0 0 20px;
}

#primary .page.testimonial-page .testimonial-holder blockquote:before{
	position: absolute;
	top: 30px;
	left: 30px;
	content: "\f10d";
	color: #01c6b8;
	font-style: italic;
	font-size: 28px;
	line-height: 28px;
	font-family: 'FontAwesome';
}

#primary .page.testimonial-page .testimonial-holder blockquote:after{ 
	width: 0;
	height: 0;
	border-top: 25px solid #dddddd;
	border-left: 25px solid transparent;
	top:100%;
	left: 0;
	position:absolute;
}

#primary .page.testimonial-page .testimonial-holder cite{
	display: block;
	overflow:hidden;
	font-style: normal;
	margin-left: 46px;
}

#primary .page.testimonial-page .testimonial-holder{
	margin-bottom: 60px;
}

#primary .page.testimonial-page .testimonial-holder cite img{
	float: left;
	display: block;
	margin-right: 18px;
}

#primary .page.testimonial-page .testimonial-holder cite .text{
	overflow:hidden;
}

#primary .page.testimonial-page .testimonial-holder cite strong{
	font-size: 22px;
	line-height: 28px;
	color: #323234;
	font-weight: 700;
	display: block;
}

#primary .page.testimonial-page .testimonial-holder cite span{
	font-weight:700;
	font-size: 15px;
	line-height: 18px;
	color: #6e6d72;
	display: block;
}


/*================
team page
==================*/
#primary .page.team-page .member-holder{
	background: #f7f7f8;
	margin-bottom: 40px;
	overflow:hidden;
	padding: 0 35px;
}

#primary .page.team-page .member-holder .social-networks{
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 15px;
	display: table-cell;
	vertical-align: middle;
}
#primary .page.team-page .member-holder .social-networks li{
	list-style: none;
	margin-bottom: 13px;
}

#primary .page.team-page .member-holder .social-networks li a{
	height: 32px;
	width: 32px;
	background: #9da4ad;
	border-radius: 50%;
	display: block;
	text-align: center;
	transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	color: #fff;
	padding-top: 8px;
 }

 #primary .page.team-page .member-holder .left-content{
 	float: left;
 	margin-right: 30px;
 }

 #primary .page.team-page .member-holder .text{
 	overflow:hidden;
 }

 #primary .page.team-page .member-holder .social-networks li a:hover{
 	background: #01c6b8;
 	text-decoration: none;
 }

 #primary .page.team-page .member-holder .img-holder{
 	display: table-cell;
 	padding: 0 0 0 30px;
 	max-width: 360px;
 }

#primary .page.team-page .member-holder .text{
  	display: table-cell;
  	padding: 43px 0;
  }
#primary .page.team-page .member-holder .text .top-info{
	margin-bottom: 20px;
}

#primary .page.team-page .member-holder .text .top-info strong{
	display: block;
	font-size: 36px;
	line-height: 40px;
	color: #323234;
	font-weight: 700;
	margin-bottom: 15px;
}

#primary .page.team-page .member-holder .text .top-info span{
	font-size: 17px;
	line-height: 20px;
	color: #6e6d72;
	margin-bottom: 8px;
	display: block;
}

#primary .page.team-page .member-holder .text .top-info span a{
	color: #6e6d72;
	font-style: italic;
	text-decoration: underline;
}

/*===================
single course
=================*/
#primary .page.single-course .course-holder .entry-title{
	font-size: 36px;
	line-height: 40px;
	font-weight: 700;
	margin-bottom: 25px;
}

#primary .page.single-course .course-holder .entry-meta{
	letter-spacing: 1px;
}

#primary .page.single-course .course-holder .entry-meta img{
	border-radius: 50%;
	width: 40px;
	vertical-align: middle;
	margin-right: 8px;
}

#primary .page.single-course .course-holder .entry-meta span:after{
	display: none;
}

#primary .page.single-course .course-holder .entry-meta span,
#primary .page.single-course .course-holder .entry-meta span a{
	vertical-align: middle;
}

#primary .page.single-course .course-holder .entry-meta span.byline{
	font-weight: 700;
}

#primary .page.single-course .course-holder .img-holder{
	position: relative;
	margin-bottom: 35px;
}

#primary .page.single-course .course-holder .img-holder:after{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	content: '';
	width: 100%;
	background: rgba(0, 0, 0, 0.2);
}

#primary .page.single-course .course-holder .course-top-block{
	background: #f7f7f8;
	padding: 45px 35px 30px;

}

#primary .page.single-course .course-holder .course-top-block .col{
	width: 50%;
	padding: 0 15px;
	float: left;
}

#primary .page.single-course .course-holder .course-top-block h4{
	font-size: 21px;
	line-height: 25px;
	color: #323234;
	margin-bottom: 20px;
}

#primary .page.single-course .course-holder .course-top-block ul{
	margin: 0;
	padding: 0;
}
#primary .page.single-course .course-holder .course-top-block ul li{
	list-style: none;
	margin-bottom: 20px;
}

#primary .page.single-course .course-holder .course-top-block ul li strong{
	display: block;
	color: #535356;
	font-size: 17px;
	line-height: 20px;
	margin-bottom: 8px;
}

#primary .page.single-course .course-holder .course-top-block ul li span{
	display: block;
	font-size: 16px;
	line-height: 20px;
	color: #6e6d72;
}



#primary .page.single-course .course-holder .entry-footer{
	margin-bottom: 40px;
}


#primary .page.single-course .course-holder .entry-footer .btn{
	display: inline-block;
	padding: 15px 30px;
	background: #01c6b8;
	color: #fff;
	border: 2px solid #01c6b8;
	transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	margin-right: 10px;
	font-size: 15px;
	line-height: 18px;
	font-weight: 700;
	text-transform: uppercase;
}

#primary .page.single-course .course-holder .entry-footer .btn:hover{
	background: none;
	color: #01c6b8;
}


/*=================
contact page
========================*/
#primary .page.contact-page{
	margin-top: -72px;
}

#primary .page.contact-page .contact-holder{
	overflow:hidden;
	padding-top: 0;

}

#primary .page.contact-page .contact-holder .map-holder{
	/*margin: 0 -9999px;
	padding: 0 9999px;*/
}

#primary .page.contact-page .contact-holder .map-holder img,
#primary .page.contact-page .contact-holder .map-holder iframe{
	width: 100%;
}
#primary .page.contact-page .contact-holder .contact-info-holder{
	overflow:hidden;
	background: #f7f7f8;
}
#primary .page.contact-page .contact-holder .map-holder + .container .contact-info-holder{
	margin-top: -5em;
	position: relative;
}

#primary .page.contact-page .contact-holder .contact-info-holder .left{
	width: 43%;
	float: left;
	padding: 45px;
}

#primary .page.contact-page .contact-holder .contact-info .title{
	color: #323234;
	font-size: 32px;
	line-height: 36px;
	font-weight: 700;
	margin-bottom: 15px;
}

#primary .page.contact-page .contact-holder .contact-info ul{
	margin: 0;
	padding: 0;
	font-size: 18px;
	line-height: 24px;
	color: #555458;
	font-weight: 700;
}

#primary .page.contact-page .contact-holder .contact-info ul li .fa{
	color: #555458;
	font-size: 26px;
	line-height: 30px;
	margin-right: 20px;
	float: left;
}

#primary .page.contact-page .contact-holder .contact-info ul li span{
	overflow:hidden;
	display:block;
}

#primary .page.contact-page .contact-holder .contact-info ul li span p{margin: 0;}

#primary .page.contact-page .contact-holder .contact-info ul li{
	list-style: none;
	margin-bottom: 20px;
}

#primary .page.contact-page .contact-holder .contact-info .social-networks{
	margin: 30px 0 0;
}

#primary .page.contact-page .contact-holder .contact-info .social-networks li a{
	background: #9da4ad;
	text-align: center;
	border:1px solid #9da4ad;
}

#primary .page.contact-page .contact-holder .contact-info .social-networks li a .fa{
	color: #fff;
	font-size: 20px;
	line-height: 24px;
	margin-right: 0;
	float: none;
}

#primary .page.contact-page .contact-holder .contact-info .social-networks li a:hover{
	background: #01c6b8;
	border-color: #01c6b8;
}

#primary .page.contact-page .contact-holder .contact-info-holder .right{
	width: 57%;
	float: right;
	background: #49596b;
	padding: 60px 60px 50px;
	position: relative;
}

#primary .page.contact-page .contact-holder .contact-info-holder .right:before{
	position: absolute;
	top: 63px;
	right: 100%;
	content: '';
	width: 0;
	height: 0;
	border-top: 15px solid transparent;
	border-right: 20px solid #49596b;
	border-bottom: 15px solid transparent;

}


#primary .page.contact-page .contact-holder .contact-info-holder .contact-info{
	overflow:hidden;
}

#primary .page.contact-page .contact-holder .contact-info-holder .form-holder form{
	width: 100%;
	font-size: 17px;
	line-height: 20px;
	color: #e3e3e3;
}

#primary .page.contact-page .contact-holder .contact-info-holder .form-holder h3{
	font-size: 22px;
	line-height: 25px;
	color: #ffffff;
}

#primary .page.contact-page .contact-holder .form-holder form input[type="text"],
#primary .page.contact-page .contact-holder .form-holder form input[type="email"]{
	width: 100%;
	height: 58px;
	border: 1px solid #c3c7ca;
	border-radius: 0;
	background: none;
	font-size: 17px;
	line-height: 20px;
	color: #e3e3e3;
	margin-bottom: 12px;
	padding: 5px 10px;
}

#primary .page.contact-page .contact-holder .form-holder form textarea{
	height: 140px;
	background: none;
	font-size: 17px;
	line-height: 20px;
	color: #e3e3e3;
	margin-bottom: 20px;
	padding: 15px;
	border-radius: 0;
	resize: none;
}

#primary .page.contact-page .contact-holder .form-holder form input[type="submit"]{
	padding:16px 62px;
	background: #01c6b8;
	color: #fff;
	border: 1px solid #01c6b8;
	transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	box-shadow: none;
	border-radius: 0;
	

}

#primary .page.contact-page .contact-holder .form-holder form input[type="submit"]:hover{
	background: none;
}

/*===============
about page
======================*/
#primary .page.about-page{
	margin-bottom: -60px;
}

#primary .page.about-page .top-block {
	margin-bottom: 60px;
}

#primary .page.about-page .top-block .col{
	width: 50%;
	padding: 0 15px;
	float: right;
}

#primary .page.about-page .top-block h2{
	font-size: 36px;
	line-height: 40px;
	color: #3c3c3c;
	font-weight: 700;
}

#primary .page.about-page .top-block .col ul{
	margin: 0;
	padding: 0;
	overflow:hidden;
	font-size: 18px;
	line-height: 22px;
	color: #3c3c3c;
}
#primary .page.about-page .top-block .col ul li{
	list-style: none;
	width: 50%;
	float: left;
	padding-left: 25px;
	margin-bottom: 10px;
	position: relative;
	background: url(images/list-icon2.png) no-repeat 0 center;
}

#primary .page.about-page .stat-area{
	padding: 80px 0;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

#primary .page.about-page .stat-area:after{
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.4);
	content: '';
	z-index: 10;
	height: 100%;
	width: 100%;
}

#primary .page.about-page .stat-area .container{
	position: relative;
	z-index: 400;
}

#primary .page.about-page .stat-area .widget_rara_academic_pro_stat_counter_widget{
	width: 25%;
	padding: 0 15px;
	float: left;
}

#primary .page.about-page .stat-area .box{
	border: 1px solid #fff;
	text-align: center;
	padding: 30px 22px;
	color: #fcfcfc;
}

#primary .page.about-page .stat-area .icon-holder{
	margin-bottom: 16px;
}

#primary .page.about-page .stat-area  strong{
	display: block;
	font-weight: 700;
	font-size: 62px;
	line-height: 66px;
}

#primary .page.about-page .stat-area  span{
	display: block;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
}

#primary .page.about-page .choose-us{
	padding: 60px 0;
	background: #f5f5f6;
}

#primary .page.about-page .choose-us .section-title{
	font-size: 36px;
	line-height: 40px;
	color: #323234;
	font-weight: 400;
	margin-bottom: 36px;
}

#primary .page.about-page .choose-us .widget{
	width: 33.33%;
	padding: 0 15px;
	float: left;
	margin-bottom: 30px;
}

#primary .page.about-page .choose-us h3{
	position: relative;
	font-size: 26px;
	line-height: 30px;
	color: #3c3c3c;
	font-weight: 400;
}

#primary .page.about-page .choose-us h3:after{
	position: absolute;
	top:100%;
	left: 0;
	height: 1px;
	background: #c1c0c3;
	width: 30px;
	content: '';
	margin-top: 14px;
}

#primary .page.about-page .choose-us .icon-holder{
	margin-bottom: 15px;
}

/*company features*/
#primary .page.about-page .company-features{
	padding: 80px 0 30px;
}

#primary .page.about-page .company-features .widget{
	width: 50%;
	float: left;
	padding: 0 15px;
	margin-bottom: 30px;
}

#primary .page.about-page .company-features h2{
	font-size: 28px;
	line-height: 32px;
	color: #3c3c3c;
	margin-bottom: 30px;
	text-transform: uppercase;
}

#primary .page.about-page .company-features h2 img{
	margin-right: 20px;
}

#primary .page.about-page .company-features .icon-holder{
	float: left;
	margin-right: 10px;
	margin-top: 5px;
}

#primary .page.about-page .company-features .text-holder{overflow: hidden;}


/*clients*/
#primary .page.about-page .clients{
	padding: 70px 0;
}

#primary .page.about-page .clients .col{
	/*width: 20%;
	float: left;
	padding: 0 15px;
	margin-bottom: 30px;*/
	padding-left: 30px;
	padding-right: 30px;
}

#primary .page.about-page .clients .img-holder{
	height: 100px;
	width: 100%;
	text-align: center;
	padding-top: 24px;
}

#primary .page.about-page .clients .img-holder img{
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

#primary .page.about-page .clients .img-holder img:hover,
#primary .page.about-page .clients .img-holder img:focus{
	-webkit-filter: grayscale(0);
    filter: grayscale(0);
}

#primary .page.about-page .clients .lSAction >  a{
	height: 26px;
	width: 14px;
	top: 60%;
}

#primary .page.about-page .clients .lSAction > .lSPrev{
	background: url(images/prev.png) no-repeat;
}
#primary .page.about-page .clients .lSAction > .lSNext{
	background: url(images/next.png) no-repeat;
}


/*=======================
header styles
===================================*/
/*header-two*/
.site-header.header-two{
	position: relative;
}

.site-header.header-two .header-top{
	background: #ffffff;
	padding:0;
}

.site-header.header-two .contact-info{
	font-size: 15px;
	line-height: 18px;
	float: left;
	margin-top: 8px;
}

.site-header.header-two .contact-info span{
	display: inline-block; 
	margin-right: 12px;
}

.site-header.header-two .contact-info a:hover{
	color:  #01a196;
}

.site-header.header-two .contact-info span .fa{
	margin-right: 7px;
	color: #01c6b8;
	font-size: 14px;
	line-height: 17px;
}

.site-header.header-two .contact-info a{
	color: #5d7289;
}

.site-header.header-two .contact-info a:hover,
.site-header.header-two .contact-info a:focus{
	text-decoration: none;
}

.site-header.header-two .header-top .social-networks{
	font-size: 14px;
	line-height: 14px;
	color: #656a70;
	margin-top: 5px;
}

.site-header.header-two .header-top .social-networks li a{
	border: 1px solid #e4e5e6;
	background: none;
	font-size: 14px;
	line-height: 14px;
	padding-top: 10px;
	color: #01c6b8;
}

.site-header.header-two .header-top .social-networks li a:hover{
	background: #01c6b8;
	border: 1px solid #01c6b8;
	color: #fff;
}

.site-header.header-two .header-top .form-holder{
	float: right;
	border-left: 1px solid #ebeced;
	border-right: 1px solid #ebeced;
	padding-left: 11px;
	padding-right: 11px;
	margin-left: 11px;
	font-size: 14px;
}

.site-header.header-two .header-top .form-holder .fa{
	color: #01d0c1;
	font-size: 14px;
	line-height: 17px;
	cursor: pointer;
}

.site-header.header-two .header-bottom{
	background: rgba(0, 0, 0, 0.1);
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	z-index: 40;
	padding: 24px 0;
}

.no-slider .site-header.header-two .header-bottom{
	position: unset;
	background: #000;
}

.site-header.header-two .site-branding{
	color: #ffffff;
	font-size: 32px;
	line-height: 36px;
	margin-top: 0;
}

.site-header.header-two .site-branding a,
.site-header.header-two .site-branding .site-description{
	color: #fff;
}

.site-header.header-two .main-navigation a{
	text-transform: none;
	color: #fff;
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	padding: 10px 30px 12px;
}

.site-header.header-two .main-navigation li{
	margin-left: 5px;
}

.site-header.header-two .main-navigation ul ul li{
	margin-left: 0;
}

.site-header.header-two .main-navigation ul ul li:hover > a{
	color: #fff;
}

.site-header.header-two .main-navigation ul ul{
	background: #f5f5f7;
	box-shadow: none;
}

.site-header.header-two .main-navigation ul ul a{
	color: #323234;
}

.site-header.header-two .main-navigation{ 
	margin-top: 7px;
}

.site-header.header-two .main-navigation li.current-menu-item a,
.site-header.header-two .main-navigation li:hover > a{
	background: #01c6b8;
}

.site-header.header-two #nav-anchor{
	color: #fff;
	opacity: 0.8;
}

.site-header.header-two #nav-anchor span{
	background: #fff;
}

.site-header.header-two #nav-anchor a{
	border:1px solid #fff;
}

.site-header.header-two .header-top .form-holder{
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
}

.site-header.header-two .form-holder form{
	display: none;
	position: absolute;
	width:280px;
	right:0;
	top: 100%;
	z-index: 9999;
	height: 50px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	background: #fff;
	
}

.site-header.header-two .form-holder form input[type="search"]{
	height: 100%;
	float: left;
	width: 66%;
	padding: 0 10px;
	border: 0;
	border-radius: 0;
	color: #01C6B8;
	font-size: 15px;
	line-height: 18px;
	font-style: italic;

}

.site-header.header-two .form-holder form input[type="submit"]{
	float: right;
	height: 100%;
	width: 25%;
	padding: 0 10px;
	border: 0;
	border-radius: 0;
	background: #01C6B8;
	box-shadow: none;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 12px;
	border-bottom-right-radius: 5px;
	line-height: 15px;
}

.site-header.header-two .contact-info{
	margin-top: 12px;
}


/*header three*/
.site-header.header-three {

}

.site-header.header-three .header-top{
	background: #14181c;
}

.site-header.header-three .header-top .social-networks{
	float: left;
}

.site-header.header-three .header-top .social-networks li a{
	background: #2c3033;
}

.site-header.header-three .header-top .social-networks li a:hover{
	background: #01c6b8;
}

.site-header.header-three .header-top .imp-links{
	float: right;
	margin-top: 3px;
}

.site-header.header-three .header-top .imp-links li{
	display: inline-block;
	border-left: 1px solid #6f706f;
	padding-left: 15px;
	margin-left: 15px;
	font-size: 14px;
	line-height: 12px;
	color: #d6d6d6;
	position: relative;
}

.site-header.header-three .header-top .imp-links li:first-child{
	border-left: 0;
}

.site-header.header-three .header-top .imp-links li a{
	color: #d6d6d6;
	display: block;
	padding: 0 0 8px;
}

.site-header.header-three .header-top .imp-links li a:hover,
.site-header.header-three .header-top .imp-links li a:focus,
.site-header.header-three .header-top .imp-links li:hover > a,
.site-header.header-three .header-top .imp-links li:focus > a{
	color: #06c2b5;
	text-decoration: none;
}

.site-header.header-three .header-top .imp-links li .fa{
	margin-right: 7px;
}

.site-header.header-three .header-top .imp-links ul{
	position: absolute;
	top: 100%;
	right: 0;
	width: 200px;
	background: #14181C;
	text-align: right;
	padding: 5px 0;
	display: none;
}

.site-header.header-three .header-top .imp-links li:hover > ul,
.site-header.header-three .header-top .imp-links li:focus > ul{
	display: block;
}

.site-header.header-three .header-top .imp-links ul ul{
	right: 100%;
	top: 0;
}

.site-header.header-three .header-top .imp-links ul li{
	float: none;
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
}

.site-header.header-three .header-top .imp-links ul li a{padding: 5px 10px;}

.site-header.header-three .header-bottom{
	padding: 30px 0;
}

.site-header.header-three .header-bottom .col{
	width: 33.33%;
	float: left;
	padding: 0 15px;
}

.site-header.header-three .header-bottom .col:after{
	content: '';
	display: block;
	clear: both;
}

.site-header.header-three .header-bottom .col:nth-child(2){
	text-align: center;
}

.site-header.header-three .site-branding{
	margin-top: 0;
}

.site-header.header-three .site-branding a{
	color: #2e3944;
}

.site-header.header-three .site-branding .site-title{
	text-transform: uppercase;
}

.site-header.header-three .site-branding .site-description{
	color: #7c8187;
	font-size: 18px;
	line-height: 22px;
}

.site-header.header-three .contact-info {
	font-size: 15px;
	line-height: 18px;
}

.site-header.header-three .contact-info span{
	display: block;
	margin-right: 0;
	margin-bottom: 6px;
}

.site-header.header-three .contact-info span a{
	color: #2e3944;
} 

.site-header.header-three .contact-info span a:hover,
.site-header.header-three .contact-info span a:focus{
	text-decoration: none;
	color: #01c6b8;
}

.site-header.header-three .form-holder .search-btn{
	display: none;
}

.site-header.header-three .form-holder{
	float: right;
}

.site-header.header-three .form-holder form{
	background: #f4f4f4;
	height: 46px;
	width: 310px;
	position: relative;
}

.site-header.header-three .form-holder form:after{
	content: '';
	display: block;
	clear: both;
}

.site-header.header-three .form-holder form input[type="search"]{
	float: left;
	width: 70%;
	padding: 0 10px;
	margin: 0;
	height: 100%;
	background: none;
	border: 0;
	border-radius: 0;
	color: #a5a5a5;
	font-style: italic;
	font-size: 15px;
	line-height: 18px;
}

.site-header.header-three .form-holder form input[type="submit"]{
	background: url(images/search-icon2.png) no-repeat center center;
	float: right;
	border: 0;
	border-radius: 0;
	padding: 0;
	margin: 0;
	height: 100%;
	width: 20%;
	text-indent: -9999px;
	box-shadow: none;
}

.site-header.header-three .nav-holder{
	background: #06c2b5;
}

.site-header.header-three .main-navigation{
	float: none;
	margin-top: 0;
	
}

.site-header.header-three .main-navigation a{
	font-weight: 700;
	padding:24px 26px;
	color: #ffffff;
	font-size: 16px;
	line-height: 20px;
}

.site-header.header-three .main-navigation li.current-menu-item > a,
.site-header.header-three .main-navigation li:hover > a{
	color: #06c2b5;
	background: #fff;
}

.site-header.header-three .main-navigation li{
	margin-left: 1px;
}
.site-header.header-three .main-navigation ul ul{
	background: #06c2b5;

}

.site-header.header-three .main-navigation ul ul a{
	padding: 13px 18px;
}

.site-header.header-three .main-navigation ul ul li{margin: 0;}

/*header-four*/

.site-header.header-four .header-top{
	background: none;
	padding: 0;
	border-bottom: 1px solid #efefef;
}

.site-header.header-four .header-top .social-networks{
	float: left;
	border-right: 1px solid #efefef;
}

.site-header.header-four .header-top .social-networks li{
	border-left: 1px solid #efefef;
	margin: 0;
	/*padding: 11px 0;*/
}

.site-header.header-four .header-top .social-networks li a{
	color: #01c6b8;
	height: auto;
	border-radius: 0;
	background: none;
	font-size: 16px;
	line-height: 20px;
	width: auto;
	padding: 11px 14px;
	display: block;
	-webkit-transition: linear 0.2s;
	-moz-transition: linear 0.2s;
	transition: linear 0.2s;
}

.site-header.header-four .header-top .social-networks li a:hover{
	background: #01c6b8;
	color: #fff;
}

.site-header.header-four .header-top .social-networks li .fa{

}

.site-header.header-four .header-top .imp-links{
	float: right;
	margin: 6px 0 8px;
}

.site-header.header-four .header-top .imp-links li{
	display: inline-block;
	border-left: 1px solid #909090;
	padding-left: 15px;
	margin-left: 15px;
	font-size: 15px;
	line-height: 18px;
	color: #909090;
	position: relative;
}

.site-header.header-four .header-top .imp-links li:first-child{
	border-left: 0;
}

.site-header.header-four .header-top .imp-links li a{
	color: #909090;
	display: inline-block;
	padding: 0 0 2px;
}

.site-header.header-four .header-top .imp-links li a:hover,
.site-header.header-four .header-top .imp-links li a:focus,
.site-header.header-four .header-top .imp-links li:hover > a,
.site-header.header-four .header-top .imp-links li:focus > a{
	color: #06c2b5;
	text-decoration: none;
}

.site-header.header-four .header-top .imp-links li .fa{
	margin-right: 7px;
}

.site-header.header-four .header-top .imp-links ul{
	position: absolute;
	top: 100%;
	right: 0;
	width: 200px;
	background: #fff;
	text-align: right;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
	display: none;
}

.site-header.header-four .header-top .imp-links li:hover > ul{
	display: block;
}

.site-header.header-four .header-top .imp-links ul ul{
	right: 100%;
	top: 0;
}

.site-header.header-four .header-top .imp-links ul li{
	float: none;
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
}

.site-header.header-four .header-top .imp-links ul li a{
	display: block;
	padding: 5px 10px;
}

.site-header.header-four .header-bottom{
	padding: 10px 0 36px;
}

.site-header.header-four .header-bottom .col{
	padding: 0 15px;
	float: left;
}

.site-header.header-four .header-bottom .col.one{
	width: 25%;

}
.site-header.header-four .header-bottom .col.two{
	width: 75%;
	float: right;
}

.site-header.header-four .header-bottom .contact-info{
	overflow:hidden;
	float: right;
	font-size: 15px;
	line-height: 18px;
	margin-top: 18px;
}

.site-header.header-four .header-bottom .contact-info span{
	float: left;
	display: block;
	width: 46px;
	height: 46px;
	border: 2px solid #868e97;
	text-align: center;
	margin-right: 10px;
	font-size: 15px;
	line-height: 18px;
	color: #2e3944;
	padding: 10px 4px;
}

.site-header.header-four .header-bottom .contact-info .text-holder{
	overflow: hidden;
	float: left;
	font-weight: 700;
}

.site-header.header-four .header-bottom .contact-info .text-holder strong{
	color: #838689;
}

.site-header.header-four .header-bottom .contact-info .text-holder:first-child{
	margin-right: 20px;
}

.site-header.header-four .header-bottom .contact-info .text{
	float: left;
	text-transform: uppercase;
}

.site-header.header-four .header-bottom .contact-info .text a{
	display: block;
	text-transform: none;
	color: #2e3944;
}

.site-header.header-four .header-bottom .contact-info .text a:hover,
.site-header.header-four .header-bottom .contact-info .text a:focus{
	color: #01c6b8;
	text-decoration: none;
}

.site-header.header-four .nav-holder{
	background: #06c2b5;
}

.site-header.header-four .main-navigation{
	float: none;
	margin-top: 0;
	
}

.site-header.header-four .main-navigation a{
	font-weight: 700;
	padding:24px 26px;
	color: #ffffff;
	font-size: 16px;
	line-height: 20px;
}

.site-header.header-four .main-navigation li.current-menu-item > a,
.site-header.header-four .main-navigation li:hover > a{
	color: #06c2b5;
	background: #fff;
}

.site-header.header-four .main-navigation li{
	border-left: 1px solid rgba(255, 255, 255, 0.2);
	margin-left: 0;
}
.site-header.header-four .main-navigation li:first-child,
.site-header.header-four .main-navigation ul ul li{
	border-left: 0;
}

.site-header.header-four .main-navigation ul ul{
	background: #06c2b5;

}

.site-header.header-four .main-navigation ul ul a{
	padding: 13px 18px;
}

.site-header.header-four .form-holder .search-btn{
	display: none;
}

.site-header.header-four .form-holder{
	float:right;
	margin-top: 18px;
	margin-right: 20px;
}

.site-header.header-four .form-holder form{
	background: none;
	height: 46px;
	width: 310px;
	border: 2px solid #06c2b5;
	position: relative;
}

.site-header.header-four .form-holder form:after{
	content: '';
	display: block;
	clear: both;
}

.site-header.header-four .form-holder form input[type="search"]{
	float: left;
	width: 70%;
	padding: 0 10px;
	margin: 0;
	height: 100%;
	background: none;
	border: 0;
	border-radius: 0;
	color: #a5a5a5;
	font-style: italic;
	font-size: 15px;
	line-height: 18px;
}

.site-header.header-four .form-holder form input[type="submit"]{
	background: url(images/search-icon2.png) no-repeat center center;
	float: right;
	border: 0;
	border-radius: 0;
	padding: 0;
	margin: 0;
	height: 100%;
	width: 20%;
	text-indent: -9999px;
	box-shadow: none;
	border-left:2px solid #06c2b5;
}

/*header-five style*/

.site-header.header-five .header-top{
	background: #01c6b8;
	padding: 0;
}

.site-header.header-five .header-top .social-networks{
	float: right;
	margin: 4px 0;
}

.site-header.header-five .header-top .social-networks li a{
	color: #01c6b8;
	height:40px;
	background: #ffffff;
	border-radius: 0;
	font-size: 16px;
	line-height: 20px;
	width: 40px;
	padding: 8px 3px;
	border: 1px solid #fff;
	transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
}

.site-header.header-five .header-top .social-networks li a:hover{
	background: none;
	color: #fff;
}

.site-header.header-five .header-top .social-networks li a:hover{
	background: none;
}

.site-header.header-five .header-top .imp-links{
	float: left;
}

.site-header.header-five .header-top .imp-links li{
	display: inline-block;
	border-left: 1px solid rgba(255, 255, 255, 0.2);
	padding-left: 15px;
	margin-right: 15px;
	padding-top: 9px;
	padding-bottom: 9px;
	font-size: 15px;
	line-height: 18px;
	color: #f4f4f4;
	position: relative;
}

.site-header.header-five .header-top .imp-links li:first-child{
	border-left: 0;
	padding-left: 0;
}

.site-header.header-five .header-top .imp-links li a{
	color: #f4f4f4;
	display: inline-block;
	padding: 6px 0;
}

.site-header.header-five .header-top .imp-links li a:hover,
.site-header.header-five .header-top .imp-links li a:focus,
.site-header.header-five .header-top .imp-links li:hover > a,
.site-header.header-five .header-top .imp-links li:focus > a{
	color: #282e33;
	text-decoration: none;
}

.site-header.header-five .header-top .imp-links li .fa{
	margin-right: 7px;
}

.site-header.header-five .header-top .imp-links ul{
	position: absolute;
	top: 100%;
	left: 0;
	background: #01C6B8;
	width: 200px;
	padding: 0 0 5px;
	display: none;
}

.site-header.header-five .header-top .imp-links li:hover > ul,
.site-header.header-five .header-top .imp-links li:focus > ul{
	display: block;
}

.site-header.header-five .header-top .imp-links ul li{
	float: none;
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
}

.site-header.header-five .header-top .imp-links ul li a{
	display: block;
	padding: 6px 6px 6px 15px;
}

.site-header.header-five .header-top .imp-links ul li a:hover,
.site-header.header-five .header-top .imp-links ul li a:focus{
	background: rgba(255, 255, 255, 0.3);
}

.site-header.header-five .header-top .imp-links ul ul{
	left: 100%;
	top: 0;
}

.site-header.header-five .header-bottom{
	padding: 0;
	background: #fff;
}

.site-header.header-five .main-navigation{
	float: right;
	margin:8px 0;
	
}

.site-header.header-five .site-branding{
	margin: 0;
}

.site-header.header-five .main-navigation a{
	color: #01c6b8;
	font-size: 16px;
	line-height: 20px;
	padding: 36px 26px;
	font-weight: 700;
	text-transform: none;
}

.site-header.header-five .main-navigation a:hover,
.site-header.header-five .main-navigation ul li.current-menu-item > a,
.site-header.header-five .main-navigation ul li:hover > a{
	color: #282e33;
}

.site-header.header-five .main-navigation ul li{
	margin-left: 0;
	padding-left: 0;
	position: relative;
}

.site-header.header-five .main-navigation ul li:after{
	position: absolute;
	top: 32px;
	left: 0;
	height: 28px;
	width: 1px;
	content: '';
	background: #efefef;
}

.site-header.header-five .main-navigation ul ul li:after{
	display: none;
}

.site-header.header-five .main-navigation ul li:last-child a{
	padding-right: 0;
}

.site-header.header-five .main-navigation ul li:first-child:after{
	display: none;
}

.site-header.header-five .main-navigation ul ul{
	border-top: 0;
	top: 100%;
}

.site-header.header-five .main-navigation ul ul a{
	padding:13px 24px;
}

.site-header.header-five .main-navigation ul ul li{
	border-bottom: 1px solid #efefef;
}

.site-header.header-five .main-navigation ul ul ul {
	top: 0;
}

.site-header.header-five .main-navigation ul ul li:hover a{
	background: none;
}

.site-header.header-five .main-navigation ul ul li:last-child{
	border-bottom: 0;
}

.site-header.header-five  .site-branding{
	margin: 26px 0;
}

/*header-six style*/
.site-header.header-six .header-top{
	background: #14181c;
	position: relative;
	z-index: 999;
}

.site-header.header-six .header-top .social-networks {
	float: left;
}

.site-header.header-six .header-top .imp-links{
	float: right;
	margin-top: 3px;
}

.site-header.header-six .header-top .imp-links li{
	display: inline-block;
	border-left: 1px solid #34d1c6;
	padding-left: 15px;
	margin-right: 15px;
	font-size: 15px;
	line-height: 15px;
	color: #f4f4f4;
	position: relative;
}

.site-header.header-six .header-top .imp-links li:last-child{
	margin-right: 0;
}

.site-header.header-six .header-top .imp-links li:first-child{
	border-left: 0;
	padding-left: 0;
}

.site-header.header-six .header-top .imp-links li a{
	color: #f4f4f4;
	display: inline-block;
	padding: 0 0 7px;
}

.site-header.header-six .header-top .imp-links li a:hover,
.site-header.header-six .header-top .imp-links li a:focus,
.site-header.header-six .header-top .imp-links li:hover > a,
.site-header.header-six .header-top .imp-links li:focus > a{
	opacity: 0.6;
	text-decoration: none;
}

.site-header.header-six .header-top .imp-links li .fa{
	margin-right: 7px;
}

.site-header.header-six .header-top .imp-links ul{
	position: absolute;
	top: 100%;
	right: 0;
	width: 200px;
	background: #14181C;
	text-align: right;
	padding: 2px 0 5px;
	display: none;
}

.site-header.header-six .header-top .imp-links li:hover > ul,
.site-header.header-six .header-top .imp-links li:focus > ul{
	display: block;
}

.site-header.header-six .header-top .imp-links ul li{
	margin: 0;
	padding: 0;
	border: 0;
	float: none;
	display: block;
}

.site-header.header-six .header-top .imp-links ul li a{
	display: block;
	padding: 5px 10px;
}

.site-header.header-six .header-top .imp-links ul ul{
	right: 100%;
	top: 0;
}

.site-header.header-six .header-bottom{
	background: none;
	padding: 0;
}

.site-header.header-six .header-bottom .container{
	position: relative;
}

.site-header.header-six .text-wrapper{
	position: absolute;
	top: 100%;
	z-index: 450;
	width: calc(100% - 30px);
}

.no-slider .site-header.header-six .text-wrapper{
	position: unset;
	padding-right: 0;
}

.site-header.header-six .text-wrapper .text-holder{
	background: #fff;
}

.site-header.header-six .text-wrapper .text-holder .top{
	padding: 0 30px;
	overflow:hidden;
	border-bottom: 1px solid #ebebeb;
}

.site-header.header-six .text-wrapper .text-holder .bottom{
	padding: 0 30px;
}

.site-header.header-six .text-wrapper .text-holder .bottom:after,
.site-header.header-six .text-wrapper:after{
	display: block;
	content: '';
	clear: both;
}

.site-header.header-six .header-bottom .contact-info{
	float: right;
}

.site-header.header-six .header-bottom .contact-info{
	overflow:hidden;
	margin: 25px 0;
}

.site-header.header-six .header-bottom .contact-info .text-holder{
	float: left;
	margin-right: 30px;
}

.site-header.header-six .header-bottom .contact-info .text-holder:last-child{
	margin-right: 0;
}

.site-header.header-six .header-bottom .contact-info .text-holder .text{
	float: left;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 18px;
	color: #838689;
}

.site-header.header-six .header-bottom .contact-info .text-holder .text a{
	display: block;
	text-transform: none;
}

.site-header.header-six .header-bottom .contact-info .icon-holder{
	float: left;
	display: block;
	margin-right: 15px;
	color: #838689;
	font-size: 30px;
	line-height: 30px;
	padding-top: 3px;
}

.site-header.header-six .header-bottom .main-navigation{
	float: left;
}

.site-header.header-six .header-bottom  .form-holder{
	float: right;
	padding: 24px 0 24px 5px;
	position: relative;
}

.site-header.header-six .header-top .form-holder{
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
}

.site-header.header-six .form-holder form{
	display: none;
	position: absolute;
	width:280px;
	right:0;
	top: 100%;
	z-index: 9999;
	height: 50px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	background: #fff;
	
}

.site-header.header-six .form-holder form input[type="search"]{
	height: 100%;
	float: left;
	width: 66%;
	padding: 0 10px;
	border: 0;
	border-radius: 0;
	color: #01C6B8;
	font-size: 15px;
	line-height: 18px;
	font-style: italic;
	border-bottom-left-radius: 5px;

}

.site-header.header-six .form-holder form input[type="submit"]{
	float: right;
	height: 100%;
	width: 25%;
	padding: 0 10px;
	border: 0;
	border-radius: 0;
	background: #01C6B8;
	box-shadow: none;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 12px;
	border-bottom-right-radius: 5px;
	line-height: 15px;
}

.site-header.header-six .form-holder .search-btn{
	cursor:pointer;
}

/*header-seven style*/
.site-header.header-seven .header-top{
	background: #14181c;
	padding: 0;
}

.site-header.header-seven .header-top .contact-info{
	float: left;
	font-size: 15px;
	line-height: 18px;
	margin-top: 3px;
}
.site-header.header-seven .social-networks{
	float: right;
	margin-top: 32px;
}

.site-header.header-seven .social-networks a{
	width: auto;
	height: auto;
	border-radius: 0;
	background: none;
	font-size: 18px;
	line-height: 22px;
	color: #3e3e41;
}
.site-header.header-seven .social-networks a:hover{
	color: #01c6b8;
}

.site-header.header-seven .social-networks li{
	float: left;
	margin: 0 0 0 20px;
	padding: 0;
}

.site-header.header-seven .header-top .contact-info span{
	color: #dadada;
	margin-right: 12px;

}

.site-header.header-seven .header-top .contact-info a{
	color: #dadada;
}

.site-header.header-seven .header-top .contact-info a:hover,
.site-header.header-seven .header-top .contact-info a:focus{
	opacity: 0.6;
	text-decoration: none;
}

.site-header.header-seven .header-top .contact-info .fa{
	margin-right: 8px;
}

.site-header.header-seven{
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 400;
}

.no-slider .site-header.header-seven{position: unset;}

.site-header.header-seven .header-bottom{
	background: #fff;
}

.site-header.header-seven .header-top{
	background: none;
}

.site-header.header-seven .header-top{
	padding:14px 3.3% 19px;
}

.no-slider .site-header.header-seven .header-top{background: #121212;}

.site-header.header-seven .header-bottom{
	padding: 0 3.3%;
}

.site-header.header-seven .fluid-container:after{
	display: block;
	content: '';
	clear: both;
}

.site-header.header-seven .header-bottom .col{
	width: 20%;
	float: left;
	padding: 0 15px;
}

.site-header.header-seven .header-bottom .col.large{
	width: 60%;
}

.site-header.header-seven .imp-links{
	float: right;
}

.site-header.header-seven .imp-links li{
	display: inline-block;
	border-left: 1px solid #4e5060;
	padding-left: 15px;
	margin-right: 15px;
	font-size: 15px;
	line-height: 15px;
	color: #e5e5e5;
	position: relative;
}

.site-header.header-seven .imp-links li:first-child{
	border-left: 0;
	padding-left: 0;
}

.site-header.header-seven .imp-links li a{
	color: #e5e5e5;
	display: inline-block;
	padding: 0 0 7px;
}

.site-header.header-seven .imp-links li a:hover,
.site-header.header-seven .imp-links li a:focus,
.site-header.header-seven .imp-links li:hover > a,
.site-header.header-seven .imp-links li:focus > a{
	opacity: 0.6;
	text-decoration: none;
}

.site-header.header-seven .imp-links li .fa{
	margin-right: 7px;
}

.site-header.header-seven .imp-links ul{
	position: absolute;
	top: 100%;
	right: 0;
	text-align: right;
	background: #121212;
	width: 200px;
	padding: 0 0 5px;
	display: none;
}

.site-header.header-seven .imp-links li:hover > ul,
.site-header.header-seven .imp-links li:focus > ul{
	display: block;
}

.site-header.header-seven .imp-links ul ul{
	right: 100%;
	top: 0;
}

.site-header.header-seven .imp-links ul li{
	float: none;
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
}

.site-header.header-seven .imp-links ul li a{
	display: block;
	padding: 5px 10px;
}

.site-header.header-seven .main-navigation{
	float: none;
	text-align: center;
	margin-top: 0;
}

.site-header.header-seven .main-navigation a{
	text-transform: none;
	font-size: 18px;
	line-height: 22px;
	color: #323234;
	font-weight: 400;
	padding: 36px 8px;
}


.site-header.header-seven .main-navigation ul li{display: inline-block;float: none;}

.site-header.header-seven .main-navigation a:hover,
.site-header.header-seven .main-navigation .current-menu-item > a,
.site-header.header-seven .main-navigation ul li:hover > a{
	color: #01c6b8;
}

.site-header.header-seven .main-navigation ul ul li{
	float: none;
	display: block;
	margin: 0;
}

.site-header.header-seven .main-navigation ul ul{text-align: left;}

.site-header.header-seven .main-navigation ul ul li a{
	padding: 10px;
}

.site-header.header-seven .main-navigation ul ul li a:hover,
.site-header.header-seven .main-navigation ul ul li a:focus,
.site-header.header-seven .main-navigation ul ul li:hover > a,
.site-header.header-seven .main-navigation ul ul li:focus > a{background: none;}

/*header-eight style*/
.site-header.header-eight .site-branding .site-title{
	font-size: 20px;
	line-height: 25px;
}

.site-header.header-eight{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 40;
	padding-top: 30px;
}

.no-slider .site-header.header-eight{position: unset;} 

.site-header.header-eight .branding-holder{
	float: left;
	width: 28%;
	position: relative;
	padding-right: 30px;
	background: #01c4b6;

	
	/*transform: skew(-10deg) rotate(10deg);*/

}

.site-header.header-eight .branding-holder .wrapper{
	/*padding: 20px 60px 24px 22px;*/
	padding: 40px 60px 31px 22px;
	background: #fff;

}

.site-header.header-eight .branding-holder:after{
	position: absolute;
	top: 0;
	content: '';
	background: #fff;
	height: 100%;
	transform: skew(-25deg);
	width: 60px;
	right: 0;
}

.site-header.header-eight .branding-holder .site-branding{
	margin-top: 0;
	float: none;
}

.site-header.header-eight  .right-panel{
	float: left;
	width: 72%;
}

.site-header.header-eight  .right-panel .top:after,
.site-header.header-eight  .right-panel .bottom:after{
	display: block;
	content: '';
	clear: both;
}

.site-header.header-eight  .right-panel .bottom{
	background: #01c4b6;
	padding: 0 20px;
}

.site-header.header-eight .contact-info{
	float: right;
}

.site-header.header-eight .main-navigation{
	float: left;
}

.site-header.header-eight .form-holder {
	color: #fff;
	padding: 0;
	float: right;
}

.site-header.header-eight .form-holder{
	position: relative;
	padding: 24px 0;
}

.site-header.header-eight .form-holder form{
	display: none;
	position: absolute;
	width:280px;
	right:0;
	top: 100%;
	z-index: 9999;
	height: 50px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	background: #fff;
	
}

.site-header.header-eight .form-holder form input[type="search"]{
	height: 100%;
	float: left;
	width: 66%;
	padding: 0 10px;
	border: 0;
	border-radius: 0;
	color: #01C6B8;
	font-size: 15px;
	line-height: 18px;
	font-style: italic;
	border-bottom-left-radius: 5px;

}

.site-header.header-eight .form-holder form input[type="submit"]{
	float: right;
	height: 100%;
	width: 25%;
	padding: 0 10px;
	border: 0;
	border-radius: 0;
	background: #01C6B8;
	box-shadow: none;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 12px;
	border-bottom-right-radius: 5px;
	line-height: 15px;
}

.site-header.header-eight .form-holder .search-btn{
	cursor: pointer;
}

.site-header.header-eight .form-holder form{
	display: none;
}

.site-header.header-eight .social-networks li{
	float: left;
	font-size: 18px;
	line-height: 22px;
	color: #d2d2d2;
	margin-left: 16px;
}

.site-header.header-eight .social-networks li a{
	color: #d2d2d2;
}

.site-header.header-eight .social-networks li a:hover{
	color: #01c6b8;
}

.site-header.header-eight .contact-info{
	margin-left: 26px;
}

.site-header.header-eight .contact-info,
.site-header.header-eight .social-networks{
	margin-bottom: 10px;
	float: right;
	
}

.site-header.header-eight .contact-info span{
	color: #dadada;
	font-size: 19px;
	line-height: 22px;
	font-weight: 700;
}

.site-header.header-eight .contact-info .fa{
	margin-right: 7px;
	color: #01c6b8;
}

.site-header.header-eight .contact-info span a{
	color: #dadada;
}

.site-header.header-eight .contact-info span a:hover,
.site-header.header-eight .contact-info span a:focus{
	color: #01c6b8;
	text-decoration: none;
}

.site-header.header-eight .main-navigation{
	margin-top: 0;
}

.site-header.header-eight .main-navigation a{
	border-top: 3px solid #01c4b6;
	color: #fff;
	font-size: 15px;
	line-height: 18px;
	padding: 28px 10px;
}

.site-header.header-eight .main-navigation ul ul{
	background: #01C4B6;
}

.site-header.header-eight .main-navigation ul ul a{
	padding:10px 14px;
	border-top: 0;
}

.site-header.header-eight .main-navigation a:hover,
.site-header.header-eight .main-navigation ul li:hover > a,
.site-header.header-eight .main-navigation ul li.current-menu-item > a{
	border-top: 3px solid #fff;
}

.site-header.header-eight .main-navigation ul ul a:hover,
.site-header.header-eight .main-navigation ul ul li:hover > a,
.site-header.header-eight .main-navigation ul ul li.current-menu-item > a{
	border-top:0;
	opacity: 0.6;
	background: none;
}

/*header-nine style*/
.site-header.header-nine .header-top{
	background: #49596b;
	padding: 0;
}

.site-header.header-nine .header-top .imp-links{
	float: left;
	margin-top: 8px;
}

.site-header.header-nine .header-top .imp-links li{
	display: inline-block;
	border-left: 1px solid #34d1c6;
	padding-left: 15px;
	margin-right: 15px;
	font-size: 15px;
	line-height: 15px;
	color: #f4f4f4;
	position: relative;
}

.site-header.header-nine .header-top .imp-links li:first-child{
	border-left: 0;
	padding-left: 0;
}

.site-header.header-nine .header-top .imp-links li a{
	color: #f4f4f4;
	display: inline-block;
}

.site-header.header-nine .header-top .imp-links li a:hover,
.site-header.header-nine .header-top .imp-links li a:focus,
.site-header.header-nine .header-top .imp-links li:hover > a,
.site-header.header-nine .header-top .imp-links li:focus > a{
	text-decoration: none;
	color: #01c6b8;
}

.site-header.header-nine .header-top .imp-links li .fa{
	margin-right: 7px;
}

.site-header.header-nine .header-top .imp-links ul{
	position: absolute;
	top: 100%;
	left: 0;
	width: 200px;
	background: #49596B;
	padding: 15px 0 10px;
	display: none;
}

.site-header.header-nine .header-top .imp-links li:hover > ul{
	display: block;
}

.site-header.header-nine .header-top .imp-links ul ul{
	left: 100%;
	top: 0;
	padding-top: 5px;
}

.site-header.header-nine .header-top .imp-links ul li{
	float: none;
	display: block;
	padding: 0;
	margin: 0;
	border: 0;
}

.site-header.header-nine .header-top .imp-links ul li a{
	display: block;
	padding: 5px 10px;
}

.site-header.header-nine .social-networks{
	border-left: 1px solid #657280;
}

.site-header.header-nine .social-networks li{
	float: left;
	font-size: 18px;
	line-height: 22px;
	color: #e3e3e3;
	margin-left: 16px;
	border-right: 1px solid #657280;
	margin: 0;
}

.site-header.header-nine .social-networks li a{
	color: #e3e3e3;
	height: auto;
	padding:7px 16px;
	width: auto;
	background: none;
	text-align: center;
}

.site-header.header-nine .social-networks li a:hover{
	color: #06c2b5;
	background: none;
}

.site-header.header-nine .header-bottom .col{
	width: 33.33%;
	padding: 0 15px;
	float: left;
}

.site-header.header-nine .header-bottom .col:after{
	content: '';
	display: block;
	clear: both;
}

.site-header.header-nine .header-bottom .col.right{
	width: 66.67%;
	float: right;
}

.site-header.header-nine .header-bottom .site-branding{
	float: none;
}

.site-header.header-nine .header-bottom .contact-info{
	float: right;
}

.site-header.header-nine .header-bottom .contact-info{
	overflow:hidden;
	margin: 25px 30px 0 0;
	float: left;
}
.site-header.header-nine .header-bottom .contact-info .text-holder{
	float: left;
	margin-right: 15px;
}

.site-header.header-nine .header-bottom .contact-info .text-holder:last-child{
	margin-right: 0;
}

.site-header.header-nine .header-bottom .contact-info .text-holder .text{
	float: left;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 18px;
	color: #838689;
}

.site-header.header-nine .header-bottom .contact-info .text-holder .text a{
	display: block;
	text-transform: none;
}

.site-header.header-nine .header-bottom .contact-info .icon-holder{
	float: left;
	display: block;
	margin-right: 15px;
	color: #838689;
	font-size: 30px;
	line-height: 30px;
	padding-top: 3px;
}

.site-header.header-nine .form-holder .search-btn{
	display: none;
}

.site-header.header-nine .form-holder{
	float: right;
	margin-top: 18px;
}

.site-header.header-nine .form-holder form:after{
	content: '';
	display: block;
	clear: both;
}

.site-header.header-nine .form-holder form{
	background: #f4f4f4;
	height: 46px;
	width: 310px;
	position: relative;
}

.site-header.header-nine .form-holder form input[type="search"]{
	float: left;
	width: 70%;
	padding: 0 10px;
	margin: 0;
	height: 100%;
	background: none;
	border: 0;
	border-radius: 0;
	color: #a5a5a5;
	font-style: italic;
	font-size: 15px;
	line-height: 18px;
}

.site-header.header-nine .form-holder form input[type="submit"]{
	background: url(images/search-icon2.png) no-repeat center center;
	float: right;
	border: 0;
	border-radius: 0;
	padding: 0;
	margin: 0;
	height: 100%;
	width: 20%;
	text-indent: -9999px;
	box-shadow: none;
}

.site-header.header-nine .header-bottom{
	padding: 10px 0 28px;
}

.site-header.header-nine  .nav-holder{
	border-top: 1px solid #ebebeb;
	background: #fff;
}

.site-header.header-nine  .nav-holder .main-navigation{
	float: none;
	margin-top: 0;
}

.site-header.header-nine  .nav-holder .main-navigation a{
	font-size: 15px;
	line-height: 18px;
	color: #646464;
	font-weight: 700;
	padding: 22px 24px;
}

.site-header.header-nine  .nav-holder .main-navigation ul ul a{
	padding: 13px 15px;
}

.site-header.header-nine  .nav-holder .main-navigation ul li{
	margin-left: 1px;
}

.site-header.header-nine  .nav-holder .main-navigation ul ul li{
	margin-left: 0;
}

.site-header.header-nine  .nav-holder .main-navigation ul li:first-child{
	margin-left: 0;
}

.site-header.header-nine  .nav-holder .main-navigation a:hover,
.site-header.header-nine  .nav-holder .main-navigation ul li:hover > a,
.site-header.header-nine  .nav-holder .main-navigation ul li.current-menu-item > a{
	background: #01c6b8;
	color: #fff;
}

/*---------------------------------------------------------------
 Shortcode style
----------------------------------------------------------------*/
/*shortcode accordion*/
#primary .post .entry-content .rara_accordian,
#primary .page .entry-content .rara_accordian{
	border: 1px solid #3B9AD7;
	margin: 0 0 15px;
}

#primary .post .entry-content .rara_accordian .rara_accordian_title,
#primary .page .entry-content .rara_accordian .rara_accordian_title{
	background: #3B9AD7;
	padding: 7px 15px 7px 35px;
	color: #fff;
	position: relative;
	cursor: pointer;
}

#primary .post .entry-content .rara_accordian .rara_accordian_title:before,
#primary .page .entry-content .rara_accordian .rara_accordian_title:before{
	background: #fff;
    content: '';
    height: 3px;
    left: 12px;
    position: absolute;
    top: 50%;
    width: 15px;
}

#primary .post .entry-content .rara_accordian .rara_accordian_title:after,
#primary .page .entry-content .rara_accordian .rara_accordian_title:after{
	background: #fff;
    content: "";
    height: 3px;
    left: 12px;
    position: absolute;
    top: 50%;
    -webkit-transform: rotate(90deg) scale(1);
    -moz-transform: rotate(90deg) scale(1);
    transform: rotate(90deg) scale(1);
    width: 15px;
}

#primary .post .entry-content .rara_accordian .rara_accordian_title.active:after,
#primary .page .entry-content .rara_accordian .rara_accordian_title.active:after{opacity: 0;}

#primary .post .entry-content .rara_accordian .rara_accordian_content,
#primary .page .entry-content .rara_accordian .rara_accordian_content{
	padding: 10px 20px;
}

/*CTA button*/
#primary .entry-content .center{
	text-align: center;
}

#primary .entry-content .rara_call_to_action_button{
	background: #3B9AD7;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    font-size: 15px;
    line-height: 49px;
    padding: 0 33px;
    text-transform: uppercase;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

#primary .entry-content .rara_call_to_action_button:hover,
#primary .entry-content .rara_call_to_action_button:focus{
	opacity: 0.8;
	text-decoration: none;
}

#primary .entry-content .rara_call_to_action.right:after{
	content: '';
	display: block;
	clear: both;
}

#primary .entry-content .rara_call_to_action.right .rara_call_to_action_button{
	float: right;
}

/*dropcap*/
.rara-drop-cap2 {
    float: left;
    font-size: 53px;
    padding-right: 10px;
    padding-top: 16px;
}

.rara-drop-cap3 {
    float: left;
    font-size: 80px;
    margin-bottom: 20px;
    padding-right: 10px;
    padding-top: 30px;
}

.rara-drop-cap4 {
    float: left;
    font-size: 115px;
    margin-bottom: 32px;
    padding-right: 10px;
    padding-top: 45px;
}

/*list-style*/
#primary .post .entry-content ul,
#primary .page .entry-content ul{
	margin: 0 0 30px 15px;
	padding: 0;
}

#primary .post .entry-content ul.rara-list,
#primary .page .entry-content ul.rara-list{list-style: none;}

#primary .post .entry-content .rara-list li,
#primary .page .entry-content .rara-list li{
	padding-left: 30px;
	position: relative;
	background: none;
}

#primary .post .entry-content .rara-list.rara-list-style1 li:before,
#primary .page .entry-content .rara-list.rara-list-style1 li:before{
	content: '\f00c';
	font-family: 'FontAwesome';
	position: absolute;
	top: 0;
	left: 0;
	font-size: 12px;
}

#primary .post .entry-content .rara-list.rara-list-style2 li:before,
#primary .page .entry-content .rara-list.rara-list-style2 li:before{
	content: '\f0da';
	font-family: 'FontAwesome';
	position: absolute;
	top: 0;
	left: 0;
	font-size: 12px;
}

#primary .post .entry-content .rara-list.rara-list-style3 li:before,
#primary .page .entry-content .rara-list.rara-list-style3 li:before{
	content: '\f18e';
	font-family: 'FontAwesome';
	position: absolute;
	top: 0;
	left: 0;
	font-size: 12px;
}

#primary .post .entry-content .rara-list.rara-list-style4 li:before,
#primary .page .entry-content .rara-list.rara-list-style4 li:before{
	content: '\f005';
	font-family: 'FontAwesome';
	position: absolute;
	top: 0;
	left: 0;
	font-size: 12px;
}

#primary .post .entry-content .rara-list.rara-list-style5 li:before,
#primary .page .entry-content .rara-list.rara-list-style5 li:before{
	content: '\f04d';
	font-family: 'FontAwesome';
	position: absolute;
	top: 0;
	left: 0;
	font-size: 9px;
}

#primary .post .entry-content .rara-list.rara-list-style6 li:before,
#primary .page .entry-content .rara-list.rara-list-style6 li:before{
	content: '\f1cd';
	font-family: 'FontAwesome';
	position: absolute;
	top: 0;
	left: 0;
	font-size: 12px;
}

#primary .post .entry-content .rara-list.rara-list-style7 li:before,
#primary .page .entry-content .rara-list.rara-list-style7 li:before{
	content: '\f1d8';
	font-family: 'FontAwesome';
	position: absolute;
	top: 0;
	left: 0;
	font-size: 12px;
}

#primary .post .entry-content .rara-list.rara-list-style8 li:before,
#primary .page .entry-content .rara-list.rara-list-style8 li:before{
	content: '\f0a4';
	font-family: 'FontAwesome';
	position: absolute;
	top: 0;
	left: 0;
	font-size: 12px;
}

#primary .post .entry-content .rara-list.rara-list-style9 li:before,
#primary .page .entry-content .rara-list.rara-list-style9 li:before{
	content: '\f069';
	font-family: 'FontAwesome';
	position: absolute;
	top: 0;
	left: 0;
	font-size: 12px;
}

#primary .post .entry-content .rara-list.rara-list-style10 li:before,
#primary .page .entry-content .rara-list.rara-list-style10 li:before{
	content: '\f056';
	font-family: 'FontAwesome';
	position: absolute;
	top: 0;
	left: 0;
	font-size: 12px;
}

/*shortcode social icon*/
#primary .entry-content .social-shortcode:after{
	content: '';
	display: block;
	clear: both;
}

#primary .entry-content .social-shortcode a{
	background: #3B9AD7;
    float: left;
    height: 33px;
    padding: 2px 0;
    vertical-align: middle;
    width: 33px;
    color: #fff;
    text-align: center;
    line-height: 29px;
    margin: 0 10px 10px 0;
    border-radius: 5px;
    -webkit-transition: linear 0.2s;
    -moz-transition: linear 0.2s;
    transition: linear 0.2s;
}

#primary .entry-content .social-shortcode a[href*="facebook"]{background: #3B5998;}

#primary .entry-content .social-shortcode a[href*="twitter"]{background: #55ACEE;}

#primary .entry-content .social-shortcode a[href*="instagram"]{background: #A77F65;}

#primary .entry-content .social-shortcode a[href*="google"]{background: #DC4A38;}

#primary .entry-content .social-shortcode a[href*="pinterest"]{background: #CC2127;}

#primary .entry-content .social-shortcode a[href*="linkedin"]{background: #007BB6;}

#primary .entry-content .social-shortcode a[href*="youtube"]{background: #DB2824;}

#primary .entry-content .social-shortcode a[href*="vimeo"]{background: #23B6EA;}

#primary .entry-content .social-shortcode a[href*="dribbble"]{background: #F16697;}

#primary .entry-content .social-shortcode a[href*="foursquare"]{background: #EF4B78;}

#primary .entry-content .social-shortcode a[href*="flickr"]{background: #0161DA;}

#primary .entry-content .social-shortcode a[href*="reddit"]{background: #FF4500;}

#primary .entry-content .social-shortcode a[href*="skype"]{background: #00AFF0;}

#primary .entry-content .social-shortcode a[href*="stumbleupon"]{background: #EB4924;}

#primary .entry-content .social-shortcode a[href*="tumblr"]{background: #314358;}

#primary .entry-content .social-shortcode a:hover,
#primary .entry-content .social-shortcode a:focus{
	border-radius: 50%;
	color: #fff;
}

#primary .entry-content .social-shortcode a .fa{
	font-size: 16px;
	line-height: 29px;
}

.clearfix:after{
	content: '';
	display: block;
	clear: both;
}

/*shortcode tab*/
#primary .entry-content .rara_tab_wrap{margin: 0 0 1.5em;}

#primary .entry-content .rara_tab_wrap .rara_tab_group .tab-title{
	float: left;
	padding: 5px 9px;
	border: 1px solid #3B9AD7;
	cursor: pointer;
}

#primary .entry-content .rara_tab_wrap .rara_tab_group .tab-title.active,
#primary .entry-content .rara_tab_wrap .rara_tab_group .tab-title:hover,
#primary .entry-content .rara_tab_wrap .rara_tab_group .tab-title:focus{
	background: #3B9AD7;
	color: #fff;
}

#primary .entry-content .rara_tab_wrap .rara_tab_content{
	padding: 10px 20px;
	background: #f8f8f8;
}

#primary .entry-content .rara_tab_wrap.vertical .rara_tab_group{
	float: left;
	width: 225px;
}

#primary .entry-content .rara_tab_wrap.vertical .rara_tab_content{overflow: hidden;}

#primary .entry-content .rara_tab_wrap.vertical .rara_tab_group .tab-title{
	float: none;
	display: block;
}

/*shortcode toggle*/
.rara_toggle{
	border: 1px solid #3B9AD7;
	margin: 0 0 10px;
}

.rara_toggle .rara_toggle_title{
	background: #3B9AD7;
    color: #fff;
    cursor: pointer;
    padding: 7px 15px 7px 35px;
    position: relative;
}

.rara_toggle .rara_toggle_title:after{
	background: #fff;
    content: "";
    height: 3px;
    left: 12px;
    position: absolute;
    top: 50%;
    -webkit-transform: rotate(90deg) scale(1);
    -moz-transform: rotate(90deg) scale(1);
    transform: rotate(90deg) scale(1);
    width: 15px;
}

.rara_toggle .rara_toggle_title:before{
	background: #fff;
    content: "";
    height: 3px;
    left: 12px;
    position: absolute;
    top: 50%;
    width: 15px;
}

.rara_toggle .rara_toggle_title.active:after{opacity: 0;}

.rara_toggle .rara_toggle_content{padding: 10px 20px;}

/*shortcode slider*/
#primary .entry-content .shortcode-slider ul{margin: 0;}

#primary .entry-content .shortcode-slider ul li{
	background: none;
	padding: 0;
}

#primary .entry-content .shortcode-slider .lSAction > a{top: 41%;}

#primary .entry-content .shortcode-slider .lSAction > .lSPrev{
	background: url("images/prev.png") no-repeat;
    height: 26px;
    width: 14px;
    font-size: 0;
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -26px;
}

#primary .entry-content .shortcode-slider .lSAction > .lSNext{
	background: url("images/next.png") no-repeat;
    height: 26px;
    width: 14px;
    font-size: 0;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -26px;
}

/*shortcode grid layout*/
.rara-row{
	margin: 0 -15px;	
}

.rara-row:after{
	content: '';
	display: block;
	clear: both;
}

.rara_column{
	float: left;
	padding: 0 15px;
	margin-bottom: 30px;
}

.rara-span1{width: 16.66%;}

.rara-span2{width: 33.33%;}

.rara-span3{width: 50%;}

.rara-span4{width: 66.66%;}

.rara-span5{width: 83%;}

.rara-span6{width: 100%;}

.divider{margin: auto;}

/*================================
 Footer style
================================*/
.site-footer{
	background: #1d1d1d;
	padding: 84px 0 0;
}

.site-footer .widget-area{color: #efefef;}

.site-footer .widget-area .column{
	float: left;
	width: 25%;
	padding: 0 15px;
}

.site-footer .widget-area .widget-title{color: #fff;}

.site-footer .widget-area .widget.widget_search .search-form{
	border: 1px solid #efefef;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	height: auto;
	padding: 5px 10px;
}

.site-footer .widget-area .widget.widget_search .search-form:after{
	content: '';
	display: block;
	clear: both;
}

.site-footer .widget-area .widget.widget_search .search-form label{
	float: left;
	width: 85%;
}

.site-footer .widget-area .widget.widget_search .search-form input[type="search"]{
	padding: 0;
	color: #fff;
}

.site-footer .widget-area .widget.widget_search .search-form input[type="submit"]{
	float: right;
	padding: 0;
	background-position: 0 0;
	width: 16px;
	height: 16px;
	margin: 6px 0 0;
}

.site-footer .widget-area a{color: #efefef;}

.site-footer .widget-area a:hover,
.site-footer .widget-area a:focus{
	text-decoration: none;
	color: #01c6b8;
}

.site-footer .widget-area .widget ul li a{
	color: #efefef;
}

.site-footer .widget-area .widget ul li a:hover,
.site-footer .widget-area .widget ul li a:focus{
	text-decoration: none;
	color: #01c6b8;
}

.site-footer .widget.widget_calendar table th,
.site-footer .widget.widget_calendar table td{color: #efefef;}

.site-footer .widget.widget_recent_comments ul li a{color: #01c6b8;}

.site-footer .widget.widget_recent_comments ul li a:hover,
.site-footer .widget.widget_recent_comments ul li a:focus{
	color: #fff !important;
	text-decoration: none;
}

.site-footer .widget.widget_rss .rss-widget-icon{margin-top: 6px;}

.site-footer .widget.widget_rss ul li a{color: #01c6b8;}

.site-footer .widget.widget_rss ul li a:hover,
.site-footer .widget.widget_rss ul li a:focus{
	text-decoration: none;
	color: #fff !important;
}

.site-footer .widget.widget_rara_academic_pro_instagram_widget ul,
.site-footer .widget.widget_rara_academic_pro_flickr_widget ul{
	overflow: hidden;
	margin: 0 -3px;
}

.site-footer .widget.widget_rara_academic_pro_instagram_widget ul li,
.site-footer .widget.widget_rara_academic_pro_flickr_widget ul li{
	float: left;
	width: 33.3333%;
	padding: 0 3px;
	margin: 0 0 6px;
}

.site-footer .widget.widget_rara_academic_pro_instagram_widget .instagram-size-thumbnail li{width: 25%;}

.site-footer .widget.widget_rara_academic_pro_instagram_widget .instagram-size-large li{width: 50%;}

.site-footer .widget.widget_rara_academic_pro_instagram_widget .instagram-size-original li{width: 100%;}

.site-footer .widget.widget_rara_academic_pro_instagram_widget ul li img{vertical-align: top;}

.site-footer .widget.widget_rara_academic_pro_flickr_widget .col-2,
.site-footer .widget.widget_rara_academic_pro_flickr_widget .col-3{width: 100%;}

.site-footer .widget.widget_rara_academic_pro_flickr_widget .col-1 li{width: 100%;}

.site-footer .widget.widget_rara_academic_pro_flickr_widget .col-2 li{width: 50%;}

.site-footer .widget.widget_rara_academic_pro_flickr_widget .col-4 li{width: 25%;}

.site-footer .widget.widget_rara_academic_pro_flickr_widget .col-5 li{width: 20%;}

.site-footer .widget.widget_rara_academic_pro_flickr_widget .col-6 li{width: 16.6667%;}

.site-footer .widget.widget_rara_academic_pro_icon_text_widget .icon-holder{margin: 0 0 10px;}

.site-footer .widget.widget_rara_academic_pro_twitter_feeds_widget ul li a{
	color: #01c6b8;
}

.site-footer .widget.widget_rara_academic_pro_twitter_feeds_widget ul li a:hover,
.site-footer .widget.widget_rara_academic_pro_twitter_feeds_widget ul li a:focus{
	text-decoration: none;
	color: #fff !important;
}

.site-footer .widget.widget_rara_academic_pro_social_links ul{overflow: hidden;}

.site-footer .widget.widget_rara_academic_pro_social_links ul li{
	float: left;
	margin: 0 4px 4px 0;
	padding: 0;
}

.site-footer .widget.widget_rara_academic_pro_social_links ul li:before{display: none;}

.site-footer .widget.widget_rara_academic_pro_social_links ul li a{
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #efefef;
	color: #000;
	border-radius: 5px;
	-webkit-transition: linear 0.2s;
	-moz-transition: linear 0.2s;
	transition: linear 0.2s;
}

.site-footer .widget.widget_rara_academic_pro_social_links ul li a:hover,
.site-footer .widget.widget_rara_academic_pro_social_links ul li a:focus{
	text-decoration: none;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	color: #000;
}

.site-footer .widget.widget_rara_academic_pro_stat_counter_widget .icon-holder{margin: 0 0 15px;}

.site-footer .widget.widget_rara_academic_pro_stat_counter_widget strong{
	display: block;
    font-size: 62px;
    line-height: 70px;
    margin: 0 0 10px; 
}

.site-info{
	font-size: 17px;
	line-height: 24px;
	color: #c6c6c6;
	text-align: center;
	border-top: 1px solid #3c3b3c;
	padding: 46px 0 20px;
	margin-top: 10px;
}
.site-info a{
	color: #c6c6c6;
}
.site-info a:hover{
	color: #555458;
	text-decoration: none;
}

.tag-share ul{
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	font-size: 15px;
}

.tag-share ul li{
	display: inline-block;
	margin: 0 3px 3px;
}

.tag-share ul li a{
	display: block;
	width: 35px;
	height: 35px;
	background: #01c6b8;
	border-radius: 5px;
	text-align: center;
	line-height: 35px;
	color: #fff;
	-webkit-transition: linear 0.2s;
	-moz-transition: linear 0.2s;
	transition: linear 0.2s;
}

.tag-share ul li a[href*="facebook"]{background: #3B5998;}

.tag-share ul li a[href*="twitter"]{background: #1DA1F2;}

.tag-share ul li a[href*="linkedin"]{background: #006DB0;}

.tag-share ul li a[href*="pinterest"]{background: #CB1F27;}

.tag-share ul li a:hover,
.tag-share ul li a:focus{
	text-decoration: none;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

/*------------------------------------------
sticky-menu style
-----------------------------------------*/
.sticky-menu {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    /*background: #fff;*/
}

.custom-background .sticky-menu{
	max-width: 1450px;
}

.site-header.header-two .header-bottom.sticky-menu,
.site-header.header-eight.sticky-menu{
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.site-header.header-eight.sticky-menu.sticky-menu{
	padding-top: 0;
	background: #fff;
	left: auto;
}

.site-header.header-one .header-bottom{background: #fff;}

.site-header.header-six .sticky-menu .text-wrapper{
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.site-header.header-two .header-bottom.sticky-menu{
	background: #000;
	left: auto;
}

.custom-background .site-header.header-seven{max-width: 1450px;}

#wpadminbar .quicklinks ul:after{
  clear: none;
}

.no-slider .site-header{
	margin-bottom: 20px !important;
}

.inner .site-header.header-two .header-bottom{
	position: unset;
	background: #121212;
}

.inner .site-header.header-six .text-wrapper{
	position: unset;
}

.inner .site-header.header-seven{position: unset;}

.inner .site-header.header-seven .header-top{background: #000;}

.inner .site-header.header-eight{
	position: unset;
}

/*ajax search style*/
.site-header.header-two .form-holder form .ajax-search-results-container,
.site-header.header-three .form-holder form .ajax-search-results-container,
.site-header.header-four .form-holder form .ajax-search-results-container,
.site-header.header-six .form-holder form .ajax-search-results-container,
.site-header.header-eight .form-holder form .ajax-search-results-container,
.site-header.header-nine .form-holder form .ajax-search-results-container{
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background: #fff;
	padding: 0 10px;
	z-index: 10;
}

.site-header.header-two .form-holder form .ajax-search-results-container .ajax-search-meta .results-count,
.site-header.header-three .form-holder form .ajax-search-results-container .ajax-search-meta .results-count,
.site-header.header-four .form-holder form .ajax-search-results-container .ajax-search-meta .results-count,
.site-header.header-six .form-holder form .ajax-search-results-container .ajax-search-meta .results-count,
.site-header.header-eight .form-holder form .ajax-search-results-container .ajax-search-meta .results-count,
.site-header.header-nine .form-holder form .ajax-search-results-container .ajax-search-meta .results-count{margin-right: 10px;}

.site-header.header-three .form-holder form .ajax-search-results-container{
	background: #F4F4F4;	
}

.site-header.header-eight .form-holder form .ajax-search-results-container .ajax-search-meta .results-count{color: #121212;}

.widget.widget_search form .ajax-search-results-container{
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background: #F7F7F8;
	padding: 0 10px;
	z-index: 10;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
}

.widget.widget_search form .ajax-search-results-container .ajax-search-meta .results-count{margin-right: 10px;}

.site-footer .widget.widget_search form .ajax-search-results-container{
	background: #1D1D1D;
}

/*load more button style*/
#load-posts a{
	display: block;
	background: #01c6b8;
	color: #fff;
	text-align: center;
	padding: 10px;
}

#load-posts a:hover,
#load-posts a:focus{
	text-decoration: none;
	opacity: 0.8;
}

#load-posts a .fa{margin-right: 5px;}

#load-posts .disabled{
	display: none;
}

.site-header .imp-links ul{z-index:10;}