/*

My Custom CSS
=============

Author:  Jamaica Dichoso
Updated: June 2017
Notes:	 Hand coded for Kentville

*/

/* --------------------------------------
   Layout
   -------------------------------------- */
html, body {
   position: relative;
    margin: 0;
    padding: 0;
   color: #565656;
   max-width: 100%;
   display: block;
    background: transparent !important;
    height: 100%;

}

p{
	
	font-family: 'Quicksand', sans-serif !important;
	font-size: 16px;
	line-height: 24px;
	padding-bottom: 10px;
}
li{
	
	font-family: 'Quicksand', sans-serif;
	font-size: 16px;
	line-height: 36px;
}


h1{
	font-size: 24px;
	font-weight: 500;
	font-family: 'Cinzel', sans-serif;
	color: #000 ;
}
h2{
    font-size: 20px !important;
	font-weight: bold !important;
	font-family: 'Quicksand', sans-serif !important;
	color: #000 ;
	padding-bottom: 5px;
	text-align: center;
}
h3{
	font-size: 18px ;
	font-family: 'Cinzel', sans-serif;
	font-weight: 400 !important;
	text-transform: uppercase;

}
h4{
	font-size: 16px ;
	font-family: 'Cinzel', sans-serif;
	font-weight: 600 !important;
	text-transform: uppercase;
	}

.container-full{
	position: relative;
}
span.textOrange{
	color: #ff9000;
}
.nopads{
	padding: 0 !important;
}
.centerM{
	margin: 0 auto;
}
.bBlack{
	background-color: #000;
}
.circular-portrait {
  position: relative;
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
  float: left;
  margin-right: 30px;

}

.circular-portrait img {
  width: 100%;
  height: auto;
}


.divider-xs{
	width: 36px;
    border-width: 2px;
    border-top: 1px solid #ff0000;
    margin: 0;
}
.divider-sm{
	width: 80px;
    border-width: 2px;
    border-top: 1px solid #ff0000;
    margin: 0;
}
.divider-lg{
	width: 200px;
    border-width: 2px;
    border-top: 1px solid #ff0000;
    margin: 0;
}
.divider-md{
	width: 120px;
    border-width: 2px;
    border-top: 1px solid #ff0000;
    margin: 0;
}
.dInline{
	display: inline !important;
}
.clear{
	clear: both;
}
.text-white{
	color: #fff;
}
/* --------------------------------------
   Navbar
   -------------------------------------- */
header{
	width: 100%;    
    position: relative;
    display: table !important;
    clear: both;

    
}
.logo{
	position: relative;
	padding-right: 20px;
}
.logo img{
	margin:0 auto;
	
	transition-delay: .7s;
	-moz-transition-delay: .7s; /* Firefox 4 */
	-webkit-transition-delay: .7s; /* Safari and Chrome */
	-o-transition-delay: .7s; /* Opera */
}
.navbar-default {
    background:transparent !important;
    border-color: transparent !important;
    margin-bottom: 0px;
    width: 100%;
    border-radius: 0px !important;
    z-index: 66;
}
.navbar-default .navbar-nav>li>a{
	color: #fff !important;
	border-color: transparent !important;
}

#topNav{
	margin:0 auto;
	display: block;
}
.nav>li{
	font-family: 'Quicksand', sans-serif;
	font-size: 20px;
	line-height: 24px;
	text-transform: uppercase;
	padding:15px 8px;
	font-weight: bold;
	border-right: 1px solid #195288;
	margin:10px 0;
}
.navbar{
	min-height:0;
	margin-bottom:0 !important;
	border:none !important;
	    min-height: 67px !important;

}
.navbar-nav>.active>a, .navbar-nav>.active>a:hover, .navbar-nav>.active>a:focus{
	color: #112a4b !important ;	
	background-color: transparent !important;
}
.navbar-nav>li>a{
	padding-top:0px !important;
	padding-bottom:0px !important;
	color: #fff;
	padding-left: 20px;
	padding-right: 20px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
	color: #112a4b !important ;
	background-color: transparent !important;
}
.navbar-default .navbar-nav>li>a:hover{
	color: #112a4b !important ;
	background-color: transparent !important;
}

#nav{
	
	display:table;
    width: 100%;
    margin-top: 100px;

}
.navbar-nav {
height: -webkit-fill-available;
float: right !important;
	    background:url(../../images/nav-bg.png)top left repeat;
    border-color: transparent !important;
}
/* bootstrap 3 helpers */

.navbar-form input, .form-inline input {
	width:auto;
}



/* --------------------------------------
   FOOTER
   -------------------------------------- */

footer{
	padding: 30px 0 30px 0;
    color: #fff;
    font-size: 18px;
    font-family: 'Quicksand', sans-serif;
    position: relative;
    bottom: 0;
    right:30px;
    clear: both;
}
.foot{
	text-align: right;
    font-size: 14px !important;
    float: right;
}
#netwiz a:link{
	color: #fff;
}
#netwiz a:hover{
	color: #fff;
}

#copyr{
	text-align: left;
	font-size: 16px !important;
	float: left;
}
#copyr img{
	margin: 0 auto;
}
.textBlue{
	color: #fff;
}



/* --------------------------------------
   Carousel
   -------------------------------------- */
.banner{
	margin-top: 0;

}
.carousel{
	position: initial !important;
}
.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
    opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-control {
    z-index: 2;
}
@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.item:nth-child(1) {
    background: url(../../images/bg_slide3.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.item:nth-child(2) {
    background: url(../../images/bg_slide2.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.item:nth-child(3) {
    background: url(../../images/bg_slide1.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.item:nth-child(4) {
    background: url(../../images/bg_slide4.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.item:nth-child(5) {
    background: url(../../images/bg_slide5.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.carousel {
    z-index: -99;
    height: 100% !important;
}
.carousel-inner{
  position: fixed !important;
  height: 100% !important;
}
.carousel .item {
    position: fixed;
    width: 100%;
    min-height: 800px;
    height: 100% !important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}
/* --------------------------------------
   ANimation Services
   -------------------------------------- */
   .grow:hover
{
        -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
        transform: scale(1.3);
        transition-duration: 1s;
		-moz-transition-duration: 1s; /* Firefox 4 */
		-webkit-transition-duration: 1s; /* Safari and Chrome */
		-o-transition-duration: 1s; /* Opera */
		animation: 1s ease-out 0s;
}

 .shrink:hover
{
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
}
.circle:hover
{
        border-radius:50%;
        transition-duration: 1s;
		-moz-transition-duration: 1s; /* Firefox 4 */
		-webkit-transition-duration: 1s; /* Safari and Chrome */
		-o-transition-duration: 1s; /* Opera */
		animation: 1s ease-out 0s;
}
.slidein{
	animation: 1s ease-out 0s 1 slideInLeft;
}
/* --------------------------------------
   home
   -------------------------------------- */
.homePost{
	position: absolute;
	right: 0;
	bottom: 0 !important;
	display: block;
 	width: 100%;
 	margin: auto;
 	top: 75%;
}
.homeLogo{
	float: left;
	margin-right: 5px;
}
.homeSlogan{
	margin: 0 auto;
	width: 100%;
}
.homeSlogan img{
	margin: 0 auto;
	text-align: center;
}
.specialImg{
	margin-bottom: 10px;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #19538a;
  border:4px solid #fff;
}
.specialImg:hover .overlay{
	 opacity: 1;
}
.specialImg img{
	border:4px solid #fff;
	margin: 0 auto;
}
.speTitle{
	font-size: 24px;
	color: #fff;
	text-align: center;
	font-weight: 500;
	margin-top: 40px;
	font-family: 'Quicksand', sans-serif;
}

.spText{
	color: white;
	  font-size: 20px;
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  text-align: center;
	  transform: translate(-50%, -50%);
	  -ms-transform: translate(-50%, -50%);
}


.cover{
	height: -webkit-fill-available;
	display: table;
	width: 100%;
	height: 100%;
}
label{
	display: block !important;
}
.container2{
	width: 95%;
	margin: 0 auto;
	position: relative;
	display: table;
}
.container3{
	width: 90%;
	margin: 0 auto;
	position: relative;
	display: block;
}
.homeClient{
	background-color: #e0e0e0;
	padding:30px 0;
}

/* --------------------------------------
   Pages
   -------------------------------------- */
ul.sidePanel {
	margin-top: 20px;
	border:none !important;
	margin-bottom: 30px;
}
.sidePanel>li{
	text-transform: uppercase;		
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	margin:15px 40px;
	border:none !important;
	background-color: #fff;
	text-align: center;

}
.sidePanel>li>a:focus, .sidePanel>li>a:hover {
    text-decoration: none;
    color: #000 !important ;	
    background-color: transparent !important;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
	color: #941b0b !important;
    cursor: default;
    background-color: transparent !important;
    border: none !important;
    border-bottom-color: transparent;
}
.nav-tabs>li>a{
	margin-right: 2px;
    line-height: 1.42857143;
    color: #000 !important;
    
}
.about, .events, .testimonial{
	animation: 1s ease-out 0s 1 bounceIn;
	padding:30px 0;
	clear: both;
	margin: 30px auto;
}
.innertext{
	background: rgba(255, 255, 255, 0.9);
	-webkit-box-shadow: 1px 0px 32px -9px rgba(0,0,0,0.41);
	-moz-box-shadow: 1px 0px 32px -9px rgba(0,0,0,0.41);
	box-shadow: 1px 0px 32px -9px rgba(0,0,0,0.41);
	border-radius: 10px;
	padding:50px;
	clear: both;
	display: table;
	position: relative;
	margin: 0 auto;
	width: 100%;
	
}
.about a{
	color: #941b0b;

}
.about a:hover{
	text-decoration: underline;
	
}
.about p, .testimonial p, .events p, .innertext p{
	color: #fff;
	font-size: 16px;
	line-height: 26px
}
.about h1, .testimonial h1, .events h1{
	font-size:36px;
	font-weight: 600;
	margin-left: 15px;
	text-align: center;
	text-transform: uppercase;
	color: #133157;
	font-family: 'Quicksand', sans-serif;
}
.about p{
	color: #1b1b1b;
}
h1.testi{
	font-size:36px;
	font-weight: 600;
	margin-left: 15px;
	text-align: center;
	text-transform: uppercase;
	color: #bdbdbd;
	font-family: 'Quicksand', sans-serif;

} 
.aboutimg{
	z-index: 33;
}
.wedding{
	animation: 1s ease-out 0s 1 slideInLeft;
	position: relative;
	display: block;
}


.pageWrapper{
	width: 100%;
	margin:0 auto;
	position: relative;
	display: table;

}
.pageWrapper2{
	width: 100%;
    margin: 0 auto;
    position: relative;
    display: table;
    height: -webkit-fill-available;
    height: -moz-available;
    padding-top: 115px;
    clear: both;
    margin-bottom: 100px;
    height: 40%;

}
/*--------------------------
   GALLERY
   -------------------------------------- */
 .external #lightGallery-slider.slide .lightGallery-slide.current{
 	margin-top: 160px;
 }


 .gallery div  {
	transition:all .5s;
	width:100%;
	position:relative;
	z-index:100;
	overflow: hidden;
	margin-bottom: 20px;
}
.gallery div img {
	width:100%;
	transition:all .5s;
	cursor:pointer;
}
.gthumb h3 {
	transition:all .5s;
	text-align:center;
	position:absolute;
	color:#fff;
	background:rgba(5, 1, 66,0.5);
	z-index:100;
	font-size:24px;
	line-height:24px;
	padding:10px 20px;
	bottom:0;
	margin:0 0 0 0;
}
.gallery div .hide {
	display:none;
}
.gallery:hover h3 {
	background:#000;
}
/* --------------------------------------
   Contact Form
   -------------------------------------- */
input[type='text'], input[type='email'], input[type='url'], input[type='password'], input[type='file'], input[type='search'], input[type='number'], input[type='tel'], input[type='range'], input[type='date'], input[type='month'], input[type='week'], input[type='time'], input[type='datetime'], input[type='datetime-local'], input[type='color'], select, textarea {
    background-color: #f9f9f9;
    border: none;
    border-radius: 5px;
    padding: 13px 26px;
    font-style: normal;
    font-size: 16px !important;
    width: 100%;
    margin-bottom: 10px;
}

.map-container {
	width: 100%;


}
.map-container iframe{
	width: 100%;
	display: block;
	pointer-events: none;
	position: relative; /* IE needs a position other than static */
}
.map-container iframe.clicked{
	pointer-events: auto;
}


/* --------------------------------------
   Media Queries
   -------------------------------------- */
@media (max-width: 360px) {
	#topNav {
    	margin-bottom: 10px;
		float: none !important;
	}

	
   
}

/* Portrait & landscape phone */
@media (max-width: 480px) {
	#netwiz{
		clear: both;
		text-align: center;

	}
	
	.collapse {
    display: none;
	}


}


@media (max-width: 767px){
	#topNav {
    	margin-top: 0 !important;
    	margin-bottom: 10px;
		float: none !important;
	}	
	
	.homePost{
		position: relative;
	}
	
	.collapse.in{
		display: inline-block !important;
		width: 100%;
    	text-align: center;
    	transition:all .5s;
	}
	.collapse {
    display: none !important;
}
	
	
	
}
@media (min-width: 768px){
	.collapse{
		display: block !important;
	}
	.homePost{
		position: relative;
	}
	
	
}
@media screen and (max-width: 782px){
	html{
	margin-top:0 !important;
	}
}

@media (min-width: 992px){
	
	.collapse{
		display: block;
	}
	
	
	
}

@media (max-width: 1200px){
	#nav{
		margin-top: 50px;
	}
	
	
}
@media (min-width: 1201px){
	
	.homePost{
		position: absolute;
	}
	.heightCover{
	
	}

}

@media (max-width: 1600px){
	
	}