.lvs-button-activate
{
    position: absolute;
	display:block;
	right:0px;
	top:20px;
    width: auto;
    height: 40px;
    margin-left: 20px;
    cursor: pointer;
    text-align: center;
    border-radius: 4px;
    line-height: 40px;
    padding-right: 20px;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif !important;
    border: 1px solid transparent;
}

.lvs-button-activate:before
{
    font-family: 'FontAwesome';
    font-size: 26px;
    line-height: 40px;
    content: '\f2a8';
    color: #555;
    display: block;
    float: left;
    padding: 0 20px;
}

.lvs-active .lvs-button-activate
{
    position: relative;
    float: none;
    margin: 0 auto;
    color: #555;
    display: block;
    width: 214px;
    margin-bottom: 30px;
    color: #000 !important;
    border: 1px solid #000;
}

.lvs-active .lvs-button-activate:before
{
    content: '\f06e';
}

.lvs-panel-container
{
    /*padding: 10px 0;*/
    padding: 10px 0 4px 0;
    box-shadow: 0 0 3px #999;
    /*transition: all 0.5s;*/
    /*height: 50px;*/
    overflow: hidden;
    z-index:50;
    position: relative;
}

#lvs-options-hidden 
{
    height: 0;
    overflow: hidden;
}

/*#lvs-options-hidden.lvs-options
{
    margin-top: 0;
    margin-bottom: 0;
}*/

/*.lvs-panel-container.opened
{
    height: 168px;
}*/

.lvs-panel-container.opened #lvs-options-hidden
{
    height: auto;
    margin-top: 20px;
}

.lvs-panel
{
    color: #555;
    margin: auto;
    /*max-width: 1116px;*/
    max-width: 1210px;
    text-align: center;
}

.lvs-options
{
    /*margin: 4px 20px 10px 20px;*/
    margin: 0 20px 10px 20px;
    display: inline-block;
}

.lvs-options :last-child
{
	margin-right: 0;
}

.lvs-label
{
    font-family: sans-serif;
    line-height: 40px;
    float: left;
    margin-right: 16px;
    font-size: 14px;
    letter-spacing: 0;
}

.lvs-button
{
    line-height: 40px;
    float: left;
    width: auto;
    min-width: 40px;
    height: 40px;
    margin-right: 10px;
    cursor: pointer;
    text-align: center;
    border-radius: 4px;
    background-color: #f0f0f0;
    border: 1px solid #888;
    font-family: sans-serif;
    letter-spacing: 0;
    font-size: 14px;
}

#lvs-button-font-size-1
{
    font-size: 14px;
}

#lvs-button-font-size-2
{
    font-size: 18px;
}

#lvs-button-font-size-3
{
    font-size: 22px;
}

.lvs-button-theme
{
	font-size: 18px;
}

#lvs-button-theme-1
{
    background-color: #fff;
    color: #000;
}

#lvs-button-theme-2
{
    border-color: #fff;
    background-color: #000;
    color: #fff;
}

#lvs-button-theme-3
{
    background-color: #9dd1ff;
    color: #024c8b;
}

#lvs-button-theme-4
{
    background-color: #f7f3d6;
    color: #4d4b43;
}

#lvs-button-theme-5
{
    background-color: #3b2716;
    color: #a9dd38;
}

/*.lvs-style-theme-5 .lvs-label-font-size,
.lvs-style-theme-2 .lvs-label-font-size,
.lvs-style-theme-5 .lvs-label-theme,
.lvs-style-theme-2 .lvs-label-theme,*/
.lvs-style-theme-5 .lvs-label,
.lvs-style-theme-2 .lvs-label,
.lvs-style-theme-5 .lvs-button-activate,
.lvs-style-theme-2 .lvs-button-activate,
.lvs-style-theme-5 .lvs-button-activate:before,
.lvs-style-theme-2 .lvs-button-activate:before
{
    color: #f0f0f0;
}

.lvs-button-text,
.lvs-button-images,
.lvs-button-additional
{
    padding: 0 20px;
    /*font-size: 14px;*/
/*    letter-spacing: 0;
    font-family: sans-serif;*/
}

.lvs-button-images:before
{
    font-family: 'FontAwesome';
    font-size: 20px;
    line-height: 40px;
    float: left;
    margin-right: 20px;
    content: '\f03e';
}

.lvs-button-additional:before
{
    font-family: 'FontAwesome';
    font-size: 20px;
    line-height: 40px;
    float: left;
    margin-right: 20px;
    content: '\f013';
}

#lvs-button-kerning-1
{
    letter-spacing: 0;
}

#lvs-button-kerning-2
{
    letter-spacing: 2px;
}

#lvs-button-kerning-3
{
    letter-spacing: 4px;
}

.lvs-border-1
{
    border: 1px solid #000 !important;
    /*padding: 8px !important; */
    border-radius: 4px;
}

.lvs-border-2
{
    border: 1px solid  #fff !important;
    /*padding: 8px !important;*/
    border-radius: 4px;
}

.lvs-border-3
{
    border: 1px solid  #024c8b !important;
    /*padding: 8px !important; */
    border-radius: 4px; 
}

.lvs-border-4
{
    border: 1px solid  #4d4b43 !important;
    /*padding: 8px !important; */
    border-radius: 4px; 
}

.lvs-border-5
{
    border: 1px solid  #a9dd38 !important;
    /*padding: 8px !important; */
    border-radius: 4px; 
}

.lvs-border-1 li,
.lvs-border-2 li,
.lvs-border-3 li,
.lvs-border-4 li,
.lvs-border-5 li
{
    padding: 15px !important; 
}

.lvs-border-1 li:hover,
.lvs-border-2 li:hover,
.lvs-border-3 li:hover,
.lvs-border-4 li:hover,
.lvs-border-5 li:hover
{
    outline: 1px dashed;
    background-color: #eee !important;
    cursor: pointer;
}

.lvs-border-2 li:hover *
{
    color: #000 !important;
}

.lvs-border-5 li:hover *
{
    color: #3b2716 !important;
}


.lvs-active.lvs-style-theme-1 .lvs-button-activate:hover
{
    color: #000 !important;
    border: 1px solid #000;
}

.lvs-active.lvs-style-theme-2 .lvs-button-activate:hover
{
    color: #fff !important;
    border: 1px solid #fff;
}

.lvs-active.lvs-style-theme-3 .lvs-button-activate:hover
{
    color: #024c8b !important;
    border: 1px solid #024c8b;
}

.lvs-active.lvs-style-theme-4 .lvs-button-activate:hover
{
    color: #4d4b43 !important;
    border: 1px solid #4d4b43;
}

.lvs-active.lvs-style-theme-5 .lvs-button-activate:hover
{
    color: #a9dd38 !important;
    border: 1px solid #a9dd38;
}

.lvs-active.lvs-style-theme-1 .lvs-button-activate:hover:before
{
    color: #000 !important;
}

.lvs-active.lvs-style-theme-2 .lvs-button-activate:hover:before
{
    color: #fff !important;
}

.lvs-active.lvs-style-theme-3 .lvs-button-activate:hover:before
{
    color: #024c8b !important;
}

.lvs-active.lvs-style-theme-4 .lvs-button-activate:hover:before
{
    color: #4d4b43 !important;
}

.lvs-active.lvs-style-theme-5 .lvs-button-activate:hover:before
{
    color: #a9dd38 !important;
}

/* Customize for target site */

/*@media only screen and (max-width: 1194px)
{
    .lvs-panel-container
    {
        height: 108px;
    }

    .lvs-panel-container.opened
    {
        height: 276px;
    }
}

@media only screen and (max-width: 691px)
{
    .lvs-panel-container
    {
        height: 164px;
    }

    .lvs-panel-container.opened
    {
        height: 416px;
    }

    #lvs-options-hidden .lvs
    {
        margin-top: 10px
    }
}

@media only screen and (max-width: 517px)
{
    .lvs-panel-container.opened
    {
        height: 366px;
    }   
}

@media only screen and (max-width: 503px)
{
    .lvs-panel-container
    {
        height: 220px;
    }

    .lvs-panel-container.opened
    {
        height: 472px;

    }

    #lvs-options-hidden .lvs
    {
        margin-top: 10px
    }
}*/