/*
Theme Name: BreatheHB
Author: Quest Marketing
Author URI: https://www.quest.net.nz
Description: A theme for Breathe HB
Version: 1.0.0

==================================
BASE							   
==================================
*/

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
	-webkit-font-smoothing: antialiased!important;
	-moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility !important;
    font-style: normal;
    /*overflow-y: scroll;*/
    overflow-x: hidden!important;
}
body.popup_menu_opened {
    /* disable scroll */
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y:scroll

}
.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background-color: #fff;
}


.pure-img-responsive {
    max-width: 100%;
    height: auto;
}
.imgbg .pure-img{
	width:100%;
	max-width: none;
}
.imgbg{
	background-repeat: no-repeat;
    background-size: cover;
}
#layout {
    padding: 0;
	position: relative;
}

/* Ensure elements load hidden before ScrollReveal runs */
.sr .move, .sr .move-left, .sr .move-right { 
    visibility: hidden; 
}

.prim_col{
    color:#0056B8!important;
}

.sec_col{
    color:#1CD4C6!important;
}

.ter_col{
    
}
.red{
    color:#F40502!important;
}

.prim_bg_col{
    background-color:#0056B8!important;

}
.af-submit-button {
    font-family: inherit;
    font-size: 100%;
    padding: .5em 1em;
    border-radius: 2px;
}
.pure-button-primary, .pure-button-selected, a.pure-button-primary, a.pure-button-selected, .af-submit-button {
    background-color: #0056B8;
    border: 1px solid #0056B8!important;
    color: #fff;
	padding-top: 0.8em;
}
.pure-button, .af-submit-button {
    background-color: #0056B8;
    color: #fff;
    padding-top: 0.8em;
    letter-spacing: 2px;
	cursor: pointer;
	text-transform: uppercase;
	text-decoration: none;
}
.pure-button:hover,
.pure-button:focus
{
	background-color: #1CD4C6;
	border:1px solid #1CD4C6!important;
	color: #fff!important;
}

.content_block_cta .pure-button:hover,
.content_block_cta .pure-button:focus
{
    background-color: transparent;
	border:1px solid #0056B8!important;
	color: #0056B8!important;
        background-image: none;
}
.pure-button.alt-button,
.af-submit-button{
    background-color: #1CD4C6;
	border:1px solid #1CD4C6!important;
    color: #fff;
    padding-top: 0.8em;
    letter-spacing: 2px;
	cursor: pointer;
}
.pure-button.alt-button:hover,
.pure-button.alt-button:focus,
.af-submit-button:hover,
.af-submit-button:focus
{
	background-color: #0056B8;
	border:1px solid #0056B8!important;
	color: #fff!important;
}
.pure-button.emergency {
    background-color: #F40502;
    color: #fff;
	border:1px solid #F40502!important;
    padding-top: 0.8em;
    letter-spacing: 2px;
	cursor: pointer;
	margin-left: 30px;
}
.pure-button.emergency:hover,
.pure-button.emergency:focus
{
	background-color: transparent;
	color: #F40502!important;
}
.alternate-button {
    background-color: transparent;
	color: #0056B8;
    border:1px solid #0056B8;
	padding-top: 0.7em;
}
.alternate-button:hover{
    background-color: #0056B8;
    color: #fff;
}
.nextblock
.button-large {
    text-transform: uppercase;
        }

.sec_bg_col, .ter_bg_col.sec_bg_col{
     background-color:#1CD4C6!important;
    color: #fff;
}
.bgwhite{
     background-color:#fff!important;
}

.ter_bg_col{
    background-color:#f6f6f6!important;
}

.prim_bd_col{
    color:#0056B8!important;
}

.developer{
	color:#e21836!important;
}
.only768{
    display: none!important;
}
video {
    visibility: visible !important;
    object-fit: cover;
}
/*
==================================
LINKS							   
==================================
*/

a {
    text-decoration: none;
    color: #0056B8;
    transition: color .2s linear;
}
a img {
  border: 0;
}

a:active,
a:hover,
a:focus {
    color: #0056B8;
    border-bottom: solid 1px #0056B8;
        background-color: transparent;
}

/*
==================================
FONT							   
==================================
*/

/*Check google fonts have been enqued or other library fonts added*/


/*load additional fonts */

/*END additional fonts */

.pure-g [class*=pure-u]{
	font-family: 'ITC Avant Garde Pro Bk', arial, sans-serif;
    color: #000;
	font-weight: 300;
	font-style: normal;
}

h1, h2, h3, h4, h5{
	font-family: 'ITC Avant Garde Pro Md', arial, serif;
    font-weight: bold;
	font-style: normal;
     color: #0056B8;
	 line-height: 1.2em;
}
h1 {
    font-size: 2.8em;
    font-weight: 800;
	color: #1CD4C6;
}
h2 {
    font-size: 2em;
}
.content_block_image_text h3{
    font-size: 1.8em;
	margin-bottom: 0.7em;
	margin-top: 5px;
}
h5 {
    color: #1CD4C6;
    font-size: 90%;
    margin-bottom: 0.5em;
    letter-spacing: 1px;
    font-family: 'ITC Avant Garde Pro Bk', arial, sans-serif;
    text-transform: uppercase;
}


p{
    margin-bottom: 1.6em;
    line-height: 1.4em;
}
.brand-tagline{
    font-size: 0.9em;
    font-weight: 200;
    margin: .8em 0;
    font-family: 'Open Sans', arial, sans-serif;
    color: #fff;
}

.lead{
    font-size: 1.4em;
	line-height: 1.4em;
        margin-bottom: 1em;
    margin-top: 0;
	font-family: 'ITC Avant Garde Pro Md', arial, serif;
	font-weight: 500;
	font-style: normal;
}

.button-xsmall {
            font-size: 70%;
        }
.spacer {
	display: inline-block;
	padding:0 12px 0 10px;
}
.fr{
	float: right;
}
.bold{
	font-weight: 600!important;
}
.alignleft{display: inline;float: left;margin-right: 1.5em;}
.wp-caption-text{
     margin-bottom: 2em;
    margin-top: -10px;
    color: #6c6c6d;
    font-size: 80%;
    font-style: italic;
}

/*
==================================
HEADER + NAV							   
==================================
*/
.header {
    position: fixed;
	position: relative;
    top: 0;
    /*transition: top 0.2s ease-in-out;*/ 
    width: 100%;
	height: 138px;
    border-bottom: 0;
    z-index: 10;
    background: rgba(255, 255, 255, 0.9);
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.nav-up {
    top: -144px;
}
.home .header {
     background: rgba(255, 255, 255, 0.8);
}
.nav{
	padding-top: 72px;	
}
.header .logo {
	margin:10px 0;
    height: 130px;
    overflow: hidden;
}
.header_sticky .min-logo {
        display: none;
    margin: 7px 0 0;
    height: 59px;
    overflow: hidden;
}
.header_sticky .min-logo img{
    transform: scale(1);
    display: block;
    margin-left: 0px;
    width: 150px;
}
.logo img{
   transform: scale(0.7);
    display: block;
    margin-left: -34px;
}
.header, .nav, .header .logo, .logo img, .donate a,
.nav-list li > a{
	-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.header_sticky{ 
	display: none;
    height: 80px;
    background: rgba(255, 255, 255, 0.9);
	position: relative;
    top: 0;
    width: 100%;
    border-bottom: 0;
    z-index: 10;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.sticky-header .header_sticky{
	display: block!important;
	position: fixed;
}
.sticky-header .logo {
    display: none;
}
.sticky-header .min-logo {
    display: inline-block;
}
.home .header.sticky-header {
    background: rgba(255, 255, 255, 1);
}
.header_sticky .nav {
        padding-top: 30px;
}
.header_sticky .nav-list li > a {
    padding-bottom: 26px;
    font-size: 90%;
}
.header_sticky .donate a{
	   margin-top: 25px;
    font-size: 80%;
}

.header_sticky .logo img{
	transform: scale(1);
    display: block;
    margin-left: 0px;
    width: 150px;
}
.header_sticky .logo{
    margin: 7px 0 0;
    height: 59px;
}

.nav-list {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
    margin-right: 20px;
}
.nav-list > li {
   position: relative;
    display: inline-block;
	   /* border-bottom: 1px solid #58585a;*/
}
.nav-list li.menu-right {
	float: right;
}
.nav-list li > a {
    position: relative;
    font-size: 0.9em;
    display: inline-block;
    margin: 0 10px;
    padding-bottom: 42px;
    line-height: 1.2em;
    font-weight: 600;
    letter-spacing: 1px;
    color: #0056B8;
    -webkit-transition: all 1s cubic-bezier(.19,1,.22,1);
    transition: all 1s cubic-bezier(.19,1,.22,1);
    border-bottom: 5px solid transparent; 
}

.nav-list li > a:hover,
.nav-list li > a:focus,
.nav-list li.current-menu-item > a,
.nav-list li.current-menu-parent > a{
	color:#1CD4C6;
	border-bottom: 5px solid #0056B8;
}
.nav-list .icono-caretDown,
.nav-list .icono-caretUp{
	position: absolute;
    top: 3px;
    right: 0;
	color:#58585a;
}
.nav-list .icono-caretDown:before,
.nav-list .icono-caretDown:after,
.nav-list .icono-caretUp:before,
.nav-list .icono-caretUp:after{
	width: 8px;
    height: 2px;
}

.nav-list > li > a:focus,
.nav-list li.current-menu-parent > a{
   /* border-top: 1px solid #58585a;
    border-bottom: 1px solid #58585a;*/
}

.nav-list .icono-caretUp,
.nav-list .current_page_item .icono-caretDown{
	display: none;
}

.nav-list .current_page_item .icono-caretUp{
	display: block;
}
.nav-list .sub-menu{
	padding-left:0;
	position: absolute;
	z-index:2;
	max-height: 0;
	overflow: hidden;
    background: rgba(28, 212, 198, 0.9);
    left: 0;
    top: 100%;
	min-width: 250px;
	list-style: none;
	transition: max-height 0.3s ease-in;
	    -webkit-padding-start: 0;
	 border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
}
.nav-list li:hover .sub-menu{
	max-height: 500px;
    transition: max-height 0.3s ease-out;
}
.current_page_item .sub-menu,
.nav-list li.current-menu-parent .sub-menu{
	
}
.nav-list .sub-menu li {
    margin: 0px;
	font-size: 0.9em;	
}
.nav-list .sub-menu li:first-child{
	padding-top:10px;
}
.nav-list .sub-menu li:last-child{
	padding-bottom:15px;
}
.nav-list .sub-menu li a{
	font-weight: 600;
 	line-height: 3em;
  	color:#fff;
	border-bottom: none;
	padding: 0 0.5em!important;
}
.nav-list .sub-menu li > a:hover,
.nav-list .sub-menu li > a:focus,
.nav-list .sub-menu li.current-menu-item > a{
    background: transparent;
	border-bottom:none;
    color:#0056B8;
}
.nav-list .sub-menu li.current-menu-item > a,
.nav-list li.current-menu-parent > a,
.nav-list li.current-menu-item > a
{
    color:#1CD4C6;
	border-bottom:5px solid #0056B8;
}
.nav-list .sub-menu li.current-menu-item > a,
.blog li.current-menu-parent > a {
    border-bottom:none;
    color:#0056B8;
}

.mobile-nav{
    display: none;
}
.menu-lab{
	font-family: 'ITC Avant Garde Pro Md', arial, serif;
    font-weight: bold;
	color: #0056B8;
}

.pure-menu-horizontal .pure-menu-list {
    display: inline-block;
    margin: 12px 0 10px 16px;
}
 #phone{
}
.breadcrumb .pure-menu-item:not(:first-child):before{
    content: ' >';
    width: 10px;
    display: inline-block;
    margin: 0 15px;
}
.pure-menu-horizontal .pure-menu-item{
    font-weight: 300;
    font-size: 80%;
    letter-spacing: 1px;
    color: #fff;
}
.pure-menu-item a{
    color: #fff;
    border-bottom: 1px dotted;
}
.pure-menu-item a:hover{
    border-bottom: 1px solid;
}
.pure-menu-link:hover{
    background: transparent;
}
.breadcrumb{
    position: relative;
    /*background-color: #00C2DF;*/
}
.navRight {
    float:right;
    color:#fff;
    margin-right: 5vw;
    margin-top:8px;
    font-size: 80%;
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
}


.donate a{
	float: right;
    margin-top: 60px;
    letter-spacing: 2px;
    font-weight: 700;
}
.donate a:hover{
	background-color: #0056B8;
}

#html5-watermark{
	display: none!important;
}
/*
==================================
GENERAL LAYOUT					
==================================
*/

/* 404*/
.error404 .container404 ul {
	margin-left: 0;
    padding-left: 0;
}

.error404 .container404 ul li {
	    list-style: none;
}
/* 404 END*/

/* single post*/
.single-post .feature_image img{
	width: 100%;
	height: auto;
	border: none;
	margin: 0 0 40px;
}
.single-post .single-title{
	color: #0056B8;
}

.single-post .meta-element h5 a{
	color:#1CD4C6;
}
.single-post .meta-element h5 a:hover{
	border-bottom-color:#1CD4C6;
}

.single-content .meta-info {
    padding-bottom: 14px;
    line-height: 1.4em;
    font-size: 80%;
    color: #6c6c6d;
}

.pure-g .post-content .l-box {
    padding: 35px 10% 70px 0;
}

.single-post #primary ul {
    list-style: none;
    margin: 0;
	padding-left: 0;
}

.post-sidebar .widget-area-sidebar {
    min-height: 500px;
    margin-top: 0;
    padding-left: 0;
    padding-top: 0;
}

.post-sidebar .widget-title-sidebar{
	color: #1CD4C6;
	margin-bottom:0.5em;
}

.post-sidebar .widget-container {
    margin-bottom: 41px;
}

.post-sidebar .widget-container a, .post-sidebar .widget-container a:hover{
	border-bottom: none;
    margin-bottom: 0.5em;
    display: block;
}
.post-sidebar .widget-container a:hover{
	color:#000;
}

/* single post END*/

/* Archive */
.archive .textblock_heading h1,
.page-template-blog-list .textblock_heading h1{
	margin-bottom: 0!important;
}
.archive .post_link,
.page-template-blog-list .post_link,
.archive .post_link:hover,
.page-template-blog-list .post_link:hover{
	border:none;
}
.post_link p{
	color:#000;
}
.post_link .read_more{
	font-size: 85%;
}
.archive .post_link:hover .read_more,
.page-template-blog-list .post_link:hover .read_more
{
	background-color: #0056B8;
    border: 1px solid #0056B8!important;
    color: #fff!important;
}

/* Archive END*/
#colophon ul, #primary ul {
    list-style: none;
    margin: 0px;
	    padding-left: 0;
}
#page{
	padding-top:140px;
	padding-top:0;
    background: #fff;
}
.home #page{
	/*padding-top:0px;*/
}
.page-template-default .content {
    padding: 0;
}

.container, .inner-breadcrumb {
    max-width: 1170px!important;
    /*max-width: 100%;*/
    padding-right: 25px;
    padding-left: 25px;
    margin-left: auto;
    margin-right: auto;
}
.container-fluid{
    width: 100%!important;
}
.container-inner {
    max-width: 100%;
    padding: 0;
}

section.bottom-content{
	padding-top: 4em;
}

/*inner container align*/
.pure-g .l-box,
.pure-g .r-box,
.pure-g .c-box{
	text-align: left;
	padding: 70px 10%;
}
.pure-g .l-box{
padding: 70px 10% 70px 0;
}
.pure-g .r-box{
	text-align: right;
	padding: 70px 0 70px 10%;
}
.pure-g .c-box{
	text-align:center;
}
.pure-g .heading{
    margin-bottom: -20px;
}

/*inner container padding*/

.l-box a, .c-box a, .r-box a{
	border-bottom: 1px dotted;
	transition: .4s ease;
}

.l-box a:hover, .c-box a:hover, .r-box a:hover,
.l-box a:focus, .c-box a:focus, .r-box a:focus{
    border-bottom: 1px solid #0056B8;
    color: #0056B8;
}
.text-1-3 .l-box{
	 padding: 5vw 3vw;
}
.text-2-3 .l-box{
	padding: 5vw 3vw;
}

.text-1-2 .l-box{
    padding: 4vw 0;
}
.introduction .support_media p{
    margin:0.5em 0;
}
.introduction.content_block_text .pure-u-lg-1-2{
	padding: 0 0 4vw 0;
}
.text-1-2 .l-box img{
	width: 100%;
	height: auto;
}
.pure-g .c-box{
     padding: 5vw 3vw;
}
section li{
    list-style-position: outside;
    margin-bottom: 7px;
}
section ul{
	 margin-bottom: 35px;
}
.text-1-3 .l-box h2, .text-1-2 .l-box h2{
line-height: 1.4em;
	    margin-top: 0;
}
.content_block_cta .text-1-2 .l-box {
       padding: 12% 20% 12% 6%;
}
.content_block_cta .style-3 .text-1-2 .l-box {
    padding: 5vw 5vw 5vw 0;
    width: 560px;
    float: right;
}
.content_block_image_text .text-1-2 .l-box{
    padding: 3vw 0 3vw 4vw;
}
.content_block_image_text .text-1-2.text-first .l-box{
    padding: 3vw 4vw 3vw 0;
    width: 560px;
    float: right;
}
.content_block_image_text .text-2-3.text-first .l-box{
    width: 868px;
	padding: 3vw 4vw 3vw 0;
    float: right;
}
.content_block_image_text .text-2-3.text-last .l-box{
    width: 868px;
	padding: 3vw 0 3vw 4vw;
    float: left;
}
.content_block_image_text .text-1-2.text-last .l-box{
    padding: 3vw 0 3vw 4vw;
    width: 560px;
    float: left;
}

.pure-g .l-box h1,
.pure-g .r-box h1,
.pure-g .c-box h1 {
    margin: 0 0 .67em;
}
/*Tool tip */


/*
==================================
UNIQUE BLOCKS				
==================================
*/

/*Promotion */

.promotion .pure-img{
	padding-top:5vw;
}
/* VIDEO BG HM */
.section-video{
    height: calc(100vh - 140px);
	height: 600px;
    width: 100%;
    box-shadow: 0px 10px 75px -10px rgba(0, 0, 0, 0.24);
}
.section-video .video-background {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: relative;
    z-index: 1;
    background-image:url('video/home.jpg');
        background-position: bottom right;
}
.section-video .container {
   z-index: 11;
    position: relative;
    width: 100%;
}

.section-video .l-box {
    padding: 5vw 3vw 5vw 0;
}
.section-video .overlay, .page_banner .overlay, .style-1 .overlay{
    background: rgba(28,212,197,1);
background: -moz-linear-gradient(left, rgba(28,212,197,1) 0%, rgba(28,212,198,0.16) 48%, rgba(28,212,198,0) 57%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(28,212,197,1)), color-stop(48%, rgba(28,212,198,0.16)), color-stop(57%, rgba(28,212,198,0)));
background: -webkit-linear-gradient(left, rgba(28,212,197,1) 0%, rgba(28,212,198,0.16) 48%, rgba(28,212,198,0) 57%);
background: -o-linear-gradient(left, rgba(28,212,197,1) 0%, rgba(28,212,198,0.16) 48%, rgba(28,212,198,0) 57%);
background: -ms-linear-gradient(left, rgba(28,212,197,1) 0%, rgba(28,212,198,0.16) 48%, rgba(28,212,198,0) 57%);
background: linear-gradient(to right, rgba(28,212,197,1) 0%, rgba(28,212,198,0.16) 48%, rgba(28,212,198,0) 57%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1cd4c5', endColorstr='#1cd4c6', GradientType=1 );
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	z-index:2;
}

.style-1 .container{
	position: relative;
	z-index: 11;
}
.section-video h1{
color: #0056B8;
}
.video-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; height: auto; } .video-container iframe, .video-container object, .video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
/* END VIDEO BG HM */

/* PAGE BANNER */
.page_banner{
        height: auto;
    min-height: 600px;
    width: 100%;
        position: relative;
    box-shadow: 0px 10px 75px -10px rgba(0, 0, 0, 0.24);
}
.home .page_banner{
    height: 50vh;
}
.page_banner h1{
    color: #0056B8;
    padding: 0;
}
.page_banner .lead{
	color:#fff;
}
.page_banner .l-box{
    position: relative;
    z-index: 3;
    padding: 5vw 3vw 5vw 0;
}
/* END PAGE BANNER */

/* Content Block Image Text */
.content_block_image_text .pure-g > div{
	min-height: 300px;
}


.content_block_image_text .image-2-3{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.content_block_image_text.sec_bg_col h5,
.content_block_image_text.sec_bg_col p,
.content_block_image_text.sec_bg_col li{
    color: #0056B8;
    font-size: 1.1em;
    letter-spacing: +1px;
}
.content_block_image_text.sec_bg_col h5{
color: #fff;
}

/* END Content Block Image Text */

/* Content Blocks Text */
.content_block_text .move-right p:first-child{
	margin-top: 0;
}
.content_block_text .pure-g{
justify-content: space-between;
}
.content_block_text .textblock_heading .l-box,
.pure-g .textblock_heading .l-box {
	    padding: 70px 0 20px 0;
}

.content_block_text .textblock_heading h1{
	margin-bottom: 0;
	font-size: 2em;
}

.content_block_text.firstheading .textblock_heading h1,
.archive .textblock_heading h1, .page-template-blog-list .textblock_heading h1{
	font-size: 2.4em;
}

.content_block_text .textblock_content .l-box{
	    padding: 0 0 2vw 0;
}
.textblock_content h3{
	font-size: 1.4em;
    margin-bottom: 10px;
}

.content_block_text .pure-u-lg-1-2{
    width: 46%;
	padding: 0 0 2vw 0;
}
.content_block_text .pure-u-lg-1-3{
    width:28%;
}

.content_block_text.video-block{
    margin-top: -170px;
}

/* END Content Blocks Text */

/* BANNNER */
.banner{
    min-height: 561px;
        margin-top: 45px;
    background-size: cover;
    box-shadow: 0px 10px 75px -10px rgba(0, 0, 0, 0.24);
}
.banner .container{
    height: 100%;
}
.banner .info{
    display: flex;
    justify-content: center;
    flex-direction: column;
    min-height: 300px;
    height: 100%;
}
.banner .l-box{
     padding: 10% 17% 10% 0;
}

.banner .entry-title{
    text-align: left;
    margin-bottom: 0!important;
}

.banner p{
    color: #000;
    font-size: 1.2em;
    font-weight: 600;
}

.page_banner img{
	width: 100%;
	max-width: none;
	height: auto;
}

/* END BANNNER */

.secondCol p:first-child{
	margin-top:0;
}
/* Features */

ul.features,
ul.features li,
.list-ticks ul,
.list-ticks ul li{
  padding: 0;
  margin: 0 0 35px 0;
  list-style: none;
	
}

ul.features li, .list-ticks ul li
{
    text-indent: -44px;
    margin-left: 44px;
    margin-bottom: 0.5em;
    font-size: 1em;
    line-height: 1em;
    font-weight: 600;
}

ul.features li .icono-check,
.list-ticks ul li .icono-check{
margin-right: 10px;
}



/* END Features */
/* Testimonails and quotes */

.testimonials .quote p,
.quote_block .quote p{
	color: #fff;
	font-style: italic;
	font-family: 'Open Sans', arial, sans-serif;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 1.4em;
	font-size: 1.4em;
}

.testimonials .quote p:before, .testimonials .quote p:after,
.quote_block .quote p:before, .quote_block .quote p:after{
	content: '“';
    width: 10px;
    display: inline-block;
    margin: 0 5px;
}
.testimonials .quote p:after,
.quote_block .quote p:after{
content: '”';
}
.quote_block .container-fluid{
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.quote_block .c-box {
    padding: 4% 10%;
    z-index: 4;
    position: relative;
}
.quote_block .overlay {
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	z-index:2;
}
/* END Trestimonails and quotes */
/* CTA Block */
.content_block_cta .container-fluid{
	background-repeat:no-repeat;
	background-position: center;
	background-size: cover;
    position: relative;
}
.content_block_cta p, .content_block_cta li{
	color: #fff;
	font-size: 1.2em;
    letter-spacing: 1px;
}

.content_block_cta #phone, .content_block_cta .spacer{
	letter-spacing: 1px;
    color: #87bd40;
    text-transform: uppercase;
	font-family: 'Oswald', helvetica, arial, serif;
    line-height: 1.2em;
}
.content_block_cta .spacer{
	color: #fff;
}
.content_block_cta .pure-button{

}

.content_block_cta .style-2 .imgbg{
    background-size: cover;
    background-position: right;
}
.content_block_cta .style-2 .cta-overlay{
        width: auto;
    height: 100%;
}
.content_block_cta .style-2 .cta-overlay img{
    height: 100%;
    width: auto;
    float: right;
}

/* END CTA Block */

/* Child pages Block */
.content_block_childpages .heading .c-box{
    padding: 5vw 2%;
    margin: 0 auto;
}
.content_block_childpages .heading .c-box h2{
	font-size: 2.4em;
}
.img-box .c-box h3{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.img-box{
        padding: 3px;
    min-height: 224px;
}
.img-box a{
    display: block;
    overflow: hidden;
}
.img-box .c-box{
    padding: 5vw 0;
    cursor:pointer;
}

.img-box .c-box h3{
    padding-top: 16px;
    padding-bottom: 12px;
    color: #fff;
    background-color: rgba(28, 212, 198, 0.5);
    
}
.img-box a:hover{
    border-bottom:0;
}
.img-box a:hover .c-box h3{
    color: #0056B8;
}
  
/* END Child pages Block */

/* Sponsors */
.content_block_sponsors{
    margin-bottom: 60px;
}
.sponsors{
    margin-top: -60px;
    margin-bottom: 60px;
}


/*
==================================
POST ITEM				
==================================
*/




/*
==================================
FOOTER				
==================================
*/
.footerwidgets{
    background-color: #1CD4C6;
	position: relative;
}
.footerwidgets:before{
	content: url(img/koru2.svg);
    height: 350px;
    width: 3000px;
    background-size: 350px 3000px;
    position: absolute;
    top: -352px;
    right: 0; 
}	
.footerwidgets .pure-g {
    justify-content: space-between;
}
.footerwidgets .pure-u-md-1-3{
    width: 29%;
}
.footer {
    padding: 0.5em 0;
}
.footer .pure-menu {
    color: #fff;
    font-size: 0.8em;
}
.footer .pure-menu a,
.footer .pure-menu a:hover,
.footer .pure-menu a:focus {
    background: none;
	color: #fff;
	display: inline;
}

.footer-widget, .footer-widget ul{
    margin:0;
    padding: 0;
    list-style: none;
    position: relative;
}
.footer ul {
    margin-left: 0;
    padding-left: 0;
}
.footer-widget:first-child img{
        width: 200px;
    margin-left: -14px;
    height: auto;
    margin-bottom: -15px;
    position: absolute;
    top: -221px;
}

.footerwidgets .pure-g .l-box{
        padding-top: 59px;
    padding-bottom: 40px;
}
.footerwidgets .pure-g .pure-u-1:first-child .l-box{
    padding-top: 90px;
}
.footer_lead{
        color: #fff;
    font-size: 1.3em;
}
.footer-widget li{
    color:#0056B8;
}
#menu-footer a{
    padding:0.5em 0;
        display: block;
}
.social{
	margin-top: 25px;
}
.myBadge{
	width: 40px;
    height: 40px;
    background-size: cover;
    border: none!important;
    display: inline-block;
}

.myBadge:hover{
	border: none!important;
}
.myBadge.twitter{
    background-image: url(img/twit.png);
}
.myBadge.twitter:hover{
	background-image: url(img/twit-hover.png);
}
.myBadge.facebook{
    background-image: url(img/face.png);
}
.myBadge.facebook:hover{
	background-image: url(img/face-hover.png);
}
.myBadge.instagram{
    background-image: url(img/insta.png);
}
.myBadge.instagram:hover{
	background-image: url(img/insta-hover.png);
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}

/*unique project styles*/
.home-slider, .gallery-slider, .testimonial, .sponsors {
    position: relative;
}

.gallery-slider .slick-slider,
.home-slider .slick-slider{
    max-height: 610px;
    overflow: hidden;
    position:relative; /*for overlaying text*/
}
.sponsors .slick-slider{
   max-height: 400px;
    overflow: hidden;
    position:relative; /*for overlaying text*/ 
}
.slider-arrow {
    display: block;
    position: absolute;
    width: 35px;
    height: 35px;
    border-style: solid;
    border-width: 0 0 6px 6px;
    z-index: 10;
}
.slider-arrow.arrow-prev {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 60px;
}
.slider-arrow.arrow-next {
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
    right: 60px;
}
.gallery-slider .slider .slider-arrow,
.home-slider .slider .slider-arrow
{
    top: 50%;
    margin-top: -15px;
}
.gallery-slider .slider .slick-slider,
.home-slider .slider .slick-slide
{
    height: 801px;
    background-size: cover;
    background-repeat: no-repeat;
    /*background-position: top center;*/
}
.home-slider .slider .slick-slide{
height: 620px;
}
.slick-dots {
    text-align: center;
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0;
}
.testimonials .slick-dots {
    bottom: -10px;
}
.gallery-slider .slider .slick-dots,
.home-slider .slider .slick-dots
{
    z-index: 3;
}
.slick-dots li {
    display: inline-block;
}
.slick-dots li:not(:last-child) {
    margin-right: 10px;
}
.slick-dots li a {
    font-size: 0.1px;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 5px;
}
 .slick-dots li:not(.slick-active) a {
    background-color: #fff!important
}
.slick-dots button{
	border-style: none;
}
.slick-dots .slick-active button{
	background-color: #87bd40!important;
}
.gallery-slider .slick-slider .info{
    color: #fff;
    position: absolute;
    left: 60%;
    top: 25%;
    width: 50%;
    max-width: 490px;
    padding-left: 12px;
  }

  .gallery-slider .slick-slider .info > div{
    max-width: 50%;
  }
.home-slider {
	box-shadow: 0px 10px 75px -10px rgba(0, 0, 0, 0.24);	
}
.home-slider .banner .l-box {
    padding: 0;
    position: absolute;
    left: 6%;
    top: 18%;
    width: 40%;
    z-index: 3;
}

.home-slider .overlay {
    /*background-color: rgba(248, 247, 216, 0.7);*/
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	z-index:2;
}
.sponsorbg{
    background-position: center;
    height:300px;
    width: 300px;
    background-size: cover;
}

/* ==========================================================================
   Popup menu start styles
   ========================================================================== */

/**
 * Here are defined styles for popup menu functionality
 */

.popup_menu_inner {
	display: inline-block;
	height: 2px;
	position: relative;
	top: -1px;
	vertical-align: middle;
	width: 20px;
	position: relative;
	width: 20px;
}
.menu{
    letter-spacing: 1px;
    padding-left: 0.5em;
    color: #0056B8!important;
    font-weight: 800;
}

.popup_menu .line{
	background-color: #0056B8;
	height: 2px;
	margin: 0px;
	width: 13px;
	top: 0px;
	left: 0px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	position: absolute;
	display: inline-block;
}

.popup_menu .line:after, .popup_menu .line:before {
	background-color: #0056B8;
	content: "";
	display: block;
	height: 2px;
	position: absolute;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width: 13px;
	z-index: 1;
	-webkit-backface-visibility: hidden; /*because X sign jumps on hover in Chrome*/
}

.mobile-nav.popup_menu.opened{
    position: fixed;
}
@media only screen and (min-width: 1000px) {

	.dark:not(.sticky):not(.scrolled) .popup_menu:not(.opened) .line,
	.dark:not(.sticky):not(.scrolled) .popup_menu:not(.opened) .line:before,
	.dark:not(.sticky):not(.scrolled) .popup_menu:not(.opened) .line:after{
		background-color: #000;
	}

	.light:not(.sticky):not(.scrolled) .popup_menu:not(.opened) .line,
	.light:not(.sticky):not(.scrolled) .popup_menu:not(.opened) .line:before,
	.light:not(.sticky):not(.scrolled) .popup_menu:not(.opened) .line:after{
		background-color: #fff;
	}

}

.popup_menu .line:before {
	top: -4px;
}

.popup_menu .line:after {
	top: 4px;
}

.popup_menu:hover .line,
.popup_menu:hover .line:after,
.popup_menu:hover .line:before{
	background-color: #e6ae48;
}

.popup_menu.opened .line{
	background-color: transparent !important;
}

.popup_menu.opened .line:after {
	background-color: #fff;
	top: 0 !important;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.popup_menu.opened .line:before {
	background-color: #fff;
	top: 0 !important;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.popup_menu_holder_outer{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	visibility: hidden;
	opacity: 0;
	z-index: 105; /* this have to be between header z-index and content z-index */
       transition: opacity .4s ease-in-out;
   -moz-transition: opacity .4s ease-in-out;
   -webkit-transition: opacity .4s ease-in-out;
}

.popup_menu_holder{
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.95);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	display: table;
	background-repeat: repeat;
	background-position: 0px 0px;
}

.popup_menu_holder_inner{
	display: table-cell;
	vertical-align: middle;
	padding: 100px 0px;
}

.popup_menu_opened .main_menu,
.popup_menu_opened .side_menu_button a:not(.popup_menu),
.popup_menu_opened #back_to_top,
.popup_menu_opened .header_top,
.popup_menu_opened header .tooltip,
.popup_menu_opened .mobile_menu_button{
	visibility: hidden !important;
}

.popup_menu_opened .shopping_cart_header{
	display: none;
}

.popup_menu_opened .popup_menu_holder_outer{
	visibility: visible;
	opacity: 1;
}

.touch .popup_menu_holder_outer{
    display: none;
}

.touch .popup_menu_opened .popup_menu_holder_outer{
    display: block;
}

.popup_menu_opened header.scrolled .header_bottom,
.popup_menu_opened header.sticky .header_bottom{
	background-color: transparent !important;
	box-shadow: none;
}

.popup_menu_opened .header_top,
.popup_menu_opened .header_bottom{
	background-color: transparent !important;
	border-bottom: 0 !important;
}

.popup_menu_opened .q_logo img.normal,
.popup_menu_opened .q_logo img.light,
.popup_menu_opened .q_logo img.sticky,
.popup_menu_opened .q_logo img.dark{
	opacity: 0 !important;
}

.popup_menu_opened header .q_logo img.popup{
	opacity: 1 !important;
}

nav.popup_menu{
	margin: 0px auto;
	position: relative;
	top: 0px;
	text-align: left;
}

nav.popup_menu ul{
	position: relative;
	list-style: none;
	padding: 0;
	margin: 0;
}

nav.popup_menu > ul{
	display: block;
    float: none;
}

nav.popup_menu ul li{
	    margin: 0;
    padding: 0;
    text-align: center;
    display: list-item;
}
nav.popup_menu .sub-menu li:first-child {
     padding-top: 0; 
}
nav.popup_menu ul.sub-menu{
    background: transparent;
}

nav.popup_menu .nav-list li.current-menu-parent:hover .sub-menu,
nav.popup_menu .nav-list li.current-menu-parent .sub-menu{
    max-height: auto;
    transition: max-height 0.3s ease-in;
    padding-bottom: 10px;
}

nav.popup_menu ul li a{
    font-size: 1.6em;
    font-weight: 800;
        letter-spacing: normal;
    line-height: 1.6em;
    padding: 0px;
    display: block;
    position: relative;
    text-decoration: none;
    cursor: pointer;
    border-bottom: none;
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    -ms-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}

nav.popup_menu .sub-menu li.current-menu-item > a, nav.popup_menu .nav-list li.current-menu-parent > a, nav.popup_menu .nav-list li.current-menu-item > a {
    color: #1CD4C6;
    border-bottom: none;
}

nav.popup_menu ul li a:hover,
nav.popup_menu ul li a:focus{
	color: #0056B8;
     border-bottom: none;
}

nav.popup_menu ul li a span{
	display: inline-block;
	vertical-align: middle;
}
nav.popup_menu .sub-menu{
    padding-left: 0;
    max-height: auto;
    transition: none;
    overflow: hidden;
    display: none;
}
nav.popup_menu .nav-list .current_page_item .sub-menu, 
nav.popup_menu .nav-list li.current-menu-parent .sub-menu{
    max-height: 300px;
    transition: max-height 0.3s ease-in;
    padding-bottom: 10px;
}
nav.popup_menu .sub-menu a{
    color: #8d8d8d;
}


nav.popup_menu ul li ul li a{
	   font-size: 1em;
    font-weight: 700;
    text-transform: none;
}

nav.popup_menu ul li ul li ul li a{
	font-size: 0.5em;
	line-height: 1em;
}

nav.popup_menu ul li ul li a:hover{
	color: #8d8d8d;
}

.popup_menu.medium .popup_menu_inner,
.popup_menu.medium .line,
.popup_menu.medium .line:after, .popup_menu.medium .line:before {
	height: 3px;
	width: 19px;
}

.popup_menu.medium .line:before{
	top: -6px;
}

.popup_menu.medium .line:after {
	top: 6px;
}

.popup_menu.large .popup_menu_inner,
.popup_menu.large .line,
.popup_menu.large .line:after, .popup_menu.large .line:before {
	height: 4px;
	width: 24px;
}

.popup_menu.large .line:before{
	top: -8px;
}

.popup_menu.large .line:after {
	top: 8px;
}


/*popup menu slide from left*/

.popup-menu-slide-from-left .popup_menu_holder{
	background-color: #fff;
}

.popup-menu-slide-from-left .popup_menu_holder_outer {
	visibility: visible;
	opacity: 1;
	-ms-transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-ms-transition: -ms-transform 0.6s cubic-bezier(0.39, 0.58, 0.57, 1);
	-webkit-transition: -webkit-transform 0.6s cubic-bezier(0.39, 0.58, 0.57, 1);
	transition: transform 0.6s cubic-bezier(0.39, 0.58, 0.57, 1);
}

.popup-menu-slide-from-left.popup_menu_opened .popup_menu_holder_outer{
	-ms-transform: translateX(0);
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.popup-menu-slide-from-left .content{
	-ms-transition: -ms-transform 0.6s cubic-bezier(0.39, 0.58, 0.57, 1);
	-webkit-transition: -webkit-transform 0.6s cubic-bezier(0.39, 0.58, 0.57, 1);
	transition: transform 0.6s cubic-bezier(0.39, 0.58, 0.57, 1);
}

.popup-menu-slide-from-left.popup_menu_opened .content,
.popup-menu-slide-from-left.popup_menu_opened footer{
	-ms-transform: translateX(80%);
	-webkit-transform: translateX(80%);
	transform: translateX(80%);
}

/*popup menu text from top*/

.popup-menu-text-from-top nav.popup_menu > ul {
	opacity:0;
	-ms-transform: translateY(20%)  translateZ(0);
	-webkit-transform: translateY(20%)  translateZ(0);
	transform: translateY(20%)  translateZ(0);
	-webkit-transition: opacity 0.25s ease 0s, -webkit-transform 0.3s ease 0s;
	-ms-transition: opacity 0.25s ease 0s, -ms-transform 0.3s ease 0s;
	transition: opacity 0.25s ease 0s, transform 0.3s ease 0s;
}

.popup-menu-text-from-top.popup_menu_opened nav.popup_menu > ul{
	-webkit-transform: translateY(0) translateZ(0);
	transform: translateY(0) translateZ(0);
	opacity:1;
	-webkit-transition: opacity 0.5s ease 0.2s, -webkit-transform 0.5s ease 0.2s;
	-ms-transition: opacity 0.5s ease 0.2s, -ms-transform 0.5s ease 0.2s;
	transition: opacity 0.5s ease 0.2s, transform 0.5s ease 0.2s;

}

.popup-menu-text-from-top.popup_menu_opened .popup_menu_holder_outer{
	-webkit-transition: opacity 0.5s ease;
	-ms-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}

.popup-menu-text-from-top .popup_menu_holder_outer{
	-webkit-transition: opacity 0.4s ease;
	-ms-transition: opacity 0.4s ease;
	transition: opacity 0.4s ease;
}

.popup_menu .line, .popup_menu .line:after, .popup_menu .line:before {
    background-color: #0056B8!important;
}
	/* ==========================================================================
       Popup menu end styles
       ========================================================================== */