@charset "utf-8";
/* CSS Document */

#EventsLatest {
  padding: 28px 0 45px;
  background-image: url("images/gallery-latest-back.gif");
}

#EventsLatest .evitems {
  margin-top: 22px;
  margin-left: 20px;
}

#EventsLatest .galitem {
  width: 296px;
  height: 262px;
  overflow: hidden;
  padding: 4px;
  margin-right: 18px;
  background-color: #FFFFFF;
  position: relative;
  display: inline-block;
  vertical-align: top;
  -webkit-box-shadow: 0 1px 4px -2px #444444;
  -moz-box-shadow: 0 1px 4px -2px #444444;
  box-shadow: 0 1px 4px -2px #444444;
}

#EventsLatest .galitem:last-of-type {
  margin-right: 0;
}

#EventsLatest .galitemdat {
  position: absolute;
  top: 24px;
  left: 4px;
  background-color: #63666A;
  padding: 0.3em 0.5em 0.4em;
  color: #ffffff;
  font-family: 'CoText', sans-serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.2em;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

#EventsLatest .galitem:hover .galitemdat {
  padding-left: 0.8em;
}

#EventsLatest .galitemdattop:empty,
#EventsLatest .galitemdatbtm:empty {
  display: none;
}

#EventsLatest .galitemdattop {
  border-bottom: 1px solid #FFFFFF;
  padding-bottom: 2px;
  text-align: center;
}

#EventsLatest .galitemdatbtm {
  font-size: 130%;
  padding-top: 3px;
}

#EventsLatest .galitemimg {
  max-height: 198px;
  height: 198px;
  width: 100%;
  overflow: hidden;
}

#EventsLatest .galitemimg img {
  display: inherit;
  margin: 0 auto;
}

#EventsLatest .galitemtitle {
  font-family: 'CoText', sans-serif;
  text-align: center;
  font-size: 17px;
  color: #2C2A29;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 20px 0;
}


/*body.page-gallery .wrap {
	max-width: 3000px;
	padding: 0;
}*/

body.page-gallery #content .wrap {
  max-width: 976px;
}

#EventsAll .galitem {
  width: 218px;
  height: 212px;
  padding: 4px;
  margin-right: 12px;
  margin-bottom: 15px;
  background-color: #FFFFFF;
  position: relative;
  display: inline-block;
  vertical-align: top;
  -webkit-box-shadow: 0 1px 4px -2px #444444;
  -moz-box-shadow: 0 1px 4px -2px #444444;
  box-shadow: 0 1px 4px -2px #444444;
}

#EventsAll .galitem:nth-child(4n) {
  margin-right: 0;
}

#EventsAll .galitemimg {
  max-height: 150px;
  height: 150px;
  width: 100%;
  overflow: hidden;
}

#EventsAll .galitemdat .galitemdat {
  position: absolute;
  top: 18px;
  left: 4px;
  background-color: #FFCD00;
  padding: 0.3em 0.5em 0.4em;
  color: #2C2A29;
  font-family: 'CoText', sans-serif;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.2em;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

#EventsAll .galitem:hover .galitemdat .galitemdat {
  padding-left: 1em;
}

#EventsAll .galtitle {
  margin-top: 40px;
  margin-bottom: 18px;
}

#EventsAll .galitemtitle {
  font-family: 'CoText', sans-serif;
  text-align: center;
  font-size: 14px;
  line-height: 1.2em;
  color: #2C2A29;
  font-weight: bold;
  text-transform: uppercase;
  padding: 6px 10px 0;
  height: 56px;
  overflow: hidden;
}

#EventsAll .evitems {
  margin-left: 20px;
}

.GalleryPopupWrap {
  background-color: #191919;
}

#carousel .crsltxt {
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.65);
  font-family: 'CoText', sans-serif;
  font-size: 16px;
  min-height: 80px;
  width: 100%;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.GalleryPopupWrap:hover #carousel .crsltxt,
.GalleryPopupWrap:focus #carousel .crsltxt {
  background-color: rgba(0, 0, 0, 0.82);
}

.crsltxtt {
  color: #ffffff;
  float: left;
  font-size: 19px;
  font-weight: 500;
  text-transform: uppercase;
  padding-left: 3%;
  padding-top: 2%;
}

.crsltxtn {
  color: #ffffff;
  float: right;
  font-size: 12px;
  padding-right: 3%;
  padding-top: 2%;
}

.crsltxtd {
  clear: both;
  color: #63666A;
  padding-left: 3%;
  padding-bottom: 2%;
}

.carousel-wrapper .caroufredsel_wrapper {
  box-shadow: none;
}

.GalleryPopupClose {
  font-family: 'CoText', sans-serif;
  font-weight: 500;
  font-size: 17px;
  position: absolute;
  right: 6px;
  top: 16px;
  z-index: 25;
}

.GalleryPopupClose a {
  color: #FFF;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.65);
  padding: 0.5em 1.1em;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.GalleryPopupWrap:hover .GalleryPopupClose a,
.GalleryPopupWrap:focus .GalleryPopupClose a {
  background-color: rgba(0, 0, 0, 0.82);
}

#thumbs a {
  border-radius: 0;
  border: 0 none;
  max-width: 85px;
  height: 85px !important;
  margin: 0 10px;
}

.carousel-wrapper .caroufredsel_wrapper {
  border-radius: 0;
}

#thumbs a:hover,
#thumbs a.selected {
  border: 0 none;
}

#carousel img,
#thumbs img {
  width: auto;
  max-width: 100%;
}

#carousel img {
  height: auto;
  max-height: 100%;
  right: 0;
  margin: 0 auto;
}

.thumbs-wrapper {
  padding-top: 0;
}

.GalleryPopupWrap {
  height: 525px;
}

.SingleImageGalleryName {
  color: #ffffff;
  float: left;
  font-family: 'CoText', sans-serif;
  font-size: 19px;
  font-weight: bold;
  padding-left: 3%;
  padding-right: 3%;
  padding-top: 2%;
  text-transform: uppercase;
}

.SingleImageGalleryTitle {
  clear: both;
  color: #63666A;
  padding-left: 3%;
  padding-right: 3%;
  padding-bottom: 2%;
  font-family: 'CoText', sans-serif;
  font-size: 16px;
}

.SingleImageGalleryImage {
  text-align: center;
}

.SingleImageGalleryImage > img {
  max-height: 380px;
}

#galleryBrandAssests .galitem {
  height: 224px;
  margin-right: 18px;
  margin-bottom: 18px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  max-width: 400px;
  -webkit-box-shadow: 0 2px 10px -3px #444444;
  -moz-box-shadow: 0 2px 10px -3px #444444;
  box-shadow: 0 2px 10px -3px #444444;
}

#galleryBrandAssests #asitem-1855 {
  height: auto;
}

#galleryBrandAssests .asitempic img {
  max-height: 224px;
  width: auto;
  height: auto;
  display: block;
}


/*#galleryBrandAssests .wrap .galitem {
	margin-left: 20px;
}*/

#galleryBrandAssests .astitlel {
  margin-bottom: 20px;
}

#galleryBrandAssests .astitlem {
  margin-top: 46px;
  margin-bottom: 20px;
}

.wrapInGallery {
  margin: 0 18px;
}

#galleryBoard .galitem {
  min-height: 224px;
  width: 31%;
  margin-right: 2%;
  margin-bottom: 29px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  max-width: 400px;
  text-align: center;
}

#galleryBoard .boarditempic {
  height: 157px;
  width: 157px;
  overflow: hidden;
  background-color: #ffffff;
  border: 1px solid #e1e1e1;
  padding: 10px;
  margin: 0 auto;
}

#galleryBoard .galitem:nth-child(3n) {
  margin-right: 0;
}

.boarditempic img {
  height: auto;
  width: 100%;
  display: block;
}

.wrapGalDirectors {
  width: 720px;
  margin-top: 33px;
}

#galleryBoard .boarditemname,
#galleryBoard .boarditemtitle {
  color: #292825;
  font-family: 'CoText', sans-serif;
  font-weight: bold;
  font-size: 19px;
  margin: 0 auto;
}

#galleryBoard .boarditemname {
  width: 70%;
  margin-top: 2px;
}

#galleryBoard .galitem:nth-of-type(1) .boarditemname,
#galleryBoard .galitem:nth-of-type(2) .boarditemname {
  width: auto;
}

#galleryBoard .boarditemtitle {
  font-size: 14px;
  font-weight: normal;
}

/*Fixes: */
.GalleryPopupWrap{
	position:fixed;
}
@media only screen and (max-width: 767px) {
	.GalleryPopupWrap { width: auto; }
}
@media only screen and (max-width: 767px) and (orientation:landscape) {
	.GalleryPopupWrap { top: 220px; }
}
@media only screen and (max-width: 360px) {
	.GalleryPopupWrap { width: auto; }
}

.galtitle{
	clear: both;
	color: #2C2A29;
	font-family: 'CoText', sans-serif;
	font-size: 28px;
	font-weight: bold;
	padding: 8px 18px;
}
.GalleryPopupClose a{
	color: #FFF;
	background-color:rgba(0, 0, 0, 0.65);
	padding: 0.5em 1.1em;
	transition: all 0.3s ease-out;
}