/* ==========================================================================
	Global Settings
========================================================================== */
/*
* Boxsizing set to border box http://css-tricks.com/box-sizing/
*/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-text-size-adjust: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

/**
 * Minimal base styles.
 */
form {
  margin: 0;
}

:focus {
  outline: none !important;
}

html {
  font-size: 100.01%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  font-size: 62.5%;
  line-height: 1em;
  background: #282828;
}

a:link, a:visited {
  text-decoration: none;
}

a:link:hover, a:visited:hover {
  text-decoration: none;
}

:focus {
  outline: 0;
}

/* Remove margins for navigation lists */
nav ul, nav li {
  margin: 0;
  list-style: none;
  list-style-image: none;
}

/* Align checkboxes, radios, text inputs with their label by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"] {
  vertical-align: text-bottom;
}

input[type="checkbox"] {
  vertical-align: bottom;
}

.iem7 input[type="checkbox"] {
  vertical-align: baseline;
}

input, select {
  vertical-align: middle;
}

textarea {
  overflow: auto;
}

/* Hand cursor on clickable input elements */
label, input[type="button"], input[type="submit"], input[type="image"], button {
  cursor: pointer;
}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {
  margin: 0;
}

/* Make buttons play nice in IE:
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {
  width: auto;
  overflow: visible;
}

/* Headers (h1, h2, etc) have no default font-size or margin; define those yourself */
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  line-height: 1.2em;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  vertical-align: top;
}

/* blockquote , q and hr  */
blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #1bb8c5;
  margin: 32px 0;
  padding: 0;
  position: relative;
}

hr:before {
  display: block;
  width: 38px;
  height: 19px;
  content: "";
  background: #fff url(../img/icons/icon1.png) center center no-repeat;
  position: absolute;
  left: 50%;
  top: -10px;
  margin-left: -19px;
}

/* Images and Default Classes  */
img {
  max-width: 100%;
  /*height: auto !important;*/
  vertical-align: bottom;
}

img.alignleft {
  float: left;
  margin: 0 30px 15px 0;
  display: inline;
}

img.alignright {
  float: right;
  margin: 0 0px 15px 30px;
  display: inline;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

/* Default List Styles  */
ul, ol {
  list-style: none;
}

li {
  line-height: 1.2em;
}

li ul, li ol {
  margin-bottom: 0px;
}

/*
 * Clearing Methods
 */
.clearfix:after {
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: block;
}

.floatbox {
  overflow: hidden;
}

.clear {
  clear: both;
  height: 0px;
  line-height: 1px;
}

.no-padding {
  padding: 0 !important;
}

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

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

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

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

body {
  font-family: 'museo', Arial, Helvetica, sans-serif;
  min-width: 320px;
  background: #282828;
  font-weight: 500;
  position: relative;
  background: #282828;
}

/*--- Container  ---*/
#container {
  position: relative;
  min-width: 320px;
  overflow-x: hidden;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  right: 0;
}

#container.top-padding {
  padding-top: 56px;
}

#container.menu-open {
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  right: 260px;
}

/*--- Header  ---*/
#header {
  padding-top: 25px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
}

#header.top {
  top: 65px;
}

/*--- Banner  ---*/
#banner .inner-banner {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/banner/image1.jpg);
  min-height: 158px;
}

#banner .inner-banner .col-xs-12 {
  height: 550px;
  display: table;
}

/*--- Content  ---*/
#content {
  padding: 0 0 50px;
  background: #fff;
}

.home #content {
  padding-bottom: 0;
}

#content .inner-content {
  padding-right: 86px;
}

/*--- Footer  ---*/
#footer {
  background: #282828;
  padding-bottom: 15px;
}

#footer .inner-footer {
  background: #2f2f2f;
  margin-bottom: 18px;
}

#footer .inner-footer .container {
  background: url(../img/logo-bg.png) 50px bottom no-repeat;
  padding: 40px 15px;
}

.scroll-top {
  display: block;
  width: 49px;
  height: 49px;
  position: fixed;
  right: 0;
  opacity: 0;
  z-index: 1000;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  bottom: 20px;
  background: #2f2f2f url(../img/arrow2.png) 17px 19px no-repeat;
}

.scroll-top:hover {
  background: #bcaf79 url(../img/arrow1.png) 17px 19px no-repeat;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.scroll-top.show {
  opacity: 1;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

/*--- Topbar  ---*/
#topbar {
  background: #2f2f2f;
  padding: 22px 0;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1000;
}

#topbar .user {
  padding-left: 27px;
  font-size: 12px;
  color: #ffffff;
  text-transform: uppercase;
  background: url(../img/icons.png) left top no-repeat;
  line-height: 12px;
}

#topbar .logout {
  float: right;
  background: url(../img/icons.png) -156px 0 no-repeat;
  padding-left: 22px;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  line-height: 12px;
}

#topbar .logout:hover {
  color: #bcaf79;
}

/*--- Header  ---*/
#header .my-account-holster {
  height: 10px;
}

#header .my-account {
  float: right;
  padding-left: 27px;
  font-size: 12px;
  color: #ffffff;
  z-index: 10000;
  position: relative;
  text-transform: uppercase;
  background: url(../img/icons.png) left top no-repeat;
  line-height: 12px;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

#header .my-account:hover {
  color: #ccc;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

#header .button1, #header .button3 {
  margin-top: 22px;
}

/*--- Banner  ---*/
#banner .inner-wrap {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

#banner h2 {
  font-size: 36px;
  color: #fff;
  margin-bottom: 60px;
  text-align: center;
  font-weight: normal;
}

#banner h3 {
  text-transform: uppercase;
  font-size: 24px;
  color: #fefefe;
  margin-bottom: 20px;
}

#banner .days-left {
  background: url(../img/days-bg.png) left top no-repeat;
  font-family: 'Roboto Slab';
  font-weight: 300;
  width: 762px;
  height: 149px;
  margin: 0 auto;
  display: block;
  font-size: 92px;
  color: #bcaf79;
  line-height: 149px;
}

#banner .details {
  background: #bcaf79;
  padding: 30px 0;
}

#banner .details h4 {
  font-size: 21px;
  padding-top: 5px;
  color: #fff;
  font-weight: normal;
  font-family: 'Roboto Slab';
  font-weight: 400;
}

#banner .details h4 span {
  font-size: 14px;
  display: block;
  text-transform: uppercase;
  font-family: 'museo';
  font-weight: 300;
  white-space: nowrap;
}

#banner .details .icon {
  float: left;
  display: block;
  margin-right: 22px;
  background-image: url(../img/icons.png);
  background-repeat: no-repeat;
  margin-top: 13px;
}

#banner .details .calendar {
  width: 41px;
  height: 37px;
  background-position: 0 -21px;
}

#banner .details .pin {
  width: 23px;
  height: 34px;
  background-position: -50px -20px;
}

#banner .inner-wrap .button2 {
  display: inline-block;
  margin: 0 18px 15px;
  min-width: 245px;
  position: relative;
}

#banner .inner-wrap .button2 span {
  display: block;
  height: 33px;
  position: absolute;
  right: -27px;
  top: -22px;
  background: #bcaf79;
  line-height: 33px;
  padding: 0 10px;
  font-size: 14px;
  color: #fff;
  text-transform: none;
  font-weight: 300;
}

#banner .inner-wrap .button2 span:after {
  width: 7px;
  height: 33px;
  display: block;
  content: "";
  position: absolute;
  right: -7px;
  top: 0;
  background: url(../img/arrow5.png) left top no-repeat;
}

/*--- Main Navigation  ---*/
#main-navigation {
  padding-top: 22px;
}

#main-navigation ul li {
  float: left;
  margin: 0 20px;
  position: relative;
  z-index: 100;
}

#main-navigation ul li a {
  font-size: 15px;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 48px;
  display: block;
}

#main-navigation ul ul {
  left: 0;
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  top: -10057px;
  width: 208px;
  position: absolute;
  background: rgba(188, 175, 121, 0.9);
}

#main-navigation ul li:hover ul {
  opacity: 1;
  top: 57px;
  transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transition: opacity 2s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: opacity 2s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: opacity 2s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: opacity 2s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

#main-navigation ul ul:before {
  height: 12px;
  left: 0;
  top: -12px;
  content: "";
  position: absolute;
  display: block;
  width: 100%;
}

#main-navigation ul li li {
  float: none;
  margin: 0;
  line-height: normal;
}

#main-navigation ul li li a {
  line-height: 40px;
  font-size: 14px;
  color: #2f2f2f;
  padding: 0 27px;
}

#main-navigation ul li li a:hover {
  background: rgba(170, 157, 103, 0.9);
}

#main-navigation .menu-btn {
  width: 47px;
  height: 47px;
  float: right;
  background: #bcae7c url(../img/menu-btn-bg.png) center center no-repeat;
  border: 1px solid #bcaf79;
  display: none;
}

#main-navigation li.back {
  border-bottom: 3px solid #bcaf79;
  width: 0px;
  height: 3px;
  margin: 0;
  z-index: 1;
  bottom: 0;
  position: absolute;
}

span.unpaid, span.unfinished {
  float: right;
  font-size: 15px;
  color: #ff0000;
  position: relative;
  margin-top: -20px;
}

/*--- Global Navigation  ---*/
#global-navigation ul li {
  float: left;
  position: relative;
}

#global-navigation ul li a {
  font-size: 12px;
  color: #bcaf79;
  text-transform: uppercase;
  line-height: 12px;
  display: block;
  padding: 0 14px;
}

#global-navigation ul li.active:after, #global-navigation ul li:hover:after {
  display: block;
  position: absolute;
  left: 0;
  bottom: -22px;
  width: 100%;
  height: 3px;
  background: #bcaf79;
  content: "";
}

#global-navigation .menu-btn {
  width: 40px;
  height: 30px;
  background: url(../img/menu-btn-bg.png) center center no-repeat;
  border: 1px solid #3d3d3d;
  display: none;
  position: absolute;
  left: 56%;
  top: 7px;
  margin-left: -20px;
}

/*--- Breadcrumbs  ---*/
#breadcrumbs {
  padding-top: 8px;
  margin-bottom: 38px;
}

#breadcrumbs a {
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

#breadcrumbs a:hover {
  color: #bcaf79;
}

#breadcrumbs a, #breadcrumbs span {
  font-size: 11px;
  color: #606060;
  text-transform: uppercase;
  display: inline-block;
}

#breadcrumbs .divider {
  width: 12px;
  height: 33px;
  background: url(../img/arrow6.png) left top no-repeat;
  display: inline-block;
  margin: 0 15px 0 18px;
  vertical-align: middle;
}

/*--- Page Header  ---*/
.page-header {
  margin: 0;
  margin-bottom: 45px;
  border-bottom: 0;
  padding-bottom: 0;
}

.page-header h2 {
  font-size: 26px;
  margin: 0;
  color: #2f2f2f;
  text-transform: uppercase;
  font-weight: 400;
}

/*--- Submit Works  ---*/
.submit-works .table1 tr td {
  padding: 25px 22px;
  vertical-align: middle;
}

.submit-works .table1 tr td .table-ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.submit-works .table1 tr td .table-ul li:before {
  display: none;
}

.submit-works a.edit {
  display: inline-block;
  background: url(../img/edit.png) left top no-repeat;
  width: 17px;
  height: 17px;
}

.submit-works a.delete {
  display: inline-block;
  background: url(../img/remove.png) left top no-repeat;
  width: 12px;
  height: 12px;
}

.submit-works .help {
  background: url(../img/help-icon1.png) left top no-repeat;
  width: 19px;
  height: 17px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 12px;
  display: none;
}

.submit-works tr.unfinished .help {
  position: relative;
  top: -2px;
}

.submit-works .table1 tr.unfinished td {
  background: #ffe9e2;
  color: #ff0000;
}

.submit-works .table1 tr.unfinished td a {
  color: #ff0000;
}

.submit-works .table1 tr.accepted td {
  background-color: #f8f8f8 !important;
  color: #2f2f2f !important;
}

.submit-works .table1 tr.accepted td a {
  color: #bcaf79 !important;
}

.submit-works .table1 tr.accepted td .help {
  background: none !important;
}

.submit-works .table1 tr.accepted td .tooltip {
  display: none !important;
}

.submit-works .table1 tr.accepted td .help {
  width: auto !important;
}

.submit-works .table1 tr.accepted td .help:before {
  background-color: #bcaf79;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color: #ffffff;
  content: attr(data-label);
  display: inline-block;
  font-family: Tahoma;
  font-size: 11px;
  height: 21px;
  line-height: 21px;
  padding-left: 11px;
  padding-right: 11px;
  position: relative;
  text-transform: uppercase;
  top: -4px;
  white-space: nowrap;
}

.submit-works .table1 tr.accepted td .inreview:before {
  background-color: #5f5f5f;
}

.submit-works .table1 tr.accepted td .notpaid:before {
  background-color: red;
}

.submit-works .table1 tr.unfinished .help {
  display: inline-block;
}

.submit-works .table1 tr th.edit, .submit-works .table1 tr td.edit {
  text-align: center;
}

.submit-works .table1 tr th.edit {
  width: 75px;
}

.submit-works a.add-work {
  font-size: 15px;
  color: #bcaf79;
  text-transform: uppercase;
  display: block;
  line-height: 23px;
  margin-top: -20px;
  padding: 25px 0px;
  position: relative;
  margin: 0;
  font-family: 'museo';
  font-weight: 500;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.submit-works a.add-work:hover {
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  color: #2f2f2f;
}

.submit-works a.add-work span {
  font-size: 35px;
  margin-right: 15px;
  font-weight: 300;
  position: relative;
  top: -2px;
  vertical-align: bottom;
}

.submit-works .table1 tr.total td {
  background: #fff;
  vertical-align: middle;
}

.submit-works .table1 tr.total button[type='submit'] {
  width: 168px;
  float: right;
  font-weight: 500 !important;
}

.submit-works .tooltip .tooltip-inner {
  background: #ff0000;
  color: #fff;
}

.submit-works .tooltip.top .tooltip-arrow {
  border-top-color: #ff0000;
}

.submit-works .table1 tr td a:hover,
.submit-works .table1 tr td .table-ul a:hover {
  /*color: #2f2f2f !important;*/
}

/*--- Post  ---*/
.post h2 {
  font-size: 24px;
  color: #bcaf79;
  font-weight: 600;
  margin-bottom: 20px;
  font-family: 'Roboto Slab';
  font-weight: 400;
}

.post h2 a {
  color: #bcaf79;
  transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.post h2 a:hover, .post h4 a:hover {
  color: #2f2f2f;
}

.post h4 {
  font-size: 20px;
  color: #bcaf79;
  border: 0;
  margin: 0;
  margin-bottom: 20px;
  font-family: 'Roboto Slab';
  font-weight: 400;
}

.post h4 a {
  color: #bcaf79;
  transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.post h6 {
  font-size: 12px;
  color: #bcaf79;
  margin-bottom: 20px;
  font-family: 'Roboto Slab';
  font-weight: 300;
}

.post p {
  font-size: 15px;
  color: #727272;
  line-height: 24px;
  font-family: 'Roboto Slab';
  font-weight: 300;
  margin-bottom: 20px;
}

.post p a {
  color: #bcaf79;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.post p a:hover {
  color: #2f2f2f;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.post .metadata {
  display: block;
  font-size: 12px;
  color: #c8c8c8;
  font-family: 'Roboto Slab';
  font-weight: 300;
  margin-bottom: 20px;
}

.post .image {
  margin-bottom: 25px;
  position: relative;
}

.post .image img {
  width: 100%;
}

.post .image .photo {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 51px;
  height: 51px;
  display: block;
  background: url(../img/photo.gif) left top no-repeat;
  z-index: 5;
}

.posts {
  position: relative;
  margin: 0 -1.6%;
  padding-right: 98px;
}

.posts .post {
  float: left;
  width: 46%;
  margin: 0 2%;
  border-bottom: 2px solid #bcaf79;
  margin-bottom: 38px;
}

.post ul {
  padding-left: 20px;
  margin-bottom: 30px;
}

.post ul li {
  position: relative;
  font-size: 15px;
  color: #727272;
  line-height: 24px;
  font-family: 'Roboto Slab';
  font-weight: 300;
  margin-bottom: 5px;
}

.post ul li:before {
  width: 5px;
  height: 5px;
  position: absolute;
  left: -20px;
  top: 10px;
  content: "";
  background: url(../img/dot1.png) left top no-repeat;
  display: block;
}

.post ul li:nth-child(2n):before {
  background: url(../img/dot2.png) left top no-repeat;
}

.post table {
  margin-bottom: 48px;
  width: 100%;
}

.post table tr th {
  background: #bcaf79;
  white-space: nowrap;
  padding: 18px 22px;
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  text-align: left;
  vertical-align: middle;
}

.post table tr td {
  line-height: 19px;
  font-size: 15px;
  color: #727272;
  text-align: left;
  font-family: 'Roboto Slab';
  font-weight: 300;
  padding: 15px 12px;
}

.post table tbody tr:nth-child(2n) td {
  background: #f7f7f7;
}

.post table td .button5 {
  /*font-weight: 300 !important;*/
}

.post table .count {
  text-align: center;
}

.post .pdf-text {
  font-size: 12px;
  color: #2f2f2f;
  margin-bottom: 20px;
  font-family: 'Roboto Slab';
  font-weight: 300;
}

.post-gallery-thumb {
  position: relative;
  margin-bottom: 45px;
}

.post-gallery-thumb a {
  display: block;
  position: relative;
}

.post-gallery-thumb img {
  vertical-align: middle;
  width: 100%;
}

.post-gallery-thumb a:before {
  display: block;
  width: 50px;
  height: 50px;
  content: " ";
  background-color: #bcaf79;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 999;
  background-image: url(../img/icon-gallery.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -moz-background-size: 22px 15px;
  -o-background-size: 22px 15px;
  -webkit-background-size: 22px 15px;
  background-size: 22px 15px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.post-gallery-thumb:hover a:before {
  background-color: #dccd8e;
}

.box-block {
  padding-top: 20px;
  padding-bottom: 30px;
}

.box-item {
  margin-bottom: 30px;
}

.box-item-content a {
  padding: 20px;
  display: block;
  font-size: 28px;
  line-height: 30px;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 100;
  height: 246px;
  background-color: #f0f0f0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.box-item-content a[href] {
  background-color: #bcaf79;
}

#contact-map-canvas {
  height: 700px;
  width: 100%;
  margin-bottom: -50px;
}

#contact-map-canvas img {
  max-width: none;
}

/*--- Table1 ---*/
.table1 td.download {
  padding: 5px 6px 5px 22px;
  text-align: right;
}

.table1 td {
  border-top: 10px solid #fff;
  background: #f8f8f8;
}

.table1 .unpaid td {
  color: #ff0000;
}

.table1 a.add-btn {
  width: 43px;
  height: 43px;
  background: #bcaf79;
  position: relative;
  display: inline-block;
  background: #bcaf79 url(../img/arrow10.png) center center no-repeat;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.table1 a.add-btn:hover {
  background: #2f2f2f url(../img/arrow10.png) center center no-repeat;
}

.table1 h3 {
  font-size: 18px;
  color: #2f2f2f;
  font-family: 'Roboto Slab';
  font-weight: 300;
  margin-bottom: 5px;
}

.table1 .know-more {
  font-size: 14px;
  color: #bcaf79;
  font-family: 'Roboto Slab';
  font-weight: 300;
}

.table1 .know-more:hover {
  color: #2f2f2f;
}

.table1 td:first-child a.add-btn {
  display: none;
}

.table1 th span, .table1 .silver, .table1 .bronze, .table1 .gold {
  text-align: center;
  font-size: 20px;
  text-transform: none;
}

.table1 th:first-child small {
  display: none;
}

.table1 td:first-child .select, .table1 td:first-child .category {
  display: none;
}

/*--- Download Btn ---*/
.download-btn {
  background: #f7f7f7;
  padding: 13px 20px 12px 77px;
  position: relative;
  display: block;
  margin-bottom: 10px;
  font-size: 15px;
  color: #bcaf79;
  font-family: 'Roboto Slab';
  font-weight: 300;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.download-btn .icon {
  width: 49px;
  height: 49px;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  background: #bcaf79 url(../img/download-icon.png) center center no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}

.download-btn:hover {
  color: #2f2f2f;
}

.download-btn:hover .icon {
  background: #2f2f2f url(../img/download-icon.png) center center no-repeat;
}

.download-btn .size {
  float: right;
  color: #d4d4d4;
}

/*--- Select ---*/
.select {
  display: inline-block;
  height: 51px;
  position: relative;
  border: 1px solid #d6d6d6;
  background: #fff;
}

.select:after {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  background: #fff url(../img/select-arrow.png) right top no-repeat;
  width: 26px;
  height: 49px;
  content: "";
  pointer-events: none;
}

.select select {
  border: 0;
  padding: 10px 15px;
  height: 49px;
  width: 100%;
  line-height: 40px;
  background: none;
  box-shadow: none;
}

#work-files {
  padding: 0px;
  list-style: none;
}

#work-files li {
  float: left;
}

#work-files li::before {
  background: none;
}

#work-files .audiojs {
  width: 515px;
}

#work-files .audiojs .play-pause {
  width: 40px;
  border-right: 1px solid #555;
}

#work-files .audiojs .scrubber {
  width: 345px;
}

#work-files .audiojs .time {
  border-left: 1px solid #555;
}

#work-files .video-js .vjs-big-play-button {
  width: auto;
  height: auto;
  border: 0px;
  box-shadow: none;
  top: 30%;
  left: 45%;
}

.work-files .controls {
  position: absolute;
  left: 0;
  max-width: 1090px;
  bottom: -2px;
  text-align: center;
  width: 100%;
}

.work-files .controls a {
  display: inline-block;
  width: 11px;
  height: 11px;
  margin: 0 40px 0 0;
  background: url(../img/controls-a-bg.png) right top no-repeat;
}

.work-files .controls a:last-child {
  margin-right: 0;
}

.work-files .controls a:hover, .news .controls a.selected {
  background: url(../img/controls-a-bg.png) left top no-repeat;
}

.work-files .controls a span {
  display: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .select select {
    padding-top: 5px;
  }
}

.safari .select select {
  text-indent: 10px;
}

/*--- Tickets ---*/
.tickets .table1 {
  margin-bottom: 12px;
}

.tickets .table1 td {
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 20px;
}

.tickets .table1 .select {
  width: 100%;
}

.tickets .table1 .less-padding td {
  padding-top: 10px;
  padding-bottom: 10px;
}

.tickets .table1 .button5 {
  display: block;
  font-weight: 500;
  font-size: 18px;
  border-width: 3px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.tickets .table1 .price {
  display: block;
  margin-bottom: 20px;
  color: #2f2f2f;
  font-family: 'museo';
  font-weight: 700;
}

.tickets .table1 td.gold {
  width: 345px;
}

.tickets .vat {
  float: right;
  font-size: 11px;
  color: #606060;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.tickets table .total {
  border-top: 2px solid #bcaf79;
  font-family: 'Roboto Slab';
  font-weight: 300;
}

.tickets table .total p {
  font-size: 18px;
  margin-bottom: 10px;
  font-family: 'Roboto Slab';
  font-weight: 300;
  color: #2f2f2f;
}

.tickets table .total p .price {
  float: right;
  width: 92px;
  text-align: left;
}

.tickets table td {
  vertical-align: middle;
}

.tickets table .total-field {
  padding-right: 0;
}

.tickets table .service {
  width: 645px;
}

.tickets .section .discount-code {
  display: none;
}

.tickets .discount-code input[type='text'] {
  width: 299px;
  height: 51px;
  float: left;
  padding: 15px 20px;
  line-height: 21px;
  font-size: 16px;
  color: #2f2f2f;
  font-family: 'Roboto Slab';
  font-weight: 300;
  border: 1px solid #d6d6d6;
  border-right: 0;
  margin: 0;
}

.tickets .discount-code button[type='submit'] {
  min-width: 53px;
  width: 53px;
}

.tickets table tfoot > tr td:first-child {
  padding-left: 0;
}

.invocies .table1 {
  margin-bottom: 0;
}

/*--- Buy Tickets Form ---*/
#buy-tickets-form table {
  margin-bottom: 35px;
}

#buy-tickets-form #company-form, #buy-tickets-form #private-form {
  display: none;
}

#buy-tickets-form .active {
  display: block !important;
}

#buy-tickets-form .cards {
  margin-bottom: 35px;
}

#buy-tickets-form .cards a {
  float: left;
  display: block;
  margin-right: 16px;
}

/*--- Pagination ---*/
.pagination {
  text-align: center;
  display: block;
  margin-bottom: 0;
}

.pagination a {
  font-size: 21px;
  display: inline-block;
  line-height: 21px;
  color: #bcaf79;
  margin: 0 15px;
}

.pagination a:hover, .pagination a.active {
  color: #2f2f2f;
}

.pagination span.space {
  display: inline-block;
  margin: 0 10px;
  line-height: 21px;
}

.pagination span.space img {
  vertical-align: middle;
  position: relative;
  top: -3px;
}

/*--- Widget ---*/
.widget {
  margin-bottom: 50px;
  padding-left: 80px;
}

.widget ul li {
  margin-bottom: 18px;
}

.widget ul li a {
  font-size: 18px;
  color: #bcaf79;
  text-transform: uppercase;
  line-height: 33px;
  display: block;
  position: relative;
}

.widget ul li.active a, .widget ul li a:hover {
  color: #2f2f2f;
}

.widget ul li.active a:after, .widget ul li a:hover:after {
  display: block;
  height: 33px;
  background: url(../img/arrow7.png) left top no-repeat;
  width: 12px;
  position: absolute;
  left: -35px;
  top: 0;
  content: "";
}

.widget h2 {
  font-size: 16px;
  color: #2f2f2f;
  line-height: 22px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 10px;
}

/*--- Newsletter Form1 ---*/
#newsletter-form1 input[type="text"] {
  border: 1px solid #d6d6d6;
  height: 51px;
  padding: 15px;
  font-size: 15px;
  color: #a6a6a6;
  font-weight: 500;
  line-height: 21px;
  float: left;
  width: 120px;
  border-right: 0;
}

#newsletter-form1 input[type="submit"] {
  float: left;
  width: 50px;
  height: 51px;
  background: #bcaf79;
  border: 0;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
}

#newsletter-form1 .success, #newsletter-form1 .error {
  display: none;
}

/*--- Works  ---*/
#works {
  background: rgba(188, 175, 121, 0.9);
  position: absolute;
  top: 78px;
  width: 697px;
  right: 15px;
  padding: 25px;
  display: none;
}

#works h3 {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  padding: 0 6px 20px;
  border-bottom: 2px solid #c8bc88;
  margin-bottom: 13px;
}

#works ul {
  margin-bottom: 30px;
}

#works ul:last-child {
  margin-bottom: 0;
}

#works ul li a {
  display: block;
  line-height: 30px;
  padding: 0 7px;
  font-size: 14px;
  color: #2f2f2f;
  text-transform: uppercase;
}

#works ul li a:hover {
  text-decoration: none;
  color: #fff;
  background: #ac9f6d;
}

#works ul.first {
  min-height: 170px;
  border-right: 1px solid #cfc7a6;
}

/*--- Winners  ---*/
.winners {
  clear: both;
}

.winners table {
  width: 100%;
  margin-bottom: 20px;
}

.winners table tr td {
  border-bottom: 1px solid #e6e6e6;
  padding: 16px 0;
  vertical-align: middle;
  font-size: 18px;
  color: #2f2f2f;
  font-family: 'Roboto Slab';
  font-weight: 300;
  cursor: pointer;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.winners table tr td:hover {
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  color: #bcaf79;
}

.winners table tr td a {
  color: #2f2f2f;
}

.winners table tr td:hover a {
  color: #bcaf79;
}

.winners table tr td small {
  font-size: 13px;
  color: #b3b3b3;
  display: block;
}

.winners table tr td.name {
  text-transform: uppercase;
  line-height: 25px;
  font-weight: 500;
  font-family: 'museo';
  padding-left: 20px;
}

.winners table tr td.name small {
  text-transform: none;
}

.winners table tr td.company {
  font-size: 24px;
}

.winners table tr td:last-child {
  text-align: right;
}

.winners table tr td:first-child {
  width: 90px;
}

.winners table tr td .gold {
  color: #bcaf79;
  text-transform: uppercase;
}

.winners table tr td .silver {
  color: #939393;
  text-transform: uppercase;
}

.winners table tr td .diploma {
  color: #cccccc;
}

.winners .section1 {
  margin-bottom: 48px;
}

.winners .section1 header {
  border-bottom: 1px solid #e6e6e6;
  padding-right: 320px;
}

.winners .section1 header h2 {
  font-size: 26px;
  color: #2f2f2f;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 25px;
}

.winners .section1 header h5 {
  font-size: 14px;
  color: #2f2f2f;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 7px;
}

.winners .section1 header p {
  font-size: 14px;
  line-height: 18px;
  color: #2f2f2f;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 20px;
}

.winners .section1:first-child table tr td {
  padding: 7px 0;
  cursor: default;
}

.winners .section1:first-child table tr td.name {
  padding-left: 20px;
}

.winners .section1:first-child table tr td:first-child {
  text-align: center;
}

/*--- PopUp  ---*/
.popup {
  background: #fff;
  max-width: 405px;
  max-height: 600px;
  width: 100%;
  position: fixed;
  z-index: 1000;
  left: 50%;
  top: 10%;
  margin-left: -200px;
  display: none;
  overflow: hidden;
  overflow-y: auto;
}

.popup header {
  background: #bcaf79;
  padding: 20px 28px;
}

.popup header h3 {
  font-size: 17px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
}

.popup .close-btn {
  display: block;
  right: 25px;
  top: 21px;
  width: 18px;
  height: 17px;
  background: url(../img/close-btn.png) left top no-repeat;
  position: absolute;
  z-index: 10;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.popup .close-btn:hover {
  background: url(../img/close-btn-hover.png) left top no-repeat;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.popup .content {
  padding: 25px 25px 5px;
}

.popup p {
  font-size: 15px;
  color: #2f2f2f;
  line-height: 24px;
  margin-bottom: 25px;
}

.popup label {
  display: block;
  text-align: left;
  font-size: 15px;
  color: #2f2f2f;
  margin-bottom: 6px;
  font-weight: 500;
}

.popup input[type='text'], .popup input[type='password'] {
  height: 51px;
  text-align: left;
  border: 1px solid #d6d6d6;
  padding: 15px;
  font-size: 15px;
  color: #2f2f2f;
  font-weight: 500;
  width: 100%;
}

.popup ul li {
  margin-bottom: 20px;
}

.popup .has-error input[type='text'], .popup .has-error input[type='password'] {
  border: 1px solid #ff0000;
}

.popup .error-message {
  display: block;
  font-size: 17px;
  color: #ff0000;
  margin-bottom: 40px;
  text-align: left;
}

.popup .forgot {
  float: right;
  font-size: 15px;
  transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  color: #bcaf79;
}

.popup .forgot:hover {
  color: #2f2f2f;
}

.forgot-link {
  margin: 0 0 0 15px;
  font-size: 15px;
  transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  color: #bcaf79;
}

.forgot-link {
  color: #2f2f2f;
}

#popup-overlay {
  background: #000;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  z-index: 100;
  display: none;
}

/*--- Login Form  ---*/
#login-form button[type='submit'] {
  margin-bottom: 15px;
}

#login-form p {
  font-size: 16px;
  color: #2f2f2f;
}

#login-form p a {
  color: #bcaf79;
  transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

#login-form p a:hover {
  color: #2f2f2f;
}

#login-form header h3, #forgot-password header h3 {
  font-size: 17px;
  color: #fff;
  background: url(../img/icons.png) left 3px no-repeat;
  text-transform: uppercase;
  font-weight: 500;
  padding-left: 33px;
}

#login-form .content, #forgot-password .content {
  padding: 45px 60px;
  text-align: center;
}

/*--- Login Form  ---*/
#terms-popup .content p {
  font-family: 'Roboto Slab' !important;
  font-weight: 300;
}

/*--- Button1  ---*/
.button1 {
  display: block;
  background: #405ac6;
  padding: 15px;
  line-height: 21px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
  border: 0;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.button1:hover, .button1:active, .button1:focus {
  color: #fff;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.like-us-btn:hover {
  background: #bcaf79;
  color: #fff;
}

/*--- Button2  ---*/
.button2 {
  display: block;
  background: none;
  padding: 18px;
  font-weight: 700;
  line-height: 21px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  border: 3px solid #fff;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.button2:hover, .button2:active, .button2:focus {
  color: #bcaf79;
  background: #fff;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

/*--- Button3  ---*/
.button3 {
  display: block;
  background: #2f2f2f;
  padding: 15px;
  line-height: 21px;
  text-align: center;
  font-size: 15px;
  font-family: "museo", Arial, Helvetica, sans-serif;
  color: #bcaf79;
  text-transform: uppercase;
  border: 0;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.button3:hover, .button3:active, .button3:focus {
  color: #fff;
  background: #bcaf79;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

/*--- Button4  ---*/
.button4 {
  display: inline-block;
  min-width: 170px;
  background: #bcaf79;
  font-family: "museo", Arial, Helvetica, sans-serif;
  padding: 15px;
  line-height: 21px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
  border: 0;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.button4:hover, .button4:active, .button4:focus {
  color: #fff;
  background: #2f2f2f;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

/*--- Button5  ---*/
.button5 {
  display: inline-block;
  background: none;
  padding: 10px 15px;
  line-height: 21px;
  text-align: center;
  font-size: 15px;
  font-family: 'museo';
  color: #bcaf79;
  text-transform: uppercase;
  border: 2px solid #bcaf79;
  transition: all .5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transition: all .5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all .5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all .5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: all .5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.button5:hover, .button5:active, .button5:focus {
  color: #fff;
  background: #bcaf79;
  transition: all .5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transition: all .5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all .5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all .5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: all .5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
/*--- Button6  ---*/
.button6 {
  width: 100%;
  display: inline-block;
  background: none;
  padding: 10px 15px;
  line-height: 21px;
  text-align: center;
  font-size: 15px;
  font-family: 'museo';
  color: #bcaf79;
  text-transform: uppercase;
  border: 3px solid #bcaf79;
  transition: all .5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transition: all .5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all .5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all .5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: all .5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.button6:hover, .button6:active, .button6:focus {
  color: #fff;
  background: #bcaf79;
  transition: all .5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transition: all .5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all .5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all .5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: all .5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

/*--- Home Page  ---*/
.news {
  padding: 35px 0 40px;
  text-align: center;
  position: relative;
}

.news .col-xs-12 {
  padding: 0;
  right: -15px;
  position: relative;
}

.news ul {
  margin-bottom: 40px;
}

.news ul li {
  height: 233px;
  cursor: default;
  float: left;
  width: 530px;
  margin-right: 30px;
  position: relative;
}

.news .caroufredsel_wrapper {
  width: 1090px !important;
}

@media (max-width: 992px) {
  .news .caroufredsel_wrapper {
    width: 100% !important;
  }
}

.caroufredsel_wrapper #news li:last-child {
  margin-right: 30px !important;
}

.news ul li img {
  height: 100%;
  left: 0;
  max-width: initial;
  min-height: 100%;
  min-width: 100%;
  width: auto;
}

.news ul li:last-child {
  margin-right: 0;
}

.news .post h2 {
  font-size: 20px;
  color: #bcaf79;
  font-weight: normal;
  text-align: center;
  margin-bottom: 7px;
  top: 0;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  position: relative;
}

.news .post:hover h2 {
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  top: -30px;
}

.news .post h2 a {
  color: #bcaf79;
}

.news .post span.metadata {
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  color: #7f7f7f;
  text-align: center;
  top: 0;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  position: relative;
}

.news .post:hover span.metadata {
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  top: -30px;
}

.news .overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 15px 0;
  background: rgba(34, 34, 34, 0.9);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.news .post:hover .overlay {
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  padding: 55px 0 15px;
}

.news .controls {
  position: absolute;
  left: 0;
  max-width: 1090px;
  bottom: -2px;
  text-align: center;
  width: 100%;
}

.news .controls a {
  display: inline-block;
  width: 11px;
  height: 11px;
  margin: 0 40px 0 0;
  background: url(../img/controls-a-bg.png) right top no-repeat;
}

.news .controls a:last-child {
  margin-right: 0;
}

.news .controls a:hover, .news .controls a.selected {
  background: url(../img/controls-a-bg.png) left top no-repeat;
}

.news .controls a span {
  display: none;
}

.news .more-news {
  float: right;
  background: url(../img/arrow.png) right center no-repeat;
  padding-right: 15px;
  text-transform: uppercase;
  font-size: 14px;
  color: #bcaf79;
  position: relative;
  z-index: 10;
  margin-right: 30px;
}

.news .more-news:hover {
  color: #2f2f2f;
}

/*--- Competition  ---*/
.competition {
  padding: 40px 0 50px;
}

.home .competition {
  background: #f4f4f4;
}

.competition h2 {
  text-align: center;
  text-transform: uppercase;
  font-size: 24px;
  color: #3d3d3d;
  font-weight: 500;
  margin-bottom: 32px;
}

.competition p {
  text-align: center;
  font-size: 16px;
  color: #979797;
  line-height: 24px;
  margin-bottom: 45px;
  font-family: 'Roboto Slab';
  font-weight: 300;
}

.competition .row .col-sm-6:first-child {
  border-right: 1px solid #e6e6e6;
}

.competition .row .col-sm-6:first-child ul {
  padding-right: 15px;
}

.competition .row .col-sm-6:last-child ul {
  padding-left: 15px;
}

.competition ul {
  padding: 0;
  margin: 0;
}

.competition ul li:before {
  display: none;
}

.competition ul li {
  position: relative;
  margin-top: -2px;
  margin-bottom: 0;
}

.competition ul li a {
  display: block;
  border: 2px solid #e6e6e6;
  padding: 25px 28px;
  font-size: 22px;
  color: #bcaf79;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  font-weight: normal;
  line-height: 25px;
  background: url(../img/arrow3.png) right center no-repeat;
}

.competition ul li a:hover {
  border: 2px solid #2f2f2f;
  color: #2f2f2f;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  position: relative;
  z-index: 10;
  background: url(../img/arrow4.png) right center no-repeat;
}

/*--- Layout1 ---*/
.layout1 {
  background: #fff;
}

.layout1 .email {
  font-family: Arial, Helvetica, sans-serif;
}

.layout1 .container {
  max-width: 688px;
}

.layout1 #header {
  padding-top: 30px;
  padding-bottom: 38px;
  position: relative;
}

.layout1 #footer {
  background: #fff;
  padding: 0 0 30px;
}

.layout1 #footer p a {
  color: #bcaf79;
}

.layout1 #header .inner-wrap, .layout1 #footer .inner-wrap {
  padding: 0 30px;
}

.layout1 .email .post table td {
  font-family: Arial, Helvetica, sans-serif;
}

.layout1 table {
  margin-top: 30px;
  margin-bottom: 0;
}

.layout1 table table {
  margin: 0;
}

.layout1 .email table tr th {
  font-weight: bold;
}

.layout1 .email table .total {
  border-bottom: 2px solid #bcaf79;
  margin-top: 10px;
  border-top: 2px solid #bcaf79;
  padding-top: 25px;
  padding-right: 35px;
  padding-bottom: 7px;
}

.layout1 .email table .total p {
  font-size: 18px;
  color: #2f2f2f;
  font-family: Arial, Helvetica, sans-serif;
}

.layout1 .email table .total p .price {
  float: right;
}

.layout1 .email table .total-field {
  padding-right: 0;
}

.layout1 .post h4 {
  font-size: 18px;
  color: #2f2f2f;
  margin-bottom: 45px;
}

.layout1 .post h6 {
  color: #2f2f2f;
  font-weight: 300;
}

.layout1 .post p {
  font-size: 10px;
  line-height: 16px;
}

.layout1 table tr td {
  color: #2f2f2f;
}

table.properties tr td {
  padding: 0px 0px 5px 0px;
  border: 0px;
  vertical-align: top;
}

table.properties tr td.title {
  width: 160px;
}

table.properties tr:first-child td {
  padding-top: 0px !important;
}

table.pdf-works {
  width: 100%;
  margin-top: 15px;
}

table.pdf-works tr th {
  white-space: normal;
  line-height: 18px;
}

table.pdf-works tr td {
  border: 0px;
}

table.pdf-works .total-field .total td {
  font-size: 13px !important;
}

/*--- Gallery ---*/
.gallery,
.works {
  margin-bottom: 30px;
}

.gallery ul,
.works ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.gallery ul li,
.works ul li {
  float: left;
  margin-right: 3.333%;
  width: 22.5%;
  margin-bottom: 35px;
  position: relative;
}

.gallery ul li img,
.works ul li img {
  width: 100%;
}

.gallery ul li:nth-child(4n),
.works ul li:nth-child(4n) {
  margin-right: 0;
}

.gallery ul li:before,
.works ul li:before {
  display: none;
}

.gallery ul li .expand,
.works ul li .expand {
  display: block;
  display: none;
  z-index: 100;
  position: absolute;
  background: url(../img/expand.png) left top no-repeat;
  width: 33px;
  height: 33px;
  left: 50%;
  top: 50%;
  margin-left: -16px;
  margin-top: -16px;
}

.gallery ul li:hover .expand,
.works ul li:hover .expand {
  display: block;
}

/*--- Image Gallery ---*/
#image-gallery {
  width: 100%;
  padding-top: 32px;
  max-width: none;
  margin-left: 0;
  left: 0;
  top: 0;
  background: none;
}

#image-gallery .inner-wrap {
  padding: 0 40px;
  position: relative;
  padding-bottom: 32px;
}

#image-gallery .container {
  max-width: 1120px;
  width: 100%;
}

#image-gallery ul li {
  margin: 0;
}

#image-gallery .close-btn {
  right: 0;
  top: 0;
  width: 49px;
  height: 49px;
  background: #bcaf79 url(../img/close-btn.png) center center no-repeat;
  position: absolute;
  z-index: 10;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

#image-gallery .close-btn:hover {
  background: #2f2f2f url(../img/close-btn.png) center center no-repeat;
}

#image-gallery a.previous-btn {
  width: 49px;
  height: 49px;
  background: #bcaf79 url(../img/arrow11.png) center center no-repeat;
  position: absolute;
  left: 0;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  top: 50%;
  z-index: 1000;
  margin-top: -24px;
}

#image-gallery a.previous-btn:hover {
  background: #2f2f2f url(../img/arrow11.png) center center no-repeat;
}

#image-gallery a.next-btn {
  width: 49px;
  height: 49px;
  z-index: 1000;
  background: #bcaf79 url(../img/arrow12.png) center center no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 1000;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  margin-top: -24px;
}

#image-gallery a.next-btn:hover {
  background: #2f2f2f url(../img/arrow12.png) center center no-repeat;
}

#image-gallery footer {
  background: #2f2f2f;
  height: 50px;
  position: relative;
}

#image-gallery .download-btn {
  width: 50px;
  height: 50px;
  transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  background: #bcaf79 url(../img/download-icon.png) center center no-repeat;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -25px;
  display: block;
  padding: 0;
}

#image-gallery .download-btn:hover {
  background-color: #2f2f2f;
  transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

#image-gallery .pagination {
  float: left;
  margin: 0;
}

#image-gallery .pagination p {
  line-height: 50px;
  margin: 0;
  font-size: 14px;
  color: #939393;
}

#image-gallery .pagination p span.current {
  color: #fff;
}

#image-gallery .facebook {
  float: right;
  margin-top: 14px;
}

/*--- Invoice ---*/
.invoice table tr td {
  font-size: 12px;
}

.invoice table tbody tr:nth-child(2n) td {
  background: #fff;
}

.invoice table .total-field > td {
  border-top: 2px solid #bcaf79;
}

.invoice table .total-field td td {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}

.invoice table .total-field .right-padding {
  padding-right: 0;
}

.invoice table .total-field tr td:last-child {
  width: 104px;
}

.invoice table .total-field .total td {
  font-size: 18px;
}

.invoice table tfoot {
  margin-bottom: 20px;
}

.invoice table tbody tr:first-child td {
  padding-top: 25px;
}

.invoice table tbody tr:last-child td {
  padding-bottom: 35px;
}

/*--- Box1 ---*/
.box1 {
  background: #bcaf79 url(../img/logo-bg1.png) right bottom no-repeat;
  padding: 35px 30px 45px;
}

.box1 .button2 {
  max-width: 245px;
}

.post .box1 h2 {
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 30px;
}

.post .box1 p {
  font-size: 15px;
  line-height: 22px;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 30px;
}

.post .box1 p a {
  color: #2f2f2f;
  text-decoration: underline;
}

/*--- Work Submision  ---*/
.work-submision {
  padding: 40px 0 47px;
  background: #bcaf79;
  text-align: center;
}

.work-submision h2 {
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  font-size: 24px;
  margin-bottom: 30px;
}

.work-submision ul {
  list-style: disc;
  margin-bottom: 47px;
  display: inline-block;
}

.work-submision ul li {
  float: left;
  font-size: 28px;
  padding: 0 60px 0 22px;
  color: #fff;
  font-family: 'Roboto Slab';
  font-weight: 300;
}

.work-submision ul li:first-child {
  list-style: none;
  padding-left: 0;
}

.work-submision ul li:last-child {
  padding-right: 0;
}

.work-submision ul li span {
  font-size: 80px;
  display: block;
  margin-bottom: 13px;
  overflow: hidden;
  line-height: 90px;
}

.work-submision ul li h4 {
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}

.work-submision .button2 {
  display: inline-block;
  max-width: 245px;
  width: 100%;
  display: block;
  margin: 0 auto;
}

/*--- Tabs  ---*/
.tabs .tab-strips {
  padding: 0;
  border: 2px solid #bcaf79;
  margin-bottom: 37px;
  border-collapse: collapse;
}

.tabs ul {
  display: table;
  height: 55px;
  width: 100%;
}

@media (max-width: 768px) {
  .tabs ul {
    display: block;
    height: auto;
  }
}

.tabs .tab-strips li {
  border-right: 2px solid #bcaf79;
  display: table-cell;
  margin: 0;
  text-align: center;
  vertical-align: middle;
  width: 1000px;
}

@media (max-width: 768px) {
  .tabs .tab-strips li {
    display: block;
    width: auto;
    border-right: none;
  }
}

.tabs .tab-strips li:last-child {
  border-right: none;
}

.tabs .tab-strips li:before {
  display: none;
}

.tabs .tab-strips li a {
  display: block;
  font-size: 15px;
  line-height: 19px;
  color: #bcaf79;
  text-transform: uppercase;
  font-family: 'museo';
  font-weight: 500;
  padding-top: 17px;
  padding-bottom: 17px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.tabs .tab-strips li:first-child:hover a:before {
  background-color: #bcaf79;
  border-bottom: 2px solid transparent;
}

.tabs .tab-strips li.active a {
  font-size: 18px;
  color: #2f2f2f;
}

.tabs .tab-strips li:first-child a:before {
  position: absolute;
  content: " ";
  display: block;
  width: 2px;
  left: -1px;
  bottom: -2px;
  top: 0;
  background-color: transparent;
  border-bottom: 2px solid transparent;
}

.tabs .tab-strips li.active:first-child a:before {
  background-color: transparent;
  border-bottom: 2px solid #ffffff;
}

.tabs .tab-strips li.active:hover a {
  font-size: 18px;
  color: #2f2f2f;
  background: #fff;
}

.tabs .tab-strips li:hover a {
  color: #2f2f2f;
  background: #bcaf79;
}

.tabs .tab-strips li.active a:after {
  position: absolute;
  content: " ";
  display: block;
  height: 2px;
  left: 0px;
  bottom: -2px;
  right: 0;
  background-color: #ffffff;
}

@media (max-width: 768px) {
  .tabs .tab-strips li.active, .tabs .tab-strips li.active:hover {
    border-bottom: 2px solid #bcaf79;
  }
  .tabs .tab-strips li a {
    border-top: 2px solid #bcaf79;
  }
  .tabs .tab-strips li:first-child a {
    border-top: none;
  }
}

.tabs .tab-strips li:hover {
  /*border-bottom: 2px solid #bcaf79;*/
}

.tabs .tab-content {
  display: none;
}

.tabs .tab-content.active {
  display: block;
}

/*--- Filter  ---*/
.filter {
  float: right;
  position: relative;
  z-index: 99;
  position: relative;
  margin-top: -75px;
}

.filter .dropdown {
  float: right;
  margin-left: 60px;
  position: relative;
}

.filter .dropdown:last-child {
  margin-left: 0;
}

.filter .dropdown .holder {
  display: block;
  cursor: pointer;
  background: url(../img/arrows1.png) left 11px no-repeat;
  font-size: 18px;
  min-width: 80px;
  color: #606060;
  text-transform: uppercase;
  height: 28px;
  line-height: 28px;
  padding-left: 20px;
}

.filter .dropdown ul {
  position: absolute;
  left: 0;
  top: 28px;
  display: none;
  width: 100%;
  background: #f2f2f2;
  min-width: 80px;
}

.filter .dropdown ul li a {
  display: block;
  padding: 9px 20px;
  font-size: 14px;
  color: #606060;
  text-transform: uppercase;
}

.filter .dropdown ul li a:hover, .filter .dropdown ul li.active a {
  background: #bcaf79;
  color: #fff;
}

/*--- Programs  ---*/
.programs ul {
  padding: 0;
}

.programs ul li {
  background: #f8f8f8;
  position: relative;
  margin: 0 -2px 18px;
  border: 2px solid #fff;
}

.programs ul li:hover {
  background: #fff;
  border: 2px solid #e6e6e6;
}

.programs ul li:before {
  display: none;
}

.programs ul header {
  position: relative;
}

.programs ul header .time {
  background: #bcaf79;
  width: 245px;
  float: left;
}

.programs ul header .inner-wrap {
  margin-left: 282px;
}

.programs ul header .time .time-stamp {
  width: 128px;
  text-align: center;
  display: table;
  height: 117px;
  float: left;
  font-family: 'museo';
  font-weight: 500;
}

.programs ul header .time .time-stamp span.inner {
  display: table-cell;
  vertical-align: middle;
  font-size: 15px;
  color: #ffffff;
}

.programs ul header .time .time-stamp span.inner span {
  background: url(../img/time-icon.png) left center no-repeat;
  padding-left: 25px;
  display: inline-block;
}

.programs ul header div.inner {
  height: 117px;
  padding-right: 147px;
  display: table;
  width: 100%;
}

.programs ul header h4 {
  display: table-cell;
  vertical-align: middle;
  line-height: 33px;
  color: #2f2f2f;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.programs ul header h4 span {
  font-size: 11px;
  color: #727272;
  line-height: 17px;
  text-transform: uppercase;
  font-weight: 500;
  font-family: 'museo';
  display: block;
  padding-top: 6px;
}

.programs ul li:hover header h4 {
  color: #bcaf79;
}

.programs ul header .read-more {
  font-size: 15px;
  color: #bcaf79;
  position: absolute;
  right: 25px;
  padding-right: 35px;
  top: 50%;
  margin-top: -10px;
  line-height: 20px;
  background: url(../img/arrow9.png) right center no-repeat;
  display: block;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.programs ul li:hover header .read-more {
  color: #2f2f2f;
}

.programs ul li.active header .read-more {
  background: url(../img/arrow2.png) right center no-repeat;
}

.programs ul li.active:hover {
  border: 2px solid #f8f8f8;
  background: #f8f8f8;
  margin: 0 -2px 18px;
}

.programs ul li.active:hover h4 {
  color: #2f2f2f;
}

.programs ul li.active:hover header .read-more {
  color: #bcaf79;
}

.programs ul li .content {
  padding-left: 282px;
  display: none;
}

/*--- Tooltip  ---*/
.tooltip.in {
  opacity: 1;
}

.tooltip .tooltip-inner {
  background: #e6e6e6;
  padding: 10px;
  text-align: left;
  font-family: 'Roboto Slab';
  font-weight: 300;
  font-size: 13px;
  color: #727272;
  max-width: 228px;
}

.tooltip.top .tooltip-arrow {
  border-top-color: #e6e6e6;
}

/*--- Form  ---*/
input, textarea, select {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

.page-404 {
  background: url(../img/tv.gif) repeat top left fixed;
  background-size: cover;
}

.page-404 {
  height: 100%;
  width: 100%;
}

.page-404 #container {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
}

.page-404 #container .inner {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.page-404 h2 {
  color: #bcaf79;
  font-size: 120px;
  margin-bottom: 20px;
  line-height: 110px;
  font-family: "Roboto Slab";
}

.page-404 p {
  color: #fefefe;
  margin-bottom: 50px;
  font-family: 'museo';
  font-size: 24px;
  line-height: 24px;
}

.page-404 a {
  border: 3px solid #ffffff;
  font-size: 18px;
  font-family: 'museo';
  font-weight: 700;
  text-align: center;
  height: 60px;
  line-height: 55px;
  display: inline-block;
  width: 160px;
  color: #fff;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.page-404 a:hover {
  background: none repeat scroll 0 0 #bcaf79;
  color: #fff;
  border: 3px solid #bcaf79;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

@media screen and (min-color-index: 0) and (-webki-min-device-pixel-ratio: 0) {
  .select select {
    position: relative;
    top: -5px;
  }
}

.form .section {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 32px;
  padding-right: 356px;
}

.form .required-fields {
  float: right;
  font-size: 12px;
  color: #bcaf79;
  text-transform: uppercase;
  line-height: 25px;
}

.form .error-message {
  font-size: 17px;
  color: #ff0000;
  display: block;
  margin-bottom: 40px;
  font-family: 'Roboto Slab';
  font-weight: 300;
}

.form ul {
  position: relative;
  margin: 0 -15px;
}

.form ul li {
  margin-bottom: 0;
}

.form .select {
  width: 100%;
}

.form .select:after {
  background: #fff url(../img/select-arrow1.png) right top no-repeat;
}

.form .select select {
  font-size: 16px;
  color: #2f2f2f;
  font-family: "Roboto Slab";
  font-weight: 300;
}

.post .form ul {
  padding: 0;
}

.post .form ul li:before {
  display: none;
}

.form ul li {
  padding: 0 15px;
}

.form ul li.half {
  float: left;
  width: 50%;
}

.form label {
  display: block;
  font-size: 16px;
  color: #2f2f2f;
  margin-bottom: 10px;
  font-family: 'Roboto Slab';
  font-weight: 300;
}

.form label a {
  color: #bcaf79;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.form label a:hover {
  color: #2f2f2f;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.form input[type='text'] {
  border: 1px solid #d6d6d6;
  height: 50px;
  padding: 13px;
  font-size: 16px;
  color: #2f2f2f;
  font-family: 'Roboto Slab';
  font-weight: 300;
  margin-bottom: 35px;
  width: 100%;
  max-width: 352px;
}

.form textarea {
  border: 1px solid #d6d6d6;
  height: 150px;
  padding: 13px;
  font-size: 16px;
  color: #2f2f2f;
  font-family: 'Roboto Slab';
  font-weight: 300;
  margin-bottom: 35px;
  width: 100%;
  resize: none;
  line-height: 24px;
}

.form .max {
  float: right;
  font-size: 16px;
  color: #b3b3b3;
  font-family: 'Roboto Slab';
  font-weight: 300;
}

.form .upload-file {
  position: relative;
  float: left;
  margin-bottom: 35px;
  width: 90%;
}

.form .upload-file input[type='file'] {
  font-family: 'Roboto Slab';
  font-weight: 300;
  height: 50px;
  font-size: 16px;
  color: #2f2f2f;
  float: left;
  width: 100%;
  opacity: 0;
  position: absolute;
}

.form .upload-file .upload-text {
  font-family: 'Roboto Slab';
  font-weight: 300;
  height: 50px;
  border: 0;
  font-size: 16px;
  color: #2f2f2f;
  float: left;
  margin-bottom: 0px;
}

.form .upload-file .upload-file-btn {
  width: 190px;
  float: left;
  position: relative;
  z-index: 10;
  margin-right: 25px;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.form .upload-file .upload-file-btn.disabled {
  background: #d7d7d7;
}

.form .upload-file .upload-file-btn:after {
  width: 25px;
  height: 100%;
  background: #fff;
  position: absolute;
  right: -25px;
  top: 0;
  content: "";
}

.form .upload-file .upload-file-btn:hover {
  background: #bcaf79;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.form .upload-file .uploaded-filename {
  width: 100%;
  height: 50px;
  padding: 18px 0 0 0;
  margin-bottom: 0px;
  font-size: 16px;
}

.form .full input[type='text'] {
  max-width: none;
}

.form a.delete {
  float: right;
  font-size: 16px;
  color: #bcaf79;
  line-height: 50px;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.form a.delete:hover {
  color: #2f2f2f;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.form .required {
  color: #bcaf79;
}

.form .select {
  margin-bottom: 34px;
}

.form .error label {
  color: #ff0000;
}

.form .error label .required {
  color: #bcaf79;
}

.form .error input[type='text'] {
  border: 1px solid #ff0000;
  background: #fff9f9;
}

.form .help {
  width: 13px;
  height: 13px;
  background: url(../img/help-icon.png) left top no-repeat;
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: 2px;
}

.form input[type='submit'], .form button[type='submit'] {
  min-width: 185px;
  height: 51px;
  background: #bcaf79;
  border: 0;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.form input[type='submit']:hover, .form button[type='submit']:hover {
  background: #2f2f2f;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.form .checkbox {
  display: block;
  margin: 0;
  margin-bottom: 25px;
}

.form p {
  margin-bottom: 0;
}

.form .chosen-container {
  width: 100% !important;
  margin-bottom: 35px;
}

.form .chosen-container-single .chosen-single {
  height: 50px;
  border: 1px solid #d6d6d6;
  border-radius: 0;
  background: none;
  box-shadow: none;
  position: relative;
  top: 1px;
}

.chosen-container .chosen-drop {
  border-color: #d6d6d6 !important;
}

.form .chosen-container-single .chosen-single span {
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #2f2f2f;
  font-family: 'Roboto Slab';
  font-weight: 300;
}

.form .chosen-container .chosen-results li {
  font-size: 16px;
  color: #2f2f2f;
  font-family: 'Roboto Slab';
  font-weight: 300;
  line-height: 30px;
}

.form .chosen-container .chosen-results {
  margin: 0;
  padding: 0;
}

.form .chosen-container-single .chosen-single {
  padding-left: 13px;
}

.chosen-container-single .chosen-search {
  padding: 0 !important;
}

.chosen-container-single .chosen-search input[type="text"] {
  border-color: #d6d6d6 !important;
  font-family: "Roboto Slab" !important;
  font-size: 16px;
  font-weight: 300;
  height: 50px;
  padding: 13px;
  border-left: none !important;
  border-right: none !important;
}

.form .chosen-container.chosen-with-drop .chosen-drop {
  box-shadow: none;
  border: 1px solid #bfbfbf;
  border-top: 0;
  border-radius: 0;
}

.form .chosen-container .chosen-results li.highlighted {
  background: #f4f4f4;
  color: #bcaf79;
}

.form .checkbox label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  line-height: 21px;
  padding-left: 32px;
}

.form .checkbox input[type=checkbox] {
  display: none;
}

.form .checkbox label:before {
  content: "";
  display: inline-block;
  width: 21px;
  height: 21px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  bottom: 1px;
  background: url(../img/checkbox.png) left top no-repeat;
}

.form .checkbox input[type=checkbox]:checked + label:before {
  background: url(../img/checkbox.png) left bottom no-repeat;
}

.form .radio {
  display: inline-block;
  margin: 0;
  margin-bottom: 20px;
  margin-right: 68px;
}

.form .radio:last-child {
  margin-right: 0;
}

.form .radio label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  line-height: 21px;
  padding-left: 32px;
}

.form .radio input[type=radio] {
  display: none;
}

.form .radio label:before {
  content: "";
  display: inline-block;
  width: 21px;
  height: 21px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  bottom: 1px;
  background: url(../img/radio.png) left top no-repeat;
}

.form .radio input[type=radio]:checked + label:before {
  background: url(../img/radio.png) left bottom no-repeat;
}

/*--- Registration Form  ---*/
#registration-form .postal-code-field input[type='text'] {
  max-width: 110px;
}

#registration-form span.select {
  width: 100%;
  border: 0;
}

#registration-form span.select:after {
  height: 48px;
  right: 1px;
  top: 1px;
}

/*--- Submit Work  ---*/
#submit-work h2 {
  color: #2f2f2f;
  margin: 0 0 15px 0;
  font-size: 16px;
  font-weight: 400;
}

#submit-work .subcategory-field .select {
  max-width: 352px;
}

#submit-work a.add-serie {
  font-size: 16px;
  color: #bcaf79;
  text-transform: uppercase;
  display: inline-block;
  line-height: 35px;
  margin-top: -20px;
  position: relative;
  margin-bottom: 25px;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  font-family: 'museo';
}

#submit-work a.add-serie:hover {
  color: #2f2f2f;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

#submit-work a.add-serie span {
  font-size: 35px;
  margin-right: 10px;
  font-weight: 300;
  position: relative;
  top: -2px;
  vertical-align: bottom;
}

#submit-work a.add-more-icon {
  background: url("../img/plus-icon.png") no-repeat 0% 50%;
  padding-left: 33px;
  line-height: 20px;
}

#submit-work a.add-serie span img {
  vertical-align: middle;
}

#submit-work .datepicker-field {
  position: relative;
}

#submit-work .datepicker-field img {
  position: absolute;
  left: 27px;
  top: 35px;
}

#submit-work .datepicker-field input[type='text'] {
  padding-left: 50px;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  color: #2f2f2f;
}

.ui-datepicker {
  width: 352px;
  background: #fff;
  border-radius: 0;
  -moz-box-shadow: inset 0 0 0 1px #d6d6d6;
  -webkit-box-shadow: inset 0 0 0 1px #d6d6d6;
  box-shadow: inset 0 0 0 1px #d6d6d6;
}

.ui-datepicker .ui-state-default, .ui-datepicker .ui-widget-content .ui-state-default, .ui-datepicker .ui-widget-header .ui-state-default {
  background: none repeat scroll 0 0 transparent;
  border: 1px solid #fff;
  color: #2f2f2f;
  display: block;
  font-size: 14px;
  font-weight: 500;
  height: 28px;
  text-align: center;
  width: 45px;
  display: table-cell;
  vertical-align: middle;
}

.ui-datepicker .ui-datepicker-current-day .ui-state-active {
  background: #bcaf79;
  color: #fff;
}

.ui-datepicker td {
  text-align: center;
}

.ui-datepicker-calendar {
  width: 320px;
  margin: auto;
  margin-bottom: 17px;
  margin-top: 17px;
}

.ui-datepicker .ui-datepicker-calendar thead {
  display: none;
}

.ui-datepicker .ui-datepicker-calendar tbody td,
.ui-datepicker .ui-datepicker-calendar tbody td {
  width: 47px;
  vertical-align: middle;
  text-align: center;
  height: 30px;
}

.ui-datepicker .ui-datepicker-calendar tbody td span,
.ui-datepicker .ui-datepicker-calendar tbody td a {
  width: 27px;
  height: 27px;
  text-align: center;
  line-height: 27px;
  font-size: 14px;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ffffff;
  margin: 0 !important;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.ui-datepicker .ui-datepicker-calendar tbody td a:hover {
  background-color: #bcaf79;
  color: #ffffff;
}

.ui-datepicker th {
  font-size: 15px;
  font-weight: 500;
  background: #bcaf79;
}

.ui-datepicker .ui-datepicker-header {
  background: #2f2f2f;
  height: 33px;
  border: 0;
  border-radius: 0;
  padding: 6px 0;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  margin-top: 4px;
}

.ui-datepicker .ui-datepicker-prev span {
  background: url(../img/next-prev-btn.png) 3px 0 no-repeat;
}

.ui-datepicker .ui-datepicker-prev:hover span {
  background: url(../img/next-prev-btn.png) 4px 0 no-repeat;
}

.ui-datepicker .ui-datepicker-next span {
  background: url(../img/next-prev-btn.png) -23px 0 no-repeat;
}

.ui-datepicker .ui-datepicker-next:hover span {
  background: url(../img/next-prev-btn.png) -24px 0 no-repeat;
}

.ui-datepicker .ui-datepicker-title select {
  width: 40%;
  float: left;
  height: 20px;
}

.ui-datepicker .ui-datepicker-title select:last-child {
  float: right;
}

.ui-datepicker .ui-state-hover, .ui-datepicker .ui-widget-content .ui-state-hover, .ui-datepicker .ui-widget-header .ui-state-hover, .ui-datepicker .ui-state-focus, .ui-datepicker .ui-widget-content .ui-state-focus, .ui-datepicker .ui-widget-header .ui-state-focus {
  background: none;
  border: 1px solid #2f2f2f;
  margin-top: 5px;
}

.ui-datepicker .ui-widget-header {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  height: auto !important;
  position: relative;
}

.ui-datepicker .ui-widget-header .date-month {
  font-size: 12px;
  color: #ffffff;
  text-transform: uppercase;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background-color: #bcaf79;
  font-family: Arial;
}

.ui-datepicker .ui-widget-header .date-year {
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
  height: 45px;
  line-height: 45px;
  text-align: center;
}

.ui-datepicker .ui-widget-header:after {
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}

.ui-datepicker .ui-widget-header * {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}

.ui-datepicker .ui-widget-header .ui-datepicker-next,
.ui-datepicker .ui-widget-header .ui-datepicker-prev {
  font-size: 0;
  color: transparent;
  width: 40px;
  height: 45px;
  display: block;
  cursor: pointer;
  position: absolute;
}

.ui-datepicker .ui-widget-header .ui-datepicker-next {
  right: 0;
  top: 45px;
}

.ui-datepicker .ui-widget-header .ui-datepicker-prev {
  left: 0;
  top: 45px;
}

.ui-datepicker .ui-widget-header .select-year {
  top: 0;
}

.ui-datepicker .ui-widget-header .ui-datepicker-next .ui-icon,
.ui-datepicker .ui-widget-header .ui-datepicker-prev .ui-icon {
  width: 40px;
  height: 45px;
  display: block;
  background-position: 50% 50%;
}

.ui-datepicker .ui-widget-header .ui-datepicker-next .ui-icon {
  background-position: -15px 50%;
}

.ui-datepicker .ui-widget-header .ui-datepicker-prev .ui-icon {
  background-position: 15px 50%;
}

.ui-datepicker-month,
.ui-datepicker-year {
  display: none;
}

/*--- Buy Tickets  ---*/
.buy-tickets {
  background: #bcaf79;
  padding: 20px 30px;
  margin-top: 12px;
  margin-bottom: 21px;
}

.buy-tickets h4 {
  font-size: 16px;
  color: #fff;
  margin-left: 63px;
  line-height: 26px;
  width: 292px;
  margin-bottom: 0;
  font-weight: normal;
  font-family: 'Roboto Slab';
  font-weight: 300;
}

.buy-tickets h4 span {
  font-size: 14px;
  display: block;
  text-transform: uppercase;
  font-family: 'museo';
}

.buy-tickets .icon {
  float: left;
  display: block;
  background-image: url(../img/icons.png);
  background-repeat: no-repeat;
  margin-top: 7px;
}

.buy-tickets .calendar {
  width: 41px;
  height: 37px;
  background-position: 0 -21px;
}

.buy-tickets .pin {
  width: 23px;
  margin-left: 20px;
  height: 34px;
  background-position: -50px -20px;
}

/*--- Our Jury  ---*/
.our-jury {
  padding-top: 40px;
  text-align: center;
  position: relative;
  margin-bottom: 78px;
}

#content .our-jury {
  margin-bottom: -50px;
}

.home #content .our-jury {
  margin-bottom: 0;
}

.our-jury .inner-wrap {
  position: relative;
}

.our-jury h2 {
  text-transform: uppercase;
  font-weight: 500;
  color: #3d3d3d;
  font-size: 24px;
  margin-bottom: 40px;
}

.our-jury ul li {
  float: left;
  width: 20%;
  position: relative;
}

@media (max-width: 992px) {
  .our-jury ul li {
    width: 33.333%;
  }
}

@media (max-width: 768px) {
  .our-jury ul li {
    width: 50%;
  }
}

.our-jury .caroufredsel_wrapper {
  width: 100% !important;
}

.our-jury .person {
  position: relative;
}

.our-jury ul li img {
  width: 100%;
}

.our-jury ul li .overlay {
  background: rgba(118, 118, 118, 0.7);
  position: absolute;
  display: table;
  left: 0;
  bottom: 0;
  width: 100%;
  transition: all 0.3s cubic-bezier(0.5, 1, 1, 1) 0s;
  -webkit-transition: all 0.3s cubic-bezier(0.5, 1, 1, 1) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.5, 1, 1, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0.5, 1, 1, 1) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.5, 1, 1, 1) 0s;
}

.our-jury ul li .overlay:hover {
  transition: all 0.3s cubic-bezier(0.5, 1, 1, 1) 0s;
  -webkit-transition: all 0.3s cubic-bezier(0.5, 1, 1, 1) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.5, 1, 1, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0.5, 1, 1, 1) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.5, 1, 1, 1) 0s;
}

.our-jury ul li h3 {
  font-size: 20px;
  color: #fff;
  text-align: center;
  font-weight: normal;
  display: table-cell;
  vertical-align: middle;
  padding-left: 15px;
  padding-right: 15px;
}

.our-jury ul li span.desingnation {
  display: block;
  position: absolute;
  left: 0;
  bottom: 15px;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  color: #bcaf79;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 768px) {
  .our-jury ul li span.desingnation {
    display: none;
  }
}

.our-jury a.previous-btn {
  width: 49px;
  height: 49px;
  background: #2f2f2f url(../img/arrows.png) 18px -35px no-repeat;
  position: absolute;
  left: 0;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  top: 50%;
  z-index: 1000;
  margin-top: -24px;
}

.our-jury a.previous-btn:hover {
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  background: #bcaf79 url(../img/arrows.png) 18px 16px no-repeat;
}

.our-jury a.next-btn {
  width: 49px;
  height: 49px;
  z-index: 1000;
  background: #2f2f2f url(../img/arrows.png) -38px 16px no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 1000;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  margin-top: -24px;
}

.our-jury a.next-btn:hover {
  background: #bcaf79 url(../img/arrows.png) -38px -35px no-repeat;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

/*--- One Third  ---*/
.one-third .post {
  background: #f4f4f4;
}

.one-third header {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.one-third header a {
  display: table;
  height: 163px;
  width: 100%;
}

.one-third header img {
  display: none;
}

.one-third header h2 {
  display: table-cell;
  vertical-align: middle;
  font-size: 20px;
  color: #fff;
  font-family: 'Roboto Slab';
  font-weight: 400;
  margin: 0;
  padding: 0 24px;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.one-third header a:hover h2 {
  color: #bcaf79;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.one-third .details {
  padding: 18px;
}

.one-third .post p {
  font-size: 13px;
  line-height: 20px;
}

.one-third .post p .read-more {
  float: right;
}

/*--- Clients  ---*/
.clients {
  margin-bottom: 30px;
  text-align: center;
}

.clients ul li {
  line-height: 94px;
  height: 181px;
  /*margin-bottom: 45px;*/
  display: inline-block;
  width: 19%;
}

@media (max-width: 992px) {
  .clients ul li {
    width: 30%;
  }
}

@media (max-width: 768px) {
  .clients ul li {
    width: 48%;
  }
}

.clients ul li a {
  display: table-cell;
  height: 181px;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}

.clients ul li a img {
  max-height: 100%;
  max-width: 100%;
  width: 80%;
  vertical-align: middle;
}

.home .clients {
  margin-bottom: 75px;
}

.home .clients ul li {
  float: left;
  width: 200px;
  text-align: center;
  line-height: 92px;
  margin-bottom: 0;
}

.home .clients ul li a {
  display: table-cell;
  height: 181px;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}

.home .clients ul li a img {
  max-height: 100%;
  max-width: 100%;
  width: 80%;
  vertical-align: middle;
}

.clients ul li img {
  vertical-align: middle;
}

/*--- Faq  ---*/
#faq h4 {
  border-top: 2px solid #ececec;
  padding: 20px 25px 20px 0;
  font-size: 15px;
  color: #bcaf79;
  text-align: left;
  font-family: 'Roboto Slab';
  font-weight: 400;
  background: url(../img/arrow9.png) right center no-repeat;
  cursor: pointer;
  margin-bottom: 0;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  outline: none;
}

#faq h4:hover {
  color: #2f2f2f;
  border: 0;
  margin: 0 !important;
  border-top: 2px solid #ececec;
}

#faq {
  border-bottom: 2px solid #ececec;
  margin-bottom: 50px;
  margin-top: 50px;
}

#faq h4.ui-state-active {
  color: #444444;
  background: url(../img/arrow2.png) right center no-repeat;
}

#faq .content {
  padding: 0 30px 10px;
  display: none;
}

/*--- Newsletter Form  ---*/
#newsletter-form {
  background: #bcaf79;
  padding: 37px 0;
  text-align: center;
}

#newsletter-form h2 {
  font-size: 18px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 47px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0px;
}

#newsletter-form form {
  display: inline-block;
  vertical-align: middle;
  margin-left: 22px;
}

#newsletter-form input[type='text'] {
  background: #ffffff;
  height: 46px;
  border: 0;
  width: 334px;
  padding: 15px;
  line-height: 16px;
  font-size: 16px;
  color: #2f2f2f;
  font-weight: 300;
}

#newsletter-form input[type='submit'] {
  background: #d0c599;
  padding: 10px 20px;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  border: 0;
  font-weight: 500;
  height: 46px;
  position: relative;
  margin-left: -3px;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

#newsletter-form input[type='submit']:hover {
  background: #2f2f2f;
  color: #fff;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

#newsletter-form .success, #newsletter-form .error {
  display: none;
}

/*--- Awards --- */
.awards ul {
  margin-bottom: 0;
  padding: 0;
}

.awards ul li {
  text-align: center;
  border-bottom: 1px solid #e6e6e6;
  width: 33.33%;
  margin-top: -3px;
  margin-left: -3px;
  position: relative;
  display: inline-block;
  border-right: 1px solid #e6e6e6;
  padding: 50px 15px 25px;
  margin-bottom: 0;
}

.awards ul li:nth-child(3n) {
  border-right: 0;
}

.awards ul li .inner-wrap {
  display: table;
  height: 400px;
}

.awards ul li .inner-wrap .inner {
  display: table-cell;
  vertical-align: middle;
  padding: 0 10px;
}

.awards ul li:before {
  display: none;
}

.awards ul li img {
  margin-bottom: 30px;
}

.awards ul li.no-border {
  border-bottom: 0;
}

.awards h4 {
  margin-bottom: 15px;
}

/*--- Placeholder --- */
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 0.3;
}

input:-moz-placeholder, textarea:-moz-placeholder {
  opacity: 0.3;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 0.3;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 0.3;
}

/*--- Footer  ---*/
#footer h3 {
  font-size: 15px;
  color: #a5a5a5;
  text-transform: uppercase;
  padding-bottom: 20px;
  border-bottom: 2px solid #414141;
  margin-bottom: 15px;
}

#footer p {
  font-size: 12px;
  color: #636363;
  line-height: 20px;
}

#footer p a {
  color: #636363;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  font-size: 13px;
}

#footer p a:hover {
  color: #bcaf79;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

#footer p img {
  vertical-align: middle;
  margin-left: 5px;
}

#footer ul li {
  margin-bottom: 12px;
}

#footer ul li a {
  font-size: 12px;
  color: #757575;
  text-transform: uppercase;
}

#footer-navigation ul li a {
  color: #a5a5a5;
  font-size: 15px;
}

#footer ul li a:hover {
  color: #bcaf79;
}

#footer .sociable {
  float: right;
}

#footer .sociable ul li {
  float: left;
  margin-left: 15px;
}

#footer .sociable ul li:first-child {
  margin-left: 0;
}

#footer .sociable ul li a {
  display: block;
  background-image: url(../img/sociable-bg.png);
  background-repeat: no-repeat;
  width: 35px;
  height: 35px;
  -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -ms-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
  opacity: 0.5;
}

#footer .sociable ul li a:hover {
  opacity: 1;
}

#footer .sociable ul li a.twitter {
  background-position: -5px -10px;
}

#footer .sociable ul li a.facebook {
  background-position: -55px -10px;
}

#footer .facebook {
  float: right;
}

#footer .designer {
  letter-spacing: -1px;
  margin-left: 5px;
  word-spacing: 1px;
}

.page-jury .our-jury {
  margin-bottom: 0;
  padding: 0;
}

.page-jury #content {
  padding-bottom: 0;
}

@media (min-width: 1200px) {
  .container {
    width: 1120px;
  }
  #terms-popup {
    max-width: 800px;
    margin-left: -400px;
  }
}

@media (max-width: 1200px) {
  #main-navigation ul li {
    margin: 0 15px;
  }
  .tickets table .total p .price {
    text-align: right;
  }
  .tickets table .total {
    padding-right: 25px;
  }
  #main-navigation ul li a {
    font-size: 14px;
  }
  #header .button1, #header .button3 {
    font-size: 13px;
  }
  .buy-tickets h4 {
    width: auto;
  }
  #works {
    width: 602px;
  }
  .posts {
    padding-right: 25px;
  }
  .widget {
    padding-left: 42px;
  }
  .awards ul li .inner-wrap {
    height: 425px;
  }
  .news .post h2 {
    font-size: 16px;
  }
}

@media (max-width: 992px) {
  #global-navigation ul li a {
    padding: 0 8px;
    font-size: 11px;
  }
  #main-navigation ul li {
    margin: 0 8px;
  }
  #main-navigation ul li a {
    font-size: 12px;
  }
  #header .submit-works-btn {
    padding: 6px 15px;
    line-height: 18px;
  }
  #header .logo {
    padding-top: 15px;
  }
  #banner h2 {
    font-size: 30px;
  }
  .buy-tickets h4 {
    font-size: 14px;
    line-height: 22px;
  }
  .buy-tickets h4 span {
    font-size: 13px;
  }
  .button2 {
    font-size: 16px;
  }
  #banner .details h4 {
    font-size: 17px;
  }
  #banner .details .button2 {
    padding: 7px;
  }
  .awards ul li {
    width: 49.5%;
  }
  .awards ul li:nth-child(2n) {
    border-right: 0;
  }
  .awards ul li .inner-wrap {
    height: 400px;
  }
  .awards ul li:nth-child(2n) + li {
    border-right: 1px solid #e6e6e6;
  }
  #banner .details .icon {
    margin-top: 8px;
    margin-bottom: 10px;
  }
  .competition ul li a {
    font-size: 20px;
  }
  .work-submision ul li span {
    font-size: 70px;
  }
  .work-submision ul li {
    padding: 0 50px 0 13px;
  }
  .our-jury ul li h3 {
    font-size: 16px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .our-jury ul li span.desingnation {
    font-size: 10px;
  }
  #footer ul li a {
    font-size: 13px;
  }
  .countdown {
    text-align: center;
  }
  .countdown ul {
    display: inline-block;
  }
  .countdown ul li:last-child {
    display: none;
  }
  .countdown ul li {
    display: inline-block;
    float: none;
  }
  .one-third header h2 {
    font-size: 16px;
  }
  .programs ul header h4 {
    font-size: 17px;
  }
  .programs ul header .read-more {
    font-size: 13px;
  }
  .widget {
    padding-left: 0;
  }
  #newsletter-form1 input[type="text"] {
    width: 107px;
    padding: 15px 12px;
  }
  #main {
    padding-right: 15px;
  }
  .widget ul li.active a:after, .widget ul li a:hover:after {
    left: -25px;
  }
  .form .section {
    padding-right: 100px;
  }
  .news ul li {
    margin-right: 0;
  }
  .news .col-xs-12 {
    right: 0;
  }
  .news {
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
  }
  .winners table tr td.company {
    font-size: 18px;
  }
  .winners table tr td {
    font-size: 16px;
  }
  .winners table tr td small {
    font-size: 12px;
  }
  .winners .section1 header {
    padding-right: 200px;
  }
  .gallery ul li {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) {
  #global-navigation .menu-btn, #main-navigation .menu-btn {
    display: none !important;
  }
  #global-navigation ul, #main-navigation > ul {
    display: block !important;
  }
}

@media (max-width: 990px) {
  .gallery ul li {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  #topbar {
    padding: 16px 0 12px;
    z-index: 10000;
  }
  .winners table tr td.name {
    padding-right: 20px;
  }
  .winners table tr td {
    font-size: 15px;
  }
  .winners .section1 header {
    padding-right: 0;
  }
  span.unpaid, span.unfinished {
    float: none;
    margin-top: 10px;
    display: block;
  }
  .page-header h2 {
    font-size: 24px;
  }
  .programs ul header .time {
    width: 100%;
    float: none;
  }
  .programs ul header .inner-wrap {
    margin-left: 15px;
  }
  .programs ul header .time .time-stamp {
    width: 50%;
  }
  #submit-work .subcategory-field .select {
    max-width: none;
  }
  .form .upload-file .upload-file-btn {
    min-width: 15px;
    width: 120px;
    font-size: 14px;
  }
  .form .upload-file input[type="file"] {
    width: 230px;
    margin-left: -85px;
    font-size: 13px;
  }
  .form ul li {
    padding: 0;
  }
  #submit-work .datepicker-field img {
    left: 15px;
  }
  .form .upload-file .upload-file-btn:after {
    width: 15px;
    right: -15px;
  }
  .programs ul header div.inner {
    padding-right: 113px;
  }
  .programs ul header h4 {
    line-height: 24px;
  }
  .programs ul header .time img {
    width: 50%;
  }
  .programs ul li .content {
    padding: 0 15px;
  }
  .programs ul header .read-more {
    top: auto;
    bottom: 35px;
    font-size: 12px;
    padding-right: 26px;
    margin-top: 0;
    right: 15px;
  }
  .form .chosen-container-single .chosen-single span, .form .chosen-container .chosen-results li {
    font-size: 14px;
  }
  .form .chosen-container .chosen-results li {
    line-height: 24px;
  }
  .form label {
    font-size: 14px;
  }
  .form .section {
    padding-right: 0;
  }
  .form input[type="text"] {
    max-width: none;
    font-size: 14px;
  }
  .table1 .silver, .table1 .bronze, .table1 .gold {
    padding: 16px 20px 15px;
    font-size: 17px;
  }
  .table1 h3 {
    font-size: 15px;
  }
  .table1 .know-more {
    font-size: 12px;
  }
  .form ul li.half {
    float: none;
    padding: 0;
    width: 100%;
  }
  .form ul, .post .form ul {
    padding: 0 15px;
  }
  .buy-tickets h4 {
    margin-bottom: 30px;
  }
  .buy-tickets .pin {
    margin-left: 10px;
  }
  .tabs .tab-strips li a {
    font-size: 11px;
    height: 64px;
    line-height: 15px;
    display: table;
    width: 100%;
    padding: 10px 5px;
  }
  .tabs .tab-strips li a span {
    display: table-cell;
    vertical-align: middle;
  }
  .tabs .tab-strips li.active a {
    font-size: 14px;
  }
  #main {
    padding-right: 0;
  }
  .layout1 #header .logo {
    text-align: center;
  }
  .layout1 #footer .sociable {
    width: 86px;
    margin: 0 auto;
  }
  .tickets table .total p .price {
    margin-top: -24px;
    text-align: right;
  }
  .box1 {
    padding: 25px 20px 35px;
    margin-bottom: 30px;
  }
  #topbar .col-sm-9 {
    position: static;
  }
  .awards ul li {
    width: 100%;
    border-right: 0px !important;
  }
  .awards ul li .inner-wrap, .awards ul li .inner-wrap .inner {
    height: auto;
    display: block;
  }
  .widget ul li.active a:after, .widget ul li a:hover:after {
    background: url(../img/arrow8.png) left top no-repeat;
    left: auto;
    right: 0;
  }
  .awards ul li.no-border {
    border-bottom: 1px solid #e6e6e6;
  }
  .awards ul li:last-child {
    border-bottom: 0 !important;
  }
  #content .inner-content {
    padding-right: 0;
  }
  #faq .content {
    padding-left: 0;
  }
  .layout1 .email table .total p .price {
    position: relative;
    margin-top: -17px;
  }
  #topbar .logout {
    position: absolute;
    right: 15px;
    top: 16px;
  }
  #topbar .user {
    margin-bottom: 15px;
    display: inline-block;
  }
  .filter {
    float: left;
    margin-top: -20px;
    margin-bottom: 20px;
  }
  .filter .dropdown .holder {
    font-size: 15px;
  }
  .filter .dropdown {
    margin-left: 26px;
  }
  .filter .dropdown ul li a {
    font-size: 12px;
  }
  .page-jury .our-jury ul li {
    width: 50%;
  }
  .competition .row .col-sm-6:first-child {
    border: 0;
  }
  .competition .row .col-sm-6:first-child ul {
    padding-right: 0;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 25px;
    margin-bottom: 26px;
  }
  .competition .row .col-sm-6:last-child ul {
    padding-left: 0;
  }
  .posts .post {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .posts {
    padding: 0;
    margin: 0;
  }
  .pagination a {
    margin: 0 11px;
  }
  #main {
    margin-bottom: 50px;
  }
  #global-navigation ul {
    position: absolute;
    left: 0;
    top: 56px;
    display: none;
    width: 100%;
    background: #2f2f2f;
    padding: 10px;
  }
  #global-navigation ul li {
    float: none;
    margin: 0 0 18px;
  }
  #global-navigation ul li:last-child {
    margin-bottom: 0;
  }
  #global-navigation .menu-btn {
    display: block;
  }
  #global-navigation ul li.active:after, #global-navigation ul li:hover:after {
    bottom: -10px;
  }
  #main-navigation > ul {
    position: fixed;
    right: -260px;
    top: 0px;
    width: 260px;
    background: #bcaf79;
    padding: 0px;
    font-weight: 300;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    z-index: 100000;
  }
  #main-navigation > ul.menu-open {
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    right: 0px;
  }
  #main-navigation ul li {
    float: none;
    margin: 0 0 0px 0px;
  }
  #main-navigation .menu-btn {
    display: block;
  }
  #main-navigation ul li li a:hover {
    background: none;
  }
  #main-navigation {
    padding-top: 0px;
    position: relative;
    z-index: 100;
    right: -15px;
    top: -27px;
  }
  #header .submit-works-btn {
    padding: 15px;
    line-height: 21px;
  }
  #main-navigation ul li a {
    font-size: 16px;
    line-height: 47px;
    padding: 0 0 0 20px;
    border-bottom: 1px solid #b0a376;
  }
  #main-navigation ul li ul li a {
    border: 0px;
  }
  #main-navigation ul li:hover ul {
    top: 0px;
  }
  #main-navigation ul ul {
    position: relative;
    left: auto;
    opacity: 1;
    background: #2f2f2f;
    top: auto;
    width: 100%;
    padding: 13px 0px;
  }
  #main-navigation ul li li a {
    color: #bcae7c;
    padding-left: 20px;
    line-height: 40px;
  }
  #banner h2 {
    font-size: 25px;
    margin-bottom: 35px;
    padding-top: 40px;
  }
  #banner .inner-wrap .button2 {
    padding: 12px;
  }
  #banner .days-left {
    /*
	width: 100%;
	height: 100px;
	background-size: 100% 100%;
	*/
    font-size: 36px;
    line-height: 100px;
  }
  #banner .details h4 {
    margin-bottom: 25px;
  }
  #banner .details .button2 {
    padding: 15px;
    font-size: 18px;
  }
  .news .post h2 {
    font-size: 16px;
  }
  .news .controls a {
    margin: 0 5px;
  }
  .news ul {
    margin-bottom: 30px;
  }
  .news {
    padding-bottom: 35px;
  }
  .news .more-news {
    font-size: 12px;
  }
  .competition ul li a {
    padding: 18px 22px;
    font-size: 17px;
  }
  .work-submision ul li span {
    font-size: 35px;
    line-height: 40px;
  }
  .work-submision ul li {
    font-size: 12px;
    padding: 0 18px 0 1px;
  }
  .work-submision ul li h4 {
    font-size: 10px;
  }
  .work-submision ul {
    display: block;
    width: 290px;
    margin: 0 auto 35px;
  }
  .our-jury, .clients {
    margin-bottom: 25px;
  }
  .clients ul li {
    padding: 0 5px;
    margin-bottom: 0;
  }
  #banner .inner-banner {
    min-height: 125px;
  }
  #newsletter-form h2 {
    font-size: 17px;
  }
  #newsletter-form input[type="text"] {
    width: 100%;
    margin-bottom: 15px;
  }
  #newsletter-form form {
    display: block;
    margin-left: 0;
  }
  #footer .sociable {
    float: none;
  }
  #footer {
    text-align: center;
  }
  #footer .inner-footer {
    text-align: left;
  }
  #footer p {
    margin-bottom: 15px;
  }
  #footer .facebook {
    float: none;
  }
  #works ul.first {
    min-height: 50px;
    border: 0;
    margin-bottom: 30px;
  }
  #header .inner-wrap {
    position: relative;
  }
  #works {
    top: 56px;
    right: 0;
    width: 100%;
  }
  #works ul li a {
    font-size: 13px;
  }
  #works h3 {
    font-size: 15px;
    padding-bottom: 15px;
  }
  #footer .col-xs-12 {
    margin-bottom: 20px;
  }
  #footer h3 {
    padding-bottom: 10px;
  }
  #footer .inner-footer .container {
    padding-bottom: 0px;
  }
  .one-third .post {
    height: auto !important;
  }
  .one-third {
    margin-bottom: 20px;
  }
  .home .clients {
    margin-bottom: 35px;
  }
  .post p, .post ul li {
    font-size: 13px;
  }
  .awards ul li {
    height: auto !important;
    border-right: 0;
  }
  .awards ul li:first-child {
    padding-top: 0;
  }
  .awards ul {
    padding-left: 0;
  }
  .invoice table .total-field .right-padding td {
    display: block !important;
    float: left;
    width: 50%;
  }
  .invoice table .total-field .right-padding td:last-child {
    text-align: right;
  }
  .tickets .discount-code input[type="text"] {
    width: 250px;
  }
}

@media (max-width: 640px) {
  #banner .inner-banner .col-xs-12 {
    height: auto;
    padding-bottom: 40px;
    padding-top: 40px;
  }
  #banner h3 {
    font-size: 18px;
  }
  #banner .days-left {
    background-size: 100% 70px;
    font-size: 27px;
    height: 70px;
    line-height: 70px;
  }
  .news .overlay {
    padding-bottom: 5px;
  }
  .download-btn {
    font-size: 11px;
    padding: 20px 10px 19px 63px;
  }
  .post table tr td {
    font-size: 13px;
  }
  .gallery ul li {
    float: none;
    margin-right: 0;
    width: 100%;
  }
  .table1 .silver, .table1 .bronze, .table1 .gold {
    display: none;
  }
  .table1 .know-more {
    display: block;
    margin-bottom: 20px;
  }
  .table1 td:first-child a.add-btn {
    display: inline-block;
    float: right;
    margin: 0 7.5%;
  }
  .table1 td:first-child .select, .table1 td:first-child .category {
    float: right;
    display: block;
    margin-left: 5px;
    width: 30%;
    padding: 0;
  }
  .table1 td:first-child .select select {
    display: block;
    padding: 0;
    text-align: left;
    padding-left: 10px;
  }
  .table1 td:first-child .category {
    text-align: center;
  }
  .table1 td:first-child .category .price {
    font-size: 16px;
  }
  .table1 th:first-child span {
    clear: both;
    margin-bottom: 15px;
    display: block;
    text-align: left;
  }
  .table1 th:first-child small {
    display: inline-block;
    float: right;
    margin: 0px 7.5% 0;
  }
  /*.post table td.count, .post table th.count, .post table td:nth-child(2), .post table th:nth-child(2) {*/
  .post table td.count, .post table th.count {
    display: none;
  }
  .post table td:last-child, .post table th:last-child {
    text-align: right;
  }
  .post table td.total-field {
    display: block;
  }
  #buy-tickets-form table {
    margin-bottom: 0;
  }
}

@media (max-width: 640px) and (orientation: landscape) {
  #banner .inner-wrap {
    padding-bottom: 55px;
    vertical-align: bottom;
  }
}

@media (max-width: 480px) {
  .news .controls {
    bottom: 25px;
  }
  .news .more-news {
    margin-top: 20px;
  }
}

@media (max-width: 400px) {
  .news .post h2, .news .post span.metadata {
    font-size: 11px;
    margin-bottom: 10px;
  }
}

@media (max-width: 992px) {
  #header .my-account {
    float: left;
  }
  #banner .inner-wrap {
    vertical-align: middle !important;
  }
}

@media (max-height: 600px) {
  #banner .inner-banner {
    padding-top: 150px;
  }
}

@media (min-height: 600px) {
  #banner .inner-banner {
    padding-top: 100px;
  }
}

@media (max-width: 480px) {
  .popup {
    left: 0 !important;
    margin: 0 !important;
    max-height: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden;
    overflow-y: scroll;
    position: fixed;
    top: 0 !important;
    width: 100%;
    bottom: 0 !important;
    z-index: 1000;
  }
}

@media (max-width: 768px) {
  .submit-works-btn {
    display: none !important;
  }
}

#banner .inner-banner {
  /*background-color: red;*/
}

.tickets table .service {
  width: auto;
}

.post table .cart-head-row th {
  padding: 0;
  text-align: left;
  height: 50px;
  vertical-align: middle;
  display: table-cell !important;
}

.post table .cart-head-row th:first-child {
  padding-left: 20px;
}

.post table .cart-body-row td {
  padding: 0;
  height: 50px;
  vertical-align: middle;
  text-align: left;
  display: table-cell !important;
}

.post table .cart-body-row td:first-child {
  padding-left: 20px;
}

.post table .cart-foot-row td {
  padding: 0;
  height: 50px;
  vertical-align: middle;
  text-align: left;
  display: table-cell !important;
  border-top: 2px solid #bcaf79;
  color: #2f2f2f;
  font-family: "Roboto Slab";
  font-size: 18px;
  font-weight: 300;
}

.post table .cart-foot-row td:first-child {
  border-top: none;
  padding-top: 2px;
}

.post table a.confirm img {
  vertical-align: middle;
}

.post table .cart-head-row th.count,
.post table .cart-body-row td.count,
.post table .cart-foot-row td.count {
  text-align: center;
  padding-right: 30px;
}

@media (max-width: 640px) {
  .post table .cart-foot-row td {
    font-size: 15px;
    white-space: nowrap;
  }
  .cart-head-row {
    display: none !important;
  }
  .post table .cart-body-row,
  .post table .cart-foot-row,
  .post table .cart-body-row tr,
  .post table .cart-foot-row tr,
  .post table .cart-body-row td,
  .post table .cart-foot-row td {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    height: auto !important;
  }
  .post table .cart-body-row td,
  .post table .cart-foot-row td {
    padding: 10px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .post table .cart-body-row td.service {
    padding-bottom: 0 !important;
    font-weight: 600;
  }
  .post table .cart-body-row td:not(.service) {
    white-space: nowrap;
  }
  .resp-bordered-tr {
    border-top: 2px solid #bcaf79;
  }
  .post table .cart-body-row td:empty,
  .post table .cart-foot-row td:empty {
    display: none !important;
  }
  .post table .cart-body-row tr,
  .post table .cart-foot-row tr {
    clear: both !important;
  }
  .post table .cart-body-row tr:after,
  .post table .cart-foot-row tr:after {
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .post table .cart-foot-row {
    padding-bottom: 20px !important;
  }
  .post table .cart-body-row td.remove-item {
    text-align: right !important;
  }
  .post table .cart-body-row td.resp-inline {
    width: 25% !important;
    float: left !important;
  }
  .post table .cart-body-row td.resp-inline.count, .post table .cart-body-row td.resp-inline.item-price-total {
    text-align: center !important;
  }
  .post table .cart-foot-row td.resp-inline {
    width: 50% !important;
    float: left !important;
    font-size: 18px;
    font-weight: 500;
  }
  .post table .cart-foot-row td.resp-inline.item-total-cart-price {
    text-align: right !important;
  }
  .discount-code {
    width: auto !important;
    position: relative;
    float: none !important;
    height: 51px !important;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 15px;
  }
  .discount-code input {
    width: 100% !important;
    padding-right: 60px !important;
  }
  .discount-code button {
    position: absolute;
    right: 0;
    top: 0;
  }
}

.tickets-table-container table tr th {
  padding: 12px 15px;
  line-height: 1.2;
  white-space: initial;
}

@media (max-width: 767px) {
  .tickets-table-container table tr td .select .gold {
    padding-top: 4px;
  }
  .tickets-table-container table tr th {
    padding-bottom: 10px;
    padding-top: 10px;
  }
}

@media (max-width: 640px) {
  .tickets-table-container table {
    width: 100% !important;
    border-collapse: collapse !important;
  }
  .tickets-table-container table tr th,
  .tickets-table-container table tr td {
    display: table-cell !important;
    text-align: center !important;
    width: 33.33333333333333% !important;
    table-layout: fixed;
  }
  .tickets-table-container table tr th:first-child,
  .tickets-table-container table tr td:first-child {
    display: none !important;
  }
  .tickets-table-container table tr td .select {
    width: 90% !important;
  }
  .tickets-table-container table tr td .select .gold {
    display: block !important;
  }
  .tickets-table-container table tr th {
    font-size: 14px !important;
    padding: 5px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .tickets-table-container table tr td {
    padding: 5px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .tickets-table-container table tr td .price {
    margin-bottom: 10px !important;
    font-size: 16px;
  }
  .tickets-table-container table tr td .buy-btn {
    width: 80% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin: auto !important;
  }
  .tickets-table-container table tr td a.add-btn {
    width: 35px;
    height: 35px;
    -webkit-background-size: 60% auto;
    -moz-background-size: 60% auto;
    background-size: 60% auto;
  }
  .tickets-table-container table tr td.gold {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .tickets-table-container table tr.less-padding td.gold {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .tickets-table-container table tr td[colspan="4"] {
    display: table-cell !important;
    text-align: center !important;
    padding: 20px !important;
  }
}

.winners .section1 header:first-child + header {
  padding-top: 20px;
}

.works-list {
  clear: both;
}

.works-list ul {
  margin: 0;
  padding: 0;
}

.works-list li:nth-child(4n+5) {
  clear: left;
}

.works-list ul li:before {
  display: none;
}

.works-list-item {
  margin-bottom: 20px !important;
}

@media (max-width: 768px) {
  .works-list .works-list-item {
    text-align: center;
  }
  .works-list .works-list-item .work-thumb {
    max-width: 340px;
    margin: auto;
  }
}

@media (max-width: 992px) {
  .works-list li:nth-child(4n+5) {
    clear: none;
  }
  .works-list li:nth-child(2n+3) {
    clear: left;
  }
}

.works-list-item a {
  display: block;
  text-decoration: none;
}

.works-list-item img {
  display: none;
}

.works-list-item .work-thumb {
  height: 170px;
  display: block;
  background-color: #2f2f2f;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: relative;
}

.works-list-item .work-thumb:before {
  background-color: rgba(0, 0, 0, 0.2);
  bottom: 0;
  content: " ";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.works-list-item:hover .work-thumb:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.works-list-item .work-title {
  color: #2f2f2f;
  display: block;
  font-size: 14px;
  line-height: 22px;
  padding-top: 5px;
}

.posts .post:nth-child(2n+3) {
  clear: left;
}

/*
.posts.news-post-list {
	padding-right: 0;
}
.posts.news-post-list .post.masonry-layout {
	margin: 0;
	padding-bottom: 38px;
}
*/


.clients2 {
  margin-bottom: 40px;
}

.clients2 ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.clients2 ul li {
  /*flex-basis: 20%;*/
  margin: 0 12px;
  width: calc(100% / 5 - 12px * 2);
  display: flex;
  flex-direction: column;
}

@media (max-width: 991px) {
  .clients2 ul li {
    width: calc(100% / 3 - 12px * 2);
  }
}

.clients2 ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  border-bottom: 2px #f5f5f5 solid;
  padding: 25px 0;
}

.clients2 ul li p {
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
  padding: 20px 0;
  min-height: 76px;
}
