/*

 * Author - Harshen Amarnath Pandey
 * Version - 1.0.6
 * Release - 09th February 2015
 * Copyright (c) 2014 - 2018 Harshen Pandey
*/

/* jquery.countdownTimer.css*/

.style {
   width: 100%;
   font-family: sans-serif;
   font-weight: bold;
   /*border-style: solid;*/
}

.colorDefinition {
    /*background: #000000;*/
    color :white;
    /*border-color: #F0068E;*/
}

/* Smartphones ----------- */
/* Styles */

#countdowntimer {
    margin-top: 5px;
    width: 100%;
    text-align: center;
}
    
#countdowntimer sup {font-size: 10px;}    
.size_lg {
    font-size: 14px;
    font-weight:normal;
}
    
.style {
   width: 100%;
   font-family: sans-serif;
   font-weight: bold;
   /*border-style: solid;*/
    border: 3px solid $blue;
    padding: 5px;
    margin-top: 15px;
}

/* Desktops and laptops ----------- */
@media only screen  and (min-width : 1024px) {
    

    .size_lg {
         font-family: "hwt-republic-gothic-solid",sans-serif;
    font-weight:100;
        font-size: 32px;
        font-weight:normal;
    }
    #countdowntimer sup {
        font-family: sans-serif;
        font-size: 18px;
    }    
    
}
/*
.size_xl {
   font-size:50px;
   border-width: 8px;
   border-radius: 6px;
}

.size_lg {
   font-size:40px;
   border-width: 7px;
   border-radius: 5px;
}

.size_md {
   font-size:30px;
   border-width: 5px;
   border-radius: 4px;
}

.size_sm {
   font-size:20px;
   border-width: 3px;
   border-radius: 3px;
}

.size_xs {
   font-size:15px;
   border-width: 2px;
   border-radius: 2px;
}
*/