hoverfa hov/* Overture */

@import url(http://fonts.googleapis.com/css?family=Merriweather:400,400italic,700,700italic);
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700,400italic,700italic);


/* ANIMATIONS
------------------------------------------------------------ */

/* fade */
@-webkit-keyframes fadein {
    from { opacity: 0; }
      to { opacity: 1; }
}
@keyframes fadein {
    from { opacity: 0; }
      to { opacity: 1; }
}

/* zoom */ 
@keyframes zoominlogin {
      0% { transform: scale(0); }
     75% { transform: scale(1.1); }
    100% { transform: scale(1); }
}                             
@-webkit-keyframes zoominlogin {
      0% { -webkit-transform: scale(0); }
     75% { transform: scale(1.1); }
    100% { -webkit-transform: scale(1); }
}  




/* BODY and CONTAINERS
------------------------------------------------------------ */

body {
    margin: 0;
    padding: 0 0 5px;
    font: 13px/1.4 "Arial", "Georgia", serif;
    color: #202020;
    background-color: #fff;
    height: 100%;    
    text-rendering: optimizeLegibility;
}
#content .main-content .one-column {
}

    @media screen and (max-width: 1150px) {    
        body {
            padding: 0 10px 10px;
        }
    }
    @media screen and (max-width: 767px) {    
        body {
            padding: 0 5px 10px;
        }
    }

.contain {
    width: 100%;
    max-width: 960px;
    display: block;
    margin: 0 auto;
    padding-top: 0;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0;
}
    @media screen and (max-width: 850px) {    
        .contain {
            padding: 0 0px;
        }
    }
    @media screen and (max-width: 480px) {    
        .contain {
            padding: 0 0px;
        }
    }

.wrapper {
    margin: 0 auto;
    max-width: 1140px;
    padding: 0 10px;    
}








/* SELECTION AND LINKS
------------------------------------------------------------ */   

::selection {
    background: #3F5BBC; 
    color: #fff;
}
::-moz-selection {
    background: #3F5BBC; 
    color: #fff;
}


a {
    color: #3F5BBC;
    font-weight: 600;
}
    a:hover {
    color: #AE9078;
    font-weight: 600;
    }
        
        
        


/* HEADINGS
------------------------------------------------------------ */   

/* GENERAL SITE HEADINGS */    
h1 {
    margin: 10px 0;
    font-size: 1.5em;
    font-weight: normal;
    color: #3F5BBC;
    line-height: 1.2em;
}    

h2 {
    margin: 10px 0;
    font-size: 1.4em;
    font-weight: normal;
    color: #3F5BBC;
    line-height: 1.2em;
}    

h3 {
    margin: 10px 0;
    font-size: 1.3em;
    font-weight: normal;
    color: #AE9078;
    line-height: 1.2em;
}        

h4 {
    margin: 10px 0;
    font-size: 1.2em;
    font-weight: normal;
    color: #3F5BBC;
    line-height: 1.1em;
}    

h5 {
    margin: 10px 0;
    font-size: 1em;
    font-weight: bolder;
    color: #000;
    line-height: 1.1em;
}    






/* GENERAL NON-CMS SPECIFIC CALLINGS (reset overwrites)
------------------------------------------------------------ */ 

.element p {
    margin: 0 0 1.5em;
}

blockquote {
    font-size: 115%;
    color: #666;
    text-align: center;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 30px 20px;
    margin: auto auto 40px;
}   


/* lists */
.element ol {
    list-style: decimal; 
    margin: 0 0 1.5em 40px;
}    
    .element ol li {
        margin-bottom: 10px; 
    }
        
.element ul,
.postBody ul {
    list-style: circle; 
    margin: 0 0 1.5em 45px;
}    
    .element ul li,
    .postBody ul li {
        margin-bottom: 8px; 
    }


/* alignment */
.left {
    float: left;
    display: block;
}

.right {
    float: right;
    display: block;
}


/* inputs */
input,
textarea,
select {
    font: 500 16px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

input:focus,
textarea:focus,
select:focus {
    outline: 0;
    -moz-outline-style: none;
    border-color: #bbb !important;
}


/* misc */
iframe, 
.imageElement {
    max-width: 100%;
}

img {
    vertical-align: bottom;
}

img,
embed,
iframe {
    max-width: 100%;
    height: auto;
}

        
/* tables */
table {
    border-collapse: collapse;
    margin: 15px 0 1.5em;
    color: #000;
    max-width: 100%;
    background: #fff;
}
    table th {
        background: #fff;
        color: #ccc;
        font: bold 18px/1.3 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
        text-align: left;
        padding: 15px;
    }
    
    table tr:nth-child(even) {
        background: #fff;
    }
    
    table td {
        padding: 15px;
        font-size: 15px;        
    }



/* def lists */
dl {
    margin-bottom: 1.5em
}
    dl dt {
        font: bold 18px/1.3 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
    }


/* pre and code */
pre {
    margin-bottom: 1.5em;
    white-space: pre-wrap; 
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}

code {
    display: block;
    margin-bottom: 1.5em;
}
    

/* hr */
hr {
    border: 1px solid #ccc; 
    border-width: 0 0 1px; 
    border-collapse: collapse; 
    clear: both; 
    margin: 1.5em 0; 
} 
    p hr {
        margin: 0;
    }


    
    







/* TOPPER
------------------------------------------------------------ */ 

.topper {
    padding-top: 10px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 20px;
    overflow: hidden;
}


/* cart */
.cart-full {
    background: url(images/sprite.png) no-repeat -200px 0;
    padding-left: 35px;
    float: right;
    display: block;
    color: #aaa;
    font-size: 13px;
    opacity: .6;
    
    -webkit-transition: color 0.35s ease-in-out, opacity 0.35s ease-in-out; 
       -moz-transition: color 0.35s ease-in-out, opacity 0.35s ease-in-out; 
         -o-transition: color 0.35s ease-in-out, opacity 0.35s ease-in-out; 
        -ms-transition: color 0.35s ease-in-out, opacity 0.35s ease-in-out; 
            transition: color 0.35s ease-in-out, opacity 0.35s ease-in-out;
}        
    .cart-full:hover {
        color: #000;
        opacity: 1;
    }
    
    
        


/* search */
.search label {
    display: none;
}

.searchInput {
    border: 1px solid #3F5BBC;
    border-radius: 15px;
    width: 120px;
    margin: 0;
    padding: 8px 50px 8px 20px;
    background: #3F5BBC;
    color: #fff;
    font-size: 13px;
    
    -webkit-transition: width 0.35s ease-in-out; 
       -moz-transition: width 0.35s ease-in-out; 
         -o-transition: width 0.35s ease-in-out; 
        -ms-transition: width 0.35s ease-in-out; 
            transition: width 0.35s ease-in-out;
}    
    .searchInput:focus {
        width: 180px;
    }    

.searchButton {
    background: url(images/sprite.png) no-repeat -100px 0;
    margin: 0 0 0 -37px;
    padding: 0;
    border: none;
    width: 25px;
    height: 25px;
    display: inline-block;
    overflow: hidden;
    text-indent: -9999px;
    cursor: pointer;
    opacity: .6;
}
    .searchButton:hover {
        opacity: 1;
    }

    @media screen and (max-width: 480px) {    
        .search {
            display: none;
        }
    }







/* HEADER & NAVIGATION
------------------------------------------------------------ */ 

header {
    text-align: center;
    background-color: #3F5BBC;
    colour: #
}
    /* logo */
    .logo {
     display: none;
    }


       /* logo responsive ------------------------------------ */    
        @media screen and (max-width: 480px) {    
              .logo {
                padding: 20px;
                text-align: center;
                background-color: transparent !important;
                margin-bottom: 10px;
                display: block;
                font-weight: 300;
                text-transform: uppercase;
                letter-spacing: .07em;
                font-size: 16px;
                padding: 20px 0;
                color: #AE9078;
                text-decoration: none;
                border-bottom: 2px solid #3F5BBC;
            }
       }
 
    
header .wrapper {
    margin-bottom: 0px;

}    
    
    nav li {
        display: inline-block;
        font: 15px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
        letter-spacing: .05rem;
        font-size: 1.2em;
        font-weight: 400 !important;
        position: relative;
        
    }

    nav a {
        display: block;
        color: #FFF;
        padding: 13px 7px;
    font-weight: normal;
        text-transform: none;
    

    }
  nav ul a:hover,
                nav ul li:hover a {
                    color: #AE9078;
                    padding: 13px 7px;
                    border-bottom: 0px solid #ccc;
        font-weight: normal;
                }                
               
                nav ul .selectedPage a,
                nav ul .selectedParent a,
                nav ul .selectedPageRoot a {
                    color: #C0A66E;
                 padding: 13px 7px;
                }


        /* level 2 */    
        nav li:hover ul.level2, 
        nav li:focus ul.level2 {
            display: block;
            color: #FFF;
            background-color: #3F5BBC;
            border-bottom: 0px solid #ccc;

            -webkit-animation: fadein .55s;
                    animation: fadein .55s;
        }
        
        nav .level2 {
            position: absolute;
            text-align: left;
            z-index: 999;
            left: 0;
            margin-left: 0;
            padding: 10px 20px;    
            width: 220px;
            display: none;
        }
        
            nav .level2 li {
                margin: 0;
                font-size: 14px;
                text-transform: none;
                display: block;
            }

            nav .level2 a {
                color: #fff !important;
                padding: 10px 0;
                background-color: transparent !important;
            }

                nav .level2 a:hover,
                nav .level2 .selectedPage a,
                nav .level2 .selectedPagePath a,
                nav .level2 .selectedPageParent a {
                color: #AE9078 !important;
                }
                
                
                nav .level3 {
                    border-left: 1px solid rgba(255, 255, 255, .3);
                    padding-left: 15px;
                }
                
                    nav .level3 li {
                        font-size: 12px;
                        font-weight: 300;
                    }
                    
                    nav .level3 a {
                        color: #ddd !important;
                        padding: 1px 0;
                    }
    
    
    
    
        /* navigation responsive ------------------------------------ */    
        @media screen and (max-width: 850px) {    
            header .wrapper {
                padding: 20px;
                text-align: center;
                background-color: #FFFFFF;
            }
            nav {
                background: url(images/sprite.png) no-repeat 0 0;
                width: 25px;
                height: 21px;
                cursor: pointer;
                z-index: 99999;
                margin: 0 auto;
            }  
        
    
                nav ul {
                    position: fixed;
                    display: none;
                    top: 0;
                    bottom: 0;
                    right: 0;
                    left: 0;
                    width: 100%;
                    margin: 0;
                    background-color: #3F5BBC;
                    float: none;
                    text-align: center;
                    padding-top: 15%;
                    overflow: auto;
                    z-index: 99999;

                    -webkit-transition: all 0.55s ease-in-out; 
                       -moz-transition: all 0.55s ease-in-out; 
                         -o-transition: all 0.55s ease-in-out; 
                        -ms-transition: all 0.55s ease-in-out; 
                            transition: all 0.55s ease-in-out;
                }            
                        nav ul.active {
                            display: block;
                            cursor: default;
    
                            -webkit-animation: fadein .55s;
                                    animation: fadein .55s;
                        }
                        
                        nav > ul::before {
                            display: block;
                            position: fixed;
                            top: 10px;
                            right: 20px;
                            padding: 0;
                            text-align: center;
                            content: "x";
                            color: #fff;
                            font: bold 30px/30px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
                            cursor: pointer;
                            
                            -webkit-box-sizing: border-box;
                               -moz-box-sizing: border-box;
                                    box-sizing: border-box;
                        }
                
                
                    nav ul li {
                        display: block;
                        text-align: center;
                        color: #fff;
                        margin: 0;
                    }

                    
                    nav ul a {
                        font-size: 20px;
                        font-weight: 600;
                        font-weight: normal;
                        color: #FFF !important;
                    }
                    
                    nav ul a:hover {
                        color: #AE9078 !important;
                    }
                    
                    /* level 2 / 3 */                                        
                    nav .level2,
                    nav .level3 {
                        position: static;
                        background-color: transparent;
                        padding: 0 20px 15px;
                        width: 100%;
                        min-width: 100% !important;
                        display: block !important;
                        left: auto !important;
                        right: auto !important;
                        border: none !important;

                        -webkit-animation: fadein 0;
                                animation: fadein 0;
                    }
                            nav .level3 {
                                padding-bottom: 0 !important;
                            }
                        nav .level2 li,
                        nav .level3 li {
                            margin-right: 0 !important;
                            display: block !important;
                        }
                        
                        nav .level2 a,
                        nav .level3 a {
                            color: #fff !important;
                            font-size: 15px;
                            font-weight: 500;
                            opacity: .7;
                        }
                            
                            nav .level3 a {
                                opacity: .3 !important;
                            }
                            
                            nav .level4 {display: none;}
                        
            }











/* CONTENTS
------------------------------------------------------------ */ 
        
.content {
    background: #fff;
    padding-left: 10px;
    padding-right: 10px;
}


/* main content */
.main-content {
    margin: 0 auto;
    overflow: hidden;
    padding: 20px 0 0;
}    


/* spotlight */
.spotlight {
    display: block;
    overflow: hidden;
    clear: both;
}
    .spotlight .box {
        width: 32%;
        max-width: 317px;
        display: block;
        float: left;
    }

    .box + .box {
        margin: 0 5%; 
    }

    .box + .box + .box {
        margin: 0;
    }
    
    @media screen and (max-width: 800px) {    
        .spotlight .box {
            width: 100%;
            max-width: 100%;
            float: none;
            margin: 0;
        }
    }    
    

/*  SECTIONS  */
.section {
    clear: both;
    padding: 0px;
    margin: 0px;
}

/*  COLUMN SETUP  */
.col {
    display: block;
    float:left;
    margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }


/*  GROUPING  */
.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1; /* For IE 6/7 */
}

/*  GRID OF THREE  */
.span_3_of_3 {
    width: 100%;
}
.span_2_of_3 {
    width: 66.1%;
}
.span_1_of_3 {
    width: 32.2%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
    .col { margin: 1% 0 1% 0%;}
    .span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; }
}


/*  GRID OF FOUR   ============================================================================= */

    
.span_4_of_4 {
    width: 100%; 
}

.span_3_of_4 {
    width: 74.6%; 
}

.span_2_of_4 {
    width: 49.2%; 
}

.span_1_of_4 {
    width: 23.8%; 
}


/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
    .span_4_of_4 {
        width: 100%; 
    }
    .span_3_of_4 {
        width: 100%; 
    }
    .span_2_of_4 {
        width: 100%; 
    }
    .span_1_of_4 {
        width: 100%; 
    }
}




/* columns */
.two-column {
    display: block;
    overflow: hidden;
    clear: both;
    max-width: 960px;
}
    .two-column .left,
    .two-column .right {
        width: 46%;
    }

    @media screen and (max-width: 800px) {    
        div.left,
        div.right {
            width: 100% !important;
            float: none !important;
        }
    }


.one-column {
    margin: 0 auto;
    display: block;
    clear: both;
    max-width: 960px;
}
    .fullwidth .one-column {
        max-width: 960px;
    }



.bottom-content {
    max-width: 1000px;
    margin: 0 auto;
    display: block;
    overflow: hidden;
}



.one-column .element,
.spotlight .element,
.two-column .element,
.bottom-content {
    margin: 0 0 20px;
}




/* inside */
.inside .main-content {
    padding: 15px 10px 15px;    
}

.inside .main-column {
    width: 63%;
    max-width: 630px;
        margin-bottom: 20px;
}

.inside .sub-column {
    width: 33%;
    max-width: 330px;
}

.inside .main-content .element {
    margin-bottom: 40px;
}
    .inside .element:last-child {
        margin-bottom: 0;
    }


    @media screen and (max-width: 800px) {    
        .inside .main-content {
            padding: 15px 10px 15px;    
        }

        .inside .main-column,
        .inside .sub-column {
            width: 100%;
            max-width: 100%;
            margin-bottom: 60px;
        }
    }    







/* SUB NAV
------------------------------------------------------------ */

.sub-nav {
    margin: 0 0 50px;
    font-size: 18px;
    font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

    .sub-nav li {
        display: block;
    }
    
    .sub-nav li a {
        padding: 10px 15px;
        display: block;
        border-left: 1px solid #FFF;
    }
        .sub-nav li a:hover {
            border-left: 1px solid #777;
            color: #777;
        }

        .sub-nav li a.selectedPage,
        .sub-nav li a.selectedPageParent {
            color: #1E3E5E;
            background: #eee;
            border-left: 1px solid #777;
            text-decoration: none;
        }

        .sub-nav ul li {
            font-size: 80%;
            list-style: italic;
        }
        .sub-nav ul li a {
            padding-left: 35px;
        }







/* FOOTER
------------------------------------------------------------ */

footer {
    width: 100%;
    overflow: hidden;
    clear: both;
    margin: 0px auto 0;
    border-top: 1px solid #eee;
    text-align: center;
    background-color: #3F5BBC;
}
    footer li {
        display: inline-block;
         text-transform: none;
       font: 15px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 1.0em;
        font-weight: 400 !important;
        position: relative;
    }

    footer a {
        display: block;
        color: #FFF;
        font-weight: normal;
       padding: 13px 7px;
        text-transform: none;


    }

footer ul a:hover,
                footer ul li:hover a {
                    color: #AE9078;
                    background: none;
        font-weight: normal;
                    padding: 13px 7px;
                    border-bottom: 0px solid #ccc;
                }                

    @media screen and (max-width: 800px) {    
        footer {
            display: none;
        }
    }    



/* social and copyright */
.copyright {
    padding-top: 10px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    font-size: 11px;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    color: #1E3E5E;
   
    max-width: 960px;
    display: block;
}

    .copyright a {
        display: block;
        color: #1E3E5E;
    }

    .copyright a:hover {
         color: #000;
                }                


ul.socialMedia {
    margin: 0 auto;
    overflow: hidden;
    min-height: 50px;
    padding: 0;
    text-align: center !important;
}
    ul.socialMedia li {
        float: none;
        display: inline-block;
    }








/* 
------------------------------------------------------------------------------------
CMS STYLES
------------------------------------------------------------------------------------ 
*/



/* BLOG ITEM
------------------------------------------------------------ */

/* blogs listings */             
.blogList ul {
    margin: 0 0 1.5em !important; 
    padding: 0 !important;    
}
    .blogList ul li {      
        margin: 0 0 2em !important; 
        padding: 0 !important;
    }    
    .blogList ul li .postTitle {      
        font-size: 20px;
    }              
        
    .blogList ul li .postInfo {
        margin: 0 0 20px !important; 
        font-size: 14px; 
        color: #ccc; 
        font-style: italic;  
    }    
        .blogList ul li .postInfo a {
            color: #bbb;
        }
                
                
    .rss,
    .blogBack {
        display: none;
    }   
    
                                                                         
    /*  for blog/calendar list items to still have list bullets */    
    .blogList ul li ul, 
    .eventsList ul li ul, 
    .blogList ol li ul, 
    .eventsList ol li ul {
        margin: 0 0 1.5em 45px !important; 
    }  
    .blogList ul li li, 
    .eventsList ul li li {
        list-style: circle !important;
        margin: 0 0 8px !important; 
    } 


/* post detail page */  
.postViewInfo {
    border: none !important;  
    padding: 0 !important;    
    color: #bbb !important;  
    font-size: 14px !important; 
    font-style: italic; 
}     
    .postViewTags a {  
        margin-left: 2px !important;
    }   
    .postViewTags li {  
        border: none !important;
    }  

                                     


    
    /* pagination */
    div.pagination {
        float: none;
    }

        div.pagination ul,
        #pagination {
            border: 1px solid rgba(0, 0, 0, 0.1);
            border-radius: 4px;
            display: inline-block;
            float: none;
            margin: 60px 0 0 !important;
            width: auto;
            text-align: center;
            padding: 0 !important;
            clear: both;
        }

            div.pagination ul li,
            #pagination li {
                border-right: 1px solid rgba(0, 0, 0, 0.1) !important;
                color: #999;
                cursor: default;
                display: block;
                float: left;
                font-size: 14px;
                font-weight: 600;
                letter-spacing: 2px;
                line-height: 1em !important;
                margin: 0 !important;
                padding: 0 !important;
                text-transform: uppercase;
            }

            div.pagination ul li.page.current,
            #pagination li.selected {
                color: #333;
                font-size: 14px;
                font-weight: 600;
                padding: 15px !important;
            }
        
            div.pagination ul li a,
            #pagination li a {
                color: #999;
                display: block;
                padding: 15px !important;
                border: none !important;
            }


/* blog comments */ 
.commentsHead {
    padding: 55px 0 0;
    text-transform: uppercase;
    font-size: 22px;
}             
    dt.comment {
        background: transparent !important;
        margin: 0 !important;
        padding: 0 0 5px 0 !important;
        border: none !important;
        font-size: 13px;
        font-weight: normal;
        color: #bbb;   
    }    
        .comment a {
            text-decoration: none; 
            font-size: 18px;  
            font-weight: 500;  
        } 

    dd.comment {                      
        background: #fff !important;        
        margin: 0 0 55px !important;   
        border-bottom: none !important;  
        padding: 0 0 20px !important; 
    }                    
        dd.comment .commentDate {
            font-size: 13px; 
            color: #bbb;    
            margin-bottom: -5px !important;
            padding-top: 10px !important;         
        }  
    
        dd.comment:after { 
            bottom: 100%; 
            border: solid transparent; 
            content: " "; 
            height: 0; 
            width: 0; 
            position: absolute; 
            pointer-events: none; 
        } 



/* comments form */
.commentsForm {
    clear: both;  
    background: #fff;
    padding: 25px 25px 10px;     
    max-width: 500px;
    margin: 0 auto;
}           
    .addComment { 
        padding: 15px 0 0;
        text-transform: uppercase;
        font-size: 22px;
        margin-bottom: 25px;
    }

    .commentsForm label, 
    .commentsForm span {
        font-weight: normal;
        display: block;    
        font-size: 15px;   
        margin: 5px 15px 5px 0; 
    } 
        .comments .commentsForm h3.addComment + p + p + p + span {
            margin-bottom: 0 !important;
        }
        .comments .commentsForm h3.addComment + p + p + p + span + br,
        .comments .commentsForm h3.addComment + p + p + p + span + br + img + br + input + span {
            display: none !important;
        }

    .commentsForm input, 
    .commentsForm textarea { 
        clear: both; 
        background: #fff;
        border: none;
        padding: 9px 10px; 
        width: 100% !important;  
        border: 1px solid #ddd;
    }         

    .comments .commentsForm h3.addComment + p + p + p + span + br + img { 
        border: 1px solid #ddd;
    }

    .comments .commentsForm h3.addComment + p + p + p + span + br + img + br + input {
        width: 40% !important;
        min-width: 100px;
        margin: 10px 0 20px 0;
    }
    .comments .commentsForm h3.addComment + p + p + p + span + br + img + br + input + br {
        width: 40% !important;
        min-width: 100px;
        margin: 10px 0 20px 0;
    }

    .commentsForm input.submitComment {  
        font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
        background: #6F9FD4;
        display: inline-block;
        font-weight: 700;
        color: #fff;
        padding: 15px 40px;
        text-decoration: none;
        font-size: 18px;
        line-height: normal;
        border: none;
        width: auto !important;

        -webkit-transition: all 0.5s ease-in-out;
           -moz-transition: all 0.5s ease-in-out;
             -o-transition: all 0.5s ease-in-out;
            -ms-transition: all 0.5s ease-in-out;
                transition: all 0.5s ease-in-out;        
    }
        .commentsForm input.submitComment:hover {
            background: #000;
        }

    .commentsForm .note {
        display: none;
    }







/* EVENTS / CALENDAR 
------------------------------------------------------------ */
          
/* calendar detail page */  
.event .eventDate {
    margin: 0 0 15px; 
    font-size: 14px; 
    color: #aaa; 
    font-style: italic;
} 
    .eventTime {        
        color: #bbb; 
    }          

.event .eventBack a {
    display: none;
} 



/* event list */          
.eventsList ul {
    margin: 0 !important; 
    padding: 0 !important; 
    list-style: none;
}
    .eventsList ul li { 
        margin: 0 0 25px !important; 
        padding: 0 !important;
        background-image: none;   
    }
    
    .eventsList ul li > a {
        text-decoration: none;
        line-height: 1.3;
        font-size: 20px;
        font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
        letter-spacing: .2rem;
        font-weight: 600;
    }
        
    .eventsList ul li .eventDate {
        margin: 0 0 5px 0; 
        font-size: 14px; 
        color: #ccc; 
        font-style: italic;
    }         
        .eventsList ul li .eventDate {
            color: #bbb; 
        }            

                                        

/* tabular */      
.eventsCalendar {
    margin: 0 0 60px; 
    width: 100%;
    position: relative;
}        
    .eventsCalendar table {
        border: none; 
        border-color: #fff !important; 
        background-color: #fff;
        width: 100%; 
        margin: 0 !important;        
    }         
        .eventsCalendar table td {
            padding: 0;
        }    
    
    /* title and arrows */
    .calendarTitle {
        background: #fff !important; 
        height: 90px !important;
        position: relative;
    }        
        .calendarTitle td {
            font-weight: 700 !important;
            color: #000 !important; 
            background: #fff !important; 
            font-size: 17px !important; 
            letter-spacing: 1px;   
            text-transform: uppercase;
            padding: 20px 10px !important; 
        }    
        
        .calendarNextPrevious:first-child a,
        .calendarNextPrevious:last-child a  {
            background: url(images/cal-arrow.png) top right no-repeat !important;
            display: block;
            text-indent: -9999px !important;
            height: 40px;
            width: 35px; 
            top: 24px;
            right: 10%;
            position: absolute;
            padding-top: 10px;
            font-size: 12px;
            text-transform: uppercase;
            border: none !important;
        }
            .calendarNextPrevious:first-child a {
                background: url(images/cal-arrow-left.png) top left no-repeat !important;
                left: 10%;
                right: auto;
            }
            
                
    /* monday thru friday */                        
    .calendarDayHeader {
        color: #999 !important;    
        background: #fff !important;    
        font-size: 12px; 
        text-transform: uppercase; 
        height: 1px; 
        text-align: center !important; 
        padding: 15px 0 !important;                   
        border-color: #fff !important; 
        border-top: 1px solid #eee !important;  
        border-bottom: 1px solid #eee !important; 
    }
        
    .eventsCalendar .eventTime {
        font-style: italic;
        display: block;
        padding: 10px 0 0 !important;
    } 
         
    .eventsCalendar .eventTime:before {
        content: "" !important;
    }
    
    .calendarWeekendDay,
    .calendarOtherMonthDay,
    .calendarDay,
    .calendarToday {
        vertical-align: top;
        background: #fafafa !important;
        border: 0 !important;
        border-bottom: 1px solid #fff !important;
        padding: 1.5em .5em !important;
        font-size: 12px;
        line-height: 18px; 
    }        
        .calendarWeekendDay a,
        .calendarOtherMonthDay a,
        .calendarDay a,
        .calendarToday a {
            font-size: 14px;
            color: #2e2e2e;
            display: block;
            margin-top: 15px;
            margin-bottom: -5px;
            text-decoration: none;
            font-weight: normal;
        }
        
        .calendarOtherMonthDay {
            color: #ccc !important;
        }
    




/* FORMS
------------------------------------------------------------ */

.form_container {
    margin: 20px 0 !important;    
} 

    .form_container .fieldItemInner,
    .form_container .submitButtonContainer {
        padding: 0 !important;
    }

    .form_container .fieldRow {
        display: block;
    }

    .form_container .fieldBlock {
        margin: 0 0 10px;
        width: 98.5%;
    }

    .form_container .formHeader {
    }

    .form_container .title {
        font-weight: 500 !important;
        font-size: 15px; 
        margin-bottom: -15px !important; 
    }

    .form_container .textField, 
    .form_container .form_container select { 
        color: #666;
        -webkit-appearance: none;
        padding: 11px 13px;
        border: 1px solid #ddd;
        margin: 0;
    }           
        
        .form_container select {padding: 3px 5px; max-width: 90% !important;}   

    .form_container .choice-option {
        background: #fff;
        display: inline-block !important;
        padding: 10px 18px 10px 12px !important;
        border: 1px solid #eaeaea;
        margin: 0 12px 12px 0 !important;
    }        
        .form_container .choice-option input {margin-right: 10px;}

        .form_container .choice-option label {
            font-size: 13px;
            color: #777 !important; 
        }

        .form_container .choice-option:hover {border-color: #ccc;}

    .form_container .fieldNote, 
    .form_container .fieldName,
    .form_container .fieldInstructions {
        font-size: 13px !important;
        font-style: italic !important;
        margin: 5px 0 0 0;
    }        

    .form_container img {                     
        display: block;  
        max-width: 170px; 
        max-height: 40px;  
        margin-top: 10px;     
        position: relative;
        border: 2px solid #fff;
        z-index: 9;
    }       

    .form_container .submitButton {  
        font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
        background: #3F5BBC;
        clear: both;
        margin-top: -50px;
        font-weight: bold;
        border: none;
        color: #fff;
        padding: 9px 15px;
        width: 120px !important;
        font-size: 18px;
        cursor: pointer;
        margin-left: 0;
        text-transform: uppercase;
    }    
        .form_container .submitButton:hover { 
            background: #AE9078;  
        }


    /* getting the widths right */    
    .type-text input,
    .type-address input,
    .type-email input,
    .type-website input,
    .type-number input,
    .type-captcha input,
    .type-fileupload input,
    .type-paragraph textarea {
        width: 90% !important;
    }

    .type-name input {
        width: 90% !important;
    }

    .type-date input,
    .type-phone input,
    .type-time input {
        width: 70% !important;
    }

    .type-time select {
        width: 100% !important;
    }

    .type-name .fieldBlock {
        width: 47.5% !important;
    }

    .type-date .fieldBlock,
    .type-phone .fieldBlock,
    .type-time .fieldBlock {
        width: 20% !important;
    }

    .type-address .fieldRow:nth-child(3) .fieldBlock {
        width: 30%;
    }

    .type-address .fieldRow:nth-child(3) .fieldBlock input {
        width: 80% !important;
    }

    .type-address .fieldRow:nth-child(3) .fieldBlock select {
        width: 100% !important;
    }



.fieldSelected {
    background: transparent !important; 
    border-color: transparent !important;
}

.fieldItemError {
    padding-left: 10px !important;
}


/* confirmation popup */
.confirmation-content {
    height: 100px !important;
    min-height: 200px;
}
    .confirmation-content-message {
        padding: 25px !important;
        position: relative;
    }

    .confirmation-content-message p {
        margin-bottom: 20px;
    }

    .confirmation-content-message p a {
        color: #000;
        font-weight: normal;
        text-decoration: underline;
    }





/* EVITE 
------------------------------------------------------------ */    

.EviteElement {
    width: 100%;
    margin: 20px 0 30px !important;    
}

    .EviteElement label {    
        display: block;    
        font-size: 16px;   
        margin: 4px 0 0 0; 
        font-style: italic;
        font-weight: normal;
    }

    .EviteElement p span {
        font-size: 16px;   
        margin: 4px 0 0 0; 
    }

    .EviteElement em {
        font-weight: normal !important;
        font-size: 13px;
    }

    .EviteElement input, 
    .EviteElement textarea { 
        background: #fff;
        max-width: 60%;
        padding: 11px 10px 11px 10px; 
        border: none;
        border: 1px solid #ddd;    

        -webkit-transition: all 0.5s ease-in-out;
           -moz-transition: all 0.5s ease-in-out;
             -o-transition: all 0.5s ease-in-out;
            -ms-transition: all 0.5s ease-in-out;
                transition: all 0.5s ease-in-out;       
    }  

    .EviteElement img {
        display: block;  
        margin-bottom: -20px;
        border: 2px solid #fff;
    } 

    .EviteElement .EviteButton {  
        clear: both; 
        font-weight: bold;
        background: #6F9FD4;
        border: none;
        color: #fff;
        padding: 15px 15px 12px;
        width: 150px !important;
        font-size: 18px;
        letter-spacing: 1px;
        text-transform: uppercase;
        margin-right: 10px;
        margin-bottom: 10px;
        cursor: pointer;
    }    
        .EviteElement .EviteButton:hover { 
            background: #6F9FD4;  
        }    

    .EviteElement .EvitePreview { 
        background: #444 !important;
        display: inline-block !important;
        padding: 5px 10px !important;
        color: #fff !important;
        font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 14px;
        text-transform: uppercase;
        text-decoration: none !important;
    }
        .EviteElement .EvitePreview:hover { 
            background: #888 !important;
        }
        .EviteElement .EvitePreview a {
            text-decoration: none !important;
        }
    
    
    
    

/* SEARCH PAGE
------------------------------------------------------------ */

.searchResults {
    margin: 0 0 25px 0 !important;
}

    .searchResults li {
        padding: 0 0 15px 0 !important; 
    }

    .dynamic-searchresults p b,
    .searchResults li a {
        font-size: 16px;
    }

    .searchResults .searchTerm {
        background-image: none;
        background-color: #F1F1F1 !important;
    }








/* GALLERY
----------------------------------------------------------*/

.photoGalleryElement .thumbContents p {    
    font-size: 13px !important;
    padding: 0 3%;
}

.photoGalleryElement .thumbnail {
    margin: 0 2% 2% 0;
    width: 23%; 

    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}
        .photoGalleryElement .thumbnail:nth-child(4n+1) { 
            clear: both; 
        }

    .photoGalleryElement .thumbnail img {
        margin: 5% 0 !important;
        width: 90% !important; 
    }

    .photoGalleryElement .thumbnail .thumbContents {
        border: 1px solid #d9d9d9;
        min-height: auto !important; 
    }

    .photoGalleryElement .thumbnail:hover {
        -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
           -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
                box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    }

    .sub-content .photoGalleryElement .thumbnail {
        width: 125px; 
    }

    .sub-content .photoGalleryElement .thumbnail img {
        width: 107px; 
    }


/* shawdowed */
.photoGalleryElement .thumbShadow .thumbContents p,
.photoGalleryElement .thumbnail p {
    padding: 0 0 6px !important; 
}

    .photoGalleryElement .thumbShadow {
        margin: 0 2% 2% 0;
        padding: 0 !important;
        width: 23% !important; 
    }

    .photoGalleryElement .thumbShadow a {
        border: 1px solid #E0E0E0;
        display: block;
        margin: 0 0 10px; 
        background: #fff;

           -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
                box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
    }

    .photoGalleryElement .thumbShadow .thumbContents {
        background: none !important; 
    }

    .photoGalleryElement .thumbShadow img {    
        border: none !important;
        margin: 0 !important;
        width: 90%; 
    }

/* thumb hover */
.photoGalleryElement .thumbHover {
    margin: 0 !important; 
}

    .photoGalleryElement .thumbHover .thumbContents {
        min-height: 150px !important; 
    }

    .photoGalleryElement .thumbHover a {
        display: block;
        height: 150px !important;
        overflow: hidden; 
    }

    .photoGalleryElement .thumbHover a img {
         width:150px; 

        -webkit-transition: all 0.3s ease-in-out;
           -moz-transition: all 0.3s ease-in-out;
             -o-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
    }

    .sub-content .photoGalleryElement .thumbHover .thumbContents {
        min-height: 135px !important; 
    }

    .sub-content .photoGalleryElement .thumbHover a img {
        width: 135px; 
    }

    .sub-content .photoGalleryElement .thumbHover a {
        height: 135px !important; 
    }


/* thumb tile */
.photoGalleryElement .thumbTile {
    margin: 0; 
}
    .photoGalleryElement .thumbTile .thumbContents {
        height: 150px !important;
        min-height: 150px !important; 
    }

    .photoGalleryElement .thumbTile a {
        display: block;
        height: 150px;
        overflow: hidden; 
    }

    .photoGalleryElement .thumbTile img {
        width: 150px; 
    }

    .sub-content .photoGalleryElement .thumbTile .thumbContents {
        height: 135px !important;
        min-height: 135px !important; 
    }

    .sub-content .photoGalleryElement .thumbTile img {
        width: 135px; 
    }


/* thumb misc */
.sub-content .photoGalleryElement .thumbTight img {
    width: 135px; 
}

.photoGalleryElement .thumbTile img,
.photoGalleryElement .thumbTight img,
.photoGalleryElement .thumbHover img {
    margin: 0 !important; 
} 


/* caption color */ 
html body#body form div.page-container .sldw_caption h3,
html body#body form div.page-container .sldw_caption p {
    color: #fff !important; 
}


/* light boxing */
#lcms_fancybox-overlay {
    background-color: #fff !important;
}

.lcms_fancybox-opened .lcms_fancybox-skin {
    box-shadow: 0 0 0 #fff !important;
    border-radius: 0 !important; 
}

.lcms_fancybox-title-over-wrap {
    background: #666 !important;
}

#lcms_fancybox-title > span {
    display: block;
    font-weight: 300;
    font-size: 14px;
    padding: 20px;
    text-align: center;
}


#lcms_fancybox-desc {
    padding-top: 15px !important;
    display: block;
}

#lcms_fancybox-desc h1, 
#lcms_fancybox-desc h2, 
#lcms_fancybox-desc h3, 
#lcms_fancybox-desc h4 {
    color: #fff !important;
}







/* LOGIN
------------------------------------------------------------ */

.loginElement {
    background: #fff;
    border-radius: 4px;
    border: 1px solid #ddd;
    width: 350px;
    margin: 15% auto 0;
    padding: 40px;
        
    animation-name: zoominlogin;
    animation-duration: 0.8s;
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out;

    -webkit-animation-name: zoominlogin;
    -webkit-animation-duration: 0.8s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in-out; 
}

.loginElement h1.title {
    display: none;
}

.loginElement input {
    width: auto;
    padding: 10px;
    margin: 0;
    background: none;
    border: 1px solid #ddd;
    color: #999;
}

.loginElement .remember {
    font-size: 13px;
    color: #aaa;
}
    .loginElement .remember input {
        margin-right: 10px;
    }

.loginElement .button {
    font-weight: bold;
    background: #3F5BBC;
    border: none;
    color: #fff;
    padding: 10px 20px;
    font-size: 18px;
} 








/* SHOPPING CART 
------------------------------------------------------------ */    

/* product list - details */
.productListing {
    margin: 0 !important; 
    width: 100% !important;
}    
    .productListing li {
        font-style: normal !important;
        background-image: none !important;
        margin: 0 0 35px 0 !important;
        padding: 0 0 20px 0 !important;
        position: relative;
        width: 100%; 
        border: none !important;
    }                
            .productListing li img {
                max-width: 100%;
            }    
    
        .productListing li .productImageContainer {
            margin-bottom: 20px;
            max-width: 30%;    
            float: left !important;
            margin-right: 15px;
        }

        .productListing h3.productTitle {
            margin: 0 !important; 
        }        
            .productListing h3.productTitle a {
                font-size: 21px;
                text-decoration: none;
            }

        .productListing h4.productType,
        .productListing h4.productVendor {            
            display: inline-block;
            font-size: 14px !important;
            font-style: italic !important;
            font-weight: 300 !important;
            padding: 0; 
        }

        .productListing .productDescription {
            padding-top: 15px;
        }
        
        .productListing .productPriceContainer {
            display: block !important;
        }            
            .productListing .productPriceContainer .productPrice,
            .productUnavailable,
            .productDetailUnavailable {
                font-size: 16px !important;
                float: left;
                display: block !important;
                padding: 0 !important;
                margin: 10px 0 0 !important;
            }
            
            .productUnavailable {
                padding-left: 30px !important;
                font-style: italic;
                font-size: 12px !important;
            }
                .productListingGrid .productUnavailable {
                    float: none;
                    text-align: center;
                    padding-left: 0 !important;
                }
        
    /* add to cart and select buttons */
    .productAddToCart, 
    a.productSelectOptions {
        -webkit-appearance: none;
        background: #6F9FD4 !important;
        display: inline-block !important;
        padding: 11px 15px !important;
        border: none !important;   
        text-transform: uppercase; 
        font-size: 15px;
        color: #fff !important;  
        cursor: pointer;
        margin-left: 20px;
        text-decoration: none;

        -webkit-transition: all 0.3s ease-in-out;
           -moz-transition: all 0.3s ease-in-out;
             -o-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;  
    }
        .productAddToCart:hover, 
        a.productSelectOptions:hover {
            background: #1E3E5E !important;
        }






/* Product Listing - Grid */
.productListingGrid {
    margin: 0 !important; 
    width: 100% !important;    
}    
    .productListingGrid li {        
        display: block !important;
        margin: 0 3% 1.5em 0 !important;
        padding: 0 !important;
         width: 30% !important; 
        float: left !important;
        text-align: center !important;
        position: relative;    
        border-bottom: none !important;
    }    
        .productListingGrid li span.productImageContainer {
            margin: 0 0 10px 0 !important;
        }
        .productListingGrid .productFeaturedImage {
            margin-left: 0 !important;
        }            
            .productListingGrid .productFeaturedImage img {
                max-width: 100%;    
                padding: 0 !important;
                margin: 0 !important;
                vertical-align: bottom;
            }

        .productListingGrid h3.productTitle,
        .productListingGrid h3.productTitle a {
            font-size: 15px !important;
            line-height: 19px !important;
            padding: 0 !important;        
            margin: 0 0 4px 0 !important;
        }
        
        .productListingGrid .productPriceContainer {
            display: block !important;
            padding: 0 !important;
        }            
            .productListingGrid .productPriceContainer .productPrice {
                font-size: 13px !important;
                color: #828282;
                float: none;
                margin-top: 0 !important;
            }    

    .productListingGrid a.productSelectOptions,
    .productListingGrid .productAddToCart {
        display: none !important;
    }
    

    /* getting the grids lined up right */
    .productListingGrid li:last-child {margin-right: 0 !important;}
    
    .productListingGrid li:nth-child(2n+1) {clear: none !important;}
    .productListingGrid li:nth-child(4n) {clear: left !important;}
    

    .productListingGrid li h3.productTitle {display: block; clear: both;}
        .productListingGrid li span.productImageContainer {padding: 0 !important;}
        .productListingGrid li span.productImageContainer {max-width: 100%;}
        
        

/* product more info */
.productDetailImageContainer {
    display: block;
    float: right;
    overflow: hidden;
    margin-bottom: 20px;
    width: 100%;
    max-width: 320px;
}
    
    .productDetailImageContainer .productDetailImageList .productDetailImage {
        margin: 0; 
        padding: 0;
        width: 100% !important;    
    }    
    
    .productDetailImageContainer .productDetailImageThumb {
        padding: 0 !important;
        margin-right: 26px !important;
        margin-top: 10px !important;
    }
        
        .productDetailImageContainer .productDetailImageThumb a {
            padding: 0 !important;
        }
    
    .productDetailImageThumb:last-child {
        margin-right: 0 !important;
    }
    
    
/* hiding stuff i dont want */    
.productDetailDescriptionTitle,
.productDetailTitle {
    display: none;
}

ul.productDetailVariantList {
    height: 1px;
    visibility: hidden;
}

.productDetailType,
.productDetailVendor {
    display: inline-block;
    font-size: 13px !important;
    color: #828282 !important;
    font-style: italic;
    font-weight: 300 !important;
    margin-bottom: 10px !important;
}

.productDetailPrice {
    color: #000;
    font-size: 16px !important;
    font-weight: 300 !important;
}

.productDetailAddToCartContainer {
    border: 1px solid #dadada;
    border-width: 1px 0;
    padding: 10px 0 0;
    margin-bottom: 20px;
    width: 100%;
    max-width: 325px;
}
    
    .productDetailAddToCartContainer select,
    .productDetailAddToCartContainer #productDetailCartQuantity {
        color: #999;
        font-size: 13px;
        border: 1px solid #dadada;
        padding: 8px 10px;
        display: block;
    }
    
    span.productDetailQuantity, 
    #productDetailCartQuantity {
        display: inline-block !important;
    }
    

.productDetailAddToCart { 
    background: #6F9FD4 !important;
    display: inline-block;
    padding: 11px 15px !important;
    border: none !important;   
    text-transform: uppercase; 
    font-size: 15px;
    color: #fff !important;    
    margin: 0 0 0 20px !important;

        -webkit-transition: all 0.3s ease-in-out;
           -moz-transition: all 0.3s ease-in-out;
             -o-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;  
}
    .productDetailAddToCart:hover { 
        background: #113233 !important;
    }

.productDetailDescriptionContainer {
    width: 100%;
    max-width: 325px !important;
}



    
    
/* checkout */
.shoppingCartContainer {
    position: relative;
}

.cartItemsCount {
    margin: 0 0 20px 0 !important;
    font-size: 12px !important;  
    line-height: 15px;  
    width: 25% !important;  
    text-align: left !important;
    float: left !important;
}
    
.cartContinueShopping {
    display: none !important;
}

.cartItems {
    background: #FAFAFA;
    width: 100%;
    margin-bottom: 100px;
}    
    .cartItems th {
        background: #fff !important; 
        color: #2E2E2E !important; 
        text-transform: uppercase;
        font-size: 12px;
        padding: 10px 20px !important;
        border-bottom: 1px solid #EEEEEE;
    }

.shoppingCart table tbody tr td {
    border-bottom: 1px solid #fff !important;
    padding: 20px !important;
}

.cartImage img {
    border: 1px solid #fff;
}

.cartDescription a {
    padding: 0 !important;
    background: none !important;
    font-size: 14px !important;
}    

.cartItemSKU {
    font-style: italic;
}    

.cartQuantity input {
    color: #999;
    font-size: 14px;
    width: 40px !important;
    border-radius: 0 !important;
}


/* close button */
.cartItems .cartQuantity a {
    background: transparent url(images/icon-close.png) no-repeat top left !important;
    width: 15px;
    height: 15px;
    text-indent: -9999px;
    display: inline-block;
    margin: 6px 0 0 0;  
    position: absolute;
}


/* Discount Code and Checkout button Row */
.cartUpdate {
    background: transparent !important;
    padding: 0 !important;
    position: absolute;
    right: 130px;
    bottom: -44px !important;
    font-size: 13px !important;
}

.cartSubtotalLabel {
    display: none;
}

.cartSubtotalPrice {
    font-size: 15px;
}

.cartDiscount, 
.cartSubtotal {
    background: #e9e9e9;
    padding-bottom: 15px !important;
}

.cartDiscount label {
    display: inline-block !important;
    font-size: 12px !important;
}

.applyCode {
    background-color: #000 !important;
    display: inline-block;
    background-image: none !important; 
}    

/* checkout button */
.cartCheckoutButton {
    position: absolute;
    right: 0;
    bottom: -80px !important;
    background-color: #113233 !important;
    display: inline-block;
    padding: 11px 15px !important;
    border: none !important;   
    text-transform: uppercase; 
    font-size: 15px;
    color: #fff !important;    
    box-shadow: 0 0 0 #fff !important;
    border-radius: 0 0 0 !important;
    height: 45px !important;  
    background-image: none !important;

        -webkit-transition: all 0.3s ease-in-out;
           -moz-transition: all 0.3s ease-in-out;
             -o-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;  
}
    .cartCheckoutButton:hover {
        background-color: #6F9FD4 !important;
    }
    
    .cartCheckoutButton input {
        background-image: none !important;
        text-transform: uppercase;
        padding: 0 !important;
    }
  


@media screen and (max-width: 768px) {
    
    /* shopping cart */
    .shoppingCartContainer .shoppingCart p.cartItemsCount {
        width: 90% !important;
    }
    
    .shoppingCart .cartItems {
        padding: 3% !important;
    }
    
    .shoppingCart .cartImage {
        display: none !important; 
    }
    
    .shoppingCart .cartQuantity {
        padding-right: 15px !important;
    }
    
    .shoppingCart table tbody tr td {
        padding: 0 !important; 
        border-bottom: 0 !important;
    }
    
    .shoppingCart .cartPrice,    
    .shoppingCart .cartQuantity,
    .shoppingCart .cartTotal {
        margin: 0 0 15px !important; 
    }
        .shoppingCartContainer .shoppingCart table tbody tr td.cartQuantity a {
            text-indent: -9999px !important; 
            display: inline-block;
            overflow: hidden;
            margin-right: 50px !important;
            font-size: .01em !important;
        }
    
    .shoppingCart .cartCheckoutButton {
        display: block !important;
        position: relative;
        bottom: auto !important;
        margin-top: 50px !important;
    }

}








/* <textEditor> */
.fancy-button {
    font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: #3F5BBC;
    display: inline-block;
    font-weight: 700;
    color: #fff;
    padding: 15px 40px;
    text-decoration: none;
    font-size: 18px;
    line-height: normal;
}
.fancy-button2 {
    font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: #AE9078;
    display: inline-block;
    font-weight: 500;
    color: #fff;
    padding: 25px 30px;
    text-decoration: none;
    font-size: 15px;
    line-height: normal;
}

.image-caption {
    font-size: 15px;
    background: #fff;
    color: #aaa;
    font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
    display: block;
    text-align: center;
    padding: 3px;
}
/* </textEditor> */

    a.fancy-button:hover {
        background: #6F9FD4;
        color: #fff;
    }

    .special .fancy-button {
        background: #6F9FD4;
    }

    .special a.fancy-button:hover {
        background: #1E3E5E;
    }

