
/**** GENERAL ****/
a:hover, a:focus{
	color:#ff0000
}
::-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:#ff0000;
}

.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:#ff0000;
}
.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:#ff0000;
}
.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:#ff0000 !important;
}

                /* GENERAL TYPOGRAPHY---------------------- */
.title {
    font-family:"flood-std",sans-serif;
    font-style: normal;
    font-weight: 400;
}
.heading-title-wrapper h2.title {
    font-size: 4em; 
}

/* TOP SLIDER------------------------------ */
#scroll_to {
    visibility: hidden;
}
.text-slider {
    width: 100%;
    top: 10% !important;
    left: 0 !important;
    padding: 0 5%;
}
.text-slider h1 {
    font-family: flood-std, sans-serif;
    font-size: 56px;
    color: #fff;
}
.text-slider p {
    font-family: Roboto;
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
}
.text-slider h1, .text-slider p {
    text-align: center;
}

/* NAVIGATION------------------------------ */
.logo-wrapper {
    height: 79px;
}
.fontawesome-text {
    display: none;
}
    
/* BLOG BLOCK------------------------------ */
.et-post-date{
    padding-bottom: 15px;
    margin-bottom: 10px;
}
.et-post-heart {
    display: none;
}
.et-post-date {
    border-bottom: none;
}
.comment-wrap {
    display: none;
}

/* IN-ACTION BLOCK------------------------- */
#in-action .sub-title {
    color: #000;
}

/* TEAM BLOCK------------------------------ */
.team-info .position {
    color: #ff0000 !important;
    font-weight: 700;
}

/* CONTACT BLOCK--------------------------- */
#contact .line-title {
    background-color: #ff0000 !important;
}

/* RESPONSIVE EMBEDS----------------------- */
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.entry-content img, 
.entry-content iframe, 
.entry-content object, 
.entry-content embed {
        max-width: 100%;
}            