@charset "utf-8";
/* CSS Document */
/*.....:Reset CSS:.....*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
/*.....:HTML5 display-role reset for older browsers:.....*/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
::-moz-selection {
 background:#faa719;
 color:#FFF;
}
::selection {
	background: #faa719;
	color: #FFF;
}
ol, ul {
	list-style: none;
}
a {
	text-decoration: none;
	outline: 0;
}
a:hover {
	text-decoration: none;
}
a:focus {
	outline: none;
}
button:focus {
	outline: none;
}
/* Improve readability when focused and hovered in all browsers: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active {
	outline: 0;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input, textarea {
	outline: 0;
}
/*.....:Fonts Styles:.....*/
/*.....:Common Styles:.....*/
.clear {
	clear: both;
	height: 0;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
a {
	text-decoration: none;
	outline: 0;
}
a:
input, textarea {
outline:0;
}
.fix_left {
	float: left;
}
.fix_right {
	float: right;
}
/*++++++++++++++++++++++++++++++++++++++++++++ Headings ++++++++++++++++++++++++++++++++++++++++++++*/
.sub_hding_01 {
	background: url(../images/head-bg-01.png) no-repeat 0 0;
	color: #FFFFFF;
	display: block;
	font-size: 25px;
	height: 56px;
	line-height: 36px;
	padding-left: 15px;
	width: 363px;
}
/*++++++++++++++++++++++++++++++++++++++++++++ Layout ++++++++++++++++++++++++++++++++++++++++++++*/
body {
	margin: 0px;
	padding: 0px;
	overflow-x: hidden;
}
p {
	font: 14px/18px Tahoma, Geneva, sans-serif;
	color: #000;
	padding-bottom: 15px;
	text-align: justify;
}
/*  Main Style 
===================================================*/
.wrapper {
	margin: 0 auto;
	position: relative;
	max-width: 1200px;
}
.wrapper2 {
	margin: 0 auto;
	position: relative;
	max-width: 100%;
}
.nav-menu {
	float: left;
	width: 100%;
	background: #3b9e14;
	 position: fixed;
    z-index: 1;
}
.toggleMenu {
	display: none;
	background: #ffea00;
	padding: 10px 15px;
	color: #000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin: 10px;
}
.nav {
	list-style: none;
 *zoom: 1;
	margin: 5px 0px 5px 0px !important;
}
.nav:before, .nav:after {
	content: " ";
	display: table;
}
.nav:after {
	clear: both;
}
.nav ul {
	list-style: none;
	width: 9em;
}
.nav a {
	padding: 10px 15px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}
.nav li {
	position: relative;
}
.nav > li {
	float: left;
}
.nav > li > .parent {
	background-image: url("images/downArrow.png");
	background-repeat: no-repeat;
	background-position: right;
}
.nav > li > a {
	display: block;
}
.nav > li > a:hover {
	background: none !important;
}
.nav li ul {
	position: absolute;
	left: -9999px;
}
.nav > li.hover > ul {
	left: 0;
}
.nav li li.hover ul {
	left: 100%;
	top: 0;
}
.nav li li a {
	display: block;
	background: #1d7a62;
	position: relative;
	z-index: 100;
	border-top: 1px solid #175e4c;
}
.nav li li li a {
	background: #249578;
	z-index: 200;
	border-top: 1px solid #1d7a62;
}
 @media screen and (max-width: 768px) {
.active {
	display: block;
}
.nav > li {
	float: none;
}
.nav > li > .parent {
	background-position: 95% 50%;
}
.nav li li .parent {
	background-image: url("images/downArrow.png");
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
.nav ul {
	display: block;
	width: 100%;
}
.nav > li.hover > ul, .nav li li.hover ul {
	position: static;
}
.nav a {
	border-top: 1px #2a7e09 solid;
}
}
.content-area {
	float: left;
	width: 100%;
	padding-top: 5%;
}
.logo {
	float: left;
	width: 100%;
	background: url(../images/logo.jpg) center no-repeat;
	height: 160px;
	margin: 90px 0px 0px 0px;
}
.caption {
	float: left;
	width: 100%;
}
.caption h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	color: #636363;
	text-align: center;
	font-weight: normal;
}
.search-box {
	float: left;
	width: 100%;
	margin: 35px 0px 0px 0px;
}
.search-box input {
	width: 90%;
	float: left;
	background: #f7f7f7 !important;
	height: 35px !important;
	border: 1px #f3f3f3 solid;
	border-radius: 0px !important;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #a9a9a9 !important;
	font-weight: normal;
}
.search-box label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #4e4e4e;
}
.search-box input.submit {
	float: left;
	width: 210px;
	height: 45px !important;
	margin: 20px 0px 0px 60px;
	background: #50cd52 !important;
	color: #FFF !important;
	border: 1px #7dd178 solid !important;
}
.districts-foods {
	float: left;
	width: 95%;
	padding: 0px 50px 0px 47px;
}
@media(min-width:200px) and (max-width:1050px) {
.districts-foods {
	padding: 0px;
	width: 100%;
}
}
.districts-foods img {
	width: 100%;
	
	border: 1px #f4f4f4 solid;
	
	-moz-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.23);
	
	margin-bottom: 40px;
}
.districts-title {
	float: left;
	width: 95%;
}
.districts-title h1 {
	font-family: Arial, Helvetica, sans-serif;
	
	color: #8b8b8b;
	font-weight: normal;
	line-height: 24px;
	padding: 0px;
	    font-size: 22px;
}
.popular-place {
	float: left;
	width: 100%;
}
.popular-place h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #666666;
	border-bottom: 1px #959595 solid;
}
.tourist-places {
	width: 100%;
	float: left;
}
.tourism {
	float: left;
	width: 100%;
}
.tourism-title {
	float: left;
	width: 95%;
	padding: 0px 50px 0px 0px;
	margin-bottom: 40px;
}
.tourism-title h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #8b8b8b;
	font-weight: normal;
	line-height: 24px;
	padding: 0px;
}
@media(min-width:200px) and (max-width:1050px) {
.tourism-title {
	padding: 0px;
	width: 100%;
}
}
.tourism-title img {
	width:100%;
	
	border: 1px #f4f4f4 solid;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.23);
	-moz-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.23);
	
	margin-bottom: 10px;
}
.tourism-discription {
	float: left;
	width: 100%;
}
.tourism-discription p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #858585;
	line-height: 24px;
	padding: 0px;
}
.tourism-discription a {
	display: block;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #e94848;
	font-weight: bold;
}
footer {
	float: left;
	width: 100%;
	background: #282828;
}
.newsletter {
	float: left;
	width: 100%;
}
.newsletter h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #e9e9e9;
	font-weight: normal;
}
.newsletter-field {
	float: left;
	width: 100%;
}
.newsletter-field input {
	float: left;
	width: 100%;
	height: 26px !important;
	border-radius: 0px !important;
	background: #313131 !important;
	border: 1px #464646 solid !important;
	color: #FFF !important;
	font-family: Arial, Helvetica, sans-serif;
}
.newsletter-field input.sign {
	float: left;
	width: 130px;
	height: 37px !important;
	border: 0px;
	background: #61a028 !important;
	color: #FFF;
	margin: -9px 0px 0px 5px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
.executive-login {
	float: left;
	height: 25px;
	background: #3d3d3d;
	margin: 60px 0px 0px 0px;
}
.executive-login a {
	display: block;
	color: #e9e9e9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 5px 10px 5px 10px;
}
.payment-options {
	float: left;
	width: 100%;
}
.payment-options h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #e9e9e9;
	font-weight: normal;
}
.get-in-touch {
	float: left;
	width: 100%;
}
.get-in-touch h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #e9e9e9;
	font-weight: normal;
}
.social-media {
	float: left;
	width: 100%;
}
.social-media ul {
	background: #000;
	float: left;
	padding-right: 10px;
	border: 1px #525252 solid;
}
.social-media ul li {
	float: left;
	margin: 7px 0px 7px 10px;
}
.informations-services {
	float: left;
	width: 100%;
}
.informations-services h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #e9e9e9;
	font-weight: normal;
}
.informations-services ul li {
	float: left;
	
}
.informations-services ul li a {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #c7c7c7;
	margin: 0px 0px 10px 0px;
}
.copyright {
	float: left;
	width: 100%;
}
.copyright p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #c7c7c7;
	padding: 25px 0px 25px 0px;
}
.copyright img {
	float: right;
	margin: 10px 0px 0px 0px;
}
.logi-register {
	float: left;
	width: 100%;
}
.logi-register a {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	display: block;
	margin: 15px 0px 0px 0px;
	float: right;
}
.inner-contentarea {
	float: left;
	width: 100%;
}
.filter-results {
	float: left;
	width: 100%;
}
.filter-results h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #575757;
}
.filter-results h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #575757;
}
.filter-results ul {
	margin: 0px;
}
.filter-results ul li {
	float: left;
	width: 100%;
}
.filter-results ul li label {
	color: #575757;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 28px;
}
.filter-results ul li input {
	margin: 0px 10px 0px 0px;
	border-radius: 0px;
}
.food-list {
	float: left;
	width: 100%;
}
.food-list ul li {
	float: left;
	width: 100%;
	background: #fafafa;
	border: 1px #dcdcdc solid;
	margin: 30px 0px 0px 0px;
}
.food-title {
	float: left;
	width: 99%;
	background: #e6db2b;
	margin: 2px;
}
.food-title h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #2c2c2c;
	padding: 0px 0px 0px 10px;
	line-height: 20px;
}
.food-title h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #2c2c2c;
	padding: 0px 0px 0px 10px;
	line-height: 20px;
}
.food-details {
	float: left;
	width: 100%;
}
.food-category-photo {
	float: left;
	width: 110px;
	margin: 10px;
}
.stay-category-photo {
	float: left;
	width: 90%;
	margin: 10px;
}
.bus-category-photo {
	float: left;
	width: 90%;
	margin: 10px;
}
.food-category-photo img {
	width: 100%;
}
.food-category-details {
	float: left;
	width: 100%;
}
.food-category-details h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #727171;
	font-size: 16px;
	line-height: 24px;
}
.food-category-details p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #727171;
	line-height: 24px;
	padding: 0px 0px 10px 0px;
}
.review-star {
	float: left;
	width: 100%;
}
.review-star p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #737373;
}
.food-more-details {
	float: right;
	background: #fe981d;
	margin: 0px 10px 10px 0px;
}
.food-more-details a {
	display: block;
	font-size: 16px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	padding: 7px;
}
.selected-categories {
	float: left;
	width: 100%;
	margin: 70px 0px 0px 0px;
	border-bottom: 1px #afafaf solid;
	padding-bottom: 10px;
}
.selected-categories ul {
	margin: 0px;
}
.selected-categories ul li {
	float: left;
}
.selected-categories ul li a {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	border-right: 2px #c9c9c9 solid;
	padding: 0px 13px 0px 13px;
}
.selected-categories ul li a.first {
	padding-left: 0px;
}
.selected-categories ul li a.last {
	border: 0px;
}
.food-advertisements {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.food-advertisements img {
	width: 100%;
}
.search-box-right {
	float: left;
	width: 100%;
}
.search-box-right input {
	float: left;
	width: 90%;
	margin: 75px 0px 0px 0px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	
	padding-left: 30px !important;
}
.hotel-name-title {
	float: left;
	width: 100%;
	margin: 30px 0px 30px 0px;
}
.hotel-name-title h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 35px;
	color: #3f3f3f;
}
.hotel-logo-form {
	float: left;
	width: 100%;
}
.food-book-button {
	float: right;
	background: #fe981d;
	margin: 90px 10px 10px 0px;
}
.food-book-button a {
	display: block;
	font-size: 16px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	padding: 7px;
}
.food-detail-photos {
	float: left;
	width: 100%;
	margin: 30px 0px 0px 0px;
}
.food-detail-photos img {
	padding: 4px;
	border: 1px #c6c6c6 solid;
	margin: 10px 10px 10px 0px;
}
.delivery-details {
	float: left;
	width: 100%;
}
.details-of-delivery {
	float: left;
	width: 100%;
	background:none !important;
	    border: 5px #61A028 solid;
	margin: 30px 0px 30px 0px;
}
.menucard-button {
	float: right;
	background: #fe981d;
	margin: 10px 10px 10px 0px;
}
.menucard-button a {
	display: block;
	font-size: 16px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	padding: 7px;
}
.list-details {
	float: left;
	width: 100%;
}
.list-details p {
	font-family: Arial, Helvetica, sans-serif;
	;
	font-size: 16px;
	color: #5b5b5b;
	padding: 20px 0px 0px 30px;
}
.review {
	float: left;
	width: 100%;
}
.review h1 {
	color: #3c3c3c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}
.review-form {
	float: left;
	width: 100%;
}
.type-review {
	float: left;
	width: 100%;
}
.type-review ul {
	margin: 0px;
}
.type-review ul li {
	float: left;
	width: 100%;
}
.type-review ul li label {
	float: left;
	width: 120px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3c3c3c;
}
.type-review ul li input {
	float: left;
	width: 65%;
	border-radius: 0px !important;
	height: 20px !important;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3c3c3c;
}
.type-review ul li textarea {
	float: left;
	width: 65%;
	border-radius: 0px !important;
	height: 110px !important;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3c3c3c;
}
.type-review ul li input.submit {
	display: block;
	font-size: 16px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	background: #fe981d;
	margin: 0px 70px 20px 0px;
	border: 0px;
	width: 100px;
	height: 30px !important;
	float: right;
}
.post-reviews {
	float: left;
	width: 100%;
}
.review-count {
	float: left;
	width: 100%;
}
.review-count h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #115aac;
}
.review-comments {
	float: left;
	width: 100%;
}
.review-comments ul {
	margin: 0px;
}
.review-comments ul li {
	float: left;
	width: 100%;
	margin: 0px 0px 20px 0px;
}
.reviewer-name {
	float: left;
	width: 100%;
}
.reviewer-name h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666;
	font-weight: normal;
}
.review-discription {
	float: left;
	width: 100%;
}
.review-discription h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #115aac;
}
.review-discription p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	line-height: 24px;
}
.review-count {
	float: left;
}
.review-count a {
	display: block;
	background: #daeaff;
	font-family: Arial, Helvetica, sans-serif;
	color: #316fc1;
	font-size: 16px;
	padding: 5px 10px 5px 10px;
	text-align: center;
}
.menu-card {
	float: left;
	width: 99%;
	background: #f9f9f9;
	border: 1px #dbdbdb solid;
	margin: 30px 0px 70px 0px;
}
.menu-card-title {
	float: left;
	width: 97.5%;
	background: #eaaf2f;
	margin: 10px;
}
@media(min-width:200px) and (max-width:480px) {
	.menu-card-title {
		width:95% !important;
	}
}
.menu-card-title h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFF;
	font-weight: normal;
	text-align: center;
}
.menu-card-details {
	float: left;
	width: 97.5%;
	border: 1px #f2f2f2 solid;
}
.menu-products-contents {
	float: left;
	width: 97%;
	margin: 10px;
	border: 1px #dbdbdb solid;
}
.items-1 {
	float: left;
	width: 100%;
	border-right: 1px #dbdbdb solid;
}
.items-1 h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #7c7c7c;
	font-weight: normal;
	padding: 0px 0px 0px 15px;
}
.items-2 {
	float: left;
	width: 100%;
	border-right: 1px #dbdbdb solid;
}
.items-2 h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #7c7c7c;
	font-weight: normal;
	padding: 0px 0px 0px 15px;
	text-align: center;
}
.items-3 {
	float: left;
	width: 100%;
}
.items-3 a {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: normal;
	padding: 10px 0px 0px 15px;
	text-align: center;
	background: #4fb228 url(../images/cart.jpg) no-repeat left center;
	width: 120px;
	height: 25px;
	margin: 10px 0px 0px 50px;
}
@media(min-width:768px) and (max-width:960px) {
	.items-3 a {
		margin-left:20px;
	}
}
.table-outer {
	border-bottom: 1px #dbdbdb solid;
}
.contact-contents{
	float:left;
	width:100%;
	padding:50px 0px 30px 0px;
}
.contact-contents h1{
	font-family:Arial, Helvetica, sans-serif;
	color:#0086cb;
	font-size:30px;
	font-weight:normal;
}
.contact-contents p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#636363;
}
.contact-contents a{
	color:#636363;
	font-weight:bold;
}
.contact-contents h2{
	font-family:Arial, Helvetica, sans-serif;
	color:#292929;
	font-size:18px;
	font-weight:normal;
}
.contact-form{
	float:left;
	width:100%;
}
.contact-form label{
	color:#636363;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
.contact-form input{
	width:90%;
	height:28px;
	background:#f9f9f9 !important;
	border:1px #dadada solid;
	margin-bottom:30px !important;
	font-weight:normal !important;
}
.contact-form textarea{
	width:95%;
	height:155px;
	background:#f9f9f9 !important;
	border:1px #dadada solid !important;
	margin-bottom:30px !important;
}
.contact-form input.submit{
	width:95px;
	height:30px;
	float:right;
	background:#ff9c00 !important;
	color:#FFF;
	padding:7px 20px 7px 20px;
	font-weight:normal !important;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	border:0px !important;
	margin:0px 30px 0px 0px;
}
.company-details{
	float:left;
	width:100%;
		border-bottom:1px #d2d2d2 solid;
}
.company-details h1{
	color:#ff4d4d;
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:normal;
	line-height:18px;
}
.company-details p{
	color:#6d6d6d;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:24px;
}
.company-details-outer{
	float:left;
	width:90%;
	margin:10px 0px 0px 10px;
}
.company-main-outer{
	float:left;
	width:100%;
	margin:90px 0px 0px 0px;
}
.travell-contact-details{
	float:left;
	width:100%;
}
.travell-contact-details h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#1a1a1a;
	float:right;
	padding:0px 10px 0px 0px;
	font-weight:normal;
}
.payment-page{
	float:left;
	width:100%;
}
.payment-heading{
	float:left;
	width:100%;
		margin:60px 0px 30px 0px;
	background:#ffb524;
}
.payment-heading h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#FFF;
	font-weight:normal;
	line-height:24px;
	padding:0px 0px 0px 20px;
}
.delivery-options{
	float:left;
	width:100%;
}
.delivery-options ul li{
	float:left;
	width:100%;
	margin:0px 0px 25px 0px;
}
.delivery-options ul li h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000000;
	line-height:24px;
	width:150px;
	padding:0px;
	font-weight:normal;
}
.delivery-options ul li label{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#5e5e5e;
	float:left;
	margin:0px 30px 0px 0px;
	cursor:pointer;
}
.delivery-options ul li label span{
	color:#ff3434;
}
.delivery-options ul li input{
	margin:0px 7px 0px 0px;
}
.delivery-options ul li input.submit{
	float:left;
	padding:7px 35px 7px 35px;
	background:#69cc38;
	color:#FFF;
	border:0px;
	font-family:Arial, Helvetica, sans-serif;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
margin:0px 20px 20px 0px;
}
.payment-details-form{
	float:left;
	width:100%;
	margin:30px 0px 30px 0px;
}
.payment-details-form ul li{
	float:left;
	width:100%;
	margin:0px 0px 10px 0px;
}
.payment-details-form ul li label{
	float:left;
	width:100px;
	font-family:Arial, Helvetica, sans-serif;
	color:#5e5e5e;
	font-size:14px;
	padding:3px 0px 0px 0px;
}
.payment-details-form ul li label span{
	color:#F00;
}
.payment-details-form ul li input{
	float:left;
	width:70%;
	border-radius:0px;
	font-family:Arial, Helvetica, sans-serif;
}
.payment-details-form ul li textarea{
	float:left;
	width:70%;
	border-radius:0px;
	height:140px;
	font-family:Arial, Helvetica, sans-serif;
}
@media(min-width:200px) and (max-width:480px) {
	.payment-details-form ul li textarea{
		width:90%;
	}
	.payment-details-form ul li input{
		width:90%;
	}
}

/*********new css****************/
.executive-form-outer{
	float:left;
	width:100%;
}
.exe-title{
	float:left;
	width:100%;
	background:#000;
}
.exe-title h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:28px;
	color:#FFF;
	padding:100px 0px 15px 0px;
	text-align:center;
	font-weight:normal;
}
.exe-registration-form{
	float:left;
	width:100%;
	padding-top:3%;
}
.exe-registration-form ul{
	margin:0px;
}
.exe-registration-form ul li{
	float:left;
	width:100%;
	margin:12px 0px 0px 0px;
}
.exe-registration-form ul li label{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#3b3b3b;
}
.exe-registration-form ul li span{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#575757;
	padding:4px 0px 0px 10px;
}
.exe-registration-form ul li input.rs{
	float:left;
	width:70%;
	background:#fafafa;
	border:1px #dfdfdf solid;
	border-radius:0px;
}
.exe-registration-form ul li textarea{
	float:left;
	width:70%;
	height: 103px;
	background:#fafafa;
	border:1px #dfdfdf solid;
	border-radius:0px;
}
.exe-registration-form ul li input.submit{
	    float: left;
    width: 146px;
    height: 34px;
    background: #f58220;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #FFF;
    margin-bottom: 30px;
    border: 0px;
    margin-top: 2%;
}
.login-page-outer{
	float:left;
	width:100%;
}
.login-page-form{
	float:left;
	width:100%;
}
.login-page-form h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	color:#3b3b3b;
	font-weight:normal;
	padding:30px 0px 0px 0px;
}
.login-page-form ul{
	margin:30px 0px 0px 0px;
}
.login-page-form ul li{
	float:left;
	width:100%;
	margin:0px 0px 10px 0px;
}
.login-page-form ul li a{
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#646464;
}
.login-page-form ul li label{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#6b6b6b;
	width:120px;
	float:left;
}
.login-page-form ul li input{
	float:left;
	width:60%;
	border-radius:0px;
}
.login-page-form ul li input.check{
	float:left;
	width:20px;
}
.login-page-form ul li input.submit{
		width:95px;
	height:30px;
	float:left;
	background:#ff9c00 !important;
	color:#FFF;
	padding:7px 20px 7px 20px;
	font-weight:normal !important;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	border:0px !important;
	margin:0px 30px 0px 0px;
}
.side-menu{
	float:left;
	width:100%;
}
.side-menu ul{
	margin:30px 0px 0px 0px;
}
.side-menu ul li{
	float:left;
	width:100%;
	margin:0px 0px 20px 0px;
	background:url(../images/dott.jpg) no-repeat left top;
}
.side-menu ul li a{
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000;
	font-weight:bold;
	padding:0px 0px 0px 20px;
}

.contact-form input.submit:hover{
	background:#000 !important;
	transition:1s ease;}
	
.search-box input.submit:hover{
	    background: #F57E26 !important;
		transition:1s ease;
		border:none !important;}
		
body::-webkit-scrollbar {
    width: 5px;
}
 
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #FFFFFF;
}
 
body::-webkit-scrollbar-thumb {
  background-color:#3B9E14;
  outline: 1px solid slategrey;
}





.hvr{
transition:All 0.6259s ease;
-webkit-transition:All 0.6259s ease;
-moz-transition:All 0.6259s ease;
-o-transition:All 0.6259s ease;
transform: rotate(0deg) scale(1) skew(0deg) translate(10px);
-webkit-transform: rotate(0deg) scale(1) skew(0deg) translate(10px);
-moz-transform: rotate(0deg) scale(1) skew(0deg) translate(10px);
-o-transform: rotate(0deg) scale(1) skew(0deg) translate(10px);
-ms-transform: rotate(0deg) scale(1) skew(0deg) translate(10px);
}
.hvr:hover{
transform: rotate(0deg) scale(1.235) skew(0deg) translate(0px);
-webkit-transform: rotate(0deg) scale(1.235) skew(0deg) translate(0px);
-moz-transform: rotate(0deg) scale(1.235) skew(0deg) translate(0px);
-o-transform: rotate(0deg) scale(1.235) skew(0deg) translate(0px);
-ms-transform: rotate(0deg) scale(1.235) skew(0deg) translate(0px);
}



.text-color-white {
	color: #FFFFFF;
}

.text-color-black {
	color: #000000;
}

.text-color-theme {
	color: #6f5499;
}

/* Background colors */
.theme-bg{
	background: #6f5499;
}

.bg-black{
	background: #000000;
}

.secondary-bg {
	background: #f0ecf6;
}


/* Margin */

.margin-bottom-0 {
	margin-bottom: 0 !important;
}

.margin-bottom-10 {
	margin-bottom: 10px !important;
}

.margin-bottom-15 {
	margin-bottom: 15px !important;
}

.margin-bottom-20 {
	margin-bottom: 20px !important;
}

.margin-bottom-30 {
	margin-bottom: 30px !important;
}

.margin-bottom-40 {
	margin-bottom: 40px !important;
}

.margin-bottom-50 {
	margin-bottom: 50px !important;
}

.margin-bottom-60 {
	margin-bottom: 60px !important;
}

.margin-bottom-70 {
	margin-bottom: 70px !important;
}

.margin-bottom-80 {
	margin-bottom: 80px !important;
}

.margin-bottom-90 {
	margin-bottom: 90px !important;
}

.margin-bottom-100 {
	margin-bottom: 100px !important;
}

.margin-bottom-120 {
	margin-bottom: 120px !important;
}

.margin-right-0 {
	margin-right: 0 !important;
}

.margin-right-5 {
	margin-right: 5px !important;
}

.margin-right-10 {
	margin-right: 10px !important;
}

/* Padding surround */

.padding-0 {
	padding: 0px !important;
}

.padding-30 {
	padding: 30px !important;
}

.padding-50 {
	padding: 40px !important;
}


/* Buttons */

.btn1 {
	letter-spacing: 1px;
	text-decoration: none;
	background: none;
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    white-space: nowrap;
	font-size:14px;
	line-height:20px;
	font-weight:700;
	text-transform:uppercase;
	border: 3px solid;
	padding:8px 20px;
}

.btn1-outlined {
    border-radius: 0;
    -webkit-transition: all 0.3s;
       -moz-transition: all 0.3s;
            transition: all 0.3s;
}

.btn1-outlined.btn-theme {
    background: none;
    color: #6f5499!important;
	border-color: #6f5499!important;
}

.btn1-outlined.btn-theme:hover,
.btn1-outlined.btn-theme:active {
    color: #FFF;
    background: #6f5499!important;
    border-color: #6f5499!important;
}

.btn1-outlined.btn-black {
    background: none;
    color: #000000;
	border-color: #000000;
}

.btn1-outlined.btn-black:hover,
.btn1-outlined.btn-black:active {
    color: #FFF;
    background: #000000;
    border-color: #000000;
}

.btn1-outlined.btn-white {
    background: none;
    color: #FFFFFF;
	border-color: #FFFFFF;
}

.btn1-outlined.btn-white:hover,
.btn1-outlined.btn-white:active {
    color: #6f5499;
    background: #FFFFFF !important;
    border-color: #FFFFFF !important;
}

.btn1-xs{
	font-size:11px;
	line-height:14px;
	border: 1px solid;
	padding:5px 10px;
}

.btn1-sm{
	font-size:12px;
	line-height:16px;
	border: 2px solid;
	padding:8px 15px;
}

.btn1-lg{
	font-size:16px;
	    border-color: #FE981D;
	border: 4px solid;
	padding:10px 30px;
	color:#FE981D;
}


.fnt_1{
		font-size:27px;}


.css-filters:hover{ 
    -webkit-filter: hue-rotate(201deg); 
    filter: hue-rotate(201deg); 
	transition:1s ease;
}

@font-face {
    font-family:st1;
    src: url(../fonts/PoiretOne-Regular.ttf);
}


.btn3d, .btn3d:focus {
    position:relative;
    top: -6px;
    border:0;
    -moz-outline-style:none;
         outline:medium none;
     transition: all 0.04s linear;
     margin-top:10px;
     margin-bottom:10px;
     margin-left:2px;
     margin-right:2px;
}
.btn3d:active, .btn3d.active {
    top:2px;
}
.btn3d.btn-white {
    color: #666666;
    box-shadow:0 0 0 1px #ebebeb inset, 0 0 0 2px rgba(255,255,255,0.10) inset, 0 8px 0 0 #f5f5f5, 0 8px 8px 1px rgba(0,0,0,.2);
    background-color:#fff;
}
.btn3d.btn-white:active, .btn3d.btn-white.active {
    color: #666666;
    box-shadow:0 0 0 1px #ebebeb inset, 0 0 0 1px rgba(255,255,255,0.15) inset, 0 1px 3px 1px rgba(0,0,0,.1);
    background-color:#fff;
}
.btn3d.btn-default {
    color: #666666;
    box-shadow:0 0 0 1px #ebebeb inset, 0 0 0 2px rgba(255,255,255,0.10) inset, 0 8px 0 0 #BEBEBE, 0 8px 8px 1px rgba(0,0,0,.2);
    background-color:#f9f9f9;
}
.btn3d.btn-default:active, .btn3d.btn-default.active {
    color: #666666;
    box-shadow:0 0 0 1px #ebebeb inset, 0 0 0 1px rgba(255,255,255,0.15) inset, 0 1px 3px 1px rgba(0,0,0,.1);
    background-color:#f9f9f9;
}
.btn3d.btn-primary {
    box-shadow:0 0 0 1px #417fbd inset, 0 0 0 2px rgba(255,255,255,0.15) inset, 0 8px 0 0 #4D5BBE, 0 8px 8px 1px rgba(0,0,0,0.5);
    background-color:#4274D7;
}
.btn3d.btn-primary:active, .btn3d.btn-primary.active {
    box-shadow:0 0 0 1px #417fbd inset, 0 0 0 1px rgba(255,255,255,0.15) inset, 0 1px 3px 1px rgba(0,0,0,0.3);
    background-color:#4274D7;
}
.btn3d.btn-success {
        box-shadow: 0 0 0 1px #CC6F20 inset, 0 0 0 2px rgba(255,255,255,0.15) inset, 0 8px 0 0 #CC6F20, 0 8px 8px 1px rgba(0,0,0,0.5);
    background-color: #78d739;

}
.btn3d.btn-success:active, .btn3d.btn-success.active {
    box-shadow:0 0 0 1px #30cd00 inset, 0 0 0 1px rgba(255,255,255,0.15) inset, 0 1px 3px 1px rgba(0,0,0,0.3);
    background-color: #78d739;
}
.btn3d.btn-info {
    box-shadow:0 0 0 1px #00a5c3 inset, 0 0 0 2px rgba(255,255,255,0.15) inset, 0 8px 0 0 #348FD2, 0 8px 8px 1px rgba(0,0,0,0.5);
    background-color:#39B3D7;
}
.btn3d.btn-info:active, .btn3d.btn-info.active {
    box-shadow:0 0 0 1px #00a5c3 inset, 0 0 0 1px rgba(255,255,255,0.15) inset, 0 1px 3px 1px rgba(0,0,0,0.3);
    background-color: #39B3D7;
}
.btn3d.btn-warning {
    box-shadow:0 0 0 1px #d79a47 inset, 0 0 0 2px rgba(255,255,255,0.15) inset, 0 8px 0 0 #D79A34, 0 8px 8px 1px rgba(0,0,0,0.5);
    background-color:#FEAF20;
}
.btn3d.btn-warning:active, .btn3d.btn-warning.active {
    box-shadow:0 0 0 1px #d79a47 inset, 0 0 0 1px rgba(255,255,255,0.15) inset, 0 1px 3px 1px rgba(0,0,0,0.3);
    background-color: #FEAF20;
}
.btn3d.btn-danger {
    box-shadow:0 0 0 1px #b93802 inset, 0 0 0 2px rgba(255,255,255,0.15) inset, 0 8px 0 0 #AA0000, 0 8px 8px 1px rgba(0,0,0,0.5);
    background-color:#D73814;
}
.btn3d.btn-danger:active, .btn3d.btn-danger.active {
    box-shadow:0 0 0 1px #b93802 inset, 0 0 0 1px rgba(255,255,255,0.15) inset, 0 1px 3px 1px rgba(0,0,0,0.3);
    background-color: #D73814;
}
.btn3d.btn-magick {
    color: #fff;
    box-shadow:0 0 0 1px #9a00cd inset, 0 0 0 2px rgba(255,255,255,0.15) inset, 0 8px 0 0 #9823d5, 0 8px 8px 1px rgba(0,0,0,0.5);
    background-color:#bb39d7;
}
.btn3d.btn-magick:active, .btn3d.btn-magick.active {
    box-shadow:0 0 0 1px #9a00cd inset, 0 0 0 1px rgba(255,255,255,0.15) inset, 0 1px 3px 1px rgba(0,0,0,0.3);
    background-color: #bb39d7;
}