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


/*
GENERAL
*/

body {
  background: #373a47;
  color: #fffce1;
  font-weight: 400;
  font-size: 18px;
  font-family: 'Raleway', Arial, sans-serif;
}

/* c94e50 */
a {
  color: #DAB547;
  text-decoration: none;
  outline: none;
}

a:hover,
a:focus,
a.active {
  color: #DAB547;
  outline: none;
  text-decoration: underline;
}

.hvr-grow a {
  color: #444;
}

.hvr-grow a:hover,
.hvr-grow a:focus {
  color: inherit;
  outline: none;
  text-decoration: none;
}

button:focus {
  outline: none;
}



/*
HEADER
*/

.header {
  margin: 0px 0 0;
}

.header h1 {
  font-weight: 700;
}



/*
WRAPPER
*/

.wrap {
  background: #373a47;
}

.menu-wrap a {
  color: #b8b7ad;
}

/* b8b7ad */
.menu-wrap a:hover,
.menu-wrap a:focus,
.menu-wrap a.active {
  color: #DAB547;
  text-decoration: none;
}

.content-wrap {
  -webkit-overflow-scrolling: touch;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  background: #fff;
  color: #444;
  position: relative;
  /*z-index: 10;*/
}

.content {
  position: relative;
  padding: 40px 0;
}



/*
MENU
*/

.menu-wrap {
  position: absolute;
  right: 17px;
  font-weight: 700;
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

.menu-top {
  line-height: 58px;
}

.menu-top .profile {
  display: inline-block;
  padding: 8px 0;
  line-height: 42px;
}

.menu-top .profile,
.menu-side {
  text-align: right;
}

.menu-top .profile img {
  float: left;
  margin-right: 1em;
}

.icon-list {
  display: inline-block;
  font-size: 1.25em;
  text-align: right;
}

.icon-list a {
  margin: 0 1em 0 0;
  padding: 0;
}

.menu-side a {
  display: block;
  padding: 0.8em;
  font-size: 0.8em;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}

.menu-side a:first-child {
  border-top: 1px solid rgba(0,0,0,0.1);
}



/*
SHOW MENU
*/

.show-menu .menu-wrap {
  opacity: 1;
}

.show-menu .content-wrap,
.show-menu .menu-button,
.show-menu .lines-button {
  -webkit-transform: translate3d(-200px, 60px, 0);
  transform: translate3d(-200px, 60px, 0);
}

.show-menu .content::before {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.show-menu .lines {
  transition: background 0.3s 0s ease;
  background: transparent;
}

.show-menu .lines:before,
.show-menu .lines:after {
  transition: top 0.3s ease, -webkit-transform 0.3s 0.5s ease;
  transition: top 0.3s ease, transform 0.3s 0.5s ease;
  top: 0;
  width: 4rem;
}

.show-menu .lines:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}

.show-menu .lines:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}



/*
SHOW MENU BUTTON
*/

.lines-button {
  position: fixed; 
  right: 22px;
  top: 0;
  z-index: 1;
  padding: 2rem 1rem;
  transition: .3s;
  cursor: pointer;
  user-select: none;
  background: none;
  border: none;
}

.lines {
  display: inline-block;
  width: 4rem;
  height: 0.57143rem;
  background: #444;
  border-radius: 0.28571rem;
  transition: 0.3s;
  position: relative;
  transition: background 0.3s 0.5s ease;
}

.lines:before,
.lines:after {
  display: inline-block;
  width: 4rem;
  height: 0.57143rem;
  background: #444;
  border-radius: 0.28571rem;
  transition: 0.3s;
  position: absolute;
  left: 0;
  content: '';
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  transition: top 0.3s 0.6s ease, -webkit-transform 0.3s ease;
  transition: top 0.3s 0.6s ease, transform 0.3s ease;
}

.lines:before {
  top: 1rem;
}

.lines:after {
  top: -1rem;
}



/*
RESPONSIVE EMBED
*/

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin-bottom: 40px;
}

.embed-container iframe {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}



/*
ROLLOVERS
*/

.grid figure {
  margin: 0;
  position: relative;
}

.grid figure img {
  max-width: 100%;
  display: block;
  position: relative;
}

.grid figcaption {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  background: #2c3f52;
  color: #ed4e6e;
}

.grid figcaption h3 {
  margin: 0;
  padding: 0;
  color: #fff;
}

.grid figcaption span:before {
  content: 'by ';
}

.grid figcaption a {
  text-align: center;
  padding: 5px 10px;
  border-radius: 2px;
  display: inline-block;
  background: #ed4e6e;
  color: #fff;
}



/*
CAPTION STYLE
*/

.cs-style-3 figure {
  overflow: hidden;
}

.cs-style-3 figure img {
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
}

.cs-style-3 figure:hover img,
.cs-style-3 figure.cs-hover img {
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
}

.cs-style-3 figcaption {
  height: 100px;
  width: 100%;
  top: auto;
  bottom: 0;
  opacity: 0;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
  -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
  transition: transform 0.4s, opacity 0.1s 0.3s;
}

.cs-style-3 figure:hover figcaption,
.cs-style-3 figure.cs-hover figcaption {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
  -moz-transition: -moz-transform 0.4s, opacity 0.1s;
  transition: transform 0.4s, opacity 0.1s;
}

.cs-style-3 figcaption a {
  position: absolute;
  bottom: 20px;
  right: 20px;
}



/*
PROJECT BOXES
*/

.project-box {
  padding: 10px;
}

.project-box h3 {
  font-weight: bold;
}

.project-box h3 + p {
  color: #fff;
}

.color01 {
  background: #cc9999;
}

.color02 {
  background: #999999;
}

.color03 {
  background: #DAB547;
}

.color04 {
  background: #339999;
}


/*
HOVER GROW
*/

.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  margin-bottom: 20px;
}

.no-touch .hvr-grow:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.hvr-grow .img-responsive {
  max-width: auto;
  width: 100%;
}

.hvr-grow a {
  display: block;
}


/*
TABLES
*/

.events-list {
  width: 100%;
}

.events-list td {
  padding: 10px 0;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
  vertical-align: middle;
}



/*
GALLERY
*/

.gallery {
  margin: 20px 0;
}

.gallery figure {
  display: none;
}

.thumb-holder {
	padding: 0;
	border: 7px solid #fff;
}

.thumb {
  position: relative;
  padding-bottom: 70%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  display: block;
  cursor: pointer;
}

.thumb-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
}

/*
.thumb-img.portrait {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
*/

.pswp__caption small {
  display: none;
}



/*
GALLERY
*/

.footer {
  text-align: center;
  font-size: 14px;
}



/*
VALIDATION
*/

iframe {
  border-width: 0;
}



/*
RESPONSIVE TABLES
*/

table th { font-weight: bold; }
table td, table th { padding: 9px 10px; text-align: left; }

/* Mobile */

@media (max-width: 440px) {

	.thumb-holder {
		float: none;
		width: 100%;
	}
}

@media (min-width: 768px) {

}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {

}



