
._2p3a {
    width: 100% !important;
}

.fixed-header {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  opacity: 1;
  visibility: visible;
  z-index: 99999;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  padding: 0px;
 }
 @-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

div.scroll-down a {
    position: absolute;
    bottom: 20px;
    left: 50%;
    z-index: 2;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #fff;
    letter-spacing: .1em;
    text-decoration: none;
    transition: opacity .3s;
}

div.scroll-down a span {
  position: absolute;
  top: -10px;
  left: 50%;
  width: 30px;
  height: 50px;
  margin-left: -15px;
  border: 2px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
}
div.scroll-down a span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sdb10 2s infinite;
  animation: sdb10 2s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb10 {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb10 {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.featuredSlider figure {
    height: 150px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.estateSlider .owl-nav,
.featuredSlider .owl-nav {
    display: none;
}
.estateSlider .owl-dots.disabled {
    display: block !important;
    margin-top: 25px;
}
.estateSlider .owl-dot,
.featuredSlider .owl-dot {
    display: inline-block;
    margin: 0 4px;
}

.estateSlider .owl-dot span,
 .featuredSlider .owl-dot span{
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background-color: #fff;
    border:1px solid #263844;
    display:inline-block;
}
.estateSlider .owl-dot.active span,
.featuredSlider .owl-dot.active span{
      background-color: #263844;
        border:1px solid #fff;
}
.estateSlider .owl-dot span:hover,
 .featuredSlider .owl-dot span:hover{
         background-color: #263844;
        border:1px solid #fff;
     }
.featured-in center h2{
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.four-box.head h2{
       font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 25px;
}
.four-box.head .alignleft {
    float: right;
    text-align: right;
    margin-left: 10px;
    margin-bottom: 10px;
}
.four-box.head img.avatar.avatar-85.photo {
    margin: 0;
}
hr.hr_line {
     margin: 30px auto 20px;
    max-width: 800px;
    border: 0;
    height: 1px;
    background: rgba(38, 56, 68, 0.14901960784313725);
}
.about_here {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    margin-top: 15px;
}
.about_here a.about_btn{
       font-size: 14px;
    font-weight: 400;
    color: #fff;
    border: 2px solid #263844;
    background: #263844;
    padding: 6px 20px;
    border-radius: 28px;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.about_here a.about_btn:hover{
     color: #263844;
    border: 2px solid #263844;
    background: #fff;
}
.four-box section.user-profile div.widget-wrap .about_here p{
    font-size: 12px;
    margin-bottom: 0;
    font-weight: 400;
}
.four-box section.user-profile div.widget-wrap .about_here p strong{
    font-size: 15px;
    font-weight: 600;
    margin-right:7px;
}
.professional h3{
       font-size: 28px;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
}
.professional p {
    margin: 0 0 20px;
    padding: 0 8%;
    font-size: 16px;
    line-height: 1.8;
}
.professional p a.submit_btn{
       font-size: 14px;
    font-weight: 400;
    color: #fff;
    border: 2px solid #263844;
    background: #263844;
    padding: 6px 30px;
    margin-right:15px;
    border-radius: 28px;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.professional p a.submit_btn:hover{
     color: #263844;
    border: 2px solid #263844;
    background: #fff;
}
div#gform_wrapper_1 .widget.enews-widget{
    padding:20px;
}
div#gform_wrapper_1 .widget.enews-widget .gform_heading {
    width: 100%;
    margin-bottom: 0;
}
div#gform_wrapper_1 .widget.enews-widget .gform_heading h3.gform_title {
    margin: 0 0 10px;
    font-size: 22px;
}
div#gform_wrapper_1 .widget.enews-widget .gform_heading span.gform_description {
    font-size: 16px;
    font-weight: 400;
    padding: 0;
    line-height: 1.6;
    display: inline-block;
}
div#gform_wrapper_1 .gform_body label.gfield_label {
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: 400;
}
div#gform_wrapper_1 .gform_body label.gfield_label span{color:#ff8080;}
div#gform_wrapper_1 .gform_body{
    margin-top:15px;    
}
div#gform_wrapper_1 .gform_body ul li.gfield {
    clear: both;
    margin-bottom: 15px;
}
div#gform_wrapper_1 .gform_body .ginput_container{
    margin:0;
}
.validation_error {
    display: none;
}
.gform_wrapper .top_label .gfield_error {
    width: 100% !important;
}
div#gform_wrapper_1 .gform_body .ginput_container input.large{
    width: 100%;
    padding: 2px 10px;
    height: 42px;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 2px;
    font-size: 16px;
    margin-bottom: 0;
    color: #fff;
}
.gform_footer.top_label input#gform_submit_button_1 {
        border-radius: 30px;
    padding: 15px 20px;
    background-color: #fff;
    color: #263844;
    border:1px solid #263844;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.gform_footer.top_label input#gform_submit_button_1:hover{
    background-color: #263844;
    color: #fff;
    border:1px solid #fff;
}
section#featured-post-2 h4.widget-title.widgettitle{
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 32px;
    text-align:center;
}
section#featured-post-2 h4.widget-title.widgettitle:after{
    content: '';
    background: #263844;
    width: 120px;
    height: 2px;
    display: block;
    margin: 10px auto 30px;
}
section#featured-post-2 header.entry-header h2.entry-title {
    font-size: 0;
    margin: 0;
}
section#featured-post-2 header.entry-header .entry-title a {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    display: inline-block;
    line-height: 1.4;
    color: #000;
}
section#featured-post-2 header.entry-header .entry-title a:hover{
    color:#263844;
}
section#featured-post-2 .entry-content p{
    font-size: 16px;
    letter-spacing: 0.2px;
}
section#featured-post-2 .entry-content p a.more-link {
    text-align: right;
    float: right;
    margin-top: 15px;
    margin-right: 6px;
    background: #263844;
    border:1px solid #263844;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    padding: 4px 16px;
    border-radius: 24px;
        -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
section#featured-post-2 .entry-content p a.more-link:hover{
     background: #fff;
    border:1px solid #263844;
    color: #263844;
}
section#text-21{
text-align: center;
}
section#text-21 .textwidget a {
    background: #263844;
    border:1px solid #263844;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    padding: 6px 50px;
    border-radius: 24px;
     display: inline-block;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
section#text-21 .textwidget a:hover{
      background: #fff;
    border:1px solid #263844;
    color: #263844;
}
section#text-9 h2.real{
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-size: 32px;
    padding-bottom: 30px;
}
section#text-9 h2.real:after{
    content: '';
    background: #263844;
    width: 120px;
    height: 2px;
    display: block;
    margin: 10px auto;
}
.estateSlider figure {
    height: 185px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.estateSlider .entry-title a{
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 18px;
    color:#000;
}
.estateSlider .entry-title a:hover{color:#263844;}
.footer-cont.bottom h2{
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 28px;
    color:#000;
    margin-bottom:10px;
}
.footer-cont.bottom h2.testimonial_rotator_slide_title{
    font-size: 18px;
    margin-left: 42px;
}
.footer_last{padding-top:50px;}
.footer_last p {
    font-size: 16px;
    padding: 0 10%;
    line-height: 1.8;
    margin-bottom: 10px;
}
.footer_last .footer_btn {
    text-align: center;
    padding: 20px 0 0;
}
.footer_last .footer_btn a{
    background: #263844;
    border:1px solid #263844;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    padding: 6px 50px;
    margin:0 20px;
    border-radius: 24px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.footer_last .footer_btn a:hover{
    background: #fff;
    border:1px solid #263844;
    color: #263844;
}
.featured-in center h2:after {
    content: '';
    background: #263844;
    width: 120px;
    height: 2px;
    display: block;
    margin: 10px auto;
}
.creds p {
    font-size: 14px !important;
}
.footer-cont.bottom ul li a:hover{
    color:#263844;
}
.footer-cont.bottom ul li i{
    font-size: 18px;
    color: #263844;
    margin-right: 12px;
}
.text.testimonial_rotator_description {
    position: relative;
}
.text.testimonial_rotator_description:before{
    content: "\f10d";
    font-family: FontAwesome;
    color: rgba(0, 0, 0, 0.12);
    font-size: 32px;
    position: absolute;
    top: -12px;
    left: 0;
}


/*  Contact-Page-Css   */
.content-sidebar-wrap .entry{
    padding:40px;
}
.form_left{
    width: 49%;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #ddd;
    padding: 20px;
    margin-bottom:25px;
}
.form_right {
    width: 48%;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #ddd;
    padding: 20px;
    margin-left:20px;
}
.form_left div#gform_wrapper_3 {
    max-width: 100%;
    margin: 0;
}
h2.entry-title a,
.content-sidebar-wrap main.content h1.entry-title{
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
}
h2.entry-title a:hover{color:#263844;}
.form_left .gform_wrapper h3.gform_title{
    font-size:24px;
    margin:0;
    padding:0;
}
.form_left .gform_wrapper .top_label .gfield_label{
    font-size: 14px;
    margin: 0 !important;
    padding: 0;
    font-weight: 400;
}
.form_left .gform_wrapper input{
    height: 42px;
    padding: 2px 10px !important;
    font-size: 16px !important;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 2px;
    color: #000;
    width:100% !important;
}
.form_left .ginput_complex.ginput_container {
    margin:0 !important;
}
.form_left .ginput_complex.ginput_container .name_last label,
.form_left .ginput_complex.ginput_container .name_first label{
 display:none;   
}
.form_left .gform_wrapper ul#input_3_6 li input [type="checkbox"]{
    height:auto;
}
.gform_wrapper ul.gfield_checkbox li input[type=checkbox], .gform_wrapper ul.gfield_radio li input[type=radio]{
    height:auto;
}
.gform_wrapper ul.gfield_checkbox li, .gform_wrapper ul.gfield_radio li {
    padding: 0!important;
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
}
.form_left .gform_wrapper .top_label select.medium {
    width: 100%;
    height: 42px;
    border: 1px solid #ddd;
    border-radius: 2px;
}
.gform_wrapper textarea.large{
    width: 100%;
    height: 42px;
    border: 1px solid #ddd;
    border-radius: 2px;
    height:160px;
}
input#gform_submit_button_3{
background: #263844;
    border:1px solid #263844;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    padding: 7px 50px;
    margin:0 0;
    border-radius: 4px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
input#gform_submit_button_3:hover{
    background: #fff;
    border:1px solid #263844;
    color: #263844;
}

.form_right h3{
   font-size: 24px;
    margin: 0 0 25px;
    padding: 0;
    font-weight: 700;
}
.form_right p{
    font-size: 14px;
    color:#000;
    font-weight:400;
}
.contact-form ul{
 padding:0;
 list-style:none;
 margin:0;
}
.contact-form ul li {
  font-size: 16px;
    color:#000;
    font-weight:400;
    list-style: none;
     margin-bottom: 15px;
}
.contact-form ul li i{
    font-size:18px;
    padding-right: 20px;
}
.contact-form ul li span{
    width: 60%;
    display: inline-block;
    vertical-align: top;
}
.contact-form ul li a{
  font-size: 16px;
    color:#000;
    font-weight:400;
}
/* //Contact-Page-Layout */

/*  FEatured-Page-CSS   */
#IDX-main{
webkit-box-shadow:  none;
    box-shadow: none;
    background: #fff;
}
.IDX-resultsCell:after,
.IDX-resultsCell{
    border:none !important;
    background:none;
}
.IDX-results-static .IDX-resultsCell {
    padding-bottom: 110px;
}
div#IDX-resultsHeader {
       display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    flex-wrap: wrap;
    padding:20px 0;
}
div#IDX-resultsCountWrap {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    display: inline-block;
    vertical-align: middle;
}
div#IDX-resultsTopLinks{
    display: inline-block;
    vertical-align: middle; 
    margin-top: 25px;
    width: 100%;
}
div#IDX-resultsCountWrap span.IDX-resultsCount{
    font-size: 16px;
    margin-right: 5px;
}
#IDX-resultsFooter {
    clear: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.IDX-resultsSeparatorText {
    color: #777777;
    font-size: 22px;
    font-weight: bold;
    left: 0;
    margin: 15px 0;
    position: inherit;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

.IDX-propertyTypeHeader{
    border-bottom:2px solid #263844;
}
.IDX-resultsCell{margin:0 0 15px;}
.IDX-topLink {
    margin-right: 20px;
}
div#IDX-resultsTopLinks .IDX-topLink a{
      background: #263844;
    border:1px solid #263844;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 6px 20px;
    margin:0 0 20px;
    border-radius: 24px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
div#IDX-resultsTopLinks .IDX-topLink a:hover{
    background: #fff;
    border:1px solid #263844;
    color: #263844;
}
.IDX-perPageForm select {
    padding: 5px 10px;
}
.IDX-resultCellContainer h4.IDX-propertyTypeHeader{
    font-size:32px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.IDX-pagination {
    display: block;
    height: auto;
    margin: 0;
}
.IDX-pagination ul{margin:0;}
.IDX-pagination ul li a {
    padding: 6px 9px;
    font-size: 12px;
    color:#000;
}
.IDX-pagination ul li.IDX-active a{color:#263844;}
.sidebar-primary #text-11{display:none!important;}
aside.sidebar.sidebar-primary.widget-area .textwidget h4{
    font-size:24px;
    font-weight: 600;
    text-transform: uppercase;
}
/*aside.sidebar.sidebar-primary.widget-area .textwidget p{*/
/*    font-size:14px;*/
/*    line-height:1.4;*/
/*    color:#000;*/
/*    font-weight:400;*/
/*}*/
aside.sidebar.sidebar-primary.widget-area .textwidget a{
    color: #000;
    font-size: 14px;
    font-weight: 400;
}
aside.sidebar.sidebar-primary.widget-area .textwidget a:hover{
    color: #263844;
}

div#IDX-resultsMLSRights div{margin:12px 0;}
div#IDX-main div#IDX-resultsMLSRights div a{
 background: #263844;
    border:1px solid #263844;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 6px 20px;
    margin:0 20px;
    display: inline-block;
    border-radius: 24px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
div#IDX-main div#IDX-resultsMLSRights div a:hover{
    background: #fff;
    border:1px solid #263844;
    color: #263844;
}
div#IDX-main div a{
    font-size:14px;
    color:#000;
}

.entry-content h2{
    font-size: 22px;
    font-weight: 600;
    text-align: left !important;
    line-height: 1.4;
}
.entry-content p{
     font-size:14px;
     line-height:1.8;
     color: #000 !important;
}
a.inner_btn{
    background: #263844;
    border:1px solid #263844;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 5px 30px;
    margin:0;
    display: inline-block;
    border-radius: 24px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
a.inner_btn:hover{
    background: #fff;
    border:1px solid #263844;
    color: #263844;
}
.rgc-featured-image h3 a{
    color: #000;
    font-size: 18px;
    font-weight: 700;
}
.rgc-featured-image h3 a:hover{color:#263844;}
.rgc-featured-image p{
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height:1.8;
}
a.blog-btn{
    background: #263844;
    border:1px solid #263844;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 5px 30px;
    margin:0;
    display: inline-block;
    border-radius: 24px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
a.blog-btn:hover{
    background: #fff;
    border:1px solid #263844;
    color: #263844;
}

.rgc-featured-image.same{
    background-color: white;
    padding: 25px 25px;
    margin-bottom: 20px;
    width: 48%;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 25px;
    min-height: 510px;
}
.rgc-featured-image.same:nth-child(odd){
    margin-right:0;
}
.rgc-featured-image.same:nth-child(even){
    margin-right:25px;
}
section#recent-posts-4 .widget-wrap h4.widget-title.widgettitle{
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
}
section#recent-posts-4 .widget-wrap ul li a{
    font-size:14px;
    color:#000;
    line-height:1.4;
}
section#recent-posts-4 .widget-wrap ul li{margin-bottom:0;}
section#recent-posts-4 .widget-wrap ul li a:hover{
    color:#263844;
}
/*.entry-content p a,*/
/*.entry-content strong{*/
/*    color:#000;*/
/*    font-size:16px;*/
/*    font-weight:400;*/
/*}*/
/*.entry-content p a:hover{*/
/*    color:#263844;*/
/*}*/
.read_some{
      color:#000;
    font-size:16px;
    font-weight:400;
    margin-bottom:20px;
}
.read_some a{
      color:#000;
    font-size:14px;
    font-weight:400; 
    margin-left:10px;
}
.read_some a:hover{color:#263844;}
ul.map_layout{
    padding:0;
    list-style:none;
    margin:0 0 20px;
}
ul.map_layout li{
    list-style:none;    
    margin-bottom: 15px;
}
ul.map_layout li i{
    color:#263844;
    font-size:18px;
    margin-right: 15px;
}
ul.map_layout li a{
        color:#000;
    font-size:16px;
    font-weight:400;
}
ul.map_layout li a:hover{color:#263844;}
body.page-id-11692.agentpress-pro-landing .footer_last {
    padding-bottom: 50px;
}
.fb-like.fb_iframe_widget{line-height:0;}
.header-top{
    background: #263844;
    border-bottom: 1px solid #57636b;
    padding: 12px 1px 12px 17px;
}
ul.social-icon {
    padding: 0;
    margin: 0;
    list-style: none;
}
ul.social-icon li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
}
ul.social-icon li a{
    background: #fff;
    border:1px solid #fff;
    color:#000;
   width: 25px;
    height: 25px;
    line-height: 24px;
    text-align: center;
    display: block;
    border-radius: 100%;
    font-size: 14px;
    -webkit-transition:all 0.4s ease-in-out;
    transition:all 0.4s ease-in-out;
}
ul.social-icon li a:hover{
    background: #263844;
    border:1px solid #fff;
    color:#fff
}
.head_warp {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.head_warp .phone ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.head_warp .phone ul li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}
.head_warp .phone ul li {
        color:#fff;
}
.head_warp .phone ul li i{
    color:#fff;
     font-size: 15px;
    margin-right: 10px;
}
.head_warp .phone ul li a{
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    -webkit-transition:all 0.4s ease-in-out;
    transition:all 0.4s ease-in-out;
}
.head_warp .phone ul li a:hover{
    color:#d0d0d0;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  animation: fadeInLeft 2s linear 0s 1 alternate;
}

/*#slide {*/
/*    position: absolute;*/
/*    right: -600px;*/
    /*width: 600px;*/
    /*height: 370px;
    background: blue;*/
/*    -webkit-animation: slide 0.5s forwards;*/
/*    -webkit-animation-delay: 2s;*/
/*    animation: slide 0.5s forwards;*/
/*    animation-delay: 2s;*/
/*}*/

/*@-webkit-keyframes slide {*/
/*    100% { right: 0; }*/
/*}*/

/*@keyframes slide {*/
/*    100% { right: 0; }*/
/*}*/
@media only screen and (max-width:767px){
    .head_warp {
        display: inherit;
    }
    .head_warp .phone ul li{margin-right:10px;}
    .head_warp .phone ul li i {
        font-size: 14px;
        margin-right: 7px;
    }
    ul.social-icon{text-align:center;}
    .head_warp .phone ul li a{font-size:13px;}
    .phone { margin-top: 5px;}
    a.home-button{margin:0 5px 10px;}
    .site-inner{padding-top:0;}
    .featured-in center h2{font-size:28px !important;}
    .home-bottom, .home-top {
        padding: 25px 0;
    }
    .four-box.head{width:100%; padding:20px 25px; min-height:auto;}
    .about_here a.about_btn{padding:5px 15px; font-size:12px;}
    .four-box.head h2{font-size:21px;}
    .professional h3{font-size:23px;}
    .professional p {
        margin: 0 0 15px;
        padding: 0;
        font-size: 15px;
        line-height: 1.6;
    }
    .professional p a.submit_btn{
        padding: 5px 20px;
        margin-right: 10px;
        font-size:12px;
    }
    section#text-9 h2.real {
        font-size: 22px;
        padding-bottom: 20px;
    }
    .footer_last .footer_btn a{
        margin:0 20px 10px;
        display: block;
    }
    .content-sidebar-wrap .entry {
        padding: 20px 0;
    }
    div#IDX-resultsHeader{display:inherit}
    .IDX-topLink {
        margin-right: 5px;
    }
    div#IDX-resultsTopLinks .IDX-topLink a {
        font-size: 12px;
        padding: 5px 10px;
        margin: 0 0 12px;
    }
    .widget p:last-child, .widget-area .widget:last-child{padding:0;}
    .rgc-featured-image.same{width:100%;}
    .form_right,
    .form_left{width:100%;}
    .form_right{
        margin-left: 0;
        margin-bottom: 20px;}
}