* {
	margin:0;
	padding:0;
}

html, body {
	width:100%;
	height:100%;
	min-height:100%;
	background-color:#ffffff;
	position:relative;
}

.clear {
	clear:both;
}



#allWrapper {
	min-width:1160px;
	width:100%;
	height:auto;
	min-height:100%;
}

header {
	width:100%;
	min-height:133px;
	margin-bottom:27px;
	padding-top:35px;
}

#headerWrapper {
	height:540px;
	width:1160px;
	margin:0 auto;
	background-image:url("../img/headerBG.png");
	background-repeat:no-repeat;
	background-position:center bottom;
	position:relative;
}

button {
	cursor:pointer;
}

header #top {
	width:1160px;
	min-height:150px;
	position:relative;
	
}

header > #top {
	margin:0 auto;
}

#navWrapper {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:35px;
	background-color:#fdd8f0;
	z-index:999;
}

nav {
	width:960px;
	margin:0 auto;
}

nav a {
	font-family:"Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size:20px;
	color:#333;
	line-height:35px;
	vertical-align:middle;
	text-decoration:none;
	margin-right:26px;
}

nav p {
	font-family:"Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size:20px;
	color:#900;
	border-bottom:1px solid #900;
	line-height:35px;
	vertical-align:middle;
	display:inline;
	cursor:pointer;
	margin-right:26px;
}

nav a:hover {
	color:#900;
	border-bottom:1px solid #900;
}

#logo {
	left:100px;
	top:17px;
	width:300px;
	font-family:"Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size:28px;
	font-style:italic;
	color:#666666;
	text-align:center;
	position:absolute;
	top:19px;
}

#h24 {
	font-family:"Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size:36px;
	line-height:85px;
	text-align:center;
	color:#a91b6d;
	position:absolute;
	left:380px;
	top:18px;
	background-color:#a91b6d;
	background:linear-gradient(top, #ff3333 0%, #a91b6d 100%);
	background:-webkit-linear-gradient(top, #ff3333 0%, #a91b6d 100%);
	background:-ms-linear-gradient(top, #ff3333 0%, #a91b6d 100%);
	background:-o-linear-gradient(top, #ff3333 0%, #a91b6d 100%);
	background:-moz-linear-gradient(top, #ff3333 0%, #a91b6d 100%);
	width:90px;
	height:90px;
	border-radius:45px;
	-webkit-border-radius:45px;
	-moz-border-radius:45px;
}

#h24 div{
	background-color:#ffffff;
	margin:3px;
	width:84px;
	height:84px;
	border-radius:42px;
	-webkit-border-radius:42px;
	-moz-border-radius:42px;
}

#social {
	position:absolute;
	left:100px;
	top:140px;
	display:table;
	height:35px;
	width:125px;
	background-color:#dddddd;
	background:linear-gradient(top, #ffffff 0%, #cccccc 100%);
	background:-webkit-linear-gradient(top, #ffffff 0%, #cccccc 100%);
	background:-o-linear-gradient(top, #ffffff 0%, #cccccc 100%);
	background:-moz-linear-gradient(top, #ffffff 0%, #cccccc 100%);
	background:-ms-linear-gradient(top, #ffffff 0%, #cccccc 100%);
	border-radius:16px;
	-moz-border-radius:16px;
	-webkit-border-radius:16px;
	box-shadow:0 0 3px 0 rgba(0,0,0,0.5);
	-moz-box-shadow:0 0 3px 0 rgba(0,0,0,0.5);
	-webkit-box-shadow:0 0 3px 0 rgba(0,0,0,0.5);
}

#social:hover {
	background-color:#cccccc;
	background:linear-gradient(top,#cccccc 0%, #ffffff 100%);
	background:-webkit-linear-gradient(top,#cccccc 0%, #ffffff 100%);
	background:-o-linear-gradient(top,#cccccc 0%, #ffffff 100%);
	background:-moz-linear-gradient(top,#cccccc 0%, #ffffff 100%);
	background:-ms-linear-gradient(top,#cccccc 0%, #ffffff 100%);
	box-shadow:0 1px 3px 0 rgba(0,0,0,0.5);
	-moz-box-shadow:0 1px 3px 0 rgba(0,0,0,0.5);
	-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,0.5);
}

#social_Ok:hover {
	background-color:#cccccc;
	background:linear-gradient(top,#cccccc 0%, #ffffff 100%);
	background:-webkit-linear-gradient(top,#cccccc 0%, #ffffff 100%);
	background:-o-linear-gradient(top,#cccccc 0%, #ffffff 100%);
	background:-moz-linear-gradient(top,#cccccc 0%, #ffffff 100%);
	background:-ms-linear-gradient(top,#cccccc 0%, #ffffff 100%);
	box-shadow:0 1px 3px 0 rgba(0,0,0,0.5);
	-moz-box-shadow:0 1px 3px 0 rgba(0,0,0,0.5);
	-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,0.5);
}
#social a {
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	text-decoration:none;
	font-family:"Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#006699;
}

#social_Ok {
	position:absolute;
	left:235px;
	top:140px;
	display:table;
	height:35px;
	width:125px;
	background-color:#dddddd;
	background:linear-gradient(top, #ffffff 0%, #cccccc 100%);
	background:-webkit-linear-gradient(top, #ffffff 0%, #cccccc 100%);
	background:-o-linear-gradient(top, #ffffff 0%, #cccccc 100%);
	background:-moz-linear-gradient(top, #ffffff 0%, #cccccc 100%);
	background:-ms-linear-gradient(top, #ffffff 0%, #cccccc 100%);
	border-radius:16px;
	-moz-border-radius:16px;
	-webkit-border-radius:16px;
	box-shadow:0 0 3px 0 rgba(0,0,0,0.5);
	-moz-box-shadow:0 0 3px 0 rgba(0,0,0,0.5);
	-webkit-box-shadow:0 0 3px 0 rgba(0,0,0,0.5);
}

#social_Ok a {
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	text-decoration:none;
	font-family:"Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#c26602;
}

#social_Insta {
	position: absolute;
	left: 100px;
	top: 180px;
	display: table;
	height: 35px;
	width: 35px;
	}

#social_FaseB {
	position: absolute;
	left: 145px;
	top: 180px;
	display: table;
	height: 35px;
	width: 35px;
	}

#social_YouTb {
	position: absolute;
	left: 190px;
	top: 180px;
	display: table;
	height: 35px;
	width: 35px;
	}

#social_Tw {
	position: absolute;
	left: 280px;
	top: 180px;
	display: table;
	height: 35px;
	width: 35px;
	}

#social_G_pl {
	position: absolute;
	left: 235px;
	top: 180px;
	display: table;
	height: 35px;
	width: 35px;
	}

#address {
	position: absolute;
	right: 95px;
	top: 15px;
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size: 24px;
	color: #990000;
}

#address_Messend_1 {
	position: absolute;
	right: 200px;
	top: 57px;
}
#address_Messend_2 {
	position: absolute;
	right: 160px;
	top: 57px;
}
#address_Messend_3 {
	position: absolute;
	right: 120px;
	top: 57px;
}


#descr {
	position:absolute;
	right:75px;
	top:99px;
	text-align:right;
}

#descr :first-child{
	font-family:"Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size:30px;
	font-style:italic;
	color:#a91b6d;
}

#descr :last-child{
	font-family:"Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size:18px;
	color:#666666;
}

#callback2 {
	height:154px;
	width:230px;
	position:absolute;
	top:175px;
	right:74px;
	border:1px solid #d9d7d7;
	border-radius:115px;
	-webkit-border-radius:115px;
	-moz-border-radius:115px;
	background-color:#ffffff;
	padding-top:76px;
}

#callback2 span {
	margin-left:30px;
	font-family:"Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size:24px;
	color:#ff1fa0;
}

#callback2 a{
	width:198px;
	height:38px;

	border:1px solid #ff1fa0;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	background-color:#a91b6d;
	background:linear-gradient(top, #ff0899, #a91b6d);
	background:-webkit-linear-gradient(top, #ff0899, #a91b6d);
	background:-moz-linear-gradient(top, #ff0899, #a91b6d);
	background:-o-linear-gradient(top, #ff0899, #a91b6d);
	background:-ms-linear-gradient(top, #ff0899, #a91b6d);
	box-shadow: 0 1px 1px #afafaf, inset 0 1px 2px 0px #ff8589;
	-moz-box-shadow: 0 1px 1px #afafaf, inset 0 1px 2px 0px #ff8589; 
    -webkit-box-shadow: 0 1px 1px #afafaf, inset 0 1px 2px 0px #ff8589; 
	font-family:"Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size:18px;
	color:#ffffff;
	text-shadow: 1px 1px 2px #000000;
	padding:5px 10px;
}

#callback2 a:hover {
	background:linear-gradient(bottom, #ff0899, #a91b6d);
	background:-webkit-linear-gradient(bottom, #ff0899, #a91b6d);
	background:-moz-linear-gradient(bottom, #ff0899, #a91b6d);
	background:-o-linear-gradient(bottom, #ff0899, #a91b6d);
	background:-ms-linear-gradient(bottom, #ff0899, #a91b6d);
}

#counterWrapper {
	position:absolute;
	top:285px;
	left:338px;
	text-align:center;
	transform:rotate(345deg);
	-ms-transform:rotate(345deg);
	-webkit-transform:rotate(345deg);
	-o-transform:rotate(345deg);
	-moz-transform:rotate(345deg);
}

#counterWrapper p{
	font-family:"Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size:36px;
	font-weight:bold;
	color:#ff1fa0;
	margin-bottom:8px;
}

#counterWrapper span{
	font-family:"Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size:30px;
	color:#333333;
}

#counterText {
	position:relative;
	font-family:"Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size:14px;
	margin-top:-3px;
	
}

#counter span {
	font-family:"Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size:36px;
	font-weight:bold;
	color:#ff1fa0;
	margin-right:25px;
	margin-left:2px;
}

#numbers {
	position:absolute;
	width:140%;
	top:-33px;
	left:-50px;
}

#numbers span {
	margin-left:-5px;
	font-family:"Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size:36px;
	color:#ff1fa0;
}

#numbers span:last-child {
	margin-left:5px;
}

#flowers {
	width:945px;
	margin:0 auto 24px; 
}

.order {
	width:500px;
	margin:0 auto;
	text-align:center;
}

.order p {
	margin-bottom:11px;
	font-family:"Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size:24px;
	font-weight:bold;
	color:#ff1fa0;
	text-transform:uppercase;
}

.order input {
	width:390px;
	height:22px;
	margin-bottom:10px;
	padding-left:8px;
	border:1px solid #dcdcdc;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.5); 
    -webkit-box-shadow: inset 2px 3px rgba(0,0,0,0.5); 
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.5);
    font-family:"Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size:14px;
	color:#999999;
}

.order button {
	width:247px;
	height:36px;
	border:1px solid #ff1fa0;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	background-color:#a91b6d;
	background:linear-gradient(top, #ff0899, #a91b6d);
	background:-webkit-linear-gradient(top, #ff0899, #a91b6d);
	background:-moz-linear-gradient(top, #ff0899, #a91b6d);
	background:-o-linear-gradient(top, #ff0899, #a91b6d);
	background:-ms-linear-gradient(top, #ff0899, #a91b6d);
	box-shadow: 0 1px 1px #afafaf, inset 0 1px 2px 0px #ff8589;
	-moz-box-shadow: 0 1px 1px #afafaf, inset 0 1px 2px 0px #ff8589; 
    -webkit-box-shadow: 0 1px 1px #afafaf, inset 0 1px 2px 0px #ff8589; 
	font-family:"Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#ffffff;
	text-shadow: 1px 1px 2px #000000;
}

.order button:hover {
	background:linear-gradient(bottom, #ff0899, #a91b6d);
	background:-webkit-linear-gradient(bottom, #ff0899, #a91b6d);
	background:-moz-linear-gradient(bottom, #ff0899, #a91b6d);
	background:-o-linear-gradient(bottom, #ff0899, #a91b6d);
	background:-ms-linear-gradient(bottom, #ff0899, #a91b6d);
}

#stat {
	width:900px;
	height:100px;
	margin:25px auto 0;
}

#stat ul {
	width:100%;
	height:100%;
	text-align:center;
}

#stat ul li {
	display:inline-block;
	width:256px;
	height:80px;
	padding-top:16px;
	border:2px solid #a91b6d;
	margin-right:55px;
	vertical-align:middle;
}

#stat ul li:last-of-type {
	margin-right:0;
}

#stat ul li p {
	margin-top:11px;
	font-family:"Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#333333;
}

#stat ul li:last-of-type p{
	width:200px;
	margin:0 auto;
}

#stat span {
	font-family:"Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size:24px;
	font-weight:bold;
	color:#993333;
}

#samples {
	width:982px;
	height:auto;
	text-align:center;
	margin-top:15px;
	position: relative;
}

#samples p {
	font-family:"Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size:25px;
	font-weight:bold;
	color:#ff1fa0;
}

#samples .notification {
	text-align:left;
	font-size:18px;
	color:#666666;
}

#samples .notification span {
	color:#a91b6d;
}

#samples ul {
	width:963px;
	margin-top:-18px;
	text-align:left;
}

#samples ul li {
	display:inline-block;
	width:220px;
	margin-top:28px;
	margin-right:15px;
	text-align:center;
	border-top:1px solid #e7e7e7;
	border-left:1px solid #cfcfcf;
	border-right:1px solid #cfcfcf;
	border-bottom:1px solid #afafaf;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	box-shadow: 1px 2px 2px 0px rgba(175,175,175,0.45); 
	-moz-box-shadow: 1px 2px 2px 0px rgba(175,175,175,0.45);
    -webkit-box-shadow: 1px 2px 2px 0px rgba(175,175,175,0.45); 
	position: relative;
}

#samples ul li img {
	width:100%;
}

#samples ul li button {
	width:148px;
	height:28px;
	margin-top:8px;
	margin-bottom:5px;
	border:1px solid #ff1fa0;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	background-color:#a91b6d;
	background:linear-gradient(top, #ff0899, #a91b6d);
	background:-webkit-linear-gradient(top, #ff0899, #a91b6d);
	background:-moz-linear-gradient(top, #ff0899, #a91b6d);
	background:-o-linear-gradient(top, #ff0899, #a91b6d);
	background:-ms-linear-gradient(top, #ff0899, #a91b6d);
	box-shadow: 0 1px 1px #afafaf, inset 0 1px 2px 0px #ff8589;
	-moz-box-shadow: 0 1px 1px #afafaf, inset 0 1px 2px 0px #ff8589; 
    -webkit-box-shadow: 0 1px 1px #afafaf, inset 0 1px 2px 0px #ff8589; 
	font-family:"Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
	text-shadow: 1px 1px 2px #000000;
}

#samples ul li button:hover {
	background:linear-gradient(bottom, #ff0899, #a91b6d);
	background:-webkit-linear-gradient(bottom, #ff0899, #a91b6d);
	background:-moz-linear-gradient(bottom, #ff0899, #a91b6d);
	background:-o-linear-gradient(bottom, #ff0899, #a91b6d);
	background:-ms-linear-gradient(bottom, #ff0899, #a91b6d);
}

#price_tables {
	font-family:"Trebuchet MS",Helvetica,Jamrul,sans-serif;
	margin-top:30px;
}

#price_tables .title_table{
	font-size:31px;
	font-weight:bold;
	color:#ff1fa0;
	text-align:center;
	margin-bottom:10px;
}

#price_tables #rose_table {
	border:1px solid #dcdcdc;
	border-bottom:none;
	margin:0 auto;
	width:600px;
	box-shadow:1px 2px 2px 0 rgba(175,175,175,0.45);
	-webkit-box-shadow:1px 2px 2px 0 rgba(175,175,175,0.45);
	-moz-box-shadow:1px 2px 2px 0 rgba(175,175,175,0.45);
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
}



#price_tables #rose_table td, #rose_table th {
	border-right:1px solid #dcdcdc;
	border-bottom:1px solid #dcdcdc;
	text-align:center;
	color:#333333;
	height:36px;
}

#price_tables #rose_table td:last-of-type, #rose_table th:last-of-type {
	border-right:none;
}

#price_tables #other_flowers {
	text-align:center;
	margin:15px auto;
	color:#333333;
	width:600px;
}

#price_tables #other_flowers .note {
	font-weight:bold;
	color:#000000;
}

#price_tables #other_flowers .note span {
	color:#a91b6d;
}

#price_tables #other_flowers .note1 {
	font-size:20px;
	line-height:21px;
}

#price_tables #other_flowers .note2 {
	font-size:14px;
	margin-top:8px;
}

#price_tables #options {
	margin:30px auto;
	width:600px;
	text-align:left;
	border-bottom:1px solid #dcdcdc;
	box-shadow:1px 2px 2px 0 rgba(175,175,175,0.45);
	-webkit-box-shadow:1px 2px 2px 0 rgba(175,175,175,0.45);
	-moz-box-shadow:1px 2px 2px 0 rgba(175,175,175,0.45);
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
}

#price_tables #options td{
	border-left:1px solid #dcdcdc;
	border-top:1px solid #dcdcdc;
	color:#333333;
	height:22px;
	font-size:14px;
	width:50%;
}

#price_tables #options th {
	font-weight:normal;
	vertical-align:bottom;
}

#price_tables #decor {
	font-size:28px;
}

#price_tables #amount {
	font-size:14px;
}

#price_tables #other {
	border-left:none !important;
	border-right:none !important;
	text-align:center;
	font-size:20px;
	font-weight:bold;
}

#price_tables #options td:last-of-type {
	border-right:1px solid #dcdcdc;
}

#sorts {
	width:944px;
	margin:0 auto;
	margin-top:16px;
	margin-left:10px;
	margin-bottom:9px;
	text-align:left;
}

#sorts p {
	margin-bottom:10px;
	font-family:"Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size:31px;
	font-weight:bold;
	color:#ff1fa0;
	text-align:center;
}

#sorts img {
	margin-right:15px;
	width:170px;
}

#sorts img:last-of-type {
	margin-right:0;
}

#price {
	width:942px;
	height:100px;
	margin:0 auto;
	text-align:center;
}

#price > p {
	font-family:"Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size:31px;
	font-weight:bold;
	color:#a91b6d;
}

#price div {
	width:300px;
	height:100px;
	margin-right:20px;
	margin-top:9px;
	margin-bottom:24px;
	float:left;
	background-color:#a91b6d;
	box-shadow: 0 0 2px 2px #afafaf;
	-moz-box-shadow: 0 0 2px 2px #afafaf; 
    -webkit-box-shadow: 0 0 1px 1px #afafaf; 
}

#price div:last-of-type {
	margin-right:0;
}

#price div p {
	font-family:"Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size:24px;
	font-weight:bold;
	color:#ffffff;
}

#price div p:first-child {
	margin-top:15px;
	margin-bottom:4px;
}

#info {
	width:950px;
	margin:0 auto;
}

#reasons {
	margin-top:16px;
}

#reasons > p {
	font-family:"Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size:25px;
	font-weight:bold;
	color:#ff1fa0;
	text-align:center;
}

#reasons ul {
	
}

#reasons ul li {
	position:relative;
	display:block;
	height:100px;
	width:930px;
	margin-bottom:12px;
	list-style:none;
	background:linear-gradient(left, #ffffff 140px, #ffcce5);
	background:-webkit-linear-gradient(left, #ffffff 140px, #ffcce5);
	background:-moz-linear-gradient(left, #ffffff 140px, #ffcce5);
	background:-o-linear-gradient(left, #ffffff 140px, #ffcce5);
	background:-ms-linear-gradient(left, #ffffff 140px, #ffcce5);
}

#reasons ul li:after {
	content:"";
	position:absolute;
	right:0;
	height:0;
	width:0;
	border-top:50px solid #ffffff;
	border-left:50px solid transparent;
	border-bottom:50px solid #ffffff;
}

#reasons ul li > img {
	position:absolute;
	border:3px solid #a91b6d;
	border-radius:50px;
	-webkit-border-radius:52px;
	-moz-border-radius:50px;
}

.textWrap {
	margin-top:50px;
	margin-left:140px;
	height:50px;
	position:absolute;
	width:750px;
}

#reasons > ul > li > div > p {
	margin-top:-25px;
	font-family:"Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size:14px;
	color:#663333;
}

#reasons ul li span {
	font-family:"Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#663333;
}

#steps {
	width:950px;
	margin-top:17px;
	text-align:center;
}

#steps > p {
	margin-bottom:30px;
	font-family:"Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size:25px;
	font-weight:bold;
	color:#ff1fa0;
	text-align:center;
}

#steps > div {
	float:left;
	margin-right:50px;
	position:relative;
}

#steps > div:last-of-type {
	margin-right:0;
}

#steps > div:last-of-type:after {
	content:"";
	width:0;
	height:0;
}

#steps > div:after {
	content:"";
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAaCAYAAABozQZiAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QTk2M0Y1NUVGREUwMTFFMkFCNThDNUMyQURGRkU0NDgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QTk2M0Y1NUZGREUwMTFFMkFCNThDNUMyQURGRkU0NDgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBOTYzRjU1Q0ZERTAxMUUyQUI1OEM1QzJBREZGRTQ0OCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBOTYzRjU1REZERTAxMUUyQUI1OEM1QzJBREZGRTQ0OCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PsyyhGwAAAGXSURBVHjarJTNK0RRGIdnblYs2Eiywd6C2VoZJaNkMfmKBUqyISXxH9iQkpRigTFEUT4LK8u5U7KaDRYkZSMfS+M59U7dXufeOwunnn4z55zfed97Pt5oPp+PmOa6bhxZhOlYLHYRKaI5YhxGDqEBtvjfVIw5mslketC06n+AdjLIhUW+hkvVXwcpMqgKjGy+mUnl/D6AuBq/gQQZfPh+M4PvyCBk1Xgz7LB4qa9ZFnhBOuFWzemAZRZwfM2ywDPSBfdq3hAsBJplgUckCU9qaILos382zNbkrM+hUg2NEmDNGtmTQVY28UsNrbJwb2BkTwYJZBsqPN3mdPqcsCtIBqfIiuo292I+1CyRx1W3iTxTEmJsQ/agzNP9A2NkdOYEGM1ubypjRIxp393G2IgcWY5prnBM1t3GWItcQb0yLmGc9L1hGGukKGjjBkxZn6QYq5Fj0FXkBLqJ+v2/7xmj2ZR9i9Fcz6SfsfDNLdBqqWH9GF8DaxgTdtER+JS+N4mYK6r0MnFdisAdDMiLCi+9Ya8qqP0KMADqkZk8YJWOSQAAAABJRU5ErkJggg==);
	width:15px;
	height:26px;
	position:absolute;
	top:62px;
	left:168px;
	font-family:serif;
	font-size:44px;
	font-weight:bold;
	color:#cccccc;
	margin-left: 70px;
}

.imgWrap {
	width:146px;
	height:146px;
	background-color:#a91b6d;
	border:2px solid #ff1fa0;
	border-radius:75px;
	-webkit-border-radius:75px;
	-moz-border-radius:75px;
	box-shadow: 0 0 1px 1px #afafaf, inset 0 1px 1px 1px #d94141;
	-moz-box-shadow: 0 0 1px 1px #afafaf, inset 0 1px 1px 1px #d94141; 
    -webkit-box-shadow: 0 0 1px 1px #afafaf, inset 0 1px 1px 1px #d94141;
	margin-left:46px;
}

.imgWrap img {
	margin-top:30px;
}

#steps div p {
	margin-top:12px;
	font-family:"Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#333333;
	margin-left:46px;
}


#feedback {
	width:950px;
	margin:0 auto;
	margin-top:19px;
	margin-bottom:24px;
}

#feedback > p {
	margin-top:33px;
	font-family:"Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size:26px;
	font-weight:bold;
	color:#333333;
	text-align:center;
}

#feedback ul {
	width:950px;
	margin-top:14px;
}

#feedback ul li {
	position:relative;
	display:block;
	float:left;
	margin-top: 35px;
}

#feedback ul li img {
	position:absolute;
	display:block;
	width:140px;
	height:140px;
	border:3px solid #a91b6d;
	border-radius:72px;
	-webkit-border-radius:72px;
	-moz-border-radius:70px;
}

#feedback ul li p {
	position:relative;

	font-family:"Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size:12px;
	font-style:italic;
	color:#333333;
	line-height:20px;
	text-indent:15px;
}

#feedback ul li p span{
	margin-left:-15px;
	font-family:"Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size:14px;
	font-weight:bold;
	font-style:normal;
	color:#333333;
}

.lquote, .rquote {
	position:absolute;
	margin-top:13px;
	margin-bottom:0px !important;
	font-family:serif !important;
	font-size:32px !important;
	font-weight:normal !important;
	line-height:4px;
}

.lquote {
	left:0px;
}

.rquote {
	padding-left:4px;
}

#bottomForm {
	position:relative;
	width:100%;
	min-width:1160px;

	background-color:#ffcece;
	padding:8px 0 51px;
}

footer {
	width:100%;
	text-align:center;
	padding-top:18px;
	height:33px;
	background-color:#a91b6d;
	font-family:"Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
	margin-top:-51px;
	position:relative;
}

#copyright {
	display: block;
	float: right;
	width: 400px;
}

#copyright a {color:#fff;text-decoration:underline;}

#footer-wrapper {
	display: block;
	position: relative;
	width: 950px;
	margin: 0 auto;
}

#popup, #popup_buy {
	width:570px;
	height:350px;
	position:fixed;
	margin:0 auto;
	top:200px;
	left:33%;
	z-index:100;
	background-color:#ffffff;
	box-shadow:0 0 3px 1px #444444;
	-webkit-box-shadow:0 0 5px 1px #444444;
	-moz-box-shadow:0 0 3px 1px #444444;
	display:none;
}

.popupForm {
	width:544px;
	height:325px;
	margin:0 auto;
	text-align:center;
	border:2px solid #cc3333;
	margin-top:9px;
}

.popupForm p {
	margin-bottom:20px;
	margin-top:27px;
	font-family:"Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size:30px;
	font-weight:bold;
	color:#a91b6d;
}

.feedbackform {
	width: 500px;
	margin: 0 auto;
	text-align: center;
}

.feedbackform p {
	margin-bottom:10px;
	margin-top: 5px;
	font-family:"Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size:20px;
	font-weight:bold;
}



.feedbackform input {
	width:390px;
	height:28px;
}
.feedbackform textarea {
	width:390px;
	height:120px;
}
.feedbackform .input, .feedbackform textarea {

	margin-bottom:10px;
	padding-left:8px;
	border:1px solid #dcdcdc;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-moz-box-shadow: inset 0 2px 5px rgba(0,0,0,0.5); 
    -webkit-box-shadow: inset 2px 5px rgba(0,0,0,0.5); 
    box-shadow: inset 0 2px 5px rgba(0,0,0,0.5);
    font-family:"Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size:14px;
	color:#999999;
}

.feedbackform textarea {
	padding-top:4px;
}

.feedbackform .feedbackbutton {
	width:247px;
	height:36px;
	margin-top:25px;
	border:1px solid #ff1fa0;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	background-color:#a91b6d;
	background:linear-gradient(top, #ff0899, #a91b6d);
	background:-webkit-linear-gradient(top, #ff0899, #a91b6d);
	background:-moz-linear-gradient(top, #ff0899, #a91b6d);
	background:-o-linear-gradient(top, #ff0899, #a91b6d);
	background:-ms-linear-gradient(top, #ff0899, #a91b6d);
	box-shadow: 0 1px 1px #afafaf, inset 0 1px 2px 0px #ff8589;
	-moz-box-shadow: 0 1px 1px #afafaf, inset 0 1px 2px 0px #ff8589; 
    -webkit-box-shadow: 0 1px 1px #afafaf, inset 0 1px 2px 0px #ff8589; 
	font-family:"Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#ffffff;
	text-shadow: 1px 1px 2px #000000;
	
}

.feedbackform input[type=file] {
	padding-left:0;
	text-align: center;
	background-color: #fff;
	border: 1px solid #dcdcdc;
	width:390px;
	height:auto;
	margin-top: 5px;
}

.popupForm input {
	width:390px;
	height:28px;
	margin-bottom:10px;
	padding-left:8px;
	border:1px solid #dcdcdc;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-moz-box-shadow: inset 0 2px 5px rgba(0,0,0,0.5); 
    -webkit-box-shadow: inset 2px 5px rgba(0,0,0,0.5); 
    box-shadow: inset 0 2px 5px rgba(0,0,0,0.5);
    font-family:"Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size:14px;
	color:#999999;
}

.popupForm button {
	width:247px;
	height:36px;
	margin-top:25px;
	border:1px solid #ff1fa0;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	background-color:#a91b6d;
	background:linear-gradient(top, #ff0899, #a91b6d);
	background:-webkit-linear-gradient(top, #ff0899, #a91b6d);
	background:-moz-linear-gradient(top, #ff0899, #a91b6d);
	background:-o-linear-gradient(top, #ff0899, #a91b6d);
	background:-ms-linear-gradient(top, #ff0899, #a91b6d);
	box-shadow: 0 1px 1px #afafaf, inset 0 1px 2px 0px #ff8589;
	-moz-box-shadow: 0 1px 1px #afafaf, inset 0 1px 2px 0px #ff8589; 
    -webkit-box-shadow: 0 1px 1px #afafaf, inset 0 1px 2px 0px #ff8589; 
	font-family:"Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#ffffff;
	text-shadow: 1px 1px 2px #000000;
}

.popupForm button:hover {
	background:linear-gradient(bottom, #ff0899, #a91b6d);
	background:-webkit-linear-gradient(bottom, #ff0899, #a91b6d);
	background:-moz-linear-gradient(bottom, #ff0899, #a91b6d);
	background:-o-linear-gradient(bottom, #ff0899, #a91b6d);
	background:-ms-linear-gradient(bottom, #ff0899, #a91b6d);
}

.success {
	display:none;
	position:fixed;
	width:570px;
	height:200px;
	top:220px;
	left:33%;
	background-color:#ffffff;
	box-shadow:0 0 3px 1px #444444;
	-webkit-box-shadow:0 0 5px 1px #444444;
	-moz-box-shadow:0 0 3px 1px #444444;
	z-index:101;
}

.success div {
	width:544px;
	height:174px;
	margin:0 auto;
	margin-top:10px;
	border:3px solid #cc3333;
	text-align:center;
}

.success p{
	margin-top:37px;
	margin-bottom:14px;
	font-family:"Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#333333;
}

.success span{
	font-family:"Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size:28px;
	font-weight:bold;
	color:#a91b6d;
	line-height:0px;
}

.success button {
	width:148px;
	height:38px;
	margin-top:25px;
	border:1px solid #ff1fa0;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	background-color:#a91b6d;
	background:linear-gradient(top, #ff0899, #a91b6d);
	background:-webkit-linear-gradient(top, #ff0899, #a91b6d);
	background:-moz-linear-gradient(top, #ff0899, #a91b6d);
	background:-o-linear-gradient(top, #ff0899, #a91b6d);
	background:-ms-linear-gradient(top, #ff0899, #a91b6d);
	box-shadow: 0 1px 1px #afafaf, inset 0 1px 2px 0px #ff8589;
	-moz-box-shadow: 0 1px 1px #afafaf, inset 0 1px 2px 0px #ff8589; 
    -webkit-box-shadow: 0 1px 1px #afafaf, inset 0 1px 2px 0px #ff8589; 
	font-family:"Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#ffffff;
	text-shadow: 1px 1px 2px #000000;
}

.success button:hover {
	background:linear-gradient(bottom, #ff0899, #a91b6d);
	background:-webkit-linear-gradient(bottom, #ff0899, #a91b6d);
	background:-moz-linear-gradient(bottom, #ff0899, #a91b6d);
	background:-o-linear-gradient(bottom, #ff0899, #a91b6d);
	background:-ms-linear-gradient(bottom, #ff0899, #a91b6d);
}

.price {
	display: block;
	position: absolute;
	width: 74px;
	border: 3px solid #ff1fa0;
	border-radius: 74px;
	top: -10px;
	left: 150px;
	background-color: #fff;
	height: 74px;
	font-size: 18px;
	color: #ff1fa0;
	font-weight: bold;
	box-shadow: 4px 4px 9px 0px rgba(0,0,0,0.3);
}

.price div {
	display: table-cell;
	width: 74px;
	height: 74px;
	vertical-align: middle;
}

.price span {
	text-align: center;
	vertical-align: middle;
	line-height: 25px;
}

#pageName {
	width:100%;
	height:75px;
	background-color:#c00;
}

#pageName h1 {
	width:960px;
	margin:0 auto;
	text-align:left;
	text-transform:uppercase;
	font-family:"Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size:30px;
	font-weight:normal;
	color:#fff;
	line-height:75px;
	vertical-align:middle;
}

#contactPage #contentWrapper {
	width:930px;
	margin:0 auto;
	padding-top:45px;
}

#mapAddress {
	width:470px;
	float:left;
	padding-top:5px;
}

#mapAddress p {
	font-family:"Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size:18px;
	color:#333;
	line-height:24px;
}

#mapAddress p .bold {
	font-weight:bold;
}

#mapAddress iframe {
	width:100%;
	height:135px;
	border:none;
	overflow:hidden;
	margin-top:17px;
}

#forCallback {
	width:400px;
	float:right;
}

#forCallback .title {
	font-family:"Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size:24px;
	font-weight:bold;
	color:#900;
	text-transform:uppercase;
}

#forCallback form {
	width:100%;
	text-align:center;
	margin-top:7px;
}

#forCallback form input {
	width:100%;
	height:24px;
	border:none;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background-color:#f7f7f7;
	box-shadow:inset 0 1px 5px 0 rgba(0,0,0,0.45);
	-moz-box-shadow:inset 0 1px 5px 0 rgba(0,0,0,0.45);
	-webkit-box-shadow:inset 0 1px 5px 0 rgba(0,0,0,0.45);
	font-family:"Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size:14px;
	font-weight:bold;
	text-indent:5px;
	color:#999;
	margin-bottom:9px;
}

#forCallback form textarea {
	width:395px;
	height:88px;
	border:none;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background-color:#f7f7f7;
	box-shadow:inset 0 1px 5px 0 rgba(0,0,0,0.45);
	-moz-box-shadow:inset 0 1px 5px 0 rgba(0,0,0,0.45);
	-webkit-box-shadow:inset 0 1px 5px 0 rgba(0,0,0,0.45);
	font-family:"Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size:14px;
	font-weight:bold;
	padding-left:5px;
	resize:none;
	line-height:22px;
	color:#999;
	overflow:auto;
	display:block;
	margin-bottom:9px;
}

#forCallback form button {
	width:148px;
	height:34px;
	border:1px solid #900;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background-color:#a91b6d;
	background:linear-gradient(top, #ff0899, #a91b6d);
	background:-webkit-linear-gradient(top, #ff0899, #a91b6d);
	background:-moz-linear-gradient(top, #ff0899, #a91b6d);
	background:-o-linear-gradient(top, #ff0899, #a91b6d);
	background:-ms-linear-gradient(top, #ff0899, #a91b6d);
	box-shadow:inset 0 1px 1px 0 rgba(255,255,255,0.75), 0 1px 1px 0 rgba(0,0,0,0.5);
	-moz-box-shadow:inset 0 1px 1px 0 rgba(255,255,255,0.75), 0 1px 1px 0 rgba(0,0,0,0.5);
	-webkit-box-shadow:inset 0 1px 1px 0 rgba(255,255,255,0.75), 0 1px 1px 0 rgba(0,0,0,0.5);
	font-family:"Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#fff;
	text-shadow:0 1px 0 rgba(0,0,0,0.5);
	display:block;
	margin:0 auto;
}

#forCallback form button:hover {
	background-color:#ff0899;
	background:linear-gradient(bottom, #ff0899, #a91b6d);
	background:-webkit-linear-gradient(bottom, #ff0899, #a91b6d);
	background:-moz-linear-gradient(bottom, #ff0899, #a91b6d);
	background:-o-linear-gradient(bottom, #ff0899, #a91b6d);
	background:-ms-linear-gradient(bottom, #ff0899, #a91b6d);
	box-shadow:inset 0 1px 1px 0 rgba(0,0,0,0.25), 0 1px 1px 0 rgba(0,0,0,0.5);
	-moz-box-shadow:inset 0 1px 1px 0 rgba(0,0,0,0.25), 0 1px 1px 0 rgba(0,0,0,0.5);
	-webkit-box-shadow:inset 0 1px 1px 0 rgba(0,0,0,0.25), 0 1px 1px 0 rgba(0,0,0,0.5);
}

#textBlock {
	width:100%;
	background-color:#f1f1f1;
	border-top:1px solid #bababa;
	margin-top:50px;
	padding-bottom:71px;
}

#textBlock #textWrapper {
	width:960px;
	min-height:229px;
	margin:0 auto;
	padding-top:9px;
}

#textBlock #textWrapper h2 {
	font-family:"Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size:24px;
	font-weight:bold;
	color:#333;
	text-align:center;
	margin-bottom:12px;
}

#textBlock #textWrapper p {
	font-family:"Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size:14px;
	color:#333;
	line-height:24px;
}

#salePage #contentWrapper {
	width:950px;
	margin:0 auto;
	padding:32px 0 127px;
}

#priceOrder h2 {
	font-family:"Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size:24px;
	font-weight:bold;
	color:#900;
	text-transform:uppercase;
	text-indent:6px;
}

#priceOrder {
	margin-bottom:30px;
}

#priceOrder form {
	width:100%;
	margin-top:9px;
}

#priceOrder form input {
	width:310px;
	height:24px;
	border:none;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background-color:#f7f7f7;
	box-shadow:inset 0 1px 5px 0 rgba(0,0,0,0.45);
	-moz-box-shadow:inset 0 1px 5px 0 rgba(0,0,0,0.45);
	-webkit-box-shadow:inset 0 1px 5px 0 rgba(0,0,0,0.45);
	font-family:"Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size:14px;
	font-weight:bold;
	text-indent:5px;
	color:#999;
	float:left;
	margin:0 10px 15px 0;
}

#priceOrder form input.last {
	margin-right:0;
}

#priceOrder form textarea {
	width:945px;
	height:60px;
	border:none;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background-color:#f7f7f7;
	box-shadow:inset 0 1px 5px 0 rgba(0,0,0,0.45);
	-moz-box-shadow:inset 0 1px 5px 0 rgba(0,0,0,0.45);
	-webkit-box-shadow:inset 0 1px 5px 0 rgba(0,0,0,0.45);
	font-family:"Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size:14px;
	font-weight:bold;
	padding-left:5px;
	resize:none;
	line-height:22px;
	color:#999;
	overflow:auto;
	display:block;
	margin-bottom:9px;
}

#priceOrder form button {
	width:148px;
	height:34px;
	border:1px solid #900;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background-color:#a91b6d;
	background:linear-gradient(top, #ff0899, #a91b6d);
	background:-webkit-linear-gradient(top, #ff0899, #a91b6d);
	background:-moz-linear-gradient(top, #ff0899, #a91b6d);
	background:-o-linear-gradient(top, #ff0899, #a91b6d);
	background:-ms-linear-gradient(top, #ff0899, #a91b6d);
	box-shadow:inset 0 1px 1px 0 rgba(255,255,255,0.75), 0 1px 1px 0 rgba(0,0,0,0.5);
	-moz-box-shadow:inset 0 1px 1px 0 rgba(255,255,255,0.75), 0 1px 1px 0 rgba(0,0,0,0.5);
	-webkit-box-shadow:inset 0 1px 1px 0 rgba(255,255,255,0.75), 0 1px 1px 0 rgba(0,0,0,0.5);
	font-family:"Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#fff;
	text-shadow:0 1px 0 rgba(0,0,0,0.5);
	display:block;
	margin:0 auto;
}

#priceOrder form button:hover {
	background-color:#ff0899;
	background:linear-gradient(bottom, #ff0899, #a91b6d);
	background:-webkit-linear-gradient(bottom, #ff0899, #a91b6d);
	background:-moz-linear-gradient(bottom, #ff0899, #a91b6d);
	background:-o-linear-gradient(bottom, #ff0899, #a91b6d);
	background:-ms-linear-gradient(bottom, #ff0899, #a91b6d);
	box-shadow:inset 0 1px 1px 0 rgba(0,0,0,0.25), 0 1px 1px 0 rgba(0,0,0,0.5);
	-moz-box-shadow:inset 0 1px 1px 0 rgba(0,0,0,0.25), 0 1px 1px 0 rgba(0,0,0,0.5);
	-webkit-box-shadow:inset 0 1px 1px 0 rgba(0,0,0,0.25), 0 1px 1px 0 rgba(0,0,0,0.5);
}

#salePage #textWrapper p {
	font-family:"Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size:14px;
	color:#333;
	line-height:24px;
	margin-top:24px;
}

#salePage #textWrapper p .bold {
	font-weight:bold;
}

#imgBlock {
	margin-top:20px;
}

#imgBlock img {
	display:block;
	float:left;
	margin-right:5px;
}

#imgBlock img:nth-of-type(5n) {
	margin-right:0px;
}

a[rel="publisher"] {
	color: white;
	text-align: left;
	display: block;
	float: left;
	width: 400px;
}
/* POP-UP POP-UP POP-UP ==================== POP-UP ====================== POP-UP ================================\
/================================== POP-UP ======================\POP-UP/==========================/POP-UP\======*/
/* POP-UP POP-UP POP-UP ==================== POP-UP ====================== POP-UP ================================\
/================================== POP-UP ======================\POP-UP/==========================/POP-UP\======*/
/* POP-UP POP-UP POP-UP ==================== POP-UP ====================== POP-UP ================================\
/================================== POP-UP ======================\POP-UP/==========================/POP-UP\======*/
/* POP-UP POP-UP POP-UP ==================== POP-UP ====================== POP-UP ================================\
/================================== POP-UP ======================\POP-UP/==========================/POP-UP\======*/
.overlay {
    background-color: rgba(0, 0, 0, 0.7);
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 2;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}
.overlay:target {
    visibility: visible;
    opacity: 1;
}
/* =========== ФОРМА ============= 
================================== */
.popup {          
    left: 50%;
    opacity: 0;
    padding: 10px;
    position: fixed;    
    top: 40%;
    visibility: hidden;
    z-index: 10;
 
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
 
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;   
 
    -webkit-transition: opacity .5s, top .5s;
    -moz-transition: opacity .5s, top .5s;
    -ms-transition: opacity .5s, top .5s;
    -o-transition: opacity .5s, top .5s;
    transition: opacity .5s, top .5s;
}
.feedback {
  width: 402px;
  height: 426px;
  background: url(../img/pop-up.png);      
}
.feedback1 {
  width: 525px;      
  background: #fff;  
  border-radius: 9px;
  position: relative;
  padding-bottom: 60px;
}
.feedback2 {     
  border-radius: 9px;
  position: relative;  
}
.pop-name {
  text-align: center;
  padding: 20px 0 5px 0;
  color: #7b7b7b;
  font-size: 22px;
  font-weight: bold;
}
.feedback1 label{
  color: #7b7b7b;
  font-size: 19px;
  padding-right: 15px;
  line-height: 39px;
}
.feedback1 input {
  width: 235px;
  height: 30px;
  display: block;
  margin-bottom: 5px;
  padding-left: 5px;
  font-size: 19px;
  color: #666;
}
.feedback1 input[type="button"] {
  margin: 0 auto;
  display: block;
  position: absolute;
  bottom: 10px;
  left: 131px;  
  text-decoration: none;
  width: 243px;
  height: 45px;
  text-align: center;
  border: none;
  text-shadow: 1px 1px 2px #666;  
  background: rgba(255,167,80,1);
  background: -moz-linear-gradient(top, rgba(255,167,80,1) 0%, rgba(255,141,62,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,167,80,1)), color-stop(100%, rgba(255,141,62,1)));
  background: -webkit-linear-gradient(top, rgba(255,167,80,1) 0%, rgba(255,141,62,1) 100%);
  background: -o-linear-gradient(top, rgba(255,167,80,1) 0%, rgba(255,141,62,1) 100%);
  background: -ms-linear-gradient(top, rgba(255,167,80,1) 0%, rgba(255,141,62,1) 100%);
  background: linear-gradient(to bottom, rgba(255,167,80,1) 0%, rgba(255,141,62,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa750', endColorstr='#ff8d3e', GradientType=0 );
  border-radius: 3px;
  color: #fff;
  font-size: 23px;
  padding-top: 5px;
  font-weight: bold;
  cursor: pointer;
}
.overlay:target+.popup {
    top: 50%;
    opacity: 1;
    visibility: visible;
}
/* Кнопка закрытия окна  */
.close {
  background-color: rgba(0, 0, 0, 0.8);
  border: 2px solid #ccc;
  height: 24px;
  line-height: 24px;
  position: absolute;
  right: -10px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  font-family: arial;
  top: -10px;
  width: 24px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
     border-radius: 15px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}
.close:before {
    color: rgba(255, 255, 255, 0.9);
    content: "X";
    font-size: 18px;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
    line-height: 0.5;
    padding-top: -3px;
}
.close:hover {
    background-color: #e7cca0;
}
.popup p, .popup div {
    margin-bottom: 10px;
}/*window*/








.zakaz-form3 {
  width: 350px;
  float: right; 
  margin: 20px 35px 0 0; 
  text-align: center;
}
.zakaz-form3 p{  
font-family:arial;
  font-size: 21px;
  color:#340202;
  text-shadow: 1px 1px 0 #fff;
  padding: 0 0 7px 0;
  font-weight: bold;
}
.zakaz-form3 span {
font-family:arial;
  font-size: 34px;
  color:#340202;
  text-shadow: 1px 1px 0 #fff;
  font-weight: bold;
}
.s_text{
  width: 205px;
  height: 30px;
  border: 2px solid #851218;
  border-radius: 4px;
  padding-left: 30px;
  margin-bottom: 10px;
    background: url(../img/input-name.png) no-repeat center left 3%;
  background-color: #fff;
}

.s_text2{
  width: 205px;
  height: 30px;
  border: 2px solid #851218;
  border-radius: 4px;
  padding-left: 30px;
  margin-bottom: 10px;
    background: url(../img/input-mail.png) no-repeat center left 3%;
  background-color: #fff;
}

.s_text3{
  width: 205px;
  height: 30px;
  border: 2px solid #851218;
  border-radius: 4px;
  padding-left: 30px;
  margin-bottom: 10px;
    background: url(../img/input-tel.png) no-repeat center left 3%;
  background-color: #fff;
}

.s_text4{
  width: 205px;
  height: 30px;
  border: 2px solid #851218;
  border-radius: 4px;
  padding-left: 30px;
  margin-bottom: 10px;
    background: url(../img/input-adr.png) no-repeat center left 3%;
  background-color: #fff;
}

.s_text5{
  width: 205px;
  height: 30px;
  border: 2px solid #851218;
  border-radius: 4px;
  padding-left: 30px;
  margin-bottom: 10px;
    background: url(../img/input-date.png) no-repeat center left 3%;
  background-color: #fff;
}

.s_text6{
  width: 205px;
  height: 30px;
  border: 2px solid #851218;
  border-radius: 4px;
  padding-left: 30px;
  margin-bottom: 10px;
    background: url(../img/input-time.png) no-repeat center left 3%;
  background-color: #fff;
}

.zakaz-form3 input[type="text"]:nth-child(1){
  background: url(../img/input-name.png) no-repeat center left 3%;
  background-color: #fff;
}
.zakaz-form3 input[type="text"]:nth-child(2){
 background: url(../img/input-tel.png) no-repeat center left 3%;
 background-color: #fff;
}

.zakaz-form3 input[type="text"]:nth-child(3){
  background: url(../img/input-date.png) no-repeat center left 3%;
  background-color: #fff;
}
.zakaz-form3 input[type="text"]:nth-child(4){
 background: url(../img/input-time.png) no-repeat center left 3%;
 background-color: #fff;
}

.zakaz-form3 input[type="button"]{
  width: 235px;
  height: 40px;
background: #7b1616;
background: -moz-linear-gradient(top, #7b1616 0%, #500b0b 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, #7b1616), color-stop(100%, #500b0b));
background: -webkit-linear-gradient(top, #7b1616 0%, #500b0b 100%);
background: -o-linear-gradient(top, #7b1616 0%, #500b0b 100%);
background: -ms-linear-gradient(top, #7b1616 0%, #500b0b 100%);
background: linear-gradient(to bottom, #7b1616 0%, #500b0b 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4eccc3', endColorstr='#5ba5a0', GradientType=0 );
border: 1px solid #340202;
border-radius: 4px;
color: #fff;
font-size: 20px;
text-shadow: 1px 1px 2px #666;
cursor: pointer;
}

.s_submit {
  width: 235px;
  height: 40px;
background: #7b1616;
background: -moz-linear-gradient(top, #7b1616 0%, #500b0b 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, #7b1616), color-stop(100%, #500b0b));
background: -webkit-linear-gradient(top, #7b1616 0%, #500b0b 100%);
background: -o-linear-gradient(top, #7b1616 0%, #500b0b 100%);
background: -ms-linear-gradient(top, #7b1616 0%, #500b0b 100%);
background: linear-gradient(to bottom, #7b1616 0%, #500b0b 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4eccc3', endColorstr='#5ba5a0', GradientType=0 );
border: 1px solid #340202;
border-radius: 4px;
color: #fff;
font-size: 20px;
text-shadow: 1px 1px 2px #666;
cursor: pointer;
}

#samples ul li a {
	width:148px;
	height:28px;
	margin-top:8px;
	margin-bottom:5px;
	border:1px solid #ff1fa0;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	background-color:#a91b6d;
	background:linear-gradient(top, #ff0899, #a91b6d);
	background:-webkit-linear-gradient(top, #ff0899, #a91b6d);
	background:-moz-linear-gradient(top, #ff0899, #a91b6d);
	background:-o-linear-gradient(top, #ff0899, #a91b6d);
	background:-ms-linear-gradient(top, #ff0899, #a91b6d);
	box-shadow: 0 1px 1px #afafaf, inset 0 1px 2px 0px #ff8589;
	-moz-box-shadow: 0 1px 1px #afafaf, inset 0 1px 2px 0px #ff8589; 
    -webkit-box-shadow: 0 1px 1px #afafaf, inset 0 1px 2px 0px #ff8589; 
	font-family:"Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
	text-shadow: 1px 1px 2px #000000;
	padding:5px 43px;
}

#samples ul li a:hover {
	background:linear-gradient(bottom, #ff0899, #a91b6d);
	background:-webkit-linear-gradient(bottom, #ff0899, #a91b6d);
	background:-moz-linear-gradient(bottom, #ff0899, #a91b6d);
	background:-o-linear-gradient(bottom, #ff0899, #a91b6d);
	background:-ms-linear-gradient(bottom, #ff0899, #a91b6d);
}