/* ==========================================================================
   Product Pages
   ========================================================================== */

/***HERO SECTION****/

#hero-product {
    position: relative;
    background: url(../img/form-section-bg-gr.jpg) no-repeat fixed;
    background-size: cover;
    text-align: center;
	padding: 0;
}

#hero-product:before {
    position: absolute;
	width: 100%;
    height: 100%;
	display: block;
    content: "";
    background: rgba(0, 96, 127, 0.83);
}


.hero-content-product {
    display: inline-block;
    margin-top: 140px;
    margin-bottom: 63px;
}

.contact-page .hero-content-product {
    margin-top: 30px;
}

#hero-product h2 {
    font-size: 2.3em;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

#hero-product p {
	width: 100%;
    max-width: 100%;
    margin: 1em 0;
    font-size: 1.3em;
    font-weight: 300;
    color: #fff;
    text-align: center;
}


/***BODY CONTENTS****/

.product-image-container {
    position: relative;
    width: auto;
    max-width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    background: #fff;
    box-shadow: 0 -10px 42px -1px rgba(0, 0, 0, 0);
    border-radius: 11px;
}


.product-image-container:after {
    display: none;
}

.product-image-container img {max-width: 65%; width: auto;}


.product-image-container  .mnr{
    max-width: 85%;
    width: auto;
}



.product-pages h3 {
	font-size: 1.3em;
    font-weight: 400;
    color: #00607f;
    margin-top: 0;
    margin-bottom: 23px;
}

.video-title {
    text-align: center;
    font-weight: 400;
}

#products-container {padding: 40px 15px;}

#products-container .row {
    padding-top: 15px;
    padding-bottom: 15px;
}

.video-box {padding-bottom: 20px;}


​#products-container ul,
#products-container li {
  padding: 0;
  margin: 0;
  list-style: none;
}

#products-container ul {
  margin: 0;
}

#products-container li {
  margin-left: 3em;
}


#products-container li:before {
  content: '\f058';
  font-family: 'FontAwesome';
  float: left;
  margin-left: -1.5em;
  color: #ff6c36;
}

#products-container li {
    list-style-type: none;
    margin-bottom: 15px;
}

#products-container a {color: #00837e;}

.custom-list ul{
    -webkit-margin-before: 9px;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 19px;
}

.custom-list li {
    float: left;
    width: 48%;
	margin-bottom: 15px;
    font-size: 125%;
    color: #00837e;
}



.two-col-list {
    float: left;
    width: 300px;
    max-width: 50%;
}


/*** MNR, CMK, CMS thumbnails ***/


.example {
    position: relative;
    width: 100%;
    height: 250px;
    overflow: hidden;
    margin-bottom: 25px;
    border: solid 1px #d4d4d4;
    background: #eee;
    box-shadow: 0 0 11px 0px rgba(0, 0, 0, 0.27);
}

.example img {
    position: absolute;
    transition: .3s ease-in;
}

.example img:hover {
    filter: blur(3px);
    opacity: .2;
}

.view-btn {
    position: absolute;
    color: #fff;
    padding: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: .3s ease-in;
}

.view-btn:hover {
    background: #00607f;
}

.view-btn span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color: #fff;
    font-weight: bold;
    opacity: 0;
    pointer-events: none;
}
.view-btn:hover span {
    opacity: 1;
}

/***Modal styles ****/

.modal-header {
    padding: 0;
    border-bottom: none;
}
.modal-header .close {
    font-size: 40px;
    font-weight: normal;
    color: #fff;
    opacity: 1;
    margin-right: 5px;
}
.close:focus, .close:hover {
    background: transparent;
}
.modal-content {
    background-color: transparent;
}

.modal-thumb {
box-shadow: 0 0 11px 0px rgba(0, 0, 0, 0.27);
margin: 15px auto;
}


.modal.fade .modal-dialog {
  -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;
}


/*****Analytics***********/

.txt-overlay {
    font-size: 85%;
    color: #fff;
    background: rgb(0, 96, 127);
    display: inline-block;
    padding: 20px;
    text-align: left;
    width: 310px;
    max-width: 100%;
    margin: 15px 20px;
    vertical-align: top;
}

.txt-overlay h4 {
	margin-top: 0;
    font-size: 15px;
}

.txt-overlay li {
    margin-bottom: 8px!important;
}


/* ==========================================================================
   Media Queries
   ========================================================================== */

@media (min-width: 1113px){
 
.txt-overlay {
    display: inline-block;
    position: absolute;
    margin: 0;
    width: 319px;
    font-size: 85%;
    text-align: left;
    color: #fff;
    padding: 20px 20px 7px;
    background: rgba(0, 96, 127, 0.91);
}

.ito-0 {
    top: 75px;
    left: 0px;
}

.ito-1 {
    top: 372px;
    left: 40px;
}

.ito-2 {
    top: 90px;
    right: 50px;
}

.ito-3 {
    top: 372px;
    right: 0px;
}

}
   
@media (min-width: 992px){
.modal-lg {
    width: 875px;
}
}

@media only screen and (max-width:991px){

.hero-product-image-container:after {display: none;}
.product-image-container {display: none;}
}

}