a:hover, .section-title a.read-more:hover, #nav li.current-menu-item a, #nav li:hover a, .breadcrumbs li.active a, .team-info .name-position span, .portfolio-filter-container li.active a, .post-body h3:hover, .widget_recent_comments li:hover a, #footer a:hover, .footer-contact-info li.mail a:hover, blockquote span.author, .pricing-table-col.selected-2 .head h1, .pricing-table-col.selected-2 .head h2, .pricing-table-col.selected-2 .head h3, .pricing-table-col.selected-2 .head h4, .pricing-table-col.selected-2 .head h5, .pricing-table-col.selected-2 .head h6 {
  color: #dc6226;
  }
  
  a:hover {
  text-decoration: none !important;
  }
  
  /* CONTACT 
  ------------------------------------------------------------------------- */
  .wpcf7-text{
  width: 150px;
  }
  /* FOOTER
  ------------------------------------------------------------------------- */
  .social-links li:nth-child(4n){
  margin-right: 10px !important;
  }
  
  .copyright-container p{
  margin: 0 auto;
  display: block;
  text-align: center;
  }
  
  .footer-contact-info{
  display: table;
  float: none;
  margin: 10px auto 0;
  }
  
  }
  
  /* INDEX PAGE STYLES */
  #index_wrapper {
    /*width: 100%;*/
  }

  .boxes-container {
    display: block;
    max-width: 900px;
    margin: auto;
    padding: 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
  }  

  div.boxes-container a{
    display: block;
    float: left;
    width: 50%;
    margin: 0px;
    margin-bottom: 45px;
    background: #fff;
    padding: 10px;
    background: #f8f8f8;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    padding: 25px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    position: relative;
    min-height: 266px;
  }
  div.boxes-container a:hover {
    background: #dc6226;
  }
  div.boxes-container a:hover:before{
      content: '';
      position: absolute;
      display: block;
      width: 16px;
      background: url('service-before.png') no-repeat;
      top: 0;
      left: -16px;
      height: 200px;
  }

  div.boxes-container a:hover:after{
      content: '';
      position: absolute;
      display: block;
      width: 16px;
      background: url('service-after.png') no-repeat;
      top: 0;
      right: -16px;
      height: 200px;
      z-index: 200;
  }


  div.boxes-container a .top {
    display: block;
    min-height: 80px;
  }
    
  div.boxes-container a .bottom {
    display: block;
    min-height: 100px;
  }
  div.boxes-container a i.fa{
    margin: 0px auto;
    display: block;
    font-size: 68px;
    text-align: center;
    margin-bottom: 10px;
    color: #444;
  }
  div.boxes-container a h3 {
    font-size: 19px;
    color: #dd6217;
    text-align: center;
    font-weight: 500;
  }
  
  div.boxes-container a p {
    padding-top: 10px;
    font-size: 15px;
    font-family: 'Metrophobic', sans-serif;
    line-height: 21px;
    color: #777;
    font-style: normal;
    font-weight: 400;
    text-align: center;
  }
  div.boxes-container a:hover i.fa,
  div.boxes-container a:hover p,
  div.boxes-container a:hover h3 {
    color: #fff;
  }
  
  .box-container-5 {
    display: block;    
    margin: auto 0;
    padding: 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
  }  

  div.box-container-5 a{
    display: block;
    float: left;
    width: 25%;
    margin: 0px;
    margin-bottom: 45px;
    background: #fff;
    padding: 10px;
    background: #f8f8f8;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    padding: 25px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    position: relative;
    min-height: 266px;
  }
  div.box-container-5 a:hover {
    background: #dc6226;
  }
  div.box-container-5 a:hover:before{
      content: '';
      position: absolute;
      display: block;
      width: 16px;
      background: url('service-before.png') no-repeat;
      top: 0;
      left: -16px;
      height: 200px;
  }

  div.box-container-5 a:hover:after{
      content: '';
      position: absolute;
      display: block;
      width: 16px;
      background: url('service-after.png') no-repeat;
      top: 0;
      right: -16px;
      height: 200px;
      z-index: 200;
  }


  div.box-container-5 a .top {
    display: block;
    min-height: 80px;
  }
    
  div.box-container-5 a .bottom {
    display: block;
    min-height: 100px;
  }
  div.box-container-5 a i.fa{
    margin: 0px auto;
    display: block;
    font-size: 68px;
    text-align: center;
    margin-bottom: 10px;
    color: #444;
  }
  div.box-container-5 a h3 {
    font-size: 19px;
    color: #dd6217;
    text-align: center;
    font-weight: 500;
  }
  
  div.box-container-5 a p {
    padding-top: 10px;
    font-size: 15px;
    font-family: 'Metrophobic', sans-serif;
    line-height: 21px;
    color: #777;
    font-style: normal;
    font-weight: 400;
    text-align: center;
  }
  div.box-container-5 a:hover i.fa,
  div.box-container-5 a:hover p,
  div.box-container-5 a:hover h3 {
    color: #fff;
  }
  
  @media (max-width: 767px) {
    
    #desk-header #right-nav {
      display: none;
    }
    
  }
