@font-face {
  font-family: 'Proxima Nova';
  src: url("/fonts/ProximaNova-Light.eot");
  src: url("/fonts/ProximaNova-Light.eot?#iefix") format("embedded-opentype"), url("/fonts/ProximaNova-Light.woff") format("woff"), url("/fonts/ProximaNova-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Proxima Nova';
  src: url("../themes/related-pictures/assets/css/ProximaNova-Regular.eot");
  src: url("../themes/related-pictures/assets/css/ProximaNova-Regular.eot?#iefix") format("embedded-opentype"), url("../themes/related-pictures/assets/css/ProximaNova-Regular.woff") format("woff"), url("../themes/related-pictures/assets/css/ProximaNova-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Proxima Nova';
  src: url("../themes/related-pictures/assets/css/ProximaNova-Semibold.eot");
  src: url("../themes/related-pictures/assets/css/ProximaNova-Semibold.eot?#iefix") format("embedded-opentype"), url("../themes/related-pictures/assets/css/ProximaNova-Semibold.woff") format("woff"), url("../themes/related-pictures/assets/css/ProximaNova-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Proxima Nova';
  src: url("../themes/related-pictures/assets/css/ProximaNova-Bold.eot");
  src: url("../themes/related-pictures/assets/css/ProximaNova-Bold.eot?#iefix") format("embedded-opentype"), url("../themes/related-pictures/assets/css/ProximaNova-Bold.woff") format("woff"), url("../themes/related-pictures/assets/css/ProximaNova-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

body {
  font-family: "Proxima Nova", sans-serif;
}

html {
  font-family: "Proxima Nova", sans-serif;
}

@media (min-width: 300px) and (max-width: 760px) {
  h1 {
    font-size: 3rem;
    font-family: "Proxima Nova", sans-serif;
    font-weight: 500;
  }
}

h1 {
  font-size: 3rem;
  font-family: "Proxima Nova", sans-serif;
  font-weight: 500;
}

h2 {
  font-family: "Proxima Nova", sans-serif;
}

h3 {
  font-family: "Proxima Nova", sans-serif;
}

h4 {
  font-family: "Proxima Nova", sans-serif;
}

h5 {
  font-family: "Proxima Nova", sans-serif;
}

h6 {
  font-family: "Proxima Nova", sans-serif;
}

/* Extra small viewport or screen */
/* Small viewport or screen */
/* Medium viewport or screen */
/* Large viewport or screen */
body {
  background-color: #fff;
  font-family: 'Source sans pro', sans-serif;
}

p {
  font-size: 17.5px;
  font-weight: 300;
}

.is-flex-centered {
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: flex;
}

.record-list a {
  color: #333;
}

.nav {
  min-height: 100px;
  box-shadow: -3px 5px 5px 0px rgba(0, 0, 0, 0.5);
}

.nav h1.title.is-2 {
  font-weight: 700;
  line-height: 1;
}

.nav span {
  font-weight: 700;
}

.nav span#brand-pictures {
  letter-spacing: -0.5px;
}

.nav .nav-item {
  text-transform: uppercase;
  color: #333;
  font-size: 18px;
  letter-spacing: 1px;
}

#nav-toggle-state {
  display: none;
}

#nav-toggle-state:checked ~ .nav-menu {
  display: block;
}

.label {
  text-transform: uppercase;
  color: #333;
  padding: 0px;
}

.dl-horizontal dt {
  text-align: left;
  width: auto;
  padding-right: 1em;
  font-weight: 700;
  font-size: 17px;
  float: left;
}

.dl-horizontal dd {
  text-align: left;
  width: auto;
  font-size: 17px;
  margin: 0 0 28px 180px;
  padding: 0;
  font-weight: 400;
  display: block;
}

.box {
  box-shadow: none;
}

.author {
  font-style: italic;
  color: #757575;
}

#builder-details-logos {
  max-height: 20px;
  margin-top: 15px;
}

#home-laurels {
  padding: 15px;
}

#film-single-laurels {
  margin-top: 60px;
}

#laurel {
  width: 100px;
  height: 66px;
}

.title {
  color: #363636;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.125;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#home-hero-title {
  height: 740px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
  align-items: flex-end;
  -webkit-box-pack: start;
  justify-content: flex-start;
  padding-left: 100px;
  padding-bottom: 0;
  margin-bottom: 0;
}

#home-hero-title h1 {
  transform: scale(1, 1.5);
  -webkit-transform: scale(1, 1.5);
  /* Safari and Chrome */
  -moz-transform: scale(1, 1.5);
  /* Firefox */
  -ms-transform: scale(1, 1.5);
  /* IE 9+ */
  -o-transform: scale(1, 1.5);
  /* Opera */
}

h2.title.is-3 {
  font-weight: 700;
  line-height: 26.4px;
  margin-bottom: 35px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #333;
}

dd a {display:inline-block; margin-right:8px;}

/* Extra small viewport or screen */
@media only screen and (max-width: 480px) {
  #home-hero {
    background-image: url("http://res.cloudinary.com/peritus-digital/image/upload/v1485374754/related-pictures/little-boxes-home-hero.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    max-height: 300px;
    width: auto;
  }
}

/* Small viewport or screen */
@media only screen and (min-width: 768px) {
  #home-hero {
    background-image: url("http://res.cloudinary.com/peritus-digital/image/upload/v1485374754/related-pictures/little-boxes-home-hero.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
  }
  #film-detail-hero {
    background-image: url(http://res.cloudinary.com/peritus-digital/image/upload/v1485372599/related-pictures/little-boxes-mark-doyle-film-detail-bg.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
  }
}

/* Medium viewport or screen */
@media only screen and (min-width: 992px) {
  #home-hero {
    background-image: url("http://res.cloudinary.com/peritus-digital/image/upload/v1485374754/related-pictures/little-boxes-home-hero.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
  }
  #film-detail-hero {
    background-image: url(http://res.cloudinary.com/peritus-digital/image/upload/v1485372599/related-pictures/little-boxes-mark-doyle-film-detail-bg.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
  }
}

/* Large viewport or screen */
/* Extra small viewport or screen */
/* Small viewport or screen */
/* Medium viewport or screen */
@media only screen and (min-width: 992px) {
  .padding-left-m {
    padding-left: 50px;
  }
}

/* Large viewport or screen */
@media only screen and (min-width: 1200px) {
  .padding-left-right-xl {
    padding-left: 150px;
    padding-right: 150px;
  }
  .padding-left-right-l {
    padding-left: 100px;
    padding-right: 100px;
  }
}

.footer {
  background-color: #fff;
  padding-top: 3rem;
  padding-right: 1.5rem;
  padding-bottom: 3rem;
  padding-left: 1.5rem;
}

.footer p {
  font-size: 9px;
  margin-left: 5px;
  color: #757575;
}

/* Extra small viewport or screen */
/* Small viewport or screen */
/* Medium viewport or screen */
/* Large viewport or screen */
/* Extra small viewport or screen */
@media only screen and (max-width: 480px) {
  #home-hero {
    background-image: url("http://res.cloudinary.com/peritus-digital/image/upload/v1485374754/related-pictures/little-boxes-home-hero.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    max-height: 300px;
    width: auto;
  }
}

/* Small viewport or screen */
@media only screen and (min-width: 768px) {
  #home-hero {
    background-image: url("http://res.cloudinary.com/peritus-digital/image/upload/v1485374754/related-pictures/little-boxes-home-hero.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
  }
  #film-detail-hero {
    background-image: url(http://res.cloudinary.com/peritus-digital/image/upload/v1485372599/related-pictures/little-boxes-mark-doyle-film-detail-bg.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
  }
}

/* Medium viewport or screen */
@media only screen and (min-width: 992px) {
  #home-hero {
    background-image: url("http://res.cloudinary.com/peritus-digital/image/upload/v1485374754/related-pictures/little-boxes-home-hero.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
  }
  #film-detail-hero {
    background-image: url(http://res.cloudinary.com/peritus-digital/image/upload/v1485372599/related-pictures/little-boxes-mark-doyle-film-detail-bg.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
  }
}

/* Large viewport or screen */
/* Extra small viewport or screen */
/* Small viewport or screen */
/* Medium viewport or screen */
/* Large viewport or screen */
@media only screen and (min-width: 1200px) {
  .margin-xl {
    margin-top: 125px;
    margin-bottom: 125px;
  }
  .min-sect-height {
    min-height: 600px;
  }
  .record-list li {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

.builder-list-image {

  height: auto;
  width: 100%;
}
.available img {

    display: inline-block;
    height: 18px;
    top: 2px;
    margin: 0 6px;
    position: relative;

}
laurels {

    display: block;
    max-width: 650px;
    text-align: center;

}
laurels img {height:100px;width:auto;display:block;margin:0px auto 6px;max-width: 200px;}


#home-hero img {
  width: 100%; /* or any custom size */
    height: 100%; 
    object-fit: contain;
}
#home-hero {

    background-image: none;
    
    padding: 0!important;
    background-color: white;

}
/*# sourceMappingURL=peritus.css.map */

@media only screen and (min-width: 992px) {
    /* Styles */
	laurels img {margin:0 auto; margin:3px 6px;display:inline-block;max-width:none;}
	/* Styles */
}


/*2020 changes*/
/*#bc2525*/
.nav .nav-item {
    font-size: 12px;
    letter-spacing: 1px;
}
.title.is-3 {
    font-size: 1.2rem;
}

#team-table more a {


    font-size: 16px;
    text-decoration: underline;

}

footer {clear: both;}

.nav-item a.is-tab:hover, a.nav-item.is-tab:hover {
  /*  border-bottom-color: #bc2525;
    border-top-color: #bc2525;*/
	border-top:0px;border-bottom:0px;
}
.title.is-3:hover {color: #bc2525;}

a {
    color: #bc2525;

}
a.nav-item:hover {color: #bc2525;
}
/*a.nav-item.dis-active {color: #bc2525!important;}*/


/*
posters {display:block;width:80%;margin:0 auto;text-align:center;}
posters poster {display:inline-block;}
 poster img { border: 1px solid #fff;display:block;}
 poster img:hover { border: 1px solid #bc2525;}
*/
poster {display:block;margin:0 auto;width:66.6%;}
	

content {}



.accordion:after {

	font-size:10px;
}
.accordion {

  font-size: 11.5px;

}
header#layout-header .nav {
min-height: 24px;

}
	header#layout-header {
margin:0 auto;
    position: absolute;
    width: 100%;
z-index: 99;

}
.title.is-3 {
    font-size: 16px;

display:block;
}
.title.is-3 span {color: #bc2525;}
.title.is-3 span:hover {color: #363636;}
.negative .title.is-3 span:hover {color: #fff;}
.footer#layout-footer .container-fluid .nav-center {}
	wrapper content {padding-top:88px;display:block;}

#team-table more {display:block;padding-bottom:24px;}
#team-table position {display:block;text-transform: uppercase;}

#team-table name, #team-table p {display:block;padding-top:24px;}
#team-table name {font-weight:700;}
#team-table tr {padding-top:56px;padding-bottom:56px;}

.heading position {display:block;font-size:150%;margin-top:-32px;}
#team-table td.team-member {width:23%;}


.single-team-member {
    max-width: 84%;
    margin: 0 auto;
    padding: 48px 0 56px;
}

center#login form input {font-size:120%;}

content table,content tr,content td,content tbody,content content table:hover,content tr:hover,content td:hover,content tbody:hover {background-color:white;}
content {display: block;}

content.has-hero {
    padding: 0px;
       max-width: 95%;

margin: 0 auto;
    padding-top: 46px;
}


.footer {
    background-color: #000;

}
.footer h3 {

    text-align: center;
    padding: 24px 0 12px;

}
hero img {
width:100%;
    object-fit: cover;
    height: 500px;
}
.footer p {
    color: #fff;
}
.footer#layout-footer .container-fluid .nav-center a { color: #fff; text-transform:uppercase; font-size:9px;
}

.padding-fix {padding-top:260px;}


.content breadcrumbs ol {margin-left:0; margin-right:0;margin-top:24px;margin-bottom:24px;}
breadcrumbs ol li {list-style-type: none; display:inline;}

.title.is-3 {
    font-weight: 700;
    line-height: 26.4px;
    margin-bottom: 35px;
    letter-spacing: 2px;
	font-family: "Proxima Nova", sans-serif;
    text-transform: uppercase;
    color: #333;
	display:block;
	font-size: 16px;
}

footer h3 {  text-transform: uppercase;}


subtitle {
font-weight: 300;
    position: absolute;
    display: block;
   padding:6px;
    margin-top: -44px;
    text-align: right;
    width: 95%;
    text-transform: uppercase;
    font-size: 20px;
   

}

trailer {
	display: block;
	margin:24px auto 48px;
	position: relative;
padding-bottom: 33.25%;
padding-top: 30px; height: 0; overflow: hidden;
width:66.6%;


}
trailer iframe,
trailer object,
trailer embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


/* Mobile landscape (480x320) ----------- */
@media only screen 
and (min-width : 480px) {
/* Styles */
	hero img {

   
    height: auto;
}
	
/* Styles */
}

/* Tablet portrait (768x1024) ----------- */
@media only screen 
and (min-width : 768px) {
/* Styles */
	
	
.title.is-3 {


	font-size: 21px;
}
	subtitle {
 margin-top: -77px;
    font-size: 34px;
 

}
	
	
content.has-hero {
    padding: 0px;
	max-width: 96%;
        padding-top: 0px;

}
	
	.title.is-3 {
    font-size: 20px;
}
	.accordion:after {

	font-size:14px;
}
	.accordion {

  font-size: 14.5px;

}
	posters poster {width:30%;}
#slides {overflow: visible!important;}
	
	/* New Menu */
	
	
	header#layout-header {

margin: 0 auto;
}
header#layout-header .nav {
box-shadow: none;width: 100%;max-width:96%;margin: 0 auto;
    background-color: transparent;
	padding: 12px;

}
header#layout-header .nav .container {max-width:none;display:table;   align-items: inherit;
    width: 100%;
    min-height: auto;

}
header#layout-header .nav .container div {
display: table-cell;
 
}
	
	header#layout-header .nav .container div.nav-left {text-align:left;}
	header#layout-header .nav .container div.nav-center, header#layout-header .nav .container div.nav-right {text-align:right;}
	header#layout-header .nav .container div a {display:inline-block;}
	wrapper {padding-top:28px;display:block;}
	wrapper content {max-width:96%;margin:0 auto;}
	.negative .nav .nav-item.client {border: 2px solid rgba(255,255,255,.9);border-radius: 300px;border-top: 2px solid rgba(255,255,255,.9);border-bottom: 2px solid rgba(255,255,255,.9);}
    .negative .nav .nav-item.client:hover {border: 2px solid rgba(255,255,255,.5);border-radius: 300px;border-top: 2px solid rgba(255,255,255,.5);border-bottom: 2px solid rgba(255,255,255,.5);/*background-color:#bc2525;*/}
	
	
	.nav .nav-item.client {border: 2px solid rgba(54,54,54,.9);border-radius: 300px;border-top: 2px solid rgba(54,54,54,.9);border-bottom: 2px solid rgba(54,54,54,.9);}
    .nav .nav-item.client:hover {border: 2px solid rgba(54,54,54,.5);border-radius: 300px;border-top: 2px solid rgba(54,54,54,.5);border-bottom: 2px solid rgba(54,54,54,.5);/*background-color:#bc2525;*/color:#fff;}
	.negative .nav .nav-item, .negative .nav .title {

    color: #fff;


}


.negative .nav .nav-item:hover, .negative .nav .title:hover {

    color: #bc2525;


}
	.footer#layout-footer .container-fluid .nav-center {display:flex;text-transform: uppercase}
	.footer#layout-footer .container-fluid .nav-center a {color:#fff;font-size:11.5px;}
	.footer#layout-footer .container-fluid .nav-center a:hover {color:#bc2525;}
	.footer#layout-footer .container-fluid {
    background: black;
    padding: 120px 84px;
}
	.footer#layout-footer .container-fluid p {font-weight: normal;color:#fff;text-align:center;}
	.footer#layout-footer h3 {
    font-weight: 700;
    font-size: 22px;
		letter-spacing: 1px;
    text-align: center;
    padding: 12px 0 2px;
}
	.footer#layout-footer h3 a {color:#fff;}
	.padding-fix {padding-top:450px;}
/* Styles */
}
breadcrumbs a, breadcrumbs, breadcrumbs a:hover {color:white;}