@import url(http://fonts.googleapis.com/css?family=Oswald);


/* ==================================================================================== */
/* = BACK END                                                                           */
/* ==================================================================================== */

.cow-boxer-options .submit {
    float: right;    
}

.checkbox_option_set input[type="checkbox"], 
.radio_option_set input[type="radio"] {
    margin: 3px;
}

input[type="checkbox"], 
input[type="radio"] {
    vertical-align: middle;
}

.option_header {
    font-weight: bold;
    text-align: right;
    float: left;
    font-size: 12px;
    line-height: 20px;
    width: 150px;
    padding: 10px;
    }
.option_set {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    clear: both;
    display: block;
    padding: 5px 0;
    margin-bottom: 4px;
    background-color: white;
    border: 1px solid #F7F7F7;
    border-bottom: 1px solid #F2F2F2;
    position: relative;
    }
.radio_option_set {
   
   }
    .radio_option_set img {
        vertical-align: middle;
    }
.option {
    float: left;
    overflow: visible;
    margin: 10px 0;
    position: relative;
    /*width: 450px;*/
    }
.option_help {
    font-size: 12px;
    height: 16px;
    top: 15px;
    right: -8px;
    position: absolute;
    width: 16px;
    }
.help_tooltip {
    display: none;
    min-height: 20px;
    width: 240px;
    font-size: 11px;
    line-height: 15px;
    padding: 10px;
    padding-right: 15px;
    color: whiteSmoke;
    background-color: #252525;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    }

    
/* ==================================================================================== */
/* = FRONT END                                                                          */
/* ==================================================================================== */

.custom-formatting, 
.substitute_widget_class {
    padding: 10px 0 !important;
    }

.clear {
    clear: both;
    display: block;
    height: 1px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    }

a.small-light-button {
    background: transparent url(../images/small-light-button-l.png) no-repeat scroll left top;
    text-shadow: 0 1px white;
    }
a.small-dark-button {
    background: transparent url(../images/small-dark-button-l.png) no-repeat scroll left top;
    }
a.small-dark-button, 
a.small-light-button {
    font-family: Arial,Verdana,Helvetica,sans-serif;
    font-size: 12px;
    display: inline-block;
    border: 0 none;
    height: 31px;
    margin: 1em 0 0 0 !important;
    overflow: visible;
    padding: 0 0 0 8px !important;
    position: relative;
    }
    a.small-dark-button:hover, 
    a.small-light-button:hover {
        background-position: left bottom;
        color: #666;
        text-decoration: none;
        cursor: pointer;
        }
        a.small-dark-button:hover span, 
        a.small-light-button:hover span {
            background-position: right bottom;
            text-decoration: none;
            cursor: pointer;
            line-height: 11px;
            }
    a.small-dark-button span, 
    a.small-light-button span {
        display: block;
        float: left;
        position: relative;
        padding: 10px 18px 10px 10px;
        line-height: 11px;
        }
    a.small-light-button span {
        background: transparent url(../images/small-light-button-r.png) no-repeat scroll right top;
        color: #666;
        }
    a.small-dark-button span {
        background: transparent url(../images/small-dark-button-r.png) no-repeat scroll right top;
        color: white;
        }

.align-btn-left {
    float: left;
    display: inline-block;
    }
.align-btn-right {
    float: right;
    display: inline-block;
    }
        
.cow-label {
    padding: 1px 3px 2px;
    background-color: #bfbfbf;
    font-size: 9.75px;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
    white-space: nowrap;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    }
    .cow-label.important {
        background-color: #c43c35;
        }
    .cow-label.warning {
        background-color: #f89406;
        }
    .cow-label.success {
        background-color: #46a546;
        }
    .cow-label.notice {
        background-color: #62cffc;
        }

/* ==================================================================================== */
/* = BOXES                                                                              */
/* ==================================================================================== */

.box-wrapper {
     display: block;
     position: relative;
     margin: 1.5em 0;
     }
 
.box-item {
    position: relative;
    overflow: hidden;
    display: block;
    }
    .box-item img {
        margin: 0 auto;
        border: none;
        display: block
        }
    
.box-1 {
    float: left;
    position: relative;
    margin: 0 1.5em 1.5em 0;
    }
    .box-1 .box-title {
        float: left;
        padding: 0 5px;
        font-family: 'Oswald', Arial;
        font-size: 20px;
        margin: 0 0 .5em 0;
        }
    .box-1 .box-image {
        float: left;
        text-align: center;
        margin: 0 auto;
        }
    .box-1 .box-content {
        float: left;
        padding: 1em 5px 0;        
        }

.box-2 {
    float: left;
    position: relative;
    margin: 0 1.5em 2.5em 0;
    }
    .box-2 .box-image {
        float: left;
        margin: 0 0 .5em 0;
        }
    .box-2 .box-title { 
        font-family: 'Oswald', Arial;
        font-size: 20px;
        float: left;
        margin: 0 0 .5em 0;
        padding: 0 5px;
        }
    .box-2 .box-content {
        float: left;
        padding: 0 5px;        
        }

.box-3 {
    position: relative;
    margin: 0 1.5em 2.5em 0;
    float: left;
    }
    .box-3 .box-image { 
        float: left;
        margin: 0 0 1em 0;       
        }    
    .box-3 .box-title {
        float: left;
        font-family: 'Oswald', Arial;
        font-size: 20px;
        line-height: 24px;
        margin: .3em 0 .3em .3em;
        }
    .box-3 .box-content { 
        float: left;
        padding: 0 5px;               
        }

.box-4 {
    position: relative;
    margin: 0 1.5em 2.5em 0;
    float: left;
    }
    .box-4 .box-title { 
        float: left;
        font-family: 'Oswald', Arial;
        font-size: 20px;
        line-height: 24px;
        margin: 0 .3em 0 0;
        }
    .box-4 .box-image { 
        float: right;
        margin: 0 0 .7em 0;     
        }    
    .box-4 .box-content { 
        float: left;
        padding: 0 5px;               
        }

.box-5 {
    position: relative;
    margin: 0 1.5em 2.5em 0;
    float: left;
    }
    .box-5 .box-image {
        float: left;
        height: 250px; 
        }
    .box-5 .box-title {
        float: left;
        font-family: 'Oswald', Arial;
        font-size: 20px;
        line-height: 24px;
        margin: .3em 0 .7em 0; 
        padding-left: .7em;
        }
    .box-5 .box-content {
        float: left;
        padding-left: 1em;         
        }

.box-6 {
    position: relative;
    margin: 0 1.5em 2.5em 0;
    float: left;
    }
    .box-6 .box-title {
        float: left;
        font-family: 'Oswald', Arial;
        font-size: 20px;
        line-height: 24px;
        margin: .3em .5em .7em 0;
        }
    .box-6 .box-content {
        float: left;
        margin: 0 1em 0 0;        
        }
    .box-6 .box-image {
        float: right;
        height: 250px;
        }
        
.box-7 {
    position: relative;
    margin: 0 1.5em 2.5em 0;
    float: left;
    }
    .box-7 .box-title { 
        float: left;
        font-family: 'Oswald', Arial;
        font-size: 20px;
        line-height: 24px;
        margin: 0 0 1em 0;
        }
    .box-7 .box-content {
        display: inline;                
        }
    .box-7 .box-image { 
        display: inline;
        float: left;
        margin: 0 1em .3em 0;     
        } 

.box-8 {
    position: relative;
    margin: 0 1.5em 2.5em 0;
    float: left;
    }
    .box-8 .box-title { 
        float: left;
        font-family: 'Oswald', Arial;
        font-size: 20px;
        line-height: 24px;
        margin: 0 0 1em 0;
        }
    .box-8 .box-content {
        display: inline;                
        }
    .box-8 .box-image { 
        display: inline;
        float: right;
        margin: 0 0 .3em .3em;     
        }    
                
.box_shadow_bottom {
    border: none !important;
    outline: none !important;
    background-color: transparent !important;
    padding: 0 !important;
    width: 100% !important;
    display: block;
    opacity: .9;
    }
    
.custom-frame {
    border: 1px solid #EAEAEA;
    display: inline-block;
    }
    .custom-frame img {
        border: 1px solid white;
        margin: 0;
        background: #F6F6F6;
        padding: 5px !important;
        overflow: hidden;
        }
.alignleft, 
img.alignleft, 
a img.alignleft {
    float: left;
    margin: 4px 14px 2px 0;
    }
    
.drop-shadow {
    position: relative;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    }
    
.curved-hz-2:before {
    top: 0;
    bottom: 0;
    left: 10px;
    right: 10px;
    border-radius: 100px / 10px;
    }

.curved:before {
    top: 10px;
    bottom: 10px;
    left: 0;
    right: 50%;
    box-shadow: 0 0 15px rgba(0,0,0,0.6);
    border-radius: 10px / 100px;
    }

.drop-shadow:before, 
.drop-shadow:after {
    content: "";
    position: absolute;
    z-index: -2;
    }

.drop-shadow:before, 
.drop-shadow:after {
    content: "";
    position: absolute;
    z-index: -2;
    }