@font-face {
    font-family: 'lucida_handwritingitalic';
    src: url('../fonts/lhandw-webfont.eot');
    src: url('../fonts/lhandw-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lhandw-webfont.woff') format('woff'),
         url('../fonts/lhandw-webfont.ttf') format('truetype'),
         url('../fonts/lhandw-webfont.svg#lucida_handwritingitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}
body { background:url(../images/body-bg.jpg) center top no-repeat #640000; font-family:Arial, Helvetica, sans-serif; font-size:13px;}
img{ width:100%; height:auto; display:block;}
@media (min-width:1200px) {
.container {
width:1000px;
}
}
.top-bar{ padding:8px 0 0;}
.top-bar p{ color:#2a2e81; font-weight:bold;}
.top-bar .fa{ margin-right:8px; font-size:15px;}
.top-bar ul{ margin:0px 10px 0 0; padding:0px; list-style-type:none; float:right;}
.top-bar ul li{ margin:0px 2px 0 0; padding:0px; list-style-type:none; float:left;}
.top-bar ul li a{ background:#c96007; display:inline-block; padding:0 8px; line-height:24px; color:#fff; font-size:13px;}
.navbar-brand > img{ display:inherit; width:auto; margin-top:25px;}
.navbar-header, .navbar-brand{ float:none;}
@media (max-width:768px) {
.navbar-brand > img{ width:100%;}
.navbar-brand{ padding:0;}
}
.navbar-collapse{ background:#a10000; margin:8px 0; border-radius: 15px 15px 15px 15px;
-moz-border-radius: 15px 15px 15px 15px;
-webkit-border-radius: 15px 15px 15px 15px;
border: 0px solid #000000;}
.navbar-nav{ margin-left:15px;}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover{ background:#550000; border:1px solid #a20102;}
h1{font-family: 'lucida_handwritingitalic'; text-transform:capitalize; font-size: 24px; color: #d6ae79; margin-bottom:10px;}
h2 {margin: 0px 0 10px 0;font-family: 'lucida_handwritingitalic';font-weight: bold;font-style: normal;font-size: 16px;color: #fff;text-transform: uppercase;}
p{color: #b17033;}

.img1{max-width:100%; width:auto; height:auto; margin-bottom:10px;}
/*--------------------*/
/* HOME SLIDER */
/*--------------------*/

#sliderArea {
  display: inline;
  float: left;
  width: 100%;
}
.top-slider{
	float: left;
	display: inline;
	margin-bottom: 0;
	width: 100%;
}
.top-slide-inner{
	float: left;
	display: inline;
	height: 600px;
	width: 100%;

}
.slider-img{
	float: left;
	display: inline;
	height: 100%;
	width: 100%;
}
.slider-img>img{
	width: 100%;
	height: 100%;
}
.top-slider .slick-prev,
.top-slider .slick-next {
	background-color: transparent;
	border: 2px solid #ccc;
	border-radius: 50%;
	color: #ccc;
	cursor: pointer;
	display: block;
	font-size: 0;
	font-weight: bold;
	height: 50px;
	line-height: 44px;
	margin-top: -10px;
	outline: medium none;
	padding: 10px;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 50px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.top-slider .slick-prev{
	left: 3%;
}
.top-slider .slick-next{
	right: 3%;
}
.top-slider .slick-next::before {
	
  content: "\f105";
  font-family: FontAwesome;
  font-size: 25px;
  left: 4px;
  margin-right: 5px;
  position: relative;
}
.top-slider .slick-prev::before {	
  content: "\f104";
  font-family: FontAwesome;
  font-size: 25px;
  left: 1px;
  margin-right: 5px;
  position: relative;
}
.top-slider .slick-dots {
	text-align: center;
	position: absolute;
	bottom: 2%;
	height: 30px;
	width: 100%;
	left: 0;
	z-index: 1000;
}

.top-slider .slick-dots li {
	display: inline-block;
	position: relative;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	margin: 3px;
	background: #ddd;
	background: rgba(150,150,150,0.4);
	cursor: pointer;
	box-shadow:0 1px 1px rgba(255,255,255,0.4), 
		inset 0 1px 1px rgba(0,0,0,0.1);
}

.top-slider .slick-dots li {
	background: rgba(150,150,150,0.1);
	margin: 6px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	box-shadow: 
		0 1px 1px rgba(255,255,255,0.4), 
		inset 0 1px 1px rgba(0,0,0,0.1),
		0 0 0 2px rgba(255,255,255,0.5);
}

.top-slider .slick-dots li.slick-active,
.top-slider .slick-dots li:hover {
	box-shadow: 
		0 1px 1px rgba(255,255,255,0.4), 
		inset 0 1px 1px rgba(0,0,0,0.1),
		0 0 0 5px rgba(255,255,255,0.5);
}

.top-slider .slick-dots li.slick-active:after {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	top: 3px;
	left: 3px;
	border-radius: 50%;
	background: rgba(255,255,255,0.8);
}
.top-slider .slick-dots li button{
	display: none;
}

.golden-roll{
	background:url(../images/golden-bg.png) center top no-repeat;
	min-height:315px;
	/*margin:0px 5px 0 0;
	padding:45px 0 0 15px;
	float:left;*/
	padding-top:40px;
}

.golden-roll h1{
	margin:0px;
	padding:0px 0 8px 0;
	font-family: 'lucida_handwritingitalic';
    font-weight: bold;
    font-style: normal;
	font-size:14px;
	color:#550000;
	text-transform:uppercase;
}

.golden-roll ul{
	list-style-type:disc;
	margin:0px 0 0 40px;
	padding:0px;
}
.golden-roll ul li{
	margin:0px;
	padding:0px 0 8px 0;
	color:#530000;
}
@media (max-width:1000px) {
.golden-roll ul{ margin:0;}
.golden-roll ul li{ text-align:center;}
}
.golden-roll p{
	margin:0px;
	padding:0px 0 10px 0;
	color:#530000;
	line-height:18px;
}
.golden-roll a{
	margin:0px;
	padding:0px 0 10px 55px;
	color:#530000;
	line-height:18px;
}

.readmore_area a {
  color: #fff;
  display: inline-block;
  font-size: 1.35em;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 15px 25px;
  outline: medium none;
  position: relative;
  text-decoration: none;
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
  text-transform: uppercase;
}
.readmore_area {
  float: left;
  margin-top: 40px;
  position: relative;
  z-index: 1;
}

.readmore_area a {
	overflow: hidden;
	margin: 0 15px;
}

.readmore_area a span {
	display: block;
	padding: 10px 20px;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}

.readmore_area a::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	padding: 10px 20px;
	width: 100%;
	height: 100%;
	background: #fff;
	content: attr(data-hover);
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transform: translateX(-25%);
}

.readmore_area a:hover span,
.readmore_area a:focus span {
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	transform: translateX(100%);
}

.readmore_area a:hover::before,
.readmore_area a:focus::before {
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	transform: translateX(0%);
}
.slider-text {
  left: 0;
  margin: 0 auto;
  padding: 100px 30px 10px;
  position: absolute;
  right: 0;
  top: 10%;
  width: 80%;
}

.slider-text h2 {
	color: #f5f5f5;
	font-size: 55px;
	line-height: 55px;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.2);	
}
.slider-text p {
	color: #fff;
	max-width: 960px;
	position: relative;
	width: 100%;	
	font-size: 28px;
	padding-top: 10px;
	font-weight: 300;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
	z-index: 100;
}


/*boxes*/

.box, .box2, .box3{
    display: block;
    height: 115px;
	width:100%;
    margin-right: 15px;
}

.box2{
    background-color: #ac1f23;
}

.box3{
    background-color: #5a8804;
}

.box a, .box2 a, .box3 a {
    display: block;
    font-family: "calibriregular";
    font-size: 20px;
    text-decoration: none;
	float:left;
}


.bg-secondary, .bg-secondary2, .bg-secondary3{ float:left;}
.bg-secondary {
    background: #dc6704 none repeat scroll 0 0;
}
.bg-secondary2 {
    background: #850307 none repeat scroll 0 0;
}
.bg-secondary3 {
    background: #3c5b02 none repeat scroll 0 0;
}
.icon-lg {
    font-size: 40px;
    height: 88px;
    line-height: 90px;
    width: 88px;
	border-radius: 50%;
    display: inline-block;
    text-align: center;
	color:#2b307b;
	margin:0 15px;
	background:#f2f2f2;
}
.boxes{ color:#FFF; font-size:24px; text-transform:uppercase; font-weight:bold; margin-top:18px; line-height:26px;}

.boxes a{ text-decoration:none; color:#fff;}
.boxes a:hover{ text-decoration:none; color:#fff;}

.box h3 a {
    color: #da2628;
	float:none;
	font-family: 'latomedium';
}
.box h3 a:hover {
    color: #333333;
}
.box p {
    color: #2b307b;
}

/*Form*/
.enquiry-form{ background:#39434d; border-top:5px solid #c29767; padding:5px 15px; margin-bottom:10px;}
.enquiry-form h2, .enquiry-form p{ color:#fff; margin:0 0 10px;}
.wp-form-control {
  border-radius: 0px;
  display: inline;
  font-size: 12px;	
  float: left;
  margin-bottom: 12px;
  padding: 8px 12px;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;  
  width: 100%;  
}
.wpcf7-text{
  height: 35px;
}
.wpcf7-email{
  height: 35px;
}
.wpcf7-textarea {
  height: 100px;
  padding: 15px;
}
.wpcf7-submit {
	float: left;
	min-width: 132px;
	max-width: 250px;
	font-weight: 600;
	display: block;
	margin: 0 10px;
	padding: 1em 2em;
	border: none;
	background: none;
	color: inherit;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}
.wpcf7-submit:focus {
	outline: none;
}
.wpcf7-submit > span {
	vertical-align: middle;
	color:#c29767;
}
.button--itzel {
	border: none;
	padding: 0px;
	overflow: hidden;
}
.button--itzel::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: inherit;
	-webkit-clip-path: polygon(0% 0%, 0% 100%, 35% 100%, 35% 60%, 65% 60%, 65% 100%, 100% 100%, 100% 0%);
	clip-path: url(../index.html#clipBox);
	-webkit-transform: translate3d(0, 100%, 0) translate3d(0, -2px, 0);
	transform: translate3d(0, 100%, 0) translate3d(0, -2px, 0);
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
}
.button--itzel.button--border-thin::before {
	border: 1px solid;
	-webkit-transform: translate3d(0, 100%, 0) translate3d(0, -1px, 0);
	transform: translate3d(0, 100%, 0) translate3d(0, -1px, 0);
}
.button--itzel.button--border-thick::before {
	border: 3px solid;
	-webkit-transform: translate3d(0, 100%, 0) translate3d(0, -3px, 0);
	transform: translate3d(0, 100%, 0) translate3d(0, -3px, 0);
}
.button--itzel::before,
.button--itzel .button__icon {
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button--itzel .button__icon {
	background-color: #da2628;
	color:#FFF;
	position: absolute;
    top: 104%;
    left: 50%;
    padding: 12px;
    font-size: 20px;
    -moz-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    -o-transform: translate3d(-50%, 0, 0);
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0)
}
.button--itzel > span {	
	display: block;
    padding: 10px;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    -o-transition: -o-transform 0.3s, opacity 0.3s;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    -o-transition: -o-transform 0.3s, opacity 0.3s;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s
}
.button--itzel:hover::before {
	-moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.button--itzel:hover .button__icon {
	 -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -moz-transform: translate3d(-50%, -100%, 0);
    -ms-transform: translate3d(-50%, -100%, 0);
    -o-transform: translate3d(-50%, -100%, 0);
    -webkit-transform: translate3d(-50%, -100%, 0);
    transform: translate3d(-50%, -100%, 0)
}
.button--itzel:hover > span {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -moz-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}
.wp-form-control, .button--itzel::before{
    border: 2px solid #c29767;
}

	
.footer h4{color: #ffffff;
    font-size: 16px;
    font-weight: bold; padding-bottom:8px;}	
	
.footer ul{ margin:0; padding:0; list-style-type:none;}	
.footer ul li{ color:#777777; margin:5px 0; padding:0;}
.footer ul li a{ color:#777777;}
.footer p{ color:#c29767;}

.social-icons{ }
.social-icons a {
    background: #4c4c4c none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    float: left;
	width: 40px;
    height: 40px;
	line-height:40px;
    margin: 0 8px 10px 0;
    text-align: center;
    text-decoration: none;
	font-size:19px;	
}

.ticker-container .ticker-caption {
		height: 100%;
		width: 150px;
		background: url('./ticker-caption-bg.png');
	}
#ticker_container {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  padding: 10px;
  border: 1px solid #343434;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  overflow: auto;
  margin-bottom:15px;
}
h3{ margin-top:0;}

.footer p a{ color:#c29767;}

a.inline-block{ display:inline-block; margin-right:10px;}

ul.contact-address {
    margin: 15px 0;
    padding: 0;
    width: 100%;
	list-style:none;
}
ul.contact-address li {
    margin: 0;
    padding: 0 0 20px;
	line-height:20px;
}
ul.contact-address li i {
    margin-right: 10px;
}

.enquiry-form select{ color:#919191;}
footer .icon1 {
    margin-top: 10px;
}
footer .icon1 i {
    font-size: 20px;
    color: #39cafa;
    margin-right: 12px;
}
ul.footerlinks a{}
.footer2{ background:#272727;}
.footer2 p{ color:#777777; margin:8px 0;}

a.litebox img{ margin:0 15px 15px 0; border:1px solid #a10000; width:150px;}
.panel-body ul li{ color:#FFF;}

/*Packges Table*/

table {
        border: 1px solid #3F6558;
        margin-bottom: 20px;
      }
      thead tr th {
        background: #3F6558;
      }
      th, td {
        padding: 0 10px;
      }
      tbody th, tbody td {
       /* border: 1px solid #3F6558;*/
      }
	  
table.responsiveTable {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  clear:both;
  border-right: 1px solid #900201;
border-bottom: 1px solid #900201;
  width:100%;
  height:100%;
  text-align:center;
  color:#666;
}

table.responsiveTable th, table.responsiveTable td {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:4px 10px;
  text-align:center;
}

table.responsiveTable thead tr th, table.responsiveTable tr th {
  color:#fff;
  background:#172646;
  border-left:1px solid #900201;
  border-bottom:1px solid #900201;
}

table.responsiveTable tbody tr.total th {
  color:#222;
}

table.responsiveTable thead th:first-child {
  border-radius:5px 0 0 0;
}

table.responsiveTable thead th:last-child {
  border-radius:0 5px 0 0;
}

table.responsiveTable tbody tr.total th:first-child {
  border-radius:0 0 0 5px;
}

table.responsiveTable tbody tr.total td:last-child {
  border-radius:0 0 5px 0;
}

table.responsiveTable tbody td, 
table.responsiveTable tbody th {
  /*background:#E5E5E5;*/
  border-left:1px solid #900201;
  border-top:1px solid #900201;
}

table.responsiveTable tbody th {
  color:#D6AE79;
  background:#750100;
}

table.responsiveTable tbody th.odd, table.responsiveTable tbody td.odd {
  background:#E6E6E6;
}

table.responsiveTable tbody tr.total th, 
table.responsiveTable tbody tr.total td {
  background:#ccc;
}
table.text-left1 th, table.text-left1 td { text-align:left;}