/*EM page video play icon*/

#server-video {
  position: relative;
  display: inline-block;
width: 100%;
height: auto;
}
#play-video2 {
  position: absolute;
  top: 100px;
  left: -25px;
  width: 100%;
  height: 100%;
}



/*video start*/


#mkLightboxContainer {
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100vh;
    min-width: 100vw;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    box-sizing: border-box;
    z-index: 1000000;
    display: flex;
    align-items: center;
    justify-content: center;
}

#mkLightboxContainer > * {
    z-index: 10000000;
}

#overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    background: rgba(0,0,0,.85);
    z-index: 0;
}

#mkLightboxContainer #mklbInner {
    position: relative;
    height: 100vh;
    transition: all .4s ease-in-out;
    margin-left: 0;
}

section.imageContainer {
    margin: 0;
    padding: 1em;
    box-sizing: border-box;
    border: none;
    height: 100vh;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
   }

#mkLightboxContainer img,
#mkLightboxContainer video {
    background: #fff;
    box-shadow: 0 0 30px #222;
    max-height: 85vh;
    min-width: auto;
    max-width: 75vw;
    width: auto;
    height: auto;
}

#mkLightboxContainer #yt-video {
    width: 75vw;
    height: 42.1875vw; /* 75*9/16 */
}

.mklbItem:hover {
    cursor: pointer;
    font-style: normal;
}

#closeIconContainer {
    width: 25px;
    height: 25px;
    position: fixed;
    top: 15px;
    right: 15px;
    transition: transform .2s linear;
}

#closeIconContainer:hover {
    cursor: pointer;
    transform: rotate(90deg);
}

#closeIconContainer svg,
#prev svg,
#next svg,
#stopGallery svg, 
#playGallery svg{
    fill: white;
}

#prevContainer,
#nextContainer {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    padding: 10px 5px 10px 5px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .2s ease-in;
}

#nextContainer {
    left: auto;
    right: 0;
}

#prevContainer:hover,
#nextContainer:hover {
    cursor: pointer;
    background: rgba(0,0,0,0.25);
}

#prev,
#next {
    width: 35px;
    height: 35px;
}

.grid {
    display: grid;
    align-content: flex-start;
    grid-gap: 1em;
}

.grid-3 {
    grid-template-columns: repeat(3, 1fr);
}

.grid-4 {
    grid-template-columns: repeat(4, 1fr);
}

.grid figure {
    width: 100%;
    margin: 0;
}

.grid img {
    width: 100%;
}

#controlContainer {
    position: absolute;
    top: 1em;
    left: .5em;
    display: flex;
}

#controlContainer > div {
    width: 2em;
}

#controlContainer > div:hover {
    cursor: pointer;
}

#controlContainer #stopGallery,
#controlContainer.stop #playGallery{
    opacity: 0.5;
}

#controlContainer.stop #stopGallery,
#controlContainer #playGallery{
    opacity: 1
}

@media screen and (max-width: 768px){
    .grid-2-sm {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 450px){
    .grid-12-xs {
        grid-template-columns: 1fr;
    }
}


































.videoicon {width: 65px;
border: solid 0px red; margin: 1px; align: abs-middle;}


.imgpos {float: left; clear: left;}

.bordr {padding: 5px;}



/*video end*/

.functionsdrop {background-color: #147ac0; color: #fff;}


ul.resp-tabs-list
{
margin: 0px;
padding: 0px;
color: #7d7d7d;  
  }

p {
margin: 0px;
padding: 0px;
    }

.resp-tabs-list li {
  font-weight: 600;
  font-size: 14px;
  display: inline-block;
  padding: 13px 15px;
  margin: 1px;
  list-style: none;
  cursor: pointer;
  float: left;
  border :solid 1px #dddfe0;
 
  }

.resp-tabs-container {
  padding: 1%;
  margin: 0;
  background-color: #f3f3f3;
  clear: left;
  border :solid 1px #dfe0e0;
  border-bottom: solid 1px #dfe0e0;
  }
  
  .hrline {border: solid 3px #e3e5e6;}

h2.resp-accordion {
  cursor: pointer;
  padding: 5px;
  display: none;
  background-color: #dbdbdb;
}

.resp-tab-content {
  display: none;
  padding: 15px;
  padding-bottom: 0;
 border: 0px solid #c1c1c1;
  }

.resp-tab-active {
  border: 0px solid #c1c1c1;
  border-bottom: none;
  margin-bottom: -1px !important;
  padding: 12px 14px 14px 14px !important;
 
 }

.resp-tab-active {
  border-bottom: none;
  background-color: #147ac0;
  color: #fff;
}

.resp-content-active,
.resp-accordion-active { display: block; }

.resp-tab-content { border: 0px solid #c1c1c1; border-bottom: none; }



.tabexpand { background-color: #f3f3f3; border-left:solid 1px #dfe0e0; border-right:solid 1px #dfe0e0; border-bottom:solid 1px #dfe0e0; padding-left: 26px; padding-bottom: 26px; margin-top: 0; padding-top:0;}

h2.resp-accordion {
  font-size: 13px;
  border: 1px solid #c1c1c1;
  border-top: 0px solid #c1c1c1;
  margin: 0px;
  padding: 10px 15px;
   }

h2.resp-tab-active {
  border-bottom: 0px solid #c1c1c1 !important;
  margin-bottom: 0px !important;
  padding: 10px 15px !important;
  }

h2.resp-tab-title:last-child {
  border-bottom: 12px solid #c1c1c1 !important;
  background: blue;
  
}





/*-----------Vertical tabs-----------*/

.resp-vtabs ul.resp-tabs-list {
  float: left;
  width: 30%;

}

.resp-vtabs .resp-tabs-list li {
  display: block;
  padding: 15px 15px !important;
  margin: 0;
  cursor: pointer;
  float: none;
  }

.resp-vtabs .resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  border: 1px solid #c1c1c1;
  float: left;
  width: 68%;
  min-height: 250px;
  border-radius: 4px;
  clear: none;
}

.resp-vtabs .resp-tab-content { border: none; }

.resp-vtabs li.resp-tab-active {
  border: 1px solid #c1c1c1;
  border-right: none;
  background-color: #fff;
  position: relative;
  z-index: 1;
  margin-right: -1px !important;
  padding: 14px 15px 15px 14px !important;
  
}

.resp-arrow {
  width: 0;
  height: 0;
  float: right;
  margin-top: 3px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 12px solid #7a7a7a;
}

h2.resp-tab-active span.resp-arrow {
  border: none;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 12px solid #fff;
}

/*-----------Accordion styles-----------*/

h2.resp-tab-active { background: #147ac0; color:#000; !important; }

.resp-easy-accordion h2.resp-accordion { display: block; }

.resp-easy-accordion .resp-tab-content { border: 1px solid #c1c1c1; }

.resp-easy-accordion .resp-tab-content:last-child { border-bottom: 1px solid #c1c1c1 !important; }

.resp-jfit {
  width: 100%;
  margin: 0px;
}

.resp-tab-content-active { display: block;}

h2.resp-accordion:first-child { border-top: 1px solid #c1c1c1 !important; }
/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) {

ul.resp-tabs-list { display: none; }

h2.resp-accordion { display: block; }

.resp-vtabs .resp-tab-content { border: 1px solid #C1C1C1; }

.resp-vtabs .resp-tabs-container {
  border: none;
  float: none;
  width: 100%;
  min-height: initial;
  clear: none;
  
}

.resp-accordion { display: block; }

.resp-accordion-closed { display: none !important; }

.resp-vtabs .resp-tab-content:last-child { border-bottom: 1px solid #c1c1c1 !important;}
}

.greystrip {background-color: #e0e1e2; padding: 10px;}
.greystrip:hover {background-color: #01508a; color: #ffffff;}

.greystripright {background-color: #dbdcdc; padding: 7px; color: #333333; border-radius: 2px; border: 1px solid #d1d3d4; font-size: 14px;}

.greystripright:hover {background-color: #01508a; color: #ffffff;}

.containersample {border: solid 1px #eceded; box-shadow: 1px 3px 3px 2px #e4e5e6; padding: 20px; margin-top: -5px; background-color: #fff;}

.buttonblue1 {
    background-color: #1d8cd8; /* blue */
    border: none;
    color: white;
    padding: 0px 12px;
    padding-right: 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 15px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
	border-radius: 4px;
	}

.buttonblue1 {
    background-color: #1d8cd8; 
    color: #fff; 
   border: solid 1px #007bcf;
   text-decoration: none;
}

.buttonblue1:hover {
    background-color: #24a6ff;
    color: #fff;
	text-decoration: none;
}

.buttonblue1:visited {
    background-color: #24a6ff;
    color: #fff;
	text-decoration: none;
}


.buttonblue11 {
    background-color: #1d8cd8; /* blue */
    border: none;
    color: white;
    padding: 0px 1px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin-left: 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
	border-radius: 4px;
	
	}

.buttonblue11 {
    background-color: #1d8cd8; 
    color: #fff; 
   border: solid 1px #007bcf;
   text-decoration: none;
}

.buttonblue11:hover {
    background-color: #24a6ff;
    color: #fff;
	text-decoration: none;
}

.buttonblue11:visited {
    background-color: #24a6ff;
    color: #fff;
	text-decoration: none;
}


 @media only screen and (device-width: 768px) { 
  .col-sm-7wd1 {width: 40%; border: solid 0px red;}
   .col-sm-7wd2 {width: 40%; border: solid 0px blue;}
 }
 