/*
Template Name: Intensely
Author: MarkUps
Author URI: https://www.markups.io/
Description: Intensely - Multipurpose Business HTML5 Template.
Version: 1.0
Tags: light, white, single page, multipurpose, multi page, custom-colors, Bootstrap, responsive, html5, css3
*/

#box {
	display: block;
	right: 30px;
	bottom: 0px;
	position: fixed;
	width: 336px;
	z-index: 1;
	background-color: #fff;
	box-shadow: 5px 10px 18px #888888;
	border-radius: 0 30px 0 0;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
#box #box-head {
	background-color: #136E13;
	padding: 15px 10px 5px 10px;
	border-radius: 0 30px 0 0;
}
#box #box-head p {
	color: #fff;
	text-transform: uppercase;
}
#box-body {
	padding: 10px;
	display: none;
}