body {
	background: #fff none repeat scroll 0 0;
	margin: 0 auto;
}
input:focus, select:focus {
	outline: none !important;
}
a:focus {
	outline: none !important;
}
*:focus {
	outline: none !important;
}
@font-face {
	font-family: 'Conv_LunchBox';
	src: url('../fonts/LunchBox.eot');
	src: local('☺'), url('../fonts/LunchBox.woff') format('woff'), url('../fonts/LunchBox.ttf') format('truetype'), url('../fonts/LunchBox.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_KidsAlphabet';
	src: url('../fonts/KidsAlphabet.eot');
	src: local('☺'), url('../fonts/KidsAlphabet.woff') format('woff'), url('../fonts/KidsAlphabet.ttf') format('truetype'), url('../fonts/KidsAlphabet.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
.index-header {
	float: left;
	padding: 10px 0;
	position: absolute;
	width: 100%;
	z-index: 9999;
}
.other-header {
	/*background: #3ce6fd none repeat scroll 0 0;*/

	background: #00BDFF none repeat scroll 0 0; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(#00BDFF, #44E6FD); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#00BDFF, #44E6FD); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#00BDFF, #44E6FD); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#00BDFF, #44E6FD); /* Standard syntax (must be last) */
	float: left;
	padding: 10px 0;
	width: 100%;
	z-index: 9999;
	position: relative;
}
.logo {
	float: left;
	margin: 0 15px 0 7%;
}
.top-phone {
	background: rgba(0, 0, 0, 0) url("../images/top-phone-no-bg.png") no-repeat scroll 0 0;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	color: #f23945;
	font-family: "Conv_LunchBox";
	font-size: 24px;
	padding: 12px 47px 10px;
	position: absolute;
	right: 3%;
	top: -8px;
}
.top-phone img {
	float: left;
	margin: 5px 10px 0 0;
}
.top-phone a {
	color: #f23945;
	text-decoration: none;
}
.menu {
	animation-duration: 3s !important;
	background: rgba(0, 0, 0, 0) url("../images/menu-bg.png") no-repeat scroll 0 0;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-ms-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	float: left;
	margin: 40px 0 0 15px;
	padding-bottom: 50px;
	width: 68%;
}
.menu ul {
	float: right;
	padding-right: 20px !important;
}
#nav {
	font-family: 'Amatic SC', cursive;
}
#nav > a {
	display: none;
}
#nav li {
	position: relative;
}
#nav li a {
	color: #fff;
	display: block;
}
#nav li a:active {
/*background-color: #c00 !important;*/
}
#nav span:after {
	width: 0;
	height: 0;
	border: 0.313em solid transparent;
	border-bottom: none;
	border-top-color: #efa585;
	content: '';
	vertical-align: middle;
	display: inline-block;
	position: relative;
	right: -0.313em;
}
#nav > ul {
	padding-left: 0;
}
#nav > ul > li {
	display: inline-block;
	float: left;
	line-height: 30px;
	margin: 0 8px;
}
#nav > ul > li > a {
	color: #009492;
	font-size: 28px;
	font-weight: bold;
	padding: 22px 2px 20px;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.5s ease 0s;
}
#nav > ul > li:hover > a, #nav > ul:not( :hover ) > li.active > a {
	color: #000;
}
#nav li ul {
	background-color: #fff;
	display: none;
	list-style-type: none;
	padding: 0 10px;
	position: absolute;
	top: 80%;
	width: 200px;
}

#nav li#party_shop ul {
	width: 160px;
}

#nav li:hover ul {
	display: block;
	left: 0;
	right: 0;
}
#nav li:not( :first-child ):hover ul {
	left: -1px;
}
#nav li ul a {
	border-bottom: 1px solid rgba(150, 150, 150, 0.15);
	color: #009492;
	/*font-size: 22px;*/
	font-size: 19px;
	font-weight: 600;
	line-height: 15px;
	padding: 10px 10px 10px 0;
	text-decoration: none;
	transition: all 0.5s ease 0s;
	width: 180px;
	position: relative;
}

#nav li#party_shop ul a {
	width: 145px;
}

#nav li ul li a::before {
	background: #000 none repeat scroll 0 0;
	content: "";
	height: 2px;
	position: absolute;
	right: 0;
	top: 22px;
	width: 10px;
}
#nav li ul li a::after {
	background: #000 none repeat scroll 0 0;
	content: "";
	height: 10px;
	position: absolute;
	right: 4px;
	top: 18px;
	width: 2px;
}
#nav li ul li a:hover, #nav li ul:not( :hover ) li.active a {
	color: #000;
}
#nav li ul ul {
	display: none !important;
	left: 180px !important;
	position: absolute;
	top: 0;
}
#nav li#party_shop ul ul {
	left: 145px !important;
	top: 4px !important;
}
#nav li ul li:hover ul {
	display: block !important;
	left: 0;
	right: 0;
}
#nav li ul ul li a {
	padding: 15px 10px 15px 0;
	width: 215px;
}
#nav li ul ul li a::before {
	display: none;
}
#nav li ul ul li a::after {
	display: none;
}
#nav li ul ul ul {
	display: none !important;
	left: 190px !important;
	position: absolute;
	top: 0;
}
#nav li ul li:hover ul ul {
	display: none !important;
}
#nav li ul ul li:hover ul {
	display: block !important;
	left: 0;
	right: 0;
}
#nav li ul li ul li a {
	position:relative;
}
#nav li ul li ul li a::before {
	background: #000 none repeat scroll 0 0;
	content: "";
	height: 2px;
	position: absolute;
	right: 35px;
	top: 33px;
	width: 10px;
	display:block;
}
#nav li ul li ul li a::after {
	background: #000 none repeat scroll 0 0;
	content: "";
	height: 10px;
	position: absolute;
	right: 39px;
	top: 29px;
	width: 2px;
	display:block;
}
#nav li ul li ul li ul li a::before, #nav li ul li ul li ul li a::after {
	display:none;
}

.diana-prince-2 img {
    width: auto !important;
}

.menu ul li#party_shop ul li:first-child {
    transform: skewY(1deg);
}

@media only screen and ( max-width: 768px ) /* 1000 */ {
#nav {
	width: 100%;
	position: static;
	margin: 0;
}
html {
	font-size: 75%;
}
#nav {
	position: relative;
	top: auto;
	left: auto;
}
#nav > a {
	background-color: #e15a1f;
	height: 3.125em;
	position: absolute;
	right: 0;
	text-align: left;
	text-indent: -9999px;
	top: -178px;
	width: 3.125em;
}
#nav > a:before, #nav > a:after {
	position: absolute;
	border: 2px solid #fff;
	top: 35%;
	left: 25%;
	right: 25%;
	content: '';
}
#nav > a:after {
	top: 60%;
}
#nav:not( :target ) > a:first-of-type, #nav:target > a:last-of-type {
	display: block;
}
#nav > ul {
	height: auto;
	display: none;
	/*position: absolute;*/
	left: 0;
	right: 0;
}
#nav:target > ul {
	display: block;
}
#nav > ul > li {
	width: 100%;
	float: none;
}
#nav > ul > li > a {
	height: auto;
	text-align: left;
	padding: 10px;
}
#nav > ul > li:not( :last-child ) > a {
	border-right: none;
	border-bottom: 1px solid #ccc;
}
#nav li ul {
	display: block;
	padding: 0 20px;
	position: static;
	width: 100%;
}
#nav li ul ul {
	display: block !important;
	left: 0 !important;
	position: relative;
	top: 0;
}
#nav li ul a {
	float: left;
	padding: 15px 10px !important;
	width: 100%;
}
#nav li ul ul li a {
	padding: 15px 10px !important;
	width: 100%;
}
#nav li ul li a::before {
	display: none;
}
#nav li ul li a::after {
	display: none;
}
}
.menu ul li:first-child {
	transform: skewY(6deg);
}
.menu ul li:nth-child(2) {
	transform: skewY(-1deg);
}
.menu ul li:nth-child(2) a {
	padding-top: 26px !important;
}
.menu ul li:nth-child(3) {
	transform: skewY(-3deg);
}
.menu ul li:nth-child(3) a {
	padding-top: 21px !important;
}
.menu ul li:nth-child(4) {
	transform: skewY(-1deg);
}
.menu ul li:nth-child(4) a {
	padding-top: 14px !important;
}
.menu ul li:nth-child(5) {
	transform: skewY(-1deg);
}
.menu ul li:nth-child(5) a {
	padding-top: 13px !important;
}
.menu ul li:last-child {
	transform: skewY(3deg);
}
.menu ul li ul li:first-child {
	transform: skewY(0);
}
.menu ul li ul li:nth-child(2) {
	transform: skewY(0);
}
.menu ul li ul li:nth-child(2) a {
	padding-top: 22px !important;
}
.menu ul li ul li:nth-child(3) {
	transform: skewY(0);
}
.menu ul li ul li:nth-child(4) {
	transform: skewY(0);
}
.menu ul li ul li:nth-child(4) a {
	padding-top: 22px !important;
}
.menu ul li ul li:nth-child(5) {
	transform: skewY(0);
}
.menu ul li ul li:nth-child(5) a {
	padding-top: 22px !important;
}
.menu ul li ul li:last-child {
	transform: skewY(0);
}
#cssmenu > ul > li.has-sub ul li ul {
	padding-top: 0;
	top: 0;
	width: 240px;
}
#cssmenu ul ul ul li a {
	padding-left: 20px;
	width: 215px;
}
.menu ul li:last-child a {
	padding-top: 15px !important;
}
#cssmenu > ul > li.has-sub ul {
	background: #fff none repeat scroll 0 0;
	padding: 5px 0 10px 15px;
	top: 58px;
}
.banner {
	float: left;
	position: relative;
	overflow: hidden;
	width: 100%;
}
.banner img {
	width: 100%;
}
.banner-turbine {
	animation: 6s linear 0s normal none infinite running clockwise;
	left: 26.4%;
	position: absolute;
	top: 133px;
	z-index: 999;
}
 @keyframes clockwise {
 0% {
 transform: rotate(0deg);
}
 100% {
 transform: rotate(360deg);
}
}
 @keyframes anticlockwise {
 0% {
 transform: rotate(360deg);
}
 100% {
 transform: rotate(0deg);
}
}
.tinkerbell {
	left: 50%;
	position: absolute;
	top: 205px;
	z-index: 99;
}
.tinkerbell span {
	animation: 0.3s steps(4) 0s normal none infinite running play;
	background: rgba(0, 0, 0, 0) url("../images/tinkerbell.png") repeat scroll left center;
	content: "";
	display: inline-block;
	height: 150px;
	width: 162.5px;
}
 @keyframes play {
 100% {
 background-position: -650px center;
}
}
 @keyframes play {
 100% {
 background-position: -650px center;
}
}
.princess-aurora {
	animation: 3s ease 0s normal none 1 running none;
	bottom: 69px;
	left: 16.6%;
	position: absolute;
	z-index: 9999;
}
.princesa-bella {
	animation: 4s ease 0s normal none 1 running none;
	bottom: 90px;
	left: 45.2%;
	position: absolute;
	z-index: 99;
}
.snow-white {
	animation: 5s ease 0s normal none 1 running none;
	bottom: 83px;
	position: absolute;
	right: 27.2%;
	z-index: 99;
}
.cinderella {
	animation: 6s ease 0s normal none 1 running none;
	bottom: 58px;
	left: 28.5%;
	position: absolute;
	z-index: 9999;
}
.batman {
	animation: 2s ease 0s normal none 1 running none;
	bottom: 55px;
	left: 2.4%;
	position: absolute;
	z-index: 9999;
}
.diana-prince {
	bottom: 28px;
	position: absolute;
	right: 14%;
	z-index: 99;
}
.butterfly {
	bottom: 249px;
	position: absolute;
	right: 11%;
	z-index: 99;
}
.butterfly span {
	animation: 0.5s steps(4) 0s normal none infinite running fly;
	background: rgba(0, 0, 0, 0) url("../images/butterfly.png") repeat scroll left center;
	content: "";
	display: inline-block;
	height: 30px;
	width: 32.5px;
}
 @keyframes fly {
 100% {
 background-position: -130px center;
}
}
 @keyframes fly {
 100% {
 background-position: -130px center;
}
}
.barbie-princess {
	bottom: 12px;
	position: absolute;
	right: 30%;
	z-index: 99;
}
.ballerina {
	bottom: 16px;
	left: 21.4%;
	position: absolute;
	z-index: 9999;
}
.elmo {
	position: absolute;
	right: 11.8%;
	top: 220px;
	z-index: 99;
}
.elmo span {
	animation: 0.5s steps(4) 0s normal none infinite running hand;
	background: rgba(0, 0, 0, 0) url("../images/elmo.png") repeat scroll left center;
	content: "";
	display: inline-block;
	height: 170px;
	width: 117px;
}
 @keyframes hand {
 100% {
 background-position: -468px center;
}
}
 @keyframes hand {
 100% {
 background-position: -468px center;
}
}
.captain-america {
	bottom: 19px;
	position: absolute;
	right: 20px;
	z-index: 99;
}
.olaf {
	bottom: 24px;
	left: 40.8%;
	position: absolute;
	z-index: 9999;
}
.home-package {
	padding: 50px 0 35px;
}
.home-package-item {
}
.home-package-item a {
	color: #5d2f95;
	text-decoration: none;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home-package-item-inner {
	border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-webkit-border-radius: 50%;
	height: 230px;
	margin: 0 auto 5px;
	padding: 17px;
	width: 230px;
	overflow: hidden;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home-package-item img {
	border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-webkit-border-radius: 50%;
	height: 197px;
	margin: 0 auto;
	width: 197px;
}
.home-package-item-text {
	color: #5d2f95;
	font-family: 'Conv_LunchBox';
	font-size: 26px;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home-package-item a:hover .home-package-item-text {
	color: #007CB8;
}
.s3-dashed {
	position: relative;
}
 @-webkit-keyframes s3-rotate {
 from {
 -webkit-transform: rotate(0deg);
}
 to {
 -webkit-transform: rotate(359deg);
}
}
.s3-dashed:after {
	border: dashed 2px #5d2f95;
	width: 100%;
	height: 100%;

	content: "";
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-webkit-border-radius: 50%;
}
.s3-dashed:hover:after {
	border: dashed 2px #007cb8;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	-webkit-animation: s3-rotate 5s infinite linear;
	animation: s3-rotate 5s infinite linear;
}
.home-welcome {
	background: rgba(0, 0, 0, 0) url("../images/hm-welcome-bg.png") repeat-x scroll 0 0;
	padding: 30px 0 40px;
}
.home-welcome-heading-1 {
	color: #5d2f95;
	font-family: 'Conv_KidsAlphabet';
	font-size: 60px;
	text-align: center;
}
.home-welcome-heading-2 {
	color: #5d2f95;
	font-family: 'Amatic SC', cursive;
	font-size: 50px;
	font-weight: bold;
	text-align: center;
}
.home-welcome-image img {
	margin: 0 auto;
}
.home-welcome-details {
	color: #000;
	font-family: "Conv_LunchBox";
	font-size: 32px;
	line-height: 32px;
	margin: 15px auto 25px;
	text-align: center;
	width: 72%;
}
.home-welcome-btn {
	text-align: center;
}
.home-welcome-btn a {
	background: rgba(0, 0, 0, 0) url("../images/hm-welcome-btn-bg.png") no-repeat scroll 0 0;
	color: #fff;
	display: inline-block;
	font-family: "Conv_LunchBox";
	font-size: 32px;
	padding: 18px 29px;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home-welcome-btn a:hover {
	color: #FEF102;
}
.home-call {
	background: #3a192e none repeat scroll 0 0;
	padding: 10px 0 0;
}
.home-call-left {
	float: left;
	margin-right: 20px;
}
.home-call-right {
	color: #fff;
	float: left;
	font-family: "Amatic SC", cursive;
	font-size: 31px;
	font-weight: bold;
	margin-top: 25px;
	text-transform: uppercase;
	width: 63%;
}
.home-call-right-btn {
	margin-top: 15px;
}
.home-call-right-btn a {
	background: rgba(0, 0, 0, 0) url("../images/hm-call-btn-bg.png") no-repeat scroll 0 0;
	color: #3a192e;
	display: inline-block;
	font-family: "Amatic SC", cursive;
	font-size: 30px;
	font-weight: bold;
	padding: 15px 55px;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home-call-right-btn a:hover {
	color: #000;
}
.home-our-package {
	background: rgba(0, 0, 0, 0) url("../images/hm-our-package-bg.jpg") no-repeat scroll 0 0;
	padding: 25px 0;
}
.home-our-package-heading {
	color: #fff;
	font-family: "Amatic SC", cursive;
	font-size: 60px;
	font-weight: bold;
	margin-bottom: 50px;
	text-align: center;
	text-transform: uppercase;
}
.home-our-package-item {
	margin-bottom: 40px;
}
.home-our-package-item a {
	text-decoration: none;
}
.home-our-package-image {
	position: relative;
}
.home-our-package-image img {
	border: 12px solid #fff;
	border-radius: 50%;
	height: 237px;
	margin: 0 auto;
	width: 237px;
}
.home-our-package-price {
	background: #fe1756 none repeat scroll 0 0;
	border-radius: 50%;
	color: #fff;
	font-family: "Amatic SC", cursive;
	font-size: 40px;
	font-weight: bold;
	height: 80px;
	padding: 12px 0;
	position: absolute;
	right: 55px;
	text-align: center;
	top: 145px;
	width: 80px;
}
.home-our-package-name {
	color: #fe1756;
	font-family: "Amatic SC", cursive;
	font-size: 40px;
	font-weight: bold;
	line-height: 35px;
	margin-bottom: 15px;
	text-align: center;
	text-transform: uppercase;
}
.home-our-package-name a {
	color: #fe1756;
	text-decoration: none;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home-our-package-name a:hover {
	color: #007AC2;
}
.home-our-package-details {
	color: #000;
	font-family: "Conv_LunchBox";
	font-size: 28px;
	line-height: 28px;
	text-align: center;
}
.home-testimonial {
	background: rgba(0, 0, 0, 0) url("../images/hm-testimonial-bg.jpg") no-repeat fixed 0 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 80px 0;
}
.home-testimonial-heading {
	color: #fff;
	font-family: "Amatic SC", cursive;
	font-size: 50px;
	font-weight: bold;
	margin-bottom: 50px;
	padding-bottom: 25px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
}
.home-testimonial-heading::before {
	background: rgba(0, 0, 0, 0) url("../images/hm-testimonial-heading-bg.png") no-repeat scroll center bottom;
	bottom: 0;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	width: 100%;
}
.home-testimonial-inner {
	margin: 0 auto;
	width: 73%;
}
.home-testimonial-details {
	color: #fff;
	font-family: "Conv_LunchBox";
	font-size: 30px;
	line-height: 36px;
	margin-bottom: 15px;
	text-align: center;
}
.home-testimonial-name {
	color: #fff;
	font-family: "Conv_LunchBox";
	font-size: 30px;
	text-align: center;
	text-transform: uppercase;
}
.home-testimonial-inner .owl-dots {
	display: none;
}
.home-gallery {
	background: #1f67cb none repeat scroll 0 0;
	padding: 50px 0 130px;
}
.home-gallery-heading {
	color: #fff;
	font-family: "Amatic SC", cursive;
	font-size: 40px;
	margin-bottom: 40px;
	text-align: center;
	text-transform: uppercase;
}
.home-gallery-heading a {
	text-decoration: none;
}
.home-gallery-inner {
	margin: 0 auto;
	position: relative;
	width: 93%;
	z-index: 9;
}
.home-gallery-inner ul.img-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.home-gallery-inner ul.img-list li {
	background: rgba(0, 0, 0, 0) url("../images/hm-gallery-img-bg.jpg") no-repeat scroll 0 0;
	float: left;
	height: 308px;
	margin: 25px 20px;
	overflow: hidden;
	padding: 36px 38px 38px 37px;
	width: 313px;
}
.home-gallery-inner ul.img-list li img {
	border-radius: 66px 21px 34px 32px / 12px 21px 13px 17px;
	height: 236px;
	width: 415px;
}
.lb-prev {
	left: -25px !important;
	opacity: 1 !important;
	position: absolute;
}
.lb-next {
	opacity: 1 !important;
	position: absolute;
	right: -25px !important;
}
.home-get-in-touch {
	background: rgba(0, 0, 0, 0) url("../images/hm-form-bg.png") no-repeat scroll center center;
	margin-top: -230px;
	padding: 325px 0 70px;
	-moz-background-size: 100%;
	-ms-background-size: 100%;
	-o-background-size: 100%;
	-webkit-background-size: 100%;
	background-size: 100%;
}
.home-get-in-touch-heading {
	color: #d22066;
	font-family: "Amatic SC", cursive;
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 40px;
	text-align: center;
	text-transform: uppercase;
}
.home-get-in-touch-form {
	margin: 0 auto;
	width: 32%;
}
.home-get-in-touch-form-field input {
	background: #d9d9d9 none repeat scroll 0 0;
	border: medium none;
	border-radius: 5px;
	color: #000;
	font-family: "Conv_LunchBox";
	font-size: 24px;
	height: 55px;
	margin-bottom: 10px;
	padding: 0 15px;
	text-transform: uppercase;
	width: 100%;
}
 .home-get-in-touch-form-field input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #000;
}
 .home-get-in-touch-form-field input::-moz-placeholder { /* Firefox 19+ */
 color: #000;
}
 .home-get-in-touch-form-field input:-ms-input-placeholder { /* IE 10+ */
 color: #000;
}
 .home-get-in-touch-form-field input:-moz-placeholder { /* Firefox 18- */
 color: #000;
}
.home-get-in-touch-form-field textarea {
	background: #d9d9d9 none repeat scroll 0 0;
	border: medium none;
	border-radius: 5px;
	color: #000;
	font-family: "Conv_LunchBox";
	font-size: 24px;
	height: 145px;
	margin-bottom: 10px;
	padding: 0 15px;
	text-transform: uppercase;
	width: 100%;
}
 .home-get-in-touch-form-field textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #000 !important;
}
 .home-get-in-touch-form-field textarea::-moz-placeholder { /* Firefox 19+ */
 color: #000 !important;
}
 .home-get-in-touch-form-field textarea:-ms-input-placeholder { /* IE 10+ */
 color: #000 !important;
}
 .home-get-in-touch-form-field textarea:-moz-placeholder { /* Firefox 18- */
 color: #000 !important;
}
.home-get-in-touch-form-btn {
}
.home-get-in-touch-form-btn a {
	background: #d22167 none repeat scroll 0 0;
	border: medium none;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-family: "Conv_LunchBox";
	font-size: 24px;
	height: 55px;
	letter-spacing: 2px;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 100%;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home-get-in-touch-form-btn a:hover {
	background: #1F67CB none repeat scroll 0 0;
	color: #fff;
}
footer {
	background: #dd6400 none repeat scroll 0 0;
	padding: 30px 0 0;
	position: relative;
	/*z-index: 9;*/
}
.grecaptcha-badge
{
	bottom:45px !important;
}
footer::before {
	background: rgba(0, 0, 0, 0) url("../images/footer-top-bg.png") repeat-x scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: -6px;
	width: 100%;
	z-index: -1;
}
.footer-logo {
	float: left;
	margin: 33px 0 0 17%;
	position: relative;
	z-index: 99;
}
.footer-social {
	display: inline-block;
	left: 14%;
	position: relative;
	top: 125px;
	width: 815px;
}
.footer-train-engine {
	float: right;
	margin-top: -380px;
}
.footer-social img {
	margin: -120px 0 0 1px;
	position: relative;
	z-index: 99;
}
.footer-social ul {
	margin: -185px 0 0;
	padding: 0;
	position: relative;
	z-index: 9;
}
.footer-social ul li {
	display: inline-block;
	margin: 0 15px;
}
.footer-social ul li:nth-child(2) {
	margin: 0 29px;
}
.footer-social ul li:nth-child(3) {
	margin: 0 18px;
}
.footer-social ul li:last-child {
	margin: 0 43px;
}
.footer-social ul li img {
	margin-top: 0;
}
.footer-train-handle-1 {
	bottom: 64px;
	left: 31.5%;
	position: absolute;
}
.footer-train-gift {
	bottom: 65px;
	left: 41.1%;
	position: absolute;
}
.footer-train-handle-2 {
	bottom: 64px;
	left: 50%;
	position: absolute;
}
.footer-train-duck {
	bottom: 68px;
	position: absolute;
	right: 38.5%;
}
.footer-paynow-btn {
    margin-top: 14%;
    text-align: center;
}
.footer-paynow-btn a {
    border: 2px solid #fff;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-family: "Amatic SC",cursive;
    font-size: 26px;
    font-weight: bold;
    padding: 2px 30px;
    text-decoration: none;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.footer-paynow-btn a:hover {
	background: #fff none repeat scroll 0 0;
    color: #DD6400;
}
.footer-star-review {
    color: #fff;
    font-family: "Amatic SC",cursive;
    font-size: 25px;
    font-weight: bold;
    margin-top: 25px;
    text-align: center;
}
.footer-star-review .fa {
    font-size: 24px;
}
.footer-star-review a {
    color: #fff;
    text-decoration: none;
}
.footer-bottom {
	border-top: 1px solid #c65a00;
	margin-top: 2%;
	padding: 20px 0;
}
.copyright {
	color: #fff;
	font-family: "Amatic SC", cursive;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.copyright a {
	color: #fff;
	text-decoration: none;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.copyright a:hover {
	color: #000;
}
/* Category Landing */



.inner-heading {
	color: #007bc8;
	font-family: "Conv_LunchBox";
	font-size: 40px;
	margin-bottom: 35px;
	text-transform: uppercase;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
/* Details */



.product-details {
	padding: 60px 0 10px;
}
.product-details-item {
	float: left;
	margin-bottom: 55px;
	width: 100%;
}
.product-details-name {
	color: #fe1756;
	font-family: "Amatic SC", cursive;
	font-size: 46px;
	font-weight: bold;
	line-height: 46px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.product-details-price {
	color: #007DB5;
	font-family: "Conv_LunchBox";
	font-size: 40px;
	margin-bottom: 15px;
}
.product-details-details {
	color: #000;
	font-family: "Conv_LunchBox";
	font-size: 26px;
	line-height: 32px;
	margin-bottom: 20px;
	text-align: justify;
}
.product-details-right-btn {
}
.product-details-right-btn a {
	background: rgba(0, 0, 0, 0) url("../images/hm-welcome-btn-bg.png") no-repeat scroll 0 0;
	color: #fff;
	display: inline-block;
	font-family: "Conv_LunchBox";
	font-size: 32px;
	padding: 18px 52px;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.product-details-right-btn a:hover {
	color: #fef102;
}
.right-side {
	float: right;
}
/* Booking Form */



.booking-form {
	margin-bottom: 60px;
	padding: 0;
}
.inner-heading-2 {
	margin-bottom: 5px;
}
.package-name {
	color: #fe1756;
	font-family: "Conv_LunchBox";
	font-size: 35px;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.package-price {
	color: #000;
	font-family: "Conv_LunchBox";
	font-size: 35px;
	margin-left: 15px;
}
.booking-form .home-get-in-touch-form-btn a {
	padding: 10px 20px;
	width: auto !important;
}
.home-get-in-touch-form-field-checkbox {
	color: #000;
	font-family: "Conv_LunchBox";
	font-size: 26px;
	margin-bottom: 15px;
}
.home-get-in-touch-form-field-checkbox a, .home-get-in-touch-form-field-checkbox a:hover {
	color: #087CBF;
	text-decoration: none;
}
.home-get-in-touch-form-field-checkbox label {
	cursor: pointer;
}
.home-get-in-touch-form-field-checkbox input[type="checkbox"] {
	cursor: pointer;
	display: inline-block;
	margin: 5px;
	opacity: 0;
	vertical-align: middle;
	visibility: initial;
	width: auto;
}
.home-get-in-touch-form-field-checkbox input[type="checkbox"] + span::before {
	background: #1eb04b none repeat scroll 0 0;
	border: 2px solid #1eb04b;
	content: "";
	display: inline-block;
	height: 20px;
	left: 17px;
	margin-right: 10px;
	padding: 2px;
	position: absolute;
	text-align: center;
	top: 10px;
	vertical-align: middle;
	width: 20px;
}
.home-get-in-touch-form-field-checkbox input[type="checkbox"]:checked + span::before {
	background: #1eb04b url("../images/profile-check-icon.png") no-repeat scroll 1px 2px;
}
/* Characters and Entertainers */



.inner-heading-2 {
	color: #5d2f95;
	font-family: "Amatic SC", cursive;
	font-size: 50px;
	font-weight: bold;
}
.character-item-part {
	margin-bottom: 35px;
	overflow: hidden;
}
.inner-heading-3 {
	color: #5d2f95;
	font-family: "Conv_LunchBox";
	font-size: 40px;
	font-weight: bold;
}
.inner-round-dashed {
	margin-bottom: 25px;
}
.character-item-part ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.character-item-part ul li {
	float: left;
	width: 25%;
}
.character-item-part ul li img {
	border-radius: 50%;
}
/* inner banner */

.pink-fairy {
	animation: 3s ease 0s normal none 1 running none;
	bottom: 0;
	position: absolute;
	right: 13%;
	z-index: 99;
}
.butterfly-fairy {
	animation: 2s ease 0s normal none 1 running none;
	left: 13%;
	position: absolute;
	top: 47px;
	z-index: 99;
}
.garden-fairy {
	animation: 6s ease 0s normal none 1 running none;
	bottom: 14px;
	left: 32%;
	position: absolute;
	z-index: 999;
}
.elmo-2 {
	right: 56.8%;
	top: 40px;
}
.pooh {
	animation: 3s ease 0s normal none 1 running none;
	bottom: 20px;
	left: 15%;
	position: absolute;
}
.dora {
	animation: 4s ease 0s normal none 1 running none;
	bottom: 85px;
	position: absolute;
	right: 4%;
	z-index: 99;
}
.olaf-2 {
	left: 55%;
}
.batman-2 {
	bottom: 14px;
	left: 8.4%;
}
.spiderman {
	animation: 5s ease 0s normal none 1 running none;
	position: absolute;
	right: 28%;
	top: -100px;
}
.diana-prince-2 {
	animation: 3s ease 0s normal none 1 running none;
	bottom: 17px;
	left: 32%;
}
.captain-america-2 {
	animation: 2s ease 0s normal none 1 running none;
	right: 9%;
}
.tinkerbell-2 {
	left: 49%;
	top: 128px;
}
.princess-aurora-2 {
	bottom: 92px;
	left: 9.6%;
}
.snow-white-2 {
	right: 25.2%;
}
.cinderella-2 {
	left: 29.5%;
}
.butterfly-2 {
	bottom: 25px;
	right: 12%;
}
.elmo-3 {
	right: 8.8%;
	top: 152px;
}
.emma {
	animation: 2s ease 0s normal none 1 running none;
	bottom: 0;
	position: absolute;
	right: 11%;
}
.alice {
	animation: 3s ease 0s normal none 1 running none;
	bottom: 27px;
	position: absolute;
	right: 32%;
}
.lady-bug {
	animation: 2s ease 0s normal none 1 running none;
	bottom: 46px;
	left: 10%;
	position: absolute;
}
.mario-girl {
	animation: 3s ease 0s normal none 1 running none;
	bottom: 20px;
	left: 34%;
	position: absolute;
}
.product-details-character-heading {
	color: #fe1756;
	font-size: 32px;
	font-weight: 600;
}
.character-name {
	padding-left: 0;
}
.character-name input[type="checkbox"] + span::before {
	left: 0;
	top: 7px;
}
.product-details-extra-time-heading {
	color: #fe1756;
	font-size: 32px;
	font-weight: 600;
	padding-left: 0;
}
.product-details-extra-time select {
	-moz-appearance: none;
	-webkit-appearance: none;
	background: rgba(217, 217, 217, 1) url("../images/form-select-down-arrow.png") no-repeat scroll 95% 22px;
	border: medium none;
	border-radius: 5px;
	color: #000;
	font-family: "Conv_LunchBox";
	font-size: 24px;
	height: 55px;
	margin-bottom: 15px;
	padding: 0 15px;
	text-transform: uppercase;
	width: 100%;
}
#cart_table {
	font-family: "Conv_LunchBox";
	width: 100%;
}
.remove-all a {
	color: #000;
	float: right;
	font-family: "Conv_LunchBox";
	font-size: 26px;
	margin-bottom: 25px;
	text-decoration: none;
}
.fa.fa-trash-o {
	background: red none repeat scroll 0 0;
	border-radius: 5px;
	color: #fff;
	font-size: 20px;
	padding: 6px 8px;
}
#cart_table th {
	background: #047ece none repeat scroll 0 0;
	border-right: 1px solid;
	color: #fff;
	font-size: 28px;
	font-weight: normal;
	height: 40px;
	text-align: center;
	width: 25%;
}
.cart_product_name {
	color: #000;
	font-size: 24px;
	padding: 5px 0 15px;
}
.product-image {
	float: left;
	margin-bottom: 15px;
	width: 40%;
}
.cart-menu-details {
	float: left;
	font-size: 22px;
	line-height: 22px;
	padding-left: 10px;
	width: 60%;
}
.cart_remove, .cart_remove:hover {
	color: red;
	text-decoration: none;
}
.cart_price {
	font-size: 22px;
	text-align: center;
}
.cart-qty {
	font-size: 22px;
	text-align: center;
}
.alltotal {
	font-size: 30px;
}
a.continue_browsing {
	background: #d22167 none repeat scroll 0 0;
	border: medium none;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	float: right;
	font-family: "Conv_LunchBox";
	font-size: 24px;
	height: 55px;
	letter-spacing: 2px;
	padding: 10px 20px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
a.continue_browsing:hover {
	background: #1f67cb none repeat scroll 0 0;
}
/*Abhishek*/
.page-details {
	color: #000;
	font-family: "Conv_LunchBox";
	/*font-size: 26px;
	line-height: 32px;*/
	font-size: 21px;
	line-height: 26px;
	margin-bottom: 30px;
	text-align: justify;
}
.contact_button {
	background: #d22167 none repeat scroll 0 0;
	border: medium none;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-family: "Conv_LunchBox";
	font-size: 24px;
	height: 55px;
	letter-spacing: 2px;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 100%;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.contact_button:hover {
	background: #1F67CB none repeat scroll 0 0;
	color: #fff;
}
.contact_button {
	padding: 10px 20px;
	width: auto !important;
}
.contact_submit {
	color: green;
	font-family: "Conv_LunchBox";
	font-size: 23px;
	padding-bottom: 15px;
	text-align: center;
}
.contact-details {
	font-family: "Conv_LunchBox";
	font-size: 23px;
}
.contact-details .fa {
	width: 25px;
	text-align: center;
	margin-bottom: 10px;
}
.home-contact-button {
	background: #d22167 none repeat scroll 0 0;
	border: medium none;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-family: "Conv_LunchBox";
	font-size: 24px;
	height: 55px;
	letter-spacing: 2px;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 100%;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home-contact-button:hover {
	background: #1F67CB none repeat scroll 0 0;
	color: #fff;
}
.photo-gallery-inner {
	margin: 0 auto;
	position: relative;
	width: 93%;
	z-index: 9;
}
.photo-gallery-inner ul.img-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.photo-gallery-inner ul.img-list li {
	background: rgba(0, 0, 0, 0) url("../images/photo-gallery-img-bg.jpg") no-repeat scroll 0 0;
	float: left;
	height: 308px;
	margin: 25px 20px;
	overflow: hidden;
	padding: 36px 38px 38px 37px;
	width: 313px;
}
.photo-gallery-inner ul.img-list li img {
	border-radius: 66px 21px 34px 32px / 12px 21px 13px 17px;
	height: 236px;
	width: 415px;
}
.cart_attr {
	color: #007bc8;
}
.book_now_submit {
	background: rgba(0, 0, 0, 0) url("../images/hm-welcome-btn-bg.png") no-repeat scroll 0 0;
	color: #fff;
	display: inline-block;
	font-family: "Conv_LunchBox";
	font-size: 32px;
	padding: 18px 52px;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.5s ease 0s;
	border: 0;
	margin-bottom: 20px;
}
.empty_cart {
	color: #f23945;
	font-family: "Amatic SC", cursive;
	font-size: 38px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}
.home-get-in-touch-form-text {
	color: #1f67cb;
	font-family: "Conv_LunchBox";
	font-size: 28px;
	line-height: 50px;
}
.inner-banner img {
	width: 100%;
}
.contact-details a {
	color: #333;
	text-decoration: none;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.contact-details a:hover {
	color: #F1462F;
}

@media only screen and (max-width : 320px) {
.index-header {
	position: relative;
}
.logo {
	float: none;
	margin: 0 15px;
}
.logo img {
	margin: 0 auto;
	width: 70%;
}
.top-phone {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	margin: 0 auto;
	padding: 10px 15px;
	position: relative;
	right: 0;
	top: -3px;
	width: 50%;
}
.menu {
	animation: 0s ease 0s normal none 1 running none !important;
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	float: none;
	margin: 0;
	padding-bottom: 0;
	width: 100%;
}
#nav > ul > li > a {
	background: #fff none repeat scroll 0 0;
}
.button {
	border-top: 2px solid #e95431;
	height: 20px;
	right: 14px;
	top: -162px;
	width: 20px;
}
.button::before {
	background: #e95431 none repeat scroll 0 0;
	right: 0;
	top: 10px;
}
.button::after {
	border-bottom: medium none;
	border-top: 2px solid #e95431;
	right: 0;
	top: 4px;
	width: 20px;
}
.menu-opened {
	border-top: medium none;
}
.button.menu-opened::before {
	background: #e95431 none repeat scroll 0 0;
	top: 7px;
}
.button.menu-opened::after {
	background: #e95431 none repeat scroll 0 0;
	top: 7px;
}
.menu ul li:first-child {
	transform: skewY(0deg);
}
.menu ul li:nth-child(2) {
	transform: skewY(0deg);
}
.menu ul li:nth-child(2) a {
	padding-top: 10px !important;
}
.menu ul li:nth-child(3) {
	transform: skewY(0deg);
}
.menu ul li:nth-child(3) a {
	padding-top: 10px !important;
}
.menu ul li:nth-child(4) {
	transform: skewY(0deg);
}
.menu ul li:nth-child(4) a {
	padding-top: 10px !important;
}
.menu ul li:nth-child(5) {
	transform: skewY(0deg);
}
.menu ul li:nth-child(5) a {
	padding-top: 10px !important;
}
.menu ul li:last-child {
	transform: skewY(0deg);
}
.menu ul li:last-child a {
	padding-top: 10px !important;
}
.banner-turbine {
	left: 28.8%;
	top: 40px;
	width: 15%;
}
.princess-aurora {
	bottom: 15px;
	width: 13%;
}
.princesa-bella {
	bottom: 28px;
	width: 13%;
}
.snow-white {
	bottom: 19px;
	width: 8%;
}
.cinderella {
	bottom: 20px;
	width: 15%;
}
.batman {
	bottom: 15px;
	width: 13%;
}
.diana-prince {
	bottom: 19px;
	right: 17%;
	width: 12%;
}
.butterfly {
	display: none;
}
.barbie-princess {
	bottom: 5px;
	width: 15%;
}
.ballerina {
	bottom: 3px;
	left: 22.4%;
	width: 12%;
}
.elmo {
	display: none;
}
.captain-america {
	bottom: 16px;
	width: 9%;
}
.olaf {
	bottom: 6px;
	left: 41.8%;
	width: 9%;
}
.tinkerbell {
	display: none;
}
.home-welcome {
	background: rgba(0, 0, 0, 0) url("../images/hm-welcome-bg.png") repeat-x scroll 0 0 / auto 25%;
}
.home-welcome-heading-1 {
	font-size: 40px;
}
.home-welcome-heading-2 {
	font-size: 40px;
}
.home-welcome-details {
	width: 100%;
}
.home-call {
	padding: 10px 0 25px;
}
.home-call-right {
	text-align: center;
	width: 100%;
}
.home-our-package {
	background: rgba(0, 0, 0, 0) url("../images/hm-our-package-bg.jpg") repeat scroll 0 0;
}
.home-our-package-heading {
	font-size: 40px;
	margin-bottom: 20px;
}
.home-testimonial-heading {
	font-size: 40px;
	margin-bottom: 30px;
}
.home-testimonial-inner {
	width: 100%;
}
.home-testimonial-details {
	font-size: 20px;
	line-height: 26px;
}
.home-gallery-heading {
	margin-bottom: 10px;
}
.home-gallery-inner {
	width: 100%;
}
.home-gallery-inner ul.img-list li {
	background: rgba(0, 0, 0, 0) url("../images/hm-gallery-img-bg.jpg") no-repeat scroll 0 0 / 100% auto;
	height: 100%;
	margin: 25px 0;
	width: 100%;
}
.home-gallery-inner ul.img-list li img {
	height: 215px;
	width: 100%;
}
.lb-prev {
	left: 0 !important;
}
.lb-next {
	right: 0 !important;
}
.home-get-in-touch-form {
	width: 100%;
}
.footer-logo {
	margin: 0;
}
.footer-social {
	left: 0;
	top: 30px;
	width: 100%;
}
.footer-train-engine {
	float: right;
	margin: -47px -4px 0 0;
	width: 28%;
}
.footer-social img {
	margin: -60px 0 0;
	position: relative;
	width: 75%;
	z-index: 99;
}
.footer-social ul {
	margin: -75px 0 0;
}
.footer-social ul li {
	margin: 0 11px;
	width: 30px;
}
.footer-social ul li:nth-child(2) {
	margin: 0 7px;
}
.footer-social ul li:nth-child(3) {
	margin: 0 16px;
}
.footer-social ul li:last-child {
	margin: 0 3px;
}
.footer-train-handle-1 {
	display: none;
}
.footer-train-gift {
	display: none;
}
.footer-train-handle-2 {
	display: none;
}
.footer-train-duck {
	display: none;
}
.home-package {
	padding: 20px 0;
}
.inner-heading {
	font-size: 30px;
	margin-bottom: 5px;
	overflow: hidden;
}
.inner-heading-2 {
	font-size: 30px;
}
.inner-heading-3 {
	font-size: 30px;
	margin-bottom: 15px;
}
.character-item-part ul li {
	width: 100%;
}
.product-details {
	padding: 20px 0;
}
.page-details {
	text-align: left;
}
.product-details-name {
	font-size: 30px;
	margin-bottom: 0;
}
.product-details-price {
	font-size: 30px;
}
.product-details-item {
	float: none;
	text-align: left;
}
.inner-banner iframe {
	height: 200px;
}
.pooh {
	bottom: 10px;
	width: 15%;
}
.dora {
	bottom: 15px;
	right: 12%;
	width: 15%;
}
.product-details-details {
	text-align: left;
}
.butterfly-fairy {
	top: 10px;
	width: 15%;
}
.garden-fairy {
	bottom: 3px;
	left: 40%;
	width: 12%;
}
.pink-fairy {
	bottom: 4px;
	right: 17%;
	width: 15%;
}
.emma {
	bottom: 0;
	width: 9%;
}
.alice {
	bottom: 5px;
	width: 10%;
}
.lady-bug {
	bottom: 10px;
	left: 10%;
	width: 13%;
}
.mario-girl {
	bottom: 7px;
	width: 9%;
}
.batman-2 {
	bottom: 3px !important;
}
.spiderman {
	top: -37px;
	width: 15%;
}
.diana-prince-2 {
	bottom: 5px !important;
}
.captain-america-2 {
	bottom: 5px;
}
.cart_price {
	text-align: left;
}
.cart-qty {
	text-align: left;
}
#cart_table tbody tr td table {
	width: 100%;
}
#cart_table tbody tr td.alltotal::before {
	width: auto;
}
.alltotal {
	float: left;
	text-align: left;
	width: 50%;
}
a.continue_browsing {
	float: left;
}
.remove-all {
	margin-bottom: 15px;
	text-align: left;
	width: 100%;
}
.remove-all a {
	float: none;
}
#cart_table th {
	display: none;
}
#cart_table tbody tr td {
	display: block;
}
#cart_table tbody tr td::before {
	color: #83c131;
	content: attr(data-th) " ";
	display: inline-block;
	font-size: 15px;
	font-weight: 600;
	width: 92px;
}
.product-heading {
	overflow: hidden;
}
.home-get-in-touch-form-text {
	font-size: 20px;
	line-height: 35px;
}
}

@media only screen and (min-width : 321px) and (max-width : 480px) {
.index-header {
	position: relative;
}
.logo {
	float: none;
	margin: 0 15px;
}
.logo img {
	margin: 0 auto;
	width: 70%;
}
.top-phone {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	margin: 0 auto;
	padding: 10px 15px;
	position: relative;
	right: 0;
	top: -3px;
	width: 50%;
}
.menu {
	animation: 0s ease 0s normal none 1 running none !important;
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	float: none;
	margin: 0;
	padding-bottom: 0;
	width: 100%;
}
#nav > ul > li > a {
	background: #fff none repeat scroll 0 0;
}
.button {
	border-top: 2px solid #e95431;
	height: 20px;
	right: 14px;
	top: -162px;
	width: 20px;
}
.button::before {
	background: #e95431 none repeat scroll 0 0;
	right: 0;
	top: 10px;
}
.button::after {
	border-bottom: medium none;
	border-top: 2px solid #e95431;
	right: 0;
	top: 4px;
	width: 20px;
}
.menu-opened {
	border-top: medium none;
}
#nav > a {
	top: -194px;
}
.button.menu-opened::before {
	background: #e95431 none repeat scroll 0 0;
	top: 7px;
}
.button.menu-opened::after {
	background: #e95431 none repeat scroll 0 0;
	top: 7px;
}
.menu ul li:first-child {
	transform: skewY(0deg);
}
.menu ul li:nth-child(2) {
	transform: skewY(0deg);
}
.menu ul li:nth-child(2) a {
	padding-top: 10px !important;
}
.menu ul li:nth-child(3) {
	transform: skewY(0deg);
}
.menu ul li:nth-child(3) a {
	padding-top: 10px !important;
}
.menu ul li:nth-child(4) {
	transform: skewY(0deg);
}
.menu ul li:nth-child(4) a {
	padding-top: 10px !important;
}
.menu ul li:nth-child(5) {
	transform: skewY(0deg);
}
.menu ul li:nth-child(5) a {
	padding-top: 10px !important;
}
.menu ul li:last-child {
	transform: skewY(0deg);
}
.menu ul li:last-child a {
	padding-top: 10px !important;
}
.banner-turbine {
	left: 28.8%;
	top: 45px;
	width: 15%;
}
.princess-aurora {
	bottom: 15px;
	width: 13%;
}
.princesa-bella {
	bottom: 28px;
	width: 13%;
}
.snow-white {
	bottom: 19px;
	width: 8%;
}
.cinderella {
	bottom: 20px;
	width: 15%;
}
.batman {
	bottom: 15px;
	width: 13%;
}
.diana-prince {
	bottom: 19px;
	right: 17%;
	width: 12%;
}
.butterfly {
	display: none;
}
.barbie-princess {
	bottom: 5px;
	width: 15%;
}
.ballerina {
	bottom: 3px;
	left: 22.4%;
	width: 12%;
}
.elmo {
	display: none;
}
.captain-america {
	bottom: 16px;
	width: 9%;
}
.olaf {
	bottom: 6px;
	left: 41.8%;
	width: 9%;
}
.tinkerbell {
	display: none;
}
.home-welcome {
	background: rgba(0, 0, 0, 0) url("../images/hm-welcome-bg.png") repeat-x scroll 0 0 / auto 30%;
}
.home-welcome-heading-1 {
	font-size: 40px;
}
.home-welcome-heading-2 {
	font-size: 40px;
}
.home-welcome-details {
	width: 100%;
}
.home-call {
	padding: 10px 0 25px;
}
.home-call-right {
	text-align: center;
	width: 100%;
}
.home-our-package {
	background: rgba(0, 0, 0, 0) url("../images/hm-our-package-bg.jpg") repeat scroll 0 0;
}
.home-our-package-heading {
	font-size: 40px;
	margin-bottom: 20px;
}
.home-testimonial-heading {
	font-size: 40px;
	margin-bottom: 30px;
}
.home-testimonial-inner {
	width: 100%;
}
.home-testimonial-details {
	font-size: 20px;
	line-height: 26px;
}
.home-gallery-heading {
	margin-bottom: 10px;
}
.home-gallery-inner {
	width: 100%;
}
.home-gallery-inner ul.img-list li {
	background: rgba(0, 0, 0, 0) url("../images/hm-gallery-img-bg.jpg") no-repeat scroll 0 0 / 100% auto;
	float: none;
    height: 100%;
    margin: 25px auto;
}
.home-gallery-inner ul.img-list li img {
	height: 235px;
	width: 100%;
}
.lb-prev {
	left: 0 !important;
}
.lb-next {
	right: 0 !important;
}
.home-get-in-touch-form {
	width: 100%;
}
.footer-logo {
	margin: 0;
}
.footer-social {
	left: 0;
	top: 65px;
	width: 100%;
}
.footer-train-engine {
    float: right;
    margin: -60px -6px 0 0;
    width: 100px;
}
.footer-social img {
    margin: -60px 0 0;
    position: relative;
    width: 75%;
    z-index: 99;
}
.footer-social ul {
	margin: -75px 0 0;
}
.footer-social ul li {
	margin: 0 15px;
	width: 30px;
}
.footer-social ul li img {
    margin-top: -10px;
}
.footer-social ul li:nth-child(2) {
	margin: 0 12px;
}
.footer-social ul li:nth-child(3) {
	margin: 0 17px;
}
.footer-social ul li:last-child {
	margin: 0 13px;
}
.footer-train-handle-1 {
	display: none;
}
.footer-train-gift {
	display: none;
}
.footer-train-handle-2 {
	display: none;
}
.footer-train-duck {
	display: none;
}
.footer-bottom {
    margin-top: 20%;
}
.home-package {
	padding: 20px 0;
}
.inner-heading {
	font-size: 30px;
	margin-bottom: 5px;
	overflow: hidden;
}
.inner-heading-2 {
	font-size: 30px;
}
.inner-heading-3 {
	font-size: 30px;
	margin-bottom: 15px;
}
.character-item-part ul li {
	width: 100%;
}
.product-details {
	padding: 20px 0;
}
.page-details {
	text-align: left;
}
.product-details-name {
	font-size: 30px;
	margin-bottom: 0;
}
.product-details-price {
	font-size: 30px;
}
.product-details-item {
	float: none;
	text-align: left;
}
.inner-banner iframe {
	height: 200px;
}
.pooh {
	bottom: 10px;
	width: 15%;
}
.dora {
	bottom: 15px;
	right: 12%;
	width: 15%;
}
.product-details-details {
	text-align: left;
}
.butterfly-fairy {
	top: 10px;
	width: 15%;
}
.garden-fairy {
	bottom: 3px;
	left: 40%;
	width: 12%;
}
.pink-fairy {
	bottom: 4px;
	right: 17%;
	width: 15%;
}
.emma {
	bottom: 0;
	width: 9%;
}
.alice {
	bottom: 5px;
	width: 10%;
}
.lady-bug {
	bottom: 10px;
	left: 10%;
	width: 13%;
}
.mario-girl {
	bottom: 7px;
	width: 9%;
}
.batman-2 {
	bottom: 3px !important;
}
.spiderman {
	top: -37px;
	width: 15%;
}
.diana-prince-2 {
	bottom: 5px !important;
}
.captain-america-2 {
	bottom: 5px;
}
.cart_price {
	text-align: left;
}
.cart-qty {
	text-align: left;
}
#cart_table tbody tr td table {
	width: 100%;
}
#cart_table tbody tr td.alltotal::before {
	width: auto;
}
.alltotal {
	float: left;
	text-align: left;
	width: 50%;
}
a.continue_browsing {
	float: left;
}
.remove-all {
	margin-bottom: 15px;
	text-align: left;
	width: 100%;
}
.remove-all a {
	float: none;
}
#cart_table th {
	display: none;
}
#cart_table tbody tr td {
	display: block;
}
#cart_table tbody tr td::before {
	color: #83c131;
	content: attr(data-th) " ";
	display: inline-block;
	font-size: 15px;
	font-weight: 600;
	width: 92px;
}
.product-heading {
	overflow: hidden;
}
.home-get-in-touch-form-text {
	font-size: 20px;
	line-height: 35px;
}
.footer-paynow-btn {
    margin-top: 27%;
}
}

@media only screen and (min-width : 481px) and (max-width : 767px) {
.index-header {
	position: relative;
}
.logo {
	float: none;
	margin: 0 15px;
}
.logo img {
	margin: 0 auto;
	width: 40%;
}
.top-phone {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	margin: 0 auto;
	padding: 10px 15px;
	position: relative;
	right: 0;
	top: -3px;
	width: 26%;
}
.menu {
	animation: 0s ease 0s normal none 1 running none !important;
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	float: none;
	margin: 0;
	padding-bottom: 0;
	width: 100%;
}
#nav > a {
	top: -202px;
}
#nav > ul > li > a {
	background: #fff none repeat scroll 0 0;
}
.button {
	border-top: 2px solid #e95431;
	height: 20px;
	right: 14px;
	top: -162px;
	width: 20px;
}
.button::before {
	background: #e95431 none repeat scroll 0 0;
	right: 0;
	top: 10px;
}
.button::after {
	border-bottom: medium none;
	border-top: 2px solid #e95431;
	right: 0;
	top: 4px;
	width: 20px;
}
.menu-opened {
	border-top: medium none;
}
.button.menu-opened::before {
	background: #e95431 none repeat scroll 0 0;
	top: 7px;
}
.button.menu-opened::after {
	background: #e95431 none repeat scroll 0 0;
	top: 7px;
}
.menu ul li:first-child {
	transform: skewY(0deg);
}
.menu ul li:nth-child(2) {
	transform: skewY(0deg);
}
.menu ul li:nth-child(2) a {
	padding-top: 10px !important;
}
.menu ul li:nth-child(3) {
	transform: skewY(0deg);
}
.menu ul li:nth-child(3) a {
	padding-top: 10px !important;
}
.menu ul li:nth-child(4) {
	transform: skewY(0deg);
}
.menu ul li:nth-child(4) a {
	padding-top: 10px !important;
}
.menu ul li:nth-child(5) {
	transform: skewY(0deg);
}
.menu ul li:nth-child(5) a {
	padding-top: 10px !important;
}
.menu ul li:last-child {
	transform: skewY(0deg);
}
.menu ul li:last-child a {
	padding-top: 10px !important;
}
.banner-turbine {
	left: 29%;
	top: 78px;
	width: 15%;
}
.princess-aurora {
	bottom: 15px;
	width: 13%;
}
.princesa-bella {
	bottom: 28px;
	width: 13%;
}
.snow-white {
	bottom: 19px;
	width: 8%;
}
.cinderella {
	bottom: 20px;
	width: 15%;
}
.batman {
	bottom: 15px;
	width: 13%;
}
.diana-prince {
	bottom: 19px;
	right: 17%;
	width: 12%;
}
.butterfly {
	display: none;
}
.barbie-princess {
	bottom: 5px;
	width: 15%;
}
.ballerina {
	bottom: 3px;
	left: 22.4%;
	width: 12%;
}
.elmo {
	display: none;
}
.captain-america {
	bottom: 16px;
	width: 9%;
}
.olaf {
	bottom: 6px;
	left: 41.8%;
	width: 9%;
}
.tinkerbell {
	display: none;
}
.home-package-item {
	float: left;
	width: 50%;
}
.home-welcome {
	background: rgba(0, 0, 0, 0) url("../images/hm-welcome-bg.png") repeat-x scroll 0 0 / auto 45%;
}
.home-welcome-heading-1 {
	font-size: 40px;
}
.home-welcome-heading-2 {
	font-size: 40px;
}
.home-welcome-details {
	width: 100%;
}
.home-call {
	padding: 10px 0 25px;
}
.home-call-left {
	float: none;
	margin-right: 0;
}
.home-call-left img {
	margin: 0 auto;
}
.home-call-right {
	text-align: center;
	width: 100%;
}
.home-our-package {
	background: rgba(0, 0, 0, 0) url("../images/hm-our-package-bg.jpg") repeat scroll 0 0;
}
.home-our-package-heading {
	font-size: 40px;
	margin-bottom: 20px;
}
.home-testimonial-heading {
	font-size: 40px;
	margin-bottom: 30px;
}
.home-testimonial-inner {
	width: 100%;
}
.home-testimonial-details {
	font-size: 24px;
	line-height: 30px;
}
.home-gallery-heading {
	margin-bottom: 10px;
}
.home-gallery-inner {
	width: 100%;
}
.home-gallery-inner ul.img-list li {
	background: rgba(0, 0, 0, 0) url("../images/hm-gallery-img-bg.jpg") no-repeat scroll 0 0 / 100% auto;
	height: 100%;
	margin: 25px 0;
	width: 50%;
}
.home-gallery-inner ul.img-list li img {
	height: 230px;
	width: 100%;
}
.lb-prev {
	left: 0 !important;
}
.lb-next {
	right: 0 !important;
}
.home-get-in-touch-form {
	width: 100%;
}
.footer-logo {
	float: none;
	margin: 0;
}
.footer-logo img {
	margin: 0 auto;
	width: 50%;
}
.footer-social {
	left: 0;
	top: 110px;
	width: 100%;
}
.footer-train-engine {
	float: right;
	margin: -100px -8px 0 0;
	width: 28%;
}
.footer-social img {
	margin: -225px 0 0;
	position: relative;
	width: 75%;
	z-index: 99;
}
.footer-social ul {
	margin: -150px 0 0;
}
.footer-social ul li {
	margin: 0 22px;
	width: 12%;
}
.footer-social ul li:nth-child(2) {
	margin: 0 13px;
}
.footer-social ul li:nth-child(3) {
	margin: 0 27px;
}
.footer-social ul li:last-child {
	margin: 0 12px;
}
.footer-train-handle-1 {
	display: none;
}
.footer-train-gift {
	display: none;
}
.footer-train-handle-2 {
	display: none;
}
.footer-train-duck {
	display: none;
}
.footer-bottom {
	margin-top: 6%;
}
.home-package {
	padding: 20px 0;
}
.inner-heading {
	font-size: 30px;
	margin-bottom: 5px;
	overflow: hidden;
}
.inner-heading-2 {
	font-size: 30px;
}
.inner-heading-3 {
	font-size: 30px;
	margin-bottom: 15px;
}
.character-item-part ul li {
	width: 100%;
}
.product-details {
	padding: 20px 0;
}
.page-details {
	text-align: left;
}
.product-details-name {
	font-size: 30px;
	margin-bottom: 0;
}
.product-details-price {
	font-size: 30px;
}
.product-details-item {
	float: none;
	text-align: left;
}
.inner-banner iframe {
	height: 200px;
}
.pooh {
	bottom: 10px;
	width: 15%;
}
.dora {
	bottom: 15px;
	right: 12%;
	width: 15%;
}
.product-details-details {
	text-align: left;
}
.butterfly-fairy {
	top: 10px;
	width: 15%;
}
.garden-fairy {
	bottom: 3px;
	left: 40%;
	width: 12%;
}
.pink-fairy {
	bottom: 4px;
	right: 17%;
	width: 15%;
}
.emma {
	bottom: 0;
	width: 9%;
}
.alice {
	bottom: 5px;
	width: 10%;
}
.lady-bug {
	bottom: 10px;
	left: 10%;
	width: 13%;
}
.mario-girl {
	bottom: 7px;
	width: 9%;
}
.batman-2 {
	bottom: 3px !important;
}
.spiderman {
	top: -37px;
	width: 15%;
}
.diana-prince-2 {
	bottom: 5px !important;
}
.captain-america-2 {
	bottom: 5px;
}
.remove-all {
	text-align: left;
}
.cart_price {
	text-align: left;
}
.cart-qty {
	text-align: left;
}
#cart_table tbody tr td table {
	width: 100%;
}
#cart_table tbody tr td.alltotal::before {
	width: auto;
}
.alltotal {
	float: left;
	text-align: left;
	width: 50%;
}
a.continue_browsing {
	float: left;
}
.remove-all {
	margin-bottom: 15px;
	text-align: left;
	width: 100%;
}
.remove-all a {
	float: none;
}
#cart_table th {
	display: none;
}
#cart_table tbody tr td {
	display: block;
}
#cart_table tbody tr td::before {
	color: #83c131;
	content: attr(data-th) " ";
	display: inline-block;
	font-size: 25px;
	font-weight: 600;
	width: 165px;
}
.product-heading {
	overflow: hidden;
}
.cart_product_name {
	font-size: 34px;
}
.cart-menu-details {
	font-size: 30px;
	line-height: 30px;
}
.home-get-in-touch-form-text {
	font-size: 20px;
	line-height: 35px;
}
.footer-paynow-btn {
    margin-top: 4%;
}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
.index-header {
	position: relative;
}
.logo {
	float: none;
	margin: 0 15px;
}
.logo img {
	margin: 0 auto;
	width: 33%;
}
.top-phone {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	margin: 0 auto;
	padding: 10px 15px;
	position: relative;
	right: 0;
	top: -3px;
	width: 22%;
}
.menu {
	animation: 0s ease 0s normal none 1 running none !important;
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	float: none;
	margin: 0;
	padding-bottom: 0;
	width: 100%;
}
#nav > a {
	top: -202px;
}
#nav > ul > li > a {
	background: #fff none repeat scroll 0 0;
}
.button {
	border-top: 2px solid #e95431;
	height: 20px;
	right: 14px;
	top: -162px;
	width: 20px;
}
.button::before {
	background: #e95431 none repeat scroll 0 0;
	right: 0;
	top: 10px;
}
.button::after {
	border-bottom: medium none;
	border-top: 2px solid #e95431;
	right: 0;
	top: 4px;
	width: 20px;
}
.menu-opened {
	border-top: medium none;
}
.button.menu-opened::before {
	background: #e95431 none repeat scroll 0 0;
	top: 7px;
}
.button.menu-opened::after {
	background: #e95431 none repeat scroll 0 0;
	top: 7px;
}
.menu ul li:first-child {
	transform: skewY(0deg);
}
.menu ul li:nth-child(2) {
	transform: skewY(0deg);
}
.menu ul li:nth-child(2) a {
	padding-top: 10px !important;
}
.menu ul li:nth-child(3) {
	transform: skewY(0deg);
}
.menu ul li:nth-child(3) a {
	padding-top: 10px !important;
}
.menu ul li:nth-child(4) {
	transform: skewY(0deg);
}
.menu ul li:nth-child(4) a {
	padding-top: 10px !important;
}
.menu ul li:nth-child(5) {
	transform: skewY(0deg);
}
.menu ul li:nth-child(5) a {
	padding-top: 10px !important;
}
.menu ul li:last-child {
	transform: skewY(0deg);
}
.menu ul li:last-child a {
	padding-top: 10px !important;
}
.banner-turbine {
	left: 29.1%;
	top: 94px;
	width: 15%;
}
.princess-aurora {
	bottom: 15px;
	width: 13%;
}
.princesa-bella {
	bottom: 28px;
	width: 13%;
}
.snow-white {
	bottom: 19px;
	width: 8%;
}
.cinderella {
	bottom: 20px;
	width: 15%;
}
.batman {
	bottom: 15px;
	width: 13%;
}
.diana-prince {
	bottom: 19px;
	right: 17%;
	width: 12%;
}
.butterfly {
	bottom: 135px;
	position: absolute;
	right: 14%;
	z-index: 99;
}
.butterfly span {
	transform: rotateY(180deg);
}
.barbie-princess {
	bottom: 5px;
	width: 15%;
}
.ballerina {
	bottom: 3px;
	left: 22.4%;
	width: 12%;
}
.elmo {
	position: absolute;
	right: 5.8%;
	top: 58px;
	z-index: 99;
}
.captain-america {
	bottom: 16px;
	width: 9%;
}
.olaf {
	bottom: 6px;
	left: 41.8%;
	width: 9%;
}
.tinkerbell {
	left: 45%;
	top: 74px;
}
.home-package-item {
	float: left;
	width: 50%;
}
.home-welcome {
	background: rgba(0, 0, 0, 0) url("../images/hm-welcome-bg.png") repeat-x scroll 0 0 / auto 45%;
}
.home-welcome-heading-1 {
	font-size: 40px;
}
.home-welcome-heading-2 {
	font-size: 40px;
}
.home-welcome-details {
	width: 100%;
}
.home-call {
	padding: 10px 0 25px;
}
.home-call-left {
	float: none;
	margin-right: 0;
}
.home-call-left img {
	margin: 0 auto;
}
.home-call-right {
	text-align: center;
	width: 100%;
}
.home-our-package {
	background: rgba(0, 0, 0, 0) url("../images/hm-our-package-bg.jpg") no-repeat scroll 0 -90px;
}
.home-our-package-heading {
	font-size: 40px;
	margin-bottom: 20px;
}
.home-our-package-item {
	float: left;
	width: 33%;
}
.home-our-package-image img {
	border: 9px solid #fff;
	height: 200px;
	width: 200px;
}
.home-our-package-name {
	font-size: 34px;
}
.home-testimonial-heading {
	font-size: 40px;
	margin-bottom: 30px;
}
.home-testimonial-inner {
	width: 100%;
}
.home-gallery-heading {
	margin-bottom: 10px;
}
.home-gallery-inner {
	width: 100%;
}
.home-gallery-inner ul.img-list li {
	background: rgba(0, 0, 0, 0) url("../images/hm-gallery-img-bg.jpg") no-repeat scroll 0 0 / 100% auto;
	height: 100%;
	margin: 25px 0;
	padding: 44px 35px 47px 45px;
	width: 50%;
}
.home-gallery-inner ul.img-list li img {
	height: 267px;
	width: 96%;
}
.lb-prev {
	left: 0 !important;
}
.lb-next {
	right: 0 !important;
}
.home-get-in-touch-form {
	width: 60%;
}
.footer-logo {
	float: none;
	margin: 0;
}
.footer-logo img {
	margin: 0 auto;
	width: 50%;
}
.footer-social {
	left: 0;
	top: 110px;
	width: 100%;
}
.footer-train-engine {
	float: right;
	margin: -100px -8px 0 0;
	width: 28%;
}
.footer-social img {
	margin: -225px 0 0;
	position: relative;
	width: 75%;
	z-index: 99;
}
.footer-train-engine img {
	margin-top: -244px;
}
.footer-social ul {
	margin: -180px 0 0;
}
.footer-social ul li {
	margin: 0 26px;
	width: 12%;
}
.footer-social ul li:nth-child(2) {
	margin: 0 16px;
}
.footer-social ul li:nth-child(3) {
	margin: 0 32px;
}
.footer-social ul li:last-child {
	margin: 0 16px;
}
.footer-train-handle-1 {
	bottom: 113px;
	left: 36.5%;
}
.footer-train-gift {
	bottom: 113px;
	left: 51.1%;
}
.footer-train-handle-2 {
	bottom: 113px;
	left: 58%;
}
.footer-train-duck {
	bottom: 116px;
	right: 25.5%;
}
.footer-bottom {
	margin-top: 6%;
}
.home-package {
	padding: 20px 0;
}
.inner-heading {
	font-size: 40px;
	margin-bottom: 5px;
	overflow: hidden;
}
.inner-heading-2 {
	font-size: 40px;
}
.inner-heading-3 {
	font-size: 35px;
	margin-bottom: 15px;
}
.character-item-part ul li {
	width: 50%;
}
.product-details {
	padding: 20px 0;
}
.page-details {
	text-align: left;
}
.product-details-name {
	font-size: 30px;
	margin-bottom: 0;
}
.product-details-price {
	font-size: 30px;
}
.product-details-item {
	float: none;
	overflow: hidden;
	text-align: left;
}
.inner-banner iframe {
	height: 300px;
}
.elmo-2 {
	right: 59.8% !important;
	top: 2px !important;
}
.pooh {
	bottom: 10px;
	left: 7%;
	width: 15%;
}
.olaf-2 {
	bottom: 13px !important;
	left: 48.5% !important;
}
.dora {
	bottom: 15px;
	right: 12%;
	width: 15%;
}
.product-details-details {
	text-align: left;
}
.butterfly-fairy {
	top: 10px;
	width: 15%;
}
.garden-fairy {
	bottom: 3px;
	left: 30%;
	width: 15%;
}
.tinkerbell-2 {
	top: 0 !important;
}
.pink-fairy {
	bottom: 4px;
	right: 17%;
	width: 15%;
}
.emma {
	bottom: 0;
	width: 9%;
}
.alice {
	bottom: 5px;
	width: 10%;
}
.lady-bug {
	bottom: 10px;
	left: 10%;
	width: 13%;
}
.mario-girl {
	bottom: 7px;
	width: 9%;
}
.batman-2 {
	bottom: 3px !important;
}
.spiderman {
	top: -37px;
	width: 15%;
}
.diana-prince-2 {
	bottom: 5px !important;
}
.captain-america-2 {
	bottom: 5px;
}
.remove-all {
	text-align: left;
}
.cart_price {
	text-align: left;
}
.cart-qty {
	text-align: left;
}
#cart_table tbody tr td.alltotal::before {
	width: auto;
}
.alltotal {
	float: left;
	text-align: left;
	width: 50%;
}
a.continue_browsing {
	float: left;
}
.remove-all {
	margin-bottom: 15px;
	text-align: left;
	width: 100%;
}
.remove-all a {
	float: none;
}
#cart_table th {
	display: none;
}
#cart_table tbody tr td {
	display: block;
}
#cart_table tbody tr td::before {
	color: #83c131;
	content: attr(data-th) " ";
	display: inline-block;
	font-size: 25px;
	font-weight: 600;
	width: 165px;
}
.product-heading {
	overflow: hidden;
}
.cart_product_name {
	font-size: 34px;
}
.cart-menu-details {
	font-size: 30px;
	line-height: 30px;
	width: 80%;
}
.product-image {
	width: 20%;
}
.home-get-in-touch-form-text {
	font-size: 24px;
	line-height: 25px;
}
.footer-paynow-btn {
    margin-top: 4%;
}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
.logo {
	width: 18%;
}
.top-phone {
	right: 5%;
}
.menu {
	margin: 35px 0 0 15px;
}
#nav > ul > li > a {
	font-size: 20px;
	padding: 14px 2px 5px;
}
#nav li ul a {
	font-size: 20px;
}
.menu ul li:nth-child(2) a {
	padding-top: 17px !important;
}
.menu ul li:nth-child(3) a {
	padding-top: 13px !important;
}
.menu ul li:nth-child(4) a {
	padding-top: 8px !important;
}
.menu ul li:nth-child(5) a {
	padding-top: 6px !important;
}
.menu ul li:last-child a {
	padding-top: 8px !important;
}
#nav li ul li a::before {
	top: 27px;
}
#nav li ul li a::after {
	top: 23px;
}
.banner-turbine {
	left: 28.3%;
	top: 123px;
	width: 16%;
}
.banner-turbine img {
	width: 100%;
}
.tinkerbell {
	left: 46%;
	top: 105px;
}
.princess-aurora {
	bottom: 40px;
	width: 13%;
}
.princesa-bella {
	bottom: 42px;
	width: 19%;
}
.snow-white {
	bottom: 30px;
	width: 9%;
}
.cinderella {
	bottom: 30px;
	width: 19%;
}
.batman {
	bottom: 30px;
	width: 12%;
}
.diana-prince {
	bottom: 40px;
	width: 13%;
}
.barbie-princess {
	width: 15%;
}
.ballerina {
	left: 23.4%;
	width: 11%;
}
.captain-america {
	bottom: 48px;
	right: 44px;
	width: 8%;
}
.elmo {
	right: 8.8%;
	top: 128px;
}
.butterfly {
	bottom: 190px;
}
.home-package-item-inner {
	height: 100%;
	width: 100%;
}
.home-package-item img {
	height: 100%;
	width: 100%;
}
.home-package-item-text {
	font-size: 24px;
	height: 60px;
}
.home-call-left {
	margin-top: 25px;
	width: 32%;
}
.home-gallery-inner ul.img-list li {
	background: rgba(0, 0, 0, 0) url("../images/hm-gallery-img-bg.jpg") no-repeat scroll 0 0 / 100% auto;
	height: 100%;
	margin: 25px 10px;
	padding: 35px 37px 38px;
	width: 31%;
}
.home-gallery-inner ul.img-list li img {
	height: 200px;
	width: 100%;
}
.home-get-in-touch-form {
	width: 45%;
}
.footer-social {
	left: 7%;
}
.pooh {
	left: 8%;
	width: 15%;
}
.elmo-2 {
	right: 58.8% !important;
	top: 10px !important;
}
.olaf-2 {
	left: 49%;
}
.dora {
	bottom: 32px;
	right: 9%;
	width: 15%;
}
.butterfly-fairy {
	top: 23px;
	width: 15%;
}
.garden-fairy {
	width: 13%;
}
.pink-fairy {
	width: 13%;
}
.tinkerbell-2 {
	top: 58px !important;
}
.lady-bug {
	bottom: 26px;
}
.batman-2 {
	bottom: 14px !important;
}
.spiderman {
	width: 15%;
}
.diana-prince-2 {
	bottom: 17px !important;
}
.captain-america-2 {
	bottom: 15px !important;
	right: 10% !important;
}
.home-get-in-touch-form-field input {
	font-size: 20px;
}
.home-get-in-touch-form-field textarea {
	font-size: 20px;
}
.product-details-extra-time select {
	font-size: 20px;
}
.home-get-in-touch-form-text {
	font-size: 22px;
}
}

@media screen and (min-width: 1424px) {
.home-get-in-touch {
	padding: 390px 0 70px;
}
.home-our-package {
	background-size: 1424px;
}
.top-phone {
	right: 4%;
}
#nav > ul > li {
	margin: 0 12px;
}
.banner-turbine {
	left: 27%;
	top: 147px;
}
.elmo {
	right: 9.8%;
	top: 253px;
}
.footer-bottom {
	margin-top: 11%;
}
.elmo-2 {
	right: 56.8% !important;
	top: 40px !important;
}
.diana-prince-2 {
	width: 13%;
}
}

@media screen and (min-width: 1624px) {
.home-get-in-touch {
	margin-top: -300px;
	padding: 500px 0 70px;
}
.home-our-package {
	background: rgba(0, 0, 0, 0) url("../images/hm-our-package-bg.jpg") no-repeat scroll 0 -50px;
	background-size: 1624px;
}
.top-phone {
	right: 7%;
}
#nav > ul > li {
	margin: 8px 20px;
}
.banner-turbine {
	left: 28%;
	top: 185px;
}
.elmo {
	right: 10.8%;
	top: 297px;
}
.butterfly {
	bottom: 295px;
}
.footer-bottom {
	margin-top: 10%;
}
.elmo-2 {
	right: 56.8% !important;
	top: 70px !important;
}
.diana-prince-2 {
	width: 13%;
}
}

@media screen and (min-width: 1920px) {
.home-get-in-touch {
	margin-top: -300px;
	padding: 700px 0 70px;
}
.home-our-package {
	background: rgba(0, 0, 0, 0) url("../images/hm-our-package-bg.jpg") no-repeat scroll 0 -100px;
	background-size: 1920px;
}
.top-phone {
	right: 10%;
}
#nav > ul > li {
	margin: 15px 34px;
}
.banner-turbine {
	left: 29.2%;
	top: 239px;
}
.elmo {
	right: 11.8%;
	top: 376px;
}
.butterfly {
	bottom: 252px;
	right: 10%;
}
.footer-bottom {
	margin-top: 10%;
}
.elmo-2 {
	right: 56.8% !important;
	top: 110px !important;
}
.diana-prince-2 {
	width: 10%;
}
}
/*@media only screen and (min-device-width: 414px) {
.home-gallery-inner ul.img-list li {
    padding: 46px 45px 44px 47px;
}
.home-gallery-inner ul.img-list li img {
    height: 288px;
}
.footer-social {
    left: 0;
    top: 55px;
    width: 100%;
}
.footer-social img {
    margin: -67px 0 0;
    position: relative;
    width: 75%;
    z-index: 99;
}
.footer-train-engine {
    float: right;
    margin: -60px -4px 0 0;
    width: 28%;
}
.footer-social ul li img {
    margin-top: -25px;
}
.footer-social ul li:nth-child(2) {
    margin: 0 23px;
}
.footer-social ul li:nth-child(3) {
    margin: 0 17px;
}
.footer-social ul li:last-child {
    margin: 0 24px;
}
.footer-bottom {
    border-top: 1px solid #c65a00;
    margin-top: 18%;
    padding: 20px 0;
}
}*/
