@charset "UTF-8";
/* CSS Document */
body{
	background:#444;
}
.left{
	float:left;
}
.right{
	float:right;
}

/*================================================*/
/* HEADER ITEMS */
/*================================================*/

#sportzstudio_header {
    background: #333;
    position: fixed;
    width: 100%;
    height: 40px;
    z-index: 1000;
    color: #eee;
    border-bottom: 1px solid #282828;
}

/*================================================*/
/* LEFT BAR ITEMS */
/*================================================*/

#sportzstudio_left_bar {
    position: fixed;
    top: 40px;
    width: 40px;
    height: 100%;
    background: #333;
    z-index: 900;
    border-right: 1px solid #282828;
}
a.left_button {
    text-align: center;
    height: 40px;
    position: relative;
    overflow: hidden;
    font-size: 20px;
    line-height: 20px;
    text-decoration: none;
    width: 100%;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15);
    display: block;
    color: #777;
    padding: 8px 0 8px 0;
    border-bottom: 1px solid #282828;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
/*================================================*/
/* EDIT AREA ITEMS */
/*================================================*/

#editarea_1 {
    transform: translateY(40px);
    margin-left: 40px;
    margin-right: 0px;
    overflow: hidden;
}
#editarea_2 {
    width: 100%;
    margin: auto 0;
    overflow: hidden;
}
.ss-canvas{
	background:#e0e0e0;
}
.ss-layout_desktop{
	max-width: none;
    margin-left: auto;
    margin-right: auto;
}
.ss-layout-tablet {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.ss-layout-phone {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
}

/*================================================*/
/* FOOTER ITEMS */
/*================================================*/

#sportzstudio_footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 30px;
    z-index: 1200;
    background: #333;
    border-top: 1px solid #282828;
    color: #999;
}
#sportzstudio_footer a.footer_btn {
    line-height: 30px;
    text-decoration: none;
    color: #777;
    border-right: 1px solid #282828;
    padding: 0 10px;
    height: 30px;
    display: block;
    float: left;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
#sportzstudio_footer .footer_help {
    width: 40px;
    text-align: center;
}
#layout_mode a i {
    font-size: 20px;
    line-height: 30px;
}
#layout_mode a.active {
    color: #fff;
    background: #444;
    box-shadow: 0px -3px #1274e7 inset !important;
}
#layout_mode a {
    left: 0;
    height: 100%;
    text-decoration: none;
    display: block;
    float: left;
    width: 100%;
    position: relative;
    line-height: 30px;
    height: 30px;
    text-align: center;
    color: #777;
    width: 40px;
    padding: 0px;
    margin: 0px;
    font-size: 10px;
    border-left: 1px solid #282828;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15);
}