/*
Theme Name: Canadian Generic Pharmaceutical Association
Theme URI: http://adhomecreative.com/
Author: Adhome J
Author URI: http://adhomecreative.com/
Description: CGPA Responsive theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: CGPA
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Canadian Generic Pharmaceutical Association is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
@font-face {
    font-family: 'Montserrat-Regular';
    src: url('../fonts/Montserrat-Regular.eot');
    src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Montserrat-Regular.woff2') format('woff2'),
         url('../fonts/Montserrat-Regular.woff') format('woff'),
         url('../fonts/Montserrat-Regular.ttf') format('truetype'),
         url('../fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
}
@font-face {
    font-family: 'Montserrat-Light';
    src: url('../fonts/Montserrat-Light.eot');
    src: url('../fonts/Montserrat-Light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Montserrat-Light.woff2') format('woff2'),
         url('../fonts/Montserrat-Light.woff') format('woff'),
         url('../fonts/Montserrat-Light.ttf') format('truetype'),
         url('../fonts/Montserrat-Lightsvg#Montserrat-Light') format('svg');
}
@font-face {
    font-family: 'Montserrat-Bold';
    src: url('../fonts/Montserrat-Bold.eot');
    src: url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Montserrat-Bold.woff2') format('woff2'),
         url('../fonts/Montserrat-Bold.woff') format('woff'),
         url('../fonts/Montserrat-Bold.ttf') format('truetype'),
         url('../fonts/Montserrat-Boldsvg#Montserrat-Bold') format('svg');
}
@font-face {
    font-family: 'Lato_Regular';
    src: url('../fonts/Lato_Regular.eot');
    src: url('../fonts/Lato_Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Lato_Regular.woff2') format('woff2'),
         url('../fonts/Lato_Regular.woff') format('woff'),
         url('../fonts/Lato_Regular.ttf') format('truetype'),
         url('../fonts/Lato_Regularsvg#Lato_Regular') format('svg');
}
@font-face {
    font-family: 'Lato_Bold';
    src: url('../fonts/Lato_Bold.eot');
    src: url('../fonts/Lato_Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Lato_Bold.woff2') format('woff2'),
         url('../fonts/Lato_Bold.woff') format('woff'),
         url('../fonts/Lato_Bold.ttf') format('truetype'),
         url('../fonts/Lato_Boldsvg#Lato_Bold') format('svg');
}
@font-face {
    font-family: 'Lato_Black';
    src: url('../fonts/Lato_Black.eot');
    src: url('../fonts/Lato_Black.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Lato_Black.woff2') format('woff2'),
         url('../fonts/Lato_Black.woff') format('woff'),
         url('../fonts/Lato_Black.ttf') format('truetype'),
         url('../fonts/Lato_Blacksvg#Lato_Black') format('svg');
}

body{
	font-family: 'Lato_Regular';
    font-size: 20px;
}
/* Globel ************************************/
/*****************************************************/
ul.nav li.dropdown:hover ul.dropdown-menu{
    display: block;   
}

.post-navigation{
    display: none;
}
.site-main{
  padding-top: 100px;
  padding-bottom: 20px;
}
.home-page .site-main{
  padding-top: 100px;
  padding-bottom: 0 !important;
}
a{
  color: #d40d12;
}
a:focus,
a:hover{
  text-decoration: none;
  color: #99080b;
}
.post-edit-link{
  float: left;
}
.red{color:#d40d12}
.wpb_content_element{margin-bottom:10px !important;}
.error-404{padding:100px 0;}
.results-title{padding:10px 0;}
.president-image{float: right; margin-left: 20px;}
.tparrows:before {
    color: #ccc !important;
}
#rev_slider_1_1 .uranus.tparrows:before{
  font-size: 60px !important;
}
/* header section ************************************/
/*****************************************************/
.header{
    background-color:#d92028;
    position: fixed;
    left: 0;
    z-index: 1000;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.logo{
  height: 60px;
  margin-top: 26px;
	margin-left: -15px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.header-right{
	text-align: right;
	float: right;
}
.header-search, .header-sm{
	display: inline-block;
	vertical-align: middle;
}
.header-search img:hover, .header-sm img:hover{
	opacity: .7;
}
.header-sm{
    border-left: 1px solid #fff;
    margin-top: 65px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.header-sm img{
    padding-left: 10px;
}
/* Search Form ***************/
.search-section{
    display: none;
}
.form-text{
    margin: 10px 0 0 0;
    padding: 0 20px;
    font-size: 25px;
    background-color: #d40d12;
    border: 3px solid #fff;
    height: 55px;
    width: 100%;
    color: #fff;
}
::-webkit-input-placeholder {
   color: #fff;
}
:-moz-placeholder { /* Firefox 18- */
   color: #fff;
}
::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;
}
:-ms-input-placeholder {  
   color: #fff;
}
.btn-search{
	background-color: #d92028;
  border-color: #d92028;
	color: #fff;
  font-size: 25px;
  margin-top: 65px;
  outline:none;
  border: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* Navigation***************/
.navbar {
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 57px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
    font-size: 11.5px;
}
.navbar-inverse {
    background-color:transparent;
    border:0 !important;
}
.navbar-inverse .navbar-nav>li>a {
    color: #fff;
    font-family: 'Montserrat-Bold';
    text-transform: uppercase;
    padding: 15px 8px;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.active>a{
    background-color: #fff;
    color: #d40d12;
}
.navbar-inverse .navbar-nav>.active>a:hover{
    background-color: #e5e5e5;
    color: #d40d12;
}
.dropdown-menu {
    background-color: #d40d12;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0px solid #ccc; 
    border: 0px solid rgba(0,0,0,.15); 
    border-radius: 0px; 
    -webkit-box-shadow: 0 0 0 rgba(0,0,0,.175); 
    box-shadow: 0 0 0 rgba(0,0,0,.175); 
}
.dropdown-menu>li>a{
    color: #fff;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover{
    background-color: #fff;
    color: #d40d12;
}
/* Language Menu***************/
.menu-item-language-current{
    display: none !important;
}
.menu-item-language{
    border-radius: 50%;
    width: 30px;
    height: 30px; 
    background-color: #fff; 
    margin-left: 20px; 
    margin-top: 10px; 
}
.menu-item-language a {
    color: #d40d12 !important;    
    font-weight: bold;
    text-align: left;
    padding: 6px 5px !important;
}
.glyphicon {
	display:inline !important;
}

/* Stick header ***************/
.logo.sticky{
  margin-top: 0;
}
.header-sm.sticky{
    margin-top: 35px;
}
.btn-search.sticky{
  margin-top: 35px;
}
.navbar.sticky{
    margin-top: 27px;
}
.header.sticky{
  -webkit-box-shadow: 0px 1px 21px 0px rgba(0,0,0,0.53);
  -moz-box-shadow: 0px 1px 21px 0px rgba(0,0,0,0.53);
  box-shadow: 0px 1px 21px 0px rgba(0,0,0,0.53);
}

/* Hoem Page ************************************/
/*****************************************************/

.three-icons{
    margin-top: 80px;
    margin-bottom: 60px;
}
.icon-title{
    margin-bottom: 20px;
}
.icon-block{
    text-align: center;
    font-size: 24px;
    font-family: 'Montserrat-Bold';
    font-weight: bold;
    text-transform: uppercase;
    line-height: 100%;
}
.icon-block a{
    color: #14161a;
    text-decoration: none;
}
.icon-block a:hover{
    color: #363d4b;
}
.generic-medicine-icon:visited,
.generic-medicine-icon{background: url('../images/pillIcon.png') no-repeat; background-size:100%; height: 176px; width: 176px; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; display: block; margin:auto;}
.generic-medicine-icon:hover{background: url('../images/pillIconHover.png') no-repeat; background-size:100%; height: 176px; width: 176px; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease;}
.market-trend-icon:visited,
.market-trend-icon{background: url('../images/marketIcon.png') no-repeat; background-size:100%; height: 176px; width: 176px; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease;  display: block; margin:auto;}
.market-trend-icon:hover{background: url('../images/marketIconHover.png') no-repeat; background-size:100%; height: 176px; width: 176px; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease;}
.standard-icon:visited,
.standard-icon{background: url('../images/ribbnIcon.png') no-repeat; background-size:100%; height: 176px; width: 176px; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease;  display: block; margin:auto;}
.standard-icon:hover{background: url('../images/ribbnIconHover.png') no-repeat; background-size:100%; height: 176px; width: 176px; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease;}


.icon-block img{
   -webkit-filter: grayscale(100%);
  -webkit-transition: .5s ease-in-out;
  -moz-filter: grayscale(100%); 
  -moz-transition: .5s ease-in-out;
  -o-filter: grayscale(100%); 
  -o-transition: .5s ease-in-out;
  filter: grayscale(100%);
}
.icon-block img:hover {
  -webkit-filter: grayscale(0%);
  -webkit-transition: .5s ease-in-out;
  -moz-filter: grayscale(0%);
  -moz-transition: .5s ease-in-out;
  -o-filter: grayscale(0%);
  -o-transition: .5s ease-in-out;
  filter: grayscale(0%);
}
/* Home About Us***************/
.home-aboutus{
    background-color: #d40d12;
    color: #fff;
    padding: 60px 0 80px 0;
    text-align: center;
    font-size: 20px;
}
.redstrip-title{
    font-size: 50px;
    text-transform: uppercase;
}
/* Home Social Media***************/
.home-social{
    background-color: #e9e5e5;
}
.bottom_btn{
    font-family: 'Lato_Bold';
    background-color: #d40d12;
    width: 50%;
    color: #fff;
    font-size: 22px;
    padding:8px 0;
    text-align: center;
    margin: auto;
    position: absolute;
    bottom: 0;
    left: 25%;
}
.bottom_btn a{
    color: #fff;
    opacity: .8;
}
.bottom_btn a:hover{
    text-decoration: none;
    opacity: 1;
}
.latest-news{
    padding-top: 30px;
    background-color: #a0a0a0;
    text-align: center;
    min-height: 600px;
}
.twitter-section .widget-title,
.facebook-section .widget-title,
.latest-news .title{
    text-align: center;
    font-size: 24px;
    font-family: 'Montserrat-Bold';
    color: #3a3a3b;
    margin-top: 20px
}
.latest-news .content{
    font-family: 'Lato_Regular';
    text-align: left;
    font-size: 18px;
    color: #fff;
    margin-top: 20px;
    padding:0 20px;
}
.latest-news .content a{
    color: #d40d12;
    text-decoration: underline;
}
.facebook-section{
    padding-top: 30px;
    background-color: #d5d5d5;
    text-align: center;
    min-height: 600px;
}
.facebook-section .textwidget{
    margin-top: 30px;
}
.twitter-section{
    padding-top: 30px;
    background-color: #f4f3f3;
    text-align: center;
    min-height: 600px; 
}
.twitter-section .textwidget{
    margin-top: 30px;
}





/* Footer section***************************************/
/*****************************************************/

.bottom{
    padding-top: 40px;
}
.bottom-right .widget-title,
.bottom-left .widget-title{
    font-size: 18px;
    color: #323640;
    text-transform: uppercase;
    font-family: 'Montserrat-Regular';
}
.bottom-right .menu-key-topics-fr-container,
.bottom-right .menu-footer-links-fr-container,
.bottom-right .menu-footer-links-container,
.bottom-right .menu-key-topics-container,
.bottom-left .textwidget{
    font-size: 16px;
    font-family: 'Lato_Regular';
    border-top: 1px solid #323640;
    padding:15px 0 0 0;
    margin-top: 15px;
}
.widget_nav_menu ul{
    list-style: none;
    font-size: 16px;
    margin-left: -40px !important;
}
.widget_nav_menu ul a{
    color: #d40d12;
}
.widget_nav_menu ul a:hover{
    text-decoration: none;
    color: #a50e12;
}
.bottom-right-01 .widget_nav_menu ul li{
    display: inline-block;
    width: 45%;
}
.widget_nav_menu .menu-item-language{
    display: none !important
}
.bottom-right-02 .widget_nav_menu ul li{
    display: block;
    width: 100%;
}
.foot{
    padding-bottom: 40px;
    padding-top: 20px;
    font-size: 10px;
    border-top: 1px solid #323640;
    margin-top: 30px;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.foot-left img{
    width: 150px;
}
.foot-right{
    text-align: right;
    padding-right: 0 !important;
    padding-top: 60px;
}
.foot-left{
    padding-left: 0 ;
}
.widget-title{
  font-size: 14px;
  margin: 0;
}

/* Default subpage***************************************/
/*****************************************************/

.subpage-header{
    height: 240px;
    background-repeat: none;
    background-position: top;
    background-size: cover;
}
.entry-header{
    margin-top: 152px;
    background: #d40d12;
    opacity: 0.7;
    color: #fff;
    padding: 10px 30px;
    width: 80%;
}
.entry-title{
    color: #fff;
    opacity: 1;
    font-size: 48px;
}
.breadcrumbs{
    margin: 30px 0 0 0;
    font-family: 'Montserrat-Bold';
    font-size: 14px;
    color: #323640
}
.breadcrumbs a{
    color: #d40d12;
    font-family: 'Montserrat-Regular';
}
.subpage-title{
    font-size: 48px;
    text-transform: uppercase;
    color: #768096;
}
#black-studio-tinymce-4 {
    padding:0;
    list-style:none;
    margin:30px 0 0 0;
    display:block;
}
#black-studio-tinymce-4{ display:block; text-align: center;}
#black-studio-tinymce-4 a{display:inline-block; margin: 5px 4%;}
#black-studio-tinymce-4 img { opacity:0;}

/* News subpage***************************************/
/*****************************************************/
.news-items{
  padding:20px 0;
  border-bottom: 1px solid #999;
}
.news-date{
  font-size: 14px;
  color: #999;
}
.news-title{
  font-weight: bold;
}
.news-abstract{
  font-size: 16px;
  margin-bottom: 10px;
}
.news-readmore a{
  font-size: 14px;
  color: #fff;
  padding:5px 20px;
  background: #d40d12;
}
.news-readmore a:hover{
  background: #99080b;
}
.download-extra,
.download-word,
.download-pdf{
  float: left;
  margin:10px 0;
  width: 100%;
}
.download-extra .image,
.download-pdf .image,
.download-word .image{
  width: 50px;
}
.download-extra img,
.download-word img,
.download-pdf img{
  width: 30px;
}
.download-extra .link,
.download-word .link,
.download-pdf .link{
  width: 85%;
  line-height: 100%;
  font-size: 14px;
  padding:10px 0;
}
.download-extra .link,
.download-extra .image,
.download-word .link,
.download-word .image,
.download-pdf .link,
.download-pdf .image{
  float: left;
}
.single-news-title{
  color: #d40d12;
  text-transform: uppercase;
  font-size: 25px !important;
  margin-bottom: 20px;
}
.download-extra {
  border-top: 1px solid #999;
  padding-top: 20px;
}

/* Garavity Form***************************************/
/*****************************************************/
.mutiple_label1 label{height:80px;}
.mutiple_label2 label{height:60px;}
.mutiple_label label{height:120px;}
.gform_wrapper .gfield_required {color: #d40d12 !important;}

/* Tables***************************************/
/*****************************************************/
.wpsm-comptable th, .wpsm-comptable td {
    padding: 5px 20px;
}
#wpsm-table-4.wpsm-comptable td:last-child, #wpsm-table-8.wpsm-comptable td:last-child {
	text-align: center;
}
.saving-section .wpsm-thead-default th{
  background-color: #768197;
  text-align: right;
  border-right: 40px solid #fff;
}
.saving-section .wpsm-thead-default th:first-child{
  text-align: left;
}
.saving-section .wpsm-comptable td{
  background:#f1f3f5 !important;
  text-align: right;
  border: 1px solid #fff;
  border-right: 40px solid #fff;
}
.saving-section .wpsm-comptable td:first-child{
  text-align: left;
  color: #768197;
}
.saving-section .wpsm-comptable td:last-child{
   color:#d40d12;
}
/* Custom CSS for subpage***************************************/
/*****************************************************/
.generic-medicine-col{
  min-height: 480px;
}
/* Custom CSS for map***************************************/
/*****************************************************/
.fm-tooltip-frame{
  background-color: #333;
  border: 0px;
  border-radius: 0;
}
.fm-tooltip-frame td {
    padding: 0px 5px;
    width: 100%;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
}
/* Custom CSS responsive menu***************************************/
/*****************************************************/
#responsive-menu-container #responsive-menu li.responsive-menu-item a,
#responsive-menu-container #responsive-menu-wrapper {
    background: #d40d12 !important;
}
#responsive-menu-container #responsive-menu li.responsive-menu-item a {
    border-top: 1px solid #fff !important;
    border-bottom: 0px solid #fff !important;
}
#responsive-menu-container #responsive-menu li.responsive-menu-item a .responsive-menu-subarrow {
    border-left: 1px solid #fff !important;
     background: #d40d12 !important;
}
#responsive-menu-container #responsive-menu li.responsive-menu-item.responsive-menu-current-item a.responsive-menu-item-link,
#responsive-menu-container #responsive-menu li.responsive-menu-item.responsive-menu-current-item a.responsive-menu-item-link:hover,
#responsive-menu-container #responsive-menu ul.responsive-menu-submenu-depth-1 a.responsive-menu-item-link:active,
#responsive-menu-container #responsive-menu ul.responsive-menu-submenu-depth-1 a.responsive-menu-item-link:hover{
  background-color: #fff !important;
  color: #f00;
}
/* widget loation***************************************/
/*****************************************************/
.location-left{
  float: left;
  width: 50%;
}
.location-right{
  float: left;
  width: 45%;
}
/* member logos***************************************/
/*****************************************************/
.Apotex{background: url('../images/memberLogos/Apotexlogo_BW.png') no-repeat; background-size:100%; height: 79px; width: 181px; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease;}
.Apotex:hover{background: url('../images/memberLogos/Apotexlogo.png') no-repeat; background-size:100%; height: 79px; width: 181px; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease;}
.Fresenius{background: url('../images/memberLogos/FreseniusLogo_BW.png') no-repeat; background-size:100%; height: 79px; width: 181px; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease;}
.Fresenius:hover{background: url('../images/memberLogos/FreseniusLogo.png') no-repeat; background-size:100%; height: 79px; width: 181px; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease;}
.Marcan{background: url('../images/memberLogos/MarcanLogo_BW.png') no-repeat; background-size:100%; height: 79px; width: 181px; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease;}
.Marcan:hover{background: url('../images/memberLogos/MarcanLogo.png') no-repeat; background-size:100%; height: 79px; width: 181px; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease;}
.Mylan{background: url('../images/memberLogos/MylanLogo_BW.png') no-repeat; background-size:100%; height: 79px; width: 181px; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease;}
.Mylan:hover{background: url('../images/memberLogos/MylanLogo.png') no-repeat; background-size:100%; height: 79px; width: 181px; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease;}
.Pharma{background: url('../images/memberLogos/PharmaLogo_BW.png') no-repeat; background-size:100%; height: 79px; width: 181px; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease;}
.Pharma:hover{background: url('../images/memberLogos/PharmaLogo.png') no-repeat; background-size:100%; height: 79px; width: 181px; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease;}
.Sandoz{background: url('../images/memberLogos/SandozLogo_BW.png') no-repeat; background-size:100%; height: 79px; width: 181px; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease;}
.Sandoz:hover{background: url('../images/memberLogos/SandozLogo.png') no-repeat; background-size:100%; height: 79px; width: 181px; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease;}
.Taro{background: url('../images/memberLogos/TaroLogo_BW.png') no-repeat; background-size:100%; height: 79px; width: 181px; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease;}
.Taro:hover{background: url('../images/memberLogos/TaroLogo.png') no-repeat; background-size:100%; height: 79px; width: 181px; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease;}
.Teva{background: url('../images/memberLogos/TevaLogo_BW.png') no-repeat; background-size:100%; height: 79px; width: 181px; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease;}
.Teva:hover{background: url('../images/memberLogos/TevaLogo.png') no-repeat; background-size:100%; height: 79px; width: 181px; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease;}

/*--------------------------------------------------------------
# French Site
--------------------------------------------------------------*/
#menu-key-topics-fr,
#menu-footer-links-fr{
  font-size: 15px;
}
.generic-medicine-col-fr{
  min-height: 570px;
}
ul#menu-main-menu-fr.nav.navbar-nav{
  font-size: 8.5px !important;
}
/*--------------------------------------------------------------
# Mobile Language Switcher
--------------------------------------------------------------*/
.language-switcher{
  display: none;
}

.cq-videocover-iconcontainer.icon-center {opacity:.8 !important;}
.cq-videocover-iconcontainer {
    width: 50px !important;
    height: 50px !important;
}
.cq-videocover-iconcontainer .cq-videocover-icon {
	margin: 0 0 0 3px !important;
    line-height: 50px !important;
}