
body {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #333;
    line-height: 30px;
    text-align: center;
}

strong { font-weight: 600; }

a, a:hover, a:focus { color: #666; text-decoration: none; transition: all .3s; }



h1, h2 {
	margin-top: 10px;
	font-family: 'Montserrat', sans-serif;
	font-size: 38px;
    font-weight: 300;
    color: #333;
    line-height: 50px;
}

h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 22px;
    font-weight: 300;
    color: #333;
    line-height: 30px;
}

h4 {
	font-family: 'Montserrat', sans-serif;
	font-size: 17px;
    font-weight: 300;
    color: #333;
	line-height: 36px;
}
.title  {
	background: #fffff0;
	background-color: rgba(255, 255, 240, 0.9);
	padding: 20px 10px 50px 10px;
	}
.subtitle {
	font-family: 'Montserrat', sans-serif;
	font-size: 22px;
    font-weight: 300;
    color: #333;
    
}

.pp {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
    color: #333;
	text-align:left;
}
.pp_heading {
    font-weight:bold;
	line-height:40px;
	margin-top:20px;
}  

img { max-width: 100%; }



.medium-paragraph {
	font-size: 17px;
	line-height: 32px;
}

.colored-text { color: #9b59b6; }

::-moz-selection { background: #9b59b6; color: #fff; text-shadow: none; }
::selection { background: #9b59b6; color: #fff; text-shadow: none; }


.accordion_info {font-family: 'Montserrat', sans-serif;font-size: 15px; line-height:20px;}




/***** General style, all sections *****/

.section-container {
    margin: 0 auto;
    padding-bottom: 80px;
}

/*Ivory*/
.section-container-a-bg {
	background: #fffff0;
	background-color: rgba(255, 255, 240);
	margin: 0 auto;
    padding-bottom: 80px;
}
/*Ivory*/
.section-container-a2-bg {
	/*Keep key closer to calendar*/
	background: #fffff0;
	background-color: rgba(255, 255, 240);
	margin: 0 auto;
    padding-bottom: 0px;
}

/*OldLace*/
.section-container-b-bg {
	background: #fdf5e6;
	background-color: rgba(253, 245, 230);
	margin: 0 auto;
    padding-bottom: 80px;
}
/*OldLace*/
.section-container-b2-bg {
	/*Keep key closer to calendar*/
	background: #fdf5e6;
	background-color: rgba(253, 245, 230);
	margin: 0 auto;
    padding-bottom: 0px;
}
/*Gainsboro*/
.section-container-c-bg {
	background: #DCDCDC;
	background-color: rgba(220,220,220);
	margin: 0 auto;
    padding-bottom: 80px;
}

.section-container-image-bg, 
.section-container-image-bg h2, 
.section-container-image-bg h3 {
	color: #fff;
}

.section-container-image-bg .divider-1 span {
	border-color: #fff;
}

.section-description {
	margin-top: 60px;
    padding-bottom: 10px;
}
.section-description2 {
	/*Keep key closer to calendar*/
	margin-top: 0px;
    padding-bottom: 10px;
}
.section-description p {
    margin-top: 20px;
	padding: 0 120px;
}
.section-container-image-bg .section-description p {
	opacity: 0.8;
}

.section-bottom-button {
	padding-top: 60px;
}

.btn-link-1 {
	display: inline-block;
	height: 50px;
	margin: 0 5px;
	padding: 0 28px;
	background: #666;
	background-color: rgba(102, 102, 102, 0.6);
	border: 0;
	font-size: 18px;
    font-weight: 600;
    line-height: 48px;
    color: #fff;
    border-radius: 4px;
    transition: all .3s;
}
.btn-link-1:hover, .btn-link-1:focus, .btn-link-1:active, .btn-link-1:active:focus,
.btn-link-1.btn-primary:not(:disabled):not(.disabled):active,
.btn-link-1.btn-primary:not(:disabled):not(.disabled):active:focus {
	background: #666;
	background-color: rgba(102, 102, 102, 1);
	outline: 0;
	color: #fff;
	box-shadow: none;
}

.btn-link-2 {
	display: inline-block;
	height: 50px;
	margin: 0 5px;
	padding: 0 28px;
	background: #9b59b6;
	background: rgba(0, 62, 99, 0.7);
	border: 0;
	font-size: 17px;
    font-weight: 600;
    line-height: 48px;
    color: #fff;
    border-radius: 4px;
    transition: all .3s;
}
.btn-link-2:hover, .btn-link-2:focus, .btn-link-2:active, .btn-link-2:active:focus,
.btn-link-2.btn-primary:not(:disabled):not(.disabled):active,
.btn-link-2.btn-primary:not(:disabled):not(.disabled):active:focus {
	background: #336F96; background: rgba(51, 111, 150, 0.9); outline: 0; color: #fff; box-shadow: none;
}


.btn-link-3 {
	display: inline-block;
	height: 50px;
	margin: 0 5px;
	padding: 0 28px;
	background: none;
	border: 0;
	border-bottom: 2px solid #9b59b6;
	font-size: 15px;
    font-weight: 600;
    line-height: 48px;
    color: #9b59b6;
    border-radius: 0;
    transition: all .3s;
}
.btn-link-3:hover, .btn-link-3:focus, .btn-link-3:active, .btn-link-3:active:focus,
.btn-link-3.btn-primary:not(:disabled):not(.disabled):active,
.btn-link-3.btn-primary:not(:disabled):not(.disabled):active:focus {
	padding: 0 10px;
	background: none;
	border: 0;
	border-bottom: 2px solid #9b59b6;
	outline: 0;
	color: #9b59b6;
	box-shadow: none;
}


/***** Divider *****/

.divider-1 span {
	display: inline-block;
	width: 200px;
	border-bottom: 1px dashed #666;
}
.divider-2 span {
	display: inline-block;
	width: 200px;
	border-bottom: 1px dashed #333;
}


/***** Top menu *****/
.navbar {
	background: #666;
	-o-transition: all .6s; -moz-transition: all .6s; -webkit-transition: all .6s; -ms-transition: all .6s; transition: all .6s;
	backface-visibility: hidden;
}
.navbar.navbar-no-bg { background: #666; background: rgba(102, 102, 102, 0.6); }

.navbar-dark .navbar-nav { font-size: 17px; color: #fff; font-weight: 600; }
.navbar-dark .navbar-nav .nav-link { color: #fff; color: rgba(255, 255, 255, 0.8); border: 0; }
.navbar-dark .navbar-nav .nav-link:hover { color: #fff; }
.navbar-dark .navbar-nav .nav-link:focus { color: #fff; outline: 0; }

.navbar-expand-md .navbar-nav .nav-link { padding-left: 1rem; padding-right: 1rem; }

.navbar-brand {
	width: 99px;
	//background: url(../img/logo_sm-txt.jpg) left center no-repeat;
	border: 0;
	text-indent: -66699px;
}

.nav-link2 { color: #fff; color: rgba(255, 255, 255, 0.8); border: 0;}
.nav-link2:hover { color: #fff; }
.nav-link2:focus { color: #fff; outline: 0; }
.nav-link2 { padding-left: 5px; padding-right: 5px; }


.logo {
	position:fixed; top: 2px; left: -4px; z-index:2000;
}

.social {
	position:fixed; top: 10px; right: 4px; z-index:1900;
}
.social a { margin: 0 6px; font-size: 32px; color: #ddd;}
.social a:hover, .social a:focus { color: #fff; }


.social2 {
	text-align: right;
}
.social2 a {font-size: 24px; color: #ddd;}



/***** Top content *****/

.top-content {
    padding: 210px 0;
}

.top-content .text {
	color: #000;
}

.top-content .text h1 {
	margin-top: 25px;
	color: #000;
	font-weight:700;
}

.top-content .description {
	margin: 30px 0 10px 0;
	color: #000;
	font-size:24px;
	font-weight:700;
}

.top-content .description p { opacity: 0.8; }

.top-content .top-big-link {
	margin-top: 45px;
}







/***** Information *****/

.information-box {
	padding-top: 30px;
	text-align: left;
}

.information-image {
	overflow: hidden;
	border-radius: 4px;
}

.information-image img {
	-o-transition: all .8s; -moz-transition: all .8s; -webkit-transition: all .8s; -ms-transition: all .8s; transition: all .8s;
}

.information-image:hover img {
	-o-transform: scale(1.25); -moz-transform: scale(1.25); -webkit-transform: scale(1.25); -ms-transform: scale(1.25); transform: scale(1.25);
}




/***** Gallery *****/


.gallery-image img {
	border-radius: 4px;
}


/***** Availability *****/



/***** Contact *****/

.contact-box {
	margin-top: 30px;
	text-align: left;
}

.contact-box .contact-box-icon {
	width: 60px;
	height: 60px;
	margin: 0 auto;
    font-size: 28px;
    color: #fff;
    line-height: 60px;
    text-align: center;
    border-radius: 22px;
    
    background: #666; /* Old browsers */
	background: -moz-linear-gradient(top,  #ccc 0%, #666 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ccc), color-stop(100%,#666)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ccc 0%,#666 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ccc 0%,#666 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ccc 0%,#666 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ccc 0%,#666 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccc', endColorstr='#666',GradientType=0 ); /* IE6-9 */
}


/***** Footer *****/

footer {
	padding: 40px 0 0 0;
	background: #666;
	color: #fff;
	text-align: center;
}

.footer-left {
	text-align: left; line-height: 50px;
}
.footer-left a { color: #ddd; border-bottom: 1px dashed #ddd; }

.footer-left a:hover, .footer-left a:focus { color: #ddd; border: 0; }

.footer-right {
	text-align: right;
}

.footer-right a { margin: 0 6px; font-size: 40px; color: #aaa;}

.footer-right a:hover, .footer-right a:focus { color: #eee; }

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

.footer-bottom a {
	font-size: 32px;
    color: #ddd;
    line-height: 40px;
}

.footer-bottom a:hover, .footer-bottom a:focus { color: #fff; }


/***** Override Carousel *****/

.carousel-control-next-icon, .carousel-control-prev-icon {
width: 28px;
height: 28px;
}


/***** Text align paragraph *****/
p {
 text-align: left;
}

/***** Float Arrow *****/
.go-top {
    position: fixed;
    bottom: 0.75em;
    right: 0.5em;
    text-decoration: none;
    color: white;
   background-color: rgba(102, 102, 102, 0.7);
    font-size: 16px;
    padding: 6px;
    display: none;
    margin: 0;
	z-index:1000;
}

.go-top:hover {
    background-color: rgba(102, 102, 102, 1.0);
    color: white;
    text-decoration: none;
	z-index:1000;
}


/***** Dynamic Size Google iframe *****/

.responsiveiframe {
 
position: relative; padding-bottom: 75%; height: 0; overflow: hidden;
 
}
 
.responsiveiframe iframe {
 
position: absolute; top:0; left: 0; width: 100%; height: 100%;
 
}

.resp-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}
.resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/***** Override Carousel *****/

.carousel-control-next-icon, .carousel-control-prev-icon {
width: 36px;
height: 36px;
}
.carousel-inner img {
	border-radius: 12px;
}

/***** Double navbar *****/

/*
.navbar {
  padding:0rem;
  margin-bottom:2rem;
}

.dropdown .dropdown-menu {
  border-radius:0;
 }
*/

/* Medium devices (tablets, 768px and up) 
The navbar toggle appears at this breakpoint */
/*
@media (min-width: 768px) {  
.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  border-radius:0;
 }
}

*/