/* color */
.ow_primary{
    color: #005bab!important;
}
.ow_supernova{
   color: #ffcb05!important;  
}
.ow_tiaMaria{
   color: #c35310!important;  
}
.ow_crimson{
   color: #d7122d!important;  
}
.ow_cornflowerBlue{
   color: #019cdc!important;  
}
.ow_twilightBlue{
   color: #f1fbff!important;  
}
.ow_alabaster{
   color: #f8f8f8!important;  
}
.ow_gallery{
   color: #252525!important;  
}
.ow_dustyGrey{
   color: #999999!important;  
}
.ow_lightGrey{
   color: #efefef!important;  
}
.ow_white{
   color: #ffffff!important;
}
.ow_silver{
   color: #cccccc!important;
}
.ow_black{
    color: #000!important;
}



/* Background color */

.ow_bg-primary{
   background-color: #005bab!important;
}
.ow_bg-supernova{
   background-color: #ffcb05!important;  
}
.ow_bg-tiaMaria{
   background-color: #c35310!important;  
}
.ow_bg-crimson{
   background-color: #d7122d!important;  
}
.ow_bg-cornflowerBlue{
   background-color: #019cdc!important;  
}
.ow_bg-twilightBlue{
   background-color: #f1fbff!important;  
}
.ow_bg-alabaster{
   background-color: #f8f8f8!important;  
}
.ow_bg-gallery{
   background-color: #252525!important;  
}
.ow_bg-dustyGrey{
   background-color: #999999!important;  
}
.ow_bg-lightGrey{
   background-color: #efefef!important;
}
.ow_bg-white{
   background-color: #fff!important;
}

.border-0{
   border: none!important;
}
.radius-0{
   border-radius: 0!important;
}



/*  Bullet points*/
.list-none{
    list-style: none!important;
    padding-left: 0!important;
}

/* Link decoration and underline */
.border-bottom-0{
    text-decoration: none;
    border-bottom:0!important;
}




/* Outline Button */

.outline-primary{
    position: relative;
    background-color: transparent!important;
    color: #005bab!important;
/*
    bottom: 0!important;
    margin-top: 0!important;
*/
    border: 2px solid #005bab;
    border-bottom-color: #005bab!important;
}
a.outline-primary:hover{
    border-bottom-color: none!important;
/*        border-bottom: 0!important;*/
}
a.outline-primary:active, a.outline-primary:hover{
    color: #005bab;
}

a.outline-white:active, a.outline-white:hover{
    border: 2px solid #fff!important;
    color: #fff;
}
.outline-white{
    position: relative!important;
    background-color: transparent!important;
    color: #fff;
    border: 2px solid #fff;
}
a.outline-white:hover{
border-bottom-color: #fff!important;
}
a.Video-btn{
        color: #fff;
    }


.video-primary{
    position: relative;
    background-color: none!important;
    color: #005bab;
    bottom: 0!important;
    margin-top: 0!important;
    border: 2px solid #005bab;
    border-bottom-color: #005bab!important;
}

a.shopbtn{
        position: relative!important;
        margin-top: 40px!important;
        bottom: 0!important;
    }
a.shopbtn2{
    margin-top: 0!important;
    bottom: 0!important;
    position: relative!important;
}
h2.ow-default{
    font-size: 26px!important;
    line-height: 34px!important;
}