@import url(fontRoboto.css); /* FREE GOOGLE FONT */


html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {	
    margin: 0;	
    padding: 0;	
    border: 0;	
    font-size: 100%;	
    font: inherit;	
    vertical-align: baseline;
}

b{	
	font-weight: bold;

}
i{
	font-style: italic;

}

p{
    margin:1px;
    padding:1px;
    text-align: justify;

}

img {
    border-radius: 5px;
}
/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {	
    display: block;
}

body {	
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1;
	background-color: #f5f5f5;
	padding-top: 10px; 
}
* {
    box-sizing: border-box;
}
ol, ul {	
     list-style: none;
}

blockquote, q {	
      quotes: none;
}

blockquote:before, blockquote:after,q:before, q:after {
	content: '';	
	content: none;
}

table {	
      border-collapse: collapse;	
      border-spacing: 0;
}
  

/*
.parktitleheader{
    font-size:16px;
    font-weight:700;	
    padding: 6px;
    width: 100%;
    margin:0.1px;
}

.parktitleheadermenu{
    font-size:14px;
    font-weight:700;	
    padding: 6px;
}
.header {
    padding: 2px;
    text-align: center;
    background: #1abc9c;
    color: white;

}
*/
/* Header/logo Title */

.set-radius-zero {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}
/* MENU LINKS SECTION*/

.menu-section {
    background-color: #1abc9c;
}

#menu-top a {
    color: #FFF!important;
    text-decoration: none;
    font-weight: 500;
    padding: 10px 10px 10px 10px;
    text-transform: uppercase;
}

.menu-top-active {
    background-color: #1abc9c;
}

.menu-section .nav > li > a:hover,.menu-section .nav > li > a:focus {
    background-color: #1abc9c!important;
}

.menu-section .dropdown-menu > li > a:hover,.menu-section .dropdown-menu > li > a:focus {
    background-color: #F0677C!important;
}
.navbar-default {
  background-color: #011d44;
  border: 0px;
}
.navbar {
  background-color: #011d44;
    margin-bottom: 0px;
    background: #011d44;
}
.navbar-header {
  width: 100%;
  margin-bottom: 0px;
  background-color: #011d44;
}
.navbar-brand {
  width: 100%;
}
.navbar-inverse {
    background-color: #011d44;
    border-color: transparent;
}

.navbar-toggle {
    background-color: #1abc9c;
    color:#1abc9c;
    border: 1px solid #1abc9c;
}

.navbar-toggle hover {
    background-color: #1abc9c;
    color:#1abc9c;
    border: 1px solid #1abc9c;
}
.header {
    text-align: right;
    font-size: 12px;
    /*line-height: 34px;*/
    height: 40px;
    background: #1abc9c;
    background-color: #1abc9c;/* transparent;*/
    color: #000;
    padding: 30px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 200 !important;
    /*text-transform: capitalize;*/
    font-size: 13px;
    margin-bottom:auto;
    border-bottom: 1px solid #0b5345;
    
    margin-bottom: 6px;
    margin-bottom: 6px;
    border-bottom: 15px solid red;
    /*// set animation*/
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;

}

/* Increase the font size of the heading */
.header h1 {
    font-size: 30px;
}
.left-div {
    padding-left: 30px;
    margin-top: 10px;
    margin-bottom: 30px;
}


/* Page content */
.content {
  padding: 12px;
}
/* The sticky class is added to the header with JS when it reaches its scroll position */
.sticky {
  position: relative;
  top: 0;
  width: 100%
}

/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) padding-top: 102px;*/
.sticky + .content {
  padding-top: 2px;
}
/* Column container */
.row {  
    display: -ms-flexbox; /* IE10 */
    display: flex;
    -ms-flex-wrap: wrap; /* IE10 */
    flex-wrap: wrap;
}

/* Create two unequal columns that sits next to each other */
/* Sidebar/left column */
/**30:70**/
.side {
    -ms-flex: 30%; /* IE10 */
    flex: 30%;
    background-color: #f1f1f1;
    padding: 20px;
}
/* Main column */
.main {   
    -ms-flex: 70%; /* IE10 */
    flex: 70%;
    background-color: white;
    padding: 20px;
}

/***60:30:30**/
.middlemain {   
    -ms-flex: 60%; /* IE10 */
    flex: 60%;
    background-color: white;
    padding: 10px;
}
/* Sidebar/left column */
.leftside {
    -ms-flex: 20%; /* IE10 */
    flex: 20%;
    background-color: #f1f1f1;
    padding: 10px;
}
/* Sidebar/right column */
.rightside {
    -ms-flex: 20%; /* IE10 */
    flex: 20%;
    background-color: #f1f1f1;
    padding: 10px;
}




/*ribbon*/

.ribbon {
font-family: 'Raleway', sans-serif;
	color: #101f1d;
	font-size: 32px;
	text-transform: uppercase;
  /*
    text-align: center;
    padding-top: 8px;
    letter-spacing: 1.25px;
    margin-bottom: 5px;
*/

	font-size: 16px !important;
 /* This ribbon is based on a 16px font side and a 24px vertical rhythm. I've used em's to position each element for scalability. If you want to use a different font size you may have to play with the position of the ribbon elements */
	width: 90%;    
	position: relative;
	background: #ba89b6;
	color: #fff;
	text-align: center;
	padding: 1em 2em; /* Adjust to suit */
	margin: 2em auto 3em; /* Based on 24px vertical rhythm. 48px bottom margin - normally 24 but the ribbon 'graphics' take up 24px themselves so we double it. */
}
.ribbon:before, .ribbon:after {
	content: "";
	position: absolute;
	display: block;
	bottom: -1em;
	border: 1.5em solid #986794;
	z-index: -1;
}
.ribbon:before {
	left: -2em;
	border-right-width: 1.5em;
	border-left-color: transparent;
}
.ribbon:after {
	right: -2em;
	border-left-width: 1.5em;
	border-right-color: transparent;
}
.ribbon .ribbon-content:before, .ribbon .ribbon-content:after {
	content: "";
	position: absolute;
	display: block;
	border-style: solid;
	border-color: #804f7c transparent transparent transparent;
	bottom: -1em;
}
.ribbon .ribbon-content:before {
	left: 0;
	border-width: 1em 0 0 1em;
}
.ribbon .ribbon-content:after {
	right: 0;
	border-width: 1em 1em 0 0;
}


/*new_site_ribbon*/
.new_site_ribbon {
	position: relative;
	height: 20px;
	color: #fff ;
	background: red;
	padding: 0 5px;
}

.bannermiddlemain {   
    -ms-flex: 60%; /* IE10 */
    flex: 60%;
    height:320px;
    background-color: white;
    padding: 10px;
    margin-top:auto;
    margin-bottom:10px;
}
.bannermiddlemain img{
/*style="background-size: cover;height:340px;width:100%"*/
	position: relative;
	width:100%;
	height:320px;
}


/* Style the button and place it in the middle of the container/image */
.bannermiddlemain .btnleft {
position:relative;
  top: 50%;
  left: 0.5%;
  transform: translate(-50%, -800%);
  -ms-transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.4);
  color: white;
  font-size: 14px;
  padding: 8px 6px;
  border: none;
  cursor: pointer;
  border-radius: 40%;
}

.bannermiddlemain .btnleft:hover {
  background-color: red;
}
.bannermiddlemain .btnright {
  position: relative;
  top: 50%;
  right: -3.5%;
  transform: translate(-50%, -800%);
  -ms-transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.4);
  color: white;
  font-size: 14px;
  padding: 8px 6px;
  border: none;
  cursor: pointer;
  border-radius: 40%;
}

.bannermiddlemain .btnright:hover {
  background-color: red;
}


/********banner title and subtitle*******/

.bannermiddlemain .title{
	position: relative;
	bottom: 120px;
	left: 4px;
	text-align:left;
	background:rgba(30,30,30,0.2);
	color: white;
	padding:10px 20px; /* top and bottom -  10px, right and left -20 px */
	margin-left:8px;
	margin-right:30%;
	font-size:24px;
    	font-weight:800;
	font-style: italic;
	text-shadow: 2px 2px #000033;
	font-family:Bookman, URW Bookman L, 'Serif',Fantasy ,'Comic Sans MS', "georgia", "vedana"; 
  
}
.bannermiddlemain .subtitle{
	position:absolute; 
	bottom:10px; 
	font-size:16px;  
	background:rgba(251,251,251,0.5);
	padding:8px 18px; /* top and bottom -  10px, right and left -20 px */
	/*width:100%;*/
	margin-left:30%;
	margin-right:8px;
	color:#006; 
	/*text-shadow: 1px 1px 0.1px #330000;*/
	text-align:left;
	font-style: italic;
	font-family:Snell Roundhand, 'Cursive', Bookman, URW Bookman L, 'Serif',Fantasy ,'Comic Sans MS',Garamond,Monospace,"calibri",Helvetica;
}



/* Sidebar/left column */
.bannerleftside {
    -ms-flex: 20%; /* IE10 */
    flex: 20%;
    height:340px;
    padding: 4px;
    background-color: #e5e5e5;
    /*border: 2px dashed #f00; /* Dotted border */
}
.bannerleftside p{	
    padding: 10px;
    font-size:15px;
    font-weight:500;
    text-align: justify;
    color: #000 ;
    cursor: pointer;
    background-color: yellow ;/* #97f396*/
    margin-bottom:10px;
    margin-left:10px;
    border: 2px solid #73c888;
    border-radius: 5px 30px 5px 30px;/*first value applies to top-left corner, second value applies to top-right corner, third value applies to bottom-right corner, and fourth value applies to bottom-left corner*/
}

.hplink{	
    padding: 3px;
    font-size:12px;
    font-weight:300;
    color: #fff ;
    background-color: red ;/* #97f396*/
    margin:10px;
}

.bannerleftside br{
    margin-top:10px;
    margin-bottom:10px;
}

.bannerleftside h1 {
	position: relative;
	background-color: #7d3c98;
	padding: 5px 10px;
	margin-top:-1px;
	margin-right:-3px;
	margin-bottom:0px;
	color: #fff;
	text-align: center;
    	font-size:20px;
    	font-weight:800;
	text-transform: uppercase;
}
.haptltri{
	background: #7d3c98
}

.haptltri:before {
  content: '';
  position: absolute;
  height: 0;
  width: 0;
}

.haptltri:before {
  top: 100%;
  left: 0px;
  border-top: 10px solid #6a4c98;
  border-left: 10px solid transparent;
}
.bannerleftside h2{
    font-size:18px;
    font-weight:700;	
    padding: 10px;
    margin-top:10px;
    color: #fff;/*#0b5345 ;*/
    background-color: #7d3c98  ;
}
.bannerleftside h3, .bannerleftside h4, .bannerleftside h6 {
    font-size:16px;
    font-weight:700;	
    padding: 6px;
    height:24px
    margin-top:18px;
    background-color:#c878ea ;
}

.bannerleftside h5{
	margin-left:10px;
    	font-size:16px;
   	font-weight:700;	
	font-weight: bold;
	position: relative;
	background: #c878ea;
	padding: 5px 10px;
	color: #000066;
	cursor: pointer;
	margin-top:20px;
}
.hprtri{
	background: #c878ea; 
}
.hprtri:before {
	  content: '';
	  position: absolute;
	  height: 0;
	  width: 0;
}
.hprtri:before{
	top: 100%;
	right: 0px;
	border-top: 10px solid #c833ea;
	border-right: 10px solid transparent;
}



/* Sidebar/right column */
.bannerrightside {
    -ms-flex: 20%; /* IE10 */
    flex: 20%;
    height:340px;
    padding: 4px;
    background-color: #e5e5e5;
    /*border: 2px dashed #f00; /* Dotted border */
}

.bannerrightside p{	
    padding: 10px;
    font-size:15px;
    font-weight:500;
    text-align: justify;
    color: #000 ;
    cursor: pointer;
    background-color: #97f396;
    margin-bottom:10px;
    margin-left:10px;
    border: 2px solid #73c888;
    border-radius: 5px 30px 5px 30px;/*first value applies to top-left corner, second value applies to top-right corner, third value applies to bottom-right corner, and fourth value applies to bottom-left corner*/
}

.bannerrightside h1 {
	position: relative;
	background-color: #2471a3;
	padding: 5px 10px;
	margin-top:-1px;
	margin-right:-3px;
	margin-bottom:0px;
	color: #f90606;
	text-align: center;
    	font-size:20px;
    	font-weight:800;
	text-transform: uppercase;
}
.upeltri{
	background: #2471a3
}
.upeltri:before {
  content: '';
  position: absolute;
  height: 0;
  width: 0;
}

.upeltri:before {
  top: 100%;
  left: 0px;
  border-top: 10px solid #2433a3;
  border-left: 10px solid transparent;
}

.bannerrightside h2 {
    font-size:18px;
    font-weight:700;	
    padding: 10px;
    margin-top:10px;
    color: #f90606;
    background-color: #2471a3 ;
}
.bannerrightside h3, .bannerrightside h4, .bannerrightside h6 {
    font-size:16px;
    font-weight:700;	
    padding: 6px;
    height:24px
    margin-top:18px;
    color:#910505;
    background-color: #5499c7 ;
	position: relative;
}

.bannerrightside h5{
	font-family: 'Raleway', sans-serif;
	font-weight: bold;
	position: relative;
	background: #5499c7;
	padding: 5px 10px;
	color: white;/*red;/*indigo;/*purple #7d3c98; /* orangered #FF4500; /*gold:#FFD700;#910505;*/
	margin-left:10px;
	margin-top:20px;
	text-transform: uppercase;
}
.upertri{
	background: #54a8e1; 
}
.upertri:before {
  content: '';
  position: absolute;
  height: 0;
  width: 0;
}
.upertri:before{
	top: 100%;
	right: 0px;
	border-top: 10px solid #54a8e1;
	border-right: 10px solid transparent;
}

/* Fake image, just for this example */
.fakeimg {
    background-color: #f1f1f1;
    width: 100%;
    padding: 3px;
}

/* Footer */

.footer {
  background: none repeat scroll 0 0 #011d40;
  border-top: 5px solid #C52D2F;
  height: 84px;
  width:100%;
  margin-top: 110px;
}

.footer_left {
  padding: 10px;
}

.text-left {
  color: #FFFFFF;
  font-size: 12px;
  margin-top: 15px;
}
/*  home page image gallery*/
.middlemaingallery {   
    -ms-flex: 60%; /* IE10 */
    flex: 60%;
    background-color: white;
    padding: 10px;
}
.aboutusscroll {
    background-color: #d0ece7 ;
    border-left: 6px solid #0b5345;
    padding: 5px;
}
.aboutusscroll p{
	padding: 20px;
	text-align: justify;
	margin-left:10px;

}
.aboutusscroll i{
	font-style: italic;

}
.aboutusscroll b,.aboutusscroll strong{
	font-style: bold;
	font-weight: bold;

}
.aboutusscroll h1 {
    position: relative;
    background-color: #0b5345;
    padding: 5px 10px;
    margin-top:5px;
    margin-right:-5px;
    margin-bottom:2px;
    color: #fff;
    text-align: center;
/*
    font-size:20px;
    font-weight:700;	
    padding: 12px;
    padding-left: -20px;
    margin-top:-5px;
    margin-right:-5px;
    margin-bottom:2px;
    background-color: #0b5345 ;
*/
}
.aboutusscroll h2 {
    font-size:18px;
    font-weight:700;	
    padding: 3px;
    margin-top:5px;
    margin-bottom:2px;
    background-color: #73c6b6 ;
	margin-left:10px;
}
.aboutusscroll h3, .aboutusscroll h4, .aboutusscroll h5, .aboutusscroll h6 {
    font-size:16px;
    font-weight:600;	
    padding: 10px;
    margin-top:10px;
    margin-bottom:2px;
    background-color: #73c6b6 ;
    margin-left:10px;
    border: 2px solid #73c888;
    border-radius: 5px 100px 5px 5px;/*first value applies to top-left corner, second value applies to top-right corner, third value applies to bottom-right corner, and fourth value applies to bottom-left corner*/
}

.bltri:before, .brtri:before{
  content: '';
  position: absolute;
  height: 0;
  width: 0;
}

.bltri:before {
  top: 100%;
  left: 0px;
  border-top: 10px solid #0b5345;
  border-left: 10px solid transparent;
}

.brtri:before {
  top: 100%;
  right: 0px;
  border-top: 10px solid #007286;
  border-right: 10px solid transparent;
}


.danger {
    background-color: #ffdddd;
    border-left: 6px solid #f44336;
    padding: 20px;
}
/* Responsive layout - when the screen is less than 700px wide, make the two columns stack on top of each other instead of next to each other */


@media screen and (max-width: 700px) {
	 .row {   
		flex-direction: column;
	    }/* Sidebar/left column */
	.bannerleftside {
	    -ms-flex: 20%; /* IE10 */
	    flex: 20%;
	    height:300px;
	    padding: 4px;
	    background-color: #e5e5e5;
	}
	.bannerleftside p{	
	    padding: 10px;
	    font-size:15px;
	    font-weight:500;
	    text-align: justify;
	    color: #000 ;
	    background-color: yellow ;/* #97f396*/
	    margin-bottom:10px;
	}
	/* Sidebar/right column */
	.bannerrightside {
	    -ms-flex: 20%; /* IE10 */
	    flex: 20%;
	    height:315px;
	    padding: 4px;
	    background-color: #e5e5e5;
	}
	.bannerrightside p{	
		padding: 10px;
		font-size:15px;
		font-weight:500;
		text-align: justify;
    		color: #000 ;
    		background-color: #97f396;
    		margin-bottom:10px;
	}

	.bannermiddlemain{   
    		-ms-flex: 60%; /* IE10 */
    		flex: 60%;
		height:300px;
		background-color: white;
		padding: 5px;
		margin-top:auto;
		margin-bottom:10px;
	
	}   
	 .bannermiddlemain img{
		position: relative;
		width:100%;
		height:280px;
	}


	.p{	
	    text-align: left;
	}
	.navbar-default {
	  background-color: #1abc9c;
	  border: 0px;
	}
	.navbar {
	  background-color: #1abc9c;
	    margin-bottom: 0px;
	    background: #1abc9c;
	}
	.navbar-header {
	  width: 100%;
	  margin-bottom: 0px;
	  background-color: #1abc9c;
	}
	.navbar-brand {
	  width: 100%;
	}
	.navbar-inverse {
	    background-color: #1abc9c;
	    border-color: transparent;
	}
	.navbar-toggle hover {
	    background-color: #1abc9c;
	    color:#1abc9c;
	    border: 1px solid #1abc9c;
	}
}

@media screen and (max-width: 400px) {
	.row {   
		flex-direction: column;
	}
	/* Sidebar/left column */
	.bannerleftside {
	    -ms-flex: 20%; /* IE10 */
	    flex: 20%;
	    height:280px;
	    background-color: #e5e5e5;
	    padding: 4px;
	}
	.bannerleftside p{	
	    padding: 10px;
	    font-size:15px;
	    font-weight:500;
	    text-align: justify;
	    color: #000 ;
	    background-color: yellow ;/* #97f396*/
	    margin-bottom:10px;
	}
	/* Sidebar/right column */
	.bannerrightside {
	    -ms-flex: 20%; /* IE10 */
	    flex: 20%;
	    height:315px;
	    background-color: #e5e5e5;
	    padding: 4px;
	}
	.bannerrightside p{	
		padding: 10px;
		font-size:15px;
		font-weight:500;
		text-align: justify;
    		color: #000 ;
    		background-color: #97f396;
    		margin-bottom:10px;
	}
	.bannermiddlemain{
		height:280px;
		background-color: white;
		padding: 10px;
		margin-top:auto;
		margin-bottom:10px;
	
	}   
	.bannermiddlemain img{
		position: relative;
		width:100%;
		height:280px;
	}
	.navbar-default {
	  background-color: #1abc9c;
	  border: 0px;
	}
	.navbar {
	  background-color: #1abc9c;
	    margin-bottom: 0px;
	    background: #1abc9c;
	}
	.navbar-header {
	  width: 100%;
	  margin-bottom: 0px;
	  background-color: #1abc9c;
	}
	.navbar-brand {
	  width: 100%;
	}
	.navbar-inverse {
	    background-color: #1abc9c;
	    border-color: transparent;
	}
	.navbar-toggle hover {
	    background-color: #1abc9c;
	    color:#1abc9c;
	    border: 1px solid #1abc9c;
	}
}




.coupon {
    border: 5px dotted #bbb; /* Dotted border */
    width: 80%;
    border-radius: 15px; /* Rounded border */
    margin: 0 auto; /* Center the coupon */
    max-width: 600px;
}

.couponcontainer {
    padding: 2px 16px;
    background-color: #f1f1f1;
}

.promo {
    background: #ccc;
    padding: 3px;
}

.expire {
    color: red;
}

#newsletter-form {
    background-color: #2e2e2e;
    background-color: rgba(46,46,46,0.85);
    max-width: 100%;
    padding: 10px 10px 0;
    text-align: center;
    z-index: 1;
}
#search-form {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
#search-form {
    position: absolute;
    top: 250px;
    left: 0;
    right: 0;
    background-color: #2e2e2e;
    background-color: rgba(46,46,46,0.85);
    max-width: 2000px;
    padding: 20px 20px 0;
    text-align: center;
    z-index: 1;
}

.home-image {
    text-align: center;
}
.home-title {
    font-family: Arial, Helvetica, Sans-Serif;
    color: #fff;
    font-weight: normal;
    text-align: center;
}
h2.home-title {
  font-size: 16px;
  margin-bottom: 5px;
}
h3.home-title {
  font-size: 14px;
  margin-top: 20px;
  
}
.home-title a {
  color: #fff;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
}
.home-title a:hover {
  color: #F0AD4E;
}
h1.home-image img {
    margin: 0 auto;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.mod-search {
    padding-bottom: 12px;
}
.mod-search .block-content {
    padding-top: 12px;
}
.block .block-content {
    padding-top: 12px;
    clear: both;
}
.hero-form select {
    height: 36px;
    margin: 0 10px 0 0;
    border-radius: 0;
}
.hero-form input[type=text] {
    height: 36px;
    margin: 0 10px 0 0;
    border-radius: 0;
}
.hero-form input[type=submit] {
    font-size: 14px;
    background-color: #F0AD4E;
    height: 36px;
    border-radius: 0;
}
.heroimage {
  margin-bottom: 0px;
  background-image: url(../images/parktrees.jpg);
  background-size: cover;
  width: 100%;
    min-height: 400px;
}

@media screen and (max-width: 700px) {
    .hero-form select {
    width: 100%;
  }
}



.cd-intro {
  width: 90%;
  max-width: 768px; }

.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
 }
.cd-words-wrapper b {
    display: inline-block;
    position: absolute;
    white-space: nowrap;
    font-weight: 150;
    left: 0;
    top: 0;
    text-transform: uppercase;
    color: #1aa6e2;
 }
  .cd-words-wrapper b.is-visible {
    position: relative; }

.no-js .cd-words-wrapper b {
  opacity: 0; }

.no-js .cd-words-wrapper b.is-visible {
  opacity: 1; }

.cd-headline.clip span {
  display: inline-block;
  padding: .1em 0; }

.cd-headline.clip .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top; }

.cd-headline.clip .cd-words-wrapper::after {
  /* line */
  content: '';
  position: absolute;
  top: 6px;
  right: 0;
  width: 2px;
  height: 80%;
  background-color: #cfcfcf; }

.cd-headline.clip b {
  opacity: 0; }

.cd-headline.clip b.is-visible {
  opacity: 1; }

.animationtitle1 {
  -webkit-animation: fadeInUp 300ms linear 300ms both;
  -moz-animation: fadeInUp 300ms linear 300ms both;
  -o-animation: fadeInUp 300ms linear 300ms both;
  -ms-animation: fadeInUp 300ms linear 300ms both;
  animation: fadeInUp 300ms linear 300ms both;
}
.animationtitle2 {
  -webkit-animation: fadeInUp 300ms linear 600ms both;
  -moz-animation: fadeInUp 300ms linear 600ms both;
  -o-animation: fadeInUp 300ms linear 600ms both;
  -ms-animation: fadeInUp 300ms linear 600ms both;
  animation: fadeInUp 300ms linear 600ms both;
}
.animationbirthday {
  -webkit-animation: fadeInLeftni 300ms linear 600ms both;
  -moz-animation: fadeInLeftni 300ms linear 600ms both;
  -o-animation: fadeInLeftni 300ms linear 600ms both;
  -ms-animation: fadeInLeftni 300ms linear 600ms both;
  animation: fadeInLeftni 300ms linear 600ms both;
}

.animationwedding {
  -webkit-animation: fadeInRightni 300ms linear 600ms both;
  -moz-animation: fadeInRightni 300ms linear 600ms both;
  -o-animation: fadeInRightni 300ms linear 600ms both;
  -ms-animation: fadeInRightni 300ms linear 600ms both;
  animation: fadeInRightni 300ms linear 600ms both;
}
.animationpicnic {
  -webkit-animation: fadeInUpni 300ms linear 600ms both;
  -moz-animation: fadeInUpni 300ms linear 600ms both;
  -o-animation: fadeInUpni 300ms linear 600ms both;
  -ms-animation: fadeInUpni 300ms linear 600ms both;
  animation: fadeInUpni 300ms linear 600ms both;
}
.animationcasual {
  -webkit-animation: fadeInDownni 300ms linear 600ms both;
  -moz-animation: fadeInDownni 300ms linear 600ms both;
  -o-animation: fadeInDownni 300ms linear 600ms both;
  -ms-animation: fadeInDownni 300ms linear 600ms both;
  animation: fadeInDownni 300ms linear 600ms both;
}
.animationshooting {
  -webkit-animation: fadeInUpni 300ms linear 600ms both;
  -moz-animation: fadeInUpni 300ms linear 600ms both;
  -o-animation: fadeInUpni 300ms linear 600ms both;
  -ms-animation: fadeInUpni 300ms linear 600ms both;
  animation: fadeInUpni 300ms linear 600ms both;
}

/* Animation */
@keyframes fadeInUpni {
    from {
        transform: translate3d(0,60px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

@-webkit-keyframes fadeInUpni {
    from {
        transform: translate3d(0,60px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

@keyframes fadeInRightni {
    from {
        transform: translate3d(200px,0,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

@-webkit-keyframes fadeInRightni {
    from {
        transform: translate3d(200px,0,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}
@keyframes fadeInLeftni {
    from {
        transform: translate3d(-200px,0,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

@-webkit-keyframes fadeInLeftni {
    from {
        transform: translate3d(-200px,0,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}
@keyframes fadeInDownni {
    from {
        transform: translate3d(0,-200px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

@-webkit-keyframes fadeInDownni {
    from {
        transform: translate3d(0,-200px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}
.animatedni {
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-duration: 300ms;
    -webkit-animation-fill-mode: both
}

.animatedFadeInUpni {
    opacity: 0
}
.fadeInUpni {
    opacity: 0;
    animation-name: fadeInUpni;
    -webkit-animation-name: fadeInUpni;
}


.animatedFadeInDownni {
    opacity: 0
}
.fadeInDownni {
    opacity: 0;
    animation-name: fadeInDownni;
    -webkit-animation-name: fadeInDownni;
}


.animatedFadeInLeftni {
    opacity: 0
}
.fadeInLeftni {
    opacity: 0;
    animation-name: fadeInLeftni;
    -webkit-animation-name: fadeInLeftni;
}

.animatedFadeInRightni {
    opacity: 0
}
.fadeInRightni {
    opacity: 0;
    animation-name: fadeInRightni;
    -webkit-animation-name: fadeInRightni;
}
#main-slider .active .animation.animated-item-1 {
  -webkit-animation: fadeInUp 300ms linear 300ms both;
  -moz-animation: fadeInUp 300ms linear 300ms both;
  -o-animation: fadeInUp 300ms linear 300ms both;
  -ms-animation: fadeInUp 300ms linear 300ms both;
  animation: fadeInUp 300ms linear 300ms both;
}

#main-slider .active .animation.animated-item-2 {
  -webkit-animation: fadeInUp 300ms linear 600ms both;
  -moz-animation: fadeInUp 300ms linear 600ms both;
  -o-animation: fadeInUp 300ms linear 600ms both;
  -ms-animation: fadeInUp 300ms linear 600ms both;
  animation: fadeInUp 300ms linear 600ms both;
}

#main-slider .active .animation.animated-item-3 {
  -webkit-animation: fadeInUp 300ms linear 900ms both;
  -moz-animation: fadeInUp 300ms linear 900ms both;
  -o-animation: fadeInUp 300ms linear 900ms both;
  -ms-animation: fadeInUp 300ms linear 900ms both;
  animation: fadeInUp 300ms linear 900ms both;
}

#main-slider .active .animation.animated-item-4 {
  -webkit-animation: fadeInUp 300ms linear 1200ms both;
  -moz-animation: fadeInUp 300ms linear 1200ms both;
  -o-animation: fadeInUp 300ms linear 1200ms both;
  -ms-animation: fadeInUp 300ms linear 1200ms both;
  animation: fadeInUp 300ms linear 1200ms both;
}

/*************************
********* tab of packages list details ******
**************************/

/* Main column */
.mainpackage {   
    -ms-flex: 70%; /* IE10 */
    flex: 70%;
    background-color: white;
    padding: 2px;
}

/* Style the tab */
.tab {
    border-left: 6px solid #f44336;
    float: left;
    border: 1px solid #ccc;
    background-color: #48c9b0;
    width: 30%;
    height: 400px;
}

/* Style the buttons inside the tab */
.tab button {
    display: block;
    background-color: inherit;
    color: black;
    padding: 22px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
	background-color:   #3498db ;
	color:red;
}

/* Create an active/current "tab button" class */
.tab button.active {
	background-color: #1d8348;
	color:white;
}


.tab button.active {
	position: relative;
	background: #1d8348;
	border: 2px solid #c2e1f5;
}
.tab button.active:after, .tab button.active:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.tab button.active:after {
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #1d8348;
	border-width: 30px;
	margin-top: -30px;
}
.tab button.active:before {
	border-color: rgba(194, 225, 245, 0);
	border-left-color: #1d8348;
	border-width: 31px;
	margin-top: -31px;
}

/* Style the tab content */
.tabcontent {
    float: left;
    /*padding: 10px 22px;/* top&down 10, left right -22px*/
    /* padding:10px 5px 15px 20px;/*    top padding is 10px,    right padding is 5px,    bottom padding is 15px,    left padding is 20px */
    padding:25px 8px 10px 35px;
    border: 1px solid #ccc;
    width: 70%;
    border-left: none;
    height: 400px;
}

.tabcontent h1{
  font-size: 36px;
  color:#fff;
}

.tabcontent h2{
  font-size: 20px;
}

.tabcontent h3{
  font-size: 16px;
  color: #4a235a;
  font-weight: 400;
  line-height: 24px;
}

.tabcontent h4{
  font-size: 16px;
}


h1{
  font-size: 36px;
  color:#fff;
}

h2{
  font-size: 20px;
}

h3{
  font-size: 16px;
  color: #4a235a;
  font-weight: 400;
  line-height: 24px;
}

h4{
  font-size: 16px;
}

hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}

.media>.pull-left{
  margin-right: 20px;
}

.media>.pull-right{
  margin-left: 20px;
}

.center {
  text-align: center;
  padding-bottom: 55px;
}

.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}

.lead{
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.transparent-bg {
  background-color: transparent !important;
  margin-bottom: 0;
}

@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.mainpackagenewsletter {   
    -ms-flex: 30%; /* IE10 */
    flex: 30%;
    background-color: #2e2e2e;
    padding: 6px;
    height: 400px;
}
/*************************************/




/*************************
********* Contact Us CSS ******
**************************/

.gmap-area {
  background-image: url("../images/map.jpg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0;
}

.gmap-area .gmap iframe {
  border-radius: 50%;
  height: 500px;
  width: 500px;
}

.gmap{
    border: 5px solid #f6f5f0;
    border-radius: 50%;
    height: 500px;
    width: 500px;
    box-shadow: 0px 0px 3px 3px #e7e4dc;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.gmap-area .map-content ul {
  list-style: none; 
}

.gmap-area .map-content address h5{
  font-weight: 700;
  /* font-size: 16px; */
}

#contact-page{
  padding-top: 0;
}

#contact-page .contact-form 
.form-group label {
  color: #4E4E4E;
  font-size: 16px;
  font-weight: 300;
}

.form-group .form-control {
  padding: 7px 12px;
  border-color:#4a235a;
  box-shadow: none;
}

textarea#message{
  resize: none;
  padding: 10px;
}

#contact-page .contact-wrap {
  margin-top: 20px;
}

/****** *************/

/* Create four equal columns that floats next to each other */
.column1 {
    float: left;
    width: 310px;
    padding: 10px;
    height: 300px; /* Should be removed. Only for demonstration */
}
.column p{
  font-weight: 600;
  font-size: 12px;
}
.column b{
  font-weight: 700;
  font-size: 16px;
}
.column h3, .column h4, .column h5, .column h6 {
    font-size:18px;
    font-weight:700;	
    padding: 6px;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}
/***********************
********* Footer ******#A569BD
************************/
#bottom {
  background-image: url("../images/bg_services.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0;
  border-bottom: 5px solid #fff;
  font-size: 14px;
  width:100%;
  /*background: #5499C7;
  border-bottom: 5px solid #c52d2f;
  font-size: 14px;*/

}

#bottom h3 {
  margin-top: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size:22px;
  color:  #011d44;
}

#bottom ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#bottom ul li {
  display: block;
  padding: 5px 0;
  color: #011d44;
}

#bottom ul li a {
  color:#011d88;
}

#bottom ul li a:hover {
  color:#17202a ;
  font-weight:bold;
  text-decoration:underline;
}

#bottom .widget {
  margin-bottom: 0;
}

#footer {
  padding-top: 30px;
  padding-bottom: 30px;
  width:100%;
  color: #fff;
  background: #011b44;
}

#footer a {
  color: #fff;
}

#footer a:hover {
  color: #800000;
}

#footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer ul > li {
  display: inline-block;
  margin-left: 15px;
}


/**********animated*************/
/* Animation */

@keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

@-webkit-keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both
}

.animatedFadeInUp {
    opacity: 0
}

.fadeInUp {
    opacity: 0;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}
/*****************used: <div class="animated animatedFadeInUp fadeInUp"> ***************/



#list {
	margin: 2em auto;
	padding: 0;
	max-width: 600px;
	list-style: none;
	height: 15em;
}

#list li {
	float: left;
	width: 100px;
	height: 100px;
	margin: 0 5px;
	background: #ccc;
	text-align: center;
	line-height: 100px;
	opacity: 0;
	animation: fadeIn 1s ease-in both;
}

#list li:nth-child(2) {
	animation-delay: 1s;
}
#list li:nth-child(3) {
	animation-delay: 2s;
}
#list li:nth-child(4) {
	animation-delay: 3s;
}
#list li:nth-child(5) {
	animation-delay: 4s;
}

@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translate3d(0, -20%, 0);
	}
	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}


/**************** Animated list .................when <ul id="list"><li></li>....</ul>.... ********/
       

.container-section .form-control{
    border: 1px solid  #2fbfbc;
    border-top: none;
    border-left: none;
    border-right: none;
    box-shadow: none;
}
.section-head {
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    color: #101f1d;
    font-size: 35px;
    text-transform: uppercase;
    padding-top: 10px;
    letter-spacing: 1.25px;
    margin-bottom: 5px;
}
.section-header {
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    color: #101f1d;
    font-size: 32px;
    text-transform: uppercase;
    text-align: center;
    padding-top: 8px;
    letter-spacing: 1.25px;
    margin-bottom: 5px;
}
h2 {
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    color: #101f1d;
    font-size: 35px;
    letter-spacing: 1.25px;
}
.btn {
    font-size: 15px;
    padding: 22px 46px 18px;
    line-height: 1;
    text-transform: uppercase;
    border: none;
    border-radius: 0;
    position: relative;
    letter-spacing: 0.3px;
}
.btn.btn-accent {
    background: #2fbfbc;
    color: white;
}
.btn.btn-accent:hover {
    background: #269694;
}
.container-fields {
  padding:40px 0px 0px;
}
.container-h2 {
  color: #fd4f00;
  padding-top:20px;
}
.container-fields .form-group {
  margin-bottom: 35px;
}
.container-info {
   font-family: verdana;
    font-size: 14px;
 line-height: 1.5;
   text-align: justify;

}
.container-info p{
  font-family: 'Roboto',regular;
    font-size: 16px;   
 line-height: 1.5;
   text-align: justify;
  text-justify: inter-word; 
  border: 0px solid powderblue;
    padding: 30px;

}
.container-info h2{
	font-family: 'Roboto',regular;
	font-size: 32px;
	font-weight: 900;
}
.container-info h3{
	font-family: 'Roboto',regular;
	font-size: 28px;
	font-weight: 700;
}
.container-info b {
  font-family: 'Roboto',regular;
  font-weight: 600;
  font-size: 18px;
  font: bold;

}
.container-info i {
  font-family: 'Roboto',regular;
  font-weight: 600;
  font-size: 17px;
  font: italic;

}
.container-info a {
  font-family: 'Roboto',regular;
  font-weight: 600;
  font-size: 17px;
  font: italic;
color:blue;

}
.container-info span {
    font-family: Architex, Still Time;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 4px;
    display: block;
    padding-top: 15px;
}
.container-fields .form-group input,
.container-fields .form-group textarea {
  font-size: 16px;
}
.newsletter-inline {
    display: table;
    width: 100%;
    margin: 69px 0 138px;
    text-align: center;
}
a {
    -webkit-transition: all 250ms cubic-bezier(0.55, 0, 0.1, 1);
    transition: all 250ms cubic-bezier(0.55, 0, 0.1, 1);
}
.newsletter-inline i {
    font-size: 109px;
    padding-top: 25px;
}
.newsletter-inline  span {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 4px;
    display: block;
    padding-top: 15px;
}
.newsletter-inline__form .container-newsletter {
    text-align: left;
    width: 100%;
    max-width: 668px;
    margin: 0px auto;
}
.newsletter-inline__form .form-inline {
    display: table;
    width: 100%;
    height: 65px;
}

@media screen and (min-width: 980px) {
  .container-info {
    padding-left: 110px;
    width:100%;
  }
}

/*************************************************************/

/*==============================================
    DASHBOARD  STYLES    
 =============================================*/

/* DASHBOARD ICONS */

.bk-clr-one {
    background-color: #B9B739;
}

.bk-clr-two {
    background-color: #F94C4C;
}

.bk-clr-three {
    background-color: #119c7e;
}

.bk-clr-four {
    background-color: #b739b9;
}

.dashboard-div-icon {
    height: 60px;
    width: 60px;
    border: 2px solid #fff;
    padding: 20px;
    border-radius: 50%;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    font-size: 20px;
    margin-bottom: 10px;
    color: #fff;
}

.dashboard-div-wrapper {
    border-radius: 5px;
    text-align: center;
    padding: 10px;
    color: #fff;
    margin: 20px;
}

.dashboard-div-wrapper .progress {
        height: 1px;
}


/**************************************/
.badge {
    border-radius: 0px;
    background-color: #e8ac00;
}
.badge {
    font-size: 17px;
    border-radius: 0px;
    margin-right: 10px;
    padding: 3px 5px;
}

/* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other (and change the direction - make the "cart" column go on top) */
@media (max-width: 800px) {
    width: 100%;
  .row {
    flex-direction: column;
  }
  .col-md-3{
    margin: 5px;
    margin-left: 55px;
    width: 100%;
	
	}
  .col-25 {
    margin-bottom: 20px;
  }
}
