body{
	background-image:none;
	
	
	background-color:#fff;
	font-family: "Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;
	

}
#boxstyle-wrap{
	background-image:none;
	
	
	background-color:#fff;
	box-shadow:0 0 8px transparent;
}
#carousel .carousel-feature {
	border-color:#5d5d5d;
	border-width:2px;
}
#slideshow{
	height:px;
}
#slidetext{
	height:px;
}
#slidelist{
	background-color:transparent;
}

#slideimage{
	height:px;
}
#slideimage .slideframe{
	
	
}
#slidelist {
	width:397px;
	height:367px;
}
#slideload{
	width:397px;
	height:367px;
}
#site_name{
	font-size:40px;
}
#heading .nav-span {
	background:url(../colors/mono/nav-span-background.png) repeat-x scroll 0 0 transparent;
}
#slideshownav li a.activeSlide {
	background:url(../colors/mono/slideon.png) no-repeat scroll center top transparent;
}
.main{
	color:#585858;
	font-size: 13px;
}
#content-area h1{
	color:#444444;
	font-size:36px;
}
#content-area h2{
	color:#454545;
	font-size:30px;
}
#content-area h3{
	color:#EC8601;
	font-size:20px;
}
#content-area h4{
	color:#EC8601;
	font-size:15px;
}
#content-area h5{
	color:#454545;
	font-size:10px;
}
#content-area h6{
	color:#454545;
	font-size:8px;
}
.main a, .main a:visited {
	color: #EC8601;
}
.main a:hover, .main a:active {
	color: #EC8601;
}
#top-bar .welcome{
	color:#FFFFFF;
}
#bar-menu a{
	color:#FFFFFF;
}
#bar-menu a:hover {
	color:#ffc397;
}
#site_name{
	color:#FFFFFF;
}
#site_description{
	color:#FFFFFF;
}
#dropmenu ul {
	background: url("../colors/mono/nav-child-top.png") no-repeat scroll center top transparent;
}
#dropmenu ul a {
	background: url("../colors/mono/nav-child-bg.png") repeat scroll 0 0 transparent;
	border-color:#909090;
}
#dropmenu a{
    background: url("../colors/mono/menu-divider.png") no-repeat scroll 0 50% transparent;
	color:#FFFFFF;
}
#dropmenu a:hover {
	color:#ffc397;
}
#dropmenu .current-menu-item>a,#dropmenu .current-menu-ancestor>a{
	color:#ffc397;
}
.cont-vert-description p,.cont-vert-description h2,.heading-inner .page-title{
	color:#FFFFFF !important;
}
.heading-inner a:hover,.heading-inner a:active {
	color:#EC8601;
}
h1.vert-position-title{
	font-size:40px;
}
.heading-inner .page-description,.heading-inner h2{
	font-size:11px;
}
#breadcrumbs{
	color:#444444;
}
#breadcrumbs a, #breadcrumbs a:visited {
	color: #000000;
}
#breadcrumbs a:hover, #breadcrumbs a:active {
	color: #EC8601;
}
#content h2.post-entry-title{
	font-size:18px;
}
#content h2.post-title-overimage{
	font-size:18px;
}
.post{
	margin-bottom:80px;
}
.post-comments-bubble a {
	color: #EC8601 !important;
}
.post-image-overlay{
	background-color:rgba(144,144,144,0.8);
	
filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr="#CC909090", EndColorStr="#CC909090"); /* IE6,IE7 */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#CC909090', EndColorStr='#CC909090')"; /* IE8 */
}
.post-title-slug .inner-vert a,.post-title-slug .inner-vert a:visited {
	color:#FFFFFF !important;
}
.post-title-slug .inner-vert a:hover,.post-title-slug .inner-vert a:active {
	color:#EC8601 !important;
}
.pagenavi a,.pagenavi a:hover {
	background-color: #EFEFEF;
	color:#444444 !important;
}
.pagenavi a:active,.pagenavi span.current{
	background-color: #FFFFFF;
	color:#000000 !important;
}
.divider, .divider_line, .entry .entry_meta,#sidebar .widget li,#sidebar .widget_pages ul ul,#about_the_author .author_content {
	border-color: #eeeeee;
}
.main ul.tabs a, .main ul.mini_tabs a{
	background:#f5f5f5;
	color:#666666 !important;
}
.main ul.tabs li a.current, .main ul.mini_tabs li a.current{
	background:#FFFFFF;
	color:#333333 !important;
}
.accordion .tab{
	border-color:#DDDDDD;
	background-color: #F6F6F6;
	color: #414141;
}
.accordion .tab:hover {
	background-color:#fdf9e1;
    border-color:#FBC047;
    color:#FBC047;
}
.accordion .tab.current{
	background-color:#FFFFFF;
    border-color:#FBC047;
    color:#FBC047;
}
.accordion .tab.current:hover {
	background-color:#FFFFFF;
    border-color:#FBC047;
    color:#FBC047;
}
.accordion .pane{
	background-color:#F6F6F6;
	border-color:#DDDDDD;
    color:#585858;
}
ul.portfolio-list li:hover {
	background:rgba(220,220,220,1);
	background: -moz-linear-gradient(top,  rgba(220,220,220,1) 0%, rgba(220,220,220,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(220,220,220,1)), color-stop(100%,rgba(220,220,220,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(220,220,220,1) 0%,rgba(220,220,220,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(220,220,220,1) 0%,rgba(220,220,220,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(220,220,220,1) 0%,rgba(220,220,220,0) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(220,220,220,1) 0%,rgba(220,220,220,0) 100%); /* W3C */
}
.portfolio-content.carousel-box{
	
}
ul.portfolio-list .portfolio_image a{
	border-color:#D7D7D7;
}
ul.portfolio-list .portfolio_image a:hover {
	border-color:#EC8601;
}
ul#portfolio-filter a{
	background-color:#E2E2E2; 
	color:#AAAAAA !important;
}
ul#portfolio-filter a.current{
	background-color:#FFFFFF; 
	color:#EC8601 !important;
}
ul#portfolio-filter a:hover ,ul#portfolio-filter a.current:hover {
	background-color:transparent; 
}
.image_frame a{
	border-color:#D7D7D7;
}
.image_frame a:hover {
	border-color:#F9AD24;
}
.image_frame:hover {
	background:rgba(225,225,225,0.4);
	
filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr="#66E1E1E1", EndColorStr="#66E1E1E1"); /* IE6,IE7 */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#66E1E1E1', EndColorStr='#66E1E1E1')"; /* IE8 */

}
.gallery .gallery-image-wrap{
	border-color:#D7D7D7;
}
.gallery .gallery-image-wrap:hover {
	border-color:#F9AD24;
}
.gallery .gallery-icon:hover {
	background:rgba(225,225,225,0.4);
	
filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr="#66E1E1E1", EndColorStr="#66E1E1E1"); /* IE6,IE7 */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#66E1E1E1', EndColorStr='#66E1E1E1')"; /* IE8 */
}
#content .portfolio_title h4{
	font-size: 18px;
}
#sidebar h3.widgettitle {
	font-size: 24px;
}
#sidebar a,#sidebar a:visited {
	color:#B45120;
}
#sidebar a:hover,#sidebar a:active {
	color:#EC8601;
}
#sidebar .sidepanel .current-cat a,#sidebar .sidepanel .current_page_item a {
	color:#EC8601 !important;
}
#footer{
	background-image:none;
	
	
	background-color:#2B2B2B;
}
#footer-link-columns {
	color:#FFFFFF;
	font-size:12px;
}
#footer-link-columns ul li {
	background:url(../colors/mono/footer-bullet.png) no-repeat scroll 0 8px transparent;
}
#footer-link-columns a{
	color:#FFFFFF;
}
#footer-link-columns a:hover {
	color:#FFFFFF;
}
#footer-link-columns h3.widgettitle{
	color:#FFFFFF;
	font-size: 24px;
}
#footer-link-columns .widget_contact_form .contact_form .text_input,
#footer-link-columns .widget_contact_form .contact_form .textarea{
	color:#FFFFFF;
}
#footer-bottom .copy {
	color:#C8C8C8;
	font-size:12px;
}
#footer-bottom .copy a{
	color:#FFFFFF;
}
#footer .menu-main-container{
	font-size:12px;
}
#footer .menu-main-container a,#footer .menu-main-container a:visited {
	color:#FFFFFF;
}
#footer .menu-main-container a:hover,#footer .menu-main-container a:active {
	color:#EC8601;
}
#footer-bottom .widget a {
	color:#FFFFFF;
}
#footer-bottom .widget a:hover,#footer-bottom .widget a:active {
	color:#EC8601;
}
.main .flickr_wrap .flickr_badge_image:hover {
	background-color:rgba(225,225,225,0.4);
	
filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr="#66E1E1E1", EndColorStr="#66E1E1E1"); /* IE6,IE7 */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#66E1E1E1', EndColorStr='#66E1E1E1')"; /* IE8 */
}
.main .flickr_wrap .flickr_badge_image img{
	border-color:#D7D7D7;
}
.main .flickr_wrap .flickr_badge_image img:hover {
	border-color:#F9AD24;
}
.toggler.normal .accTogglerOpen{
	background: url(../colors/mono/faq-close.png) no-repeat top right #FFFFFF;
}
.toggler.normal .accToggler{
    background: url(../colors/mono/faq-open.png) no-repeat top right #FFFFFF;
}
.toggler.large .accTogglerOpen{
    background: url(../colors/mono/faq-close-large.png) no-repeat top right #FFFFFF;
}
.toggler.large .accToggler{
    background: url(../colors/mono/faq-open-large.png) no-repeat top right #FFFFFF;
}
#sidebar .widget-slider-back{
	background:url(../colors/mono/widget-back.png) no-repeat;
}
#sidebar .widget-slider-forward{
	background:url(../colors/mono/widget-prev.png) no-repeat;
}
#slideshowprev:hover {
	background: url(../colors/mono/arrow-back_on.png) no-repeat 50% 60%;
}
#slideshownext:hover {
	background: url(../colors/mono/arrow-ffwd_on.png) no-repeat 50% 60%;
}
.accordion .tab.current .icon{
	background:url(../colors/mono/accordion-down-icon.png) no-repeat scroll 0 center transparent;
}
.accordion .tab .icon{
	background:url(../colors/mono/accordion-icon.png) no-repeat scroll center 0 transparent;
}
.image_icon_zoom .image_overlay{
	background-image:url("../colors/mono/overlay-zoom.png");
}
.image_icon_play .image_overlay{
	background-image:url("../colors/mono/overlay-play.png");
}
.image_icon_doc .image_overlay{
	background-image:url("../colors/mono/overlay-doc.png");
}
.image_icon_link .image_overlay{
	background-image:url("../colors/mono/overlay-link.png");
}
#searchform #searchsubmit {
	background: url(../colors/mono/button-search.png) no-repeat;
}
form input:focus, form textarea:focus{
    border-color: #f5c18e;
}
form input:hover, form textarea:hover {
    border-color: #f5c18e;
}
.toggler .accTogglerOpen,
.toggler .accToggler{
	color:#EC8601;
}
.toggler .opentext{
	color:#EC8601;
}
.toggler .closetext{
	color:#EC8601;
}
.pp_social{display:none}
.button{
	behavior:url(http://africaonthefloor.com/wp-content/themes/symplex/includes/PIE/PIE.htc);
}
.pagenavi a,.pagenavi span.current{
	behavior:url(http://africaonthefloor.com/wp-content/themes/symplex/includes/PIE/PIE.htc);
}
.main blockquote{
	behavior:url(http://africaonthefloor.com/wp-content/themes/symplex/includes/PIE/PIE.htc);
}
@font-face{font-family:ExistenceLight;}
div.custom-slider{height:100%;  width:100%;}
div.custom-slider img{width:100%; height:100%;}
div.custom-slider .slide-content{padding:0; width:100%; height:100%;} 
#top-bar{display:none}
#menu-logo, #menu-logo img, #menu-logo .logo a, #dropmenu{height:70px}
#menu-logo .logo , #dropmenu li{margin-top:0; padding-top: 18px;}
.orbit-wrapper .orbit-caption{
top: 70px;
right: 100px;
bottom: auto;
width: 80%;
height: auto;
font-weight: normal;
font-size: 60px;
text-align: center;
padding: 20px;
color: #E47524;
text-shadow:1px 1px 0px #FFFFFF;
line-height: 60px;
font-family: 'Raleway', sans-serif;
}
.orbit-wrapper .orbit-caption{background:none;}
.orbit-wrapper .orbit-caption span{font-size: 30px !important;}

/*eb modif*/
.cust, .cust2{min-height:1px !important; padding:0px !important;}
.cust3{width:98% !important;}
#footer-bottom{ min-height:30px !important; padding-top:10px !important;}
#menu-logo img{top: 0px !important; position:absolute;}
#dropmenu ul{top:50px;}
.pagenavi .post-prev img, .pagenavi .post-next img{padding:0px;}
.pagenavi a{border:none; background:none; box-shadow:none;}
.pagenavi a:hover{background:none;}
#content-area h1{color: #E47524;}
.pagenavi .post-prev a, .pagenavi .post-next a{padding:0px;}

.post {margin-bottom:0px;}
/* .post-image-single a img{
width: auto !important;
height: 70% !important;
} */

.post-image-single{border:0px;}
.main img.alignnone {margin-top: 20px;}

.portfolios .portfolio_desc{display:none;}
#content-area h3{margin-top: 20px;}
div.orbit-wrapper div.orbit-caption iframe{ display:none!important;}