@font-face {
  font-family: 'Open Sans';
  src: url('/vendor/fonts/open-sans-v43-latin-regular.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('/vendor/fonts/montserrat-v30-latin-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Pushster';
  src: url('/vendor/fonts/pushster-latin-400-normal.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}



body {
	font-family: 'Open Sans', helvetica, arial, sans-serif;
	font-weight: 200;
	background:#fff;
	color:#4e4e4e;
	margin:0;
}

a {
	color: blue;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color: blue;
	text-decoration: underline;
}


h1 {
 font-family: 'Pushster', helvetica, arial, sans-serif;
 margin-bottom: 25px;
 font-size:36px;
 text-align: center;
 font-weight: 100;
 color: #035919;
 text-transform:none;
}
.subtitle {
font-family: 'Montserrat', helvetica, arial, sans-serif;
font-size:20px;
 margin-bottom: 25px;
 text-align: center;
 font-weight: 100;
 color: #000;
 text-transform:none;
}

h2 {
 font-family: 'Pushster', helvetica, arial, sans-serif;
 margin-bottom: 25px;
 font-size:32px;
 text-align: center;
 font-weight: 100;
 color: #035919;
 text-transform:none;
}

h3 {
 font-family: 'Pushster', helvetica, arial, sans-serif;
 margin-bottom: 25px;
 font-size:28px;
 text-align: center;
 font-weight: 100;
 color: #035919;
 text-transform:none;
}
h4 {
font-family: 'Montserrat', helvetica, arial, sans-serif;
font-size:20px;
 margin-bottom: 25px;
 text-align: center;
 font-weight: 100;
 color: #000;
 text-transform:none;
}

.black {
	color:#615f5f;
}

.blue {
	color:#039dda;
}
.call-me {
	 font-family: 'Pushster', helvetica, arial, sans-serif;
	 font-weight:100;
	 text-align: center;
}
.qrcode {
	height: 120px;
}
strong {
  font-weight: 600;	
}

p {
	margin-bottom: 6px;
	line-height: 150%;
}

.check {
	text-align: right;
	font-family: 'Montserrat', sans-serif;
	color:#222222;
	font-size:20px;
	font-weight:300;
}
img {max-width:100%;}

.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
}

.gray{
	background-color:#fafafa;
}


.white {
	color: #fff;
}

.white:hover, .white:focus{ 
	text-decoration:none;
	color: #1ab394;
}







/* Navigation
---------------------------------*/
.main-nav-outer{
	padding:15px 0px 15px 0;
	border-bottom:1px solid #dddddd;
	box-shadow:0 4px 5px -3px #ececec;
	position:relative;
	background:#fff;
}
.main-nav{
	font-size: 14px;
	text-align:center;
	margin:10px 0 0px;
	padding:0;
	list-style:none;
}
.main-nav li{
	display:inline;
	margin:0 1px;
}
.main-nav li a{
	display:inline-block;
	color:#222222;
	text-transform:uppercase;
	font-family: 'Montserrat', sans-serif;
	text-decoration: none;
	line-height:20px;
	margin:17px 32px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.main-nav li a:hover{ 
	text-decoration:none;
	color: #1ab394;
}




.res-nav_click {
	line-height:38px;
	font-size:38px;
	text-decoration: none !important;
	color:#777777;
	font-style:normal;
	display:none;
	width:42px;
	height:27px;
	margin:20px auto;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.res-nav_click:hover, .res-nav_click:active, .res-nav_click:focus {
	color: #1ab394 !important;
}






/* Pages
---------------------------------*/




#Home {
	border-bottom:1px solid #ccc;
}










.ibox-content {
	background-color: #fff;
	padding: 20px;
}








#footer {
	margin: 0px;
	color: #666;
	background-color: #f6f8f5;
	padding: 14px;
	font-size: 14px;
	text-align: center;
}

#footer a {
	color: #666;
	margin-right: 10px;
}





@media only screen and (min-width: 992px) {
	/****Ipad Landscape 1024 Container 970 ****/
	
	.form{ margin:0 0 0 20px}
	.main-nav{ display:block !important;}
}	
   
@media only screen and (min-width: 768px) and (max-width: 991px) {
	/****Ipad Portrait 768 Container 750 ****/

	body{ font-size:14px;}
	p{ line-height:20px ;}
	.small-logo{ padding:0 20px;}
	h1{ font-size:30px}
	h2{ font-size:26px}
	h3{ font-size:22px;}
	h4{ font-size:16px;}
	.main-section{ padding:70px 0;}
	
	.main-nav{ display:block !important; }
	.main-nav li a{ padding:0px; margin: 10px;}
}



@media only screen and (max-width: 767px) {
	/****Mobile Landscape 480 Container 100% ****/
	body{ font-size:14px;}
	h1{ font-size:30px}
	h2{ font-size:26px}
	h3{ font-size:22px;}
	h4{ font-size:16px;}
	p{ line-height:20px;}
	.main-section{ padding:60px 0 70px;}
	.main-nav{ display:none; position:absolute; left:0; width:100%; top:74px; margin:0 auto; flote : none; background:#fff;}
	.main-nav li{ display:block;}
	.main-nav li.small-logo{ display:none;}
	.main-nav li a{ display:block; padding:7px 32px; border-bottom:none;}
	.main-nav li a:hover{color:#7cc576}
	.res-nav_click{ display:block;}
}


.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:20px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}

.main-pic {
	max-height:140px;
	vertical-align: middle;
	margin-bottom: 3px;
}


.home-section {
    color: #fff;
    position: relative;
    min-height: 750px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.text-container {
    text-align: center;
    position: relative;
    z-index: 2;
    margin: 0 auto 120px auto;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    width: 85%;
    
}

@media (max-width: 768px) {
    .text-container {
        max-width: 90%;
        padding: 15px;
    	margin: 0 auto 20px auto;

    }
}

.services-section {
    background-color: #f6fff3;
    background-size: cover;
    background-repeat: repeat;
    color: #000;
    position: relative;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
    z-index: 1;
    overflow: hidden;
}

.services-section::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.92);
    z-index: 0;
}

.services-section > * {
    position: relative;
    z-index: 2;
}




.services-text-container {
    text-align: center;
    margin: 0 auto 20px auto;
    width: 100%;
}



.contact-section {
    min-height: 750px;
}

.contact-box {
	margin-left: 50px;
}


#Contact {
	font-size: 18px;
}
#Contact a {
	color: #000;
}

#Contact a:hover, a:active, a:focus {
	color: blue;
	text-decoration: underline;
}

.flags img {
	height: 22px;
	margin: 0;
	margin-top: 6px;
	opacity: 0.5;
	transition: all 0.3s ease;
}

.flags img.flagactive {
	opacity: 1;
	transform: scale(1.2);
}

.indented{
	text-indent: 2em;
}

.description {
	color: #000;
	text-align: left;
	background-color: #fff;
	border-radius:5px;
	padding: 20px;
}
.menu-avatar {
	height:52px; margin-left: 30px;
	max-width: 140px;
}
