/* Copyright (C) WarpTheme, http://www.gnu.org/licenses/gpl.html GNU/GPL */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
@import custom.css;
body
 {
		background-color: #000;
}
body, h1, h2, h3, h4, h5, h6, p
 {
		font-family: "Arial", Helvetica, sans-serif!important;
		font-size: 16px!important;   
}
body, h1, h2
 {    
		line-height: 2em!important;
}
h1, h4, h5, h6
 {
		margin: 0 0 12px 0!important;
		font-weight: bold!important;
}
h2
 {
		margin: 20px 0 12px 0!important;
		font-weight: bold!important;
}
h3
 {
		margin: 30px 0 12px 0!important;
		font-size: 16px!important;    
}
p a {
    color: #000!important;
}
.small
 {
		margin: 0!important;
		font-size: 10px!important;
		line-height: 12px!important;
}
#sp-top-bar {
    background: #000 none repeat scroll 0 0;
    padding: 0 0 0 0px!important;
}

#sp-header {
    background: #000 none repeat scroll 0 0!important;
	border-bottom: 10px solid #f60;
	height: 80px!important;

}
#sp-footer {
    background: #000 none repeat scroll 0 0!important;
    border-top: 10px solid #f60;
    color: #fff;
    padding: 30px 0!important;
    text-align: center;
}
#sp-main-body {
    padding: 10px 0!important;
	background: #fff none repeat scroll 0 0;
}
section#sp-page-title div.row {
	background: #fff none repeat scroll 0 0;
}
footer#sp-footer div.container ul {
	/*height: 0;*/
}
footer#sp-footer div.container ul.nav.menu li a {
	color: #000!important;
}
.footer-login {
    /*display: table;*/
}
/*		Article*/
.entry-header {
    margin-bottom: 0px!important;
}
.view-article #sp-main-body .item.item-page {
   /*	 padding: 50px 60px!important;*/
    padding: 0px!important;
}
fieldset div#com-content-formContent.tab-content div#editor.tab-pane.active div#editor-xtd-buttons.btn-toolbar.pull-left div.btn-toolbar a.btn{
	color: #000!important;
}
article.item {
    margin: 0px 0 20px 0!important;
}
/*		Article End*/
.sp-megamenu-parent > li {
	margin: 0 0 0 30px!important;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {

    text-transform: none!important;
	   font-size: 16px!important;
}
.sp-megamenu-parent > li > a::before, .sp-megamenu-parent > li > span::before {
    background-color: #f60!important;
}
.col-md-3 {
    width: 35%;
}
.col-md-9 {
    width: 65%;
} 
 
div.sp-column h1.logo a, div.sp-column h1.logo a:hover{
	color: #fff;
		font-size: 28px!important;
		font-weight: bold;
}
ul, ol {
    line-height: 1.5em!important;
    list-style-position: outside;
    padding: 0 0 0 20px;
}
li, dd {
    list-style: outside url("../images/bullet.png") disc;
    margin: 0 0 0.5em;
    padding-left: 0;
}
hr {
    border-color: #333;
    margin: -10px 0 12px 0;
    max-width: 48%;
    text-align: left;
}
img{
	height: auto!important;
	}
img{
		max-width: 48%!important;
		float: right;
		display: table;
	}
@media(max-width: 979px){
img{
		display: none!important;
	}

.col-md-3 {
    width: 65%;
}
.col-md-9 {
    width: 35%;
}
}

@media(min-width: 1601px){
#sp-main-body {
	
	min-height: 800px;
}
}
@media(min-width: 1367px){
#sp-main-body {
	
	min-height: 600px;
}
}