

@media (min-width:1200px) and (max-width:2000px) {
  .container {
    width: 80%
  }
}

@media (min-width:2001px) and (max-width:10000px) {
  .container {
    width: 1400px
  }
}

body {
  background-color: #fff
}

::selection {
  background: #d2c06c;
  color: #121212
}

::-moz-selection {
  background: #d2c06c;
  color: #121212
}

body, p {
  color: #888;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300
}

.container {
  margin-left: auto;
  margin-right: auto
}

p {
  margin-bottom: 0
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0
}

h2 {
	color: #121212;
	font-size: 18px;
	font-family: Montserrat;
	margin-bottom: 50px;
	font-weight: bold;
}

a {
  text-decoration: none !important
}

a:hover {
	color: #ffc600;
}

a:focus {
  outline: 0
}

body.preloader-running, html.preloader-running {
  overflow: hidden
}

html.preloader-running .sticky-sidebar {
  display: block
}

div#preloader {
  background: none repeat scroll 0 0 #fff;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999
}

div#preloader.fluidview {
  left: 0
}

#status {
  width: 151px;
  height: 52px;
  position: fixed;
  left: 50%;
  top: 50%;
  background-image: url(../images/loader.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 151px 52px;
  margin: -26px 0 0 -75px
}

header.masthead {
	padding: 20px 0 0px;
	position: relative;
	width: 100%;
	z-index: 9999;
	position: fixed;
}

.logo-header {
  position: fixed;
  top: 0;
  left: 0;
  padding: 56px 40px;
  height: 100%;
  text-align: center;
  z-index: 9900
}

.main-logo {
  margin-left: 10px
}

.link-show-poster {
  display: none;
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 60px 40px;
  z-index: 9000
}

.link-show-poster h1 {
  font-size: 72px;
  text-align: center
}


.secure-links li a {
	color: #333;
	font-weight: bold;
}

.changeColor {
  background-color: rgba(0, 0, 0, .5);
  -webkit-transition: ease-in .3s all;
  -o-transition: ease-in .3s all;
  transition: ease-in .3s all;
}

.changeText {
  color: #fff !important;
  -webkit-transition: ease-in .3s all !important;
  -o-transition: ease-in .3s all !important;
  transition: ease-in .3s all !important;
}

.menu-collapser {
  background-image: url(../images/logo-omurca.jpg);
  background-color: #eaeaea;
  background-size: auto 40px;
  width: 100%;
  height: 70px;
}

ul.slimmenu {
	position: fixed;
	top: 110px;
	padding-bottom: 1px;
}

.resp-topbar {
	display: none;
	background-color: #333;
	width: 100%;
	position: fixed;
	top: 0;
	text-align: right;
	z-index: 100;
}

.resp-topbar ul {
  margin: 0;
  padding: 0;
}

.resp-topbar li {
	display: inline-block;
	padding: 10px 10px;
}

.resp-topbar li:nth-of-type(2) {
  padding-right: 20px;
}

.resp-topbar li a {
	font-size: 14px;
	color: #fff;
	font-weight: 400;
}

nav {
  background-color: transparent
}

nav.mastnav ul {
  list-style-type: none;
  padding: 0;
  margin: 0
}

nav.mastnav ul li a {
  font-weight: bold;
  color: #121212;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

nav.mastnav ul li a:hover {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

nav.mastnav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	height: 70px;
	display: table;
}

nav.mastnav ul:hover {
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear
}

nav.mastnav ul li {
	padding: 0 10px 15px 10px;
	vertical-align: middle;
	display: table-cell;
}

.secure-links {
  height: 70px;
  display: table;
}

.secure-links li {
	display: table-cell;
	vertical-align: middle;
	padding: 0 10px 15px 10px;
}

.sub-menu {
  display: none;
  padding: 40px 0;
  position: absolute;
  min-width: 200px;
  background-color: rgba(255, 255, 255, .8)
}

.sub-menu a {
  display: block;
  font-size: 14px;
  line-height: 21px;
  border-bottom: solid 1px #222;
  padding-bottom: 5px;
  margin-bottom: 5px
}

.main-link {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0;
  font-weight: 400
}

.logo-block img {
	max-width: 150px;
	height: auto;
}

footer.mastfoot {
  background-image: url(../images/stripe.png);
  background-color: #f0f4f4;
  padding: 120px 0;
  background-position: center center;
  background-repeat: repeat-y
}

.footnav ul {
  list-style-type: none;
  padding: 0 10px
}

.footnav ul li a {
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 1px;
  font-weight: 400;
  border-bottom: solid 2px
}

footer.mastfoot h6 {
  font-size: 12px;
  line-height: 19px
}

#home {
  background-color: #fde05b;
  background-image: -moz-linear-gradient(90deg, rgba(253,224,91,0.33) 0%, rgba(253,224,91,0.33) 100%), url(../images/grunge-textur.png);
  background-image: -webkit-linear-gradient(90deg, rgba(253,224,91,0.33) 0%, rgba(253,224,91,0.33) 100%), url(../images/grunge-textur.png);
  background-image: linear-gradient(90deg, rgba(253,224,91,0.33) 0%, rgba(253,224,91,0.33) 100%), url(../images/grunge-textur.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 100%;
}

#home::before {
	content: ' ';
	background-color: #fff;
	width: 50%;
	height: 100%;
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
}

.home-content {
  display: flex;
  align-items: center;
  margin: 100px 0;
  width: 1200px;
  margin-left: auto;
  margin-right: auto
}

.home-content .home-caption {
	font-size: 38px;
	color: #121212;
	font-weight: bold;
	font-family: 'Montserrat';
	line-height: 46px;
	width: 70%;
	text-align: left;
	margin-left: auto;
}

.home-content .caption-unterschrift {
	width: 100%;
	color: #121212;
	text-align: right;
	font-family: 'Montserrat';
	font-size: 16px;
	font-weight: 300;
	font-style: italic;
	width: 100%;
	margin-top: 20px;
}

.home-content img {
	display: block;
	width: 400px;
	height: auto;
	margin: auto;
	opacity: .9;
}

.home-text {
  display: flex;
  flex-direction: row
}

.slider-carousel {
	width: 1000px;
  margin: 0 auto;
  margin-bottom: 50px;
}

.owl-carousel .owl-item img {
	width: 100%;
	height: 590px;
	object-fit: cover;
}

.owl-next {
  background: url(../images/icons/pfeil-rechts.png) no-repeat center center !important;
  width: 70px;
  height: 90px
}

.owl-prev {
  background: url(../images/icons/pfeil-links.png) no-repeat center center !important;
  width: 70px;
  height: 90px
}

#ueber-uns {
  background-color: #fff
}

#ueber-uns h2 {
  margin-bottom: 50px
}

.highlighted-text {
	color: #121212;
	font-size: 18px;
	padding-left: 20px;
	list-style-type: square;
}

#ueber-uns .omurca-daten {
	display: flex;
	flex-wrap: wrap;
	margin-top: 50px;
}

#ueber-uns .omurca-daten h3 {
  text-transform: uppercase;
}

#ueber-uns .omurca-daten h3, #ueber-uns .omurca-daten p {
	color: #121212;
	font-size: 16px;
}

#ueber-uns .omurca-daten .omurca-foto {
	width: 150px;
	height: auto;
}

#ueber-uns .omurca-daten .kontakt-btn {
  display: inline-block;
  color: rgb(255, 198, 0);
  font-weight: bold;
  background: transparent;
  -webkit-box-shadow: inset 0px 0px 0px 2px rgba(255, 198, 0, 1);
  -moz-box-shadow: inset 0px 0px 0px 2px rgba(255, 198, 0, 1);
  box-shadow: inset 0px 0px 0px 2px rgba(255, 198, 0, 1);
  -webkit-transition: all ease-in .3s;
  -o-transition: all ease-in .3s;
  transition: all ease-in .3s;
  padding: 7px 20px;
  margin-top: 20px;
}

#ueber-uns .omurca-daten .kontakt-btn:hover {
  background-color: rgb(255, 198, 0);
  color: #ffffff;
}

#ueber-uns .omurca-daten span img {
	width: 20px;
	height: auto;
}

#ueber-uns .flex1 {
	flex-basis: 28%;
}

#ueber-uns .flex2 {
  flex-basis: 47%;
}

#ueber-uns .flex3 {
	flex-basis: 25%;
}

#leistungen {
  background-color: #f0f4f4
}

#leistungen img {
  display: block;
  width: 50px;
  height: auto;
  margin-bottom: 15px;
  filter: brightness(0) contrast(0);
  -webkit-filter: brightness(0) contrast(0)
}

#leistungen h3 {
  font-family: Montserrat;
  font-size: 18px;
  color: #121212;
  text-transform: uppercase;
  margin-bottom: 10px
}

#leistungen p {
  width: 95%;
}

.element-margin {
  margin: 30px 0
}

#referenzen {
  background-color: #fff
}

#referenzen .referenzen-block {
	background-color: #e0e0e0;
	padding: 20px 30px;
}

#referenzen .referenzen-block h3, #referenzen .referenzen-block h4, #referenzen .referenzen-block p {
  color: #121212;
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: bold;
  text-align: center;
  padding-bottom: 25px;
}

#referenzen .referenzen-block .date-referenz {
	font-size: 18px;
	font-weight: 400;
	font-style: normal;
	text-align: left;
	margin: 0;
}

#referenzen .referenzen-block h3 {
  font-size: 24px;
}

#referenzen .referenzen-block h4, #referenzen .referenzen-block p {
  font-size: 18px;
  width: 65%;
  margin: 0 auto;
}

#referenzen .referenzen-block hr {
  border-top: 1px solid #121212;
  margin: 50px 0;
}

#zertifikat {
  background-color: #f0f4f4;
  text-align: center;
}

#zertifikat p {
  color: #121212;
  font-size: 16px;
  width: 45%;
  margin: 0 auto;
}

#zertifikat h2, #zertifikat h3 {
	margin-top: 50px;
}

#zertifikat h3 {
  font-family: 'Montserrat';
  font-size: 18px;
  font-weight: bold;
  color: #121212;
}

#zertifikat img {
	margin-top: 20px;
  width: 200px;
  height: auto;
}

#kontakt {
	background-color: #fde05b;
}

#kontakt a, #kontakt h3, #kontakt p {
  color: #121212;
}

#kontakt p {
  margin-top: 30px
}

#kontakt a {
  font-weight: 700
}

#kontakt .dsa-secure-plugin {
  margin-top: 30px
}

#kontakt .kontaktformular {
	border: 0;
	width: 100%;
	height: 670px;
}

#impressum h3 {
  color: #121212;
  font-family: 'Montserrat';
  font-size: 18px;
  font-weight: bold;
  text-transform: none;
  padding-bottom: 20px;
}

#impressum a {
  font-weight: 700;
  color: #888;
}

.dsa-cookie-notice {
  font-family: 'Lato';
	background-color: #fde05b;
}

.inner-pad {
  padding-left: 25px;
  padding-right: 25px
}

.super-heading {
  font-size: 124px;
  line-height: 124px;
  letter-spacing: 4px;
  text-transform: uppercase
}

.main-heading {
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 2px;
  text-transform: uppercase
}

.sub-heading {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 1px;
  text-transform: uppercase
}

.super-text {
  font-size: 38px;
  line-height: 46px
}

.promo-text {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 10px;
  font-weight: 200;
  margin-bottom: 30px
}

.tiny-caps {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 20px
}

.tiny-caps:before {
  content: ' ';
  height: 5px;
  width: 40px;
  display: block;
  background-color: #222;
  margin-bottom: 5px
}

.service-block img {
  max-width: 64px
}

.service-icon {
  font-size: 64px;
  line-height: 64px;
  opacity: .2
}

.service-block h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 25px;
  text-transform: uppercase
}

.featured-project-block {
  padding: 0;
  padding-bottom: 30px;
  border-bottom: solid 2px #eee
}

.featured-project-block h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 25px;
  text-transform: uppercase
}

.counter-region .elements-counter .number {
  font-size: 72px;
  line-height: 72px
}

.team-info {
  padding: 50px;
  text-align: left
}

.team-info h3 {
  margin-bottom: 10px
}

.team-info .team-social {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-top: 15px
}

.team-info .team-social li {
  display: inline-block;
  margin-right: 4px
}

.team-info .team-social li a span {
  font-size: 24px;
  -webkit-transition: all .4s linear;
  -moz-transition: all .4s linear;
  -ms-transition: all .4s linear;
  -o-transition: all .4s linear;
  transition: all .4s linear
}

.team-info .team-social li a:hover span {
  opacity: .4;
  -webkit-transition: all .4s linear;
  -moz-transition: all .4s linear;
  -ms-transition: all .4s linear;
  -o-transition: all .4s linear;
  transition: all .4s linear
}

.testimonial-info {
  padding: 50px;
  text-align: center
}

.testimonial-info h3 {
  margin-bottom: 10px
}

.testimonial-info img {
  max-width: 119px;
  margin-bottom: 20px;
  border-radius: 50%;
  display: inline-block !important
}

.testimonial-info .testimonial-social {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-top: 15px
}

.testimonial-info .testimonial-social li {
  display: inline-block;
  margin-right: 4px
}

.testimonial-info .testimonial-social li a span {
  font-size: 24px;
  -webkit-transition: all .4s linear;
  -moz-transition: all .4s linear;
  -ms-transition: all .4s linear;
  -o-transition: all .4s linear;
  transition: all .4s linear
}

.testimonial-info .testimonial-social li a:hover span {
  opacity: .4;
  -webkit-transition: all .4s linear;
  -moz-transition: all .4s linear;
  -ms-transition: all .4s linear;
  -o-transition: all .4s linear;
  transition: all .4s linear
}

.testimonial-carousel .owl-controls {
  margin-top: 20px
}

.news-block h3 {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 20px
}

.news-block h4 {
  font-size: 36px;
  line-height: 43px;
  margin-bottom: 10px
}

.news-post h3 {
  font-size: 24px;
  line-height: 31px;
  margin-bottom: 20px
}

.news-post h4 {
  font-size: 48px;
  line-height: 55px;
  margin-bottom: 10px;
  font-weight: 300
}

.news-post .sub-heading {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 10px;
  padding: 2px 5px
}

.news-post .content-list {
  list-style-type: none;
  padding: 0
}

.parallax-showcase .parallax-showcase-overlay {
  opacity: 0;
  background-color: rgba(0, 0, 0, .8);
  -webkit-transition: all .4s linear;
  -moz-transition: all .4s linear;
  -ms-transition: all .4s linear;
  -o-transition: all .4s linear;
  transition: all .4s linear
}

.parallax-showcase:hover .parallax-showcase-overlay {
  opacity: 1;
  -webkit-transition: all .4s linear;
  -moz-transition: all .4s linear;
  -ms-transition: all .4s linear;
  -o-transition: all .4s linear;
  transition: all .4s linear
}

.parallax-showcase h1 {
  font-size: 20px;
  line-height: 24px
}

.fullscreen-video-wrap {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0
}

.works-filter-wrap {
  display: none
}

.filter-notification span, .menu-notification span {
  font-size: 34px;
  float: right;
  margin-left: 20px
}

.works-filter {
  list-style: none;
  padding: 0;
  margin: 0
}

.works-filter li {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px
}

.works-filter li a {
  font-size: 12px;
  line-height: 19px
}

.works-container {
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden
}

.works-filter li:last-child:after {
  display: none
}

.works-item {
  overflow: hidden
}

.works-item a {
  opacity: 0;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 100;
  text-align: center;
  text-decoration: none !important;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

.works-item a:hover {
  text-decoration: none !important;
  opacity: 1;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

.info a:hover {
  cursor: url(../images/plus.png) 40 40, crosshair;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

.zoom a:hover {
  cursor: url(../images/zoom.png) 40 40, crosshair;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

.works-item-inner {
  text-align: left;
  padding: 0 100px
}

.works-item-inner:hover {
  background-color: rgba(0, 0, 0, .9) !important
}

.works-thumbnails-view {
  margin-top: 0
}

.works-thumbnails-view .works-item-inner {
  text-align: left;
  padding: 40px
}

.works-thumbnails-view .works-item-inner p>span {
  font-size: 24px;
  letter-spacing: normal;
  line-height: 31px;
  margin-top: 0
}

.works-item-fade {
  opacity: .1;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

.works-item-fade a {
  display: none !important
}

.works-masonry-container {
  padding: 0
}

.works-masonry-container .works-item-one-third {
  margin: 0;
  padding: 0;
  width: 33.3%
}

.works-masonry-container .works-item-two-third {
  margin: 0;
  padding: 0;
  width: 66.6%
}

.works-masonry-container .works-item-one-half {
  margin: 0;
  padding: 0;
  width: 50%
}

.works-masonry-container .works-item-one-fourth {
  margin: 0;
  padding: 0;
  width: 25%
}

.works-masonry-container .works-item-one-sixth {
  margin: 0;
  padding: 0;
  width: 16.66%
}

.works-masonry-container .works-item-full-width {
  margin: 0;
  padding: 0;
  width: 100%
}

.works-masonry-container .works-item-one-third-spaced {
  margin: 1%;
  padding: 0;
  width: 31.3%
}

.works-masonry-container .works-item-one-half-spaced {
  margin: 1%;
  padding: 0;
  width: 48%
}

.works-masonry-container .works-item-two-third-spaced {
  margin: 1%;
  padding: 0;
  width: 64.6%
}

.works-masonry-container .works-item-one-fourth-spaced {
  margin: 1%;
  padding: 0;
  width: 23%
}

.works-masonry-container .works-item-one-sixth-spaced {
  margin: 1%;
  padding: 0;
  width: 14.66%
}

.email-wrap {
  padding-top: 20px
}

.kontakt-mail {
  font-size: 18px;
  line-height: 25px;
  font-weight: 300
}

input {
  background: 0 0 !important;
  border: none !important;
  border-bottom: 1px solid !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-size: 14px !important;
  line-height: 20px !important;
  font-weight: 300 !important;
  margin-bottom: 30px !important;
  padding: 10px 0 !important;
  width: 100%;
  -webkit-transition: all .8s linear;
  -moz-transition: all .8s linear;
  -ms-transition: all .8s linear;
  -o-transition: all .8s linear;
  transition: all .8s linear
}

input:focus, textarea:focus {
  -webkit-transition: all .8s linear;
  -moz-transition: all .8s linear;
  -ms-transition: all .8s linear;
  -o-transition: all .8s linear;
  transition: all .8s linear
}

textarea {
  background: url(../images/textarea.png) repeat !important;
  border: none !important;
  border-bottom: 1px solid !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-size: 14px !important;
  line-height: 20px !important;
  font-weight: 300 !important;
  margin-bottom: 0 !important;
  padding: 10px 0 !important;
  resize: none;
  width: 100%;
  -webkit-transition: all .8s linear;
  -moz-transition: all .8s linear;
  -ms-transition: all .8s linear;
  -o-transition: all .8s linear;
  transition: all .8s linear
}

input, textarea {
  border-color: #232323 !important;
  color: #999 !important
}

input.send_message {
  cursor: pointer;
  float: left;
  font-size: 12px;
  font-weight: 400;
  margin: 0;
  width: 120px
}

fieldset {
  border: 0 none;
  float: left;
  padding: 0;
  position: relative;
  width: 100%
}

fieldset h1 {
  font-size: 24px
}

.kontakt-label-box {
  font-weight: 300;
  font-size: 24px;
  line-height: 31px;
  padding: 30px 20px;
  text-align: center
}

.kontakt-label-box>span {
  display: block;
  margin-right: 10px
}

.kontakt-label-box>span>img {
  height: 60px;
  width: 60px
}

.kontakt-label-box a:hover {
  text-decoration: none
}

.kontakt .alert {
  box-shadow: none;
  border: none;
  border-radius: 0;
  text-shadow: none;
  font-size: 12px;
  line-height: 19px;
  font-weight: 300;
  margin-bottom: 10px;
  padding: 10px;
  text-align: left
}

.btn-wrap {
  margin-top: 30px
}

.space-left {
  margin-left: 1%
}

.alert {
  margin-top: 0;
  border-radius: 0;
  padding: 5px;
  -webkit-transition: all .8s linear;
  -moz-transition: all .8s linear;
  -ms-transition: all .8s linear;
  -o-transition: all .8s linear;
  transition: all .8s linear
}

.alert>p {
  text-shadow: none;
  font-size: 14px;
  line-height: 21px;
  font-weight: 300
}

.kontakt-address {
  font-size: 14px;
  font-weight: 200;
  line-height: 21px
}

.email-wrap {
  font-size: 24px;
  font-weight: 600;
  line-height: 31px;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 0
}

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

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

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

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

.btn-oscar {
  border-radius: 0;
  text-decoration: none;
  padding: 10px 20px;
  font-size: 11px;
  line-height: 18px;
  letter-spacing: 4px;
  text-transform: uppercase;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

.btn-oscar-big {
  border-radius: 0;
  text-decoration: none;
  padding: 15px 20px;
  font-size: 18px;
  line-height: 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

.btn-oscar:hover {
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

.btn-oscar-white {
  border: solid 2px #fff;
  background: 0 0;
  color: #fff
}

.btn-oscar-white:hover {
  border: solid 2px #fff;
  background: #fff;
  color: #000 !important
}

.btn-oscar-dark {
  border: solid 2px #000;
  background: 0 0;
  color: #000
}

.btn-oscar-dark:hover {
  border: solid 2px #000;
  background: #000;
  color: #fff !important
}

.btn-oscar-color {
  border: solid 2px;
  background: 0 0
}

.btn-oscar-color:hover {
  border: solid 2px;
  color: #fff
}

.add-top {
  margin-top: 120px
}

.add-top-half {
  margin-top: 60px
}

.add-top-quarter {
  margin-top: 30px
}

.add-bottom {
  margin-bottom: 120px
}

.add-bottom-half {
  margin-bottom: 60px
}

.add-bottom-quarter {
  margin-bottom: 30px
}

.pad {
  padding: 60px
}

.pad-top {
  padding-top: 120px
}

.pad-top-half {
  padding-top: 60px
}

.pad-top-quarter {
  padding-top: 30px
}

.pad-bottom {
  padding-bottom: 120px
}

.pad-bottom-half {
  padding-bottom: 60px
}

.pad-bottom-quarter {
  padding-bottom: 30px
}

.remove-top {
  margin-top: 0 !important
}

.ease {
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

.ease:hover {
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

.no-pad {
  padding-top: 0 !important;
  padding-left: 0 !important;
  padding-bottom: 0 !important;
  padding-right: 0 !important
}

.valign {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%)
}

.overlay {
  position: absolute;
  top: 0;
  left: 0
}

.img-bg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat
}

.parallax {
  background-attachment: fixed;
  background-size: cover;
  height: 100%;
  position: relative;
  width: 100%
}

.parallax-off {
  background-attachment: scroll !important;
  background-size: cover !important
}

.no-scroll-xy {
  overflow: hidden !important;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

.poster-img {
  background: url(../images/poster.jpg) center center no-repeat !important;
  background-size: cover !important
}

.color {
  color: #ffe902
}

.white {
  color: #fff
}

.silver {
  color: #f0f4f4
}

.grey {
  color: #aaa
}

.dark {
  color: #292929
}

.black, a {
  color: #121212
}

.color-bg {
  background-color: #ffe902
}

.white-bg {
  background-color: #fff
}

.silver-bg {
  background-color: #f0f4f4
}

.grey-bg {
  background-color: #aaa
}

.dark-bg {
  background-color: #292929
}

.black-bg {
  background-color: #121212
}

.link-show-poster {
  background-color: #fff
}

.btn-oscar-color {
  border-color: #ffe902;
  color: #ffe902
}

.btn-oscar-color:hover {
  border-color: #ffe902;
  background-color: #ffe902;
  color: #fff
}

nav.mastnav ul li a.activelink, nav.mastnav ul li a:hover {
  color: #d9d9d9
}

.works-filter li a.active span {
  color: #aaa !important
}

.bxslider .bx-wrapper .bx-pager {
  background-color: #292929
}

.footnav ul li a {
  border-color: #121212
}

.font1 {
  font-family: Lato
}

.font2 {
  font-family: Montserrat
}

.font2hairline {
  font-family: Montserrat;
  font-weight: 200
}

.font2light {
  font-family: Montserrat;
  font-weight: 300
}

.font2semibold {
  font-family: Montserrat;
  font-weight: 500
}

.font2bold {
  font-family: Montserrat;
  font-weight: 600
}

.font2extrabold {
  font-family: Montserrat;
  font-weight: 700
}

.font2ultralight {
  font-family: Montserrat;
  font-weight: 100
}

.font2black {
  font-family: Montserrat;
  font-weight: 800
}

.font3 {
  font-family: Raleway
}

.btn-oscar, body, p {
  font-family: Lato
}
