.everything{width: 100%;top: 0;position: relative; float: left;}

/* CONTENT */
#white_content{
	position: relative;
	background: white;
	width: 80%;
	margin: 0 auto;
	height: auto;
	z-index: 1;
	box-shadow: 0px 0px 30px #515151;
}

/* HEADER */

#header{
	position: relative;
	width: 100%;
	left: 0;
	margin: 0 auto;
	z-index: 999;
	min-height: 103px;
}

header .logo_and_menu{
	position: relative;
	float: left;
	width: 100%;
	padding-left: 10px;
	background: #fff;
}

.header_contenedor{
	position: relative;
	float: left;
	width: 100%;
	border-top: 3px solid #444;
	min-height: 103px;
	/*z-index: 99999;*/
}

/* FOOTER */
#big_footer {
	background: #2C5234;
	width: 100%;
	font-size: 10px;
	color: #BCBCBC;
	position: absolute;
	bottom: 0;
	float: left;
}

#footer_content{
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	font-family: Helvetica Neue, Arial;
	font-size: 11px;
	text-shadow: 0 1px 0 #154D23;
}
#footer_content .blogroll{position: relative; top: -10px;}
.footer-widget, #footer_content #recentPostsSidebar_widget{
	padding: 30px 0 30px 0;
	position: relative;
	float: left;
	width: 100%;
	text-align: left;
	margin: 0;
}
.footer-widget h4, #footer_content #recentPostsSidebar_widget h2{
	color: white;
	font-weight: bold;
	font-size: 11px;
	margin-bottom: 25px;
	
	
}
#footer_content #recentPostsSidebar_widget .recentposts_listing a.the_title{
	color: #BCBCBC;
	font-size: 11px;
}
#footer_content #recentPostsSidebar_widget .recentposts_listing a.the_title:hover{
	color: #968411;
}
.footer-widget .widget_categories ul{
	position: relative;
	top: -10px !important;
}
#footer_content .widget_links li, #footer_content .widget_categories li{
	border-bottom: 1px solid #154D23;
	padding: 5px 0 5px 15px;
	background: url(../img/linkswidgets.png) no-repeat left center;
	list-style: none;
	color: #999;
}
#footer_content li a, #secondary .widget_links li a, #secondary .widget_categories li a, .custom-widget li a{
	text-decoration: none;
	color: #9b9b9b;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/* TWETS*/
#tweet_scroll_place{
	position: relative;
/*height: 40px;*/
overflow: hidden;
background: #9C8412;
	border-bottom: 4px solid #9C8412;
}
#tweet_scroll_place li{
	padding: 10px 0;
	color: #fff;
}
#tweet_scroll_place li a{
	color: #fff;
}
#tweet_scroll_place li img{
	padding-right: 10px;
	margin-top: -2px;
	position: relative;
	float: left;
}

/* GENERAL */
#wrapper{
	position: relative;
	float: left;
	background: white;
	width: 100%;
	padding-bottom: 40px;
	
}

/* #Base 960 Grid
================================================== */
.contenido                                  { position: relative; width: auto; margin: 0 20px 0 20px; padding: 0; }
.contenedor                                  { position: relative; width: 100%; margin: 0; padding: 0; }
.column, .columns                           { float: left; display: inline; margin-left: 10px; margin-right: 10px; line-height: 20px;}
.row                                        { margin-top: 5px; }

/* Nested Column Classes */
.column.alpha, .columns.alpha               { margin-left: 0; }
.column.omega, .columns.omega               { margin-right: 0; }

/* Base Grid */
.contenedor .one.column                      { width: 40px;  }
.contenedor .two.columns                     { width: 100px; }
.contenedor .three.columns                   { width: 160px; }
.contenedor .four.columns                    { width: 220px; }
.contenedor .five.columns                    { width: 280px; }
.contenedor .six.columns                     { width: 340px; }
.contenedor .seven.columns                   { width: 400px; }
.contenedor .eight.columns                   { width: 460px; }
.contenedor .nine.columns                    { width: 520px; }
.contenedor .ten.columns                     { width: 580px; }
.contenedor .eleven.columns                  { width: 640px; }
.contenedor .twelve.columns                  { width: 700px; }
.contenedor .thirteen.columns                { width: 760px; }
.contenedor .fourteen.columns                { width: 820px; }
.contenedor .fifteen.columns                 { width: 880px; }
.contenedor .sixteen.columns                 { width: 940px; }

.contenedor .one-third.column                { width: 300px; }
.contenedor .two-thirds.column               { width: 620px; }

/* Offsets */
.contenedor .offset-by-one                   { padding-left: 60px;  }
.contenedor .offset-by-two                   { padding-left: 120px; }
.contenedor .offset-by-three                 { padding-left: 180px; }
.contenedor .offset-by-four                  { padding-left: 240px; }
.contenedor .offset-by-five                  { padding-left: 300px; }
.contenedor .offset-by-six                   { padding-left: 360px; }
.contenedor .offset-by-seven                 { padding-left: 420px; }
.contenedor .offset-by-eight                 { padding-left: 480px; }
.contenedor .offset-by-nine                  { padding-left: 540px; }
.contenedor .offset-by-ten                   { padding-left: 600px; }
.contenedor .offset-by-eleven                { padding-left: 660px; }
.contenedor .offset-by-twelve                { padding-left: 720px; }
.contenedor .offset-by-thirteen              { padding-left: 780px; }
.contenedor .offset-by-fourteen              { padding-left: 840px; }
.contenedor .offset-by-fifteen               { padding-left: 900px; }




/* #Clearing
================================================== */

/* Self Clearing Goodness */
.contenedor:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

/* Use clearfix class on parent to clear nested columns,
or wrap each row of columns in a <div class="row"> */
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }
.row:after,
.clearfix:after {
  clear: both; }
.row,
.clearfix {
  zoom: 1; }

/* You can also use a <br class="clear" /> to clear columns */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}


/*================ORDERS SALES REVENUE===================*/
.real_charts> .card-header
{
    padding: 0;
}
.real_charts .nav-tabs .nav-item
{
    width: 32.4%;
}
.real_charts .nav-tabs .nav-link{
    padding: 0.5em 0;
}

.real_charts li{
    width:49% ;
}
.real_charts li a{
    border:none !important;
    background-color: #fff !important;
    border-bottom:3px solid #ddd !important;
}
.real_charts .nav-tabs{
    border-bottom: 0 !important;
}
#request_list li a:hover{
    color:#9C8412 !important;
}
.real_charts li a.active{
    border-bottom: 3px solid #9C8412 !important;
    color:#9C8412 !important;
    transition: 1s;
}


.cardss .cardss>.card-block
{
    padding: 1.25rem;
}
.cards_section_margin .cardss{
    margin-bottom: 0;
}
.cardss,.card-block,.card-img-top{
    border-radius: 0 !important;
}
.cardss.card-fade-in:hover > .card-block1 {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
}
.cardss.card-fade-in > .card-block1,.cardss.card_sccard-titleale > .card-block1 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    border-radius: 0.25rem;
    text-align: center;
    background-color: transparent;
}
.cardss.card-fade-in > .card-block1{
    transition: all 0.5s ease-in-out;
}
.card_img_height{
    width: 100%;
    height: auto;
    padding: 0.15rem;
}