
/**** GENERAL ****/
a:hover, a:focus{
	color:#e8432e
}
::-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:#1470b2;
}

.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:#1470b2;
}
.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:#1470b2;
}
.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:#1470b2 !important;
}

                .list-services-wrapper .service-wrapper .icon {
 border: 2px solid #1470b2;   
}

.list-services-wrapper .service-wrapper .icon i{
    color: #1470b2;   
}

.copyright{
    font-weight: 300;
}

.copyright a{
    color: #fff;
}

.copyright a:focus{
    color: #fff;
}

.copyright a:hover{
    color: #e8432e;
}

.port-excerpt .fa-ul {    
    padding-left: 15px;
}

.port-excerpt .fa-ul li i{
    color: #1470b2;
}

.port-excerpt ul.technology::after {
    clear: both;
}

.port-excerpt ul.technology {
    list-style-type: none;
    float: left;
    display: block;
    margin: 10px 0 0 0px;
    padding-left: 0;
}

.port-excerpt ul.technology li {
    display: block;
    float: left;
    background: none repeat scroll 0% 0% #1470b2;
    color: #FFF;
    padding: 4px 10px;
    margin: 0 10px 5px 0;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15);
}

.clearboth {
    clear: both;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.blog-header-wrapper{
    height: 130px;
}

.blog-filter-container{
    margin-top: 320px;
}

div.wpcf7-response-output{
    margin: 0;
    padding: 0;
}

div.wpcf7-validation-errors {
    border: 0;
    color:  #F7E700;
}

div.wpcf7-mail-sent-ok {
	 border: 0;
     color: #fff;
}

div.wpcf7-mail-sent-ng {
	 border: 0;
     color: #ff0000;
}

div.wpcf7-spam-blocked {
	 border: 0;
     color: #ffa500;
}

.animation-wrapper ul.technology {
    list-style-type: none;
    float: left;
    display: block;
    margin: 10px 0 0 0px;
    padding-left: 0;
    font-size: 18px;
}

.animation-wrapper ul.technology li {
    display: block;
    float: left;
    background: none repeat scroll 0% 0% #1470b2;
    color: #FFF;
    padding: 4px 10px;
    margin: 0 10px 5px 0;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15);
}
/*
footer-img{
    -webkit-animation: fixChrome 0.1s;
}

@-webkit-keyframes fixChrome
{
10%{
    display: block;
    position: relative;
    opacity: 0;
}
100%{
    display: block;
    position: relative;
    opacity: 1;
}
}
*/

.site-footer{
    background-color:#1470b2;
}

.parallax {
 
  -webkit-animation: fixChrome 1s;
}

@-webkit-keyframes fixChrome {
  100% {
    display: block ;
    opacity: 1;
  }
}            