/**
 * Flexible Web Design - http://www.flexiblewebdesign.com
 * Flexible - Modern Slider for Virtuemart
 * @version 1.0
 * @license http://www.gnu.org/licenses/gpl-3.0.html GNU/GPL
 * @copyright (c) 2013 Flexible Web Design. All Rights Reserved.
 * @author Flexible Web Design http://www.flexiblewebdesign.com
 *
 */

@import url(//fonts.googleapis.com/css?family=Francois+One);

#flexiblewdtheme1 .flexiblewd-slider {
	position: relative;
}

#flexiblewdtheme1 .flexiblewd-slider ul {
	list-style-type: none;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 120px;
	overflow: hidden;
	text-align: left;
	pointer-events: none;
	margin:0px !important;
	padding:0px !important;
}

.no-js .flexiblewd-slider ul {
	position: relative;
	left: auto;
	bottom: auto;
	padding: 0px !important;
	margin:0px !important;
	overflow: visible;
}

#flexiblewdtheme1 .flexiblewd-slider ul.flexiblewd-current {
	pointer-events: auto;
}

#flexiblewdtheme1 .flexiblewd-slider ul li {
	text-align:center;
	display: inline-block;
	padding: 0px !important;
	-webkit-transform: translateX(600%);
	-moz-transform: translateX(600%);
	transform: translateX(600%);
	margin:15px 0  !important;
}

.no-js .flexiblewd-slider ul li {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	transform: translateX(0);
}
#flexiblewdtheme1 .flexiblewd-slider ul li img {
 -webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}
#flexiblewdtheme1 .flexiblewd-slider ul li a {
	outline: none;
	cursor: pointer;
}
#flexiblewdtheme1 .flexiblewd-slider ul li:hover img {
	opacity: 0.7;
} 

#flexiblewdtheme1 .flexiblewd-slider nav {
	position: relative;
	text-align: center;
	margin: 0 auto;
	border-top: 5px solid #333;
 
	
}

.no-js nav {
	display: none;
}

#flexiblewdtheme1 .flexiblewd-slider nav a {
	display: block;
	float:left;
	text-transform: uppercase;
	letter-spacing: 5px;
	padding:30px 0 0 0;
	position: relative;
	color: #888;
	outline: none;
	-webkit-transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	transition: color 0.2s linear;
	text-decoration:none;
	font-family: 'Francois One', sans-serif;
	font-weight:400;
	font-size:14px;
}

#flexiblewdtheme1 .flexiblewd-slider nav a:hover,
#flexiblewdtheme1 .flexiblewd-slider nav a.flexiblewd-selected {
	color: #000;
}

#flexiblewdtheme1 .flexiblewd-slider nav a.flexiblewd-selected:after,
#flexiblewdtheme1 .flexiblewd-slider nav a.flexiblewd-selected:before {
	content: '';
	position: absolute;
	top: -5px;
	border: solid transparent;
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

#flexiblewdtheme1 .flexiblewd-slider nav a.flexiblewd-selected:after {
	border-color: transparent;
	border-top-color: #fff;
	border-width: 20px;
	left: 50%;
	margin-left: -20px;
}

#flexiblewdtheme1 .flexiblewd-slider nav a.flexiblewd-selected:before {
	border-color: transparent;
	border-top-color: #333;
	border-width: 27px;
	left: 50%;
	margin-left: -27px;
}

/* Move classes and animations */

#flexiblewdtheme1 .flexiblewd-slider ul:first-child li,
.no-js .flexiblewd-slider ul li {
	-webkit-animation: scaleUp 350ms ease-in-out both;
	-moz-animation: scaleUp 350ms ease-in-out both;
	animation: scaleUp 350ms ease-in-out both;
}

@-webkit-keyframes scaleUp {
	0% { -webkit-transform: translateX(0) scale(0); }
	100% { -webkit-transform: translateX(0) scale(1); }
}

@-moz-keyframes scaleUp {
	0% { -moz-transform: translateX(0) scale(0); }
	100% { -moz-transform: translateX(0) scale(1); }
}

@keyframes scaleUp {
	0% { transform: translateX(0) scale(0); }
	100% { transform: translateX(0) scale(1); }
}

/* Delay animation at first loading */
#flexiblewdtheme1 .flexiblewd-slider ul:first-child li:first-child {-webkit-animation-delay: 90ms;-moz-animation-delay: 90ms;animation-delay: 90ms;}
#flexiblewdtheme1 .flexiblewd-slider ul:first-child li:nth-child(2) {-webkit-animation-delay: 180ms;-moz-animation-delay: 180ms;animation-delay: 180ms;}
#flexiblewdtheme1 .flexiblewd-slider ul:first-child li:nth-child(3) {-webkit-animation-delay: 270ms;-moz-animation-delay: 270ms;animation-delay: 270ms;}
#flexiblewdtheme1 .flexiblewd-slider ul:first-child li:nth-child(4) {-webkit-animation-delay: 360ms;-moz-animation-delay: 360ms;animation-delay: 360ms;}
#flexiblewdtheme1 .flexiblewd-slider ul:first-child li:nth-child(5) {-webkit-animation-delay: 450ms;-moz-animation-delay: 450ms;animation-delay: 450ms;}
#flexiblewdtheme1 .flexiblewd-slider ul:first-child li:nth-child(6) {-webkit-animation-delay: 540ms;-moz-animation-delay: 540ms;animation-delay: 540ms;}
#flexiblewdtheme1 .flexiblewd-slider ul:first-child li:nth-child(7) {-webkit-animation-delay: 630ms;-moz-animation-delay: 630ms;animation-delay: 630ms;}
#flexiblewdtheme1 .flexiblewd-slider ul:first-child li:nth-child(8) {-webkit-animation-delay: 720ms;-moz-animation-delay: 720ms;animation-delay: 720ms;}
#flexiblewdtheme1 .flexiblewd-slider ul:first-child li:nth-child(9) {-webkit-animation-delay: 810ms;-moz-animation-delay: 810ms;animation-delay: 810ms;}
#flexiblewdtheme1 .flexiblewd-slider ul:first-child li:nth-child(10) {-webkit-animation-delay: 900ms;-moz-animation-delay: 900ms;animation-delay: 900ms;}
#flexiblewdtheme1 .flexiblewd-slider ul:first-child li:nth-child(11) {-webkit-animation-delay: 990ms;-moz-animation-delay: 990ms;animation-delay: 990ms;}
#flexiblewdtheme1 .flexiblewd-slider ul:first-child li:nth-child(12) {-webkit-animation-delay: 1080ms;-moz-animation-delay: 1080ms;animation-delay: 1080ms;}
#flexiblewdtheme1 .flexiblewd-slider ul:first-child li:nth-child(13) {-webkit-animation-delay: 1170ms;-moz-animation-delay: 1170ms;animation-delay: 1170ms;}
#flexiblewdtheme1 .flexiblewd-slider ul:first-child li:nth-child(14) {-webkit-animation-delay: 1260ms;-moz-animation-delay: 1260ms;animation-delay: 1260ms;}
#flexiblewdtheme1 .flexiblewd-slider ul:first-child li:nth-child(15) {-webkit-animation-delay: 1350ms;-moz-animation-delay: 1350ms;animation-delay: 1350ms;}

/* moveFromRight */
#flexiblewdtheme1 .flexiblewd-slider ul.flexiblewd-moveFromRight li {
	-webkit-animation: moveFromRight 350ms ease-in-out both;
	-moz-animation: moveFromRight 350ms ease-in-out both;
	animation: moveFromRight 350ms ease-in-out both;
}

/* moveFromLeft */
#flexiblewdtheme1 .flexiblewd-slider ul.flexiblewd-moveFromLeft li {
	-webkit-animation: moveFromLeft 350ms ease-in-out both;
	-moz-animation: moveFromLeft 350ms ease-in-out both;
	animation: moveFromLeft 350ms ease-in-out both;
}

/* moveToRight */
#flexiblewdtheme1 .flexiblewd-slider ul.flexiblewd-moveToRight li {
	-webkit-animation: moveToRight 350ms ease-in-out both;
	-moz-animation: moveToRight 350ms ease-in-out both;
	animation: moveToRight 350ms ease-in-out both;
}

/* moveToLeft */
#flexiblewdtheme1 .flexiblewd-slider ul.flexiblewd-moveToLeft li {
	-webkit-animation: moveToLeft 350ms ease-in-out both;
	-moz-animation: moveToLeft 350ms ease-in-out both;
	animation: moveToLeft 350ms ease-in-out both;
}

/* Animation Delays */

#flexiblewdtheme1 .flexiblewd-slider ul.flexiblewd-moveToLeft li:first-child {-webkit-animation-delay: 100ms;-moz-animation-delay: 100ms;animation-delay: 100ms;}
#flexiblewdtheme1 .flexiblewd-slider ul.flexiblewd-moveToLeft li:nth-child(2) {-webkit-animation-delay: 200ms;-moz-animation-delay: 200ms;animation-delay: 200ms;}
#flexiblewdtheme1 .flexiblewd-slider ul.flexiblewd-moveToLeft li:nth-child(3) {-webkit-animation-delay: 300ms;-moz-animation-delay: 300ms;animation-delay: 300ms;}
#flexiblewdtheme1 .flexiblewd-slider ul.flexiblewd-moveToLeft li:nth-child(4) {-webkit-animation-delay: 400ms;-moz-animation-delay: 400ms;animation-delay: 400ms;}
#flexiblewdtheme1 .flexiblewd-slider ul.flexiblewd-moveToLeft li:nth-child(5) {-webkit-animation-delay: 500ms;-moz-animation-delay: 500ms;animation-delay: 500ms;}
#flexiblewdtheme1 .flexiblewd-slider ul.flexiblewd-moveToLeft li:nth-child(6) {-webkit-animation-delay: 600ms;-moz-animation-delay: 600ms;animation-delay: 600ms;}
#flexiblewdtheme1 .flexiblewd-slider ul.flexiblewd-moveToLeft li:nth-child(7) {-webkit-animation-delay: 700ms;-moz-animation-delay: 700ms;animation-delay: 700ms;}
#flexiblewdtheme1 .flexiblewd-slider ul.flexiblewd-moveToLeft li:nth-child(8) {-webkit-animation-delay: 800ms;-moz-animation-delay: 800ms;animation-delay: 800ms;}
#flexiblewdtheme1 .flexiblewd-slider ul.flexiblewd-moveToLeft li:nth-child(9) {-webkit-animation-delay: 900ms;-moz-animation-delay: 900ms;animation-delay: 900ms;}
#flexiblewdtheme1 .flexiblewd-slider ul.flexiblewd-moveToLeft li:nth-child(10) {-webkit-animation-delay: 1000ms;-moz-animation-delay: 1000ms;animation-delay: 1000ms;}
#flexiblewdtheme1 .flexiblewd-slider ul.flexiblewd-moveToLeft li:nth-child(11) {-webkit-animation-delay: 1100ms;-moz-animation-delay: 110ms;animation-delay: 1100ms;}
#flexiblewdtheme1 .flexiblewd-slider ul.flexiblewd-moveToLeft li:nth-child(12) {-webkit-animation-delay: 1200ms;-moz-animation-delay: 1200ms;animation-delay: 1200ms;}
#flexiblewdtheme1 .flexiblewd-slider ul.flexiblewd-moveToLeft li:nth-child(13) {-webkit-animation-delay: 1300ms;-moz-animation-delay: 1300ms;animation-delay: 1300ms;}
#flexiblewdtheme1 .flexiblewd-slider ul.flexiblewd-moveToLeft li:nth-child(14) {-webkit-animation-delay: 1400ms;-moz-animation-delay: 1400ms;animation-delay: 1400ms;}
#flexiblewdtheme1 .flexiblewd-slider ul.flexiblewd-moveToLeft li:nth-child(15) {-webkit-animation-delay: 1500ms;-moz-animation-delay: 1500ms;animation-delay: 1500ms;}
#flexiblewdtheme1 .flexiblewd-slider ul.flexiblewd-moveFromRight li:first-child {-webkit-animation-delay: 100ms;-moz-animation-delay: 100ms;animation-delay: 100ms;}
#flexiblewdtheme1 .flexiblewd-slider ul.flexiblewd-moveFromRight li:nth-child(2) {-webkit-animation-delay: 200ms;-moz-animation-delay: 200ms;animation-delay: 200ms;}
#flexiblewdtheme1 .flexiblewd-slider ul.flexiblewd-moveFromRight li:nth-child(3) {-webkit-animation-delay: 300ms;-moz-animation-delay: 300ms;animation-delay: 300ms;}
#flexiblewdtheme1 .flexiblewd-slider ul.flexiblewd-moveFromRight li:nth-child(4) {-webkit-animation-delay: 400ms;-moz-animation-delay: 400ms;animation-delay: 400ms;}
#flexiblewdtheme1 .flexiblewd-slider ul.flexiblewd-moveFromRight li:nth-child(5) {-webkit-animation-delay: 500ms;-moz-animation-delay: 500ms;animation-delay: 500ms;}
#flexiblewdtheme1 .flexiblewd-slider ul.flexiblewd-moveFromRight li:nth-child(6) {-webkit-animation-delay: 600ms;-moz-animation-delay: 600ms;animation-delay: 600ms;}
#flexiblewdtheme1 .flexiblewd-slider ul.flexiblewd-moveFromRight li:nth-child(7) {-webkit-animation-delay: 700ms;-moz-animation-delay: 700ms;animation-delay: 700ms;}
#flexiblewdtheme1 .flexiblewd-slider ul.flexiblewd-moveFromRight li:nth-child(8) {-webkit-animation-delay: 800ms;-moz-animation-delay: 800ms;animation-delay: 800ms;}
#flexiblewdtheme1 .flexiblewd-slider ul.flexiblewd-moveFromRight li:nth-child(9) {-webkit-animation-delay: 900ms;-moz-animation-delay: 900ms;animation-delay: 900ms;}
#flexiblewdtheme1 .flexiblewd-slider ul.flexiblewd-moveFromRight li:nth-child(10) {-webkit-animation-delay: 1000ms;-moz-animation-delay: 1000ms;animation-delay: 1000ms;}
#flexiblewdtheme1 .flexiblewd-slider ul.flexiblewd-moveFromRight li:nth-child(11) {-webkit-animation-delay: 1100ms;-moz-animation-delay: 1100ms;animation-delay: 1100ms;}
#flexiblewdtheme1 .flexiblewd-slider ul.flexiblewd-moveFromRight li:nth-child(12) {-webkit-animation-delay: 1200ms;-moz-animation-delay: 1200ms;animation-delay: 1200ms;}
#flexiblewdtheme1 .flexiblewd-slider ul.flexiblewd-moveFromRight li:nth-child(13) {-webkit-animation-delay: 1300ms;-moz-animation-delay: 1300ms;animation-delay: 1300ms;}
#flexiblewdtheme1 .flexiblewd-slider ul.flexiblewd-moveFromRight li:nth-child(14) {-webkit-animation-delay: 1400ms;-moz-animation-delay: 1400ms;animation-delay: 1400ms;}
#flexiblewdtheme1 .flexiblewd-slider ul.flexiblewd-moveFromRight li:nth-child(15) {-webkit-animation-delay: 1500ms;-moz-animation-delay: 1500ms;animation-delay: 1500ms;}

 

/* Animations */

@-webkit-keyframes moveFromRight {
	0% { -webkit-transform: translateX(600%); }
	100% { -webkit-transform: translateX(0%); }
}

@-webkit-keyframes moveFromLeft {
	0% { -webkit-transform: translateX(-600%); }
	100% { -webkit-transform: translateX(0%); }
}

@-webkit-keyframes moveToRight {
	0% { -webkit-transform: translateX(0%); }
	100% { -webkit-transform: translateX(600%); }
}

@-webkit-keyframes moveToLeft {
	0% { -webkit-transform: translateX(0%); }
	100% { -webkit-transform: translateX(-600%); }
}

@-moz-keyframes moveFromRight {
	0% { -moz-transform: translateX(600%); }
	100% { -moz-transform: translateX(0%); }
}

@-moz-keyframes moveFromLeft {
	0% { -moz-transform: translateX(-600%); }
	100% { -moz-transform: translateX(0%); }
}

@-moz-keyframes moveToRight {
	0% { -moz-transform: translateX(0%); }
	100% { -moz-transform: translateX(600%); }
}

@-moz-keyframes moveToLeft {
	0% { -moz-transform: translateX(0%); }
	100% { -moz-transform: translateX(-600%); }
}

@keyframes moveFromRight {
	0% { transform: translateX(600%); }
	100% { transform: translateX(0); }
}

@keyframes moveFromLeft {
	0% { transform: translateX(-600%); }
	100% { transform: translateX(0); }
}

@keyframes moveToRight {
	0% { transform: translateX(0%); }
	100% { transform: translateX(600%); }
}

@keyframes moveToLeft {
	0% { transform: translateX(0%); }
	100% { transform: translateX(-600%); }
}

#flexiblewdtheme1 .flexiblewd-slider {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Media Queries */
/* Smart phone layout */
@media screen and (max-width: 490px){ 
	#flexiblewdtheme1 .flexiblewd-slider {
		text-align: center;
		height: auto;
	}

	#flexiblewdtheme1 .flexiblewd-slider ul {
		position: relative;
		display: inline;
		bottom: auto;
		pointer-events: auto;
	}

	#flexiblewdtheme1 .flexiblewd-slider ul li {
		-webkit-animation: none !important;
		-moz-animation: none !important;
		animation: none !important;
		-webkit-transform: translateX(0) !important;
		-moz-transform: translateX(0) !important;
		transform: translateX(0) !important;
		padding: 10px 3px;
		min-width: 140px;
	}

	#flexiblewdtheme1 .flexiblewd-slider nav {
		display: none;
	}
	#flexiblewdtheme1 .flexiblewd-slider  {
		height:auto !important;
	}
	.see-all-link { display:none !important;}
}

#flexiblewdtheme1 .flexiblewdImage, .flexiblewdTitle, .flexiblewdNoproduct { display:block;}
#flexiblewdtheme1 .flexiblewdImage a { position:relative; display:inline-block;}
#flexiblewdtheme1 .flexiblewdDiscount {
	position:absolute;
	right:0px;
	top:0px;
	background-color:rgba(255,0,0,0.9);
	width:30px;
	height:30px;
	display:block;
	-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
line-height:30px;
font-family: 'Francois One', sans-serif;
line-height:30px;
font-size:12px;
color:#fff;
}
#flexiblewdtheme1 .flexiblewdFeatured {
	position:absolute;
	bottom:0px;
	left:0px;
	background-color:rgba(160,20,139,0.7);
		height:15px;
	line-height:15px;
	padding:0;
	display:block;
font-family: 'Francois One', sans-serif;
font-size:9px;
color:#fff;
width:100%;
 }
#flexiblewdtheme1 .flexiblewdNew {
	 
	background-color:rgba(95,170,227,0.9);
	padding:0px;
	height:15px;
	line-height:15px;
	display:inline-block;
	padding:0 5px;
font-family: 'Francois One', sans-serif;
font-size:9px;
color:#fff;
display: none;
 }
#flexiblewdtheme1 .flexiblewdSoldout {
font-family: 'Francois One', sans-serif;
font-size:14px;
color:#FFF;
background:#F00;
text-align:center;
position: absolute;
top: 65px;
left: 0px;
-webkit-transform: rotate(-20deg); /**safari, chrome**/
-moz-transform: rotate(-20deg); /**firefox**/
transform: rotate(-20deg); /**other browsers**/
width:100%;
opacity:0.7;

}
	
#flexiblewdtheme1 .flexiblewdImage img {
	max-width: 50%;
	border: none;
}
#flexiblewdtheme1 .see-all-link {
	height:15px; line-height:15px; background:url(../images/see-all.png) no-repeat left center;
	background-size:auto 100%; padding-left:20px;
	position:absolute; right:10px;bottom:100px; display:none;
	font-size:11px;
	color:#777;
	text-decoration:none;
}
#flexiblewdtheme1 .see-all-link:hover {
	color:#333;
	text-decoration:underline;
}
 
#flexiblewdtheme1 .flexiblewdDesc { color:#777; font-size:10px;}
#flexiblewdtheme1 .flexiblewdPrice { font-size:13px; font-weight:bold; color:#555;}
#flexiblewdtheme1 .flexiblewdPrice-discountAmount { font-weight:normal; color:green;}
#flexiblewdtheme1 .flexiblewdPrice-sale-old { font-size:11px; text-decoration:line-through; color:#777; font-weight:normal;}
#flexiblewdtheme1 .flexiblewdPrice > div { display:inline-block;} 
#flexiblewdtheme1 .flexiblewdPrice { margin-top:5px;}
#flexiblewdtheme1 .flexiblewdTitle a{
	display: inline-block;
	font-family: "OpenSansLight", arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	padding: 20px 10px 0;
	text-decoration:none;
	color:#f8a3b8;
}
 #flexiblewdAddButton {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	border: 1px solid rgba(0,0,0,0.4) ;
	box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.5),
				0 0 1px 1px rgba(255,255,255,0.8),
				0 0 0 6px rgba(0,0,0,0.06),
				0 0 0 3px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.5),
				0 0 1px 1px rgba(255,255,255,0.8),
				0 0 0 6px rgba(0,0,0,0.06),
				0 0 0 3px rgba(0,0,0,0.1);			
	cursor: pointer;
	margin-top:5px;
}
#flexiblewdAddButton .flexiblewdAddTitle {
	padding: 5px 8px;
	float: left;
	color: #fff;
	font-weight: normal;
	font-size: 10px;
	text-shadow: 1px 1px rgba(0,0,0,0.2);
	text-transform: uppercase; 
}
#flexiblewdAddButton .flexiblewdAddPrice {
	padding: 5px;
	float: left;
	color: rgba(0,0,0,0.4);
	font-weight: 800;
	font-size: 10px;
	text-shadow: 1px 1px rgba(255,255,255,0.3);
	text-transform: uppercase;	
	border-left: 1px solid rgba(255,255,255,0.3);
	-webkit-box-shadow: inset 1px 0px 0px 0px rgba(0,0,0,0.2);
       box-shadow: inset 1px 0px 0px 0px rgba(0,0,0,0.2);
}

/* colors */
#flexiblewdAddButton.flexiblewdYellow {
	background: rgb(244,205,216);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZDY1ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZWJmMDQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(244,205,216,1) 0%, rgba(255,187,221,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(244,205,216,1)), color-stop(100%,rgba(255,187,221,1)));
	background: -webkit-linear-gradient(top,  rgba(244,205,216,1) 0%,rgba(255,187,221,1) 100%);
	background: -o-linear-gradient(top,  rgba(244,205,216,1) 0%,rgba(255,187,221,1) 100%);
	background: -ms-linear-gradient(top,  rgba(244,205,216,1) 0%,rgba(255,187,221,1) 100%);
	background: linear-gradient(top,  rgba(244,205,216,1) 0%,rgba(255,187,221,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#fff',GradientType=0 );
}

#flexiblewdAddButton.flexiblewdYellow:hover {
	background: rgb(255,187,221);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlYmYwNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmQ2NWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(255,187,221,1) 0%, rgba(244,205,216,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,187,221,1)), color-stop(100%,rgba(244,205,216,1)));
	background: -webkit-linear-gradient(top,  rgba(255,187,221,1) 0%,rgba(244,205,216,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,187,221,1) 0%,rgba(244,205,216,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,187,221,1) 0%,rgba(244,205,216,1) 100%);
	background: linear-gradient(top,  rgba(255,187,221,1) 0%,rgba(244,205,216,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#fff',GradientType=0 );
}
#flexiblewdAddButton.flexiblewdYellow:active {
	-webkit-box-shadow: inset 2px 2px 5px 0px rgba(0, , 0, 0.3);
        
        box-shadow: inset 2px 2px 5px 0px rgba(0, , 0, 0.3);	
}

#flexiblewdAddButton.flexiblewdGreen {
	background: rgb(143,200,0);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhmYzgwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2NjhlMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(143,200,0,1) 0%, rgba(102,142,0,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(143,200,0,1)), color-stop(100%,rgba(102,142,0,1)));
	background: -webkit-linear-gradient(top,  rgba(143,200,0,1) 0%,rgba(102,142,0,1) 100%);
	background: -o-linear-gradient(top,  rgba(143,200,0,1) 0%,rgba(102,142,0,1) 100%);
	background: -ms-linear-gradient(top,  rgba(143,200,0,1) 0%,rgba(102,142,0,1) 100%);
	background: linear-gradient(top,  rgba(143,200,0,1) 0%,rgba(102,142,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fc800', endColorstr='#668e00',GradientType=0 );
}
#flexiblewdAddButton.flexiblewdGreen:hover {
	background: rgb(102,142,0);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY2OGUwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4ZmM4MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(102,142,0,1) 0%, rgba(143,200,0,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(102,142,0,1)), color-stop(100%,rgba(143,200,0,1)));
	background: -webkit-linear-gradient(top,  rgba(102,142,0,1) 0%,rgba(143,200,0,1) 100%);
	background: -o-linear-gradient(top,  rgba(102,142,0,1) 0%,rgba(143,200,0,1) 100%);
	background: -ms-linear-gradient(top,  rgba(102,142,0,1) 0%,rgba(143,200,0,1) 100%);
	background: linear-gradient(top,  rgba(102,142,0,1) 0%,rgba(143,200,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#668e00', endColorstr='#8fc800',GradientType=0 );
}
#flexiblewdAddButton.flexiblewdGreen:active {
	box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.5),
				0 0 1px 1px rgba(255,255,255,0.8),
				0 0 0 6px rgba(0,0,0,0.06),
				0 0 0 3px rgba(0,0,0,0.1),
				inset 2px 2px 5px 0px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.5),
				0 0 1px 1px rgba(255,255,255,0.8),
				0 0 0 6px rgba(0,0,0,0.06),
				0 0 0 3px rgba(0,0,0,0.1)
				inset 2px 2px 4px 0px rgba(0, 0, 0, 0.5);
}
.flexiblewdCall, .flexiblewdNotify { padding:3px 5px; background:#eee; font-weight:normal;}
 