@import url(http://fonts.googleapis.com/css?family=Roboto:100,300,400,700);
@import url(http://fonts.googleapis.com/css?family=Asap);
@import url(http://fonts.googleapis.com/css?family=Anton);
@import '../fonts/font-awesome.css';
@import 'tmMultimediaGallery.css';
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
/*------ template stylization ------*/
body {
  width: 100%;
  height: 100%;
  position: absolute;
  min-height: 900px;
  background: url(../img/bg1.png);
}
#webSiteLoader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  background: #000000;
}
#webSiteLoader span {
  position: absolute;
  left: 50%;
  top: 50%;
}
/*------------- HEADER ---------------------------------------------------------- */
header {
  position: relative;
  background: none;
  z-index: 11;
}
h1 {
  margin: 0;
  margin-top: 0px;
  text-align: left;
  position: relative;
  display: inline-block;
  z-index: 1;
  opacity: 0;
}
h1 a {
  display: inline-block;
  margin: 25px 0;
}
/*---------------- HEADER end ------------------------------------------------*/
/*-------------- FOOTER ---------------------------------------------------- */
footer {
  width: 100%;
  height: 55px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 800;
  background: url(../img/bg1.png) repeat;
}
.bord1 {
  background: url(../img/footer_line.png) repeat-x;
  position: relative;
  width: 100%;
  height: 2px;
}
.copyright {
  width: 100%;
  background: none;
  padding: 0px;
  position: relative;
  bottom: 0;
  left: 0;
  text-align: left;
  z-index: 500;
  margin: 8px 0;
  display: inline-block;
  color: #aaaaaa;
  font: 400 12px/12px 'Droid Sans', sans-serif;
}
.copyright span {
  display: inline-block;
  font: 400 12px/12px 'Droid Sans', sans-serif;
  color: #7b7a7b;
  text-transform: none;
}
.copyright a {
  font: 400 12px/12px 'Droid Sans', sans-serif;
  color: #7b7a7b;
  text-transform: none;
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.copyright a:hover {
  color: #fff;
  text-decoration: none;
}
/*-----------  FOOTER END  ------------------------------------------------------*/
/*-----------  MENU  ------------------------------------------------------------*/
footer #mainNav {
  position: relative;
  /*margin-top: 65px; */margin: 10px auto;
  width: 500px;

  text-align: center;
  opacity: 0;
}
footer #mainNav > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 500px;;
}
footer #mainNav > ul > li {
  position: relative;
  display: inline-block;
  float: left;
  text-align: center;
  padding: 0px 25px;
}
footer #mainNav > ul > li:after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 6px;
  height: 6px;
  top: 15px;
  right: -3px;
  background: url(../img/menu_dot.png) no-repeat;
}
footer #mainNav > ul > li > a {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
footer #mainNav > ul > li > a .base_text {
  font: 400 21px/21px 'Anton', sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  margin: 9px 0;
  padding: 0;
  top: 0;
  z-index: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
footer #mainNav > ul > li > a .over_text {
  font: 400 21px/21px 'Anton', sans-serif;
  color: #ffde01;
  text-transform: uppercase;
  position: absolute;
  display: inline-block;
  margin: 9px 0;
  padding: 0;
  top: -120px;
  left: 0;
  z-index: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
footer #mainNav > ul > li > a .area {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
footer #mainNav > ul > li.active > a,
footer #mainNav > ul > li > a:hover {
  text-decoration: none;
}
footer #mainNav > ul > li.active > a .base_text,
footer #mainNav > ul > li > a:hover .base_text {
  top: 120px;
}
footer #mainNav > ul > li.active > a .over_text,
footer #mainNav > ul > li > a:hover .over_text {
  top: 0px;
}
footer #mainNav > ul > li.half {
  margin: 0 400px 0 0;
  padding: 0;
}
footer #mainNav > ul > li.half:after {
  content: none;
}
footer #mainNav > ul > li.last {
  padding: 0px 0px 0px 25px;
}
footer #mainNav > ul > li.last:after {
  content: none;
}
footer #mainNav > ul > li a:focus {
  text-decoration: none;
  outline: none;
}
footer #mainNav > ul > li a:active {
  text-decoration: none;
  outline: none;
}
footer #mainNav .subNav {
  position: absolute;
  bottom: 35px;
  left: 12px;
  width: 300px;
  display: inline-block;
  background: url(../img/bg1.png);
  z-index: 300;
  width: 100px;
}
footer #mainNav .subNav ul {
  position: relative;
  display: inline-block;
  text-align: center;
  list-style: none;
  margin: 0;
  padding: 5px 0;
}
footer #mainNav .subNav ul li {
  display: block;
  margin: 5px 0;
}
footer #mainNav .subNav ul li a {
  font: 13px/13px 'Anton', sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  padding: 0 5px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
footer #mainNav .subNav ul li a:hover {
  color: #ffde01;
  text-decoration: none;
}
/*-----------  menu end  --------------------------------------------------------*/
/*-----------  CONTENT HOLDER  --------------------------------------------------*/
.wrap {
  overflow: hidden;
}
#glob-wrap {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	left: 6px;
	top: 16px;
}
#content_pages {
  display: block;
  position: relative;
  left: 0;
  width: 100%;
  margin-left: 0px;
  height: 0%;
  z-index: 400;
}
#content_pages > div {
  position: relative;
  display: block;
  margin-top: 40px;
  background: none;
  margin-bottom: 10px;
}
#content_pages > div .animateBlock .animateItem1,
#content_pages > div .animateBlock .animateItem2,
#content_pages > div .animateBlock .animateItem3,
#content_pages > div .animateBlock .animateItem4,
#content_pages > div .animateBlock .animateItem5,
#content_pages > div .animateBlock .animateItem6,
#content_pages > div .animateBlock .animateItem7,
#content_pages > div .animateBlock .animateItem8 {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
}
#content_pages > div._active .animateBlock .animateItem1,
#content_pages > div._active .animateBlock .animateItem2,
#content_pages > div._active .animateBlock .animateItem3,
#content_pages > div._active .animateBlock .animateItem4,
#content_pages > div._active .animateBlock .animateItem5,
#content_pages > div._active .animateBlock .animateItem6,
#content_pages > div._active .animateBlock .animateItem7,
#content_pages > div._active .animateBlock .animateItem8 {
  position: relative;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
#content_pages > div._active .animateBlock .animateItem1 {
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
#content_pages > div._active .animateBlock .animateItem2 {
  -webkit-transition: all 0.6s ease 0.3s;
  transition: all 0.6s ease 0.3s;
}
#content_pages > div._active .animateBlock .animateItem3 {
  -webkit-transition: all 0.6s ease 0.6s;
  transition: all 0.6s ease 0.6s;
}
#content_pages > div._active .animateBlock .animateItem4 {
  -webkit-transition: all 0.6s ease 0.9s;
  transition: all 0.6s ease 0.9s;
}
#content_pages > div._active .animateBlock .animateItem5 {
  -webkit-transition: all 0.6s ease 1.2s;
  transition: all 0.6s ease 1.2s;
}
#content_pages > div._active .animateBlock .animateItem6 {
  -webkit-transition: all 0.6s ease 1.5s;
  transition: all 0.6s ease 1.5s;
}
#content_pages > div._active .animateBlock .animateItem7 {
  -webkit-transition: all 0.6s ease 1.8s;
  transition: all 0.6s ease 1.8s;
}
#content_pages > .galleryContainer {
  margin: 0;
}
#category_pages {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 0%;
  z-index: 1700;
}
#category_pages > div {
  height: 100%;
  width: 100%;
  position: absolute;
  display: none;
}
#category_pages > .galleryContainer {
  margin: 0;
}
#ajax-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.8);
}
#ajax-overlay > div {
  position: absolute;
  left: 50%;
  top: 50%;
}
h2 {
  font: 69px/69px 'Anton', sans-serif;
  color: #72beff;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}
h3 {
  font: 400 59px/59px 'Anton', sans-serif;
  color: #ffcc01;
  text-transform: uppercase;
  margin: 40px 0 0 0;
}
h4 {
  font: 400 32px/32px 'Anton', sans-serif;
 /* color: #ffcc01; */
 color: #222222;
  text-transform: uppercase;
  margin: 0 0 20px 0;
  text-align:center;
}
h5 {
  font: 400 50px/50px 'Anton', sans-serif;
  color: #000000;
  text-transform: uppercase;
  margin: 10px 0 0 0;
}
h6 {
  font: 400 43px/43px 'Anton', sans-serif;
  color: #ffcc01;
  text-transform: uppercase;
  margin: 0 0 0 0;
}
p {
  font: 16px/20px 'Droid Sans', sans-serif;
  color: #606060;
  margin: 0 0 30px 0;
}
p a {
  font: 13px/20px 'Droid Sans', sans-serif;
  color: #000000;
  margin: 0;
  display: inline-block;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
p a:hover {
  text-decoration: none;
  color: #ffde01;
}
.p1 {
  margin: 0 0 25px 0;
}
.p2 {
  margin: 25px 0 0 0;
  font-weight: 400;
  color: #000000;
}

ul {
    list-style: square;
    padding-left:0;
	font-size: 14px;
	
}​

.closeIcon {
  position: absolute;
  top: -40px;
  right: 85px;
  width: 88px;
  height: 88px;
  z-index: 100;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.closeIcon.closeIconGallery {
  top: 0;
  right: 20px;
}
.closeIcon.closeIconGallery:after {
  background: url(../img/close_icon_0.png) left center no-repeat;
}
.closeIcon.closeIconGallery:hover:after {
  background: url(../img/close_icon_0.png) right center no-repeat;
}
.closeIcon:after {
  content: '';
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/close_icon_0.png) left center no-repeat;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.closeIcon:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  text-decoration: none;
}
.closeIcon:hover:after {
  background: url(../img/close_icon_0.png) right center no-repeat;
}
/* images use pic-100  */
.pic_100 {
	  width:60%; float:right; padding:0 0 20px 20px;
  }


.galleryDiscription {
  position: absolute;
  bottom: 0;
  right: 0;
  left: inherit!important;
  /* width: 100%;
  height: 102px; */

    width: 35%;
	height: 40%;
  
  overflow: hidden;
  padding: 0px;
  margin: 0px;
  z-index: 500;
  background: url(../img/Discription_bg.png) repeat;
  text-align: center;
}
.galleryDiscription li {
  position: absolute;
  display: inline-block;
  /* width: 90%;*/
  width: 70%;
  height: 100%;
  left: 5%;
  bottom: -1000px;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  -ms-transform: rotateX(0);
  transform: rotateX(0);
  -webkit-transform: rotateX(0);
  -moz-transform: rotateX(0);
  -o-transform: rotateX(0);
}
.galleryDiscription li a {
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.galleryDiscription li a:hover {
  color: #ff07a5;
  text-decoration: none;
}
.galleryDiscription li.active {
  bottom: 0;
  transition-delay: 1.2s;
}

.galleryDiscription li p {
/*  text-align: center;*/

    text-align: left;
}
.galleryDiscription li p.info {
  font: 300 15px/20px 'Roboto', sans-serif;
  color: #ffffff;
  text-transform: none;
  margin: 0;
  padding: 40px 0;
}
/*---------------------------------------------------------------------*/

.titleBtn {
  font: 45px/45px 'Anton', sans-serif;
  /* color: #ffde01; */
  color: #72BEFF;
  text-transform: uppercase;
  padding: 0 0 0 0;
  border-radius: 0;
  border: none;
  display: inline-block;
  max-width:280px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.titleBtn:hover {
  color: #ffffff;
}
.titleBtn:active {
  box-shadow: none;
}

.moreBtn {
  font: 15px/15px 'Roboto', sans-serif;
  /* color: #ffde01; */
  color: #72beff;
  text-transform: uppercase;
  padding: 0;
  border-radius: 0;
  border: none;
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.moreBtn:hover {
  color: #ffffff;
}
.moreBtn:active {
  box-shadow: none;
}
.moreBtn1 {
  font: 300 24px/24px 'Anton', sans-serif;
  color: #000000;
  text-transform: uppercase;
  padding: 0;
  border-radius: 0;
  border: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.moreBtn1:hover {
  color: #ffcc01;
}
.moreBtn1:active {
  box-shadow: none;
}
.link1 {
  font: 11px/14px 'Droid Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #606060;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.link1:hover {
  color: #07D0C6;
  text-decoration: none;
}
/*--- contact_form ------*/
#contact-form {
  width: 100%;
  position: relative;
}
#contact-form hr {
  display: inline-block;
  position: relative;
  width: 100%;
}
#et-contact label {
  position: relative;
  /*!*/
  display: inline-block;
  min-height: 30px;
  margin: 0 5px 10px 0;
  width: 40%;
  text-align:right;
}
#et-contact span {
  display: block;
}
#contact-form ._placeholder {
  position: absolute;
  /*!*/
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: text;
  color: #606060;
  padding: 10px 10px;
  opacity: .99;
  font: 400 12px/12px 'Droid', sans-serif;
  display: block;
  background: none;
}
#contact-form ._placeholder.focused {
  opacity: .4;
  filter: alpha(opacity=40);
  -webkit-box-shadow: none;
  box-shadow: none;
}
#contact-form ._placeholder.hidden {
  display: none;
}
#et-contact input,
#et-contact textarea {
  font: 400 12px/12px 'Droid', sans-serif;
  font-style: inherit;
  color: #606060;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2px 2px;
  border: 1px solid #d0d0d0;
  width: 200px;
  height: 30px;
  background: #ffffff;
  margin-bottom: 0;
}
#et-contact textarea {
  width: 100% !important;
  height: 222px !important;
  margin-bottom: 0px;
  resize: none;
}
#contact-form .message {
  width: 100%;
  margin-bottom: : 0 !important;
}
#contact-form .error-message,
#contact-form .empty-message {
  height: 0;
  overflow: hidden;
  font: 11px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-transition: 0.3s ease-in height;
  transition: 0.3s ease-in height;
  position: absolute;
  right: 3px;
  top: 0;
}
#contact-form .invalid .error-message,
#contact-form .empty .empty-message {
  height: 20px;
  color: #ffde01;
  text-transform: none;
}
#contact-form .success-message {
  position: absolute;
  overflow: hidden;
  height: 0;
  left: 0;
  top: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #d0d0d0;
  z-index: 10;
  width: 100%;
  text-align: center;
  -webkit-transition: all 0.7s linear;
  transition: all 0.7s linear;
  /*padding: 0;*/
}
#contact-form.success .success-message {
  height: 100%;
  padding: 130px 0 0 0;
  border: none;
  color: #ffffff;
  line-height: 20px!important;
  -webkit-transition: all 0.7s linear;
  transition: all 0.7s linear;
}
.btns {
  float: left;
  padding-top: 10px;
}
.btns a {
  position: relative;
  margin-right: 50px;
}
/*--- contact_form end------*/
address {
  padding: 0 0 10px 0;
  font: 400 13px/20px 'Droid Sans', sans-serif;
  color: #606060;
}
address a {
  color: #000000;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
address a:hover {
  color: #ffde01;
  text-decoration: none;
}
address .a5 {
  text-decoration: underline;
}
/*-----list-----*/
.list1 {
  margin: 0;
  display: block;
  width: 100%;
  text-align: left;
}
.list1 li {
  display: block;
  margin-bottom: 7px;
}
.list1 li span {
  content: "";
  width: 9px;
  height: 9px;
  display: inline-block;
  margin-right: 10px;
  color: #ffcc01;
  font: 400 14px/20px 'FontAwesome';
}
.list1 li a {
  font: 400 13px/13px 'Droid Sans', sans-serif;
  color: #000000;
  text-transform: none;
  display: inline-block;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.list1 li a:hover {
  margin-left: 2px;
  text-decoration: none;
  color: #000000;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
/*---------------------------------------------------------------------*/
.pad_t_1 {
  padding-top: 10px;
}
.pad_b_1 {
  padding-bottom: 10px;
}
.mar_0 {
  margin: 0 !important;
}
.mar_t_3 {
  margin-top: 80px;
}
.pad_t_mob {
  padding-top: 0px;
}
.indent1 {
  padding: 55px 0 85px 0;
}
.tac {
  text-align: center;
}
.tal {
  text-align: left;
}
.mar_l_r_1 {
  margin: 0 -15px;
}
.img-indent {
  float: left;
  margin-right: 30px;
}
.extra-wrap {
  overflow: hidden;
  display: block;
}
.width1 {
  display: inline-block;
  width: 70px;
}
/*---------------------------------------------------------------------*/
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  width:100%;
}
.page1 {
  width: 100%;
  position: relative;
  background: #ffffff;
  display: inline-block;
}
.figure1 {
  float: left;
  margin-right: 20px;
}
.figure2 {
  float: right;
  margin-left: 20px;
}
.closeBtn {
  position: absolute;
  right: 10px;
  top: 10px;
  display: block;
  font-size: 30px;
  line-height: 30px;
  width: 30px;
  height: 30px;
  text-align: center;
  background: none;
  /*color: #ffde01; */ color: #72beff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.closeBtn:hover {
  color: #000;
  text-decoration: none;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.leftBtn {
  position: absolute;
  left: 10px;
  top: -10px;
  display: block;
  font-size: 50px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-align: center;
  background: none;
  /*color: #ffde01; */ color: #72beff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.leftBtn:hover {
  color: #000;
  text-decoration: none;
  -webkit-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  transform: translateX(-10px);
}

.rightBtn {
  position: absolute;
  right: 10px;
  top: -10px;
  display: block;
  font-size: 50px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-align: center;
  background: none;
  /*color: #ffde01; */ color: #72beff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rightBtn:hover {
  color: #000;
  text-decoration: none;
 -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}
/*---------------------------------------------------------------------*/
#splashHolder {
  position: absolute;
  display: block;
  margin: 0;
  padding: 0;
  overflow: hidden;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
#splashHolder .dis_gallery {
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  display: none;
  top: 0;
  left: 0;
  z-index: 201;
}
#splashHolder ._hint {
  width: 71px;
  height: 53px;
  display: block;
  position: absolute;
  background: url(../img/hint.png) 50% 50% no-repeat;
  top: 145px;
  left: 50%;
  margin-left: -35px;
  z-index: 10;
  pointer-events: none;
}
#splashHolder .innerScroll {
  width: 100%;
  overflow-x: scroll;
}
#splashHolder ul {
  list-style: none;
  margin: 0 0 0px 0;
  padding: 0;
  overflow: hidden;
  display: block;
  height: 334px;
  position: relative;
  cursor: url(../img/cursorHand.png), pointer;
}
#splashHolder ul.grabbing {
  cursor: url(../img/cursorGrabbing.png), pointer;
}
#splashHolder ul:active {
  cursor: url(../img/cursorGrabbing.png), pointer;
}
#splashHolder ul li {
  width: 320px;
  height: 334px;
  position: relative;
  display: block;
  float: left;
  perspective: 1000px;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  -o-perspective: 1000px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 1;
}
#splashHolder ul li .holder {
  width: 100%;
  height: 100%;
  display: block;
  white-space: normal;
}
#splashHolder ul li .holder .containerBox1 {
  width: 100%;
  position: relative;
  background: #fff;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  opacity: 1;
  filter: alpha(opacity=100);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#splashHolder ul li .holder .containerBox1 img {
  width: 100%;
  height: auto;
}
#splashHolder ul li .holder .containerBox2 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  background: url(../img/bg1.png);
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
  -webkit-transform: rotateX(-180deg);
  -moz-transform: rotateX(-180deg);
  -o-transform: rotateX(-180deg);
  opacity: 0;
  filter: alpha(opacity=0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#splashHolder ul li .holder .containerBox2 .wrap {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 20px;
  background: rgba(27, 27, 27, 0.7);
  box-shadow: inset 0px 0px 20px #000;
  z-index: 1;
  text-align: center;
}
#splashHolder ul li .holder .containerBox2 .wrap h2 {
  font-size: 30px;
  line-height: 30px;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}
#splashHolder ul li .holder .containerBox2 .wrap p {
  color: #fff;
}
#splashHolder ul li .holder .containerBox2 img {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  z-index: 0;
}
#splashHolder ul li:hover {
  z-index: 2;
}
#splashHolder ul li:hover .holder .containerBox1 {
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  opacity: 0;
  filter: alpha(opacity=0);
}
#splashHolder ul li:hover .holder .containerBox2 {
  -ms-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  opacity: 1;
  filter: alpha(opacity=100);
}
#fullPreviewHolder {
  background: url(../img/bg1.png);
}
#fullPreviewHolder .primaryFullImage {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
#fullPreviewHolder .primaryFullImage.animateState {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
}
#fullPreviewHolder .secondaryFullImage {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
}
#fullPreviewHolder .secondaryFullImage.animateState {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#fullPreviewHolder .closeButton {
  font-size: 30px;
  line-height: 30px;
  width: 30px;
  height: 30px;
  text-align: center;
  top: 20px;
  right: 20px;
  background: none;
  color: #716F6F;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#fullPreviewHolder .closeButton:hover {
  color: #000;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
#fullPreviewHolder .prevButton {
  font-size: 30px;
  line-height: 36px;
  width: 30px;
  height: 30px;
  text-align: center;
  top: 50%;
  left: 20px;
  margin-top: -15px;
  background: none;
  color: #716F6F;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#fullPreviewHolder .prevButton:hover {
  color: #000;
}
#fullPreviewHolder .nextButton {
  font-size: 30px;
  line-height: 36px;
  width: 30px;
  height: 30px;
  text-align: center;
  top: 50%;
  right: 20px;
  margin-top: -15px;
  background: none;
  color: #716F6F;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#fullPreviewHolder .nextButton:hover {
  color: #000;
}
#fullPreviewHolder .fullPreviewLoader {
  background: url(../img/base/previewLoader.gif) 50% 50% no-repeat rgba(0, 0, 0, 0.5);
}
#fullPreviewHolder #fullPreviewPagination {
  bottom: 0;
  text-align: center;
  z-index: 3;
}
#fullPreviewHolder #fullPreviewPagination ul {
  display: inline-block;
}
#fullPreviewHolder #fullPreviewPagination ul li {
  width: 10px;
  height: 10px;
  background: #fff;
  margin: 5px;
  cursor: pointer;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#fullPreviewHolder #fullPreviewPagination ul li:hover {
  background: #07d0c6;
}
#fullPreviewHolder #fullPreviewPagination ul li.active {
  background: #07d0c6;
}
.space1 {
  width: 65px;
  display: inline-block;
}
#search {
  padding-top: 10px;
}
#search input {
  width: 100%;
  padding: 5px 10px;
  border: solid 1px #ebebeb;
}
#search input:focus {
  box-shadow: none;
}
#search a {
  font: 400 20px/20px 'Anton', sans-serif;
  color: #ffffff;
  background: #000000;
  padding: 6px 15px;
  text-transform: uppercase;
  margin-top: 20px;
  float: right;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#search a:hover {
  color: #ffde01;
  text-decoration: none;
}
.search_list {
  margin-right: 30px;
}
.search_list li {
  font: 400 20px/20px 'Anton', sans-serif;
}
.search_list li h3 {
  line-height: 0px;
  margin: 0;
}
.search_list li h3 a {
  font: 400 20px/20px 'Anton', sans-serif;
  color: #000000;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.search_list li h3 a:hover {
  color: #ffde01;
  text-decoration: none;
}
.search_list li .search_result {
  color: #ffde01;
  font: 300 11px/11px 'Droid Sans', sans-serif;
}
.search_list h4 {
  font: 300 40px/40px 'Droid Sans', sans-serif;
  margin-top: 50px;
}
.search_list h4 span {
  color: #000000;
}
/*-------------------------- GOOGLE MAP ----------------------------*/
.g_map {
  width: 100%;
  height: 260px;
  margin: 0;
  background: url(../img/gMapLoader.gif) 50% 50% no-repeat #ffffff;
  overflow: hidden;
}
.g_map iframe {
  border: none;
  outline: none;
  width: 100%;
  height: 100%;
}
/*-------------------------- mobile WRAP ----------------------------*/
#mobile-wrap .container {
  max-width: 480px;
  width: 100%;
  padding: 10px;
  margin-right: auto;
  margin-left: auto;
}
#mobile-wrap .row {
  margin: 0;
}
#mobile-wrap #mobile-header {
  background: url(../img/bg1.png);
}
#mobile-wrap #mobile-header h1 {
  text-align: center;
  opacity: 1;
  -webkit-transform: scale(0.7, 0.7);
  -ms-transform: scale(0.7, 0.7);
  transform: scale(0.7, 0.7);
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: -20px;
}
#mobile-wrap #mobile-header #mobile-navigation {
  width: 100%;
  margin: 0;
  font-size: 16px;
  position: relative;
}
#mobile-wrap #mobile-content {
  background: #fff;
}
#mobile-wrap #mobile-content .padding1 {
  padding: 20px 15px 0 15px;
}
#mobile-wrap #mobile-content .g_map {
  width: 100%;
}
#mobile-wrap #mobile-content .pad_t_mob {
  padding-top: 20px;
}
#mobile-wrap #mobile-content .indent1,
#mobile-wrap #mobile-content .indent2,
#mobile-wrap #mobile-content .indent3 {
  padding: 20px 0 10px 0;
}
#mobile-wrap #mobile-content .folioList {
  list-style: none;
  margin: 0;
  padding: 0;
}
#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: 20px/30px 'Roboto', sans-serif;
  position: absolute;
  width: 100%;
  color: #fff;
  background: #ffde01;
  text-align: center;
  bottom: 0;
}
#mobile-wrap #mobile-content .folioList li ul {
  display: none;
}
#mobile-wrap #mobile-footer {
  background: url(../img/bg1.png);
  position: relative;
  margin: 0px 0 0 0;
  left: 0;
  display: block;
}
#mobile-wrap #mobile-footer .copyright {
  text-align: center;
}
#mobile-wrap #mobile-footer .copyright span {
  display: inline-block;
  font: 400 11px/11px 'Roboto', sans-serif;
  color: #575656;
  text-transform: uppercase;
}
#mobile-wrap #mobile-footer .copyright a {
  font: 400 11px/11px 'Roboto', sans-serif;
  color: #575656;
  text-transform: uppercase;
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#mobile-wrap #mobile-footer .copyright a:hover {
  color: #fff;
  text-decoration: none;
}
html.mobile .contentBox1 {
  margin: 0;
}
html.tablet #splashHolder ul {
  height: 268px;
}
html.tablet #splashHolder ul li {
  width: 260px;
  height: 268px;
}
html.tablet #splashHolder ._hint {
  display: none;
}
html.tablet #splashHolder .mar_t_3 {
  margin-top: 5px;
}
/*----- media queries ------*/
@media (max-width: 1366px) {
  #content_pages > div {
    margin-top: 30px;
  }
  .indent1 {
    padding: 40px 0 40px 0;
  }
  .pad_t_1 {
    padding-top: 5px;
  }
  .pad_b_1 {
    padding-bottom: 5px;
  }
  .mar_t_3 {
    margin-top: 20px;
  }
  #splashHolder ul li .holder .containerBox2 .wrap {
    padding: 30px;
    padding-top: 50px;
  }
  .list1 li {
    margin-bottom: 2px;
  }
  h1 a {
    display: inline-block;
    margin: 0px 0;
  }
  h1 a img {
    -webkit-transform: scale(0.6, 0.6);
    -ms-transform: scale(0.6, 0.6);
    transform: scale(0.6, 0.6);
  }
  footer {
    height: 55px;
  }
  footer #mainNav {
    position: relative;
    margin-top: 40px;
  }
  h2 {
    margin: 0 0 20px 0;
  }
  p {
    margin: 0 0 10px 0;
  }
  .p1 {
    margin: 0 0 10px 0;
  }
}
@media (max-width: 1024px) {
  .width1 {
    display: inline-block;
    width: 67px;
  }
  h1 a {
    display: inline-block;
    margin: -20px 0 -20px -110px;
  }
  h1 a img {
    -webkit-transform: scale(0.4, 0.4);
    -ms-transform: scale(0.4, 0.4);
    transform: scale(0.4, 0.4);
  }
  footer {
    height: 55px;
  }
  footer #mainNav {
    position: relative;
    margin-top: 20px;
  }
  .galleryDiscription {
    background: rgba(0, 0, 0, 0.5);
  }
  #splashHolder ul li .holder .containerBox2 .wrap h2 {
    font-size: 30px;
  }
  h2 {
    font: 50px/50px 'Anton', sans-serif;
    margin: 0 0 15px 0;
  }
  h3 {
    font: 400 45px/45px 'Anton', sans-serif;
    margin: 20px 0 0 0;
  }
  h4 {
    font: 400 32px/32px 'Anton', sans-serif;
  }
  h5 {
    font: 400 35px/35px 'Anton', sans-serif;
    margin: 5px 0 0 0;
  }
  h6 {
    font: 400 30px/30px 'Anton', sans-serif;
  }
  p {
    font: 12px/17px 'Droid Sans', sans-serif;
    margin: 0 0 15px 0;
  }
  p a {
    font: 12px/17px 'Droid Sans', sans-serif;
  }
  .p1 {
    margin: 0 0 15px 0;
  }
  .p2 {
    margin: 15px 0 0 0;
  }
  ul {
    
	font-size: 12px;
}​
  .list1 li a {
    font: 400 12px/12px 'Droid Sans', sans-serif;
  }
  address {
    padding: 0 0 5px 0;
    font: 400 12px/17px 'Droid Sans', sans-serif;
  }
  footer #mainNav > ul > li {
    padding: 0px 15px;
  }
  footer #mainNav > ul > li.last {
    padding: 0px 0px 0px 15px;
  }
}
@media (max-width: 962px) {
  footer #mainNav > ul > li > a .base_text {
    font: 400 15px/15px 'Anton', sans-serif;
  }
  footer #mainNav > ul > li > a .over_text {
    font: 400 15px/15px 'Anton', sans-serif;
  }
  .galleryDiscription li p.info {
    font: 300 12px/14px 'Droid Sans', sans-serif;
    color: #ffffff;
    text-transform: none;
    margin: 0;
    padding: 15px 0;
  }
  .galleryDiscription {
    height: 70px;
  }
  h1 a {
    display: inline-block;
    margin: -20px -125px -20px -110px;
  }
  footer #mainNav > ul > li {
    padding: 0px 15px;
  }
  footer #mainNav > ul > li.last {
    padding: 0px 0px 0px 15px;
  }
}
@media (max-width: 771px) {
  .mar_l_r_1 {
    margin: 0 15px;
  }
}
@media (max-width: 601px) {
  h2 {
    font: 40px/40px 'Anton', sans-serif;
    margin: 0 0 15px 0;
  }
  h3 {
    font: 400 35px/35px 'Anton', sans-serif;
    margin: 20px 0 0 0;
  }
  h4 {
    font: 400 30px/30px 'Anton', sans-serif;
  }
  h5 {
    font: 400 25px/25px 'Anton', sans-serif;
    margin: 5px 0 0 0;
  }
  h6 {
    font: 400 30px/30px 'Anton', sans-serif;
  }
  p {
    font: 11px/15px 'Droid Sans', sans-serif;
    margin: 0 0 15px 0;
  }
  p a {
    font: 11px/15px 'Droid Sans', sans-serif;
  }
  .p1 {
    margin: 0 0 10px 0;
  }
  .p2 {
    margin: 10px 0 0 0;
  }
  .list1 li a {
    font: 400 11px/11px 'Droid Sans', sans-serif;
  }
   ul {
    
	font-size: 11px;
}​
  address {
    padding: 0 0 5px 0;
    font: 400 11px/15px 'Droid Sans', sans-serif;
  }
  footer {
    height: 100px;
  }
  footer #mainNav > ul > li {
    padding: 0px 5px;
  }
  footer #mainNav > ul > li.last {
    padding: 0px 0px 0px 5px;
  }
    
}
@media (max-width: 430px) {
	 footer {
    height: 100px;
  }
  .list1 {
    padding: 0;
    margin: 0;
  }
  .pic_100 {
	  display:inline-block;
    width: 100%;
    height: auto;
	float:left;
  }
}
/*Core variables and mixins*/
/* 3d mixins */
/* end 3d mixins */
