/*
Theme Name: Halcyon Pro
Theme URI: http://raratheme.com/wordpress-themes/halcyon-pro/
Author: Rara Theme
Author URI: http://raratheme.com/
Description: Halcyon is a modern and clean WordPress theme designed for a blog or a website. The large featured slider with advance slider options makes this theme a great choice for photographers, or any users who want to share their visuals in a bold way. The three footer widget areas offer plenty of space for any secondary information, and striking typography makes the content look stunning. The Theme has a built-in Recent Posts widget, Popular Posts widget, Flickr Widget, Social Link Widget and Author widget. It features full width page option, SEO friendly structure, custom logo support and social media links. The theme is responsive and scales beautifully with various screen sizes while maintaining the text readability and image quality. The theme is also translation ready.
Version: 1.0.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: halcyon-pro
Tags: Blog, Two-columns, right-sidebar, footer-widgets, custom-background, custom-menu, featured-image-header, featured-images, post-formats, threaded-comments, translation-ready, full-width-template, theme-options

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.

Halcyon is based on Underscores http://underscores.me/, (C) 2012-2015 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: #404040;
	font-family:'Lato', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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;
	font-size: 16px;
	line-height: 30px;
	color: #787f86;
	font-family: 'Lato', sans-serif;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	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. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	color: #fff;
	font-size: 13px;
	line-height: 24px;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	background: #1bbc9b;
	border:0;
	box-shadow: none;
	padding: 7px 25px;
	margin-bottom: 30px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	opacity: 0.8;
}

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 {
	opacity: 0.8;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	width: 53%;
	height: 42px;
	margin-bottom: 5px;
	border: 1px solid #dde1e5;
}

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

textarea {
	padding: 3px;
	width: 100%;
	height: 150px;
	resize: none;
}

input[type="file"]{margin-bottom: 5px;}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color:#1ab293;
	text-decoration: none;

}

a:visited {
	color: purple;
}

a:hover,
a:focus,
a:active {
	color:#1bbc9b;
}

a:focus {
	outline:none;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
	display: none;
}

.main-navigation ul ul ul {
	left: -999em;
	top: -2px;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: 0;
	display: block;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 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 {
}

/* 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;
}

/*--------------------------------------------------------------
## 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;
}

.site{background: #fff;}

.custom-background-color .site,
.custom-background-image .site{
	margin: 20px;
}

/*common site style*/
.container{
	max-width: 1170px;
	margin: 0 auto;
	padding-left:15px;
	padding-right: 15px;
}

.container:after{
	display: block;
	content: '';
	clear: both;
}

.row{
	margin-left: -15px;
	margin-right: -15px;
}

.row:after{
	content:'';
	display: block;
	clear: both;
}

/*header style*/
.site-header .header-top{
	margin: 0 auto;
	background: #f7f8f3;
}

.site-header .social-network-section{
	float: right;
}

.site-header .social-network-section .social-networks{
	margin: 0;
	padding: 6px 0 0;
	list-style: none;
	display: inline-block;
	margin-left: 30px;
}

.site-header .social-network-section span{
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
	display: inline-block;
	margin: 0;
	color: #34495e;
	font-weight: 500;
	font-size: 12px;
	line-height: 16px;
	padding-top: 16px;
	float: left;
}

.site-header .social-network-section .social-networks:after{
	content: '';
	display: block;
	clear: both;
}

.site-header .social-network-section .social-networks li{
	float: left;
	list-style: none;
	margin-left: 24px;
}

.site-header .social-network-section .social-networks li:first-child{
	margin-left: 0;
}

.site-header .social-network-section .fa{
	font-size: 14px;
	line-height: 18px;
	color: #2e4154;
}

.site-header .social-network-section .fa:hover{
	color: #1bbc9b;
}

.site-header .form-section{
	height: 46px;
	width: 45px;
	background: #eaebe6;
	float: right;
	margin-left: 29px;
	padding: 6px 0 0 16px;
}

.site-header .form-section{
	position: relative;
}

.site-header .form-section .example{
	position: absolute;
	right: 0;
	top:100%;
	z-index:9999;
	display: none;
}

.site-header .form-section form {
	width: 200px;
	background: #eaebe6;
}

.site-header .form-section form:after{
	display: block;
	content: "";
	clear: both;
}

.site-header .form-section form input[type="search"]{
	border: 0;
	width: 86%;
	border-radius: 0;
	padding: 0 10px;
	height: 40px;
	background: #eaebe6;
	font-style: italic;
	font-size: 13px;
	line-height: 15px;
	color: #757575;
	float: left;
}

.site-header .form-section form input[type="submit"]{
	float: right;
	padding: 10px 5px;
	width: 30px;
	text-indent: -9999px;
	margin-bottom: 0;
	background: url(images/search-icon2.png) no-repeat center center;
	display: none;
}

.header-bottom{
	background: #fff;
	width: 100%;
}

.header-bottom:after{
	display: block;
	content: '';
	clear: both;
}

.site-branding{
	float: left;
	margin-top: 13px;
}

.site-branding h1{
	margin: 0 0 6px;
}

.site-branding h1 a{
	font-size: 30px;
	color: #1bbc9b;
	line-height: 34px;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
}

.site-branding .site-description{
	font-size: 14px;
	line-height: 17px;
	margin: 0;
}

/*navigations style*/
.main-navigation{
	float: right;
	width: auto;
	clear: none;
}

.main-navigation ul li a{
	text-transform: uppercase;
	color: #2c3e50;
	padding:41px 21px;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	font-size: 13px;
	line-height: 17px;
	text-align: left;
	border-right: 1px solid #ebedef;
}

.main-navigation ul ul{
	background: #f8f8f8;
	top: 100%;
	border-top: 2px solid #1bbc9b;
}

.main-navigation ul ul li{
	border-bottom: 1px solid #e8eaed;
}

.main-navigation .menu{
	margin-bottom: 0;
}

.main-navigation ul ul li a{
	padding: 11px 20px;
	border: 0;
}

.main-navigation ul li .fa{
	font-size: 12px;
	line-height: 16px;
	color: #2c3e50;
	display: inline-block;
	position: absolute;
	top:70%;
	left:47%;
}

.main-navigation ul ul li:last-child{
	border: 0;
}

.main-navigation ul li:hover > a,
.main-navigation ul .current-menu-item > a,
.main-navigation ul li:hover > a{
	background: #1bbc9b;
	color: #fff;
}

.main-navigation ul li a:hover > ul{
	background: #fff;
}

.main-navigation ul:after{
	content:'';
	display: block;
	clear: both;
}

/*header-2 styles*/
.site-header.header-2{
	background: #fff;
	width: 100%;
}

.site-header.header-2 .container{
	width: 100%;
	padding:0;
	max-width: 100%;
}

.site-header.header-2 .left{
	float: left;
	padding-left:5%;
	background: #1bbc9b;
	width: 22.42%;
	padding-top: 6px;
	padding-bottom: 31px;
}

.site-header.header-2 .right{
	float: left;
	width: 77.58%;
}

.site-header.header-2 .site-branding{
	float: none;
	color: #fff;
}

.site-header.header-2 .site-branding .site-title a{
	color: #ffffff;
}


.site-header.header-2 .right .top{
	background: #f7f8f3;
	padding-right: 40px;
}

.site-header.header-2 .right .top .links{
	float: left;
	color: #000;
	font-size: 13px;
	line-height: 15px;
	font-weight: 500;
	font-family: 'Raleway', sans-serif;
	padding-left: 21px;
	padding-top: 14px;
}

.site-header.header-2 .right .top .links a{
	color: #919496;
}

.site-header.header-2 .right .top:after{
	display: block;
	content: '';
	clear: both;
}

.site-header.header-2 .main-navigation {
	padding-right: 40px;
}

.site-header.header-2 .main-navigation ul li a{
	border: 2px solid #fff;
	background: none;
}

.site-header.header-2 .main-navigation ul li:hover > a, 
.site-header.header-2 .main-navigation ul .current-menu-item > a,
.site-header.header-2 .main-navigation ul li:hover > a{
 	color: #1bbc9b ;
 	background: none;
 	border-bottom: 2px solid #1bbc9b;
}

.site-header.header-2 .main-navigation ul ul .current-menu-item > a{
	border-bottom: 0;
	color: #1bbc9b ;
}

.site-header.header-2 .main-navigation ul a{
  	color: #2c3e50;
}

.site-header.header-2 .main-navigation ul .menu-item-has-children::after{
 	color: #2c3e50;
 	left: 85%;
 	top: 24%;
}

.site-header.header-2 .main-navigation ul ul li a{
 	border-bottom: 0;
 	color: #2c3e50 ;
}

.site-header.header-2 .main-navigation ul ul li a:hover,
.site-header.header-2 .main-navigation ul ul li:hover > a{
 	background: none;
 	border-bottom:0;
}

.site-header.header-2 .main-navigation ul li a{
 	padding:20px 25px;
}

.site-header.header-2 .main-navigation ul ul{
 	background: #fff;
}

.site-header.header-2 .main-navigation ul ul a{
	padding:10px 15px;
}

/*header-3 styles*/
.site-header.header-3 .social-networks{
	float: left;
	margin-left: 0;
}

.site-header.header-3 .social-network-section{
	float: none;
}

.site-header.header-3 .form-section{
	float: right;
}

.site-header.header-3 .header-m{
	text-align: center;
	padding:20px 0;
	border-bottom: 1px solid #eaebe6;
}

.site-header.header-3 .site-branding{
	float: none;
	margin:0;
}

.site-header.header-3 .social-network-section form{
	height:46px;
}

.site-header.header-3 .social-network-section .form-section form input[type="search"]{
	float: left;
	padding:0 10px;
	height: 100%;
}

.site-header.header-3 .social-network-section .form-section{
	padding:0;
	margin:0;
}

.site-header.header-3 .social-network-section .form-section:after,
.site-header.header-3 .social-network-section:after{
	display: block;
	content: '';
	clear: both;
}

.site-header.header-3 .social-network-section .form-section form input[type="submit"]{
	display: block;
	float: right;
	height: 100%;
	text-indent: -9999px;
	width: 30px;
	box-shadow: none;
	border: 0;
	padding:0;
	background: url(images/search-icon2.png)no-repeat 0 16px; 
}

.site-header.header-3 .social-network-section .form-section{
	width: auto;
}

.site-header.header-3 .main-navigation{
	float: none;
}

.site-header.header-3 .main-navigation .menu{
	float: none;
	text-align: center;
	display: table;
	margin:0 auto;
}

.site-header.header-3 .main-navigation ul li a{
	border: 0;
	background: none;
}

.site-header.header-3 .main-navigation ul{
	display: table-row;
}

.site-header.header-3 .main-navigation ul li{
	float: none;
	display: table-cell;
}

.site-header.header-3 .main-navigation ul ul li{
	display: block;
}

.site-header.header-3 .main-navigation ul li:hover > a, 
.site-header.header-3 .main-navigation ul .current-menu-item > a,
.site-header.header-3 .main-navigation ul li:hover > a{
 	color: #1bbc9b ;
 	background: none;
 }

.site-header.header-3 .main-navigation ul a{
	color: #2c3e50;
}

.site-header.header-3 .main-navigation ul .menu-item-has-children::after{
 	color: #2c3e50;
 	left: 65%;
 	top: 24%;
}

.site-header.header-3 .main-navigation ul ul li a{
 	border-bottom: 0;
 	color: #2c3e50 ;
}

.site-header.header-3 .main-navigation ul ul li a:hover,
.site-header.header-3 .main-navigation ul ul li:hover > a{
 	background: none;
 	border-bottom:0;
}

 .site-header.header-3 .main-navigation ul li a{
 	padding:20px 25px;
}

.site-header.header-3 .main-navigation ul ul{
 	background: #fff;
}

.site-header.header-3 .main-navigation ul ul a{
  	padding:10px 15px;
}

.site-header.header-3 .social-network-section .social-networks li a{
	height: 26px;
	width: 26px;
	border-radius: 50%;
	background: #e0e1dc;
	display: block;
	text-align: center;
	padding:6px 0;
}

.site-header.header-3 .social-network-section .fa{
	font-size: 12px;
	line-height: 15px;
	vertical-align: top;
}

.site-header.header-3 .social-network-section .social-networks li a:hover{
	background: #1bbc9b;
}

.site-header.header-3 .social-network-section .social-networks li a:hover .fa{
	color: #fff;
}

.site-header.header-3 .social-network-section .social-networks li{
	margin-left: 7px;
}

/*header-4 styles*/
.site-header.header-4 .header-top{
	background: #1bbc9b;
}

.site-header.header-4 .header-bottom{
	background: #f7f8f3;
}

.site-header.header-4 .social-networks{
	float: left;
	margin-left: 0;
}

.site-header.header-4 .social-network-section{
	float: none;
}

.site-header.header-4 .form-section{
	float: right;
}

.site-header.header-4 .header-m{
	text-align: center;
	padding:20px 0;
}

.site-header.header-4 .site-branding{
	float: none;
	margin:0;
}

.site-header.header-4 form{
	height:46px;
	border-bottom:1px solid #eaebe6;
}

.site-header.header-4 .form-section form input[type="search"]{
	float: left;
	padding:0 10px;
	height: 100%;
	border:0;
	background: none;
	outline: none;
	font-style: italic;
	font-size: 13px;
	line-height: 15px;
	padding:0 10px;
}

.site-header.header-4 .form-section{
	padding:0;
	margin:8px 0 0;
}

.site-header.header-4 .form-section:after{
	display: block;
	content: '';
	clear: both;
}

.site-header.header-4 .form-section form input[type="submit"]{
	display: block;
	float: right;
	height: 100%;
	text-indent: -9999px;
	width: 30px;
	box-shadow: none;
	border: 0;
	padding:0;
	background: url(images/search-icon2.png)no-repeat 0 16px; 
}

.site-header.header-4 .form-section{
	width: auto;
}

.site-header.header-4 .main-navigation{
	float: none;
}

.site-header.header-4 .main-navigation .menu{
	float:left;
	text-align: center;
	margin:0 auto;
}

.site-header.header-4 .main-navigation ul li a{
	border: 2px solid #f7f8f3;
	background: none;
}

.site-header.header-4 .main-navigation ul ul li{
	display: block;
}

.site-header.header-4 .main-navigation ul li:hover > a, 
.site-header.header-4 .main-navigation ul .current-menu-item > a,
.site-header.header-4 .main-navigation ul li:hover > a{
 	background: none;
 	border-top: 2px solid #1bbc9b;
}

.site-header.header-4 .main-navigation ul ul .current-menu-item > a{
	border-top: 0;
	color: #1bbc9b;
}

 .site-header.header-4 .main-navigation ul  ul li > a{
 	border-top: 0;
}

 .site-header.header-4 .main-navigation ul  ul li:hover > a{
 	border-top: 0;
}

.site-header.header-4 .main-navigation ul a{
  	color: #2a333c;
}

.site-header.header-4 .main-navigation ul .menu-item-has-children::after{
 	color: #2c3e50;
 	left: 88%;
 	top: 24%;
}

.site-header.header-4 .main-navigation ul ul li a{
 	border-bottom: 0;
 	color: #2c3e50 ;
}

.site-header.header-4 .main-navigation ul ul li a:hover,
.site-header.header-4 .main-navigation ul ul li:hover > a{
 	background: none;
 	border-bottom:0;
}

.site-header.header-4 .main-navigation ul li a{
 	padding:20px 25px;
}

.site-header.header-4 .main-navigation ul ul{
 	background: #fff;
}

.site-header.header-4 .main-navigation ul ul a{
  	padding:10px 15px;
}

.site-header.header-4 .social-network-section .social-networks li a{
	display: block;
	text-align: center;
	padding:8px 0 0;
}

.site-header.header-4 .social-network-section .fa{
	font-size: 15px;
	line-height: 18px;
	vertical-align: top;
	opacity: 0.7;
	color: #fff;
}

.site-header.header-4 .social-network-section .social-networks li a:hover .fa{
	opacity: 1;
	color: #fff;
}

.site-header.header-4 .social-network-section .social-networks li{
	margin-left: 20px;
}

.site-header.header-4 .social-network-section .social-networks li:first-child{
	padding-left: 0;
	margin-left: 0;
}

.site-header.header-4 .links{
	float: right;
	margin:12px 0;
	font-size:13px;
	line-height: 13px;
	padding-right: 0;
	color: #fff;
	border-right: 1px solid #76d7c3;
}

.site-header.header-4 .links a{
	display:inline-block;
}

.site-header.header-4 .links span{
	margin-right: 8px;
	display: inline-block;
}

.site-header.header-4 .links span a:hover{
	color: #fff;
}

.site-header.header-4 .top-menu{
	float: right;
	margin:12px 0 0;
	padding:0;
	font-size:13px;
	line-height: 13px;
}

.site-header.header-4 .top-menu li{
	display: inline-block;
	list-style: none;
	border-left: 1px solid #76d7c3;
	padding-left: 15px;
	margin-left: 15px;
	position: relative;

}

.site-header.header-4 .top-menu li:first-child{
	border-left: 0;
	margin-left: 0;
}

.site-header.header-4 .top-menu li a{
	color: #e2e6e9;
	display: block;
}

.site-header.header-4 .top-menu li a:hover,
.site-header.header-4 .top-menu li a:focus,
.site-header.header-4 .top-menu li:hover > a{color: #fff;}

.site-header.header-4 .top-menu ul{
	position: absolute;
	top: 100%;
	right: -20px;
	width: 160px;
	background: #1bbC9b;
	margin: 0;
	padding: 18px 0 0;
	display: none;
	z-index: 10;
}

.site-header.header-4 .top-menu li:hover > ul{display: block;}

.site-header.header-4 .top-menu ul ul{
	right: 100%;
	top: 0;
	padding-top: 0;
}

.site-header.header-4 .top-menu ul li{
	float: none;
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: right; 
}

.site-header.header-4 .top-menu ul li a{
	padding: 10px 6px;
}

.site-header.header-4 .links a{
	color: #e2e6e9;;
}

/*header-5 styles*/
.site-header.header-5 .header-top{
	background: #f7f8f3;
}

.site-header.header-5 .header-bottom{
	background: #2e4154;

}

.site-header.header-5 .social-networks{
	float: left;
	margin-left: 0;
}

.site-header.header-5 .social-network-section{
	float: none;
}

.site-header.header-5 .form-section{
	float: right;
}

.site-header.header-5 .header-m{
	padding:20px 0;
}

.site-header.header-5 .site-branding{
	float:left;
	margin:0;
	color: #464f58;
}

.site-header.header-5 .header-top .links span{
	margin-right: 5px;
	display: inline-block;
}

.site-header.header-5 .header-top .links span a{
	display: inline-block;
}

.site-header.header-5 .site-branding .site-title a{
	color: #2e4154;
}

.site-header.header-5 form{
	height:46px;
	border:1px solid #e8ebeb;
}

.site-header.header-5 .form-section form input[type="search"]{
	float: left;
	padding:0 10px;
	height: 100%;
	border:0;
	background: none;
	outline: none;
	font-style: italic;
	font-size: 13px;
	line-height: 15px;
	padding:0 10px;
}

.site-header.header-5 .form-section{
	padding:0;
	margin:0;
}

.site-header.header-5 .form-section:after{
	display: block;
	content: '';
	clear: both;
}

.site-header.header-5 .form-section form input[type="submit"]{
	display: block;
	float: right;
	height: 100%;
	text-indent: -9999px;
	width: 30px;
	box-shadow: none;
	border: 0;
	padding:0;
	background: url(images/search-icon2.png)no-repeat 0 16px; 
}

.site-header.header-5 .form-section{
	width: auto;
}

.site-header.header-5 .main-navigation{
	float: none;
}

.site-header.header-5 .main-navigation .menu{
	float:left;
	text-align: center;
	margin:0 auto;
}

.site-header.header-5 .main-navigation ul li a{
	border:0;
	background: none;
	color: #fff;
}

.site-header.header-5 .main-navigation ul ul li{
	display: block;
}

.site-header.header-5 .main-navigation ul li:hover > a, 
.site-header.header-5 .main-navigation ul .current-menu-item > a,
.site-header.header-5 .main-navigation ul li:hover > a{
 	background: #354759;
 	border-top:0;
 	color: #fff;
}

.site-header.header-5 .main-navigation ul  ul li > a{
 	border-top: 0;
}

.site-header.header-5 .main-navigation ul  ul li:hover > a{
 	border-top: 0;
}

.site-header.header-5 .main-navigation ul a{
  	color: #2a333c;
}

.site-header.header-5 .main-navigation ul .menu-item-has-children::after{
 	color: #fff;
 	left: 80%;
 	top: 24%;
}

.site-header.header-5 .main-navigation ul ul li a{
 	border-bottom: 0;
 	color: #2c3e50 ;
}

.site-header.header-5 .main-navigation ul ul li a:hover,
.site-header.header-5 .main-navigation ul ul li:hover > a{
 	background: none;
 	border-bottom:0;
}

.site-header.header-5 .main-navigation ul li a{
 	padding:20px 25px;
}

.site-header.header-5 .main-navigation ul ul{
 	background: #fff;
}

.site-header.header-5 .main-navigation ul ul a{
  	padding:10px 15px;
}

.site-header.header-5 .social-network-section .social-networks li a{
	display: block;
	text-align: center;
	padding:8px 0 0;
}

.site-header.header-5 .social-network-section .fa{
	font-size: 15px;
	line-height: 18px;
	vertical-align: top;
	color: #2e4154;
}

.site-header.header-5 .social-network-section .social-networks li a:hover .fa{
	color: #1bbc9b;
}

.site-header.header-5 .social-network-section .social-networks li:first-child{
	margin-left:0;
}

.site-header.header-5 .links{
	float: right;
	color: #000;
	margin:12px 0;
	border-right: 1px solid #76d7c3;
	font-size:13px;
	line-height: 13px;
	padding-right: 15px;
}

.site-header.header-5 .top-menu{
	float: right;
	margin:12px 0 0;
	padding:0;
	font-size:13px;
	line-height: 13px;
}

.site-header.header-5 .top-menu li{
	display: inline-block;
	list-style: none;
	border-left: 1px solid #76d7c3;
	padding-left: 15px;
	margin-left: 15px;
	position: relative;
}

.site-header.header-5 .top-menu li:first-child{
	border-left: 0;
	margin-left: 0;
}

.site-header.header-5 .top-menu li a{
	color: #919496;
	display: block;
}

.site-header.header-5 .top-menu li a:hover,
.site-header.header-5 .top-menu li a:focus,
.site-header.header-5 .top-menu li:hover > a{color: #000;}

.site-header.header-5 .top-menu ul{
	position: absolute;
	top: 100%;
	right: -20px;
	width: 160px;
	background: #f7f8f3;
	margin: 0;
	padding: 18px 0 0;
	display: none;
	z-index: 2;
}

.site-header.header-5 .top-menu li:hover > ul{display: block;}

.site-header.header-5 .top-menu ul ul{
	right: 100%;
	top: 0;
	padding-top: 0;
}

.site-header.header-5 .top-menu ul li{
	float: none;
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: right; 
}

.site-header.header-5 .top-menu ul li a{
	padding: 10px;
}

.site-header.header-5 .links a{
	color: #919496;;
}

/*header-6 styles*/
.site-header.header-6{
	background: rgba(27, 39, 50, 0.8);
	position: absolute;
	width: 100%;
	z-index: 100;
}

body:not(.home) .site-header.header-6,
body.no-slider .site-header.header-6{
	position: relative;
}

.site-header.header-6 .header-top:after,
.site-header.header-6 .header-bottom:after{
	content: '';
	clear: both;
	display: block;
}

.site-header.header-6 .header-bottom,
.site-header.header-6 .header-top{
	background: none;
	
}

.site-header.header-6 .header-bottom.sticky-menu{
	background: rgba(27, 39, 50, 0.8);
}

.site-header.header-6 .header-top{
	border-bottom: 1px solid #323d47;
	padding-top: 16px;
	padding-bottom: 16px;
}

.site-header.header-6 .social-networks{
	float: right;
	margin-left: 0;
}

.site-header.header-6 .social-network-section{
	float: none;
}

.site-header.header-6 .form-section{
	float: right;
	background: none;
}

.site-header.header-6 .site-branding{
	float:left;
	margin:0;
	color: #ffffff;
}

.site-header.header-6 .site-branding .site-title a{
	color: #fff;
}

.site-header.header-6 form{
	height:46px;
	border-bottom:2px solid #585e64;
	background: none
}

.site-header.header-6 .form-section form input[type="search"]{
	float: left;
	padding:0 10px;
	height: 100%;
	border:0;
	background: none;
	outline: none;
	font-style: italic;
	font-size: 13px;
	line-height: 15px;
	padding:0 10px;
	color: #bbbfc4;
}

.site-header.header-6 .form-section{
	padding:0;
	margin:0;
}

.site-header.header-6 .form-section:after{
	display: block;
	content: '';
	clear: both;
}

.site-header.header-6 .form-section form input[type="submit"]{
	display: block;
	float: right;
	height: 100%;
	text-indent: -9999px;
	width: 30px;
	box-shadow: none;
	border: 0;
	padding:0;
	background: url(images/search-icon3.png)no-repeat 0 16px; 
}

.site-header.header-6 .form-section{
	width: auto;
}

.site-header.header-6 .main-navigation{
	float: left;
}

.site-header.header-6 .main-navigation .menu{
	float:left;
	text-align: center;
	margin:0 auto;
}

.site-header.header-6 .main-navigation ul li a{
	border: 0;
	background: none;
	color: #fff;
}

.site-header.header-6 .main-navigation ul ul li{
	display: block;
}

.site-header.header-6 .main-navigation ul li:hover > a, 
.site-header.header-6 .main-navigation ul .current-menu-item > a,
.site-header.header-6 .main-navigation ul li:hover > a{
 	color: #1bbc9b ;
 	background: none;
 	border-top:0;
 }

 .site-header.header-6 .main-navigation ul  ul li > a{
 	border-top: 0;
 }

 .site-header.header-6 .main-navigation ul  ul li:hover > a{
 	border-top: 0;
 }

.site-header.header-6 .main-navigation ul a{
  	color: #2a333c;
  }

.site-header.header-6 .main-navigation ul .menu-item-has-children::after{
 	color: #fff;
 	left: 88%;
 	top: 24%;
 }

.site-header.header-6 .main-navigation ul ul li a{
 	border-bottom: 0;
 	color: #2c3e50 ;
 	padding:12px 25px;
 }

.site-header.header-6 .main-navigation ul ul li a:hover,
.site-header.header-6 .main-navigation ul ul li:hover > a{
 	background: none;
 	border-bottom:0;
 }

.site-header.header-6 .main-navigation ul li a{
 	padding:20px 25px;
 }

 .site-header.header-6 .main-navigation ul li:first-child > a{
 	padding-left: 0;
 }

.site-header.header-6 .main-navigation ul ul{
 	background: #fff;
 }

.site-header.header-6 .main-navigation ul ul a,
 .site-header.header-6 .main-navigation ul ul li:first-child > a{
  	padding:10px 15px;
  }

.site-header.header-6 .social-network-section .social-networks li a{
	display: block;
	text-align: center;
	padding:8px 0 0;
	height: 27px;
	width: 27px;
	border-radius: 50%;
	background: #161f28;
}

.site-header.header-6 .social-network-section .fa{
	font-size: 13px;
	line-height: 13px;
	vertical-align: top;
	color: #9c9ea0;
}

.site-header.header-6 .social-network-section .social-networks li a:hover{
	background: #1bbc9b;
}

.site-header.header-6 .social-network-section .social-networks li a:hover .fa{
	color: #fff;
}

.site-header.header-6 .social-network-section .social-networks li{
	margin-left: 20px;
}

.site-header.header-6 .links{
	float: right;
	color: #e2e6e9;
	margin:12px 0;
	border-right: 1px solid #76d7c3;
	font-size:13px;
	line-height: 13px;
	padding-right: 15px;
}

.site-header.header-6 .top-menu{
	float: right;
	margin:12px 0 0;
	padding:0;
	font-size:13px;
	line-height: 13px;
}

.site-header.header-6 .top-menu li{
	display: inline-block;
	list-style: none;
	border-left: 1px solid #76d7c3;
	padding-left: 15px;
	margin-left: 15px;

}

.site-header.header-6 .top-menu li:first-child{
	border-left: 0;
	margin-left: 0;
}

.site-header.header-6 .top-menu li a{
	color: #e2e6e9;
}

.site-header.header-6 .links a{
	color: #e2e6e9;;
}

/*header-7 styles*/
.site-header.header-7{
	background:#fff;
	width: 100%;
}

.site-header.header-7 .container{
	position: relative;
}

.site-header.header-7 .header-top:after,
.site-header.header-7 .header-bottom:after{
	content: '';
	clear: both;
	display: block;
}

.site-header.header-7 .header-top .links{
	float: left;
	color: #000;
	border-right: 0;
	margin:0;
}

.site-header.header-7 .header-top .links span{
	margin-right: 15px;
	padding-left: 15px;
}

.site-header.header-7 .header-top .links span:first-child{
	border-left:0;
	padding-left: 0;
}

.site-header.header-7 .header-top .links a{
	color: #7b8083;
}

.site-header.header-7 .header-top{
	background: none;
	padding:24px 0 47px;
}

.site-header.header-7 .header-bottom{
	background: #1e3546;
	padding:18px 42px 12px;
	position: absolute;
	z-index: 100;
	width: 98%;
	top: 64%;
}

.site-header.header-7 .social-networks{
	float: right;
	margin-left: 0;
	padding-top: 0;
}

.site-header.header-7 .social-network-section:after{
	display: block;
	content: '';
	clear: both;
}

.site-header.header-7 .site-branding{
	float:left;
	margin:0;
	color: #ffffff;
}

.site-header.header-7 .site-branding .site-title a{
	color: #fff;
}

.site-header.header-7 form{
	height:46px;
	background: #1e3546 ;
}

.site-header.header-7 .form-section form input[type="search"]{
	float: left;
	padding:0 10px;
	height: 100%;
	border:0;
	background: none;
	outline: none;
	font-style: italic;
	font-size: 13px;
	line-height: 15px;
	padding:0 10px;
	color: #fff;
}

.site-header.header-7 .form-section{
	padding:0;
	margin:0 0 0 20px;
	background: none;
	float: right;
	width: 20px;
	height: 20px;
}

.site-header.header-7 .form-section:after{
	display: block;
	content: '';
	clear: both;
}

.site-header.header-7 .form-section form input[type="submit"]{
	background-image:url("images/search-icon3.png");
}

.site-header.header-7 .main-navigation{
	float: right;
}

.site-header.header-7 .main-navigation .menu{
	float:left;
	text-align: center;
	margin:0 auto;
}

.site-header.header-7 .main-navigation ul li a{
	border: 0;
	background: none;
	color: #fff;
}

.site-header.header-7 .main-navigation ul ul li{
	display: block;
}

.site-header.header-7 .main-navigation ul li:hover > a, 
.site-header.header-7 .main-navigation ul .current-menu-item > a,
.site-header.header-7 .main-navigation ul li:hover > a{
 	color: #1bbc9b ;
 	background: none;
 	border-top:0;
 }

 .site-header.header-7 .main-navigation ul  ul li > a{
 	border-top: 0;
 }

 .site-header.header-7 .main-navigation ul  ul li:hover > a{
 	border-top: 0;
 }

.site-header.header-7 .main-navigation ul a{
  	color: #2a333c;
  }

.site-header.header-7 .main-navigation ul .menu-item-has-children::after{
 	color: #fff;
 	left: 88%;
 	top: 24%;
 }

.site-header.header-7 .main-navigation ul ul li a{
 	border-bottom: 0;
 	color: #2c3e50 ;
 	padding:12px 25px;
 }

.site-header.header-7 .main-navigation ul ul li a:hover,
.site-header.header-7 .main-navigation ul ul li:hover > a{
 	background: none;
 	border-bottom:0;
 }

.site-header.header-7 .main-navigation ul li a{
 	padding:20px 25px;
 }

.site-header.header-7 .main-navigation ul ul{
 	background: #fff;
 }

.site-header.header-7 .main-navigation ul ul a{
  	padding:10px 15px;
  }

.site-header.header-7 .social-network-section .social-networks li a{
	display: block;
	text-align: center;
}

.site-header.header-7 .social-network-section .fa{
	font-size: 13px;
	line-height: 13px;
	vertical-align: top;
	color: #3f4f5e;
	display: inline-block;
}

.site-header.header-7 .social-network-section .social-networks li{
	margin-left: 20px;
}

.site-header.header-7 .links{
	float: right;
	color: #e2e6e9;
	margin:12px 0;
	border-right: 1px solid #76d7c3;
	font-size:13px;
	line-height: 13px;
	padding-right: 15px;
}

.site-header.header-7 .top-menu{
	float: right;
	margin:12px 0 0;
	padding:0;
	font-size:13px;
	line-height: 13px;
}

.site-header.header-7 .top-menu li{
	display: inline-block;
	list-style: none;
	border-left: 1px solid #76d7c3;
	padding-left: 15px;
	margin-left: 15px;

}

.site-header.header-7 .top-menu li:first-child{
	border-left: 0;
	margin-left: 0;
}

.site-header.header-7 .top-menu li a{
	color: #e2e6e9;
}

.site-header.header-7 .links a{
	color: #e2e6e9;;
}

body.header-seven.no-slider .site-content{padding-top: 70px;}

/*header-8 styles*/
.site-header.header-8{
	background:none;/*rgba(0, 0, 0, 0.6);*/
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 250;
	background: linear-gradient(top, rgba(0,0,0,0.6) 0,rgba(0,0,0,0) 98%);
	background: -moz-linear-gradient(top, rgba(0,0,0,0.6) 0,rgba(0,0,0,0) 98%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.6) 0,rgba(0,0,0,0) 98%);
}

.home.no-slider .site-header.header-8,
body:not(.home) .site-header.header-8{position: relative;}

.site-header.header-8:after{
	position: absolute;
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
}

.site-header.header-8 .header-top .links{
	float: left;
	color: #000;
	border-right: 0;
	margin:0;
}

.site-header.header-8 .header-top .links span{
	margin-right: 15px;
	padding-left: 15px;
	color: #fff;
}

.site-header.header-8 .header-top .links span:first-child{
	border-left:0;
	padding-left: 0;
}

.site-header.header-8 .header-top .links a{
	color: #e2e6e9;
}

.site-header.header-8 .header-top{
	background:#1bbc9b;
	padding:10px 0 8px;
}

.site-header.header-8 .header-bottom{
	background: none;
	width: 100%;
}

.site-header.header-8 .header-bottom.sticky-menu{
	background: rgba(27, 39, 50, 0.8);
}

.site-header.header-8 .site-branding{
	float:left;
	margin:24px 0 0;
	color: #ffffff;
}

.site-header.header-8 .site-branding .site-title a{
	color: #fff;
}

.site-header.header-8 form{
	height:46px;
	background: #1bbc9b  ;
}

.site-header.header-8 .form-section form input[type="search"]{
	float: left;
	padding:0 10px;
	height: 100%;
	border:0;
	background: none;
	outline: none;
	font-style: italic;
	font-size: 13px;
	line-height: 15px;
	padding:0 10px;
	color: #fff;
}

.site-header.header-8 .form-section{
	padding:0;
	margin:0 0 0 20px;
	background: none;
	float: right;
	width: 20px;
	height: 20px;
}

.site-header.header-8 .form-section:after{
	display: block;
	content: '';
	clear: both;
}

.site-header.header-8 .form-section form input[type="submit"]{
	background-image: url(images/search-icon.png);
}

.site-header.header-8 .main-navigation{
	float: right;
	margin-top:28px;
	background: rgba(4, 3, 1, 0.4);
}

.site-header.header-8 .main-navigation .menu{
	float:left;
	text-align: center;
	margin:0 auto;
}

.site-header.header-8 .main-navigation ul li a{
	border: 0;
	background: none;
	color: #fff;
}

.site-header.header-8 .main-navigation ul ul li{
	display: block;
}

.site-header.header-8 .main-navigation ul li:hover > a, 
.site-header.header-8 .main-navigation ul .current-menu-item > a,
.site-header.header-8 .main-navigation ul li:hover > a{
 	color: #1bbc9b ;
 	background: none;
 	border-top:0;
 }

 .site-header.header-8 .main-navigation ul  ul li > a{
 	border-top: 0;
 }

 .site-header.header-8 .main-navigation ul  ul li:hover > a{
 	border-top: 0;
 }

.site-header.header-8 .main-navigation ul a{
  	color: #2a333c;
  }

.site-header.header-8 .main-navigation ul .menu-item-has-children::after{
 	color: #fff;
 	left: 88%;
 	top: 24%;
 }

.site-header.header-8 .main-navigation ul ul li a{
 	border-bottom: 0;
 	color: #2c3e50 ;
 	padding:12px 25px;
 }

.site-header.header-8 .main-navigation ul ul li a:hover,
.site-header.header-8 .main-navigation ul ul li:hover > a{
 	background: none;
 	border-bottom:0;
 }

.site-header.header-8 .main-navigation ul li a{
 	padding:20px 25px;
 }

.site-header.header-8 .main-navigation ul ul{
 	background: #fff;
 }

.site-header.header-8 .main-navigation ul ul a{
  	padding:10px 15px;
  }

.site-header.header-8 .social-network-section .social-networks li a{
	display: block;
	text-align: center;
	font-size: 13px;
	line-height: 13px;
}

.site-header.header-8 .social-network-section .social-networks li a:hover .fa,
.site-header.header-8 .social-network-section .fa:hover{
	color: #fff;
}

.site-header.header-8 .social-network-section{
	margin:4px 0 0;
}

.site-header.header-8 .social-network-section .fa{
	font-size: 13px;
	line-height: 13px;
	vertical-align: top;
	color: #eaeaea;
}

.site-header.header-8 .social-network-section .social-networks li{
	margin-left: 20px;
}

.site-header.header-8 .social-networks{
	float: right;
	margin-left: 0;
	padding-top: 0;
}

.site-header.header-8 .social-network-section:after{
	display: block;
	content: '';
	clear: both;
}

.site-header.header-8 .links{
	float: right;
	color: #e2e6e9;
	margin:12px 0;
	border-right: 1px solid #76d7c3;
	font-size:13px;
	line-height: 13px;
	padding-right: 15px;
}

.site-header.header-8 .links a{
	color: #e2e6e9;;
}

/*header-9 styles*/
.site-header.header-9{
	background:#fff;
}

.site-header.header-9 .header-top .links{
	float: left;
	color: #e2e6e9;
	border-right: 0;
	margin:0;
}

.site-header.header-9 .header-top .links span{
	margin-right: 15px;
	padding-left: 15px;
}

.site-header.header-9{
	padding-left: 0;
}

.site-header.header-9 .header-top .links a{
	color: #e2e6e9;
}

.site-header.header-9 .header-top{
	background:#152837;
	padding:0 0 0;
	width: 100%;
}

.site-header.header-9 .header-bottom{
	background: none;
}

.site-header.header-9 .site-branding{
	text-align: center;
	margin:24px 0 20px;
	color: #464f58;
	float: none;
}

.site-header.header-9 .site-branding .site-title a{
	color: #1bbc9b;
}

.site-header.header-9 form{
	height:46px;
	background: #152837 ;
}

.site-header.header-9 .form-section form input[type="search"]{
	float: left;
	padding:0 10px;
	height: 100%;
	border:0;
	background: none;
	outline: none;
	font-style: italic;
	font-size: 13px;
	line-height: 15px;
	padding:0 10px;
	color: #fff;
}

.site-header.header-9 .form-section{
	padding:20px 0 36px 10px;
	margin:0 0 0 10px;
	background: none;
	float: right;
	width: 20px;
	height: 20px;
	border-left: 1px solid #2d3e4b;
}

.site-header.header-9 .form-section:after{
	display: block;
	content: '';
	clear: both;
}

.site-header.header-9 .form-section form input[type="submit"]{
	/*display: none;*/
}

.site-header.header-9 .main-navigation{
	float: left;
}

.site-header.header-9 .main-navigation .menu{
	float:left;
	text-align: center;
	margin:0 auto;
}

.site-header.header-9 .main-navigation ul li a{
	border: 0;
	background: none;
	color: #fff;
}

.site-header.header-9 .main-navigation ul ul {
	border-top: 0;
}

.site-header.header-9 .main-navigation ul ul li{
	display: block;
}

.site-header.header-9 .main-navigation ul li:hover > a, 
.site-header.header-9 .main-navigation ul .current-menu-item > a,
.site-header.header-9 .main-navigation ul li:hover > a{
 	color: #1bbc9b ;
 	background: none;
 	border-top:0;
 }

 .site-header.header-9 .main-navigation ul  ul li > a{
 	border-top: 0;
 }

 .site-header.header-9 .main-navigation ul  ul li:hover > a{
 	border-top: 0;
 }

.site-header.header-9 .main-navigation ul a{
  	color: #2a333c;
  }

.site-header.header-9 .main-navigation ul .menu-item-has-children::after{
 	color: #fff;
 	left: 88%;
 	top: 24%;
 }

.site-header.header-9 .main-navigation ul ul li a{
 	border-bottom: 0;
 	color: #2c3e50 ;
 	padding:12px 25px;
 }

.site-header.header-9 .main-navigation ul ul li a:hover,
.site-header.header-9 .main-navigation ul ul li:hover > a{
 	background: none;
 	border-bottom:0;
 }

.site-header.header-9 .main-navigation ul li a{
 	padding:20px 25px;
 }

.site-header.header-9 .main-navigation ul ul{
 	background: #fff;
 }

.site-header.header-9 .main-navigation ul ul a{
  	padding:10px 15px;
  }

.site-header.header-9 .social-network-section .social-networks li a{
	display: block;
	text-align: center;
	font-size: 13px;
	line-height: 13px;
}

.site-header.header-9 .social-network-section{
	/*margin:20px 0 0;*/
}

.site-header.header-9 .social-network-section .fa{
	font-size: 13px;
	line-height: 13px;
	vertical-align: top;
	color: #eaeaea;
}

.site-header.header-9 .social-network-section .social-networks li{
	margin-left: 20px;
}

.site-header.header-9 .social-networks{
	float: right;
	margin-left: 0;
	padding-top: 20px;
}

.site-header.header-9 .social-network-section:after{
	display: block;
	content: '';
	clear: both;
}

.site-header.header-9 .links{
	float: right;
	color: #e2e6e9;
	margin:12px 0;
	border-right: 1px solid #76d7c3;
	font-size:13px;
	line-height: 13px;
	padding-right: 15px;
}

.site-header.header-9 .links a{
	color: #e2e6e9;;
}

/*header-10 styles*/
.site-header.header-10{
	background:rgba(38, 40, 41, 0.7);
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 250;
}

body:not(.home) .site-header.header-10,
.home.no-slider .site-header.header-10{position: relative;}

.site-header.header-10:after{
	position: absolute;
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
}

.site-header.header-10 .header-top .links{
	float: left;
	color: #e2e6e9;
	border-right: 0;
}

.site-header.header-10 .header-top .links span{
	margin-right: 15px;
	padding-left: 15px;
}

.site-header.header-10 .header-top .links span:first-child{
	border-left:0;
	padding-left: 0;
}

.site-header.header-10 .header-top .links a{
	color: #e2e6e9;
}

.site-header.header-10 .header-top{
	background:none;
	padding:0;
	border-bottom: 1px solid #6e604f;
}

.site-header.header-10 .header-bottom{
	background: none;
}

.site-header.header-10 .header-bottom.sticky-menu{
	background:rgba(38, 40, 41, 0.7);
	padding: 0 15px;
}

.site-header.header-10 .site-branding{
	float:left;
	margin:24px 0 0;
	color: #ffffff;
}

.site-header.header-10 .site-branding .site-title a{
	color: #fff;
}

.site-header.header-10 form{
	height:46px;
	background: #1e3546 ;
}

.site-header.header-10 .form-section form input[type="search"]{
	float: left;
	padding:0 10px;
	height: 100%;
	border:0;
	background: none;
	outline: none;
	font-style: italic;
	font-size: 13px;
	line-height: 15px;
	padding:0 10px;
	color: #fff;
}

.site-header.header-10 .form-section{
	padding:38px 0 72px;
	margin:0 0 0 22px;
	background: none;
	float: right;
	width: 20px;
	height: 20px;
}

.site-header.header-10 .form-section .fa{
	font-size: 13px;
	line-height: 15px;
	color: #cacaca;
}

.site-header.header-10 .form-section:after,
.site-header.header-10 .header-top:after,
.site-header.header-10 .header-bottom:after{
	display: block;
	content: '';
	clear: both;
}

.site-header.header-10 .form-section form input[type="submit"]{
	/*display: none;*/
}

.site-header.header-10 .main-navigation{
	float: right;
	margin-top:28px;
}

.site-header.header-10 .main-navigation .menu{
	float:left;
	text-align: center;
	margin:0 auto;
}

.site-header.header-10 .main-navigation ul li a{
	border: 0;
	background: none;
	color: #d6d6d6;
}

.site-header.header-10 .main-navigation ul ul li{
	display: block;
}

.site-header.header-10 .main-navigation ul li:hover > a, 
.site-header.header-10 .main-navigation ul .current-menu-item > a,
.site-header.header-10 .main-navigation ul li:hover > a{
 	color: #fff;
 	background: #1bbc9b;
 	border-top:0;
 }

 .site-header.header-10 .main-navigation ul  ul li > a{
 	border-top: 0;
 }

 .site-header.header-10 .main-navigation ul  ul li:hover > a{
 	border-top: 0;
 }

.site-header.header-10 .main-navigation ul a{
  	color: #2a333c;
  }

.site-header.header-10 .main-navigation ul .menu-item-has-children::after{
 	color: #fff;
 	left: 77%;
 	top: 24%;
 }

.site-header.header-10 .main-navigation ul ul li a{
 	border-bottom: 0;
 	color: #2c3e50 ;
 	padding:12px 25px;
 }

.site-header.header-10 .main-navigation ul ul li a:hover,
.site-header.header-10 .main-navigation ul ul li:hover > a{
 	background: none;
 	border-bottom:0;
 	color: #1bbc9b;
 }

.site-header.header-10 .main-navigation ul li a{
 	padding:20px 25px;
 }

.site-header.header-10 .main-navigation ul ul{
 	background: #fff;
 }

.site-header.header-10 .main-navigation ul ul a{
  	padding:10px 15px;
  }

.site-header.header-10 .social-network-section .social-networks li a{
	display: block;
	text-align: center;
	font-size: 13px;
	line-height: 13px;
}

.site-header.header-10 .social-network-section .fa{
	font-size: 13px;
	line-height: 13px;
	vertical-align: top;
	color: #eaeaea;
}

.site-header.header-10 .social-network-section .social-networks li{
	margin-left: 0;
	border-left: 1px solid #6f6047;
	padding:0;
}

.site-header.header-10 .social-network-section .social-networks li a{
	padding:12px 16px;
}

.site-header.header-10 .social-network-section .social-networks li a:hover{
	background: #1bbc9b;
}

.site-header.header-10 .social-network-section .social-networks li:first-child{
	border-left: 0;
}

.site-header.header-10 .social-networks{
	float: right;
	margin-left: 0;
	padding:0;
}

.site-header.header-10 .social-network-section:after{
	display: block;
	content: '';
	clear: both;
}

.site-header.header-10 .links{
	float: right;
	color: #e2e6e9;
	margin:12px 0;
	border-right: 1px solid #76d7c3;
	font-size:13px;
	line-height: 13px;
	padding-right: 15px;
}

.site-header.header-10 .links a{
	color: #e2e6e9;;
}

/*header-11 styles*/
.site-header.header-11{
	background:#fff;

}

.site-header.header-11 .header-top .links{
	float: left;
	color: #e2e6e9;
	border-right: 0;
}

.site-header.header-11 .header-top .links span{
	margin-right: 15px;
	padding-left: 15px;
}

.site-header.header-11 .header-top .links span:first-child{
	border-left:0;
	padding-left: 0;
}

.site-header.header-11 .header-top .links a{
	color: #e2e6e9;
}

.site-header.header-11 .header-top{
	background:#023B7C;
	padding:0;
}

.site-header.header-11 .header-bottom{
	background: none;
	width: 100%;
}

.site-header.header-11 .header-bottom.sticky-menu{
	background: #fff;
}

.site-header.header-11 .site-branding{
	float:left;
	margin:24px 0 0;
	color: #34495e;
}

.site-header.header-11 .site-branding .site-title a{
	color: #34495e;
}

.site-header.header-11 form{
	height:46px;
	background: #fff ;
}

.site-header.header-11 .form-section form input[type="search"]{
	float: left;
	padding:0 10px;
	height: 100%;
	border:0;
	background: none;
	outline: none;
	font-style: italic;
	font-size: 13px;
	line-height: 15px;
	padding:0 10px;
	color: #34495e;
}

.site-header.header-11 .form-section{
	padding:38px 0 72px;
	margin:0 0 0 22px;
	background: none;
	float: right;
	width: 20px;
	height: 20px;
}

.site-header.header-11 .form-section .fa{
	font-size: 13px;
	line-height: 15px;
	color: #34495e;
}

.site-header.header-11 .form-section:after,
.site-header.header-11 .header-top:after,
.site-header.header-11 .header-bottom:after{
	display: block;
	content: '';
	clear: both;
}

.site-header.header-11 .form-section form input[type="submit"]{
	/*display: none;*/
}

.site-header.header-11 .main-navigation{
	float: right;
	margin-top:28px;
}

.site-header.header-11 .main-navigation .menu{
	float:left;
	text-align: center;
	margin:0 auto;
}

.site-header.header-11 .main-navigation ul li a{
	border: 0;
	background: none;
	color: #34495e;
}

.site-header.header-11 .main-navigation ul ul li{
	display: block;
}

.site-header.header-11 .main-navigation ul li:hover > a, 
.site-header.header-11 .main-navigation ul .current-menu-item > a,
.site-header.header-11 .main-navigation ul li:hover > a{
 	color: #1bbc9b;
 	background: none;
 	border-top:0;
 }

 .site-header.header-11 .main-navigation ul  ul li > a{
 	border-top: 0;
 }

 .site-header.header-11 .main-navigation ul  ul li:hover > a{
 	border-top: 0;
 }

.site-header.header-11 .main-navigation ul a{
  	color: #2a333c;
  }

.site-header.header-11 .main-navigation ul .menu-item-has-children::after{
 	color: #34495e;
 	left: 77%;
 	top: 24%;
 }

.site-header.header-11 .main-navigation ul ul li a{
 	border-bottom: 0;
 	color: #2c3e50 ;
 	padding:12px 25px;
 }

.site-header.header-11 .main-navigation ul ul li a:hover,
.site-header.header-11 .main-navigation ul ul li:hover > a{
 	background: none;
 	border-bottom:0;
 	color: #1bbc9b;
 }

.site-header.header-11 .main-navigation ul li a{
 	padding:20px 25px;
 }

.site-header.header-11 .main-navigation ul ul{
 	background: #fff;
 }

.site-header.header-11 .main-navigation ul ul a{
  	padding:10px 15px;
  }

.site-header.header-11 .social-network-section .social-networks li a{
	display: block;
	text-align: center;
	font-size: 13px;
	line-height: 13px;
}

.site-header.header-11 .social-network-section .fa{
	font-size: 13px;
	line-height: 13px;
	vertical-align: top;
	color: #fff;
}

.site-header.header-11 .social-network-section .social-networks li{
	margin-left: 0;
	padding:0;
}

.site-header.header-11 .social-network-section .social-networks li a{
	padding:12px 16px;
}

.site-header.header-11 .social-network-section .social-networks li a:hover{
	background: #1bbc9b;
}

.site-header.header-11 .social-network-section .social-networks li a .fa:hover{color: #fff;}

.site-header.header-11 .social-network-section .social-networks li:first-child{
	border-left: 0;
}

.site-header.header-11 .social-networks{
	float: right;
	margin-left: 0;
	padding:0;
}

.site-header.header-11 .social-network-section:after{
	display: block;
	content: '';
	clear: both;
}

.site-header.header-11 .links{
	float: right;
	color: #e2e6e9;
	margin:12px 0;
	border-right: 1px solid #76d7c3;
	font-size:13px;
	line-height: 13px;
	padding-right: 15px;
}

.site-header.header-11 .links a{
	color: #e2e6e9;;
}

/*header-12 styles*/
.site-header.header-12{
	background:#fff;
}

.site-header.header-12 .container{
	width: 100%;
	max-width: 100%;
}

.site-header.header-12 .header-top .links{
	float: left;
	color: #e2e6e9;
	border-right: 0;
	margin:0;
}

.site-header.header-12 .header-top .links span{
	margin-right: 15px;
	padding-left: 15px;
}

.site-header.header-12{
	padding-left: 0;
}

.site-header.header-12 .header-top .links a{
	color: #e2e6e9;
}

.site-header.header-12 .header-top{
	background:#1bbc9b;
	padding:0 0 0;
	width: 100%;
}

.site-header.header-12 .header-bottom{
	background: none;
	padding: 12px 0 25px;
}

.site-header.header-12 .site-branding{
	float: left;
	margin:0;
	color: #464f58;
}

.site-header.header-12 .site-branding .site-title a{
	color: #1bbc9b;
}

.site-header.header-12 form{
	height:46px;
	border-bottom: 1px solid #e3e3e3;
	background: none
}

.site-header.header-12 .form-section form input[type="search"]{
	float: left;
	padding:0 10px;
	height: 100%;
	border:0;
	background: none;
	outline: none;
	font-style: italic;
	font-size: 13px;
	line-height: 15px;
	padding:0 10px;
	color: #767676;
}

.site-header.header-12 .form-section{
	padding:20px 0 36px 10px;
	margin:0 0 0 10px;
	background: none;
	float: right;
	width: 240px;
}

.site-header.header-12 .form-section:after{
	display: block;
	content: '';
	clear: both;
}

.site-header.header-12 .form-section form input[type="submit"]{
	background: url(images/search-icon2.png) no-repeat 0 17px;
	display: block;
	box-shadow: none;
	height: 100%;
	border: 0;
	width: 30px;
	text-indent: -9999px;
}

.site-header.header-12 .main-navigation{
	float: left;
}

.site-header.header-12 .main-navigation .menu{
	float:left;
	text-align: center;
	margin:0 auto;
}

.site-header.header-12 .main-navigation ul li a{
	border: 0;
	background: none;
	color: #f3f3f3;
}

.site-header.header-12 .main-navigation ul ul {
	border-top: 0;
}

.site-header.header-12 .main-navigation ul ul li{
	display: block;
}

.site-header.header-12 .main-navigation ul li:hover > a, 
.site-header.header-12 .main-navigation ul .current-menu-item > a,
.site-header.header-12 .main-navigation ul li:hover > a{
 	color: #fff ;
 	background: none;
 	border-top:0;
}

.site-header.header-12 .main-navigation ul ul .current-menu-item > a{
	color: #1bbc9b;
}

 .site-header.header-12 .main-navigation ul  ul li > a{
 	border-top: 0;
}

 .site-header.header-12 .main-navigation ul  ul li:hover > a{
 	border-top: 0;
}

.site-header.header-12 .main-navigation ul a{
  	color: #2a333c;
}

.site-header.header-12 .main-navigation ul .menu-item-has-children::after{
 	color: #fff;
 	left: 88%;
 	top: 24%;
}

.site-header.header-12 .main-navigation ul ul li a{
 	border-bottom: 0;
 	color: #2c3e50 ;
 	padding:12px 25px;
}

.site-header.header-12 .main-navigation ul ul li a:hover,
.site-header.header-12 .main-navigation ul ul li:hover > a{
 	background: none;
 	border-bottom:0;
 	color: #1bbc9b;
}

.site-header.header-12 .main-navigation ul li a{
 	padding:20px 25px;
}

.site-header.header-12 .main-navigation ul ul{
 	background: #fff;
}

.site-header.header-12 .main-navigation ul ul a{
  	padding:10px 15px;
}

.site-header.header-12 .social-network-section .social-networks li a{
	display: block;
	text-align: center;
	font-size: 13px;
	line-height: 13px;
	height: 24px;
	width: 24px;
	border-radius: 50%;
	background: #18a98b;
	padding:6px 0;
}

.site-header.header-12 .social-network-section .social-networks li a:hover{
	background: #49c9af;
}

.site-header.header-12 .social-network-section .fa{
	font-size: 13px;
	line-height: 13px;
	vertical-align: top;
	color: #eaeaea;
}

.site-header.header-12 .social-network-section .social-networks li{
	margin-left: 8px;
}

.site-header.header-12 .social-networks{
	float: right;
	margin-left: 0;
	padding-top: 20px;
}

.site-header.header-12 .social-network-section:after{
	display: block;
	content: '';
	clear: both;
}

.site-header.header-12 .links{
	float: right;
	color: #e2e6e9;
	margin:12px 0;
	border-right: 1px solid #76d7c3;
	font-size:13px;
	line-height: 13px;
	padding-right: 15px;
}

.site-header.header-12 .links a{
	color: #e2e6e9;;
}

/*header-13 styles*/
.site-header.header-13{
	background:#fff;
}

.site-header.header-13 .container{
	width: 100%;
	max-width: 100%;
}

.site-header.header-13 .header-top .links{
	float: left;
	color: #e2e6e9;
	border-right: 0;
	margin:0;
}

.site-header.header-13 .header-top .links span{
	margin-right: 15px;
	padding-left: 15px;
}

.site-header.header-13{
	padding-left: 0;
}

.site-header.header-13 .header-top .links a{
	color: #e2e6e9;
}

.site-header.header-13 .header-top{
	background:#1bbc9b;
	padding:10px 0;
}

.site-header.header-13 .header-bottom{
	background: none;
	width: 100%;
}

.site-header.header-13 .header-bottom.sticky-menu{background: #fff;}

.site-header.header-13 .col{
	width: 33.33%;
	padding:0 15px;
	float: left;
}

.site-header.header-13 .site-branding{
	float: none;
	margin:24px 0 0;
	text-align: center;
	color: #464f58;
}

.site-header.header-13 .site-branding .site-title a{
	color: #1bbc9b;
}

.site-header.header-13 form{
	height:46px;
	border-bottom: 1px solid #e3e3e3;
	background: none;
}

.site-header.header-13 .form-section form input[type="search"]{
	float: left;
	padding:0 10px;
	height: 100%;
	border:0;
	background: none;
	outline: none;
	font-style: italic;
	font-size: 13px;
	line-height: 15px;
	padding:0 10px;
	color: #767676;
}

.site-header.header-13 .form-section{
	padding:20px 0 36px 10px;
	margin:0 0 0 10px;
	background: none;
	float: right;
	width: 240px;
}

.site-header.header-13 .form-section:after{
	display: block;
	content: '';
	clear: both;
}

.site-header.header-13 .form-section form input[type="submit"]{
	background: url(images/search-icon2.png) no-repeat 0 17px;
	display: block;
	box-shadow: none;
	height: 100%;
	border: 0;
	width: 30px;
	text-indent: -9999px;
}

.site-header.header-13 .main-navigation{
	float: left;
	/*margin-top: 26px;*/
}

.site-header.header-13 .main-navigation .menu{
	float:left;
	text-align: center;
	margin:0 auto;
}

.site-header.header-13 .main-navigation ul li a{
	border: 0;
	background: none;
	color: #464f58;
}

.site-header.header-13 .main-navigation ul ul {
	border-top: 0;
}

.site-header.header-13 .main-navigation ul ul li{
	display: block;
}

.site-header.header-13 .main-navigation ul li:hover > a, 
.site-header.header-13 .main-navigation ul .current-menu-item > a,
.site-header.header-13 .main-navigation ul li:hover > a{
 	color: #1bbc9b ;
 	background: none;
 	border-top:0;
}

 .site-header.header-13 .main-navigation ul  ul li > a{
 	border-top: 0;
}

 .site-header.header-13 .main-navigation ul  ul li:hover > a{
 	border-top: 0;
}

.site-header.header-13 .main-navigation ul a{
  	color: #2a333c;
}

.site-header.header-13 .main-navigation ul .menu-item-has-children::after{
 	color: #464f58;
 	left: 88%;
 	top: 24%;
}

.site-header.header-13 .main-navigation ul ul li a{
 	border-bottom: 0;
 	color: #2c3e50 ;
 	padding:12px 25px;
}

.site-header.header-13 .main-navigation ul ul li a:hover,
.site-header.header-13 .main-navigation ul ul li:hover > a{
 	background: none;
 	border-bottom:0;
 	color: #1bbc9b;
}

.site-header.header-13 .main-navigation ul li a{
 	padding:45px 12px;
}

.site-header.header-13 .main-navigation ul ul{
 	background: #fff;
}

.site-header.header-13 .main-navigation ul ul a{
  	padding:10px 15px;
}

.site-header.header-13 .social-network-section .social-networks li a{
	display: block;
	text-align: center;
	font-size: 13px;
	line-height: 13px;
	height: 24px;
	width: 24px;
	border-radius: 50%;
	background: #18a98b;
	padding:6px 0;
}

.site-header.header-13 .social-network-section .social-networks li a:hover{
	background: #49c9af;
}

.site-header.header-13 .social-network-section .fa{
	font-size: 13px;
	line-height: 13px;
	vertical-align: top;
	color: #eaeaea;
}

.site-header.header-13 .social-network-section .social-networks li{
	margin-left: 8px;
}

.site-header.header-13 .top-menu{
	float: left;
	margin:3px 0 0;
	padding:0;
	font-size:13px;
	line-height: 13px;
}

.site-header.header-13 .top-menu li{
	display: inline-block;
	list-style: none;
	border-left: 1px solid #76d7c3;
	padding-left: 15px;
	margin-left: 15px;
	position: relative;
}

.site-header.header-13 .top-menu li:first-child{
	border-left: 0;
	margin-left: 0;
}

.site-header.header-13 .top-menu li a{
	color: #e2e6e9;
	display: block;
}

.site-header.header-13 .top-menu ul{
	position: absolute;
	top: 100%;
	left: -20px;
	width: 150px;
	background: #1bbC9b;
	z-index: 10;
	padding-top: 10px;
	margin: 0;
	display: none;
}

.site-header.header-13 .top-menu li:hover > ul{display: block;}

.site-header.header-13 .top-menu ul ul{
	left: 100%;
	top: 0;
	padding-top: 0;
}

.site-header.header-13 .top-menu ul li{
	display: block;
	margin: 0;
}

.site-header.header-13 .top-menu ul li a{
	padding: 10px;
}

.site-header.header-13 .top-menu li a:hover,
.site-header.header-13 .top-menu li a:focus,
.site-header.header-13 .top-menu li:hover > a{
	color: #fff;
}

.site-header.header-13 .social-networks{
	float: right;
	margin-left: 0;
	padding-top:0;
}

.site-header.header-13 .social-network-section:after{
	display: block;
	content: '';
	clear: both;
}

.site-header.header-13 .links{
	float: right;
	color: #e2e6e9;
	margin:12px 0;
	border-right: 1px solid #76d7c3;
	font-size:13px;
	line-height: 13px;
	padding-right: 15px;
}

.site-header.header-13 .links a{
	color: #e2e6e9;;
}

/*light slider styles starts*/
.slider{
	margin-bottom: -9px;
}

.slider img{
	width: 100%;
}

.slider #lightSlider li{
	position: relative;
}

#lightSlider li .banner-text{
	position: absolute;
	/*bottom: 30%;*/
	bottom: 4em;
	width: 100%;
	text-align: left;
	z-index: 9999;
}

.slider .lSAction > .lSPrev{
	width: 21px;
	height: 35px;
	background: url(images/prev.png) no-repeat;
}

.slider .lSAction > .lSNext{
	width: 21px;
	height: 35px;
	background: url(images/next.png) no-repeat;
}

.slider .lSAction > a{
	opacity: 0;
}

.slider:hover .lSAction > a{
	opacity: 1;
}

.slider .lSSlideOuter .lSPager.lSpg > li a{
	height: 10px;
	width: 10px;
	border-radius:50%;
	border:1px solid #fff;
	box-shadow: none;
	background: none;
}

.slider .lSSlideOuter {
	position: relative;
}

.slider .lSPager.lSpg{
	margin-top: 0;
	position: absolute;
	left: 48%;
	bottom: 5%;
}

.slider .lSSlideOuter .lSPager.lSpg > li:hover a, 
.slider .lSSlideOuter .lSPager.lSpg > li.active a{
	background: #fff;
}

.banner-text .text{
	width: 442px;
	text-transform: uppercase;
}

.banner-text .text span{
	background: #54555a;
	font-size: 12px;
	line-height: 24px;
	color: #e8f3ff;
	padding: 8px 35px;
	display: inline-block;
	margin-bottom: 2px;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
}

.banner-text .text h2{
	background: #f3e4db;
	font-size: 28px;
	line-height: 38px;
	color: #34495e;
	padding: 23px 25px;
	margin: 0;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	margin-bottom: 10px;
}

.banner-text .text h2 a{color: #34495e;}

.banner-text .read-more{
	background: #1bbc9b;
	padding: 6px 22px;
	display: inline-block;
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	text-decoration: none;
}

.banner-text .read-more:hover{
	background:#106e5b;
	text-decoration: none;
	color: #fff;
}

.slider .lSAction > a.disabled{pointer-events: auto;}
/*light slider styles ends*/

/*content area style*/
.site-content{
	background: #f7f8f3;
	padding-top: 60px;
}

.top-section{
	margin-bottom: 40px;
	padding-top: 20px;

}

.top-section .section-title{
	text-align: center;
	margin:0 0 30px;
	color: #34495e;
}

.top-section ul li{
	list-style: none;
	float: left;
	margin-left: 30px;
}

.top-section ul li:first-child{
	margin-left: 15px;
}

.top-section .text .text-content ul:after{
	display: block;
	content: '';
	clear: both;
}

.top-section img{
	vertical-align: top;
}

.top-section .post{
	padding-bottom: 36px;
}

.top-section ul li .post{
	background: #fff;
	padding-bottom: 30px;
}


.post .category,
.page .category{
	display: block;
	margin-bottom: 18px;
}

.top-section .post .category{
	margin: 0;
}

.post .entry-title,
.page .entry-title{
	margin-bottom: 20px;
}

.top-section .post .entry-title{
	margin: 0;
}

.top-section .post .entry-meta{
	margin-bottom: 0;
}

.top-section .column{
	width: 33.33%;
	padding-left: 15px;
	padding-right: 15px;
	float: left;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

#primary .post .entry-header, 
#primary .page .entry-header{
	position: relative;
	margin-top:-42px;
	margin-left: 30px;
	margin-right: 30px;
	padding-top: 38px;
}

#primary .post.no_image .entry-header, 
#primary .page.no_image .entry-header,
.single-post #primary .post.no_image .entry-header{
	margin-top: 0;
}

.post .entry-header,
.page .entry-header{
	background: #fff;
	text-align: center;
}

#primary{
	padding-bottom: 60px;
}

#primary .post .entry-header:after,
#primary .page .entry-header:after{
	position: absolute;
	width: 70px;
	height: 1px;
	background: #ebedef;
	top: 100%;
	left: 40%;
	content: '';
	margin-top: 14px;
}

.full-width #primary .post .entry-header:after,
.full-width #primary .page .entry-header:after{left: 47%;}

.one-col-leftsidebar #primary .post .entry-header:after,
.one-col-leftsidebar #primary .page .entry-header:after,
.one-col-rightsidebar #primary .post .entry-header:after,
.one-col-rightidebar #primary .page .entry-header:after{left: 45%;}

#primary .post .entry-content{
	border-bottom: 1px solid #ebedef;
}

.top-section .post .entry-header{
	margin-left: 15px;
	margin-right: 15px;
	margin-top:-30px;
	padding-top: 10px;
	position: relative;
}

.post .category a, .page .category a{
	color: #1ab293;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 17px;
}

.post .category a:hover, .page .category a:hover{
	color: #787f86;
}

.top-section .post .category a{
	font-size: 12px;
	line-height: 16px;
}

.post-thumbnail{
	display: block;
}

.post .entry-title a,
.page .entry-title a{
	color: #34495e;
	font-weight: 600;
	font-family: 'Raleway', sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 28px;
	line-height: 32px;
}

.top-section .post .entry-title a{
	font-size: 21px;
	line-height: 25px;
}

.post a:hover, .page a:hover{
	color: #1bbc9b;
}

.post .entry-meta span a,
.page .entry-meta span a{
	color: #a8b0b4;
	font-style: italic;
	font-size: 14px;
	line-height: 18px;
}

.post .entry-meta span a:hover,
.page .entry-meta span a:hover{
	color: #787f86;
}

.post .entry-content,
.page .entry-content{
	text-align: center;
	padding: 0 36px;
}

.top-section .post .entry-meta span a{
	font-size: 12px;
	line-height: 15px;
}

/*primary style*/
#primary{
	width: 66.67%;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

#main:after{
	content: '';
	display: block;
	clear: both;
}

#primary .post,
#primary .page{
	margin-bottom: 40px;
}

#primary .advertisement{
	margin-bottom: 40px;
}

#primary .advertisement a{
	display: block;
}

.post .bottom-content,
.page .bottom-content{
	text-align: center;
	padding: 30px 32px;
	position: relative;
}

.post .bottom-content:after,
.page .bottom-content:after{
	display: block;
	content: '';
	clear: both;
}

.post .bottom-content .entry-meta,
.page .bottom-content .entry-meta{
	float: left;
	position: absolute;
	top: 30px;
	left: 32px;
}

.single-post .post .bottom-content .entry-meta{
	top: 14px;
	left: 0;
	width: 100%;
	padding: 0 36px;
}

.single-post .post .bottom-content .entry-meta .byline{float: left;}

.single-post .post .bottom-content .social-networks{top: 0;}

.post .bottom-content .entry-meta span a,
.page .bottom-content .entry-meta span a{
	margin-right: 6px;
}

.post .bottom-content .read-more,
.page .bottom-content .read-more{
	display: inline-block;
	border-right: 1px solid #1bbc9b;
	border-left: 1px solid #1bbc9b;
	color: #1ab293;
	font-size: 14px;
	line-height: 24px;
	padding: 0 18px;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
}

.post .bottom-content .read-more:hover,
.page .bottom-content .read-more:hover{
	color: #787f86;
}

.bottom-content .social-networks{
	margin: 0;
	padding: 0;
	float: right;
	position: absolute;
	top: 30px;
	right: 32px;
}

.bottom-content .social-networks:after{
	display: block;
	content: '';
	clear: both;
}

.bottom-content .social-networks li{
	float: left;
	list-style: none;
	margin-left: 24px;
}

.bottom-content .social-networks li:first-child{
	margin-left: 0;
}

.bottom-content .social-networks .fa:hover{
	color: #1bbc9b;
}

.bottom-content .social-networks .fa{
	color: #2e4154;
	font-size: 14px;
	line-height: 18px;
}

/*widget area style*/
#secondary{
	width: 33.33%;
	float: right;
	padding-left: 15px;
	padding-right: 15px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

#secondary .widget{
	padding: 0 20px;
	padding-top: 26px;
	padding-bottom: 40px;
	margin-bottom: 28px;
	background: #fff;
	text-align: center;
}

.widget-area .advertisement{
	margin-bottom: 28px;
}

.widget-area .widget.widget_search{
	padding: 0;
}

.widget-area .widget.widget_search form,
.page-header form,
.error404 .not-found form{
	border: 1px solid #dde1e5;
	border-right: 0;
	height: 56px;
	background: #fff;
}

.error404 .not-found form{
	width: 75%;
	margin: 0 auto;
}

.page-header form{
	width: 75%;
}

.widget-area .widget.widget_search form input[type="search"],
.page-header form input[type="search"],
.error404 .not-found form input[type="search"]{
	border-radius: 0;
	font-size: 15px;
	line-height: 24px;
	color: #a8b0b4;
	float: left;
	border: 0;
	background: none;
	padding:4px 16px;
	width: 72%;
	height: 46px;
}

.widget-area .widget.widget_search form input[type="submit"],
.page-header form input[type="submit"],
.error404 .not-found form input[type="submit"]{
	background: url(images/search-icon.png) no-repeat 41% 48% #1bbc9b;
	box-shadow: none;
	text-indent:-9999px;
	border: 0;
	border-radius: 0;
	font-size: auto;
	/*padding: 21px 26px;*/
	float: right;
	width: 17%;
	height: 54px;
	width: 52px;
}

/*general widget style*/
#secondary .widget .widget-title{
	text-transform: uppercase;
	font-size: 16px;
	line-height: 24px;
	color:#1ab293;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	position: relative;
	margin-top: 0;
	margin-bottom: 20px;
}

#secondary .widget .widget-title:after{
	position: absolute;
	background: #48c1a9;
	content: '';
	height: 1px;
	width: 30px;
	top: 100%;
	left: 44%;
}

#secondary .widget ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

#secondary .widget ul{margin-top: 10px;}

#secondary .widget ul li{
	border-bottom: 1px solid #ebedef;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

#secondary .widget ul li a{
	color: #34495e;
	font-size: 14px;
	line-height: 22px;
	text-transform: uppercase;
}

#secondary .widget ul li a:hover{
	color: #1ab293;
}

/*widget social links style*/
#secondary .widget.widget_halcyon_pro_social_links ul{text-align: center;}

#secondary .widget.widget_halcyon_pro_social_links ul li{
	margin-right: 5px;
	margin-left: 5px;
	border-bottom: 0;
	display: inline-block;
}

#secondary .widget.widget_halcyon_pro_social_links ul:after{
	display: block;
	content: '';
	clear: both;
}

#secondary .widget.widget_halcyon_pro_social_links ul li a{
	height: 30px;
	width: 30px;
	border-radius: 50%;
	display: block;
	background: #1bbc9b;
	color: #fff;
}

#secondary .widget.widget_halcyon_pro_social_links ul li a:hover,
#secondary .widget.widget_halcyon_pro_social_links ul li a:focus{color: #fff;}

#secondary .widget.widget_halcyon_pro_social_links ul li .fa-facebook{background: #3b5998;}

#secondary .widget.widget_halcyon_pro_social_links ul li .fa-google-plus{background: #dd4b39;}

#secondary .widget.widget_halcyon_pro_social_links ul li .fa-instagram{background: #3f729b;}

#secondary .widget.widget_halcyon_pro_social_links ul li .fa-linkedin{background: #0177b5;}

#secondary .widget.widget_halcyon_pro_social_links ul li .fa-twitter{background: #55acee;}

#secondary .widget.widget_halcyon_pro_social_links ul li .fa-youtube{background: #cc2127;}

#secondary .widget.widget_halcyon_pro_social_links ul li .fa-pinterest-p{background: #cb2028;}

#secondary .widget.widget_halcyon_pro_social_links ul li .fa-vimeo{background: #00b3ec;}

#secondary .widget.widget_halcyon_pro_social_links ul li .fa-dribbble{background: #ec5d94;}

#secondary .widget.widget_halcyon_pro_social_links ul li .fa-foursquare{background: #3055fe;}

#secondary .widget.widget_halcyon_pro_social_links ul li .fa-flickr{background: #0d64d2;}

#secondary .widget.widget_halcyon_pro_social_links ul li .fa-reddit{background: #ff4500;}

#secondary .widget.widget_halcyon_pro_social_links ul li .fa-skype{background: #00abeb;}

#secondary .widget.widget_halcyon_pro_social_links ul li .fa-stumbleupon{background: #ee4813;}

#secondary .widget.widget_halcyon_pro_social_links ul li .fa-tumblr{background: #36465d;}


#secondary .widget.widget_halcyon_pro_social_links ul li .fa-odnoklassniki{background: #ee8208;}

#secondary .widget.widget_halcyon_pro_social_links ul li .fa-vk{background: #507299;}

#secondary .widget.widget_halcyon_pro_social_links ul li .fa-xing{background: #005a5f;}


#secondary .widget.widget_halcyon_pro_social_links ul li a .fa{
	font-size: 13px;
	line-height: 30px;
	color: #fff;
}

#secondary .widget.widget_halcyon_pro_social_links ul li{
	margin-bottom:5px;
	padding-bottom: 0;
}

#secondary .widget.widget_halcyon_pro_social_links ul li a{
	font-size: 16px;
	line-height: 20px;
	padding-top: 5px;
}

#secondary .widget.widget_halcyon_pro_social_links ul li a:hover .fa{color: #fff;}

#secondary .widget.widget_categories ul li:after,
#secondary .widget.widget_archive ul li:after{
	display: block;
	content: '';
	clear: both;
}

#secondary .widget.widget_categories ul li:last-child{
	border: 0;
}

#secondary .widget.widget_categories ul li span{
	float: right;
	padding: 10px 0;
}

.widget_tag_cloud .tagcloud{
	text-align: left;
}

#secondary .widget_tag_cloud .tagcloud{
	text-align: center;
}

.widget.widget_tag_cloud a{
	display: inline-block;
	color: #627281;
	font-size: 14px;
	border: 1px solid #bac4cd;
	text-transform: uppercase;
	padding: 5px 7px;
	margin: 0 4px 3px 0;
}

.widget.widget_tag_cloud a:hover{
	color: #fff;
	background: #1ab293;
}

.widget.widget_calendar thead th{font-weight: 700;}

.widget.widget_calendar thead th,
.widget.widget_calendar tbody td{text-align: center;}

.widget.widget_calendar table caption{
	text-align: center;
}

.widget.widget_instagram ul{
	margin: 0 -6px;
}

.widget.widget_instagram ul:after{
	display: block;
	content: '';
	clear: both;
}

.widget.widget_instagram ul li a{
	display: block;
	padding-top: 0;
}

.widget.widget_instagram ul li{
	width: 33.33%;
	padding:0 6px;
	float: left;
	border-bottom: 0;
}

.widget.widget_halcyon_pro_instagram_widget ul{
	margin: 0 -5px;
}

.widget.widget_halcyon_pro_instagram_widget ul:after{
	content: '';
	display: block;
	clear: both;
}

.widget.widget_halcyon_pro_instagram_widget ul li{
	float: left;
	width: 33.3333%;
	padding: 0 5px;
	margin-bottom: 10px;
	padding-bottom: 0 !important;
	border-bottom: 0 !important;
}

.widget.widget_halcyon_pro_instagram_widget ul li img{vertical-align: top;}

.widget.widget_halcyon_pro_instagram_widget ul.instagram-size-thumbnail li{width: 25%;}

.widget.widget_halcyon_pro_instagram_widget ul.instagram-size-large li{width: 50%;}

.widget.widget_halcyon_pro_instagram_widget ul.instagram-size-original li{width: 100%;}

.widget.widget_halcyon_pro_recent_post ul li,
.widget.widget_halcyon_pro_popular_post ul li,
.widget.widget_halcyon_pro_category_post ul li,
.widget.widget_halcyon_pro_author_post ul li{
	margin-bottom: 25px;
}

.widget.widget_halcyon_pro_recent_post ul li:last-child,
.widget.widget_halcyon_pro_popular_post ul li:last-child,
.widget.widget_halcyon_pro_category_post ul li:last-child,
.widget.widget_halcyon_pro_author_post ul li:last-child{
	margin-bottom: 0;
	border-bottom: 0;
}

.widget.widget_halcyon_pro_recent_post ul li .post-thumbnail img,
.widget.widget_halcyon_pro_popular_post ul li .post-thumbnail img,
.widget.widget_halcyon_pro_category_post ul li .post-thumbnail img,
.widget.widget_halcyon_pro_author_post ul li .post-thumbnail img{
	vertical-align: top;
}

.widget.widget_halcyon_pro_recent_post ul li .entry-header,
.widget.widget_halcyon_pro_popular_post ul li .entry-header,
.widget.widget_halcyon_pro_category_post ul li .entry-header,
.widget.widget_halcyon_pro_author_post ul li .entry-header{
	background: #fff;
	position: relative;
	margin-top: -25px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 5px;
	padding: 15px 5px 5px;
}

#secondary .widget.widget_halcyon_pro_recent_post ul li .entry-title,
#secondary .widget.widget_halcyon_pro_popular_post ul li .entry-title,
#secondary .widget.widget_halcyon_pro_category_post ul li .entry-title,
#secondary .widget.widget_halcyon_pro_author_post ul li .entry-title{margin: 0 !important;}

#secondary .widget.widget_halcyon_pro_recent_post ul li .entry-title a,
#secondary .widget.widget_halcyon_pro_popular_post ul li .entry-title a,
#secondary .widget.widget_halcyon_pro_category_post ul li .entry-title a,
#secondary .widget.widget_halcyon_pro_author_post ul li .entry-title a{color: #333;}

#secondary .widget.widget_halcyon_pro_recent_post ul li .entry-meta,
#secondary .widget.widget_halcyon_pro_popular_post ul li .entry-meta,
#secondary .widget.widget_halcyon_pro_category_post ul li .entry-meta,
#secondary .widget.widget_halcyon_pro_author_post ul li .entry-meta{
	font-size: 12px;
	margin: 0 0 10px;
	font-style: italic;
	color: #a8b0b4;
}

#secondary .widget.widget_halcyon_pro_recent_post ul li .entry-meta a,
#secondary .widget.widget_halcyon_pro_popular_post ul li .entry-meta a,
#secondary .widget.widget_halcyon_pro_category_post ul li .entry-meta a,
#secondary .widget.widget_halcyon_pro_author_post ul li .entry-meta a{
	font-size: 12px;
	color: #a8b0b4;
	text-transform: none;
}

#secondary .widget.widget_halcyon_pro_recent_post ul li .read-more,
#secondary .widget.widget_halcyon_pro_popular_post ul li .read-more,
#secondary .widget.widget_halcyon_pro_category_post ul li .read-more{
	font-size: 12px;
	line-height: 15px;
	font-weight: 600;
	text-transform: uppercase;
	display: inline-block;
	padding: 0 10px;
	border-left: 1px solid #1ab293;
	border-right: 1px solid #1ab293;
	color: #1ab293;
}

#secondary .widget.widget_halcyon_pro_featured_post .image-holder{margin: 0 0 15px;}

#secondary .widget.widget_halcyon_pro_featured_post .image-holder img{vertical-align: top;}

#secondary .widget.widget_halcyon_pro_featured_post .readmore .fa,
#secondary .widget.widget_halcyon_pro_author_bio .readmore .fa{display: none;}

#secondary .widget.widget_halcyon_pro_featured_post .readmore,
#secondary .widget.widget_halcyon_pro_author_bio .readmore{
	font-size: 12px;
	line-height: 15px;
	font-weight: 600;
	text-transform: uppercase;
	display: inline-block;
	padding: 0 10px;
	border-left: 1px solid #1ab293;
	border-right: 1px solid #1ab293;
	color: #1ab293;
}

.widget.widget_halcyon_pro_flickr_widget .flicker_widget{
	overflow: hidden;
	margin-left: -5px;
	margin-right: -5px;
}

.widget.widget_halcyon_pro_flickr_widget .flicker_widget li{
	float: left;
	width: 25%;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 10px !important;
	padding-bottom: 0 !important;
	border-bottom: 0 !important;
}

.widget.widget_halcyon_pro_flickr_widget .flicker_widget.col-2 li{width: 50%;}

.widget.widget_halcyon_pro_flickr_widget .flicker_widget.col-1 li{width: 100%;}

.widget.widget_halcyon_pro_flickr_widget .flicker_widget.col-3 li{width: 33.3333%;}

.widget.widget_halcyon_pro_flickr_widget .flicker_widget.col-4 li{width: 25%;}

.widget.widget_halcyon_pro_flickr_widget .flicker_widget.col-5 li{width: 20%;}

.widget.widget_halcyon_pro_flickr_widget .flicker_widget.col-6 li{width: 16.6667%;}

.widget.widget_halcyon_pro_flickr_widget .flicker_widget li img{
	vertical-align: top;
	width: 100%;
}

.widget.jetpack_subscription_widget form input[type="text"],
.widget.jetpack_subscription_widget form input[type="email"]{
	border: 1px solid #dde1e5;
    border-radius: 0;
    color: #a8b0b4;
    font-size: 13px;
    height: 46px;
    line-height: 24px;
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
}

.widget.jetpack_subscription_widget form input[type="submit"]{
	background: #1bbc9b;
    border: 0 none;
    box-shadow: none;
    color: #fff;
    font-family: "Raleway",sans-serif;
    font-size: 13px;
    font-weight: 600;
    height: 46px;
    line-height: 24px;
    text-transform: uppercase;
    width: 100%;
}

.widget.jetpack_subscription_widget form input[type="submit"]:hover,
.widget.jetpack_subscription_widget form input[type="submit"]:focus{
	opacity: 0.8;
}

/*paginatio style*/
.pagination .nav-links{
	text-align: center;
}

.pagination .nav-links .page-numbers{
	font-size: 14px;
	line-height: 30px;
	color: #787f86;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	border: 1px solid #ced4d5;
	border-radius: 4px;
	padding: 4px 12px;
	margin-right: 6px;
	display: inline-block;
}

.pagination .nav-links .page-numbers:hover{
	background: #1bbc9b;
	color: #fff;
}

.pagination .nav-links .page-numbers.current{
	background: #1bbc9b;
	border: 0;
	color: #fff;
}

/*single page/post style*/
.site-content #primary .page .entry-content{
	text-align: left;
	margin-top: 0;
}

.page #primary .page .entry-header .entry-title{
	font-size: 28px;
	line-height: 32px;
	margin:0;
	color: #34495e;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
}

#primary .page .entry-content h2{
	font-size: 17px;
	line-height: 20px;
	margin-top: 40px;
	color: #34495e;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
}

#primary .post .entry-header{
	padding: 24px 0 11px;
}

#primary .page .entry-header{
	background: none;
	margin: 0;
	padding: 0;
}

#primary .page .entry-content{
	padding: 0;
}

.single-post #primary .post .entry-header{
	/*text-align: left;*/
	margin-top: -23px;
}

.single-post #primary .post .entry-content{
	text-align: left;
}

.single-post #primary .post .entry-title{
	text-transform: uppercase;
	color: #34495e;
	font-size: 28px;
	line-height: 32px;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
}

#primary .post .entry-content h2,
#primary .page .entry-content h2{
	color: #34495e;
	font-size: 21px;
	line-height: 25px;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;

}

#primary .post .entry-content h1,
#primary .page .entry-content h1{
	color: #34495e;
	font-size: 28px;
	line-height: 32px;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
}

#primary .post .entry-content h3,
#primary .page .entry-content h3{
	color: #34495e;
	font-size: 17px;
	line-height: 20px;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
}

#primary .post .entry-content h4,
#primary .page .entry-content h4{
	color: #34495e;
	font-size: 16px;
	line-height: 19px;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
}

#primary .post .entry-content h5,
#primary .page .entry-content h5{
	color: #34495e;
	font-size: 14px;
	line-height: 17px;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
}

#primary .post .entry-content h6,
#primary .post .entry-content h6{
	color: #34495e;
	font-size: 13px;
	line-height: 16px;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
}

#primary .post .entry-content blockquote,
#primary .page .entry-content blockquote{
	background: #f3f3f3;
	border-left: 3px solid #1bbc9b;
	padding: 3px 25px;
	margin: 0;
	line-height: 28px;
	color: #787f86;
	font-style: italic;
}

#primary .post .entry-content .pull-right,
#primary .page .entry-content .pull-right{
	width: 300px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background: #f3f3f3;
	padding: 26px 20px;
	margin-top: 0;
	text-align: right;
	margin-bottom: 0;
}

#primary .post .entry-content .pull-left,
#primary .page .entry-content .pull-left{
	width: 300px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background: #f3f3f3;
	padding: 26px 20px;
	margin-top: 0;
	text-align:left;
	margin-right: 20px;
	margin-bottom: 0;
}

#primary .post .entry-content .dropcap,
#primary .page .entry-content .dropcap{
	color: #787f86;
	font-size: 82px;
	line-height: 30px;
	font-weight: 700;
	float: left;
	margin: 20px 6px 54px;
}

#primary .post .entry-content .highlight,
#primary .page .entry-content .highlight{
	background: #fff198;
}

#primary .post .entry-content table,
#primary .page .entry-content table{
	border:1px solid #d8d8d8;
}

#primary .post .entry-content table th,
#primary .page .entry-content table th{
	background: #e6e6e6;
	color: #34495e;
	font-size: 15px;
	line-height: 22px;
	text-transform: uppercase;
	padding: 2% 5%;
	border-right: 1px solid #d8d8d8;
	border-left: 1px solid #d8d8d8;
}

#primary .post .entry-content table td,
#primary .page .entry-content table td{
	color: #34495e;
	font-size: 15px;
	line-height: 22px;
	padding: 2% 6%;
	border-right: 1px solid #d8d8d8;
	border-left: 1px solid #d8d8d8;
}

#primary .post .entry-content pre,
#primary .page .entry-content pre{
    background: #f3f3f3;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 14px;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 1.6em;
    padding: 1.6em;
    overflow: auto;
    color: #787f86;
    max-width: 100%;
}

.full-width .content-area{
	width: 100% !important;
}

.single-post #primary .post .tags{
	display:inline-block;
	margin: 30px 0;
	font-size: 13px;
	line-height: 16px;
	color: #88959c;
	font-style: italic;
}
.single-post #primary .post .tags a{
	font-size: 14px;
	line-height: 18px;
	color: #88959c;
}

#primary .post .entry-content ul,
#primary .page .entry-content ul{
	margin: 0 0 15px;
	padding: 0;
}

#primary .post .entry-content ul li,
#primary .page .entry-content ul li{
	list-style: none;
	padding-left: 13px;
	background: url(images/style-guide-list-icon.png) no-repeat 0 13px;
}

#primary .post .entry-content ul ul,
#primary .page .entry-content ul ul{
	margin: 10px 0;
}

#primary .post .entry-content ol ol,
#primary .page .entry-content ol ol{
	margin: 10px 0;
	margin-left: 0px;
}

#primary .post .entry-content ol,
#primary .page .entry-content ol{
	margin: 0 0 15px;
	padding: 0 0 0 16px;
}

.jcf-file{
	margin-bottom: 20px;
}

.single-post #primary form .form-element{
	display: block;
	font-size: 15px;
	line-height: 22px;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
}

.single-post #primary form .form-element.password{
	margin-top:25px;
}

.single-post #primary form .radio-section:after{
	content: '';
	display: block;
	clear: both;
}

.single-post #primary form .radio-section li{
	float: left;
	background: none;
	padding: 0;
	margin-left: 20px;
}

.jcf-file .jcf-upload-button{
	float: left;
	font-size: 14px;
	line-height: 26px;
	background: #e3e3e3;
	color: #62676d;
	text-transform: uppercase;
	height: 36px;
	padding: 5px 19px;
	border: 0;
	border-radius: 4px;
}

.jcf-file .jcf-fake-input{
	float: right;
	font-size: 15px;
	line-height: 26px;
	color: #787f86;
	border: 0;
	height: 36px;
	padding: 5px 5px;
}

.jcf-select{
	height: 42px;
	padding: 3px 0;
	width: 31%;
	border: 1px solid #dde1e5;
}

.jcf-radio{
	border:1px solid #9b9b9f;
}

.jcf-radio span{
	background: #787f86;
}

.jcf-select .jcf-select-text{
	font-size: 14px;
	line-height: 30px;
	color: #a8b0b4;
}

.jcf-checkbox{
	background: url(images/check-box.png) no-repeat;
}

.jcf-checkbox.jcf-checked{
	background: url(images/checked-img.png) no-repeat;
}

.jcf-select .jcf-select-opener{
	background: url(images/select-icon.png) no-repeat 0 16px;
}

.single-post #primary form .radio-section li:first-child{
	margin-left: 0;
}

.single-post #primary .post .bottom-content ul li{
	background: none;
}

/*comment area style*/
#primary .comments-area{
	background: #fff;
	padding: 30px 30px;
	margin-bottom: 40px;
}

#primary .comments-area .comments-title{
	font-size: 21px;
	line-height: 25px;
	color: #34495e;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
}

#primary .comments-area .comment-body:after{
	display: block;
	content: '';
	clear: both;
}

#primary .comments-area ol{
	margin-left: 0;
	padding-left: 0;
}

#primary .comments-area ol li{
	list-style: none;
}

#primary .comments-area .avatar.photo{
	float: left;
	margin-right: 20px;
	border:1px solid #dde1e5;
}

#primary .comments-area .comment-content{
	margin-left: 106px;
}

#primary .comments-area .fn a{
	font-size: 14px;
	line-height: 24px;
	color: #34495e;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
}

#primary .comments-area .fn a:hover{
	color: #1bbc9b;
}

#primary .comments-area .comment-metadata a{
	font-size: 12px;
	line-height: 16px;
	color: #a8b0b4;
	font-style: italic;

}

#primary .comments-area .comment-metadata a:hover{
	color: #34495e;
}

#primary .comments-area .reply{
	margin-left: 106px;
}

#primary .comments-area .reply a{
	font-size: 10px;
	line-height: 24px;
	color: #fff;
	background: #1bbc9b;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	padding: 5px 15px;
}

#primary .comments-area .children{
	margin-left: 60px;
}

#primary .comments-area .comment-body{
	margin-bottom: 40px;
}

#primary .comments-area ol li{
	margin-bottom: 40px;
}

#primary .comments-area .reply a:hover{
	background: #127a65;
}

#primary .comment-form .comments-area.form .comment-reply-title{
	font-size: 21px;
	line-height: 25px;
	color: #34495e;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	text-transform: uppercase;

}

#primary .comment-form .comments-area.form form input[type="text"]{
	margin-right: 6%;
}

#primary .comment-form .comments-area.form form input[type="text"], 
#primary .comment-form .comments-area.form form input[type="email"]{
	height: 50px;
	width: 47%;
	border: 1px solid #dde1e5;
	float: left;
	font-size: 14px;
	line-height: 24px;
	color: #a8b0b4;
	padding: 12px 16px;
}

#primary .comment-form .comments-area.form form input[type="url"]{
	height: 50px;
	border: 1px solid #dde1e5;
	width: 100%;
	font-size: 14px;
	line-height: 24px;
	color: #a8b0b4;
	padding: 12px 16px;
}

#primary .comment-form .comments-area.form form textarea{
	height: 180px;
	border: 1px solid #dde1e5;
	width: 100%;
	font-size: 14px;
	line-height: 24px;
	color: #a8b0b4;
	padding: 12px 16px;
}

.site-content #primary .page .entry-header{
	text-align: left;
	margin-top: 0;
}

.search .site-content #primary .page .entry-header{
	text-align: center;
	margin-top: -42px;
}


/*author section style*/
.author-section{
	background: #fff;
	padding: 30px;
	margin-bottom: 30px;
	border: 1px solid #f5f0f0;
}

.author-section .author-title{
	font-family: "Montserrat",sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 22px;
    margin: 0 0 32px;
    position: relative;
    text-transform: uppercase;
    color: #191919;
}

.author-section .text{
	overflow: hidden;
}

.author-section .text p{
	margin-bottom: 10px;
}

.author-section .text .author-name{
	font-family: "Montserrat",sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    margin: 0 0 15px;
    color: #191919;
}

.avatar.photo{
	float: left;
	border-radius: 50%;
	margin-right: 20px;
}

.breadcrumbs{
	margin: 0 0 30px;
	padding: 0;
	font-style: italic;
}

.breadcrumbs li{
	list-style: none;
	display: inline-block;
	color: #34495e;
	font-size: 13.29px;
	line-height: 15.29px;
}

.breadcrumbs li a{
	font-size: 13.29px;
	line-height: 15.29px;
	color: #1bbc9b;
}

.breadcrumbs li a:hover{
	color: #34495e;
}

.category .site-content, .page .site-content .single-page, .site-content{
	padding-top: 30px;
}

.category .site-content-home, .page .site-content .single-page, .site-content-home{
	padding-top: 0px;
}

.category-title span{
	font-size: 14px;
	line-height: 17px;
	font-style: italic;
	color: #a8b0b4;
	text-transform: none;
	font-family:'Lato', sans-serif;
}

.category-title{
	color: #34495e;
	font-size: 28px;
	line-height: 32px;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
}

.blog .post .entry-title{
	color: #34495e;
	font-weight: 600;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	font-size: 28px;
	line-height: 32px;
}

.blog .post .entry-content{
	/*text-align: left;*/
}

.blog .post .post-thumbnail{text-align: center;}

.home.blog .post .entry-content{
	text-align: center;
}

.blog .post .entry-content .tags{
	font-style: italic;
	font-size: 13px;
	line-height: 17px;
	color: #a8b0b4;
}

.blog .post .entry-content .tags a{
	font-size: 14px;
	line-height: 18px;
	color: #88959c;
}

.blog .post .entry-content .tags a:hover{
	color: #1bbc9b;
}

/*---------------------------------------------------------------
 Homepage Layout style
----------------------------------------------------------------*/
.one-col-leftsidebar #primary{float: right;}

.two-col-leftsidebar #primary{float: right;}

.home.blog.two-col-leftsidebar #main,
.home.blog.two-col-rightsidebar #main{
	margin-left: -15px;
	margin-right: -15px;
}

.blog.two-col-leftsidebar .site-content .site-main .rara-masonry,
.blog.two-col-rightsidebar .site-content .site-main .rara-masonry,
.blog.three-col-full-width .site-content .site-main .rara-masonry{
	overflow: hidden;
	margin-left: -15px;
	margin-right: -15px;
}

.blog.two-col-leftsidebar .site-content .site-main .post,
.blog.two-col-rightsidebar .site-content .site-main .post{
	width: 50%;
	padding-left: 15px;
	padding-right: 15px;
	background: none;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	float:left;
}

.blog.two-col-leftsidebar #primary .post .entry-header,
.blog.two-col-rightsidebar #primary .post .entry-header{
	margin: 0;
	padding-top: 20px;
	padding-left: 15px;
	padding-right: 15px;
}

.blog.two-col-leftsidebar #primary .post .entry-content,
.blog.two-col-rightsidebar #primary .post .entry-content{
	padding: 25px 15px 0;
	margin-top: 0;
	background: #fff;
}

.blog.two-col-leftsidebar #primary .post .bottom-content,
.blog.two-col-rightsidebar #primary .post .bottom-content{background: #fff;}

.blog.two-col-leftsidebar #primary .post img,
.blog.two-col-rightsidebar #primary .post img{vertical-align: top;}

.blog.two-col-leftsidebar .post .bottom-content .entry-meta,
.blog.two-col-rightsidebar .post .bottom-content .entry-meta{
	position: relative;
	left: auto;
	top: auto;
	float: none;
}

.blog.two-col-leftsidebar .post .bottom-content .social-networks,
.blog.two-col-rightsidebar .post .bottom-content .social-networks{
	display: block;
    float: none;
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
    text-align: center;
}

.blog.two-col-leftsidebar .post .bottom-content .social-networks li,
.blog.two-col-rightsidebar .post .bottom-content .social-networks li{
	float: none;
	display: inline-block;
	margin: 0 12px;
}

.blog.three-col-full-width #primary{width: 100%;}

.blog.three-col-full-width .site-content .site-main .post{
	width: 33.3333%;
	padding-left: 15px;
	padding-right: 15px;
	background: none;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	float:left;	
}

.leftsidebar #primary{float: right;}

.blog.full-width #primary{width: 100%;}
.page.full-width #primary{width: 100%;}
.single-post.full-width #primary{width: 100%;}
.archive.full-width #primary{width: 100%;}
.search.full-width #primary{width: 100%;}

.home.blog.three-col-full-width #main{
	margin-left: -15px;
	margin-right: -15px;
}
.blog.three-col-full-width #primary .post .entry-header{
	margin: 0;
	padding-top: 20px;
	padding-left: 15px;
	padding-right: 15px;
}

.blog.three-col-full-width #primary .post .entry-content{
	padding: 25px 15px 0;
	margin-top: 0;
	background: #fff;
}

.blog.three-col-full-width #primary .post .bottom-content{background: #fff;}

.blog.three-col-full-width #primary .post img{vertical-align: top;}

.blog.three-col-full-width .post .bottom-content .entry-meta{
	position: relative;
	left: auto;
	top: auto;
	float: none;
}

.blog.three-col-full-width .post .bottom-content .social-networks{
	position: relative;
	width: 100%;
	right: auto;
	top: auto;
	text-align: center;
}

.blog.three-col-full-width .post .bottom-content .social-networks li{
	float: none;
	display: inline-block;
	margin: 0 12px;
}

/*============
before and after post widgets css
========================================*/
.page-header{
	background: #f7f8f3;
	padding-top: 18px;
	margin-bottom: 45px;
}

.page-header .page-title{
	font-size: 28px;
	line-height: 32px;
	color: #34495e;
	text-transform: uppercase;
	font-family: "Raleway",sans-serif;
	font-weight: 600;
	margin: 0;
}

#crumbs{
	font-size: 13px;
	line-height:15px;
	color: #a8b0b4;
	margin-bottom: 30px;
	font-style: italic;
	padding-left: 15px;
	padding-right: 15px;
}

#crumbs a{
	color: #1bbc9b;
}

#primary .widget{
	background: #fff;
	padding: 30px 20px;
	text-align: center;
}

#primary .widget .widget-title{
	text-transform: uppercase;
	font-size: 16px;
	line-height: 24px;
	color:#1ab293;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	position: relative;
	margin-top: 0;
	margin-bottom: 20px;
	text-align: center;
}

#primary .widget .widget-title:after{
	position: absolute;
	background: #48c1a9;
	content: '';
	height: 1px;
	width: 30px;
	top: 100%;
	left: 48%;
}

#primary .widget ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

#primary .widget ul li{
	padding: 0;
	background: none;
	border-bottom: 1px solid #ebedef;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

#primary .widget ul li a{
	color: #34495e;
	font-size: 14px;
	line-height: 22px;
	text-transform: uppercase;
}

#primary .widget ul li a:hover,
#primary .widget ul li a:focus{
	color: #1ab293;
}

#primary .widget.widget_search .search-form input[type="submit"]{
	background: url(images/search-icon.png) no-repeat 41% 48% #1bbc9b;
	box-shadow: none;
	text-indent:-9999px;
	border: 0;
	border-radius: 0;
	font-size: auto;
	float: right;
	width: 17%;
	height: 54px;
	width: 52px;	
}

#primary .widget_tag_cloud .tagcloud{
	text-align: center;
}

#primary .widget.widget_tag_cloud a{
	display: inline-block;
	color: #627281;
	font-size: 14px;
	border: 1px solid #bac4cd;
	text-transform: uppercase;
	padding: 5px 7px;
	margin: 0 4px 3px 0;
}

#primary .widget.widget_tag_cloud a:hover{
	color: #fff;
	background: #1ab293;
}

#primary .widget.widget_halcyon_pro_author_post ul,
#primary .widget.widget_halcyon_pro_category_post ul,
#primary .widget.widget_halcyon_pro_popular_post ul,
#primary .widget.widget_halcyon_pro_recent_post ul,
#primary .post-section .widget.widget_recent_entries ul{
	overflow: hidden;
	margin-left: -15px;
	margin-right: -15px;
}

#primary .widget.widget_halcyon_pro_author_post ul li,
#primary .widget.widget_halcyon_pro_category_post ul li,
#primary .widget.widget_halcyon_pro_popular_post ul li,
#primary .widget.widget_halcyon_pro_recent_post ul li,
#primary .post-section .widget.widget_recent_entries ul li{
	float: left;
	width: 33.3333%;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 30px;
	border-bottom: 0;
}

#primary .widget.widget_halcyon_pro_recent_post ul li .post-thumbnail img,
#primary .widget.widget_halcyon_pro_popular_post ul li .post-thumbnail img,
#primary .widget.widget_halcyon_pro_category_post ul li .post-thumbnail img,
#primary .widget.widget_halcyon_pro_author_post ul li .post-thumbnail img,
#primary .post-section .widget.widget_recent_entries ul li .post-thumbnail img{
	vertical-align: top;
}

#primary .widget.widget_halcyon_pro_recent_post ul li .entry-title,
#primary .widget.widget_halcyon_pro_popular_post ul li .entry-title,
#primary .widget.widget_halcyon_pro_category_post ul li .entry-title,
#primary .widget.widget_halcyon_pro_author_post ul li .entry-title,
#primary .post-section .widget.widget_recent_entries ul li .entry-title{margin: 0 0 10px;}

#primary .widget.widget_halcyon_pro_recent_post ul li .entry-title a,
#primary .widget.widget_halcyon_pro_popular_post ul li .entry-title a,
#primary .widget.widget_halcyon_pro_category_post ul li .entry-title a,
#primary .widget.widget_halcyon_pro_author_post ul li .entry-title a,
#primary .post-section .widget.widget_recent_entries ul li .entry-title a{color: #333;}

#primary .widget.widget_halcyon_pro_recent_post ul li .entry-meta,
#primary .widget.widget_halcyon_pro_popular_post ul li .entry-meta,
#primary .widget.widget_halcyon_pro_category_post ul li .entry-meta,
#primary .widget.widget_halcyon_pro_author_post ul li .entry-meta,
#primary .post-section .widget.widget_recent_entries ul li .entry-meta{
	font-size: 12px;
	margin: 0 0 10px;
	font-style: italic;
	color: #a8b0b4;
}

#primary .widget.widget_halcyon_pro_recent_post ul li .entry-meta a,
#primary .widget.widget_halcyon_pro_popular_post ul li .entry-meta a,
#primary .widget.widget_halcyon_pro_category_post ul li .entry-meta a,
#primary .widget.widget_halcyon_pro_author_post ul li .entry-meta a,
#primary .post-section .widget.widget_recent_entries ul li .entry-meta a{
	font-size: 12px;
	color: #a8b0b4;
}

#primary .widget.widget_halcyon_pro_recent_post ul li .read-more,
#primary .widget.widget_halcyon_pro_popular_post ul li .read-more,
#primary .widget.widget_halcyon_pro_category_post ul li .read-more,
#primary .widget.widget_halcyon_pro_author_post ul li .read-more,
#primary .widget.widget_halcyon_pro_author_bio .readmore{
	font-size: 12px;
	line-height: 15px;
	font-weight: 600;
	text-transform: uppercase;
	display: inline-block;
	padding: 0 10px;
	border-left: 1px solid #1ab293;
	border-right: 1px solid #1ab293;
	color: #1ab293;
}

#primary .widget.widget_halcyon_pro_author_bio .readmore .fa{display: none;}

#primary .widget.widget_halcyon_pro_recent_post ul li .entry-header,
#primary .widget.widget_halcyon_pro_popular_post ul li .entry-header,
#primary .widget.widget_halcyon_pro_category_post ul li .entry-header,
#primary .widget.widget_halcyon_pro_author_post ul li .entry-header{
	background: none;
	margin: 0;
	padding: 0;
}

#primary .widget.widget_halcyon_pro_featured_post .image-holder{margin: 0 0 15px;}

#primary .widget.widget_halcyon_pro_featured_post .image-holder img{vertical-align: top;}

#primary .widget.widget_halcyon_pro_featured_post .readmore .fa{display: none;}

#primary .widget.widget_halcyon_pro_featured_post .readmore{
	font-size: 12px;
	line-height: 15px;
	font-weight: 600;
	text-transform: uppercase;
	display: inline-block;
	padding: 0 10px;
	border-left: 1px solid #1ab293;
	border-right: 1px solid #1ab293;
	color: #1ab293;
}

#primary .widget.widget_halcyon_pro_flickr_widget .widget-flickr-stream{
	overflow: hidden;
	margin-left: -5px;
	margin-right: -5px;
}

#primary .widget.widget_halcyon_pro_flickr_widget .widget-flickr-stream .flickr_badge_image{
	float: left;
	width: 25%;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 10px;
}

#primary .widget.widget_halcyon_pro_flickr_widget .widget-flickr-stream .flickr_badge_image img{
	vertical-align: top;
	width: 100%;
}

#primary .widget.widget_halcyon_pro_instagram_widget ul{
	margin: 0 -5px;
}

#primary .widget.widget_halcyon_pro_instagram_widget ul:after{
	content: '';
	display: block;
	clear: both;
}

#primary .widget.widget_halcyon_pro_instagram_widget ul li{
	float: left;
	width: 33.3333%;
	padding: 0 5px;
	margin-bottom: 10px;
	padding-bottom: 0;
	border-bottom: 0;
}

#primary .widget.widget_halcyon_pro_instagram_widget ul li img{
	vertical-align: top;
	width: 100%;
}

#primary .widget.widget_halcyon_pro_instagram_widget ul.instagram-size-thumbnail li{width: 25%;}

#primary .widget.widget_halcyon_pro_instagram_widget ul.instagram-size-large li{width: 50%;}

#primary .widget.widget_halcyon_pro_instagram_widget ul.instagram-size-original li{width: 100%;}

#primary .widget.widget_halcyon_pro_social_links ul{text-align: center;}

#primary .widget.widget_halcyon_pro_social_links ul li{
	/*float: left;*/
	margin-right: 5px;
	margin-left: 5px;
	border-bottom: 0;
	display: inline-block;
}

#primary .widget.widget_halcyon_pro_social_links ul:after{
	display: block;
	content: '';
	clear: both;
}

#primary .widget.widget_halcyon_pro_social_links ul li a{
	height: 30px;
	width: 30px;
	border-radius: 50%;
	display: block;
	background: #1bbc9b;
	color: #fff;
	line-height: 30px;
}

#primary .widget.widget_halcyon_pro_social_links ul li a:hover,
#primary .widget.widget_halcyon_pro_social_links ul li a:focus{color: #fff;}

#primary .widget.widget_halcyon_pro_social_links ul li a[title="Facebook"]{background: #3b5998;}

#primary .widget.widget_halcyon_pro_social_links ul li a[title="Google"]{background: #dd4b39;}

#primary .widget.widget_halcyon_pro_social_links ul li a[title="Instagram"]{background: #3f729b;}

#primary .widget.widget_halcyon_pro_social_links ul li a[title="Linkedin"]{background: #0177b5;}

#primary .widget.widget_halcyon_pro_social_links ul li a[title="Twitter"]{background: #55acee;}

#primary .widget.widget_halcyon_pro_social_links ul li a[title="YouTube"]{background: #cc2127;}

#primary .widget.widget_halcyon_pro_social_links ul li a .fa{
	font-size: 13px;
	line-height: 30px;
	color: #fff;
}

#primary .widget.widget_halcyon_pro_social_links ul li a:hover .fa{color: #fff;}

#secondary .widget.widget_nav_menu ul li{
	padding: 5px 0;
	margin-bottom: 0;
}

#secondary .widget.widget_nav_menu ul ul{
	margin: 0;
}

#secondary .widget.widget_nav_menu ul ul li{
	border-bottom: 1px solid #ebedef;
}

#secondary .widget.widget_nav_menu ul ul{
	border-top:  1px solid #ebedef;
}

#secondary .widget.widget_nav_menu ul li.menu-item-has-children {
	border-bottom: 0;
}

/*error page style*/
.error404 .not-found{
	background: #fff;
	padding: 82px 0;
	margin-bottom: 60px;
}

.error404 .not-found .error-404{
	text-align: center;
	margin-top: 40px;
	width: 60%;
	margin: 0 auto;
	padding:0 15px;
}

.error404 .not-found .error-404 span{
	font-size: 92px;
	line-height: 24px;
	color: #1ab293;
	font-weight: 900;
}

.error404 .not-found h1{
	font-size: 24px;
	line-height: 27px;
	color: #34495e;
	font-family: "Raleway",sans-serif;
	font-weight: 600;
	text-transform: uppercase;
}

#nav-holder{
	float: right;
	width:80px;
	margin: 34px 0;
	text-align: right;

}

#nav-holder a{
	top: 14px;
	left: 0;
	color: #34495e;
}

#nav-holder .fa{
	color: #34495e;
	font-size: 25px;
	margin-right: 4px;
}

.site-header.header-4 #nav-holder,
.site-header.header-5 #nav-holder,
.site-header.header-6 #nav-holder,
.site-header.header-9 #nav-holder,
.site-header.header-12 #nav-holder{
	float: left;
}

.site-header.header-3 #nav-holder{
	margin-right: -12px;
}

.site-header.header-10 #nav-holder,
.site-header.header-11 #nav-holder{
	margin:40px 0 0;
}

.site-header.header-5 #nav-holder .fa,
.site-header.header-6 #nav-holder .fa,
.site-header.header-7 #nav-holder .fa,
.site-header.header-8 #nav-holder .fa,
.site-header.header-9 #nav-holder .fa,
.site-header.header-10 #nav-holder .fa,
.site-header.header-12 #nav-holder .fa{
	color: #fff;
	font-size: 18px;
}

.site-header.header-5 #nav-holder a,
.site-header.header-6 #nav-holder a,
.site-header.header-7 #nav-holder a,
.site-header.header-8 #nav-holder a,
.site-header.header-9 #nav-holder a,
.site-header.header-10 #nav-holder a,
.site-header.header-12 #nav-holder a{
	color: #fff;
}

/*load more button style*/
#load-posts a{
	display: block;
	width: 100%;
	color: #fff;
	background: #1bbc9b;
	text-align: center;
	padding: 10px 0;
	border-radius: 5px;
	font-size: 17px;
	font-weight: 700;
}

#load-posts a .fa{
	margin-right: 5px;
	font-size: 16px;
}

#load-posts a:hover,
#load-posts a:focus{
	text-decoration: none;
	opacity: 0.8;
}

/** Back to Top */
#rara-top{
	position: fixed;
	bottom: 10px;
	right: 10px;
	/*background: rgba(0, 0, 0, 0.5);*/
	background: #000;
	color: #fff;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	cursor: pointer;
	display: none;
	opacity: 0.5;
}

#rara-top:hover,
#rara-top:focus{opacity: 1;}

#rara-top .fa{font-size: 25px;}

#rara-top .fa:hover{color: #fff;}
/** Back to Top */

/*---------------------------------------------------------------
 Shortcode style
----------------------------------------------------------------*/
/*shortcode accordion*/
#primary .post .entry-content .rara_accordian,
#primary .page .entry-content .rara_accordian{
	border: 1px solid #f4b400;
	margin: 0 0 15px;
}

#primary .post .entry-content .rara_accordian .rara_accordian_title,
#primary .page .entry-content .rara_accordian .rara_accordian_title{
	background: #f4b400;
	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: #ffbc00;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 19px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    padding: 15px 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;
}

#primary .entry-content .rara_call_to_action.left .rara_call_to_action_button{
	float: left;
}

/*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,
#primary .post .entry-content ol,
#primary .page .entry-content ol{
	margin: 0 0 30px 15px;
	padding: 0;
	line-height: 32px;
}

#primary .post .entry-content li > ul,
#primary .post .entry-content li > ol{margin-bottom: 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;
}

#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: #4c4e4e;
    border-radius: 50%;
    -webkit-border-radius: 100px;
    float: left;
    height: 30px;
    vertical-align: middle;
    width: 30px;
    color: #fff;
    text-align: center;
    line-height: 25px;
    margin: 0 10px 10px 0;
    font-size: 13px;
}

#primary .entry-content .social-shortcode a .fa{
	font-size: 13px;
	line-height: 30px;
}

#primary .entry-content .social-shortcode a:hover,
#primary .entry-content .social-shortcode a:focus{
	text-decoration: none;
	background: #292a2a;
}

#primary .entry-content .social-shortcode a:hover .fa,
#primary .entry-content .social-shortcode a:focus .fa{color: #fff;}

#primary .entry-content .social-shortcode a[href="http://facebook.com/"]{
	background: #3b5998;
}

#primary .entry-content .social-shortcode a[href="http://twitter.com/"]{
	background: #55acee;
}

#primary .entry-content .social-shortcode a[href="https://www.instagram.com/"]{
	background: #3f729b;
}

#primary .entry-content .social-shortcode a[href="https://plus.google.com/"]{
	background: #cc2127;
}

#primary .entry-content .social-shortcode a[href="https://www.pinterest.com/"]{
	background: #cc2127;
}

#primary .entry-content .social-shortcode a[href="http://www.linkedin.com"]{
	background: #0177b5
}

#primary .entry-content .social-shortcode a[href="http://www.youtube.com/"]{
	background: #cc2127;
}

#primary .entry-content .social-shortcode a[href="https://vimeo.com/"]{
	background: #55Acee
}

.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 #f4b400;
	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: #f4b400;
	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 #f4b400;
	margin: 0 0 10px;
}

.rara_toggle .rara_toggle_title{
	background: #f4b400;
    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 .lSAction > a{top: 41%;}

#primary .entry-content .shortcode-slider .lSAction > .lSNext{
	 background: url("images/next.png") no-repeat;
    height: 35px;
    width: 19px;
}

#primary .entry-content .shortcode-slider .lSAction > .lSPrev{
	background: url("images/prev.png") no-repeat;
    height: 35px;
    width: 19px;
}

/*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;}

.page .entry-header .entry-title{margin-bottom: 20px !important;}

/*footer style*/
.site-footer .column{
	width: 33.33%;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

.site-footer{
	padding: 0 0 0;
}

.site-footer .widget-area{
	background: #152837;
	padding: 46px 0 54px;
}

.site-footer .widget ul{
	margin:0;
	padding: 0;
	list-style: none;
	font-size: 14px;
	line-height: 22px;
	text-align: left;
}

.site-footer .widget ul li{
	margin-bottom: 10px;
}

.site-footer .widget ul li a{
	color: #fff;
	text-transform: uppercase;
}

.site-footer .site-info{
	background: #f7f8f3;
}

.site-footer .widget-title{
	text-transform: uppercase;
	color: #fff;
	font-size: 16px;
	margin-top: 0;
	line-height: 24px;
	margin-bottom: 30px;
}

.site-footer .widget.widget_halcyon_pro_category_post ul li,
.site-footer .widget.widget_halcyon_pro_recent_post ul li,
.site-footer .widget.widget_halcyon_pro_popular_post ul li,
.site-footer .widget.widget_halcyon_pro_author_post ul li{
	overflow: hidden;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #5c6973;
}

.site-footer .widget.widget_halcyon_pro_category_post ul li .post-thumbnail,
.site-footer .widget.widget_halcyon_pro_popular_post ul li .post-thumbnail,
.site-footer .widget.widget_halcyon_pro_recent_post ul li .post-thumbnail,
.site-footer .widget.widget_halcyon_pro_author_post ul li .post-thumbnail{
	float: left;
	width: 110px;
	margin-right: 12px;
}

.site-footer .widget.widget_halcyon_pro_category_post ul li .entry-header,
.site-footer .widget.widget_halcyon_pro_recent_post ul li .entry-header,
.site-footer .widget.widget_halcyon_pro_popular_post ul li .entry-header,
.site-footer .widget.widget_halcyon_pro_author_post ul li .entry-header{
	overflow: hidden;
	margin: 0;
	background: none;
	padding: 0;
}

.site-footer .widget.widget_halcyon_pro_category_post ul li .entry-header .entry-title,
.site-footer .widget.widget_halcyon_pro_recent_post ul li .entry-header .entry-title,
.site-footer .widget.widget_halcyon_pro_popular_post ul li .entry-header .entry-title,
.site-footer .widget.widget_halcyon_pro_author_post ul li .entry-header .entry-title{
    display: inline-block;
    font-family: "Raleway",sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    margin: 0;
}

.site-footer .widget.widget_halcyon_pro_category_post ul li .entry-header .entry-meta,
.site-footer .widget.widget_halcyon_pro_recent_post ul li .entry-header .entry-meta,
.site-footer .widget.widget_halcyon_pro_popular_post ul li .entry-header .entry-meta,
.site-footer .widget.widget_halcyon_pro_author_post ul li .entry-header .entry-meta{
	font-size: 12px;
	font-style: italic;
	text-transform: none;
}

.site-footer .widget.widget_halcyon_pro_category_post ul li .entry-header .entry-meta a,
.site-footer .widget.widget_halcyon_pro_recent_post ul li .entry-header .entry-meta a,
.site-footer .widget.widget_halcyon_pro_popular_post ul li .entry-header .entry-meta a,
.site-footer .widget.widget_halcyon_pro_author_post ul li .entry-header .entry-meta a{text-transform: none;}

.site-footer .widget.widget_halcyon_pro_featured_post .image-holder{margin: 0 0 15px;}

.site-footer .widget.widget_halcyon_pro_featured_post .image-holder img{vertical-align: top;}

.site-footer .widget.widget_halcyon_pro_featured_post .readmore .fa,
.site-footer .widget.widget_halcyon_pro_author_bio .readmore .fa{display: none;}

.site-footer .widget.widget_halcyon_pro_featured_post .readmore,
.site-footer .widget.widget_halcyon_pro_author_bio .readmore{
	font-size: 12px;
	line-height: 15px;
	font-weight: 600;
	text-transform: uppercase;
	display: inline-block;
	padding: 0 10px;
	border-left: 1px solid #cbd0d4;
	border-right: 1px solid #cbd0d4;
	color: #cbd0d4;
}

.site-footer .widget.widget_halcyon_pro_social_links ul li{
	float: left;
	margin-right: 10px;
	border-bottom: 0;
}

.site-footer .widget.widget_halcyon_pro_social_links ul:after{
	display: block;
	content: '';
	clear: both;
}

.site-footer .widget.widget_halcyon_pro_social_links ul li a{
	height: 30px;
	width: 30px;
	border-radius: 50%;
	display: block;
	background: #fff;
	color: #1bbc9b;
	text-align: center;
	font-size: 13px;
	line-height: 30px;
	color: #fff !important;
}

.site-footer .widget.widget_halcyon_pro_social_links ul li .fa-facebook{background: #3b5998;}

.site-footer .widget.widget_halcyon_pro_social_links ul li .fa-google-plus{background: #dd4b39;}

.site-footer .widget.widget_halcyon_pro_social_links ul li .fa-instagram{background: #3f729b;}

.site-footer .widget.widget_halcyon_pro_social_links ul li .fa-linkedin{background: #0177b5;}

.site-footer .widget.widget_halcyon_pro_social_links ul li .fa-twitter{background: #55acee;}

.site-footer .widget.widget_halcyon_pro_social_links ul li .fa-youtube-play{background: #cc2127;}

.site-footer .widget.widget_halcyon_pro_social_links ul li .fa-pinterest-p{background: #cb2028;}

.site-footer .widget.widget_halcyon_pro_social_links ul li .fa-vimeo{background: #00b3ec;}

.site-footer .widget.widget_halcyon_pro_social_links ul li .fa-dribbble{background: #ec5d94;}

.site-footer .widget.widget_halcyon_pro_social_links ul li .fa-foursquare{background: #3055fe;}

.site-footer .widget.widget_halcyon_pro_social_links ul li .fa-flickr{background: #0d64d2;}

.site-footer .widget.widget_halcyon_pro_social_links ul li .fa-reddit{background: #ff4500;}

.site-footer .widget.widget_halcyon_pro_social_links ul li .fa-skype{background: #00abeb;}

.site-footer .widget.widget_halcyon_pro_social_links ul li .fa-stumbleupon{background: #ee4813;}

.site-footer .widget.widget_halcyon_pro_social_links ul li .fa-tumblr{background: #36465d;}

.site-footer .widget.widget_halcyon_pro_social_links ul li .fa-odnoklassniki{background: #ee8208;}

.site-footer .widget.widget_halcyon_pro_social_links ul li .fa-vk{background: #507299;}

.site-footer .widget.widget_halcyon_pro_social_links ul li .fa-xing{background: #005a5f;}


/*site info*/
.site-footer .site-info{
	color: #787f86;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	padding: 24px 0;
}

.site-footer .site-info a{
	color: #787f86;
	font-size: 14px;
	line-height: 20px;
}

.site-footer .site-info a:hover{
	color: #152837;
}

.home.blog #primary .post .post-thumbnail{text-align: center;}

#primary .post .post-thumbnail img{
	width: 100%;
}

.woocommerce .site-main{
	background: #fff;
	padding: 30px;
}

.woocommerce.full-width #primary{width: 100%;}

/*sticky-menu style*/
.sticky-menu{
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 9999;
	-webkit-transition: linear 0.2s;
	-moz-transition: linear 0.2s;
	transition: linear 0.2s;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: animatedown 0.3s; /* Chrome, Safari, Opera */
    animation: animatedown 0.3s;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

@-webkit-keyframes animatedown {
    from {top: -100px;}
    to {top: 0}
}

@keyframes animatedown {
    from {top: -100px;}
    to {top: 0}
}

.posts-navigation a:hover,
.posts-navigation a:focus{text-decoration: underline;}

.boxed{
	margin: 0 auto !important;
}


#primary .shortcode-slider .lightSlider li.rara-slide {
    list-style: none;
    background: none;
    padding-right: 0;
}

#primary .post .entry-content ul.rara-list li, 
#primary .page .entry-content ul.rara-list li{
	background: none;
}

.site-header.header-4 .social-network-section .form-section form input[type="submit"],
.site-header.header-6 .form-section form input[type="submit"]{
	display: block;
}

.site-header.header-3 .social-network-section .form-section form input[type="search"],
.site-header.header-5 .form-section form input[type="search"],
.site-header.header-6 .form-section form input[type="search"],
.site-header.header-13 .form-section form input[type="search"]{
	width: 73%;
}


