/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

html,
body {
  margin:0;
  padding:0;
  height:100%;
}

#wrapper {
  min-height:100%;
  position:relative;
}

.content-container {
  padding-bottom: 273px; /* Height of the footer element */
}

footer {
  height: 273px;
}



body {
  font-family: 'Archivo Narrow', sans-serif;
  font-size: 16px;
  color: #000;
  background-color: #fff;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Archivo Narrow', sans-serif;
  color: #1A1A1A;
}

strong {
  font-family: 'Archivo Narrow', sans-serif;
}

.hover-container {
  display: block;
  height: auto;
  max-width: 100%;
	position: relative;
	overflow: hidden;
}

.hover-content {
	display: none;
	width: 100%;
	height: 100%;
	padding: 1% 5%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	text-align: center;
	background-color: rgba(255,255,255, 0.7);
}

a.hover-content {
	color: #fff;
	text-decoration: none;
}

.hover-container:hover .hover-content {
	display: block;
}

.header.facts h3,{
  color: #aaa;
}

.header.facts h1 {
  color: #fff;
}

.legal-contact {
	width:50%;
	float:left;
	padding-left:0px;
	margin-bottom: 20px;
}

.legal-contact a {
	color: #fff;
}

.event-dates p, .pics p {
	margin-bottom: 0px;
    text-align: center;
}


.eventbox-container {
    padding: 5px;
    border: 1px solid #CACACA;
    margin-bottom: 10%;
}

.event-title-container {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
    margin: 10px 0 5px 0;
}

.event-meta-container {
    margin: 5px 0 10px;
}

.event-title {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.event-title a {
	font-weight: lighter;
	font-family: 'Archivo Narrow', sans-serif;
}

.legal-contact a:hover {
	color: #fff;
	text-decoration: underline;
}

hr {
	width: 30%;
	height: 1px;
	margin: 0 auto;
	color: black;
	background: #000000;
}

.header.facts h1 {

}
.slides-container h1, .slides-container h2, .slides-container h3, .parallax-window h2, .header.facts h1 {
  text-shadow: 0px 0px 6px rgba(0,0,0,0.5);
}
h1 {
  font-size: 60px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 30px;
}

h4 {
  font-size: 20px;
}
.guest-djs {
  color: #a8a8a8;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 24px;
}

a, a:hover  {
  color: #4b3f3c;
  outline: none;
}

.fa-chevron-circle-down {
  font-size: 75px;
  margin-top: 300px;
}

.eventbox {
  background-color: #828282;
  position: relative;
  margin-bottom: 5px;
}

@media (min-width: 768px) {
  .eventbox {
    padding-bottom: 140%;
    position: relative;
    margin-bottom: 5px;
  }

  .event-dates .flyer {
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
}

.accordion {
	display: inline-block;
	color: #ffffff;
	margin-bottom: 20px;
	cursor: pointer;
	font-size: 12px;
	transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

.accordion:hover {
	color: #4b3f3c;
	text-decoration: underline;
	color: #ffffff;
}

.accordion-list {
	text-align: left;
	color: #fff;
	padding-left: 0px;
	list-style: none;
}

.accordion-list li {
	margin-bottom: 12px;
}

.copyright {
  font-size: 12px;
  color: #fff;
}

.copyright a {
  font-size: 12px;
	color: #fff;
}

video {
  width: 100% !important;
  height: auto !important;
}

@font-face {
  font-family: 'Archivo Narrow', sans-serif;
  src: url('fonts/texgyreadventor-bold-webfont.eot');
  src: url('fonts/texgyreadventor-bold-webfont.eot?#iefix') format('embedded-opentype'),
  url('fonts/texgyreadventor-bold-webfont.woff') format('woff'),
  url('fonts/texgyreadventor-bold-webfont.ttf') format('truetype'),
  url('fonts/texgyreadventor-bold-webfont.svg#texgyreadventorbold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'texgyreadventorregular';
  src: url('fonts/texgyreadventor-regular-webfont.eot');
  src: url('fonts/texgyreadventor-regular-webfont.eot?#iefix') format('embedded-opentype'),
  url('fonts/texgyreadventor-regular-webfont.woff') format('woff'),
  url('fonts/texgyreadventor-regular-webfont.ttf') format('truetype'),
  url('fonts/texgyreadventor-regular-webfont.svg#texgyreadventorregular') format('svg');
  font-weight: normal;
  font-style: normal;
}


/* Preloader
-------------------------------------------------- */
.mask {
  background-color:#000000;
  width:100%;
  height:100%;
  position:fixed;
  z-index:100000;
}
.bubblingG {
  text-align: center;
  width:80px;
  height:50px;
  left: 50%;
  top: 50%;
  position: absolute;
}

.bubblingG span {
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  margin: 25px auto;
  background: #4b3f3c;
  -moz-border-radius: 50px;
  -moz-animation: bubblingG 1.3s infinite alternate;
  -webkit-border-radius: 50px;
  -webkit-animation: bubblingG 1.3s infinite alternate;
  -ms-border-radius: 50px;
  -ms-animation: bubblingG 1.3s infinite alternate;
  -o-border-radius: 50px;
  -o-animation: bubblingG 1.3s infinite alternate;
  border-radius: 50px;
  animation: bubblingG 1.3s infinite alternate;
}

#bubblingG_1 {
  -moz-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  -ms-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
}

#bubblingG_2 {
  -moz-animation-delay: 0.39s;
  -webkit-animation-delay: 0.39s;
  -ms-animation-delay: 0.39s;
  -o-animation-delay: 0.39s;
  animation-delay: 0.39s;
}

#bubblingG_3 {
  -moz-animation-delay: 0.78s;
  -webkit-animation-delay: 0.78s;
  -ms-animation-delay: 0.78s;
  -o-animation-delay: 0.78s;
  animation-delay: 0.78s;
}

@-moz-keyframes bubblingG {
  0% {
    width: 10px;
    height: 10px;
    background-color:#4b3f3c;
    -moz-transform: translateY(0);
  }

  100% {
    width: 24px;
    height: 24px;
    background-color:#000000;
    -moz-transform: translateY(-21px);
  }

}

@-webkit-keyframes bubblingG {
  0% {
    width: 10px;
    height: 10px;
    background-color:#4b3f3c;
    -webkit-transform: translateY(0);
  }

  100% {
    width: 24px;
    height: 24px;
    background-color:#000000;
    -webkit-transform: translateY(-21px);
  }

}

@-ms-keyframes bubblingG {
  0% {
    width: 10px;
    height: 10px;
    background-color:#4b3f3c;
    -ms-transform: translateY(0);
  }

  100% {
    width: 24px;
    height: 24px;
    background-color:#000000;
    -ms-transform: translateY(-21px);
  }

}

@-o-keyframes bubblingG {
  0% {
    width: 10px;
    height: 10px;
    background-color:#4b3f3c;
    -o-transform: translateY(0);
  }

  100% {
    width: 24px;
    height: 24px;
    background-color:#000000;
    -o-transform: translateY(-21px);
  }

}

@keyframes bubblingG {
  0% {
    width: 10px;
    height: 10px;
    background-color:#4b3f3c;
    transform: translateY(0);
  }

  100% {
    width: 24px;
    height: 24px;
    background-color:#000000;
    transform: translateY(-21px);
  }

}
/* Home
-------------------------------------------------- */
.logo {
  display: block;
  margin-top: 70px;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 10;
}
.logo > img {
  width: 400px;
  margin-top: 100px;
}
.pink {
	color: #4b3f3c;
}
#fullscreen-slider {
  position:relative;
}
#fullscreen-slider .slides-container {
  margin:0;
}
#fullscreen-slider .scrollable {
  *zoom:1;
  position:relative;
  top:0;
  left:0;
  overflow-y:auto;
  -webkit-overflow-scrolling:touch;
  height:100%;
}
#fullscreen-slider .scrollable:after {
  content:"";
  display:table;
  clear:both;
}
#fullscreen-slider .slider-captions {
  display: inline-block;
  margin: 20% auto 0;
  position: relative;
  text-align: center;
  width: 100%;
}

#fullscreen-slider .slider-captions h1, #fullscreen-slider .slider-captions h2, #fullscreen-slider .slider-captions h3, #fullscreen-slider .slider-captions h4{
  color: #FFFFFF;
  font-family: 'Archivo Narrow', sans-serif;
  text-transform: uppercase;
}
#fullscreen-slider .btn-success {
  background-color: rgba(255, 255, 255, 0.5);
  border: 2px solid #FFFFFF;
  border-radius: 0;
  color: #FFFFFF;
  font-family: 'Archivo Narrow', sans-serif;
  font-size: 16px;
  margin-top: 50px;
  outline: medium none;
  padding: 10px 30px;
  text-align: center;
  text-transform: uppercase;
}
#fullscreen-slider .btn-success:hover{
  background-color: #4b3f3c;
  color: #FFFFFF;
}
.slides-pagination {
  position:absolute;
  z-index:20;
  bottom:70px;
  text-align:center;
  width:100%;
  display: none;
}
.slides-pagination a {
  filter:alpha(opacity=60);
  opacity:0.6;
  width:14px;
  height:14px;
  display:-moz-inline-stack;
  border:1px solid #fff;
  display:inline-block;
  margin:0 4px;
  overflow:hidden;
  text-indent:-100%;
  border-radius:50%;
  text-indent: -30px;
}
.slides-pagination a:first-child {
  margin-left:8px;
}
.slides-pagination a:hover,.slides-pagination a.current {
  filter:alpha(opacity=100);
  opacity:1;
  border-width:2px;
}
.full-image {
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center top;
  width:100%;
  height:100%;
}

.parallax-window {
  min-height: 550px;
  background: transparent;
}

.slides-navigation {
  margin: 0 auto;
  position: absolute;
  z-index: 3;
  top: 46%;
  width: 100%;
  font-size: 50px;
}
.slides-navigation a {
  position: absolute;
  display: block;
}
.slides-navigation a.prev {
  background: none repeat scroll 0 0 rgba(204, 204, 204, 0.4);
  color: #FFFFFF;
  height: 50px;
  line-height: 10px;
  left: 10px;
  text-align: center;
  width: 50px;
  outline: none;
}
.slides-navigation a.next {
  background: none repeat scroll 0 0 rgba(204, 204, 204, 0.4);
  color: #FFFFFF;
  height: 50px;
  line-height: 10px;
  right: 10px;
  text-align: center;
  width: 50px;
  outline: none;
}

.event-dates {
	padding-bottom: 20px;
	color: #797979;
    text-align: center;
}

.pics {
	color: #797979;
	min-height: 325px;
}

.event-dates a, .pics a {
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 17px;
    text-align: center;
}

.event-dates a img, .pics a img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray; /* IE 6-9 */
	border: 1px solid #fff;
	margin-bottom: 10px;
}

.event-dates a img:hover {
-webkit-filter: none;
-moz-filter: none;
-ms-filter: none;
filter: none;
}

.event-dates .fa.fa-clock-o  {
	margin-left: 12px;
}

.fa.fa-clock-o, .fa.fa-calendar-o, .fa.fa-map-marker  {
	margin-right: 2px;
	color: #A8A8A8;
}



/* Navigation
-------------------------------------------------- */
.navbar-inverse {
  background-color: #323232;
  border-bottom: 2px solid #323232;
}
.navbar{
  min-height: 80px;
}
.navbar-brand{
  font-family: 'Archivo Narrow', sans-serif;
  font-size: 44px;
  font-weight: 600;
  line-height: 40px;
}
.navbar-inverse .navbar-brand{
  color: #FFFFFF;
  width: 50px;
}
.navbar-inverse .navbar-nav > li > a{
  color: #FFFFFF;
}
.navbar-nav > li > a{
  font-size: 16px;
  line-height: 46px;
  outline: none;
  margin-left: 0px;
  text-transform: uppercase;
  font-family: 'Archivo Narrow', sans-serif;
  transition:all 0.3s ease 0s;
  -moz-transition:all 0.3s ease 0s;
  -webkit-transition:all 0.3s ease 0s;
  -o-transition:all 0.3s ease 0s;
}
.navbar-inverse .navbar-nav > li > a:hover{
  color: #e84d0e;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus,.navbar-inverse .navbar-nav > a:hover{
  background-color: transparent;
  color: #ffffff;
}

nav .is-sticky .main-nav {
  width: 100%;
  z-index: 99999;
}
.navbar-toggle {
  background-color: #F2F2F2;
  background-image: none;
  border: 1px solid #aaa !important;
  border-radius: 4px;
  float: right;
  margin-bottom: 8px;
  margin-right: 15px;
  margin-top: 20px;
  padding: 9px 10px;
  position: relative;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #aaa;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus{
  background-color: #FFFFFF;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{
  border-color: transparent;
}
/* Parallax
--------------------------------------------------
.parallax {
    background-attachment: fixed !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    color: #FFFFFF;
}
.parallax-overlay {
    background-color: rgba(230, 0, 126, 0.5);
}
.parallax .container{
  padding: 200px 20px;
}
*/

.quote{
  text-align: center;
}
.quote > h2{
  font-family: ubuntu;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #FFFFFF;
  line-height: 50px;
}


/* SECTION
-------------------------------------------------- */
.section {
  padding-bottom: 60px;
  padding-top: 60px;
}

.section2 {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray; /* IE 6-9 */
  max-width: 100%;
  padding-bottom: 0px;
  padding-top: 0px;
}

.section2:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  filter: none;
}
.section .header {
  text-align: center;
  margin-bottom: 40px;
}

.section .header h2 {
  font-size: 64px;
  display: inline-block;
  color: #4b3f3c;
}
.section .header h2.black {
  color: #000000;
}
.section .header .t-block {
  display: inline-block;
  font-family: 'open sans';
  font-size: 80px;
  font-weight: lighter;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  color: #4b3f3c;
}
.section .header .short-dec{
  color: #A8A8A8;
  font-family: 'Archivo Narrow', sans-serif;
  text-transform: uppercase;
  line-height: 30px;
}

/* Box
-------------------------------------------------- */
.box {
  margin-bottom: 60px;
}
.box .title {
  border-top: 2px solid #B4B4B4;
  color: #222222;
  font-size: 24px;
  margin-bottom: 10px;
}
.box .title i {
  border-bottom: 2px solid #B4B4B4;
  line-height: 36px;
  margin-left: 0;
  width: 190px;
}
.box .title span {
  font-family: ubuntu;
  font-weight: 600;
  margin-left: 12px;
  text-transform: uppercase;
}

.container .four.columns.pic_overview_grid {
	margin-left: 10px !important;
	margin-right: 10px !important;
}

.pic_overview {
	margin: 0px 0 0px 0;
	width: 100%;
}

.pic_overview_grid a:nth-child(3n+1) {

}

.pic_overview_grid a:nth-last-child(1) {

}

.pic_overview_grid a {
	float: left;
	display: block;
	margin: 12px;
	width: 166px;
}

.btn-next, .btn-previous {
	background: #b3b3b3;
	padding: 1% 2%;
	color: #fff;
}

.btn-next:hover, .btn-previous:hover {
	background: #000;
}

.container.pics-overview .four.columns {
	width: 100%;
}

.pic_navigation {
	margin-bottom: 20px !important;
}

.pic_detail {
	text-align: center;
	width: 100%;
	position: relative;
}

.pic_detail.img-border {
	border: 1px solid #efefef;
	padding: 5px;
	background: #fff;
}

.pic_navigation a.fright, .pic_navigation a.fleft {
	text-align: center;
	color: #fff;
	font-size: 25px;
}

.fright {
	float: right;
}
/*Skills
----------------------------------------*/
.skill {
  text-align: left;
  margin-left: -30px;
}

.skill li {
  list-style: none!important;
}

.skill li:last-child span {
  margin-bottom: 0px;
}

.skill li .skill-wrap {
  margin-bottom:30px;
  border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  background:#808080;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.16) inset, 0 1px 0 rgba(255, 255, 255, 0.8);
}

.skill li span {
  height: 10px;
  width: 0px;
  display: block;
  border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  overflow: visible!important;
  position: relative;
  background-color: #4b3f3c;
}

.skill li p {
  padding-bottom: 2px;
}

.skill strong {
  font-family: ubuntu;
  line-height: 30px;
  text-transform: uppercase;
}

.ghost-btn {
	padding: 12px 20px;
	background-color: #F5F5F5;
	border: 2px solid #aaa;
	color: #23272A;
	font-family: 'Archivo Narrow', sans-serif;
	text-transform: uppercase;
	display: block;
	width: 200px;
	text-align: center;
	margin: 0 auto;
  font-size: 15px;
}

.ghost-btn:hover {
	background: #4b3f3c;
	text-decoration: none;
	color: #ffffff;
  border: 2px solid #FFF;
}

.ghost-btg {
	padding: 12px 20px;
	background-color: #F5F5F5;
	border: 2px solid #aaa;
	color: #23272A;
	font-family: 'Archivo Narrow', sans-serif;
	text-transform: uppercase;
	display: block;
	width: 300px;
	text-align: center;
	margin: 0 auto;
  font-size: 15px;
}

.ghost-btg:hover {
	background: #4b3f3c;
	text-decoration: none;
	color: #ffffff;
  border: 2px solid #FFF;
}
.specials {
    padding: 2% 0;
    margin: 1% 0;
    font-size: 10px;
    float: left;
    width: 49%;
    color: white;
    text-align: center;
    background-color: #eee;
    color:white;
    font-family: 'Archivo Narrow', sans-serif;
}

.specials.active {
    background-color: #ff610c;
    color: white;
}

.specials:nth-child(odd) {
    margin-right: 2%;
}

.responsiveContainer {
  position: relative;
  padding-bottom: 56%;
  height: 0;
  overflow: hidden;
}

.responsiveContainer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* deejay
-------------------------------------------------- */
#deejays {
  background-color: #fff;
}
.deejay {
  text-align: center;
  background: none repeat scroll 0 0 #FFFFFF;
  margin-bottom: 20px;
}
.deejay > img {
 filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
 -webkit-filter: grayscale(100%);
 -moz-filter: grayscale(100%);
 -ms-filter: grayscale(100%);
 filter: grayscale(100%);
 filter: gray; /* IE 6-9 */
  padding: 10px;
  width: 100%;
}

.deejay > img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  filter: none;
}

.details {
  padding: 10px;
  text-align: justify;
}
.details > h3 {
  text-transform: uppercase;
  margin-left: 10px;
}
.details .position{
  margin-left: 10px;
}
.details ul.socials-icons {
  margin-left: -32px;
  margin-top: 16px;
}
.details ul.socials-icons li {
  display: inline-block;
  margin: 1px;
}
.details ul.socials-icons li a {
  opacity: 0.5;
  transition: all 0.3s ease 0s;
}
.details ul.socials-icons li a img{
  height: 35px;
  width: 35px;
}
.details ul.socials-icons li a:hover {
  opacity: 1;
}

.club-photos {
  margin-top: 30px;
}



/* Dates
-------------------------------------------------- */
.date {
	min-height: 505px;
}



/* Service
-------------------------------------------------- */
.service{
  text-align: center;
  padding: 10px;
}
.service h4 {
  text-transform: uppercase;
}
.hi-icon {
  display: inline-block;
  font-size: 0px;
  cursor: pointer;
  margin: 15px 30px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
  color: #222;
}

.hi-icon:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.hi-icon:before {
  speak: none;
  font-size: 48px;
  line-height: 90px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: block;
  -webkit-font-smoothing: antialiased;
}
.hi-icon-effect-3 .hi-icon {
  box-shadow: 0 0 0 4px #B5B5B5;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}

.hi-icon-effect-3 .hi-icon:after {
  top: -2px;
  left: -2px;
  padding: 2px;
  z-index: -1;
  background: #4b3f3c;
  box-shadow: 0 0 0 4px #4b3f3c;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.3s;
  -moz-transition: -moz-transform 0.2s, opacity 0.3s;
  transition: transform 0.2s, opacity 0.3s;
}
.hi-icon-effect-3b .hi-icon {
  color: #4b3f3c;
}

.hi-icon-effect-3b .hi-icon:hover {
  color: #FFFFFF;
}

.hi-icon-effect-3b .hi-icon:after {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 0;
}

.hi-icon-effect-3b .hi-icon:hover:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
/* Slider
-------------------------------------------------- */
.theslider{
  position: relative;
}
.rslides-portfolio {
  height: 500px;
}
.rslides {
  list-style: none outside none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}
.rslides li {
  display: none;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.rslides li:first-child {
  display: block;
  float: left;
  position: relative;
}
.rslides img {
  border: 0 none;
  display: block;
  float: left;
  height: auto;
  width: 100%;
}

.rslides_nav {
  background-color: #515A5F;
  color: #FFFFFF;
  display: inline-block;
  font-size: 28px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 50%;
  text-decoration: none;
  width: 50px;
  opacity: 0.6;
  z-index: 5;
}
.prev {
  left: 10px;
}
.rslides_nav:hover{
  opacity: 1.0;
  color: #FFFFFF;
  outline: none;
}
/* Portfolio
-------------------------------------------------- */
#options {
  display: block;
  margin: 0 auto 40px;
  text-align: center;
  width: 100%;
  z-index: 2;
}
#filters {
  list-style: none outside none;
}

#filters li {
  display: inline-block;
  margin: 0 5px;
}


#filters li a {
  display: block;
  font-family: 'swis721_cn_btroman';
  font-size: 14px;
  padding: 8px 15px;
  text-transform: uppercase;
  color: #666666;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

#filters li a:hover{
  border: 2px solid #4b3f3c;
  color: #B6B6B6;
  text-decoration: none;
}

#options li a.selected{
  border: 2px solid #4b3f3c;
  color: #B6B6B6;
  text-decoration: none;
}
.portfolio-container{
  display: block;
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: 100%;

}
.portfolio-container .mt{
  margin: 0!important;
  line-height:0;
  width: 284px;
  padding: 0;
  position:relative;
}

.portfolio-item {
  padding: 0;
  position: relative;
  overflow: hidden;
}
.portfolio-item .portfolio-image {
  overflow: hidden;
  display: block;
  position: relative;
}
.portfolio-item .portfolio-image img {
  width: 100%;
  height: auto;
}

.portfolio-item:hover .item-overlay {
  opacity:1;
  transition:all 0.4s ease 0s;
  -moz-transition:all 0.4s ease 0s;
  -webkit-transition:all 0.4s ease 0s;
  -ms-transition:all 0.4s ease 0s;
  -o-transition:all 0.4s ease 0s;
}
.item-overlay {
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
  opacity:0;
  transition:all 0.3s ease 0s;
  -moz-transition:all 0.3s ease 0s;
  -webkit-transition:all 0.3s ease 0s;
  -o-transition:all 0.3s ease 0s;
  cursor:pointer;
  background: #17181A;
}
.item-info {
  position:absolute;
  height:100px;
  width:100%;
  top:50%;
  margin-top:-50px;
  text-align:center;
}
.item-name {
  color:#fff;
  text-transform:uppercase;
  margin-top:50px;
  opacity:0;
  transition:all 0.2s ease 0s;
  -moz-transition:all 0.2s ease 0s;
  -webkit-transition:all 0.2s ease 0s;
  -ms-transition:all 0.2s ease 0s;
  -o-transition:all 0.2s ease 0s;
}
.portfolio-item:hover .item-name {
  opacity:1;
  -webkit-transition: opacity .4s .5s;
  -moz-transition: opacity .4s .5s;
  -ms-transition: opacity .4s .5s;
  -o-transition: opacity .4s .5s;
  transition: opacity .3s .5s;
}
.item-type {
  font-size:13px;
  color:#fff;
  opacity:0;
  margin-top:13px;
  transition:all 0.2s ease 0s;
  -moz-transition:all 0.2s ease 0s;
  -webkit-transition:all 0.2s ease 0s;
  -ms-transition:all 0.2s ease 0s;
  -o-transition:all 0.2s ease 0s;
}
.portfolio-item:hover .item-type {
  opacity:0.5;
  -webkit-transition: opacity .4s .8s;
  -moz-transition: opacity .4s .8s;
  -ms-transition: opacity .4s .8s;
  -o-transition: opacity .3s .8s;
  transition: opacity .3s .8s;
}
.zoom-icon {
  left: 50%;
  margin-left:-20px;
  position:inherit;
  width:40px;
  height:40px;
  margin-top:40px;
  opacity:0;
  background:url(img/zoom.png);
  background-size:40px 40px;
  transition:all 0.3s ease 0.1s;
  -moz-transition:all 0.3s ease 0.2s;
  -webkit-transition:all 0.3s ease 0.2s;
  -ms-transition:all 0.3s ease 0.2s;
  -o-transition:all 0.3s ease 0.2s;
}
.portfolio-item:hover .zoom-icon {
  opacity:1;
  margin-top:0px;
  -webkit-transition: opacity .3s .2s, margin-top .3s .2s;
  -moz-transition: opacity .3s .2s, margin-top .3s .2s;
  -ms-transition: opacity .3s .2s, margin-top .3s .2s;
  -o-transition: opacity .3s .2s, margin-top .3s .2s;
  transition: opacity .3s .2s, margin-top .3s .2s;
}

.portfolio-text {
  text-align: center;
  border-bottom: 1px dashed #DEDEDE;
  padding-bottom: 20px;
}

.portfolio-view {
  margin-bottom: 5px;
  margin-top: 100px;
  position: relative;
  z-index: 1;
}

.ajax-portfolio-loader {
  text-align: center;
  margin: 10px auto;
  display: none;
  text-align: center;
  clear: both;
}

.portfolio-view .row {
  position: relative;
}

.port-holder {
  padding: 30px 0 8px;
  border-top: 1px dashed #DEDEDE;
}

.close-button {
  width: 45px;
  height: 45px;
  color: #fff;
  text-align: center;
  line-height: 45px;
  background-color: #4b3f3c;
  position: absolute;
  left: 5px;
  top: 35px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  cursor: pointer;
  font-size: 16px;
  z-index: 10;
  display: none;
}

.portfolio-media {
  position: relative;
}

.port-holder h1, .port-holder h2, .port-holder h3, .port-holder h4, .port-holder h5, .port-holder h6 {
  margin-bottom: 10px;
}

.port-holder img {
  margin-bottom: 10px;
}

.portfolio-button {
  background-color: #515A5F;
  width: 100%;
  height: 48px;
  text-align: center;
  line-height: 48px;
  font-size: 25px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  color: #fff;
  margin-bottom: 10px;
  cursor: pointer;
  display: block;
}

.portfolio-button .icon-remove {
  font-size: 18px !important;
}

.description-portfolio {
  font-size: 14px;
}

.portfolio-detail {
  padding: 10px 0;
  border-bottom: 1px dashed #dedede;
}

.divider{
  border-top: 1px dashed #DEDEDE;
  margin-top: 20px;
}

/*Portfolio Isotope Transitions
-------------------------------------------*/
.isotope, .isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}

.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

/*Video
-------------------------------------------*/
#video {
  background-color: #fff;
}

#video-carosule .item{
  margin: 6px;
}
#video-carosule .item img{
  display: block;
  width: 100%;
  height: auto;
}
.play {
  color: #FFFFFF;
  font-size: 80px;
  left: 42%;
  opacity: 0.6;
  position: absolute;
  top: 28%;
  transition: all 0.3s ease 0.2s;
  -moz-transition:all 0.3s ease 0.2s;
  -webkit-transition:all 0.3s ease 0.2s;
  -ms-transition:all 0.3s ease 0.2s;
  -o-transition:all 0.3s ease 0.2s;
}
.play:hover{
  opacity: 1;
}
.owl-theme .owl-controls .owl-buttons div {
  padding: 5px 9px;
}
.owl-theme .owl-buttons i{
  margin-top: 2px;
}
.owl-theme .owl-controls .owl-buttons div {
  position: absolute;
}
.owl-theme .owl-controls .owl-buttons .owl-prev{
  left: -45px;
  top: 90px;
}
.owl-theme .owl-controls .owl-buttons .owl-next{
  right: -45px;
  top: 90px;
}
/*Clients
-------------------------------------------*/
.clientlogo{
  list-style: none;
}
.clientlogo li {
  display: inline-block;
  height: 80px;
  margin-left: 40px;
	/*
    outline: 1px outset;
    padding: 10px;
    */
    width: 222px;
    opacity: 0.6;
    margin-bottom: 39px;
  }

  .clientlogo li a img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray; /* IE 6-9 */
    width: 222px;
  }

  .clientlogo li a img:hover {
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    filter: none;
  }

  .clientlogo li:hover{
    opacity: 1.0;
  }

  #testimonials-carosule{
    margin-top: 50px;
    margin-bottom: 50px;
  }

  #testimonials-carosule .item{
    padding: 20px;
    text-align: center;
  }

  #testimonials-carosule .item > h3 {
    font-family: ubuntu;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
/*Price Table
-------------------------------------------*/
#priceing {
  background-color: #000000;
}
.price-pack {
  background: none repeat scroll 0 0 #FFFFFF;
  margin-bottom: 10px;
  outline: 2px solid;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
.package-header, .package-price{
  padding: 20px;
}
.package-header {
  background: none repeat scroll 0 0 #4b3f3c;
  color: #23272A;
  height: 190px;
}
.package-header > h3 {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 22px;
}

.package-header > p {
  color: #ffffff;
  font-size: 12px;
}
.package-price {
  background: none repeat scroll 0 0 #F2F2F2;
  border-radius: 60px;
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  color: #4b3f3c;
  font-family: 'Archivo Narrow', sans-serif;
  font-size: 22px;
  height: 112px;
  line-height: 62px;
  margin: -60px auto;
  width: 112px;
}

.package-price > span {
  font-size: 13px;
}


.package-price > p {
  color: #ABABAB;
  font-family: arial;
  font-size: 14px;
  font-style: italic;
  line-height: 0;
}

.package-features {
  margin-top: 80px;
  min-height: 444px;
}
.price-pack ul {
  list-style: none outside none;
  margin-right: 36px;
}
.price-pack ul li {
  color: #747474;
  margin-bottom: 12px;
}

.price-pack .btn {
  display: block;
  margin: 0 25px 20px;
}
.price-pack .btn:hover{
  background-color: #4b3f3c;
  color: #FFFFFF;
}
.border-btn, .social-btn {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border-radius: 0;
  box-shadow: none;
  text-shadow: none;
}
.border-btn {
  border: 2px solid #4b3f3c;
  color: #23272A;
  font-size: 16px;
  padding: 10px 30px;
  text-transform: uppercase;
  font-family: 'Archivo Narrow', sans-serif;
}
/*Blog
-------------------------------------------*/
.blog-post{
  background-color: #F2F2F2;
  margin-bottom: 40px;
}
.blog-post .meta {
  background-color: #4b3f3c;
  padding: 10px;
  color: #FFFFFF;
}
.blog-post .meta h4{
  color: #FFFFFF;
  text-transform: uppercase;
}
.blog-post .short-dec{
  padding: 10px;
}
.meta-info {
  list-style: none outside none;
  margin-left: -40px;
}
.meta-info > li {
  display: inline-block;
  font-size: 14px;
  padding: 4px;
}
.meta-info > li {
  font-size: 14px;
}
.meta-info li i > span {
  font-family: Open Sans;
  margin-left: 8px;
}
input.btn[type="submit"] {
  background-color: #FFFFFF;
  border: 2px solid #4b3f3c;
  border-radius: 0;
  color: #23272A;
  font-family: 'Archivo Narrow', sans-serif;
  font-size: 16px;
  outline: medium none;
  padding: 10px 20px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0px;
}
input.btn[type="submit"]:hover{
  background-color: #4b3f3c;
  color: #FFFFFF;
}
/*Contact
-------------------------------------------*/
.form input[type="text"]{
  border: 0 none;
  color: #999999;
  font-size: 14px;
  height: 50px;
  margin-bottom: 20px;
  outline: 2px solid #B3B3B3;
  padding: 2%;
  width: 50%;
  float: left;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.form input[type=text]:focus,.form textarea:focus, input[type=email]:focus {
  background-color: #e1e1e1;
  box-shadow:none;
  border: none;
}
.form textarea {
  border: 0 none;
  color: #999999;
  font-size: 14px;
  height: 50px;
  margin-bottom: 20px;
  outline: 2px solid #B3B3B3;
  padding: 3%;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  height:174px;
  resize:none;
  width: 100%
}
.btn-success{
  background-color: #FFFFFF;
  border: 2px solid #4b3f3c;
  border-radius: 0;
  color: #23272A;
  font-family: 'Archivo Narrow', sans-serif;
  font-size: 16px;
  margin-bottom: 100px;
  outline: medium none;
  padding: 10px 20px;
  text-align: center;
  text-transform: uppercase;
}
.btn-success:hover{
  background-color: #4b3f3c;
  color: #FFFFFF;
}
.form input.btn[type="submit"] {
  background-color: #FFFFFF;
  border: 2px solid #4b3f3c;
  border-radius: 0;
  color: #23272A;
  float: right;
  font-family: 'Archivo Narrow', sans-serif;
  font-size: 16px;
  margin-bottom: 100px;
  outline: medium none;
  padding: 10px 20px;
  text-align: center;
  text-transform: uppercase;
}
.form input.btn[type="submit"]:hover{
  background-color: #4b3f3c;
  color: #FFFFFF;
}
.sending{
  display:none;
  color:#222222;
  font-size:20px;
  line-height:20px;
  text-align: center;
}
.mess.center {
  color: #222222;
  text-align: center;
}

.cbox {
  margin-bottom: 30px;
}
.cbox .title {
  border-top: 2px solid #B4B4B4;
  color: #aaa;
  font-size: 20px;
  margin-bottom: 10px;
}
.cbox .title i {
  border-bottom: 2px solid #B4B4B4;
  line-height: 36px;
  margin-left: 0;
  width: 190px;
}
.cbox .title span {
  font-family: 'Archivo Narrow', sans-serif;
  font-weight: 600;
  margin-left: 12px;
  text-transform: uppercase;
}
.contact-info {
  font-family: 'Archivo Narrow', sans-serif;
  margin-left: 12px;
  list-style: none outside none;
  margin-left: -36px;
}
.contact-info > li {
  padding-bottom: 6px;
}
.contact-info > li i {
  color: #686868;
  font-size: 20px;
}
.contact-info > li span {
  color: #aaa;
  font-family: 'Archivo Narrow', sans-serif;
  font-size: 16px;
  margin-left: 14px;
  text-transform: uppercase;
}
/*Googlemap
-------------------------------------------*/
#googlemap{
  background-color: #F2F2F2;
}
.gmap{
  height: 500px;
}
/*Footer
-------------------------------------------*/
footer{
  text-align: center;
  background-color: #5D5D5D;
  color: #FFFFFF;
  width:100%;
  position:absolute;
  bottom:0;
  left:0;
}
footer h4{
  color: #FFFFFF;
}
footer ul.socials-icons {
  margin-left: -32px;
  margin-top: 16px;
  margin-bottom: 30px;
}
footer ul.socials-icons li {
  display: inline-block;
  margin: 1px;
}
footer ul.socials-icons li a {
  opacity: 0.5;
  transition: all 0.3s ease 0s;
}
footer ul.socials-icons li a img{
  height: 35px;
  width: 35px;
}
footer ul.socials-icons li a:hover {
  opacity: 1;
}

/******************************************
Responsive
******************************************/
@media(max-width: 1200px){
  .owl-buttons {
    display: none;
  }
}
@media(max-width: 1180px){
  #fullscreen-slider .slider-captions{
    margin: 32% auto 0;
  }
}

@media(max-width: 991px){
	.pics {
		min-height: 344px !important;
	}
	.img-responsive {
		width: 100% !important;
	}
  .event-dates {
   margin-bottom: 25px;
   text-align: center;
 }
}


@media(max-width: 980px){
  .logo{
    margin-top: 180px;
  }
  #fullscreen-slider .slider-captions{
    margin: 50% auto 0;
  }

  .container > .navbar-header, .container > .navbar-collapse{
    width: 100%;
  }
  .navbar-collapse.collapse{
    display: none !important;
  }
  .navbar-toggle{
    display: block;
  }
  .navbar-nav {
    float: left;
    margin: 0 0 10px;
    width: 100%;
  }
  .navbar-nav > li{
    float: none;
  }
  .navbar-nav > li > a{
    line-height: 0px;
    padding-bottom: 20px;
    padding-top: 20px;
    border-bottom: 1px solid #FFFFFF;
  }
  #navs > li:hover{
    background-color: none repeat scroll 0 0 #3FA76B;
  }
  .play {
    font-size: 60px;
    left: 40%;
    top: 24%;
  }
  .blog-post .meta{
    padding: 20px;
  }

  .blog-post .short-dec{
    padding: 20px;
  }
  .form {
    margin-bottom: 100px;
  }
}

@media(max-width: 700px) {
 .legal-contact {
   display: block !important;
   width: 100% !important;
 }
}


@media(max-width: 767px) {
    .event-dates {
        font-size: 20px;
        text-align: center;
    }
    .event-dates a {
        font-size: 20px;
        text-align: center;
    }
    .logo img {
        max-width: 70%;
    }
}

@media(max-width: 600px){
  .logo {
    margin-top: 70px;
  }
  .navbar-nav{
    margin-left: -30px;
  }
  .rslides_nav{
    top: 30%;
  }
  #filters li {
    display: block;
    margin: 0 5px 10px;
  }
  .clientlogo{
    margin-left: 45px;
  }
}

@media(max-width: 480px){
  .section .header h2{
    font-size: 40px;
  }
  .rslides_nav{
    top: 20%;
  }
  .clientlogo{
    margin-left: -30px;
  }
  .section .header h2{
    font-size: 30px;
  }
  .clientlogo{
    margin-left: -20px;
  }
  .slider-captions > h1 {
    font-size: 32px;
  }

  .slider-captions > h2 {
    font-size: 24px;
  }
  .slider-captions > h3 {
    font-size: 14px;
  }
  .fa-chevron-circle-down {
    margin-top: 9px;
  }
}

@media(max-width: 360px){
  #fullscreen-slider .slider-captions{
    margin: 64% auto 0;
  }

  .navbar-brand {
   padding-right: 3px !important;
 }

 .navbar-toggle {
   margin-right: -13px;
 }

}

@media(max-width: 320px){
  .logo{
    margin-top: 14px;
  }
  #fullscreen-slider .slider-captions{
    margin: 55% auto 0;
  }
  #fullscreen-slider .btn-success{
    margin-top: 10px;
  }
  .section .header h2{
    font-size: 26px;
  }
  #filters{
    margin-left: -30px;
  }
  .clientlogo {
    margin-left: -44px;
  }
}
