/* GLOBAL STYLE */
@import url(https://fonts.googleapis.com/css?family=Philosopher:400,700);
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video, {
 display:block;
 color: #F00;
}
mark, rp, rt, ruby, summary, time {
	display:inline;
}
* {
	font-family: 'Philosopher', sans-serif;
	font-size:14px;
	padding:0;
	margin:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-rendering: optimizeLegibility;
	text-rendering: geometricPrecision;
	font-smooth: always;
}
p {
	font-size:14px;
	line-height:22px;
	padding:0;
	margin:0;
}
a, img, input, textarea:focus {
	outline: none !important;
}
img {
	border:none !important;
}
a:link {
	color:#1685d4;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	text-decoration: none;
}
a:active {
	color:#1685d4;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	text-decoration: none;
}
a:hover {
	color:#f86a08;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	text-decoration: none;
}
a:visited {
	color:#1685d4;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	text-decoration: none;
}
a:visited:hover {
	color:#f86a08;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	text-decoration: none;
}
a img {
	border: none;
}
.clearfix {
	clear:both;
}
body {
	background:url(../images/home_bg2.png) center top no-repeat fixed #fdfad7;
	background-size:100% 100%;
	margin:0;
	padding:0;
	overflow-y: scroll;
	-ms-overflow-style: scrollbar;
	overflow-x:hidden;
}
body, html {
	width: 100%;
	height: 100%;
}
/*back to top link*/
#top-link-block.affix-top {
	position: absolute; /* allows it to "slide" up into view */
	bottom: -182px;
	right: 10px;
}
#top-link-block.affix {
	z-index:9990;
	bottom:10px;
	width:30px;
	position: fixed; /* keeps it on the bottom once in view */
	right: 15px;
}
.well-sm {
	padding:0px 0px 0px 8px;
	width:35px;
	height:35px;
	display:block;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}
/* Safari 7.1-8.0 (7.1+) */

@media screen and (-webkit-min-device-pixel-ratio:0) {
.well-sm {
position:fixed;
bottom:10px;
right:10px;
}
}
a.well {
	font-size:30px;
	border:none;
	background:#971e4b;
	color:#FFF;
	-webkit-box-shadow: none;
	box-shadow: none;
}
a.well:hover {
	border:none;
	background:#3fbd2b;
	-webkit-box-shadow: none;
	box-shadow: none;
	color:#FFF;
}
.h1, .h2, .h3, h1, h2, h3 {
	margin-top:0;
	margin-bottom:0;
}
/* Popover */
.popover {
    border: 2px solid #b84985;
}

/* Popover Header */
.popover-title {
    background-color: #b84985;
    color: #FFFFFF;
    font-size:14px;
    text-align:center;
}

/* Popover Body */
.popover-content {
    background-color: fdfad7;
    color: #b84985;
}

/* Popover Arrow */
.arrow { border-width:2px;
    border-bottom-color:#b84985 !important;
}
.page-scroll{ display:block;
}
.about-section, .try-section, .why-section, .contact-section {
	text-align:center;
	padding-top:70px;
}
.intro-section {
	padding-top:120px;
	height:auto;
	text-align:center;
}
.intro-section {
	background:url(../images/menu_divider.png) center 30px no-repeat;
}
.contact-section {
	background-color:#ca4375;
}
.contact_text1 {
	text-align:center;
	padding:0px 30px 20px 30px;
	font-size:18px;
	color:#FFF;
	line-height:30px;
}
.contact_text1 strong {
	font-size:28px;
}
.contact_text1 a:link {
	color:#fff1a2;
}
.contact_text1 a:visited {
	color:#fff1a2;
}
.contact_text1 a:hover {
	color:#FFF;
}
.buy_online {
	text-transform:uppercase;
	text-align:center;
	padding:0px 0px 10px 0px;
	font-weight:600;
	font-size:18px;
	color:#fff1a2;
	line-height:30px;
}
.buy_online img {
	margin-right:10px;
	margin-bottom:10px;
	background-color:#971e4b;
	padding:3px;
	border:1px solid rgba(255, 255, 255, 0.7) !important;
}
ul.home_list1 {
	text-align:center;
	padding-top:10px;
}
ul.home_list1 li a{
	display:block;
	font-size:20px;
	padding:10px;
	color:#333;
	border:1px solid rgba(255, 39, 168, 0.3);
	background:rgba(255, 39, 168, 0.05);
	margin-bottom:20px;
	-webkit-border-radius:50px;
	-moz-border-radius:50px;
	border-radius:50px;
}
ul.home_list1 li a strong {
	color:#ff27a8;
}
.loading {
	background:url(../images/loading.gif) center center no-repeat;
	width:100%;
	min-height:300px;
}
.footer_text1 {
	padding:10px;
	float:left;
	text-align:left;
	font-size:14px;
	color:#f4d3e3;
}
.footer_text2 {
	padding:10px;
	float:right;
	text-align:right;
	font-size:14px;
	color:#f4d3e3;
}
.footer_text2 a:link {
	color:#fff1a2;
	font-weight:700;
}
.footer_text2 a:visited {
	color:#fff1a2;
	font-weight:700;
}
.footer_text2 a:hover {
	color:#FFF;
	font-weight:700;
}
.logo {
	width:170px;
	height:144px;
	float:right;
}
.navbar {
	margin-bottom:0px;
}
.navbar-default {
	background:none;
	border:none;
}
.navbar-fixed-top {
	border:none;
}
.navbar-brand {
	float:right;
	padding:0;
	height:auto;
}
.navbar-header {
	float:right;
}
.navbar-nav {
	padding-left:20px;
	padding-top:8px;
}
.top_logo {
	display:none;
	padding:3px 10px 3px 0px;
}
.navbar-default .navbar-nav > li > a {
	color:#FFF;
	margin-right:3px;
	font-size:18px;
	font-weight:600;
}
.navbar-default .navbar-nav > li > a:hover {
	background-color:#3fbd2b !important;
	color:#FFF;
	-webkit-border-radius:50px;
	-moz-border-radius:50px;
	border-radius:50px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	background-color:#3fbd2b !important;
	color:#FFF;
}
.navbar-default .navbar-nav > li > a:focus {
	background:none;
	color:#FFF;
}
.navbar-nav > li > a {
	padding:10px 20px;
	text-shadow:0px 1px 1px #333;
	color:#FFF;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover {
	background-color:#3fbd2b;
	color:#FFF;
	-webkit-border-radius:50px;
	-moz-border-radius:50px;
	border-radius:50px;
}
.top-nav-collapse {
	background:#b84985;
}
.try_a_sample {
	float:right;
	z-index:9999;
	position:relative;
}
.try_a_sample img, .try_a_sample1 img{
	-webkit-transition: -webkit-transform 0.5s ease;
-moz-transition: -moz-transform 0.5s ease;
transition: transform 0.5s ease;
-webkit-transform: scale(0.9);
-moz-transform: scale(0.9);
-o-transform: scale(0.9);
transform: scale(0.9);
}
.try_a_sample:hover img, .try_a_sample1:hover img{
	-webkit-transition: -webkit-transform 0.3s ease;
-moz-transition: -moz-transform 0.3s ease;
transition: transform 0.3s ease;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.try_a_sample1 {
	position:absolute;
	top:200px;
	z-index:999;
	left:30px;
}
.image_center {
	text-align:center;
}
.image_center img {
	display:inline-block;
}
.image_center1 {
	text-align:center;
}
.image_center1 img {
	display:inline-block;
 -webkit-transition: -webkit-transform .6s ease-in-out;
 transition: transform .6s ease-in-out;
}
.image_center1:hover img {
-webkit-transition: -webkit-transform .6s ease-in-out;
 transition: transform .6s ease-in-out;
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.image_center2 {
	text-align:center;
}
.image_center2 img {
	display:inline-block;
 -webkit-transition: -webkit-transform .3s ease-in-out;
 transition: transform .3s ease-in-out;
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
}
.image_center2:hover img {
-webkit-transition: -webkit-transform .3s ease-in-out;
 transition: transform .3s ease-in-out;
	-webkit-transform: scale(1.0);
	transform: scale(1.0);
}
.intro_text {
	text-align:center;
	padding:20px;
	font-size:20px;
	color:#3f3f3f;
	line-height:30px;
}
.intro_text span {
	color:#418b32;
	font-weight:700;
}
.intro_text1 {
	text-align:center;
	font-size:17px;
	color:#3f3f3f;
	line-height:24px;
	padding-top:10px;
}
#Parallax {
	width:100%;
	height:100%;
	top:0;
	z-index:10;
	overflow: hidden;
	position:absolute;
}
#Parallax img {
	position: absolute;
	top: 0;
	left: 0;
}
h2 {
	font-size:30px;
	color:#066644;
	text-align:center;
	font-weight:300;
	padding-top:20px;
	line-height:42px;
}
h2 span {
	color:#d42e59;
	font-weight:600;
	text-transform:uppercase;
}
h3 {
	font-size:22px;
	color:#418b32;
	text-align:center;
	font-weight:600;
	text-transform:uppercase;
	padding-top:10px;
}
h4 {
	font-size:42px;
	color:#066644;
	text-align:center;
	font-weight:300;
	padding-bottom:30px;
	margin-bottom:20px;
	background:url(../images/heading_bg.png) bottom center no-repeat;
}
h4 span {
	color:#b84985;
	font-weight:600;
	text-transform:uppercase;
}
.home_content1 {
	width:20%;
	float:left;
	padding:20px;
}
.about_heading {
	font-size:26px;
	color:#404040;
	text-align:center;
	text-transform:uppercase;
	font-weight:600;
	line-height:36px;
}
.about_text {
	font-size:20px;
	color:#515151;
	text-align:center;
	font-weight:500;
	line-height:34px;
	padding:20px;
}
.about_text span {
	color:#0c8d5f;
}
.about_text strong {
	color:#d42e59;
}
.about_text1 {
	font-size:17px;
	color:#515151;
	text-align:center;
	font-weight:500;
	line-height:26px;
	padding:10px;
}
.about_text1 span {
	color:#0c8d5f;
}
.about_text1 strong {
	color:#d42e59;
}
.why_heading1 {
	color:#d42e59;
	font-size:24px;
	text-align:center;
	padding-bottom:10px;
}
.why_text {
	line-height:30px;
	padding-bottom:10px;
	color:#515151;
	font-size:20px;
	text-align:center;
}
.butterfly1 {
	position:absolute;
	bottom:30px;
	left:30px;
}
.butterfly2 {
	position:absolute;
	bottom:0px;
	right:80px;
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
}
.popup_section {
	padding:30px 0px;
	border-top:1px solid rgba(255, 255, 255, 0.5);
	border-bottom:1px solid rgba(0, 0, 0, 0.1);
}
.country_select {
	padding:5px;
	position:fixed;
	right:0px;
	top:30%;
	background-color:#096e9c;
	border:1px solid rgba(255, 255, 255, 0.8);
	z-index:999;
	-webkit-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
	-webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.6);
}
.v_divider {
	background:url(../images/v_divider.png) right 50px no-repeat;
	padding-right:20px;
}
.v_divider1 {
	padding-right:40px;
}
.tip-inner ul {
	padding:20px;
}
.tip-inner ul li {
	padding-bottom:10px;
	list-style:disc;
}
.footer_email2{ display:none;
}
.input_text {
	background-color:#f6d6cf;
	width:100%;
	padding:15px 20px;
	margin-bottom:30px;
	line-height:30px;
	border:1px solid rgba(255, 255, 255, 1);
	font-size:24px;
	color:#b84985;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-box-shadow:inset 0 2px 5px 0 rgba(0, 0, 0, 0.1);
	box-shadow:inset 0 2px 5px 0 rgba(0, 0, 0, 0.1);
}
.input_text:focus {
	background-color:#b84985;
	color:#FFF;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-box-shadow:inset 0 2px 5px 0 rgba(0, 0, 0, 0.2);
	box-shadow:inset 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.input_area {
	background-color:#f6d6cf;
	width:100%;
	padding:15px 20px;
	/*margin-bottom:30px;*/
	line-height:30px;
	height:150px;
	resize:none;
	border:1px solid rgba(255, 255, 255, 1);
	font-size:24px;
	color:#b84985;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-box-shadow:inset 0 2px 5px 0 rgba(0, 0, 0, 0.1);
	box-shadow:inset 0 2px 5px 0 rgba(0, 0, 0, 0.1);
}
.input_area:focus {
	background-color:#b84985;
	color:#FFF;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-box-shadow:inset 0 2px 5px 0 rgba(0, 0, 0, 0.2);
	box-shadow:inset 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.submit_bt {
	background:url(../images/submit_button.png) left bottom no-repeat;
	width:220px;
	height:150px;
	float:right;
	border:none;
	margin-bottom:30px;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
}
.submit_bt:hover {
	background:url(../images/submit_button.png) right top no-repeat;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
}
.modal-header {
	background-color: #ca4375;
}
.modal-title {
	background:none;
	padding-bottom:0px;
	font-size:36px;
	font-weight:700;
	color:#FFF;
}
.model_text1 {
	text-align:center;
	line-height:35px;
	font-size:20px;
	color:#333;
	padding-bottom:20px;
	font-weight:600;
}
.modal-body ul {
	padding-left:20px;
}
.modal-body ul li {
	font-size:14px;
	padding-bottom:10px;
	list-style:disc;
	line-height:18px;
}
@media screen and (min-width:0\0) {
 div#butterfly, div#butterfly1 {
display:none;
}
}
div#butterfly {
	position: absolute;
	left:50px;
	top:20px;
	width: 172px;
	height: 100px;
	z-index:99;
	-webkit-transform: rotate(-20deg) translate(30px, 60px) scale(0.8, 0.8);
	-webkit-transform-origin: center center;
	-moz-transform: rotate(-20deg) translate(30px, 60px) scale(0.8, 0.8);
	-moz-transform-origin: center center;
}
div#butterfly1 {
	position: absolute;
	left:-20px;
	top:110px;
	width: 172px;
	height: 100px;
	z-index:99;
	-webkit-transform: rotate(-20deg) translate(30px, 60px) scale(0.8, 0.8);
	-webkit-transform-origin: center center;
	-moz-transform: rotate(-20deg) translate(30px, 60px) scale(0.8, 0.8);
	-moz-transform-origin: center center;
}
div.rightwing {
	position: absolute;
	left:0px;
	top:0px;
	width: 86px;
	height: 100px;
	background-image: url(../images/wing.png);
	background-repeat:no-repeat;
	-webkit-transform: rotate3d(0, 0, 0, 180deg); /* Mirror left wing */
	-webkit-transform-origin: center right;
	-webkit-animation-name: rightwingani;
	-webkit-animation-duration: 8s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	-moz-transform: rotate3d(0, 0, 0, 180deg); /* Mirror left wing */
	-moz-transform-origin: center right;
	-moz-animation-name: rightwingani;
	-moz-animation-duration: 8s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: ease-in-out;
}
 @-webkit-keyframes rightwingani {
 from {
 -webkit-transform: rotate3d(0, 1, 0, 180deg);
}
 30% {
 -webkit-transform: rotate3d(0, 1, 0, 180deg);
}
 50% {
 -webkit-transform: rotate3d(0, 1, 0, 100deg);
}
 70% {
 -webkit-transform: rotate3d(0, 1, 0, 180deg);
}
to {
	-webkit-transform: rotate3d(0, 1, 0, 180deg);
}
}
 @-moz-keyframes rightwingani {
 from {
 -moz-transform: rotate3d(0, 1, 0, 180deg);
}
 30% {
 -moz-transform: rotate3d(0, 1, 0, 180deg);
}
 50% {
 -moz-transform: rotate3d(0, 1, 0, 100deg);
}
 70% {
 -moz-transform: rotate3d(0, 1, 0, 180deg);
}
to {
	-moz-transform: rotate3d(0, 1, 0, 180deg);
}
}
div.leftwing {
	position: absolute;
	left:0px;
	top:0px;
	width: 86px;
	height: 100px;
	background-image: url(../images/wing.png);
	background-repeat: no-repeat;
	-webkit-transform-origin: top right;
	-webkit-animation-name: leftwingani;
	-webkit-animation-duration: 8s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	-moz-transform-origin: top right;
	-moz-animation-name: leftwingani;
	-moz-animation-duration: 8s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: ease-in-out;
}
 @-webkit-keyframes leftwingani {
 from {
 -webkit-transform: rotate3d(0, 1, 0, 0deg);
}
 30% {
 -webkit-transform: rotate3d(0, 1, 0, 0deg);
}
 50% {
 -webkit-transform: rotate3d(0, 1, 0, 80deg);
}
 70% {
 -webkit-transform: rotate3d(0, 1, 0, 00deg);
}
to {
	-webkit-transform: rotate3d(0, 1, 0, 00deg);
}
}
 @-moz-keyframes leftwingani {
 from {
 -moz-transform: rotate3d(0, 1, 0, 0deg);
}
 30% {
 -moz-transform: rotate3d(0, 1, 0, 0deg);
}
 50% {
 -moz-transform: rotate3d(0, 1, 0, 80deg);
}
 70% {
 -moz-transform: rotate3d(0, 1, 0, 00deg);
}
to {
	-moz-transform: rotate3d(0, 1, 0, 00deg);
}
}
 @media only screen and (max-width :1024px) {
div#butterfly {
 left:50px;
 top:20px;
}
div#butterfly1 {
 left:-70px;
 top:110px;
}
.butterfly2 {
display:none;
}
}
 @media only screen and (max-width :1000px) {
.intro-section {
background:url(../images/menu_divider.png) center 60px no-repeat;
}
.navbar-default .navbar-nav > li > a {
	font-size:17px;
}
.logo, .try_a_sample {
margin-top:30px;
}
.intro-section {
 padding-top:150px;
}
div#butterfly {
 top:70px;
}
.intro-section, .about-section, .try-section, .why-section, .contact-section {
height:auto;
}
.home_content1 {
width:50%;
}
div#butterfly1 {
left:100px;
 top:60px;
}
.v_divider {
background:url(../images/heading_bg.png) bottom center no-repeat;
padding-right:0px;
padding-bottom:40px;
margin-bottom:30px;
}
.v_divider1 {
background:none;
padding-right:0px;
padding-bottom:0px;
margin-bottom:0px;
}
}
@media only screen and (max-width :767px) {
 .navbar { width:100%;
 padding:0px;
 -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
 -moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
 transition: background .5s ease-in-out, padding .5s ease-in-out;
}
.intro-section {
background:url(../images/menu_divider.png) center 50px no-repeat;
padding-left:30px;
padding-right:30px;
}
.about-section, .try-section, .why-section, .contact-section {
padding-left:30px;
padding-right:30px;
}
 .top-nav-collapse {
 padding: 0;
}
 .logo, .try_a_sample {
float:left;
margin-top:0px;
}
.top_logo {
display:none !important;
visibility:hidden;
}
 .navbar-default .navbar-collapse, .navbar-default .navbar-form {
border:none;
box-shadow:none;
-webkit-box-shadow:none;
-moz-box-shadow:none;
}
.navbar-default .navbar-nav > .active > a {
background:none !important;
}
.navbar-nav {
padding:10px;
margin:0;
background:#b84985;
}
.navbar-fixed-bottom, .navbar-fixed-top {
left:inherit;
position:absolute;
float:right;
}
.navbar-collapse {
padding-left:0px;
padding-right:0px;
position:relative;
width:100%;
float:left;
}
.navbar-default .navbar-toggle {
border:none;
background-color:#ff27a8;
color:#FFF;
text-transform:uppercase;
font-size:10px;
transition: all 0.3s ease 0s;
 -webkit-transition: all 0.3s ease 0s;
 -moz-transition: all 0.3s ease 0s;
}
.navbar-default .navbar-toggle span {
font-weight:600;
font-family:Arial, Helvetica, sans-serif;
}
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
max-height:inherit;
}
.nav > li {
margin-bottom:5px;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
border:none;
background-color:#3fbd2b;
transition: all 0.3s ease 0s;
 -webkit-transition: all 0.3s ease 0s;
 -moz-transition: all 0.3s ease 0s;
}
.navbar-default .navbar-toggle .icon-bar {
background-color:#FFF;
width:auto;
}
 div#butterfly, #Parallax, div#butterfly1, .butterfly1, .butterfly2, .butterfly3 {
display:none;
visibility:hidden;
}
.home_content1 {
width:100%;
}
.why_heading1 {
padding-top:30px;
}
}
@media only screen and (max-width :600px) {
.logo, .try_a_sample {
width:100px;
height:auto;
}
 .logo img, .try_a_sample img {
width:100%;
}
.about-section, .try-section, .why-section, .contact-section {
padding-top:20px;
}
.about_text {
text-align:left;
}
h2 {
padding-top:40px;
}
h4 {
background:url(../images/heading_bg.png) bottom right no-repeat;
}
.v_divider, .v_divider1 {
background:url(../images/heading_bg.png) bottom right no-repeat;
padding-bottom:30px;
}
section .container {
padding-left:0px;
padding-right:0px;
}
.input_text {
 padding:5px 10px;
 margin-bottom:20px;
 line-height:24px;
 font-size:14px;
}
.input_area {
 padding:5px 10px;
 margin-bottom:20px;
 line-height:24px;
 font-size:14px;
}
.footer_text1, .footer_text2 {
 float:none;
 text-align:center;
}
.contact_text1 {
font-size:14px;
line-height:24px;
}
.contact_text1 strong {
font-size:20px;
}
.try_a_sample1 {
 position:relative;
 top:0px;
 left:30px;
}
}
