
/*************************/
/*  Model Thumbnail CSS  */
/*************************/

.model-thumbnail {
	    padding: 3px;
}
.fake-image {
	width: 260px;
	height: 240px;
	border: 1px dashed #402754;
	border-radius: 3px;
	margin: 0 auto;
	margin-bottom: 10px;

	background-color: #ececec;
	display: flex;



}
.fake-image-inputs {
	width: 49%;
	height: 100%;
	margin: 0;
	padding: 0;


	display: inline-flex;
	flex-direction: column;
	justify-content: space-between;

}
.fake-image-outputs {
	width: 49%;
	height: 100%;
	margin: 0;
	padding: 0;



	display: inline-flex;
	flex-direction: column;
	justify-content: center;
}
.caption {
    background-color: rgba(223, 240, 216, .3);
}
.pretrained-textcontainer-input {
	width: 100px;
	height: 100px;
	font-size: 8pt;
	margin: auto;
	vertical-align: middle;
	text-align: center;
	display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #dff0d8;
    	flex-wrap: wrap;
    overflow: hidden;
}
.pretrained-textcontainer-output {
	width: 120px;
	height: 120px;
	font-size: 8pt;
	margin: auto;
	text-align: center;
	display: inline-flex;
	align-items: center;
	justify-content: center;
    background-color: rgba(55, 2, 52,0.5);
    color: white;
    overflow: hidden;

}


.ratio-4-3{
  width:100%;
  position:relative;
  background:url() 50% 50% no-repeat;
  background-size:cover;
  background-clip:content-box;
  padding: 15px 0;
}
.ratio-4-3:before{
    display:block;
    content:"";
    padding-top:75%;
}

/************************************/
/*                                  */
/*  MailChimp Subscription Styling Bottom Bar  */
/*                                  */
/************************************/

.mailing-list-submit-group {
	margin: 0 auto 10px;
	/*max-width: 300px;*/
}
.mailing-list-content-group {
	margin: 10px auto;
	max-width: 360px;
}
.mailing-list-submit-group input {
	display: inline-block;
}

.newsletter-req-container {
	/*background-color: #14CC5C;*/
	color: white;
	padding: 5px 40px 5px 20px;
	min-height: 40px;
  height: 100%;
	margin: 0 auto 0;
	max-width: 1100px;
}

.newsletter-button {
	background-color: rgba(10, 194, 81, 1);
	color: white;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    /*vertical-align: middle;*/
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: 10px;
    width: 45%;
}
.newsletter-button:hover {
	background-color: rgba(10, 194, 81, .8);
	color: white;
}

.newsletter-email-input {
    display: block;
    width: 45%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: white;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s
}
.newsletter-outer-container {
	text-align: center;
	width: 100%;
	position: fixed;
    bottom: 0px;
    right: 0px;
    min-height: 40px;
    z-index: 100000;
    	background-color: #084C22;
}

@media (min-width: 768px) { 
	.newsletter-outer-container  {
		text-align: right;
	}
  .mailing-list-content-group h3 {
    text-align: left;
  }
  .mailing-list-content-group p {
    text-align: left;
  }
  .mailing-list-submit-group {
    margin: 18px auto 10px;
    /*max-width: 300px;*/
  }
}

/************************************/
/*                                  */
/*  MailChimp Subscription Styling In Flow  */
/*                                  */
/************************************/

.newsletter-outer-container-inflow {
	text-align: center;
	width: 100%;
    min-height: 120px;
    background-color: #084C22;
    color: white;
}
.newsletter-outer-container-inflow h3 {
    color: white;
}

.newsletter-email-input-inflow {
    display: block;
    width: 90%;
    height: 34px;
    margin: 20px auto 0;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: white;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
        transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s
}
.newsletter-button-inflow {
	background-color: rgba(10, 194, 81, 1);
	max-width: 100%	;
	width: 524px;
    height: 46px;
    margin: 20px auto 20px;
    padding: 6px 12px;
    color: white;
    display: block;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


@media (min-width: 768px) { 
	.newsletter-email-input-inflow   {
		width: 500px;
	}
}

/************************************/
/*                                  */
/*  Custom Printing  */
/*                                  */
/************************************/


.carousel-inner.item {
      opacity: 0;
      transition-property: opacity;
}
.carousel-inner.active {
      opacity: 1;
}
div.carousel-caption {
	bottom: 10px;
    padding: 0;
    margin: 0 auto;
    max-width: 60vw;
    background-color: rgba(0,0,0,.41);
}
.carousel-control {
    padding-top: 20% !important;
    background: none !important;
}
div.item img
 {
    max-height: 40vh !important;
    max-width: 90vw !important;
}

button.button-orange {
	background-color: #FFA819;
}
button.button-orange:hover {
	background-color: #e59716;
}


@media (min-width: 399px) { 
    div.item img {
        max-height: 60vh !important;
        max-width: 70vw !important;
    }
    .carousel-control {
        padding-top: 21% !important;
    }    
}
@media (min-width: 499px) { 
    div.item img {
        max-height: 70vh !important;
        max-width: 60vw !important;
    }
    .carousel-control {
        padding-top: 23% !important;
    }    
}
@media (min-width: 949px) { 
    div.item img {
        max-height: 55vh !important;
        max-width: 60vw !important;
    }
    div.item {
        margin: 50px 0;
    }
    .carousel-inner {
        /*min-height: 500px;*/
        /*margin-top: 1em;*/
        /*margin-bottom: 2em;*/
    }
    .carousel-control {
        padding-top: 26% !important;
    }    
}



/************************************************/
/*                                              */
/*                    GENERAL                   */
/*                                              */
/************************************************/

/************************************************/
/*                 THUMB IMG ROW                */
/************************************************/

.image-thumb-collection-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.image-thumb-collection-row img {
    height: 150px;
}

.image-thumb-collection-row div {
    padding: 5px;
    margin: 5px;
    border: 1px solid lightgrey;
    border-radius: 4px;
    background-color: white;
}

.image-thumb-collection-row div:hover {
    background-color: lightgrey;
    border: 1px solid grey;
}

@media (min-width: 768px) { 
    .top-margin-when-large {
        margin-top: 25%;
    }

}

.imagecontainer {
    text-align: center;
    width: 100%;
}
.imagecontainer img {
    display: block;
}
.imagecontainer div {
    position: relative;
    display: inline-block;
    /* if you need ie6/7 support */
    *display: inline;
    zoom: 1;
}
.imagecontainer span.greyout {
    position: absolute;
    display: inline;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    background: rgba(0,0,0,.7);
    border-radius: 10px;
}

.imagecontainer span.textbar {
    position: absolute;
    display: inline;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #000;
    background: rgba(0,0,0,.7);
    border-radius: 10px;
}


/************************************/
/*                                  */
/*        Card Custom Design               */
/*                                  */
/************************************/

.card-custom {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.card-custom {
  margin-top: 10px;
  box-sizing: border-box;
  border-radius: 2px;
  background-clip: padding-box;
  margin-bottom: 40px;
}
.card-custom span.card-title {
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
    background-color: rgba(105,105,105,.5);
    min-width: 100%;
    text-align: center;
}

.card-custom .card-image {
  position: relative;
  overflow: hidden;
}
.card-custom .card-image img {
  border-radius: 2px 2px 0 0;
  background-clip: padding-box;
  position: relative;
  z-index: -1;
}
.card-custom .card-image span.card-title {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 16px;
}
.card-custom .card-content {
  padding: 16px;
  border-radius: 0 0 2px 2px;
  background-clip: padding-box;
  box-sizing: border-box;
}
.card-custom .card-content p {
  margin: 0;
  color: darkgrey;
}
.card-custom .card-content span.card-title {
  line-height: 48px;
}
.card-custom .card-action {
  border-top: 1px solid rgba(160, 160, 160, 0.2);
  padding: 16px;
}
.card-custom .card-action a {
  color: #ffab40;
  margin-right: 16px;
  transition: color 0.3s ease;
  text-transform: uppercase;
}
.card-custom .card-action a:hover {
  color: #ffd8a6;
  text-decoration: none;
}
.model-list-breaker {
    margin-bottom: 0px;
    text-align: center;
}
@media (min-width: 991px) { 
    .model-list-breaker {
        margin-bottom: 30px;
    }
    .card-custom {
      margin-bottom: 0px;
    }
}


/********************/
/* matching heights */
/********************/

.flexbox-matchheight {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  flex-direction: row;
  flex-wrap: wrap;
}

.flexbox-matchheight > div  {
  align-items: stretch;    
}

@media (min-width: 991px) { 
    .matchheight-panel {
        display: block;
        position: relative;
        height: 100%;
        margin-left: 10px;
    }
}