html
{
    font: 75% 'Lucida Sans Unicode', 'Lucida Grande', Arial, Helvetica, sans-serif;

    color: #444;
    line-height: 1.5;
}

html, body
{
    margin: 0;
    padding: 0;
    background-color: #FAFAFA;
}

a
{
    color: #41B7D8;
    text-decoration: none;
}

    a:hover
    {
        text-decoration: underline;
    }


h1, h2
{
    font-family: 'Lucida Sans Unicode', 'Lucida Grande', Arial, Helvetica, sans-serif;
    font-weight: normal;
}

h1
{
    font-size: 30px;
    text-transform: uppercase;
}

.features h2
{
    font-size: 23px;
    width: 35%;
    text-align: right;
    float: left;
    margin: 0;
    padding: 0 9% 0 0;
}
/* margint 7-ről 0-ra allitottam*/
#page
{
    height: 100%;
    /*margin: 0;
    margin: 0 0%;
    width: 86%;*/
}

.f-page
{
    margin: 120px auto;
    padding: 0 15px;
}

/* ribbon */
#ribbon
{ /*
    display: block;
    width: 100%;*/
    height: 6px;
    background-color: #D13636;
    background-color: rgba(221, 60, 77, .95);
    background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #E75239), color-stop(12.5%, #E75239), color-stop(12.5%, #FF961C), color-stop(25%, #FF961C), color-stop(25%, #FFCC27), color-stop(37.5%, #FFCC27), color-stop(37.5%, #FCE62F), color-stop(50%, #FCE62F), color-stop(50%, #CDE35B), color-stop(62.5%, #CDE35B), color-stop(62.5%, #82CC33), color-stop(75%, #82CC33), color-stop(75%, #41BECE), color-stop(87.5%, #41BECE), color-stop(87.5%, #049CDB), color-stop(100%, #049CDB));
    background-image: -webkit-linear-gradient(left, #E75239 0%, #E75239 12.5%, #FF961C 12.5%, #FF961C 25%, #FFCC27 25%, #FFCC27 37.5%, #FCE62F 37.5%, #FCE62F 50%, #CDE35B 50%, #CDE35B 62.5%, #82CC33 62.5%, #82CC33 75%, #41BECE 75%, #41BECE 87.5%, #049CDB 87.5%, #049CDB 100%);
    background-image: -moz-linear-gradient(left, #E75239 0%, #E75239 12.5%, #FF961C 12.5%, #FF961C 25%, #FFCC27 25%, #FFCC27 37.5%, #FCE62F 37.5%, #FCE62F 50%, #CDE35B 50%, #CDE35B 62.5%, #82CC33 62.5%, #82CC33 75%, #41BECE 75%, #41BECE 87.5%, #049CDB 87.5%, #049CDB 100%);
    background-image: -o-linear-gradient(left, #E75239 0%, #E75239 12.5%, #FF961C 12.5%, #FF961C 25%, #FFCC27 25%, #FFCC27 37.5%, #FCE62F 37.5%, #FCE62F 50%, #CDE35B 50%, #CDE35B 62.5%, #82CC33 62.5%, #82CC33 75%, #41BECE 75%, #41BECE 87.5%, #049CDB 87.5%, #049CDB 100%);
    background-image: linear-gradient(left, #E75239 0%, #E75239 12.5%, #FF961C 12.5%, #FF961C 25%, #FFCC27 25%, #FFCC27 37.5%, #FCE62F 37.5%, #FCE62F 50%, #CDE35B 50%, #CDE35B 62.5%, #82CC33 62.5%, #82CC33 75%, #41BECE 75%, #41BECE 87.5%, #049CDB 87.5%, #049CDB 100%);
    background-position: 50% 0;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.0625) inset;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.0625) inset;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.0625) inset;
}








.z-btn
{
    padding: 0 8px;
    line-height: 20px;
    text-decoration: none;
    color: #333;
    border-radius: 4px;
    background-color: #ECECEC;
    border: solid 1px transparent;
    margin: 2px 2px;
    text-decoration: none;
    /*float: left;*/
}

    .z-btn.z-back
    {
        border-radius: 16px;
        position: absolute;
        top: 40px;
        left: 40px;
        padding: 0 30px;
        height: 32px;
        line-height: 30px;
    }

    .z-btn:hover,
    ul.f-list li:hover
    {
        text-decoration: none;
        cursor: pointer;
        background: -moz-linear-gradient(top,rgba(233, 92, 51, 1) 0,rgba(229, 59, 44, 1) 100%);
        background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(233, 92, 51, 1)),color-stop(100%,rgba(229, 59, 44, 1)));
        background: -webkit-linear-gradient(top,rgba(233, 92, 51, 1) 0,rgba(229, 59, 44, 1) 100%);
        background: -o-linear-gradient(top,rgba(233, 92, 51, 1) 0,rgba(229, 59, 44, 1) 100%);
        background: -ms-linear-gradient(top,rgba(233, 92, 51, 1) 0,rgba(229, 59, 44, 1) 100%);
        background: linear-gradient(top,rgba(233, 92, 51, 1) 0,rgba(229, 59, 44, 1) 100%);
        background-color: #E95C33;
        border: 1px solid rgba(0, 0, 0, .1);
        color: white;
    }






ul
{
    list-style-type: none;
    padding: 0;
    margin: 0;
}

    ul.features li
    {
        padding: 0;
        margin: 0;
        font-size: 16px;
    }

    ul.features > li
    {
        float: left;
        width: 50%;
        min-width: 375px;
        padding: 30px 0;
        border-top: 1px solid #dfdfdf;
    }


        ul.features:after,
        ul.features > li:after
        {
            content: ".";
            display: block;
            height: 0;
            clear: both;
            visibility: hidden;
            zoom: 1;
        }

    ul.f-list
    {
        float: left;
        width: 55%;
    }


        ul.f-list li
        {
            padding: 0 0 0 1em;
            border-radius: 16px;
            background-color: #ECECEC;
            border: solid 1px transparent;
            margin: 2px 0;
        }

            ul.f-list li:hover
            {
            }

            ul.f-list li a:hover
            {
                color: white;
            }


            ul.f-list li a
            {
                color: #333;
                text-decoration: none;
                display: block;
                line-height: 2em;
                padding: 0;
                margin: 0;
                width: 100%;
            }

        ul.f-list > li
        {
            -moz-transition: all .3s;
            -webkit-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s;
        }



#example
{
    
    margin: 120px auto;
   
}


    #example.width400
    {
        max-width: 400px;
    }
     #example.width800
    {
        width: 800px;
    }

.page #example .toRight
{
    float: right;
}

.page #example .toLeft
{
    float: left;
}


#console
{
    background-color: white;
border: solid #CCC;
border-width: 1px 0;
color: #333;
font: 11px Consolas, Monaco, "Bitstream Vera Sans Mono", "Courier New", Courier, monospace;
height: 200px;
margin: 1.4em 0;
overflow-x: hidden;
overflow-y: scroll;
text-align: left;
}


#console div {
background-position: 6px -95px;
border-bottom: 1px solid #DDD;
padding: 5px 5px 4px 24px;
background-color: #FAFAFA;
}

/* ui element customization */
.z-tabs.horizontal
{
    padding: 20px 0px !important;
}


/* begin config editor*/

/* begin config editor*/
#config-wrapper {
    width: 210px;
    z-index: 8000;
    float: left;
    margin: 20px;
}

#config {
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
    border: 1px solid #BBB;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}


    #config input.z-textbox {
        float: right;
        width: 50px;
        padding: 0px .2em;
        line-height: 1.6em;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        border: 1px solid #C5C5C5;
        background-color: #FAFAFA;
    }

.config-title {
    color: black;
    font-size: 15px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border-bottom: 1px solid rgba(23, 24, 26, 0.15);
    border-bottom: 1px solid #BBB;
    text-shadow: 0 1px 0 white;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
    background: #eee;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#e5e5e5));
    background: -webkit-linear-gradient(top, #fff, #e5e5e5);
    background: -moz-linear-gradient(top, #fff, #e5e5e5);
    background: -ms-linear-gradient(top, #fff, #e5e5e5);
    background: -o-linear-gradient(top, #fff, #e5e5e5);
    background: linear-gradient(top, #fff, #e5e5e5);
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.box-title {
    font-size: 12px;
    height: 30px;
    line-height: 41px;
    text-align: left;
    border-bottom: 1px solid rgba(23, 24, 26, 0.15);
    margin-right: 4px;
}

.input-box {
    padding: 10px;
    padding-left: 40px;
    border-bottom: 1px solid rgba(23, 24, 26, 0.15);
}

    .input-box select {
        background: #F7F7F7;
        width: 120px;
        border: 1px solid rgba(23, 24, 26, 0.15);
        font-size: 11px;
        color: black;
    }

#config-wrapper .images {
    width: 165px;
    padding-left: 25px;
    margin-top: 15px;
    border-bottom: 1px solid rgba(23, 24, 26, 0.15);
    padding-bottom: 10px;
    position: relative;
    z-index: 1000000;
}

    #config-wrapper .images img.active {
        border: 0px solid #CCC;
        opacity: 0.5;
    }

    #config-wrapper .images img {
        width: 25px;
        height: 24px;
        margin-right: 7px;
        margin-bottom: 7px;
        z-index: 1000;
    }


#config-wrapper .close {
    background-position: top left;
    position: absolute;
    top: 45px;
    left: -35px;
    width: 35px;
}

#config-wrapper .style-toggle {
    width: 35px;
    height: 43px;
    background: url(http://theme-fusion.com/avada/wp-content/themes/Avada/images/colorpicker/style_arrow.png);
    cursor: pointer;
}

#config-wrapper .open {
    background-position: bottom left;
    position: absolute;
    top: 45px;
    right: 0;
    width: 35px;
    display: none;
}



.switcher .content {
    padding: 5px 20px 16px 20px;
    overflow: hidden;
    background: white;
    border-radius: 0 0 6px 6px;
}
/* Color Box */
.switcher-box {
    height: auto;
    overflow: hidden;
    margin-bottom: 4px;
    margin-top: 4px;
}

.styleswitch {
    border: 1px solid #d1d1d1;
    padding: 2px;
    display: block;
    float: left;
    margin: 4px;
    /*border-radius: 6px;*/
    background: white;
}



    .styleswitch.active {
        border-color: #ccc !important;
        -moz-box-shadow: inset 0 0 7px rgba(0,0,0,.15);
        -webkit-box-shadow: inset 0 0 7px rgba(0, 0, 0, .15);
        box-shadow: inset 0 0 7px rgba(0, 0, 0, .15);
    }

    .styleswitch:hover {       
        -moz-box-shadow: 0 0 7px rgba(0,0,0,.15);
        -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, .15);
        box-shadow: 0 0 7px rgba(0, 0, 0, .15);
    }

    .styleswitch span {
        width: 54px;
        height: 54px;
        display: block;
        cursor: pointer;
        margin: 2px;
        float: left;
        /*border-radius: 4px;*/
        background-color: #ECECEC;
    }



.column-2 .styleswitch span {
    width: 100px;
    height: 28px;
    display: block;
    cursor: pointer;
    margin: 2px;
   /* border-radius: 4px;*/
    text-align: center;
    line-height:28px;
    color: #3F3F3F;
    font-size: 11px;
    text-shadow: 0px 1px 0px black;
    text-shadow: rgba(255, 255, 255, .5) 0px -1px 0px;
}

.column-2 .styleswitch.active span {
    background-color: #DD3C4D;
    color: white;
}
/*.styleswitch.selected { box-shadow: 0 0 0 2px #474646 inset; }*/
.theme.switcher-box .styleswitch {
    border: 1px solid #E6E6E6;
    padding: 4px;
    float: left;
    margin: 2px;
    /*border-radius: 50%;*/
}

    .theme.switcher-box .styleswitch span {
        width: 31px;
        height: 31px;
        cursor: pointer;
        float: left;
        border-radius: 0;
        background-color: #DFDFDF;
        margin: 0;
    }


.small.switcher-box .styleswitch {
    padding: 1px;
    margin: 2px;
}

    .small.switcher-box .styleswitch span {
        width: 25px;
        height: 25px;
    }

    .medium.switcher-box .styleswitch {
    padding: 1px;
    margin: 2px;
}

    .medium.switcher-box .styleswitch span {
        width: 50px;
        height: 50px;
        box-shadow: 0px 0px 5px 0px rgba(245, 245, 245, 0.25) inset, 0px -1px 3px 2px rgba(160, 160, 160, 0.2) inset, 0px 0px 0px 6px white, 0px 0px 0px 7px rgba(233, 233, 233, 0.75), 0px 0px 0px 5px white;
    }


.medium.switcher-box .styleswitch,
.large.switcher-box .styleswitch {
    padding: 8px;
    margin: 4px;
}

    .large.switcher-box .styleswitch span {
        width: 65px;
        height: 65px;
    }

.medium.switcher-box .styleswitch,
.large.switcher-box .styleswitch {
    border: none;
}

    .medium.switcher-box .styleswitch:hover,
    .large.switcher-box .styleswitch:hover {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .large.switcher-box .styleswitch span {
        width: 64px;
        height: 64px;
        box-shadow: 0px 0px 5px 0px rgba(245, 245, 245, 0.25) inset, 0px -1px 3px 2px rgba(160, 160, 160, 0.2) inset, 0px 0px 0px 6px white, 0px 0px 0px 7px rgba(233, 233, 233, 0.75), 0px 0px 0px 5px white;
    }

        .medium.switcher-box .styleswitch span:hover,
        .large.switcher-box .styleswitch span:hover {
            -webkit-box-shadow: 0px 0px 5px 0px rgba(245, 245, 245, 0.5) inset, 0px -1px 5px 4px rgba(160, 160, 160, 0.2) inset, 0px 0px 0px 7px white,0px 3px 3px 5px rgba(188, 188, 188, 0.6), 0px 0px 0px 9px white;
            -moz-box-shadow: 0px 0px 5px 0px rgba(245, 245, 245, 0.5) inset, 0px -1px 5px 4px rgba(160, 160, 160, 0.2) inset, 0px 0px 0px 7px white, 0px 3px 3px 5px rgba(188, 188, 188, 0.6), 0px 0px 0px 9px white;
            box-shadow: 0px 0px 5px 0px rgba(245, 245, 245, 0.5) inset, 0px -1px 3px 2px rgba(160, 160, 160, 0.2) inset, 0px 0px 0px 5px white, 0px 3px 3px 5px rgba(188, 188, 188, 0.6), 0px 0px 0px 6px white;
        }

    .medium.switcher-box .styleswitch.active,
    .large.switcher-box .styleswitch.active {
        border-color: #D6D6D6 !important;
        border-radius: 0;
        -moz-box-shadow: inset 0 0 7px rgba(0,0,0,.25);
        -webkit-box-shadow: inset 0 0 7px rgba(0, 0, 0, .25);
        box-shadow: inset 0 0 7px rgba(0, 0, 0, .25);
    }

        .medium.switcher-box .styleswitch.active span,
        .large.switcher-box .styleswitch.active span {
            box-shadow: 0px 0px 5px 2px rgba(36, 36, 36, 0.1) inset;
        }






.ie7 .medium.switcher-box .styleswitch,
.ie8 .medium.switcher-box .styleswitch,
.ie7 .large.switcher-box .styleswitch,
.ie8 .large.switcher-box .styleswitch {
    border: 1px solid #DFDFDF;
    background: #fff;
    padding: 6px;
}

    .ie7 .medium.switcher-box .styleswitch.active,
    .ie8 .medium.switcher-box .styleswitch.active,
    .ie7 .large.switcher-box .styleswitch.active,
    .ie8 .large.switcher-box .styleswitch.active  {
        border: 1px solid #d1d1d1;
        background: #E6E6E6;
    }

    .ie7 .medium.switcher-box .styleswitch span,
    .ie8 .medium.switcher-box .styleswitch span,
    .ie7 .large.switcher-box .styleswitch span,
    .ie8 .large.switcher-box .styleswitch span {
        border: 1px solid #DFDFDF;
    }

.ie7 .headline span, .ie8 .headline span,
.ie8 .headline span, .ie8 .headline span  {
    border: 1px solid #D8D8D8;
    border: 1px solid rgba(200, 200, 200, 0.75);
}







.theme.switcher-box .styleswitch.white span {
    background-color: #fff;
}

.theme.switcher-box .styleswitch.crystal span {
    background-color: #F5F5F5;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(243,243,243,1)), color-stop(51%,rgba(237,237,237,1)), color-stop(100%,rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%);
}

.theme.switcher-box .styleswitch.silver span {
    background-color: #DFDFDF;
    background-color: #F2F0F0;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FDFCFC), to(#F2F0F0), color-stop(0.5, #FBF9F9), color-stop(0.5, #F7F5F6));
    background-image: -webkit-linear-gradient(top, #FDFCFC, #FBF9F9 50%, #F7F5F6 50%, #F2F0F0);
    background-image: -moz-linear-gradient(top, #FDFCFC, #FBF9F9 50%, #F7F5F6 50%, #F2F0F0);
    background-image: -o-linear-gradient(top, #FDFCFC, #FBF9F9 50%, #F7F5F6 50%, #F2F0F0);
    background-image: -ms-linear-gradient(top, #FDFCFC, #FBF9F9 50%, #F7F5F6 50%, #F2F0F0);
}

.theme.switcher-box .styleswitch.gray span {
    background-color: #B6B6B6;
    background: whiteSmoke;
    background: -moz-linear-gradient(top, #dbdbdb 0%, #f2f2f2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dbdbdb), color-stop(100%,#f2f2f2));
    background: -webkit-linear-gradient(top, #dbdbdb 0%,#f2f2f2 100%);
    background: -o-linear-gradient(top, #dbdbdb 0%,#f2f2f2 100%);
    background: -ms-linear-gradient(top, #dbdbdb 0%,#f2f2f2 100%);
    background: linear-gradient(to bottom, #dbdbdb 0%,#f2f2f2 100%);
}

.theme.switcher-box .styleswitch.black span {
    background-color: #000;
    background: #333333;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#333333), to(#555555));
    background: -webkit-linear-gradient(top, #333333, #555555);
    background: -moz-linear-gradient(top, #333333, #555555);
    background: -ms-linear-gradient(top, #333333, #555555);
    background: -o-linear-gradient(top, #333333, #555555);
}

.theme.switcher-box .styleswitch.green span {
    background-color: #3B7C33;
    background: #5fae53;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#5fae53), to(#3b7c33));
    background: -webkit-linear-gradient(top, #5fae53, #3b7c33);
    background: -moz-linear-gradient(top, #5fae53, #3b7c33);
    background: -ms-linear-gradient(top, #5fae53, #3b7c33);
    background: -o-linear-gradient(top, #5fae53, #3b7c33);
}

.theme.switcher-box .styleswitch.blue span {
    background-color: #00B0D8;
    background: #1abde7;
    background: -moz-linear-gradient(top, #1abde7 0%, #1c9dd1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1abde7), color-stop(100%,#1c9dd1));
    background: -webkit-linear-gradient(top, #1abde7 0%,#1c9dd1 100%);
    background: -o-linear-gradient(top, #1abde7 0%,#1c9dd1 100%);
    background: -ms-linear-gradient(top, #1abde7 0%,#1c9dd1 100%);
    background: linear-gradient(to bottom, #1abde7 0%,#1c9dd1 100%);
}


.theme.switcher-box .styleswitch.lightblue span {
    background-color: #D9EDF2;
    background: -moz-linear-gradient(top, #F7FBFC 0%, #D9EDF2 40%, #ADD9E4 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F7FBFC), color-stop(40%,#D9EDF2), color-stop(100%,#ADD9E4));
    background: -webkit-linear-gradient(top, #F7FBFC 0%,#D9EDF2 40%,#ADD9E4 100%);
    background: -o-linear-gradient(top, #F7FBFC 0%,#D9EDF2 40%,#ADD9E4 100%);
    background: -ms-linear-gradient(top, #F7FBFC 0%,#D9EDF2 40%,#ADD9E4 100%);
    background: linear-gradient(to bottom, #F7FBFC 0%,#D9EDF2 40%,#ADD9E4 100%);
}

.theme.switcher-box .styleswitch.red span {
    background-color: #D34332;
    background: #d84a38;
    background: -moz-linear-gradient(top, #dd4b39 0%, #d14836 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dd4b39), color-stop(100%,#d14836));
    background: -webkit-linear-gradient(top, #dd4b39 0%,#d14836 100%);
    background: -o-linear-gradient(top, #dd4b39 0%,#d14836 100%);
    background: -ms-linear-gradient(top, #dd4b39 0%,#d14836 100%);
    background: linear-gradient(to bottom, #dd4b39 0%,#d14836 100%);
}

.theme.switcher-box .styleswitch.orange span {
    background-color: #f39c11;
    background: #F2825B;
    background: -moz-linear-gradient(top, #F2825B 0%, #E55B2B 50%, #F07146 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F2825B), color-stop(50%,#E55B2B), color-stop(100%,#F07146));
    background: -webkit-linear-gradient(top, #F2825B 0%,#E55B2B 50%,#F07146 100%);
    background: -o-linear-gradient(top, #F2825B 0%,#E55B2B 50%,#F07146 100%);
    background: -ms-linear-gradient(top, #F2825B 0%,#E55B2B 50%,#F07146 100%);
    background: linear-gradient(to bottom, #F2825B 0%,#E55B2B 50%,#F07146 100%);
}

.theme.switcher-box .styleswitch.deepblue span {
    background-color: #1E69DE;
    background: #479fed; /* Old browsers */
    background: -moz-linear-gradient(top, #479fed 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#479fed), color-stop(50%,#54a3ee), color-stop(51%,#3690f0), color-stop(100%,#1e69de)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #479fed 0%,#54a3ee 50%,#3690f0 51%,#1e69de 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #479fed 0%,#54a3ee 50%,#3690f0 51%,#1e69de 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #479fed 0%,#54a3ee 50%,#3690f0 51%,#1e69de 100%); /* IE10+ */
    background: linear-gradient(to bottom, #479fed 0%,#54a3ee 50%,#3690f0 51%,#1e69de 100%); /* W3C */
}


.theme.switcher-box .styleswitch.yellow span {background-color: #f8c54d;}
.theme.switcher-box .styleswitch.purple span {background-color: #df6dc2;}


.switcher-box a.btn {
    min-width: 18px;
    color: white;
    font: normal 13px/24px 'Open Sans',sans-serif;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
    display: inline-block;
    background: #FF674F;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #41B7D8;
    border: 1px solid #32B1D5;
    padding: 0px 4px;
}


.switcher-box select {
    min-width: 164px;
    border: 1px solid #CCC;
    display: inline-block;
    font-size: 16px;
    letter-spacing: -0.02em;
    width: 164px;
    box-shadow: 0 0 10px #EEE inset;
    font-size: 13px;
    text-shadow: 0 1px 0 white;
    height: 28px;
    padding: 3px 3px 3px 3px;
    vertical-align: middle;
}

/* end config editor */

.config-group {
    /*margin: 0 auto;
    width: 960px;*/
    padding: 20px 0px 50px 0;
}

    .config-group .group:hover {
        /*background: #F9F9F9;*/
    }

    .config-group .title {
        padding: 4px;
        display: block;
        margin: 4px;
        border-radius: 5px;
    }

.styleswitch {
    font-size: 12px;
}


/* end config editor */


@media screen and (min-width: 1000px)
{
    #page > ul > li
    {
        clear: none;
    }

        #page > ul > li:nth-child(2n+1)
        {
            clear: left;
        }
}

@media screen and (min-width: 1480px)
{
    #page > ul > li:nth-child(2n+1)
    {
        clear: none;
    }

    #page > ul > li:nth-child(3n+1)
    {
        clear: left;
    }
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px)
{
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px)
{

    h1
    {
        padding: 0;
        margin: 0;
    }

    #page
    {
        width: auto;
        padding: 20px;
        margin: 0;
    }

    ul.features h2
    {
        text-align: left;
        float: none;
        display: block;
        margin: 0;
    }

    ul.features > li
    {
        width: 100%;
        min-width: initial;
    }

    ul.f-list
    {
        width: 100%;
    }
}
