.page-billboard{
	padding-bottom:0px!important;
}

.animate-box{
     min-height:368px;
}
 .arc_container{
     display:block;
     width:330px;
     height:338px;
     margin: 0 auto;
     left: 0;
     right: 0;
     position:absolute;
}
 .top_arc,.bottom_arc{
     position:relative;
}
 .text_container{
     width:330px;
     height:338px;
     display:inline-block;
     font-size:60px;
     text-transform:uppercase;
     margin: 0 auto;
     margin-top:35px;
     left: 0;
     right: 0;
     position:absolute;
}
 .text_container div{
     position:relative;
}
 .bottom_arc{
     margin-top:45px;
}
 .tree-area{
     margin-bottom:5%;
}
 .tree-area div{
     padding:0px;
}

.tree-area div.text_container{
	display:none;
}


 .line{
     display:flex;
     justify-content:center;
     margin:27px 0px;
     height:13px;
}
 .dot{
     width:13px;
     height:13px;
     border-radius:6.5px;
     background:#000;
     margin:0px 13.5px;
}
 .dothide {
     width:13px;
     height:13px;
     border-radius:6.5px;
     background:#000;
     margin:0px 13.5px;
     visibility: hidden;
 }
 .line>div:first-child{
     text-align:right;
     margin-right:30px;
     left: 59px;
}
 .line>div:last-child{
     margin-left:30px;
     right: 59px;
}
 .line .text,.line .digit{
     width:150px;
}
 .line .text{
     margin-top:-10px;
     text-transform:uppercase;
     font-size:22px;
     position: relative;
}
 .line .digit{
     margin-top:-18px;
     text-transform:uppercase;
     font-size:36px;
     line-height:52px;
}
 .line .digit span{
     border:1px solid #000;
     width:52px;
     display:inline-block;
     height:52px;
     text-align:center;
     border-radius:26px;
}
 .nominwidth{
     min-height:120px!important;
}


/* Extra-small devices (mobile - portrait, 480px and below) */

 @media only screen and (max-width: 600px) {
	 .page-billboard{
		display:none!important;
	 } 
	 
	 .tree-area{
		 margin-top:60px;
	 }
	 
	 .tree-area .col-sm-6{
		 margin-bottom:60px;
	 }
	 
	 .tree-area div.text_container{
		display:block;
	}
	 
     .arc_container svg {
         max-width:75%;
    }
     .text_container{
         font-size:45px;
		 position:relative;
		 height:auto;
		 text-align:center;
		 width:100%;
    }
	
	.line .text{
		position:relative;
		top:4px;
		font-weight:bold;
	}

	
    .line>div:first-child{
         text-align:right;
         margin-right:0px;
         left: 32px;
    }
     .line>div:last-child{
         margin-left:0px;
         right: 32px;
    }
     .line>div.text,.line>div.digit{
         font-size:14px;
         width:120px;
         word-wrap: break-word;
    }
     .dot{
         width:10px;
         height:10px;
         border-radius:5px;
         margin:0px 10px;
         
    }
    .dothide{
         width:10px;
         height:10px;
         border-radius:5px;
         margin:0px 10px;
         visibility: hidden;
    }
     .line{
         margin:20px 0px;
         height:10px;
    }
}