@charset "utf-8";
/* CSS Document */

/***********************************************
************   GLOBAL STYLES    ****************                                   
************************************************/

a, div, figcaption, figure, footer, h1, h2, h3, h4, h5, h6, header, hr, img, li, nav, p, span, ul {
  	border: 0;
  	margin: 0;
  	padding: 0;
}
figcaption, figure, footer, header, nav{
  	display: block;
}
img {
  	color: transparent;
  	font-size: 0;
   	-ms-interpolation-mode: bicubic;
}
strong {font-weight: 700;}

.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

body {
	border: 0;
  	margin: 0;
  	padding: 0;
	width: 100%;
	font-size: 14px;
	font-weight: 400;
	color: #333;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 0.2px;
	overflow-x: hidden;
	-webkit-font-smoothing: anti-aliased;
}

.wrapper {
	width: 100%; 
	display: block; 
	position: relative; 
	background-image: url(../images/main-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
}


.header-box {
	margin: 0 auto;
  	padding: 0;
	width: 1140px;
	padding: 0 30px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
	position: relative;
	background: #FFFFFF;
	box-shadow: 0 0 10px rgba(0,0,0,0.5)
}

.banner-box {
	margin: 0 auto;
  	padding: 0;
	width: 1140px;
	padding: 0 30px 30px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
	position: relative;
	/*background: #FFFFFF;*/
	box-shadow: 0 0 10px rgba(0,0,0,0.5)
}


/***********************************************
************   CUSTOM STYLES    ****************                                   
************************************************/

/** {box-shadow: 0 0 0 1px #CCC;}*/

.header {
	width: 1080px;
	position: absolute;
	z-index: 10000; 
}

.header-top-bar {width: 100%; overflow: hidden; background-color:#000; border-bottom:1px solid #402727;}
.contacts { display: table; float: right; margin: 30px 10px 16px 0;}
.contacts span { font-size: 22px; color: #fff;}
.contacts span a { font-size: 22px; color: #FFF; text-decoration: none;}
.contacts .slash { color: #FFF;}

.header-navbar {
	width: 100%;
	height: 60px;
	position: relative;
	background: #010000; /* Old browsers */
	background: -moz-linear-gradient(top,  #010000 0%, #300808 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#010000), color-stop(100%,#300808)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #010000 0%,#300808 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #010000 0%,#300808 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #010000 0%,#300808 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #010000 0%,#300808 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#010000', endColorstr='#300808',GradientType=0 ); /* IE6-9 */
}

.logo-box {
    float: left;
    left: 50%;
    margin: 0 0 0 -20px;
    position: absolute;
    top: -37px;
    transform: translateX(-50%);
    width: 201px;
}
.logo-box img { width: 100%; float: left;}

.header-right-box {
    float: left;
    width: 990px;
}

.social-top-box {
    float: left;
    width:161px; margin:30px 0 0 0;
}
.social-top-box span {
    color: #fff;
    font-size: 22px; margin:0 12px 0 12px;
}
#social-top {
    display: block;
    float:right;
    list-style: outside none none;
}

#social-top li {
    display: inline-block;
    float:right;
    
}

#social-top i {color:#fff;}
#social-top i:hover {color:#3b5997;}

#main-menu { display: table; list-style: none; margin: 0 auto;}
#main-menu li { display: inline-block;}
#main-menu li:nth-of-type(3) {
  	margin-right: 230px;
}
#main-menu li a { 
	font-size: 16px; 
	display: block; 
	text-decoration: none; 
	padding: 0 16px; 
	color: #FFF;
	line-height: 60px; 
}
#main-menu li a:hover { background:rgba(255,255,255,0.3); opacity: 0.8;}

.banner { width: 100%; position: relative; overflow: hidden;}

.banner img {
    width: 100%;
}

.gallery { width: 100%; overflow: hidden; position: relative;}
.gallery-area { width: 1140px; position: relative; margin: 0 auto;} 
.gallery-head { width: 100%; position: relative;}
.gallery-head h3 { margin: 30px 0 20px; font-size: 40px; font-weight: 300;color: #000;}
.gallery-carousel { width: 100%; position: relative;}
.gallery-carousel ul { display: block; list-style: none;}
.gallery-box { 
	display: block; 
	padding: 12px; 
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
	border-radius: 4px;
	text-decoration: none;
	color: #000;
	background: transparent;
	box-shadow: 0 0 4px rgba(0,0,0,0.4);
}

.gallery-box-image { width: 100%; position: relative;}
.gallery-box-image img { width: 100%; float: left; position: relative;}
.gallery-box-info { width: 100%; min-height: 50px; overflow: hidden}
.gallery-box-info span {
	display: block; 
	text-align: center; 
	line-height: 20px;
	text-transform: uppercase;
	font-family: 'PT Sans', sans-serif;
	font-size: 16px;
	padding-top: 10px;
	letter-spacing: 2px;
        color: #000;
}

.about-box {width: 100%; position: relative; overflow: hidden; }
.aboutus-area { width: 1140px; position: relative; overflow: hidden; margin: 0 auto;}
.aboutus-header { width: 100%; position: relative;}
.aboutus-header h3 { margin: 30px 0 20px; font-size: 40px; font-weight: 300;color: #000;}
.welcome_cake { margin: 30px 0 20px; font-size: 40px; font-weight: 300;color: #000;text-align: center;}
.aboutus-text {color: #000;}

.aboutus_cake {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    margin: 0 0 0 -30px;
    padding: 20px 11px 17px 20px;
    position: relative;
    width: 1140px;
   height:595px;
}
.site_cake {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    margin: 0 0 0 -30px;
    padding: 20px 11px 17px 20px;
    position: relative;
    width: 1140px;
   height:710px;
}
.contact_cake {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    margin: 0 0 0 -30px;
    padding: 20px 11px 17px 20px;
    position: relative;
    width: 1140px;
   height:auto;
}
.contact_left {
    border-right: 1px dotted #fff;
    float: left;
    margin: 0 0 28px 15px;
    width: 49%;
}

.contact_right {
    color: #000;
    float: right;
    margin: 10px 27px 0 12px;
    overflow: hidden;
    position: relative;
    text-align: justify;
    width: 45%;
}

.contact_heading {
    color: #000;
    font: 27px "Open Sans",sans-serif;
    margin: 0 auto;
    width: 100%;
}

.enquiry_heading {
    color: #000;
    /*font: 18px/30px "Open Sans",sans-serif;*/
    margin: 11px 0 0 7px;
    width:100%;
}
.enquiry_contact {
    color: #000;
    font: 21px/30px "Open Sans",sans-serif;
    margin: 2px 0 0 7px;
    width: 72%;
}


.aboutus_city {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    margin: 0 0 0 -30px;
    padding: 20px 9px 17px 13px;
    position: relative;
    width: 1140px;
   height:auto;
}
.inside_left { width:50%; float:left;}
.inside_right { width:50%; float:right;}
.inside_text {
    border: 1px solid #fbecec;
    color: #000;
    line-height: 29px;
    margin: 0;
    overflow: hidden;
    padding: 15px;
    text-align: justify;
    width: 96%;
}

.inside_text1 {
    border: 1px solid #fbecec;
    color: #000;
    line-height: 29px;
    margin: 0;
    overflow: hidden;
    padding: 15px;
    text-align: justify;
    width: 96%;
}

.inside_text2 {
    border: 1px solid #fbecec;







    color: #000;
    line-height: 29px;
    margin: 0;
    overflow: hidden;
    padding: 15px;
    text-align: justify;
    width: 96%;
}



.certificate { width:372px; margin:0 auto;}

.certificate img { width:100%;}




.cake {
width:200px; 
padding:10px; 
display:block; 
text-decoration:none; 
color:#000;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}

.cake > img {
    height:160px;
}

.tart-box {
    width: 100%;
    display: block;
    padding: 12px;
    text-decoration: none;
    margin:0 0 0 -10px;
}

.tart-box image {
    position: relative;
    width: 100%;
}
.tart-box ul {
    display:block;
    background: none repeat scroll 0 0 transparent;
    border-radius: 4px;
   box-sizing: border-box;
    color: #000;
    width:100%; list-style:none;
}
.tart-box ul li {
    border-radius: 4px;
    display: inline-block;
    float: left;
    height:270px;
    line-height: 27px;
    list-style: outside none none;
    margin: 10px 0 0 10px;
    overflow: hidden;
}

.tart-box-info {
    min-height: 50px;
    overflow: hidden;
    width: 100%;
}

.tart-box-info span {
    color: #000;
    display: block;
    font-family: "PT Sans",sans-serif;
    font-size: 16px;
    line-height: 20px;
    margin:7px 0 0 0;
    text-align: center;
    
}

.nxt {
    color: #000;
    display: block;
    font-family: "PT Sans",sans-serif;
    font-size: 13px;
    line-height: 17px;
    margin: 10px 0 0;
    text-align:center;
}

.divider { height: 40px; width: 1140px; position: relative; margin: 30px auto;}

.divider-icon { 
	width: 40px; 
	height: 40px; 
	padding: 0 20px;
	margin: 0 auto; 
	overflow: hidden;
	position: relative;
	z-index: 10;
}
.divider-icon img { width: 100%; float: left;}
.divider-line { width: 100%; height: 1px; position: absolute; top: 50%;}
.divider-line img {width: 100%; float: left;}

.footer-top-box { width: 1140px; margin: 0 auto; overflow: hidden;}

#foot-menu { 
	width: 100%; 
	display: block; 
	list-style: none; 
	position: relative; 
	overflow: hidden; 
	box-sizing: border-box;
	margin-bottom: 30px;
}
#foot-menu li { 
	width: 20%; 
	float: left; 
	padding: 0 10px; 
	margin-bottom: 10px; 
	box-sizing: border-box;
}
/*#foot-menu li:last-child {
    margin-left: 40%;
}*/
#foot-menu li a { 
	width: 100%; 
	text-decoration: none; 
	color: #333; 
	line-height: 40px; 
        display: block;
	text-align: center;
	background: #E8E8E8;
	-webkit-transition: all 0.5s ease-in;
	   -moz-transition: all 0.5s ease-in;
		-ms-transition: all 0.5s ease-in;
		 -o-transition: all 0.5s ease-in;
			transition: all 0.5s ease-in;
	border-radius: 4px;
	font-weight:700;
	box-sizing: border-box;
	border: 1px solid #E8E8E8;
}
#foot-menu li a:hover { background: none; border: 1px solid #CCC; color: #FFF;}

.footer { width: 100%; background: #201f1f; overflow: hidden;}
#foot-social { display: table; margin: 16px auto 10px; }
#foot-social li { display: inline-block; }
#foot-social li a { color: #FFF; text-decoration: none; margin: 0 10px; }

#foot-links { display: table; margin: 10px auto; overflow: hidden;}
#foot-links li { display: inline-block;}
#foot-links li a { color: #FFF; text-decoration: none; margin: 0 6px; font-size: 12px;}
#foot-links li a:hover { color: #de4d4b; text-decoration: none; margin: 0 6px; font-size: 12px;}
.copyright { display: table; margin: 0 auto; color: #FFF; margin-bottom: 16px; font-size: 12px;float:right;}
.copyright a { text-decoration: none; color: #FFF;}
.copyright a:hover { opacity: 0.8; text-decoration: underline;}


.inquiry_contact {
    color: #000;
    font: 21px/30px "Open Sans",sans-serif;
    margin: 2px 0 10px -6px;
    width: 100%;
}



/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */


/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}


/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider { margin: 0; background: #fff; position: relative; zoom: 1; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a  { 
	text-decoration: none;
	background: rgba(0,0,0,0.9); 
	display: block; 
	width: 40px; 
	height: 40px; 
	position: absolute; 
	bottom: 40px; 
	z-index: 10; 
	overflow: hidden; 
	cursor: pointer; 
	color: rgba(0,0,0,0.8); 
	text-shadow: 1px 1px 0 rgba(255,255,255,0.3); 
	-webkit-transition: all .3s ease; 
	-moz-transition: all .3s ease; 
	transition: all .3s ease;
	opacity: 0.7;
}
.flex-direction-nav .flex-prev { right: 100px; }
.flex-direction-nav .flex-next { right: 50px; text-align: center; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.flex-direction-nav a:before  { 
	width: 40px; 
	font-family: 'FontAwesome'; 
	font-size: 20px; 
	line-height:40px; 
	display: inline-block; 
	content: '\f104';
	text-align: center;
	color: #FFF;
}
.flex-direction-nav a.flex-next:before  { content: '\f105'; }

/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
  .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
}

/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next {
	position: absolute;
	top: 45%;
	-webkit-transform: transnalateY(-50%);
	   -moz-transform: transnalateY(-50%);
		-ms-transform: transnalateY(-50%);
		 -o-transform: transnalateY(-50%);
			transform: transnalateY(-50%);
	width: 40px; 
	height: 40px;
	border-radius: 50%;
	background: rgba(0,0,0,0.8);
	color: #FFF;
	text-align: center;
}

.owl-carousel .owl-controls .owl-nav .owl-prev i,
.owl-carousel .owl-controls .owl-nav .owl-next i {
	line-height: 40px;
}


.owl-carousel .owl-controls .owl-nav .owl-prev { 
	
	left: -50px;
	

}
.owl-carousel .owl-controls .owl-nav .owl-next { 
	right: -50px;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  padding: 4px;
  box-sizing: border-box;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}


.about_text {
    margin: 0 auto;
    text-align: justify;
    width: 80%;
}

.read_more{float:right; width:17%;}


.contact_address {
    color: #000;
    font: 21px/30px "Open Sans",sans-serif;
    margin: 9px 0 0 -1px;
    width:91%;
}

.mar_area{ width:100%; float:left;}
.map_block {
    float: left;
    margin: 20px 0 0 2px;
    text-align: center;
    width:100%;
}

.open_block {
    float: left;
    margin: 2px 0 0 2px;
    width: 50%;
}









@media only screen and (max-width : 320px) {

.header {
    position: absolute;
    width: 100%;
    z-index: 10000;
}


.header-top-bar {
    background-color: #000;
    border-bottom: 1px solid #402727;
    height: 104px;
    overflow: hidden;
    width: 100%;
}
.header-box {
    background: none repeat scroll 0 0 #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    margin: 0 0 0 -30px;
    padding: 0 30px;
    position: relative;
    width: 100%;
}

.banner {
    margin: 134px 0 0;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.banner-box {
    
    box-sizing: border-box;
    margin:53px auto;
    padding:147px 3px 30px;
    position: relative;
    width: 100%;
}


.read_more {
    float: right;
    margin: 5px 0 0;
    width: 28%;
}

.aboutus-area {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}


.about_text {
    margin: 0 auto;
    text-align: justify;
    width:91%;
}

.welcome_cake {
    color: #000;
    font-size:20px;
    font-weight: 300;
    margin: 0 0 20px;
    text-align: center;
}

.contacts {
    display: table;
    float: right;
    margin:3px 39px 16px 0;
}


.contacts span {
    color: #fff;
    font-size: 15px;
}


.contacts span a {
    color: #fff;
    font-size: 15px;
    text-decoration: none;
}


.logo-box {
    float: left;
    left: 50%;
    margin: 0 0 0 16px;
    position: absolute;
    top: -37px;
    transform: translateX(-50%);
    width: 167px;
}


.logo-box img {
    float: left;
    margin: 0 0 0 3px;
    width: 78%;
}

.social-top-box {
    float: left;
    margin: 0;
    width: 155px;
}

.gallery-area {
    margin: 0 auto;
    position: relative;
    width: 100%;
}


.social-top-box span {
    color: #fff;
    font-size: 16px;
    margin: 0 12px;
}


.social-top-box {
    float: left;
    margin: 10px 0 0;
    width: 125px;
}
.fa-2x {
    font-size: 1.5em;
}


.gallery-head h3 {
    color: #000;
    font-size: 30px;
    font-weight: 300;
    margin: 30px 0 20px 10px;
}

.divider {
    height: 40px;
    margin: 30px auto;
    position: relative;
    width: 100%;
}


.footer-top-box {
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
}


#foot-menu li {
    box-sizing: border-box;
    float: left;
    margin: 0 0 5px 24px;
    padding: 0 9px;
    width: 85%;
}


#foot-menu li:last-child {
    margin-left:0;
}

.copyright {
    color: #fff;
    display: table;
    font-size: 12px;
    margin: 0 auto 16px 10px;
    text-align: center;
    width: 87%;
}


.aboutus_cake {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    height:984px;
    margin: 0 0 0 -30px;
    padding: 20px 11px 17px 20px;
    position: relative;
    width: 100%;
}


.gallery-box-info span {
    color: #000;
    display: block;
    font-family: "PT Sans",sans-serif;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 20px;
    padding-top: 10px;
    text-align: center;
    text-transform: uppercase;
}


.inquiry_contact {
    color: #000;
    font: 18px/20px "Open Sans",sans-serif;
    margin: 2px 0 10px -6px;
    width: 100%;
}

.inside_text {
    border: 1px solid #fbecec;
    color: #000;
    line-height: 25px;
    margin: 0 0 0 16px;
    overflow: hidden;
    padding: 13px;
    text-align: justify;
    width: 24%;
}

.contact_cake {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    height: auto;
    margin:8px 0 0 -23px;
    padding: 20px 11px 17px 20px;
    position: relative;
    width: 100%;
}


.contact_left {
    float: left;
    margin: 0 0 28px 15px;
    width: 92%;
    border-right:none;
}


.contact_right {
    color: #000;
    float: right;
    margin: 10px 28px 0 12px;
    overflow: hidden;
    position: relative;
    text-align: justify;
    width: 100%;
}

textarea {
    height: 120px;
    width: 100%;
}


.tart-box ul li {
    border-radius: 4px;
    display: inline-block;
    float: left;
    height: 260px;
    line-height: 27px;
    list-style: outside none none;
    margin: 10px 0 0 13px;
    overflow: hidden;
}


.certificate {
    margin:0 0 0 -4px;
    width: 261px;
}


#main-menu li {
    display: inline-block;
    width: 100%;
}


#main-menu li a {
    color: #fff;
    display: block;
    font-size: 16px;
    line-height: 37px;
    padding: 0 16px;
    text-decoration: none;
}


.header-navbar {
    background: linear-gradient(to bottom, #010000 0%, #300808 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    height:223px;
    position: relative;
    width: 100%;
}


.inside_text1 {
    border: 1px solid #fbecec;
    color: #000;
    line-height: 29px;
    margin: 0 20px auto;
    overflow: hidden;
    padding: 15px;
    text-align: justify;
    width: 22%;
}
.contact_address {
    color: #000;
    font: 16px/30px "Open Sans",sans-serif;
    margin: 9px 0 0 -1px;
    width: 100%;
}

.contact_heading {
    color: #000;
    font: 20px "Open Sans",sans-serif;
    margin: 0 auto;
    width: 100%;
}



.inside_text2 {

    color: #000;
    line-height: 29px;
    margin: 0 7px auto;
    overflow: hidden;
    padding: 15px;
    text-align: justify;
    width: 25%;
}

.contact_left {
    float: left;
    margin: 0 0 28px 1px;
    width: 100%;
}


.contact_right {
    color: #000;
    float: right;
    margin: -20px 0 0 12px;
    overflow: hidden;
    position: relative;
    text-align: justify;
    width: 100%;
}

.enquiry_heading {
    color: #000;
    font: 14px/30px "Open Sans",sans-serif;
    margin: 3px 0 0 5px;
    width: 88%;
}
.comment-content img[height], .entry-content img, .entry-summary img, img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"], #site-header img {
    height: 110px;
    margin: 0 26px auto;
    width: 120px;
}


.tart-box {
    display: block;
    margin: 0 0 0 1px;
    padding: 12px;
    text-decoration: none;
    width: 100%;
}


.tart-box ul li {
    border-radius: 4px;
    display: inline-block;

    float: left;
    height: 260px;
    line-height: 27px;
    list-style: outside none none;
    margin: 10px 0 0 11px;
    overflow: hidden;
}


.entry-title {
    color: #000;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.09091;
    margin: 0 0 12px;
    text-transform: uppercase;
}


.banner img {
    list-style:none;
    width: 100%;

}

#foot-links {
    display: table;
    margin: 10px 0 0 -3px;
    overflow: hidden;
    text-align: center;
    width:94%;
}

.site_cake {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    height: 600px;
    margin: 0 0 0 -30px;
    padding: 20px 11px 17px 20px;
    position: relative;
    width: 100%;
}


.open_block {
    float: left;
    margin: 2px 0 0 2px;
    width: 100%;
}
}


@media screen and (min-width: 321px) and (max-width: 480px){


.header {
    position: absolute;
    width: 100%;
    z-index: 10000;
}

.contact_address {
    color: #000;
    font: 16px/30px "Open Sans",sans-serif;
    margin: 9px 0 0 -1px;
    width:97%;
}
.inquiry_contact {
    color: #000;
    font: 18px/20px "Open Sans",sans-serif;
    margin: 2px 0 10px -6px;
    width: 100%;
}
.header-top-bar {
    background-color: #000;
    border-bottom: 1px solid #402727;
    height: 104px;
    overflow: hidden;
    width: 100%;
}
.header-box {
    background: none repeat scroll 0 0 #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    margin: 0 0 0 -30px;
    padding: 0 30px;
    position: relative;
    width: 100%;
}

.banner-box {
    
    box-sizing: border-box;
    margin:53px auto;
    padding:147px 3px 30px;
    position: relative;
    width: 100%;
}

.banner {
    margin: 134px 0 0;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.aboutus-area {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}


.about_text {
    margin: 0 auto;
    text-align: justify;
    width:91%;
}


.read_more {
    float: right;
    margin: 5px 0 0;
    width: 28%;
}

.welcome_cake {
    color: #000;
    font-size:20px;

    font-weight: 300;
    margin: 0 0 20px;
    text-align: center;
}

.contacts {
    display: table;
    float: right;
    margin:3px 42px 16px 0;
}


.contacts span {
    color: #fff;
    font-size: 15px;
}


.contacts span a {
    color: #fff;
    font-size: 15px;
    text-decoration: none;
}


.logo-box {
    float: left;
    left: 50%;
    margin: 0 0 0 16px;
    position: absolute;
    top: -37px;
    transform: translateX(-50%);
    width: 167px;
}


.logo-box img {
    float: left;
    width: 78%;
}

.social-top-box {
    float: left;
    margin: 0;
    width: 155px;
}

.gallery-area {
    margin: 0 auto;
    position: relative;
    width: 100%;
}


.social-top-box span {
    color: #fff;
    font-size: 16px;
    margin: 0 12px;
}


.social-top-box {
    float: left;
    margin: 10px 0 0;
    width: 125px;
}
.fa-2x {
    font-size: 1.5em;
}


.gallery-head h3 {
    color: #000;
    font-size: 30px;
    font-weight: 300;
    margin: 30px 0 20px 10px;
}

.divider {
    height: 40px;
    margin: 30px auto;
    position: relative;
    width: 100%;
}


.footer-top-box {
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
}


#foot-menu li {
    box-sizing: border-box;
    float: left;
    margin: 0 0 5px 24px;
    padding: 0 9px;
    width: 85%;
}
#foot-menu li:last-child {
    margin-left:0;
}


.copyright {
    color: #fff;
    display: table;
    font-size: 12px;
    margin: 0 auto 16px 10px;
    text-align: center;
    width: 87%;
}

.gallery-box-info span {
    color: #000;
    display: block;
    font-family: "PT Sans",sans-serif;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 20px;
    padding-top: 10px;
    text-align: center;
    text-transform: uppercase;
}

.aboutus_cake {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    height:984px;
    margin: 0 0 0 -30px;
    padding: 20px 11px 17px 20px;
    position: relative;
    width: 100%;
}



.inside_text {
    border: 1px solid #fbecec;
    color: #000;
    line-height: 25px;
    margin: 0 0 0 9px;
    overflow: hidden;
    padding: 13px;
    text-align: justify;
    width: 26%;
}

.contact_cake {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    height: auto;
    margin:8px 0 0 -23px;
    padding: 20px 11px 17px 20px;
    position: relative;
    width: 100%;
}


.contact_left {
    float: left;
    margin: 0 0 28px 15px;
    width: 92%;
    border-right:none;
}

.contact_right {
    color: #000;
    float: right;
    margin: 10px 0 0 12px;
    overflow: hidden;
    position: relative;
    text-align: justify;
    width: 100%;
}

textarea {
    height: 120px;
    width: 100%;
}


.tart-box ul li {
    border-radius: 4px;
    display: inline-block;
    float: left;
    height: 260px;
    line-height: 27px;
    list-style: outside none none;
    margin: 10px 0 0 13px;
    overflow: hidden;
}


.certificate {
    margin:0 0 0 -4px;
    width: 261px;
}


#main-menu li {
    display: inline-block;
    width: 100%;
}


#main-menu li a {
    color: #fff;
    display: block;
    font-size: 16px;
    line-height: 37px;
    padding: 0 16px;
    text-decoration: none;
}


.header-navbar {
    background: linear-gradient(to bottom, #010000 0%, #300808 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    height:223px;
    position: relative;
    width: 100%;
}


.inside_text1 {
    border: 1px solid #fbecec;
    color: #000;
    line-height: 29px;
    margin: 0 20px auto;
    overflow: hidden;
    padding: 15px;
    text-align: justify;
    width: 22%;
}


.contact_heading {
    color: #000;
    font: 24px "Open Sans",sans-serif;
    margin: 0 auto;
    width: 100%;
}



.inside_text2 {
    border: 1px solid #fbecec;
    color: #000;
    line-height: 29px;
    margin: 0 5px auto;
    overflow: hidden;
    padding: 15px;
    text-align: justify;
    width: 29%;
}

.contact_left {
    float: left;
    margin: 0 0 28px 1px;
    width: 100%;
}


.contact_right {
    color: #000;
    float: right;
    margin: -14px 0 0 12px;
    overflow: hidden;
    position: relative;
    text-align: justify;
    width: 100%;
}


.tart-box {
    display: block;
    margin: 0 0 0 1px;
    padding: 12px;

    text-decoration: none;
    width: 100%;
}


.tart-box ul li {
    border-radius: 4px;
    display: inline-block;
    float: left;
    height: 260px;
    line-height: 27px;
    list-style: outside none none;
    margin: 10px 0 0 11px;
    overflow: hidden;
}

.comment-content img[height], .entry-content img, .entry-summary img, img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"], #site-header img {
    height: 110px;
    margin: 0 26px auto;
    width: 120px;
}

#foot-links {
    display: table;
    margin: 10px 0 0 -3px;
    overflow: hidden;
    text-align: center;
    width: 90%;
}

.site_cake {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    height:600px;
    margin: 0 0 0 -30px;
    padding: 20px 11px 17px 20px;
    position: relative;
    width: 100%;
}

.open_block {
    float: left;
    margin: 2px 0 0 2px;
    width: 100%;
}
}



@media only screen and (min-width: 481px) and (max-width: 767px){


.header {
    position: absolute;
    width: 100%;
    z-index: 10000;
}


.header-top-bar {
    background-color: #000;
    border-bottom: 1px solid #402727;
    height: 104px;
    overflow: hidden;
    width: 100%;
}



.header-box {
    background: none repeat scroll 0 0 #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 98%;
}

.logo-box img {
    float: left;
    margin:19px 0 0 27px;
    width: 70%;
}


.banner {
    position: relative;
    width: 100%;
}

.banner-box {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    list-style: outside none none;
    margin: 77px auto;
    padding: 0 8px 30px;
    position: relative;
    width: 100%;
}

.social-top-box span {
    color: #fff;
    font-size: 18px;
    margin: 0 12px;
}

.contacts span {
    color: #fff;
    font-size: 18px;
}

.contacts span a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}

#main-menu li a {
    color: #fff;
    display: block;
    font-size: 14px;
    line-height: 60px;
    padding: 0 9px;
    text-decoration: none;
}

.aboutus-area {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}



.about_text {
    margin: 0 auto;
    text-align: justify;
    width: 94%;
}


.welcome_cake {
    color: #000;
    font-size: 30px;
    font-weight: 300;
    margin: 30px 0 20px;
    text-align: center;
}




.inside_text {
    border: 1px solid #fbecec;
    color: #000;
    line-height: 29px;
    margin: 0 0 0 9px;
    overflow: hidden;
    padding: 15px;
    text-align: justify;
    width: 41%;
}

.aboutus_city {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    height: auto;
    margin: 0 0 0 -30px;
    padding: 20px 9px 17px 13px;
    position: relative;
    width: 100%;
}

.aboutus_cake {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    height:817px;
    margin: 0 0 0 -30px;
    padding: 20px 11px 17px 20px;
    position: relative;
    width: 100%;
}


.contact_cake {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    height: auto;
    margin: 0 0 0 -30px;
    padding: 20px 11px 17px 20px;
    position: relative;
    width:72%;
}


.inside_text1 {
    border: 1px solid #fbecec;
    color: #000;
    line-height: 29px;
    margin: 0 0 0 -2px;
    overflow: hidden;
    padding: 15px;

    text-align: justify;
    width: 94%;
}


.tart-box ul li {
    border-radius: 4px;
    display: inline-block;
    float: left;
    height: 270px;
    line-height: 27px;
    list-style: outside none none;
    margin: 16px 23px 0 10px;
    overflow: hidden;
}


.ngg-galleryoverview {
    clear: both;
    display: block !important;
    margin: 0 0 0 16px;
    overflow: hidden;
    width: 95%;
}


.gallery-area {
    margin: 0 auto;
    position: relative;
    width: 100%;
}


.gallery-head h3 {
    color: #000;
    font-size: 32px;
    font-weight: 300;
    margin: 30px 10px 20px;
}


.divider {
    height: 40px;
    margin: 30px auto;
    position: relative;
    width: 100%;
}

.footer-top-box {
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
}


#foot-menu li a {
    background: none repeat scroll 0 0 #e8e8e8;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    box-sizing: border-box;
    color: #333;
    display: block;
    font-size: 12px;
    font-weight: 300;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    transition: all 0.5s ease-in 0s;
    width: 100%;
}

#foot-menu li {
    box-sizing: border-box;
    float: left;
    margin-bottom: 10px;
    padding: 0 4px;
    width: 33%;
}
#foot-menu li:last-child {
    margin-left:0;
}


#foot-menu {
    box-sizing: border-box;
    display: block;
    list-style: outside none none;
    margin: 0 3px auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}
#foot-links {
    display: table;
    margin: 10px auto;
    overflow: hidden;
    width: 99%;
}


.open_block {
    float: left;
    margin: 2px 0 0 2px;
    width: 100%;
}


.contact_left {
    border-right: medium none;
    float: left;
    margin: 0 0 28px 41px;
    width: 71%;
}

textarea {
    height: 120px;
    width:99%;
}
.contact_right {
    color: #000;
    float: left;
    margin: 10px 27px 0 5px;
    overflow: hidden;
    position: relative;
    text-align: justify;
    width:100%;
}

.inside_text2 {
    border: 1px solid #fbecec;
    color: #000;
    line-height: 29px;
    margin: 0 11px;
    overflow: hidden;
    padding: 15px;
    text-align: justify;
    width: 57%;
}
.map_block {
    float: left;
    margin: 20px 0 0 2px;
    text-align: center;
    width: 100%;
}

.inquiry_contact {
    color: #000;
    font: 20px/30px "Open Sans",sans-serif;
    margin: 2px 0 10px -6px;
    width: 100%;
}

.contact_address {
    color: #000;
    font: 18px/30px "Open Sans",sans-serif;
    margin: 9px 0 0 -4px;
    width: 80%;
}

.banner {
    margin: 134px 0 0;
    overflow: hidden;
    position: relative;
    width: 100%;
}


}


@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {

.banner {
    margin: 134px 0 0;
    overflow: hidden;
    position: relative;
    width: 100%;
}


.banner img {
    margin: 190px 0 0;
    width: 100%;
}
.header {
    position: absolute;
    width: 100%;
    z-index: 10000;
}


.header-top-bar {
    background-color: #000;
    border-bottom: 1px solid #402727;
    height: 104px;
    overflow: hidden;
    width: 100%;
}


.header-navbar {
    background: linear-gradient(to bottom, #010000 0%, #300808 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 218px;
    position: relative;
    width: 100%;
}

.header-box {
    background: none repeat scroll 0 0 #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 98%;
}
.logo-box img {
    float: left;
    margin: -14px 5px 0 33px;
    width: 70%;
}


.banner {
    position: relative;
    width: 100%;
}

.banner-box {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    list-style: outside none none;
    margin: 77px auto;
    padding: 0 8px 30px;
    position: relative;
    width: 100%;
}

.social-top-box span {
    color: #fff;
    font-size: 18px;
    margin: 0 12px;
}

.contacts span {
    color: #fff;
    font-size: 18px;
}

.contacts span a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}


.gallery-area {
    margin: 0 auto;
    position: relative;
    width: 100%;
}


.gallery-head h3 {
    color: #000;
    font-size: 35px;
    font-weight: 300;
    margin: 30px 9px 20px;
}


.aboutus-area {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}


.welcome_cake {
    color: #000;
    font-size: 30px;
    font-weight: 300;
    margin: 30px 0 20px;
    text-align: center;
}


.about_text {
    margin: 0 auto;
    text-align: justify;
    width: 93%;
}



.divider {
    height: 40px;
    margin: 30px auto;
    position: relative;
    width: 100%;
}

#main-menu li {
    display: inline-block;
    width: 100%;
}


#main-menu li a {
    color: #fff;
    display: block;
    font-size: 14px;
    line-height:36px;
    padding: 0 9px;
    text-decoration: none;
}


.aboutus_cake {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    height: 664px;
    margin: 0 0 0 -30px;
    padding: 20px 11px 17px 20px;
    position: relative;
    width: 100%;
}


.inside_text {
    border: 1px solid #fbecec;
    color: #000;
    line-height: 29px;
    margin: 0;
    overflow: hidden;
    padding: 15px;
    text-align: justify;
    width: 67%;
}

.contact_address {
    color: #000;
    font: 17px/30px "Open Sans",sans-serif;
    margin: 9px 0 0 -1px;
    width: 108%;
}

.contact_cake {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    height: auto;
    margin: 0 0 0 -30px;
    padding: 20px 11px 17px 20px;
    position: relative;
    width: 100%;
}


.inside_text1 {
    border: 1px solid #fbecec;
    color: #000;
    line-height: 29px;
    margin: 0 0 0 -3px;
    overflow: hidden;
    padding: 15px;
    text-align: justify;
    width: 67%;
}


.tart-box ul {
    background: none repeat scroll 0 0 transparent;
    border-radius: 4px;
    box-sizing: border-box;
    color: #000;
    display: block;
    list-style: outside none none;
    margin: 0 0 0 8px;
    width: 100%;
}


.tart-box ul li {
    border-radius: 4px;
    display: inline-block;
    float: left;
    height: 270px;
    line-height: 27px;
    list-style: outside none none;
    margin: 16px 23px 0 10px;
    overflow: hidden;
}


.aboutus_city {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    height: auto;
    margin: 0 0 0 -30px;
    padding: 20px 9px 17px 13px;
    position: relative;
    width: 100%;
}

.ngg-galleryoverview {
    clear: both;
    display: block !important;
    margin-left: 19px;
    margin-top: 10px;
    overflow: hidden;
    width: 100%;
}


.ngg-gallery-thumbnail-box {
    float: left;
    margin-left: 0;
    margin-right: 11px;
}


.inside_text2 {
    border: 1px solid #fbecec;
    color: #000;
    line-height: 29px;
    margin: 0 0 0 -6px;
    overflow: hidden;
    padding: 15px;
    text-align: justify;
    width: 67%;
}


textarea {
    height: 120px;
    width:90%;
}


.contact_left {
    border-right: 1px dotted #fff;
    float: left;
    margin: 0 0 28px 15px;
    width: 50%;
}

.contact_right {
    color: #000;
    float: right;
    margin: 10px 0 0 12px;
    overflow: hidden;
    position: relative;
    text-align: justify;
    width: 44%;
}



.enquiry_heading {
    color: #000;
    font: 15px/30px "Open Sans",sans-serif;
    margin: 11px 0 0 7px;
    width: 88%;
}


.footer-top-box {
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
}


#foot-menu li {
    box-sizing: border-box;
    float: left;
    margin-bottom: 10px;
    padding: 0 7px;
    width: 26%;
}
#foot-menu li:last-child {
    margin-left:0;
}


#foot-menu {
    box-sizing: border-box;
    display: block;
    list-style: outside none none;
    margin: 0 80px auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.inquiry_contact {
    color: #000;
    font: 17px/30px "Open Sans",sans-serif;
    margin: 2px 0 0 -6px;
    width: 94%;
}

.site_cake {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    height:688px;
    margin: 0 0 0 -30px;
    padding: 20px 11px 17px 20px;
    position: relative;
    width: 100%;
}
.open_block {
    float: left;
    margin: 2px 0 0 2px;
    width: 94%;
}

}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {



.header {
    position: absolute;
    width: 100%;
    z-index: 10000;
}


.header-top-bar {
    background-color: #000;
    border-bottom: 1px solid #402727;
    height: 104px;
    overflow: hidden;
    width: 100%;
}



.header-box {
    background: none repeat scroll 0 0 #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 98%;
}
.logo-box img {
    float: left;
    margin:19px 0 0 -68px;
    width: 70%;
}

.banner {
    margin: 0 2px;
    position: relative;
    width: 99.5%;
}
.banner-box {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    list-style: outside none none;
    margin: 77px auto;
    padding: 0 8px 30px;
    position: relative;
    width: 100%;
}

.social-top-box span {
    color: #fff;
    font-size: 18px;
    margin: 0 12px;
}

.contacts span {
    color: #fff;
    font-size: 18px;
}

.contacts span a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}


.gallery-area {
    margin: 0 auto;
    position: relative;
    width: 100%;
}


.gallery-head h3 {
    color: #000;
    font-size: 35px;
    font-weight: 300;
    margin: 30px 9px 20px;
}


.aboutus-area {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}


.welcome_cake {
    color: #000;
    font-size: 30px;
    font-weight: 300;
    margin: 30px 0 20px;
    text-align: center;
}


.about_text {
    margin: 0 auto;
    text-align: justify;
    width: 93%;
}



.divider {
    height: 40px;
    margin: 30px auto;
    position: relative;
    width: 100%;
}

#main-menu li a {
    color: #fff;
    display: block;
    font-size: 14px;
    line-height: 60px;

    padding: 0 9px;
    text-decoration: none;
}


.aboutus_cake {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    height: 664px;
    margin: 0 0 0 -30px;
    padding: 20px 11px 17px 20px;
    position: relative;
    width: 100%;
}


.inside_text {
    border: 1px solid #fbecec;
    color: #000;
    line-height: 29px;
    margin: 0;
    overflow: hidden;
    padding: 15px;
    text-align: justify;
    width:91%;
}


.contact_cake {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    height: auto;
    margin: 0 0 0 -30px;
    padding: 20px 11px 17px 20px;
    position: relative;
    width: 100%;
}


.inside_text1 {
    border: 1px solid #fbecec;
    color: #000;
    line-height: 29px;
    margin: 0 0 0 -3px;
    overflow: hidden;
    padding: 15px;
    text-align: justify;
    width: 91%;
}

.tart-box ul {
    background: none repeat scroll 0 0 transparent;
    border-radius: 4px;
    box-sizing: border-box;
    color: #000;
    display: block;
    list-style: outside none none;
    margin: 0 0 0 8px;
    width: 100%;
}


.tart-box ul li {
    border-radius: 4px;
    display: inline-block;
    float: left;
    height: 270px;
    line-height: 27px;
    list-style: outside none none;
    margin: 16px 23px 0 10px;
    overflow: hidden;
}


.aboutus_city {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    height: auto;
    margin: 0 0 0 -30px;
    padding: 20px 9px 17px 13px;
    position: relative;
    width: 100%;
}

.ngg-galleryoverview {
    clear: both;
    display: block !important;
    margin-left: 19px;
    margin-top: 10px;
    overflow: hidden;
    width: 100%;
}


.ngg-gallery-thumbnail-box {
    float: left;
    margin-left: 0;
    margin-right: 11px;
}

.contact_address {
    color: #000;
    font: 17px/30px "Open Sans",sans-serif;
    margin: 9px 0 0 -1px;
    width: 91%;
}
.inside_text2 {
    border: 1px solid #fbecec;
    color: #000;
    line-height: 29px;
    margin: 0 0 0 -6px;
    overflow: hidden;
    padding: 15px;
    text-align: justify;
    width: 92%;
}


textarea {
    height: 120px;
    width: 65%;
}

.contact_left {
    border-right: 1px dotted #fff;
    float: left;
    margin: 0 0 28px 15px;
    width: 50%;
}

.contact_right {
    color: #000;
    float: right;
    margin: 10px 0 0 12px;
    overflow: hidden;
    position: relative;
    text-align: justify;
    width: 44%;
}



.enquiry_heading {
    color: #000;
    font: 15px/30px "Open Sans",sans-serif;
    margin: 11px 0 0 7px;
    width: 88%;
}


.footer-top-box {
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
}


#foot-menu li {
    box-sizing: border-box;
    float: left;
    margin-bottom: 10px;
    padding: 0 7px;
    width: 26%;
}
#foot-menu li:last-child {
    margin-left:0;
}

#foot-menu {
    box-sizing: border-box;
    display: block;
    list-style: outside none none;
    margin: 0 80px auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}



.inquiry_contact {
    color: #000;
    font: 18px/30px "Open Sans",sans-serif;
    margin: 2px 0 0 -6px;
    width: 94%;
}

.site_cake {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    height:688px;
    margin: 0 0 0 -30px;
    padding: 20px 11px 17px 20px;
    position: relative;
    width: 100%;
}


.logo-box {
    float: left;
    left: 50%;
    margin: 0 0 0 82px;
    position: absolute;
    top: -37px;
    transform: translateX(-50%);
    width: 201px;
}
.site-content {
    margin-left:0;
    margin-right:0%;
}
.open_block {
    float: left;
    margin: 2px 0 0 2px;
    width: 66%;
}

}
