@import url(http://fonts.googleapis.com/css?family=Amethysta);
@import url(http://fonts.googleapis.com/css?family=EB+Garamond);

@import 'jquery.fancybox.css';

@import 'grid.css';
/*------ template stylization ------*/
body {
  background: #1e1e1e;
  font-size: 12px;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 16px;
  color: #ffffff;
  min-width: 1100px;
  min-height: 900px;
  padding-right: 15px;  
}
.detail {
  background: #1e1e1e;
  font-size: 9px;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 12px;
  color: #ffffff;
  min-width: 1100px;
  min-height: 900px;
  padding-right: 15px;
}
#webSiteLoader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #1e1e1e url(../img/web_site_loader.gif) center no-repeat;
  z-index: 1023;
  top: 0;
}
#pageLoader {
  position: fixed;
  width: 55px;
  height: 55px;
  top: 50%;
  left: 50%;
  margin: -27px 0 0 -27px;
  background: url(../img/web_site_loader.gif) center #1e1e1e no-repeat;
  z-index: 1000;
  padding: 5px;
  display: none;
}
#back-top {
  position: fixed;
  display: block;
  right: 15px;
  bottom: 15px;
  width: 48px;
  height: 48px;
  border: 1px solid #6e6e6e;
  background: url(../img/up-arrow.png) #1e1e1e center no-repeat;
  overflow: hidden;
  cursor: pointer;
  z-index: 1000;
  opacity: 0;
  filter: alpha(opacity=0);
}
/*---------gallery bg--------*/
#galleryHolder {
  position: fixed !important;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
}
#imageHolder {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}
#inner {
  display: block !important;
}
#imgSpinner {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #1e1e1e url(../img/web_site_loader.gif) center no-repeat;
  z-index: 1;
  top: 0;
  display: none;
  opacity: 0;
  filter: alpha(opacity=0);
}
.mainBg2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg_dark.png);
  z-index: 2;
  left: 100%;
}
/*end gallery bg*/
p {
  padding-bottom: 22px;
  padding-right: 15px;
}
figure {
  margin: 0;
}
h2 {
	font-size: 24.03px;
	font-family: 'EB Garamond', serif;
	line-height: 15px;
	color: #ffffff;
	text-transform: uppercase;
	padding-bottom: 30px;
	font-style: normal;
	font-weight: 400;
    padding-right: 15px;
}
h3 {
	font-size: 15px;
	font-family: 'EB Garamond', serif;	
	line-height: 18px;
	color: #ffffff;
	text-transform: uppercase;
	padding-bottom: 18px;
    padding-right: 15px;	
}
h3lc {
	font-size: 14px;
	font-family: 'EB Garamond', serif;	
  	line-height: 18px;
 	color: #ffffff;
  	padding-bottom: 18px;
    padding-right: 15px;	
}
h4,
time,
.fontStyle1 {
  display: block;
  font-size: 9px;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 15px;
  color: #ffffff;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}
h3 a,
h4 a,
time a,
.fontStyle1 a {
  color: inherit;
}
.fontStyle1 {
  padding-bottom: 15px;
}
address {
  font-style: normal;
  text-transform: uppercase;
  margin: 0;
}
.nothumbnails {
  margin: 0px 0px -32px 0px;
}
.nothumbnails li {
  position: relative;
  margin: 0 30px 32px 0;
}

/*bootstrap classes*/
.thumbnails {
  margin: 0px 0px -32px 0px;
}
.thumbnails li {
  position: relative;
  margin: 0 30px 32px 0;
}
.thumbnail {
  box-shadow: none;
  border: none;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}
.thumbnail:hover {
  border-color: transparent;
  box-shadow: none !important;
}
.dl-horizontal {
  margin: -3px 0px -6px 0px;
}
.dl-horizontal dt {
  float: left;
  margin-right: 10px;
  width: 18px;
  font: 24.03px 'Amethysta', Georgia, "Times New Roman", Times, serif;
  line-height: 1.2em;
  color: #ffffff;
  text-align: left;
}
.dl-horizontal dd {
  position: relative;
  margin: 0 30px 26px 27px;
}
.dl-horizontal dd p {
  padding: 0;
  margin: 0;
}
.dl-horizontal dd.last {
  margin-bottom: 0;
}
/*end bootstrap classes*/
/*------ header ------- */
header {
  position: relative;
  width: 100%;
  height: 297px;
  margin-top: 150px;
}
header h1 {
  position: relative;
  display: inline-block;
  width: 367px;
  height: 150px;
  overflow: hidden;
  margin: 0 0 0px 50px;
}
header h1 a {
  width: 100%;
  text-indent: 100%;
  white-space: nowrap;
}
header h1 a:hover {
  text-decoration: none;
}
/*menu*/
.select-menu {
  width: 100%;
  margin: 14px auto;
  display: none;
  color: #6e6e6e;
}
header .navbar {
  margin-bottom: 0;
}
header .navbar .sf-menu .nav {
  position: absolute;
  float: none;
  margin: 0;
}
header .navbar .sf-menu .nav li {
  float: none;
}
header .navbar .sf-menu .nav li a {
  padding: 0;
  text-shadow: none;
}
header .navbar-inner {
  min-height: 68px;
  padding: 0;
  background-color: transparent;
  background-image: none;
  filter: none;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}
.sf-menu {
  position: relative;
  display: block;
  list-style: none;
  padding: 0;
  margin: 25px 0 0 0;
  text-transform: uppercase;
  width: 600px;
}
.sf-menu > li {
  position: relative;
  display: block;
  margin-bottom: 1px;
}
.sf-menu > li:first-child {
  display: none;
}
.sf-menu > li > a {
  position: relative;
  display: inline-block;
  padding: 0 35px 0 250px;
  height: 29px;
}
.sf-menu > li > a > span {
  position: relative;
  z-index: 10;
  font-size: 16.040000000000001px;
  font-family: 'EB Garamond', serif;	
  line-height: 32px;
  color: #ffffff;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.sf-menu > li > a > strong {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	opacity: 1;
	filter: alpha(opacity=100);
	background-color: #1e1e1e;
}
.sf-menu > li > a:hover,
.sf-menu > li > a.activeLink {
  text-decoration: none;
}
.sf-menu > li > a:hover > span,
.sf-menu > li > a.activeLink > span {
  color: #ffffff;
}
.sf-menu > li > a:hover > strong,
.sf-menu > li > a.activeLink > strong {
  opacity: 0.1;
  filter: alpha(opacity=10);
}
.sf-menu ul {
  position: absolute;
  list-style: none;
  z-index: 10;
  width: 173px;
  top: -31px !important;
  left: 385px !important;
  display: none;
  overflow: visible;
  background-color: #ffffff;
}
.sf-menu ul:before {
  position: absolute;
  content: '';
  top: 39px;
  left: -8px;
  width: 8px;
  height: 15px;
  background: url(../img/submenu_arrow.png) center no-repeat;
}
.sf-menu ul li {
  position: relative;
  display: block;
  padding-bottom: 3px;
  margin-bottom: 4px;
  background: url(../img/submenu_divider.png) center bottom no-repeat;
}
.sf-menu ul li:first-child {
  padding-top: 31px;
}
.sf-menu ul li.last {
  background: none;
  padding-bottom: 24px;
}
.sf-menu ul li a {
  position: relative;
  display: inline-block;
  font-size: 14.040000000000001px;
  font-family: 'EB Garamond', serif;	
  line-height: 1.2em;
  color: #272727 !important;
  margin-left: 19px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.sf-menu ul li a.hoverItem {
  color: #c6c6c6 !important;
}
.sf-menu ul ul {
  left: 190px !important;
}
/*menu end*/
/*--- header end ------*/
/*------ content ------- */
#wrapper {
  position: relative;
  z-index: 10;
}
#wrapper ul {
  list-style: none;
  margin-left: 0;
}
#wrapper input,
#wrapper textarea {
  position: relative;
  outline: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  padding: 5px 9px;
  line-height: 21px;
  color: #6e6e6e;
  text-transform: uppercase;
  background-color: #232323;
  border-color: #2c2c2c;
  margin: 0;
}
#wrapper input:focus,
#wrapper textarea:focus {
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}
#wrapper input {
  width: 100%;
  height: 31px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#wrapper > div {
  position: relative;
  overflow: hidden;
}
#wrapper > section {
  position: absolute;
  z-index: 200;
  right: 85px;
  top: 226px;
  width: 630px;
  height: 100%;
}
#wrapper > section > div {
  position: relative;
}
.dynamicContent {
	position: absolute;
	width: 100%;
	left: 2px;
}
.inner {
  background-color: #1e1e1e;
  padding: 54px 30px 37px;
}
/* gallery pagination */
.paginationHolder {
  position: fixed;
  top: 0;
  right: 0px;
  z-index: 500;
  width: 180px;
  height: 100%;
}
.paginationHolder > div {
  position: relative;
}
.paginationHolder > div:before {
  position: absolute;
  top: 50%;
  margin-top: -11px;
  left: -7px;
  width: 6px;
  height: 11px;
  background: url(../img/gall_arrow.png) center no-repeat;
  content: '';
}
.paginationHolder > div .pagination {
  padding: 0;
  margin: 0;
}
.paginationHolder > div .pagination li {
  position: relative;
  display: block;
  margin: 0;
  width: 180px;
  height: 180px;
}
.paginationHolder > div .pagination li a {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.paginationHolder > div .pagination li.active > a,
.paginationHolder > div .pagination li > a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* end gallery pagination */
.btn {
  position: relative;
  display: inline-block;
  font-size: 9px;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 27px;
  height: 27px;
  color: #ffffff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  text-shadow: none;
  background-position: 0 0;
  border: none;
  padding: 0;
  text-transform: uppercase;
  background-color: #272727;
  background-image: -moz-linear-gradient(top, #242424, #2c2c2c);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#242424), to(#2c2c2c));
  background-image: -webkit-linear-gradient(top, #242424, #2c2c2c);
  background-image: -o-linear-gradient(top, #242424, #2c2c2c);
  background-image: linear-gradient(to bottom, #242424, #2c2c2c);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff242424', endColorstr='#ff2c2c2c', GradientType=0);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.btn > span {
  position: relative;
  display: inline-block;
  height: 100%;
  padding: 0px 16px;
  background-color: transparent;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  z-index: 0;
}
.btn:hover,
.btn:active {
  color: #ffffff;
  background-color: #272727;
  background-image: -moz-linear-gradient(top, #242424, #2c2c2c);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#242424), to(#2c2c2c));
  background-image: -webkit-linear-gradient(top, #242424, #2c2c2c);
  background-image: -o-linear-gradient(top, #242424, #2c2c2c);
  background-image: linear-gradient(to bottom, #242424, #2c2c2c);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff242424', endColorstr='#ff2c2c2c', GradientType=0);
  background-position: 0 0;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-decoration: none;
}
.btn:hover > span,
.btn:active > span {
  background-color: #0d0d0d;
}
.bg {
  background: url(../img/vline.png) right 0 repeat-y;
}
.extraBg {
  background-image: url(../img/page404_pic1.png);
  background-repeat: no-repeat;
  background-position: center top;
}
.list1 {
  margin: 0px 0px 30px 0px;
}
.list1 li {
  margin-bottom: 5px;
}
.list1 li img {
  float: left;
  margin-right: 19px;
}
.list1 li div {
  overflow: hidden;
  padding: 6px 30px 4px 0;
}
.list1 li div p {
	margin: 0;
	padding: 0;
	font-size: 9px;
	line-height: 12px;
}
.list2 {
  margin: -3px 35px -5px 0px;
}
.list2 li p {
  padding-bottom: 18px;
}
.list2 li.last > p {
  padding-bottom: 0;
  margin-bottom: 0;
}
.list3 {
  margin: -3px 0px -9px 0px;
}
.list3 li {
  margin-bottom: 21px;
}
.list3 li.last {
  margin-bottom: 0;
}
.list3 li img {
  float: left;
  margin: 3px 17px 0 0;
}
.list3 li div time {
  color: #6e6e6e;
  padding-bottom: 15px;
}
.list3 li div p {
  padding: 0 50px 7px 0;
}
.peoplelist {
  margin: 0px 0px -20px 0px;
}
.peoplelist li {
  margin: 0px 0px 0px 0px;
}
.peoplelist li img {
  float: left;
  margin-top: 10px;
  margin-right: 19px;
}
.peoplelist li div {
  overflow: hidden;
  padding: 0px 0px 0px 0px;
}
.peoplelist li div p {
	font-size: 12px;
	line-height: 16px;
 	padding: 0px 0px 0px 0px;
}
.sitem_over {
  position: absolute;
  background: url('../img/pic_bg_over.png');
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow: hidden;
}
.sitem_over > strong {
  position: relative;
  background: url('../img/icon_zoom.png') center no-repeat;
  width: 100%;
  height: 100%;
  display: block;
}
a:hover .sitem_over {
  opacity: 1;
  filter: alpha(opacity=100);
}
.match {
  display: block;
  color: #ffffff;
}
.search_list {
  text-transform: uppercase;
}
.search_list li {
  margin-bottom: 14px;
}
.search_list .search {
  width: auto;
  color: #ffffff;
}
.search_title a {
  text-decoration: underline;
}
.search_title:hover {
  text-decoration: none;
}
.g_map {
  margin: 7px 0 31px;
  width: 240px;
  height: 182px;
}
.g_map iframe {
  position: relative;
  display: inline-block;
  outline: none;
  width: 100%;
  height: 100%;
  border: none;
  background: url(../img/web_site_loader.gif) center no-repeat #1e1e1e !important;
}
/* Forms*/
#search {
  position: relative;
  display: inline-block;
  margin: 10px 0 -1px 0;
  width: 100%;
  z-index: 500;
}
#search > input {
  width: 302px;
}
#search #searchButton {
  margin-left: 4px;
}
#form1 {
  position: relative;
  width: 240px;
  margin-bottom: -5px;
}
#form1 input,
#form1 textarea,
#form1 .success {
  position: relative;
  display: block;
  outline: none;
}
#form1 input,
#form1 textarea {
	color: #1e1e1e;
	background-color: #fff;
	text-transform:none;
}
#form1 .success {
  position: absolute;
  padding: 19px 10px 20px;
  z-index: 10;
  text-align: center;
  text-transform: uppercase;
  width: 218px;
  border: 1px solid #2c2c2c;
  background-color: #232323;
}
#form1 textarea {
  width: 220px;
  height: 156px;
  overflow: auto;
  resize: none;
}
#form1 label {
  position: relative;
  display: block;
  min-height: 40px;
  width: 100%;
  margin-bottom: 0;
}
#form1 .error,
#form1 .empty {
  position: absolute;
  text-align: right;
  display: none;
  font-size: 10px;
  /*color: #ffffff;*/
	color: #1e1e1e;
	background-color: transparent;
  width: 200px;
  top: 2px;
  right: 2px;
}
#form1 .btns {
  padding: 17px 0 0 0;
  position: relative;
  float: right;
}
#form1 .btns > p {
  padding: 0;
  margin: 0;
}
#form1 .btns > p a {
  display: inline-block;
}
#form1 .btns > p a:first-child + a {
  margin-left: 7px;
}
/*end forms*/
/*--- content end ------*/
/*------ footer ------- */
footer {
  position: relative;
  width: 100%;
  height: 105px;
  padding-top: 100px;
  padding-left: 25px;
}
footer p {
  padding-top: 0px;
  font-size: 12px;
  font-family: 'EB Garamond', serif;	
  line-height: 1.2em;
  color: #ffffff;
  padding: 0 0 11px 24px;
}
footer p a {
  color: inherit;
}
footer p.soc_links {
  font-size: 7.92px;
}
footer p.soc_links a {
  color: inherit;
}
/*--- footer end ------*/
.padding1 {
  padding-right: 50px;
}
.padding2 {
  padding-bottom: 32px;
}
.padding3 {
  padding-right: 30px;
}
.padding4 {
  padding-bottom: 7px;
}
.padding5 {
  padding-bottom: 14px;
}
.padding6 {
  padding-right: 60px;
}
.margin1 {
  margin-bottom: 36px;
}
.margin2 {
  margin-bottom: -5px;
}
.margin3 {
  margin-bottom: 2px;
}
.margin4 {
  margin: 218px 0 -14px;
}
.colorInherit {
  color: inherit;
}
.width1 {
  display: inline-block;
  width: 82px;
}
.width2 {
  display: inline-block;
  width: 49px;
}
.block {
  display: block;
}
/*additional Classes*/
.noBg {
  background: none !important;
  background-color: transparent !important;
}
.noOverflow {
  overflow: visible !important;
}
.noPadding {
  padding: 0;
}
.noMargin {
  margin: 0;
}
.noPaddingTop {
  padding-top: 0;
}
.noMarginTop {
  margin-top: 0;
}
.noMarginBottom {
  margin-bottom: 0;
}
.noBottom {
  margin-bottom: 0;
  padding-bottom: 0;
}
.clear {
  clear: both;
  line-height: 0;
}
.box {
  overflow: hidden;
}
.right {
  margin-right: 0 !important;
}
/*end additional Classes*/
/*Core variables and mixins*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.principles-header {
  margin: 0px 0px -12px 0px;
}
