font-face {
    font-family: 'Milkman';
    src: url('../fonts/milkmanbold-webfont.eot');
    src: url('../fonts/milkmanbold-webfont.eot#iefix') format('embedded-opentype'),
         url('../fonts/milkmanbold-webfont.woff') format('woff'),
         url('../fonts/milkmanbold-webfont.ttf') format('truetype'),
         url('../fonts/milkmanbold-webfont.svg') format('svg');
    font-weight: 800;
    font-style: normal;

}

@font-face {
    font-family: 'Milkman';
    src: url('../fonts/milkmanlight-webfont.eot');
    src: url('../fonts/milkmanlight-webfont.eot#iefix') format('embedded-opentype'),
         url('../fonts/milkmanlight-webfont.woff') format('woff'),
         url('../fonts/milkmanlight-webfont.ttf') format('truetype'),
         url('../fonts/milkmanlight-webfont.svg') format('svg');
    font-weight: 300;
    font-style: normal;

}

@font-face {
    font-family: 'Milkman';
    src: url('../fonts/milkmanreg-webfont.eot');
    src: url('../fonts/milkmanreg-webfont.eot#iefix') format('embedded-opentype'),
         url('../fonts/milkmanreg-webfont.woff') format('woff'),
         url('../fonts/milkmanreg-webfont.ttf') format('truetype'),
         url('../fonts/milkmanreg-webfont.svg') format('svg');
    font-weight: 400;
    font-style: normal;

}

@font-face {
    font-family: 'AlwaysInMyHeart';
    src: url('../fonts/always_in_my_heart-webfont.eot');
    src: url('../fonts/always_in_my_heart-webfont.eot#iefix') format('embedded-opentype'),
         url('../fonts/always_in_my_heart-webfont.woff') format('woff'),
         url('../fonts/always_in_my_heart-webfont.ttf') format('truetype'),
         url('../fonts/always_in_my_heart-webfont.svg') format('svg');
    font-weight: 400;
    font-style: normal;

}

body {
	color: #464646;
	font: 14px 'Open Sans', Arial, sans-serif;
	font-weight: 400;
	line-height: 18px;
	background: #fbffeb;
	margin: 0;}
h1,h2,h3,h4,h5,h6,blockquote,.btn,.milkman{
	font-family: 'Open Sans',Arial, sans-serif; 
}
h2,h3,h4,h5,h6{
	line-height: 30px;
	margin: 0;
	margin-bottom:5px;
}
h1,h3{
	color: #385dad;
}
h4,h5,h6{
	color: #464646;
}
h1,h2,h5{
	font-weight: 800;
}
h3,h4,blockquote{
	font-weight: 300;
}
h6{
	font-weight: 400;
}
h1{
	font-size: 43px;
	margin-bottom: 5px;
}
h2{
	font-size: 35px;
	color:#bd0000;
}
h3{
	font-size: 30px;
}
h4{
	font-size: 24px;
}
h5,h6{
	font-size: 14px;
}
blockquote{
	color: #016932;
	font-size: 36px;
	font-weight: 300;
	line-height: 30px;
	border-left: 2px dashed #385dad;
	padding: 1px 10px;
}
a {
	color: #016932;	
	text-decoration: underline;
}
a:hover, a:active {
	color: #02a24d;
	text-decoration: underline;
}
.alignleft{
	text-align: left;
}
.alignright{
	text-align: right;
}
.aligncenter{
	text-align: center;
}
img {max-width:100%;}
img.alignright {
    display: block;
    float: right;
    margin-bottom: 15px;
    margin-left: 20px;
}
img.alignleft {
    display: block;
    float: left;
    margin-bottom: 15px;
    margin-right: 20px;
}

ul{
	list-style:none;
	margin: 0;
	padding: 0;
}
ul li{
	display: inline-block;
}
ul li a{
	text-decoration: none;
}

section.content ul {
	list-style-type: disc;
	margin-left:30px;
	margin-bottom:20px;
}
section.content ul li{
	display: list-item;
	color:#464646;
	margin-bottom:3px;
}

table#table td {
	padding:10px;
}

form input[type=text], textarea {
	width:95%;
	margin:2px;
}

/********************************
** BUTTON
*********************************/
.btn{
	font-size: 15px;
	font-weight: 800;
	text-decoration: none;}
.btn-primary{
	background: #3c5aa8;
	border-color: #3c5aa8;
	border-radius: 10px;
}
.btn-primary:hover,.btn-primary:focus,.btn-primary:active{
	background: #657fc3;
	border-color: #657fc3;
}

/********************************
** HEADER
*********************************/
.navbar-header{
	background: #385dad;
}
.navbar-header .navbar-toggle{
	float: left;
	margin-left: 40px;
}
.navbar-header .navbar-toggle .icon-bar{
	background: #fff;
	border-radius: 4px;
	width: 24px;
	height: 4px;
}
.navbar-header .contact-box>ul{
	padding-top: 12px;
	padding-bottom: 12px;
	margin-right: 50px;
}
.navbar-header .fa-stack-2x{
	font-size: 3em;
}
.navbar-header .fa-stack{
	width: 3em;
	height: 3em;
	line-height: 3em;
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus{
	background: #385dad;
}
.navbar-nav .open .dropdown-menu>li>a, .navbar-nav .open .dropdown-menu .dropdown-header{
	padding-top: 15px;
	padding-bottom: 15px;
}
#header.header-wrap{
	background: url('../img/background/bg.jpg') no-repeat top center fixed;
	width: 100%;
	height: 512px;
	position: relative;
}
.header-wrap .navbar-default{
	background-color: transparent;
	border-color: transparent;
}
.header-wrap .navbar-default .navbar-nav{
	float: none;
}
.header-wrap .navbar-default .navbar-nav>li{
	float: none;
	display: inline-block;
	position:relative;
}
.header-wrap .navbar-default .navbar-nav>li>a{
	color: #3c5aa8;
	font-weight:800;
	font-size:22px;
	font-family:'Milkman', Arial, sans-serif; 
}
.header-wrap .navbar-default .navbar-nav>li:hover>a{
	color: #657fc4;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus{
	background-color: transparent;
	color: #5a7dca;
}

/* DROP DOWNS */

.header-wrap .navbar-default .navbar-nav li ul {
    display: none;
}
.header-wrap .navbar-default .navbar-nav li:hover ul {
    display: block;
    margin-left: 0;
    position: absolute;
    top:50px;
    z-index: 9999;
}
.header-wrap .navbar-default .navbar-nav li:hover li {
    float: none;
    margin: 0;
    white-space: nowrap;
    width: 100%;
    background:none;
    padding:0;
}
.header-wrap .navbar-default .navbar-nav li:hover li a {
    background: #385dad;
    display: block;
    font-size: 1.05em;
    height: auto;
    text-align: left;
    font-weight:bold;
    color:#fff;
    padding:7px 45px 7px 15px;
}
.header-wrap .navbar-default .navbar-nav li:hover li a:hover {
    background: #efe819;
    text-decoration:none;
}

.header-wrap .header-brand{
	display: inline-block;
	color: #bd0000;
	font: 800 48px 'Milkman', Arial, sans-serif; 
	margin-top: 20px;
	margin-bottom: 0px;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;	
}
.header-wrap .header-brand:hover{
	opacity: 0.7;
}
.header-wrap .header-desc{
	color: #e07474;
	font: normal 70px/60px 'AlwaysInMyHeart', sans-serif;
	margin-top: 45px;
}
.header-wrap .contact-box{
	background: #385dad;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	width: 750px;
	margin-left: -375px;
	position: absolute;
	bottom: 0;
	left: 50%;
	text-align: center;
}
.header-wrap .contact-box ul>li{
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
	color: #fff;
	padding: 3px 8px;
	position: relative;
}
.header-wrap .contact-box ul>li.social{
	padding: 5px 2px;
}
.header-wrap .contact-box ul>li:not(.social):after{
	content: '|';
	position: absolute;
	top: 5px;
	right: -6px;
}
.contact-box ul>li.last{
	padding-right: 15px;
}
.contact-box ul>li.last:after{
	content: "" !important;
}
.contact-box ul>li>a{
	color: #fff;
	font-size: 14px;
}

/********************************
** MAIN
*********************************/
#main{
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 20px;
	padding-bottom: 10px;
	border-top: 3px dashed #385dad;
	border-bottom: 3px dashed #385dad;
}
/* Home page */
.home #main {
	padding-top: 40px;
}
.home #main h1 {
	margin-bottom: 15px;
}
.home #main h1 img {
	display: inline-block;
	vertical-align: bottom;
	position: relative;
	left: -20px;
	bottom: 15px;
}
span.welcometxt {
	font: 21px 'Open Sans', Arial, sans-serif;
	font-weight: bold;
	color: #4e4e4e;
	margin-bottom: 10px;
}
.home #main p {
	line-height: 26px;
}
.home img.kids {
	position: relative;
	left: -20px;
}

/* Sidebar */
.btn-ribbon{
	margin-top: 30px;
}
.btn-ribbon ul{
}
.btn-ribbon ul>li{
	display: block;
	max-width: 249px;
	padding-top: 23px;
	padding-bottom: 23px;
	position: relative;
}
.btn-ribbon ul>li>a{
	background: #006b33;
	color: #fff;
	display: block;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 16px;
	font-weight: 800;
	max-width: 195px;
	margin: 0 auto;
	margin-left: 23px;
	margin-right: 23px;
	text-align: center;
	padding: 17px 10px;
	line-height: 21px; 
	position: relative;
/*	-moz-box-shadow:    0px 12px 0px 0px #fbffeb, 0px -12px 0px 0px #fbffeb, 17px 0 30px -12px rgba(31, 73, 125, 0.8), -17px 0 30px -12px rgba(31, 73, 125, 0.8);
	-webkit-box-shadow: 0px 12px 0px 0px #fbffeb, 0px -12px 0px 0px #fbffeb, 17px 0 30px -12px rgba(31, 73, 125, 0.8), -17px 0 30px -12px rgba(31, 73, 125, 0.8);
	box-shadow: 		0px 12px 0px 0px #fbffeb, 0px -12px 0px 0px #fbffeb, 17px 0 30px -12px rgba(31, 73, 125, 0.8), -17px 0 30px -12px rgba(31, 73, 125, 0.8);*/
}

.btn-ribbon ul>li>a{
	-moz-box-shadow:    0px 12px 20px 0px #fbffeb, 0px -12px 20px 0px #fbffeb, 17px 0 30px -12px rgba(31, 73, 125, 0.8), -17px 0 30px -12px rgba(31, 73, 125, 0.8) !important;
	-webkit-box-shadow: 0px 12px 20px 0px #fbffeb, 0px -12px 20px 0px #fbffeb, 17px 0 30px -12px rgba(31, 73, 125, 0.8), -17px 0 30px -12px rgba(31, 73, 125, 0.8) !important;
	box-shadow: 		0px 12px 20px 0px #fbffeb, 0px -12px 20px 0px #fbffeb, 17px 0 30px -12px rgba(31, 73, 125, 0.8), -17px 0 30px -12px rgba(31, 73, 125, 0.8) !important;
}

.btn-ribbon ul>li:before,.btn-ribbon ul>li:after,.btn-ribbon ul>li>a:before,.btn-ribbon ul>li>a:after{
	content: "";
	position: absolute;
}
.btn-ribbon ul>li:before,.btn-ribbon ul>li:after{
	border-radius: 100%;
	width: 100%;
	height: 0px;
	left: 0;
	z-index: 1;
}
.btn-ribbon ul>li:before{
	border-top: 5px solid transparent;
	border-bottom: 5px solid #fbffeb;
	top:17px;
}
.btn-ribbon ul>li:after{
	border-top: 5px solid #fbffeb;
	border-bottom: 5px solid transparent;
	bottom: 17px;
}
.btn-ribbon ul>li>a:before,.btn-ribbon ul>li>a:after{
	width: 0;
	height: 0;
	border-top: 28px solid #006b33;
	border-bottom: 27px solid #006b33;
	top: 0; 
}
.btn-ribbon ul>li>a:before{
	border-left: 23px solid transparent;
	left: -23px;
}
.btn-ribbon ul>li>a:after{
	border-right:23px solid transparent;
	right: -23px;
}

.btn-ribbon ul>li>a:hover{
	opacity: 0.7;
	text-decoration: none;
}

@media (max-width: 1100px) {
   .flash {
      display:none;
   }
}
@media (min-width: 1100px) {
   .noflash {
      display:none;
   }
   .flash {
      width:550px;margin:0 auto;
      margin-bottom:20px;margin-top:20px;
   }
}

.clear{
	clear: both;
}

/********************************
** FOOTER
*********************************/
#footer{
	padding-top: 10px;
	padding-bottom: 180px;
	background: url('../img/background/footer-bg-desktop.png') no-repeat center bottom;
}
#footer p{
	color: #016932;
	font-size: 12px;
	margin-bottom: 0;
}
#footer .bottom-text{
	padding-top: 20px;
	padding-bottom: 20px;
}
#footer-nav{
	margin-bottom: 30px;
}
#footer-nav>li{}
#footer-nav>li>a{
	color: #bd0000;
	font: 800 24px/22px 'Milkman', Arial, sans-serif;
	padding: 0 5px;
	position: relative;
}
#footer-nav>li>a:after{
	content: "|";
	width: 0;
	height: 0;
	position: absolute;
	top: 3px;
	right: 0px;
}
#footer-nav>li:last-child>a:after{
	content: "";
}

.bottom-text {display:none;}

body.home .bottom-text {display:block;}

@media (max-width:1023px) {
	img.alignright,img.alignleft {
		float:none;
		margin:0 auto;
		margin-bottom:20px;
	}
}

/* Mobile device */
@media (max-width: 767px) {
	

	body{
		background: #fbffeb;
		font-size: 16px;
		line-height: 24px;
	}
	blockquote{
		border: none;
		font-size: 36px;
		line-height: 32px;
		text-align: center;
	}
	h1{
		font-size: 57px;
	}
	h2{
		font-size: 44px;
	}
	h3{
		font-size: 38px;

	}
	h4{
		font-size: 30px;
	}
	h5{
		font-size: 24px;
	}
	h6{
		font-size: 18px;
	}

	.home #main h1 {
		margin-top: -60px;
	}
	.home #main h2 {
		font: 36px 'Open Sans', Arial, sans-serif;
		line-height: 40px;
		margin-bottom: 20px;
	}	
	.home #main h2 br {
		display: none;
	}	
	
	.container{
		padding-left: 70px;
		padding-right: 70px;
	}
	.navbar-header {
		position: fixed;
		width: 100%;
		top: 0;
		z-index: 9999;
	}
	.navbar-header .fa-stack-2x{
		font-size: 1.8em;
	}
	.navbar-header .fa-stack{
		width: 1.8em;
		height: 1.8em;
		line-height: 1.8em;
	}	
	#header.header-wrap{
		background: url('../img/background/mobile2x-3.jpg') no-repeat center 50px fixed;
        
		height: 500px;
		background-size:100%;
	}
	.header-wrap .header-brand{
		margin-top: 160px;
	}
	.header-wrap .header-desc{
		margin-top: 80px;
	}
	.header-wrap .contact-box{
		width: 80%;
		margin-left: -40%;
	}
	.header-wrap .contact-box ul>li{
		display: block;
	}
	.header-wrap .contact-box ul>li:after{
		display: none;
	}
	.header-wrap .contact-box ul>li.social{
		display: none;
	}
	.btn-ribbon {
		margin-top: 0px;
		margin-bottom: 30px;
	}
	.home .btn-ribbon {
		margin-top: 10px;
	}	
	.btn-ribbon ul>li{
		max-width: 100%;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.btn-ribbon ul>li:before{
		top: 5px;
	}
	.btn-ribbon ul>li:after{
		bottom: 5px;
	}
	.btn-ribbon ul>li>a{
		font-size: 24px;
		max-width: 100%;
		box-shadow: 0px 12px 0px 0px #fffcf3, 
					0 -12px 0px 0px #fffcf3, 
					17px 0 30px -12px rgba(31, 73, 125, 0.8), 
					-17px 0 30px -12px rgba(31, 73, 125, 0.8);
	}
	#main .content figure>img{
		padding-top: 25px;
		padding-bottom: 25px;
	}
	#footer .bottom-text{
		padding-top: 60px;
		padding-bottom: 60px;
	}
	#footer .bottom-text img{
		padding-top: 10px;
		padding-bottom: 10px;
	}
	#footer p>span:not(.hidden-xs){
		display: block;
		font-size: 12px !important;
		text-decoration: none !important;
	}
}



/* Smaller Mobile device */
@media (max-width: 640px) {
	h1 {
		font-size:45px;}
	h2 {
		font-size:28px;}
	h3 {
		font-size:20px;}
	.container{
		padding-left: 35px;
		padding-right: 35px;
	}
	.navbar-header .navbar-toggle{
		margin-left: 8px;
	}
	.navbar-header .contact-box>ul{
		margin-right: 15px;
	}
	.kids-mobile {
		margin-bottom: 20px;
		margin-left: 20px;
	}
	#header.header-wrap{
		background: url('../img/background/mobile2x-4.jpg') no-repeat center 50px fixed;
		height: 500px;
		background-size:120%;
	}

	.header-wrap .header-brand{
		margin-top: 100px;
	}
	.header-wrap .header-desc{
		font: normal 50px/35px 'AlwaysInMyHeart', sans-serif;
		margin-top: 40px;
	}
	.btn-ribbon ul>li>a{
		font-size:14px;}
}
/* Tablet device */
@media (min-width: 768px) {
	#footer .bottom-text img{
		width: 62px;
	}
	.btn-ribbon {
		text-align: center;
	}
	.home .btn-ribbon ul>li{
		display: inline-block;
		min-width: 210px;
		margin-left: 7.5px;
		margin-right: 7.5px;
	}	
}

/* Desktop small screen */
@media (min-width: 992px) {
	blockquote {
		width: 65%;
	}	
	.home .btn-ribbon ul>li{
		min-width: 249px;
		margin-left: 15px;
		margin-right: 15px;
	}	
}

/* Desktop large screen */
@media (min-width: 1200px) {
	.container {
		width: 1054px;
	}
}

/* Retina-specific stuff here */

#form .clear {clear:both;}
#form .center {text-align:center;}
#form h3 {margin:0 1%;}
#form small {font-style:italic;}
#form hr {width:98%;margin:10px 1% 15px 1%;}

/*GRID */
#form .column {
	float:left;
	margin:0 1%;
}

#form .full {width:98%;margin:0 1%;}
#form .half {width:48%;}
#form .twothird {width:65%;}
#form .onethird {width:31%;}

/*FORM STYLES*/

#form input:not([type=submit]):not([type=checkbox]) {
	width:96%;
	padding:10px 2%;
}

#form textarea {
	width:100%;
	resize:none;
}

#form select {
	width:101%;
	padding:10px 2%;
}

/*MEDIA QUERIES */

@media (max-width:767px) {
	#form .column {
		float:none;
		margin:0;
	}
	#form .full, #form .half, #form .twothird, #form .onethird {
		width:100%;margin:0;
	}
	.header-wrap .contact-box ul>li.nomobile{
		display: none;
	}
	.header-desc {
	display:none;
}
.header-wrap .header-brand{
	font: 800 31px 'Milkman', Arial, sans-serif; 
	line-height:32px;
	margin-top: 75px;
	margin-bottom: -10px;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;	
}
#header.header-wrap{
	height: 500px;
}
.home #main {
	padding-top: 10px;
}

}

@media (max-width:500px) {
	#header.header-wrap{
		height: 350px;
	}
}