@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&family=Montserrat:wght@300;700&display=swap');


/*------------------------------------------------*/
/* Global STYLES */
/*------------------------------------------------*/

a, a:link, a:visited, a:active {
    color:#5e7684;
    text-decoration: none;
	-webkit-transition:all ease .4s; transition:all ease .4s;
}

a:hover {
    color:#478CDF;
    text-decoration: none;
    -webkit-transition:all ease .4s; transition:all ease .4s;
}

body {

}


h1, h2, h3, h4, h5, h6 {
    line-height: 1.2;
    margin: 0 0 10px 0;
}

h1 {
    font-size: 52px;
	color:#5e7684;
	font-family: 'Dancing Script', cursive;
	font-weight:900;
}

h2 {
    font-size: 32px;
	color:#111;
	font-weight:700;
	font-family: 'Montserrat', sans-serif;
}

h3 {
    font-size: 28px;
    color: #333;
	font-weight:400;
}

h4 {
    font-size: 18px;
    color: #111;
}

h5  {
    font-size: 14px;
    color: #111;
}

h6  {
    font-size: 13px;
    color: #666;
}

p {
    margin: 0 0 25px 0;
}

hr {
    clear: both;
    height: 0;
    border: solid #c0c0c0;
    border-width: 1px 0 0;
    margin: 20px 0 20px 0;
}

div, p {line-height:24px; font-size:17px; color:#222;font-family: 'Montserrat', sans-serif;}

td {color:#222;padding:5px;line-height:18px; font-size:16px;font-family: 'Montserrat', sans-serif;}

ul li {
    font-size:  16px; 
	color:#222;
	margin-bottom: 8px;
	}

ol li {
    list-style-type: decimal;
    margin-bottom: 8px;
	font-size:  16px; 
}

ol ol {
    margin-top: 8px;
    margin-left: 30px;
}

    ol ol li {
        list-style-type: lower-roman;
    }

    ol ol ol li {
        list-style-type: lower-alpha;
    }

ol ul li {
    list-style-type: lower-roman;
}


/*------------------------------------------------*/
/* Responsive Video and Image STYLE */
/*------------------------------------------------*/

img {
	max-width: 100%;
	height:auto;
}


.video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video iframe,
.video object,
.video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*------------------------------------------------*/
/* Bootstrap ultilities */
/*------------------------------------------------*/

/* no-gutters Class Rules */
.row.no-gutters {
   margin-right: 0;
   margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
   padding-right: 0;
   padding-left: 0;
}


/* Main boxes flex column STYLES */

.row-flex, .row-flex > div[class*='col-'] {  
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex:1 1 auto;
}

.row-flex-wrap {
	-webkit-flex-flow: row wrap;
    align-content: flex-start;
    flex:0;
}

.row-flex > div[class*='col-'], .container-flex > div[class*='col-'] {
	 margin:-.2px; /* hack adjust for wrapping */
}

.container-flex > div[class*='col-'] div,.row-flex > div[class*='col-'] div {
	width:100%;
}


.flex-col {
    display: flex;
    display: -webkit-flex;
    flex: 1 100%;
	flex-flow: column nowrap;
}

.flex-grow {
	display: flex;
    -webkit-flex: 2;
    flex: 2;
}

/* End Main boxes flex column STYLES */

.imglg{ transition: all .2s ease-in-out; }
.imglg:hover { transform: scale(1.02); }

.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

/*------------------------------------------------*/
/* Navigation Styles */
/*------------------------------------------------*/
.navbar .navbar-nav {
    display: inline-block;
    float: none;
}
.navbar .navbar-collapse {
    text-align: right;
}

.navbar-default .navbar-nav > li > a {color:#EEE;}

.navbar{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;margin-bottom:0;z-index:1000;}

.navbar-default{background-color:transparent;z-index:1000;border:none;}

.navbar-collapse{-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;z-index:1000;border:none;}

.nav > li {margin-bottom:0px;}
.nav > li > a {padding: 10px 5px;}

#dnnMenu .topLevel>li>a {text-transform:uppercase;padding-top:3px;padding-bottom:3px;background:transparent;color:#EEE;transition: all .4s ease; margin: 0 5px 0 5px; }

#dnnMenu .topLevel>li>a:focus{padding-top:3px;padding-bottom:3px;color:#FFF;background:transparent;transition: all .4s ease;margin: 0 5px 0 5px; }
#dnnMenu .topLevel>li>a:hover{padding-top:3px;padding-bottom:3px;color:#FFF;background:transparent;transition: all .4s ease;margin: 0 5px 0 5px;}

#dnnMenu .topLevel>li.active>a {background:transparent;color:#FFF;transition: all .4s ease;}
#dnnMenu .topLevel>li.active>a:focus {color:#FFF;background:transparent;transition: all .4s ease;}
#dnnMenu .topLevel>li.active>a:hover {color:#FFF;background:transparent;transition: all .4s ease;}

#dnnMenu .topLevel>.open>a {background:transparent;color:#FFF;border-radius:0;transition: all .4s ease;}
#dnnMenu .topLevel>.open>a:hover{color:#FFF;background:transparent;transition: all .4s ease;}
#dnnMenu .topLevel>.open>a:focus{color:#FFF;background:transparent;transition: all .4s ease;}

#dnnMenu .topLevel>.active.open>a {background:transparent;color:#FFF;transition: all .4s ease;}
#dnnMenu .topLevel>.active.open>a:hover {color:#FFF;background:transparent;transition: all .4s ease;}
#dnnMenu .topLevel>.active.open>a:focus{color:#FFF;background:transparent;transition: all .4s ease;}

#dnnMenu .topLevel>li>a span {font-size:16px;border-radius:0px;transition: all .4s ease;font-weight:700;text-shadow:2px 2px 1px #000;} 
#dnnMenu .topLevel>li>a:focus span{font-size:16px;border-radius:0px;transition: all .4s ease;font-weight:700;text-shadow:2px 2px 1px #000;}
#dnnMenu .topLevel>li>a:hover span{font-size:16px;border-radius:0px;transition: all .4s ease;font-weight:700;text-shadow:2px 2px 1px #000;}

.navbar-default .topLevel>li>a{-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;}

#dnnMenu .dropdown-menu::after{bottom:100%;left:30%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;border-color:rgba(241,241,241,0);border-bottom-color:#f1f1f1;border-width:10px;margin-left:-30px;}

#dnnMenu .dropdown-menu{-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;background:#f1f1f1;padding:0;top:10px;}

#dnnMenu .dropdown-menu li{margin-bottom:0px;background:none;float:none;clear:both;width:auto;padding:5px 5px;border-bottom:1px solid #e1e1e1;-o-transition:all .3s ease;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;transition:all .3s ease;}

#dnnMenu .dropdown-menu li:hover{color:#3f3f3f;background:#CCC;margin-bottom:0px;} 
#dnnMenu .dropdown-menu li:last-child{margin-bottom:0px;color:#3f3f3f;} 
#dnnMenu .dropdown-menu li>a {background:transparent;color:#3f3f3f;}
#dnnMenu .dropdown-menu li>a:focus {background:transparent;color:#3f3f3f;}
#dnnMenu .dropdown-menu li>a:hover {background:transparent;color:#3f3f3f;}
#dnnMenu .dropdown-menu li.active>a,
#dnnMenu .dropdown-menu li.active a:hover {margin-bottom:0px;color:#3f3f3f;} 
#dnnMenu .dropdown-menu li.active a:focus{color:#3f3f3f;margin-bottom:0px;}

#dnnMenu .dropdown-menu a:hover{color:#3f3f3f;margin-bottom:0px;}

.subLevelRight::after{}


@media only screen and (max-width:768px) {
	
.main-navigation {
		height:auto;
		width:100%;}
	
	nav{display:none;}
	
	a.mobile-nav-btn{
		display:block;
		float:right;
		width:50px;
		height:46px;
		margin-top:15px;
		text-align:center;
		color:#383838;
	}
	a.mobile-nav-btn:hover{text-decoration:none;}

#navbar-top-wrapper{clear:both;position:relative;}
	
#navbar{float:none!important;}

}

@media only screen and (min-width:768px) {
	#dnnMenu .nav li{font-size:15px;z-index:1000;}
	#dnnMenu .navbar-nav > li > a {}
	#dnnMenu .navbar-nav > li > a:focus {}
	#dnnMenu .navbar-nav > li > a:hover {}
	#dnnMenu .topLevel>li>a span {font-size:16px;border-radius:0px;transition: all .4s ease;font-weight:700;text-shadow:1px 1px 1px #000;} 
	#dnnMenu .topLevel>li>a:focus span{font-size:16px;border-radius:0px;transition: all .4s ease;font-weight:700;text-shadow:1px 1px 1px #000;}
	#dnnMenu .topLevel>li>a:hover span{font-size:16px;border-radius:0px;transition: all .4s ease;font-weight:700;text-shadow:1px 1px 1px #000;}
}

@media only screen and (min-width:768px) and (max-width:995px){
	#dnnMenu .nav li{font-size:15px;z-index:1000;}
	#dnnMenu .navbar-nav > li > a {}
	#dnnMenu .navbar-nav > li > a:focus {}
	#dnnMenu .navbar-nav > li > a:hover {}

}

@media only screen and (max-width:767px) {

.navbar .navbar-nav {
    display: inline-block;
    float: none;
}
.navbar .navbar-collapse {
    text-align: center;
}

	
.navbar{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;margin-bottom:0;z-index:1000;}

.navbar-default{background-color:transparent;z-index:1000;border:none;}

.navbar-collapse{-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;z-index:1000;border:none;}
	
#dnnMenu .topLevel {text-align:center;width:100%;margin:0;padding:0;}
	
#dnnMenu .topLevel li {position:relative;background:transparent;list-style-type:none;float:none;margin:0;border-top:1px solid rgba(0,0,0,.1);}
	
#dnnMenu .topLevel li a {border-right:none;padding-top:1px;padding-bottom:6px;color:#333;margin:0;background:transparent;}	
#dnnMenu .topLevel li a:focus{border-right:none;padding-top:1px;padding-bottom:6px;color:#333;margin:0;background:#EEE;}	
#dnnMenu .topLevel li a:hover{border-right:none;padding-top:1px;padding-bottom:6px;color:#333;margin:0;background:#EEE;}
	
#dnnMenu .topLevel li.active a{color:#333;margin:0;background:#EEE;}
#dnnMenu .topLevel li.active a:focus{color:#333;margin:0;background:#EEE;} 
#dnnMenu .topLevel li.active a:hover{color:#333;margin:0;background:#EEE;}
	
#dnnMenu .topLevel li a span{font-size:16px;line-height:42px;margin:0;text-shadow:none;}	
#dnnMenu .topLevel li a:focus span{font-size:16px;text-shadow:none;} 
#dnnMenu .topLevel li a:hover span{font-size:16px;text-shadow:none;}

#dnnMenu .topLevel .dropdown.open a span{font-size:16px;}
#dnnMenu .topLevel .dropdown-menu.subLevel a span{font-size:16px;}

	
#dnnMenu .topLevel>.open>a {background:transparent;color:#333;border-radius:0;transition: all .4s ease;}
	
#dnnMenu .topLevel>.open>a:hover{color:#333;background:#EEE;transition: all .4s ease;}
#dnnMenu .topLevel>.open>a:focus{color:#333;background:#EEE;transition: all .4s ease;}

#dnnMenu .topLevel>.active.open>a {background:transparent;color:#333;transition: all .4s ease;}
#dnnMenu .topLevel>.active.open>a:hover {color:#333;background:#EEE;transition: all .4s ease;}
#dnnMenu .topLevel>.active.open>a:focus{color:#333;background:#EEE;transition: all .4s ease;}	
	
#dnnMenu .dropdown.open .subLevel>li a span{font-size:16px;text-align:center;}
#dnnMenu .dropdown.open .subLevel>li a:focus span{font-size:16px;text-align:center;}
#dnnMenu .dropdown.open .subLevel>li a:hover span{font-size:16px;text-align:center;}
	
.navbar-nav.sm-collapsible .caret,.navbar-nav.sm-collapsible ul .caret{color:#333;position:absolute;right:0;padding:5px;width:65px;height:50px;line-height:50px;text-align:center;border-width:1px;border-style:solid;top:0;background-color:#DDD;display:block;margin:0;border-radius:0;font-size:1.3em;}
	
#dnnMenu .dropdown-menu{padding:0;z-index:1000;}
#dnnMenu .dropdown-menu::after{pointer-events:none;border-color:none;border-width:0;}
#dnnMenu .dropdown-menu.subLevel{padding:0;}
#dnnMenu .dropdown-menu.subLevel li.active a span{color:#666;}
#dnnMenu .dropdown-menu.subLevel li{color:#DDD;background:#4a4f54;border-bottom:1px solid #4a4b4c;padding:0;text-align:center;}
#dnnMenu .dropdown-menu.subLevel li a {font-size:18px;color:#DDD;background:#4a4f54;padding:0;}
#dnnMenu .dropdown-menu.subLevel li a:hover {font-size:18px;color:#DDD;background:#5e5e5e;padding:0;}
#dnnMenu .dropdown-menu.subLevelRight li {font-size:18px;color:#DDD;background:#5d6062;padding:0;}
#dnnMenu .dropdown-menu.subLevelRight li a:hover { font-size:18px;color:#DDD;background:#CCC;padding:0;}

}


/*------------------------------------------------*/
/* Global Button Styles */
/*------------------------------------------------*/



.MoreButton a:link, .MoreButton a:visited {
  padding: 20px;
  text-align: center;
  color: #2e1c01;
  font-size:24px;
  display: block;
  width: 100%;
  background:#FFF;
  border: 3px solid #2e1c01;
  font-family: 'Montserrat', sans-serif;
  margin:3px 0 3px 0;
  -webkit-transition:all ease .4s; transition:all ease .4s;
}

.MoreButton a:hover, .MoreButton a:active {
  padding: 20px;
  text-align: center;
  color: #FFF;
  font-size:24px;
  display: block;
  width: 100%;
  background:#2e1c01;
  border: 3px solid #2e1c01;
  font-family: 'Montserrat', sans-serif;
  margin:3px 0 3px 0; 
  -webkit-transition:all ease .4s; transition:all ease .4s;
}



/*------------------------------------------------*/
/* Header STYLES */
/*------------------------------------------------*/


.menuwrap {background:url('images/menu-repeat_bg.jpg') repeat-x; height:114px;box-shadow:0 0 15px 0 rgba(0,0,0,0.2);}

.menupad {padding-top:40px;}

.logo {text-align:center;padding-top:20px;}

.contacttext {color:#333;text-align:right;padding:7px;}

.contacttext  a:visited, .contacttext  a:link {
line-height:20px;font-size:15px;color:#333;-webkit-transition:all ease .4s; transition:all ease .4s;display:inline-block;}

.contacttext  a:hover, .contacttext  a:active {
line-height:20px;font-size:15px;color:#666;-webkit-transition:all ease .4s; transition:all ease .4s;display:inline-block;}


/*------------------------------------------------*/
/* Main Content STYLES */
/*------------------------------------------------*/



.mainwrap {
	background:url('images/main-responsive_bg.jpg');
	width:100%;
	background-size:cover;
	background-position:top -100px center; /* IE fix */
	padding:50px 0 50px 0;
}

.backwrap {
	padding:50px 0 50px 0;

}
.metalborder {background:url('images/menu-repeat_bg.jpg') repeat-x top; height:6px;}
.welcometext {text-align:center;padding-bottom:325px;}
.welcometext h1 {font-size:24px;line-height:32px;color:#111;font-family: 'Montserrat', sans-serif;}
.welcometext h2 {font-size:50px;line-height:58px;color:#5e7684;font-family: 'Dancing Script', cursive;}

.welcometext span {display:inline-block;}


.woodborder {
	background:#111;
	border-style: solid; 
	border-width: 20px; 
	border-color:transparent;
	-moz-border-image: url('images/border_bg.jpg') 50 50 50 round; 
	-webkit-border-image: url('images/border_bg.jpg') 50 50 50 round; 
	-o-border-image: url('images/border_bg.jpgg') 50 50 50 round; 
	border-image: url('images/border_bg.jpg') 50 50 50 round;
	text-align:center;
	-webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.3);
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.3);
	overflow:hidden;
	margin-bottom:15px;
}

.servicetext {
	text-align:center;
	padding-top:250px;
}

.servicetext h2 {
	font-size:72px;
	color:#EEE;
	font-family: 'Dancing Script', cursive;
}

.servicetext p {
	font-size:20px;
	color:#EEE;
	font-family: 'Montserrat', sans-serif;
}

.servicetext h2 a:link, .servicetext h2 a:visited {
	font-size:42px;
	color:#EEE;
	font-family: 'Dancing Script', cursive;
}

.servicetext h2 a:hover, .servicetext h2 a:active {
	font-size:42px;
	color: #FFF;
	font-family: 'Dancing Script', cursive;
}

.tearwrap {
	background:url('images/tear-bg.png') repeat-x left;height:57px;margin-bottom:-55px;position:relative;z-index:1;
}


.historywrap {
	background:url('images/history-responsive_bg.jpg');
	width:100%;
	padding-bottom:15%;
	background-size:cover;
	background-position:top center; /* IE fix */
	position:relative;
	background-attachment:fixed;
	padding-top:50px;
}

.dreamtext {
	text-align:center;
	padding-top:100px;
	padding-bottom:100px;
}

.dreamtext h3 {
	padding-top:15px;
	font-size:72px;
	color:#2e1c01;
	font-family: 'Dancing Script', cursive;
}

.dreamtext h3 span {
	padding-top:15px;
	font-size:100px;
	color:#2e1c01;
	font-family: 'Dancing Script', cursive;
	display:block;
} 

.dreamtext p {
	padding-top:15px;
	font-size:20px;
	color:#2e1c01;
	font-weight:700;
	font-family: 'Montserrat', sans-serif;
}


.gallerywrap {
	background-image:url('images/gallery_bg.jpg');
	width:100%;
	background-size: cover;	
	clip-path: polygon(0 20%, 100% 0, 100% 80%, 0 100%);
	margin-top:-250px;
	margin-bottom:-180px;
	text-align:center;
	padding-bottom:15%;
}
.gallerytext {padding-top:20px;text-align:center;}

.gallerytext p {line-height:26px;font-size:20px;
	color:#111;}

.gallerytext h2 {
	font-size:72px;
	color:#2e1c01;
	font-family: 'Dancing Script', cursive;
}



/*------------------------------------------------*/
/* Footer Content STYLES */
/*------------------------------------------------*/

.footerwrap {
	background-image:url('images/footer-responsive_bg.jpg');
	width:100%;
	padding-bottom:5%;
	padding-top:5%;
	background-size:cover;
	backgound-position: top 500px center;

}


.footertext{text-align:left;font-size:17px;color:#000;padding-top:100px;}
.footertext p {text-align:left;font-size:17px;color:#000;font-weight:700;}
.footertext a:visited, .footertext a:link {-webkit-transition:all ease .4s; transition:all ease .4s;font-size:17px;color:#000;text-decoration:underline;}
.footertext a:hover, .footertext a:active {-webkit-transition:all ease .4s; transition:all ease .4s;font-size:17px;color:#666;text-decoration:underline;}

.login {color:#333;font-size:10px;}
.login li {color:#333;font-size:10px;padding:0;margin:0;}

a.login:visited {color:#333; font-size:10px; text-decoration:none;}
a.login:active {color:#333; font-size:10px; text-decoration:none;}
a.login:link {color:#333; font-size:10px; text-decoration:none;}
a.login:hover {color:#666; font-size:10px; text-decoration:underline;}

.copyright {font-family: 'Montserrat', sans-serif;font-size: 13px;color: #333;text-align:center;padding:0;border-top:1px solid #000;}

a.copyright:visited {color: #333; font-size:13px; text-decoration:none;}
a.copyright:active {color: #333; font-size:13px; text-decoration:none;}
a.copyright:link {color: #333; font-size:13px; text-decoration:none;}
a.copyright:hover {color: #666; font-size:13px; text-decoration:underline;}


.wecontrol {
    text-align: center;
    font-size: 10px;
    padding-top:0;    
	color: #333;
}
.wecontrol ul li { 
  display: inline; 
  color: #333;
  margin-bottom:0;
  padding:0;
}

.wecontrol ul li a
{
   text-decoration: none;
   padding: 0;
   color: #333;
}

.wecontrol ul li a:hover {
    color: #666;
    text-decoration:underline;
}



/*------------------------------------------------*/
/* @media Display STYLES */
/*------------------------------------------------*/


/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
.calltext {padding-top:30px;}
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
.contacttext {color:#333;text-align:center;padding:7px;}
.menupad {padding-top:20px;}
.menuwrap {background:url('images/menu-repeat_bg.jpg') repeat-x; height:auto;box-shadow:0 0 15px 0 rgba(0,0,0,0.2);}
	
.mainwrap {
	background:#FFF;
	padding:50px 0 50px 0;
}
.calltext {padding-top:30px;}	
.welcometext {text-align:center;padding-bottom:25px;}
.calltext {padding-bottom:20px;padding-top:20px;}
.calltext h3 {font-size:30px;line-height:36px;color:#5e7684;font-family: 'Dancing Script', cursive;}
.calltext h4 {font-size:24px;line-height:30px;color:#990000;font-family: 'Montserrat', sans-serif;}
.calltext h4 span {display:inline-block;}	
.historywrap {
	background:url('images/history-responsive_bg.jpg');
	width:100%;
	padding-bottom:15%;
	background-size:cover;
	background-position:top right; /* IE fix */
	position:relative;
	background-attachment:fixed;
	padding-top:50px;

}
.gallerywrap {
	background-image:url('images/gallery_bg.jpg');
	width:100%;
	background-size: cover;	
	clip-path:none;
	margin-top:0px;
	margin-bottom:0px;
	text-align:center;
	padding-bottom:15%;
}
}

/* Small Devices, Tablets */

@media only screen and (max-width : 768px) {

.welcometext h1 {font-size:20px;color:#111;font-family: 'Montserrat', sans-serif;font-weight:400;}
.welcometext h2 {font-size:40px;color:#5e7684;font-family: 'Dancing Script', cursive;padding-bottom:25px;}
.calltext h4 {font-size:18px;line-height:24px;color:#990000;font-family: 'Montserrat', sans-serif;}

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

	
}


/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {

	 
}