/* Sunday 12th of June 2016 11:00:09 PM*/


@font-face {
    font-family: 'Pacifico';
    src: url(//www.focusonthefamily.ca/libraries/nextend/assets/fonts/pacifico/400/pacifico-webfont.eot);
    src: url(//www.focusonthefamily.ca/libraries/nextend/assets/fonts/pacifico/400/pacifico-webfont.eot?#iefix) format('embedded-opentype'),
         url(//www.focusonthefamily.ca/libraries/nextend/assets/fonts/pacifico/400/pacifico-webfont.svg#pacificoregular) format('svg'),
         url(//www.focusonthefamily.ca/libraries/nextend/assets/fonts/pacifico/400/pacifico-webfont.woff) format('woff'),
         url(//www.focusonthefamily.ca/libraries/nextend/assets/fonts/pacifico/400/pacifico-webfont.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;

}@font-face {
    font-family: 'Montserrat';
    src: url(//www.focusonthefamily.ca/libraries/nextend/assets/fonts/montserrat/400/montserrat-regular-webfont.eot);
    src: url(//www.focusonthefamily.ca/libraries/nextend/assets/fonts/montserrat/400/montserrat-regular-webfont.eot?#iefix) format('embedded-opentype'),
         url(//www.focusonthefamily.ca/libraries/nextend/assets/fonts/montserrat/400/montserrat-regular-webfont.svg#montserratregular) format('svg'),
         url(//www.focusonthefamily.ca/libraries/nextend/assets/fonts/montserrat/400/montserrat-regular-webfont.woff) format('woff'),
         url(//www.focusonthefamily.ca/libraries/nextend/assets/fonts/montserrat/400/montserrat-regular-webfont.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

.nextend-bullet-container{
    z-index: 10;
    visibility: visible;
    display: inline-block;
}

.nextend-bullet{
    cursor: pointer;
}

.nextend-bullet.active{
    cursor: default;
}

.nextend-bullet-vertical .nextend-bullet{
    float: left;
    clear: left;
}

.nextend-bullet .nextend-bullet-numbers.bullet-shadow-inner{
  box-shadow:  0 1px 0 RGBA(255,255,255,.2), 0 1px 2px RGBA(0,0,0,.5) inset;
}

.nextend-bullet .nextend-bullet-numbers.bullet-shadow-outer{
  box-shadow:  0 1px 1px RGBA(0,0,0,.3);
}

.nextend-bullet-container.nextend-bullet.nextend-bullet-numbers.bullet-bar-simple-rounded{
  -webkit-border-radius: 99px;
  -moz-border-radius: 99px;
  border-radius: 99px; 
  padding: 8px 10px;
}

.nextend-bullet-container.nextend-bullet.nextend-bullet-numbers.bullet-bar-elegant-rounded{
  -webkit-border-radius: 99px;
  -moz-border-radius: 99px;
  border-radius: 99px; 
  padding: 6px 10px;
  box-shadow: 0 0 0 1px RGBA(0,0,0,.5), 0 0 0 1px RGBA(255,255,255,.2) inset;
}
.nextend-bullet-container.nextend-bullet.nextend-bullet-numbers.bullet-bar-simple{
  padding: 8px 10px;
}

.nextend-bullet-container.nextend-bullet.nextend-bullet-numbers.bullet-bar-elegant{
  padding: 6px 10px;
  box-shadow: 0 0 0 1px RGBA(0,0,0,.5), 0 0 0 1px RGBA(255,255,255,.2) inset;
}

.nextend-bullet-numbers .nextend-bullet-numbers{
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    display: inline-block;
    line-height: 14px !important;   
    background: RGBA(0,0,0,0.6);
    text-align: center;
}

.nextend-bullet-numbers .nextend-bullet-numbers span{
    font-size: 12px !important;
    line-height: 14px !important;
}

.nextend-bullet-numbers .nextend-bullet-numbers.active,
.nextend-bullet-numbers .nextend-bullet-numbers:HOVER{
  background: #7670C7;
}

.nextend-bullet-container.nextend-bullet-numbers-square .nextend-bullet{
  margin: 4px;
  padding: 4px;
  width: 14px;  
  height: 14px;
}


.nextend-bullet-container.nextend-bullet-numbers-circle .nextend-bullet{
  margin: 3px;
  padding: 4px;  
  width: 14px;  
  height: 14px;
  -webkit-border-radius: 99px;
  -moz-border-radius: 99px;
  border-radius: 99px;  
}

.nextend-element .nextend-bullet span{
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  line-height: 13px;
  padding: 3px;
}


.nextend-bullet-container .nextend-bullet-numbers-title{
  margin-right: 10px;
  padding: 3px 8px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}




