/* Buttons
================================================== */
/* Shortcode  Buttons Set ---------------------- */
.sbutton {display: inline-block;
-webkit-transition: opacity 1s ease-in-out;
-moz-transition: opacity 1s ease-in-out;
-o-transition: opacity 1s ease-in-out;
transition: opacity 1s ease-in-out;
margin-bottom: 18px;text-decoration: none;border:0px;text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.35);
cursor: pointer;position: relative;
}

.sbutton:hover {opacity:0.8;}

.sbutton.round {
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);}

.sbutton.square {
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
border-radius: 0px;}

.sbutton.shadow{
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);}

.sbutton.noshadow{
-moz-box-shadow: none;
-webkit-box-shadow:none;
box-shadow: none;}

.sbutton.big {font-size:20px;
padding: 17px 35px 16px;}

.sbutton.medium {font-size:17px;
padding: 13px 30px 12px;}

.sbutton.small {font-size:13px;
padding: 7px 20px 7px;}

.sbutton.black {
background: #333;
color: white;
opacity:1 !Important;
/* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !Important;
  }

.sbutton.blue {
background: #2BA6CB;
color: white;
opacity:1 !Important;
/* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !Important;
}

.sbutton.teal {
background: #00b7bf;
color: white;
opacity:1 !Important;
/* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !Important;
}
.sbutton.green {
background: #8ea145;
color: white;
opacity:1 !Important;
/* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !Important;
}

.sbutton.orange {
background: #da6f29;
color: white;
opacity:1 !Important;
/* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !Important;
}

.sbutton.violet {
background: #8a4466;
color: white;
opacity:1 !Important;
/* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !Important;
}

.sbutton.red {
background: #f2615c;
color: white;
opacity:1 !Important;
/* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !Important;
}

.sbutton.yellow {
background: #f0b70d;
color: #fff;
text-shadow: none;
opacity:1 !Important;
/* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !Important;
}

.ei-title p {
/* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !Important;
  }

/* Clear Floats
================================================== */
.vuzz-clear-floats {
	clear: both;
}

.vuzz-clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

/* Spacing
================================================== */
.vuzz-spacing {
	display: block;
	height: auto;
	margin: 0 !important;
	padding: 0 !important;
	background: none !important;
	border: none !important;
	outline: none !important;
}

/* Buttons
================================================== */
.vuzz-button {

	margin: 5px 5px 5px 0;
	cursor: pointer;
	display: inline-block;
	white-space: nowrap;
	nowhitespace: afterproperty;
	text-align: center;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
	outline: none;
	border: 1px solid #7e7e7e;
	border-radius: 3px;
	background: #aaaaaa;
	text-decoration: none !important;
	background: -moz-linear-gradient(top,  #aaaaaa 0%, #7e7e7e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#aaaaaa), color-stop(100%,#7e7e7e));
	background: -webkit-linear-gradient(top,  #aaaaaa 0%,#7e7e7e 100%);
	background: -o-linear-gradient(top,  #aaaaaa 0%,#7e7e7e 100%);
	background: -ms-linear-gradient(top,  #aaaaaa 0%,#7e7e7e 100%);
	background: linear-gradient(to bottom,  #aaaaaa 0%,#7e7e7e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aaaaaa', endColorstr='#7e7e7e',GradientType=0 );
	border: 1px solid #7e7e7e;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.vuzz-button span.vuzz-button-inner {
	display: block;
	color: #fff;
	font-weight: 600;
	padding: 1.1em 1.4em;
	line-height: 0.8em;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
	border-top: 1px solid #c3c3c3;
	border-radius: 3px;
}

.vuzz-button:active {
	text-decoration: none;
	background: #7e7e7e;
	background: -moz-linear-gradient(top,  #7e7e7e 0%, #aaaaaa 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7e7e7e), color-stop(100%,#aaaaaa));
	background: -webkit-linear-gradient(top,  #7e7e7e 0%,#aaaaaa 100%);
	background: -o-linear-gradient(top,  #7e7e7e 0%,#aaaaaa 100%);
	background: -ms-linear-gradient(top,  #7e7e7e 0%,#aaaaaa 100%);
	background: linear-gradient(to bottom,  #7e7e7e 0%,#aaaaaa 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7e7e7e', endColorstr='#aaaaaa',GradientType=0 );
}

.vuzz-button:hover {
	text-decoration: none;
	opacity: 0.9;
	-moz-opacity: 0.9;
	-webkit-opacity: 0.9;
}

.vuzz-button.black {
	background: #505050;
	background: -moz-linear-gradient(top,  #505050 0%, #101010 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#505050), color-stop(100%,#101010));
	background: -webkit-linear-gradient(top,  #505050 0%,#101010 100%);
	background: -o-linear-gradient(top,  #505050 0%,#101010 100%);
	background: -ms-linear-gradient(top,  #505050 0%,#101010 100%);
	background: linear-gradient(to bottom,  #505050 0%,#101010 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#505050', endColorstr='#101010',GradientType=0 );
	border: 1px solid #101010;
}

.vuzz-button.black:active {
	background: #101010;
	background: -moz-linear-gradient(top,  #101010 0%, #505050 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#101010), color-stop(100%,#505050));
	background: -webkit-linear-gradient(top,  #101010 0%,#505050 100%);
	background: -o-linear-gradient(top,  #101010 0%,#505050 100%);
	background: -ms-linear-gradient(top,  #101010 0%,#505050 100%);
	background: linear-gradient(to bottom,  #101010 0%,#505050 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#101010', endColorstr='#505050',GradientType=0 );
}

.vuzz-button.black span.vuzz-button-inner {
	border-top: 1px solid #6e6e6e;
}

.vuzz-button.red {
	background: #d01d10;
	background: -moz-linear-gradient(top,  #f36d64 0%, #d01d10 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f36d64), color-stop(100%,#d01d10));
	background: -webkit-linear-gradient(top,  #f36d64 0%,#d01d10 100%);
	background: -o-linear-gradient(top,  #f36d64 0%,#d01d10 100%);
	background: -ms-linear-gradient(top,  #f36d64 0%,#d01d10 100%);
	background: linear-gradient(to bottom,  #f36d64 0%,#d01d10 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f36d64', endColorstr='#d01d10',GradientType=0 );
	border: 1px solid #d01d10;
}

.vuzz-button.red span.vuzz-button-inner {
	border-top: 1px solid #f69a93;
}

.vuzz-button.red:active {
	background: #d01d10;
	background: -moz-linear-gradient(top,  #d01d10 0%, #f36d64 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d01d10), color-stop(100%,#f36d64));
	background: -webkit-linear-gradient(top,  #d01d10 0%,#f36d64 100%);
	background: -o-linear-gradient(top,  #d01d10 0%,#f36d64 100%);
	background: -ms-linear-gradient(top,  #d01d10 0%,#f36d64 100%);
	background: linear-gradient(to bottom,  #d01d10 0%,#f36d64 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d01d10', endColorstr='#f36d64',GradientType=0 );
}

.vuzz-button.orange {
	background: #fa9e19;
	background: -moz-linear-gradient(top,  #fa9e19 0%, #fb6909 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fa9e19), color-stop(100%,#fb6909));
	background: -webkit-linear-gradient(top,  #fa9e19 0%,#fb6909 100%);
	background: -o-linear-gradient(top,  #fa9e19 0%,#fb6909 100%);
	background: -ms-linear-gradient(top,  #fa9e19 0%,#fb6909 100%);
	background: linear-gradient(to bottom,  #fa9e19 0%,#fb6909 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa9e19', endColorstr='#fb6909',GradientType=0 );
	border: 1px solid #FB6909;
}

.vuzz-button.orange span.vuzz-button-inner {
	border-top: 1px solid #fcc87d;
}

.vuzz-button.orange:active {
	background: #fb6909;
	background: -moz-linear-gradient(top,  #fb6909 0%, #fa9e19 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fb6909), color-stop(100%,#fa9e19));
	background: -webkit-linear-gradient(top,  #fb6909 0%,#fa9e19 100%);
	background: -o-linear-gradient(top,  #fb6909 0%,#fa9e19 100%);
	background: -ms-linear-gradient(top,  #fb6909 0%,#fa9e19 100%);
	background: linear-gradient(to bottom,  #fb6909 0%,#fa9e19 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb6909', endColorstr='#fa9e19',GradientType=0 );
}

.vuzz-button.blue {
	background: #1571f0;
	background: -moz-linear-gradient(top,  #41a7fc 0%, #1571f0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#41a7fc), color-stop(100%,#1571f0));
	background: -webkit-linear-gradient(top,  #41a7fc 0%,#1571f0 100%);
	background: -o-linear-gradient(top,  #41a7fc 0%,#1571f0 100%);
	background: -ms-linear-gradient(top,  #41a7fc 0%,#1571f0 100%);
	background: linear-gradient(to bottom,  #41a7fc 0%,#1571f0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7fc', endColorstr='#1571f0',GradientType=0 );
	border: 1px solid #1a6dd7;
}

.vuzz-button.blue span.vuzz-button-inner {
	border-top: 1px solid #84c6fd;
}

.vuzz-button.blue:active {
	background: #1571f0;
	background: -moz-linear-gradient(top,  #1571f0 0%, #41a7fc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1571f0), color-stop(100%,#41a7fc));
	background: -webkit-linear-gradient(top,  #1571f0 0%,#41a7fc 100%);
	background: -o-linear-gradient(top,  #1571f0 0%,#41a7fc 100%);
	background: -ms-linear-gradient(top,  #1571f0 0%,#41a7fc 100%);
	background: linear-gradient(to bottom,  #1571f0 0%,#41a7fc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1571f0', endColorstr='#41a7fc',GradientType=0 );
}

.vuzz-button.rosy {
	background: #f295a2;
	background: -moz-linear-gradient(top,  #ee7787 0%, #e84a5f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ee7787), color-stop(100%,#e84a5f));
	background: -webkit-linear-gradient(top,  #ee7787 0%,#e84a5f 100%);
	background: -o-linear-gradient(top,  #ee7787 0%,#e84a5f 100%);
	background: -ms-linear-gradient(top,  #ee7787 0%,#e84a5f 100%);
	background: linear-gradient(to bottom,  #ee7787 0%,#e84a5f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee7787', endColorstr='#e84a5f',GradientType=0 );
	border: 1px solid #e84a5f;
}

.vuzz-button.rosy:active {
	background: #e84a5f;
	background: -moz-linear-gradient(top,  #e84a5f 0%, #ee7787 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e84a5f), color-stop(100%,#ee7787));
	background: -webkit-linear-gradient(top,  #e84a5f 0%,#ee7787 100%);
	background: -o-linear-gradient(top,  #e84a5f 0%,#ee7787 100%);
	background: -ms-linear-gradient(top,  #e84a5f 0%,#ee7787 100%);
	background: linear-gradient(to bottom,  #e84a5f 0%,#ee7787 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e84a5f', endColorstr='#ee7787',GradientType=0 );
}

.vuzz-button.rosy span.vuzz-button-inner {
	border-top: 1px solid #f3a4af;
}

.vuzz-button.pink {
	background: #e3618d;
	background: -moz-linear-gradient(top,  #e3618d 0%, #cb245c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e3618d), color-stop(100%,#cb245c));
	background: -webkit-linear-gradient(top,  #e3618d 0%,#cb245c 100%);
	background: -o-linear-gradient(top,  #e3618d 0%,#cb245c 100%);
	background: -ms-linear-gradient(top,  #e3618d 0%,#cb245c 100%);
	background: linear-gradient(to bottom,  #e3618d 0%,#cb245c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3618d', endColorstr='#cb245c',GradientType=0 );
	border: 1px solid #cb245c;
}

.vuzz-button.pink:active {
	background: #cb245c;
	background: -moz-linear-gradient(top,  #cb245c 0%, #e3618d 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cb245c), color-stop(100%,#e3618d));
	background: -webkit-linear-gradient(top,  #cb245c 0%,#e3618d 100%);
	background: -o-linear-gradient(top,  #cb245c 0%,#e3618d 100%);
	background: -ms-linear-gradient(top,  #cb245c 0%,#e3618d 100%);
	background: linear-gradient(to bottom,  #cb245c 0%,#e3618d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb245c', endColorstr='#e3618d',GradientType=0 );
}

.vuzz-button.pink span.vuzz-button-inner {
	border-top: 1px solid #eb8cac;
}

.vuzz-button.green {
	color: #fff;
	background: #88dd48;
	background: -moz-linear-gradient(top,  #88dd48 0%, #5fb139 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#88dd48), color-stop(100%,#5fb139));
	background: -webkit-linear-gradient(top,  #88dd48 0%,#5fb139 100%);
	background: -o-linear-gradient(top,  #88dd48 0%,#5fb139 100%);
	background: -ms-linear-gradient(top,  #88dd48 0%,#5fb139 100%);
	background: linear-gradient(to bottom,  #88dd48 0%,#5fb139 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#88dd48', endColorstr='#5fb139',GradientType=0 );
	border-color: #60AE40;
}

.vuzz-button.green span.vuzz-button-inner {
	border-top: 1px solid #b7ea90;
}

.vuzz-button.green:active {
	background: #5fb139;
	background: -moz-linear-gradient(top,  #5fb139 0%, #88dd48 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5fb139), color-stop(100%,#88dd48));
	background: -webkit-linear-gradient(top,  #5fb139 0%,#88dd48 100%);
	background: -o-linear-gradient(top,  #5fb139 0%,#88dd48 100%);
	background: -ms-linear-gradient(top,  #5fb139 0%,#88dd48 100%);
	background: linear-gradient(to bottom,  #5fb139 0%,#88dd48 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fb139', endColorstr='#88dd48',GradientType=0 );
}

.vuzz-button.brown {
	background: #876565;
	background: -moz-linear-gradient(top,  #876565 0%, #604848 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#876565), color-stop(100%,#604848));
	background: -webkit-linear-gradient(top,  #876565 0%,#604848 100%);
	background: -o-linear-gradient(top,  #876565 0%,#604848 100%);
	background: -ms-linear-gradient(top,  #876565 0%,#604848 100%);
	background: linear-gradient(to bottom,  #876565 0%,#604848 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#876565', endColorstr='#604848',GradientType=0 );
	border: 1px solid #604848;
}

.vuzz-button.brown:active {
	background: #604848;
	background: -moz-linear-gradient(top,  #604848 0%, #876565 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#604848), color-stop(100%,#876565));
	background: -webkit-linear-gradient(top,  #604848 0%,#876565 100%);
	background: -o-linear-gradient(top,  #604848 0%,#876565 100%);
	background: -ms-linear-gradient(top,  #604848 0%,#876565 100%);
	background: linear-gradient(to bottom,  #604848 0%,#876565 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#604848', endColorstr='#876565',GradientType=0 );
}

.vuzz-button.brown span.vuzz-button-inner {
	border-top: 1px solid #ae9393;
}

.vuzz-button.purple {
	background: #524656;
	background: -moz-linear-gradient(top,  #635569 0%, #372f3a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#635569), color-stop(100%,#372f3a));
	background: -webkit-linear-gradient(top,  #635569 0%,#372f3a 100%);
	background: -o-linear-gradient(top,  #635569 0%,#372f3a 100%);
	background: -ms-linear-gradient(top,  #635569 0%,#372f3a 100%);
	background: linear-gradient(to bottom,  #635569 0%,#372f3a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#635569', endColorstr='#372f3a',GradientType=0 );
	border: 1px solid #372f3a;
}

.vuzz-button.purple:active {
	background: #372f3a;
	background: -moz-linear-gradient(top,  #372f3a 0%, #635569 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#372f3a), color-stop(100%,#635569));
	background: -webkit-linear-gradient(top,  #372f3a 0%,#635569 100%);
	background: -o-linear-gradient(top,  #372f3a 0%,#635569 100%);
	background: -ms-linear-gradient(top,  #372f3a 0%,#635569 100%);
	background: linear-gradient(to bottom,  #372f3a 0%,#635569 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#372f3a', endColorstr='#635569',GradientType=0 );
}

.vuzz-button.purple span.vuzz-button-inner {
	border-top: 1px solid #7e6c85;
}

.vuzz-button.gold {
	background: #ffc750;
	background: -moz-linear-gradient(top,  #ffc750 0%, #faaa00 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffc750), color-stop(100%,#faaa00));
	background: -webkit-linear-gradient(top,  #ffc750 0%,#faaa00 100%);
	background: -o-linear-gradient(top,  #ffc750 0%,#faaa00 100%);
	background: -ms-linear-gradient(top,  #ffc750 0%,#faaa00 100%);
	background: linear-gradient(to bottom,  #ffc750 0%,#faaa00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc750', endColorstr='#faaa00',GradientType=0 );
	border: 1px solid #faaa00;
}

.vuzz-button.gold:active {
	background: #faaa00;
	background: -moz-linear-gradient(top,  #faaa00 0%, #ffc750 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#faaa00), color-stop(100%,#ffc750));
	background: -webkit-linear-gradient(top,  #faaa00 0%,#ffc750 100%);
	background: -o-linear-gradient(top,  #faaa00 0%,#ffc750 100%);
	background: -ms-linear-gradient(top,  #faaa00 0%,#ffc750 100%);
	background: linear-gradient(to bottom,  #faaa00 0%,#ffc750 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#faaa00', endColorstr='#ffc750',GradientType=0 );
}

.vuzz-button.gold span.vuzz-button-inner {
	color: #9C6533;
	text-shadow: 1px 1px 1px #ffe2a5;
	border-top: 1px solid #ffd783;
}

.vuzz-button.teal {
	background: #00b7bf;
	background: -moz-linear-gradient(top,  #00b7bf 0%, #286061 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00b7bf), color-stop(100%,#286061));
	background: -webkit-linear-gradient(top,  #00b7bf 0%,#286061 100%);
	background: -o-linear-gradient(top,  #00b7bf 0%,#286061 100%);
	background: -ms-linear-gradient(top,  #00b7bf 0%,#286061 100%);
	background: linear-gradient(to bottom,  #00b7bf 0%,#286061 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b7bf', endColorstr='#286061',GradientType=0 );
	border: 1px solid #286061;
}

.vuzz-button.teal:active {
	background: #286061;
	background: -moz-linear-gradient(top,  #286061 0%, #00b7bf 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#286061), color-stop(100%,#00b7bf));
	background: -webkit-linear-gradient(top,  #286061 0%,#00b7bf 100%);
	background: -o-linear-gradient(top,  #286061 0%,#00b7bf 100%);
	background: -ms-linear-gradient(top,  #286061 0%,#00b7bf 100%);
	background: linear-gradient(to bottom,  #286061 0%,#00b7bf 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#286061', endColorstr='#00b7bf',GradientType=0 );
}

.vuzz-button.teal span.vuzz-button-inner {
	border-top: 1px solid #63bdbf;
}

.vuzz-button.navy {
	background: #2c76cf;
	background: -moz-linear-gradient(top,  #2c76cf 0%, #1d4e89 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2c76cf), color-stop(100%,#1d4e89));
	background: -webkit-linear-gradient(top,  #2c76cf 0%,#1d4e89 100%);
	background: -o-linear-gradient(top,  #2c76cf 0%,#1d4e89 100%);
	background: -ms-linear-gradient(top,  #2c76cf 0%,#1d4e89 100%);
	background: linear-gradient(to bottom,  #2c76cf 0%,#1d4e89 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c76cf', endColorstr='#1d4e89',GradientType=0 );
	border: 1px solid #1d4e89;
}

.vuzz-button.navy:active {
	background: #1d4e89;
	background: -moz-linear-gradient(top,  #1d4e89 0%, #2c76cf 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1d4e89), color-stop(100%,#2c76cf));
	background: -webkit-linear-gradient(top,  #1d4e89 0%,#2c76cf 100%);
	background: -o-linear-gradient(top,  #1d4e89 0%,#2c76cf 100%);
	background: -ms-linear-gradient(top,  #1d4e89 0%,#2c76cf 100%);
	background: linear-gradient(to bottom,  #1d4e89 0%,#2c76cf 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d4e89', endColorstr='#2c76cf',GradientType=0 );
}

.vuzz-button.navy span.vuzz-button-inner {
	border-top: 1px solid #619ade;
}

.vuzz-button {
	font-size: 13px;
}

.vuzz-button.large {
	font-size: 16px;
}

.vuzz-button.giant {
	font-size: 18px;
}

.vuzz-button.left {
	float: left;
}

.vuzz-button.right {
	float: right;
	margin-right: 0;
	margin-left: 5px;
}

/* Testimonial
================================================== */
.vuzz-testimonial-content {
	font-style: italic;
	position: relative;
	background: #f5f5f5;
	padding: 15px;
	color: #666;
	border-radius: 2px;
	-webkit-border-radius: 2px;
}

.vuzz-testimonial-content:after {
	content: "";
	position: absolute;
	left: 12px;
	bottom: -15px;
	width: 0px;
	height: 0px;
	border-bottom: 15px solid rgba(255,255,255,0);
	border-top: 15px solid rgba(255,255,255,0);
	border-right: 15px solid #f5f5f5;
	font-size: 0px;
	line-height: 0px;
}

.vuzz-testimonial-content p:last-child {
	margin: 0;
}

.vuzz-testimonial-author {
	font-size: 1em;
	margin-top: 25px;
	margin-left: 15px;
	color: #000;
	font-weight: bold;
}



/* Boxes
================================================== */

/*main*/
.vuzz-box {
	display: block;
	float: left;
	padding: 15px;
	margin: 10px 0;
	font-size: 1em;
	border-radius: 2px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.vuzz-box p:last-child {
	margin: 0;
}

/*aligns*/
.vuzz-box.left {
	float: left;
}

.vuzz-box.right {
	float: right;
}

/*colors*/
.vuzz-box.gray {
	color: #666;
	background: #f9f9f9;
	border: 1px solid #ddd;
}

.vuzz-box.red {
	color: #de5959;
	background: #ffe9e9;
	border: 1px solid #fbc4c4;
}

.vuzz-box.green {
	color: #5f9025;
	background: #ebf6e0;
	border: 1px solid #b3dc82;
}

.vuzz-box.blue {
	color: #5091b2;
	background: #e9f7fe;
	border: 1px solid #b6d7e8;
}

.vuzz-box.yellow {
	color: #c4690e;
	background: #fffdf3;
	border: 1px solid #f2dfa4;
}

/* Toggle
================================================== */
.vuzz-toggle .vuzz-toggle-trigger {
	display: block;
	color: #555;
	display: block;
	padding: 15px 15px 15px 37px;
	border: 1px solid #ddd;
	background: #f9f9f9 url("images/plus.png") no-repeat 15px center;
	outline: 0;
	text-transform: none;
	letter-spacing: normal;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.5em;
	margin: 0;
	margin-top: 10px;
	cursor: pointer;
}

.vuzz-toggle .vuzz-toggle-trigger:hover {
	background-color: #eee;
	text-decoration: none;
}
.vuzz-toggle .vuzz-toggle-trigger.active,
.vuzz-toggle .vuzz-toggle-trigger.active:hover {
	color: #000;
	background-color: #eee;
	background-image: url("images/minus.png");
	text-decoration: none;
}

.vuzz-toggle .vuzz-toggle-container {
	display: none;
	overflow: hidden;
	padding: 15px;
	border: 1px solid #ddd;
	border-top: 0px;
}

/* Accordion
================================================== */
.vuzz-accordion h3.vuzz-accordion-trigger {
	display: block;
	color: #555;
	display: block;
	padding: 15px 15px 15px 37px;
	border: 1px solid #ddd;
	background: #f6f6f6 url("images/plus.png") no-repeat 15px center;
	outline: 0;
	text-transform: none;
	letter-spacing: normal;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.5em;
	margin:-1px 0 0 !important;
	cursor: pointer;
}

.vuzz-accordion h3.vuzz-accordion-trigger a {
	color: #555;
	text-decoration: none !important;
	font-weight:bold;
}

.vuzz-accordion .ui-state-focus {
	outline: none;
}

.vuzz-accordion .vuzz-accordion-trigger:hover {
	
	text-decoration: none;
}

.vuzz-accordion .vuzz-accordion-trigger.ui-state-active {
	
	background: #fff url("images/minus.png") no-repeat 15px center;
	text-decoration: none;
	border-top: 3px solid #00b7bf;
	border-bottom:0px;
}

.vuzz-accordion .vuzz-accordion-trigger.ui-state-active a {
	color: #000;
}

.vuzz-accordion .ui-accordion-content {
	background-color: #fff;
	padding: 15px;
	border: 1px solid #ddd;
	border-top: 0px;
}

.vuzz-accordion .ui-accordion-content p:last-child {
	margin: 0px;
}

.vuzz-accordion .ui-icon {
	margin-right: 7px;
}

/* Tabs
================================================== */
.vuzz-tabs ul.ui-tabs-nav {
	display: block;
	margin: 0;
	padding: 0;
	border-bottom: solid 1px #ddd;
	margin-left: 1px;
}

.vuzz-tabs ul.ui-tabs-nav li {
	display: block;
	width: auto;
	height: 40px;
	padding: 0 !important;
	float: left !important;
	margin: 0 !important;
	outline: none;
}

.vuzz-tabs ul.ui-tabs-nav li a {
	display: block;
	text-decoration: none;
	width: auto;
	height: 39px;
	padding: 0px 20px;
	line-height: 40px;
	margin: 0;
	color: #3C3C3C;
	outline: none;
	font-size:14px;
}

.vuzz-tabs ul.ui-tabs-nav li a:hover {
	color: #333;
}

.vuzz-tabs ul.ui-tabs-nav .ui-state-active a {	
	height: 42px;
	position: relative;
	font-weight: bold;
}

.vuzz-tabs ul.ui-tabs-nav .ui-state-active a:hover {
	
}

.vuzz-tabs ul.ui-tabs-nav li:first-child .ui-state-active a {
	margin-left: 0;
}

.vuzz-tabs ul.ui-tabs-nav li:first-child a {
	
}

.vuzz-tabs .tab-content {
	padding: 5px 0px;
}

.vuzz-tabs ul.tabs:before, ul.tabs:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.vuzz-tabs ul.tabs:after {
	clear: both;
}

.vuzz-tabs ul.tabs {
	zoom: 1;
}

.vuzz-tabs .ui-tabs-hide {
	display: none;
}

.vuzz-tabs:before, ul.vuzz-tabs:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.vuzz-tabs:after {
	clear: both;
}

.vuzz-tabs {
	zoom: 1;
}

.vuzz-tabs .ui-tabs-hide {
	display: none;
}


/* Pricing Table
================================================== */
.vuzz-pricing-table {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 16px;
	-webkit-transition: 0.3s;
-moz-transition: 0.3s;
transition: 0.3s;
}

.vuzz-pricing-table div {
	list-style: none;
}

.vuzz-pricing-table > div {	
	list-style: none;
	text-shadow: none;
	margin-bottom: 0;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	border-top:#00b7bf 3px solid;
}

.vuzz-pricing-table:hover {
webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4);
-moz-box-shadow: 0 0 20px 0 rgba(0,0,0,0.4);
box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4);
z-index: 1;}

.vuzz-pricing-table .vuzz-pricing-header {
	
	text-align: center;
	padding: 20px 0 0;
}

.vuzz-pricing-table .vuzz-pricing-header h5 {
	color: #333;
	font-size: 1.313em;
	margin: 0;
	padding: 0 20px 10px;
	font-weight: bold;
}

.vuzz-pricing-table .vuzz-pricing-cost {
	color: #fff;
	font-size: 1.500em;
	line-height: 1em;
	padding-top: 20px;
	background: #00b7bf;
}

.vuzz-pricing-table .vuzz-pricing-per {
	font-size: 0.786em;
	color: #fff;
	background: #00b7bf;
	padding-bottom: 10px;
}

.vuzz-pricing-table .vuzz-pricing-content {
	background: #fff;
	font-size: 0.857em;
	text-align: center;
}

.vuzz-pricing-table .vuzz-pricing-content ul {
	margin: 0 !important;
	list-style: none !important;
}

.vuzz-pricing-table .vuzz-pricing-content ul li {
	margin: 0 !important;
	padding: 10px 20px !important;
	border-bottom: 1px solid #eee;
	list-style: none !important;
}

.vuzz-pricing-table .vuzz-pricing-content ul li:nth-child(2n+2) {
	background: #F9F9F9;
}

.vuzz-pricing-table .vuzz-pricing-button {
	background: #fff;
	text-align: center;
	border-top: 1px solid #fff;
	padding: 20px;
}

.vuzz-pricing-table .vuzz-pricing-button .vuzz-button {
	float: none;
	margin: 0 auto;
}


/* Boxes
================================================== */
.boxolive
{
	-moz-border-radius:6px;
	-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.4);
	background:#EEF4D4;
	border:1px solid #8FAD3D;
	color:#596C26;
	display:block;
	font-size:13px;
	line-height:24px;
	margin-bottom:20px;
	margin-top:20px;
	padding:25px 25px 25px 25px;
}

.boxblue
{
	-moz-border-radius:6px;
	-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.4);
	background:#E1EBEB;
	border:1px solid #A8C6C6;
	color:#596C26;
	display:block;
	font-size:13px;
	line-height:24px;
	margin-bottom:20px;
	margin-top:20px;
	padding:25px 25px 25px 20px;
}

.boxgreen
{
	-moz-border-radius:6px;
	-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.4);
	background:#E9FFD2;
	border:1px solid #ACFF59;
	color:#596C26;
	display:block;
	font-size:13px;
	line-height:24px;
	margin-bottom:20px;
	margin-top:20px;
	padding:25px 25px 25px 25px;
}

.boxred
{
	-moz-border-radius:6px;
	-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.4);
	background:#FCE2D4;
	border:1px solid #F1C0A8;
	color:#000;
	display:block;
	font-size:13px;
	line-height:24px;
	margin-bottom:20px;
	margin-top:20px;
	padding:25px 25px 25px 25px;
}


.boxgray
{
	-moz-border-radius:6px;
	-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.4);
	background:#f5f5f5;
	border:1px solid #DDD;
	color:#596C26;
	display:block;
	font-size:13px;
	line-height:24px;
	margin-bottom:20px;
	margin-top:20px;
	padding:25px 25px 25px 25px;
}

.boxyellow
{
	-moz-border-radius:6px;
	-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.4);
	background:#Fffdf3;
	border:1px solid #F2DFA4;
	color:#C4690E;
	display:block;
	font-size:13px;
	line-height:24px;
	margin-bottom:20px;
	margin-top:20px;
	padding:25px 25px 25px 25px;
}

.boxwhite
{
	-moz-border-radius:6px;
	-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.4);
	background:#FEFEF1;
	border:1px solid #e5e5e5;
	color:#596C26;
	display:block;
	font-size:13px;
	line-height:24px;
	margin-bottom:20px;
	margin-top:20px;
	padding:25px 25px 25px 25px;
}