/*
Theme Name: Mobile Version
Version: 1.0
Author: Matthew Woods
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0px;
    padding: 0px;
    border: 0px;
    outline: 0px;
}

body {
    background: url(images/bg.gif) repeat;
    font-size: 12px;
    font-family: Arial, sans-serif, Helvetica;
    color: #1e1e1e;
    margin: 0px;
	width: 100%;
}

p {
    margin: 10px 0px 10px 0px;
    line-height: 1.5;
}

a {
    color: #f27cb1;
    text-decoration: none;
}

a:hover {
    color: #317e97;
    text-decoration: none;
}

img {
    border: 0px;
}

h2 {
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 18px;
	line-height: 20px;
    color: #f27cb1;
	text-transform: uppercase;
}

h3 {
    margin: 10px 0px;
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
    color: #88d1d0;
}

h4 {
    margin: 10px 0px;
    font-size: 14px;
	line-height: 18px;
    color: #626262;
}

h5 {
    margin: 10px 0px;
    font-size: 13px;
	line-height: 18px;
    color: #828282;
}

h6 {
    margin: 10px 0px;
    font-size: 12px;
	line-height: 18px;
    color: #bbb;
}

strong {
	font-size: 14px;
	text-transform: uppercase;
}

hr {
    margin-bottom: 10px;
    border: 0px;
    border-top: 1px dashed #ccc;
    clear: both;
}

.clear {
    clear: both;
}

.white {
	color: #fff;
	margin: 0% 0% 0% 2%;
}

/*/////////////////////////////////////////////////////////////////////////////
    Layout
/////////////////////////////////////////////////////////////////////////////*/

#header {
    position: relative;
    width: 100%;
    height: 84px;
	background: url(images/headerbg.png) repeat-x;
    z-index: 1;
}

#logo {
    position: relative;
    width: 320px;
    height: 137px;
    margin: 0px auto;
	padding: 7px 0px 0px 0px;
	background: url(images/logobg.png) no-repeat;
    z-index: 2;
}

#logo a {
    position: relative;
    width: 208px;
    height: 104px;
    margin: 0px auto;
    display:block;
    background:url(images/logo.png) no-repeat;
    text-indent: -99999em;
}

#pageheader {
    position: relative;
    width: 100%;
    height: 93px;
	background: url(images/pageheaderbg.png) top left repeat;
    z-index: 1;
}

#pagelogo {
    position: relative;
    width: 320px;
    height: 105px;
    margin: 0px auto;
	padding: 10px 0px 0px 0px;
	background: url(images/pagelogobg.png) no-repeat;
    z-index: 2;
}

#backtomenu {
    position: relative;
	float: left;
    width: 55px;
    min-height: 16px;
	margin: 13px 10px 0px 20px;
	line-height: 16px;
    font-size: 16px;
	font-weight: bold;
	color: #272727;
	text-align: left;
	text-transform: uppercase;
    z-index: 3;
}

#logolink {
    position: relative;
	float: left;
    width: 139px;
    height: 69px;
    display:block;
    background:url(images/pagelogo.png) no-repeat;
    text-indent: -99999em;
    z-index: 3;
}

#searchlink {
    position: relative;
	float: left;
    width: 61px;
    min-height: 16px;
	margin: 13px 20px 0px 15px;
	line-height: 16px;
    font-size: 16px;
	font-weight: bold;
	color: #272727;
	text-align: right;
	text-transform: uppercase;
    z-index: 3;
}

#container {
    position: relative;
    width: 100%;
    min-height: 0px;
	padding: 43px 0px 0px 0px;
    z-index: 1;
}

#content {
    position: relative;
    width: 96%;
    min-height: 0px;
	padding: 0px 2%;
    z-index: 2;
}

#menu-mobile-menu li a {
    position: relative;
    width: 80%;
    min-height: 20px;
    padding:  19px 10%;
    margin: 2% 0%;
	display: block;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    background-image: linear-gradient(bottom, #323232 22%, #323232 40%, #393939 58%);
    background-image: -o-linear-gradient(bottom, #323232 22%, #323232 40%, #393939 58%);
    background-image: -moz-linear-gradient(bottom, #323232 22%, #323232 40%, #393939 58%);
    background-image: -webkit-linear-gradient(bottom, #323232 22%, #323232 40%, #393939 58%);
    background-image: -ms-linear-gradient(bottom, #323232 22%, #323232 40%, #393939 58%);
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.22, #323232), color-stop(0.40, #323232), color-stop(0.58, #393939) );
    -moz-box-shadow: 0 0 10px #131313;
    -webkit-box-shadow: 0 0 10px #131313;
    box-shadow: 0 0 10px #131313;
    text-align: center;
	font-size: 20px;
	line-height: 20px;
	color: #88d1d0;
}

#pagecontainer {
    position: relative;
    width: 86%;
    min-height: 280px;
    margin: 0px auto;
	padding: 5%;
	background: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    z-index: 2;
}

#pagecontent {
    position: relative;
    width: 86%;
    min-height: 280px;
    margin: 0px auto;
	padding: 5%;
	background: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    z-index: 2;
}

#shopp .category .subcategories {
	padding: 0 !important;
	margin-bottom: 10px;
	display: none;
}

#shopp-all-products-orderby-menu { margin: 10px 0; }

#shopp.grid ul.products li.product, #shopp.list ul.products li.product { width: 95%; }
#shopp.grid ul.products li.product { text-align: left; margin: 5px 0; padding-bottom:5px; border-bottom: 1px solid #ccc; }
#shopp ul.views { display: none; }

@media only screen
and (min-width : 0px)
and (max-width : 767px) {
#pagecontent {
    position: relative;
    width: 86%;
    min-height: 280px;
    margin: 0px auto;
	padding: 5%;
	background: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    z-index: 2;
}

.contactcontent {
	float: none;
	margin-bottom: 10px;
}

.contactform {
	float: none;
}
}

@media only screen
and (min-width : 768px) {
.contactcontent {
    position: relative !important;
	float: left !important;
    width: 36% !important;
    min-height: 100px !important;
	padding: 5% !important;
	margin: 0% 2% !important;
    -moz-border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    border-radius: 4px !important;
	background: #fff !important;
    z-index: 2 !important;
}

.contactform {
    position: relative !important;
	float: right !important;
    width: 42% !important;
	margin: 0% 2% !important;
    min-height: 100px !important;
}

#pagecontent {
    position: relative;
    width: 86%;
    min-height: 280px;
    margin: 0px auto;
	padding: 5%;
	background: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    z-index: 2;
}

}

#bottomsearchnavigation {
    position: relative;
    width: 100%;
    min-height: 0px;
    z-index: 4;
}

.navigation {
    position: relative;
    min-height: 36px;
	margin: 0 auto;
    display: table;
}

#postsection {
    position: relative;
    width: 100%;
    min-height: 50px;
    margin: 0px 0px 10px 0px;
    z-index: 4;
}

.searchtermarea {
    position: relative;
    width: 100%;
    min-height: 0px;
    padding: 10px 0px 0px 0px;
	background: url(images/newsborder.png) 0px 10px repeat-x;
    z-index: 5;
}

#postsection div:first-child {
	background: none !important;
}

.wp-paginate {
    margin: 0px 0px 10px 0px !important;
	min-width: 0px;
    left: 0px;
    float:right;
	list-style: none !important;
}

.wp-paginate li {
    position: relative;
	float: left;
	display: inline;
    margin: 0px 0px 0px 8px !important;
	list-style: none !important;
}

.wp-paginate li a {
    position: relative;
    display: block;
	margin-right: 5px;
	padding: 10px 6px;
	background: url(images/paginationbutton.png) no-repeat;
	width: 24px;
	height: 16px;
	font-size: 16px;
	line-height: 16px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	text-decoration: none !important;
}

.wp-paginate li a:hover, .current {
    position: relative;
    display: block;
	margin-right: 5px;
	padding: 10px 6px;
	background: url(images/paginationbutton.png) no-repeat;
	width: 24px;
	height: 16px;
	font-size: 16px;
	line-height: 16px;
	text-align: center;
	color: #bbb;
	font-weight: bold;
	text-decoration: none !important;
}

.postmetadata {
    font-size: 14px;
	color:#88d1d0;
    line-height: 14px;
    margin: 0px;
	padding: 0px;
}

#shopcontent {
    position: relative;
    width: 100%;
    min-height: 280px;
    z-index: 2;
}

#footer {
    position: relative;
    width: 100%;
    min-height: 12px;
	padding: 10px 0px;
    z-index: 1;
}

#backtotop {
    position: relative;
	float: left;
    width: 9%;
    height: 24px;
	margin: 0% 5%;
    z-index: 3;
}

#backtotop a {
    position: relative;
    width: 26px;
    height: 24px;
	margin: 0px auto;
    display:block;
    text-indent: -99999em;
    background:url(images/backtotop.png) no-repeat;
    z-index: 3;
}

#switchversion {
    position: relative;
	float: left;
	width: 64%;
    font-size: 12px;
    line-height: 24px;
	text-align: center;
    z-index: 3;
}

#pwdlogo {
    position: relative;
	float: left;
    width: 7%;
    height: 24px;
	margin: 0% 5%;
    z-index: 3;
}

#pwdlogo a {
    position: relative;
	float: right;
    width: 24px;
    height: 24px;
	margin: 0px auto;
    display:block;
    text-indent: -99999em;
    background: url(images/pwd.png) no-repeat;
    z-index: 3;
}

/*/////////////////////////////////////////////////////////////////////////////
    The Header
/////////////////////////////////////////////////////////////////////////////*/

#backtomenu:hover {
	color: #88d1d0;
}

#searchlink:hover {
	color: #f27cb1;
}

/*/////////////////////////////////////////////////////////////////////////////
    The Content
/////////////////////////////////////////////////////////////////////////////*/

.navbutton:hover {
	color: #fff;
}

#backtomenu a:hover {
    background: linear-gradient(top, #dfdfdf 17%, #c9c9c9 59%, #bbb 80%);
    background: -o-linear-gradient(top, #dfdfdf 17%, #c9c9c9 59%, #bbb 80%);
    background: -moz-linear-gradient(top, #dfdfdf 17%, #c9c9c9 59%, #bbb 80%);
    background: -webkit-linear-gradient(top, #dfdfdf 17%, #c9c9c9 59%, #bbb 80%);
    background: -ms-linear-gradient(top, #dfdfdf 17%, #c9c9c9 59%, #bbb 80%);
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.17, #dfdfdf), color-stop(0.59, #c9c9c9), color-stop(0.8, #bbb) );
}

#pagetitle h2 {
	font-size: 19px;
    line-height: 19px;
	color: #828282;
	margin: 0px !important;
}

#pagecontent td img, #pagecontent p img, #pagecontent h3 img {
	width: 100% !important;
	height: auto !important;
	margin: 10px 0px;
	clear: both !important;
}

.thepagename {
	display: none;
}

/*-- List Section ----------------*/

#pagecontent ul, #pagecontent ol {
    position: relative;
    margin: 10px 0px 10px 40px;
}

#pagecontent ul li {
    margin-bottom: 5px;
}

/*-- Tables Section ----------------*/

#pagecontent table {
    margin: 10px 0px;
	font-size: 12px;
}


#content td, #pagecontent td, #shopcontent td {
    padding: 5px 20px 5px 0px;
    vertical-align: top;
}

#shopcontent td strong {
	color: #f27cb1;
}

/*-- Products Section ----------------*/

.gobacktocat {
	display: none;
}

#catttile, .addtocart, .hiddenarea {
	/*display: none !important;*/
}

.products {
	position: relative;
	width: 100% !important;
	min-height: 0px;
	padding: 0px !important;
	margin: 0px !important;
}

.product_in_grid {
	position: relative;
	width: 96%;
	min-height: 0px;
	background: #fff;
}

@media only screen
and (min-width : 0px)
and (max-width : 767px) {
.product_in_grid {
	width: 96%;
	padding: 2%;
	margin: 3% 0%;
}
}

@media only screen
and (min-width : 768px) {
.product_in_grid {
	width: 98%;
	padding: 1%;
	margin: 2% 0%;
}
}

.productimagediv {
	position: relative;
	float: left;
	width: 25% !important;
	min-height: 97px;
	margin: 0% 2% 0% 0% !important;
	
}

.productimagediv img {
	width: 100% !important;
    height: auto !important;
}


.productcontentdiv {
	position: relative;
	float: right;
	width: 70% !important;
	min-height: 0px;
}

@media only screen
and (min-width : 0px)
and (max-width : 767px) {
.productcontentdiv {
	padding: 5% 0%;
}
#auction-list img { width: 200px; height: auto; }
}

@media only screen
and (min-width : 768px) {
.productcontentdiv {
	padding: 1% 0%;
}
}

.productcontentdiv h4 {
	padding: 0px;
	margin: 0px 0px 7px 0px;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
}

.productcontentdiv a {
	color: #323232;
}

.productcontentdiv a:hover {
	color: #88d1d0;
}

.productcontentdiv p {
	padding: 0px;
	margin: 0px;
	font-size: 23px;
	line-height: 23px;
	color: #f27cb1;
	font-weight: bold;
}

.prod_container {
	position: relative;
	width: 92% !important;
	min-height: 0px;
	padding: 0% 2% !important;
	margin: 0% auto !important;
	background: #fff;
}

.prod_container h3 {
	margin: 0px;
	padding: 10px 0px;
}

.prod_container .text p {
	margin: 0px;
	padding: 10px 12px 12px 12px;
}

#productdetailsareaprice {
	float: right;
	color: #e371a5;
}

.mobilegobacktocat {
	height: 23px;
	margin: 0px;
	padding: 10px 12px;
}

.mobilegobacktocat a {
	position: relative;
	padding: 4px 10px 3px 10px;
	background: #63bdbc;
	color: #fff !important;
	text-decoration: none !important;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}

.mobilegobacktocat a:hover {
	background: #88d1d0;
}

/* ----------- Product Gallery style -------------*/

@media only screen
and (min-width : 0px)
and (max-width : 767px) {

#shopp form.product label { clear: none; display: inline; }
#shopp .gallery { position: relative; width: 100%; min-height: 0px; display: block; }
#shopp .gallery ul { position: relative; width: 100%; min-height: 0px; display: block; margin: 0; padding: 0 !important; list-style: none !important; text-indent: 0; width: auto; }
#shopp .gallery ul li:before { content: ""; }
#shopp .gallery li a { margin: 0; padding: 0; float: none; }
#shopp .gallery .previews { position: relative;  margin: 0 !important; overflow: hidden; }
#shopp .gallery .previews li { position: absolute; visibility: hidden; top: 0; left: 0; margin: 0; display: block; text-align: center !important; }
#shopp .gallery .previews li.fill { position: relative; text-align: center !important; }
#shopp .gallery .previews img { position: relative; width: 100% !important; height: auto !important; margin: 0 auto !important; text-align: center; padding: 0; }
#shopp .gallery .previews li.active { visibility: visible; }
#shopp .gallery .thumbnails { position: relative; width: 100% !important; min-height: 0px; margin-top: 10px; overflow: hidden; }
#shopp .gallery .thumbnails ul { width: 100% !important; padding: 0; }
#shopp .gallery .thumbnails li { position: relative; width: 21% !important; height: 21% !important; float: left; margin: 2% !important; }
#shopp .gallery .thumbnails img { position: relative; width: 100% !important; height: auto !important; margin: 0; padding: 0; }
}

@media only screen
and (min-width : 768px) {
#shopp form.product label { clear: none; display: inline; }
.galleryarea { position: relative; float: left; width: 40% !important; min-height: 0px; display: block; }
#shopp .gallery { position: relative; float: left; width: 100%; min-height: 0px; display: block; }
#shopp .gallery ul { position: relative; width: 100%; min-height: 0px; display: block; margin: 0; padding: 0 !important; list-style: none !important; text-indent: 0; width: auto; }
#shopp .gallery ul li:before { content: ""; }
#shopp .gallery li a { margin: 0; padding: 0; float: none; }
#shopp .gallery .previews { position: relative;  margin: 0 !important; overflow: hidden; }
#shopp .gallery .previews li { position: absolute; visibility: hidden; top: 0; left: 0; margin: 0; display: block; text-align: center !important; }
#shopp .gallery .previews li.fill { position: relative; text-align: center !important; }
#shopp .gallery .previews img { position: relative; width: 100% !important; height: auto !important; margin: 0 auto !important; text-align: center; padding: 0; }
#shopp .gallery .previews li.active { visibility: visible; }
#shopp .gallery .thumbnails { position: relative; width: 100% !important; min-height: 0px; margin-top: 10px; overflow: hidden; }
#shopp .gallery .thumbnails ul { width: 100% !important; padding: 0; }
#shopp .gallery .thumbnails li { position: relative; width: 21% !important; height: 21% !important; float: left; margin: 2% !important; }
#shopp .gallery .thumbnails img { position: relative; width: 100% !important; height: auto !important; margin: 0; padding: 0; }

.productdetailsarea  { position: relative; float: right; width: 40%; min-height: 0px; display: block; }
}

/* ----------- Gallery style -------------*/

.ngg-galleryoverview {
	overflow: hidden;
	margin: 5px 0px;
	width: 100%;
	clear: both; 
	display: block;
}

.ngg-gallery-thumbnail-box {
	position: relative;
	float: left;
	width: 80px;
	min-height: 80px;
	border: 0px;
	margin: 5px;
}

.ngg-gallery-thumbnail {
	position: relative;
	float: left;
	width: 80px;
	min-height: 80px;
	margin: 0px;
	border: 0px;
	text-align: center;
}

.ngg-gallery-thumbnail img {
	position:relative;
	width: 78px;
	height: 78px;
	display: block;
	border: 2px solid #88d1d0;
	overflow: hidden;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.ngg-clear {
	clear: both;
}

/* ----------- Gallery navigation -------------*/

.ngg-navigation {
	overflow: hidden;
	margin: 10px 0px 0px 0px;
	width: 100%;
	height: 36px;
	clear: both; 
	display: block;
	font-size: 16px;
	line-height: 16px; 
	text-align: center !important; 
}

.ngg-navigation span {
    display: inline-block;
	margin-right: 5px;
	padding: 10px 6px;
	background: url(images/paginationbutton.png) no-repeat;
	width: 24px;
	height: 16px;
	font-size: 16px;
	line-height: 16px;
	text-align: center;
	color: #bbb;
	font-weight: bold;
	text-decoration: none !important;
}

.ngg-navigation a.page-numbers,
.ngg-navigation a.next,
.ngg-navigation a.prev, 
.ngg-navigation span.page-numbers,
.ngg-navigation span.next,
.ngg-navigation span.prev {
    display: inline-block;
	margin-right: 5px;
	padding: 10px 6px;
	background: url(images/paginationbutton.png) no-repeat;
	width: 24px;
	height: 16px;
	font-size: 16px;
	line-height: 16px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	text-decoration: none !important;
}

.ngg-navigation a.page-numbers:hover,
.ngg-navigation a.next:hover,
.ngg-navigation a.prev:hover, 
.ngg-navigation span.page-numbers:hover,
.ngg-navigation span.next:hover,
.ngg-navigation span.prev:hover {
	color: #bbb;
}

/*-- Search Section ----------------*/

#searchfield input {
    font-size: 13px;
	font-weight: bold;
    line-height: 15px;
    height: 15px;
    color: #6e6e6e;
    background: #d2f2f2;
    border: 0px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    -moz-box-shadow: 0 0 10px #131313;
    -webkit-box-shadow: 0 0 10px #131313;
    box-shadow: 0 0 10px #131313;
    margin: 2% 0%;
}

@media only screen
and (min-width : 0px)
and (max-width : 767px) {
#searchfield input {
    width:  96% !important;
    padding: 2% !important;
    margin: 2% 0% !important;
}
}

@media only screen
and (min-width : 768px) {
#searchfield input {
    width: 40% !important;
    padding: 7px !important;
    margin: 5px 0px !important;
}
}

#searchfield input:focus {
    background: #daf9f9;
}

#searchcategorys {
	margin: 20px 0px;
}

#searchcategorys label label {
	margin: 0px 17px;
	font-size: 13px !important;
}

.search-button {
	position: relative;
    width: 100px !important;
    font-size: 12px;
	font-weight: lighter;
	font-style: italic;
    line-height: 12px;
    height: 27px;
    padding:5px !important;
    color: #fff !important;
    background: #de70a2 !important;
    border: 0px;
    cursor: pointer;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    -moz-box-shadow: 0 0 10px #131313;
    -webkit-box-shadow: 0 0 10px #131313;
    box-shadow: 0 0 10px #131313;
	text-shadow: 0px 0px 15px #65384d;
	text-transform: uppercase;
}

@media only screen
and (min-width : 0px)
and (max-width : 767px) {
.search-button {
	float: right;
}
}

@media only screen
and (min-width : 768px) {
.search-button {
	float: left;
}
}

/*-- Gravity Forms Section ----------------*/

input, textarea {
    outline: none;
}

.gform_wrapper {
	width: 100%;
}

.gform_wrapper ul {
    margin: 0px !important;
}

.gform_wrapper ul li {
    margin: 10px 0px !important;
    padding: 0px !important;
    list-style-image: none !important;
    list-style: none !important;
}

.gfield_label {
	display: none !important;
}

.gfield_required {
    color: #ff0000 !important;
    font-weight:lighter !important;
}

.ginput_container input {
    font-size: 13px;
	font-weight: bold;
    line-height: 15px;
    height: 15px;
    color: #6e6e6e;
    background: #fff;
    border: 0px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    -moz-box-shadow: 0 0 10px #131313;
    -webkit-box-shadow: 0 0 10px #131313;
    box-shadow: 0 0 10px #131313;
    margin: 2% 0%;
}

.ginput_container textarea {
    font-size: 13px;
	font-weight: bold;
    color: #6e6e6e;
    background: #fff;
    border: 0px;
    font-family: Arial, Helvetica, sans-serif;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    -moz-box-shadow: 0 0 10px #131313;
    -webkit-box-shadow: 0 0 10px #131313;
    box-shadow: 0 0 10px #131313;
}

@media only screen
and (min-width : 0px)
and (max-width : 767px) {
.ginput_container input {
    width:  96% !important;
    padding: 2% !important;
    margin: 2% 0% !important;
}

.ginput_container textarea {
    width:  96% !important;
    padding: 2% !important;
    margin: 2% 0% !important;
}
}

@media only screen
and (min-width : 768px) {
.ginput_container input {
    width: 40% !important;
    padding: 7px !important;
    margin: 5px 0px !important;
}

.ginput_container textarea {
    width: 96% !important;
    height: 25% !important;
    padding: 7px !important;
    margin: 5px 0px !important;
}
}

.ginput_container input:focus, .ginput_container textarea:focus {
    background: #d2f2f2;
}

.gform_footer {
	padding: 0px !important;
	margin: 0px !important;
}

.gform_button {
	position: relative;
    width: 100px !important;
    font-size: 12px;
	font-weight: lighter;
	font-style: italic;
    line-height: 12px;
    height: 27px;
    padding:5px !important;
    color: #fff !important;
    background: #de70a2 !important;
    border: 0px;
    cursor: pointer;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    -moz-box-shadow: 0 0 10px #131313;
    -webkit-box-shadow: 0 0 10px #131313;
    box-shadow: 0 0 10px #131313;
	text-shadow: 0px 0px 15px #65384d;
	text-transform: uppercase;
}

@media only screen
and (min-width : 0px)
and (max-width : 767px) {
.gform_button {
	float: right;
}
}

@media only screen
and (min-width : 768px) {
.gform_button {
	float: left;
}
}

.gform_button:focus, .gform_button:hover {
    background:#de70a2 !important;
}

.gform_validation_container {
    display: none;
}

/*-- Error Section ----------------*/

.validation_error {
    color: #fff !important;
    font-weight:lighter !important;
    font-size: 12px !important;
    margin:  10px 0px !important;
}

.gfield_error {
    background: none !important;
    border: 0px !important;
    padding: 0px !important;
}

.gfield_error .gfield_label {
	display: none !important;
}

.validation_message {
    color: #f95f5f !important;
    padding: 2px 0px 0px 0px !important;
}

.gfield_error input, .gfield_error textarea {
    background: #ff0000 !important;
    color: #fff !important;
    border: 1px #ff0000 solid !important;
}

.gfield_error input:focus, .gfield_error textarea:focus {
    color: #fff !important;
}

/*/////////////////////////////////////////////////////////////////////////////
    The Footer
/////////////////////////////////////////////////////////////////////////////*/

#switchversion a {
    color: #a4dcdb;
}

#switchversion a:hover {
    color: #f27cb1;
}