
/**** GENERAL ****/
a:hover, a:focus{
	color:#e5cd34
}
::-webkit-input-placeholder { /* WebKit browsers */
    color:    #999;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #999;
    opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #999;
    opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #999;
}
/**** PRELOADING ****/
.mask-color, .social-share ul.social li:hover a, #showRightPush:hover, .slicknav_btn:hover, .slicknav_nav a:hover, .slicknav_nav .slicknav_item:hover {
	background-color:#844302;
}

.prev:hover, .next:hover, .close-port:hover i, .read-more:hover, .read-more i, .view-all-blog:hover, .view-all-blog:hover span i, a.et-like-post.active span i, .btn.get-in-touch:hover, .et-post-data-left.single-blog a.home-icon:hover i, .form-submit input[type="submit"]:hover, .social-footer li a:hover i, .contact-form-wrapper input[type="submit"]:hover, #test_content .item .name-client, h1.title-blog a:hover, .btn.btn-oe:hover{
	color:#844302;
}
.close-port:hover, .view-all-blog:hover span, .btn.get-in-touch:hover, .image-blog-wrapper, .et-post-data-left.single-blog a.home-icon:hover, .form-submit input[type="submit"]:hover, .contact-form-wrapper input[type="submit"]:hover, .btn.btn-oe:hover, .popup-video:hover .icon-play-video{
	border-color:#844302;
}
.line-wrapper .line-circle, .pie-content h2, .percent-chart, .et-post-month, .et-post-date, .title-blog, .counter .timer, .btn.get-in-touch, .title-single, .post-tags a, .oe-comments-title, .copyright, .contact-form-wrapper input[type="submit"], .text-slider, a#scroll_to, .quote-charater, #test_content .item .name-client, .slicknav_menu  .slicknav_menutxt, .slicknav_nav a, .form-submit input[type="submit"], .btn.btn-oe, .blog-filer ul li a{
	font-weight:700;
}
.color-white *{
	color:#ffffff !important;
}
.color-white .popup-video:hover, .color-white .popup-video:hover .icon-play-video i{
	color:#844302 !important;
}

body{
    background-color:#111;
    color:#fff!important;
}
#header.stuck-sticky{
    background:#111;
}
header{
    border-bottom:none;
    min-height:120px;
}
.et-blog-post{
    pointer-events: none;
}

.blog-wrapper{
    background:#111;
}
.blog-wrapper{
    height:auto;
}
.image-blog-wrapper{
    height:auto;
}

div.et-post-info,a.read-more,a.et-like-post{
    display:none;
}
div.isp-calendar-table{
    width:100%;
    max-width:600px;
    float:right;
}
div.isp-calendar-table .isp-calendar-inner,
div.isp-calendar-table td.business,
div.isp-calendar-table td.space{
    color:#fff;
    background:#111;
}
div.isp-calendar-table td.all{
    background:#fdd;
    color:#c00;
}
.holiday_am,.holiday_pm{
    display:none;
}
.leftblk,.rightblk{
    float:left;
    width:46%;
}
.rightblk {
    float:left;
    width:50%;
    padding:2%;
    background:rgba(5,5,5,.8);
    border-radius:10px;
}
.rightblk img {
    max-width:100%;
}
.leftblk h2{
    background:rgba(5,5,5,.8);
    padding:.5em .7em;
    border-radius:10px 0 0 10px;
    font-size:2.4rem;
}
.rightblk h2{
    padding:.5em 0;
    color:#fc0;
    clear:both;
}
.photoblk3 img{
    width:30%;
}
.sent .formInner {
    display: none;
}
.completeview{
    display: none;
}
.sent .completeview{
    display: block;
}
label{clear:both;float:left;width:25%;}
input,select,textarea{color:#111;}
@media screen and (max-width : 990px) {
    .leftblk,.rightblk{
        float:none;
        width:100%;
    }
}