/* ---------------------------------------------- SUPPORT ---------------------------------------------------------------------------------- */
#support_wrap{
 width:100%;
 display:block;
 padding:10px;
 border-bottom:5px solid #333;
 background-color:#fff;
 -webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;
}
#support_wrap h3{
 margin:20px auto;
 text-align:center;
 font-size:20pt;
 font-weight:700;
 color:#d61717;
 display:block;
}
#support_wrap a{
 margin:10px auto;
 text-align:center;
 font-size:21pt;
 font-weight:600;
 font-family:Segoe UI,Segoe;
 color:#333;     
 display:block;
}
#support_wrap a:hover{
 color:#666;    
}
#contact_verb{
 margin:20px auto 5px auto;
 text-align:center;
 font-size:12pt;
 color:#333;             
}
#contact_name{
 margin:0 auto 20px auto;
 text-align:center;
 font-size:12pt;
 color:#d61717;                  
 font-weight:700;
 /*font-family:Segoe UI,Segoe;*/
 font-family:Segoe UI Light,SegoeLight;
}
#support_mail{
 margin:0 auto 20px auto;
 text-align:center;
 font-size:12pt;
 color:#333;   
 text-align:center;
}
#support_mail span{
 font-size:12pt;
 color:#d61717;
 /*font-family:Segoe UI Light,SegoeLight;*/
 font-weight:700;
 text-transform:capitalize;
}
#support_wrap > #support_mail > a{
 font-size:12pt;
 color:#333;
 text-decoration:underline; 
 font-family:Segoe UI Light,SegoeLight;
 display:inline;
}
#support_wrap > #support_mail > a:hover{
 text-decoration:none;    
}
@media(max-width:1150px){
 #support_wrap a{
  font-size:15pt;      
 }     
}
/* ---------------------------------------------- SUPPORT SMALL ---------------------------------------------------------------------------------- */
#support_small{
 display:none;    
 margin-bottom:20px;
 border-bottom:1px solid #ddd;
 width:100%;     
}
.support_dots{
 color:#d61717;
 display:none;    
}
#contact_mark{
 display:none; 
 /*margin-right:2px;*/
}
@media(max-width:950px){
 #support_small{
  display:block;    
  clear:both;
  display:inline-block;
 } 
 .support_dots{
  display:block;   
  margin:0 5px;
 }
 #support_dots_big{
  float:left;
  margin-top:10px;
 }
 #support_small h3{
  font-size:13pt;
  color:#d61717;
  margin-bottom:7px;   
 }
 #support_small a{
  display:block;
  font-size:16pt;
  font-family:Segoe UI, Segoe;
  font-weight:600;
  color:#333;   
  float:left;  
  margin-bottom:25px;
 }
 #support_small a:hover{
  color:#666;
 }
 #support_small #contact_verb{
  margin:0;
  text-align:left;
  font-size:11pt;
  color:#333;
  float:left;
  display:inline-block;
  clear:both;   
  margin-right:4px; 
  margin-bottom:10px;
 }
 #contact_mark{
  display:inline;    
  /*float:left;*/
 }
 #support_small #contact_name{
  margin:0;
  text-align:left;
  font-size:11pt;
  display:block;
  float:left;
  display:inline-block;
  color:#333;
  font-weight:700;
  font-family:Segoe UI Light,SegoeLight;
  line-height:15px;
  margin-bottom:10px;
 }
 #support_dots_small{
  display:block;
  margin:5px 5px 0 5px;
  float:left;
  font-size:13pt;
  font-weight:600;
  height:13px;
 }
 #support_small #support_mail{
  text-align:left;
  font-size:11pt;
  color:#333;
  margin:0;
  float:left;
 }
 #support_small #support_mail span{
  font-size:11pt;
  color:#333;  
  font-weight:normal;
  float:left;
  text-transform:capitalize;
 }
 #support_small #support_mail a{
  font-size:11pt;
  float:left;
  font-weight:normal;
  text-decoration:underline;
  display:inline-block;
  margin-left:5px;
 }
 #support_small #support_mail a:hover{
  text-decoration:none;
 }
}
@media(max-width:700px){
 #support_dots_small{
  display:none;       
 }     
 #support_small #support_mail{
  width:100%;
  margin-top:35px;
  padding-top:0;
  float:none;
  clear:both;
 }
}
@media(max-width:500px){
 #support_small h3{
  margin-bottom:20px;   
 }      
 #support_small a[href^="tel:"]{ 
  float:none;
  margin-bottom:10px;
 }    
 #support_small > a:nth-child(4){
  margin-bottom:20px;
 }
/* #support_dots_big, #support_dots_small{
  display:none;    
 }*/
 #support_dots_big{
  display:none;    
 }
}