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%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	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;
}
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: 'Open Sans', 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;}
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;
	max-width: 100%;
	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;
}
button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	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;
	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 {
	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;
	padding-left: 3px;
	vertical-align: top;
	color: #666;
	border: 1px solid #ccc;
	height: 160px;
    width: 100%;
}
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;
}
.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;
}
.alignleft {
	display: inline;
	float: left;
	margin-right: 15px;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 15px;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}
.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;
}
.widget {
	margin: 0 0 25px;
}
.widget select {
	max-width: 100%;
}
.widget_search .search-submit {
	display: none;
}
h1.entry-title, .page-title{ 
	color: #000;
	border-bottom: 6px solid black;
	padding-bottom: 15px;
border-radius: 5px 5px;
}
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: 'Open Sans', 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(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%;
}
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}
.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;
}
.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 .paging-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}
.infinity-end.neverending .site-footer {
	display: block;
}
#infinite-footer{
	display: none;
}
.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 {
}
embed,
iframe,
object {
	max-width: 100%;
}
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: 'Open Sans', sans-serif;
	font-weight: 300;
	text-align: center;
	text-transform: uppercase;
}
.roboto-light a{
	color:#ffffff;
}
.roboto-light a:hover{
	color:#ffffff;
}
#slider-banner{ 
	overflow: hidden;
	position: relative;

}
.slider-caption{
	background: none;
}
#slider-banner .scroll-down{
	background:url(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.site-header {
	box-shadow: 0 0 6px rgba(0,0,0,0.3);
    background: #FFF;
    position: relative;
}
#mainHeaderWrapper{
    width: 100%;
    height:800px;
}
.menu-toggle{
	display: none;
}
.site-branding.main-logo{
    float: left;
    padding: 0px 0;
}
.logo-left .site-branding.main-logo img{
	max-height: 105px !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: right;
}
.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{
    color: #000;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 76px;
    padding:30px 0 0 14px;
    text-transform: uppercase;
}
#site-navigation .menu > ul > li > a:hover{
    color: #ccc;
}
.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;
}
#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%;
}
.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(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: 'Open Sans', 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;
}
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;
}
footer #bottom-footer{
    background: none repeat scroll 0 0 #fff;
    color: #000;
    text-align: center;
    padding: 10px;
    font-size: 13px;
border-top:2px solid black;
}
.footer-wrap a{
	color:#000;
}
.footer-wrap a:hover{
	color:#ccc;
}
.footer-logo a {
	margin-bottom: 5px;
	display: block;
}
.footer-socials {
	margin-top: 10px;
}
.socials {
	margin-top: 70px;
}
.footer-socials a{
	display: inline-block;
	color: #000;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 50%;
	font-size: 18px;
	margin: 5px;
}
.footer-socials a:hover{
color: #000;
}
.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 {
	height: auto; 
	padding: 75px 0;
	background: #FFF;
}
#about-section .main-title{
	font-size: 32px;
overflow: hidden;
     text-align: center;
}
#about-section .main-title a{
	display: block;
	line-height: 1;
	margin-bottom: 21px;
	color: #333;
}
#about-section .welcome-detail {
    font-size: 24px;
    font-weight: 300;
    line-height: 32px;
padding-left:0px;
text-align:center;
}
#about-section .welcome-content{
	margin-bottom: 30px;
}
#about-section a.read-more.bttn{
	padding: 16px 25px;
}
.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(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(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-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(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-section{
	padding: 80px 0;
    color:#000;
}
.business-section a{
    color:#000;
}
.business-section .widget-title{
    color: #000;
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 300;
text-align:center;
}
.business-activities-wrapper{
	margin-left: -1.33%;
}
.business-section .business-wrapper{
	color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 29.81px;
    float: left;
    position: relative;
    width: 100%;
}
.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-section{
	padding: 45px 0 60px;
background:#F6F6F6;
}
.featured-section .main-title{
	color:#000;
	font-size: 24px;
margin-bottom: 50px;
overflow: hidden;
    text-align: center;
}
.featured-section .main-title > span{
    position: relative;
    display: inline-block;
}
.featured-section .main-title > span:before, .featured-section .main-title > span:after{
    content: '';
    position: absolute;
    top: 50%;
    border-bottom: 2px solid;
    width: 100vw;
    margin: 0 20px;
}
.featured-section .main-title > span:before{
    right: 100%;
}
.featured-section .main-title > span:after{
    left: 100%;
}
.featured-section .sub-desc {
    color: #F6F6F6;
    display: block;
    font-size: 14px;
    line-height: 20px;
    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 {
    color: #333;
    float: left;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    margin-left: 1%;
margin-bottom:0.6%;
    width: 49%;
    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: #fff;
    font-size: 18px;
    font-weight: 500;
}
a.button {
	color: #b6872d;
	border: 1px solid #b6872d;
	padding: 5px 10px;
	opacity: 1;
	z-index: 1009;
	font-size: 80%;
	top: 84%;
	position: absolute;
	right: auto;
	margin-right: auto;
	margin-left: auto;
	transition: background-color 0.5s, color 0.75s;
	left: 35%;
}
a.button:hover {
	background-color: #b6872d;
	color: #fff;
}
a.button1 {
	color: #000;
	border: 1px solid #000;
	padding: 5px 10px;
	opacity: 1;
	z-index: 1009;
	font-size: 90%;
	top: 96%;
	position: absolute;
	right: auto;
	margin-right: auto;
	margin-left: auto;
	transition: background-color 0.5s, color 0.75s;
	left: 42%;
}
a.button1:hover {
	background-color: #000;
	color: #fff;
}
.featured-post figure {
	position: relative;
	z-index: 1;
	display: inline-block;
	overflow: hidden;
	margin: -0.135em 0;
	//width: 33.333%;
	height: 200px;
	text-align: center;
	cursor: pointer;
}
.featured-post .double-height {
	height: 400px;
}
.featured-post figure img {
	position: relative;
	display: block;
	min-width: 100%;
	min-height: 100%;
	opacity: 1;
	transition: opacity 0.5s, -transform 1s;
}
.featured-post figure img:hover {
	opacity: 1;
}
.featured-post figure figcaption {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #3c4a50;
	background: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	backface-visibility: hidden;
	transition: transform 0.35s;
}
.featured-post figure figcaption::after {
	content: '';
	border-style: solid;
	border-width: 20px;
	position: absolute;
	display: block;
	width: 0;
	height: 0;
}
.featured-post figure figcaption::before,
.featured-post figure figcaption::after {
	pointer-events: none;
}
.featured-post figure figcaption > span::before {
	display: inline-block;
	padding: 8px 10px;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.featured-post figure a.anchor {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}
.featured-post figure h2 {
	display: block;
	z-index: 1002;	
	font-weight: 300;
	text-align: center;
	margin: 0 auto;
	float: none;
	width: 100%;
	top: 320%;
padding-top:20px;
}
.featured-post figure.double-height h2 {
	top: 40%;
}
.featured-post figure h2 span {
	z-index: 1002;
	font-weight: 800;
}
.featured-post figure p {
	opacity: 0;
	letter-spacing: 1px;
	font-size: 100%;
	text-align: center;
	z-index: 1001;
	position: absolute;
	text-transform: none;
	backface-visibility: hidden;
	transition: opacity 0.35s;
	margin: 5px auto;
	top: 50%;
	float: none;
	width: 100%;
	display: block;
	right: auto;
	left: auto;
	padding-right: 5%;
	padding-left: 5%;
}
.featured-post figure.double-height p {
	top: 20%;
}
.featured-post figure:hover p {
	opacity: 1;	
}
.featured-post figure h2,
.featured-post figure figcaption > span {
	transition: transform 0.35s;
}
.featured-post figure:hover h2 {
	transition-delay: 0.15s;
}
.featured-post figure:hover figcaption > span:nth-child(4) {
	transition-delay: 0.20s;
}
.featured-post figure:hover figcaption > span:nth-child(3) {
	transition-delay: 0.25s;
}
.featured-post figure:hover figcaption > span:nth-child(2) {
	transition-delay: 0.30s;
}
.featured-post figure figcaption.blue {
	background-color: #000;
}
.featured-post figure figcaption.blue p,
.featured-post figure figcaption.gray p,
.featured-post figure figcaption.blue h2,
.featured-post figure figcaption.gray h2 {
	color: #fff;
}
	figure.effect-slideup figcaption.blue::after {
		border-bottom-color: #000;
	}
	figure.effect-slidedown figcaption.blue::after {
		border-top-color: #000;
	}
	figure.effect-slideleft figcaption.blue::after {
		border-left-color: #000;
	}
	figure.effect-slideright figcaption.blue::after {
		border-right-color: #000;
	}
.featured-post figure figcaption.gray {
	background-color: #a3aaad;
}
	figure.effect-slideup figcaption.gray::after {
		border-bottom-color: #a3aaad;
	}
	figure.effect-slidedown figcaption.gray::after {
		border-top-color: #a3aaad;
	}
	figure.effect-slideleft figcaption.gray::after {
		border-left-color: #a3aaad;
	}
	figure.effect-slideright figcaption.gray::after {
		border-right-color: #a3aaad;
	}
.featured-post figure figcaption.gold {
	background-color: #b6872d;
}
figure.effect-slideleft figcaption {
	width: 50%;
	transform: translate3d(-200%,0,0);	
}
figure.effect-slideleft figcaption::after {
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: #ffffff;
	right: -35px;
	top: 45%;
}
figure.effect-slideleft figcaption > span {
	float: right;
}
figure.effect-slideleft h2,
figure.effect-slideleft figcaption > span {
	transform: translate3d(-200%,0,0);
}
figure.effect-slideleft:hover figcaption,
figure.effect-slideleft:hover h2,
figure.effect-slideleft:hover figcaption > span {
	transform: translate3d(0,0,0);
}
#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;
}
#accesspress-blog{
	padding:40px 0;
	background:#FFF;
}
#accesspress-blog .main-title{
	color: #23a38f;
    font-size: 32px;
}
#content {
    padding: 30px 0;
    background: #FFF;
}
#primary{
	float: left;
    width: 68%;
}
.sidebar {
	float: right;
    width: 29%;
}
.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 #primary {
    float: right;
    width: 68%;
}
.left-sidebar.sidebar {
    float: left;
    width: 29%;
}
.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 #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%;
}
.no-sidebar #primary{
	width: 100%;
	float: none;
}
.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%;
}
.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);
}
.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;
}
.error-404{
	background:url(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;
}
.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;
}

#timeline-content {
  margin-top: 50px;
  text-align: center;
}
.timeline {
  border-left: 4px solid #000;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  background: rgba(255, 255, 255, 0.03);
  color: rgba(255, 255, 255, 0.8);
margin-left:100px;
  position: relative;
  line-height: 1.4em;
  font-size: 1.03em;
  padding: 50px;
  list-style: none;
  text-align: left;
  font-weight: 100;
  width: 600px;
}
.timeline h1 {
  letter-spacing: 1.5px;
  font-weight: 100;
  font-size: 1.4em;
}
.timeline h2,
.timeline h3 {
  font-weight: 400;
  font-size: 1.1em;
}
.timeline .event {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
  padding-bottom: 25px;
  margin-bottom: 50px;
  position: relative;
width:600px;
}
.timeline .event:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}
.timeline .event:before,
.timeline .event:after {
  position: absolute;
  display: block;
  top: 0;
}
.timeline .event:before {
  left: -217.5px;
  color: #000;
  content: attr(data-date);
  text-align: right;
  font-weight: 100;
  font-size: 1em;
  min-width: 120px;
}
.timeline .event:after {
  box-shadow: 0 0 0 4px #000;
  left: -57.85px;
  background: #fff;
  border-radius: 50%;
  height: 11px;
  width: 11px;
  content: "";
  top: 5px;
}
strong {
  color: red;
}
@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%;
    }
    .left-sidebar .alignfull,  .left-sidebar .alignwide,
    .both-sidebar .alignfull,  .both-sidebar .alignwide,
    .right-sidebar .alignfull, .right-sidebar .alignwide{
        margin-left: 0;
        margin-right: 0;
    }
}