/*
Theme Name: Rara Academic
Theme URI: http://raratheme.com/wordpress-themes/rara-academic/
Author: Rara Theme
Author URI: http://raratheme.com/
Description: Rara Academic 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 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: 1.0.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: rara-academic
Tags: translation-ready, custom-background, theme-options, custom-menu, 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 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;
}

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:visited {
	color: #444447;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

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: 400;
	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;
}

.main-navigation ul ul a {
	width: 250px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.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: auto;
	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;
}

/* 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;
}
.ab-top-menu{
	float: left;
}
.ab-top-secondary.ab-top-menu{
	float: right;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.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;
}

/*========
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-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,
.header-top .tel-link{
	float: left;
	font-size: 15px;
	line-height: 18px;
	color: #f4f4f4;
	margin-top: 10px;
	margin-right: 15px;
}
.header-top .email .fa,
.header-top .tel-link .fa{
	margin-right: 10px;
}
.header-top .email:hover,
.header-top .email:focus,
.header-top .tel-link:hover,
.header-top .tel-link:focus{
	text-decoration: none;
	color: #fff;
}

.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;
	border-radius: 50%;
	-webkit-border-radius: 100px;
	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;
	margin-bottom: 50px;
}
.banner-section img{
	width: 100%;
}
.banner-section .banner-text{
	position: absolute;
	top: 25%;
	width: 100%;

}
.banner-section .banner-text .text{
	width: 50%;
	float: right;
	text-align: left;
	color: #fff;
	padding:0 30px;
	font-size: 22px;
	line-height: 30px;
	font-weight: 700;
}
.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:20px 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: #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: '';
	transition-duration:0.2s;
	-webkit-transition-duration:0.2s;
	-moz-transition-duration:0.2s;
	transform: scale(0);
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	z-index: -1;
	position: absolute;
}
.banner-section .banner-text .learn-more:hover:before{
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
}
/*===========
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.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;
}
.popular-courses .post{
	background: #f5f5f7; 
}
.section-title{
	font-size: 46px;
	line-height: 52px;
	color: #323234;
	font-weight: normal;
	margin-bottom: 12px;
}
.post-thumbnail{
	display: block;
	
}
.home .post-thumbnail{
	overflow: hidden;
}
.home .post img{
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}

.home .post img:hover{
	transform: scale(1.25);
	-webkit-transform: scale(1.25);
	-moz-transform: scale(1.25);
	
}
.popular-courses .post .entry-content, 
.popular-courses .post .entry-header{
	padding:0 20px;
}
.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{
	color: #555458;
}
/*========
welcome
==============*/
.welcome-section{
	background: #ece8e7;
	padding: 104px 0 114px;
	margin-bottom: 106px;
}
.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: '';
	transition-duration:0.2s;
	-webkit-transition-duration:0.2s;
	-moz-transition-duration:0.2s;
	transform: scale(0);
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	z-index: -1;
	position: absolute;
}
.welcome-section .watch-link:hover:before{
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
}

/*============
services
=======================*/
.services{
	margin-bottom: 86px;
}
.services .section-title{
	margin-bottom: 50px;
}
.services .col-3{
	margin-bottom: 30px;
	position: relative;
}
.services .col-3 h5{
	font-size: 26px;
	line-height: 30px;
	color: #3c3c3c;
	font-weight: normal;
	margin-bottom: 34px;
	position: relative;
}
.services .col-3 h5:after{
	content: '';
	width: 30px;
	height: 1px;
	position: absolute;
	left: 0;
	top: 100%;
	margin-top: 15px;
	background: #c5c4c7;
}
.services .col-3 .image{
	margin-bottom: 30px;
	border-radius: 50%;
	display: inline-block;
}

/*===========
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;
	text-transform: uppercase;
	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: '';
	transition-duration:0.2s;
	-webkit-transition-duration:0.2s;
	-moz-transition-duration:0.2s;
	transform: scale(0);
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	z-index: -1;
	position: absolute;
}
.notice .col-two .learn-more:hover:before{
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
}

/*===============
latest news
==========================*/
.latest-news{
	padding: 98px 0;
}
.latest-news .post .entry-title{
	font-size: 26px;
	line-height: 36px;
}


.latest-news .post{
	background: #f5f5f7;
	color: #3c3c3c;
	padding-bottom: 32px;
}
.latest-news .post .entry-meta a{
	font-size: 16px;
	line-height: 28px;
	color: #6e6d72;
	font-weight: 700;
	text-transform: uppercase;
}
.latest-news .post .entry-header{
	padding: 30px 30px 0;
}

.latest-news .post .entry-header .entry-title{
	color: #3c3c3c;
    font-size: 26px;
    line-height: 36px;
    margin: 0;
    font-weight: 400;
}

.latest-news .post .entry-header .entry-title a{
	color: #3c3c3c;
}

.latest-news .post .entry-header .entry-title a:hover,
.latest-news .post .entry-header .entry-title a:focus{
	text-decoration: none;
	color: #01c6b8;
}

.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-footer{
	margin-top: -20px;
}*/
.latest-news .post .entry-footer .name a{
	font-size: 16px;
	line-height: 28px;
	color: #6e6d72;
	text-transform: uppercase;
}
.latest-news .post .entry-header a:hover , .latest-news .post .entry-footer a:hover{
	opacity: 0.6;
}

/*===============
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;
	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: '';
	transition-duration:0.2s;
	-webkit-transition-duration:0.2s;
	-moz-transition-duration:0.2s;
	transform: scale(0);
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	z-index: -1;
	position: absolute;
}
.publication .content-box  .buy-now:hover:before{
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
}

/*----------------------------------------------------
 Testimonials
-----------------------------------------------------*/
.testimonial{
	background: url(images/bg-testimonial.jpg) no-repeat;
	background-size: cover;
	padding: 120px 0;
	position: relative;
	background-attachment: fixed;
}

.testimonial:before{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.64);
	content: '';
}

.testimonial .container{position: relative;}

.testimonial .section-title{
	color: #fff;
	margin-bottom: 50px;
}

.testimonial .testimonial-holder{
	background: #f5f5f7;
	padding: 0 0 50px;
}

.testimonial .testimonial-holder:after{
	content: '';
	display: block;
	clear: both;
}

.testimonial .testimonial-holder .img-holder{
	float: left;
	width: 134px;
	margin-right: 40px;
	margin-top: 40px;
}

.testimonial .testimonial-holder .img-holder img{
	vertical-align: top;
	border-radius: 50%;
	-webkit-border-radius: 200px;
}

.testimonial .testimonial-holder .text-holder{
	overflow: hidden;
	padding-top: 55px;
	background: url(images/bg-quote.png) no-repeat;
	font-size: 19px;
	line-height: 30px;
	font-weight: 700;
	font-style: italic;
	color: #555458;
}

.testimonial .testimonial-holder .text-holder cite{
	font-size: 16px;
	line-height: 28px;
	font-weight: 400;
	color: #6e6d72;
	font-style: normal;
}

.testimonial #lightSlider{
	overflow: visible;
}

.testimonial .lSSlideOuter .lSPager.lSpg > li a{
	width: 12px;
	height: 12px;
	border: 2px solid #b1b0b4;
	background: none;
}

.testimonial .lSSlideOuter .lSPager.lSpg > li.active a{background: #b1b0b4;}

.testimonial .lSAction > a{margin-top: 15px;}

.testimonial .lSAction > .lSPrev{
	background: url(images/btn-prev.png) no-repeat;
	width: 19px;
	height: 36px;
}

.testimonial .lSAction > .lSNext{
	background: url(images/btn-next.png) no-repeat;
	width: 19px;
	height: 36px;
}

.testimonial .lSSlideOuter .lightSlider li{padding: 50px 80px 0;}


/*===============
student section
=====================*/
.students-section{
	/*background-size: cover;
	background-attachment: fixed;
	/*background: url(images/stu-img.jpg) no-repeat;*/
}
.students-section .section-title{
	margin-bottom: 40px;
	/*text-align: center;*/
	color: #fff;
}
.students-section ul{
	margin:0;
	padding: 0;
}
.students-section .testimonial{
	/*padding:30px 0;*/
}
.students-section .students-suggestion ul li{
	margin-bottom: 30px;
	border: 1px solid #e0e0e2;
	list-style: none;
	padding: 34px 25px;
}
.students-suggestion{
	width: 55.5%;
	float: left;
	margin: 100px 0 42px;
	margin-right: 46px;
}
.upcomming-events{
	width: 40.18%;
	float: left;
	background: #f5f5f7;
	padding: 87px 33px;
}
.upcomming-events h3{
	font-size: 28px;
	line-height: 32px;
	color: #323234;
	font-weight: 400;
	margin-bottom: 38px;
}
.upcomming-events ul li{
	list-style: none;
	padding-bottom: 30px;
	border-bottom: 1px solid #d5d5d7;
	padding-top: 30px;
}
.students-section ul li a:hover{
	opacity: 0.6;
}
.upcomming-events ul li:last-child{
	border-bottom: 0;
}
.upcomming-events ul li:first-child{
	padding-top: 0;
}
.upcomming-events .date-box{
	width: 70px;
	float: left;
	border-radius: 5px;
	background: #01c6b8;
	text-align: center;
	padding: 10px 5px;
	height: 70px;
	margin-right: 20px;
}
.upcomming-events .date-box .day{
	font-size: 24px;
	line-height: 27px;
	color: #fff;
	display: block;
	margin-bottom: 5px;
}
.upcomming-events .entry-header{
	overflow: hidden;
}
.upcomming-events .entry-title{
	margin-bottom: 10px;
}
.upcomming-events .entry-title a{
	font-size: 21px;
	line-height: 28px;
	color: #3c3c3c;
	font-weight: 700;
	display: inline-block;
}
.upcomming-events .entry-meta span{
	font-weight: 700;
	font-size: 15px;
	line-height: 28px;
	color: #6e6d72;
	display: block;
	text-transform: uppercase;
}
.upcomming-events .entry-meta span a{
	font-weight: 400;
	color: #6e6d72;
}
.upcomming-events .date-box .month{
	font-size: 13px;
	line-height: 15px;
	color: #fff;
	display: block;
}
.students-suggestion img{
	float: left;
	border-radius: 50%;
	margin-right: 25px;
}
.students-suggestion .text{
	overflow: hidden;
	font-size: 17px;
	line-height: 28px;
	color: #555458;
	font-style: italic;
	font-weight: 700;
}
.students-suggestion .text span{
	font-style: normal;
}
.students-suggestion .text a{
	font-size: 16px;
	line-height: 28px;
	color: #6e6d72;
	font-weight: 400;
}
/*===================
viewer section
==============================*/
.viewer-section{
	background: #49596b;
	color: #fff;
	padding:60px 0 32px;
}
.viewer-section .apply-title{
	font-size: 26px;
	line-height: 28px;
	color: #fcfcfd;
	text-transform: uppercase;
	font-weight: 700;
	margin: 0;
}
.viewer-section:after{
	display: block;
	content: '';
	clear: both;
}
.viewer-section .text{
	float: left;
	margin-right: 15px;
}
.viewer-section .apply{
	float: right;
	color: #fff;
	background: #01c6b8;
	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);
}
.viewer-section .apply: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;
	transform: scale(0);
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	z-index: -1;
	position: absolute;
}
.viewer-section .apply:hover:before{
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
}
/*==============
site-footer
=================*/
.site-footer{
	background: #f5f5f7;
	padding: 84px 0 0;
}
.widget .widget-title{
	font-weight: 400;
	font-size: 22px;
	line-height: 26px;
	color: #323234;
	position: relative;
	margin-bottom: 36px;
}
.widget .widget-title:after{
	content: '';
	margin-top: 12px;
	position: absolute;
	top: 100%;
	left: 0;
	background: #c1c0c3;
	width: 40px;
	height: 1px;
}
.widget ul{
	margin: 0;
	padding:0;
}
.widget ul li{
	list-style: none;
	margin-bottom: 14px;
}
.widget ul li a{
	font-size: 17px;
	line-height: 20px;
	color: #3c3c3c;
	
}
.widget ul li a:hover{
	opacity: 0.6;
}
.site-footer .column{
	width: 25%;
	padding:0 15px;
	float: left;
}
.widget.widget_text span{
	display: block;
	color: #4b4a4e;
	font-size: 16px;
	line-height: 20px;
}
.widget.widget_text span a{
	color: #4b4a4e;
	display: block;
}
.widget.widget_text ul li .fa{
	margin-right: 16px;
}
.widget.widget_links ul li a{
	float: none;
}
.widget.widget_academic_recent_posts ul li{
	border-bottom: 1px solid #e4e3e6;
	padding-bottom: 20px;
	padding-top: 20px;
}
.widget.widget_academic_recent_posts ul li:first-child{
	padding-top: 0;
}
.widget.widget_academic_recent_posts ul li:last-child{
	border-bottom: 0;
}
.widget.widget_academic_recent_posts ul li .entry-header{
	overflow: hidden;
}
.widget.widget_academic_recent_posts ul li .entry-title{
	margin-bottom: 0;
}
.widget.widget_academic_recent_posts ul li .entry-title a{
	color: #3c3c3c;
	font-size: 17px;
	line-height: 20px;
	font-weight: normal;
	display: inline-block;
}
.widget.widget_academic_recent_posts ul li .entry-meta a{
	font-size: 13px;
	line-height: 28px;
	color: #6e6d72;
	text-transform: uppercase;
}
.widget.widget_flickr ul{
	margin:0 -3px;
}
.widget.widget_flickr ul:after{
	display: block;
	clear: both;
	content: '';
}
.widget.widget_flickr ul li{
	padding:0 3px;
	float: left;
	width: 33.33%;
}
.widget.widget_flickr ul li a:hover{
	opacity: 1;
}
.site-info{
	font-size: 17px;
	line-height: 24px;
	color: #555458;
	border-top: 1px solid #e4e3e6;
	padding: 20px 0 0;
	margin-top: 10px;
	text-align: center;
}
.site-info a{
	color: #01b8ab;
}
.site-info a:hover{
	color: #555458;
}
.site-info ul{
	margin:0;
	padding: 0;
	float: right;
}
.site-info ul:after, .site-info{
	display: block;
	content: '';
	clear: both;
}
.site-info ul li{
	list-style: none;
	float: left;
}
.site-info ul li a{
	font-size: 16px;
	line-height: 24px;
	color: #3c3c3c;
	padding-left: 17px;
	padding-right: 17px;
	border-left: 1px solid #3c3c3c;
}
.site-info ul li:first-child a{
	padding-left: 0;
	border-left: 0;
}
.site-footer .site-title{
	margin-bottom: 20px;
}
.site-footer .site-title a{
	color: #323234;
}
.site-footer .site-branding{
	float: none;
}

/*===================
blog page
================================*/
#primary{
	width: 66.66%;
	float: left;
	padding: 0 15px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;

}
#secondary{
	width: 33.33%;
	float: left;
	padding: 0 15px 0 35px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;

} 
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: 32px 0;
}
#crumbs{
	font-size: 14px;
	line-height: 17px;
	color: #55677c;
}
#crumbs a{
	color: #01c6b8;
}
.site-content{
	padding-top: 72px;
	padding-bottom: 60px;
}
.site-content #primary .entry-title{
	margin-bottom: 12px;
}
.site-content #primary .entry-title,
.site-content #primary .entry-title a{
	font-size: 36px;
	line-height: 40px;
	color: #323234;
	font-weight: 400;
	display: inline-block;
}
.site-content #primary .post .post-thumbnail img{
	width: 100%;
}
.site-content #primary .entry-title a:hover{
	color: #01c6b8;
}
.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{
	color: #01c6b8;
}
.site-content #primary .entry-meta span{
	position: relative;
	padding-right: 10px;
	margin-right: 10px;
	display: inline-block;
}
.site-content #primary .entry-meta span:after{
	position: absolute;
	bottom: 0;
	left: 100%;
	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;
}
.site-content #primary .post .read-more{
	background: #01c6b8;
	color: #ffffff;
	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;
	transform: scale(0);
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	z-index: -1;
	position: absolute;
}
.site-content #primary .post .read-more:hover:before{
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
}
.site-content #primary .post{
	border-bottom: 1px solid #f5f5f6;
	padding-bottom: 68px;
	margin-bottom: 60px;
}
.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;
}
.navigation.pagination .page-numbers .fa{
	font-size: 14px;
	line-height: 24px;
}

/*================
widget-area
================================*/
#secondary .widget{
	margin-bottom: 40px;
	background: #f7f7f8;
	padding: 30px 20px;
}
.widget.widget_search{
	padding: 0 !important;
}
.widget.widget_search .widget-title{
	display: none;
}
.widget.widget_search form{
	height: 58px;
	border-radius: 0;
}
.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: #acacac;
	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;
}
.site-footer .widget.widget_search form{
	background:#fff;
}
#secondary .widget ul li{
	text-align: right;
}
.widget ul li{
	padding-left: 20px;
	position: relative;
	font-size: 16px;
	line-height: 22px;
	color: #3c3c3c;
	overflow: hidden;
}
.widget ul li:after{
	display: block;
	content: '';
	clear: both;
}
.widget ul li:after{
	content:"\f0da";
	position: absolute;
	top: 0;
	left: 0;
	color: #8a8a8a;
	font-size: 16px;
	font-family: 'FontAwesome';
}
.widget.widget_text ul li,
.widget.widget_links ul li,
.widget.widget_rara_academic_recent_post ul li,
.widget.widget_flickr ul li,
.widget.widget_rara_academic_popular_post ul li{
	padding-left: 0;
}
.widget.widget_text ul li:after,
.widget.widget_links ul li:after,
.widget.widget_rara_academic_recent_post ul li:after,
.widget.widget_flickr ul li:after,
.widget.widget_rara_academic_popular_post ul li:after{
	display: none;
}
.widget ul li a{
	float: left;
}

.widget ul li:last-child,
.widget.widget_rara_academic_popular_post ul li:last-child, 
.widget.widget_rara_academic_recent_post ul li:last-child{
	border-bottom: 0;
}


.widget.widget_text ul li a{
	float: none;
}
 #secondary .widget ul li{
 	margin-bottom: 20px;
 }
 .widget ul li .post:after{
 	display: block;
 	content: '';
 	clear: both;
 }
.widget ul li .post-thumbnail{
	float: left;
	margin-right: 16px;
}
.widget ul li .post-thumbnail:hover{
	opacity: 1;
}
.widget ul li .entry-header{
	overflow: hidden;
	text-align: left;
}
.widget ul li .entry-title{
	margin: 0;
	display: inline-block;
}
.widget ul li .entry-title a{
	font-weight: 400;
	font-size: 16px;
	display: inline-block;
	/*margin-bottom: 8px;*/
}
.widget ul li .entry-meta a{
	font-size: 13px;
	line-height: 15px;
	color: #6e6d72;
	font-weight: 700;
	float: none;
	text-transform: uppercase;
}
.widget.widget_rara_academic_popular_post ul li,
.widget.widget_rara_academic_recent_post ul li{
	border-bottom: 1px solid #e5e5e7;
	padding-bottom: 26px;
}
.widget.widget_rara_academic_recent_post ul li .post:after{
	display: block;
	content: '';
	clear: both;
}
.widget.widget_rara_academic_recent_post ul li:last-child{
	border-bottom: 0;
}
#secondary .widget.widget_flickr ul li a,
.site-footer .widget.widget_flickr ul li a{
	float: none;
	display: block;
}
.widget.widget_flickr ul li img{
	width: 100%;
}
#secondary .widget.widget_flickr ul li,
.site-footer .widget.widget_flickr ul li{
	margin-bottom: 5px;
}
.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;
	font-weight: 700;
	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{
	background: #01c6b8;
	color: #fff;
}
#secondary .widget.widget_rara_academic_social_links ul li,
.site-footer .widget.widget_rara_academic_social_links ul li{
	margin-bottom: 0;
	margin-left: 20px;
}
.widget.widget_rara_academic_social_links ul li{
	float: left;
	padding-left: 0;
}
#secondary .widget.widget_rara_academic_social_links ul li:first-child,
.site-footer .widget.widget_rara_academic_social_links ul li:first-child{
	margin-left: 0;
}
.widget.widget_rara_academic_social_links ul li:after{
	content: '';
}
.widget.widget_rara_academic_social_links ul li a{
	float: none;
}
.widget.widget_pages li a,
.widget.widget_meta li a,
.widget.widget_rss li a,
.widget.widget_nav_menu li a,
.widget.widget_recent_entries li a{
	float: none;
}
#secondary .widget.widget_pages li,
#secondary .widget.widget_meta li,
#secondary .widget.widget_rss li,
#secondary .widget.widget_nav_menu li,
#secondary .widget.widget_recent_entries li{
	text-align: left;
}
.widget.widget_text strong{
	margin: 8px 0 5px;
	display: block;
}
.site-footer .widget.widget_categories ul li a{
	float: none;
}
.edit-link{
	display: block;
	margin:8px 0;
}

/*=============
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{
	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: '';
	transition-duration:0.2s;
	-webkit-transition-duration:0.2s;
	-moz-transition-duration:0.2s;
	transform: scale(0);
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	z-index: -1;
	position: absolute;
}
.error404 .not-found .home:hover:before{
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
}
/*================
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;
}
.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 30px;
	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;
	line-height: 18px;
	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;
	line-height: 30px;
	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,
.cat-links,
.tags-links{
	color: #4a5a6c;
	font-size: 15px;
	display: block;
	line-height: 18px;
	margin-bottom: 8px;
}
.cat-links .fa,
.tags-links .fa{
	margin-right: 5px;
}
.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{
	margin-top: -186px;
	text-decoration: none;
	font-size: 13px;
	line-height: 30px;
	border-radius: 2px;
	background: #01c6b8;
	padding: 4px 26px;
	display: inline-block;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	float: right;
}
.reply a:hover{
	background:#018178;
}
.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;
	border: 0;
	text-transform: uppercase;
	color: #fff;
	font-size: 17px;
	line-height: 30px;
	font-weight: 700;
	padding: 12px 60px;
	background:#01c6b8;
}
.comment-form form input[type="submit"]:hover{
	background: #01867d;
}
.comments-area.form .comment-reply-title{
	margin-bottom: 20px;
}
.mean-container .mean-bar{
	background: #55677c;
}
.mean-container .mean-nav ul li a{
	background: #55677c;
}