/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* Base */

html {
	box-sizing: border-box;
}

*, *::after, *::before {
	box-sizing: inherit;
}

body {
    font-family: 'Montserrat', sans-serif;
	overflow-x: hidden;
	height: 100%;
	padding: 0;
	margin: 0;
	background-color: #fcfcfc;
	-webkit-font-smoothing:antialiased;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}

h1 {
    font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 20px;
	text-transform: uppercase;
	letter-spacing: 0;
	color: #000;
}

h1 small {
	font-size: 18px;
	color: #000;
}

h2 {
    font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 18px;
	font-style: normal;
	font-variant: normal;
	line-height: 18.4px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #666;
}

h3 {
    font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	font-style: normal;
	font-variant: normal;
	line-height: 15.4px;
}

p {
    font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	font-style: normal;
	font-variant: normal;
	line-height: 24px;
	color: #000000;
}

hr {
  border-color: #ccc;
  border-style: solid;
  border-width: 1px 0 0;
  clear: both;
  margin: 0 0 20px;
  height: 0;
}

blockquote {
    font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-style: normal;
	font-variant: normal;
	line-height: 30px;
}

pre {
    font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-style: normal;
	font-variant: normal;
	line-height: 18.5714px;
}

.align-left {
	text-align: left;
}

.align-center {
	text-align: center;
}

.align-right {
	text-align: right;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #005C3C;
}

a::-moz-focus-inner {border:0;}

.nowrap {
	white-space: nowrap;
}

.hide {
	display: none !important;
}

#mti_wfs_colophon {
	display: none !important;
}

a:focus, textarea:focus, input:focus, button:focus {
    outline: none;
}

/* Header */

header.site-header {
	position: relative;
	text-align: center;
}

header.site-header .logo {
	position: relative;
	display: inline-block;
  margin: 45px 0 20px 0;
  width: 240px;
}

nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

nav ul li {
	position: relative;
	display: inline;
	white-space: wrap;
	text-align: left;
}

nav ul li a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: 1px;
}

nav ul ul {
	display: none;
	position: absolute;
	left: 0;
}

nav ul ul li {
	display: block;
}

nav ul li:hover ul {
	display: block;
}

nav ul ul li a {
	white-space: nowrap;
	font-size: 11px;
}

ul.nav-pages {
	position: absolute;
	top: 10px;
	right: 15px;
}

ul.nav-pages li {
	margin-left: 16px;
}

ul.nav-pages a {
	color: #505050;
}

ul.nav-divisions {
	position: absolute;
	top: 10px;
	left: 15px;
}

ul.nav-divisions > li {
	margin-right: 16px;
}

ul.nav-divisions a {
	color: #505050;
}

nav a:hover, a.active {
	color: #005C3C;
	text-decoration: none;
}

/* Mid-sized screen centered nav */
@media all and (min-width: 768px) and (max-width: 991px) {
  header.site-header .logo {
    margin-top: 75px;
  }
  ul.nav-divisions,
  ul.nav-pages {
    left: 0;
    right: 0;
    padding: 0 20px;
    width: 100%;
  }
  ul.nav-divisions {
    top: 35px;
  }
}


/* Content */

.contact-map {
	border: 1px solid #ccc;
	padding: 5px;
	width: 100%;
	height: 200px;
	margin-bottom: 20px;
}

.contact-address {
	display: block;
	width: 35%;
	margin: 0 5% 0 10%;
	float: left;
	font-size: 26px;
	color: #505050;
	font-style: normal;
}

.contact-table {
	display: block;
	width: 35%;
	margin: 0 5% 0 10%;
	float: left;
}

.contact-table td {
	padding-bottom: 15px;
}

.contact-table label {
	color: #999;
	font-style: italic;
}

/* Home */

.owl-carousel img {
	padding: 0;
	opacity: 0.2;
	transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -webkit-transition: opacity .5s ease-in-out;
    cursor: pointer;
}

.owl-carousel .active.center img {
	opacity: 1;
}

.home-slider .slick-slide {
  cursor: grab !important;
}
.home-slider .slide-image {
  padding-top: 65%;
  height: 0;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}
.home-slider .portraits .slide-image {
  float: left;
  width: 50%;
}


/* Division */

.division-header {
	padding: 0 15px;
	background-color: #fcfcfc;
	border-bottom: 1px solid #fcfcfc;
}

.division-header.affix {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	border-color: #eee;
}

.division-header.affix-top {
	position: relative;
	top: auto;
	left: auto;
	width: auto;
}

.division h1,
.package h1 {
	float: left;
}

.package h2 {
    padding-left: 15px;   
}

.package-model-stats {
    margin: 0 0 30px 0;
    padding: 0 0 0 15px;
    list-style: none;
}

.package-model-stats li {
    display: inline;
    margin-right: 15px;
    white-space: nowrap;
}

.package-model-stats label {
    color: #6a6a6a;
}

.package-model-images {
    padding-left: 15px;
    margin-bottom: 30px;
}

.thumb-sizes {
	float: right;
	margin-top: 15px;
	text-align: right;
}

.thumb-sizes a {
	display: inline-block;
	border: 1px solid #ccc;
	margin-left: 6px;
	color: #999;
	text-align: center;
	transition: all .12s ease-in-out;
	-moz-transition: all .12s ease-in-out;
	-webkit-transition: all .12s ease-in-out;
}

.thumb-sizes a.small {
	width: 20px;
	line-height: 20px;
	font-size: 10px;
}

.thumb-sizes a.medium {
	width: 28px;
	line-height: 28px;
	font-size: 12px;
}

.thumb-sizes a.large {
	width: 30px;
	line-height: 30px;
	font-size: 15px;
}

.thumb-sizes a.active,
.thumb-sizes a:hover {
	color: #333;
	border-color: #999;
	background-color: #fcfcfc;
}

.thumb-sizes a:focus {
	text-decoration: none;
}

.headshots {
	clear: both;
}

.model-holder {
	position: relative;
	height: auto;
	overflow: hidden;
	margin-bottom: 15px;
	float: left;
}

.model-holder.size-S {
	width: 8.33333%;
	padding-bottom: 9%;
}

.model-holder.size-S .model-stats {
	visibility: hidden;
}

.model-holder.size-S .model-name {
	font-size: 10px;
}

.model-holder.size-M {
	width: 16.6667%;
	padding-bottom: 21%;
}

.model-holder.size-M .model-name {
	font-size: 12px;
}

.model-holder.size-L {
	width: 25%;
	padding-bottom: 29%;
}

.model-holder.size-M .model-name {
	font-size: 15px;
}

.model-holder .model-social {
	text-align: center;
	position: absolute;
	width: 100%;
  	top: 50%;
  	transform: translateY(-60%);	
}

.model-holder .model-social strong {
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
	color: #fcfcfc;
}

.model-image {
	position: absolute;
	display: block;
	top: 0;
	bottom: 10px;
	left: 15px;
	right: 15px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	z-index: 1;
}

.model-holder:hover .model-image {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
}

.model-overlay {
	display: block;
	position: absolute;
	top: 0;
	left: 15px;
	bottom: 15px;
	right: 15px;
	background-color: rgba(0,92,60,0.8);
	color: #fff !important;
	z-index: 3;
	opacity: 0;
	transition: all .12s ease-in-out;
	-moz-transition: all .12s ease-in-out;
	-webkit-transition: all .12s ease-in-out;
}

.model-holder:hover .model-overlay {
	opacity: 1;
}

.model-name {
	position: absolute;
	bottom: 0;
	left: 15px;
	right: 15px;
	text-align: left;
	padding: 3px 0;
	text-transform: uppercase;
	z-index: 5;
	background-color: #fcfcfc;
	overflow: hidden;
	white-space: nowrap;
}

.model-name a {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	color: #6a6a6a;
}

.model-stats {
	position: absolute;
  	top: 50%;
  	transform: translateY(-60%);
	list-style: none;
	width: 100%;
    padding: 0;
	margin: 0;
	text-align: center;
}

.model-stats li label {
	opacity: 0.4;
	font-weight: normal;
	margin-right: 5px;
}

.model-stats li span {
	font-size: 15px;
	text-decoration: none;
}

/* Portfolio */

.model-wrapper {
	position: relative;
}

.model h1 {
	text-align: left;
	margin: 0 0 0px 20px;
}

.model-panel {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	bottom: 0;
	text-align: center;
	width: 250px;
	height: 100%;
	color: #222 !important;
	z-index: 50;
	background: #FAF6F1;

}

.model-panel ul {
	display: block;
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

.model-measurements {
	position: relative;
  	top: 50%;
  	transform: translateY(-60%);
}

.model-measurements li {
	padding: 0 30px;
	margin: 10px 0;
	text-align: left;
}

.model-measurements li label {
	opacity: 0.4;
	font-size: 15px;
	margin-right: 5px;
}

.model-measurements li span {
	font-size: 18px;
}

.model-galleries {
	position: absolute;
	bottom: 0;
	background-color: #FAF6F1;
}

.model-galleries li {
	display: block;
	margin: 0;
	padding: 0 0 0 30px;
}

.model-galleries a {
	display: block;
	font-size: 12px;
	color: #222;
	text-transform: uppercase;
	line-height: 2.5;
	opacity: 0.5;
	
}

.model-galleries a.active {
	opacity: 1;
}

#gallery {
	position: relative;
	white-space: nowrap;
    overflow: hidden;
	z-index: 10;
}

#gallery img {
	margin: 0 !important;
}

.gallery-spacer {
    width: 250px;   
}

.gallery-print {
    position: absolute;
	right: 20px;
}

.gallery-print a {
	position: relative;
	font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #999;
	z-index: 10;
}

.gallery-print a:hover {
	color: #757575;
}

.gallery-print-size {
    transform-origin: 100% 50%;
    position: absolute;
    top: 25px;
    right: -6px;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 0;
	z-index: 8;
}

.gallery-print-size.visible {
    -webkit-transform: translateY(-80px);
    -moz-transform: translateY(-80px);
    -ms-transform: translateY(-80px);
    -o-transform: translateY(-80px);
    transform: translateY(-80px);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    opacity: 1;
}

.gallery-print-size ul {
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
    color: #fff;
    height: 40px;
    width: 120px;
    background: #1F8999;
    padding: 0 4px;
    list-style: none;
}

.gallery-print-size ul:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 15px 15px 0;
	border-color: #1F8999 transparent;
	display: block;
	width: 0;
	z-index: 1;
	bottom: -15px;
	right: 8px;
}

.gallery-print-size ul li {
    font-size: 18px;
    position: relative;
    z-index: 2;
    cursor: pointer;
    width: 25px;
	height: 40px;
    margin: 0 6px;
    padding: 8px 0;
    text-align: center;
    float: left;
    display: inline-block;
    line-height: 22px;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.gallery-print-size a {
	display: inline-block;
	width: 25px;
	height: 25px;
	background: url('icon-print.png?4321') no-repeat;
	opacity: 0.5;
}

.gallery-print-size a:hover {
	opacity: 1;
}

.gallery-print-size a.medium {
	background-position: -33px 0; 
}

.gallery-print-size a.small {
	background-position: -66px 0; 
}

/* Portfolio Update (June 2019)
----------------------------------------------------------
*/

.gallery-fancy .model-header {
  padding: 0 3px 1rem;
}
.gallery-fancy .model-header .name {
  margin: 0 !important;
  float: left;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s ease, transform 0.5s ease-out;
}
.gallery-fancy .model-header nav {
  float: right;
}
.model-header nav li:not(:first-child) {
  margin-left: 1rem;
}
.model-header nav li:last-child {
  margin-left: 0.5rem;
}

.gallery-fancy .measurements ul {
  list-style: none;
  padding: 0;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 13px;
  color: #6a6a6a;
	margin-bottom: 20px;
}
.gallery-fancy .measurements ul label {
  display: inline-block;
  width: 70px;
}
.gallery-fancy .measurements ul li {
  margin-bottom: 10px;
}
/* .gallery-fancy .measurements ul span {
  color: #24A4B9;
} */

/* Gallery Slider */
.gallery-fancy .model-gallery ul.slider {
	padding: 0;
	margin: 0;
}
.gallery-fancy .model-gallery .slider .intro-block {
  padding: 0 1.5rem 0 0;
}
.gallery-fancy .model-gallery .slider .intro-block .name {
  display: block;
  margin-bottom: 30px;
  font-size: 2.5rem;
  text-transform: uppercase;
}
.gallery-fancy .model-gallery .slider .image-container {
	float: left;
  padding: 0 3px;
  /* background: url('loader.gif')  no-repeat center center; */
}
/* .gallery-fancy .model-gallery .slider .first .image-container {
	float: none;
	margin: 0 auto;
} */
.gallery-fancy .model-gallery .slider .image-container .image {
	padding-top: 66%; /* Aspect ratio */
	height: 0;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}
.gallery-fancy .model-gallery .slider .image-container.single .image {
	padding-top: calc(132% + 4px); /* Aspect ratio */
}
.gallery-fancy .model-gallery .slick-slide {
  background: transparent !important;
}

@media (max-width: 1200px) {
	.gallery-fancy .model-gallery .slick-slide {
		display: flex!important;
		flex-direction: column;
		float: unset;
	}
}

/* Gallery Grid */
.gallery-fancy .model-gallery .gallery-grid {
	margin-left: -3px;
  margin-right: -3px;
  padding: 0 20px;
}
.gallery-fancy .model-gallery .gallery-grid .grid-item {
	padding: 0 3px;
	margin-bottom: 6px;
}
.gallery-fancy .model-gallery .gallery-grid .grid-image {
	padding-top: 66%; /* Aspect ratio */
	height: 0;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}
.gallery-fancy .model-gallery .gallery-grid .grid-image.single {
	padding-top: calc(132% + 4px); /* Aspect ratio + padding allowance to match */
}

/* Gallery PDF Toggle */
.gallery-print-size ul {
  display: block !important;
}
.gallery-print-size li {
  margin: 0 6px !important;
}

.gallery-fancy a.toggle-stats {
  padding: 3px 5px;
  line-height: 0;
  border: 1px solid #E4E4E4;
}
.gallery-fancy a.toggle-stats:hover {
  border-color: #24A4B9;
}
.gallery-fancy a.toggle-stats i {
  font-size: 13px;
  line-height: 13px;
  width: 6px;
  height: 11px;
}
.gallery-fancy .modal .name {
  text-transform: uppercase;
}
.gallery-fancy .modal .measurements {
  margin: 0 10px;
}

/* Gallery type toggle */
.gallery-fancy .model-gallery[data-state="slider"] .gallery-grid,
.gallery-fancy .model-gallery[data-state="grid"] .gallery-slider {
	display: none;
}
.gallery-fancy a.toggle-gallery-type {
  padding: 3px;
  line-height: 0;
  border: 1px solid #E4E4E4;
}
.gallery-fancy a.toggle-gallery-type:hover {
  border-color: #24A4B9;
}
.gallery-fancy .toggle-gallery-type .icon .block-row {
	width: 11px;
}
.gallery-fancy .toggle-gallery-type .icon .block-row:not(:last-child) {
	margin-bottom: 1px;
}
.gallery-fancy .toggle-gallery-type .icon.slider .block-row {
	height: 11px;
}
.gallery-fancy .toggle-gallery-type .icon.grid .block-row {
	height: 5px;
}
.gallery-fancy .toggle-gallery-type .icon .block {
	width: 5px;
	height: 100%;
	background-color: #000;
}
.gallery-fancy .toggle-gallery-type[data-state="slider"] .icon.slider .block,
.toggle-gallery-type[data-state="grid"] .icon.grid .block {
	background-color: #24A4B9;
}

/* Videos */
.gallery-fancy a.video-thumb i {
	position: absolute;
	top: calc(50% - 1.5rem);
	left: calc(50% - 1.5rem);
	font-size: 3rem;
	color: #fff;
}

/* Utility Styles */
.d-block {
  display: block !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.justify-content-center {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.w-50 {
	width: 50%;
}
.w-100 {
	width: 100%;
}

.row.no-gutters {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.a {
  cursor: pointer;
}

@media only screen and (max-width: 768px) {
  .gallery-fancy .model-header,
  .gallery-fancy .model-header .name,
  .gallery-fancy .model-header nav {
    float: none !important;
    text-align: center !important;
  }
	.gallery-fancy .model-header .name {
		color: black;
		margin-bottom: 25px!important;
        line-height: 1;
	}
  .gallery-fancy .model-header nav {
    margin: 1rem 0;
    width: 100% !important;
  }
  .gallery-fancy .model-header nav ul {
    float: none;
    width: 100% !important;
  }
  .gallery-fancy .model-header nav li {
    display: inline-block;
  }
  .gallery-fancy .model-gallery .slider .intro-block .name {
    font-size: 1.8rem;
	  display: none;
  }
}
@media only screen and (max-width: 991px) {
  .gallery-fancy .model-gallery .gallery-slider {
    padding-left: 17px;
    padding-right: 17px;
  }
  .gallery-fancy .model-header {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 769px) {
  .gallery-fancy .model-header[data-hide-name='1'] .name {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.2s ease, transform 0s ease-out 0.3s;
  }
}

/* Instagram Feed */

#gramfeed a {
  position: relative;
	display: block;
  margin-bottom: 30px;
  padding-top: 100%;
  height: 0;
}

#gramfeed img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  margin-bottom: 30px;
}

#gramfeed span {
	position: absolute;
	color: #fff;
	white-space: nowrap;
	top: 15px;
	right: 15px;
  z-index: 1;
}

.ig-item {
	position: relative;
	background-color: rgba(25,25,30,0.025);
}
.ig-item a {
	display: block;
	padding-top: 100%;
	width: 100%;
	height: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 1;
	transition: opacity var(--transition-speed-medium) var(--transition-func);
}
.ig-item a:hover,
.ig-item a:focus {
	opacity: 0.5;
}


/* Page */

.page-content {
	max-width: 770px;
	margin: 0 auto;
	padding: 0 10px;
}

.page-content h1 {
	text-align: center;
	margin-bottom: 30px;
}

.page-content img {
	max-width: 100%;
	height: auto;
}

/* Form */

.model_submission h1 {
	text-align: center;
	margin-bottom: 30px;
}

.model_submission form {
	position: relative;
	max-width: 800px;
	margin: 0 auto;
	padding: 0;
    background-color: #edf8f8;
	overflow: auto;
}

fieldset {
    display: block;
    border: 0;
    padding: 0;
    margin: 0 0 2% 0;
}

fieldset legend {
    display: block;
    width: 100%;
    padding: 2% 0 0 2%;
    text-transform: uppercase;
    font-size: 14px;
    color: rgba(16, 125, 147, 0.5);
    letter-spacing: 1px;
}

fieldset.form-errors {
    background-color: #F7EDED;   
}

fieldset.form-errors legend {
    color: rgba(145, 15, 15, 0.5);
    background-color: #F7EDED;   
}

fieldset.form-errors ul {
    margin-bottom: 20px;
}

fieldset.form-errors li {
    color: rgb(145, 15, 15);
    font-size: 13px;
    margin-bottom: 5px;
}

.field {
	position: relative;
    float: left;
    display: block;
	margin: 2% 0 0 2%;
}

.field.half {
    width: 47%;
}

.field.half:nth-child(odd) {
	margin-right: 0;
}

.field.quarter {
    width: 22.5%;
}

.field > label {
    position: absolute;
    left: 0px;
    height: 50px;
    line-height: 50px;
    width: 90px;
    font-size: 13px;
    color: #878787;
    box-sizing: border-box;
    padding-left: 18px;
    z-index: 1;
    overflow: hidden;
}

input:required, select:required, textarea:required {
    box-shadow: none;
}

.valid, input.valid {
    border-right: 4px solid #4CDBB7;
}

.field input[type="text"], 
.field input[type="email"] {
    margin: 0px;
    font-size: 13px;
    width: 100%;
    height: 50px;
    padding: 17px 20px 17px 80px;
    border: medium none;
    transition: border 0.3s ease 0s;
    border-radius: 0px;
    box-shadow: none;
}

.ctrl {
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    border: medium none;
    font-size: 13px;
    outline: medium none;
    background-color: #FFF;
    transition: all 0.3s ease 0s;
    padding-left: 18px;
}

.ctrl.select-ctrl {
	background: #FFF url("select.svg?1234") no-repeat scroll 95% center;
	padding-left: 90px;
}

.field select {
    -moz-appearance: none;
	-webkit-appearance: none;
    height: 50px;
    padding: 0.5em 1em 0.5em 80px;
    border: 1px solid #FFF;
    color: #000;
    font-size: 13px;
    transition: border 0.3s ease 0s;
    border-radius: 0px;
    box-shadow: none;
}

.syngency-uploader {
    height: 50px;
    line-height: 50px;
    width: 100%;
    font-size: 13px;
    color: #878787;
    box-sizing: border-box;
    text-align: left;
    padding-left: 24px;
    background-color: #fff;
    border: 0;
    background: #fff;
    background-size: 18px;
}

button[type="submit"] {
    display: inline-block;
    width: 22.5%;
    font-size: 13px;
	font-weight: normal;
    text-transform: uppercase;
	border: 0;
	padding: 0;
    line-height: 50px;
    margin: 2%;
    color: #fff;
	transition: background 0.3s ease 0s;
    background-color: #005C3C;
	float: left;
}

@media (max-width: 450px) {
	button[type="submit"] {
		width: calc(100% - 20px);
		margin: 0 10px;
	}
}

button[type="submit"]:hover {
	background-color: #007e52;
}

/* Footer */

footer.site-footer {
  margin: 80px 0 30px;
  clear: both;
  text-align: center;	
}
footer.site-footer hr {
  margin: 0 20px 25px;
  height: 1px;
  background: #eee;
  border: none;
}

/* footer .logo-block {
  position: relative;
  margin: 0 15px; 
}
footer .logo-block:before {
  content: '';
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #eee;
  z-index: -1;
}
footer .logo {
  position: relative;
  width: 200px;
  border-width: 0 20px;
  border-color: #fcfcfc;
  border-style: solid;
  z-index: 1;
} */

footer .contact-block {
  margin-bottom: 20px;
}
footer .contact-block .sep {
  padding: 0 0.5rem;
}

.footer-text {
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.footer-text.blue,
.footer-text.blue a {
  color: #005C3C;
}

.social-icons {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0 0 10px;
}

.social-icons li {
    display: inline-block;
	margin: 0 10px;
}

.social-icons li a {
    color: #005C3C;
}

.social-icons li a:hover {
	opacity: 0.8;
}

/* Wide Desktop */
@media only screen and (max-width : 1200px) {

	.model-holder.size-M .model-stats li {
		line-height: 1;
	}

	.model-holder.size-M .model-stats li label {
		font-size: 11px;
	}

	.model-holder.size-M .model-stats li span {
		font-size: 13px;
	}
}

/* Desktop */
@media only screen and (max-width : 992px) {
	.model-stats {
		visibility: hidden;
	}
}

/* Tablet */
@media only screen and (max-width : 768px) {

	body {
		padding-top: 80px;
	}

	.desktop-logo {
		display: none;
	}

	header.site-header {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 50px;
		margin: 0;
		text-align: center;
		color: #000 !important;
		overflow: hidden;
		z-index: 5000;
		background: #fcfcfc;
		transition: height .12s ease-in-out;
		-moz-transition: height .12s ease-in-out;
		-webkit-transition: height .12s ease-in-out;
	}

	header.site-header.open {
		height: 100%;
	}

	/* .mobile-logo {
		position: relative;
		display: block;
		font-family: 'Big Caslon', serif;
		letter-spacing: 6px;
		float: center;
		font-size: 22px;
		margin: 15px 0 0 15px;
		-webkit-font-smoothing: antialiased;
    		-moz-osx-font-smoothing: grayscale;
	}

	.mobile-logo small {
		font-size: 8px;
		letter-spacing: 4px;
  } */
  
  header.site-header .logo {
    margin: 5px 0 0 0;
    width: 128px;
  }

	.mobile-menu-icon {
		display: block;
		position: absolute;
    top: 11px;
    right: 15px;
    width: 27px;
		height: 22px;
    z-index: 6000;
    opacity: 0.5;
    transition: opacity 0.2s ease;
  }
  .mobile-menu-icon:hover {
    opacity: 1;
  }

	.mobile-menu-icon:before {
    content: "";
    position: absolute;
    left: 0;
    top: -1px;
    width: 100%;
    height: 2px;
    background: #fcfcfc;
    box-shadow: 0 2px 0 0 #000, 0 11px 0 0 #000, 0 20px 0 0 #000;
	}

	.home nav {
		display: block;
	}

	nav {
		width: 320px;
		margin: 30px auto 0 auto;
	}

	nav > ul {
		width: 50% !important;
		float: left;
	}

	nav > ul > li {
		display: block;
		margin: 0 0 10px 0;
	}

	nav ul.nav-pages {
		position: relative;
		top: auto;
		right: auto;
		padding-right: 5%;
	}

	nav ul.nav-pages li {
		text-align: right;
	}

	nav ul.nav-divisions {
		position: relative;
		top: auto;
		left: auto;
		padding-left: 5%;
		border-left: 1px solid rgba(255,255,255,0.1);
	}

	ul.nav-divisions > li {
		text-align: left;
	}

	nav ul ul {
		display: block;
		position: relative;
	}

	.division-header.affix {
		position: relative;
		top: auto;
		left: auto;
		width: auto;
	}

	.division-header h1 {
		float: none;
		text-align: center;
	}

	.thumb-sizes {
		display: none;
	}

	.model-holder {
		width: 25% !important;
		padding-bottom: 25% !important;
	}

	.model main {
		padding-left: 0;
		padding-right: 0;
	}

	.model h1 {
		color: #555;
		margin: 10px 0 5px 0;
		padding: 1px;
		text-align: center;
	}

	.model-panel {
		position: relative;
		width: 100%;
		height: auto;
		background-image: none;
		padding: 15px 0;
		clear: both;
	}

	.model-measurements {
		padding: 15px 0;
	  	top: auto;
  		transform: none;
		margin-bottom: 30px;
	}

	.model-measurements li {
		display: block;
		margin: 0 0px;
		color: #666;
		text-align: left;
		white-space: nowrap;
	}

	.model-galleries {
		position: relative;
		background-color: transparent;
		text-align: center;
		
	}

	.model-galleries a {
		color: #333;

	}

	#gallery {
		padding-left: 0;
	}
            
    .gallery-spacer { 
        display: none !important;
    }
    
    .slick-arrow.slick-prev {
        left: 0 !important;   
    }

	.page-content {
		width: auto;
	}

	.submission .field.half, 
	.submission .field.quarter,
	.submission .field.half:nth-child(2n+1) {
		width: auto;
		margin-right: 2%;
		float: none;
	}

	.submission button[type="submit"] {
		display: block;
		width: 100%;
		float: none;
        margin: 2%;
  }
  
  footer .logo-block:before {
    top: 15px;
  }
  footer .logo {
    width: 160px;
  }

}

/* Mobile */
@media only screen and (max-width : 480px) {
    
    #home-carousel div.slick-slide {
        opacity: 1 !important;   
    }

	.model-holder {
		width: 50% !important;
		padding-bottom: 50% !important;
	}

	.contact-address {
		width: auto;
		margin: 0;
		float: none;
		text-align: left;
	}

	.contact-table {
		float: none;
		width: 100%;
		margin: 30px auto;
	}

	.contact-table tbody,
	.contact-table tr,
	.contact-table td {
		display: block;
		width: 100%;
		text-align: left;
	}

}

/* Slick */
.slick-slider
{
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    background: url('loader.gif')  no-repeat center center;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* Slick overrides */

.slick-arrow {
    position: absolute;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    width: 70px;
    height: 200px;
    border: 0;
    background: transparent;
    z-index: 5000;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
}
.slick-arrow.slick-prev {
  left: -70px;
}
.slick-arrow.slick-next {
  right: -70px;
}
.slick-arrow svg {
  width: 50px;
  height: 50px;
  margin-top: 75px; /* Centered in 200px container */
  opacity: 0.1;
  transition: opacity 0.2s ease;
}
.slick-arrow.slick-disabled svg {
  opacity: 0 !important;
}
.slick-arrow:not(.slick-disabled):hover svg,
.slick-arrow:not(.slick-disabled):focus svg {
  opacity: 1 !important;
}

@media screen and (max-width: 991px) {
  .slick-arrow {
    width: 40px;
    height: 50px;
  }
  .slick-arrow:not(.slick-disabled) {
    background: rgba(255,255,255,0.3);
    transition: background 0.2s ease;
  }
  .slick-arrow:not(.slick-disabled):hover,
  .slick-arrow:not(.slick-disabled):focus {
    background: rgba(255,255,255,0.5);
  }
  .slick-arrow.slick-prev {
    left: 0;
  }
  .slick-arrow.slick-next {
    right: 0;
  }
  .slick-arrow svg {
    margin-top: 10px;
    width: 30px;
    height: 30px;
    opacity: 0.4;
  }
}

.slick-arrow:focus {outline:0;}

#home-carousel .slick-slide {
    opacity: 0.2;   
    cursor: pointer;
    -webkit-transition: opacity 0.75s;
    -moz-transition: opacity 0.75s;
    transition: opacity 0.75s;
}

#home-carousel .slick-slide.slick-current {
    opacity: 1;   
}

/* Old style */
.mouse-arrows .slick-arrow {
  top: 0;
  height: 100%;
  width: 200px;
  text-indent: 200%;
  transform: none;
}
.mouse-arrows .slick-arrow.slick-prev {
  left: 250px !important;
  cursor: url(slider-left.png), w-resize;
}
.mouse-arrows .slick-arrow.slick-next {
  right: 0 !important;   
  cursor: url(slider-right.png), w-resize;
}
@media screen and (max-width: 480px) {
  .mouse-arrows .slick-arrow {
    display: none !important;   
  }
}


/* fancybox */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
    padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 0px;
	   -moz-border-radius: 0px;
	        border-radius: 0px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

/*, .fancybox-prev span, .fancybox-next span */
#fancybox-loading, .fancybox-close {
	background-image: url('fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: arrow;
	text-decoration: none;
	background: transparent url('blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
    cursor: url(slider-left.png), w-resize;
}

.fancybox-next {
	right: 0;
    cursor: url(slider-right.png), w-resize;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background-color: rgba(255,255,255,0.9);
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}

.clearfix:before,
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1; /* IE < 8 */
}

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/* Modals */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
  margin-top: calc(50px + 5vh) !important;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: none;
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  /* padding: 15px; */
  padding: 20px 25px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
  font-size: 13px;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
  font-size: 13px;
}

.custom-file-input:focus ~ .custom-file-control {
  border-color: #fff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input:focus ~ .custom-file-control::before {
  border-color: #fff;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem 0 1rem;
  line-height: 1.5;
  color: #878787;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 0;
  font-size: 13px;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(calc(2.25rem + 2px) - 1px * 2);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #fff;
  content: "Browse";
  background-color: #24a4b9;
  border-left: 1px solid #24a4b9;
  border-radius: 0;
  font-size: 13px;
}

.xs-gutters {
	margin-left: -5px;
	margin-right: -5px;
}
.xs-gutters > .col, .xs-gutters > [class*="col-"] {
	padding-right: 5px;
	padding-left: 5px;
}
.sm-gutters {
	margin-left: -10px;
	margin-right: -10px;
}
.sm-gutters > .col, .sm-gutters > [class*="col-"] {
	padding-right: 10px;
	padding-left: 10px;
}
.mb-gutter,
.mb-gutter-default {
	margin-bottom: 30px;
}
.sm-gutters .mb-gutter {
	margin-bottom: 20px;
}
.xs-gutters .mb-gutter {
	margin-bottom: 10px;
}