/* HOME3 MODULE */
.home3:hover > .home3_image > img {
filter: saturate(1);
-webkit-filter: saturate(1);
-ms-filter: saturate(1);
-moz-filter: saturate(1);
-o-filter: saturate(1);
transform: scale(1.05,1.05);
-webkit-transform: scale(1.05,1.05);
-ms-transform: scale(1.05,1.05);
-moz-transform: -moz-scale(1.05,1.05);
-o-transform: scale(1.05,1.05);
}

.home3_btn_more {
  height: 30px;
  width: 30px;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.home3 {
background-color: #1b1b1b;
border-radius: 5px;
padding: 0;
height: 500px;
width: 300px;
position: relative;
box-shadow: 2px 3.464px 5px 0px rgb( 0, 0, 0 );
}

.home3_image {
  overflow: hidden;
  box-shadow: 0px 3.464px 5px 0px rgb( 0, 0, 0 );
}

.home3_content > h1 {
  font-size: 1.1em;
  font-family: Comfortaa;
  color: red;
  padding: 5px;
  text-shadow: 0 0 4px #000000, 0 0 1px #000000;
  letter-spacing: 2px;
}

.home3_content > p {
  margin: 0;
  font-family: Comfortaa;
  margin-right: 40px;
  color: #d4d4d4;
  padding: 0 5px;
}

@media screen and (max-device-width: 767px){
.home3 {
overflow: hidden;
padding: 0;
height: 400px;
width: 90%;
max-width: 360px;
min-width: 300px;
margin: 12px auto 12px auto;
position: relative;
}


.home3_image {
  overflow: hidden;
  box-shadow: 0px 3.464px 5px 0px rgb( 0, 0, 0 );
  width: 100%;
  min-width: 300px;
  max-height: 280px;
  margin-top: -20px;
}
  
.home3_image > img {
  width: 100%;
  min-width: 300px;
  margin-top: 0;
}

.home3_content {
  margin-left: auto;
  margin-right: 0px;
  position:relative;
  top: 0;
}

.home3_content > h1 {
  margin: 3px 0 0 0;
}

.home3_content > p {
  font-size: 0.8em;
  margin-left: 0;
  height: 100px;
}
}

@media (min-width: 768px) {
.home3 {
  overflow: hidden;
  height: 300px;
  width: 750px;
  margin-top: 12px;
  margin-bottom: 12px;
  position: relative;
}

.home3_image {
  height: 300px;
  width: 60%;
}

.home3_image > img {
  height: auto;
  width: 100%;
  margin-top: -25%;
  filter: saturate(0.3);
  -webkit-filter: saturate(0.3);
  -ms-filter: saturate(0.3);
  -moz-filter: saturate(0.3);
  -o-filter: saturate(0.3);
  transition: filter 0.4s, transform 0.4s ease-in;
  -webkit-transition: -webkit-filter 0.4s, -webkit-transform 0.4s ease-in;
  -ms-transition: -ms-filter 0.4s, -ms-transform 0.4s ease-in;
  -moz-transition: filter 0.4s, transform 0.4s ease-in;
  -o-transition: -o-filter 0.4s, -o-transform 0.4s ease-in;
}

.home3_content {
  margin-left: auto;
  margin-right: 0px;
  position:relative;
  top: -300px;
}

.home3_content > h1 {
  margin: 10px 0 0 460px;
}

.home3_content > p {
  font-size: 1em;
  margin-left: 460px;
}

}

@media (min-width: 992px) {

.home3 {
overflow: hidden;
padding: 0;
height: 500px;
width: 307px;
margin-top: 15px;
position: relative;
}


.home3_image {
  overflow: hidden;
  box-shadow: 0px 3.464px 5px 0px rgb( 0, 0, 0 );
  height: 380px;
  width: 307px;
}
  
.home3_image > img {
  height: 400px;
  width: 307px;
  margin-top: 0;
}

.home3_content {
  margin-left: auto;
  margin-right: 0px;
  position:relative;
  top: 0;
}

.home3_content > h1 {
  margin: 5px 0 0 0;
}

.home3_content > p {
  font-size: 0.7em;
  margin-left: 0;
}

}


/* CONTENT MODULE */

.content_module {
  background-color:rgba(255, 255, 255, 0.6);
  transition: background-color 0.4s ease-in;
  -webkit-transition: background-color 0.4s ease-in;
  -moz-transition: background-color 0.4s ease-in;
  -o-transition: background-color 0.4s ease-in;
  -ms-transition: background-color 0.4s ease-in;
  border-radius: 5px;
  box-shadow: 2px 3.464px 5px 0px rgb( 0, 0, 0 );
  float: left;
  position: relative;
  overflow: hidden;
}

.content {
  padding: 10px;
}

.content_module:hover {
  background-color:rgba(255, 255, 255, 0.8);
}

.content img {
  border-radius: 5px;
  margin: 10px;
}

.content iframe {
  border-radius: 5px;
  margin: 5px;
}


@media screen and (max-device-width: 767px){
.content_module {
  width: 90%;
  min-width: 320px;
  margin: 15px auto 7px auto;
  float: none;    
}

.content img {
  border-radius: 5px;
  margin: 0 0 5px 0;
  float: none;
  max-height: 250px;
  width: auto;
  max-width:300px;
}

.content iframe {
  max-width: 300px;
}

}

@media (min-width: 768px) {
.content_module {
  width: 750px;
  margin: 15px 15px 7px 0;    
}
}

@media (min-width: 992px) {
.content_module {
  width: 957px;
  margin: 15px 15px 7px 0;    
}
}
/* SLIDE MODULE */

.slide_module_content
{
 position: relative;
 height: 100px;
 background-color:rgba(27,27,27,0.7);
   transition: left 0.4s ease-in;
  -webkit-transition: left 0.4s ease-in;
  -moz-transition: left 0.4s ease-in;
  -o-transition: left 0.4s ease-in;
  -ms-transition: left 0.4s ease-in;
}

.up {
  top: -260px;
}

.down {
 top: -125px;
}

.slide_module_content ul
{
  width: 1410px;
  position: relative;
  left: 0px;
  margin: 0;
  padding: 0;
}

.slide_module_content h1 
{
  color: #E31616;
  font-family: Comfortaa;
  padding: 5px 0 0 5px;
}

.slide_module_content h2
{
  color: #d4d4d4;
  font-family: Comfortaa;
  padding: 0 5px;
}

.slide_module_content p
{
  color: #d4d4d4;
  font-family: Comfortaa;
  line-height: 1em;
  padding: 5px;
  overflow: hidden;
}

.slide_module_btn_more {
    height: 30px;
    width: 30px;
    position: relative;
}

.slide_module_bullets
{
 width: 100%;
 text-align: center;
}

.slide_module_bullet
{
  background-image: url('../img/slide_bullet.png');
  background-repeat: no-repeat;
  background-position: 0 0px;
}

@media screen and (max-device-width: 767px){
.slide_module {
  width: 90%;
  min-width:300px;
  height: 320px;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 2px 3.464px 5px 0px rgb( 0, 0, 0 );
  position: relative;
  margin: 12px auto;
  background-color: black;
}

.slide_module ul
{
  position: relative;
  left: 0px;
  margin: 0;
  padding: 0;
  transition: left 0.4s ease-in;
  -webkit-transition: left 0.4s ease-in;
  -moz-transition: left 0.4s ease-in;
  -o-transition: left 0.4s ease-in;
  -ms-transition: left 0.4s ease-in;
}

.slide_module li
{
  display: inline;
  float: left;
}

.slide_module img
{
  width: 100%;
  height: auto;
  position: relative;
  top: 0;
}

.slide_module_content
{
 position: absolute;
 top: 200px;
 height: 130px;
 width: 9999px;
 background-color:rgba(27,27,27,0.7);
   transition: left 0.4s, ease-in;
  -webkit-transition: left 0.4s ease-in;
  -moz-transition: left 0.4s ease-in;
  -o-transition: left 0.4s ease-in;
  -ms-transition: left 0.4s ease-in;
}

.slide_module_content div.text
{
  display: inline-block;
  width: 100%;
}

.slide_module_content h1 
{
  margin: -2px 0px 0px 5px;
  font-size: 0.9em;
  text-shadow: 0 0 4px #000000, 0 0 1px #000000;
}

.slide_module_content h2
{
  font-size: 0.8em;
  margin: 0px 0 0 5px;
}

.slide_module_content p
{
  height: 65px;
  font-size: 0.8em;
  margin: 0 0 0 5px;
  line-height: 18px;
}

.slide_module_btn_more {
    top: -100px;
    right: 10px;
    float: right;
}

.slide_module_bullets
{
 position: absolute;
 top: 10px;
}

.slide_module_bullet
{
  display: inline-block;
  position: relative;
  height: 11px;
  width: 11px;
  margin: 4px;
}
}

@media (min-width: 768px) {
.slide_module {
  float: left;
  width: calc(100% - 20px);
  height: 320px;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 2px 3.464px 5px 0px rgb( 0, 0, 0 );
  position: relative;
  margin: 12px 0 12px 0;
}

.slide_module ul
{
  position: relative;
  left: 0px;
  margin: auto 0;
  padding: 0;
  width: 9999px;
  height: 320px;
  transition: left 0.4s ease-in;
  -webkit-transition: left 0.4s ease-in;
  -moz-transition: left 0.4s ease-in;
  -o-transition: left 0.4s ease-in;
  -ms-transition: left 0.4s ease-in;
}

.slide_module li
{
  display: inline;
  width: 750px;
}

.slide_module img
{
  width: 750px;
  position: relative;
  float:left;
  margin: 0 auto;
}

.slide_module_content
{
 position: absolute;
 top: 200px;
 height: 130px;
 width: 9999px;
 background-color:rgba(27,27,27,0.7);
   transition: left 0.4s ease-in;
  -webkit-transition: left 0.4s ease-in;   
  -moz-transition: left 0.4s ease-in;
  -o-transition: left 0.4s ease-in;
  -ms-transition: left 0.4s ease-in;
}

.slide_module_content div.text
{
  display: inline-block;
  width: 750px;
}

.slide_module_content h1 
{
  text-shadow: 0px 0px 4px #000, 0px 0px 1px #000;
  margin: 0px 0px 0px 5px;
  font-size: 1.3em;
}

.slide_module_content h2
{
  font-size: 1.2em;
  margin: 0px 0 0 5px;
}

.slide_module_content p
{
  height: 65px;
  font-size: 1em;
  margin: -4px 0 0 5px;
  line-height: 20px;
}

.slide_module_btn_more {
    top: -120px;
    left: 715px;
    float: left;
}

.slide_module_btn_more img {
  width: 100%;
}

.slide_module_bullets
{
 position: absolute;
 top: 10px;
}

.slide_module_bullet
{
  display: inline-block;
  position: relative;
  height: 11px;
  width: 11px;
  margin: 4px;
}

}

@media (min-width: 992px) {
.slide_module {
  float: left;
  width: calc(100% - 20px);
  height: 270px;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 2px 3.464px 5px 0px rgb( 0, 0, 0 );
  background-color: black;
  position: relative;
  margin-top: 5px;
}

.slide_module ul
{
  position: relative;
  left: 0px;
  margin: 0;
  padding: 0;
  height: 270px;
  transition: left 0.4s ease-in;
  -webkit-transition: left 0.4s ease-in;  
  -moz-transition: left 0.4s ease-in;
  -o-transition: left 0.4s ease-in;
  -ms-transition: left 0.4s ease-in;
}

.slide_module li
{
  display: inline;
  width: auto;
  float: left;
}

.slide_module img
{
  width: 100%;
  margin: 0 auto;
}

.slide_module_content
{
 position: relative;
 height: 100px;
 float: left;
}

.up {
  top: -320px;
}

.down {
 top: -150px;
}

.slide_module_content div.text
{
  display: inline-block;
  width: 470px;
}

.slide_module_content h1 
{
  margin: 0px;
  font-size: 1.1em;
}

.slide_module_content h2
{
  font-size: 0.9em;
  margin: 0px 0 0 0;
}

.slide_module_content p
{
  height: 50px;
  font-size: 0.8em;
  margin: 0px 0px 0px;
  line-height: 14px;
}

.slide_module_btn_more {
  top: -102px;
  left: 430px;
}

.slide_module_bullets
{
 position: absolute;
 top: 250px;
}

.slide_module_bullet
{
  display: inline-flex;
  position: relative;
  height: 11px;
  width: 11px;
  margin: 2.5px;
}

}

/* APPROVED MODULE */
.approved {
background-color: rgba(0,0,0,0.8);	
float: left;
border-radius: 5px;
height: 220px;
width: 750px;
position: relative;
overflow: hidden;
margin: 15px 15px 7px 0;
padding: 0;
border-radius: 5px;
box-shadow: 2px 3.464px 5px 0px #000;
transition: all linear 0.15s;
-moz-transition: all linear 0.15s;
-webkit-transition: height 0.4s ease-in;
-o-transition: height 0.4s ease-in;
-ms-transition: height 0.4s ease-in;
}

.approved_title {
  color: white;
  font-size: 16px;
  height: 40px;
  background-color: rgba( 50, 50, 50, 0.8 );
  position: absolute;
  top: 150px;
  right: 0px;
  opacity: 1;
  transition: right 0.3s ease-out, opacity 0.3s;
  -webkit-transition: right 0.3s ease-in, opacity 0.3s;
  -ms-transition: right 0.3s ease-in, opacity 0.3s; 
  -moz-transition: right 0.3s ease-in, opacity 0.3s; 
  -o-transition: right 0.3s ease-in, opacity 0.3s;    
}



.approved_bgd {
background-color: #1b1b1b;
background-repeat: no-repeat;
background-position: center;
background-size: 750px;
padding: 0;
height: 220px;
width: 750px;
position: relative;
overflow: inherit;
}

.approved_more_btn {
  border-radius: 10px;
  background-color: rgb( 50, 50, 50 );
  background-image: url("http://www.medable.com/images/Icon---Plus-Sign.png");
  background-size: 40px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.4;  
  width: 50px;
  height: 50px;
  position: absolute;
  top: 100px;
  left: calc(50% - 20px);
  right: 50%;
  transition: opacity 0.4s ease-in;
  -webkit-transition: opacity 0.4s ease-in;
  -ms-transition: opacity 0.4s ease-in;
  -moz-transition: opacity 0.4s ease-in;
  -o-transition: opacity 0.4s ease-in;    
}

.approved_content{
    padding:5px;
    display:block;
    position: relative;
    transition: all linear 0.15s;
    -webkit-transition: all linear 0.15s;
    -ms-transition: all linear 0.15s;
    -moz-transition: all linear 0.15s;
    -o-transition: all linear 0.15s;
}

.approved:hover > .approved_more_bgd {
  opacity: 0;
}

.approved:hover > .approved_more_btn {
  opacity: 0.8;
}

.approved:hover > .approved_title {
  right: -400px;
  opacity: 0;
}

.approved:hover > .approved_small_desc {
  left: 0px;
}

.approved_more_btn:hover {
  cursor: pointer;
}

.approved_fullscreen {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 9996;
  background-color: rgba( 50, 50, 50, 0.8 );
  display: none;
}

.approved_fullscreen_image {
  z-index: 9997;
  border: 1px solid;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0px 3.464px 5px 0px rgb( 0, 0, 0 );
  position: fixed;
  top: 50%;
  left: 50%;
  height: auto;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.approved_fullscreen_image > img {
  z-index: 9998;
  width: 100%;
  float: left;
}

.approved_fullscreen_exit_btn {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 80px;
  width: 80px;
  z-index: 9999;
  background-image: url("http://www.medial.ca/images/4-close.png");
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center;
}

.approved_text {
  font-size: 0.75em;
  color: #C4C4C4;
  width: 360px;
  height: 355px;
  position: absolute;
  top: 15px;
  padding: 10px;
}

.approved_slide_wrap {
  padding: 0px;
  margin: 0px;
  float: right;
  position: relative;
  top: 10px;
  width: 355px;
}

.approved_img {
	margin: -25px 0 0 -10%;
}

.main_image {
  background-color: black;
  height:250px;
  width: 350px;
  overflow: hidden;
  position: relative;
  border: 0px;
  border-radius: 5px;
  overflow: hidden;
}

.main_image_zoom {
  height:280px;
  width: 350px;
  position: absolute;
  overflow: hidden;
  opacity: 0.5;
  background-image: url("../img/ico/zoom_in.png");
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s ease-out;   
  -webkit-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;

}

.main_image_zoom:hover {
  opacity: 0.8;
  background-size: 60px;
  }

.thumbs {
  padding: 0;
  position: relative;
  overflow: auto;
  overflow-x: hidden;

}

.thumb {
  padding: 0;
  position: relative;
  display: inline-block;
  border: 0px;
  border-radius: 5px;
  overflow: hidden;
  transition: all 0.3s ease-in;
  -webkit-transition: all 1s ease-in;
  -ms-transition: all 1s ease-in;
  -moz-transition: all 1s ease-in;  
  -o-transition: all 1s ease-in;

}

.thumb > img {
  filter: saturate(0.3);
  -webkit-filter: saturate(0.3);
  -ms-filter: saturate(0.3);
  -moz-filter: saturate(0.3);
  -o-filter: saturate(0.3);    
  transition: all 0.4s ease-in;
  -webkit-transition: -webkit-all 0.4s ease-in;
  -ms-transition: -webkit-all 0.4s ease-in;
  -moz-transition: -webkit-all 0.4s ease-in;
  -o-transition: -webkit-all 0.4s ease-in;
}

.thumb:hover > img {
filter: saturate(1);
-webkit-filter: saturate(1);
-ms-filter: saturate(1);
-moz-filter: saturate(1);
-o-filter: saturate(1);
}

@media screen and (max-device-width: 767px){
.approved {
background-color: rgba(0,0,0,0.8);	
float: none;
border-radius: 5px;
height: 220px;
width: 90%;
min-width: 300px;
position: relative;
overflow: hidden;
margin: 12px auto;
padding: 0;
border-radius: 5px;
box-shadow: 2px 3.464px 5px 0px #000;
transition: all linear 0.15s;
-moz-transition: all linear 0.15s;
-webkit-transition: height 0.4s ease-in;
-o-transition: height 0.4s ease-in;
-ms-transition: height 0.4s ease-in;
}

.approved_title {
  color: white;
  font-size: 0.8em;
  height: auto;
  padding: 2px 10px;
  background-color: rgba( 50, 50, 50, 0.8 );
  position: absolute;
  top: 20px;
  right: auto;
  opacity: 1;
  transition: right 0.3s ease-out, opacity 0.3s;
  -ms-transition: right 0.3s ease-in, opacity 0.3s; 
  -moz-transition: right 0.3s ease-in, opacity 0.3s; 
  -o-transition: right 0.3s ease-in, opacity 0.3s;    
}

.approved_small_desc {
  display: none;
}

.approved_bgd {
background-color: #1b1b1b;
background-repeat: no-repeat;
background-position: center;
background-size: 100%;
padding: 0;
height: 220px;
width: 100%;
position: relative;
overflow: inherit;
}

.approved_more_bgd {
  display: none;
}

.approved_more_btn {
  border-radius: 10px;
  background-color: rgb( 50, 50, 50 );
  background-image: url("http://www.medable.com/images/Icon---Plus-Sign.png");
  background-size: 40px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.8;  
  width: 50px;
  height: 50px;
  position: absolute;
  top: 100px;
  left: calc(50% - 20px);
  right: 50%;
  transition: opacity 0.4s ease-in;
  -webkit-transition: opacity 0.4s ease-in; 
}

.approved_content{
    padding:5px 0 0 0;
    display:block;
    position: relative;
    float: left;
    width: 100%;
    transition: all linear 0.15s;
    -moz-transition: all linear 0.15s;
}

.approved:hover > .approved_more_bgd {
  display: none;
}

.approved:hover > .approved_more_btn {
  opacity: 0.8;
}

.approved:hover > .approved_title {
  right: auto;
  opacity: 1;
}

.approved:hover > .approved_small_desc {
  display: none;
}

.approved_more_btn:hover {
  cursor: pointer;
}

.approved_fullscreen {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 9996;
  background-color: rgba( 50, 50, 50, 0.8 );
  display: none;
}

.approved_fullscreen_image {
  top: 50%;
  left: 50%;
  width: 95%;
}

.approved_fullscreen_image > img {
  z-index: 9998;
  width: 100%;
  float: left;
}

.approved_fullscreen_exit_btn {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 80px;
  width: 80px;
  z-index: 9999;
  background-image: url("http://www.medial.ca/images/4-close.png");
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center;
}

.approved_text {
  font-size: 0.70em;
  color: #C4C4C4;
  width: 90%;
  height: 150px;
  position: absolute;
  top: 245px;
  padding: 5px;
}

.approved_slide_wrap {
  padding: 0px;
  margin: 0 0 0 5px;
  float: none;
  position: relative;
  top: 2px;
  width: auto;
}

.approved_img {
  position: relative;
	width:100%;
  margin: 0;
  height: 300px;
  top: -15%;
  left: -25%;
}

.main_image {
  background-color: black;
  height:235px;
  width: 245px;
  overflow: hidden;
  position: relative;
  border: 0px;
  border-radius: 5px;
  overflow: hidden;
  float: left;
}

.main_image_zoom {
  height:235px;
  width: 267px;
  position: absolute;
  overflow: hidden;
  opacity: 0.7;
  z-index: 1;
  background-image: url("../img/ico/zoom_in.png");
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; 
}

.main_image_zoom:hover {
  opacity: 0.8;
  background-size: 60px;
  }

.thumbs {
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: 0px;
  width: 47px;
  height: 235px;
  float: left;
}

.thumb {
  margin: 0 0 5px 5px;
  width: 35px;
  height: 35px;
}

.thumb > img {
  height: 35px;
}
}

@media (min-width: 768px) {
.approved {
background-color: rgba(0,0,0,0.8);  
float: left;
border-radius: 5px;
height: 220px;
width: 750px;
position: relative;
overflow: hidden;
margin: 15px 15px 7px 0;
padding: 0;
border-radius: 5px;
box-shadow: 2px 3.464px 5px 0px #000;
transition: all linear 0.15s;
-moz-transition: all linear 0.15s;
-webkit-transition: height 0.4s, ease-in;
-o-transition: height 0.4s, ease-in;
-ms-transition: height 0.4s, ease-in;
}

.approved_title {
  color: white;
  font-size: 1em;
  height: auto;
  padding: 2px 10px;
  background-color: rgba( 50, 50, 50, 0.8 );
  position: absolute;
  top: 20px;
  right: auto;
  opacity: 1;
  transition: right 0.3s ease-out, opacity 0.3s;
  -ms-transition: right 0.3s ease-in, opacity 0.3s; 
  -moz-transition: right 0.3s ease-in, opacity 0.3s; 
  -o-transition: right 0.3s ease-in, opacity 0.3s;    
}

.approved_small_desc {
  color: white;
  word-wrap: break-word;
  font-size: 0.9em;
  height: 100px;
  width: 280px;
  padding: 2px 10px;
  background-color: rgba( 50, 50, 50, 0.8 );
  position: absolute;
  top: 100px;
  left: auto;
  right: 0;
  opacity: 1;
  transition: left 0.3s ease-out, opacity 0.3s;
  -ms-transition: left 0.3s ease-out, opacity 0.3s; 
  -moz-transition: left 0.3s ease-out, opacity 0.3s; 
  -o-transition: left 0.3s ease-out, opacity 0.3s; 
}

.approved_bgd {
background-color: #1b1b1b;
background-repeat: no-repeat;
background-position: center;
background-size: 750px;
padding: 0;
height: 220px;
width: 750px;
position: relative;
overflow: inherit;
}

.approved_more_bgd {
  width: 100%;
  height: 100%;
  background-color: black;
  position: absolute;
  top: 0;
  opacity:0.1;
  transition: opacity 0.4s ease-in;
  -webkit-transition: opacity 0.4s ease-in;  
}

.approved_more_btn {
  border-radius: 10px;
  background-color: rgb( 50, 50, 50 );
  background-image: url("http://www.medable.com/images/Icon---Plus-Sign.png");
  background-size: 40px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.8;  
  width: 50px;
  height: 50px;
  position: absolute;
  top: 100px;
  left: calc(50% - 20px);
  right: 50%;
  transition: opacity 0.4s ease-in;
  -webkit-transition: opacity 0.4s ease-in; 
}

.approved_content{
    padding:5px;
    display:block;
    position: relative;
    transition: all linear 0.15s;
    -moz-transition: all linear 0.15s;
}

.approved:hover > .approved_more_bgd {
  opacity: 0.1;
}

.approved:hover > .approved_more_btn {
  opacity: 0.8;
}

.approved:hover > .approved_title {
  right: auto;
  opacity: 1;
}

.approved:hover > .approved_small_desc {
  left: auto;
}

.approved_more_btn:hover {
  cursor: pointer;
}

.approved_fullscreen {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 9996;
  background-color: rgba( 50, 50, 50, 0.8 );
  display: none;
}

.approved_fullscreen_image {
  top: 50%;
  left: 50%;
  width: 95%;
}

.approved_fullscreen_image > img {
  z-index: 9998;
  width: 100%;
  float: left;
}

.approved_fullscreen_exit_btn {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 80px;
  width: 80px;
  z-index: 9999;
  background-image: url("http://www.medial.ca/images/4-close.png");
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center;
}

.approved_text {
  font-size: 0.75em;
  color: #E3E3E3;
  width: 360px;
  height: 355px;
  position: absolute;
  top: 15px;
  padding: 10px;
}

.approved_slide_wrap {
  padding: 0px;
  margin: 0px;
  float: right;
  position: relative;
  top: 10px;
  width: 355px;
}

.approved_img {
  margin: -25px 0 0 -10%;
}

.main_image {
  background-color: black;
  height:250px;
  width: 350px;
  overflow: hidden;
  position: relative;
  border: 0px;
  border-radius: 5px;
  overflow: hidden;
}

.main_image_zoom {
  height:280px;
  width: 350px;
  position: absolute;
  overflow: hidden;
  opacity: 0.5;
  background-image: url("../img/ico/zoom_in.png");
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; 
}

.main_image_zoom:hover {
  opacity: 0.8;
  background-size: 60px;
  }

.thumbs {
  margin-top: 10px;
  margin-left: 0px;
  width: 360px;
  height: 235px;
}

.thumb {
  margin: 0 10px 5px 0;
  width: 62px;
  height: 62px;
}

.thumb > img {
  height: 62px;
}
}

@media (min-width: 992px) {

.approved {
float: left;
border-radius: 5px;
height: 220px;
width: 957px;
position: relative;
overflow: hidden;
margin: 15px 15px 7px 0;
padding: 0;
border-radius: 5px;
box-shadow: 2px 3.464px 5px 0px #000;
transition: all linear 0.15s;
-moz-transition: all linear 0.15s;
-webkit-transition: height 0.4s, ease-in;
-o-transition: height 0.4s, ease-in;
-ms-transition: height 0.4s, ease-in;
}

.approved_title {
  color: white;
  font-size: 16px;
  height: 40px;
  background-color: rgba( 50, 50, 50, 0.8 );
  position: absolute;
  top: 150px;
  right: 0px;
  opacity: 1;
  transition: right 0.3s ease-out, opacity 0.3s;
  -webkit-transition: right 0.3s ease-in, opacity 0.3s;   
}

.approved_small_desc {
  color: white;
  word-wrap: break-word;
  font-size: 16px;
  height: 100px;
  width: 300px;
  background-color: rgba( 50, 50, 50, 0.8 );
  position: absolute;
  top: 100px;
  left: -320px;
  opacity: 1;
  transition: left 0.3s ease-out, opacity 0.3s;
  -webkit-transition: left 0.3s ease-in, opacity 0.3s;   
}

.approved_bgd {
background-color: #1b1b1b;
background-repeat: no-repeat;
background-position: center;
background-size: 957px;
padding: 0;
height: 220px;
width: 957px;
position: relative;
overflow: inherit;
}

.approved_more_bgd {
  width: 100%;
  height: 100%;
  background-color: black;
  position: absolute;
  top: 0;
  opacity:0.4;
  transition: opacity 0.4s ease-in;
  -webkit-transition: opacity 0.4s ease-in;  
}

.approved_more_btn {
  border-radius: 10px;
  background-color: rgb( 50, 50, 50 );
  background-image: url("http://www.medable.com/images/Icon---Plus-Sign.png");
  background-size: 40px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.4;  
  width: 50px;
  height: 50px;
  position: absolute;
  top: 100px;
  left: calc(50% - 25px);
  right: 50%;
  transition: opacity 0.4s ease-in;
  -webkit-transition: opacity 0.4s ease-in; 
}

.approved_content{
    padding:5px;
    display:block;
    position: relative;
    transition: all linear 0.15s;
    -moz-transition: all linear 0.15s;
}

.approved:hover > .approved_more_bgd {
  opacity: 0;
}

.approved:hover > .approved_more_btn {
  opacity: 0.8;
}

.approved:hover > .approved_title {
  right: -400px;
  opacity: 0;
}

.approved:hover > .approved_small_desc {
  left: 0px;
}

.approved_more_btn:hover {
  cursor: pointer;
}

.approved_fullscreen {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 9996;
  background-color: rgba( 50, 50, 50, 0.8 );
  display: none;
}

.approved_fullscreen_image {
  z-index: 9997;
  border: 1px solid;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0px 3.464px 5px 0px rgb( 0, 0, 0 );
  position: fixed;
  height: auto;
  width: auto;
  max-width: 900px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);

}

.approved_fullscreen_image > img {
  z-index: 9998;
  width: 100%;
}

.approved_fullscreen_exit_btn {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 80px;
  width: 80px;
  z-index: 9999;
  background-image: url("http://www.medial.ca/images/4-close.png");
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center;
}

.approved_text {
  font-family: Telex;
  font-size: 0.9em;
  color: #E3E3E3;
  width: 450px;
  height: 355px;
  position: absolute;
  top: 15px;
  padding: 10px;
}

.approved_slide_wrap {
  padding: 0px;
  margin: 0px;
  float: right;
  position: relative;
  top: 10px;
  width: 455px;
}

.approved_img {
	margin: 0;
}

.main_image {
  background-color: black;
  height:300px;
  width: 450px;
  overflow: hidden;
  position: relative;
  border: 0px;
  border-radius: 5px;
  overflow: hidden;
}

.main_image_zoom {
  height:300px;
  width: 450px;
  position: absolute;
  overflow: hidden;
  opacity: 0.5;
  background-image: url("../img/ico/zoom_in.png");
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; 
}

.main_image_zoom:hover {
  opacity: 0.8;
  background-size: 60px;
  }

.thumbs {
  margin-top: 10px;
  margin-left: 5px;
  width: 470px;
  height: 140px;
}

.thumb {
  margin: 0 10px 5px 0;
  width: 65px;
  height: 65px;
}

.thumb > img {
  height: 65px;
  filter: saturate(1);
  -webkit-filter: saturate(1);
  -ms-filter: saturate(1);
  -moz-filter: saturate(1);
  -o-filter: saturate(1);
}
}

/* PROMO */
.promo {
  background-color:rgba(0, 0, 0, 0.8);
  border-radius: 5px;
  box-shadow: 2px 3.464px 5px 0px rgb( 0, 0, 0 );
  float: left;
  position: relative;
  overflow: hidden;
  transition: background-color 0.4s ease-in;
  -webkit-transition: background-color 0.4s ease-in;
  -moz-transition: background-color 0.4s ease-in;
  -o-transition: background-color 0.4s ease-in;
  -ms-transition: background-color 0.4s ease-in;
}

@media screen and (max-device-width: 767px){
.promo_wrap{
  position: relative;
  width:100%;
  height: auto;
  float: left;
}

.promo {
  width: 90%;
  min-width: 320px;
  margin: 15px auto 7px auto;
  float: none;    
}

.promo_img{
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 200px;
  box-shadow: 0px 3.464px 5px 0px #000;
  float: left;
}

.promo_title {
  position:absolute;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0, 0.5);
}

.promo_title > h1 {
  color: rgba(255,255,255, 0.9);  
  font-size: 1.1em;
  font-style: italic;
  padding: 0px 15px;
}

.promo_desc {
  position:relative;
  float: left;
}

.promo_desc > h2 {
  color: #C4C4C4;
  font-size: 0.8em;
  font-style: italic;
  padding: 0px 5px;
  margin: 5px 0px;
}

.promo_content {
  position: relative;
  color: white;
  font-size: 0.7em;
  float: left;
  width: 100%;
  min-width: 300px;
  height: 240px;
  padding: 0px 0px 10px 2px;
}

.promo_content p {
  margin: 3px 0;
}

}

@media (min-width: 768px) {
.promo_wrap{
  position: relative;
  width:750px;
  height: auto;
  float: left;
}

.promo {
  width: 750px;
  margin: 15px 15px 7px 0;    
}

.promo_img{
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  width: 350px;
  height: 300px;
  box-shadow: 0px 3.464px 5px 0px #000;
  float: left;
}

.promo_title {
  position:absolute;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0, 0.5);
}

.promo_title > h1 {
  color: rgba(255,255,255, 0.9);  
  font-size: 1.1em;
  font-style: italic;
  padding: 0px 15px;
}

.promo_desc {
  position:relative;
  float: left;
  max-width:400px;
}

.promo_desc > h2 {
  color: #C4C4C4;
  font-size: 0.8em;
  font-style: italic;
  padding: 0px 15px;
  margin: 5px 0;
}

.promo_content {
  position: relative;
  color: white;
  font-size: 0.7em;
  float: left;
  width: 380px;
  height: 240px;
  padding: 0px 8px 8px 8px;
}

.promo_content p {
  margin: 8px 0;
}

}

@media (min-width: 992px) {
.promo_wrap{
  position: relative;
  width:980px;
  height: auto;
  float: left;
}

.promo {
  width: 960px;
  height: 320px;
  margin: 15px 15px 7px 0;       
  }

.promo_img{
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  width: 450px;
  height: 320px;
  box-shadow: 0px 3.464px 5px 0px #000;
  float: left;
}

.promo_title {
  position:absolute;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0, 0.5);
}

.promo_title > h1 {
  color: rgba(255,255,255, 0.9);  
  font-size: 1.1em;
  font-style: italic;
  padding: 0px 15px;
}

.promo_desc {
  position:relative;
  float: left;
  max-width: 510px;
}

.promo_desc > h2 {
  color: #C4C4C4;
  font-size: 0.8em;
  font-style: italic;
  padding: 0px 15px;
  margin: 5px 0;
}

.promo_content {
  position: relative;
  color: white;
  font-size: 0.8em;
  float: left;
  width: 490px;
  height: 240px;
  padding: 0px 10px 10px 10px;
}

.promo_content p {
  margin: 3px 0;
}

}  

