@import url(//fonts.googleapis.com/css?family=Lato:400,900italic,900,700italic,700,400italic,300italic,300,100italic,100);
* {
  transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
::selection {
  background: #de6125;
  color: white;
}
::-moz-selection {
  background: #de6125;
  color: white;
}
::-o-selection {
  background: #de6125;
  color: white;
}
::-webkit-selection {
  background: #de6125;
  color: white;
}
html,
body {
  height: 100vh;
}
.clearfix {
  clear: both;
}
.left,
.floatleft,
.alignleft {
  float: left;
}
.right,
.floatright,
.alignright {
  float: right;
}
a:active,
a:visited {
  text-decoration: none;
}
.no-margin {
  margin: 0;
}
.margin-bottom-15 {
  margin-bottom: 15px;
}
.margin-bottom-25 {
  margin-bottom: 25px;
}
.margin-bottom-50 {
  margin-bottom: 50px;
}
.margin-top-15 {
  margin-top: 15px;
}
.margin-top-25 {
  margin-top: 25px;
}
.margin-top-50 {
  margin-top: 50px;
}
.acf-map {
  width: 100%;
  height: 400px;
  border: #bbc3cf solid none;
  margin: 20px 0;
}
/* fixes potential theme css conflict */
.acf-map img {
  max-width: inherit !important;
}
input[type="text"],
input[type="email"] {
  background: white;
  border: 1px solid #e9e9e9;
  width: 100%;
}
input[type="text"]:focus,
input[type="email"]:focus {
  border: 1px solid #bbc3cf;
}
input[type="file"] {
  width: 100%;
  border: 1px solid #de6125;
  background: none;
  color: #de6125;
  padding: 15px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1em;
}
input[type="file"]:hover {
  background: #de6125;
  color: white;
}
input[type="submit"] {
  width: 100%;
  border: 1px solid #de6125;
  background: none;
  color: #de6125;
  padding: 15px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1em;
}
input[type="submit"]:hover {
  background: #de6125;
  color: white;
}
textarea {
  background: white;
  border: 1px solid #e9e9e9;
  width: 100%;
}
textarea:focus {
  border: 1px solid #bbc3cf;
}
span.icon {
  width: 15px;
  height: 15px;
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
span.icon.director {
  background-image: url("../icons/director.png");
}
span.icon.cast {
  background-image: url("../icons/cast.png");
}
span.icon.casting {
  background-image: url("../icons/casting.png");
}
span.icon.video {
  background-image: url("../icons/video.png");
}
span.icon.pictures {
  background-image: url("../icons/pictures.png");
}
span.icon.lg {
  width: 25px;
  height: 25px;
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  body.contact {
    background-image: url("../img/anntourage-contact.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
  }
}
/* Medium devices (desktops, 992px and up) */
/* Large devices (large desktops, 1200px and up) */
body {
  color: #596474;
  font-weight: 300;
  font-family: "Lato", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lato", sans-serif;
  font-weight: 300;
}
h1 {
  font-size: 26px;
  line-height: 36px;
  margin: 0 0 50px;
}
h1.pagetitle,
h2.pagetitle,
h3.pagetitle {
  font-size: 24px;
  line-height: 34px;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  margin: 25px 0 25px;
}
h2 {
  font-size: 24px;
  line-height: 34px;
  margin: 0 0 35px;
}
h3 {
  font-size: 22px;
  line-height: 32px;
  margin: 0 0 25px;
}
h4 {
  font-size: 20px;
  line-height: 30px;
  margin: 0 0 15px;
}
h5 {
  font-size: 18px;
  line-height: 28px;
  margin: 0 0 15px;
}
h6 {
  font-size: 16px;
  line-height: 26px;
  margin: 0 0 15px;
}
p,
ul,
ol {
  font-size: 16px;
  line-height: 26px;
  margin: 0 0 15px;
}
table,
table tr,
table tr th,
table tr td {
  font-size: 16px;
  line-height: 26px;
  margin: 0 0 15px;
}
blockquote {
  position: relative;
  padding: 15px;
  background: #e9e9e9;
  display: block;
  margin-bottom: 50px;
}
blockquote:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 20px 20px 0;
  border-color: #e9e9e9 transparent;
  display: block;
  width: 0;
  z-index: 1;
  bottom: -20px;
  left: 80%;
}
#main-menu .navbar .navbar-collapse ul li {
  font-size: 14px;
  line-height: 20px;
}
#copyright p {
  font-size: 14px;
  line-height: 20px;
}
/* Small devices (tablets, 768px and up) */
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  h1 {
    font-size: 28px;
    line-height: 38px;
    margin: 0 0 35px;
  }
  h1.pagetitle,
  h2.pagetitle,
  h3.pagetitle {
    font-size: 28px;
    line-height: 38px;
    margin: 35px 0;
  }
  h2 {
    font-size: 26px;
    line-height: 36px;
    margin: 0 0 35px;
  }
  h3 {
    font-size: 24px;
    line-height: 34px;
    margin: 0 0 35px;
  }
  h4 {
    font-size: 22px;
    line-height: 32px;
    margin: 0 0 25px;
  }
  h5 {
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 15px;
  }
  h6 {
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 15px;
  }
  p,
  ul,
  ol {
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 15px;
  }
  table,
  table tr,
  table tr th,
  table tr td {
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 15px;
  }
  blockquote {
    padding: 25px;
  }
}
/* Large devices (large desktops, 1200px and up) */
/* Small devices (tablets, 768px and up) */
/* Medium devices (desktops, 992px and up) */
/* Large devices (large desktops, 1200px and up) */
/* Small devices (tablets, 768px and up) */
/* Medium devices (desktops, 992px and up) */
/* Large devices (large desktops, 1200px and up) */
#main-menu {
  margin: 0;
  background: white;
  border-bottom: 1px solid #de6125;
  border-top: 2px solid #de6125;
}
#main-menu .navbar {
  margin: 0;
  float: left;
}
#main-menu .navbar .navbar-header .navbar-toggle {
  font-size: 14px;
  background: none;
  margin: 5px 0;
  float: none;
}
#main-menu .navbar .navbar-header .navbar-toggle:hover {
  background: #de6125 !important;
  color: white;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
#main-menu .navbar .navbar-header .navbar-toggle.collapsed {
  background: none;
}
#main-menu .navbar .navbar-collapse {
  margin: 0;
  padding: 0;
  min-height: 40px;
}
#main-menu .navbar .navbar-collapse ul#menu-mainmenu {
  text-align: left;
  width: 100%;
  margin: 0;
  padding: 15px 0;
}
#main-menu .navbar .navbar-collapse ul#menu-mainmenu li {
  font-size: 16px;
  line-height: 16px;
  display: block;
  margin: 0 0 5px;
}
#main-menu .navbar .navbar-collapse ul#menu-mainmenu li a {
  color: #596474;
}
#main-menu .navbar .navbar-collapse ul#menu-mainmenu li a:hover,
#main-menu .navbar .navbar-collapse ul#menu-mainmenu li a:focus {
  color: #de6125;
  text-decoration: none;
  background: none;
}
#main-menu .navbar .navbar-collapse ul#menu-mainmenu li a:before {
  content: "»";
  display: inline-block;
  margin: 0 10px 0 0;
}
#main-menu .navbar .navbar-collapse ul#menu-mainmenu li.current-menu-item a {
  text-decoration: none;
  color: #de6125;
  background: none;
}
#main-menu #logo img {
  height: 50px;
  width: auto;
  float: right;
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  #main-menu .navbar {
    margin: 0;
    float: left;
  }
  #main-menu .navbar .navbar-collapse {
    padding: 0;
  }
  #main-menu .navbar .navbar-collapse ul#menu-mainmenu {
    float: none;
    width: 100%;
    text-align: left;
    padding: 0;
  }
  #main-menu .navbar .navbar-collapse ul#menu-mainmenu li {
    display: inline-block;
    float: none;
    margin: 0 25px 0 0;
    font-size: 14px;
    line-height: 14px;
  }
  #main-menu .navbar .navbar-collapse ul#menu-mainmenu li a {
    color: #596474;
    text-transform: uppercase;
    padding: 15px 0 0;
  }
  #main-menu .navbar .navbar-collapse ul#menu-mainmenu li a:hover,
  #main-menu .navbar .navbar-collapse ul#menu-mainmenu li a:focus {
    color: #de6125;
    background: none;
    text-decoration: none;
  }
  #main-menu .navbar .navbar-collapse ul#menu-mainmenu li a:before {
    content: "";
    margin: 0;
  }
  #main-menu .navbar .navbar-collapse ul#menu-mainmenu li:first-of-type a {
    padding-left: 0;
  }
  #main-menu .navbar .navbar-collapse ul#menu-mainmenu li:last-of-type {
    margin-right: 0;
  }
  #main-menu .navbar .navbar-collapse ul#menu-mainmenu li.current-menu-item a {
    text-decoration: none;
  }
  #main-menu #logo img {
    height: 50px;
    width: auto;
    float: right;
  }
}
/* Medium devices (desktops, 992px and up) */
/* Large devices (large desktops, 1200px and up) */
video {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  z-index: 0;
}
.audiobutton {
  position: absolute;
  margin-top: 120px;
  right: 25px;
  z-index: 99;
  color: white;
  font-size: 24px;
  visibility: hidden;
}
.audiobutton:hover {
  color: #de6125;
}
#content-wrapper {
  min-height: 100vh;
  height: auto !important;
}
#content {
  padding: 25px 0 50px;
}
#content a {
  color: #de6125;
}
#content h1.pagetitle,
#content h2.pagetitle,
#content h3.pagetitle {
  text-align: center;
  /*&:after{
			    display: block;
			    content: "";
			    width: 75px;
			    height: 2px;
			    margin: 10px auto;
			    background: @grey;
			}*/
}
#content ul {
  padding: 0;
  list-style: none;
  list-style-position: outside;
}
#content ul li {
  text-indent: -6px;
}
#content ul li:before {
  display: inline-block;
  content: "»";
  margin: 0 5px 0 0;
  padding: 0;
}
#content #management-actors .single-actor {
  text-align: center;
}
#content #management-actors .single-actor a.bg {
  background: #141414;
  display: inline-block;
}
#content #management-actors .single-actor a.bg img {
  opacity: .75;
  -webkit-filter: grayscale(95%);
  filter: grayscale(95%);
}
#content #management-actors .single-actor a.bg:hover {
  background: #de6125;
}
#content #management-actors .single-actor a.bg:hover img {
  opacity: .4;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
#content #management-actors .single-actor img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
#content #management-actors .single-actor img.profile-picture {
  display: block;
  width: 100%;
  max-width: 300px;
  height: auto;
  margin: 0 auto;
}
#content #management-actors .single-actor img.signature {
  width: 160px;
  height: auto;
}
#content #management-actors .single-actor p {
  margin: 15px 0 0;
}
#content #management-actors .single-actor .birthday {
  margin: -15px 0 25px;
  display: block;
}
#content #management-actors .single-actor .birthday.mungu {
  margin-left: -50px;
}
#content #management-actor .single-actor {
  text-align: center;
}
#content #management-actor .single-actor #left img.profile-picture {
  display: block;
  width: 100%;
  max-width: 500px;
  height: auto;
  margin: 0 auto;
  border: 5px solid white;
  outline: 1px solid #e9e9e9;
}
#content #management-actor .single-actor #left img.signature {
  width: 160px;
  height: auto;
}
#content #management-actor .single-actor #left p {
  margin: 15px 0 0;
}
#content #management-actor .single-actor #left .birthday {
  margin: -15px 0 25px;
  display: block;
}
#content #management-actor .single-actor #left .birthday.mungu {
  margin-left: -50px;
}
#content #management-actor .single-actor #right {
  text-align: left;
}
#content #management-actor .single-actor #right p {
  margin: 0 0 15px;
}
#content #management-actor #actor-work .table.orange tr {
  border: 1px solid #de6125;
}
#content #management-actor #actor-work .table.orange tr th,
#content #management-actor #actor-work .table.orange tr td {
  border-top: 1px solid #de6125;
  border-bottom: 1px solid #de6125;
  padding: 10px;
}
#content #management-actor #actor-work .table.orange tr th {
  color: #de6125;
  font-weight: 700;
}
#content #management-actor #actor-work .table.orange tr td ul {
  margin: 0;
  padding: 0;
}
#content #work-overview .single-work {
  text-align: center;
  margin: 0 0 15px;
  position: relative;
}
#content #work-overview .single-work .single-work-bg {
  position: relative;
  z-index: 1;
  background: #141414;
  display: inline-block;
}
#content #work-overview .single-work .single-work-bg img {
  opacity: .75;
  width: 100%;
  height: auto;
  -webkit-filter: grayscale(95%);
  filter: grayscale(95%);
}
#content #work-overview .single-work a {
  font-weight: 300;
  padding: 10px;
  color: white;
  text-transform: uppercase;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  padding-top: 45%;
  font-size: 18px;
}
#content #work-overview .single-work a:hover {
  text-decoration: none;
  cursor: pointer;
}
#content #work-overview .single-work:hover .single-work-bg {
  background: #de6125;
}
#content #work-overview .single-work:hover .single-work-bg img {
  opacity: .4;
  -webkit-filter: grayscale(50%);
  filter: grayscale(50%);
}
#content #biography {
  margin: 0 0 25px;
}
#content #social-icons i {
  font-size: 26px;
}
#content.single-work .table {
  margin-bottom: 25px;
}
#content.single-work .table.orange {
  border: 1px solid #de6125;
  width: 100%;
}
#content.single-work .table.orange tr {
  border-bottom: 1px solid #de6125;
}
#content.single-work .table.orange tr th {
  border: none;
  color: #de6125;
  font-weight: 300;
}
#content.single-work .table.orange tr td {
  border: none;
}
#content.single-work .table.orange tr td ul {
  margin: 0;
}
#content.single-work #single-nav i {
  font-size: 24px;
  color: #bbc3cf;
}
#content.single-work #single-nav i:hover {
  color: #de6125;
}
#content img.affiche {
  border: 5px solid white;
  outline: 1px solid #e9e9e9;
  margin-bottom: 25px;
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .audiobutton {
    visibility: visible;
  }
  #content-wrapper.register {
    background: url("../img/actors-bg.jpg") repeat top center;
  }
  #content-wrapper.register #content .bg-orange {
    background: rgba(222, 97, 37, 0.7);
    color: white;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  #content-wrapper.register #content .bg-orange a {
    color: white;
    text-decoration: underline;
  }
  #content-wrapper.register #content .bg-orange a:hover {
    text-decoration: none;
  }
  #content-wrapper.register #content .bg-orange input[type="email"],
  #content-wrapper.register #content .bg-orange input[type="text"],
  #content-wrapper.register #content .bg-orange textarea {
    color: #596474;
  }
  #content-wrapper.register #content .bg-orange input[type="file"] {
    border: 1px solid white;
    color: white;
  }
  #content-wrapper.register #content .bg-orange input[type="file"]:hover {
    background: white;
    color: #de6125;
  }
  #content-wrapper.register #content .bg-orange input[type="submit"] {
    border: 1px solid white;
    color: white;
  }
  #content-wrapper.register #content .bg-orange input[type="submit"]:hover {
    background: white;
    color: #de6125;
  }
  #content-wrapper.register #content .bg-orange input.wpcf7-not-valid,
  #content-wrapper.register #content .bg-orange textarea.wpcf7-not-valid {
    background: red;
    color: white;
  }
  #content-wrapper.register #content .bg-orange .wpcf7-not-valid-tip {
    color: white;
    font-size: 12px;
    padding: 5px 0;
  }
  #content-wrapper #content #management-actor #actor-work .table.orange tr th {
    min-width: 120px;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .audiobutton {
    margin-top: 90px;
    right: 75px;
  }
  #content {
    padding: 50px 0 100px;
  }
  #content #work-overview .single-work {
    margin: 0 0 25px;
  }
  #content #biography {
    margin: 0 0 75px;
  }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .audiobutton {
    margin-top: 120px;
    right: 120px;
  }
}
body.landingspage {
  background: url("../img/anntourage_photo.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
body.landingspage.dark {
  background-color: #141414;
  color: white;
}
body.landingspage.light {
  background-color: white;
  color: #141414;
}
body.landingspage.light #right {
  background: #141414;
}
body.landingspage #landingspage-container #left img {
  margin-top: 25px;
  width: 100%;
  height: auto;
}
body.landingspage #landingspage-container #left h3.slogan {
  margin: 15px 0 0 0;
  font-weight: 300;
  font-style: normal;
  font-family: "Lato", sans-serif !important;
}
body.landingspage #landingspage-container a.cta {
  color: #de6125;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  margin: 150px 15% 50px;
  width: 70%;
  border: 1px solid #de6125;
  padding: 20px;
  text-align: center;
  font-size: 18px;
}
body.landingspage #landingspage-container a.cta:hover {
  background: #de6125;
  color: white;
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  body.landingspage {
    background: none;
  }
  body.landingspage #landingspage-container {
    height: 100vh;
  }
  body.landingspage #landingspage-container #left,
  body.landingspage #landingspage-container #right {
    height: 100vh;
  }
  body.landingspage #landingspage-container #left img,
  body.landingspage #landingspage-container #right img {
    margin-top: 25vh;
    height: 150px;
    width: auto;
  }
  body.landingspage #landingspage-container #right {
    border-left: 1px solid #de6125;
    background-image: url("../img/anntourage_photo.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
  }
  body.landingspage #landingspage-container a.cta {
    margin: 0 20%;
    width: 60%;
    padding: 20px;
    position: absolute;
    bottom: 75px;
    font-size: 18px;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  body.landingspage #landingspage-container #left img,
  body.landingspage #landingspage-container #right img {
    margin-top: 35vh;
  }
  body.landingspage #landingspage-container a.cta {
    font-size: 22px;
  }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1300px) {
  body.landingspage #landingspage-container #left img,
  body.landingspage #landingspage-container #right img {
    margin-top: 25vh;
    height: 200px;
  }
  body.landingspage #landingspage-container #left h3.slogan {
    margin: 25px 0 0 0;
  }
  body.landingspage #landingspage-container #right {
    background-size: 100% auto;
  }
}
#copyright {
  border-top: 1px solid #de6125;
  border-bottom: 2px solid #de6125;
  padding: 15px 0;
  text-align: center;
  background: white;
}
#copyright a {
  text-decoration: none;
  color: #de6125;
}
#copyright a:hover,
#copyright a.active {
  text-decoration: underline;
}
#copyright #zd {
  display: block;
  margin: 10px auto;
  opacity: .5;
}
#copyright #zd:hover {
  text-decoration: none;
  opacity: 1;
}
#copyright #zd img {
  height: auto;
  width: 25px;
}
/* Small devices (tablets, 768px and up) */
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  #copyright {
    text-align: left;
    padding: 5px 0;
  }
  #copyright p {
    display: inline-block;
    margin: 10px auto;
  }
  #copyright #zd {
    display: inline-block;
    float: right;
  }
  #copyright #zd img {
    width: 18px;
  }
}
/* Large devices (large desktops, 1200px and up) */