/*
	Theme Name: Munroe Base Camp
	Theme URI: https://munroe.com
	Description: A Bare-minimum HTML5 Based WordPress Theme
	Version: 1.0.1
	Author: Alex Szeliga
	Author URI: https://alexszeliga.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*, *:after, *:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* clear */
.clear:before, .clear:after {
	content:' ';
	display:table;
}
.clear:after {
	clear:both;
}
.clear {
 *zoom:1;
}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
 background:#04A4CC;
 color:#FFF;
 text-shadow:none;
}
::-webkit-selection {
 background:#04A4CC;
 color:#FFF;
 text-shadow:none;
}
::-moz-selection {
 background:#04A4CC;
 color:#FFF;
 text-shadow:none;
}
/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text, .gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {
}
.bypostauthor {
}
figure.aligncenter {
	text-align: center;
}
/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
* {
	background:transparent !important;
	color:#000 !important;
	box-shadow:none !important;
	text-shadow:none !important;
}
a,  a:visited {
	text-decoration:underline;
}
a[href]:after {
	content:" (" attr(href) ")";
}
abbr[title]:after {
	content:" (" attr(title) ")";
}
 .ir a:after,  a[href^="javascript:"]:after,  a[href^="#"]:after {
 content:"";
}
pre, blockquote {
	border:1px solid #999;
	page-break-inside:avoid;
}
thead {
	display:table-header-group;
}
tr, img {
	page-break-inside:avoid;
}
img {
	max-width:100% !important;
}
 @page {
 margin:0.5cm;
}
p,  h2,  h3 {
	orphans:3;
	widows:3;
}
h2,  h3 {
	page-break-after:avoid;
}
}
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display:block
}
audio, canvas, video {
	display:inline-block
}
audio:not([controls]) {
display:none;
height:0
}
[hidden], template {
display:none
}
html {
	font-family:sans-serif;
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%
}
body {
	margin:0
}
a {
	background:0 0
}
a:focus {
	outline:thin dotted
}
a:active, a:hover {
	outline:0
}
abbr[title] {
	border-bottom:1px dotted
}
b, strong {
	font-weight:700
}
dfn {
	font-style:italic
}
hr {
	-moz-box-sizing:content-box;
	box-sizing:content-box;
	height:0
}
mark {
	background:#ff0;
	color:#000
}
code, kbd, pre, samp {
	font-family:monospace, serif;
	font-size:1em
}
pre {
	white-space:pre-wrap
}
q {
	quotes:"\201C" "\201D" "\2018" "\2019"
}
small {
	font-size:80%
}
sub, sup {
	font-size:75%;
	line-height:0;
	position:relative;
	vertical-align:baseline
}
sup {
	top:-.5em
}
sub {
	bottom:-.25em
}
img {
	border:0
}
svg:not(:root) {
overflow:hidden
}
figure {
	margin:0
}
fieldset {
	border:1px solid silver;
	margin:0 2px;
	padding:.35em .625em .75em
}
legend {
	border:0;
	padding:0
}
button, input, select, textarea {
	font-family:inherit;
	font-size:100%;
	margin:0
}
button, input {
	line-height:normal
}
button, select {
	text-transform:none
}
button, html input[type=button], input[type=reset], input[type=submit] {
	-webkit-appearance:button;
	cursor:pointer
}
button[disabled], html input[disabled] {
	cursor:default
}
input[type=checkbox], input[type=radio] {
	box-sizing:border-box;
	padding:0
}
input[type=search] {
	-webkit-appearance:textfield;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box;
	box-sizing:content-box
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
-webkit-appearance:none
}
button::-moz-focus-inner, input::-moz-focus-inner {
border:0;
padding:0
}
textarea {
	overflow:auto;
	vertical-align:top
}
table {
	border-collapse:collapse;
	border-spacing:0
}
/* Custom CSS */
.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
}
.page-template-homepage #topNav {
	background: rgba(0, 0, 0, 0.25);
}
/* banner bar */
.banner-bar {
	max-height: 681px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom;
}
.banner-bar img {
	width: 100%;
	height: auto;
}
/* content bar */
.content-bar {
	position: relative;
}
.content-bar .logosbg {
	position: absolute;
	left: 49.6%;
	top: -248px;
	transform: translateX(-50%) scale(0.8);
	-webkit-transform: translateX(-50%) scale(0.8);
	width: 900px;
	height: 500px;
	background: url(img/logos-bg.png) no-repeat;
}
.content-bar .logosbg .logo1 {
	position: absolute;
	left: 106px;
	top: 211px;
}
.content-bar .logosbg .logo3 {
	position: absolute;
	left: 333px;
	top: 96px;
}
.content-bar .logosbg .logo2 {
	position: absolute;
	right: 95px;
	top: 210px;
}
.content-bar .logosbg {
}
.content-bar:before, .content-bar:after {
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	width: 756px;
	height: 293px;
	background: url(img/bg2.png) no-repeat;
}
.content-bar:after {
	left: auto;
	top: auto;
	bottom: 0px;
	right: 0px;
	width: 477px;
	height: 217px;
	background: url(img/bg3.png) no-repeat;
}
.content-bar .wrapper {
	padding: 0 15px;
	margin: 0 auto;
	max-width: 1265px;
}
.content-bar .leftinfo {
	padding: 154px 0px 80px 32px;
	float: left;
	width: 39%;
	text-align: center;
}
.content-bar .block2img {
	padding-left: 3px;
	float: right;
	width: 61%;
}
.content-bar .block2img img {
	margin-top: -154px;
}
.content-bar .leftinfo h3 {
	font-size: 95px;
	line-height: 88px;
	letter-spacing: 0.94px;
	color: #b41d8c;
	font-family: 'khaki';
}
.content-bar .leftinfo h4 {
	padding: 21px 0px 15px 0px;
	color: #f3aa1d;
	font-size: 37px;
	line-height: 37px;
	font-weight: normal;
}
.content-bar .leftinfo .button {
	padding: 7px 28px;
	line-height: 25px;
	font-size: 20px;
	margin-top: 30px;
	color: #92cfb7;
	background: none;
	letter-spacing: 0.5px;
	font-weight: 700;
}
.content-bar .leftinfo .button:hover {
	color: #fff;
	background: #92cfb7;
}
.fancybox-button svg path {
	fill: #fff !important;
}
/* blocks-bar */
.blocks-bar {
	position: relative;
}
.blocks-bar .blocksbg {
	display: flex;
	flex-wrap: wrap;
}
.blocks-bar .block {
	padding: 20px;
	float: left;
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 600px;
}
.blocks-bar .contents {
	width: 100%;
	max-width: 550px;
	text-align: center;
}
.blocks-bar a.video {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	font-size: 50px;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: 0.85px;
}
.blocks-bar a.video span {
	padding-bottom: 130px;
	color: #fff;
	position: relative;
}
.blocks-bar a.video span:before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0px;
	margin-left: -40px;
	width: 80px;
	height: 80px;
	border: 2px solid #ffffff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
}
.blocks-bar a.video span:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 25px;
	margin-left: -7px;
	border-top: transparent solid 15px;
	border-bottom: transparent solid 15px;
	border-left: #fff solid 26px;
}
.blocks-bar .block.type2 {
}
.blocks-bar .block.type2 p {
	margin-bottom: 30px;
	color: #4a4a4a;
	font-size: 24px;
	line-height: 30px;
	font-weight: 400;
}
.blocks-bar .block.type2 p strong {
	color: #4a4a4a;
	font-weight: 900;
}
.blocks-bar .block.type2 a.button {
	margin-top: 45px;
}
.blocks-bar .block.type2 {
}
.blocks-bar .block.type3 {
	min-height: 650px;
}
.blocks-bar .block.type3 h3 {
	margin-bottom: 40px;
	text-transform: uppercase;
	color: #ffffff;
	font-family: 'khaki';
	font-size: 71px;
	font-style: normal;
	letter-spacing: 0.71px;
}
.blocks-bar .block.type4 {
	min-height: 650px;
}
.blocks-bar .block.type4 p {
	font-size: 25px;
	line-height: 30px;
}
.blocks-bar .block.type4 p strong {
	font-size: 29px;
}
.blocks-bar .block.type4 span.bg {
	display: block;
	position: absolute;
	left: 50px;
	top: -100px;
	width: 405px;
	height: 424px;
	background-repeat: no-repeat;
	background-size: cover;
}
.blocks-bar .block.type4 .contents {
	position: relative;
}
.blocks-bar .button {
	padding: 7px 28px;
	line-height: 25px;
	font-size: 20px;
	margin-top: 30px;
	color: #92cfb7;
	background: none;
	letter-spacing: 0.5px;
	font-weight: 700;
}
.blocks-bar .button:hover {
	color: #fff;
	background: #92cfb7;
}
/* bottomcontent-bar */
.bottomcontent-bar {
	padding: 133px 0px 30px 0px;
	overflow: hidden;
	position: relative;
}
.bottomcontent-bar:before {
	content: "";
	position: absolute;
	left: 0px;
	top: -95px;
	width: 100%;
	height: 500px;
	background: #fff url(img/bg1.png) top center no-repeat;
	background-size: 100%;
}
.bottomcontent-bar .wrapper {
	padding: 0 15px;
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
	z-index: 10;
}
.bottomcontent-bar .intro {
	padding: 0px 0px 0px 35px;
}
.bottomcontent-bar .intro h3 {
	padding-left: 0px;
	text-align: center;
	color: #92cfb7;
	font-family: 'khaki';
	font-size: 77px;
	letter-spacing: 0px;
}
.bottomcontent-bar .intro ol {
	padding: 10px 0px 0px 32px;
	margin: 0px;
	color: #4a4a4a;
	font-size: 24px;
}
.bottomcontent-bar .intro ol li {
	margin: 0px;
	color: #4a4a4a;
	font-size: 24px;
	line-height: 30px;
	text-transform: none;
	padding-left: 5px;
}
.bottomcontent-bar .intro ol li:before {
	color: #4a4a4a;
	font-weight: 400;
	content: counter(item)'.';
}
.bottomcontent-bar .intro ol li a {
	color: #b5088c;
	text-decoration: none;
	font-weight: 800;
}
.bottomcontent-bar .intro ol li strong {
	font-weight: 800;
}
.bottomcontent-bar .intro {
}
.bottomcontent-bar .buttons {
	text-align: center;
	padding: 44px 0px 38px 0px;
}
.bottomcontent-bar .buttons .button {
	padding: 7px 28px;
	line-height: 25px;
	font-size: 20px;
	margin: 0 12px;
	color: #92cfb7;
	background: none;
	letter-spacing: 0.5px;
	font-weight: 700;
}
.bottomcontent-bar .buttons .button:hover {
	color: #fff;
	background: #92cfb7;
}
.bottomcontent-bar .buttons {
}
.bottomcontent-bar .buttons {
}
.bottomcontent-bar .bottomlogo {
	padding-bottom: 70px;
	text-align: center;
}
.bottomcontent-bar .bottomlogo img {
	margin: 0 auto;
}
.bottomcontent-bar .bottomcontent {
	text-align: center;
}
.bottomcontent-bar .bottomcontent p {
	color: #4a4a4a;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
}
.bottomcontent-bar .bottomcontent p a {
	color: #b5088c;
	text-decoration: none;
}
.bottomcontent-bar .bottomcontent p a:hover {
	text-decoration: underline;
}
.passwordprotected {
	padding-top: 130px;
	min-height: calc(100vh - 150px);
	max-width: 500px;
	margin: 0 auto;
	padding-bottom: 100px;
}
.passwordprotected .column {
	padding-bottom: 20px;
}
 @media screen and (max-width: 1599px) {
 .banner-bar {
}
}
 @media screen and (max-width: 1439px) {
 .banner-bar {
}
 .content-bar:before, .content-bar:after {
width: 600px;
background-size: 100%;
}
 .content-bar:after {
width: 400px;
background-size: 100%;
}
}
 @media screen and (max-width: 1279px) {
 .content-bar .block2img img {
max-width: 100%;
height: auto;
}
 .banner-bar {
margin-top: 50px;
}
 .content-bar:after {
width: 300px;
background-size: 100%;
background-position: bottom;
}
 .content-bar .leftinfo h3 {
font-size: 76px;
line-height: 78px;
letter-spacing: 0;
}
 .blocks-bar .block.type2 p {
margin-bottom: 30px;
font-size: 22px;
line-height: 28px;
}
 .blocks-bar .block.type3 h3 {
font-size: 60px;
}
 .blocks-bar .block.type4 .contents {
max-width: 470px;
}
 .blocks-bar .block.type4 span.bg {
left: 15px;
}
 .bottomcontent-bar {
padding: 90px 0px 30px 0px;
}
 .bottomcontent-bar .intro h3 {
padding-left: 14px;
font-size: 70px;
}
 .bottomcontent-bar .intro ol li {
font-size: 22px;
line-height: 28px;
}
 .page-template-homepage #topNav {
background: #333;
}
}
 @media screen and (max-width: 1023px) {
 .content-bar .logosbg {
top: -210px;
width: 760px;
height: 400px;
background-size: 100%;
}
 .banner-bar {
margin-top: 50px;
}
 .content-bar .logosbg .logo1 {
left: 70px;
top: 170px;
}
 .content-bar .logosbg img {
max-width: 100%;
height: auto;
}
 .content-bar .logosbg .logo3 {
left: 270px;
top: 72px;
max-width: 230px;
}
 .content-bar .logosbg .logo2 {
right: 68px;
top: 170px;
}
 .content-bar:before {
width: 450px;
}
 .content-bar:after {
width: 250px;
}
 .content-bar .leftinfo {
padding: 154px 0px 80px 0px;
}
 .content-bar .block2img img {
margin-top: 0px;
}
 .content-bar .leftinfo h3 {
font-size: 56px;
line-height: 58px;
}
 .blocks-bar .block, .blocks-bar .block.type3 {
padding: 30px 20px;
width: 100%;
min-height: 400px;
}
 .blocks-bar .block.type4 {
min-height: 500px;
}
 .bottomcontent-bar:before {
top: -15px;
height: 400px;
}
 .bottomcontent-bar .intro {
padding: 0px;
max-width: 750px;
margin: 0 auto;
}
 .bottomcontent-bar .intro h3 {
padding-left: 0px;
font-size: 60px;
}
 .bottomcontent-bar .intro ol li {
font-size: 20px;
line-height: 26px;
}
}
 @media screen and (max-width: 767px) {
 .banner-bar {
margin-top: 100px;
}
 .content-bar .logosbg {
top: -80px;
width: 480px;
height: 280px;
background-size: 100%;
position: relative;
}
 .content-bar .logosbg .logo1 {
left: 45px;
top: 113px;
max-width: 100px;
}
 .content-bar .logosbg .logo3 {
left: 173px;
top: 48px;
max-width: 145px;
}
 .content-bar .logosbg .logo2 {
right: 44px;
top: 114px;
max-width: 100px;
}
 .content-bar .leftinfo {
margin-top: -50px;
padding: 0px 0px 80px 0px;
width: 100%;
}
 .content-bar .block2img {
padding: 0 0 20px 0px;
width: 100%;
}
 .bottomcontent-bar .intro h3 {
padding-left: 0px;
font-size: 55px;
line-height: 1.1;
}
 .bottomcontent-bar .intro ol li {
font-size: 18px;
line-height: 24px;
}
 .bottomcontent-bar .bottomlogo {
padding-bottom: 30px;
}
 .bottomcontent-bar .buttons .button {
padding: 7px 15px;
font-size: 18px;
margin: 0 8px;
}
}
 @media screen and (max-width: 479px) {
 .banner-bar {
margin-top: 100px;
}
 .content-bar .logosbg {
top: -50px;
width: 320px;
height: 175px;
background-size: 100%;
position: relative;
}
 .content-bar:before {
width: 250px;
}
 .content-bar .logosbg .logo1 {
left: 31px;
top: 75px;
max-width: 70px;
}
 .content-bar .logosbg .logo3 {
left: 118px;
top: 38px;
max-width: 90px;
}
 .content-bar:after {
width: 200px;
}
 .blocks-bar a.video {
font-size: 40px;
}
 .blocks-bar .block.type2 p {
margin-bottom: 25px;
font-size: 18px;
line-height: 28px;
}
 .blocks-bar .block.type2 a.button {
margin-top: 20px;
}
 .blocks-bar .block.type3 h3 {
font-size: 50px;
}
 .blocks-bar .block img {
max-width: 100%;
}
 .blocks-bar .block.type4 span.bg {
left: -4px;
width: 290px;
background-size: 100%;
}
 .blocks-bar .block.type4 .contents {
max-width: 320px;
}
 .blocks-bar .block.type4 {
min-height: 400px;
}
 .blocks-bar .block.type4 p {
font-size: 20px;
line-height: 25px;
}
 .blocks-bar .block.type4 p strong {
font-size: 24px;
}
 .blocks-bar .block.type4 span.bg {
left: -14px;
width: 290px;
background-size: 100%;
top: -50px;
}
 .bottomcontent-bar {
padding: 60px 0px 40px 0px;
}
 .bottomcontent-bar .intro h3 {
font-size: 42px;
}
 .bottomcontent-bar .intro ol li {
font-size: 16px;
line-height: 22px;
}
 .bottomcontent-bar .buttons .button {
padding: 7px 18px;
line-height: 25px;
font-size: 11px;
margin: 0 8px 20px;
color: #92cfb7;
background: none;
letter-spacing: 0;
font-weight: 700;
}
 .content-bar .logosbg .logo2 {
right: 28px;
top: 74px;
max-width: 80px;
}
}


/*btp css start*/
@font-face {
 font-family: 'Gotham Rounded Book';
 src: url('fonts/GothamRounded-Book.woff2') format('woff2'),  
 url('fonts/GothamRounded-Book.woff') format('woff');
 font-weight: normal;
 font-style: normal;
 font-display: swap;
}
 @font-face {
 font-family: 'Britannic';
 src: url('fonts/BritannicBold.woff2') format('woff2'),  
 url('fonts/BritannicBold.woff') format('woff');
 font-weight: bold;
 font-style: normal;
 font-display: swap;
}
@font-face {
    font-family: 'Avenir Next';
    src: url('fonts/AvenirNext-Bold.woff2') format('woff2'),
        url('fonts/AvenirNext-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir Next';
    src: url('fonts/AvenirNext-Medium.woff2') format('woff2'),
        url('fonts/AvenirNext-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir Next';
    src: url('fonts/AvenirNext-Regular.woff2') format('woff2'),
        url('fonts/AvenirNext-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.container {
	max-width:1140px
}
}
.container-fluid {
	width:100%;
	padding-right:15px;
	padding-left:15px;
	margin-right:auto;
	margin-left:auto
}
.row {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	margin-right:-15px;
	margin-left:-15px
}
.no-gutters {
	margin-right:0;
	margin-left:0
}
.no-gutters>.col, .no-gutters>[class*=col-] {
padding-right:0;
padding-left:0
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
	position:relative;
	width:100%;
	min-height:1px;
	padding-right:15px;
	padding-left:15px
}
.col {
	-ms-flex-preferred-size:0;
	flex-basis:0;
	-ms-flex-positive:1;
	flex-grow:1;
	max-width:100%
}
.col-auto {
	-ms-flex:0 0 auto;
	flex:0 0 auto;
	width:auto;
	max-width:none
}
.col-1 {
	-ms-flex:0 0 8.333333%;
	flex:0 0 8.333333%;
	max-width:8.333333%
}
.col-2 {
	-ms-flex:0 0 16.666667%;
	flex:0 0 16.666667%;
	max-width:16.666667%
}
.col-3 {
	-ms-flex:0 0 25%;
	flex:0 0 25%;
	max-width:25%
}
.col-4 {
	-ms-flex:0 0 33.333333%;
	flex:0 0 33.333333%;
	max-width:33.333333%
}
.col-5 {
	-ms-flex:0 0 41.666667%;
	flex:0 0 41.666667%;
	max-width:41.666667%
}
.col-6 {
	-ms-flex:0 0 50%;
	flex:0 0 50%;
	max-width:50%
}
.col-7 {
	-ms-flex:0 0 58.333333%;
	flex:0 0 58.333333%;
	max-width:58.333333%
}
.col-8 {
	-ms-flex:0 0 66.666667%;
	flex:0 0 66.666667%;
	max-width:66.666667%
}
.col-9 {
	-ms-flex:0 0 75%;
	flex:0 0 75%;
	max-width:75%
}
.col-10 {
	-ms-flex:0 0 83.333333%;
	flex:0 0 83.333333%;
	max-width:83.333333%
}
.col-11 {
	-ms-flex:0 0 91.666667%;
	flex:0 0 91.666667%;
	max-width:91.666667%
}
.col-12 {
	-ms-flex:0 0 100%;
	flex:0 0 100%;
	max-width:100%
}
.order-first {
	-ms-flex-order:-1;
	order:-1
}
.order-last {
	-ms-flex-order:13;
	order:13
}
.order-0 {
	-ms-flex-order:0;
	order:0
}
.order-1 {
	-ms-flex-order:1;
	order:1
}
.order-2 {
	-ms-flex-order:2;
	order:2
}
.order-3 {
	-ms-flex-order:3;
	order:3
}
.order-4 {
	-ms-flex-order:4;
	order:4
}
.order-5 {
	-ms-flex-order:5;
	order:5
}
.order-6 {
	-ms-flex-order:6;
	order:6
}
.order-7 {
	-ms-flex-order:7;
	order:7
}
.order-8 {
	-ms-flex-order:8;
	order:8
}
.order-9 {
	-ms-flex-order:9;
	order:9
}
.order-10 {
	-ms-flex-order:10;
	order:10
}
.order-11 {
	-ms-flex-order:11;
	order:11
}
.order-12 {
	-ms-flex-order:12;
	order:12
}
.offset-1 {
	margin-left:8.333333%
}
.offset-2 {
	margin-left:16.666667%
}
.offset-3 {
	margin-left:25%
}
.offset-4 {
	margin-left:33.333333%
}
.offset-5 {
	margin-left:41.666667%
}
.offset-6 {
	margin-left:50%
}
.offset-7 {
	margin-left:58.333333%
}
.offset-8 {
	margin-left:66.666667%
}
.offset-9 {
	margin-left:75%
}
.offset-10 {
	margin-left:83.333333%
}
.offset-11 {
	margin-left:91.666667%
}
@media (min-width:576px) {
.col-sm {
-ms-flex-preferred-size:0;
flex-basis:0;
-ms-flex-positive:1;
flex-grow:1;
max-width:100%
}
.col-sm-auto {
-ms-flex:0 0 auto;
flex:0 0 auto;
width:auto;
max-width:none
}
.col-sm-1 {
-ms-flex:0 0 8.333333%;
flex:0 0 8.333333%;
max-width:8.333333%
}
.col-sm-2 {
-ms-flex:0 0 16.666667%;
flex:0 0 16.666667%;
max-width:16.666667%
}
.col-sm-3 {
-ms-flex:0 0 25%;
flex:0 0 25%;
max-width:25%
}
.col-sm-4 {
-ms-flex:0 0 33.333333%;
flex:0 0 33.333333%;
max-width:33.333333%
}
.col-sm-5 {
-ms-flex:0 0 41.666667%;
flex:0 0 41.666667%;
max-width:41.666667%
}
.col-sm-6 {
-ms-flex:0 0 50%;
flex:0 0 50%;
max-width:50%
}
.col-sm-7 {
-ms-flex:0 0 58.333333%;
flex:0 0 58.333333%;
max-width:58.333333%
}
.col-sm-8 {
-ms-flex:0 0 66.666667%;
flex:0 0 66.666667%;
max-width:66.666667%
}
.col-sm-9 {
-ms-flex:0 0 75%;
flex:0 0 75%;
max-width:75%
}
.col-sm-10 {
-ms-flex:0 0 83.333333%;
flex:0 0 83.333333%;
max-width:83.333333%
}
.col-sm-11 {
-ms-flex:0 0 91.666667%;
flex:0 0 91.666667%;
max-width:91.666667%
}
.col-sm-12 {
-ms-flex:0 0 100%;
flex:0 0 100%;
max-width:100%
}
.order-sm-first {
-ms-flex-order:-1;
order:-1
}
.order-sm-last {
-ms-flex-order:13;
order:13
}
.order-sm-0 {
-ms-flex-order:0;
order:0
}
.order-sm-1 {
-ms-flex-order:1;
order:1
}
.order-sm-2 {
-ms-flex-order:2;
order:2
}
.order-sm-3 {
-ms-flex-order:3;
order:3
}
.order-sm-4 {
-ms-flex-order:4;
order:4
}
.order-sm-5 {
-ms-flex-order:5;
order:5
}
.order-sm-6 {
-ms-flex-order:6;
order:6
}
.order-sm-7 {
-ms-flex-order:7;
order:7
}
.order-sm-8 {
-ms-flex-order:8;
order:8
}
.order-sm-9 {
-ms-flex-order:9;
order:9
}
.order-sm-10 {
-ms-flex-order:10;
order:10
}
.order-sm-11 {
-ms-flex-order:11;
order:11
}
.order-sm-12 {
-ms-flex-order:12;
order:12
}
.offset-sm-0 {
margin-left:0
}
.offset-sm-1 {
margin-left:8.333333%
}
.offset-sm-2 {
margin-left:16.666667%
}
.offset-sm-3 {
margin-left:25%
}
.offset-sm-4 {
margin-left:33.333333%
}
.offset-sm-5 {
margin-left:41.666667%
}
.offset-sm-6 {
margin-left:50%
}
.offset-sm-7 {
margin-left:58.333333%
}
.offset-sm-8 {
margin-left:66.666667%
}
.offset-sm-9 {
margin-left:75%
}
.offset-sm-10 {
margin-left:83.333333%
}
.offset-sm-11 {
margin-left:91.666667%
}
}
@media (min-width:768px) {
.col-md {
-ms-flex-preferred-size:0;
flex-basis:0;
-ms-flex-positive:1;
flex-grow:1;
max-width:100%
}
.col-md-auto {
-ms-flex:0 0 auto;
flex:0 0 auto;
width:auto;
max-width:none
}
.col-md-1 {
-ms-flex:0 0 8.333333%;
flex:0 0 8.333333%;
max-width:8.333333%
}
.col-md-2 {
-ms-flex:0 0 16.666667%;
flex:0 0 16.666667%;
max-width:16.666667%
}
.col-md-3 {
-ms-flex:0 0 25%;
flex:0 0 25%;
max-width:25%
}
.col-md-4 {
-ms-flex:0 0 33.333333%;
flex:0 0 33.333333%;
max-width:33.333333%
}
.col-md-5 {
-ms-flex:0 0 41.666667%;
flex:0 0 41.666667%;
max-width:41.666667%
}
.col-md-6 {
-ms-flex:0 0 50%;
flex:0 0 50%;
max-width:50%
}
.col-md-7 {
-ms-flex:0 0 58.333333%;
flex:0 0 58.333333%;
max-width:58.333333%
}
.col-md-8 {
-ms-flex:0 0 66.666667%;
flex:0 0 66.666667%;
max-width:66.666667%
}
.col-md-9 {
-ms-flex:0 0 75%;
flex:0 0 75%;
max-width:75%
}
.col-md-10 {
-ms-flex:0 0 83.333333%;
flex:0 0 83.333333%;
max-width:83.333333%
}
.col-md-11 {
-ms-flex:0 0 91.666667%;
flex:0 0 91.666667%;
max-width:91.666667%
}
.col-md-12 {
-ms-flex:0 0 100%;
flex:0 0 100%;
max-width:100%
}
.order-md-first {
-ms-flex-order:-1;
order:-1
}
.order-md-last {
-ms-flex-order:13;
order:13
}
.order-md-0 {
-ms-flex-order:0;
order:0
}
.order-md-1 {
-ms-flex-order:1;
order:1
}
.order-md-2 {
-ms-flex-order:2;
order:2
}
.order-md-3 {
-ms-flex-order:3;
order:3
}
.order-md-4 {
-ms-flex-order:4;
order:4
}
.order-md-5 {
-ms-flex-order:5;
order:5
}
.order-md-6 {
-ms-flex-order:6;
order:6
}
.order-md-7 {
-ms-flex-order:7;
order:7
}
.order-md-8 {
-ms-flex-order:8;
order:8
}
.order-md-9 {
-ms-flex-order:9;
order:9
}
.order-md-10 {
-ms-flex-order:10;
order:10
}
.order-md-11 {
-ms-flex-order:11;
order:11
}
.order-md-12 {
-ms-flex-order:12;
order:12
}
.offset-md-0 {
margin-left:0
}
.offset-md-1 {
margin-left:8.333333%
}
.offset-md-2 {
margin-left:16.666667%
}
.offset-md-3 {
margin-left:25%
}
.offset-md-4 {
margin-left:33.333333%
}
.offset-md-5 {
margin-left:41.666667%
}
.offset-md-6 {
margin-left:50%
}
.offset-md-7 {
margin-left:58.333333%
}
.offset-md-8 {
margin-left:66.666667%
}
.offset-md-9 {
margin-left:75%
}
.offset-md-10 {
margin-left:83.333333%
}
.offset-md-11 {
margin-left:91.666667%
}
}
@media (min-width:992px) {
.col-lg {
-ms-flex-preferred-size:0;
flex-basis:0;
-ms-flex-positive:1;
flex-grow:1;
max-width:100%
}
.col-lg-auto {
-ms-flex:0 0 auto;
flex:0 0 auto;
width:auto;
max-width:none
}
.col-lg-1 {
-ms-flex:0 0 8.333333%;
flex:0 0 8.333333%;
max-width:8.333333%
}
.col-lg-2 {
-ms-flex:0 0 16.666667%;
flex:0 0 16.666667%;
max-width:16.666667%
}
.col-lg-3 {
-ms-flex:0 0 25%;
flex:0 0 25%;
max-width:25%
}
.col-lg-4 {
-ms-flex:0 0 33.333333%;
flex:0 0 33.333333%;
max-width:33.333333%
}
.col-lg-5 {
-ms-flex:0 0 41.666667%;
flex:0 0 41.666667%;
max-width:41.666667%
}
.col-lg-6 {
-ms-flex:0 0 50%;
flex:0 0 50%;
max-width:50%
}
.col-lg-7 {
-ms-flex:0 0 58.333333%;
flex:0 0 58.333333%;
max-width:58.333333%
}
.col-lg-8 {
-ms-flex:0 0 66.666667%;
flex:0 0 66.666667%;
max-width:66.666667%
}
.col-lg-9 {
-ms-flex:0 0 75%;
flex:0 0 75%;
max-width:75%
}
.col-lg-10 {
-ms-flex:0 0 83.333333%;
flex:0 0 83.333333%;
max-width:83.333333%
}
.col-lg-11 {
-ms-flex:0 0 91.666667%;
flex:0 0 91.666667%;
max-width:91.666667%
}
.col-lg-12 {
-ms-flex:0 0 100%;
flex:0 0 100%;
max-width:100%
}
.order-lg-first {
-ms-flex-order:-1;
order:-1
}
.order-lg-last {
-ms-flex-order:13;
order:13
}
.order-lg-0 {
-ms-flex-order:0;
order:0
}
.order-lg-1 {
-ms-flex-order:1;
order:1
}
.order-lg-2 {
-ms-flex-order:2;
order:2
}
.order-lg-3 {
-ms-flex-order:3;
order:3
}
.order-lg-4 {
-ms-flex-order:4;
order:4
}
.order-lg-5 {
-ms-flex-order:5;
order:5
}
.order-lg-6 {
-ms-flex-order:6;
order:6
}
.order-lg-7 {
-ms-flex-order:7;
order:7
}
.order-lg-8 {
-ms-flex-order:8;
order:8
}
.order-lg-9 {
-ms-flex-order:9;
order:9
}
.order-lg-10 {
-ms-flex-order:10;
order:10
}
.order-lg-11 {
-ms-flex-order:11;
order:11
}
.order-lg-12 {
-ms-flex-order:12;
order:12
}
.offset-lg-0 {
margin-left:0
}
.offset-lg-1 {
margin-left:8.333333%
}
.offset-lg-2 {
margin-left:16.666667%
}
.offset-lg-3 {
margin-left:25%
}
.offset-lg-4 {
margin-left:33.333333%
}
.offset-lg-5 {
margin-left:41.666667%
}
.offset-lg-6 {
margin-left:50%
}
.offset-lg-7 {
margin-left:58.333333%
}
.offset-lg-8 {
margin-left:66.666667%
}
.offset-lg-9 {
margin-left:75%
}
.offset-lg-10 {
margin-left:83.333333%
}
.offset-lg-11 {
margin-left:91.666667%
}
}
@media (min-width:1200px) {
.col-xl {
-ms-flex-preferred-size:0;
flex-basis:0;
-ms-flex-positive:1;
flex-grow:1;
max-width:100%
}
.col-xl-auto {
-ms-flex:0 0 auto;
flex:0 0 auto;
width:auto;
max-width:none
}
.col-xl-1 {
-ms-flex:0 0 8.333333%;
flex:0 0 8.333333%;
max-width:8.333333%
}
.col-xl-2 {
-ms-flex:0 0 16.666667%;
flex:0 0 16.666667%;
max-width:16.666667%
}
.col-xl-3 {
-ms-flex:0 0 25%;
flex:0 0 25%;
max-width:25%
}
.col-xl-4 {
-ms-flex:0 0 33.333333%;
flex:0 0 33.333333%;
max-width:33.333333%
}
.col-xl-5 {
-ms-flex:0 0 41.666667%;
flex:0 0 41.666667%;
max-width:41.666667%
}
.col-xl-6 {
-ms-flex:0 0 50%;
flex:0 0 50%;
max-width:50%
}
.col-xl-7 {
-ms-flex:0 0 58.333333%;
flex:0 0 58.333333%;
max-width:58.333333%
}
.col-xl-8 {
-ms-flex:0 0 66.666667%;
flex:0 0 66.666667%;
max-width:66.666667%
}
.col-xl-9 {
-ms-flex:0 0 75%;
flex:0 0 75%;
max-width:75%
}
.col-xl-10 {
-ms-flex:0 0 83.333333%;
flex:0 0 83.333333%;
max-width:83.333333%
}
.col-xl-11 {
-ms-flex:0 0 91.666667%;
flex:0 0 91.666667%;
max-width:91.666667%
}
.col-xl-12 {
-ms-flex:0 0 100%;
flex:0 0 100%;
max-width:100%
}
.order-xl-first {
-ms-flex-order:-1;
order:-1
}
.order-xl-last {
-ms-flex-order:13;
order:13
}
.order-xl-0 {
-ms-flex-order:0;
order:0
}
.order-xl-1 {
-ms-flex-order:1;
order:1
}
.order-xl-2 {
-ms-flex-order:2;
order:2
}
.order-xl-3 {
-ms-flex-order:3;
order:3
}
.order-xl-4 {
-ms-flex-order:4;
order:4
}
.order-xl-5 {
-ms-flex-order:5;
order:5
}
.order-xl-6 {
-ms-flex-order:6;
order:6
}
.order-xl-7 {
-ms-flex-order:7;
order:7
}
.order-xl-8 {
-ms-flex-order:8;
order:8
}
.order-xl-9 {
-ms-flex-order:9;
order:9
}
.order-xl-10 {
-ms-flex-order:10;
order:10
}
.order-xl-11 {
-ms-flex-order:11;
order:11
}
.order-xl-12 {
-ms-flex-order:12;
order:12
}
.offset-xl-0 {
margin-left:0
}
.offset-xl-1 {
margin-left:8.333333%
}
.offset-xl-2 {
margin-left:16.666667%
}
.offset-xl-3 {
margin-left:25%
}
.offset-xl-4 {
margin-left:33.333333%
}
.offset-xl-5 {
margin-left:41.666667%
}
.offset-xl-6 {
margin-left:50%
}
.offset-xl-7 {
margin-left:58.333333%
}
.offset-xl-8 {
margin-left:66.666667%
}
.offset-xl-9 {
margin-left:75%
}
.offset-xl-10 {
margin-left:83.333333%
}
.offset-xl-11 {
margin-left:91.666667%
}
}
.img-fluid {
	max-width:100%;
	height:auto
}
.whitetext {
	color:#fff;
}
.btn-common {
	line-height: 1;
	font-weight:700;
	padding: 10px 25px;
	border-radius: 50px;
	background: #90cb48;
	font-family: 'Avenir Next';
	display: inline-block;
	border: 1px solid #fff;
}
.frutta-bowls-bg {

	background:#b8208d url(https://fruttabowls.com/wp-content/themes/munroe-base-camp/assets/images/frutta-bowls-bg.png) repeat top center;
	background-size:100%;
	text-align:center;
	color:#fff;
	padding:100px 0px 0px;
	font-family: 'Gotham Rounded Book';
	font-weight:500;
}
.bottomdiv {
	font-size:16px;
	background:url(https://fruttabowls.com/wp-content/themes/munroe-base-camp/assets/images/pink-wave.png) no-repeat 0px 0px;
	background-size: cover;
	padding:20px 0px 50px 0px;
	font-family: 'Gotham Rounded Book';
}
.bottomdiv p
{
	font-family: 'Gotham Rounded Book';
}
.bottomdiv img {
	padding:50px 0px 30px;
}
.frutta-bowls-bg .btn-common {
	background:#f7ac1e;
	color:#fff;
	text-decoration:none;
}
.frutta-bowls-bg .btn-common:hover {
	background:transparent;
	color:#fff;
}
.frutta-sec1 {
	position:relative;
	background:url(https://fruttabowls.com/wp-content/themes/munroe-base-camp/assets/images/pink-wave-top.png) no-repeat 0px 0px;
	background-size: cover;
	padding:50px 0px;
	width:100%;
}
.left-bowl {
	position:absolute;
	left:0;
	top:-50px;
	width:50%;
}
.right-bowl {
	position: relative;
	right: -25%;
	top: -50px;
	width: 50%;
}
.pl0 {
	padding-left:0px;
}
.pr0 {
	padding-right:0px;
}
.britannic {
	font-family: 'Britannic';
	color:#fff;
}
.bringingtext span {
	background:#F5AC1E;
	padding:0px 10px;
	font-family: 'Britannic';
	color:#fff;
}
.bringingtext {
	font-size: 42px;
	line-height: 50px;
	font-family: 'Britannic';
}
.donatetext {
	font-size:30px;
}
.donatetext sup {
	font-family: 'Britannic';
	color:#fff;
}
.purchasetext {
	font-size:18px;
	font-family: 'Britannic'!important;
}
.dotline {
	padding:20px 0px;
}
.frutta-sec1 .btn {
	margin:30px 0px;
}
.jsut5text {
	background:#F5AC1E;
	padding:10px;
	margin:30px 0px;
	font-size:18px;
	line-height:26px;
	font-family: 'Britannic'!important;
}
.points ul {
	margin:30px 0px 0px;
	padding:0px 10%;
	font-family: 'Avenir Next';
}
.points ul li {
	margin:0px 0px 20px;
	padding:0px;
	list-style:disc;
	text-align:left;
	font-family: 'Avenir Next';
	font-size:18px;	
}
.font18
{
	font-size:18px;
}
.midpart div {
	color:#fff;
	font-family: 'Avenir Next';
	font-weight:500;
	
}
.midpart .btn-common {
	margin:10px 0px;
}
 @media only screen and (min-width: 768px) {
 .brnone {
 display:none;
}
.bringingtext {
 font-size: 52px;
 line-height: 60px;
}
.jsut5text {
 font-size:26px;
 line-height:30px;
}
.points ul {
 padding:0px 70px;
}
}
 @media only screen and (min-width: 992px) {
.brnone {
 display:block;
}
.sec1-leftimg {
 position: absolute;
 left: 0;
 top: -40px;
 width: 27%;
}
.sec1-rightimg {
 position: absolute;
 right: 0;
 top:5px;
 bottom:0;
 width:36%;
}
.bringingtext {
 font-size: 45px;
 line-height: 60px;
}
.donatetext {
 font-size:46px;
}
.purchasetext {
 font-size:26px;
}
.left-bowl {
 position:absolute;
 left:0;
 top:50px;
 width:27%;
}
.right-bowl {
 position:absolute;
 right:0;
 top:50px;
 width:33%;
}
}
 @media only screen and (min-width:1200px) {
.bringingtext {
 font-size:62px;
 line-height:80px;
}
.donatetext {
 font-size:56px;
}
.purchasetext {
 font-size:32px;
}
}

@media (max-width:600px) {
.slider{ height: 64vh;}
.slider .slide__item .image__wrap{ height:80%;}
.slider .image__sizer .image__wrap img{ height:80%;}
}

.arrow-prev{
display:none;
}
.arrow-next {
display:none;
}

.imgclk{
position: absolute;
top: 15%;
right: 4%;
}

@media (max-width:1750px) {

.imgclk{
right: 2%;
width:180px;
}
}

@media (max-width:1450px) {

.imgclk{
top: 8%;
}
}

@media (max-width:1200px) {

.imgclk{
top: 11%;
width:130px;
}
}

@media (max-width:991px) {

.imgclk{
top: 39%;
width:200px;
}
}

@media (max-width:767px) {

.imgclk{
top: 25%;
width:180px;
}
}

@media (max-width:600px) {

.imgclk{
top: 22%;
width:100px;
}
}

.image__wrap img {
    object-fit: inherit !important;
}

/* New Landing Page - Frutta Base Contest */
.container {
    max-width: 1140px;
}
/*===== Gutter Size ======*/
/* 20px gutter*/
.gutter-20.row { margin-right:-10px; margin-left:-10px;}
.gutter-20 > [class^="col-"], .gutter-20 > [class^=" col-"] { padding-right:10px; padding-left:10px;}
/* 10px gutter */
.gutter-5.row { margin-right:-4px; margin-left:-4px;}
.gutter-5 > [class^="col-"], .gutter-5 > [class^=" col-"] { padding-right:4px; padding-left:4px;}
/* 10px gutter */
.gutter-10.row { margin-right:-5px; margin-left:-5px;}
.gutter-10 > [class^="col-"], .gutter-10 > [class^=" col-"] { padding-right:5px; padding-left:5px;}
/* 0px gutter */
.gutter-0.row { margin-right:0; margin-left:0;}
.gutter-0 > [class^="col-"], .gutter-0 > [class^=" col-"] { padding-right:0; padding-left:0;}
/*btp css start*/
@font-face {
 font-family: 'Gotham Rounded Book';
 src: url('fonts/GothamRounded-Book.woff2') format('woff2'),  
 url('fonts/GothamRounded-Book.woff') format('woff');
 font-weight: normal;
 font-style: normal;
 font-display: swap;
}
 @font-face {
 font-family: 'Britannic';
 src: url('fonts/BritannicBold.woff2') format('woff2'),  
 url('fonts/BritannicBold.woff') format('woff');
 font-weight: bold;
 font-style: normal;
 font-display: swap;
}
@font-face {
    font-family: 'Avenir Next';
    src: url('fonts/AvenirNext-Bold.woff2') format('woff2'),
        url('fonts/AvenirNext-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir Next';
    src: url('fonts/AvenirNext-Medium.woff2') format('woff2'),
        url('fonts/AvenirNext-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir Next';
    src: url('fonts/AvenirNext-Regular.woff2') format('woff2'),
        url('fonts/AvenirNext-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
body .newlading
{
	background:#6ecacb;	
	font-family: 'Avenir Next';
	color:#066C6F;	
	font-size:15px;
}
.newlading .container {   
    margin: 0 auto;
}
.avenirfont
{
	font-family: 'Avenir Next';
}
.fontnormal
{
	font-weight:400;
}
.fontmidum
{
	font-weight:500;
}
.fontbold
{
	font-weight:700;
}

.spacer10
{
	height:10px;
}
.spacer20
{
	height:20px;
}
.spacer30
{
	height:30px;
}
.britannicfont {    
    font-family: 'Britannic';
}
.textwhite
{
	color:#fff;
}
.textorange
{
	color:#FCBE33;
}
.free-frutta
{
	font-size: 64px;
    line-height: 60px;
}
.newlading .orangebtn
{
	background:#FDB73B;
	color:#B8238C;
	border:none;
	text-decoration:none;
	display:inline-block;
	padding:10px 40px;
	font-size:20px;	
}
.top-frutta
{
	margin-bottom:-5px;
}
.newlading .orangebtn:hover
{
	background:#fff;
}
.sectiondiv2
{
	background:url(https://fruttabowls.com/wp-content/themes/munroe-base-camp/assets/images/img-bg.gif) no-repeat top center;
	background-size:cover;
}
.entertext
{
	color:#006a6d;
}
.allabout
{
	background:#b7228a;
	margin: 0 2px 0 9px;
	padding:20px;
}
.randomly-choose
{
	background:#ac2082;
	margin: 0 2px 0 9px;
	padding:20px;
}
.tiktoklogo img
{
	width:60px;
	margin:20px 0px;
}
.textlightgray
{
	color:#F2F3F4;
}
.font22
{
	font-size:22px;
	line-height:26px;
}
.font36
{
	font-size:36px;
	line-height:26px;
}
.font40 {
    font-size: 22px;
	line-height:20px;
}
.font45
{
	font-size:45px;
	line-height:45px;
}
.font52
{
	font-size:26px;
	line-height:26px;
}
.font56
{
	font-size:56px;
	line-height:56px;
}

.sectiondiv1
{
	background:url(https://fruttabowls.com/wp-content/themes/munroe-base-camp/assets/images/sec1-bg.jpg) no-repeat 0 0;
	background-size:100%;
	padding-top:100px;
}
.sectiondiv3
{
	background:url(https://fruttabowls.com/wp-content/themes/munroe-base-camp/assets/images/sec3-bg.jpg) no-repeat 0 0;
	background-size:100%;
	padding:50px 0px;
}
.threepoints
{
	color: #fff;
    font-size: 26px;
    padding: 5% 0px;
}
.textlightblue
{
	color:#2C878A;
}
.how-enter
{
	position:relative;
	margin-bottom:30px;
}
.videoplace
{
	display:none;
	font-size:26px;
	background:#000;
	color:#fff;
	position:absolute;
	padding:5px;
	top: 45%;
    left: 10%;
    right: 10%;
}
.blacklink
{
	color:#000;
}
.textblack
{
	color:#000;
}
br.dnone
{
	display:none;
}

@media only screen and (min-width: 768px) {
.font45 {
    font-size: 40px;
    line-height: 45px;
}
br.dnone
{
	display:block;
}

}


@media only screen and (min-width: 992px) {
.font45 {
    font-size: 45px;
    line-height: 45px;
}


}

@media only screen and (min-width: 1600px) {
.container {
    max-width: 1440px;
}
.font22 {
    font-size: 18px;
    line-height: 24px;
}
.font40 {
    font-size:32px;
	line-height:40px;
}
.font45
{
	font-size:56px;
	line-height:65px;
}
.font52
{
	font-size:26px;
	line-height:26px;
}
.free-frutta
{
	font-size:110px;
    line-height: 90px;
}
.tiktoklogo img
{
	width:118px;
}
.allabout, .randomly-choose {    
    margin: 0 2px 0 11px;   
}
}