.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
}

.wpcf7 .hidden-fields-container {
	display: none;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2; /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900; /* Yellow */
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #dc3232; /* Red */
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d; /* Dark Gray 800 */
	opacity: 0.75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}

form.submitting .wpcf7-spinner {
	visibility: visible;
}

.wpcf7-spinner::before {
	content: '';
	position: absolute;
	background-color: #fbfbfc; /* Light Gray 100 */
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
	.wpcf7-spinner::before {
		animation-name: blink;
		animation-duration: 2000ms;
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes blink {
	from {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.wpcf7 [inert] {
	opacity: 0.5;
}

.wpcf7 input[type="file"] {
	cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}

.wpcf7-reflection > output {
	display: list-item;
	list-style: none;
}

.wpcf7-reflection > output[hidden] {
	display: none;
}
#cookie-notice,#cookie-notice .cn-button:not(.cn-button-custom){font-family:-apple-system,BlinkMacSystemFont,Arial,Roboto,"Helvetica Neue",sans-serif;font-weight:400;font-size:13px;text-align:center}#cookie-notice{position:fixed;min-width:100%;height:auto;z-index:100000;letter-spacing:0;line-height:20px;left:0}#cookie-notice,#cookie-notice *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#cookie-notice.cn-animated{-webkit-animation-duration:.5s!important;animation-duration:.5s!important;-webkit-animation-fill-mode:both;animation-fill-mode:both}#cookie-notice.cn-animated.cn-effect-none{-webkit-animation-duration:1ms!important;animation-duration:1ms!important}#cookie-notice .cookie-notice-container,#cookie-notice .cookie-revoke-container{display:block}#cookie-notice.cookie-notice-hidden .cookie-notice-container,#cookie-notice.cookie-revoke-hidden .cookie-revoke-container{display:none}.cn-position-top{top:0}.cn-position-bottom{bottom:0}.cookie-notice-container{padding:15px 30px;text-align:center;width:100%;z-index:2}.cookie-revoke-container{padding:15px 30px;width:100%;z-index:1}.cn-close-icon{position:absolute;right:15px;top:50%;margin-top:-10px;width:15px;height:15px;opacity:.5;padding:10px;outline:0;cursor:pointer}.cn-close-icon:hover{opacity:1}.cn-close-icon:after,.cn-close-icon:before{position:absolute;content:' ';height:15px;width:2px;top:3px;background-color:grey}.cn-close-icon:before{transform:rotate(45deg)}.cn-close-icon:after{transform:rotate(-45deg)}#cookie-notice .cn-revoke-cookie{margin:0}#cookie-notice .cn-button{margin:0 0 0 10px;display:inline-block}#cookie-notice .cn-button:not(.cn-button-custom){letter-spacing:.25px;margin:0 0 0 10px;text-transform:none;display:inline-block;cursor:pointer;touch-action:manipulation;white-space:nowrap;outline:0;box-shadow:none;text-shadow:none;border:none;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;text-decoration:none;padding:8.5px 10px;line-height:1;color:inherit}.cn-text-container{margin:0 0 6px}.cn-buttons-container,.cn-text-container{display:inline-block}#cookie-notice.cookie-notice-visible.cn-effect-fade,#cookie-notice.cookie-notice-visible.cn-effect-none,#cookie-notice.cookie-revoke-visible.cn-effect-fade,#cookie-notice.cookie-revoke-visible.cn-effect-none{-webkit-animation-name:fadeIn;animation-name:fadeIn}#cookie-notice.cn-effect-fade,#cookie-notice.cn-effect-none{-webkit-animation-name:fadeOut;animation-name:fadeOut}#cookie-notice.cookie-notice-visible.cn-effect-slide,#cookie-notice.cookie-revoke-visible.cn-effect-slide{-webkit-animation-name:slideInUp;animation-name:slideInUp}#cookie-notice.cn-effect-slide{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}#cookie-notice.cookie-notice-visible.cn-position-top.cn-effect-slide,#cookie-notice.cookie-revoke-visible.cn-position-top.cn-effect-slide{-webkit-animation-name:slideInDown;animation-name:slideInDown}#cookie-notice.cn-position-top.cn-effect-slide{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@-webkit-keyframes fadeOut{from{opacity:1}to{opacity:0}}@keyframes fadeOut{from{opacity:1}to{opacity:0}}@-webkit-keyframes slideInUp{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInUp{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-webkit-keyframes slideOutDown{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@-webkit-keyframes slideInDown{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInDown{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-webkit-keyframes slideOutUp{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@media all and (max-width:900px){.cookie-notice-container #cn-notice-buttons,.cookie-notice-container #cn-notice-text{display:block}#cookie-notice .cn-button{margin:0 5px 5px}}@media all and (max-width:480px){.cookie-notice-container,.cookie-revoke-container{padding:15px 25px}}.container-choice-footer-msg{text-align:center}.container-choice-footer-msg .container-inside .ccpa-msg-added{padding:2rem}.panel-grid.panel-has-style>.panel-row-style,.panel-grid.panel-no-style{display:flex;-ms-flex-wrap:wrap;flex-wrap:nowrap;-ms-justify-content:space-between;justify-content:space-between}.panel-grid .so-parallax{position:relative}.panel-grid .so-parallax>:not(.simpleParallax){position:relative;z-index:1}.panel-grid .so-parallax .simpleParallax{overflow:hidden}.panel-grid .so-parallax .simpleParallax,.panel-grid .so-parallax img[data-siteorigin-parallax]{bottom:0;left:0;position:absolute;right:0;top:0;width:100%;z-index:0}.panel-background-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1}.panel-has-overlay .panel-cell-style,.panel-has-overlay .panel-row-style,.panel-has-overlay .panel-widget-style{overflow:hidden;position:relative;z-index:1}.panel-layout.panel-is-rtl .panel-grid.panel-has-style>.panel-row-style,.panel-layout.panel-is-rtl .panel-grid.panel-no-style{-ms-flex-direction:row-reverse;flex-direction:row-reverse}.panel-grid-cell{-ms-box-sizing:border-box;box-sizing:border-box}.panel-grid-cell .panel-cell-style{height:100%}.panel-grid-cell .so-panel{zoom:1}.panel-grid-cell .so-panel:before{content:"";display:block}.panel-grid-cell .so-panel:after{content:"";display:table;clear:both}.panel-grid-cell .panel-last-child{margin-bottom:0}.panel-grid-cell .widget-title{margin-top:0}body.siteorigin-panels-before-js:not(.siteorigin-panels-css-container){overflow-x:hidden}body.siteorigin-panels-before-js:not(.siteorigin-panels-css-container) .siteorigin-panels-stretch{margin-right:-1000px!important;margin-left:-1000px!important;padding-right:1000px!important;padding-left:1000px!important}.so-sr-only{height:1px;left:-10000px;overflow:hidden;position:absolute;top:auto;width:1px}.so-widget-sow-image-default-8b5b6f678277-6 .sow-image-container {
  display: flex;
  align-items: flex-start;
}
.so-widget-sow-image-default-8b5b6f678277-6 .sow-image-container > a {
  display: inline-block;
  
  max-width: 100%;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .so-widget-sow-image-default-8b5b6f678277-6 .sow-image-container > a {
    display: flex;
  }
}
.so-widget-sow-image-default-8b5b6f678277-6 .sow-image-container .so-widget-image {
  display: block;
  height: auto;
  max-width: 100%;
  
}.ow-button-base{zoom:1}.ow-button-base:before{content:'';display:block}.ow-button-base:after{content:'';display:table;clear:both}.ow-button-base .sowb-button{cursor:pointer;display:inline-block;line-height:1em;text-align:center;text-decoration:none}.ow-button-base .sowb-button .sow-icon-image,.ow-button-base .sowb-button [class^="sow-icon-"]{font-size:1.3em;height:1em;width:auto;margin:-0.1em .75em -0.2em -0.75em;display:block;float:left}.ow-button-base .sowb-button .sow-icon-image{width:1em;background-size:cover}.ow-button-base .sowb-button.ow-icon-placement-top .sow-icon-image,.ow-button-base .sowb-button.ow-icon-placement-top [class^="sow-icon-"]{margin:0 auto .5em;float:none}.ow-button-base .sowb-button.ow-icon-placement-right .sow-icon-image,.ow-button-base .sowb-button.ow-icon-placement-right [class^="sow-icon-"]{margin:-0.1em -0.75em -0.2em .75em;float:right}.ow-button-base .sowb-button.ow-icon-placement-bottom .sow-icon-image,.ow-button-base .sowb-button.ow-icon-placement-bottom [class^="sow-icon-"]{float:none;margin:.5em auto 0}.ow-button-base .sowb-button.ow-icon-placement-bottom>span{display:flex;flex-direction:column-reverse}.ow-button-base .sowb-button.ow-icon-placement-left .sow-icon-image,.ow-button-base .sowb-button.ow-icon-placement-left [class^="sow-icon-"]{margin:-0.1em .75em -0.2em -0.75em;float:left}.ow-button-base.ow-button-align-left{text-align:left}.ow-button-base.ow-button-align-right{text-align:right}.ow-button-base.ow-button-align-center{text-align:center}.ow-button-base.ow-button-align-justify .sowb-button{display:block}.so-widget-sow-button-wire-60805f499153-6 .ow-button-base {
  zoom: 1;
}
.so-widget-sow-button-wire-60805f499153-6 .ow-button-base:before {
  content: '';
  display: block;
}
.so-widget-sow-button-wire-60805f499153-6 .ow-button-base:after {
  content: '';
  display: table;
  clear: both;
}
@media (max-width: 780px) {
  .so-widget-sow-button-wire-60805f499153-6 .ow-button-base.ow-button-align-center {
    text-align: center;
  }
  .so-widget-sow-button-wire-60805f499153-6 .ow-button-base.ow-button-align-center.ow-button-align-justify .sowb-button {
    display: inline-block;
  }
}
.so-widget-sow-button-wire-60805f499153-6 .ow-button-base .sowb-button {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 1.5;
  -moz-border-radius: 1.5;
  border-radius: 1.5;
  background: transparent;
  border: 2px solid #1c8776;
  color: #1c8776 !important;
  font-size: 1.15;
  
  padding: 1.4;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  padding-inline: 2.8;
}
.so-widget-sow-button-wire-60805f499153-6 .ow-button-base .sowb-button > span {
  display: flex;
  justify-content: center;
}
.so-widget-sow-button-wire-60805f499153-6 .ow-button-base .sowb-button > span [class^="sow-icon-"] {
  font-size: 1.3em;
}
.so-widget-sow-button-wire-60805f499153-6 .ow-button-base .sowb-button.ow-icon-placement-top > span {
  flex-direction: column;
}
.so-widget-sow-button-wire-60805f499153-6 .ow-button-base .sowb-button.ow-icon-placement-right > span {
  flex-direction: row-reverse;
}
.so-widget-sow-button-wire-60805f499153-6 .ow-button-base .sowb-button.ow-icon-placement-bottom > span {
  flex-direction: column-reverse;
}
.so-widget-sow-button-wire-60805f499153-6 .ow-button-base .sowb-button.ow-icon-placement-left > span {
  align-items: start;
}
.so-widget-sow-button-wire-60805f499153-6 .ow-button-base .sowb-button.ow-button-hover:active,
.so-widget-sow-button-wire-60805f499153-6 .ow-button-base .sowb-button.ow-button-hover:hover {
  background: #1c8776;
  border-color: #1c8776;
  color: #ffffff !important;
}/*
Theme Name: 	AccessPress Ray
Theme URI: 		https://accesspressthemes.com/wordpress-themes/accesspress-ray/
Author: 		AccessPress Themes
Author URI: 	https://accesspressthemes.com/
Description: 	AccessPress Ray- is beautifully designed, multi-purpose, feature-rich modern responsive theme. It is - WooCommerce, bbPress compatible, RTL supported, translation ready, cross-browser compatible and SEO friendly.  It features: different page layout like portfolio, testimonial, gallery, blog etc and has a strong call to action to help achieve greater conversion. With its extensive theme option panel, configuring theme is easy, fast and fun. AccessPress Ray is multi-purpose and is suitable for travel, corporate, portfolio, photography, nature, health, small biz, personal, creative, corporate, agencies, bloggers anyone and everyone. Demo: http://accesspressthemes.com/theme-demos/?theme=accesspress-ray Support forum:https://accesspressthemes.com/support/
Version: 		1.19.5
Text Domain: 	accesspress-ray
License: 		GNU General Public License, version 3 (GPLv3)
License URI: 	http://www.gnu.org/licenses/gpl-3.0.txt
Tags: 			custom-menu, one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, featured-image-header, sticky-post, theme-options, threaded-comments, featured-images, full-width-template, custom-header, flexible-header, footer-widgets, grid-layout

AccessPress Ray WordPress Theme, Copyright 2014 https://accesspressthemes.com/
AccessPress Ray is distributed under the terms of the GNU GPL
AccessPress Ray is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.
*/

/*--------------------------------------------------------------
Reset
--------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing:         border-box;
}
body {
	background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline: 0;
}
a img {
	border: 0;
}

/*--------------------------------------------------------------
Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #444;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	line-height: 1.8;
	font-weight: 300;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
	font-family: "Roboto",sans-serif;
	line-height: 1.3;
	margin-bottom: 15px;
    color: #555;
    font-weight: 300;
}
p {
	margin-bottom:20px;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 15px;
	font-size: 20px;
	font-style: italic;
    font-family: 'Lato', sans-serif;
	font-weight: 300;
}
address {
	margin: 0 0 15px;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}

h1{ font-size:30px;}
h2{ font-size:26px;}
h3{ font-size:22px;}
h4{ font-size:20px;}
h5{ font-size:18px;}
h6{ font-size:16px;}
/*--------------------------------------------------------------
Elements
--------------------------------------------------------------*/
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 15px;
}
ul, ol {
	margin: 0 0 15px 20px;
}
ul {
	list-style: circle;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 15px;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 15px 15px;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
	vertical-align: middle;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 15px;
	width: 100%;
	border-collapse: collapse;
}
th {
	font-weight: bold;
	border: 1px solid #CCC;
	padding:5px 10px;
}
td{
	border: 1px solid #CCC;
	padding: 5px 10px;
}

/*--------------------------------------------------------------
Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: middle;
}
.navigation .nav-links a,
.slider-caption br + a,
.bttn,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: #F0563D;
	color: #FFF !important;
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	font-size: 14px;
	line-height: 1;
	text-transform: uppercase;
	border: none;
	padding: 10px 15px;
	font-weight: normal;
	display: inline-block;
    position:relative;
    text-shadow:none;
}
.slider-caption br + a{
margin-top: 10px;
}
.navigation .nav-links a:hover,
.bttn:hover,
button,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover{
	background: #D64C37;
}
input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"]
{
	color: #666;
	border: 1px solid #ccc;
	height: 36px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	border: 1px solid #AAA;
}
.searchform input[type="text"]:focus{
	border:none;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px 6px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	color: #666;
	border: 1px solid #ccc;
	height: 160px;
    width: 100%;
}

/*--------------------------------------------------------------
Links
--------------------------------------------------------------*/
a {
	color: #23a38f;
	text-decoration: none;
	transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
}
a:visited {
}
a:hover,
a:focus,
a:active {
	color: #353f47;
}

/*--------------------------------------------------------------
Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.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-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 */
}

/*--------------------------------------------------------------
Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 15px;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 15px;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/*--------------------------------------------------------------
Clearings
--------------------------------------------------------------*/
.clearfix:before,
.clearfix:after,
.row:before,
.row: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,
.ak-container:after,
.ak-container:before {
	content: '';
	display: table;
}
.clearfix:after,
.row:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.ak-container:after {
	clear: both;
}
.clear{
	clear:both;
}
/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 25px;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}

/*--------------------------------------------------------------
Posts and pages
--------------------------------------------------------------*/
h1.entry-title, .page-title{ 
	color: #666;
	background: url(/wp-content/themes/accesspress-ray/images/title-bg.png) repeat-x left bottom;
	padding-bottom: 15px;
}
h1.entry-title a{
	color:#666;
}
.hentry {
	margin: 0 0 15px;
}
.sticky, 
.bypostauthor{
	
}
.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline,
.posted-on {
	display: inline;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-style: italic;
    font-weight: 300;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 15px 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 15px;
}
.edit-link .post-edit-link{
	background: #293037;
	padding:4px 10px;
	color: #FFF !important;
	line-height: 1;
	border-radius: 3px;
	font-size: 13px;
}

.edit-link .post-edit-link:before{
	content: "\f044";
	font-family:FontAwesome;
	margin-right: 5px;
}
#blog-post article.hentry,
.search article.hentry,
.archive article.hentry,
.tag article.hentry,
.category article.hentry{
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #DDD;
}
article.hentry .edit-link{
	display: block;
	margin-top: 20px;
}
article.hentry h1.entry-title{
	margin-bottom: 5px;
	line-height: 1.2;
}
article.hentry .entry-footer > span{
	margin-right: 15px;
	font-size: 13px;
}
.page-header .page-title{
	color: #666;
	background: url(/wp-content/themes/accesspress-ray/images/title-bg.png) repeat-x left bottom;
	padding-bottom: 15px;
}
.posted-on:before{
	content: "\f073";
	font-family: FontAwesome;
	font-style: normal;
	margin-right: 5px;
}
.cat-links:before{
	content: "\f07c";
	font-family: FontAwesome;
	font-style: normal;
	margin-right: 5px;
}
.comments-link:before{
	content: "\f075";
	font-family: FontAwesome;
	font-style: normal;
	margin-right: 5px;
}
.tags-links:before{
	content: "\f02c";
	font-family: FontAwesome;
	font-style: normal;
	margin-right: 5px;
}
.entry-footer a{
	color: #999;
}
.entry-footer a:hover{
	color:#01AEFD;
}
.nav-links .meta-nav{
	display: none;
}
.paging-navigation{
    margin-top: 20px;
}
.nav-links .nav-previous{
	width: 50%;
	float: left;
}
.nav-links .nav-next{
    width: 50%;
	float: right;
}
.nav-links .nav-next{
	text-align: right;
}
.nav-links .nav-previous a:before{
	content: "\f0d9";
	font-family: FontAwesome;
	font-style: normal;
	margin-right: 5px;
}
.nav-links .nav-next a:after{
	content: "\f0da";
	font-family: FontAwesome;
	font-style: normal;
	margin-left: 5px;
}
.entry-thumbnail{
	width: 38%;
	float: left;
}
.entry-exrecpt{
	width: 60%;
	float: right;
}
.short-content{
	margin-bottom: 10px;
}
.short-content + .bttn{
	float: right;
}
.entry-footer{
	margin-top: 10px;
}
.full-width{
	float: none;
	width: 100%;
}

/*--------------------------------------------------------------
Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}
#comments h2.comments-title{
	font-style: italic;
	margin: 15px 0;
    font-weight: 300;
    font-size: 22px;
    background: #23A38F;
    display: inline-block;
    padding: 8px 15px;
    color: #FFF;
}
#comments h3{
	margin:0 0 10px;
	line-height: 1;
	color: #FFF;
	background: #23A38F;
	display: inline-block;
	padding: 10px 20px;
	margin: -20px 0 15px -20px;
}
#commentform label{
	width: 120px;
	display: inline-block;
}
textarea#comment{ 
	width: 60%;
	height: 150px;
}

/*Comment Lists*/
.comments-area ol{
	margin: 0;
	padding: 0;
	list-style: none;
}
.comments-area ol.children{
	margin: 0 0 0 15px;
}
.comment-list .comment-body{
	padding: 15px;
	margin-bottom: 20px;
	background: #FCFCFC;
	border-top:2px solid #23A38F;
}
.comment-author img{
	vertical-align: text-top;
	margin-right: 15px;
}
.comment-author{
	float: left;
}
.comment-author .fn{
	font-style: normal;
	font-size: 16px;
	text-transform: capitalize;
	font-weight: bold;
}
.comment-author .fn .url{
	color: #333;
	padding: 0 5px;
}

.comment-author .fn .url:hover{
	background: #23A38F;
	color: #FFF;
}
.comment-author .says{
	display: none;
}
.commentmetadata{ 
	float: right;
	font-weight: normal;
	font-size: 12px;
	font-style: italic;
    font-weight: 300;
}
.commentmetadata a{
	color: #666;
}
.commentmetadata .comment-edit-link{
	color:#01AEFD;
}
.commentmetadata + .clear{
	margin-bottom: 20px;
}
.reply .comment-reply-link{
	background: none repeat scroll 0 0 #293037;
    border-radius: 3px;
    color: #FFFFFF;
    font-size: 13px;
    line-height: 1;
    padding: 2px 10px;
}
#respond{
	background: #2E313D;
	padding: 20px;
	margin-top: 20px;
	color: #CCC;
}
#commentform .form-submit{
	margin-bottom: 0;
}

#cancel-comment-reply-link{
	font-style: italic;
	color: #FFF;
}
#cancel-comment-reply-link:before{
	font-family: FontAwesome;
	content: "\f057";
	margin:0 5px 0 20px;
	font-style: normal;
	color: #FFF;
}
.logged-in-as a{
	color: #CCC;
}

/*--------------------------------------------------------------
Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-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;
}
#infinite-footer{
	display: none;
}

/*--------------------------------------------------------------
Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 15px;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 10px 0;
}
.site-main .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-main .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-main .gallery dd,
.site-main .gallery figcaption {
	margin: 0;
}
.site-main .gallery-columns-4 .gallery-item {
}
.site-main .gallery-columns-4 .gallery-item img {
}
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
COMMON CSS
--------------------------------------------------------------*/
body{
	font-weight: 400;
}
body.boxed-layout{
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.ak-container{ 
	width:1170px; 
	margin: 0 auto;
}
.roboto-light{
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	text-align: center;
	text-transform: uppercase;
}
.roboto-light a{
	color:#ffffff;
}
.roboto-light a:hover{
	color:#ffffff;
}

/*--------------------------------------------------------------
Slider
--------------------------------------------------------------*/
#slider-banner{ 
	overflow: hidden;
	position: relative;
}
/*All the css of the banner slider is includes in css/jquery.bxslider.css */
#slider-banner .overlay{
	background: url(/wp-content/themes/accesspress-ray/images/overlay.png) repeat;
	height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}
.multi-border{
	display: none;
}
.multi-border {
	display: block;
    width: 100%;
    z-index: 20;
}
.multi-border > ul {
	list-style-type: none;
    margin: 0;
}
.multi-border li{    
    content: "";
    float: left;
    height: 4px;
    width: 20%;
}
.multi-border li.dark-green{
	background: none repeat scroll 0 0 #23a38f;
}
.multi-border li.yellow{
	background: none repeat scroll 0 0 #b7c11e;
}
.multi-border li.cream{
	background: none repeat scroll 0 0 #eff1c2;
}
.multi-border li.orange{
	background: none repeat scroll 0 0 #f0563d;
}
.multi-border li.light-green{
	background: none repeat scroll 0 0 #00a651;
}
.slider-caption{
	background: none;
}
#slider-banner .scroll-down{
	background:url(/wp-content/themes/accesspress-ray/images/scroll-down.png) no-repeat;
	bottom: 57px;
	display: inline-block;
    left: 50%;
    height:22px;
    margin: 0 auto 0 -22px;
    position: absolute; 	
	text-indent: -9999px;
	width: 44px;
	z-index: 100;
}

/*--------------------------------------------------------------
HEADER
--------------------------------------------------------------*/
header.site-header {
	box-shadow: 0 0 6px rgba(0,0,0,0.3);
    border-top: 5px solid #23a38f;
    background: #FFF;
    position: relative;
}
.menu-toggle{
	display: none;
}
.site-branding.main-logo{
    float: left;
    padding: 10px 0;
}
.logo-left .site-branding.main-logo img{
	max-height: 67px !important;
	width: auto !important;
}
.logo-center .site-branding.main-logo{
	float: none;
	text-align: center;
}
.main-logo h1 {
    font-family: 'Josefin Slab', serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    margin: 10px 0 5px;
}
.main-logo .tagline{
	color:#23a38f;
	font-size: 16px;
	line-height: 1;
	margin-bottom: 5px;
}
.header-wrap .main-navigation{
    width: 100%;
}
.header-wrap.logo-center  .main-navigation{
	float: none;
	text-align: center;
}
.header-wrap .search-icon{
	float: right;
	position: relative;
}
.header-wrap .search-icon {
    border-left: 1px solid #ececec;
    cursor: pointer;
    padding: 0 18px;
}
.logo-center.header-wrap .search-icon{
	border: none;
}
.header-wrap .search-icon > .fa.fa-search {
    font-size: 20px;
    line-height: 87px;
    color: #666;
}
.logo-center.header-wrap .search-icon > .fa.fa-search{
	line-height: 50px;
}
.header-wrap .ak-search{
    background: none repeat scroll 0 0 #fff;
    display: none;
    padding: 20px;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 9999;
    box-shadow: 1px 2px 3px rgba(0,0,0,0.2);
}
.header-wrap .searchform .s {
    background: none;
    border:none;
    float: left;
    font-size: 13px;
    height: 32px;
    padding: 5px 10px;
    vertical-align: middle;
    width: 160px;
}
.header-wrap .searchform .searchsubmit {
    background: none;
    border:none;
    box-shadow: none;
    color: #ccc;
    float: right;
    font-size: 14px;
    height: 32px;
    padding: 0;
    width: 32px;
}
.header-wrap .searchform .searchsubmit .fa.fa-search{
	color: #CCC;
}
.header-wrap .searchform{
    border: 1px solid #ccc;
    height: 34px;
    width: 200px;
}
.header-wrap ul{
	margin: 0;
	list-style:none;
}
#site-navigation .menu{
	float: left;
}
.logo-center #site-navigation .menu{
	display: inline-block;
	float: none;
}
#site-navigation ul li{
	position: relative;
}
#site-navigation .menu > ul > li{
	float: left;
}
#site-navigation .menu > ul > li > a{
    border-left: 1px solid #ececec;
    color: #23a38f;
    display: inline-block;
    font-size: 16px;
    font-weight: 300;
    line-height: 86px;
    padding: 0 14px;
    text-transform: uppercase;
}
.logo-center #site-navigation .menu > ul > li > a{
	line-height: 50px;
}
.logo-center #site-navigation .menu > ul > li > a{
	border-left: none;
}
#site-navigation .menu > ul > li:hover > a:before, 
#site-navigation .menu > ul > li.current_page_item > a:before,
#site-navigation .menu > ul > li.current-menu-item > a:before,
#site-navigation .menu > ul > li.current_page_ancestor > a:before,
#site-navigation .menu > ul > li.current-menu-ancestor > a:before{
    background: #f0563d;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    top:-5px;
    width: 100%;
}
.logo-center #site-navigation .menu > ul > li:hover > a:before, 
.logo-center #site-navigation .menu > ul > li.current_page_item > a:before,
.logo-center #site-navigation .menu > ul > li.current_page_ancestor > a:before,
.logo-center #site-navigation .menu > ul > li.current-menu-ancestor > a:before{
	display: none;
}

/*** SUB-MENU ****/
#site-navigation .menu ul ul{
	background: none repeat scroll 0 0 #fff;
    border-bottom: 2px solid #23a38f;
    border-top: 2px solid #23a38f;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    position: absolute;
    top: 100%;
    transition: all 0.3s ease-in-out 0s;
    z-index: 99999;
 }

#site-navigation .menu li:hover > ul{
    display: block;
}
#site-navigation .menu ul ul li {
    border-bottom: 2px solid #ddd;
    display: block;
    font-size: 16px;
    line-height: 20px;
    margin: 0 !important;
    text-align: left;
}
#site-navigation .menu ul ul li:last-child{
	border-bottom: none;
}
#site-navigation .menu ul ul li a{
	color: #666;
    display: block;
    font-weight: 300;
    min-width: 220px;
    padding:10px 15px;
    position: relative;
}
#site-navigation .menu ul ul li > a:hover:before, 
#site-navigation .menu ul ul li.current_page_item > a:before{
    background: #f0563d;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top:-2px;
    width: 100%;
}
#site-navigation .menu ul ul li > a:hover, 
#site-navigation .menu ul ul li.current_page_item > a{
	color:#23a38f;
}
#site-navigation .menu ul ul ul{
	top: -2px;
	left: 100%;
}

/*-----------------------------
TOP-FOOTER
-------------------------------*/
.hide{
	display: none;
}
#top-footer{
	background: #23a38f;
	color:#ffffff;
	font-size: 14px;
	font-weight: 300;
	padding: 30px 0;
}
#top-footer a{
	color: #FFF !important;
}
#top-footer .footer {
    float: left;
    min-height: 200px;
}

#top-footer .footer .widget{
	margin-bottom: 0;
	margin-right: 25px;
	padding-right: 25px;
	background: url(/wp-content/themes/accesspress-ray/images/footer-bg.png) repeat-y scroll right top;
}
#top-footer .footer4 .widget{
	margin-right: 0;
	background: none;
	padding-right: 0;
}
#top-footer .footer1, #top-footer .footer2, #top-footer .footer3, #top-footer .footer4{
	width: 25%;
}
#top-footer .footer .widget-title{
	color:#ffffff;
	font-family: 'Roboto', sans-serif;
	font-size: 22px;
	font-weight: 300;
	margin-bottom: 20px;
	text-transform: capitalize;
}
#top-footer .textwidget ul{
	margin: 0
}
#top-footer .textwidget ul li{
	line-height: 18px;
	list-style-type: none;
	margin-bottom: 15px;
    padding-left: 24px;
	position: relative;
}
#top-footer .textwidget ul li:before {
    content: "\f058 ";
    font-family: FontAwesome;
    left: 0;
    margin-right: 10px;
    position: absolute;
    top: 0px;
}
#top-footer .footer p{
	margin-bottom: 10px;
}
#top-footer input, #top-footer textarea{
	background: #116e60;
	border: none;
	border-radius: 0;
	color: #ffffff;
	height: 36px;
	padding: 10px;
	width: 100%;
}
#top-footer textarea{
	height: 90px;
	resize: none;
}
#top-footer input[type="submit"]{
	border: none;
	background: #116e60;
	height: 36px;
	text-transform: uppercase;
	width: auto;
	padding: 10px 20px;
	vertical-align: middle;
}

/*-----------------------------
MIDDLE-FOOTER
-------------------------------*/
footer #middle-footer{
	background: #1c8776;
	color:#ffffff;
	font-size: 14px;
	font-weight: 300;
	padding: 8px 0;
	text-align: center;
}
.footer-menu ul{
	list-style-type: none;
	margin:0;	
}
.footer-menu ul li{
	display: inline-block;
}
.footer-menu ul li a{
	border-left: 1px solid #ffffff;
	color: #ffffff;
	margin-left: 8px;
	padding-left: 8px;
	line-height: 10px;
	display: block;
}
.footer-menu ul li:first-child a{
	border-left: none;
	margin-left: 0px;
	padding-left:0px;
}
.footer-menu ul li .children{
	display: none;
}

/*-----------------------------
BOTTOM-FOOTER
-------------------------------*/
footer #bottom-footer{
    background: none repeat scroll 0 0 #2e313d;
    color: #ffffff;
    text-align: center;
    padding: 20px;
    font-size: 13px;
}
.footer-wrap a{
	color:#ffffff;
}
.footer-wrap a:hover{
	color:#23a38f;
}
.footer-logo a {
	margin-bottom: 5px;
	display: block;
}
.footer-socials {
	margin-top: 15px;
}
.footer-socials a{
	display: inline-block;
	background: #1C8776;
	color: #FFF;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 50%;
	font-size: 16px;
	margin: 0 2px;
}
.footer-socials a:hover{
	background: #F0563D;
}
.tagcloud a{
	font-size: 13px !important;
	background: rgba(0,0,0,0.4);
	padding: 8px 10px;
	margin: 0 2px 4px 0;
	display: inline-block; 
	line-height: 1;
}
.sidebar .tagcloud a{
	background: #23A38F;
	color: #FFF;
}

/*-----------------------------
ABOUT-SECTION
-------------------------------*/
#about-section {
	height: auto; 
	padding: 75px 0;
	text-align: center;
	background: #FFF;
}
#about-section .main-title{
	font-size: 38px;
}
#about-section .main-title a{
	display: block;
	line-height: 1;
	margin-bottom: 21px;
	color: #333;
}
#about-section .welcome-detail {
    font-size: 22px;
    font-weight: 300;
    line-height: 36px;
}

#about-section .welcome-content{
	margin-bottom: 30px;
}

#about-section a.read-more.bttn{
	padding: 16px 25px;
}

/*-----------------------------
EVENTS-SECTION
-------------------------------*/
.events-section{
	background: #FFF;
	padding: 50px 0;
	text-align: center;
}
.events-section .main-title{
	color:#333;
	font-size: 30px;
	line-height: 1;
	margin-bottom: 50px;
}
.events-section .main-title a{
	color: #333;
}
.events-section .event-list{
	background: #F2F2F2;
    float: left;
    position: relative;
    width: 377px;
}
.events-section .event-list .event-thumbnail img {
	width: 100%;
}
.events-section .event-list .event-date {
    background: none repeat scroll 0 0 #f0563d;
    color: #ffffff;
    height: 90px;
    left: 24px;
    padding: 15px 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 55px;
}
.events-section .event-list .event-date-day {
    display: block;
    font-size: 26px;
    line-height: 30px;
}
.events-section .event-list .event-date-month{
    display: block;
    font-size: 18px;
    line-height: 22px;
	text-transform: uppercase;
}
.events-section .event-list .event-detail{
	color:#000000;
	font-size: 16px;
	font-weight: 300;
	line-height: 28px;
	padding: 20px 20px 18px;
	text-align: left;
}
.events-section .event-list .event-title{
	margin-bottom: 6px;
}
.events-section .event-list .event-title a{
	color:#333;
	font-size: 24px;
	font-weight: 300;
	line-height: 28px;
}
.read-more-btn {
    background:#23a38f;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    height: 31px;
    line-height: 31px;
    margin-top: 22px;
    padding-left: 10px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    padding-right: 35px;
}
.read-more-btn:hover{
	background: none repeat scroll 0 0 #209684;
	color:#ffffff;
}
.read-more-btn:hover .read-icon-wrap{
	background: none repeat scroll 0 0 #23a38f;
}
.read-more-btn .read-icon-wrap {
    background: none repeat scroll 0 0 #209684;
    height: 31px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 24px;
}
.events-section .view-all{
    background: #23A38F;
    color: #ffffff;
    display: inline-block;
    font-size: 16.26px;
    font-weight: 300;
    height: 36px;
    line-height: 36px;
    margin-top: 62px;
    text-align: center;
    text-transform: uppercase;
    width: 150px;
}
.events-section .view-all:hover{
	background: #0F806E;
}
.boxed-layout .bx-controls-direction{
	display: none;
}
.events-section .bx-wrapper .bx-controls-direction a{
	height: 44px;
    margin-top: -28px;
    outline: 0 none;
    position: absolute;
    text-indent: -9999px;
    top: 50%;
    transition: all 0.2s ease 0s;
    width: 22px;
    z-index: 9999
}
.events-section .bx-wrapper .bx-prev {
    background: url(/wp-content/themes/accesspress-ray/images/events-controls.png) no-repeat scroll  0 0;
    left: -50px;
}
.events-section .bx-wrapper .bx-prev:hover {
    background-position: 0 0;
}
.events-section .bx-wrapper .bx-next {
    background: url(/wp-content/themes/accesspress-ray/images/events-controls.png) no-repeat scroll  right 0;
    right: -50px;
}
.events-section .bx-wrapper .bx-next:hover {
    background-position: right 0;
}
.events-section .bx-wrapper .bx-pager.bx-default-pager a,
.event-list-wrapper .lSSlideOuter .lSPager.lSpg > li a {
    background: #F2F2F2;
    display: block;
    height: 11px;
    margin: 0 0 0 6px;
    outline: 0 none;
    text-indent: -9999px;
    transition: all 0.3s ease-in-out 0s;
    width: 11px;
    border-radius: 0;
}
.event-list-wrapper .lSSlideOuter .lSPager.lSpg > li a {
	background: #3aad9b;
}
.event-list-wrapper .lSSlideOuter .lSPager.lSpg > li.active a,
.event-list-wrapper .lSSlideOuter .lSPager.lSpg > li:hover a {
	background: #f0563d;
} 
.events-section .bx-wrapper .bx-pager.bx-default-pager a:hover, .events-section .bx-wrapper .bx-pager.bx-default-pager a.active{
    background:#f0563d;
}

/*-----------------------------
CLIENTS-SAY
-------------------------------*/
.clients-say-section{
	padding: 40px 0 80px;
	text-align: center;
	background: #F6F6F6;
}
.clients-say-section .main-title{
    color: #2e313d;
    font-size: 30px;
    margin-bottom: 40px;
}
.clients-say-section .testimonial-slider-wrap .bx-wrapper .bx-pager {
    bottom: -60px;
    right: auto;
    text-align: center;
    width: 100%;
}
.clients-say-section .bx-wrapper .bx-pager.bx-default-pager a {
    background: none repeat scroll 0 0 #23a38f;
    display: block;
    height: 11px;
    margin: 0 4px;
    outline: 0 none;
    text-indent: -9999px;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    width: 11px;
    border-radius: 0;
}
.clients-say-section .testimonial-wrap {
    margin: 0 auto;
    width: 970px;
}
.clients-say-section .testimonial-slide{
	color: #111111;
    font-size: 24px;
    font-weight: 300;
    line-height: 33px;
    width: 100% !important;
}
.clients-say-section .testimonial-thumbnail {
    border-radius: 90px;
    height: 103px;
    margin: 0 auto 29px;
    overflow: hidden;
    width: 103px;
}
.clients-say-section .testimoinal-client-name{
	margin-top: 20px;
	font-weight: 400;
}
.clients-say-section .bx-wrapper{
	padding-bottom: 20px;
}
.clients-say-section .bx-wrapper .bx-pager.bx-default-pager a.active, 
.clients-say-section .bx-wrapper .bx-pager.bx-default-pager a:hover{
	background: #F0563D;
}
.clients-say-section .bx-wrapper .bx-controls-direction a {
	background: url(/wp-content/themes/accesspress-ray/images/testimonila-controls.png) no-repeat scroll 0 0;
    height: 29px;
    margin-top: 0;
    outline: 0 none;
    position: absolute;
    text-indent: -9999px;
    top: 33px;
    transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    width: 15px;
    z-index: 9999;
}
.clients-say-section .bx-wrapper .bx-controls-direction a.bx-prev{
	left: 360px;
}
.clients-say-section .bx-wrapper .bx-controls-direction a.bx-next{
	background-position: -17px 0;
	right: 360px;
}

/*-----------------------------
BUSINESS-ACTIVITIES
-------------------------------*/
.business-section{
	background: #23A38F;
	padding: 45px 0;
    color:#FFF;
}
.business-section a{
    color:#FFF;
}
.business-section .widget-title{
    color: #FFF;
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 300;
    font-family: "Roboto",sans-serif;
}
.business-activities-wrapper{
	margin-left: -1.33%;
}
.business-section .business-wrapper{
	color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 29.81px;
    float: left;
    margin-left: 1.33%;
    position: relative;
    width: 32%;
}

.business-section .business-image img{
	float: left;
}
.business-section .business-content{
	clear: both;
	margin-top: 14px;
}
.business-section .widget, .business-section .gallery{
	margin-bottom: 0;
}

/*-----------------------------
FEATURED-POST
-------------------------------*/
.featured-section{
	padding: 45px 0 60px;
	background: #23A38F;
}
.featured-section .main-title{
	color:#F6F6F6;
	font-size: 32px;
}
.featured-section .sub-desc {
    color: #F6F6F6;
    display: block;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 50px;
    text-align: center;
}
.featured-section .sub-desc a{
	color: #F6F6F6;
	border-bottom: 1px dotted #F6F6F6;
}
.featured-section .featured-post-wrapper{
	margin-left: -20px;
}
.featured-section .featured-post {
    background: #FFF;
    color: #333;
    float: left;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    margin-left: 20px;
    width: 277px;
    text-align: center;
}
.featured-section .featured-content {
    padding: 15px 20px 15px;
}
.featured-post .featured-icon{
	background:#147D6D;
	margin: 0;
	text-align: center;
	font-size: 60px;
	line-height:180px;
}
.featured-post .view-more {
    color: #23A38F;
    font-size: 13px;
    font-weight: 300;
    border: 1px solid #23A38F;
    padding: 6px 15px;
    display: inline-block;
}
.featured-post .view-more:hover{
	background: #23A38F;
	color: #FFF;
}
.featured-post h2.featured-title {
    line-height: 24px;
}
.featured-post h2.featured-title a{
	color: #222;
    font-size: 20px;
    font-weight: 500;
}

/*-----------------------------
CONTACT-GOOGLE-MAP
-------------------------------*/
#google-map{
	position: relative;
	height: 450px;
}
.google-section-wrap{
	left: 50%;
	margin-left:-585px; 
	position: absolute;
    top: 0;
}
#google-map iframe{
	width:100%;
	height: 100%;
}
#google-map img{
	max-width: none;
}
.googlemaps br, 
.googlemaps small{
    display: none;
}
#google-map .ak-contact-address {
	background: rgba(255,255,255,0.8);
	float: right;
	margin-top: 60px;
    padding: 30px 25px 40px;
    width: 380px;
    z-index: 10;
}
#google-map .ak-contact-address > h3 {
    border-bottom: 1px solid #2e313d;
    color: #2e313d;
    font-size: 30px;
    font-weight: 300;
	line-height: 43px;
	margin-bottom: 19px;
    text-transform: uppercase;
}
#google-map .ak-contact-address .socials {
	margin-top: 40px;
}
#google-map .ak-contact-address .socials a {
    border-radius: 90px;
    color: #ffffff;
    display: inline-block;
    font-size: 18px;
    height: 34px;
    line-height: 34px;
    margin-right: 3px;
    margin-bottom: 5px;
    text-align: center;
    width: 34px;
}
.ak-contact-address .socials a.facebook {
	background: none repeat scroll 0 0 #283890;
}
.ak-contact-address .socials a.twitter{
	background: none repeat scroll 0 0 #29A7E1;
}
.ak-contact-address .socials a.gplus {
	background: none repeat scroll 0 0 #D34231;
}
.ak-contact-address .socials a.youtube{
	background: none repeat scroll 0 0 #B61F24;
}
.ak-contact-address .socials a.pinterest {
	background: none repeat scroll 0 0 #D73532;
}
.ak-contact-address .socials a.linkedin {
	background: none repeat scroll 0 0 #0F78A8;
}
.ak-contact-address .socials a.flickr{
	background: none repeat scroll 0 0 #FF0084;
}
.ak-contact-address .socials a.vimeo {
	background: none repeat scroll 0 0 #23B6EA;
}
.ak-contact-address .socials a.stumbleupon{
	background: none repeat scroll 0 0 #F14E23;
}
.ak-contact-address .socials a.instagram {
	background: none repeat scroll 0 0 #517FA3;
}
.ak-contact-address .socials a.sound-cloud {
	background: none repeat scroll 0 0 #FE6A22;
}
.ak-contact-address .socials a.skype {
	background: none repeat scroll 0 0 #3FBFEE;
}
.ak-contact-address .socials a.rss {
	background: none repeat scroll 0 0 #FAA21C;
}

/*-----------------------------
Blog Post
-------------------------------*/
#accesspress-blog{
	padding:40px 0;
	background:#FFF;
}

#accesspress-blog .main-title{
	color: #23a38f;
    font-size: 32px;
}

/*-----------------------------
INNER-PAGES
-------------------------------*/
#content {
    padding: 30px 0;
    background: #FFF;
}
#primary{
	float: left;
    width: 68%;
}
.sidebar {
	float: right;
    width: 29%;
}

/*-----------------------------
RIGHT-SIDEBAR
-------------------------------*/
.sidebar aside {
    margin-bottom: 30px;
}
.sidebar h1.widget-title {
    background: none repeat scroll 0 0 #f1f2f3;
    border-left: 5px solid #01aefd;
    font-size: 22px;
    line-height: 24px;
    padding: 10px 15px;
    text-transform: uppercase;
}
.sidebar .event-list {
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.sidebar .event-list .event-thumbnail {
	float: left;
    position: relative;
    width: 30%;
}
.sidebar .event-list .event-thumbnail img {
    display: block;
}
.sidebar .event-list .event-detail {
	float: right;
    width: 65%;
}
.sidebar .event-list .event-detail a{
	color:#23a38f;
}
.sidebar .event-thumbnail .event-date {
    font-size: 13px;
    padding: 5px 0;
    width: 50px;
}
.sidebar .event-thumbnail .event-date {
    background: none repeat scroll 0 0 #23a38f;
    color: #fff;
    font-weight: 600;
    left: 0;
    line-height: 1;
    padding: 10px 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 60px;
}
.sidebar .event-date .event-date-day {
    display: block;
    margin-bottom: 3px;
}
.sidebar .event-date .event-date-month {
    display: block;
    font-weight: 400;
}
.sidebar .widget-title {
    background:#23A38F;
    color: #FFF;
    padding:8px 10px;
    line-height: 1.2;
    font-size: 20px;
    position: relative;
}
.sidebar .widget-title:after{
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	border-width:10px;
	border-style: solid;
	border-color:transparent #1C8776 #1C8776 transparent;
}

/*-----------------------------
LEFT-SIDEBAR
-------------------------------*/
.left-sidebar #primary {
    float: right;
    width: 68%;
}
.left-sidebar.sidebar {
    float: left;
    width: 29%;
}

/*** SEARCH-ASIDE ***/
.sidebar .widget_search .searchsubmit {
    background: none repeat scroll 0 0 #23a38f;
    border: medium none;
    height: 36px;
    width: 12%;
}
.sidebar .widget_search input[type="text"]{
	width: 87%;
	float: left;
}
.sidebar .widget_search input[type="text"]:focus, .sidebar .widget_search input[type="text"]:active{
	border:1px solid #23a38f;
}
.sidebar ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.sidebar ul li {
    border-bottom: 1px solid #f2f2f2;
    padding: 5px 0 5px 22px !important;
	position: relative;
}
.sidebar ul li:last-child{
	border-bottom: none;
}
.sidebar ul li a {
    color: #666;
    font-weight: 300;
}
.sidebar ul li:before{
	content: "\f0da";
	font-family: "FontAwesome";
	position: absolute;
    left: 0px;
    top: 6px;
    color: #23A38F;
}
.sidebar ul li a:hover{
    color: #23a38f;
}

/*-----------------------------
BOTH-SIDEBAR
-------------------------------*/
.both-sidebar #primary-wrap{
	float: left;
    width: 76%;
}
.both-sidebar #primary-wrap #primary {
    float: right;
    width: 70%;
}
.both-sidebar #primary-wrap .left-sidebar.sidebar {
    float: left;
    width: 28%;
}
.both-sidebar .right-sidebar{
	float: right;
    width: 22%;
}
.both-sidebar .sidebar .widget_search input[type="text"] {
    width: 83%;
}
.both-sidebar .sidebar .widget_search .searchsubmit{
	width: 15%;
}

/*-----------------------------
BOTH-SIDEBAR
-------------------------------*/
.no-sidebar #primary{
	width: 100%;
	float: none;
}

/*-----------------------------
INNER-PAGES-TESTIMONIALS
-------------------------------*/
.cat-testimonial-list{
	margin-bottom: 30px;
	width:48%;
	float: left; 
	margin-right: 4%;
}
.cat-testimonial-list:nth-child(odd){
	margin-right: 0;
}
.cat-testimonial-list .cat-testimonial-excerpt{
    position: relative;

}
.cat-testimonial-list h1.entry-title {
    color: #23a38f;
    font-size: 19px;
    font-style: italic;
    font-weight: 400;
}
.cat-testimonial-image {
    margin-bottom: 10px;
}
.cat-testimonial-image img{
	width: 100%;
}

/*-----------------------------
INNER-PAGES-PORTFOLIO
-------------------------------*/
.cat-portfolio-list{
	float: left;
	position: relative;
	width: 50%;
}
.cat-portfolio-list .portofolio-layout{
	background: rgba(0, 0, 0, 0.5);
	height: 100%;
	left: 0;
	opacity: 1;
	position: absolute;	    
	padding-top: 42%;
    text-align: center;
    top:0;
    width: 100%;
}
.cat-portfolio-list .portofolio-layout:hover{
	background: rgba(0, 0, 0, 0.75);
}
.cat-portfolio-list .portofolio-layout:before,  
.cat-portfolio-list .portofolio-layout:after {
    bottom: 30px;
    content: "";
    left: 30px;
    opacity: 1;
    position: absolute;
    right: 30px;
    top: 30px;
    transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
}
.cat-portfolio-list .portofolio-layout:hover:before {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    -ms-transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}
.cat-portfolio-list .portofolio-layout:hover:after{
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    -ms-transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
}
.cat-portfolio-list .portofolio-layout h1{
	color: #ffffff;
	border: medium none;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 10px;
    padding: 0;
    transition: all 0.35s ease-out;
    -moz-transition: all 0.35s ease-out;
    -webkit-transition: all 0.35s ease-out;
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.cat-portfolio-list .portofolio-layout .cat-portfolio-excerpt{
	color: #ffffff;
	border: medium none;
    font-size: 17px;
    font-style: italic;
    font-weight: 300;
    margin: 0;
    padding: 0;
    padding: 0 40px;
    transition: all 0.35s ease-out;
    -moz-transition: all 0.35s ease-out;
    -webkit-transition: all 0.35s ease-out;
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.cat-portfolio-list .portofolio-layout:hover h1{
	-ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
}
.cat-portfolio-list .portofolio-layout:hover .cat-portfolio-excerpt{
    -ms-transform: translateY(-25px);
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
}

/*--------------------------------------------------------------
Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
	padding: 0.5%;
}
.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;
}

/*--------------------------------------------------------------
404 Page
--------------------------------------------------------------*/
.error-404{
	background:url(/wp-content/themes/accesspress-ray/images/404.png) no-repeat;
	height: 373px;
	width: 302px;
	margin: 0 auto;
	position: relative;
}
.error-404 .breeze-404{
	font-size: 60px;
	position: absolute;
	left: 80px;
	top:180px;
	line-height: 1;
}
.error-404 .breeze-error{
	font-size: 16px;
	position: absolute;
	left: 215px;
	top:308px;
	line-height: 1;
}
.not-found .page-content{
	text-align: center;
	font-size: 20px;
}

/*RTL CSS*/
.rtl .header-wrap .main-navigation{
	float: left;
}

.rtl #site-navigation .menu > ul > li{
	float: right;
}
.rtl .events-section .event-list .event-detail{
	text-align: right;
}
.rtl .footer-menu ul li a{
	border-left: 0;
	border-right: 1px solid #FFF;
	margin-left: 0;
	padding-left: 0;
	margin-right: 8px;
	padding-right: 8px
}
.rtl .footer-menu ul li:first-child a{
	border-right: 0;
}
.rtl .bx-wrapper .bx-controls-direction a{
	text-indent: 99999999px;
}

/*Guttenberg Compatible CSS*/
.entry-content ol {
    margin-bottom: 6px;
}
.entry-content li {
    margin-bottom: 6px;
}

.entry-content ol li {
    margin-bottom: 6px;
}
.entry-content ul li {
    margin-bottom: 6px;
}
.entry-content ul li ul, ol li ol {
    margin-top: 6px;
}
.entry-content ul li ul, .entry-content ol li ol {
    margin-bottom: 6px;
}

ul.wp-block-categories.wp-block-categories-list.aligncenter {
    text-align: center;
}
ul.wp-block-categories li{
    list-style: none;
}

ul.wp-block-archives.wp-block-archives-list li {
    list-style: none;
}

ul.wp-block-archives.wp-block-archives-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.wp-block-gallery.alignnone {
    margin-left: 0;
    padding: 0;
}

.wp-block-gallery .blocks-gallery-item figure {
    position: relative;
}

.wp-block-button.aligncenter {
    margin-bottom: 15px;
}

/*align image*/
@media (min-width: 750px) {
 
    .alignfull {
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        width: auto;
        max-width: 1000%;
    }
 
    .alignwide {
        margin-left: calc(25% - 25vw);
        margin-right: calc(25% - 25vw);
        width: auto;
        max-width: 1000%;
    }
    /* sidebar*/
    .left-sidebar .alignfull,  .left-sidebar .alignwide,
    .both-sidebar .alignfull,  .both-sidebar .alignwide,
    .right-sidebar .alignfull, .right-sidebar .alignwide{
        margin-left: 0;
        margin-right: 0;
    }
}/*
Theme Name: AccessPress Ray Child
Theme URI: http://accesspressthemes.com/wordpress-themes/accesspress-ray/
 Description:  AccessPress Ray Child Theme
 Author: Luca Baresi
 Template:     accesspress-ray
 Version:      1.0.1
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  accesspress-ray
*/

.hatom-extra{
display:none;
}

.so-widget-sow-image.so-widget-sow-image-base {
text-align: -webkit-center;
}

.post-120 > header{
display:block!important;
}/* ==================================================
Font-Face Icons
================================================== */

@font-face {
	font-family: 'Icons';
	src:url('/wp-content/themes/accesspress-ray/css/fonts/Icons.eot');
	src:url('/wp-content/themes/accesspress-ray/css/fonts/Icons.eot?#iefix') format('embedded-opentype'),
		url('/wp-content/themes/accesspress-ray/css/fonts/Icons.woff') format('woff'),
		url('/wp-content/themes/accesspress-ray/css/fonts/Icons.ttf') format('truetype'),
		url('/wp-content/themes/accesspress-ray/css/fonts/Icons.svg#Icons') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
	font-family: 'Icons';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

[class^="font-"]:before, [class*=" font-"]:before {
	font-family: 'Icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
}

[class^="font-"],
[class*=" font-"]{
	display:inline-block;
	line-height:1em;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="font-icon-"] {
*/
.font-icon-zoom-out, .font-icon-zoom-in, .font-icon-wrench, .font-icon-waves, .font-icon-warning, .font-icon-volume-up, .font-icon-volume-off, .font-icon-volume-down, .font-icon-viewport, .font-icon-user, .font-icon-user-border, .font-icon-upload, .font-icon-upload-2, .font-icon-unlock, .font-icon-underline, .font-icon-tint, .font-icon-time, .font-icon-text, .font-icon-text-width, .font-icon-text-height, .font-icon-tags, .font-icon-tag, .font-icon-table, .font-icon-strikethrough, .font-icon-stop, .font-icon-step-forward, .font-icon-step-backward, .font-icon-stars, .font-icon-star, .font-icon-star-line, .font-icon-star-half, .font-icon-sort, .font-icon-sort-up, .font-icon-sort-down, .font-icon-social-zerply, .font-icon-social-youtube, .font-icon-social-yelp, .font-icon-social-yahoo, .font-icon-social-wordpress, .font-icon-social-virb, .font-icon-social-vimeo, .font-icon-social-viddler, .font-icon-social-twitter, .font-icon-social-tumblr, .font-icon-social-stumbleupon, .font-icon-social-soundcloud, .font-icon-social-skype, .font-icon-social-share-this, .font-icon-social-quora, .font-icon-social-pinterest, .font-icon-social-photobucket, .font-icon-social-paypal, .font-icon-social-myspace, .font-icon-social-linkedin, .font-icon-social-last-fm, .font-icon-social-grooveshark, .font-icon-social-google-plus, .font-icon-social-github, .font-icon-social-forrst, .font-icon-social-flickr, .font-icon-social-facebook, .font-icon-social-evernote, .font-icon-social-envato, .font-icon-social-email, .font-icon-social-dribbble, .font-icon-social-digg, .font-icon-social-deviant-art, .font-icon-social-blogger, .font-icon-social-behance, .font-icon-social-bebo, .font-icon-social-addthis, .font-icon-social-500px, .font-icon-sitemap, .font-icon-signout, .font-icon-signin, .font-icon-signal, .font-icon-shopping-cart, .font-icon-search, .font-icon-rss, .font-icon-road, .font-icon-retweet, .font-icon-resize-vertical, .font-icon-resize-vertical-2, .font-icon-resize-small, .font-icon-resize-horizontal, .font-icon-resize-horizontal-2, .font-icon-resize-fullscreen, .font-icon-resize-full, .font-icon-repeat, .font-icon-reorder, .font-icon-remove, .font-icon-remove-sign, .font-icon-remove-circle, .font-icon-read-more, .font-icon-random, .font-icon-question-sign, .font-icon-pushpin, .font-icon-pushpin-2, .font-icon-print, .font-icon-plus, .font-icon-plus-sign, .font-icon-play, .font-icon-picture, .font-icon-phone, .font-icon-phone-sign, .font-icon-phone-boxed, .font-icon-pause, .font-icon-paste, .font-icon-paper-clip, .font-icon-ok, .font-icon-ok-sign, .font-icon-ok-circle, .font-icon-music, .font-icon-move, .font-icon-money, .font-icon-minus, .font-icon-minus-sign, .font-icon-map, .font-icon-map-marker, .font-icon-map-marker-2, .font-icon-magnet, .font-icon-magic, .font-icon-lock, .font-icon-list, .font-icon-list-3, .font-icon-list-2, .font-icon-link, .font-icon-layer, .font-icon-key, .font-icon-italic, .font-icon-info, .font-icon-indent-right, .font-icon-indent-left, .font-icon-inbox, .font-icon-inbox-empty, .font-icon-home, .font-icon-heart, .font-icon-heart-line, .font-icon-headphones, .font-icon-headphones-line, .font-icon-headphones-line-2, .font-icon-headphones-2, .font-icon-hdd, .font-icon-group, .font-icon-grid, .font-icon-grid-large, .font-icon-globe_line, .font-icon-glass, .font-icon-glass_2, .font-icon-gift, .font-icon-forward, .font-icon-font, .font-icon-folder-open, .font-icon-folder-close, .font-icon-flag, .font-icon-fire, .font-icon-film, .font-icon-file, .font-icon-file-empty, .font-icon-fast-forward, .font-icon-fast-backward, .font-icon-facetime, .font-icon-eye, .font-icon-eye_disable, .font-icon-expand-view, .font-icon-expand-view-3, .font-icon-expand-view-2, .font-icon-expand-vertical, .font-icon-expand-horizontal, .font-icon-exclamation, .font-icon-email, .font-icon-email_2, .font-icon-eject, .font-icon-edit, .font-icon-edit-check, .font-icon-download, .font-icon-download_2, .font-icon-dashboard, .font-icon-credit-card, .font-icon-copy, .font-icon-comments, .font-icon-comments-line, .font-icon-comment, .font-icon-comment-line, .font-icon-columns, .font-icon-columns-2, .font-icon-cogs, .font-icon-cog, .font-icon-cloud, .font-icon-check, .font-icon-check-empty, .font-icon-certificate, .font-icon-camera, .font-icon-calendar, .font-icon-bullhorn, .font-icon-briefcase, .font-icon-bookmark, .font-icon-book, .font-icon-bolt, .font-icon-bold, .font-icon-blockquote, .font-icon-bell, .font-icon-beaker, .font-icon-barcode, .font-icon-ban-circle, .font-icon-ban-chart, .font-icon-ban-chart-2, .font-icon-backward, .font-icon-asterisk, .font-icon-arrow-simple-up, .font-icon-arrow-simple-up-circle, .font-icon-arrow-simple-right, .font-icon-arrow-simple-right-circle, .font-icon-arrow-simple-left, .font-icon-arrow-simple-left-circle, .font-icon-arrow-simple-down, .font-icon-arrow-simple-down-circle, .font-icon-arrow-round-up, .font-icon-arrow-round-up-circle, .font-icon-arrow-round-right, .font-icon-arrow-round-right-circle, .font-icon-arrow-round-left, .font-icon-arrow-round-left-circle, .font-icon-arrow-round-down, .font-icon-arrow-round-down-circle, .font-icon-arrow-light-up, .font-icon-arrow-light-round-up, .font-icon-arrow-light-round-up-circle, .font-icon-arrow-light-round-right, .font-icon-arrow-light-round-right-circle, .font-icon-arrow-light-round-left, .font-icon-arrow-light-round-left-circle, .font-icon-arrow-light-round-down, .font-icon-arrow-light-round-down-circle, .font-icon-arrow-light-right, .font-icon-arrow-light-left, .font-icon-arrow-light-down, .font-icon-align-right, .font-icon-align-left, .font-icon-align-justify, .font-icon-align-center, .font-icon-adjust {
	font-family: 'Icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.font-icon-zoom-out:before {
	content: "\e000";
}
.font-icon-zoom-in:before {
	content: "\e001";
}
.font-icon-wrench:before {
	content: "\e002";
}
.font-icon-waves:before {
	content: "\e003";
}
.font-icon-warning:before {
	content: "\e004";
}
.font-icon-volume-up:before {
	content: "\e005";
}
.font-icon-volume-off:before {
	content: "\e006";
}
.font-icon-volume-down:before {
	content: "\e007";
}
.font-icon-viewport:before {
	content: "\e008";
}
.font-icon-user:before {
	content: "\e009";
}
.font-icon-user-border:before {
	content: "\e00a";
}
.font-icon-upload:before {
	content: "\e00b";
}
.font-icon-upload-2:before {
	content: "\e00c";
}
.font-icon-unlock:before {
	content: "\e00d";
}
.font-icon-underline:before {
	content: "\e00e";
}
.font-icon-tint:before {
	content: "\e00f";
}
.font-icon-time:before {
	content: "\e010";
}
.font-icon-text:before {
	content: "\e011";
}
.font-icon-text-width:before {
	content: "\e012";
}
.font-icon-text-height:before {
	content: "\e013";
}
.font-icon-tags:before {
	content: "\e014";
}
.font-icon-tag:before {
	content: "\e015";
}
.font-icon-table:before {
	content: "\e016";
}
.font-icon-strikethrough:before {
	content: "\e017";
}
.font-icon-stop:before {
	content: "\e018";
}
.font-icon-step-forward:before {
	content: "\e019";
}
.font-icon-step-backward:before {
	content: "\e01a";
}
.font-icon-stars:before {
	content: "\e01b";
}
.font-icon-star:before {
	content: "\e01c";
}
.font-icon-star-line:before {
	content: "\e01d";
}
.font-icon-star-half:before {
	content: "\e01e";
}
.font-icon-sort:before {
	content: "\e01f";
}
.font-icon-sort-up:before {
	content: "\e020";
}
.font-icon-sort-down:before {
	content: "\e021";
}
.font-icon-social-zerply:before {
	content: "\e022";
}
.font-icon-social-youtube:before {
	content: "\e023";
}
.font-icon-social-yelp:before {
	content: "\e024";
}
.font-icon-social-yahoo:before {
	content: "\e025";
}
.font-icon-social-wordpress:before {
	content: "\e026";
}
.font-icon-social-virb:before {
	content: "\e027";
}
.font-icon-social-vimeo:before {
	content: "\e028";
}
.font-icon-social-viddler:before {
	content: "\e029";
}
.font-icon-social-twitter:before {
	content: "\e02a";
}
.font-icon-social-tumblr:before {
	content: "\e02b";
}
.font-icon-social-stumbleupon:before {
	content: "\e02c";
}
.font-icon-social-soundcloud:before {
	content: "\e02d";
}
.font-icon-social-skype:before {
	content: "\e02e";
}
.font-icon-social-share-this:before {
	content: "\e02f";
}
.font-icon-social-quora:before {
	content: "\e030";
}
.font-icon-social-pinterest:before {
	content: "\e031";
}
.font-icon-social-photobucket:before {
	content: "\e032";
}
.font-icon-social-paypal:before {
	content: "\e033";
}
.font-icon-social-myspace:before {
	content: "\e034";
}
.font-icon-social-linkedin:before {
	content: "\e035";
}
.font-icon-social-last-fm:before {
	content: "\e036";
}
.font-icon-social-grooveshark:before {
	content: "\e037";
}
.font-icon-social-google-plus:before {
	content: "\e038";
}
.font-icon-social-github:before {
	content: "\e039";
}
.font-icon-social-forrst:before {
	content: "\e03a";
}
.font-icon-social-flickr:before {
	content: "\e03b";
}
.font-icon-social-facebook:before {
	content: "\e03c";
}
.font-icon-social-evernote:before {
	content: "\e03d";
}
.font-icon-social-envato:before {
	content: "\e03e";
}
.font-icon-social-email:before {
	content: "\e03f";
}
.font-icon-social-dribbble:before {
	content: "\e040";
}
.font-icon-social-digg:before {
	content: "\e041";
}
.font-icon-social-deviant-art:before {
	content: "\e042";
}
.font-icon-social-blogger:before {
	content: "\e043";
}
.font-icon-social-behance:before {
	content: "\e044";
}
.font-icon-social-bebo:before {
	content: "\e045";
}
.font-icon-social-addthis:before {
	content: "\e046";
}
.font-icon-social-500px:before {
	content: "\e047";
}
.font-icon-sitemap:before {
	content: "\e048";
}
.font-icon-signout:before {
	content: "\e049";
}
.font-icon-signin:before {
	content: "\e04a";
}
.font-icon-signal:before {
	content: "\e04b";
}
.font-icon-shopping-cart:before {
	content: "\e04c";
}
.font-icon-search:before {
	content: "\e04d";
}
.font-icon-rss:before {
	content: "\e04e";
}
.font-icon-road:before {
	content: "\e04f";
}
.font-icon-retweet:before {
	content: "\e050";
}
.font-icon-resize-vertical:before {
	content: "\e051";
}
.font-icon-resize-vertical-2:before {
	content: "\e052";
}
.font-icon-resize-small:before {
	content: "\e053";
}
.font-icon-resize-horizontal:before {
	content: "\e054";
}
.font-icon-resize-horizontal-2:before {
	content: "\e055";
}
.font-icon-resize-fullscreen:before {
	content: "\e056";
}
.font-icon-resize-full:before {
	content: "\e057";
}
.font-icon-repeat:before {
	content: "\e058";
}
.font-icon-reorder:before {
	content: "\e059";
}
.font-icon-remove:before {
	content: "\e05a";
}
.font-icon-remove-sign:before {
	content: "\e05b";
}
.font-icon-remove-circle:before {
	content: "\e05c";
}
.font-icon-read-more:before {
	content: "\e05d";
}
.font-icon-random:before {
	content: "\e05e";
}
.font-icon-question-sign:before {
	content: "\e05f";
}
.font-icon-pushpin:before {
	content: "\e060";
}
.font-icon-pushpin-2:before {
	content: "\e061";
}
.font-icon-print:before {
	content: "\e062";
}
.font-icon-plus:before {
	content: "\e063";
}
.font-icon-plus-sign:before {
	content: "\e064";
}
.font-icon-play:before {
	content: "\e065";
}
.font-icon-picture:before {
	content: "\e066";
}
.font-icon-phone:before {
	content: "\e067";
}
.font-icon-phone-sign:before {
	content: "\e068";
}
.font-icon-phone-boxed:before {
	content: "\e069";
}
.font-icon-pause:before {
	content: "\e06a";
}
.font-icon-paste:before {
	content: "\e06b";
}
.font-icon-paper-clip:before {
	content: "\e06c";
}
.font-icon-ok:before {
	content: "\e06d";
}
.font-icon-ok-sign:before {
	content: "\e06e";
}
.font-icon-ok-circle:before {
	content: "\e06f";
}
.font-icon-music:before {
	content: "\e070";
}
.font-icon-move:before {
	content: "\e071";
}
.font-icon-money:before {
	content: "\e072";
}
.font-icon-minus:before {
	content: "\e073";
}
.font-icon-minus-sign:before {
	content: "\e074";
}
.font-icon-map:before {
	content: "\e075";
}
.font-icon-map-marker:before {
	content: "\e076";
}
.font-icon-map-marker-2:before {
	content: "\e077";
}
.font-icon-magnet:before {
	content: "\e078";
}
.font-icon-magic:before {
	content: "\e079";
}
.font-icon-lock:before {
	content: "\e07a";
}
.font-icon-list:before {
	content: "\e07b";
}
.font-icon-list-3:before {
	content: "\e07c";
}
.font-icon-list-2:before {
	content: "\e07d";
}
.font-icon-link:before {
	content: "\e07e";
}
.font-icon-layer:before {
	content: "\e07f";
}
.font-icon-key:before {
	content: "\e080";
}
.font-icon-italic:before {
	content: "\e081";
}
.font-icon-info:before {
	content: "\e082";
}
.font-icon-indent-right:before {
	content: "\e083";
}
.font-icon-indent-left:before {
	content: "\e084";
}
.font-icon-inbox:before {
	content: "\e085";
}
.font-icon-inbox-empty:before {
	content: "\e086";
}
.font-icon-home:before {
	content: "\e087";
}
.font-icon-heart:before {
	content: "\e088";
}
.font-icon-heart-line:before {
	content: "\e089";
}
.font-icon-headphones:before {
	content: "\e08a";
}
.font-icon-headphones-line:before {
	content: "\e08b";
}
.font-icon-headphones-line-2:before {
	content: "\e08c";
}
.font-icon-headphones-2:before {
	content: "\e08d";
}
.font-icon-hdd:before {
	content: "\e08e";
}
.font-icon-group:before {
	content: "\e08f";
}
.font-icon-grid:before {
	content: "\e090";
}
.font-icon-grid-large:before {
	content: "\e091";
}
.font-icon-globe_line:before {
	content: "\e092";
}
.font-icon-glass:before {
	content: "\e093";
}
.font-icon-glass_2:before {
	content: "\e094";
}
.font-icon-gift:before {
	content: "\e095";
}
.font-icon-forward:before {
	content: "\e096";
}
.font-icon-font:before {
	content: "\e097";
}
.font-icon-folder-open:before {
	content: "\e098";
}
.font-icon-folder-close:before {
	content: "\e099";
}
.font-icon-flag:before {
	content: "\e09a";
}
.font-icon-fire:before {
	content: "\e09b";
}
.font-icon-film:before {
	content: "\e09c";
}
.font-icon-file:before {
	content: "\e09d";
}
.font-icon-file-empty:before {
	content: "\e09e";
}
.font-icon-fast-forward:before {
	content: "\e09f";
}
.font-icon-fast-backward:before {
	content: "\e0a0";
}
.font-icon-facetime:before {
	content: "\e0a1";
}
.font-icon-eye:before {
	content: "\e0a2";
}
.font-icon-eye_disable:before {
	content: "\e0a3";
}
.font-icon-expand-view:before {
	content: "\e0a4";
}
.font-icon-expand-view-3:before {
	content: "\e0a5";
}
.font-icon-expand-view-2:before {
	content: "\e0a6";
}
.font-icon-expand-vertical:before {
	content: "\e0a7";
}
.font-icon-expand-horizontal:before {
	content: "\e0a8";
}
.font-icon-exclamation:before {
	content: "\e0a9";
}
.font-icon-email:before {
	content: "\e0aa";
}
.font-icon-email_2:before {
	content: "\e0ab";
}
.font-icon-eject:before {
	content: "\e0ac";
}
.font-icon-edit:before {
	content: "\e0ad";
}
.font-icon-edit-check:before {
	content: "\e0ae";
}
.font-icon-download:before {
	content: "\e0af";
}
.font-icon-download_2:before {
	content: "\e0b0";
}
.font-icon-dashboard:before {
	content: "\e0b1";
}
.font-icon-credit-card:before {
	content: "\e0b2";
}
.font-icon-copy:before {
	content: "\e0b3";
}
.font-icon-comments:before {
	content: "\e0b4";
}
.font-icon-comments-line:before {
	content: "\e0b5";
}
.font-icon-comment:before {
	content: "\e0b6";
}
.font-icon-comment-line:before {
	content: "\e0b7";
}
.font-icon-columns:before {
	content: "\e0b8";
}
.font-icon-columns-2:before {
	content: "\e0b9";
}
.font-icon-cogs:before {
	content: "\e0ba";
}
.font-icon-cog:before {
	content: "\e0bb";
}
.font-icon-cloud:before {
	content: "\e0bc";
}
.font-icon-check:before {
	content: "\e0bd";
}
.font-icon-check-empty:before {
	content: "\e0be";
}
.font-icon-certificate:before {
	content: "\e0bf";
}
.font-icon-camera:before {
	content: "\e0c0";
}
.font-icon-calendar:before {
	content: "\e0c1";
}
.font-icon-bullhorn:before {
	content: "\e0c2";
}
.font-icon-briefcase:before {
	content: "\e0c3";
}
.font-icon-bookmark:before {
	content: "\e0c4";
}
.font-icon-book:before {
	content: "\e0c5";
}
.font-icon-bolt:before {
	content: "\e0c6";
}
.font-icon-bold:before {
	content: "\e0c7";
}
.font-icon-blockquote:before {
	content: "\e0c8";
}
.font-icon-bell:before {
	content: "\e0c9";
}
.font-icon-beaker:before {
	content: "\e0ca";
}
.font-icon-barcode:before {
	content: "\e0cb";
}
.font-icon-ban-circle:before {
	content: "\e0cc";
}
.font-icon-ban-chart:before {
	content: "\e0cd";
}
.font-icon-ban-chart-2:before {
	content: "\e0ce";
}
.font-icon-backward:before {
	content: "\e0cf";
}
.font-icon-asterisk:before {
	content: "\e0d0";
}
.font-icon-arrow-simple-up:before {
	content: "\e0d1";
}
.font-icon-arrow-simple-up-circle:before {
	content: "\e0d2";
}
.font-icon-arrow-simple-right:before {
	content: "\e0d3";
}
.font-icon-arrow-simple-right-circle:before {
	content: "\e0d4";
}
.font-icon-arrow-simple-left:before {
	content: "\e0d5";
}
.font-icon-arrow-simple-left-circle:before {
	content: "\e0d6";
}
.font-icon-arrow-simple-down:before {
	content: "\e0d7";
}
.font-icon-arrow-simple-down-circle:before {
	content: "\e0d8";
}
.font-icon-arrow-round-up:before {
	content: "\e0d9";
}
.font-icon-arrow-round-up-circle:before {
	content: "\e0da";
}
.font-icon-arrow-round-right:before {
	content: "\e0db";
}
.font-icon-arrow-round-right-circle:before {
	content: "\e0dc";
}
.font-icon-arrow-round-left:before {
	content: "\e0dd";
}
.font-icon-arrow-round-left-circle:before {
	content: "\e0de";
}
.font-icon-arrow-round-down:before {
	content: "\e0df";
}
.font-icon-arrow-round-down-circle:before {
	content: "\e0e0";
}
.font-icon-arrow-light-up:before {
	content: "\e0e1";
}
.font-icon-arrow-light-round-up:before {
	content: "\e0e2";
}
.font-icon-arrow-light-round-up-circle:before {
	content: "\e0e3";
}
.font-icon-arrow-light-round-right:before {
	content: "\e0e4";
}
.font-icon-arrow-light-round-right-circle:before {
	content: "\e0e5";
}
.font-icon-arrow-light-round-left:before {
	content: "\e0e6";
}
.font-icon-arrow-light-round-left-circle:before {
	content: "\e0e7";
}
.font-icon-arrow-light-round-down:before {
	content: "\e0e8";
}
.font-icon-arrow-light-round-down-circle:before {
	content: "\e0e9";
}
.font-icon-arrow-light-right:before {
	content: "\e0ea";
}
.font-icon-arrow-light-left:before {
	content: "\e0eb";
}
.font-icon-arrow-light-down:before {
	content: "\e0ec";
}
.font-icon-align-right:before {
	content: "\e0ed";
}
.font-icon-align-left:before {
	content: "\e0ee";
}
.font-icon-align-justify:before {
	content: "\e0ef";
}
.font-icon-align-center:before {
	content: "\e0f0";
}
.font-icon-adjust:before {
	content: "\e0f1";
}

