/* Global Styles */

html,
body {
  height: 100%;
  width: 100%;
}

.vert-text {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.vert-text h1 {
  padding: 0;
  margin: 0;
  font-family: impact;
  font-size: 5.8em;
  font-weight: 700;
  text-shadow: #D1932C 0.02em 0.02em 0.02em
}

.vert-text h2 {
  padding: 0;
  margin: 0;
  font-family: impact;
  font-size: 2.9em;
  font-weight: 700;
  text-shadow: black 0.02em 0.02em 0.02em
}

a {
	color: #ffffff;
}

a:hover{
	color: #ffffff;
	opacity: .8;
}

/* Side Menu */

#sidebar-wrapper {
  margin-right: -250px;
  right: 0;
  width: 250px;
  background: #000;
  position: fixed;
  height: 100%;
  overflow-y: auto;
  z-index: 1000;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.sidebar-nav {
  position: absolute;
  top: 0;
  width: 250px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar-nav li {
  line-height: 40px;
  text-indent: 20px;
}

.sidebar-nav li a {
  color: #999999;
  display: block;
  text-decoration: none;
}

.sidebar-nav li a:hover {
  color: #fff;
  background: rgba(255,255,255,0.2);
  text-decoration: none;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
  height: 55px;
  line-height: 55px;
  font-size: 18px;
}

.sidebar-nav > .sidebar-brand a {
  color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
  color: #fff;
  background: none;
}

#menu-toggle {
  top: 0;
  right: 0;
  position: fixed;
  z-index: 1;
}

#sidebar-wrapper.active {
  right: 250px;
  width: 250px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.toggle {
  margin: 5px 5px 0 0;
}

/* Full Page Image Header Area */

.header {
  display: table;
  height: 100%;
  width: 100%;
  position: relative;
  background: url(../img/a11.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* Intro */

.intro {
  padding: 250px 0;
}

/* Services */

.services {
  background: #000000;
  padding: 100px 0;
  color: #ffffff;

}

.service-item {
  margin-bottom: 15px;
}

.service-item2 {
  margin-bottom: 15px;
}

i.service-icon {
  border: 3px solid #ffffff;
  border-radius: 50%;
  display: inline-block;
  font-size: 56px;
  width: 140px;
  height: 140px;
  line-height: 136px;
  vertical-align: middle; 
  text-align: center;
}

.services2 {
  background: #000000;
  padding: 250px 0; 
  color: #ffffff;
}

.service2-item {
  margin-bottom: 15px;
}

.service2-item2 {
  margin-bottom: 15px;
}

i.service2-icon {
  border: 3px solid #ffffff;
  border-radius: 50%;
  display: inline-block;
  font-size: 56px;
  width: 140px;
  height: 140px;
  line-height: 136px;
  vertical-align: middle; 
  text-align: center;
}

/* wmsf */


.promo-list {
  font-size: 0;
  max-width: 960px;
  margin: 0 auto;
}
.promo-list li {
  background-color: black;
  width: 300px;
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  line-height: 18px;
  margin: 0 10px 39px;
  border: none;
}
.promo-list li.hover {
  color: #777777;
}
.promo-list li.hover .img-box {
  background: #fbfbfb;
}
.promo-list li.hover .img-box img {
  transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  -webkit-transform: scale(0.9);
}
.promo-list li.hover .sub-title {
  color: #777777;
}
.promo-list li.hover .detail-box {
  background: rgba(204, 204, 204, 0.85);
}
.promo-list li.hover .detail-box .heading strong {
  right: 0;
}
.promo-list li.hover .detail-box .heading:after {
  width: 100%;
}
.promo-list li.hover .detail-box .sub-text {
  left: 0;
}
.promo-list li .sub-text {
  display: block;
  font-weight: normal;
}
.promo-list li a {
  text-decoration: none;
  display: block;
}
.promo-list .sub-title {
  display: block;
  margin: 0 0 16px;
  font-size: 20px;
  line-height: 24px;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.promo-list .caption {
  display: block;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.promo-list .img-box {
  overflow: hidden;
  display: block;
  height: 300px;
  width: 300px;
  background: #f0f0f0;
  white-space: nowrap;
  text-align: center;
  margin: 0 0 14px;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.promo-list .img-box:after {
  content: '';
  display: inline-block;
  height: 220px;
  width: 1px;
  overflow: hidden;
  vertical-align: middle;
}
.promo-list .img-box img {
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.promo-list.item li.hover .sub-title {
  opacity: 0;
  filter: alpha(opacity=0);
}
.promo-list.item li.hover .img-box {
  background: #f0f0f0;
}
.promo-list.item li.hover .img-box img {
  transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  -webkit-transform: scale(0.95);
}
.promo-list .detail-box {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: auto;
  height: auto;
  padding: 15px;
  font-size: 13px;
  line-height: 18px;
  white-space: normal;
  color: black;
  background: none;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 10;
}
.promo-list .detail-box .sub-text {
  left: 110%;
  position: relative;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.promo-list .detail-box .heading {
  display: block;
  position: relative;
  font-size: 20px;
  line-height: 24px;
  padding: 0 0 16px;
  margin: 0 0 16px;
}
.promo-list .detail-box .heading strong {
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  right: 110%;
  display: block;
}
.promo-list .detail-box .heading:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 5px;
  background: black;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* common custom form elements styles */
.jcf-disabled {
  background: white !important;
}

.jcf-focus, .jcf-focus * {
  border-color: #acacac !important;
}

.popup-holder {
  position: relative;
  overflow: hidden;
  height: 0;
}

div.lightbox {
  width: 945px;
  overflow: hidden;
}
div.lightbox .close {
  opacity: 1;
  color: white;
  position: absolute;
  right: 25px;
  top: 20px;
  z-index: 50;
  font-weight: normal;
  font-size: 35px;
  outline: none;
}
div.lightbox .close:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
div.lightbox .paging-holder {
  width: 100%;
  float: left;
  padding: 168px 0 22px;
}
div.lightbox .paging {
  margin: 0 -40px 0 0;
  font-size: 20px;
  line-height: 26px;
  color: #333;
  float: right;
}
div.lightbox .paging li {
  float: left;
  font-weight: 300;
  padding: 0 0 0 11px;
}
div.lightbox .paging li:first-child:before {
  display: none;
}
div.lightbox .paging li:before {
  content: '|';
  color: #666666;
  display: inline-block;
  vertical-align: top;
  margin: -1px 7px 0 0;
}
div.lightbox .paging li a {
  text-transform: capitalize;
  color: #333333;
  text-decoration: none;
  outline: none;
  color: #333;
  display: inline-block;
  vertical-align: middle;
}
div.lightbox .paging li a:hover, div.lightbox .paging li a:active, div.lightbox .paging li a:focus {
  color: #999999;
}
div.lightbox .paging li a:active:hover span, div.lightbox .paging li a:active span, div.lightbox .paging li a:focus span, div.lightbox .paging li a:hover span {
  color: #a3a3a3;
}
div.lightbox .paging li a span {
  font-size: 24px;
  color: #666666;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 4px 14px;
}
div.lightbox .paging li.prev a span {
  margin: 0 14px 4px 0;
}
div.lightbox .holder {
  padding: 80px 0 0;
  overflow: hidden;
  position: relative;
}
div.lightbox .holder:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: auto;
  height: 80px;
  background: white;
  opacity: 0;
  filter: alpha(opacity=0) !important;
  z-index: 0;
}
div.lightbox .holder {
  padding: 0;
}
/* this is it*/
div.lightbox .col-holder {
  background: white;
  padding: 0 63px 0;
  opacity: 0.9;
  filter: alpha(opacity=90) !important;
  width: auto;
}
div.lightbox .col-holder .col {
  width: 50%;
  padding: 60px 35px 0;
  position: relative;
  float: left;
}
div.lightbox .col-holder .col h1 {
  font-size: 30px;
  line-height: 40px;
  color: white;
  margin: 0 0 22px 0;
  font-weight: 300;
  text-transform: capitalize;
  width: 200%;
  text-overflow: ellipsis;
  overflow: hidden;
  position: absolute;
  bottom: 100%;
  left: 35px;
  z-index: 10;
  padding: 0 30px 0 0;
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  div.lightbox .holder .col-holder .col h1{
    width: 100%;
  }
}
div.lightbox .col-holder .col .img-box {
  overflow: hidden;
  width: 100%;
  margin: 0 0 55px;
}
div.lightbox .col-holder .col .img-box img {
  width: 100%;
  height: auto;
}
div.lightbox .col-holder .col ul {
  font-size: 13px;
  line-height: 18px;
  position: relative;
  overflow: hidden;
  padding: 0 0 24px 40px;
}
div.lightbox .col-holder .col ul:before, div.lightbox .col-holder .col ul:after {
  content: "";
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  width: 5px;
  height: auto;
  background: #ddd;
}
div.lightbox .col-holder .col ul:before {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: white;
  border: 5px solid #ddd;
  left: 0;
  bottom: 0;
  top: auto;
  z-index: 10;
}
div.lightbox .col-holder .col ul li {
  position: relative;
  padding: 18px 0 29px;
}
div.lightbox .col-holder .col ul li:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: white;
  border: 5px solid #ddd;
  left: -40px;
  top: 0;
  z-index: 10;
}
div.lightbox .col-holder .col ul li h2 {
  margin: 0 0 15px;
  font-size: 20px;
  line-height: 26px;
}
div.lightbox .col-holder .col ul li p {
  margin: 0;
}

.popup-holder {
  position: relative;
  overflow: hidden;
  height: 0;
}


/* Callout */

.callout {
  color: #ffffff;
  display: table;
  height: 550px;
  width: 100%;
  background: url(../img/22.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* Portfolio */

.portfolio {
  padding: 50px 0;
}

.portfolio-item {
  margin-bottom: 25px;
}

.img-portfolio {
  margin: 0 auto;
}


/* Call to Action */

.call-to-action {
  color: #ffffff;
  background: #b8212d;
  padding: 50px 0;
}

.call-to-action .btn {
  margin: 10px;
}

/* Map */

.map {
  height: 500px;
}

/* Footer */

footer {
  padding: 40px 0;
}

.top-scroll {
  margin-top: 50px;
}

.top-scroll a {
  text-decoration: none;
  color: inherit;
}

i.scroll {
  color: #333333;
}

i.scroll:hover {
  color: #0a5175;
}


.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



/* Responsive */

@media (max-width: 768px) {
	
  .header {
	background: url(../img/a11.jpg) no-repeat center center scroll; 
  }

  .callout {
	background: url(../img/22.jpg) no-repeat center center scroll; 
  }

  .map {
	height: 75%;
  }

}



/* Styles */
.container {
overflow: hidden;
}
#menu-toggle, #menu-close {
padding: 5px 10px;
height: 32px;
background: #37373d;
}

.box-shadow-menu {
  position: relative;
  padding-left: 1em;
}
.box-shadow-menu:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.25em;
  width: 1em;
  height: 0.15em;
  background: white;
  box-shadow: 
    0 0.25em 0 0 white,
    0 0.5em 0 0 white;
}

@media screen and (max-width: 768px) {
	body {
	min-width: 100%;
	}
	h4, .h4 {
	padding: 0 1em;
	word-break: break-all;
	}
	.promo-list li {
	width: 100%;
	display: block;
	margin: 0 auto;
	}

	.callout, .vert-text, .promo-list .img-box {
	display: block;
	width: 100%;
	}
	.vert-text h1 {
	word-break: break-word;
	}
}

@media screen and (max-width: 640px) {
	.vert-text h1 {
	padding-top: 3em;
	font-size: 3.5em;
	}
}
/* Styles */


/* Styles by*/
@media (max-width: 550px) {
	#top .vert-text img {
		max-width: 80%;
		margin-top: 50px;
	}
	div.lightbox h2 {
		font-size: 24px;
	}
	div.lightbox .col-holder {
		padding: 0 1em;
	}
}
/*This part is for light box when you click the artist's img*/ 
#fancybox-wrap, #fancybox-content {
	max-width: 95% !important;
	max-height: 75% !important;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
	margin: 0 auto;
	left: 0 !important;
	right: 0 !important;
}
#modal-201, div.lightbox {
	max-width: 100% !important;
	margin: 0 auto;
}
div.lightbox {
	position: relative !important;
	z-index: 999999;
}
.promo-list .img-box {
	max-width: 300px;
	margin: 0 auto;
}
/* Styles by*/

/*modal window for image to appear when you click a word on lightbox*/

.modalDialog:target {
	opacity:1;
	pointer-events: auto;
}

.modalDialog > div {
	width: 400px;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: #fff;
	background: -moz-linear-gradient(#fff, #999);
	background: -webkit-linear-gradient(#fff, #999);
	background: -o-linear-gradient(#fff, #999);
}

/*modal window for image to appear when you click a word on lightbox*/