@import url(//fonts.googleapis.com/css?family=Open+Sans:300,400);

@import '../fonts/font-awesome.css';

@import 'photoswipe.css';
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
a,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
}
/*------ template stylization ------*/
body {
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: 920px;
  overflow-x: hidden;
  perspective: 1000px;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  -o-perspective: 1000px;
  transition: min-height 1s;
}
#webSiteLoader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  background: #000000;
}
h2 {
  font: 300 60px 'Open Sans', "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1em;
  color: #ffffff;
  margin: 23px 0px 25px 0px;
  padding: 0px 0px 0px 0px;
}
h3 {
  font: bold 12px "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 20px;
  color: #ffffff;
  text-transform: uppercase;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
h3 a {
  color: inherit;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
h3 a:hover {
  color: #ff473f;
  text-decoration: none;
}
p,
address {
  text-transform: uppercase;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 20px 0px;
}
time {
  color: #ffffff;
}
time a {
  color: #ffffff;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
time a:hover {
  color: #ff473f;
  text-decoration: none;
}
address {
  margin-bottom: 20px;
}
hr {
  margin: 38px 0px 33px;
  border: none;
  width: 100%;
  height: 1px;
  background: url(../img/hline.png) 0 repeat-x;
}
/*------------- HEADER ---------------------------------------------------------- */
header {
  background: #070b0b;
  background: rgba(7, 11, 11, 0.65);
  margin-bottom: 163px;
  overflow: hidden;
  width: 100%;
}
body.desktop header {
  position: relative;
}
h1 {
  position: relative;
  width: 535px;
  height: 133px;
  margin: 56px auto 46px;
}
h1 a > img.img-responsive {
  margin: 0 auto;
  width: 100%;
}
.closeIcon {
  position: absolute;
  top: 10px;
  right: 15px;
  font: normal normal 25px 'FontAwesome';
  color: #ffffff;
  -webkit-transition: all 0.3s ease-out !important;
  transition: all 0.3s ease-out !important;
  opacity: 100 !important;
  filter: alpha(opacity=10000) !important;
}
.closeIcon:hover {
  color: #664dcf;
  text-decoration: none;
}
.navbar-brand {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  float: none;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px !important;
  text-indent: 9999px;
  white-space: nowrap;
}
.navbar-brand:hover {
  text-decoration: none;
}
/*---------------- HEADER end ------------------------------------------------*/
/*-------------- FOOTER ---------------------------------------------------- */
warning {
  position: absolute;
  left: 50%;
  bottom: 157px;
  width: 453px;
  height: 143px;
  margin-left: -227px;
  overflow: hidden;
  background: url(../img/footer_bg.png);
  z-index: 2000;
  margin-top: 30px;
  -webkit-transition: bottom 0.5s ease-in-out;
  transition: bottom 0.5s ease-in-out;
}

#glob-wrap warning {
  bottom:auto;
  left:auto;
  height: 500px;
  margin: auto;
  width: 100%;
  top: 235px;
  font-size:16px;
  padding-top:150px;
}

warning .enter {
	-moz-box-shadow:inset 0px 0px 30px 0px #fbafe3;
	-webkit-box-shadow:inset 0px 0px 30px 0px #fbafe3;
	box-shadow:inset 0px 0px 30px 0px #fbafe3;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff5bb0), color-stop(1, #ef027d) );
	background:-moz-linear-gradient( center top, #ff5bb0 5%, #ef027d 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bb0', endColorstr='#ef027d');
	background-color:#ff5bb0;
	-webkit-border-top-left-radius:37px;
	-moz-border-radius-topleft:37px;
	border-top-left-radius:37px;
	-webkit-border-top-right-radius:0px;
	-moz-border-radius-topright:0px;
	border-top-right-radius:0px;
	-webkit-border-bottom-right-radius:37px;
	-moz-border-radius-bottomright:37px;
	border-bottom-right-radius:37px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	border-bottom-left-radius:0px;
	text-indent:0;
	border:1px solid #ee1eb5;
	display:inline-block;
	color:#ffffff;
	font-family:Arial Black;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:65px;
	line-height:65px;
	width:194px;
	text-decoration:none;
	text-align:center;
	text-shadow:0px 1px 0px #c70067;
	margin-top:15px;
}
warning .enter:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ef027d), color-stop(1, #ff5bb0) );
	background:-moz-linear-gradient( center top, #ef027d 5%, #ff5bb0 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ef027d', endColorstr='#ff5bb0');
	background-color:#ef027d;
}
warning .enter:active {
	position:relative;
	top:1px;
}

footer {
	position: absolute;
	left: 50%;
	bottom: 13px;
	width: 310px;
	height: 135px;
	margin-left: -157px;
	overflow: hidden;
	z-index: 2000;
	margin-top: 30px;
	-webkit-transition: bottom 0.5s ease-in-out;
	transition: bottom 0.5s ease-in-out;
}
footer .bg{
	background: url(../img/footer_bg.png);
	height:35px;
}
footer .copyright {
  color: #787878;
  float: left;
  margin: 8px 0px 1px;
}
footer .copyright a {
  color: #787878;
}
footer.hidePosition {
  height: 0;
}
footer .ter {
  position:absolute;
  bottom:15px;
  width:100%;
  text-align: center;
}
warning.hidePosition {
  height: 0;
}
.soc_links {
  display: inline-block;
  margin: 6px 22px 1px 55px;
  padding: 0px 0px 0px 0px;
  list-style: none;
  float: left;
}
.soc_links li {
  display: inline-block;
  margin-left: -1px;
}
.soc_links li a {
  position: relative;
  display: block;
  width: 21px;
  height: 21px;
}
.soc_links li a > img {
  position: relative;
  top: 0px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.soc_links li a:hover > img {
  top: -8px;
}
/*-----------  FOOTER END  ------------------------------------------------------*/
/*-----------  MENU  ------------------------------------------------------------*/
.navbar-default {
  position: absolute;
  left: 50%;
  top: 328px;
  margin-left: -254px;
  margin-bottom: 0px;
  background: none;
  border: none;
}
.navbar-default .navbar-header {
  margin-top: 0px;
}
.navbar-default #mainNav {
  margin: 0px 0px 0px 0px;
  list-style: none;
  padding: 0;
}
.navbar-default #mainNav > ul {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  perspective: 1000;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -o-perspective: 1000;
}
.navbar-default #mainNav > ul > li {
  position: relative;
  display: block;
  width: 100px;
  height: 100px;
  float: left;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-origin: right center;
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -o-transform-origin: right center;
}
.navbar-default #mainNav > ul > li > a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 0;
  transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.navbar-default #mainNav > ul > li > a .front,
.navbar-default #mainNav > ul > li > a .back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.navbar-default #mainNav > ul > li > a .front span,
.navbar-default #mainNav > ul > li > a .back span {
  text-align: center;
  display: block;
  font: 12px 'Open Sans', "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 20px;
  color: #ffffff;
  margin: 68px 0px 0px 0px;
}
.navbar-default #mainNav > ul > li > a .back {
  transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  opacity: 0;
  filter: alpha(opacity=0);
  background-color: #000000 !important;
}
.navbar-default #mainNav > ul > li.active > a,
.navbar-default #mainNav > ul > li a:hover {
  text-decoration: none;
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}
.navbar-default #mainNav > ul > li.active > a .front,
.navbar-default #mainNav > ul > li a:hover .front {
  opacity: 0;
  filter: alpha(opacity=0);
}
.navbar-default #mainNav > ul > li.active > a .back,
.navbar-default #mainNav > ul > li a:hover .back {
  opacity: 100;
  filter: alpha(opacity=10000);
}
.navbar-default #mainNav > ul > li:first-child {
  display: none;
}
.navbar-default #mainNav > ul > li:first-child + li .front,
.navbar-default #mainNav > ul > li:first-child + li .back {
  background: url(../img/menu_pic1.png) #fccb31 center no-repeat;
}
.navbar-default #mainNav > ul > li:first-child + li + li .front,
.navbar-default #mainNav > ul > li:first-child + li + li .back {
  background: url(../img/menu_pic2.png) #fd903e center no-repeat;
}
.navbar-default #mainNav > ul > li:first-child + li + li + li .front,
.navbar-default #mainNav > ul > li:first-child + li + li + li .back {
  background: url(../img/menu_pic3.png) #ff473f center no-repeat;
}
.navbar-default #mainNav > ul > li:first-child + li + li + li + li .front,
.navbar-default #mainNav > ul > li:first-child + li + li + li + li .back {
  background: url(../img/menu_pic4.png) #af78ff center no-repeat;
}
.navbar-default #mainNav > ul > li:first-child + li + li + li + li + li .front,
.navbar-default #mainNav > ul > li:first-child + li + li + li + li + li .back {
  background: url(../img/menu_pic5.png) #664dcf center no-repeat;
}
.navbar-default #mainNav > ul > li .sf-mega {
  background: #1b1d1d;
  width: 400px;
}
.navbar-default #mainNav > ul > li .sf-mega ul {
  list-style: none;
  padding: 11px 0px 12px 0px;
  margin: 0px 0px 0px 0px;
  white-space: nowrap;
  background: url(../img/submenu_arrow.png) 47px 0 no-repeat;
}
.navbar-default #mainNav > ul > li .sf-mega ul li {
  position: relative;
  display: inline-block;
  margin-right: 13px;
  padding-right: 23px;
}
.navbar-default #mainNav > ul > li .sf-mega ul li a {
  font: 15px 'Open Sans', "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 20px;
  color: #919191;
  letter-spacing: -1px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.navbar-default #mainNav > ul > li .sf-mega ul li a:hover {
  color: #ffffff;
}
.navbar-default #mainNav > ul > li .sf-mega ul li:after {
  content: '';
  position: absolute;
  top: 5px;
  right: 0px;
  width: 1px;
  height: 14px;
  background: url(../img/submenu_divider.png) 0 no-repeat;
}
.navbar-default #mainNav > ul > li .sf-mega ul li:first-child {
  margin-left: 24px;
}
.navbar-default #mainNav > ul > li .sf-mega ul li.last {
  margin-right: 84px;
}
.navbar-default #mainNav > ul > li .sf-mega ul li.last:after {
  display: none;
}
/*-----------  menu end  --------------------------------------------------------*/
/*-----------  CONTENT HOLDER  --------------------------------------------------*/
#glob-wrap {
  overflow: hidden;
}
#other_pages {
  position: relative;
  display: block;
  z-index: 10;
  margin: 0 auto;
}
#other_pages > div {
  position: relative;
  display: none;
  width: 100%;
  padding: 65px 0;
  background: url(../img/content_bg.png);
  overflow: hidden;
}
#other_pages > div > div > div > div > div > * {
  -webkit-transition: all 0.9s 1s ease-in-out;
  transition: all 0.9s 1s ease-in-out;
  opacity: 0;
  filter: alpha(opacity=0);
}
#other_pages > div > div > div > div > div h2 {
  transition-delay: 0.2s;
}
#other_pages > div > div > div > div > div h3 {
  transition-delay: 0.6s;
}
#other_pages > div > div > div > div > div hr {
  transition-delay: 0.4s;
}
#other_pages > div > div > div > div > div img,
#other_pages > div > div > div > div > div figure {
  transition-delay: 0.8s;
}
#other_pages > div > div > div > div > div > p {
  transition-delay: 1s;
}
#other_pages > div > div > div > div > div ul > li {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out;
}
#other_pages > div > div > div > div > div ul > li:first-child {
  transition-delay: 0.5s;
}
#other_pages > div > div > div > div > div ul > li:first-child + li {
  transition-delay: 1s;
}
#other_pages > div > div > div > div > div ul > li:first-child + li + li {
  transition-delay: 1.5s;
}
#other_pages > div > div > div > div > div ul > li:first-child + li + li + li {
  transition-delay: 2s;
}
#other_pages > div > div > div > div > div ul > li:first-child + li + li + li + li {
  transition-delay: 2.5s;
}
#other_pages > div > div > div > div > div ul > li:first-child + li + li + li + li + li {
  transition-delay: 3s;
}
#other_pages > div > div > div > div > div ul > li:first-child + li + li + li + li + li + li {
  transition-delay: 3.5s;
}
#other_pages > div > div > div > div > div ul > li:first-child + li + li + li + li + li + li + li {
  transition-delay: 4s;
}
#other_pages > div > div > div > div > div ul > li:first-child + li + li + li + li + li + li + li + li {
  transition-delay: 4.5s;
}
#other_pages > div > div > div > div > div ul > li:first-child + li + li + li + li + li + li + li + li + li {
  transition-delay: 5s;
}
#other_pages > div.activePage > div > div > div > div > * {
  opacity: 1;
  filter: alpha(opacity=100);
}
#other_pages > div.activePage ul > li {
  opacity: 1;
  filter: alpha(opacity=100);
}
#gallery {
  padding: 0 !important;
}
#ajax-overlay {
  width: 100%;
  height: 10px;
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  background: url(../img/base/TMpreviewLoader.gif) 0 0 repeat-x rgba(0, 0, 0, 0.5);
  z-index: 100;
}
/* rewrite bootstrap classes */
.btn.btn-default {
  border: none;
  font: 300 15px 'Open Sans', "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 20px;
  color: #000000;
  text-transform: lowercase;
  border-radius: 2px;
  background: #ffffff;
  padding: 8px 15px 10px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.btn.btn-default:hover,
.btn.btn-default:active,
.btn.btn-default:focus {
  color: #ffffff;
  background: #ff473f;
}
.form-control {
  background: none;
  box-shadow: none;
  border-radius: 0;
  border: none;
  font: 12px "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 21px;
  color: #878787;
  width: 100%;
  height: 39px;
  padding: 10px 9px;
  background: transparent;
}
.form-control:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  color: #878787;
  background: transparent;
}
/* end bootstrap classes */
.list1 {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  overflow: hidden;
}
.list1 li {
  float: left;
}
.list1 li a {
  position: relative;
  display: block;
  overflow: hidden;
}
.list1 li a .hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/pic_bg_over.png);
  text-align: center;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  overflow: hidden;
  height: 0;
}
.list1 li a .hover span {
  display: inline-block;
  width: 44px;
  height: 44px;
  margin: 54px 0 13px;
  background: url(../img/icon_zoom.png) 0 no-repeat;
  -webkit-transition: all 0.3s 0.2s ease-out;
  transition: all 0.3s 0.2s ease-out;
}
.list1 li a .hover p {
  font: 300 18px 'Open Sans', "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 20px;
  color: #8f8f8f;
  text-transform: none;
  margin: 0px 0px 0px 0px;
}
.list1 li a .hover span,
.list1 li a .hover p {
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  top: -100px;
}
.list1 li a:hover {
  text-decoration: none;
}
.list1 li a:hover .hover {
  height: 100%;
}
.list1 li a:hover .hover span {
  top: 0px;
}
.list1 li a:hover .hover p {
  top: 0px;
  text-decoration: none;
}
.list2 {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
.list2 li {
  margin-bottom: 24px;
}
.list3 {
  position: relative;
  margin: 0px 0px 14px 0px;
  padding: 0px 0px 0px 0px;
}
.list3 li {
  position: relative;
  background: url(../img/list_arrow.png) 0px 3px no-repeat;
  padding-left: 24px;
  margin-bottom: 9px;
}
.list3 li a {
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.list3 li a:hover {
  color: #ff473f;
  text-decoration: none;
}
.width1 {
  display: inline-block;
  width: 76px;
}
.g_map {
  position: relative;
  display: block;
  margin: 33px 0px 20px;
  width: 100%;
  height: 312px;
  overflow: hidden;
}
.g_map iframe {
  position: relative;
  display: block;
  outline: none;
  width: 100%;
  height: 100%;
  border: none;
  background: url(../img/base/site_loader.gif) center no-repeat #000000 !important;
}
/* search */
#search {
  position: relative;
  margin: 22px 0px 20px 0px;
  width: 394px;
  overflow: hidden;
}
#search > input {
  width: 314px;
  float: left;
  background: #343434;
}
#search > a {
  float: right;
}
.search_result {
  color: #ff473f;
}
.search_title {
  position: relative;
  top: 2px;
  font-size: 16px;
}
.search_title a {
  text-decoration: underline;
}
#search_list li {
  margin-bottom: 20px;
}
/* classes-helpers */
.padding1 {
  padding: 0px 0px 10px 0px;
}
.padding2 {
  padding-bottom: 12px;
}
.margin1 {
  margin: 5px 27px 0px 0px;
}
.margin2 {
  margin: 0px 0px 20px 0px;
}
.margin3 {
  margin: -18px 0px 20px;
}
.margin4 {
  margin: 19px 0px 0px 38px;
}
.underline {
  text-decoration: underline;
}
.underline:hover {
  text-decoration: none;
}
.box {
  overflow: hidden;
}
/*---------gallery bg--------*/
#galleryHolder {
  position: fixed !important;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1 !important;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-origin: right center;
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -o-transform-origin: right center;
}
#imageHolder {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 0;
  cursor: default;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
#imageHolder .frontImg,
#imageHolder .backImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
#imageHolder .frontImg,
#imageHolder .backImg {
  z-index: 2;
  transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
}
#imageHolder .backImg {
  transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  opacity: 0;
  filter: alpha(opacity=0);
}
#imageHolder.scale {
  -webkit-transform: scale(0.75);
  -ms-transform: scale(0.75);
  transform: scale(0.75);
}
#imageHolder.flip {
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}
#imageHolder.flip .frontImg {
  opacity: 0;
  filter: alpha(opacity=0);
}
#imageHolder.flip .backImg {
  opacity: 100;
  filter: alpha(opacity=10000);
  transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
}
#imageHolder.ie9 {
  -webkit-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  transform: scale(1) !important;
}
.animation {
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
#inner {
  display: none !important;
}
#prevButton,
#nextButton {
  position: fixed;
  left: 50%;
  bottom: -50px;
  width: 42px;
  height: 48px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#prevButton:hover,
#nextButton:hover {
  background-color: #ffffff;
}
#prevButton.showButton,
#nextButton.showButton {
  bottom: 0px;
}
#prevButton {
  margin-left: -46px;
  background: url(../img/arrow_left.png) #1a1a1a left center no-repeat;
}
#prevButton:hover {
  text-decoration: none;
  background-position: right center;
}
#nextButton {
  margin-left: -4px;
  background: url(../img/arrow_right.png) #1a1a1a right center no-repeat;
}
#nextButton:hover {
  text-decoration: none;
  background-position: left center;
}
#imgSpinner {
  position: fixed;
  top: 50%;
  right: 50%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
#imgSpinner.spinnerShow {
  opacity: 1;
  filter: alpha(opacity=100);
}
/*------- custom -----*/

#images-list li:nth-child(n+7){
	display:none;
}

/*-------------------------- mobile WRAP ----------------------------*/
#mobile-wrap #mobile-header h1 {
  width: 100%;
  height: auto;
  margin: 20px 0;
}
#mobile-wrap #mobile-header h1 .navbar-brand {
  background-size: cover;
}
#mobile-wrap #mobile-header #mobile-navigation {
  font-size: 16px;
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
#mobile-wrap #mobile-content .list1 {
  margin: 30px 0;
}
#mobile-wrap #mobile-content .list1 li {
  width: 50%;
}
#mobile-wrap #mobile-content .list1 li a > img {
  width: 100%;
  height: auto;
}
#mobile-wrap #mobile-content .list1 li a .hover span {
  margin-top: 24px;
}
#mobile-wrap #mobile-content .box {
  overflow: visible;
}
#mobile-wrap #mobile-content .imStyle1 {
  float: none;
  width: 100%;
  margin: 5px 0px 15px 0px;
}
#mobile-wrap #mobile-content h2 {
  font-size: 45px;
  margin: 30px 0 15px;
}
#mobile-wrap #mobile-content hr {
  margin: 15px 0 35px;
}
#mobile-wrap #mobile-content .imStyle2 {
  margin: 0px auto;
  width: 100%;
  height: auto;
}
#mobile-wrap #mobile-content #search {
  width: 100%;
}
#mobile-wrap #mobile-content #search > input {
  width: 100%;
  float: none;
}
#mobile-wrap #mobile-content #search > a {
  float: none;
  margin: 10px 0;
}
#mobile-wrap #mobile-footer {
  position: relative;
  text-align: center;
  padding: 15px 0;
}
#mobile-wrap #mobile-warning {
  position: relative;
  text-align: center;
  padding: 15px 0;
}
#mobile-wrap #mobile-warning .warning {
  border: 1px solid green ;
  position: absolute;
  right: 0px;
  bottom: 15px;
  cursor: pointer;
  font: 12px "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 20px;
  color: #ffffff;
  width: 100px;
  margin: 0px 15px;
  padding: 0px 5px;
  background: #664dcf;
  text-align: right;
}

#mobile-footer .table {
  width:100%;
  display:table;
  margin:10px 0 0;
}
#mobile-footer .table > div {
  display:table-cell;
  text-align: center;
  width:33%;
}
#mobile-footer .table .footer-policy {
  
}
#mobile-footer .table .footer-links {
  position:relative;
}

#mobile-footer .copyright {
  float: left;
}
#mobile-wrap .follow-links {
  position: absolute;
  right: 0px;
 /* top: 15px;*/
  /*bottom: 15px;*/
  bottom: 0;
  cursor: pointer;
  font: 12px "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 20px;
  color: #ffffff;
  /*width: 100px;*/
  margin: 0px 15px;
  padding: 0px 5px;
  background: #664dcf;
  text-align: right;
}
#mobile-wrap .follow-links li {
  height: 0;
  overflow: hidden;
  display: block;
}
#mobile-wrap .follow-links:after {
  display: inline-block;
  content: 'follow me';
}
#mobile-wrap .follow-links a {
  display: inline-block;
  width: auto;
  height: auto;
}
#mobile-wrap .follow-links a:hover {
  text-decoration: none;
}
#mobile-wrap .follow-links a:hover:before {
  color: #ff473f;
}
#mobile-wrap .follow-links a > img {
  display: none;
}
#mobile-wrap .follow-links a:before {
  color: #ffffff;
  display: block;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#mobile-wrap .follow-links a.twitter:before {
  content: 'twitter';
}
#mobile-wrap .follow-links a.googleplus:before {
  content: 'tumblr';
}
#mobile-wrap .follow-links a.facebook:before {
  content: 'facebook';
}
#mobile-wrap .follow-links a.dribbble:before {
  content: 'dribbble';
}
#mobile-footer .ter{
  padding:10px 0 0;
  clear:both;
}
#Gallery > ul {
  margin: 0px 0px 0px 0px;
  list-style: none;
  padding: 0px 0px 0px 0px;
}
#Gallery > ul li {
  margin-bottom: 20px;
}
#Gallery > ul li a {
  position: relative;
  display: block;
}
#Gallery > ul li a img {
  width: 100%;
}
html.desktop .mobile-only,
html.tablet .mobile-only {
  display: none;
}
html.mobile body {
  overflow-y: visible;
}
html.mobile .mobile-only {
  display: block;
}
/* tablets */
html.tablet #other_pages {
  position: relative;
  display: block;
  top: auto;
  left: auto;
  margin-left: 0;
  width: 100%;
  min-width: 100%;
}
/* tablets and mobile devices */
html.desktop .tablet-mobile {
  display: none;
}
@media (min-width: 1200px) {
  #other_pages.container,
  #other_pages .container {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/*Core variables and mixins*/
/* 3d mixins */
/* end 3d mixins */

/* sub page settings */
#slider2 {
    display: none;   
}​