
/**** GENERAL ****/
a:hover, a:focus{
	color:#F99D32
}
::-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:#F99D32;
}*/
.mask-color, .social-share ul.social li:hover a, #showRightPush:hover{
	background-color:#F99D32;
}

.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:#F99D32;
}
.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:#F99D32;
}
.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:;
}
.color-white *{
	color:#ffffff !important;
}
.color-white .popup-video:hover, .color-white .popup-video:hover .icon-play-video i{
	color:#F99D32 !important;
}

html {
  margin-top: 30px !important;
}

html body {
  background-color: #fff !important;
  overflow-x: hidden;
  border: none;
}

#header {
  background: #585252;
  margin: 0;
  width: 100.1%;
  border: none;

  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
}
#header.stuck-sticky {
  background: #585252;
}
#header.stuck-sticky #main-menu-top .main-menu li a {
  padding: 0 20px;
}
#header.stuck-sticky #main-menu-top .main-menu li#menu-item-223 a {
  background-size: cover;
  width: 60px;
  height: 60px;
}
#header.stuck-sticky #main-menu-top .main-menu li {
  min-width: unset;
}
.admin-bar #header.stuck-sticky {
  top: 32px;
}

#main-menu-top {
  padding: 12px 0;
}
#main-menu-top .main-menu {
  display: flex;
  align-items: center;
  justify-content: center;
}
#main-menu-top .main-menu li a {
  height: auto;
  padding: 0 5px;

  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
#main-menu-top .main-menu li a:hover,
#main-menu-top .main-menu li a.active {
  color: #f99c32 !important;
}

#portfolio_filter_top a,
.client-login a {
  color: #197da0 !important;
}
#portfolio_filter_top a:hover,
.client-login a:hover {
  color: #197da0 !important;
}

a#scroll_to {
  margin-top: 25px;
}
.img-scroll-down {
  height: 26px;
  width: 56px;
  animation: nudge 1.6s infinite ease-in-out;
}

@keyframes nudge {
  50% {
    transform: translateY(10px);
  }   
}

.social-footer li a i:before {
  display: none;
}