
		    .apishopsModal{
                display: none;
                z-index: 4000;
		    }
		    
			.apishopsModal.apishopsAnimation{
				-webkit-transition: opacity 0.2s ease-out;
				-moz-transition: opacity 0.2s ease-out;
				-o-transition: opacity 0.2s ease-out;
				transition: opacity 0.2s ease-out;	
				opacity:0;	
				visibility:hidden;
			}
			.apishopsModal.apishopsAnimation.in{				
				opacity:1;
				visibility:visible;
			}			
			.apishopsModalWindow {
			    background: none repeat scroll 0 0 white;
			    border-radius: 3px 3px 3px 3px;
			    box-shadow: 1px 1px 25px rgba(0, 0, 0, 0.75);
			    left: 31%;
			    min-height: 216px;
			    padding: 19px;
			    position: absolute;
			    top: 76px;
			    width: 500px;
			    z-index: 4010;
			}
			
			/* superScaled */
			.apishopsAnimation.apishopsSuperScaled .apishopsModalWindow{
			  -webkit-transform: scale(2);
			      -ms-transform: scale(2);
			          transform: scale(2);
			  -webkit-transition: -webkit-transform 0.2s ease-out;
			     -moz-transition: -moz-transform 0.2s ease-out;
			       -o-transition: -o-transform 0.2s ease-out;
			          transition: transform 0.2s ease-out;
			}
			.apishopsAnimation.apishopsSuperScaled.in .apishopsModalWindow{
			  -webkit-transform: scale(1);
			      -ms-transform: scale(1);
			          transform: scale(1);
			}	
			
			.apishopsAnimation.apishopsLetMeIn .apishopsModalWindow{
			  -webkit-transform: scale(2);
			      -ms-transform: scale(2);
			          transform: scale(2);
			  -webkit-transition: -webkit-transform 0.2s ease-out;
			     -moz-transition: -moz-transform 0.2s ease-out;
			       -o-transition: -o-transform 0.2s ease-out;
			          transition: transform 0.2s ease-out;
			}
			.apishopsAnimation.apishopsLetMeIn.in .apishopsModalWindow{
			  -webkit-transform: scale(1);
			      -ms-transform: scale(1);
			          transform: scale(1);
			}				
			
			/*sideFall*/
			.apishopsAnimation.apishopsSideFall .apishopsModalWindow{
			  -webkit-transform: scale(2) translate(30%) translateZ(600px) rotate(10deg);
			      -ms-transform: scale(2) translate(30%) translateZ(600px) rotate(10deg);
			          transform: scale(2) translate(30%) translateZ(600px) rotate(10deg);
			  -webkit-transform-style: preserve-3d;
			      -ms-transform-style: preserve-3d;
			          transform-style: preserve-3d;			          
			  -webkit-transition: -webkit-transform 0.2s ease-out;
			     -moz-transition: -moz-transform 0.2s ease-out;
			       -o-transition: -o-transform 0.2s ease-out;
			          transition: transform 0.2s ease-out;
			   -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; 
			}
			.apishopsAnimation.apishopsSideFall.in .apishopsModalWindow{
			  -webkit-transform: scale(1) translate(0%) translateZ(0px) rotate(0deg);
			      -ms-transform: scale(1) translate(0%) translateZ(0px) rotate(0deg);
			          transform: scale(1) translate(0%) translateZ(0px) rotate(0deg);
			  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; 
			}	
			
			/*3dFlip*/
			.apishopsAnimation.apishopsFlip .apishopsModalWindow{
			  -webkit-transform: rotateY(-76deg);
			      -ms-transform: rotateY(-76deg);
			          transform: rotateY(-76deg);
			  -webkit-transform-style: preserve-3d;
			      -ms-transform-style: preserve-3d;
			          transform-style: preserve-3d;			          
			  -webkit-transition: -webkit-transform 0.2s ease-out;
			     -moz-transition: -moz-transform 0.2s ease-out;
			       -o-transition: -o-transform 0.2s ease-out;
			          transition: transform 0.2s ease-out;
			   opacity:0;
			}
			.apishopsAnimation.apishopsFlip.in .apishopsModalWindow{
			  -webkit-transform: rotateY(0deg);
			      -ms-transform: rotateY(0deg);
			          transform: rotateY(0deg);
			  opacity:1;
			}								
			
				
			.apishopsModalOverlay {
			    background: none repeat scroll 0 0 black;
			    bottom: 0;
			    left: 0;
			    opacity: 0.46;
			    position: fixed;
			    right: 0;
			    top: 0;
                z-index:4000;
			}
			.apishopsModalClose {
			    border-radius: 5px 5px 5px 5px;
			    cursor: pointer;
			    height: 16px;
			    position: absolute;
			    right: 8px;
			    top: 9px;
			    width: 17px;
			}
			.apishopsModalClose2 {
			    padding-top: 10px;
			    text-align: center;
			}
			.apishopsModalClose2 a {
			    border-bottom: 1px dotted;
			    font-size: 12px;
			    text-decoration: none;
			}	
			




.apishopsForm{
	margin:0px;
}

.apishopsForm small{
	display: block;
}

.apishopsForm h1{
	 margin: 0px 0px;
}



.apishopsForm .apishopsFormGroup {
    margin-bottom: 15px;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;	      
}
.apishopsForm.apishopsFormInline .apishopsFormGroup {
    display: inline-block;
    vertical-align: middle;
}


.apishopsForm .apishopsFormGroup.apishopsAnimation.apishopsSlide.in{
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -moz-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    max-height: 1000px;
    overflow: hidden;	
     margin: inherit;
     opacity:1;
     visibility:visible;
}

.apishopsForm .apishopsFormGroup.apishopsAnimation.apishopsSlide{
    overflow: hidden;
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    opacity:1;
    visibility:hidden;
}

.formInline .apishopsFormGroup {
    display: inline-block;
    vertical-align: middle;
}

.apishopsForm label {
    display: block;
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 5px;  
}



.apishopsForm .apishopsFormError > * {
   color:#B94A48  
}

.apishopsForm .apishopsFormError > input, .apishopsForm .apishopsFormError > select {		
    background: none repeat scroll 0 0 rgba(254, 122, 101, 0.63) !important;
    box-shadow: 0 0 2px rgba(255, 0, 0, 0.55);
    color: #FFFFFF !important;     
}



.apishopsForm input[type=text], .apishopsForm  select {
    background: -moz-linear-gradient(center top , rgba(255, 255, 255, 0.76) 0%, rgba(255, 255, 255, 0.76) 100%) repeat scroll 0 0 #FFF000;
    background: -webkit-linear-gradient(center top , rgba(255, 255, 255, 0.76) 0%, rgba(255, 255, 255, 0.76) 100%) repeat scroll 0 0 #FFF000;
    background: linear-gradient(center top , rgba(255, 255, 255, 0.76) 0%, rgba(255, 255, 255, 0.76) 100%) repeat scroll 0 0 #FFF000;

    font-size: 17px;
    padding: 9px 9px;
    
    display:block;
    width:100%;
    
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;	
	
	border: 1px solid rgba(0, 0, 0, 0.25);     
	
	height:45px; 
	
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.17) inset;
	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.apishopsFormButton.apishopsFormBuy {
    display: inline-block;
}
.apishopsFormButton.apishopsFormBuy b {
    color: #000000;
    display: inline-block;
    font-size: 27px;
    font-weight: bold;
    line-height: 45px;
    padding: 1px 0 0 29px;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.92);
    white-space: nowrap;
    position: relative;
}
 
.apishopsFormButton.apishopsFormBuy b:after {
    content: "";
    position: absolute;
    width: 30px;
    height: 100px;
    top: 0px;
    right: -30px;
}


.apishopsFormButton.apishopsFormBuy.apishopsFormBuySmall{
	transform: scale(0.8);
	-moz-transform: scale(0.8);
	-webkit-trnasform:scale(0.8);
}


.apishopsFormButton.apishopsFormBuy:hover {
    opacity: 0.8;
}


.apishopsFormGroup.apishopsLoading{
	position: relative;	
}

.apishopsFormGroup:after{
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	opacity:0;   	
}


.apishopsFormGroup.apishopsLoading:after{

    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	opacity:1;   
}

.apishopsPersperctive body  {
	background: #222;
	-webkit-perspective: 600px;
	-moz-perspective: 600px;
	perspective: 600px;
}

body{
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;	
}

.apishopsFormLoadingText {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    text-align: center;
    padding: 64% 0px 0px 0px;
    background: rgba(255, 255, 255, 0.50);
}
.apishopsFormLoading {
    position: relative;
}
.apishopsModalContent {
    text-align: center;
}


.apishopsFormTheme2_item { padding-bottom: 25px; padding-top: 25px;  line-height: 1.4; background:none repeat scroll 0 0 white ; text-align: center; display: inline-block; width: 315px; border-right: solid 1px #ededed; vertical-align: top; }
.apishopsFormTheme2_item:last-child { border-right: 0; }
.apishopsFormTheme2_item:last-child .apishopsFormTheme2_img img { margin-top: 20px; }

.apishopsFormTheme2_img { overflow: hidden; }
.apishopsFormTheme2_img img { height: 169px; }
.apishopsFormTheme2_caption { margin: 0; padding: 0; font-size: 26px; color: #181818; line-height: 1em; font-family: "nerislight"; font-weight: normal; font-style: normal; }
.apishopsFormTheme2_color {  margin:0px; padding:0px; max-height: 70px; overflow: hidden; font-size: 17px; color: #333333; font-family: "nerislight"; font-weight: normal; font-style: normal; }
.apishopsFormTheme2_color p{margin: 0px; padding: 0px;}
.apishopsFormTheme2_price { margin:0px; padding:0px;font-size: 21px; color: #282828; text-transform: uppercase; font-family: "nerissemibold"; font-weight: normal; font-style: normal; }
.apishopsFormTheme2_form { clear: both; *zoom: 1; }
.apishopsFormTheme2_form:after { content: " "; display: table; clear: both; }
.apishopsFormTheme2_form form { margin-top: 20px; }

.apishopsFormTheme2_form input,.apishopsFormTheme2_form select { padding-left: 10px !important; width: 284px !important; height: 45px !important; margin: auto auto 10px !important; -moz-border-radius: 6px !important; -webkit-border-radius: 6px !important; border-radius: 6px !important; -moz-background-clip: padding !important; -o-background-clip: padding-box !important; -webkit-background-clip: padding !important; background-clip: padding-box !important; -moz-box-sizing: border-box !important; -webkit-box-sizing: border-box !important; box-sizing: border-box !important;  border: 3px solid rgba(255, 255, 255, 0.28) !important; -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.08) !important; -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.08) !important; box-shadow: 0 1px 5px rgba(0, 0, 0, 0.08) !important; }

.apishopsFormTheme2_form input,.apishopsFormTheme2_form select { width: 222px !important; -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.37) !important; -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.37) !important; box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.37) !important; background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iOTkuMjIlIiBzdG9wLWNvbG9yPSIjZjVmNWY1Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZjVmNWY1Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g'); background-size: 100%; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(99.22%, #f5f5f5), color-stop(100%, #f5f5f5)); background-image: -moz-linear-gradient(top, #ffffff 0%, #f5f5f5 99.22%, #f5f5f5 100%); background-image: -webkit-linear-gradient(top, #ffffff 0%, #f5f5f5 99.22%, #f5f5f5 100%); background-image: linear-gradient(to bottom, #ffffff 0%, #f5f5f5 99.22%, #f5f5f5 100%); }

.apishopsFormTheme2_form input::-moz-placeholder, .apishopsFormTheme2_form select::-moz-placeholder {
    color: #999999;
    font-family: "neristhin";
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
}


.apishopsFormTheme2_form .button { 
background: linear-gradient(to bottom, #a0ad4f 0%, #a0ad4f 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
 outline: medium none; border: 0 none; padding: 0 39px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; padding: 0 39px; height: 51px; color: #ffffff; text-shadow: 0px 0px 1px #aaa; display: block; margin: 20px auto auto; font-family: "nerissemibold"; font-weight: normal; font-style: normal; font-size: 24px; -moz-background-clip: padding; -o-background-clip: padding-box; -webkit-background-clip: padding; background-clip: padding-box; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; letter-spacing: 1px; text-decoration: none; background-color: #a0ad4f; -moz-box-shadow: 0 4px 0 #818c36; -webkit-box-shadow: 0 4px 0 #818c36; box-shadow: 0 4px 0 #818c36; text-transform: uppercase;}

.apishopsFormTheme2_form .button:hover {
    background-color: #b7c365; cursor: pointer;
}




.apishopsFormTheme3__ {
    margin-top: 20px;
}

.apishopsFormTheme3__ h2 {
        border: 0 none;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    margin-bottom: 20px;
}

.apishopsFormTheme3____item {
    background: white;
    vertical-align: top;
    width: 300px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -moz-background-clip: padding;
    -o-background-clip: padding-box;
    -webkit-background-clip: padding;
    background-clip: padding-box;
    border: solid 2px #efefef;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 40px;
    display: inline-block !important;
    margin-right: 45px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.apishopsFormTheme3____item:last-child {
    margin-right: 0;
}

.apishopsFormTheme3____caption {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 45px;
    font-family: "Conv_PFDinTextCondPro-Light";
    line-height: 1.4;
}

.apishopsFormTheme3____img {
    display: inline-block;
    margin-bottom: 15px;
    width: 180px;
}

.apishopsFormTheme3____img img {
    display: block;
}

.apishopsFormTheme3____price h3 {
    border: 0 none;
    margin: 0;
    padding: 0;
    vertical-align: baseline;    
    font-family: "Conv_PFDinTextCondPro-Light";
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    font-weight: normal;
}

.apishopsFormTheme3____price h3 span {
    position: relative;
}

.apishopsFormTheme3____price h3 span:after {
    position: absolute;
    content: "";
    border-bottom: 1px solid;
    top: 10px;
    left: -2px;
    right: 0;
}

.apishopsFormTheme3____price h4, .apishopsFormTheme3____price .frm h5, .frm .apishopsFormTheme3____price h5 {
        border: 0 none;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    color: #be0a0a;
    font-size: 24px;
    font-family: "conv_pfdintextcondpro-bold";
}

.apishopsFormTheme3____price h4 span, .apishopsFormTheme3____price .frm h5 span, .frm .apishopsFormTheme3____price h5 span {
    font-size: 18px;
    font-family: "Conv_PFDinTextCondPro-Light";
    font-weight: normal;
    font-style: normal;
}

.apishopsFormTheme3____form {
    margin-top: -10px;
    position: relative;
}

.apishopsFormTheme3____form input::-moz-placeholder, .apishopsFormTheme3____form textarea::-moz-placeholder {
    font-size: 18px !important;
    color: #787878;
    font-family: "Conv_PFDinTextCondPro-Light" !important;
    font-weight: normal !important;
    font-style: normal !important;
}

.apishopsFormTheme3____form input,.apishopsFormTheme3____form select {
    padding-left: 20px !important;
    width: 280px !important;
    height: 50px !important;
    background: #ffffff !important;
    display: block;
    margin: auto auto 10px !important;
    -moz-border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    border-radius: 4px !important;
    -moz-background-clip: padding !important;
    -o-background-clip: padding-box !important;
    -webkit-background-clip: padding !important;
    background-clip: padding-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    font-size: 18px !important;
    border: 2px solid #e5e1db !important;
        font-family: "Conv_PFDinTextCondPro-Light" !important;
}

.apishopsFormTheme3____form {
    margin-top: 25px;
    font-family: "Conv_PFDinTextCondPro-Light";
}



.apishopsFormTheme3____form input,.apishopsFormTheme3____form select {
    width: 250px;
}

.apishopsFormTheme3____form input, .apishopsFormTheme3____form select, .apishopsFormTheme3____form .button {
    border: 0 none;
    margin: 0;
    padding: 0;
}

.apishopsFormTheme3____form .button, input[type="submit"], .apishopsFormTheme3____form .button {
    cursor: pointer;
}

.apishopsFormTheme3____form .button {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 0 47px;
    height: 80px;
    color: #1e1e1e;
    text-shadow: 0px 0px 1px #aaa;
    display: block;
    margin: 20px auto auto;
    font-family: "pf_highway_sans_probold";
    font-size: 36px;
    background: none;
    -moz-background-clip: padding;
    -o-background-clip: padding-box;
    -webkit-background-clip: padding;
    background-clip: padding-box;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    letter-spacing: 1px;
    text-decoration: none;
    border: solid 2px #1e1e1e;
}

.apishopsFormTheme3____form .button {
    margin-top: 35px;
    font-size: 24px;
    display: inline-block;
    padding: 15px 49px 0;
    border: none;
    color: #1e1e1e;
    -moz-box-shadow: inset 0 -4px 0 rgba(160, 120, 20, 0.4);
    -webkit-box-shadow: inset 0 -4px 0 rgba(160, 120, 20, 0.4);
    box-shadow: inset 0 -4px 0 rgba(160, 120, 20, 0.4);
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZjVhZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmYmQwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fff5af), color-stop(100%, #ffbd00));
    background-image: -moz-linear-gradient(top, #fff5af 0%, #ffbd00 100%);
    background-image: -webkit-linear-gradient(top, #fff5af 0%, #ffbd00 100%);
    background-image: linear-gradient(to bottom, #fff5af 0%, #ffbd00 100%);
}

.apishopsFormTheme3____form .button:hover {
    background: #ffca33;
    -moz-box-shadow: 0 0 0 0;
    -webkit-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0;
}

.apishopsFormTheme3____form .button {
    padding: 0 68px;
}











.apishopsFormTheme1__{
  width: 300px;
    padding-bottom: 15px;
    padding-top: 15px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background-color: white;
  -webkit-box-shadow: 0 1px 21px rgba(0, 0, 0, 0.49);
  -moz-box-shadow: 0 1px 21px rgba(0, 0, 0, 0.49);
  box-shadow: 0 1px 21px rgba(0, 0, 0, 0.49);
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #ffffff), color-stop(100%, #ffffff));
  background-image: -webkit-linear-gradient(bottom, #ffffff 0%, #ffffff 100%);
  background-image: -moz-linear-gradient(bottom, #ffffff 0%, #ffffff 100%);
  background-image: -o-linear-gradient(bottom, #ffffff 0%, #ffffff 100%);
  background-image: linear-gradient(bottom, #ffffff 0%, #ffffff 100%);
  text-align: center;
}

.apishopsFormTheme1__ small{
    display: none;
}

.apishopsFormTheme1__ h1{
     margin: 0px 0px;
     display:none;
}

.apishopsFormTheme1__Info{
   display: inline-block;
    text-align: center;
    width: 244px;
}

.apishopsFormTheme1__Name {
    font-family: "Arial";
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    max-height: 41px;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
}

.apishopsFormTheme1__Price{
  text-align: left;
  overflow: hidden;
    max-width: 160px;
}

.apishopsFormTheme1__Price .price-arrow {

  background-size: 100% 100%;
    height: 80px;
    line-height: 5px;
    margin-top: 5px;
}

.apishopsFormTheme1__Price .price-arrow .new {
  font-size: 22px;
  font-family: "Arial";
  font-weight: bold;
  color: white;
  text-shadow: -3px -1px 0px #d45f00;
  display: inline-block;
  margin-left: 15px;
  margin-top: 28px;
  margin-bottom: 0;
}
/* line 193, ../sass/style.sass */
.apishopsFormTheme1__Price .price-arrow .new span {
  font-size: 25px;
  line-height: 40px;
  margin-right: 10px;
  overflow: hidden;
}
/* line 198, ../sass/style.sass */
.apishopsFormTheme1__Price .price-arrow .old {
  color: #f8f8f8;
  font-family: "Arial";
  font-size: 14px;
  margin: 10px 0 0 13px;
}
/* line 205, ../sass/style.sass */
.apishopsFormTheme1__Price .price-arrow .old span {
  text-decoration: line-through;
}


.apishopsFormTheme1__ .apishopsFormTheme1__Group {
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;        
}

.apishopsFormTheme1__Group.apishopsFormTheme1__City{
  margin-top:20px;
}
.apishopsFormTheme1__ .apishopsFormTheme1__Group.apishopsAnimation.apishopsSlide.in{
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -moz-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    max-height: 1000px;
    overflow: hidden;   
     opacity:1;
     visibility:visible;
}

.apishopsFormTheme1__ .apishopsFormTheme1__Group.apishopsAnimation.apishopsSlide{
    overflow: hidden;
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    opacity:1;
    visibility:hidden;
}

.formInline .apishopsFormTheme1__Group {
    display: inline-block;
    vertical-align: middle;
}

.apishopsFormTheme1__ label {
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;  
    display:none;
}

.apishopsFormTheme1__Image{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 130% auto;
    border: 3px solid white;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.75);
    cursor: pointer;
    display: block;
    height: 110px;
    margin: 5px;
    overflow: hidden;
    width: 100px;
    float:left;  

}


.apishopsFormTheme1__ .apishopsFormTheme1__Error > * {
   color:#B94A48  
}

.apishopsFormTheme1__ .apishopsFormTheme1__Error > input, .apishopsFormTheme1__ .apishopsFormTheme1__Error > select {       
    background: none repeat scroll 0 0 rgba(254, 122, 101, 0.63) !important;
    box-shadow: 0 0 2px rgba(255, 0, 0, 0.55);
    color: #FFFFFF !important;     
}

.apishopsFormTheme1__Group.apishopsFormTheme1__Mail{
  display:none;
}

.apishopsFormTheme1__Group.apishopsFormTheme1__Cost label{
  display:block !important;
}
.apishopsFormTheme1__ select {       
    padding: 9px !important; 
}



.apishopsFormTheme1__ input[type=text], .apishopsFormTheme1__  select {
  width: 244px;
  height: 40px;
  border: 1px solid rgba(156, 95, 0, 0.56);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.52);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.52);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.52);
  margin-bottom: 10px;
  padding-left: 45px;
  color: #8b8b8b;
  font-family: "Arial";
  font-size: 14px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.apishopsFormTheme1__Button.apishopsFormTheme1__Buy {
background: #ee5924; /* Old browsers */
background: -moz-linear-gradient(top,  #ee5924 0%, #cc360e 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ee5924), color-stop(100%,#cc360e)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ee5924 0%,#cc360e 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ee5924 0%,#cc360e 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ee5924 0%,#cc360e 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ee5924 0%,#cc360e 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee5924', endColorstr='#cc360e',GradientType=0 ); /* IE6-9 */
box-shadow: 3px 3px 1px rgba(252, 252, 252, 0.41) inset, -4px -4px 1px rgba(16, 16, 16, 0.24) inset;
-moz-box-shadow: 3px 3px 1px rgba(252, 252, 252, 0.41) inset, -4px -4px 1px rgba(16, 16, 16, 0.24) inset;
-webkit-box-shadow: 3px 3px 1px rgba(252, 252, 252, 0.41) inset, -4px -4px 1px rgba(16, 16, 16, 0.24) inset;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
    border: medium none;
    color: white;
    display: inline-block;
    font-family: "Arial";
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    padding: 16px;
    transition: all 0.1s ease 0s;
    width: 175px;
transition: all 0.1s ease 0s;
-o-transition: all 0.1s ease 0s;
-webkit-transition: all 0.1s ease 0s;
-moz-transition: all 0.1s ease 0s;
text-align: center;
text-decoration: none;
}


.apishopsFormTheme1__Button.apishopsFormTheme1__Buy:hover {
    opacity: 0.8;
}


.apishopsFormTheme1__Group.apishopsLoading{
    position: relative; 
}

.apishopsFormTheme1__Group:after{
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    opacity:0;      
}


.apishopsFormTheme1__Group.apishopsLoading:after{
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    opacity:1;   
}

.apishopsPersperctive body  {
    background: #222;
    -webkit-perspective: 600px;
    -moz-perspective: 600px;
    perspective: 600px;
}

body{
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;   
}

.apishopsFormTheme1__LoadingText {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    text-align: center;
    padding: 64% 0px 0px 0px;
    background: rgba(255, 255, 255, 0.50);
}
.apishopsFormTheme1__Loading {
    position: relative;
}
.apishopsFormTheme1__Price .price-arrow .new.lang7 span {
    font-size: 22px;
}
.apishopsFormTheme1__Price .price-arrow .new.lang7 {
    font-size: 13px !important;
}
