/* Minification failed. Returning unminified contents.
(1511,49): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
 */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	/*vertical-align: baseline;*/
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*-----Prevents iPhone from resizing in landscape mode -----*/
html {
    -webkit-text-size-adjust: none;
    position: relative;
    min-height: 100%;
}



/*----------- apply a natural box layout model to all elements --------------*/
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@font-face {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 400;
    /*src: local('PT Sans'), local('PT_Sans-Web-Regular'), url('../Content/CSS/Fonts/PT-Sans/PT_Sans-Web-Regular.ttf') format('woff2');*/
    src: url('../Content/CSS/Fonts/PT-Sans/PT-Sans-Web-Regular.eot'); /* IE9 Compat Modes */
    src: url('../Content/CSS/Fonts/PT-Sans/PT-Sans-Web-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../Content/CSS/Fonts/PT-Sans/PT-Sans-Web-Regular.ttf') format('woff2'), /* Super Modern Browsers */
    url('../Content/CSS/Fonts/PT-Sans/PT-Sans-Web-Regular.ttf') format('woff'), /* Pretty Modern Browsers */
    url('../Content/CSS/Fonts/PT-Sans/PT-Sans-Web-Regular.ttf') format('truetype'); /* Safari, Android, iOS */
}

@font-face {
    font-family: 'PT Sans';
    font-style: italic;
    font-weight: 400;
    /*src: local('PT Sans'), local('PT_Sans-Web-Italic'), url('../Content/CSS/Fonts/PT-Sans/PT_Sans-Web-Italic.ttf') format('woff2');*/
    src: url('../Content/CSS/Fonts/PT-Sans/PT-Sans-Web-Italic.eot'); /* IE9 Compat Modes */
    src: url('../Content/CSS/Fonts/PT-Sans/PT-Sans-Web-Italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../Content/CSS/Fonts/PT-Sans/PT-Sans-Web-Italic.ttf') format('woff2'), /* Super Modern Browsers */
    url('../Content/CSS/Fonts/PT-Sans/PT-Sans-Web-Italic.ttf') format('woff'), /* Pretty Modern Browsers */
    url('../Content/CSS/Fonts/PT-Sans/PT-Sans-Web-Italic.ttf') format('truetype'); /* Safari, Android, iOS */
}

@font-face {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 700;
    /*src: local('PT Sans'), local('PT_Sans-Web-Bold'), url('../Content/CSS/Fonts/PT-Sans/PT_Sans-Web-Bold.ttf') format('woff2');*/
    src: url('../Content/CSS/Fonts/PT-Sans/PT-Sans-Web-Bold.eot'); /* IE9 Compat Modes */
    src: url('../Content/CSS/Fonts/PT-Sans/PT-Sans-Web-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../Content/CSS/Fonts/PT-Sans/PT-Sans-Web-Bold.ttf') format('woff2'), /* Super Modern Browsers */
    url('../Content/CSS/Fonts/PT-Sans/PT-Sans-Web-Bold.ttf') format('woff'), /* Pretty Modern Browsers */
    url('../Content/CSS/Fonts/PT-Sans/PT-Sans-Web-Bold.ttf') format('truetype'); /* Safari, Android, iOS */
}

@font-face {
    font-family: 'PT Sans';
    font-style: italic;
    font-weight: 700;
    /*src: local('PT Sans'), local('PT_Sans-Web-BoldItalic'), url('../Content/CSS/Fonts/PT-Sans/PT_Sans-Web-BoldItalic.ttf') format('woff2');*/
    src: url('../Content/CSS/Fonts/PT-Sans/PT-Sans-Web-BoldItalic.eot'); /* IE9 Compat Modes */
    src: url('../Content/CSS/Fonts/PT-Sans/PT-Sans-Web-BoldItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../Content/CSS/Fonts/PT-Sans/PT-Sans-Web-BoldItalic.ttf') format('woff2'), /* Super Modern Browsers */
    url('../Content/CSS/Fonts/PT-Sans/PT-Sans-Web-BoldItalic.ttf') format('woff'), /* Pretty Modern Browsers */
    url('../Content/CSS/Fonts/PT-Sans/PT-Sans-Web-BoldItalic.ttf') format('truetype'); /* Safari, Android, iOS */
}

@font-face {
    font-family: 'PT Sans Narrow';
    font-style: normal;
    font-weight: 400;
    src: url('../Content/CSS/Fonts/PT-Sans-Narrow/PT-Sans-Narrow-Web-Regular.eot'); /* IE9 Compat Modes */
    src: url('../Content/CSS/Fonts/PT-Sans-Narrow/PT-Sans-Narrow-Web-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../Content/CSS/Fonts/PT-Sans-Narrow/PT-Sans-Narrow-Web-Regular.ttf') format('woff2'), /* Super Modern Browsers */
    url('../Content/CSS/Fonts/PT-Sans-Narrow/PT-Sans-Narrow-Web-Regular.ttf') format('woff'), /* Pretty Modern Browsers */
    url('../Content/CSS/Fonts/PT-Sans-Narrow/PT-Sans-Narrow-Web-Regular.ttf') format('truetype'); /* Safari, Android, iOS */
}



@font-face {
    font-family: 'PT Sans Narrow';
    font-style: normal;
    font-weight: 700;
    /*src: local('PT Sans Narrow'), local('PT_Sans-Narrow-Web-Bold'), url('../Content/CSS/Fonts/PT-Sans-Narrow/PT-Sans-Narrow-Web-Bold.ttf') format('woff2');*/
    src: url('../Content/CSS/Fonts/PT-Sans-Narrow/PT-Sans-Narrow-Web-Bold.eot'); /* IE9 Compat Modes */
    src: url('../Content/CSS/Fonts/PT-Sans-Narrow/PT-Sans-Narrow-Web-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../Content/CSS/Fonts/PT-Sans-Narrow/PT-Sans-Narrow-Web-Bold.ttf') format('woff2'), /* Super Modern Browsers */
    url('../Content/CSS/Fonts/PT-Sans-Narrow/PT-Sans-Narrow-Web-Bold.ttf') format('woff'), /* Pretty Modern Browsers */
    url('../Content/CSS/Fonts/PT-Sans-Narrow/PT-Sans-Narrow-Web-Bold.ttf') format('truetype'); /* Safari, Android, iOS */
}

/* Cinzel */
@font-face {
    font-family: 'cinzelregular';
    src: url('../Content/CSS/Fonts/cinzel-regular-macroman/Cinzel-Regular-webfont.eot');
    src: url('../Content/CSS/Fonts/cinzel-regular-macroman/Cinzel-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../Content/CSS/Fonts/cinzel-regular-macroman/Cinzel-Regular-webfont.woff') format('woff'), url('../Content/CSS/Fonts/cinzel-regular-macroman/Cinzel-Regular-webfont.ttf') format('truetype'), url('../Content/CSS/Fonts/cinzel-regular-macroman/Cinzel-Regular-webfont.svg#cinzelregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'cinzelbold';
    src: url('../Content/CSS/Fonts/cinzel-bold-macroman/Cinzel-Bold-webfont.eot');
    src: url('../Content/CSS/Fonts/cinzel-bold-macroman/Cinzel-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('../Content/CSS/Fonts/cinzel-bold-macroman/Cinzel-Bold-webfont.woff') format('woff'), url('../Content/CSS/Fonts/cinzel-bold-macroman/Cinzel-Bold-webfont.ttf') format('truetype'), url('../Content/CSS/Fonts/cinzel-bold-macroman/Cinzel-Bold-webfont.svg#cinzelbold') format('svg');
    font-weight: normal;
    font-style: normal;
}


body {
    font-size: 100%;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400; /* also loaded 600 for bold */
    /*margin: 0;*/
    padding: 0;
    margin: 0 0 120px 0; /* NEEDS TO MATCH FOOTER HEIGHT */
}

/***************************
*   HEADER
***************************/
#headerWrapper {
    background-color: #fff;
}

header {
    margin: 0 auto;
    padding: 0;
}

    header #topNavBarWrapper {
        display: none;
    }

    header #headerContentWrapper {
    }

        header #headerContentWrapper #Logo {
            display: none !important;
        }

        header #headerContentWrapper #contactWrapper {
           display: none;
        }

        header #headerContentWrapper #appointmentWrapper {
            display: none;
        }
/***************************
*   ADS
***************************/
#adWrapper {
    display: inherit;
    width: 100% !important;
    margin: 50px auto 0 auto !important;
    padding: 0;
    background-image: url('../Content/CSS/Images/Backgrounds/Background.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    height: 175px;
}

#adWrapperOutside {
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

#adWrapperInside {
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

    #adWrapperInside #Doctor {
        margin: 0;
        padding: 0 0 0 0px;
        width: 30%;
        float: left;
       
    }

        #adWrapperInside #Doctor img {
            margin: 0 0 0 0;
            height: 175px
        }

    #adWrapperInside #Text {
        margin: 0;
        padding: 0 0 0 0;
        width: 70%;
        float: right;
        color: #fff;
        text-align: center;
        font-family: 'cinzelregular', sans-serif;
    }

#Text #Meet {
    margin: 20px 0 0 0;
    padding: 0;
    font-size: 1.250em;
    font-style: italic;
}

#Text #Introducing {
    margin: 10px 0 0 0;
    font-size: 1.00em;
    font-style: italic;
}

#Text #Specialty {
    margin: 10px 0 0 0;
    font-size: 0.875em;
    line-height: 1.250em;
}


#Text #Links {
   margin: 10px auto 0 auto;
   padding: 0 0 0 20px;
   width: 80%

}

    #Text #Links ul {
        
    }


        #Text #Links ul li.Services {
            display: none;
        }

        #Text #Links ul li a {
            text-decoration: none;
        }

    #Text #Links ul li a .Button {
        margin: 0;
        padding: 5px 5px;
        font-family: 'PT Sans Narrow', sans-serif !important;
        border: 2px solid #94c21f;
        background: #538e03;
        text-align: center;
        color: #fff;
        text-transform: uppercase;
        font-style: normal;
        text-decoration: none;
        font-weight: bold;
        transition: opacity 0.5s;
        -webkit-transition: all ease 0.5s;
        -moz-transition: all ease 0.5s;
        -o-transition: all ease 0.5s;
        -ms-transition: all ease 0.5s;
        transition: all ease 0.5s;
    }

    #Text #Links ul li a:hover .Button {
        border: 2px solid #538e03;
        background: #94c21f;
        color: #fff;
        -webkit-transition: all ease 0.7s;
        -moz-transition: all ease 0.7s;
        -o-transition: all ease 0.7s;
        -ms-transition: all ease 0.7s;
        transition: all ease 0.5s;
    }
    


/***************************
*   TITLE
***************************/
#titleOutsideWrapper {
    margin: 50px 0 0 0;
    padding: 5px 0;
    width: 100%;
    background-image: url('../Content/CSS/Images/Backgrounds/Background-Header.jpg');
    background-repeat: no-repeat;
    background-position: top center;
}

#titleInsideWrapper {
    /*margin: 0 0;
    padding: 5px 0 5px 0;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;*/
}

#titleContentWrapper {
    margin: 0;
    padding: 0;
    width: 100%;
}

#titlePageTitle {
    margin: 0;
    padding: 0;
    width: 100%;
    
}

    #titlePageTitle h1 {
        margin: 10px 10px;
        padding: 0;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
        color: #fff;
        font-size: 2.000em;
        font-weight: 400;
        /*font-style: italic;*/
        font-family: 'cinzelregular', sans-serif;
        text-align: center;
    }


/*************************** * CONTENT ***************************/ 
#contentOutsideWrapper {
    margin: 0;
    padding: 0;
    width: 100%;
}

#contentInsideWrapper {
    margin: 0 auto;
    padding: 0px 0 0 0;
    width: 100%;
}

section.FullWidth {
    margin: 0;
    padding: 0;
    width: 100%;
}

section {
    margin: 0;
    padding: 0 5px 0 5px;
    width: 100%;
}

    section p, ol, ul, blockquote, pre, code {
        /*line-height: 18px;
            margin-bottom: 16px;*/
        /* 1.5em provides good vertical spacing ( = 150% of the font-size) */
        line-height: 1.125em;
        margin-bottom: 1em;
    }

    section h1 {
        font-size: 1.750em;
        margin: 10px 0 0 0 !important;
        font-weight: 400;
        text-align: left;
        color: #000000;
    }

    section h1.Cinzel {
        font-size: 1.750em;
        text-align: center;
        color: #000000;
        font-family: 'cinzelregular', sans-serif;
    }

    section h2 {
        font-size: 1.688em;
        margin: 20px 0 0 0;
        padding: 0 0 0 0;
        text-align: left;
        font-weight: 400;
        }

        section h2.Cinzel {
            text-align: center;
            font-family: 'cinzelregular', sans-serif;
        }

        section h2.CinzelLeft {
            text-align: left;
            font-family: 'cinzelregular', sans-serif;
        }

   

        section h2 sup {
            font-size: 0.750em;
           
        }

    section h3 {
        font-size: 1.00em;
        margin: 5px 0 5px 5px;
        font-weight: bold;
    }

        section h3 sup {
            font-size: 0.750em;
            font-family: 'PT Sans Narrow', sans-serif;
        }

    section p {
        font-size: 1.000em;
        line-height: 1.250em;
        margin: 5px 0 10px 0;
    }

    section.FullWidth p {
        font-size: 1.125em;
        line-height: 1.250em;
        margin: auto;
        width: 90%;
        text-align: center;
    }

    section ul {
        list-style-type: disc;
        padding: 0 0 0 30px;
        margin: 10px 0 20px 0;
        font-size: 0.938em;
    }

    section ol {
        list-style-type: decimal;
        padding: 0 0 0 30px;
        margin: 10px 0 20px 0;
        font-size: 0.938em;
    }

    section ul li {
        margin: 0 0 10px 0;
        line-height: 1.250em;
    }

        section ul li ul li {
            margin: 0 0 10px 0;
            font-size: 1.063em !important;
        }

    section ol li {
        margin: 0 0 10px 0;
        line-height: 1.250em;
    }

        section ol li ol li {
            margin: 0 0 10px 0;
            font-size: 1.063em !important;
        }

    section em {
        font-style: italic;
    }

    section strong {
        font-weight: bold;
    }

    section a {
        color: #2A5DB0;
        text-decoration: underline;
    }

        section a:hover {
            color: #2A5DB0;
            text-decoration: none;
        }

        section a:visited {
            color: #2A5DB0;
            text-decoration: underline;
        }

    section hr {
        border-top: 2px solid #94c21f;
        width: 50%;
        
    }

    section p img.imgLeft {
        width: 100%;
        max-width: 430px;
        margin: 0 auto 10px auto;
        text-align: center;
        display: block;
        border: 2px solid #94c21f;
    }

    section .video-container {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 0;
        height: 0;
        overflow: hidden;
    }

        section .video-container iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 99.999%;
            height: 100%;
            border-top: 1px solid #000;
            border-left: 1px solid #000;
            border-right: 2px solid #000;
        }

    section .WatchVideo {
        margin: 0 0 15px 0;
        padding: 5px 0 5px 0;
        text-align: center !important;
        font-size: 0.875em;
        font-style: italic;
        background: #e1e1e1;
        border: 1px solid #000;
        color: #000;
    }


    section .ViewAll {
        margin: 10px 0 50px 0;
        padding: 0;
        text-align: center;
        text-transform: uppercase;
        font-size: 1.125em;
    }

        section .ViewAll a {
            margin: 0;
            padding: 5px 10px;
            background: #8b4e9f;
            color: #fff;
            text-decoration: none;
        }

            section .ViewAll a:hover {
                background: #fff;
                color: #8b4e9f;
                border: 1px solid #8b4e9f;
            }

    section a.TextButton {
        margin: 10px auto !important;
        padding: 5px;
        font-size: 1.500em;
        background: #538e03;
        color: #fff;
        text-transform: uppercase;
        text-decoration: none;
        text-align: center;
    }

        section a.TextButton:hover {
            background: #fff;
            color: #538e03;
            border: 1px solid #538e03;
        }





   

    section #MobileSpacer {
        height: 50px;
    }


    section.FullWidth #FeaturedVideos {
        display: none;
    }


    


    section.FullWidth #FeaturedMobile #FeaturedVideos {
        display: inherit;
        margin: 0 auto;
        padding: 0;
        width: 95%;
        
        
    }

        section.FullWidth #FeaturedMobile #FeaturedVideos #Title {
            margin: 15px 0 15px 0;
            padding: 0;
            font-family: 'cinzelregular', sans-serif;
            font-size: 1.688em;
            text-align: center;
            font-weight: 400;
        }

        section.FullWidth #FeaturedMobile #FeaturedVideos #Videos {
            text-align: center;
            margin: 0 0 15px 0;
        }

            section.FullWidth #FeaturedMobile #FeaturedVideos #Videos ul {
                margin: 0 auto;
                padding: 0;
                list-style: none;
                width: 98%;
                text-align: center;
            }

                section.FullWidth #FeaturedMobile #FeaturedVideos #Videos ul li {
                    margin: 0 0 10px 0;
                    padding: 0 10px;
                    width: 100%;
                    max-width: 400px;
                }



                    section.FullWidth #FeaturedMobile #FeaturedVideos #Videos ul li a img {
                        margin: 0;
                        padding: 0;
                        width: 100%;
                        max-width: 400px;
                        border: 2px solid #94c21f;
                    }

        section.FullWidth #FeaturedMobile #FeaturedVideos #ViewAll {
            margin: 0 10px 0 0;
            padding: 10px 0 0 0;
            text-align: center;
        }

            section.FullWidth #FeaturedMobile #FeaturedVideos #ViewAll #ViewAllButton {
                margin: 0;
                padding: 0;
            }



                section.FullWidth #FeaturedMobile #FeaturedVideos #ViewAll #ViewAllButton a {
                    margin: 0;
                    padding: 5px 5px;
                    font-family: 'PT Sans Narrow', sans-serif !important;
                    font-size: 1.00em;
                    border: 2px solid #94c21f;
                    background: #538e03;
                    text-align: center;
                    color: #fff;
                    text-transform: uppercase;
                    font-style: normal;
                    text-decoration: none;
                    font-weight: bold;
                    transition: opacity 0.5s;
                    -webkit-transition: all ease 0.5s;
                    -moz-transition: all ease 0.5s;
                    -o-transition: all ease 0.5s;
                    -ms-transition: all ease 0.5s;
                    transition: all ease 0.5s;
                }

                    section.FullWidth #FeaturedMobile #FeaturedVideos #ViewAll #ViewAllButton a:hover {
                        border: 2px solid #538e03;
                        background: #94c21f;
                        color: #fff;
                        -webkit-transition: all ease 0.7s;
                        -moz-transition: all ease 0.7s;
                        -o-transition: all ease 0.7s;
                        -ms-transition: all ease 0.7s;
                        transition: all ease 0.5s;
                    }




    #Mark {
        display: block;
        clear: both;
        margin: 0px 0 20px;
        padding: 0;
        text-align: center;
        }

    #Mark img {
        width: 60px;
        height: auto
    }



section ul.VideoList {
    margin: 5px 0;
    padding: 0;
    list-style: none !important;
    text-align: center !important;
}

        section ul.VideoList li {
            width: 100%;
        }

        section ul.VideoList li a img {
            width: 100%;
            max-width: 400px;
            border: 2px solid #94c21f;
        }

section ul.Providers {
    margin: 5px 0;
    padding: 0;
    list-style: none !important;
    text-align: center !important;
    font-size: 1.125rem;
    font-weight: bold;
}

    section ul.Providers li {
        width: 100%;
        display: inline-block;
    }

        section ul.Providers li a img {
            width: 100%;
            max-width: 400px;
            border: 2px solid #94c21f;
        }



section #foldableServices {
    margin: 5px auto;
    padding: 0;
    width: 90%;
}

section #foldableServices p {
    margin: 10px auto;
    line-height: 1.188em;
    padding: 0 0 0 0;
    width: 95%;
}

section #foldableServices ul {
    margin: 10px auto;
    line-height: 1.125em;
    padding: 0 10px 20px 20px;
    width: 95%;
}


section #foldableTreatments {
    margin: 5px auto;
    padding: 0;
    width: 90%;
}

    section #foldableTreatments p {
        margin: 10px auto;
        line-height: 1.188em;
        padding: 0 0 0 0;
        width: 95%;
    }

    section #foldableTreatments ul {
        margin: 10px auto;
        line-height: 1.125em;
        padding: 0 0 20px 10px;
        width: 95%;
    }


/***************************
    *   Contact Us Form
***************************/
section #ContactUsForm {
    display: block;
    width: 100%;
    margin: 0;
    padding: 5px;
}


    section #ContactUsForm p {
        margin: 2px 0 5px 0;
        padding: 0;
        color: #6e6e71;
        text-transform: none;
        font-style: italic;
        text-align: center;
        font-size: 1.000em
    }

    section #ContactUsForm .Clear {
        height: 20px;
    }



/***************************
*   ASIDE
***************************/
    aside {
        margin: 0;
        padding: 0 10px 0 0;
        width: 100%;
        float: none;
        display: block;
    }

    aside .Clear {
        clear: both;
        height: 5px;
        width: 100%;
    }





    /***************************
    *   Menu
    ***************************/
    aside #asideNavigation {
        display: none !important;
    }


    /***************************
    *   Contact Us
    ***************************/
            aside h6 {
                margin: 10px 0 0 0;
                padding: 0 0 5px 0;
                text-align: center;
                font-size: 1.250em;
                border-bottom: 1px solid #e1e1e1;
                color: #464647;
                font-weight: bold;
            }

            aside blockquote {
                margin: 5px 0 0 0;
                text-align: center;
                line-height: 1.250em;
            }

    /***************************
    *   Map
    ***************************/
    aside #GoogleMapsWrapper {
        margin: 10px 0 0 0;
        padding: 0;
        width: 100% !important;
        text-align: left;
        color: #000;
        text-align: center;
        display: none;
    }

        aside #GoogleMapsWrapper .scrollFix {
            line-height: 1.35;
            overflow: hidden;
            white-space: nowrap;
        }


        aside #GoogleMapsWrapper h1.firstHeading {
            font-size: .875em;
            margin: 0 0 0 0 !important;
            padding: 0 0 5px 0 !important;
            font-weight: bold !important;
            color: #000;
        }

        aside #GoogleMapsWrapper p {
            font-size: .875em;
            margin: 0 0 5px 0 !important;
            padding: 0 0 5px 0 !important;
            color: #000;
        }

    aside #map-canvas {
        margin: 0;
        padding: 0;
        height: 200px;
        border: 1px solid #5c6673;
    }

        aside #GoogleMapsWrapper #LocationNameWrapper {
            margin: 10px 0 0 0;
            text-align: center !important;
            font-size: 0.875em;
            font-style: italic;
        }


/* Google Maps */



#GoogleMapsWrapper {

    margin: 20px 0 0 0;
    padding: 0;
    border-top: 2px solid #94c21f;
    width: 100%;
    display: block;
    text-align: left;
    color: #000;
}

#map-canvas {
    margin: 0;
    padding: 0;
    height: 200px;
}



#GoogleMapsWrapper .scrollFix {
    line-height: 1.35;
    overflow: hidden;
    white-space: nowrap;
}


aside #RequestOnlineMobile {
    margin: 20px 5px;
}


    aside #RequestOnlineMobile a {
        text-decoration: none !important;
    }


        aside #RequestOnlineMobile a .RequestAppointmentButton {
            margin: 0;
            padding: 5px 5px;
            font-family: 'PT Sans Narrow', sans-serif !important;
            border: 2px solid #94c21f;
            background: #538e03;
            text-align: center;
            color: #fff;
            text-transform: uppercase;
            font-style: normal;
            text-decoration: none;
            font-weight: bold;
            transition: opacity 0.5s;
            -webkit-transition: all ease 0.5s;
            -moz-transition: all ease 0.5s;
            -o-transition: all ease 0.5s;
            -ms-transition: all ease 0.5s;
            transition: all ease 0.5s;
        }

        aside #RequestOnlineMobile a:hover .RequestAppointmentButton {
            border: 2px solid #538e03;
            background: #94c21f;
            color: #fff;
            -webkit-transition: all ease 0.7s;
            -moz-transition: all ease 0.7s;
            -o-transition: all ease 0.7s;
            -ms-transition: all ease 0.7s;
            transition: all ease 0.5s;
        }


/***************************
*   FOOTER
***************************/
#footerWrapper {
    width: 100% !important;
    margin: 0 0 0 0 !important;
    font-family: 'PT Sans Narrow', sans-serif;
}

footer {
    position: absolute;
    margin: 0;
    bottom: 0;
    width: 100% !important;
    height: 120px;
    background: #b697ca;
}

/******************************************************
*   WKHS Logo Also Legal & Copyright
******************************************************/
#footerContentOutsideWrapper {
    padding: 5px 0 5px 0;
    height: 135px;
    color: #000;
    background: #3f790c;
    font-size: 0.8125em;
    text-align: center;
}

#footerContentWrapper {
    margin: 0 auto;
    width: 100%;
}


/******************************************************
*  WKHS Logo & Legal
******************************************************/
#footerWKHSLegal {
    margin: 0;
    padding: 0;
    width: 100%;
    float: none;
}

#WKLogo {
    margin: 0;
    padding: 0;
    width: 100%;
}


#footerWKHSLegal {
    margin: 0;
    padding: 0;
    width: 100%;
}

    #footerWKHSLegal ul {
        margin: 0;
        padding: 10px 0 0 0;
        list-style: none;
        color: #fff;
    }

        #footerWKHSLegal ul li {
            display: inline;
            padding: 0 5px 0 0;
            border-right: 1px solid #fff;
            line-height: 90%;
        }

        #footerWKHSLegal ul li:last-child {
            border-right: 0 !important;
            padding: 0 0 0 0;
        }

        #footerWKHSLegal ul li a {
            color: #fff !important;
            text-decoration: underline;
        }

            #footerWKHSLegal ul li a:hover {
                color: #fff !important;
                text-decoration: underline;
            }


    #footerWKHSLegal p {
        margin: 0;
        padding: 10px 0 0 0;
        list-style: none;
        color: #fff;
    }

/******************************************************
        *  Copyright
******************************************************/

#footerCopyright {
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
}

    #footerCopyright p {
        left: 0;
        padding: 10px 0 0 0;
        line-height: 1.8em;
        width: 100%;
    }


/* ----- OTHER STUFF ----*/
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

/**** LARGER PHONES ******/

@media only screen and (min-width: 450px) {



    #Text #Meet {
        margin: 20px 0 0 0;
        padding: 0;
        font-size: 1.500em;
        font-style: italic;
    }

    #Text #Introducing {
        margin: 10px 0 0 0;
        font-size: 1.375em;
    }

    #Text #Specialty {
        font-size: 1.000em;
    }


    #Text #Links {
        width: 50%
    }

}

@media only screen and (min-width: 741px) {

    body {
        margin: 0 0 65px 0; /* NEEDS TO MATCH FOOTER HEIGHT */
    }

/***************************
*   HEADER
***************************/

    /*******************************************
    *   Logo / Menu / Phone Number
    *******************************************/
    header #headerContentWrapper {
        margin: 0 auto;
        padding: 0;
    }

        header #headerContentWrapper #Logo {
            margin: 10px 0 10px 0;
            display: inline-block !important;
            width: 25%;
        }

            header #headerContentWrapper #Logo img {
                width: 100%;
                max-width: 200px;
                height: auto;
            }

        header #headerContentWrapper #navWrapper {
            margin: 0;
            padding: 0 0 0 0;
            float: right;
            width: 75%
        }

            header #headerContentWrapper #navWrapper #contactWrapper {
                display: inherit;
                margin: 10px 0;
                padding: 0;
                width: 100%
            }

    #contactWrapper ul {
        margin: 0 0 0 0;
        padding: 0;
        list-style: none;
        text-align: right;
    }

        #contactWrapper ul li {
            margin: 0;
            padding: 0 0 0;
            display: inline-block;
            font-style: italic;
            color: #474647;
            font-size: 0.938em
        }


            #contactWrapper ul li.Social {
                margin: 0 !important;
                padding: 0 2px !important;
                display: inline-block;
                vertical-align: bottom;
            }

                #contactWrapper ul li.Social a img {
                    margin: 0;
                    padding: 0px 0 0 0 !important;
                    width: 20px;
                    height: auto;
                }


    header #headerContentWrapper #navWrapper nav {
        margin: 5px 0 0 0 !important;
        padding: 0;
    }


    header #headerContentWrapper #appointmentWrapper {
        display: inherit;
        margin: 5px 0;
        padding: 0;
        width: 99%
    }

    #appointmentWrapper ul {
        margin: 0px 0 0 0;
        padding: 0;
        list-style: none;
        text-align: right;
    }

        #appointmentWrapper ul li {
            margin: 0;
            padding: 0;
            display: inline-block;
            font-style: italic;
            color: #474647;
            font-size: 0.938em
        }


            #appointmentWrapper ul li.Call {
                margin: 0 !important;
                padding: 0 2px 8px !important;
                display: inline-block;
                vertical-align: bottom;
            }

            #appointmentWrapper ul li.Online {
                display: inline-block;
                vertical-align: bottom;
            }
                #appointmentWrapper ul li.Online a {
                    text-decoration: none !important;
                }


                    #appointmentWrapper ul li.Online a .RequestAppointmentButton {
                        margin: 0;
                        padding: 5px 5px;
                        font-family: 'PT Sans Narrow', sans-serif !important;
                        border: 2px solid #94c21f;
                        background: #538e03;
                        text-align: center;
                        color: #fff;
                        text-transform: uppercase;
                        font-style: normal;
                        text-decoration: none;
                        font-weight: bold;
                        transition: opacity 0.5s;
                        -webkit-transition: all ease 0.5s;
                        -moz-transition: all ease 0.5s;
                        -o-transition: all ease 0.5s;
                        -ms-transition: all ease 0.5s;
                        transition: all ease 0.5s;
                    }

                #appointmentWrapper ul li.Online a:hover .RequestAppointmentButton {
                    border: 2px solid #538e03;
                    background: #94c21f;
                    color: #fff;
                    -webkit-transition: all ease 0.7s;
                    -moz-transition: all ease 0.7s;
                    -o-transition: all ease 0.7s;
                    -ms-transition: all ease 0.7s;
                    transition: all ease 0.5s;
                }



/***************************
*   ADS
***************************/
    #adWrapper {
       

        margin: 0 auto 0 auto !important;
        padding: 0;
   
        height: 355px;

        
    }

    

        #adWrapperInside #Doctor {
            margin: 0;
            padding: 0 0 0 0;
            width: 35%;
            float: left;
        }

        #adWrapperInside #Doctor img {
            margin: 0 0 0 0;
            height: 355px
        }

        #adWrapperInside #Text {
            margin: 0;
            padding: 0 20px 0 0;
            width: 65%;
        }

            #Text #Meet {
                margin: 20px 0 0 0;
                padding: 0;
                font-size: 3.750em;
                font-style: italic;
            }

            #Text #Introducing {
                margin: 20px 0 0 0;
                font-size: 2.250em;
                font-style: italic;
            }

            #Text #Specialty {
                margin: 20px 0 0 0;
                font-size: 1.625em;
                line-height: 1.250em;
            }


            #Text #Links {                
                margin: 50px 0 0 0;
                padding: 0;
                width: 100%;
                }

                #Text #Links ul {

                }

                    #Text #Links ul li {
                        display: inline-block;
                       
                    }

                        #Text #Links ul li.Learn {
                            display: inherit;
                            width: 45%;
                            float: left;
                        }


                    #Text #Links ul li.Services {
                        display: inherit;
                        width: 45%;
                        float: right;
                    }

                        #Text #Links ul li a .Button {
                            font-size: 1.500em;
                            line-height: 1.125em;
                        }

        
/***************************
*   TITLE
***************************/

    #titleOutsideWrapper {
        margin: 0 0 0 0;
    }

        #titlePageTitle {
            margin: 0 !important;
            padding: 0;
            width: 100%;

        }

        #titlePageTitle h1 {
            font-size: 2.500em;
        }

/***************************
*   CONTENT
***************************/

    #contentOutsideWrapper {
        
    }

    #contentInsideWrapper {
        margin: 0 auto;
        padding: 10px 0 0 5px;
        width: 100%;
    }

    section {
        padding: 0 15px 0 0;
        width: 75%;
        float: left;
    }

        section h1 {
            font-size: 2.500em;
        }

        section.FullWidth h1 {
            font-size: 2.500em;
        }

        section h2 {
            margin: 20px 0 5px 0;
            font-size: 1.675em;
        }

            section h2.Cinzel {
                font-size: 2.500em;
            }

       

        section.FullWidth h2 {
            margin: 40px 0 5px 0;
            font-size: 2.375em;
        }

       

        section h3 {
            margin: 15px 0 0 0;
            font-size: 1.125em;
            text-align: left;
            font-weight: 700;
        }


        section.FullWidth p {
            font-size: 1.125em;
            line-height: 1.250em;
            margin: auto;
            width: 90%;
            text-align: center;
        }

        section p.center {
            font-size: 1.125em;
            line-height: 1.250em;
            text-align: center;
        }

        section hr {
            width: 35%;
        }


      

        section #MobileSpacer {
            display: none;
        }


        section.FullWidth #FeaturedVideos {
            display: inherit;
            margin: -2.5em auto;
            padding: 0;
            width: 95%;
            border: 1px solid #94c21f;
            background: #fff;
            min-height: 200px -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.34);
            -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.34);
            box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.34);
        }

            section.FullWidth #FeaturedVideos hr {
                display: none !important;
            }

        section.FullWidth #FeaturedVideos #Title {
            margin: 15px 0 15px 0;
            padding: 0;
            font-family: 'cinzelregular', sans-serif;
            font-size: 2.00em;
            text-align: center;
        }

        section.FullWidth #FeaturedVideos #Videos {
            text-align: center;
            margin: 0 0 15px 0;
        }

        section.FullWidth #FeaturedVideos #Videos ul {
            margin: 0 auto;
            padding: 0;
            list-style: none;
            width: 98%;
            
            }

            section.FullWidth #FeaturedVideos #Videos ul li {
                margin: 0;
                padding: 0 10px;
                display: inline-block;
                width: 32%;
            }

             

            section.FullWidth #FeaturedVideos #Videos ul li a img {
                margin: 0;
                padding: 0;
                width: 100%;
                max-width: 300px;
                border: 2px solid #94c21f;
            }

            section.FullWidth #FeaturedVideos #ViewAll {
                margin: 0 10px 0 0;
                padding: 10px 0 0 0;
                text-align: center;
            }

            section.FullWidth #FeaturedVideos #ViewAll #ViewAllButton {
                margin: 0;
                padding: 0;
                }

                

    section.FullWidth #FeaturedVideos #ViewAll #ViewAllButton a {
        margin: 0;
        padding: 5px 5px;
        font-family: 'PT Sans Narrow', sans-serif !important;
        font-size: 1.125em;
        border: 2px solid #94c21f;
        background: #538e03;
        text-align: center;
        color: #fff;
        text-transform: uppercase;
        font-style: normal;
        text-decoration: none;
        font-weight: bold;
        transition: opacity 0.5s;
        -webkit-transition: all ease 0.5s;
        -moz-transition: all ease 0.5s;
        -o-transition: all ease 0.5s;
        -ms-transition: all ease 0.5s;
        transition: all ease 0.5s;
    }

    section.FullWidth #FeaturedVideos #ViewAll #ViewAllButton a:hover {
        border: 2px solid #538e03;
        background: #94c21f;
        color: #fff;
        -webkit-transition: all ease 0.7s;
        -moz-transition: all ease 0.7s;
        -o-transition: all ease 0.7s;
        -ms-transition: all ease 0.7s;
        transition: all ease 0.5s;
    }


        section.FullWidth #FeaturedMobile #FeaturedVideos {
            display: none !important;
        }

        section p img.imgLeft {
            width: 100%;
            max-width: 260px;
            margin: 0 20px 10px auto;
            text-align: center;
            float: left;
            display: normal !important;
            border: 2px solid #94c21f;
        }

    #Mark {
        margin: 70px 0 20px;
        padding: 0;
        text-align: center;
    }

        #Mark img {
            width: 80px;
            height: auto
        }

    section ul.VideoList {
        margin: 5px 0;
        padding: 0;
        list-style: none !important;
        text-align: center !important;
    }

        section ul.VideoList li {
            width: 48%;
            float: left;
            margin: 0 1% 20px 1%;
        }

    section ul.Providers {
        margin: 5px 0;
        padding: 0;
        list-style: none !important;
        text-align: center !important;
        font-size: 1.125rem;
        font-weight: bold;
    }

        section ul.Providers li {
            width: 48%;
            display: inline-block;
        }

            section ul.Providers li a img {
                width: 100%;
                max-width: 400px;
                border: 2px solid #94c21f;
            }


/***************************
*   ASIDE
***************************/
    aside {
        margin: 0;
        padding: 0;
        width: 25%;
        float: right;
        display: block;
    }


    /***************************
    *   Menu
    ***************************/
        aside #asideNavigation {
            display: block !important;
            margin: 0;
            padding: 12px 0;
        }

            aside #asideNavigation h4 {
                margin: 0 0 5px 0;
                padding: 0;
                color: #464647;
                font-size: 1.188em;
                font-weight: bold;
                text-align: left;
            }

                aside #asideNavigation h4 a {
                    margin: 0;
                    padding: 0;
                    text-decoration: none;
                    color: #464647;
                }

                    aside #asideNavigation h4 a:hover {
                        color: #464647;
                        text-decoration: underline;
                    }


            aside #asideNavigation ul {
                margin: 0 0 0 0;
                padding: 5px 0;
                list-style: none;
                border-top: 2px solid #464647;
            }

                aside #asideNavigation ul li {
                    margin: 0;
                    padding: 5px 0 5px 0;
                    border-bottom: 1px solid #e1e1e1;
                    font-size: 0.938em;
                }

                    aside #asideNavigation ul li a {
                        margin: 0;
                        padding: 0 0 0 5px;
                        color: #464647;
                        text-decoration: none;
                        display: block;
                    }


                        aside #asideNavigation ul li a:hover {
                            margin: 0;
                            padding: 0 0 0 5px;
                            color: #464647;
                            text-decoration: underline;
                            display: block;
                        }

    /***************************
    *   Contact Us
    ***************************/
        aside h6 {
            margin: 5px 0 0 0;
            padding: 0 0 5px 0;
            text-align: left;
            font-size: 1.188em;
           
        }

        aside blockquote {
            margin: 5px 0 0 6px;
            text-align: left;
            line-height: 1.500em;
            font-size: 0.875em;
        }

        aside #GoogleMapsWrapper {
            display: inherit;
        }

    #map-canvas {
        margin: 0;
        padding: 0;
        height: 350px;
    }


    aside #GoogleMapsWrapper a {
        color: #2A5DB0;
        text-decoration: underline;
    }

        aside #GoogleMapsWrapper a:hover {
            color: #2A5DB0;
            text-decoration: none;
        }

        aside #GoogleMapsWrapper a:visited {
            color: #2A5DB0;
            text-decoration: underline;
        }


    aside #RequestOnlineMobile {
        display: none;
    }

/***************************
*   FOOTER
***************************/

    footer {
        height: 65px;
    }



/******************************************************
*   WKHS Logo Also Legal & Copyright
******************************************************/
    #footerContentOutsideWrapper {
        height: 65px;
    }

    #footerContentWrapper {
        margin: 0 auto;
        width: 100%;
    }


 

/******************************************************
    *  WKHS Logo & Legal
******************************************************/
    #footerWKHSLegal {
        padding: 0 5px 0 0 !important;
        width: 100% !important;
        float: none;
        
    }

    #WKLogo {
        margin: 0;
        padding: 0;
        width: 50%;
        float: left;
        text-align: left;
    }


    #footerWKHSLegal {
        margin: 0;
        padding: 0;
        width: 50%;
        float: right;
        text-align: right;
    }


}

@media only screen and (min-width: 960px) {

    body {
        margin: 0 0 65px 0; /* NEEDS TO MATCH FOOTER HEIGHT */
    }

    #topNavBar, #headerContentWrapper, #adWrapperInside, #requestApptShopOnlineContentWrapper, #titleContentWrapper, #contentInsideWrapper, #footerContentWrapper {
        max-width: 960px !important;
        margin: 0 auto !important; /*centers everything on the page*/
    }

/***************************
*   HEADER
***************************/


/*******************************************
*   Logo / Menu / Phone Number
*******************************************/

    header #headerContentWrapper #Logo {
        width: 30%;
    }

    header #headerContentWrapper #Logo img {
            width: 100%;
            max-width: 250px;
            height: auto;
        }

    header #headerContentWrapper #navWrapper {
        margin: 10px 0 10px 0;
        width: 70%
    }



    header #headerContentWrapper #navWrapper #contactWrapper {
        margin: 0 !important;
        width: 98%
    }

    header #headerContentWrapper #appointmentWrapper {
        margin: 15px 0 0 0;
        font-size: 1.250em;
    }


/***************************
*   ADS
***************************/
    #adWrapper {
     
        height: 455px;
    }

    #adWrapperInside #Doctor {
        text-align: center;
    }

            #adWrapperInside #Doctor img {
                margin: 0 0;
                height: 455px;
            }

    #Text #Meet {
       margin: 40px 0 0 0;
    }

    #Text #Introducing {
        font-size: 3.00em;
    }

    #Text #Specialty {
        margin: 30px 0 0 0;
        font-size: 2.125em;
        line-height: 1.250em;
    }


    #Text #Links {
        margin: 50px 0 0 0;
        padding: 0 0 0 20px;
        width: 90%;
    }

        #Text #Links ul {
        }

            #Text #Links ul li {
                display: inline-block;
            }

                #Text #Links ul li.Learn {
                    display: inherit;
                    width: 45%;
                    float: left;
                }


                #Text #Links ul li.Services {
                    display: inherit;
                    width: 45%;
                    float: right;
                }

                #Text #Links ul li a .Button {
                    font-size: 1.500em;
                    line-height: 1.125em;
                }

            

/***************************
*   TITLE
***************************/
    #titleOutsideWrapper {
        margin: 0 0 0 0;
    }

    #titleContentWrapper h1 {
        margin: 20px;
        font-size: 3.000em;
    }


/***************************
*   CONTENT
***************************/
    section {
        width: 80%;
    }



        section.FullWidth #FeaturedVideos {
            margin: -4em auto;
            width: 90%
        }

        section.FullWidth #FeaturedVideos #Videos ul li a img {
            width: 100%;
            max-width: 300px;
            }

        section.FullWidth p {
            font-size: 1.250em;
            width: 75%;
        }

        section hr {
            width: 25%;
        }




/***************************
*   ASIDE
***************************/

    aside {
        margin: 0;
        padding: 0;
        width: 20%;
        float: right;
        display: block;
    }


/***************************
*   FOOTER
***************************/
    footer {
        height: 65px;
    }

   


/******************************************************
*   WKHS Logo Also Legal & Copyright
******************************************************/
    #footerContentOutsideWrapper {
        height: 65px;
    }

    #footerContentWrapper {
        margin: 0 auto;
        width: 100%;
    }



    /******************************************************
    *  WKHS Logo & Legal
    ******************************************************/

    #footerWKHSLegal ul li a {
        text-decoration: none;
    }
}

/******************************************************/
/******************************************************/
/******************************************************
* WIDE SCREEN STARTS HERE
******************************************************/
/******************************************************/
/******************************************************/

@media only screen and (min-width: 1023px) {

    #topNavBar, #headerContentWrapper, #adWrapperInside, #titleContentWrapper, #contentInsideWrapper, #footerContentWrapper {
        max-width: 1050px !important;
        margin: 0 auto !important; /*centers everything on the page*/
    }



    header #headerContentWrapper #Logo {
        width: 25%;
        text-align: center;
    }

        header #headerContentWrapper #Logo img {
            width: 100%;
            max-width: 230px;
            height: auto;
        }


    header #headerContentWrapper #navWrapper {
        width: 75%
    }
}


@media only screen and (min-width: 1240px) {

    #topNavBar, #headerContentWrapper, #adWrapperInside, #titleContentWrapper, #contentInsideWrapper, #footerContentWrapper {
        max-width: 1240px !important;
        margin: 0 auto !important; /*centers everything on the page*/
    }
}

/*
 * Plugin: Web Slide - App Style Responsive Megamenu
 * Demo Link: http://webslidemenu.webthemex.com/
 * Version: v3.3
 * Author: webthemex
 * License: http://codecanyon.net/licenses/standard
*/

/*--------------------------------------------------------------------------
[Table of contents]

01 Base CSS
02 Desktop CSS
03 Tab CSS
04 Mobile CSS
05 Additional Themes (Optionnal)
--------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------
|  01  Base CSS
--------------------------------------------------------------------------*/

.wsmenu * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
}

.wsmain html, .wsmain body, .wsmain iframe, .wsmain h1, .wsmain h2, .wsmain h3, .wsmain h4, .wsmain h5, .wsmain h6 {
    margin: 0px;
    padding: 0px;
    border: 0px;
    font: inherit;
    vertical-align: baseline;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    font-family: Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: subpixel-antialiased;
    font-smoothing: antialiased;
    font-smooth: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: subpixel-antialiased !important;
    font-smoothing: subpixel-antialiased !important;
    font-smooth: subpixel-antialiased;
}

.wsmenu .cl {
    clear: both;
}

.wsmenu .clearfix:before, .wsmenu .clearfix:after {
    content: "";
    display: table;
}

.wsmenu .clearfix:after {
    clear: both;
}

.wsmenu .clearfix {
    zoom: 1;
}

.wsmenu img, object, embed, video {
    border: 0 none;
    max-width: 100%;
}

.wsmenu a:focus {
    outline: none !important;
}

.wsmenu:before, .wsmenu:after {
    content: "";
    display: table;
}

.wsmenu:after {
    clear: both;
}

.wsmenu textarea {
    font-family: Helvetica, Arial, sans-serif;
}

.wsmenu input[type="submit"] {
    cursor: pointer;
    font-family: Helvetica, Arial, sans-serif;
}

.wsmenu input[type="button"] {
    cursor: pointer;
    font-family: Helvetica, Arial, sans-serif;
}

/*--------------------------------------------------------------------------
|  02 Desktop CSS
--------------------------------------------------------------------------*/

.wsmobileheader {
    display: none;
}

.overlapblackbg {
    display: none;
}

.wsmenu {
    font-family: Helvetica, sans-serif;
    color: #fff;
    position: relative;
    font-size: 15px;
    padding: 0px;
    margin: 0px auto;
    width: 100%;
    max-width: 1200px;
    background-color: #ffffff;
    -webkit-border-radius: 4px 4px 0px 0px;
    -moz-border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0px 0px;
}

.wsmenu-list {
    text-align: left;
    margin: 0 auto 0 auto;
    width: 100%;
    display: table;
    padding: 0px;
}

    .wsmenu-list > li {
        text-align: center;
        display: table-cell;
    }

    .wsmenu-list li:first-child a {
        -webkit-border-radius: 4px 0px 0px 0px;
        -moz-border-radius: 4px 0px 0px 0px;
        border-radius: 4px 0px 0px 0px;
    }

    .wsmenu-list li:last-child a {
        -webkit-border-radius: 0px 4px 0px 0px;
        -moz-border-radius: 0px 4px 0px 0px;
        border-radius: 0px 4px 0px 0px;
        border-right: 0px solid;
    }

    .wsmenu-list > li > a .fa {
        display: inline-block;
        font-size: 14px;
        line-height: inherit;
        margin-right: 0px;
    }

    .wsmenu-list li ul li a .fa.fa-angle-double-right {
        font-size: 12px;
        margin: 0 3px 0 -4px;
    }

    .wsmenu-list li a .arrow:after {
        border-left: 4px solid rgba(0, 0, 0, 0);
        border-right: 4px solid rgba(0, 0, 0, 0);
        border-top: 4px solid #b3b3b3;
        content: "";
        float: right;
        height: 0;
        margin: 0 0 0 9px;
        position: absolute;
        text-align: right;
        top: 22px;
        width: 0;
    }

    .wsmenu-list > li > a {
        display: block;
        background-color: #fff;
        color: #424242;
        padding: 0px 14px;
        line-height: 48px;
        border-right: 1px solid rgba(0,0,0,0.10);
        text-decoration: none;
        position: relative;
    }

    .wsmenu-list li a:hover .arrow:after {
        border-top-color: #b3b3b3
    }

    .wsmenu-list li a.active .arrow:after {
        border-top-color: #b3b3b3
    }

    .wsmenu-list li:hover > a .arrow:after {
        border-top-color: #b3b3b3
    }

.megamenu iframe {
    width: 100%;
    margin-top: 10px;
    min-height: 200px;
}

.megamenu video {
    width: 100%;
    margin-top: 10px;
    min-height: 200px;
}

.wsmenu-list li:hover .megamenu {
    opacity: 1;
}

.megamenu {
    width: 100%;
    left: 0px;
    position: absolute;
    top: 48px;
    color: #000;
    z-index: 1000;
    margin: 0px;
    text-align: left;
    padding: 14px;
    font-size: 15px;
    border: solid 1px #eeeeee;
    background-color: #fff;
    opacity: 0;
    -o-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    -o-transition: -o-transform 0.3s, opacity 0.3s;
    -ms-transition: -ms-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
}

    .megamenu .title {
        border-bottom: 1px solid #CCC;
        font-size: 14px;
        padding: 9px 5px 9px 0px;
        font-size: 17px;
        color: #424242;
        margin: 0px 0px 7px 0px;
        text-align: left;
        height: 39px;
    }

.link-list li {
    display: block;
    text-align: center;
    white-space: nowrap;
    text-align: left;
}

    .link-list li a {
        line-height: 18px;
        border-right: none;
        text-align: left;
        padding: 6px 0px;
        background: #fff !important;
        background-image: none !important;
        color: #666666 !important;
        border-right: 0 none !important;
        display: block;
        border-right: 1px solid #e7e7e7;
        background-color: #fff;
        color: #424242;
    }

.link-list .fa {
    font-size: 11px;
}

.megacollink {
    width: 23%;
    float: left;
    margin: 0% 1%;
    padding: 0px;
}

    .megacollink li {
        display: block;
        text-align: center;
        white-space: nowrap;
        text-align: left;
    }

        .megacollink li a {
            line-height: 18px;
            border-right: none;
            text-align: left;
            padding: 8px 0px;
            background: #fff !important;
            background-image: none !important;
            color: #666666 !important;
            border-right: 0 none !important;
            display: block;
            border-right: 1px solid #e7e7e7;
            background-color: #fff;
            color: #424242;
        }

    .megacollink .fa {
        font-size: 11px;
    }

.megacolimage {
    width: 31.33%;
    float: left;
    margin: 0% 1%;
}

.typographydiv {
    width: 100%;
    margin: 0% 0%;
}

.typographylinks {
    width: 25%;
    float: left;
    margin: 0% 0%;
}

    .typographylinks ul {
        padding: 0px;
    }

.mainmapdiv {
    width: 100%;
    display: block;
    margin: 0% 0%;
}

.wsmenu-list .ad-style {
    width: 28%;
    float: right;
}

    .wsmenu-list .ad-style a {
        border: none !important;
        padding: 0px !important;
        margin: 0px !important;
        line-height: normal !important;
        background-image: none !important;
    }

.mobile-sub .megamenu .ad-style a:hover {
    background-color: transparent !important;
}

.wsmenu-list .megamenu li:hover > a {
    background: transparent !important;
}

.wsmenu-list .megamenu li a:hover {
    background: transparent !important;
    text-decoration: underline;
}

.wsmenu-list .megamenu li .fa {
    margin-right: 5px;
    text-align: center;
    width: 18px;
}

.mrgtop {
    margin-top: 15px;
}

.show-grid div {
    padding-bottom: 10px;
    padding-top: 10px;
    background-color: #dbdbdb;
    border: 1px solid #e7e7e7;
    color: #6a6a6a;
    margin: 2px 0px;
}

.halfmenu {
    width: 40%;
    right: auto !important;
    left: auto !important;
}

    .halfmenu .megacollink {
        width: 48%;
        float: left;
        margin: 0% 1%;
    }

.halfdiv {
    width: 35%;
    right: 0px !important;
    left: auto;
}

.menu_form {
    width: 100%;
    display: block;
}

    .menu_form input[type="text"] {
        width: 100%;
        border: 1px solid #e2e2e2;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        color: #000;
        font-size: 13px;
        padding: 8px 5px;
        margin-bottom: 8px;
    }

    .menu_form textarea {
        width: 100%;
        border: 1px solid #e2e2e2;
        border-radius: 5px;
        color: #000;
        font-size: 13px;
        padding: 8px 5px;
        margin-bottom: 8px;
        min-height: 122px;
    }

    .menu_form input[type="submit"] {
        width: 25%;
        display: block;
        height: 28px;
        float: right;
        border: solid 1px #ccc;
        margin-right: 15px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
    }

    .menu_form input[type="button"] {
        width: 25%;
        display: block;
        height: 28px;
        float: right;
        border: solid 1px #ccc;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
    }

.megamenu .left.carousel-control {
    padding-top: 20%;
}

.megamenu .right.carousel-control {
    padding-top: 20%;
}

.carousel-inner .item img {
    width: 100%;
}

.megamenu .carousel-caption {
    bottom: 0px;
    background-color: rgba(0,0,0,0.7);
    font-size: 13px;
    height: 31px;
    left: 0;
    padding: 7px 0;
    right: 0;
    width: 100%;
}

.wsmenu-list li > .wsmenu-submenu {
    transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform: rotateX(-75deg);
    -o-transform: rotateX(-75deg);
    -moz-transform: rotateX(-75deg);
    -webkit-transform: rotateX(-75deg);
    visibility: hidden;
}

.wsmenu-list li:hover > .wsmenu-submenu {
    transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1;
    visibility: visible;
}

.wsmenu-submenu li > .wsmenu-submenu-sub {
    transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform: rotateX(-75deg);
    -o-transform: rotateX(-75deg);
    -moz-transform: rotateX(-75deg);
    -webkit-transform: rotateX(-75deg);
    visibility: hidden;
}

.wsmenu-submenu li:hover > .wsmenu-submenu-sub {
    transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1;
    visibility: visible;
}

.wsmenu-submenu-sub li > .wsmenu-submenu-sub-sub {
    transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform: rotateX(-75deg);
    -o-transform: rotateX(-75deg);
    -moz-transform: rotateX(-75deg);
    -webkit-transform: rotateX(-75deg);
    visibility: hidden;
}

.wsmenu-submenu-sub li:hover > .wsmenu-submenu-sub-sub {
    transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1;
    visibility: visible;
}

.wsmenu-list li > .megamenu {
    transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform: rotateX(-75deg);
    -o-transform: rotateX(-75deg);
    -moz-transform: rotateX(-75deg);
    -webkit-transform: rotateX(-75deg);
    visibility: hidden;
}

.wsmenu-list li:hover > .megamenu {
    transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1;
    visibility: visible;
}

.wsmenu-submenu {
    position: absolute;
    top: 48px;
    z-index: 1000;
    margin: 0px;
    padding: 2px;
    border: solid 1px #eeeeee;
    background-color: #fff;
    opacity: 0;
    -o-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    -o-transition: -o-transform 0.3s, opacity 0.3s;
    -ms-transition: -ms-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
}

    .wsmenu-submenu li a {
        background: #fff !important;
        background-image: none !important;
        color: #666666 !important;
        border-right: 0 none !important;
        text-align: left;
        display: block;
        line-height: 22px;
        padding: 6px 12px;
        text-transform: none;
        font-size: 13px;
        letter-spacing: normal;
        border-right: 0px solid;
    }

    .wsmenu-submenu li {
        position: relative;
        margin: 0px;
        padding: 0px;
    }

.wsmenuexpandermain {
    display: none;
}

.wsmenu-list li:hover .wsmenu-submenu {
    display: block;
}

.wsmenu-list .wsmenu-submenu .wsmenu-submenu-sub {
    min-width: 220px;
    position: absolute;
    left: 100%;
    top: 0;
    margin: 0px;
    padding: 0px;
    opacity: 0;
    -o-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    -o-transition: -o-transform 0.4s, opacity 0.4s;
    -ms-transition: -ms-transform 0.4s, opacity 0.4s;
    -moz-transition: -moz-transform 0.4s, opacity 0.4s;
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
}

.wsmenu-list .wsmenu-submenu li:hover .wsmenu-submenu-sub {
    opacity: 1;
    list-style: none;
    padding: 2px;
    border: solid 1px #eeeeee;
    background-color: #fff;
}

.wsmenu-list .wsmenu-submenu li:hover .wsmenu-submenu-sub {
    display: block;
}

.wsmenu-list .wsmenu-submenu .wsmenu-submenu-sub .wsmenu-submenu-sub-sub {
    min-width: 220px;
    position: absolute;
    left: 100%;
    top: 0;
    margin: 0px;
    padding: 0px;
    opacity: 0;
    -o-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    -o-transition: -o-transform 0.4s, opacity 0.4s;
    -ms-transition: -ms-transform 0.4s, opacity 0.4s;
    -moz-transition: -moz-transform 0.4s, opacity 0.4s;
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
}

.wsmenu-list .wsmenu-submenu .wsmenu-submenu-sub li:hover .wsmenu-submenu-sub-sub {
    opacity: 1;
    list-style: none;
    padding: 2px;
    border: solid 1px #eeeeee;
    background-color: #fff;
}

.wsmenu-submenu li {
    position: relative;
    padding: 0px;
    margin: 0px;
    display: block;
}

.wsmenu-click {
    display: none;
}

.wsmenu-click02 {
    display: none;
}

.wsmenu-list li:hover > a {
    background-color: rgba(0,0,0,0.08) !important;
    text-decoration: none;
}

.wsmenu-list > li > a:hover {
    background-color: rgba(0,0,0,0.08) !important;
    text-decoration: none;
}

.wsmenu-list > li > a.active {
    background-color: rgba(0,0,0,0.08) !important;
    text-decoration: none;
}

.wsmenu-submenu > li > a:hover {
    background-color: rgba(0,0,0,0.08) !important;
    border-radius: 0px !important;
    text-decoration: none;
    text-decoration: none;
}

.typography-text {
    padding: 0px 0px;
    font-size: 14px;
}

    .typography-text p {
        text-align: justify;
        line-height: 24px;
        color: #656565;
    }

    .typography-text ul li {
        display: block;
        padding: 2px 0px;
        line-height: 22px;
    }

        .typography-text ul li a {
            color: #656565;
        }

.hometext {
    display: none;
}

.wsmenu-submenu .fa {
    margin-right: 7px;
}


/*--------------------------------------------------------------------------
|  03 Tab CSS
--------------------------------------------------------------------------*/

@media only screen and (min-width:740px) and (max-width:741px) {
    .wsmenu-list > li > a > .fa {
        display: none !important;
    }

    .hometext {
        display: block !important;
    }

    .wsmenu {
        font-size: 13px !important;
    }

    .wsmenu-list li a {
        white-space: nowrap !important;
        padding-left: 4px !important;
        padding-right: 4px !important;
    }

    .megacollink {
        width: 48%;
        margin: 1% 1%;
    }

    .typographylinks {
        width: 48%;
        margin: 1% 1%;
    }
}

@media only screen and (min-width: 740px) and (max-width:741px) {
    .wsmenu-list li a .arrow:after {
        display: none !important;
    }
}



/*--------------------------------------------------------------------------
|  04 Mobile CSS
--------------------------------------------------------------------------*/

@media only screen and (max-width: 740px) {
    .wsoffcanvasopener .wsmenu {
        left: 0px;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    .wsmenucontainer.wsoffcanvasopener {
        display: block;
        margin-left: 240px;
    }

    .wsmobileheader {
        display: block !important;
        position: relative;
        top: 0;
        right: 0;
        left: 0;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    .wsmenu-list > li:hover > a {
        background-color: rgba(0,0,0,0.08) !important;
        text-decoration: none;
    }

    .hometext {
        display: inline-block !important;
    }

    .megacollink {
        width: 100% !important;
        margin: 0% 0% !important;
        padding: 0 9px;
    }

    .megacolimage {
        width: 90% !important;
        margin: 0% 5% !important;
    }

    .typographylinks {
        width: 94% !important;
        margin: 1% 3% !important;
        padding: 9px 0px
    }

    .typographydiv {
        width: 86% !important;
        margin: 0% 7% !important;
    }

    .mainmapdiv {
        width: 90% !important;
        margin: 0% 5% !important;
    }

    .overlapblackbg {
        left: 0;
        z-index: 102;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        display: none;
        background-color: rgba(0, 0, 0, 0.45);
        cursor: pointer;
    }

    .wsoffcanvasopener .overlapblackbg {
        display: block !important;
    }

    .wsmenu-submenu > li:hover > a {
        background-color: #7b7b7b;
        color: #666666;
    }

    .wsmenu > .wsmenu-list > li > a.active {
        color: #666666;
        background-color: rgba(0,0,0,0.08);
    }

    .wsmenu > .wsmenu-list > li > a:hover {
        color: #666666;
        background-color: rgba(0,0,0,0.08);
    }

    .wsmenu-list li:hover .wsmenu-submenu {
        display: none;
    }

        .wsmenu-list li:hover .wsmenu-submenu .wsmenu-submenu-sub {
            display: none;
        }

    .wsmenu-list .wsmenu-submenu .wsmenu-submenu-sub li:hover .wsmenu-submenu-sub-sub {
        display: none;
        list-style: none;
        padding: 2px;
        border: solid 1px #eeeeee;
        background-color: #fff;
    }

    .wsmenu-list li:first-child a {
        -webkit-border-radius: 0px 0px 0px 0px;
        -moz-border-radius: 0px 0px 0px 0px;
        border-radius: 0px 0px 0px 0px;
    }

    .wsmenu-list li:last-child a {
        -webkit-border-radius: 0px 4px 0px 0px;
        -moz-border-radius: 0px 0px 0px 0px;
        border-radius: 0px 0px 0px 0px;
        border-right: 0px solid;
    }

    .innerpnd {
        padding: 0px !important;
    }

    .typography-text {
        padding: 10px 0px;
    }

    .wsmenucontainer {
        overflow: hidden;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    .wsmenu-click {
        height: 43px;
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        cursor: pointer;
        width: 100%;
    }

        .wsmenu-click i {
            display: block;
            height: 23px;
            width: 25px;
            margin-top: 11px;
            margin-right: 8px;
            background-size: 25px;
            font-size: 21px;
            color: rgba(0,0,0,0.25);
            float: right;
        }

    .wsmenu-click02 {
        height: 43px;
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        cursor: pointer;
        width: 100%;
    }

        .wsmenu-click02 i {
            display: block;
            height: 23px;
            width: 25px;
            margin-top: 11px;
            margin-right: 8px;
            background-size: 25px;
            font-size: 21px;
            color: rgba(0,0,0,0.25);
            float: right;
        }

    .ws-activearrow > i {
        transform: rotate(180deg);
    }

    .wsmenu-rotate {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .wsmenu-submenu-sub {
        width: 100% !important;
        position: static !important;
        left: 100% !important;
        top: 0 !important;
        display: none;
        margin: 0px !important;
        padding: 0px !important;
        border: solid 0px !important;
        transform: none !important;
        opacity: 1 !important;
        visibility: visible !important;
    }

        .wsmenu-submenu-sub li {
            margin: 0px 0px 0px 0px !important;
            padding: 0px;
            position: relative;
        }

        .wsmenu-submenu-sub a {
            display: block;
            padding: 10px 25px 10px 25px;
            border-bottom: solid 1px #ccc;
            font-weight: normal;
        }

        .wsmenu-submenu-sub li a.active {
            color: #000 !important;
        }

        .wsmenu-submenu-sub li:hover > a {
            background-color: #333333 !important;
            color: #fff;
        }

    .wsmenu-list > li > a .fa {
        margin-right: 6px;
    }

    .wsmenu-submenu-sub-sub {
        width: 100% !important;
        position: static !important;
        left: 100% !important;
        top: 0 !important;
        display: none;
        margin: 0px !important;
        padding: 0px !important;
        border: solid 0px !important;
        transform: none !important;
        opacity: 1 !important;
        visibility: visible !important;
    }

        .wsmenu-submenu-sub-sub li {
            margin: 0px 0px 0px 0px !important;
        }

        .wsmenu-submenu-sub-sub a {
            display: block;
            color: #000;
            padding: 10px 25px;
            background: #000 !important;
            border-bottom: solid 1px #ccc;
            font-weight: normal;
        }

        .wsmenu-submenu-sub-sub li a.active {
            color: #000 !important;
        }

        .wsmenu-submenu-sub-sub li:hover > a {
            background-color: #606060 !important;
            color: #fff;
        }

    .wsmenu {
        position: relative;
    }

        .wsmenu .wsmenu-list {
            height: 100%;
            overflow-y: auto;
            display: block !important;
        }

            .wsmenu .wsmenu-list > li {
                width: 100%;
                display: block;
                float: none;
                border-right: none;
                background-color: transparent;
                position: relative;
                white-space: inherit;
                clear: right;
            }

        .wsmenu > .wsmenu-list > li > a {
            padding: 9px 32px 9px 17px;
            font-size: 14px;
            text-align: left;
            border-right: solid 0px;
            background-color: transparent;
            color: #666666;
            line-height: 25px;
            border-bottom: 1px solid;
            border-bottom-color: rgba(0,0,0,0.13);
            position: static;
        }

            .wsmenu > .wsmenu-list > li > a > .fa {
                font-size: 16px;
                color: #bfbfbf;
            }

        .wsmenu .wsmenu-list li a .arrow:after {
            display: none !important;
        }

        .wsmenu .wsmenu-list li ul li a .fa.fa-caret-right {
            font-size: 12px !important;
            color: #8E8E8E;
        }

    .mobile-sub .wsmenu-submenu {
        transform: none !important;
        opacity: 1 !important;
        display: none;
        position: relative !important;
        top: 0px;
        background-color: #fff;
        border: solid 1px #ccc;
        padding: 0px;
        visibility: visible !important;
    }

        .mobile-sub .wsmenu-submenu li a {
            line-height: 20px;
            height: 36px;
            background-color: #e7e7e7 !important;
            font-size: 13px !important;
            padding: 8px 0px 8px 18px;
            color: #8E8E8E;
        }

            .mobile-sub .wsmenu-submenu li a:hover {
                background-color: #e7e7e7 !important;
                color: #666666;
                text-decoration: underline;
            }

        .mobile-sub .wsmenu-submenu li:hover > a {
            background-color: #e7e7e7 !important;
            color: #666666;
        }

        .mobile-sub .wsmenu-submenu li .wsmenu-submenu-sub li a {
            line-height: 20px;
            height: 36px;
            background-color: #e7e7e7 !important;
            border-bottom: none;
            padding-left: 28px;
        }

        .mobile-sub .wsmenu-submenu li .wsmenu-submenu-sub li .wsmenu-submenu-sub-sub li a {
            line-height: 20px;
            height: 36px;
            background-color: #e7e7e7 !important;
            border-bottom: none !important;
            padding-left: 38px;
            color: #8e8e8e;
        }

    .wsmenu-list .megamenu {
        background-color: #e7e7e7;
        color: #666666;
        display: none;
        position: relative !important;
        top: 0px;
        padding: 0px;
        border: solid 0px;
        transform: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        background-color: #fff;
    }

    .wsmenu-list li:hover .megamenu {
        display: none;
        position: relative !important;
        top: 0px;
    }

    .megamenu .title {
        color: #666666;
        font-size: 15px !important;
        padding: 10px 8px 10px 0px;
    }

    .halfdiv .title {
        padding-left: 15px;
    }

    .ad-style {
        width: 100% !important;
    }

    .megamenu ul li.title {
        line-height: 26px;
        color: #666666;
        margin: 0px;
        font-size: 15px;
        padding: 7px 13px !important;
        border-bottom: 1px solid #ccc;
        background-color: transparent !important;
    }

    .halfdiv {
        width: 100%;
        display: block;
    }

    .halfmenu {
        width: 100%;
        display: block;
    }

    .menu_form {
        padding: 10px 10px 63px 10px;
        background-color: #e7e7e7;
    }

        .menu_form input[type="button"] {
            width: 46%;
        }

        .menu_form input[type="submit"] {
            width: 46%;
        }

        .menu_form textarea {
            min-height: 100px;
        }

    .wsmenu {
        width: 240px;
        left: -240px;
        height: 100%;
        position: fixed;
        top: 0;
        margin: 0;
        background-color: #fff;
        border-radius: 0px;
        z-index: 103;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        border: none !important;
        background-color: #fff !important;
    }

    .animated-arrow {
        position: fixed;
        left: 0;
        top: 0;
        z-index: 102;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    .callusicon {
        color: #c9c9c9;
        font-size: 25px;
        height: 25px;
        position: fixed;
        right: 15px;
        top: 13px;
        transition: all 0.4s ease-in-out 0s;
        width: 25px;
        z-index: 102;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

        .callusicon:focus, callusicon:hover {
            color: #fff !important;
        }

    .wsoffcanvasopener .callusicon {
        display: none !important;
    }

    .smallogo {
        width: 100%;
        display: block;
        text-align: center;
        padding-top: 9px;
        position: fixed;
        z-index: 101;
        width: 100%;
        height: 52px;
        background: #262626;
        background: -moz-linear-gradient(top, #262626 0, #1c1c1c 50%, #262626 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #262626), color-stop(50%, #1c1c1c), color-stop(100%, #262626));
        background: -webkit-linear-gradient(top, #262626 0, #1c1c1c 50%, #262626 100%);
        background: -o-linear-gradient(top, #262626 0, #1c1c1c 50%, #262626 100%);
        background: -ms-linear-gradient(top, #262626 0, #1c1c1c 50%, #262626 100%);
        background: linear-gradient(to bottom, #262626 0, #1c1c1c 50%, #262626 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#262626', endColorstr='#262626', GradientType=0);
        box-shadow: 0 1px 4px rgba(0,0,0,.5);
        -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.5);
    }

    .wsoffcanvasopener .animated-arrow {
        left: 240px;
    }

    .animated-arrow {
        cursor: pointer;
        padding: 13px 35px 16px 0px;
        margin: 10px 0 0 15px;
    }

        .animated-arrow span, .animated-arrow span:before, .animated-arrow span:after {
            cursor: pointer;
            height: 3px;
            width: 23px;
            background: #c9c9c9;
            position: absolute;
            display: block;
            content: '';
        }

            .animated-arrow span:before {
                top: -7px;
            }

            .animated-arrow span:after {
                bottom: -7px;
            }

            .animated-arrow span, .animated-arrow span:before, .animated-arrow span:after {
                transition: all 500ms ease-in-out;
            }

    .wsoffcanvasopener .animated-arrow span {
        background-color: transparent;
    }

        .wsoffcanvasopener .animated-arrow span:before, .animated-arrow.active span:after {
            top: 7px;
        }

        .wsoffcanvasopener .animated-arrow span:before {
            transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            bottom: 0px;
        }

        .wsoffcanvasopener .animated-arrow span:after {
            transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
        }

    .wsmenu-list li > .wsmenu-submenu {
        transform: none !important;
        -o-transform: none !important;
        -moz-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        -o-transform: none !important;
        -moz-transform: none !important;
        -webkit-transform: none !important;
        visibility: visible !important;
    }

    .wsmenu-list li:hover > .wsmenu-submenu {
        transform: none !important;
        -o-transform: none !important;
        -moz-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        -o-transform: none !important;
        -moz-transform: none !important;
        -webkit-transform: none !important;
        visibility: visible !important;
    }

    .wsmenu-submenu li > .wsmenu-submenu-sub {
        transform: none !important;
        -o-transform: none !important;
        -moz-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        -o-transform: none !important;
        -moz-transform: none !important;
        -webkit-transform: none !important;
        visibility: visible !important;
    }

    .wsmenu-submenu li:hover > .wsmenu-submenu-sub {
        transform: none !important;
        -o-transform: none !important;
        -moz-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        -o-transform: none !important;
        -moz-transform: none !important;
        -webkit-transform: none !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    .wsmenu-submenu-sub li > .wsmenu-submenu-sub-sub {
        transform: none !important;
        -o-transform: none !important;
        -moz-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        -o-transform: none !important;
        -moz-transform: none !important;
        -webkit-transform: none !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    .wsmenu-submenu-sub li:hover > .wsmenu-submenu-sub-sub {
        transform: none !important;
        -o-transform: none !important;
        -moz-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        -o-transform: none !important;
        -moz-transform: none !important;
        -webkit-transform: none !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    .wsmenu-list li > .megamenu {
        transform: none !important;
        -o-transform: none !important;
        -moz-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        -o-transform: none !important;
        -moz-transform: none !important;
        -webkit-transform: none !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    .wsmenu-list li:hover > .megamenu {
        transform: none !important;
        -o-transform: none !important;
        -moz-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        -o-transform: none !important;
        -moz-transform: none !important;
        -webkit-transform: none !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
}

/*--------------------------------------------------------------------------
|  05 Additional Themes (Optionnal)
--------------------------------------------------------------------------*/

.gry {
    background: #424242;
    color: #fff;
}

.orange {
    background: #ff670f;
    color: #fff;
}

.blue {
    background: #4A89DC;
    color: #fff;
}

.green {
    background: #74a52e;
    color: #fff;
}

.red {
    background: #DA4B38;
    color: #fff;
}

.yellow {
    background: #F6BB42;
    color: #fff;
}

.purple {
    background: #967ADC;
    color: #fff;
}

.pink {
    background: #ee1289;
    color: #fff;
}

.chocolate {
    background: #934915;
    color: #fff;
}

.gry > .wsmenu-list > li > a {
    color: #424242;
    border-right: 1px solid rgba(0,0,0,0.10);
}

.gry > .wsmenu-list > li > a {
    background-color: #fff !important;
}

    .gry > .wsmenu-list > li > a > .arrow:after {
        border-top-color: #E5E5E5 !important;
    }

.gry > .wsmenu-list > li:hover > a {
    background: #424242 !important;
    color: #fff !important;
}

.gry > .wsmenu-list > li > a:hover {
    background: #424242 !important;
    color: #fff !important;
}

.gry > .wsmenu-list > li > a.active {
    background: #424242 !important;
    color: #fff !important;
}

.gry > .wsmenu-submenu > li > a:hover {
    background: #424242;
    border-radius: 0px !important;
    color: #fff;
}

.gry .wsmenu-list li a:hover .arrow:after {
    border-top-color: #fff;
}

.gry .wsmenu-list li a.active .arrow:after {
    border-top-color: #fff;
}

.gry .wsmenu-list li:hover > a .arrow:after {
    border-top-color: #fff;
}

.orange > .wsmenu-list > li > a {
    color: #424242;
    border-right: 1px solid rgba(0,0,0,0.10);
}

.orange > .wsmenu-list > li > a {
    background-color: #fff !important;
}

    .orange > .wsmenu-list > li > a > .arrow:after {
        border-top-color: #E5E5E5 !important;
    }

.orange > .wsmenu-list > li:hover > a {
    background: #ff670f !important;
    color: #fff !important;
}

.orange > .wsmenu-list > li > a:hover {
    background: #ff670f !important;
    color: #fff !important;
}

.orange > .wsmenu-list > li > a.active {
    background: #ff670f !important;
    color: #fff !important;
}

.orange > .wsmenu-submenu > li > a:hover {
    background: #ff670f;
    border-radius: 0px !important;
    color: #fff;
}

.orange .wsmenu-list li a:hover .arrow:after {
    border-top-color: #fff;
}

.orange .wsmenu-list li a.active .arrow:after {
    border-top-color: #fff;
}

.orange .wsmenu-list li:hover > a .arrow:after {
    border-top-color: #fff;
}

.blue > .wsmenu-list > li > a {
    color: #424242;
    border-right: 1px solid rgba(0,0,0,0.10);
}

.blue > .wsmenu-list > li > a {
    background-color: #fff !important;
}

    .blue > .wsmenu-list > li > a > .arrow:after {
        border-top-color: #E5E5E5 !important;
    }

.blue > .wsmenu-list > li:hover > a {
    background: #4A89DC !important;
    color: #fff !important;
}

.blue > .wsmenu-list > li > a:hover {
    background: #4A89DC !important;
    color: #fff !important;
}

.blue > .wsmenu-list > li > a.active {
    background: #4A89DC !important;
    color: #fff !important;
}

.blue > .wsmenu-submenu li > a:hover {
    background: #4A89DC !important;
    border-radius: 0px !important;
    color: #fff !important;
}

.blue .wsmenu-list li a:hover .arrow:after {
    border-top-color: #fff;
}

.blue .wsmenu-list li a.active .arrow:after {
    border-top-color: #fff;
}

.blue .wsmenu-list li:hover > a .arrow:after {
    border-top-color: #fff;
}

.green > .wsmenu-list > li > a {
    color: #424242;
    border-right: 1px solid rgba(0,0,0,0.10);
}

.green > .wsmenu-list > li > a {
    background-color: #fff !important;
}

    .green > .wsmenu-list > li > a > .arrow:after {
        border-top-color: #E5E5E5 !important;
    }

.green > .wsmenu-list > li:hover > a {
    background: #74a52e !important;
    color: #fff !important;
}

.green > .wsmenu-list > li > a:hover {
    background: #74a52e !important;
    color: #fff !important;
}

.green > .wsmenu-list > li > a.active {
    background: #74a52e !important;
    color: #fff !important;
}

.green > .wsmenu-submenu > li > a:hover {
    background: #74a52e !important;
    border-radius: 0px !important;
    color: #fff !important;
}

.green .wsmenu-list li a:hover .arrow:after {
    border-top-color: #fff;
}

.green .wsmenu-list li a.active .arrow:after {
    border-top-color: #fff;
}

.green .wsmenu-list li:hover > a .arrow:after {
    border-top-color: #fff;
}

.red > .wsmenu-list > li > a {
    color: #424242;
    border-right: 1px solid rgba(0,0,0,0.10);
}

.red > .wsmenu-list > li > a {
    background-color: #fff !important;
}

    .red > .wsmenu-list > li > a > .arrow:after {
        border-top-color: #E5E5E5 !important;
    }

.red > .wsmenu-list > li:hover > a {
    background: #DA4B38 !important;
    color: #fff !important;
}

.red > .wsmenu-list > li > a:hover {
    background: #DA4B38 !important;
    color: #fff !important;
}

.red > .wsmenu-list > li > a.active {
    background: #DA4B38 !important;
    color: #fff !important;
}

.red > .wsmenu-submenu > li > a:hover {
    background: #DA4B38 !important;
    border-radius: 0px !important;
    color: #fff !important;
}

.red .wsmenu-list li a:hover .arrow:after {
    border-top-color: #fff;
}

.red .wsmenu-list li a.active .arrow:after {
    border-top-color: #fff;
}

.red .wsmenu-list li:hover > a .arrow:after {
    border-top-color: #fff;
}

.yellow > .wsmenu-list > li > a {
    color: #424242;
    border-right: 1px solid rgba(0,0,0,0.10);
}

.yellow > .wsmenu-list > li > a {
    background-color: #fff !important;
}

    .yellow > .wsmenu-list > li > a > .arrow:after {
        border-top-color: #E5E5E5 !important;
    }

.yellow > .wsmenu-list > li:hover > a {
    background: #F6BB42 !important;
    color: #fff !important;
}

.yellow > .wsmenu-list > li > a:hover {
    background: #F6BB42 !important;
    color: #fff !important;
}

.yellow > .wsmenu-list > li > a.active {
    background: #F6BB42 !important;
    color: #fff !important;
}

.yellow > .wsmenu-submenu > li > a:hover {
    background: #F6BB42 !important;
    border-radius: 0px !important;
    color: #fff !important;
}

.yellow .wsmenu-list li a:hover .arrow:after {
    border-top-color: #fff;
}

.yellow .wsmenu-list li a.active .arrow:after {
    border-top-color: #fff;
}

.yellow .wsmenu-list li:hover > a .arrow:after {
    border-top-color: #fff;
}

.yellow > .wsmenu-list li a .fa {
    color: #424242 !important;
}

.purple > .wsmenu-list > li > a {
    color: #424242;
    border-right: 1px solid rgba(0,0,0,0.10);
}

.purple > .wsmenu-list > li > a {
    background-color: #fff !important;
}

    .purple > .wsmenu-list > li > a > .arrow:after {
        border-top-color: #E5E5E5 !important;
    }

.purple > .wsmenu-list > li:hover > a {
    background: #967ADC !important;
    color: #fff !important;
}

.purple > .wsmenu-list > li > a:hover {
    background: #967ADC !important;
    color: #fff !important;
}

.purple > .wsmenu-list > li > a.active {
    background: #967ADC !important;
    color: #fff !important;
}

.purple > .wsmenu-submenu > li > a:hover {
    background: #967ADC !important;
    border-radius: 0px !important;
    color: #fff !important;
}

.purple .wsmenu-list li a:hover .arrow:after {
    border-top-color: #fff;
}

.purple .wsmenu-list li a.active .arrow:after {
    border-top-color: #fff;
}

.purple .wsmenu-list li:hover > a .arrow:after {
    border-top-color: #fff;
}

.pink > .wsmenu-list > li > a {
    color: #424242;
    border-right: 1px solid rgba(0,0,0,0.10);
}

.pink > .wsmenu-list > li > a {
    background-color: #fff !important;
}

    .pink > .wsmenu-list > li > a > .arrow:after {
        border-top-color: #E5E5E5 !important;
    }

.pink > .wsmenu-list > li:hover > a {
    background: #ee1289 !important;
    color: #fff !important;
}

.pink > .wsmenu-list > li > a:hover {
    background: #ee1289 !important;
    color: #fff !important;
}

.pink > .wsmenu-list > li > a.active {
    background: #ee1289 !important;
    color: #fff !important;
}

.pink > .wsmenu-submenu > li > a:hover {
    background: #ee1289 !important;
    border-radius: 0px !important;
    color: #fff !important;
}

.pink .wsmenu-list li a:hover .arrow:after {
    border-top-color: #fff;
}

.pink .wsmenu-list li a.active .arrow:after {
    border-top-color: #fff;
}

.pink .wsmenu-list li:hover > a .arrow:after {
    border-top-color: #fff;
}

.chocolate > .wsmenu-list > li > a {
    color: #424242;
    border-right: 1px solid rgba(0,0,0,0.10);
}

.chocolate > .wsmenu-list > li > a {
    background-color: #fff !important;
}

    .chocolate > .wsmenu-list > li > a > .arrow:after {
        border-top-color: #E5E5E5 !important;
    }

.chocolate > .wsmenu-list > li:hover > a {
    background: #934915 !important;
    color: #fff !important;
}

.chocolate > .wsmenu-list > li a:hover {
    background: #934915 !important;
    color: #fff !important;
}

.chocolate > .wsmenu-list > li a.active {
    background: #934915 !important;
    color: #fff !important;
}

.chocolate > .wsmenu-submenu > li a:hover {
    background: #934915 !important;
    border-radius: 0px !important;
    color: #fff !important;
}

.chocolate .wsmenu-list li a:hover .arrow:after {
    border-top-color: #fff;
}

.chocolate .wsmenu-list li a.active .arrow:after {
    border-top-color: #fff;
}

.chocolate .wsmenu-list li:hover > a .arrow:after {
    border-top-color: #fff;
}

.tranbg {
    background-color: transparent !important;
}

.whitebg {
    background-color: #fff !important;
}

    .whitebg:hover {
        color: #000 !important;
    }

.blue-grdt {
    background: #5999ee;
    background: -moz-linear-gradient(top, #5999ee 0%, #4a89dc 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5999ee), color-stop(100%, #4a89dc));
    background: -webkit-linear-gradient(top, #5999ee 0%, #4a89dc 100%);
    background: -o-linear-gradient(top, #5999ee 0%, #4a89dc 100%);
    background: -ms-linear-gradient(top, #5999ee 0%, #4a89dc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5999ee', endColorstr='#4a89dc', GradientType=0 );
    color: #fff;
}

.gry-grdt {
    background: #565656;
    background: -moz-linear-gradient(top, #565656 0%, #424242 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #565656), color-stop(100%, #424242));
    background: -webkit-linear-gradient(top, #565656 0%, #424242 100%);
    background: -o-linear-gradient(top, #565656 0%, #424242 100%);
    background: -ms-linear-gradient(top, #565656 0%, #424242 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#565656', endColorstr='#424242', GradientType=0 );
    color: #fff;
}

.green-grdt {
    background: #86ba3d;
    background: -moz-linear-gradient(top, #86ba3d 0%, #74a52e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #86ba3d), color-stop(100%, #74a52e));
    background: -webkit-linear-gradient(top, #86ba3d 0%, #74a52e 100%);
    background: -o-linear-gradient(top, #86ba3d 0%, #74a52e 100%);
    background: -ms-linear-gradient(top, #86ba3d 0%, #74a52e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#86ba3d', endColorstr='#74a52e', GradientType=0 );
    color: #fff;
}

.red-grdt {
    background: #f05c48;
    background: -moz-linear-gradient(top, #f05c48 0%, #da4b38 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f05c48), color-stop(100%, #da4b38));
    background: -webkit-linear-gradient(top, #f05c48 0%, #da4b38 100%);
    background: -o-linear-gradient(top, #f05c48 0%, #da4b38 100%);
    background: -ms-linear-gradient(top, #f05c48 0%, #da4b38 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f05c48', endColorstr='#da4b38', GradientType=0 );
    color: #fff;
}

.orange-grdt {
    background: #fc7d33;
    background: -moz-linear-gradient(top, #fc7d33 0%, #ff670f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fc7d33), color-stop(100%, #ff670f));
    background: -webkit-linear-gradient(top, #fc7d33 0%, #ff670f 100%);
    background: -o-linear-gradient(top, #fc7d33 0%, #ff670f 100%);
    background: -ms-linear-gradient(top, #fc7d33 0%, #ff670f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc7d33', endColorstr='#ff670f', GradientType=0 );
    color: #fff;
}

.yellow-grdt {
    background: #ffcd67;
    background: -moz-linear-gradient(top, #ffcd67 0%, #f6bb42 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffcd67), color-stop(100%, #f6bb42));
    background: -webkit-linear-gradient(top, #ffcd67 0%, #ff670f 100%);
    background: -o-linear-gradient(top, #ffcd67 0%, #f6bb42 100%);
    background: -ms-linear-gradient(top, #ffcd67 0%, #f6bb42 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd67', endColorstr='#f6bb42', GradientType=0 );
    color: #fff;
}

.purple-grdt {
    background: #a98ded;
    background: -moz-linear-gradient(top, #a98ded 0%, #967adc 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a98ded), color-stop(100%, #967adc));
    background: -webkit-linear-gradient(top, #a98ded 0%, #967adc 100%);
    background: -o-linear-gradient(top, #a98ded 0%, #967adc 100%);
    background: -ms-linear-gradient(top, #a98ded 0%, #967adc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a98ded', endColorstr='#967adc', GradientType=0 );
    color: #fff;
}

.pink-grdt {
    background: #fb3ea4;
    background: -moz-linear-gradient(top, #fb3ea4 0%, #f21b8f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fb3ea4), color-stop(100%, #f21b8f));
    background: -webkit-linear-gradient(top, #fb3ea4 0%, #f21b8f 100%);
    background: -o-linear-gradient(top, #fb3ea4 0%, #f21b8f 100%);
    background: -ms-linear-gradient(top, #fb3ea4 0%, #f21b8f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb3ea4', endColorstr='#f21b8f', GradientType=0 );
    color: #fff;
}

.tranbg > .wsmenu-list > li > a {
    color: #e5e5e5;
    border-right: none;
    background-color: transparent;
}

    .tranbg > .wsmenu-list > li > a:hover {
        background-color: transparent !important;
    }

.tranbg > .wsmenu-list > li > a {
    background-color: transparent !important;
}

    .tranbg > .wsmenu-list > li > a > .arrow:after {
        border-top-color: #E5E5E5 !important;
    }

.whitebg > .wsmenu-list > li > a {
    color: #424242;
    border-right: 1px solid rgba(0,0,0,0.10);
}

.whitebg > .wsmenu-list > li > a {
    background-color: #fff !important;
}

    .whitebg > .wsmenu-list > li > a > .arrow:after {
        border-top-color: #E5E5E5 !important;
    }

.red-grdt > .wsmenu-list > li > a {
    color: #fff !important;
}

.red-grdt > .wsmenu-list > li > a {
    background-color: transparent !important;
}

    .red-grdt > .wsmenu-list > li > a > .arrow:after {
        border-top-color: #fff !important;
    }

.gry-grdt > .wsmenu-list > li > a {
    color: #fff !important;
}

.gry-grdt > .wsmenu-list > li > a {
    background-color: transparent !important;
}

    .gry-grdt > .wsmenu-list > li > a > .arrow:after {
        border-top-color: #fff !important;
    }

.blue-grdt > .wsmenu-list > li > a {
    color: #fff !important;
}

.blue-grdt > .wsmenu-list > li > a {
    background-color: transparent !important;
}

    .blue-grdt > .wsmenu-list > li > a > .arrow:after {
        border-top-color: #fff !important;
    }

.green-grdt > .wsmenu-list > li > a {
    color: #fff !important;
}

.green-grdt > .wsmenu-list > li > a {
    background-color: transparent !important;
}

    .green-grdt > .wsmenu-list > li > a > .arrow:after {
        border-top-color: #fff !important;
    }

.orange-grdt > .wsmenu-list > li > a {
    color: #fff !important;
}

.orange-grdt > .wsmenu-list > li > a {
    background-color: transparent !important;
}

    .orange-grdt > .wsmenu-list > li > a > .arrow:after {
        border-top-color: #fff !important;
    }

.yellow-grdt > .wsmenu-list > li > a {
    color: #424242 !important;
}

.yellow-grdt > .wsmenu-list > li > a {
    background-color: transparent !important;
}

    .yellow-grdt > .wsmenu-list > li > a > .arrow:after {
        border-top-color: #424242 !important;
    }

.yellow-grdt > .wsmenu-list li a .fa {
    color: #424242 !important;
}

.purple-grdt > .wsmenu-list > li > a {
    color: #fff !important;
}

.purple-grdt > .wsmenu-list > li > a {
    background-color: transparent !important;
}

    .purple-grdt > .wsmenu-list > li > a > .arrow:after {
        border-top-color: #fff !important;
    }

.pink-grdt > .wsmenu-list > li > a {
    color: #fff !important;
}

.pink-grdt > .wsmenu-list > li > a {
    background-color: transparent !important;
}

    .pink-grdt > .wsmenu-list > li > a > .arrow:after {
        border-top-color: #fff !important;
    }

@media only screen and (max-width: 780px) {
    .red-grdt > .wsmenu-list > li > a > .fa {
        color: #fff !important;
    }

    .blue-grdt > .wsmenu-list > li > a > .fa {
        color: #fff !important;
    }

    .orange-grdt > .wsmenu-list > li > a > .fa {
        color: #fff !important;
    }

    .green-grdt > .wsmenu-list > li > a > .fa {
        color: #fff !important;
    }

    .purple-grdt > .wsmenu-list > li > a > .fa {
        color: #fff !important;
    }

    .pink-grdt > .wsmenu-list > li > a > .fa {
        color: #fff !important;
    }

    .gry > .wsmenu-submenu > li:hover > a {
        background-color: #424242 !important;
        color: #fff;
    }

    .gry > .wsmenu .wsmenu-list > li > a.active {
        color: #fff;
        background-color: #424242;
    }

    .gry > .wsmenu .wsmenu-list > li > a:hover {
        color: #fff;
        background-color: #424242;
    }

    .orange > .wsmenu-submenu > li:hover > a {
        background-color: #ff670f !important;
        color: #fff;
    }

    .orange > .wsmenu > .wsmenu-list > li > a.active {
        color: #fff;
        background-color: #ff670f;
    }

    .orange > .wsmenu > .wsmenu-list > li > a:hover {
        color: #fff;
        background-color: #ff670f;
    }

    .blue > .wsmenu-submenu > li:hover > a {
        background-color: #4A89DC !important;
        color: #fff;
    }

    .blue > .wsmenu > .wsmenu-list > li > a.active {
        color: #fff;
        background-color: #4A89DC;
    }

    .blue > .wsmenu > .wsmenu-list > li > a:hover {
        color: #fff;
        background-color: #4A89DC;
    }

    .green > .wsmenu-submenu > li:hover > a {
        background-color: #74a52e !important;
        color: #fff;
    }

    .green > .wsmenu > .wsmenu-list > li > a.active {
        color: #fff;
        background-color: #74a52e;
    }

    .green > .wsmenu > .wsmenu-list > li > a:hover {
        color: #fff;
        background-color: #74a52e;
    }

    .red > .wsmenu-submenu > li:hover > a {
        background-color: #DA4B38 !important;
        color: #fff;
    }

    .red > .wsmenu > .wsmenu-list > li > a.active {
        color: #fff;
        background-color: #DA4B38;
    }

    .red > .wsmenu > .wsmenu-list > li > a:hover {
        color: #fff;
        background-color: #DA4B38;
    }

    .yellow > .wsmenu-submenu > li:hover > a {
        background-color: #F6BB42 !important;
        color: #fff;
    }

    .yellow > .wsmenu .wsmenu-list > li > a.active {
        color: #fff;
        background-color: #F6BB42;
    }

    .yellow > .wsmenu .wsmenu-list > li > a:hover {
        color: #fff;
        background-color: #F6BB42;
    }

    .purple > .wsmenu-submenu > li:hover > a {
        background-color: #967ADC !important;
        color: #fff;
    }

    .purple > .wsmenu > .wsmenu-list > li > a.active {
        color: #fff;
        background-color: #967ADC;
    }

    .purple > .wsmenu > .wsmenu-list > li > a:hover {
        color: #fff;
        background-color: #967ADC;
    }

    .pink > .wsmenu-submenu > li:hover > a {
        background-color: #ee1289 !important;
        color: #fff;
    }

    .pink > .wsmenu > .wsmenu-list > li > a.active {
        color: #fff;
        background-color: #ee1289;
    }

    .pink > .wsmenu > .wsmenu-list > li > a:hover {
        color: #fff;
        background-color: #ee1289;
    }

    .chocolate > .wsmenu-submenu > li:hover > a {
        background-color: #934915 !important;
        color: #fff;
    }

    .chocolate > .wsmenu > .wsmenu-list > li > a.active {
        color: #fff;
        background-color: #934915;
    }

    .chocolate > .wsmenu > .wsmenu-list > li > a:hover {
        color: #fff;
        background-color: #934915;
    }

    .tranbg {
        background-color: #fff !important;
    }

        .tranbg > .wsmenu-list > li > a {
            color: #000 !important;
        }
}

/*--------------------------------------------------------------------------
|  01  Base CSS
--------------------------------------------------------------------------*/
.wsmain html, .wsmain body, .wsmain iframe, .wsmain h1, .wsmain h2, .wsmain h3, .wsmain h4, .wsmain h5, .wsmain h6 {
    font-size: 1.250em !important;
    line-height: 1.125em !important;
    font-family: 'PT Sans Narrow', sans-serif !important;
    font-weight: 400 !important;
    text-transform: uppercase !important;
}


.wsmenu textarea {
    font-family: 'PT Sans Narrow', sans-serif !important;
}

.wsmenu input[type="submit"] {
    cursor: pointer;
    font-family: 'PT Sans Narrow', sans-serif !important;
}

.wsmenu input[type="button"] {
    cursor: pointer;
    font-family: 'PT Sans Narrow', sans-serif;
}



/*--------------------------------------------------------------------------
|  02 Desktop CSS
--------------------------------------------------------------------------*/
li.MobileOnly {
    display: none !important;
}

.wsmenu {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 1.250em !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    border: none !important;
    text-align: right !important;
}

.wsmenu-list > li > a {
    color: #464647 !important;
    padding: 0px 12px;
    line-height: 40px;
    border-right: none !important;
}

.wsmenu-list li:first-child a {
    -webkit-border-radius: 0px 0px 0px 0px !important;
    -moz-border-radius: 0px 0px 0px 0px !important;
    border-radius: 0px 0px 0px 0px !important;
}

.wsmenu-list li:last-child a {
    -webkit-border-radius: 0px 0px 0px 0px !important;
    -moz-border-radius: 0px 0px 0px 0px !important;
    border-radius: 0px 0px 0px 0px !important;
}

.wsmenu-list > li:nth-child(6) > a {
    padding-right: 0 !important;
}

.wsmenu-list > li > a:hover {
    /*background-color: #94c21f !important;
    background-color: rgba(148,194,31,0.08) !important;*/
    text-decoration: none;
}

.wsmenu-submenu {
    top: 40px;
    padding: 0;
    border: solid 1px #6e6e71;
    background-color: #fff;
}

    .wsmenu-submenu li a {
        margin: 0;
        padding: 6px 14px !important;
        color: #ffffff !important;
        text-transform: uppercase;
        font-size: 0.938em !important;
        font-weight: 400 !important;
        border-right: 0 none !important;
        border-bottom: 1px solid #6e6e71;
        background-color: #b697ca !important;
        background: rgba(139,78,159,0.9) !important; /* 70% opaque red */
        letter-spacing: 0.05em;
    }

        .wsmenu-submenu li a:hover {
            color: #b697ca !important;
        }

@media only screen and (min-width: 1040px) {
    .wsmenu {
        font-size: 1.375em !important;
    }
}

@media only screen and (min-width: 1240px) {
    .wsmenu {
        font-size: 1.500em !important;
    }
}

@media only screen and (min-width:741px) and (max-width:959px) {
    .wsmenu {
        font-size: 1.125em !important;
    }

    .wsmenu-list > li > a {
        padding: 0px 7px !important;
        line-height: 30px;
    }

}


    /*--------------------------------------------------------------------------
|  04 Mobile CSS
--------------------------------------------------------------------------*/
    @media only screen and (max-width: 740px) {

        li.MobileOnly {
            display: inline !important;
        }

        .wsmenu {
            font-family: 'PT Sans', sans-serif;
            font-size: 1.1250em !important;
            text-transform: none !important;
            font-weight: 400 !important;
            border: none !important;
        }

        .wsmenu-submenu li a {
            color: #b697ca !important;
            font-size: 1.125em !important;
            text-transform: none
        }


        .smallogo {
            padding-top: 2px !important;
            background: -moz-linear-gradient(top, #262626 0, #1c1c1c 50%, #262626 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #262626), color-stop(50%, #1c1c1c), color-stop(100%, #262626));
            background: -webkit-linear-gradient(top, #262626 0, #1c1c1c 50%, #262626 100%);
            background: -o-linear-gradient(top, #262626 0, #1c1c1c 50%, #262626 100%);
            background: -ms-linear-gradient(top, #262626 0, #1c1c1c 50%, #262626 100%);
            background: linear-gradient(to bottom, #262626 0, #1c1c1c 50%, #262626 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#262626', endColorstr='#262626', GradientType=0);
            background: #ebebeb !important;
            text-align: center;
        }

            .smallogo img {
                width: 203px;
                height: auto;
                padding: 0 0 0 10px;
            }

        .animated-arrow span, .animated-arrow span:before, .animated-arrow span:after {
            background: #3f790c;
        }
    }


@charset "UTF-8";

@font-face {
    font-family: "foldable";
    src: url('../Content/CSS/Fonts/foldable/foldable.eot');
    src: url('../Content/CSS/Fonts/foldable/foldable.eot?#iefix') format("embedded-opentype"),
         url('../Content/CSS/Fonts/foldable/foldable.woff') format("woff"),
         url('../Content/CSS/Fonts/foldable/foldable.ttf') format("truetype"),
         url('../Content/CSS/Fonts/foldable/foldable.svg#foldable') format("svg");
    font-weight: normal;
    font-style: normal;
}

html {
    -ms-touch-action: manipulation;
        touch-action: manipulation;
}

.foldable--is-initialized *, .foldable--is-initialized *:before,
.foldable--is-initialized *:after {
    box-sizing: inherit;
}

.foldable--is-initialized > [data-foldable-role="group"] {
    padding-bottom: 1px;
}

.foldable--is-initialized > [data-foldable-role="group"]:first-child {
    border-radius: 5px 5px 0 0;
}

.foldable--is-initialized > [data-foldable-role="group"]:first-child > [data-foldable-role="trigger"] {
    border-radius: 5px 5px 0 0;
}

.foldable--is-initialized > [data-foldable-role="group"]:last-child {
    border-radius: 0 0 5px 5px;
    padding-bottom: 0;
}

.foldable--is-initialized > [data-foldable-role="group"]:last-child > [data-foldable-role="trigger"] {
    border-radius: 0 0 5px 5px;
}

.foldable--is-initialized > [data-foldable-role="group"]:last-child > [data-foldable-role="trigger"].foldable--is-active {
    border-radius: 0;
}

.foldable--is-initialized > [data-foldable-role="group"]:last-child > [data-foldable-role="target"] {
    border-radius: 0 0 5px 5px;
}

.foldable--is-initialized > [data-foldable-role="group"].foldable--is-first.foldable--is-last > [data-foldable-role="trigger"] {
    border-radius: 5px;
}

.foldable--is-initialized > [data-foldable-role="group"].foldable--is-first.foldable--is-last.foldable--is-opening > [data-foldable-role="trigger"],
.foldable--is-initialized > [data-foldable-role="group"].foldable--is-first.foldable--is-last.foldable--is-opened > [data-foldable-role="trigger"] {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.foldable--is-initialized > [data-foldable-role="group"] [data-foldable-role="trigger"] {
    border-bottom: none;
}

[data-foldable-role="group"] {
    padding-bottom: 1px;
}

[data-foldable-role="group"]:last-child {
    padding-bottom: 0;
}

[data-foldable-role="trigger"] {
    cursor: pointer;
    display: block;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 10px;
    padding: 15px;
    position: relative;
    position: relative;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .15s ease-out;
    width: 100%;
    z-index: 1;
}

[data-foldable-role="trigger"]:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: inherit;
    content: "";
    font: normal normal normal 12px "foldable";
    left: inherit;
    position: absolute;
    right: 0;
    text-rendering: auto;
    top: 50%;
    transform: translate(0, -50%);
}

@media (min-width: 767px) {
    [data-foldable-role="trigger"] {
        font-size: 14px;
        line-height: 12px;
        padding: 20px;
    }
}

[data-foldable-role="trigger"]:before {
    font-size: 10px;
    line-height: 10px;
    right: 15px;
    transform: translateY(-50%);
    transform-origin: 50% 25%;
    transition: all .15s ease-out;
}

@media (min-width: 767px) {
    [data-foldable-role="trigger"]:before {
        font-size: 12px;
    }
}

.foldable--horizontal [data-foldable-role="trigger"]:before {
    content: none;
}

[data-foldable-role="trigger"].foldable--is-active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

[data-foldable-role="trigger"].foldable--is-active:before {
    transform: rotate(180deg);
}

.foldable--is-css-modern [data-foldable-role="target"] {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    max-height: 0;
    overflow: hidden;
    perspective: 2000px;
    transform-style: preserve-3d;
}

.foldable--is-css-legacy [data-foldable-role="target"] {
    display: none;
}

.foldable--is-css-modern [data-foldable-role="animation"] {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}

.foldable--theme-default [data-foldable-role="group"] .foldable--level-0 > [data-foldable-role="trigger"] {
    border-left: 0 solid #ff2956;
    padding-left: 25px;
}

.foldable--theme-default [data-foldable-role="group"] .foldable--level-0 > [data-foldable-role="trigger"]:hover:not(.foldable--is-active) {
    border-left-width: 2px;
    padding-left: 30px;
}

.foldable--theme-default [data-foldable-role="group"] .foldable--level-1 > [data-foldable-role="trigger"] {
    border-left: 5px solid #ff2956;
    padding-left: 30px;
}

.foldable--theme-default [data-foldable-role="group"] .foldable--level-1 > [data-foldable-role="trigger"]:hover:not(.foldable--is-active) {
    border-left-width: 7px;
    padding-left: 35px;
}

.foldable--theme-default [data-foldable-role="group"] .foldable--level-2 > [data-foldable-role="trigger"] {
    border-left: 10px solid #ff2956;
    padding-left: 35px;
}

.foldable--theme-default [data-foldable-role="group"] .foldable--level-2 > [data-foldable-role="trigger"]:hover:not(.foldable--is-active) {
    border-left-width: 12px;
    padding-left: 40px;
}

.foldable--theme-default [data-foldable-role="group"] .foldable--level-3 > [data-foldable-role="trigger"] {
    border-left: 15px solid #ff2956;
    padding-left: 40px;
}

.foldable--theme-default [data-foldable-role="group"] .foldable--level-3 > [data-foldable-role="trigger"]:hover:not(.foldable--is-active) {
    border-left-width: 17px;
    padding-left: 45px;
}

.foldable--theme-default [data-foldable-role="group"] .foldable--level-4 > [data-foldable-role="trigger"] {
    border-left: 20px solid #ff2956;
    padding-left: 45px;
}

.foldable--theme-default [data-foldable-role="group"] .foldable--level-4 > [data-foldable-role="trigger"]:hover:not(.foldable--is-active) {
    border-left-width: 22px;
    padding-left: 50px;
}

.foldable--theme-default [data-foldable-role="group"] .foldable--level-5 > [data-foldable-role="trigger"] {
    border-left: 25px solid #ff2956;
    padding-left: 50px;
}

.foldable--theme-default [data-foldable-role="group"] .foldable--level-5 > [data-foldable-role="trigger"]:hover:not(.foldable--is-active) {
    border-left-width: 27px;
    padding-left: 55px;
}

.foldable--theme-default [data-foldable-role="group"].foldable--is-active > [data-foldable-role="trigger"] {
    background-color: #eff2f7;
    color: #ff2956;
}

.foldable--theme-default [data-foldable-role="group"].foldable--is-current > [data-foldable-role="trigger"] {
    background-color: #ff2956;
    color: #fff;
    padding-left: 25px;
}

.foldable--theme-default [data-foldable-role="group"].foldable--is-current > [data-foldable-role="target"] {
    border: 1px solid #eff2f7;
    border-top: none;
}

.foldable--theme-default [data-foldable-role="group"].foldable--is-current.foldable--is-opening > [data-foldable-role="target"],
.foldable--theme-default [data-foldable-role="group"].foldable--is-current.foldable--is-opened > [data-foldable-role="target"] {
    border-bottom: 1px solid #ff2956;
    border-color: #ff2956;
}

.foldable--theme-default [data-foldable-role="group"].foldable--is-current.foldable--is-closed > [data-foldable-role="target"] {
    border-bottom: none;
}

.foldable--theme-default [data-foldable-role="group"].foldable--is-grandchild.foldable--is-closing > [data-foldable-role="target"] {
    border: 1px solid #ff2956;
    border-top: none;
}

.foldable--theme-default [data-foldable-role="group"].foldable--is-first {
    padding-top: 1px;
}

.foldable--theme-default [data-foldable-role="trigger"] {
    background-color: #eff2f7;
    color: #41454e;
}

.foldable--theme-default [data-foldable-role="trigger"]:hover:not(.foldable--is-active) {
    background-color: #bfc4cd;
    color: #fff;
    padding-left: 25px;
}

.foldable--is-disabled > [data-foldable-role="group"] {
    opacity: .7;
}

.foldable--is-disabled > [data-foldable-role="group"] [data-foldable-role="trigger"]:hover {
    background-color: #eff2f7;
    color: #41454e;
    cursor: default;
    padding-left: 20px;
}

/*# sourceMappingURL=foldable.css.map */

[data-foldable-role="group"] {
    padding-bottom: 0px !important;
}

[data-foldable-role="trigger"] {
    font-family: "PT Sans", sans-serif !important;
    font-size: 1.000em !important;
    font-weight: 400 !important;
    line-height: 1.125em !important;
    padding-right: 30px !important;
    text-transform: none !important;
}

    [data-foldable-role="trigger"]:before {
        font: normal normal normal 1.000em "foldable" !important;
    }


@media (min-width: 767px) {
    [data-foldable-role="trigger"] {
        font-size: 1.125em !important;
        line-height: 1.188em !important;
        padding: 10px !important;
        padding-right: 20px !important;
    }
}

.foldable--theme-default [data-foldable-role="group"] .foldable--level-0 > [data-foldable-role="trigger"] {
    border-left: 0 solid #e1e1e1 !important;
    padding-left: 15px !important;
}

.foldable--theme-default [data-foldable-role="group"].foldable--is-active > [data-foldable-role="trigger"] {
    background-color: #e1e1e1 !important;
    color: #ff2956 !important;
}

.foldable--theme-default [data-foldable-role="group"].foldable--is-current > [data-foldable-role="trigger"] {
    background-color: #e1e1e1 !important;
    color: #000000 !important;
    padding-left: 25px !important;
}

.foldable--theme-default [data-foldable-role="group"].foldable--is-current > [data-foldable-role="target"] {
    border: 1px solid #e1e1e1 !important;
}

.foldable-anim--scale-in {
    animation: foldable-scale-in 0ms ease-out forwards;
}

.foldable-anim--scale-out {
    animation: foldable-scale-out 0ms ease-out forwards;
}

@keyframes foldable-scale-in {
    0% {
        transform: translateY(-20%) scale(.9);
    }

    100% {
        transform: translateY(0%) scale(1);
    }
}

@keyframes foldable-scale-out {
    0% {
        transform: translateY(0%) scale(1);
    }

    100% {
        transform: translateY(-20%) scale(.9);
    }
}

.foldable-anim--shrink-in {
    animation: foldable-shrink-in 0ms ease-out forwards;
}

.foldable-anim--shrink-out {
    animation: foldable-shrink-out 0ms ease-out forwards;
}

@keyframes foldable-shrink-in {
    0% {
        transform: translateY(-20%) scale(1.2);
    }

    100% {
        transform: translateY(0%) scale(1);
    }
}

@keyframes foldable-shrink-out {
    0% {
        transform: translateY(0%) scale(1);
    }

    100% {
        transform: translateY(-20%) scale(1.2);
    }
}

.foldable-anim--slide-in {
    animation: foldable-slide-in 0ms ease-out forwards;
}

.foldable-anim--slide-out {
    animation: foldable-slide-out 0ms ease-out forwards;
}

@keyframes foldable-slide-in {
    0% {
        transform: translateY(-15%);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes foldable-slide-out {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-15%);
    }
}

.foldable-anim--horizontal-slide-in {
    animation: foldable-horizontal-slide-in 0ms ease-out forwards;
}

.foldable-anim--horizontal-slide-out {
    animation: foldable-horizontal-slide-out 0ms ease-out forwards;
}

@keyframes foldable-horizontal-slide-in {
    0% {
        transform: translateX(-10%);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes foldable-horizontal-slide-out {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-10%);
    }
}

.foldable-anim--fold-in {
    animation: foldable-fold-in 0ms ease forwards;
    transform-origin: top;
}

.foldable-anim--fold-out {
    animation: foldable-fold-out 0ms ease forwards;
    transform-origin: top;
}

@keyframes foldable-fold-in {
    0% {
        transform: rotateX(-90deg);
    }

    100% {
        transform: rotateX(0deg);
    }
}

@keyframes foldable-fold-out {
    0% {
        transform: rotateX(0deg);
    }

    100% {
        transform: rotateX(-90deg);
    }
}

.foldable-anim--opacity-in {
    animation: foldable-opacity-in 0ms ease forwards 400ms;
    opacity: 0;
}

.foldable-anim--opacity-out {
    animation: foldable-opacity-out 300ms ease forwards 400ms;
}

@keyframes foldable-opacity-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes foldable-opacity-out {
    0% {
        opacity: 1;
    }

    80% {
        opacity: 0;
    }
}

/*# sourceMappingURL=foldable-animations.css.map */

/**
 * Slick Modals - HTML5 and CSS3 Powered Modal Popups
 * ---------------------------------------------------
 * @file      Defines plugin styles
 * @author    Capelle @ Codecanyon
 * @copyright @author
 * @version   5.0
 * @url       https://codecanyon.net/item/slick-modal-css3-powered-popups/12335988
 */

/*
   Reset and basics
   ------------------------------ */

/* Reset */
.sm-wrapper * {
	box-sizing: border-box;
}

/* Basics */
[data-sm-init="true"] {
	display: none;
}

.sm-wrapper,
.sm-wrapper .sm-overlay,
.sm-wrapper .sm-popup {
	position: fixed;
	top: 0;
	left: 0;
}

.sm-wrapper {
	display: none;
	z-index: 99999997;
}

	.sm-wrapper .sm-overlay {
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		content: "";
		z-index: 99999998;
	}

	.sm-wrapper .sm-popup {
		z-index: 99999999;
	}

.sm-sticky-button {
	position: fixed;
	top: 30px;
	left: 30px;
	background: #333;
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	padding: 8px 20px;
	cursor: pointer;
	z-index: 99999996;
}

	.sm-sticky-button:hover {
		opacity: .8;
	}

.sm-wrapper .sm-popup .sm-draggable {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 30px;
	background: transparent;
	cursor: move;
	-webkit-user-select: none;
	user-select: none;
	z-index: 998;
}

.sm-wrapper [data-sm-close="true"] {
	cursor: pointer;
}

body.sm-pageAnimated > *:not(.sm-wrapper) {
	pointer-events: none;
}

.sm-wrapper .sm-popup > div:after {
	content: '';
	display: block;
	clear: both;
}

/*
   Popup positions
   ------------------------------ */

.sm-wrapper .sm-popup[data-sm-position*="enter"] {
	left: 0;
	right: 0;
}

.sm-wrapper .sm-popup[data-sm-position*="eft"] {
	left: 0;
	right: auto;
}

.sm-wrapper .sm-popup[data-sm-position*="ight"] {
	left: auto;
	right: 0;
}

.sm-wrapper .sm-popup[data-sm-position*="top"] {
	top: 0;
	bottom: auto;
}

.sm-wrapper .sm-popup[data-sm-position*="bottom"] {
	top: auto;
	bottom: 0;
}

.sm-wrapper .sm-popup[data-sm-position="center"],
.sm-wrapper .sm-popup[data-sm-position="left"],
.sm-wrapper .sm-popup[data-sm-position="right"] {
	top: 0;
	bottom: 0;
}

/*
   Popup transitions
   ------------------------------ */

.sm-wrapper div[data-sm-animated="true"] {
	animation-iteration-count: 1;
	animation-timing-function: ease;
	animation-fill-mode: both;
	animation-direction: normal;
	backface-visibility: hidden;
	transform-style: preserve-3d;
}

/* ZoomIn */
.sm-wrapper.sm-active div[data-sm-effect="zoomIn"] {
	animation-name: sm-zoomIn;
}

.sm-wrapper div[data-sm-effect="zoomIn"] {
	animation-name: sm-zoomIn-out;
}

@keyframes sm-zoomIn {
	0% {
		opacity: 0;
		transform: scale(0.7);
	}

	100% {
		opacity: 1;
		transform: none;
	}
}

@keyframes sm-zoomIn-out {
	0% {
		opacity: 1;
		transform: none;
	}

	100% {
		opacity: 0;
		transform: scale(0.7);
	}
}

/* zoomOut */
.sm-wrapper.sm-active div[data-sm-effect="zoomOut"] {
	animation-name: sm-zoomOut;
}

.sm-wrapper div[data-sm-effect="zoomOut"] {
	animation-name: sm-zoomOut-out;
}

@keyframes sm-zoomOut {
	0% {
		opacity: 0;
		transform: scale(1.3);
	}

	100% {
		opacity: 1;
		transform: none;
	}
}

@keyframes sm-zoomOut-out {
	0% {
		opacity: 1;
		transform: none;
	}

	100% {
		opacity: 0;
		transform: scale(1.3);
	}
}

/* slideTop */
.sm-wrapper.sm-active div[data-sm-effect="slideTop"] {
	animation-name: sm-slideTop;
}

.sm-wrapper div[data-sm-effect="slideTop"] {
	animation-name: sm-slideTop-out;
}

@keyframes sm-slideTop {
	0% {
		opacity: 0;
		transform: translateY(-25%);
	}

	100% {
		opacity: 1;
		transform: none;
	}
}

@keyframes sm-slideTop-out {
	0% {
		opacity: 1;
		transform: none;
	}

	100% {
		opacity: 0;
		transform: translateY(-25%);
	}
}

/* slideBottom */
.sm-wrapper.sm-active div[data-sm-effect="slideBottom"] {
	animation-name: sm-slideBottom;
}

.sm-wrapper div[data-sm-effect="slideBottom"] {
	animation-name: sm-slideBottom-out;
}

@keyframes sm-slideBottom {
	0% {
		opacity: 0;
		transform: translateY(25%);
	}

	100% {
		opacity: 1;
		transform: none;
	}
}

@keyframes sm-slideBottom-out {
	0% {
		opacity: 1;
		transform: none;
	}

	100% {
		opacity: 0;
		transform: translateY(25%);
	}
}

/* slideRight */
.sm-wrapper.sm-active div[data-sm-effect="slideRight"] {
	animation-name: sm-slideRight;
}

.sm-wrapper div[data-sm-effect="slideRight"] {
	animation-name: sm-slideRight-out;
}

@keyframes sm-slideRight {
	0% {
		opacity: 0;
		transform: translateX(25%);
	}

	100% {
		opacity: 1;
		transform: none;
	}
}

@keyframes sm-slideRight-out {
	0% {
		opacity: 1;
		transform: none;
	}

	100% {
		opacity: 0;
		transform: translateX(25%);
	}
}

/* slideLeft */
.sm-wrapper.sm-active div[data-sm-effect="slideLeft"] {
	animation-name: sm-slideLeft;
}

.sm-wrapper div[data-sm-effect="slideLeft"] {
	animation-name: sm-slideLeft-out;
}

@keyframes sm-slideLeft {
	0% {
		opacity: 0;
		transform: translateX(-25%);
	}

	100% {
		opacity: 1;
		transform: none;
	}
}

@keyframes sm-slideLeft-out {
	0% {
		opacity: 1;
		transform: none;
	}

	100% {
		opacity: 0;
		transform: translateX(-25%);
	}
}

/* slideInTop */
.sm-wrapper.sm-active div[data-sm-effect="slideInTop"] {
	animation-name: sm-slideInTop;
}

.sm-wrapper div[data-sm-effect="slideInTop"] {
	animation-name: sm-slideInTop-out;
}

@keyframes sm-slideInTop {
	0% {
		opacity: 0;
		transform: scale(.8) translateY(-30%);
	}

	50% {
		opacity: 1;
		transform: scale(.8) translateY(0);
	}

	100% {
		opacity: 1;
		transform: none;
	}
}

@keyframes sm-slideInTop-out {
	0% {
		opacity: 1;
		transform: none;
	}

	50% {
		opacity: 1;
		transform: scale(.8) translateY(0);
	}

	100% {
		opacity: 0;
		transform: scale(.8) translateY(-30%);
	}
}

/* slideInBottom */
.sm-wrapper.sm-active div[data-sm-effect="slideInBottom"] {
	animation-name: sm-slideInBottom;
}

.sm-wrapper div[data-sm-effect="slideInBottom"] {
	animation-name: sm-slideInBottom-out;
}

@keyframes sm-slideInBottom {
	0% {
		opacity: 0;
		transform: scale(.8) translateY(30%);
	}

	50% {
		opacity: 1;
		transform: scale(.8) translateY(0);
	}

	100% {
		opacity: 1;
		transform: none;
	}
}

@keyframes sm-slideInBottom-out {
	0% {
		opacity: 1;
		transform: none;
	}

	50% {
		opacity: 1;
		transform: scale(.8) translateY(0);
	}

	100% {
		opacity: 0;
		transform: scale(.8) translateY(30%);
	}
}

/* slideInRight */
.sm-wrapper.sm-active div[data-sm-effect="slideInRight"] {
	animation-name: sm-slideInRight;
}

.sm-wrapper div[data-sm-effect="slideInRight"] {
	animation-name: sm-slideInRight-out;
}

@keyframes sm-slideInRight {
	0% {
		opacity: 0;
		transform: scale(.8) translateX(30%);
	}

	50% {
		opacity: 1;
		transform: scale(.8) translateX(0);
	}

	100% {
		opacity: 1;
		transform: none;
	}
}

@keyframes sm-slideInRight-out {
	0% {
		opacity: 1;
		transform: none;
	}

	50% {
		opacity: 1;
		transform: scale(.8) translateX(0);
	}

	100% {
		opacity: 0;
		transform: scale(.8) translateX(30%);
	}
}

/* slideInLeft */
.sm-wrapper.sm-active div[data-sm-effect="slideInLeft"] {
	animation-name: sm-slideInLeft;
}

.sm-wrapper div[data-sm-effect="slideInLeft"] {
	animation-name: sm-slideInLeft-out;
}

@keyframes sm-slideInLeft {
	0% {
		opacity: 0;
		transform: scale(.8) translateX(-30%);
	}

	50% {
		opacity: 1;
		transform: scale(.8) translateX(0);
	}

	100% {
		opacity: 1;
		transform: none;
	}
}

@keyframes sm-slideInLeft-out {
	0% {
		opacity: 1;
		transform: none;
	}

	50% {
		opacity: 1;
		transform: scale(.8) translateX(0);
	}

	100% {
		opacity: 0;
		transform: scale(.8) translateX(-30%);
	}
}

/* rotateIn */
.sm-wrapper.sm-active div[data-sm-effect="rotateIn"] {
	animation-name: sm-rotateIn;
}

.sm-wrapper div[data-sm-effect="rotateIn"] {
	animation-name: sm-rotateIn-out;
}

@keyframes sm-rotateIn {
	0% {
		opacity: 0;
		transform: rotate(720deg) scale(0.5);
	}

	100% {
		opacity: 1;
		transform: none;
	}
}

@keyframes sm-rotateIn-out {
	0% {
		opacity: 1;
		transform: none;
	}

	100% {
		opacity: 0;
		transform: rotate(720deg) scale(0.5);
	}
}

/* rotateOut */
.sm-wrapper.sm-active div[data-sm-effect="rotateOut"] {
	animation-name: sm-rotateOut;
}

.sm-wrapper div[data-sm-effect="rotateOut"] {
	animation-name: sm-rotateOut-out;
}

@keyframes sm-rotateOut {
	0% {
		opacity: 0;
		transform: rotate(720deg) scale(1.4);
	}

	100% {
		opacity: 1;
		transform: none;
	}
}

@keyframes sm-rotateOut-out {
	0% {
		opacity: 1;
		transform: none;
	}

	100% {
		opacity: 0;
		transform: rotate(720deg) scale(1.4);
	}
}

/* flipInX */
.sm-wrapper.sm-active div[data-sm-effect="flipInX"] {
	animation-name: sm-flipInX;
}

.sm-wrapper div[data-sm-effect="flipInX"] {
	animation-name: sm-flipInX-out;
}

@keyframes sm-flipInX {
	0% {
		opacity: 0;
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transition-timing-function: ease-in;
	}

	40% {
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transition-timing-function: ease-in;
	}

	60% {
		opacity: 1;
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
	}

	80% {
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
	}

	100% {
		transform: perspective(400px);
	}
}

@keyframes sm-flipInX-out {
	0% {
		transform: perspective(400px);
	}

	20% {
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
	}

	40% {
		opacity: 1;
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
	}

	60% {
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transition-timing-function: ease-in;
	}

	100% {
		opacity: 0;
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transition-timing-function: ease-in;
	}
}

/* flipInY */
.sm-wrapper.sm-active div[data-sm-effect="flipInY"] {
	animation-name: sm-flipInY;
}

.sm-wrapper div[data-sm-effect="flipInY"] {
	animation-name: sm-flipInY-out;
}

@keyframes sm-flipInY {
	0% {
		opacity: 0;
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transition-timing-function: ease-in;
	}

	40% {
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		transition-timing-function: ease-in;
	}

	60% {
		opacity: 1;
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
	}

	80% {
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
	}

	100% {
		transform: perspective(400px);
	}
}

@keyframes sm-flipInY-out {
	0% {
		transform: perspective(400px);
	}

	20% {
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
	}

	40% {
		opacity: 1;
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
	}

	60% {
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		transition-timing-function: ease-in;
	}

	100% {
		opacity: 0;
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transition-timing-function: ease-in;
	}
}

/* swingTop */
.sm-wrapper.sm-active div[data-sm-effect="swingTop"] {
	animation-name: sm-swingTop;
}

.sm-wrapper div[data-sm-effect="swingTop"] {
	animation-name: sm-swingTop-out;
	transform-origin: top center;
}

@keyframes sm-swingTop {
	0% {
		opacity: 0;
		transform: perspective(300px) rotateX(-90deg);
	}

	100% {
		opacity: 1;
		transform: none;
	}
}

@keyframes sm-swingTop-out {
	0% {
		opacity: 1;
		transform: none;
	}

	100% {
		opacity: 0;
		transform: perspective(300px) rotateX(-90deg);
	}
}

/* swingBottom */
.sm-wrapper.sm-active div[data-sm-effect="swingBottom"] {
	animation-name: sm-swingBottom;
}

.sm-wrapper div[data-sm-effect="swingBottom"] {
	animation-name: sm-swingBottom-out;
	transform-origin: bottom center;
}

@keyframes sm-swingBottom {
	0% {
		opacity: 0;
		transform: perspective(300px) rotateX(90deg);
	}

	100% {
		opacity: 1;
		transform: none;
	}
}

@keyframes sm-swingBottom-out {
	0% {
		opacity: 1;
		transform: none;
	}

	100% {
		opacity: 0;
		transform: perspective(300px) rotateX(90deg);
	}
}

/* swingRight */
.sm-wrapper.sm-active div[data-sm-effect="swingRight"] {
	animation-name: sm-swingRight;
}

.sm-wrapper div[data-sm-effect="swingRight"] {
	animation-name: sm-swingRight-out;
	transform-origin: center right;
}

@keyframes sm-swingRight {
	0% {
		opacity: 0;
		transform: perspective(200px) rotateY(-90deg);
	}

	100% {
		opacity: 1;
		transform: none;
	}
}

@keyframes sm-swingRight-out {
	0% {
		opacity: 1;
		transform: none;
	}

	100% {
		opacity: 0;
		transform: perspective(200px) rotateY(-90deg);
	}
}

/* swingLeft */
.sm-wrapper.sm-active div[data-sm-effect="swingLeft"] {
	animation-name: sm-swingLeft;
}

.sm-wrapper div[data-sm-effect="swingLeft"] {
	animation-name: sm-swingLeft-out;
	transform-origin: center left;
}

@keyframes sm-swingLeft {
	0% {
		opacity: 0;
		transform: perspective(200px) rotateY(90deg);
	}

	100% {
		opacity: 1;
		transform: none;
	}
}

@keyframes sm-swingLeft-out {
	0% {
		opacity: 1;
		transform: none;
	}

	100% {
		opacity: 0;
		transform: perspective(200px) rotateY(90deg);
	}
}

/* Flash */
.sm-wrapper.sm-active div[data-sm-effect="flash"] {
	animation-name: sm-flash;
}

@keyframes sm-flash {
	0%, 40%, 80% {
		opacity: 0;
	}

	20%, 60%, 100% {
		opacity: 1;
	}
}

/* Pulse */
.sm-wrapper.sm-active div[data-sm-effect="pulse"] {
	animation-name: sm-pulse;
}

@keyframes sm-pulse {
	0% {
		opacity: 0;
	}

	25% {
		opacity: 1;
	}

	25%, 75% {
		transform: scale(1.05);
	}

	0%, 50%, 100% {
		transform: none;
	}
}

/* RubberBand */
.sm-wrapper.sm-active div[data-sm-effect="rubberBand"] {
	animation-name: sm-rubberBand;
}

@keyframes sm-rubberBand {
	0% {
		opacity: 0;
		transform: scale3d(1, 1, 1);
	}

	30% {
		opacity: 1;
		transform: scale3d(1.25, 0.75, 1);
	}

	40% {
		transform: scale3d(0.75, 1.25, 1);
	}

	50% {
		transform: scale3d(1.15, 0.85, 1);
	}

	65% {
		transform: scale3d(.95, 1.05, 1);
	}

	75% {
		transform: scale3d(1.05, .95, 1);
	}

	100% {
		transform: scale3d(1, 1, 1);
	}
}

/* Shake */
.sm-wrapper.sm-active div[data-sm-effect="shake"] {
	animation-name: sm-shake;
}

@keyframes sm-shake {
	0% {
		opacity: 0;
	}

	10% {
		opacity: 1;
	}

	0%, 100% {
		transform: translate3d(0, 0, 0);
	}

	10%, 30%, 50%, 70%, 90% {
		transform: translate3d(-10px, 0, 0);
	}

	20%, 40%, 60%, 80% {
		transform: translate3d(10px, 0, 0);
	}
}

/* Swing */
.sm-wrapper.sm-active div[data-sm-effect="swing"] {
	animation-name: sm-swing;
	transform-origin: top center;
}

@keyframes sm-swing {
	0% {
		opacity: 0;
	}

	20% {
		opacity: 1;
		transform: rotate3d(0, 0, 1, 15deg);
	}

	40% {
		transform: rotate3d(0, 0, 1, -10deg);
	}

	60% {
		transform: rotate3d(0, 0, 1, 5deg);
	}

	80% {
		transform: rotate3d(0, 0, 1, -5deg);
	}

	100% {
		transform: rotate3d(0, 0, 1, 0deg);
	}
}

/* Tada */
.sm-wrapper.sm-active div[data-sm-effect="tada"] {
	animation-name: sm-tada;
}

@keyframes sm-tada {
	0% {
		opacity: 0;
		transform: scale3d(1, 1, 1);
	}

	10% {
		opacity: 1;
	}

	10%, 20% {
		transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
	}

	30%, 50%, 70%, 90% {
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
	}

	40%, 60%, 80% {
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
	}

	100% {
		transform: scale3d(1, 1, 1);
	}
}

/* wobble */
.sm-wrapper.sm-active div[data-sm-effect="wobble"] {
	animation-name: sm-wobble;
}

@keyframes sm-wobble {
	0% {
		opacity: 0;
		transform: none;
	}

	15% {
		opacity: 1;
		transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
	}

	30% {
		transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
	}

	45% {
		transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
	}

	60% {
		transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
	}

	75% {
		transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
	}

	100% {
		transform: none;
	}
}

/* Bounce */
.sm-wrapper.sm-active div[data-sm-effect="bounce"] {
	animation-name: sm-bounce;
	transform-origin: center bottom;
}

@keyframes sm-bounce {
	0% {
		opacity: 0;
	}

	20% {
		opacity: 1;
	}

	0%, 20%, 53%, 80%, 100% {
		transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		transform: translate3d(0,0,0);
	}

	40%, 43% {
		transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		transform: translate3d(0, -30px, 0);
	}

	70% {
		transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		transform: translate3d(0, -15px, 0);
	}

	90% {
		transform: translate3d(0,-4px,0);
	}
}

/* BounceIn */
.sm-wrapper.sm-active div[data-sm-effect="bounceIn"] {
	animation-name: sm-bounceIn;
}

@keyframes sm-bounceIn {
	0%, 20%, 40%, 60%, 80%, 100% {
		transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}

	0% {
		opacity: 0;
		transform: scale3d(.3, .3, .3);
	}

	20% {
		transform: scale3d(1.1, 1.1, 1.1);
	}

	40% {
		transform: scale3d(.9, .9, .9);
	}

	60% {
		opacity: 1;
		transform: scale3d(1.03, 1.03, 1.03);
	}

	80% {
		transform: scale3d(.97, .97, .97);
	}

	100% {
		opacity: 1;
		transform: scale3d(1, 1, 1);
	}
}

/* BounceInUp */
.sm-wrapper.sm-active div[data-sm-effect="bounceInUp"] {
	animation-name: sm-bounceInUp;
}

@keyframes sm-bounceInUp {
	0%, 60%, 75%, 90%, 100% {
		transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}

	0% {
		opacity: 0;
		transform: translate3d(0, 3000px, 0);
	}

	60% {
		opacity: 1;
		transform: translate3d(0, -20px, 0);
	}

	75% {
		transform: translate3d(0, 10px, 0);
	}

	90% {
		transform: translate3d(0, -5px, 0);
	}

	100% {
		transform: translate3d(0, 0, 0);
	}
}

/* BounceInDown */
.sm-wrapper.sm-active div[data-sm-effect="bounceInDown"] {
	animation-name: sm-bounceInDown;
}

@keyframes sm-bounceInDown {
	0%, 60%, 75%, 90%, 100% {
		transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}

	0% {
		opacity: 0;
		transform: translate3d(0, -3000px, 0);
	}

	60% {
		opacity: 1;
		transform: translate3d(0, 25px, 0);
	}

	75% {
		transform: translate3d(0, -10px, 0);
	}

	90% {
		transform: translate3d(0, 5px, 0);
	}

	100% {
		transform: none;
	}
}

/* BounceInRight */
.sm-wrapper.sm-active div[data-sm-effect="bounceInRight"] {
	animation-name: sm-bounceInRight;
}

@keyframes sm-bounceInRight {
	0%, 60%, 75%, 90%, 100% {
		transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}

	0% {
		opacity: 0;
		transform: translate3d(3000px, 0, 0);
	}

	60% {
		opacity: 1;
		transform: translate3d(-25px, 0, 0);
	}

	75% {
		transform: translate3d(10px, 0, 0);
	}

	90% {
		transform: translate3d(-5px, 0, 0);
	}

	100% {
		transform: none;
	}
}

/* BounceInLeft */
.sm-wrapper.sm-active div[data-sm-effect="bounceInLeft"] {
	animation-name: sm-bounceInLeft;
}

@keyframes sm-bounceInLeft {
	0%, 60%, 75%, 90%, 100% {
		transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}

	0% {
		opacity: 0;
		transform: translate3d(-3000px, 0, 0);
	}

	60% {
		opacity: 1;
		transform: translate3d(25px, 0, 0);
	}

	75% {
		transform: translate3d(-10px, 0, 0);
	}

	90% {
		transform: translate3d(5px, 0, 0);
	}

	100% {
		transform: none;
	}
}

/* unFold */
.sm-wrapper.sm-active div[data-sm-effect="unFold"] {
	animation-name: sm-unFold;
}

.sm-wrapper div[data-sm-effect="unFold"] {
	animation-name: sm-unFold-out;
}

@keyframes sm-unFold {
	0% {
		transform: scaleY(.01) scaleX(0);
	}

	50% {
		transform: scaleY(.01) scaleX(1);
	}

	100% {
		transform: scaleY(1) scaleX(1);
	}
}

@keyframes sm-unFold-out {
	0% {
		transform: scaleY(1) scaleX(1);
	}

	50% {
		transform: scaleY(.01) scaleX(1);
	}

	100% {
		transform: scaleY(.01) scaleX(0);
	}
}

/* flowIn */
.sm-wrapper.sm-active div[data-sm-effect="flowIn"] {
	animation-name: sm-flowIn;
}

.sm-wrapper div[data-sm-effect="flowIn"] {
	animation-name: sm-flowIn-out;
}

@keyframes sm-flowIn {
	0% {
		opacity: 0;
		border-radius: 200px;
		transform: scale(0.6);
	}

	50% {
		opacity: 1;
	}

	100% {
		transform: scale(1);
	}
}

@keyframes sm-flowIn-out {
	0% {
		transform: scale(1);
	}

	50% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		border-radius: 200px;
		transform: scale(0.6);
	}
}

/* fadeIn */
.sm-wrapper.sm-active div[data-sm-effect="fadeIn"] {
	animation-name: sm-fadeIn;
}

@keyframes sm-fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

/* fadeOut (used for effects which don't have a specific backwards transition defined) */
.sm-wrapper div[data-sm-effect="fadeIn"],
.sm-wrapper div[data-sm-effect="flash"],
.sm-wrapper div[data-sm-effect="pulse"],
.sm-wrapper div[data-sm-effect="rubberBand"],
.sm-wrapper div[data-sm-effect="shake"],
.sm-wrapper div[data-sm-effect="swing"],
.sm-wrapper div[data-sm-effect="tada"],
.sm-wrapper div[data-sm-effect="wobble"],
.sm-wrapper div[data-sm-effect*="bounce"] {
	animation-name: sm-fadeIn-out;
}

@keyframes sm-fadeIn-out {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

/*
   Close buttons
   ------------------------------ */

/* Basic */
.sm-wrapper .sm-button {
	position: absolute;
	z-index: 999;
}

	.sm-wrapper .sm-button,
	.sm-wrapper .sm-button:before,
	.sm-wrapper .sm-button:after {
		transition: all .1s ease;
	}

		.sm-wrapper .sm-button[data-sm-button-align="right"][data-sm-button-place="inside"] {
			right: 12px;
		}

		.sm-wrapper .sm-button[data-sm-button-align="right"][data-sm-button-place="outside"] {
			right: 0;
		}

		.sm-wrapper .sm-button[data-sm-button-align="left"][data-sm-button-place="inside"] {
			left: 12px;
		}

		.sm-wrapper .sm-button[data-sm-button-align="left"][data-sm-button-place="outside"] {
			left: 0;
		}

		.sm-wrapper .sm-button[data-sm-button-place="inside"] {
			top: 12px;
		}

		.sm-wrapper .sm-button[data-sm-button-place="outside"] {
			top: -28px;
		}

		/* Common */
		.sm-wrapper .sm-button[data-sm-button-style*="cancel"] {
			width: 24px;
			height: 24px;
		}

			.sm-wrapper .sm-button[data-sm-button-style*="cancel"][data-sm-button-place="outside"] {
				margin-top: -6px;
			}

			.sm-wrapper .sm-button[data-sm-button-style*="cancel"]:before,
			.sm-wrapper .sm-button[data-sm-button-style*="cancel"]:after {
				content: '';
				position: absolute;
				top: 0;
				right: 0;
				bottom: 0;
				left: 0;
				width: 80%;
				height: 2px;
				margin: auto;
				transform-origin: center;
			}

			.sm-wrapper .sm-button[data-sm-button-style*="cancel"]:before {
				transform: rotate(45deg);
			}

			.sm-wrapper .sm-button[data-sm-button-style*="cancel"]:after {
				transform: rotate(-45deg);
			}

		.sm-wrapper .sm-button[data-sm-button-style*="cancel simple"][data-sm-button-place="inside"]:before,
		.sm-wrapper .sm-button[data-sm-button-style*="cancel simple"][data-sm-button-place="inside"]:after,
		.sm-wrapper .sm-button:not([data-sm-button-style*="simple"])[data-sm-button-style*="cancel"][data-sm-button-place="inside"],
		.sm-wrapper .sm-button:not([data-sm-button-style*="simple"])[data-sm-button-style*="cancel"][data-sm-button-place="outside"]:before,
		.sm-wrapper .sm-button:not([data-sm-button-style*="simple"])[data-sm-button-style*="cancel"][data-sm-button-place="outside"]:after {
			background: #111;
		}

			.sm-wrapper .sm-button[data-sm-button-style*="cancel simple"][data-sm-button-place="outside"]:before,
			.sm-wrapper .sm-button[data-sm-button-style*="cancel simple"][data-sm-button-place="outside"]:after,
			.sm-wrapper .sm-button:not([data-sm-button-style*="simple"])[data-sm-button-style*="cancel"][data-sm-button-place="outside"],
			.sm-wrapper .sm-button:not([data-sm-button-style*="simple"])[data-sm-button-style*="cancel"][data-sm-button-place="inside"]:before,
			.sm-wrapper .sm-button:not([data-sm-button-style*="simple"])[data-sm-button-style*="cancel"][data-sm-button-place="inside"]:after {
				background: #fff;
			}

		.sm-wrapper .sm-button:not([data-sm-button-style*="label"]) {
			opacity: .5;
		}

			.sm-wrapper .sm-button:not([data-sm-button-style*="label"]):hover {
				opacity: 1;
			}

		.sm-wrapper .sm-button[data-sm-button-style*="text"]:after {
			content: attr(data-sm-button-text);
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-weight: bold;
			text-transform: uppercase;
		}

		/* Circle */
		.sm-wrapper .sm-button[data-sm-button-style*="circle"] {
			border-radius: 50%;
		}

		/* Text */
		.sm-wrapper .sm-button[data-sm-button-style*="text simple"] {
			font-size: 11px;
		}

			.sm-wrapper .sm-button[data-sm-button-style*="text simple"][data-sm-button-place="inside"]:after {
				color: #111;
			}

			.sm-wrapper .sm-button[data-sm-button-style*="text simple"][data-sm-button-place="outside"]:after {
				color: #fff;
			}

		/* Label */
		.sm-wrapper .sm-button[data-sm-button-style*="label"] {
			font-size: 9px;
			color: #fff;
			padding: 6px 12px;
			background: #111;
			background: linear-gradient(to right, #cc3434 50%, #111 50%);
			background-size: 200% 100%;
			background-position: right bottom;
		}

			.sm-wrapper .sm-button[data-sm-button-style*="label"]:hover {
				background-position: left bottom;
			}

/* Slick Modals - Alert 3 */
.alert * {
	text-align: center;
	color: #000;
}

.alert .title {
	font-size: 1.250em;
	padding: 30px 20px 0 20px;
	font-weight: 700;
}

.alert p {
	font-size: 1.00em;
	line-height: 22px;
	padding: 20px 20px 20px 20px;
	/*opacity: 0.7;*/
}


.alert a.Button {
	margin: 0 0 0 0;
	padding: 6px 8px;
	background: #2a5db0;
	color: #fff;
	text-align: center;
	font-style: normal;
	text-decoration: none;
	transition: opacity 0.5s;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s;
	transition: all ease 0.5s;
	border-radius: 3px;
}

.alert a:hover.Button {
	/*background: #0e76bc;
                    color: #fff;*/
	background-color: #eb6f4f;
	color: #fff;
	border: 1px solid #eb6f4f;
	-webkit-transition: all ease 0.7s;
	-moz-transition: all ease 0.7s;
	-o-transition: all ease 0.7s;
	-ms-transition: all ease 0.7s;
	transition: all ease 0.5s;
	text-decoration: none !important;
}




.alert .action {
	/*float: left;*/
	width: 100%;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	padding: 16px;
	cursor: pointer;
	transition: all 0.1s ease;
}

	.alert .action.yes {
		background: #45bba1;
	}

	.alert .action.no {
		background: #333;
	}

	.alert .action.yes:hover {
		background: #369d86;
	}

	.alert .action.no:hover {
		background: #666;
	}




/******************************************************
*  CONTACT US to schedule your consultation today!
******************************************************/
.RadInput_ContactUs,
.RadInputMgr_ContactUs {
    /*font: 12px "segoe ui",arial,sans-serif;*/
    width: 100% !important;


}

html body .RadInput_ContactUs .riTextBox,
html body .RadInputMgr_Default {
    border-color: #538e03;
    color: #58585a;
    background-color: #f6f6f5;
    /*font: 12px "segoe ui",arial,sans-serif;*/
    border: 1px solid #cadb37;
    text-transform: uppercase;
    font-size: 1.000em;
    height: auto !important;
}

html body .RadInput_ContactUs .riEmpty,
html body .RadInput_Empty_Default {
    text-align: left;
    font-style: normal !important;
}


html body .RadInput_ContactUs .riHover,
html body .RadInput_Hover_Default {
}

html body .RadInput_ContactUs .riFocused,
html body .RadInput_Focused_Default {
    text-transform: none !important;
}

html body .RadInput_ContactUs .riRead,
html body .RadInput_Read_Default {
}

html body .RadInput_ContactUs .riDisabled,
html body .RadInput_Disabled_Default {
    cursor: default;
}

html body .RadInput_ContactUs .riError,
html body .RadInput_Error_Default {
    /*background: white 100% -298px no-repeat url('Input/sprite.gif');*/
    color: #f00;
}

.RadForm.rfdTextbox .RadInput_ContactUs .riError[type="text"],
.RadForm.rfdTextbox .RadInput_Error_Default[type="text"] {
    /*background: white 100% -298px no-repeat url('Input/sprite.gif');*/
    color: #f00;
}

html body .RadInput_ContactUs .riNegative,
html body .RadInput_Negative_Default {
}

.RadInput_ContactUs a {
    /*background: transparent no-repeat url('Input/sprite.gif');*/
}

.RadInput_ContactUs .riBtn a {
    width: 20px;
    height: 18px;
    line-height: 18px;
    background-position: 3px 5px;
}

    .RadInput_ContactUs .riBtn a:hover {
        background-position: 3px -45px;
    }

.RadInput_ContactUs .riSpin a {
    width: 15px;
    height: 7px;
    line-height: 7px;
}

.RadInput_ContactUs a.riUp {
    background-position: 4px -98px;
}

    .RadInput_ContactUs a.riUp:hover {
        background-position: 4px -148px;
    }

.RadInput_ContactUs a.riDown {
    background-position: 4px -199px;
}

    .RadInput_ContactUs a.riDown:hover {
        background-position: 4px -249px;
    }

.RadInput_ContactUs .riLabel {
    color: #000;
}

.RadInput_ContactUs .riResizeIcon {
    background: url('Common/radActionsSprite.png') no-repeat transparent;
    background-position: -6.5px -966.5px;
    margin-bottom: -1px;
}

html body .RadInputRTL_Default .riError,
html body .RadInputRTL_Error_Default {
    background-position: 3px -298px;
}

html body .RadInputRTL_Default .riResizeIcon {
    background-position: -6.5px -986.5px;
}

.RadForm.rfdTextbox .RadInputRTL_Default .riError[type="text"],
.RadForm.rfdTextbox .RadInputRTL_Error_Default[type="text"] {
    background-position: 3px -298px;
}


@media only screen and (min-width: 741px) {
    .RadInput_ContactUs,
    .RadInputMgr_ContactUs {
        /*font: 12px "segoe ui",arial,sans-serif;*/
        width: 98% !important;
    }
}



/******************************************************
*   CONTACT US to schedule your consultation today!
******************************************************/

.RadButton_ContactUs {
    /*font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    font-size: 12px;*/
}

    .RadButton_ContactUs.rbSkinnedButton, .RadButton_ContactUs.rbVerticalButton,
    .RadButton_ContactUs .rbDecorated,
    .RadButton_ContactUs .rbSplitRight,
    .RadButton_ContactUs .rbSplitLeft {
        /*background-image: url('Common/radFormSprite.png');*/
        background-color: #538e03 !important;
        text-transform: uppercase !important;
        color: #fff;
        font-weight: 700;
        font-size: 1.125em;
        border: 2px solid #94c21f;
        height: auto !important;
        padding: 5px;
    }

    .RadButton_ContactUs .rbToggleCheckbox,
    .RadButton_ContactUs .rbToggleCheckboxChecked,
    .RadButton_ContactUs .rbToggleCheckboxFilled,
    .RadButton_ContactUs .rbToggleRadio,
    .RadButton_ContactUs .rbToggleRadioChecked {
        /*background-image: url('Common/radFormSprite.png');*/
    }

    .RadButton_ContactUs.rbToggleButton, .RadButton_ContactUs.rbToggleButton.rbDisabled:hover {
        color: #333333;
    }

        .RadButton_ContactUs.rbToggleButton:hover {
            color: #000000;
        }

    .RadButton_ContactUs.rbLinkButton, .RadButton_ContactUs.rbLinkButton.rbDisabled, .RadButton_ContactUs.rbLinkButton.rbDisabled:hover, .RadButton_ContactUs.rbLinkButton.rbDisabled:active, .RadButton_ContactUs.rbLinkButton.rbDisabled:focus {
        border-color: #b3b3b3;
        color: #333333;
        background-color: #fff;
        background-image: linear-gradient(white, #e6e6e6);
        background-position: 0 0;
    }

        .RadButton_ContactUs.rbLinkButton:hover {
            border-color: darkgray;
            color: #000000;
            background-color: #c2c2c2;
            background-image: linear-gradient(gainsboro, #c2c2c2);
        }

        .RadButton_ContactUs.rbLinkButton:active, .RadButton_ContactUs.rbLinkButton:focus, .RadButton_ContactUs.rbLinkButtonChecked, .RadButton_ContactUs.rbLinkButtonChecked:hover {
            border-color: #676767;
            color: #ffffff;
            background-color: #808080;
            background-image: linear-gradient(#9a9a9a, #808080);
        }

        .RadButton_ContactUs.rbLinkButton:hover .rbSplitLeft,
        .RadButton_ContactUs.rbLinkButton:hover .rbSplitRight {
            background-color: #e6e6e6;
        }

        .RadButton_ContactUs.rbLinkButton .rbSplitLeft:hover,
        .RadButton_ContactUs.rbLinkButton .rbSplitRight:hover {
            background-color: #c2c2c2;
        }

        .RadButton_ContactUs.rbLinkButton .rbSplitLeft:active,
        .RadButton_ContactUs.rbLinkButton .rbSplitLeft:focus,
        .RadButton_ContactUs.rbLinkButton .rbSplitRight:active,
        .RadButton_ContactUs.rbLinkButton .rbSplitRight:focus {
            background-color: #808080;
            border-color: #676767;
        }


 /* Health Library */
   

    section #EIT_abody {
    
        /*font-size:1em;
        color:#000;
        padding:0px;
        background-color:#FFFFFF;*/

        }

    section #EIT_abody p
    {
    /*margin:4px 0px 2px 0px;*/
    line-height: 1.5em !important;
    margin: 5px 0 5px 0 !important;
    }

    section #EIT_abody div 
    {
    /*margin:4px 0px 2px 0px;*/
    line-height: 1.5em !important;
    margin: 5px 0 5px 0 !important;
    }

    section #EIT_abody a
    {
    /*text-decoration:none;
    color:#3388BB;*/
    }

    section #EIT_abody a:hover 
    {
    /*text-decoration:underline;*/
    }

    section #EIT_abody li
    {
    /*margin:2px 0px 1px 0px;*/ 
    }

    section #EIT_abody ul li ul li
    {
        font-size: 1.063em !important;
    }

    section #EIT_abody h1 {
    font-family: 'PT Sans' sans-serif;
    /*font-size:1.4em;
    color:#444444;*/
    }

    section #EIT_abody table 
    {
    padding:0px;
    margin:0px;
    }

    section #EIT_abody tr 
    {
    }

    section #EIT_abody td
    {
    padding:0px;
    }

    section #EIT_abody embed {

    }

    section #EIT_abody .nutritionTable td
    {
    border:solid 1px #858585;
    padding:3px;
    }

    section #EIT_abody .preparationTable td
    {
    border:solid 1px #858585;
    padding:3px;
    }

    

    section #EIT_abody h2 {
    /*color:#000;
    font-size:12pt;
    font-weight:600;*/
    font-weight: bold;
    margin: 20px 0 0 0 !important;
    }

    section #EIT_abody h3 {
    /*color:#444444;
    font-size:11pt;
    font-weight:600;*/ 
    }

    /*Figures Images*/
    section #EIT_abody .figure {
    border:solid 1px #858585;
    margin: 0 0 10px 0 !important;
    }

    section #EIT_abody table.figure tr td {
    
    }

        section #EIT_abody #definition tr td {
            border-top:solid 1px #858585;
        }

    section #EIT_abody tr.title td {
    padding:2px;
    background-color:#F4F4F4;
    font-weight:600;
    color:#000000;
    font-size:0.938em;
    
    border-bottom:solid 1px #858585;
    padding: 2px 0 2px 2px !important;
    }

    section #EIT_abody tr.credit td {
        border-top:solid 1px #858585;
        font-weight:400;
        color:#000;
        font-size:0.750em;
        padding: 0 0 0 5px;
        background-color:#F4F4F4;
        }

    section #EIT_abody #AZ_conditions h1 {

    font-size:0.750em;
    font-weight:bold;
    color:#777777;
    }

    section #EIT_abody #AZ_conditions a {

    font-size:0.750em;
    padding:2px;
    position:relative;
    }


        section #EIT_abody #localIndexNav {
            border-top: 1px solid #e1e1e1;
            border-bottom: 1px solid #e1e1e1;
            margin: 5px 0 5px 0;
        }

    section #EIT_abody #localIndexNav a {
        margin: 0 5px 0 5px;
    }

    section #EIT_abody .eit_section {
    position:relative;
    padding:0px;
    margin:8px 0px 8px 0px;
    }

    section #EIT_abody .eit_section img {
        float: left !important;
        margin: 0 5px 5px 0 !important;
    }

    section #EIT_abody .eit_section  h2 {
    position:relative;
    display:block;
    margin:4px 0px 0px 0px;
    font-size:1.2em;
    }

    section #EIT_abody .eit_secsec {
    position:relative;
    padding:0px;
    margin:8px 0px 4px 0px;
    
    }



    section #EIT_abody .eit_secsec h3 {
    margin:5px 0px 3px 0px;
    }

    section #EIT_abody .eit_secsec div {
    position:relative;
    padding:0px;
    margin:0px;

    line-height: 1.5em !important

    }

    section #EIT_abody .eit_author {
    font-style:italic;
    }

    section .eit_blist {
    margin:4px 0px 2px 0px; 
    padding:0px;
    }

    section .eit_ref {
    border-top:solid 1px #DDDDDD;
    margin:16px 0px 2px 0px;
    word-break:break-all;
    font-size: 0.875em !important;
    }

    section .eit_ref h3 {
    margin:0px 0px 2px 0px;
    padding:4px 0px 0px 0px;
    }

    section #EIT_footer 
    {
    margin-top:24px;
    color:#555555;
    border-top:solid 1px #999999;

    }
    
    section #EIT_disclaimer 
    {
    font-size: 0.875em !important;
    }

    section #EIT_disclaimer p
    {
    font-size: 0.875em !important;
    line-height: 0.938em !important;
    }

    section #EIT_URACDeclaration
    {
    font-size: 0.875em !important;
    line-height: 0.938em !important;
    }
    
    section #EIT_editorialItems 
    {
    border-top:solid 1px #999999;
    font-size:80%;
    text-align:center;
    }

    section #EIT_copyright
    {
    font-size: 0.875em !important;
    }

    section #EIT_abody .date {
    font-size: 0.875em !important;
    color:#444444;
    text-transform:uppercase;
    font-weight:bold;
    }


    section #EIT_abody #definition td {
    padding-top:4px;
    padding-bottom:4px;
    }

   

    section #LEGAL p {
        font-size: 0.875em;
        font-weight: bold !important;
        line-height: 0.938em !important;
    }

