@import url(//fonts.googleapis.com/css?family=Six+Caps|Open+Sans:400,300,600);
@import '../css/tmMultimediaGallery.css';
@import '../fonts/font-awesome.css';
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
/*------ template stylization ------*/
body {
  position: absolute;
  width: 100%;
  height: 100%;
  min-height:800px;

}
body.galleryOpen {
  overflow: hidden !important;
}
body.galleryOpen #content_pages {
  position: fixed !important;
  display: block;
}
body.show-sub-pages {
  overflow: hidden !important;
}
body.show-sub-pages #content_pages {
  height: 100% !important;
}
body.show-sub-pages #content_pages > div {
  overflow-y: scroll !important;
}
body.show-sub-pages #content-2 {
  height: 100% !important;
}
#webSiteLoader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  background: #0c1237;
}
#webSiteLoader span {
  position: absolute;
  top: 50%;
  left: 50%;
}
.bgCover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/siteBg1.jpg) center 0 no-repeat;
  background-size: cover;
  z-index: 0;
  opacity:0.4;
  
}
.fb{
	background:url(../img/fb.png) no-repeat;
	width:30px;
	height:30px;
}
.twitter{
	background:url(../img/twitter.png) no-repeat;
	width:30px;
	height:30px;
}
.instagram{
	background:url(../img/insta.png) no-repeat;
	width:30px;
	height:30px;
}
.linkedin{
	background:url(../img/linkedin.png) no-repeat;
	width:30px;
	height:30px;
}
.fb:hover,.twitter:hover,.instagram:hover,.linkedin:hover{
	opacity:0.3;
}

/*------------- HEADER ---------------------------------------------------------- */
header {
  position: relative;
  width: 100%;
  padding-bottom: 10px;
  top: 0;
  z-index: 50;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
header h1 {
  margin: 4.5% auto;
  padding:1% 0;
  background:#000000;
  opacity:0.8;
  width: 100%;
  height: 100%;
  text-align: center;
  position: relative;
}
header h1 a {
  display: inline-block;
}
header h1 a img {
  width: 90%;
}
/*---------------- HEADER end ------------------------------------------------*/
/*-------------- FOOTER ---------------------------------------------------- */
footer {
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 10;
  top:85%;


}
.mobsocial{
		display:none;
	}
@media (min-width: 200px) and (max-width: 560px){
	.mobsocial{
		display:block;
	}
	
}
footer .container {
  text-align: center;
  margin-top:21px;
}
footer .container .followList {
  list-style: none;
  margin: 14px 0 11px;
  padding: 0;
  overflow: hidden;
  display: inline-block;
  position: relative;
}
footer .container .followList li {
  float: left;
  display: block;
  margin: 0 8px;
}
footer .container .followList li a {
  position: relative;
  display: inline-block;
  font-size: 20px;
  color: #ffffff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
footer .container .followList li:hover a {
  text-decoration: none;
  color: #cfd8ee;
}
footer .container .copyright {
  display: inline-block;
  font: normal 11px/20px 'Arial', Helvetica, sans-serif;
  margin: 0 0 13px 0;
  position: relative;
  text-transform: uppercase;
  vertical-align: middle;
  color: #d8d8d8;
}
footer .container .copyright a {
  float: right;
  color: inherit;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
footer .container .copyright a:hover {
  color: #cfd8ee;
  text-decoration: none;
}
/*-----------  FOOTER END  ------------------------------------------------------*/
/*-----------  MENU  ------------------------------------------------------------*/
header #mainNav {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-top: 0;
  background:#000;
  opacity:0.8;
}
header #mainNav.showed .line {
  width: 100%;
}
header #mainNav .line {
  width: 0%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0.25;
  filter: alpha(opacity=25);
}
header #mainNav ul {
  list-style: none;
  margin: 0 0 0 10%;
  padding: 0;
  display: inline-block;
  vertical-align: top;
}
header #mainNav ul li {
  float: left;
  height: 80px;
  position: relative;
  margin-right: 10px;
}
header #mainNav ul li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 15px;
  overflow: hidden;
}
header #mainNav ul li a .extra {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background: url(../img/act_item.png) 50% bottom no-repeat;
  border-bottom: 1px solid #ffffff;
  z-index: 2;
  top: 10px;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease 0.15s;
  transition: all 0.5s ease 0.15s;
}
header #mainNav ul li a .overHolder {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 4px;
  z-index: 1;
  overflow: hidden;
}
header #mainNav ul li a .overHolder .plane1 {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  font:normal 24px/26px "Piranesi It BT";
  /*font: normal 19px/1em 'Arial', Helvetica, sans-serif;*/
  font-weight:bold;
  text-transform: lowercase;
  text-decoration: none;
  z-index: 1;
  top: -100px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
header #mainNav ul li a .name {
  position: relative;
  display: block;
  /*font: normal 19px/1em 'Arial', Helvetica, sans-serif;*/
  font:normal 24px/26px "Piranesi It BT";
  font-weight:bold;
  text-transform: capitalize;
  text-decoration: none;
  color: #d39f39;
  margin-top: 40px;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}

header #mainNav ul li:hover a {
  text-decoration: none;
}
header #mainNav ul li:hover a .name {
  text-decoration: none;
  margin-top: 80px;
}
header #mainNav ul li:hover a .extra {
  top: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
header #mainNav ul li:hover a .overHolder .plane1 {
  top: 36px;
  color: #fff;
  text-transform: capitalize;
  opacity: 1;
  filter: alpha(opacity=100);
}
header #mainNav ul li.active a .name {
  margin-top: 80px;
}
header #mainNav ul li.active a .extra {
  top: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
header #mainNav ul li.active a .overHolder .plane1 {
  top: 36px;
  color: #fff;
  text-transform: capitalize;
  opacity: 1;
  filter: alpha(opacity=100);
}
@media ( max-width: 2150px ){
header #mainNav ul li a {

  padding: 0 20px;
}

}
@media ( max-width:990px ){
header #mainNav ul li a {

  padding: 0 15px;
}
header #mainNav ul li a .name,
header #mainNav ul li:hover a .overHolder .plane1,
header #mainNav ul li.active a .overHolder .plane1 {
  font-size: 14px;
}
}

/*-----------  menu end  --------------------------------------------------------*/
/*-------------------------------------------------------------------------------*/
h2 {
  font:normal 30px/35px "Piranesi It BT";
  font-weight:bold;
  color: #d59937;
  text-transform: none;
  font-weight:bold;
  margin: 0 0 23px;
}
h3 {
  font:normal 20px/25px "Piranesi It BT";
  font-weight:bold;
  color: #d59937;
  text-transform: none;
  margin: 0 0 6px;
}
p {
  margin-bottom: 24px;
  font: normal 14px/18px Helvetica, sans-serif;
  line-height:25px;
  color: #d59937;
}
.moreBtn {
  font: normal 14px/16px 'Arial', Helvetica, sans-serif;
  color: #a5b7d9;
  padding: 5px 0;
  position: relative;
  float: right;
  margin-right: 44px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.moreBtn:hover {
  color: #ffffff;
  padding: 5px 10px 5px 0;
}
.moreBtn:after {
  width: 27px;
  height: 100%;
  display: block;
  position: absolute;
  right: -40px;
  top: 0;
  background: url(../img/arr_more.jpg) 50% 50% no-repeat;
  content: " ";
}
/*-----------  CONTENT HOLDER  --------------------------------------------------*/
#glob-wrap {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
}
#content > div {
  display: block;
  position: relative;
}
#content_pages {
  position: relative;
  display: block;
  top: 0;
  width: 100%;
  z-index: 100;
}
#content_pages > div {
  width: 100%;
  position: absolute;
  display: none;
}
#category_pages {
  display: none;
}
#ajax-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
#ajax-overlay > div {
  position: absolute;
  top: 50%;
  left: 50%;
}
/*-------------------------------------------------------------------*/
.marg_01 {
  margin-top: 62px;
}
.marg_02 {
  margin-left: 2%;
}
.marg_03 {
  margin: -15px 27px 0 0;
}
.marg_04 {
  margin-bottom: 25px;
}
.marg_05 {
  margin-bottom: 20px;
  line-height:25px;

}
.marg_06 {
  margin-top: 15px;
  margin-left: 15px;
}
.style_1 {
  position: relative;
  display: inline-block;
  color: #ffffff;
  padding-bottom: 6px;
}
/*-------------------------------------------------------------------*/
.wrap {
  overflow: hidden;
}
.closeBtn {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  width: 37px;
  height: 37px;
  background: url(../img/close_icon.jpg) 0 0 no-repeat;
  z-index: 100;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.closeBtn span {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/close_icon.jpg) 0 bottom no-repeat;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.closeBtn:hover span {
  opacity: 1;
  filter: alpha(opacity=100);
}
.color_1 {
  color: #ffffff;
}
/*************************   PAGE_1 **********************************/
.splashHolder {
  width: 100%;
  position: absolute;
  text-align: center;
  top: 55%;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.splashHolder.showed {
  opacity: 1;
  filter: alpha(opacity=100);
}
.splashHolder ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 90%;
  position: relative;
  text-align: center;
}
.splashHolder ul li {
  width: 120px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  margin: 0 5px;
  vertical-align: top;
  height: 120px;
}
.splashHolder ul li.linkItem {
  width: 220px;
  height: 220px;
}
.splashHolder ul li.linkItem .imageItem {
  position: relative;
  display: inline-block;
  float: left;
  margin: 0;
  z-index: 100;
  -webkit-transition: all 0.9s ease-out;
  transition: all 0.9s ease-out;
}
 .imgItem img {
/*border-radius:50%;*/
width: 100%;
}
/*.imgItem img:hover{
	-ms-transform: rotate(-360deg); 
    -webkit-transform: rotate(-360deg); 
	transform: rotate(-360deg);
	transition:2s;
}*/
.splashHolder ul li.linkItem a {
  height: 100%;
  display: inline-block;
}
.splashHolder ul li.linkItem a .title {
  font:normal 26px/28px "Piranesi It BT";
  color: #f1d77b;
  left:0;
  position: absolute;
  display: inline-block;
  margin-top: 192px;
  width:100%;
  background:#000000;
  opacity:0.8;
  z-index: 6;
 /* -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;*/
}
.splashHolder ul li.linkItem a .extraGradient {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: -174px;
  left: 0;
  background: url(../img/grad.png) 0 0 repeat-x;
  z-index: 5;
  -webkit-transition: all 0.4s ease 0.2s;
  transition: all 0.4s ease 0.2s;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.splashHolder ul li.linkItem a .extraPlane0 {
  position: absolute;
  top: 0;
  left: 174px;
  display: block;
  z-index: 50;
}
.splashHolder ul li.linkItem a .extraPlane1 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  -webkit-transition: all 0.4s ease 0.2s;
  transition: all 0.4s ease 0.2s;
}
.splashHolder ul li.linkItem a .extraPlane2 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  top: 0px;
  left: 0;
  z-index: 3;
  /*-webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);*/
  -webkit-transition: all 0.4s ease 0.1s;
  transition: all 0.4s ease 0.1s;
}
.splashHolder ul li.linkItem a .extraPlane3 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.15);
  top: -274px;
  left: 0;
  z-index: 2;
  /*-webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);*/
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  opacity: 0;
  filter: alpha(opacity=0);
}
.splashHolder ul li.linkItem a .extraPlane4 {
  position: absolute;
  display: block;
  width: 100%;
  height: 0;
  background: rgba(255, 255, 255, 0.1);
  top: 0;
  left: 0;
  z-index: 1;
}
.splashHolder ul li.linkItem a:hover {
  text-decoration: none;
}
.splashHolder ul li.linkItem a:hover .imageItem {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.splashHolder ul li.linkItem a:hover .title {
  color: #ffffff !important;
  margin-top: 100px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.4s ease 0.4s;
  transition: all 0.4s ease 0.4s;
}
.splashHolder ul li.linkItem a:hover .extraGradient {
  top: 174px;
  -webkit-transition: all 0.4s ease 0.4s;
  transition: all 0.4s ease 0.4s;
}
.splashHolder ul li.linkItem a:hover .extraPlane1 {
  top: 0;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.splashHolder ul li.linkItem a:hover .extraPlane2 {
  width: 150%;
  height: 0%;
  top: 174px;
  -webkit-transition: all 0.4s ease 0.1s;
  transition: all 0.4s ease 0.1s;
}
.splashHolder ul li.linkItem a:hover .extraPlane3 {
  width: 150%;
  height: 0%;
  top: 174px;
  -webkit-transition: all 0.4s ease 0.2s;
  transition: all 0.4s ease 0.2s;
}
.splashHolder ul li.linkItem a:hover .extraPlane4 {
  height: 100%;
  -webkit-transition: all 0.4s ease 0.2s;
  transition: all 0.4s ease 0.2s;
}
.splashHolder ul li.deltaMargin {
  margin-left: 173px;
}

.splashHolder ul .item1 .extraPlane1 {
  background: url(../img/bg_3.jpg) 0 0 repeat;
}
.splashHolder ul .item1:hover .extraPlane1 {
  background: url(../img/bg_3color.jpg) 0 0 repeat;
}


.splashHolder ul .item2 .extraPlane1 {
  background: url(../img/bg_2.jpg) 0 0 repeat;
}
.splashHolder ul .item2:hover .extraPlane1 {
  background: url(../img/bg_2color.jpg) 0 0 repeat;
}

.splashHolder ul .item3 .extraPlane1 {

  background: url(../img/bg_1.jpg) 0 0 repeat;
}
.splashHolder ul .item3:hover .extraPlane1 {

  background: url(../img/bg_1color.jpg) 0 0 repeat;
}


.splashHolder ul .item4 .extraPlane1 {
  background: url(../img/bg_4.jpg) 0 0 repeat;
}
.splashHolder ul .item4:hover .extraPlane1 {
  background: url(../img/bg_4color.jpg) 0 0 repeat;
}

.splashHolder ul .item5 .extraPlane1 {
	
  background: url(../img/bg_5.jpg) 0 0 repeat;
}
.splashHolder ul .item5:hover .extraPlane1 {
	
  background: url(../img/bg_5color.jpg) 0 0 repeat;
}

.splashHolder ul .item6 .extraPlane1 {
  background: url(../img/villasbg_1.jpg) 0 0 repeat;
}
.splashHolder ul .item6:hover .extraPlane1 {
  background: url(../img/villasbg_1color.jpg) 0 0 repeat;
}

.splashHolder ul .item7 .extraPlane1 {
  background: url(../img/palacebg_1.jpg) 0 0 repeat;
}
.splashHolder ul .item7:hover .extraPlane1 {
  background: url(../img/palacebg_1color.jpg) 0 0 repeat;
}


.splashHolder ul .item8 .extraPlane1 {
  background: url(../img/hotelsbg_1.jpg) 0 0 repeat;
}
.splashHolder ul .item8:hover .extraPlane1 {
  background: url(../img/hotelsbg_1color.jpg) 0 0 repeat;
}


.splashHolder ul .item9 .extraPlane1 {
  background: url(../img/residbg_1.jpg) 0 0 repeat;
}
.splashHolder ul .item9:hover .extraPlane1 {
  background: url(../img/residbg_1color.jpg) 0 0 repeat;
}

.galleryHolder {
  position: absolute;
/*  top: 283px;*/
  width: 100%;
  left: 0;
  z-index: 1;
  display: none;
}
#galleryPrototype5 #mainHolder .closeItem {
  font: normal 16px/20px 'Six Caps', sans-serif;
  color: #fff;
  text-transform: uppercase;
  padding: 0 22px 0 0;
  margin: 0 0 0 21px;
  bottom: 0;
  cursor: pointer;
  display: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#galleryPrototype5 #mainHolder .closeItem:hover {
  padding: 0 32px 0 0;
}
#galleryPrototype5 #mainHolder .title {
  overflow: hidden;
}
#galleryPrototype5 #mainHolder .title span {
  font: normal 24px/18px 'Six Caps', sans-serif;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  display: block;
  margin: 0;
}
#galleryPrototype5 #mainHolder .controlHolder #mainPagination ul li {
  position: relative;
}
#galleryPrototype5 #mainHolder .controlHolder #mainPagination ul li span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: #36425f;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#galleryPrototype5 #mainHolder .closeItem {
  background: #f00;
}
#galleryPrototype5 #mainHolder .controlHolder #mainPagination ul li {
  border: 1px solid #4a4e6a;
}
#galleryPrototype5 #mainHolder .controlHolder #mainPagination ul li:hover span {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 1;
  filter: alpha(opacity=100);
}
#galleryPrototype5 #mainHolder .controlHolder #mainPagination ul li.active span {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 1;
  filter: alpha(opacity=100);
}
#galleryPrototype5 #fullPreviewHolder .primaryFullImage {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
#galleryPrototype5 #fullPreviewHolder .primaryFullImage.animateState {
  -webkit-transform: scale(3);
  -ms-transform: scale(3);
  transform: scale(3);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
}
#galleryPrototype5 #fullPreviewHolder .secondaryFullImage {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
}
#galleryPrototype5 #fullPreviewHolder .secondaryFullImage.animateState {
  -webkit-transform: scale(3);
  -ms-transform: scale(3);
  transform: scale(3);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#galleryPrototype5 #fullPreviewHolder .fullPreviewLoader {
  background: url(../img/base/previewLoader.gif) 50% 50% no-repeat rgba(0, 0, 0, 0.5);
}
/*************************   PAGE_2 **********************************/
.contentBox1 {
  position: relative;
  width: 970px;
  padding: 0;
  background: url(../img/content_b.jpg) repeat 0 0;
  opacity:0.96;
  margin: 0 auto;
  margin-top: 20px;
}
.figure1 {
  position: relative;
  float: left;
  margin-right: 41px;
}
.figure1 img {
  width: 100%;
}
.figure1:after {
  position: absolute;
  display: block;
  width: 209px;
  height: 100%;
  background: url(../img/grad_cont.png) repeat-y 0 0;
  top: 0;
  right: -209px;
  content: "";
}
.cont_txt {
  position: relative;
  padding-right: 95px;
  z-index: 10;
}
hr {
  border: none;
  height: 1px;
  color: #51596d;
  background-color: #51596d;
  margin: 0 0 21px;
}
.corr_1 {
  margin-bottom: 25px;
  width: 96%;
  margin-left: 2%;
}
/*************************   PAGE_3 **********************************/
.contentBox2 {
  position: relative;
  width: 700px;
  padding: 63px 4.3% 52px;
  background: url(../img/content_b.jpg) repeat 0 0;
  margin: 0 auto;
  margin-top: 20px;
}
.contentBox3 {
  position: relative;
  width: 46%;
  float: left;
  margin: 0 2%;
}
.contentBox3 a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.contentBox3 a:hover {
  color: #8391ab;
  text-decoration: none;
}
.icon1 {
  float: left;
  margin-right: 17px;
  margin-top: 2px;
}
/*************************   PAGE_4 **********************************/
.contentBox4 {
  position: relative;
  width: 700px;
  padding: 0;
  background: url(../img/content_b.jpg) repeat 0 0;
  margin: 0 auto;
  margin-top: 20px;
}
/*-------------------------- GOOGLE MAP ----------------------------*/
.mapContainer {
  position: relative;
  display: inline-block;
  float: left;
  width: 52%;
  height: 350px;
  margin: 0 4% 0 0;
}
.mapContainer:after {
  position: absolute;
  display: block;
  width: 209px;
  height: 100%;
  background: url(../img/grad_cont.png) repeat-y 0 0;
  top: 0;
  right: -209px;
  content: "";
}
.g_map {
  width: 100%;
  height: 100%;
  float: left;
  background: url(../img/gMapLoader.gif) 50% 50% no-repeat #363636;
}
.g_map iframe {
  border: none;
  outline: none;
  width: 100%;
  height: 100%;
}
.cont_txt2 { 
position: relative; 
padding: 43px 95px 0 0;
/*overflow: hidden;*/
z-index: 50;
}
.cont_txt2 p{
	font-size:13px !important;
}
.space1 {
  width: 78px;
  display: inline-block;
}
.link1 {
  color: #ffffff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.link1:hover {
  color: #cfd8ee;
  text-decoration: none;
}
/*************************   PAGE_More **********************************/
.contentBox5 {
  position: relative;
  width: 970px;
  padding: 63px 5% 36px;
  background: url(../img/content_b.jpg) repeat 0 0;
  opacity:0.9;
  margin: 0 auto;
  margin-top: 20px;
}
.contentBox5 h4 {
  margin: 10px 0;
}
/*************************   PAGE_404 **********************************/
.cont_txt3 {
  position: relative;
  padding: 62px 98px 0 0;
  z-index: 50;
}
.form-control {
  height: 39px;
  border-radius: 2px;
}
#search {
  padding-top: 4px;
}
#search input {
  width: 27.5%!important;
  display: inline-block;
  margin-bottom: 20px;
  border-radius: 0;
  float: left;
}
#search input:focus {
  outline: none!important;
  box-shadow: none;
  border: none;
}
#search .moreBtn {
  font: 300 17px/17px 'Open Sans', sans-serif;
  color: #ffffff;
  margin: 0;
  padding: 10px 14px;
  background: #9eb0d1;
  text-transform: uppercase;
  border-radius: 0;
}
#search .moreBtn:after {
  display: none;
}
#search .moreBtn:hover {
  background: #252e43;
}
.search_result {
  color: #cfd8ee;
}
.search_title {
  margin-bottom: 0!important;
}
.search_title a {
  position: relative;
  color: #ffffff;
  text-decoration: underline;
}
.search_title a:hover {
  color: #8391ab;
  text-decoration: underline;
}
.search_list {
  margin: 0;
}
.search_list li h3 {
  margin: 0;
  font-size: 16px;
}
.search_list li h3 a {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.search_list li .search_result {
  color: #cfd8ee;
}
.full_link a {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.full_link a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
/*-------------------------- tablet ----------------------------*/
html.tablet header h1 {
  margin: 15px 0 15px;
}
html.tablet header h1 a img {
  width: 100%;
}
html.tablet .contentBox1,
html.tablet .contentBox2,
html.tablet .contentBox4,
html.tablet .contentBox5 {
  margin-top: 0;
}
html.tablet .splashHolder {
  top: 180px;
}
html.tablet .galleryHolder {
  top: 180px;
}
html.tablet .fullscr-btn {
  display: none!important;
}
/*-------------------------- mobile WRAP ----------------------------*/
#mobile-wrap #mobile-header h1 {
  margin: 15px 0 0;
  width: 100%;
  text-align: center;
}
#mobile-wrap #mobile-header h1 a {
  width: 100%;
  display: inline-block;
}
#mobile-wrap #mobile-header h1 a img {
  width: 100%;
}
#mobile-wrap #mobile-header #mobile-navigation {
  width: 100%;
  margin: 20px 0;
  font-size: 16px;
}
#mobile-wrap #mobile-content {
  background: url(../img/content_bg.jpg) repeat 0 0;
}
#mobile-wrap #mobile-content .folioList {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 90%;
  margin-left: 5%;
}
#mobile-wrap #mobile-content .folioList li {
  display: block;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
#mobile-wrap #mobile-content .folioList li ._thumb {
  width: 100%;
}
#mobile-wrap #mobile-content .folioList li ._thumb img {
  width: 100%;
}
#mobile-wrap #mobile-content .folioList li ._name {
  font-family: Brush Script Std; 
  font-size: 20px;
  letter-spacing: 1px;
  position: absolute;
  width: 100%;
  color: #ffffff;
  background: url(../img/bg_1.jpg) repeat 0 0;
  text-transform: uppercase;
  text-align: center;
  bottom: 0;
}
#mobile-wrap #mobile-content .folioList li ul {
  display: none;
}
#mobile-wrap #mobile-content .folioList li + li ._name {
  background: url(../img/bg_2.jpg) repeat 0 0;
}
#mobile-wrap #mobile-content .folioList li + li + li ._name {
  background: url(../img/bg_3.jpg) repeat 0 0;
}
#mobile-wrap #mobile-content .contentBox1,
#mobile-wrap #mobile-content .contentBox2,
#mobile-wrap #mobile-content .contentBox4,
#mobile-wrap #mobile-content .contentBox5 {
  background: transparent;
  border-radius: 0;
  padding-right: 8px;
  padding-left: 8px;
  margin-top: 0;
}
#mobile-wrap #mobile-content .figure1 {
  margin-top: 52px;
}
#mobile-wrap #mobile-content .cont_txt,
#mobile-wrap #mobile-content .cont_txt3 {
  padding: 0;
}
#mobile-wrap #mobile-footer .copyright {
  font: normal 12px/20px 'Open Sans', sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  display: block;
  margin: 30px 0 30px 0;
  position: relative;
}
#mobile-wrap #mobile-footer .copyright a {
  color: inherit;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#mobile-wrap #mobile-footer .copyright a:hover {
  color: #cfd8ee;
  text-decoration: none;
}
/*----- media queries ------*/
@media (max-width: 1220px) {
  #galleryPrototype5 {
    width: 970px;
  }
  #galleryPrototype5 #fullPreviewHolder {
    width: 770px;
  }
  #galleryPrototype5 #mainHolder {
    z-index: 200;
  }
  
  
}
@media (min-width: 992px) and (max-width: 1129px) {
header #mainNav ul li a {
  padding: 0 10px;
}
}
@media (min-width: 1130px) and (max-width: 1280px) {
header #mainNav ul li a {
  padding: 0 20px;
}

.splashHolder ul {
  width: 100%;
}
}
@media (min-width: 1400px) {
header #mainNav ul {
  margin: 0 0 0 20%;
}
.splashHolder {
    top: 60%;
  }
}
@media (max-width: 991px) {
  header h1 {
    margin-top: 35px;
  }
  .splashHolder {
    top: 270px;
  }
  .splashHolder ul {
    width: 750px;
  }
  .imgItem {
    display: none!important;
  }
  #mainPagination {
    padding-left: 0!important;
  }
  .galleryHolder {
    top: 270px;
  }
  #galleryPrototype5 {
    width: 750px;
  }
  #galleryPrototype5 #mainHolder {
    width: 100%;
    margin: 0;
  }
  #galleryPrototype5 #mainHolder .closeItem {
    margin: 0 0 20px;
  }
  #galleryPrototype5 #mainHolder .title {
    width: 100%;
    height: 50px;
  }
  #galleryPrototype5 #mainHolder .title span {
    margin: 15px 0;
  }
  #galleryPrototype5 #mainHolder .controlHolder {
    width: 100%;
    height: auto;
  }
  #galleryPrototype5 #fullPreviewHolder {
    width: 100%;
    height: 400px;
  }
  #mainPagination {
    padding: 0 0 20px;
  }
  .contentBox1 {
    width: 750px;
  }
  .figure1 {
    width: 100%;
    margin: 0 0 20px;
  }
  .figure1 img {
    width: 100%;
  }
  .figure1:after {
    display: none;
  }
  .cont_txt {
    padding: 0 40px;
  }
  .moreBtn {
    margin-bottom: 30px;
  }
  .contentBox2 {
    width: 750px;
    padding: 67px 7.5%;
  }
  .contentBox3 {
    width: 100%;
    margin: 0 0 10px;
  }
  .mapContainer {
    width: 100%;
    margin-bottom: 40px;
  }
  .contentBox4 {
    width: 750px;
    padding: 67px 7.5%;
  }
  .cont_txt2 {
    padding-right: 0;
  }
  .contentBox5 {
    width: 750px;
    padding: 67px 7.5%;
  }
  .cont_txt3 {
    padding: 0 40px;
  }
  #search input {
    width: 100%!important;
  }
  #search .moreBtn {
    margin-bottom: 40px;
  }
  #nextButton {
    right: 30px;
  }
  #prevButton {
    left: 30px;
  }
  .closeIcon1 {
    top: 30px;
    right: 30px;
  }
  .fullscr-btn {
    right: 30px;
    bottom: 30px;
  }
  .full_width {
    width: 100%;
  }
  
}
@media (max-width: 767px) {
  
  .splashHolder ul {
    width: 100%;
  }
  #galleryPrototype5 {
    width: 100%;
  }
  #galleryPrototype5 #mainHolder {
    width: 100%;
    margin: 0;
  }
  #galleryPrototype5 #mainHolder .closeItem {
    padding-left: 15px;
  }
  #galleryPrototype5 #mainHolder .title {
    padding-left: 15px;
  }
  #galleryPrototype5 #mainHolder .title span {
    margin: 15px 0;
  }
  #galleryPrototype5 #mainHolder .controlHolder {
    width: 100%;
    height: auto;
  }
  #galleryPrototype5 #fullPreviewHolder {
    width: 96%;
    margin-left: 2%;
    height: 400px;
  }
  #galleryPrototype5 #mainPagination > ul {
    padding-left: 15px;
  }
  .contentBox1,
  .contentBox2,
  .contentBox4,
  .contentBox5 {
    width: 96%;
  }
  .mapContainer {
    width: 100%;
    margin: 0 0 30px;
  }
}
@media (min-width: 540px) {
	.enquiries{
	padding:30px;
}
.enquiries #mailus{
	float:right;
	margin-right:132px;
}
}
@media (max-width: 540px) {
  header #mainNav ul li {
    margin-right: 5px;
  }
  header #mainNav ul li a {
    padding: 0 10px;
  }
  
}
@media (max-width: 480px) {
  .mapContainer {
    height: 250px;
  }
  .full_width {
    width: 100%;
  }
}
@media (max-width: 380px) {
  header #mainNav ul li a {
    padding: 0 5px;
  }
  
  
}

.enquiries textarea{
	min-height:150px;
	padding:19px;
}
.enquiries input,
.enquiries select,
.enquiries textarea{
	margin:5px 10px;
}
/*Core variables and mixins*/
/* 3d mixins */
/* end 3d mixins */
