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;
    background-color: #f5f5f5
}
::selection {
    background-color: #f44343;
    color: #fff;
    text-shadow: none
}
::-webkit-scrollbar {
    width: 9px;
    height: 9px
}
::-webkit-scrollbar-track {
    background: #eee;
    border: thin solid lightgray;
    box-shadow: 0 0 3px rgba(0, 0, 0, .1) inset
}
::-webkit-scrollbar-thumb {
    background: #999;
    border: thin solid gray
}
a {
    color: #41b7d8;
    text-decoration: none
}
a:hover {
    text-decoration: none
}
h2 {
    font-family: 'Lucida Sans Unicode', 'Lucida Grande', Arial, Helvetica, sans-serif;
    font-weight: 400;
    color: #505050;
    text-shadow: 1px 1px 1px #fff
}

h1.page-title span.z-title {
    font-weight: 400;
    color: #d13636;
    margin: 0;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: -2px;
    line-height: 1;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 78px;
    text-shadow: 3px 3px 0 #ddd;
    display: block
}
h1.page-title span.z-title strong {
    color: #444;
    letter-spacing: -4px;
    font-weight: 700
}
h1.page-title span.z-desc {
    color: #505050;
    margin-top: -5px;
    font: 13px/24px "Avenir", Helvetica, Arial, Verdana, sans-serif;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #fff;
    display: block;
    margin-bottom: 40px
}
@media(max-width:480px) {
    h1.page-title span.z-title {
        font-size: 50px
    }
    h1.page-title span.z-desc {
        display: none
    }
    h2 {
        text-align: center
    }
}
.features h2 {
    font-size: 23px;
    width: 95%;
    margin: 0;
    padding: 0 9% 0 0
}
#page {
    height: 100%;
    margin: 100px 5% 20px;
    width: 90%
}
.z-width1200 #page {
    max-width: 1200px;
    margin: 100px auto 20px
}
.z-width960 #page {
    max-width: 960px;
    margin: 100px auto 20px
}
.f-page {
    margin: 120px auto;
    padding: 0 15px
}
#ribbon {
    height: 10px;
    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, .0625) inset;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .0625) inset;
    box-shadow: 0 1px 2px rgba(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
}
html.z-flat-dark,
.z-flat-dark body {
    background-color: #182433
}
html.z-white,
.z-white body {
    background-color: #fff
}
html.z-black,
.z-black body {
    background-color: #222
}
.z-black .z-btn {
    background: #454545;
    color: #f1f6f7
}
.z-btn.z-back {
    border-radius: 16px;
    padding: 5px 0;
    line-height: 20px;
    margin: 0 0 30px;
    display: block;
    width: 90px;
    text-align: center
}
.z-flat-dark .z-btn {
    background: #34495e;
    color: #f1f6f7
}
.z-btn:hover,
ul.f-list li:hover {
    text-decoration: none;
    cursor: pointer;
    background: #d13636;
    background: -moz-linear-gradient(top, #eb3b3b 0, #d13636 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #eb3b3b), color-stop(100%, #d13636));
    background: -webkit-linear-gradient(top, #eb3b3b 0, #d13636 100%);
    background: -o-linear-gradient(top, #eb3b3b 0, #d13636 100%);
    background: -ms-linear-gradient(top, #eb3b3b 0, #d13636 100%);
    background: linear-gradient(to bottom, #eb3b3b 0, #d13636 100%);
    filter: progid: dximagetransform.Microsoft.gradient(startcolorstr='#eb3b3b', endcolorstr='#d13636', gradienttype=0);
    border: 1px solid rgba(0, 0, 0, .1);
    color: #fff
}
.z-flat-dark #config {
    border: 0
}
.z-flat .config-title {
    background: #f6f8f8;
    color: #465b70;
    text-shadow: none
}
.z-flat #config {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}
.z-flat .switcher .content {
    color: #465b70;
    text-shadow: none
}
.z-flat .medium.switcher-box .styleswitch span {
    box-shadow: none
}
.z-flat-dark .config-title {
    background: #34495e;
    color: #fff;
    border: 0;
    font-weight: 400;
    line-height: 1.55em;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    padding: 22px 36px;
    height: auto;
    text-shadow: none
}
.z-flat-dark .switcher .content {
    background: #223144;
    color: #fff
}
.z-flat-dark .styleswitch {
    border: 1px solid #d1d1d1;
    background: #34495e
}
.z-flat-dark .styleswitch.active {
    border-color: #00b8ff!important
}
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: 80%;
    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 li {
    padding: 0 0 0 1em;
    border-radius: 16px;
    background-color: #ececec;
    border: solid 1px transparent;
    margin: 2px 0;
    font-size: 16px
}
ul.f-list li a:hover {
    color: #fff
}
ul.f-list li a {
    color: #333;
    text-decoration: none;
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
    font: 14px/2em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    padding: 2px 0
}
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
}
#zozo-console {
    background-color: #fff;
    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
}
#zozo-console div {
    background-position: 6px -95px;
    border-bottom: 1px solid #ddd;
    padding: 5px 5px 4px 24px;
    background-color: #fafafa
}
.z-tabs {
    padding-bottom: 40px!important
}
#config-wrapper {
    width: 210px;
    z-index: 8000;
    float: left;
    margin: 0 20px
}
#config {
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .125);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .125);
    box-shadow: 0 0 3px rgba(0, 0, 0, .125);
    border: 1px solid #cecece
}
#config.rounded {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px
}
#config input.z-textbox {
    float: right;
    width: 50px;
    padding: 0 .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: #444;
    text-shadow: 0 1px #eee;
    font-size: 14px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border-bottom: 1px solid #cecece;
    filter: progid: dximagetransform.Microsoft.gradient(gradienttype=0, startcolorstr='#fdfcfc', endcolorstr='#fbf9f9');
    background-color: #f2f0f0;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdfcfc), to(#f2f0f0), color-stop(.5, #fbf9f9), color-stop(.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);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05)
}
.rounded .config-title {
    -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, .15);
    margin-right: 4px
}
.input-box {
    padding: 10px;
    padding-left: 40px;
    border-bottom: 1px solid rgba(23, 24, 26, .15)
}
.input-box select {
    background: #f7f7f7;
    width: 120px;
    border: 1px solid rgba(23, 24, 26, .15);
    font-size: 11px;
    color: #000
}
#config-wrapper .images {
    width: 165px;
    padding-left: 25px;
    margin-top: 15px;
    border-bottom: 1px solid rgba(23, 24, 26, .15);
    padding-bottom: 10px;
    position: relative;
    z-index: 1000000
}
#config-wrapper .images img.active {
    border: 0 solid #ccc;
    opacity: .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;
    overflow: hidden;
    background: #fff;
    border-radius: 0 0 6px 6px
}
.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;
    background: #fff
}
.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;
    background-color: #ececec
}
.column-2 .styleswitch span {
    width: 100px;
    height: 28px;
    display: block;
    cursor: pointer;
    margin: 2px;
    text-align: center;
    line-height: 28px;
    color: #3f3f3f;
    font-size: 11px;
    text-shadow: 0 1px 0 black;
    text-shadow: rgba(255, 255, 255, .5) 0 -1px 0
}
.column-2 .styleswitch.active span {
    background-color: #dd3c4d;
    color: #fff
}
.theme.switcher-box .styleswitch {
    border: 1px solid #e6e6e6;
    padding: 4px;
    float: left;
    margin: 2px
}
.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: 0 0 5px 0 rgba(245, 245, 245, .25) inset, 0 -1px 3px 2px rgba(160, 160, 160, .2) inset, 0 0 0 6px white, 0 0 0 7px rgba(233, 233, 233, .75), 0 0 0 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: 0
}
.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: 0 0 5px 0 rgba(245, 245, 245, .25) inset, 0 -1px 3px 2px rgba(160, 160, 160, .2) inset, 0 0 0 6px white, 0 0 0 7px rgba(233, 233, 233, .75), 0 0 0 5px white
}
.medium.switcher-box .styleswitch span:hover,
.large.switcher-box .styleswitch span:hover {
    -webkit-box-shadow: 0 0 5px 0 rgba(245, 245, 245, .5) inset, 0 -1px 5px 4px rgba(160, 160, 160, .2) inset, 0 0 0 7px white, 0 3px 3px 5px rgba(188, 188, 188, .6), 0 0 0 9px white;
    -moz-box-shadow: 0 0 5px 0 rgba(245, 245, 245, .5) inset, 0 -1px 5px 4px rgba(160, 160, 160, .2) inset, 0 0 0 7px white, 0 3px 3px 5px rgba(188, 188, 188, .6), 0 0 0 9px white;
    box-shadow: 0 0 5px 0 rgba(245, 245, 245, .5) inset, 0 -1px 3px 2px rgba(160, 160, 160, .2) inset, 0 0 0 5px white, 0 3px 3px 5px rgba(188, 188, 188, .6), 0 0 0 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: 0 0 5px 2px rgba(36, 36, 36, .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, .75)
}
.theme.switcher-box .styleswitch.white span {
    background-color: #fff
}
.theme.switcher-box .styleswitch.crystal span {
    background-color: #f5f5f5;
    background: #fff;
    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(.5, #fbf9f9), color-stop(.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: #f5f5f5;
    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: #333;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#333), to(#555));
    background: -webkit-linear-gradient(top, #333, #555);
    background: -moz-linear-gradient(top, #333, #555);
    background: -ms-linear-gradient(top, #333, #555);
    background: -o-linear-gradient(top, #333, #555)
}
.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;
    background: -moz-linear-gradient(top, #479fed 0, #54a3ee 50%, #3690f0 51%, #1e69de 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #479fed), color-stop(50%, #54a3ee), color-stop(51%, #3690f0), color-stop(100%, #1e69de));
    background: -webkit-linear-gradient(top, #479fed 0, #54a3ee 50%, #3690f0 51%, #1e69de 100%);
    background: -o-linear-gradient(top, #479fed 0, #54a3ee 50%, #3690f0 51%, #1e69de 100%);
    background: -ms-linear-gradient(top, #479fed 0, #54a3ee 50%, #3690f0 51%, #1e69de 100%);
    background: linear-gradient(to bottom, #479fed 0, #54a3ee 50%, #3690f0 51%, #1e69de 100%)
}
.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: #fff;
    font: 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: 0 4px
}
.switcher-box select {
    min-width: 164px;
    border: 1px solid #ccc;
    display: inline-block;
    font-size: 16px;
    letter-spacing: -.02em;
    width: 164px;
    box-shadow: 0 0 10px #eee inset;
    font-size: 13px;
    text-shadow: 0 1px 0 white;
    height: 28px;
    padding: 3px;
    vertical-align: middle
}
.config-group {
    padding: 20px 0 50px
}
.config-group .title {
    padding: 4px;
    display: block;
    margin: 4px;
    border-radius: 5px
}
.styleswitch {
    font-size: 12px
}
@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
    }
}
@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%
    }
}