@charset "utf-8";
/* CSS Document */


.navbar {z-index: 9999999999900!important;
	background-color: #fbbe00!important;
}
.carousel-nav-icon {
   height: 48px;
   width: 48px;
}
.carousel-item {
   .col, .col-sm, .col-md {
      margin: 8px;
      height: 300px;
      background-size: cover;
      background-position: center center;
   }
}


/* End carousel */

/*FLEX BOX*/


.row-flex {
  display: flex;
  flex-wrap: wrap;
}


/* vertical spacing between columns */

 .margin-bottom-90 {
  margin-bottom: 90px;
}

.content {
  height: 100%;
 
}










/*team*/


.small {
    letter-spacing: 0.5px !important
}

.card-header img {
    border: 10px solid #eb5e0b !important;
}

.outside {
    position: inherit;
    top: -50%
}

.card {
    border-radius: 0px !important;
    box-shadow: 2px 2px 5px 0px rgb(100, 108, 170);
    transition: 0.8s;
	border: 1px solid #eb5e0b !important;
}

.card-header {
    border-radius: 0px !important
}

.card-footer {
    border-radius: 0px !important
}

.newhr hr {
    background-color: rgb(146, 154, 236);
    border: 1px solid;
    border-radius: 20px;
    color: rgb(146, 154, 236);
    height: 5px;
    width: 70px !important
}

.bold {
    font-weight: 500
}

.profile-pic {
    margin-bottom: -5px !important
}

.quotes {
    position: relative;
    top: -10px
}

.quotes-down {
    position: relative;
    top: -4 px
}

.fa {
    color: rgb(174, 178, 219)!important;
    cursor: pointer
}

.card-footer .fa {
    font-size: 20px !important
}

.name {
    margin-top: -80px !important
}

.container-fluid:hover .card:not(:hover) {
    transform: scale(0.98)
}

@media (max-width: 1000px) {
    .container-fluid:hover .card:not(:hover) {
        transform: scale(1)
    }
}


/*end team*/





.pull-up-10 {margin-top:-10px;}
.pull-up-20 {margin-top:-20px;}
.pull-up-25 {margin-top:-25px;}




/* SWAP 3*/

/* Make the container relative */
.swap-on-hover {
  position: relative;	
	margin:  0 auto;
	max-width: 300px;
	min-height:300px;
}

/* Select the image and make it absolute to the container */
.swap-on-hover img {
  position: absolute;
  top:0;
  left:0;
	overflow: hidden;
	/* Sets the width and height for the images*/
	width: 300px;
	height: 300px;
}

/* 
	We set z-index to be higher than the back image, so it's alwyas on the front.

We give it an opacity leaner to .25s, that way when we hover we will get a nice fading effect. 
*/
.swap-on-hover .swap-on-hover__front-image {
  z-index: 9999;
  transition: opacity .2s linear;
  cursor: pointer;
}

/* When we hover the figure element, the block with .swap-on-hover, we want to use > so the front-image is going to have opacity of 0, which means it will be hidden, to the back image will show */
.swap-on-hover:hover > .swap-on-hover__front-image{
  opacity: 0;
}

/* END SWAP 3*/






@media (min-width: 990px) {

.navbar-brand {

position: absolute;

left: 50%;

transform: translateX(-50%);

/**optional offset from top**/

top: 2%;

}
	
	.navbar-brand img { min-height: 160px;

}
}

/*-----------------------------------------*/

.hand { cursor: pointer;}

body { font-family: 'Open Sans', sans-serif;
}
	
.dd-font {font-family: 'Graduate', cursive;
}
	
.yello-white-bg-split {background: linear-gradient(0deg, #ffffff 57.5%, #fbbe00 35%);
  border-radius: 0px;
  height: 205px;
  width: 100%; 
}


.grey-white-bg-split {background: linear-gradient(0deg, #ffffff 57.5%, #434343 35%);
  border-radius: 0px;
  height: 205px;
  width: 100%; 
}

	
.yellow-bg {background-color: #fbbe00!important;}
.yellow-bg-light {background-color: #fbbe00!important; opacity: 0.2;}
.orange-bg-light {background-color: #eb5e0b!important; opacity: 0.2;}
.orange-bg {background-color: #eb5e0b!important;}

.grey-bg {background-color: #434343!important;}
.menu-bg {background-image:url("../images/menu-bg.png");}
	
	
.skateboard-bg {background-image:url("../images/duck-skateboard.png");}
	.duckfeet-skateboard-bg {background-image:url("../images/duckfeet-skateboard.png");
	background-repeat: no-repeat;
	background-position: top right;}

	.duckfeet-gallery-bg {background-image:url("../images/duckfeet-gallery.png");
	background-repeat: no-repeat;
	background-position: top right;}

	.duckfeet-busy-bg {background-image:url("../images/duckfeet-busy.png");
	background-repeat: no-repeat;
	background-position: top left;}


.duckfeet-quotes-bg {background-image:url("../images/duckfeet-quotes.png");
	background-repeat: no-repeat;
	background-position: top left;}
	
.yellow-text {color: #fbbe00;}
.yellow-text a{color: #fbbe00;}
.yellow-text a:hover{color: #F9E39F;}
.yellow-text a:visited{color: #fbbe00;}


.orange-text {color: #eb5e0b;}
.orange-text a {color: #eb5e0b;}
.orange-text a:hover {color: #903A06;}
.orange-text a:visited {color: #eb5e0b;}
	
.icon-60 {width:60px;}
.icon-100 {width:100px;}
.icon-200 {width:200px;}
.icon-300 {width:300px;}

button {border:
none!important;}


.thin-text { font-weight:100;}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 25%;
  left: 10%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;

  text-align: left;
}


.carousel-caption h3 {
	font-size: 3em;
	margin-top: 20px;
	
	  
	
}
.carousel-caption h4 {
	font-size: 2em;
	margin-top: 20px;
	
	font-weight: 100;
}

.carousel-caption p {
	font-size: 1em;
	background-color: #ffbcbd;
	padding: 6px;
	
	
}
.carousel-caption btn {
	font-size: 1.2em;
	background-color: #ffbcbd;
	padding: 6px 25px;;
	margin-top: 20px;
	color: #00ab9d;
	
	
}

blockquote {
  font-size: 1.3em;
}

.padding-15 {
	margin-left:-15px; 
	margin-right:-15px;}

/*BOX HOVER*/
.hovereffect {
  width: 100%;
  height: 100%;
  float: right;
  overflow:hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  background-color: rgba(75,75,75,0.3);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hovereffect:hover .overlay {
  background-color: rgba(0, 171, 157, 0.4);
}

.hovereffect img {
  display: block;
  position: relative;
	vertical-align: middle;
}

.hovereffect h2 {
  text-transform: uppercase;
  color: #00ab9d;
	font-weight:bold;
  text-align: center;
  position: relative;
  font-size: 11px;
	line-height: 15px;
  padding: 8px;
  background: rgba(255, 188, 189, 0.8);
  -webkit-transform: translateY(145px);
  -ms-transform: translateY(145px);
  transform: translateY(145px);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hovereffect:hover h2 {
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
}

.hovereffect a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 10px;
  text-transform: uppercase;
  color: #fff;
	line-height: 13px;
	font-size: 10px;
  border: 1px solid #ffbcbd;
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-weight: normal;
  margin: 52px 0 0 0;
  padding: 12px 10px;
}

.hovereffect:hover a.info {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.hovereffect a.info:hover {
  box-shadow: 0 0 2px #ffbcbd;
}

/*END BOX HOVER*/



.pink-button  {
	font-size: 1em;
	background-color: #ffbcbd;
	padding: 6px 25px;;
	margin-top: 20px;
	color: #00ab9d;
	
	
}

.pink-text  {
	color: #ffbcbd;
}
.pink-border  {
	border: 1px solid #ffbcbd;
}
.teal-border  {
	border: 1px solid #00ab9d;
}

ul li {color: #000000;}

.brint-banner-text-up {margin-top:-0px;}

.titles-grey {color:#666666;}

a {
  color: #434343;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #fbbe00;
  text-decoration: none;
}


h2 { line-height:45px;}
h3 { line-height:30px;}
h4 { line-height:30px;}
h5 { line-height:35px;}

.big-title-h1 {
  font-size: 3rem;
	line-height: 90%;
}
.line-spaces { line-height: 90px;}

#yourElement {
  -vendor-animation-duration: 3s;
  -vendor-animation-delay: 2s;
  -vendor-animation-iteration-count: infinite;
}
.st-highlight {
  color: #00ab9d;
}
.navbar-default {
 
  border-width: 0;
  margin-bottom: 0 !important;
  height: 102px;
  -webkit-transition: background-color 0.3s, height 0.3s;
          transition: background-color 0.3s, height 0.3s;
}
.st-navbar-mini .navbar-default {
  height: 90px;
}
.st-navbar-mini .navbar-default .navbar-brand {
  padding: 15px 15px;
}
.st-navbar-mini .navbar-default .navbar-brand img {
  height: 60px;
}
.st-navbar-mini .navbar-default .navbar-nav > li.active > a,
.st-navbar-mini .navbar-default .navbar-nav > li.active a:hover,
.st-navbar-mini .navbar-default .navbar-nav > li.active a:focus,
.st-navbar-mini .navbar-default .navbar-nav > li.active a:active {
  background-color: rgba(0, 0, 0, 0.5);
}
.navbar-brand {
  height: auto;
  padding: 7px 15px;
  -webkit-transition: padding 0.3s;
          transition: padding 0.3s;
}
.navbar-brand img {
	height: 80px;
	-webkit-transition: height 0.3s;
	transition: height 0.3s;
}
	
	
	
.navbar-nav > li > a {

   font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  padding-left: 20px;
  padding-right: 20px;
	margin-left:5px;
		text-transform: uppercase!important;
  color: #434343!important;
  -webkit-transition: color 0.3s, background-color 0.3s, padding 0.3s;
          transition: color 0.3s, background-color 0.3s, padding 0.3s;
}
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus,
.navbar-nav > li > a:active {
  color: #000000;
  outline-width: 0;
}
.navbar-nav > li.active > a,
.navbar-nav > li.active a:hover,
.navbar-nav > li.active a:focus,
.navbar-nav > li.active a:active {
  color: #000000;
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
}
.navbar-default .navbar-nav > li.active > a,
.navbar-default .navbar-nav > li.active a:hover,
.navbar-default .navbar-nav > li.active a:focus,
.navbar-default .navbar-nav > li.active a:active {
  color: #000000;
  background-color: rgba(0, 0, 0, 0);
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #000000;
}



.footer h4 {font-size:14px; color: #f8b6ba; font-weight: 200; }

.footer p {
	font-size: 12px;
	line-height: 29px;
	color: #fff;
}
.footer a { font-size:12px;}



.footer a:hover {color: #fff;
}

.footer-bg {background-image: url(../images/footer-bg.jpg);
background-repeat:repeat;}




.mt-30{margin-top:30px}
.mt-40{margin-top:40px}
.mt-50{margin-top:50px}
.mt-60{margin-top:60px}
.mt-70{margin-top:70px}
.mt-80{margin-top:80px}
.mt-90{margin-top:90px}
.mt-100{margin-top:100px}

.mb-30{margin-bottom:30px}
.mb-40{margin-bottom:40px}
.mb-50{margin-bottom:50px}
.mb-60{margin-bottom:60px}
.mb-70{margin-bottom:70px}
.mb-80{margin-bottom:80px}
.mb-90{margin-bottom:90px}
.mb-100{margin-bottom:100px}





p {
	color: #777; line-height: 30px;}

.tel-text {font-size: 30px; font-weight: 100; color:#fff; line-height: 52px;}
.tel-text a { color:#fff; }

.border-right-white {border-right: thin solid #fff;}

.bullets li { color: #000!important;  background: url(../images/list.png) left center no-repeat; line-height: 25px; padding-bottom:20px;  }



.black-text { color: #000;}
.black-text a { color: #000!important;}
.black-text a:hover{ color: #000!important;}


.light-grey-bg {	background-color: #ccc;}
.light-grey-border { border: #ccc thin solid;}
.light-grey-border-medium { border: #ccc medium solid;}
.black-border-medium { border: #000 medium solid;}
.white-border-medium { border: #fff medium solid;}
.light-grey-text { color: #ccc;}

.white-border-medium { border: #fff medium solid;}


.icontext { line-height: 17px; 
padding-top: 10px;
padding-bottom: 10px;}


.equal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.equal > [class*='col-'] {
  display: flex;
  flex-direction: column;
}





.large-text-home { font-size: 6em; font-weight: 700;
line-height: 1em;}

.padding-10 { padding:10px;}
.padding-20 { padding:20px;}
.padding-30 { padding:30px;}
.padding-40 { padding:40px;}
.padding-50 { padding:50px;}

.padding-left-10 { padding-left:10px;}
.padding-left-20 { padding-left:20px;}
.padding-left-30 { padding-left:30px;}
.padding-left-40 { padding-left:40px;}
.padding-left-50 { padding-left:50px;}


.padding-top-5 { padding-top:5px;}
.padding-top-10 { padding-top:10px;}
.padding-top-20 { padding-top:20px;}
.padding-top-30 { padding-top:30px;}
.padding-top-40 { padding-top:40px;}
.padding-top-50 { padding-top:50px;}
.padding-top-60 { padding-top:60px;}
.padding-top-70 { padding-top:70px;}
.padding-top-80 { padding-top:80px;}


.padding-bottom-10 { padding-bottom:10px;}
.padding-bottom-20 { padding-bottom:20px;}
.padding-bottom-30 { padding-bottom:30px;}
.padding-bottom-40 { padding-bottom:40px;}
.padding-bottom-50 { padding-bottom:50px;}
.padding-bottom-60 { padding-bottom:60px;}
.padding-bottom-70 { padding-bottom:70px;}
.padding-bottom-80 { padding-bottom:80px;}

.padding-left-right-40 { padding-left:40px;
padding-right:40px;}



.btn-white {
  color: #fff;
  background-color:transparent;
  border-color: #fff;
}





.white-background { background-color:#fff;}
.black-background { background-color:#000;}
.teal-background { background-color:#00ab9d;}
.teal-background-light { background-color:#A4E6E3;}



.white-text { color:#fff;}

.white-text a{ color:#fff;}
.white-text a:hover{ color:#fff!important;}
.white-text a:active{ color:#fff!important;}


.footer-notes { color:#D0CBCB; font-size:12px;}
.footer-notes a { color:#D0CBCB; font-size:12px;}
.footer-notes a:hover { color:#000; font-size:12px;}


.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.button-box { padding:10px;
	border: thin solid #fff;
	color: white;
	font-size: 16px;
	margin-top: 15px;
}


.button-box-grey { padding:10px;
	border: thin solid #77BAC7;
	background-color:#C5C2C2;
	color: #444444;
	font-size: 16px;
	margin-top: 15px;
}



.dark-text { color:#333333;}
.dark-text a { color:#333333;}
.dark-text a:hover{ color:#77BAC7;}




.yellow-quotes {
 
  background-image: url("../images/quotes-yellow.png");
  background-repeat:  no-repeat;
  
  background-position: top left;
     
}



/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
	


}

/* Smartphones (landscape) ----------- */
@media only screen 
and (min-width : 321px) {
	
	

.tel-text {font-size: 35px; font-weight: 100; color:#fff; line-height: 39px;}
	
	
.multi-quotes {
 
  background-image: url("../images/quotes-white-tiny.png");
  background-repeat:  no-repeat;
  
  background-position: top left;
	
     
}
}

/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 320px) {

}

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {

	
	

}

/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {


	
}

/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
	
}

/* iPad 3 (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (-webkit-min-device-pixel-ratio : 2),
only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (min-resolution: 192dpi) { 


}



/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 1224px) {
	.tel-text {font-size: 50px; font-weight: 100; color:#fff; line-height: 52px;}
	
	
	
.multi-quotes {
 
  background-image: url("../images/quotes-white.png");
  background-repeat:  no-repeat;
  
  background-position: top left;
	
     
}
}

/* Large screens ----------- */
@media only screen 
and (min-width : 1824px) {
	
}

/* Retina displays ----------- */
@media  only screen 
and (-webkit-min-device-pixel-ratio : 2), 
only screen 
and (min-resolution: 192dpi) {

}
