/*
	Boxed
*/
#boxed-wrapper {
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
}

#boxed-wrapper .site-header {
	position: absolute;
	left: 0px;
	top: 0px;
}

#boxed-wrapper .site-header.sticked {
	position: fixed;
}

#phone{font-size:2em;padding:1rem 0 1rem 0;}
#fixed-action{position:fixed;z-index:999;right:0;top:30%;text-align:center;background:#ce434a;border-right:0;-webkit-border-top-left-radius:5px;-webkit-border-bottom-left-radius:5px;-moz-border-radius-topleft:5px;-moz-border-radius-bottomleft:5px;border-top-left-radius:5px;border-bottom-left-radius:5px;}
#fixed-action i{color:#FFF;font-size:2.5em;padding:15px;}