/**
* GENERAL
----------------------------*/

body {
    font-size: 13px;
}

#container:after, #header:after, #main:after, #main-fullwidth:after, #footer:after, .clearfix:after {
    content:"\0020"; display:block; height:0; clear:both; visibility:hidden; overflow:hidden;
}

#container, #header, #main, #main-fullwidth, #footer, .clearfix { display:block; }
#container{
    position: relative;
    /*box-shadow: 0 0 50px rgba(0,0,0,2.5);*/
    display: block;
    width: 1040px;
    margin-left: auto;
    margin-right: auto;
}
.clear {clear:both;}
#big-bg{
  background-color: #010101;
  display: block;
  height: 100%;
  width: 100%;
  content: '';
  left: 0;
  top: 0;
  position: fixed;
  z-index: 0;
  cursor: pointer;
}

#small-bg {
	position: relative;
    display: block;
    height: 90px;
    width: 100%;
	background-color: #000;
	text-align: center;
	text-decoration: none;
	outline: none;
	border: none;
}
#small-bg > img{
	position: relative;
	width: 100%;
	max-width: 728px;
	top: 0px;
}
@media (max-width: 739px){

	#small-bg > img{
		max-width: 340px;
	}

}

body.deck-cf-flg{
    padding-bottom: 100px;
}

#cf-bg{
	display: block;
	position: fixed;
	left: 0px;
	bottom: 0px;
    height: 90px;
    width: 100%;
	background-color: #000;
	text-align: center;
	text-decoration: none;
	outline: none;
	border: none;
	z-index: 2000;
	padding: 0px 0px 0px 0px;
    box-sizing: border-box;
}
#cf-bg.desktop{
    width: 1040px;
	left: 50%;
	margin-left: -520px;
    height: 100px;
    box-shadow: 0px -2px 10px 0px rgba(0, 0, 0, 0.2);
}
#cf-bg > img{
	position: relative;
	width: 100%;
	max-width: 728px;
	top: 0px;
}
@media (max-width: 739px){

	#cf-bg > img{
		max-width: 340px;
	}

}
#cf-close{
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;
	height: 20px;
	width: 20px;
	z-index: 2100;
	background-image: url('/wp-content/themes/tofight2/images/aimg/close.png');
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
}
@media screen and (max-width: 400px) {

	#cf-close{
		top: 2px;
		right: 2px;
	}

}
.show-opacity {
    opacity: 1 !important;
}


/* Headings */

h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    margin-bottom: 16px;
    line-height: 1;
}

h1 { font-size: 40px; }

h2 { font-size: 30px; }

h3 { font-size: 20px; }

h4 { font-size: 16px; }

h5 { font-size: 14px; }

h6 { font-size: 12px; }

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img { margin:0; }

/* Paragraps */

p { margin:0 0 20px 0;}

/* Tables */

table {
    margin-bottom: 20px;
    width:100%;
}

th { font-weight: bold; }
thead th { background: #c3d9ff; }
th,td,caption { padding: 4px 10px 4px 5px; }
tr.even td { background: #e5ecf9; }
tfoot { font-style: italic; }
caption { background: #eee; }

/* Lists */

li ul, li ol { margin: 0; }
ul, ol {
    margin: 0 20px 20px 0;
    padding-left: 40px;
}

ul { list-style-type: disc; }
ol { list-style-type: decimal; }

dl { margin: 0 0 20px 0; }
dl dt { font-weight: bold; }
dd { margin-left: 20px;}

/* Misc */

blockquote  {
    margin: 20px;
    color: #666;
    font-style: italic;
}

pre {
    margin: 20px 0;
    white-space: pre;
}

pre,code,tt {
    font: 13px 'andale mono', 'lucida console', monospace;
    line-height: 18px;
}

/**
* MNEUS
----------------------------*/

.menus, .menus * {
    margin:	0;
    padding: 0;
    list-style:	none;
    list-style-type: none;
    line-height: 1.0;
}

.menus ul {
    position: absolute;
    top: -999em;
    width: 100%;
}

.menus ul li {
	display: inline;
}

.menus li:hover {
    visibility:	inherit;
}

.menus li {
	display: inline;
    position: relative;
}

.menus a {
    position: relative;
}

.menus li:hover ul,
.menus li.sfHover ul {
    left: 0;
    top: 100%; /* match top ul list item height */
    z-index: 99;
}

.menus li:hover li ul,
.menus li.sfHover li ul {
    top: -999em;
}

.menus li li:hover ul,
.menus li li.sfHover ul {
    left: 100%; /* match ul width */
    top: 0;
}

.menus li li:hover li ul,
.menus li li.sfHover li ul {
    top: -999em;
}

.menus li li li:hover ul,
.menus li li li.sfHover ul {
    left: 100%; /* match ul width */
    top: 0;
}


/* Shadows */

.sf-shadow ul {
    padding: 0 8px 9px 0;
    -moz-border-radius-bottomleft: 17px;
    -moz-border-radius-topright: 17px;
    -webkit-border-top-right-radius: 17px;
    -webkit-border-bottom-left-radius: 17px;
}

.menus .sf-shadow ul.sf-shadow-off {
    background: transparent;
}

/**
* Some Default and WP required styles.
-------------------------------------------------------------- */

blockquote {
    overflow: hidden;
    padding-left: 9px;
    font-style: italic;
    color: #666;
    border-left: 3px solid #CADAE7;
}

img.wp-smiley {
    max-height: 12px;
    margin: 0;
    padding: 0;
    border: none;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.wp-caption {
    background: #eee;
    border: 1px solid #ddd;
    text-align: center;
    padding-top: 4px;
    margin: 10px;
    /* optional rounded corners for browsers that support it */
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.wp-caption img {
    margin: 0;
    padding: 0;
    border: 0 none;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0;
}

.gallery-caption {
}

.sticky {
}

/**
* Add padding to images in the posts
----------------------------*/

.post img.alignleft {
    margin: 0 10px 10px 0;
}

.post img.alignright {
    margin: 0 0 10px 10px;
}

.post img.aligncenter {
    margin-bottom: 10px;
}

/**
* Wp Calendar
----------------------------*/

#wp-calendar {
    empty-cells: show;
    margin: 0;
    font-weight: normal;
    width: 100%;
    border-spacing: 1px;
    border-collapse: separate;
}

#wp-calendar caption {
    padding: 4px 0;
    text-transform: uppercase;
    margin: 2px 0 2px 0;
    text-align: left;
    background: none;
}

#wp-calendar th {
    font-style: normal;
    text-transform: capitalize;
    background: none;
}

#wp-calendar td {
    letter-spacing: normal;
    padding: 4px 0;
    text-align: center;
    background: none;
}

.error {
	text-align: center;
	color: #fff;
    font-weight: bold;
	background: Red;
	padding: 8px;
    font-size: 12px;
	margin: 0 0 10px 0;
}

.message {
	text-align: center;
	color: #fff;
    font-weight: bold;
	background: Green;
	padding: 8px;
    font-size: 12px;
	margin: 0 0 10px 0;
}