/*
* Styles for super styles
*/
@import url('fontello/css/snazzyp.css');
/* Content box fix */
.snzp {
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
}

/* Lists */
.entry-content ul > li.pmsnzp, #content ul li.pmsnzp, .content ul li.pmsnzp, ul li.pmsnzp {
	list-style-type: none;
}
ul li.pmsnzp:before {
	margin-right: 0.5em;
	font-family: "snazzyp";
}
li.pmsnzp.pm-snzp-ico-gray:before {
	color: #6e6e6e;
}
li.pmsnzp.pm-snzp-ico-yello:before {
	color: #FFD700;
}
li.pmsnzp.pm-snzp-ico-orange:before {
	color: #f78d1d;
}
li.pmsnzp.pm-snzp-ico-red:before {
	color: #d81b21;
}
li.pmsnzp.pm-snzp-ico-blue:before {
	color: #0095cd;
}
li.pmsnzp.pm-snzp-ico-rosy:before {
	color: #da5867;
}
li.pmsnzp.pm-snzp-ico-green:before {
	color: #64991e;
}
/* Pull Quotes */
.pm-snzp-pull1, .pm-snzp-pull2, .pm-snzp-pull3, .pm-snzp-pull4, .pm-snzp-pull5, .pm-snzp-pull6, .pm-snzp-pull7, .pm-snzp-pull8, .pm-snzp-pull9 {
	margin-bottom: 1em;
	width: 33%;
}
.pm-snzp-pull1 {
	padding: .2em .5em;
	margin-right: 1em;
	border-left: 3px solid #DDDDDD;
	text-align: left;
	float: left;
}
.pm-snzp-pull2 {
	padding: .2em .5em;
	margin-left: 1em;
	border-right: 3px solid #DDDDDD;
	text-align: right;
	float: right;
}
.pm-snzp-pull3 {
	padding: .2em .5em;
	border-top: 2px solid #DDDDDD;
	border-bottom: 2px solid #DDDDDD;
	text-align: left;
}
.pm-snzp-pull4 {
	padding: .2em .5em;
	position: relative;
	text-align: left;
	z-index: 1;
}
.pm-snzp-pull4:after {
	font-family: "snazzyp";
	content: "\e81a";
	font-size: 200%;
	position: absolute;
	right: 0.2em;
	bottom: 0;
	z-index: -1;
	zoom: 1;
	filter: alpha(opacity=20);
	opacity: 0.2;
}
.pm-snzp-pull5 {
	position: relative;
	text-align: left;
	z-index: 1;
	padding: 0.2em 0.5em;
}
.pm-snzp-pull5:before {
	font-family: "snazzyp";
	content: "\e81b";
	font-size: 200%;
	position: absolute;
	z-index: -1;
	zoom: 1;
	filter: alpha(opacity=20);
	opacity: 0.2;
}
.pm-snzp-pull5 .pm-snzp-pull-content {
	padding: 1em 0 0 1em;
}
.pm-snzp-pull6 {
	padding: 0.2em 0.5em;
	position: relative;
	text-align: left;
	z-index: 1;
}
.pm-snzp-pull6:before {
	font-family: "snazzyp";
	content: "\e81b";
	font-size: 200%;	
	position: absolute;
	left: 0.2em;
	z-index: -2;
	zoom: 1;
	filter: alpha(opacity=20);
	opacity: 0.2;
}
.pm-snzp-pull6:after {
	font-family: "snazzyp";
	content: "\e81c";
	font-size: 200%;
	position: absolute;
	right:0.2em;
	bottom: 0;
	z-index: -1;
	zoom: 1;
	filter: alpha(opacity=20);
	opacity: 0.2;
}
.pm-snzp-pull6 .pm-snzp-pull-content {
	padding: 1em 0 0 1em;
}
.pm-snzp-pull7 {
	position: relative;
	text-align: left;
	padding: 0.2em 0.5em;
	border-left: 2px solid #DDDDDD;
	border-right: 2px solid #DDDDDD;
}
.pm-snzp-pull8 {
	position: relative;
	text-align: left;
	padding: 0.2em 0.5em;
	border: 10px solid #DDDDDD;
}
.pm-snzp-pull9 {
	padding: .2em .5em;
	border-top: 3px dotted #DDDDDD;
	border-bottom: 3px dotted #DDDDDD;
	text-align: left;
}
#quote-colors td {
	text-align: left;
}
/* Buttons */
.pm-snzp-btn {
	display: inline-block ;
	zoom: 1 ;
/* zoom and *display = ie7 hack for display: inline-block */
	*display: inline ;
	vertical-align: baseline ;
	margin: 5px ;
	outline: none ;
	cursor: pointer ;
	text-align: center ;
	text-decoration: none ;
	font: 22px Arial, Helvetica, sans-serif ;
	font-weight:bold ;
	padding: 12px 26px ;
	text-shadow: 0 1px 1px rgba(0,0,0,.3) ;
	-webkit-border-radius: .5em ;
	-moz-border-radius: .5em ;
	border-radius: .5em ;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2) ;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2) ;
	box-shadow: 0 1px 2px rgba(0,0,0,.2) ;
}
.pm-snzp-btn:hover {
	text-decoration: none;
}
.pm-snzp-btn:active {
	position: relative;
	top: 1px;
}
.pm-snzp-btn-bigrounded {
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}
.pm-snzp-btn-medium {
	font-size: 18px ;
	padding: 0.5em 0.9em;
}
.pm-snzp-btn-small {
	font-size: 14px;
	padding: .4em 1.5em .42em;
}
.pm-snzp-btn.pm-snzp-flat {
	-webkit-box-shadow:0;
	-moz-box-shadow:0;
	box-shadow:0;
}
.pm-snzp-black {
	color: #d7d7d7;
	border: solid 1px #333;
	background: #333;
	background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#000));
	background: -moz-linear-gradient(top,  #666,  #000);
	filter:  progid: DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#000000');
}
.pm-snzp-black:hover {
	background: #000;
	background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#000));
	background: -moz-linear-gradient(top,  #444,  #000);
	filter:  progid: DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#000000');
	color: #d7d7d7;
}
.pm-snzp-black:active {
	color: #666;
	background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#444));
	background: -moz-linear-gradient(top,  #000,  #444);
	filter:  progid: DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#666666');
}
.pm-snzp-flat.pm-snzp-black {
	border-top: 4px solid #000000;
	border-right: 0;
	border-bottom: 4px solid #666666;
	border-left: 0;
	background: #000000;
}
.pm-snzp-flat.pm-snzp-black:hover {
	border-top: 4px solid #666666;
	border-bottom: 4px solid #000000;
	color: #d7d7d7;
}
/* gray */
.pm-snzp-gray {
	color: #e9e9e9;
	border: solid 1px #555;
	background: #6e6e6e;
	background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#575757));
	background: -moz-linear-gradient(top,  #888,  #575757);
	filter:  progid: DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#575757');
}
.pm-snzp-gray:hover {
	background: #616161;
	background: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#4b4b4b));
	background: -moz-linear-gradient(top,  #757575,  #4b4b4b);
	filter:  progid: DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#4b4b4b');
	color: #e9e9e9;
}
.pm-snzp-gray:active {
	color: #afafaf;
	background: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#888));
	background: -moz-linear-gradient(top,  #575757,  #888);
	filter:  progid: DXImageTransform.Microsoft.gradient(startColorstr='#575757', endColorstr='#888888');
}
.pm-snzp-flat.pm-snzp-gray {
	border-top: 4px solid #757575;
	border-right: 0;
	border-bottom: 4px solid #4b4b4b;
	border-left: 0;
	background: #757575;
	color: #FFFFFF;
}
.pm-snzp-flat.pm-snzp-gray:hover {
	border-top: 4px solid #4b4b4b;
	border-bottom: 4px solid #757575;
}
/* white */
.pm-snzp-white {
	color: #606060;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
.pm-snzp-white:hover {
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
	filter:  progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
	color: #606060;
}
.pm-snzp-white:active {
	color: #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
	background: -moz-linear-gradient(top,  #ededed,  #fff);
	filter:  progid: DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}
.pm-snzp-flat.pm-snzp-white {
	border-top: 4px solid #efefef;
	border-right: 0;
	border-bottom: 4px solid #dcdcdc;
	border-left: 0;
	background: #efefef;
}
.pm-snzp-flat.pm-snzp-white:hover {
	border-top: 4px solid #dcdcdc;
	border-bottom: 4px solid #efefef;
	color: #606060;
}
/* orange */
.pm-snzp-orange {
	color: #fef4e9;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid: DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.pm-snzp-orange:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid: DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
	color: #fef4e9;
}
.pm-snzp-orange:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	filter:  progid: DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}
.pm-snzp-flat.pm-snzp-orange {
	border-top: 4px solid #faa51a;
	border-right: 0;
	border-bottom: 4px solid #f47a20;
	border-left: 0;
	background: #faa51a;
}
.pm-snzp-flat.pm-snzp-orange:hover {
	border-top: 4px solid #f47a20;
	border-bottom: 4px solid #faa51a;
	color: #fef4e9;
}
/* red */
.pm-snzp-red {
	color: #faddde;
	border: solid 1px #980c10;
	background: #d81b21;
	background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));
	background: -moz-linear-gradient(top,  #ed1c24,  #aa1317);
	filter:  progid: DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');
}
.pm-snzp-red:hover {
	background: #b61318;
	background: -webkit-gradient(linear, left top, left bottom, from(#c9151b), to(#a11115));
	background: -moz-linear-gradient(top,  #c9151b,  #a11115);
	filter:  progid: DXImageTransform.Microsoft.gradient(startColorstr='#c9151b', endColorstr='#a11115');
	color: #faddde;
}
.pm-snzp-red:active {
	color: #de898c;
	background: -webkit-gradient(linear, left top, left bottom, from(#aa1317), to(#ed1c24));
	background: -moz-linear-gradient(top,  #aa1317,  #ed1c24);
	filter:  progid: DXImageTransform.Microsoft.gradient(startColorstr='#aa1317', endColorstr='#ed1c24');
}
.pm-snzp-flat.pm-snzp-red {
	border-top: 4px solid #d81b21;
	border-right: 0;
	border-bottom: 4px solid #aa1317;
	border-left: 0;
	background: #d81b21;
}
.pm-snzp-flat.pm-snzp-red:hover {
	border-top: 4px solid #aa1317;
	border-bottom: 4px solid #d81b21;
	color: #faddde;
}
/* blue */
.pm-snzp-blue {
	color: #d9eef7;
	border: solid 1px #0076a3;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background: -moz-linear-gradient(top,  #00adee,  #0078a5);
	filter:  progid: DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}
.pm-snzp-blue:hover {
	background: #007ead;
	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
	background: -moz-linear-gradient(top,  #0095cc,  #00678e);
	filter:  progid: DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
	color: #d9eef7;
}
.pm-snzp-blue:active {
	color: #80bed6;
	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
	background: -moz-linear-gradient(top,  #0078a5,  #00adee);
	filter:  progid: DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
}
.pm-snzp-flat.pm-snzp-blue {
	border-top: 4px solid #0095cd;
	border-right: 0;
	border-bottom: 4px solid #0078a5;
	border-left: 0;
	background: #0095cd;
}
.pm-snzp-flat.pm-snzp-blue:hover {
	border-top: 4px solid #0078a5;
	border-bottom: 4px solid #0095cd;
	color: #d9eef7;
}
/* rosy */
.pm-snzp-rosy {
	color: #fae7e9;
	border: solid 1px #b73948;
	background: #da5867;
	background: -webkit-gradient(linear, left top, left bottom, from(#f16c7c), to(#bf404f));
	background: -moz-linear-gradient(top,  #f16c7c,  #bf404f);
	filter:  progid: DXImageTransform.Microsoft.gradient(startColorstr='#f16c7c', endColorstr='#bf404f');
}
.pm-snzp-rosy:hover {
	background: #ba4b58;
	background: -webkit-gradient(linear, left top, left bottom, from(#cf5d6a), to(#a53845));
	background: -moz-linear-gradient(top,  #cf5d6a,  #a53845);
	filter:  progid: DXImageTransform.Microsoft.gradient(startColorstr='#cf5d6a', endColorstr='#a53845');
	color: #fae7e9;
}
.pm-snzp-rosy:active {
	color: #dca4ab;
	background: -webkit-gradient(linear, left top, left bottom, from(#bf404f), to(#f16c7c));
	background: -moz-linear-gradient(top,  #bf404f,  #f16c7c);
	filter:  progid: DXImageTransform.Microsoft.gradient(startColorstr='#bf404f', endColorstr='#f16c7c');
}
.pm-snzp-flat.pm-snzp-rosy {
	border-top: 4px solid #da5867;
	border-right: 0;
	border-bottom: 4px solid #b73948;
	border-left: 0;
	background: #da5867;
}
.pm-snzp-flat.pm-snzp-rosy:hover {
	border-top: 4px solid #b73948;
	border-bottom: 4px solid #da5867;
	color: #fae7e9;
}
/* green */
.pm-snzp-green {
	color: #e8f0de;
	border: solid 1px #538312;
	background: #64991e;
	background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));
	background: -moz-linear-gradient(top,  #7db72f,  #4e7d0e);
	filter:  progid: DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e');
}
.pm-snzp-green:hover {
	background: #538018;
	background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c));
	background: -moz-linear-gradient(top,  #6b9d28,  #436b0c);
	filter:  progid: DXImageTransform.Microsoft.gradient(startColorstr='#6b9d28', endColorstr='#436b0c');
	color: #e8f0de;
}
.pm-snzp-green:active {
	color: #a9c08c;
	background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f));
	background: -moz-linear-gradient(top,  #4e7d0e,  #7db72f);
	filter:  progid: DXImageTransform.Microsoft.gradient(startColorstr='#4e7d0e', endColorstr='#7db72f');
}
.pm-snzp-flat.pm-snzp-green {
	border-top: 4px solid #64991e;
	border-right: 0;
	border-bottom: 4px solid #4e7d0e;
	border-left: 0;
	background: #64991e;
}
.pm-snzp-flat.pm-snzp-green:hover {
	border-top: 4px solid #4e7d0e;
	border-bottom: 4px solid #64991e;
	color: #e8f0de;
}
/* pink */
.pm-snzp-pink {
	color: #feeef5;
	border: solid 1px #d2729e;
	background: #f895c2;
	background: -webkit-gradient(linear, left top, left bottom, from(#feb1d3), to(#f171ab));
	background: -moz-linear-gradient(top,  #feb1d3,  #f171ab);
	filter:  progid: DXImageTransform.Microsoft.gradient(startColorstr='#feb1d3', endColorstr='#f171ab');
}
.pm-snzp-pink:hover {
	background: #d57ea5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f4aacb), to(#e86ca4));
	background: -moz-linear-gradient(top,  #f4aacb,  #e86ca4);
	filter:  progid: DXImageTransform.Microsoft.gradient(startColorstr='#f4aacb', endColorstr='#e86ca4');
	color: #feeef5;
}
.pm-snzp-pink:active {
	color: #f3c3d9;
	background: -webkit-gradient(linear, left top, left bottom, from(#f171ab), to(#feb1d3));
	background: -moz-linear-gradient(top,  #f171ab,  #feb1d3);
	filter:  progid: DXImageTransform.Microsoft.gradient(startColorstr='#f171ab', endColorstr='#feb1d3');
}
.pm-snzp-flat.pm-snzp-pink {
	border-top: 4px solid #f895c2;
	border-right: 0;
	border-bottom: 4px solid #f171ab;
	border-left: 0;
	background: #f895c2;
}
.pm-snzp-flat.pm-snzp-pink:hover {
	border-top: 4px solid #f171ab;
	border-bottom: 4px solid #f895c2;
	color: #feeef5;
}
/* Button alignment */
.snzp-ctr, a.snzp-ctr {
	margin: 0 auto;
}
.snzp-rgt, a.snzp-rgt {
	float: right;
}
.snzp-no, a.snzp-no {
	margin-left: 0;
}

/* Feature Box */
.pm-snzp-feature {
	padding: 0.4em .8em;
	margin-bottom: 1em;
}
.pm-snzp-tlc {
	box-shadow: -3px -3px 3px 0 #777777;
}
.pm-snzp-tops {
	box-shadow: 0 -3px 3px 0 #777777;
}
.pm-snzp-trc {
	box-shadow: 3px -3px 3px 0 #777777;
}
.pm-snzp-rights {
	box-shadow: 3px 0 3px 0 #777777;
}
.pm-snzp-blc {
	box-shadow: -3px 3px 3px 0 #777777;
}
.pm-snzp-bottoms {
	box-shadow: 0 3px 3px 0 #777777;
}
.pm-snzp-brc {
	box-shadow: 3px 3px 3px 0 #777777;
}
.pm-snzp-lefts {
	box-shadow: -3px 0 3px 0 #777777;
}

/* Progress Bar */
.pm-snzp-progress {
	height: 30px;
	position: relative;
	background-color: #DFDFDF;
	border-radius: 5px;
	padding: 5px;
	box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3);
}
.pm-snzp-pbar {
	display: block;
	height: 100%;
	border-radius: 3px;
	background-color: #FAA51A;
	box-shadow: 
	inset 0 2px 9px  rgba(255,255,255,0.3),
	inset 0 -2px 6px rgba(0,0,0,0.4);
	position: relative;
	overflow: hidden;
}
.pm-snzp-pbar.pm-snzp-stripe:after, .pm-snzp-pbar.pm-snzp-stripe > span {
	content: "";
	position: absolute;
	top:0;
	left: 0;
	bottom: 0;
	right: 0;
	background-image: linear-gradient(
		-45deg,
		rgba(255,255,255,0.2) 25%,
		transparent 25%,
		transparent 50%,
		rgba(255,255,255,0.2) 50%,
		rgba(255,255,255,0.2) 75%,
		transparent 75%,
		transparent
		);
	z-index: 1;
	background-size: 50px 50px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	overflow: hidden;
}
.animate .pm-snzp-pbar > span:after{
	display: none;
}
.animate .pm-snzp-pbar:after, .animate .pm-snzp-pbar > span {
	animation: move 2s linear infinite;
}
@keyframes move {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: 50px 50px;
	}
}

/* Media Queries */

@media (max-width: 1280px) {
	
}

@media (max-width: 768px) {
	
}

@media (max-width: 360px) {
	
}