/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,800,600,600italic,700,300,400italic,700italic);
 @import url(http://fonts.googleapis.com/css?family=Oswald:400,700,300);
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #000;
	background: url(images/back.png) repeat 0 0;
	border-top: 5px solid #fdb813;
}
ul {
	list-style-type: none;
}
p {
	padding-bottom: 14px;
}
a {
	outline: none;
	color: #d81b22;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #ad161c;
}
img {
	border-width: 0;
	max-width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
.noMargin {
	margin: 0 !important;
}
.no-top-Margin {
	margin-top: 0px !important;
}
.no-bottom-Margin {
	margin-bottom: 0px !important;
}
.no-left-Margin {
	margin-left: 0px !important;
}
.no-right-Margin {
	margin-right: 0px !important;
}
.noPadding {
	padding: 0 !important;
}
.noPadding-left {
	padding-left: 0 !important;
}
.noPadding-right {
	padding-right: 0 !important;
}
.noBorder {
	border: none !important;
}
.noBorder-right {
	border-right: none !important;
}
.noBorder-bottom {
	border-bottom: none !important;
}
.noback {
	background: none !important;
}
.noalign {
	text-align: left !important;
}
h1 {
	color: #D81B22;
	font-family: 'Open Sans', sans-serif;
	font-size: 29px;
	margin-bottom: 19px;
	line-height: 20px;
	font-weight: 600;
	text-transform: uppercase;
}
h2 {
	color: #212121;
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	margin-bottom: 19px;
	font-weight: 600;
}
h3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 19px;
	margin-bottom: 25px;
	color: #e9e9e9;
}
h4 {
	font-family: 'Open Sans', sans-serif;
	color: #000;
	font-size: 17px;
	font-weight: 600;
	margin-bottom: 10px;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	color: #696969;
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 5px;
}
h6 {
	font-family: 'PT Sans', sans-serif;
	color: #343c46;
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 13px;
}
.spacer, .clear {
	height: 0;
	line-height: 0;
	font-size: 0;
	clear: both;
}
.wrapper {
	height: 100%;
	width: 100%;
}
.topSec {
	width: 100%;
}
.topPart {
	/*height: 153px;*/

	margin: 0 auto;
	max-width: 960px;
	position: relative;
}
.logo {
	float: left;
	margin-top: 11px;
}
.navSec {
	float: right;
	margin-top: 45px;
}
.socialSec {
	margin-bottom: 12px;
	float: right;
}
.socialSec a {
	/*background-image: url(images/social-media.png) !important;
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;*/
	display: inline-block;
	/*text-indent: -10000px;*/
}
a.facebook {
	margin-right: 5px;
	background-position: 0 0;
}
a.twitter {
	margin-right: 5px;
	background-position: -21px 0;
}
a.googlePlus {
	background-position: -42px 0;
}
.socialSec span {
	background: url("images/call.png") no-repeat scroll 0 10px transparent;
	color: #D81B22;
	display: inline-block;
	font-size: 24px;
	font-weight: 600;
	line-height: 30px;
	margin-left: 11px;
	padding-left: 38px;
}

/*start NAVIGATION
********************************/
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  width: auto;
  line-height: 1;
}
#menu-line {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 6px;
  /*border-bottom:#fdb813 solid 2px;*/
  background: url(images/nav-hover.gif) 50% 100% no-repeat;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
  
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu > ul > li > a {
	color: #212121;
    font-size: 18px;
    font-weight: bold;
    padding: 11px 15px;
	text-decoration: none;
    text-transform: uppercase;
	border-right:#cfcfcf solid 1px;
	
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-ms-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
}
#cssmenu ul li.current_page_parent a{
	background:none;
}
.menu-opened #cssmenu > ul > li > a {
	border:none !important;	
}
#cssmenu > ul > li:last-child > a{
	border:none;	
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a, #cssmenu > ul > li.current-menu-item > a, #cssmenu > ul > li.current-menu-parent > a{
  color: #d81b22;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 25px;
}
#cssmenu > ul > li.has-sub > a::after {
  /*position: absolute;
  top: 21px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;*/
}
#cssmenu > ul > li.has-sub:hover > a::after {
  border-color: #009ae1;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  background:#fff;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  right: 0;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li {
	position:relative;
	z-index:9999;
  height: 0;
  -webkit-transition: height .2s ease;
  -moz-transition: height .2s ease;
  -ms-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;
}
#cssmenu ul li:hover > ul > li {
  height: 40px;
  background: #fff url(images/nav-line.gif) 0 100% repeat-x;
}
#cssmenu ul ul li a {
	background: url(images/small-arrow.png) no-repeat 95% 50% !important;
	border:none;
	color: #000000;
	display: block;
	font-size: 14px;
	font-weight: normal;
	padding: 12px;
	text-transform: none;
	
	
	
	min-width: 270px;
	
	text-decoration: none;
	
	
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-ms-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover, #cssmenu ul ul li.current-menu-item > a {
  color: #fff;
  background:#fdb813 url("images/small-arrow.png") no-repeat 95% 50% !important;
}


ul.open {
	background:#fff;
}
	ul.open li{
		border:none;	
	}


#cssmenu ul ul li.has-sub > a::after {
  /*position: absolute;
  top: 13px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;*/
}
#cssmenu.align-right ul ul li.has-sub > a::after {
  /*right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;*/
}
#cssmenu ul ul li.has-sub:hover > a::after {
  border-color: #ffffff;
}
/*@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 768px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 768px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 768px), only screen and (min-device-pixel-ratio: 2) and (max-width: 768px), only screen and (min-resolution: 192dpi) and (max-width: 768px), only screen and (min-resolution: 2dppx) and (max-width: 768px) {*/
	
/*@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {*/

@media only screen and (max-width:1024px) {
  #cssmenu {
    width: 100%;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
  }
  #cssmenu.align-center > ul,
  #cssmenu.align-right ul ul {
    text-align: left;
  }
  #cssmenu > ul > li > a{
		border-right:none;  
  }
  #cssmenu ul li,
  #cssmenu ul ul li,
  #cssmenu ul li:hover > ul > li {
    width: 100%;
    height: auto;
    border-top: 1px solid rgba(120, 120, 120, 0.15);
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
  }
  #cssmenu > ul > li,
  #cssmenu.align-center > ul > li,
  #cssmenu.align-right > ul > li {
    float: none;
    display: block;
  }
  #cssmenu ul ul li a {
    padding: 20px 20px 20px 30px;
    color: #000000;
	border-right:none;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li a:hover {
    color: #000000;
  }
  #cssmenu ul ul ul li a {
    padding-left: 40px;
	border-right:none;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul {
    position: relative;
    left: 0;
    right: auto;
    width: 100%;
    margin: 0;
  }
  #cssmenu > ul > li.has-sub > a::after,
  #cssmenu ul ul li.has-sub > a::after {
    display: none;
  }
  #menu-line {
    display: none;
  }
  #cssmenu #menu-button {
	  color: #212121;
    font-size: 18px;
    font-weight: bold;
	
	background:#fff;
	display: block;
	padding: 20px;
	cursor: pointer;
	text-transform: uppercase;
  }
  #cssmenu #menu-button::after {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    width: 15px;
    height: 4px;
    background: #000000;
  }
  #cssmenu #menu-button::before {
    content: '';
    position: absolute;
    top: 27px;
    right: 20px;
    display: block;
    width: 15px;
    height: 3px;
    border-top: 4px solid #000000;
    border-bottom: 4px solid #000000;
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    display: block;
   /* border-left: 1px solid rgba(120, 120, 120, 0.15);*/
    height: 33px;
    width: 40px;
    cursor: pointer;
	display: none;
  }
  #cssmenu .submenu-button::after {
    content: '';
    position: absolute;
    top: 13px;
    left: 13px;
    display: block;
    width: 1px;
    height: 16px;
    background: #000000;
    z-index: 99;
  }
  #cssmenu .submenu-button::before {
    content: '';
    position: absolute;
    left: 5px;
    top: 19px;
    display: block;
    width: 16px;
    height: 1px;
    background: #000000;
    z-index: 99;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    display: none;
  }
}
/*end NAVIGATION
********************************/


.wrapperFrameTop, .wrapperFrame_innerTop {
	position:absolute;
	top:0;
	background: url(images/inner-shadow-top.png) repeat-x 0 0;
	z-index: 99;
	width: 100%;
	height:/*526px*/ 7px;
}
.wrapperFrameBottom, .wrapperFrame_innerBottom {
	position:absolute;
	bottom:0;
	background: url(images/inner-shadow-bottom.png) repeat-x 0 0;
	z-index: 99;
	width: 100%;
	height:/*526px*/ 7px;
}
.wrapperSlide {
	position: relative;
	width: 100%;
	height:/*526px*/ auto;
	overflow: hidden;
}
.wrapperSlide img {
	height: /*526px*/ 100% !important;
	position: absolute;
	top: 1px;
	width: 100% !important;
	z-index: 2;
}
.whatsSec {
	margin: 0 auto !important;
 position:;
	right: -4px;
	top: 220px;
	width: 630px;
	z-index: 9999;
}
.discount_pan {
	background: url("images/discount_bg.png") no-repeat scroll 0 0 transparent;
	width: 306px;
	height: 508px;
	position: absolute;
	right: 0;
	top: 216px;
	z-index: 10;
}
.percent {
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 116px;
	line-height: 68px;
	color: #FFF;
	padding: 35px 56px 0 100px;
}
.percent span {
	font-weight: 300;
	font-size: 73px;
	line-height: 58px;
	vertical-align: top;
}
.percent span span {
	font-weight: 400;
	display: block;
	font-size: 32px;
	line-height: 72px;
	text-align: right;
}
.month_special {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 30px;
	line-height: 45px;
	text-align: center;
	color: #191919;
	letter-spacing: -2px;
	margin: 10px 0 0 0;
}
.month_special span {
	display: block;
	color: #bf0000;
	font-size: 18px;
	line-height: 20px;
	font-weight: 600;
	letter-spacing: -1px;
	padding: 0 25px;
}
.discnt_appl {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 17px;
	line-height: 22px;
	text-align: center;
	color: #000000;
	margin: 10px 0 0 0;
}
.discnt_appl span {
	font-weight: 400;
	font-size: 14px;
	line-height: 19px;
	padding: 0 26px;
	display: block;
}
.promo_code {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 17px;
	line-height: 22px;
	text-align: center;
	font-style: italic;
	color: #ffffff;
	margin: 20px 0 0 0;
}
.promo_code span {
	text-transform: uppercase;
}
.whatsOn {
	background: url("images/happy-client.png") no-repeat scroll 0 0 transparent;
	height: 436px;
	margin-bottom: 23px;
	/*    padding: 35px 34px;*/







	padding: 16px 34px 53px;
	position: absolute;
	right: 0;
	top: 216px;
	width: 239px;
	z-index: 10;
}
.whatsOn h3 {
	background: url("images/whats-bar.png") no-repeat scroll 50% 100% transparent;
	color: #D61A21;
	font-weight: 600;
	margin: 0;
	padding-bottom: 17px;
	margin-bottom: 18px;
}
.whatsOn h3 span {
	font-weight: 300;
	color: #212121;
	display: block;
}
h3.widget-title span {
	font-weight: 300;
	color: #212121;
	display: block;
}
.whatsOn ul li {
	margin-bottom: 10px;
	font-weight: 700;
	font-size: 15px;
	font-style: italic;
	color: #d81b22;
}
.whatsOn ul li span {
	color: #212121;
	display: block;
	font-size: 14px;
	font-style: italic;
	font-weight: 600;
	line-height: 12px;
}
.container {
	max-width: 960px;
	margin: 41px auto;
	overflow: hidden;
}
.container .leftPan {
	float: left;
	margin-right: 15px;
	width: 636px;
}
.leftPan h1 span {
	font-weight: 300;
	text-transform: none;
	color: #d81b22;
	display: block;
	margin-bottom: 10px;
}
.devider {
	background: url(images/line.png) no-repeat 50% 100%;
	margin-bottom: 31px;
	height: 13px;
}
.devider1 {
	background: url(images/line.png) no-repeat 50% 100%;
	margin-bottom: 8px;
	height: 13px;
}
.leftPan h2 {
	font-weight: 300;
	text-transform: none;
	color: #d81b22;
	font-size: 28px;
}
.leftPan h2 strong {
	text-transform: uppercase;
	color: #000;
	font-weight: 700;
}
.leftPan a {
	font-style: italic;
}
.container .rightPan {
	float: left;
	/*width:306;*/







	margin-top: 10px;
}
.enquirySec {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #EEEEEE;
	font-size: 13px;
	padding: 24px 34px;
	width: 238px;
	position: relative;
}
.enquirySec h2 {
	color: #202020;
	font-weight: bold;
	line-height: 31px;
}
.enquirySec input[type="text"] {
	width: 210px;
	height: 35px;
	border: 1px solid #d7d7d7;
	color: #555555;
	font-style: italic;
	padding: 0px 12px;
	margin-bottom: 7px;
}
.enquirySec label {
	margin-right: 7px;
	display: inline-block;
}
.enquirySec select {
	border: 1px solid #D7D7D7;
	height: 32px;
	padding: 6px;
	width: 58px;
	font-style: italic;
	color: #555555;
	margin-bottom: 7px;
}
.enquirySec select option {
	line-height: 32px;
}
input.hasDatepicker[type="text"] {
	padding: 0 10px;
	width: 93px;
	background: url("images/cal.png") no-repeat scroll 94% 50% transparent;
}
input.wpcf7-email {
	width: 210px;
	height: 35px;
	border: 1px solid #d7d7d7;
	color: #555555;
	font-style: italic;
	padding: 0px 12px;
	margin-bottom: 7px;
}
input.wpcf7-tel {
	width: 210px;
	height: 35px;
	border: 1px solid #d7d7d7;
	color: #555555;
	font-style: italic;
	padding: 0px 12px;
	margin-bottom: 7px;
}
input.hasDatepicker[type="text"]:last-child {
}
#ui-datepicker-div {
	top: 10px;
}
.enquirySec textarea {
	border: 1px solid #D7D7D7;
	color: #555555;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-style: italic;
	height: 70px;
	padding: 5px;
	width: 221px;
	resize: none;
	margin-bottom: 7px;
}
.happyClient {
	width: 306px;
	margin-top: 35px;
	overflow: hidden;
	position: relative;
}
.happyClient h2 {
	font-size: 29px;
	color: #d81b22;
	font-weight: 600;
	text-transform: uppercase;
}
.happyClient h2 span {
	font-weight: 300;
	font-size: 21px;
	color: #555555;
	display: block;
	text-transform: none;
	margin-bottom: 5px;
}
.send {
	background: #d81b22;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	font-size: 18px;
	font-weight: 700;
	font-style: italic;
	color: #fff;
	border: 0;
	padding: 5px 15px;
	cursor: pointer;
}
.happyCont {
}
.happyCont div {
	font-size: 12px;
	font-style: italic;
}
.happyCont div p {
	font-size: 26px;
	line-height: 32px;
	font-size: 12px;
	font-style: italic;
	line-height: 18px;
	padding-bottom: 10px;
}
.happyCont div p:last-child {
	content: url("") !important;
}
.happyCont p:first-child:after {
	content: url("images/quote-second.png") !important;
	display: inline-block;
	position: relative;
	top: 2px;
}
.happyCont p:first-child:before {
	content: url("images/quote-first.png") !important;
	display: inline-block;
	position: relative;
	padding-right: 5px;
}
a.blue-next {
	background: url("images/arrow.png") no-repeat scroll -13px 0 transparent;
	cursor: pointer;
	display: block;
	float: left;
	height: 27px;
	position: absolute;
	right: 1px;
	text-indent: 10000px;
	top: 10px;
	width: 27px;
}
a:hover.blue-next {
	text-decoration: none;
	display: block;
}
a.blue-previous {
	background: url("images/arrow.png") no-repeat scroll 0 0 transparent;
	cursor: pointer;
	display: block;
	float: left;
	height: 11px;
	margin-right: 7px;
	position: absolute;
	right: 25px;
	text-indent: 10000px;
	top: 10px;
	width: 8px;
}
a:hover.blue-previous {
	text-decoration: none;
	display: block;
}
.footerSec { /*background:url(images/footer-back.jpg) repeat-x; height:355px;*/
	width: 100%;
	padding: 0;
}
.footer {
	max-width: 960px;
	margin: 0 auto;
	padding: 51px 0;
}
.footer h4 {
	text-transform: uppercase;
}
.gallery {
	width: 261px;
	margin-right: 52px;
	float: left;
}
.gallery ul {
	margin-top: 16px;
}
.gallery ul li {
	float: left;
	margin: 0px 12px 15px 0;
}
.gallery ul li a {
	border: 5px solid #fcda88;
	display: block;
	height: 68px;
}
.gallery ul li a:hover {
	border: 5px solid #ea691a;
}
.contactSec {
	float: left;
	width: 305px;
	margin-right: 36px;
}
.contactSec p {
	font-size: 13px;
}
.contactSec strong.red {
	color: #d20d14;
	font-size: 13px;
	font-weight: 700;
	display: block;
}
.villegeMap {
	width: 306px;
	float: left;  /*margin-bottom:44px;*/
}
.villegeMap iframe {
	border: 5px solid #fcda88;
}
p.copy {
	text-align: left;
	font-size: 12px;
	line-height:/*54px*/ 22px;
	color: #fff;
	margin: 0;
	padding: 0;
}
span.neboTxt {
	color: #d81b22;
}
/*********************************inner page starte***********************************/







.wrapperSlide_inner img {
	margin: 0 auto;
	display: block;
	max-width: 100%;
	position: relative;
	top: 0px;
	height: /*294px*/ auto;
}
.wrapperSlide_inner{
	position:relative;	
}
.wrapperFrame_inner {
	background: url(images/inner-shadow.png) repeat-x 0 0;
	position: absolute;
	top:0; bottom:0;
	z-index: 99;
	width: 100%;
	height: /*294px*/ auto;
}
.margin_top {
	margin-top: 240px;
}
.inner_page_pan {
	margin: 0;
	padding: 0;
}
.inner_page_pan img {
	float: left;
	margin-right: 20px;
	background: #fff;
	border: 1px solid #d9d9d9;
	padding: 3px;
}
.inner_page_pan p {
	padding-bottom: 20px;
}
.inner_page_pan p strong {
	font-weight: 700;
	font-style: italic;
}
.inner_page_pan p span {
	font-style: italic;
	color: #d81b22;
}
#wpcf7-f47-t1-o1 p {
	padding-bottom: 0px;
}
p.checkin {
	float: left;
}
p.checkout {
	float: right;
}
.gallery h3.widget-title, .contactSec h3.widget-title, .villegeMap h3.widget-title {
	color: #000000;
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	font-weight: 600;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.contactSec {
	font-size: 13px;
}
ul.imglist {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
ul.imglist li {
	margin: 0 16px 17px 0;
	float: left;
}
ul.imglist li:nth-child(3n+3) {
	margin: 0 0 17px 0;
}
ul.imglist li img {
	margin: 0;
}
.slideshowlink {
	display: none;
}
.stage {
	font-size: 14px;
	color: #000;
	margin-bottom: 0px;
	padding-left: 5px;
}
.stage:last-child {
	margin-top: 5px;
}
img.vilalgemap {
	padding: 0 !important;
	border: 1px solid #eeeeee;
	margin-bottom: 28px;
}
p.vilalgemaptxt {
	font-size: 15px;
}
a.download {
	font-size: 15px;
	color: #d81b22;
	font-weight: bold;
	font-style: normal;
	text-decoration: underline;
}
a.download:hover {
	color: #AD161C;
	text-decoration: none;
}
img.pdf {
	border: none;
	background: none;
	padding: 0;
	margin: 0 9px 0 0;
}
.logoSec {
	margin: 30px 30px 0 0px;
	float: left;
}
.logoSec img {
	border: 5px solid #FCDA88;
}
.page-id-21 .footer .contactSec {
	margin-right: 28px !important;
	width: 290px;
}
.page-id-22 .footer .logoSec {
	margin: 30px 0px 44px 0px;
}
.page-id-18 .footer .logoSec {
	margin: 30px 0px 44px 0px;
}
/**neil css start**/















.location {
	background: #fff;
	border: #efefef 1px solid;
	float: left;
	padding: 5px 3px 0 5px;
	width: 610px;
}
.location-caption {
	float: left;
	margin: 0 0 18px;
	width: 100%;
}
.location-caption a {
	color: #212121;
}
.location-caption a span {
	color: #D81B22;
}
.contact-form {
	background: #FFFFFF;
	border: #efefef 1px solid;
	float: left;
	font-size: 13px;
	margin: 0 0 50px;
	padding: 35px 30px;
	width: 560px;
}
.contact-form h2 {
	color: #212121;
	font-weight: bold;
}
.contact-form input[type="submit"] {
	background: #D81B22;
	border: 0 none;
	border-radius: 6px 6px 6px 6px;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 18px;
	font-style: italic;
	font-weight: 700;
	margin: 0 0 0 100px;
	padding: 5px 15px;
}
.contact-form textarea {
	border: 1px solid #D7D7D7;
	color: #555555;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-style: italic;
	height: 150px;
	margin-bottom: 7px;
	padding: 5px;
	resize: none;
	width: 400px;
}
.contact-form label {
	float: left;
	margin: 12px 0 0;
	width: 100px;
}
.contact-form span {
	color: #D81B22;
}
.contact-form input[type="text"], .contact-form input[type="email"] {
	border: 1px solid #D7D7D7;
	color: #555555;
	font-style: italic;
	height: 45px;
	margin-bottom: 7px;
	padding: 0 12px;
	width: 385px;
}
#slides {
	display: none
}
#slides .slidesjs-navigation {
	margin-top: 5px;
}
a.slidesjs-next, a.slidesjs-previous, a.slidesjs-play, a.slidesjs-stop {
	background-image: url(img/btns-next-prev.png);
	background-repeat: no-repeat;
	display: block;
	width: 12px;
	height: 18px;
	overflow: hidden;
	text-indent: -9999px;
	float: left;
	margin-right: 5px;
}
a.slidesjs-next {
	margin-right: 10px;
	background-position: -12px 0;
}
a:hover.slidesjs-next {
	background-position: -12px -18px;
}
a.slidesjs-previous {
	background-position: 0 0;
}
a:hover.slidesjs-previous {
	background-position: 0 -18px;
}
a.slidesjs-play {
	width: 15px;
	background-position: -25px 0;
}
a:hover.slidesjs-play {
	background-position: -25px -18px;
}
a.slidesjs-stop {
	width: 18px;
	background-position: -41px 0;
}
a:hover.slidesjs-stop {
	background-position: -41px -18px;
}
.slidesjs-pagination {
	margin: 7px 0 0;
	float: right;
	list-style: none;
}
.slidesjs-pagination li {
	float: left;
	margin: 0 1px;
}
.slidesjs-pagination li a {
	display: block;
	width: 13px;
	height: 0;
	padding-top: 13px;
	background-image: url(img/pagination.png);
	background-position: 0 0;
	float: left;
	overflow: hidden;
}
.slidesjs-pagination li a.active, .slidesjs-pagination li a:hover.active {
	background-position: 0 -13px;
}
.slidesjs-pagination li a:hover {
	background-position: 0 -26px;
}
#slides a:link, #slides a:visited {
	color: #333;
}
#slides a:hover, #slides a:active {
	color: #9e2020;
}
.navbar {
	overflow: hidden;
}
#slides {
	display: none;
}
.img-container {
	margin: 0 auto;
	position: relative;
	top: /*-526px*/ 0;
	z-index: -1;
}

@media (max-width: 767px) {
.img-container {
	/*width: 767px;*/
}
}

/* For smartphones */


@media (max-width: 480px) {
.img-container {
	/*width: 480px;*/
}
}

@media (min-width: 1301px) {
.img-container {
	height: auto;
	width: 100%;
}
}
/**neil css end**/




/*START Style for responsive*/
.forDesktop {
	display: block;
}
.forMobile {
	display: none;
}
.inner {
	margin: 0 auto;
	max-width: 960px;
}
.wrapperSlide .img-container #slide {
	width: 100% !important;
	height: 530px !important;
}
.footer-top {
	background: #fbb714 url(../images/footer-topBg.png) 0 0 repeat-x;
}
.footer-bottom {
	background: #1c1c1c url(../images/footer-bottomBg.png) 0 0 repeat-x;
	line-height: 54px;
}
.footer-bottom .inner {
	padding-top: 20px;
	padding-bottom: 20px;
}


.alignleft {
	margin-right: 20px;
	margin-bottom: 20px;
	}
.alignright {
	margin-left: 20px;
	margin-bottom: 20px;
	}

.gallery-small {
	margin-bottom: 30px;
	overflow:hidden;	
	}
	.gallery-small a {
		float: left;
		margin-right: 5px;
		margin-bottom: 15px;
		}
		.gallery-small a img {
			margin:0;
			float:none;
			}
			
ul.imglist a {
	display: block;
	}

/*.location {
	max-width: 610px;
	}*/
.location img {
	max-width: 100%;
	}
	
.wrapperSlide_inner {
	height: auto;
	}
	
.personname {
	/*background: #eee;*/
	border: none;
	display: block;
	}
/*END Style for responsive*/
