.featured-title {
    top: 0;
    left: 0;
    width: 100%;
    padding: 0.5rem 0rem;
    background: #2B8BCB;/*#2ba6cb;*/
    color: #000;
    border-radius:20px 20px 0px 0px;
}

h1 {
    font-family: 'Dancing Script', cursive;
}
.inset {
    padding-left:25px;
}
.prop_padded {
    margin-top: 35px;
    margin-bottom: 35px;
}

.img_center {
    text-align:center;
}
.img_padded {
    margin-bottom: 35px;
}

.img_padded_ring {
    margin-bottom: 35px;
    padding-top: 13%;
}

.img_padded_ring_small {
    margin-bottom: 35px;
    padding-top: 5%;
    text-align:center;
}
.ring_img {

    border-radius: 20px;

}
.video_font {
    text-align:center;
    font-family: 'Dancing Script', cursive; /*'Nunito', sans-serif; */
    font-size: 32px;
}
.column-title h4, 
.featured-title h4 {
    margin: 0 1em;
    color:white;
    text-align:center;
    font-family: 'Dancing Script', cursive; /*'Nunito', sans-serif; */
    font-weight: 700;
    font-size: 32px;
}

.fresh-prince {
}

.pad_panel {
    padding: 1.25rem;
}

.pad_panel h5 {
    font-weight:bold;
}

.heading_panel {
    padding: 0;
    
}

.rounded_panel {
    border-radius: 20px;
}

.column-title {
    top: 0;
    left: 0;
    width: 100%;
    padding: 0.1rem 0rem;
    background: #2B8BCB;/*#2ba6cb;*/
    color: #fff;
}

.fullWidth {
    width: 100%;
    max-width: 100%;
    text-align:center;
    position:relative;
}
/* Top bar */

nav.top-bar {
    text-align:center;
}

section.top-bar-section {
    display: inline-block;
}

ul.off-canvas-list li a {
    border-bottom:#2B8BCB;/*#2ba6cb;*/    
}
ul.off-canvas-list li a:hover {
    background: #AAA;/*#2285a2;    */
}

/* Top bar */
.count {
    background:#2B8BCB;/*#2ba6cb;*/
    padding:12px 0 0 0;
    width:100%;
    height:151px;
    border-radius:20px;
    -webkit-transition: background-color .25s ease-in; /*safari and chrome */
    -o-transition: background-color .25s ease-in; /* opera */
}

.count:hover {
    background: #2B8BCB;/*#2ba6cb;*/
    cursor:pointer;
}

.count h1, .count h3, .count p {
    text-align: center;
    color: #fff;
}

.count h1 {
    font-size: 46px;
    padding-top: -15px;
}

.count h1 {
    margin-top: -20px;
}

.count h3 {
    font-size: 20px;
    margin-top: -15px;
}

.count p {
    padding-bottom: 10px;
    border-bottom: 4px solid #fff;
}

.center_orbit {
    width:100%;
}

.center_orbit li img {
    margin:0 auto;
}

/*This is the non hover prev button color */
.orbit-container .orbit-prev > span {
    border-right-color:  #2B8BCB;/*#2ba6cb;*/ 
}
/*This is the hover prev button color */
.orbit-container .orbit-prev:hover > span {
    border-right-color:  #2B8BCB;/*#2ba6cb;*/ 
}
/*This is the non hover next button color */
.orbit-container .orbit-next > span {
    border-left-color:  #2B8BCB;/*#2ba6cb;*/
}
/*This is the hover next button color */
.orbit-container .orbit-next:hover > span {
    border-left-color:  #2B8BCB;/*#2ba6cb;*/ 
}

.orbit-container .orbit-timer > span {
    border: solid 4px #2B8BCB;/*#2ba6cb;*/
    border-top: none;
    border-bottom: none; 
}
.orbit-container .orbit-timer.paused > span {
    border: inset 8px;
    border-right-style: solid;
    border-color: transparent transparent transparent #2B8BCB;/*#2ba6cb;*/ 
}

.effect7
{
    /* position:relative;        */
    /* -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset; */
    /*    -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset; */
    /*         box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset; */
}
.effect7:before, .effect7:after
{
    /* content:""; */
    /* position:absolute;  */
    /* z-index:-1; */
    /* -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8); */
    /* -moz-box-shadow:0 0 20px rgba(0,0,0,0.8); */
    /* box-shadow:0 0 20px rgba(0,0,0,0.8); */
    /* top:0; */
    /* bottom:0; */
    /* left:10px; */
    /* right:10px; */
    /* -moz-border-radius:100px / 10px; */
    /* border-radius:100px / 10px; */
} 
.effect7:after
{
    /* right:10px;  */
    /* left:auto; */
    /* -webkit-transform:skew(8deg) rotate(3deg);  */
    /*    -moz-transform:skew(8deg) rotate(3deg);      */
    /*     -ms-transform:skew(8deg) rotate(3deg);      */
    /*      -o-transform:skew(8deg) rotate(3deg);  */
    /*         transform:skew(8deg) rotate(3deg); */
}