@media screen and (max-width: 768px) {
	/* 'bad idea' fix */
	div.fl-col-small {
	    max-width: none;
	}
	/* fix icon alignment in tablet */
	.fl-icon-wrap {
    	display: block !important;
	}
}

/* new default padding */
div.fl-row-content-wrap {
    padding: 80px 0;
}
/* new default max-width */
div.fl-row-fixed-width {
    max-width: 1240px;
}
.fl-module-rich-text .fl-rich-text p:last-child {
	margin-bottom: 0;
}

/* Full Width Page (Beaver Builder)
-------------------------------------------- */

.fl-builder-full .site-inner {
	max-width: none;
	padding-top: 0;
	margin-top: 0; /* tsting this */
}

@media only screen and (max-width: 800px) {
	.fl-builder-full .site-inner {
		padding-left: 0;
		padding-right: 0;
	}
}
.fl-builder .site-inner {
	margin-top: 0;
}

.page-id-4 .site-inner {
	margin-bottom: 0;
	padding-bottom: 0;
}

/* # Beaver Styles
---------------------------------------------------------------------------------------------------- */


/* # Helper Classes
---------------------------------------------------------------------------------------------------- */

@media screen and (min-width: 1201px) {
	.float-left {
		float: left;
	}
	.float-right {
		float: right;
	}
}

/* img popout */
.fl-module-photo.popout {
	//overflow: hidden;
}
@media screen and (min-width: 768px) {
	.fl-module-photo.popout .fl-photo-content {
		margin: -20px -50px -50px -40px;
		max-width: none;
	}
	.fl-module-photo.popout .fl-photo-content img {
		max-width: auto;
	}
}

/* beaver image caption */
div.fl-photo-caption {
    font-size: 14px;
    line-height: 18px;
    text-overflow: ellipsis;
    white-space: normal;
    padding: 20px;
}
/*div.fl-photo {
	position: relative;
}
div.fl-photo .fl-photo-caption.fl-photo-caption-below {
	position: absolute;
	left: 0;
	bottom: 0;
	font-family: "myriad-pro",sans-serif;
	font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    font-style: italic;
    text-shadow: 3px 4px 5px rgba(0,0,0,0.5);
    text-transform: none;
    padding: 30px;    
    text-align: left;
    white-space: pre-wrap;
    background: -moz-linear-gradient(left, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0.5) 67%, rgba(255,255,255,0) 99%, rgba(255,255,255,0) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,0.5)), color-stop(67%, rgba(255,255,255,0.5)), color-stop(99%, rgba(255,255,255,0)), color-stop(100%, rgba(255,255,255,0)));
    background: -webkit-linear-gradient(left, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0.5) 67%, rgba(255,255,255,0) 99%, rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(left, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0.5) 67%, rgba(255,255,255,0) 99%, rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(left, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0.5) 67%, rgba(255,255,255,0) 99%, rgba(255,255,255,0) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0.5) 67%, rgba(255,255,255,0) 99%, rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
}
@media screen and (min-width: 768px) {
	div.fl-photo .fl-photo-caption.fl-photo-caption-below {
		width: 55%;
		padding: 30px 100px 30px 50px;
		font-size: 44px;
    	line-height: 48px;
	}
}*/

.hide-form-fields label {
	display: none !important;
}
.hide-title .widgettitle,
.hide-title .wiget-title {
	display: none;
}


/* # Styles
---------------------------------------------------------------------------------------------------- */

/* Buttons */
div.fl-builder-content .fl-module-button a.fl-button, 
div.fl-builder-content .fl-module-button a.fl-button:visited,
body .site-container a.button,
body .site-container a.button:visited,
button {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 15px;
	line-height: 1;
	background-color: #00a2d6;
	color: #ffffff;
	font-family: "Gotham Black";
	text-align: center;
	padding: 18px 24px;
	//border: 1px solid #c03493;
	border-width: 0;
    word-wrap: normal;
    word-break: normal;
    white-space: normal;
    vertical-align: middle;
    -moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.2) inset;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.2) inset;
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.2) inset;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    display: inline; /* default */
}
div.fl-builder-content .fl-module-button a.fl-button:hover, 
div.fl-builder-content .fl-module-button a.fl-button:active,
body .site-container a.button:hover,
body .site-container a.button:active,
button:hover, 
button:active {
    word-wrap: normal;
    word-break: normal;
    white-space: normal;
    -moz-box-shadow: 0px -200px 0px 0px rgba(0,0,0,0.2) inset;
    -webkit-box-shadow: 0px -200px 0px 0px rgba(0,0,0,0.2) inset;
    box-shadow: 0px -200px 0px 0px rgba(0,0,0,0.2) inset; 
}
div.fl-builder-content a.fl-button *, 
div.fl-builder-content a.fl-button:visited * {
    color: #fff;
}

/*.modal button,
.modal input[type="submit"]  {
	background-color: #fff;
	border-color: #c03493;
	color: #c03493;
	border: 1px solid #c03493;
}*/



/* ghost */
body .site-container a.button.ghost,
button.ghost,
input.ghost[type="submit"] {
	border-color: #fff;
	color: #fff;
	background-color: transparent;
	-moz-box-shadow: 0px 0px 0px 0px rgba(255,255,255,0.3) inset;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(255,255,255,0.3) inset;
    box-shadow: 0px 0px 0px 0px rgba(255,255,255,0.3) inset; 
}
body .site-container a.button.ghost:hover,
button.ghost:hover,
input.ghost[type="submit"]:hover {
	-moz-box-shadow: 0px -200px 0px 0px rgba(255,255,255,0.3) inset;
    -webkit-box-shadow: 0px -200px 0px 0px rgba(255,255,255,0.3) inset;
    box-shadow: 0px -200px 0px 0px rgba(255,255,255,0.3) inset; 
}




/* # Font Classes
---------------------------------------------------------------------------------------------------- */

div.fl-module-heading h1.fl-heading {
	font-size: 72px;
}
div.fl-module-heading h2.fl-heading {
	font-size: 48px;
}
div.fl-module-heading h3.fl-heading {
	font-size: 36px;
}
div.fl-module-heading h4.fl-heading {
	font-size: 28px;
}
div.fl-module-heading .fl-heading {
	line-height: 1;
	text-transform: uppercase;
}

.font-110 {
	font-size: 110px;
	line-height: 1;
}
.font-60,
.font-60 h2,
.font-60 h3 {
	font-size: 60px;
	line-height: 1;
}
.font-52 {
	font-size: 52px;
}
.font-48,
.font-48 h1,
.font-48 h2 {
	//font-size: 48px !important;
	font-size: 48px;
}
.font-46 {
	font-size: 46px;
}
.font-44 {
	font-size: 44px;
}
.font-42,
.font-42 h2 {
	font-size: 42px;
}
.font-40 {
	font-size: 40px;
	line-height: 40px;
}
.font-36,
.font-36 h2 {
	font-size: 36px;
	line-height: 1;
}
.font-30 {
	font-size: 30px;
	line-height: 30px;
}
.font-26 {
	font-size: 26px;
}
.font-24 {
	font-size: 24px;
}
.font-22 {
	font-size: 22px;
}
.font-20 {
	font-size: 20px;
}
.font-18 * {
	font-size: 18px;
	line-height: 26px;
}
.font-16 {
	font-size: 16px;
}
.font-14 {
	font-size: 14px;
}
.font-12 {
	font-size: 12px;
}
@media screen and (max-width: 767px) {
	div.fl-module-heading h1.fl-heading {
		font-size: 52px;
	}
	div.fl-module-heading h2.fl-heading {
		font-size: 32px;
	}
	div.fl-module-heading h3.fl-heading {
		font-size: 24px;
	}

	.font-110 {
		font-size: 34px !important;
	}
	.font-60,
	.font-60 h2 {
		font-size: 34px !important;
	}
	.font-52 {
		font-size: 30px;
		line-height: 40px;
	}
	.font-48,
	.font-48 h1,
	.font-48 h2,
	.font-46 {
		font-size: 34px;
	}
	.font-44,
	.font-42,
	.font-42 h2,
	.font-40 {
		font-size: 32px !important;
		line-height: 38px;
	}
	.font-22,
	.font-20 {
		font-size: 18px;
	}
}

.text-shadow * {
	text-shadow: 2px 3px 2px rgba(0,0,0,0.5);
}

.text-pink {
	color: #c03493;
}
.text-center,
.text-center * {
	text-align: center;
} 

.uppercase * {
	text-transform: uppercase;
}


/* widths */
.max-1400 {
	max-width: 1400px;
	margin: auto;
	float: none !important; /* if column */
}




/* # Custom Classes & IDs
---------------------------------------------------------------------------------------------------- */

/* Hero */
#hero > .fl-row-content-wrap,
#hero > .fl-row-content-wrap > .fl-row-content {
	position: relative;
}
/*#hero .fl-col-group.fl-node-56d8d833d7937 {
	bottom: -216px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 50;
}*/
@media screen and (min-width: 769px) {
	.home .fl-row.fl-node-56e1f2ff48165 {
		margin-top: -50px;
		margin-bottom:	 -100px;
		position: relative; 
		z-index: 10;
	} 
}


#hero > .fl-row-content-wrap {
	background-position: 48% center;
}
@media screen and (min-width: 769px) {
	#hero > .fl-row-content-wrap {
		background-position: 72% center;
	}
}

.host-name {
	position: absolute !important;
	bottom: 50px !important;
	right: 0 !important;
	background: rgba(0,0,0,0.3);
}



/* special tagcloud */
.fl-widget .tagcloud {
	text-align: center;
}
.fl-widget .tagcloud a {
	font-size: 14px !important;
	padding: 5px 17px;
	text-transform: uppercase;
	font-family: "Gotham Book";
	display: inline-block;
	word-wrap: normal;
	line-height: 1.3;
}


/*.fl-widget .tagcloud a:nth-child(odd) {
	font-size: 24px !important;
}
.fl-widget .tagcloud a:nth-child(even) {
	font-size: 14px !important;
}*/
.fl-widget .tagcloud a:nth-child(2n) { 
	font-size: 30px !important; 
}
.fl-widget .tagcloud a:nth-child(3n) { 
	font-size: 26px !important; 
	font-family: "Gotham Ultra";
}
.fl-widget .tagcloud a:nth-child(5n) { 
	font-size: 50px !important; 
	font-family: "Gotham Bold";
}








