@font-face {
    font-family: FontAwesome;
    src: url('../fonts/fontawesome/fontawesome.otf'),
         url('../fonts/fontawesome/fontawesome.svg'),
         url('../fonts/fontawesome/fontawesome.woof')
}
@font-face {
    font-family: BD Cartoon Shout;                            
    src: url('../fonts/bdcartoonshout/bd_cartoon_shout.eot?iefix'),
         url('../fonts/bdcartoonshout/bd_cartoon_shout.svg'),
         url('../fonts/bdcartoonshout/bd_cartoon_shout.otf'),
         url('../fonts/bdcartoonshout/bd_cartoon_shout.ttf'),
         url('../fonts/bdcartoonshout/bd_cartoon_shout.woff')
}
body { height: auto; }
.fade {
	opacity: 1;
}
.cartoon {
	font-family: BD Cartoon Shout;
}
.row {
	margin: 0%;
}
.broad_options .clear {
    position: relative;
    background: none repeat scroll 0px 0px transparent;
    border: 0px none;
    clear: both;
    display: block;
    float: none;
    font-size: 0px;
    height: 0px;
    list-style: outside none none;
    margin: 0px;
    overflow: hidden;
    padding: 0px;
    visibility: hidden;
    width: 0px;
}
.main {           
}
header {
	margin: 2% 1% 0 0;
}
aside.tabs {                     
	padding: 1% 0 0 0;
	margin: 0 1% 0 0;
	height: 1000px;    
}
section.content { 
	margin: 3% 0 0 0;
}
h5 {
	font-family: fantasy;
	font-weight: 600;
	font-size: 80%;
}

aside ul {
	margin: 0%;
	padding: 0 0 0 1.5%;
}
aside h2 {
	text-align: center;
	font-weight: bolder;
	font-family: fantasy;
	font-size: 100%;
	margin: 0 0 10% 0;
	text-transform: uppercase;
}

aside ul li {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 90%;
	font-weight: 400;
    margin: 0%;
}

aside ul li a {    
	display: block;
	text-decoration: none;
	padding: 2%;             
	margin: 2% 0 1% 0%;
}
aside ul li a:hover, a:focus, a:active {
	display: block;
	text-decoration: none;
}
section div.option {
	float: left;
	padding: 0%;
}

input.onoffchecked + span {
    background: url("../images/on.png") repeat scroll 0% 0% transparent;
}
input:checked + span {
    background: url("../images/on.png") repeat scroll 0% 0% transparent;
}
input + span {
    cursor: pointer;
    text-indent: -9999px;
    display: block;
    width: 85px;
    height: 37px;
    background: url("../images/off.png") repeat scroll 0% 0% transparent;
}


input:not(.button):not(.number):not(#export-file):not(#delete-cache):not(#reset-theme-options):not(#delete-custom-sidebars) {
    display: block;
    width: 100%;
    height: 34px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;                                
    padding: 5px;
    background-color: #FAFAFA;
    border-radius: 0%;
}

textarea[name="featured-posts-ids"] {
	width: 100%;
	height: 150px !important;
}

input#custom-logo,
input#social-links,
input#custom-adverts,
input#sidebar,
input#navigation-bar,
input#featured-posts,
input#custom-footer-background-image {          
    display: none !important;
}

.broad_options .description {
    float: left;
    color: #999;
    font-weight: normal;
    padding: 0%;     
    text-align: left;
    font-size: 10px;
}

.broad_options {
    border-bottom: 1px solid #DDD;
    padding: 20px;
    margin-bottom: 5px;
}

.broad_options label {
    display: block;
    font-weight: bold;
    height: 25px;
    cursor: default;
}

.broad_options button.upload_button, button.set_button, .broad_options button.button {
    background: url("../images/button.png") no-repeat scroll left bottom transparent;
    border: 0px none;
    border-radius: 0px;
    color: #808080;
    cursor: pointer;
    line-height: 28px;
    font-size: 11px !important;
    padding: 0px;
    width: 51px;
}
.btn-style {
    border-radius: 0%;
}
.btn-style.active, .btn-style.focus, .btn-style:active, .btn-style:focus, .btn-style:hover {
}
.alert-success, .alert-info, .alert-danger {
    border-radius: 0%;
}

select {
    height: 35px !important;
    border-radius: 0% !important;
}
.form-control:focus {
    border-color: #66AFE9;
    outline: 0px none;
    box-shadow: none;
}

option {
    height: 30px;
    padding: 2% 0 0 2%;
}

@media only screen and (max-width: 767px) {
	aside.tabs {
		height: auto;    
	}
}