/*
	Theme Name: i+ Business Basic
	Theme URI: innovatingBD.com
	Description: i+ Business Basic WordPress Theme (Feb 2016)
	Version: 1.1
	Author: i+ Holdings Inc (i+)
	Author URI: innovatingBD.com
	Tags: i+ Business Basic, i+ Holdings Inc (i+)

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
html {
    font-size:18px;
}
body {
    font-family: 'DIN Next CYR', sans-serif;
    color:#5A5A5A;
    font-size:18px;
    line-height:1.25;
    font-size:1em;
    font-weight:400;
      -webkit-font-smoothing:antialiased;

    
}
h1, h2, h3, h4, h5, h6{
    font-family: 'DIN Next CYR';
    margin:0 0 3%;
    line-height:122%;
    font-weight:bold;
}

h1, .home h2, .home h3.widget-title {    
    font-size:2.25em;
    margin: 0 0 0.5em;
    font-weight:400;
}
.home h1,
.home h2, 
.home h3 {
    text-align:center;
}
.h2, h2 {
    font-size:1.75em;
}

h1, h2, h3 {
    text-transform:uppercase;
}
body.single-post article h1 {
/*     margin-top:28px */
}
body.single-post article h2 {
    font-size:
}
.post h2, .post h3 {
    text-transform:none;
}
h2, h3 {
    margin:0.15em 0;
}
h3 {
    font-size:1.5em;
}
h3.widget-title {    
    text-align:left;
}
.widget_siteorigin-panels-builder .panel-grid h3 {
    font-size:1.85em;
    text-align:left;
}
h4, h5, h6  {    
    font-size:1.3em;
    color:#333;
}
h6  {    
    font-weight:400;
    font-size:1.14em;
}
table {
    max-width:100%;
}
table td {
    padding:5px 10px 5px 0;
    vertical-align:0;
}
.float-right {
    float:right;
}
.txt-black {
    font-weight: 800;
}
.txt-blue {
    color:#0081c6;
}
.w-sidebar  h2, .w-sidebar  h3, .w-sidebar h4 {
    font-size:1.75em;
}
.w-sidebar h3.comment-reply-title {
    font-size:1.5em;
}
.w-sidebar h5 {
    font-size:1.25em;
    margin:1% 0;
}
.w-sidebar section h6 {
    font-size:1.25em;
     margin:1% 0;
}

.sidebar h1, .sidebar h2, .sidebar h3 {
    font-size:1.47em;
    margin:30px 0 10px;
}
.sidebar h3:first-child {
    margin-top:0;
}
.sidebar h4, .sidebar h5, .sidebar h6 {
    font-size:100%;
}
.sidebar .widget-odd, .sidebar .widget-even {
    margin-bottom:30px;
}
p {
    margin:0 0 20px;
}
p.no-margin {
    margin-bottom:0
}
a {
    cursor:pointer
}
em, code {
    font-style:italic
}
b, strong {    
    font-weight:500;
}
.home .so-widget-sow-editor p {
    margin-bottom:28px;
    font-size:1.25em;
    max-width:100%;
}
.home #at4-share {
    display:none !important;
}
small {
    font-style:italic;
}
hr {
    margin: 17px 0 18px;
    height: 0;
    clear: both;
    border: solid #ddd;
    border-width: 1px 0 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #fff;
}
.group:after, .clear, .clearfix, article:after, main:after {
  content: "";
  display: table;
  clear: both;
}
button, input, optgroup, select, textarea {
    color: inherit;
    margin: 0;
}
input, textarea {
    max-width: 100%;
    width: 100%;
    font-size:24px;
    color:#a1a1a1;
    background: #FFF;
    height:50px;
    line-height:50px;
    padding:0 16px;
    outline: none;
    border:2px solid #a1a1a1;
    font-weight:bold;
    margin-bottom:20px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
textarea {
    height:200px;
    padding:30px;
    line-height:120%;
}

input[type="submit"] {
    color: #fff;
    padding: 0 24px;
    width: auto;
    font-weight:400;
    line-height:100%;
    line-height:40px;
    text-transform:uppercase;
    font-size:1.25em;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.mc4wp-form-fields input {display:inline-block;width:100%;margin-bottom:10px; }
.wpcf7-form input {margin-bottom:10px !important;}
.wpcf7-form input[type="submit"], .mc4wp-form-fields input[type="submit"] {
    line-height:1;
    position:relative;
    top:1px;
    width:99.4%;
}
.mc4wp-form-fields {
    /*float:right;
    text-align:right;*/
}
.show_hideDiv {
    padding-bottom:30px !important;
    width:308px;
}
input, textarea, form p {
    position:relative;
    z-index:1;
}
.wpcf7-form label, .mc4wp-form-fields label {
    position: absolute !important;
clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
clip: rect(1px, 1px, 1px, 1px);
}

.required {
    color:#e51937;
    font-weight:400;
    font-size:0.92em
}
.red, .post-edit-link {
    color:#e51937;
}
.grey {color:#AEB0B2}
.small {
    font-size:60%;
}
.home #primary .widget .wpcf7-form p.note, .mc4wp-response p,
.note {
    color:#FF0000;
}
.mc4wp-response p {
    font-style:italic;
    font-size:80%;
    padding-left:7px;
}
.form-section  {
    max-width:80%;
    margin:auto;
}
.wpcf7-form p.note, .home .so-widget-sow-editor p.note {font-size:14px !important;}
.home #primary .widget .wpcf7-form p.note {
    font-size:0.9em;
    margin-top:-20px;
}
::-webkit-input-placeholder {
  color: #a1a1a1;
  opacity: 1 !important;
  text-transform:uppercase;
}

:-moz-placeholder { 
  color: #a1a1a1;   
  opacity: 1 !important;
  text-transform:uppercase;
}

::-moz-placeholder { 
  color: #a1a1a1;
  opacity: 1 !important;
  text-transform:uppercase;
}

:-ms-input-placeholder { 
  color: #a1a1a1;
  opacity: 1 !important;
  text-transform:uppercase;
}

::-ms-input-placeholder {
  color: #a1a1a1;
  opacity: 1 !important;
  text-transform:uppercase;
}

:placeholder-shown {
  color: #a1a1a1;
  opacity: 1 !important;
  text-transform:uppercase;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
    text-decoration:none;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
a:hover {
	color:#000;
}
a:focus {
}
a:hover,
a:active {
	outline:0;
}
input:focus, textarea:focus {
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
.hide {
    display:none;
}
.panel-row-style .panel-grid-cell, .siteorigin-panels-stretch.fullscreen .panel-grid-cell, .panel-grid-cell, .wrapper {
	width: 100%;
	max-width: 1140px;
	margin: -5px auto;
}
.panel-grid-cell {
    position:relative;
}


.wrapper {
    padding:0 0 60px;
}
main .wrapper {
    padding-top:40px;
}
.siteorigin-panels-stretch .panel-grid-cell {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}
.panel-row-style-fullscreen {
    padding:5% 0 0;
    color:#000;
    background-attachment:fixed !important;
}
.wow {
  visibility: hidden;
}  
.header-fixed .wow {
    visibility:visible;
}
.panel-row-style-fullscreen h1,
.panel-row-style-fullscreen h2,
.panel-row-style-fullscreen h3,
.panel-row-style-fullscreen h4,
.panel-row-style-fullscreen h5,
.panel-row-style-fullscreen h6,
.panel-row-style-fullscreen p {
    color:#000;
    margin:0 0 0.35em;
    font-weight:400;
}
.panel-row-style-fullscreen h1 {
    margin-bottom:0;
}
.panel-row-style-fullscreen p {
    font-size: 0.9em;
    line-height: 120%;
}
.panel-row-style-fullscreen iframe {
    margin-top:0.15em;
}
.social .fa {
    display:block;
    padding:0;
    width:54px;
    height:54px;
    line-height:54px;
    text-align:center;
    font-size:1.25em;
    background-color:#afafb0;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -khtml-border-radius: 100%;
}
.social a:hover .fa {
     background-color:#333;
     text-decoration:none;
}
.social a:hover {
    text-decoration:none;
}
.social .fa, .social a, .social a span, .social a i {
    color:#FFF !important
}
.wpcf7-form .social, .mc4wp-form-fields .social {
    float:right;
    margin-top:-30px;
    width:auto;
}
.wpcf7-form .social a, .mc4wp-form-fields .social a {
    float:right;
    
    margin-left:10px
}
.wpcf7-form p, .mc4wp-form-fields p {
    margin-bottom:0;
    text-align:left;
}
/* logo */
#header .logo img, #header .col-2-12 img {
    height:auto;
    width:auto;
    max-width:none;
    height:100px;
    position:relative;
    top:0;
    left:0;
}
#header .logo a:hover, #header .logo a:active, #header .logo a:focus {
    text-decoration:none;
}
#header .col-2-12 img {
    max-height:76px;
}
.wrapper.w-sidebar section {
    width:64%;
    float:left;
    padding-bottom:60px;
}
.wrapper.w-sidebar .sidebar {
    width:30%;
    margin-left:5%;
    float:left;
    padding:10px 0 60px;
}
.w-sidebar.search article,
.w-sidebar.category article,
.w-sidebar.author article {
    margin:30px 0 0;
    border:0;
}

.wp-post-image {
    float:left;
    margin:0 20px 10px 0;
}
.post-excerpt {
    float:left;
}
.post-img {
    width:100%;
    height:600px;
    background-position:top center !important;
    background-size:cover !important;
    background-attachment:fixed !important;
    position:relative;
    z-index:1;
    overflow:hidden;
    margin-top:-40px;
    margin-bottom:40px;
}
.overlay-icon-outer {
    background-color: #fff;
    border-radius: 50%;
    height: 70px;
    line-height: 70px;
    text-align: center;
    width: 70px;
    position:absolute;
    z-index:2;
    left:48%;
    margin-top:-30px;
}
.overlay-icon-inner {
    background-color: #fff;
    border-radius: 50%;
    color: #333;
    border:2px solid #333;
    font-size: 24px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    width: 48px; 
    position:relative;
    top:7px;
    left:7px;
}
.single .overlay-icon-inner {
    background-color: #fff;
    border-radius: 50%;
    color: #333;
    border:2px solid #333;
    font-size: 34px;
    height: 56px;
    line-height: 52px;
    text-align: center;
    width: 56px;
    position:relative;
    top:7px;
    left:7px;
}
.book-online-icon {
    background-color: #333;
    border: 1px solid #333;
    border-radius: 50%;
    color: #fff;
    float: left;
    font-size: 28px;
    height: 56px;
    left: 45%;
    line-height: 56px;
    margin-top: -5px;
    position: relative;
    text-align: center;
    width: 56px;
    z-index: 2; 
}
.book-online-icon a {
    color: #FFF !important;
    margin:2px 0 0 2px;
}
.sidebar button.search-submit {display:none;}
.meta {
    margin-bottom:0;
}
.meta .comments {
    text-transform:lowercase;
}
.category article.post a, .archive article.post a, .searcg article.post a {
    
    text-decoration:none;
}
.category article.post a:hover, .archive article.post a:hover, .search article.post a:hover {
    text-decoration:none;
}
.category article.post, .archive article.post, .archive article.post {
    background-size:cover;
    position:relative;
    z-index:1
}
.category article.post .category-item, .archive article.post .category-item, .search article.post .category-item {
    background-size:cover;
}
.category article.post h3, .archive article.post h3, .search article.post h3, .search article.post h3,
.search .w-sidebar  h2, .search .w-sidebar  h3, .search .w-sidebar h4 {
    font-size: 1.5em;
    font-weight: 400;
}
.search article.post h3, .search article.post h3,
.search .w-sidebar  h2, .search .w-sidebar  h3, .search .w-sidebar h4 {
    text-transform:none;
}
.search article.post h3 a, .search article.post h3 a,
.search .w-sidebar  h2 a, .search .w-sidebar  h3 a, .search .w-sidebar h4 a {
    text-decoration:none;
}
.category .cat-block, .archive .cat-block,
.category .cat-block .category-item, .archive .cat-block .category-item {
    position:relative;
}
.category .cat-block[class*='col-'], .archive .cat-block[class*='col-'] {
    padding:0;
    padding:0 1px 1px 0;
}
.category .cat-block .overlay, .archive .cat-block .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.9);
    opacity: 0.6;
}
.category .cat-block[class*='col-'] .category-item, .archive .cat-block[class*='col-'] .category-item {
    padding:20px;
    display:block;
    height:245px;
    overflow:hidden;
    position:relative;
    background:#EEE
}
.category .cat-block h1, .category .cat-block h2,
.category .cat-block h3, .category .cat-block h4,
.category .cat-block h5, .category .cat-block h6,
.category .cat-block p, 
.archive .cat-block h1, .archive .cat-block h2,
.archive .cat-block h3, .archive .cat-block h4,
.archive .cat-block h5, .archive .cat-block h6,
.archive .cat-block p {
    position:relative;
    z-index:5;
    text-shadow:0 0 0 #FFF;
}
.wrapper .rpwe-block li,
.content-area .rpwe-block li  {
    width:33.33%;
    float:left;
    height:245px;
    overflow:hidden;
    margin-bottom:0;
    padding:0 1px 1px 0;
    position:relative;
    border:0;
}
.rpwe-ul {margin-left:0;padding-left:0;}
.wrapper .rpwe-thumb,
.content-area .rpwe-thumb  {
    border: 0 !important;
    box-shadow: none !important;
    margin: 0;
    padding: 0 !important;
    position:relative;
    z-index:1;
    opacity: 0.25;
    height:244px;
}
.wrapper .rpwe-title a,
.content-area .rpwe-title a {
    text-decoration:none;
}
.wrapper .rpwe-block h3,
.content-area .rpwe-block h3  {
    background: none!important;
    clear: none;
    font-weight: 700;
    line-height: 1.5;
    position:absolute;
    top:44px;
    left:20px;
    max-width:90%;
    z-index:2;
    font-size: 1.5em !important;
    text-transform:none;
    text-shadow: 0 0 0 #FFF;
    line-height:1.25;
    margin-top:0;
}
.cat-block .category-item .title,
.cat-block .category-item .date {
    font-weight: 700;
}
.wrapper .rpwe-block a:hover,
.content-area .rpwe-block a:hover {
    text-decoration:none;
}
.wrapper .rpwe-time,
.content-area .rpwe-time {
    color: inherit;
    font-size: inherit;
    text-shadow: 0 0 0 #FFF;
    position:absolute;
    top:20px;
    left:20px;
    z-index:10;
    font-weight:700;
}
.wrapper .sidebar .rpwe-block li, .content-area .sidebar .rpwe-block li {
    float:none;
    width:100%;
    height:auto;
    margin-bottom:20px;
}
.wrapper .sidebar .rpwe-thumb, .content-area .sidebar .rpwe-thumb {
    width:70px;
    height:auto;
    margin:3px 6px 6px 0;
}
.wrapper  .sidebar .rpwe-time, .content-area  .sidebar .rpwe-time,
.wrapper .sidebar .rpwe-block h3, .content-area .sidebar .rpwe-block h3 {
    position:static;
}
.wrapper  .sidebar .rpwe-summary, .content-area  .sidebar .rpwe-summary {
    font-size:0.9em;
}
.wrapper  .sidebar .rpwe-summary .more-link, .content-area  .sidebar .rpwe-summary .more-link {
    display:block !important;
    clear:both;
}
.wrapper  .sidebar .rpwe-time, .content-area  .sidebar .rpwe-time {
    font-weight:400;
    font-size:0.9em;
}
.wrapper .sidebar .rpwe-block h3, .content-area .sidebar .rpwe-block h3 {
    font-size:1em !important;
    font-weight:400;
}

.lptw-post-thumbnail-link img {
    max-width:100%;
    height: 100%;
    max-width: 100%;
    min-height: 244px;
    width: 100%;
}
.lptw-post-thumbnail-link .lptw-post-header {
    display:none;
}
.lptw-post-thumbnail-link .overlay-light::before {
    background:rgba(255, 255, 255, 0);
}

.lptw-post-thumbnail-link:hover .lptw-post-header {
    display:block;
}
.lptw-post-thumbnail-link:hover .overlay-light::before {
    background:rgba(255, 255, 255, 0.7);
}
.lptw_recent_posts_fluid_images_widget .lptw-post-header {
    bottom:auto;
    top:0
}
.lptw_recent_posts_fluid_images_widget .lptw-post-date {
    text-transform:none;
}
.lptw_recent_posts_fluid_images_widget .title-light {
    color:#5A5A5A;
    font-size:1.35em;
    font-weight:400;
    margin-top:12px;
}
.lptw_recent_posts_fluid_images_widget .date-light {
    color:#5A5A5A;
    font-weight:bold;
}
.lptw_recent_posts_fluid_images_widget .lptw-post-header {
    padding:44px 20px 0;
}





/* sidebar */

.panel-row-style-fullscreen p.read {
    text-align:right;
    font-size:0.9em
}
.panel-row-style-fullscreen .read a {
    color:#000;
}
.panel-row-style-fullscreen .read a:hover {
    color:#000;
    text-decoration:underline;
}

.sidebar  ul {
    padding:0;
    margin:0;
}
.sidebar  li {
    display:block;
}
.sidebar table {
    width:100%;
}
/*------------------------------------*\
    PAGES
\*------------------------------------*/
.grid {
    min-width:320px;
}
#header .grid {
    padding:0;
    position:relative;
    max-width:1440px;
    overflow:visible;
}
#header {
    background: #FFF;
    text-align: center;
    line-height: 100%;    
     -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.14);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.14);   
    position:fixed;
    z-index:5000;
    top: 0;
    left:0;
    right:0;
}
#header ul {
    margin:0;
    padding:0;
}
#header li {
    display: inline-block;
    text-align: center;
    
    padding:0 10px;
}
#header li a,#header li a:hover {
    text-decoration:none;
}
#menu-social .fa {
    font-size: 2em;
    padding: 0;
    margin-top:-4px;
}
#menu-social .fontawesome-text {
    display:none;
}
#menu-social a:hover .fa.fa-facebook {
    color: #3b5998;
}
#menu-social a:hover .fa.fa-twitter {
    color: #00aced;
}
#menu-social a:hover .fa.fa-linkedin {
    color: #007bb5;
}
#menu-social a:hover .fa.fa-youtube {
    color: #bb0000;
}
#menu-social a:hover .fa.fa-google-plus {
    color: #dd4b39;
}
#menu-social a:hover .fa.fa-pinterest {
    color: #cb2027;
}

#menu-contact-header .fa {
    font-size:1.25em;
}
.crl_overlay {
    background-color:rgba(0,0,0,0.9);
}
#navbar li a span {
    display: block;
}
#scroll {
    top: 0;
    position: relative;
    min-height: 800px;
    display:block;
    padding-top:136px;
}
#banner {margin-top:-36px;}
#navbar {
    border: 0;
    min-height: 0;
    position:relative;
    border-radius: 0px;    
    width:auto;
    text-align: right;
    text-transform: uppercase;
    z-index:5000;
    top:30px;
}
#header.header {
    height:100px;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.14);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.14); 
    top: 0;
    left:0;
    right:0;
}
#header.header.header-fixed  {
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.14);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.14);   
    top: 0;
    left:0;
    right:0;
    z-index: 4400;
    position: fixed;
    width: 100%;
}
#header .site-name {
    padding-top:20px;
    font-size: 2em;
    font-weight: 600;
    line-height:1.21;
    text-align:left;
}
#header .site-tagline {
    font-size: 1em;
    font-weight: 400;
    line-height: 1.1;
    text-align: left;
    margin-left: 3px;
}
#navbar .nav {
    display:inline-block;
}
#navbar ul {
    margin:0;
    padding:0;
    float:right;
    position:relative;
    z-index:1000;
}
#navbar li, #lang_sel_list li {
    display: block;
    float:left;
    text-transform: uppercase;
    vertical-align: top;
    padding:0;
    margin: 0;
    font-size:0.95em;
    line-height:100%;    
    text-align:right;   
    position:relative;
}
#navbar li  {
    float:none;
    display:inline-block;
    vertical-align:middle;
}
#navbar li {
    text-align:center;
}
#lang_sel_list a {
    font-size:1em !important;
    line-height:1 !important;
}
#lang_sel_list {
    font-family: 'DIN Next CYR', sans-serif;
    float:right;
}
#lang_sel_list a:visited {
    line-height:1 !important;
}
#navbar li:first-child {
    padding-left:0;
}
#navbar li:last-child {
    padding-right:0;
}
#navbar li a.active {
    color: #a1a1a1;
}
#navbar li a, #lang_sel_list li a {
    font-weight:600;
    margin: 0;
    text-decoration: none;   
    position:relative;
    padding: 5px 16px;
}
#navbar li a {
    font-weight:400;
    display:block;
}
#navbar li a:before, #lang_sel_list li a:before {
    content : "";
    position: absolute;
    left: 0;
    top: 0;
    height: 28px;
    width: 1px;
    border-left:1px solid #a1a1a1;
}
#navbar li:first-child a:before,#navbar li.menu-item-language-current a:before, #lang_sel_list li:first-child a:before {
    border:0;
}
#navbar li:first-child a:before {
    display:none;
}
#navbar li .menu-item-language {
    font-size:0.9em;
}
#navbar li.menu-item-language a {
    color:#C2C2C6;
}
#navbar .red a:hover {
    background-color:#333;
    border:1px solid #333;
    color:#FFF
}
#lang_sel_list a.lang_sel_sel:hover, #lang_sel_list a.lang_sel_sel, #lang_sel_list a.lang_sel_sel:visited, #lang_sel_list ul a.lang_sel_other:hover {
    background:transparent !important;
}
#lang_sel_list a.lang_sel_sel, #lang_sel_list a.lang_sel_sel:visited, #lang_sel_list ul a.lang_sel_other, #lang_sel_list ul a.lang_sel_other:visited {
    color:#C2C2C6 !important;
}
#lang_sel_list  ul {
    border-top:0 !important
}
.search h1, .search h2 {
    text-transform:none;
}
.search h2 {
    font-size:1.5em;
}
.search h1 {
    margin-top:30px;
}
blockquote {
    line-height:120%;
    width: 92%;
    margin: 20px auto 0;
    padding: 0 20px;
    margin-bottom:30px;
    border-left: 3px solid #afafb0;
    font-style:italic;
}
.panel-grid > .panel-grid-cell > div,
.panel-row-style > .panel-grid-cell > div  {
    padding:100px 0;
}
.panel-row-style > .panel-grid-cell > div.last-section {
    padding:80px 0 0;
}
.panel-grid .panel-grid-cell .panel-grid .panel-grid-cell div,
.panel-row-style .panel-grid-cell .panel-grid .panel-grid-cell div  {
    padding:0;
}
table caption {
    font-weight:700;
}

.content-block:after { 
    clear:both;
} 
.button a{
    display:inline-block;
    text-transform:uppercase;
    border:1px solid #a1a1a1;
    cursor:pointer;
    padding:0.5em 1em;
    text-decoration:none !important;
    font-weight:bold;
    font-size:0.95em;
    margin:0 10px 20px 10px;
    line-height:1;
}
.ow-button-base a {
    margin-bottom:20px;
}
.item-page .button a {
    margin-left:0;
}
.clickme  {
    background-color:#a1a1a1;
    display:inline-block;
    color:#FFF;
    text-transform:uppercase;
    border:1px solid #a1a1a1;
    cursor:pointer;
    padding:0.5em 1em;
    text-decoration:none !important;
    font-weight:bold;
    font-size:1.45em;
    margin:20px 10px;
    line-height:1;
}
.button + p {
    margin-bottom:0
}
.button-icon {
    display:inline-block;
    width:auto;
    padding:0 20px 0 0;
    height:56px;
    position:relative;
    margin:20px 10px;
    vertical-align:middle;
    line-height:90%;
}
.button-icon a, a .button-icon  {
    cursor:pointer;
    text-decoration:none !important;
    text-transform:uppercase;
    font-weight:bold;
    display:inline-block;
    padding-top:16px;
    padding-left:46px;    
}
.button-icon img  {
    height:30px;
    width:auto;
    margin:0 !important;
    position:absolute;
    left:10px;
    top:12px;
}
.button-icon {     
    border:2px solid #B2B2B2;
}
.button a, .button-icon, i.fa, .research-profiles .categories .cat-item a, .clickme, .ow-button-base a {
    text-transform:uppercase;
}
.button a:hover, .button-icon:hover, i.fa:hover, .research-profiles .categories .cat-item a:hover, .clickme:hover, a:hover i.fa, a:hover span.fa, a.ow-button-hover:hover {
    text-decoration:none !important;
}
.button-icon + p  {
    margin-bottom:0
}
.mc4wp-form-fields .button a {margin-top:10px;}
i.fa, span.fa {
    background: #ADAFB2;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    text-align: center;
    line-height: 44px;
    vertical-align: middle;
    color:#FFF;
    font-size:1em;
    margin:10px 5px;
}
#pg-2-0, #pg-2-1, #pg-2-2, #pl-2 .panel-grid-cell .so-panel {
    margin:0 !important;
}

#footer {
    background:#58575C;
    color:#FFF;
    padding:74px 0 48px;
    line-height:130%;
    clear:both;
}
#footer h3, #footer h4, #footer h5, #footer h6 {
    color:#FFF;
    font-size:0.95em;
    text-transform:none;
}
#footer p {
    margin-bottom:18px;
    line-height:150%;
    font-size:1em
}
#footer img {
    max-height:78px;
    width:auto;
}
#footer a {
    color:#FFF;
}
#footer .button a {
    font-size:1.2em;
}
#copyright {
    font-size:90%;
    line-height:1;
    padding-top:30px;
    clear:both;
    display:block;
}
#copyright p {line-height:1;}
#footer .logo-iplus a {
    color: #FFF;
    font-size: 90%;
    font-weight: 400;
    margin-top:10px;
    padding-left:17px;
}
#footer .logo-iplus a:hover {
    color:#FFF
    
}
#footnote {
    padding:30px 0;
}
#footnote .widget {
    display:inline-block;
    text-align:center;
    width:33.33%;
    padding:0 42px 22px;
}
#footnote img {
    max-height:70px;
    width:auto;
    text-align:center;
    margin:auto;
}
#header .widget.widget-right {
    float:right;
    margin-top:12px;
}
.banner-text p {
    font-size:3em;
    font-weight:700;
    text-transform:uppercase;
}
h1.banner-text {    
    /*top: 50%;*/
    /*left: 50%;
    transform: translateX(-50%) translateY(-50%);*/
    font-weight:700;    
    margin: auto;
    width: 1140px;
    max-width:90%;
    
}
.post-img-overlay {
    width: 100%;
    bottom:0;
    position: absolute;
    padding: 10px 20px;
    background: rgba(255,255,255, 0.6);
    text-align: left;
    text-shadow:0 0 1px #FFF;
    box-shadow:0 0 1px #999
}
.homepage .ms-slide-info {
  margin:auto;
  width:50%;
  padding:34px 26px;
  position:absolute !important;
  top:24%;
  left:25%;
  text-align:center;  

}
.ms-slide-info {
    font-size:1.7em;
}
.ms-slide-info .txt-blue {
    font-weight:bold;
}
.ms-slide-info p {
    margin-bottom: 0 !important;
    line-height:1.3;
    font-weight:400;
    font-size:1.25em;
}
.ms-slide-info .button,
.ms-slide-info .button-icon  {
    margin-top:20px !important;
    width:auto;
   clear:both;
}
.ms-slide-info .button a,
.ms-slide-info .button-icon a  {    
    font-size:0.8em;
    font-weight:400;
}
.ms-skin-default .ms-nav-next, .ms-skin-default .ms-nav-prev {
    bottom:5% !important;
    top:auto !important;
}
.ms-skin-default .ms-nav-next {
    right:40px !important;    
    left:auto !important;
}

.ms-skin-default .ms-nav-prev {
    right:90px !important;    
    left:auto !important;
}
.ms-slide .ms-slide-bgcont img {
    max-width:none;
}
.sidebar input,
.sidebar textarea {
    height: auto;
    line-height: 120%;
    max-width: 92% !important;
    padding:10px;
}
.sidebar input:focus, .sidebar textarea:focus, .sidebar input:active, .sidebar textarea:active {
    border-color: #5a5a5a;
}
.wpcu_block_title {display:none;}
.section-sponsors .panel-grid-cell > div {
    height:100px;
    line-height:100px;
    vertical-align:middle;
    text-align:center !important;
}
.section-sponsors .panel-grid-cell img {
    padding:0 10px;
}
/* calendar widget */

#wp-calendar {width: 100%; }
#wp-calendar caption { text-align: right; color: #333; font-size: 0.7em; margin-top: 10px; margin-bottom: 15px; }
#wp-calendar thead { font-size:0.6em; }
#wp-calendar thead th { padding-bottom: 10px; }
#wp-calendar tbody { color: #aaa; }
#wp-calendar tbody td { background: #f5f5f5; border: 1px solid #fff; text-align: center; padding:8px;font-size:0.5em; }
#wp-calendar tbody td:hover { background: #fff; }
#wp-calendar tbody .pad { background: none;}
#wp-calendar tfoot #next { text-transform: uppercase; text-align: right; }
#wp-calendar tfoot #prev { text-transform: uppercase; padding-top: 10px;font-size:0.7em; }

.sidebar a, .sidebar a:hover,
.wrapper .page a, .wrapper .page a:hover,
.wrapper .post a,.wrapper .post a:hover,
#footer a, #footer a:hover,
.panel-grid a, .panel-grid a:hover
{
    text-decoration:underline;
    cursor:pointer;
}
.sidebar ul li   {
    margin-bottom:6px;
}
h1 a, h1 a:hover {
    text-decoration:none !important;
}
.float-right, .float-right[class*='col-'] {
    float:right;
}
.research-profiles h1 {
    text-align:center;
    border-bottom: 1px solid #eee;
    padding-bottom:20px;
    margin-bottom:40px;
}
.category-description {
    border-bottom: 1px solid #eee;
    padding-bottom:20px;
    margin-bottom:40px;
}
.research-profiles .list h3 {
    font-weight:400;
    text-transform:none;
}
.research-profiles .list ul, .research-profiles .list li,
.research-profiles .categories ul, .research-profiles .categories li {
    padding-left:0;
    margin-left:0;
}
.research-profiles .list li {
    display:block;
    clear:both;
    list-style:none;
    border-bottom: 1px solid #eee;
    padding-bottom:30px;
    margin-bottom:30px;
}
.research-profiles .list li:last-child {
    border-bottom:0
}
.research-profiles .list li:after {
  content: "";
  display: table;
  clear: both;
}
.research-profiles .list li img.pict {
    border:7px solid #EEE;
    float:right;
    box-shadow:0 0 1px #999
}
.research-profiles .categories .cat-item a {
    text-transform:uppercase;
    padding:20px;
    border:2px solid #EEE;
    display:block;    
    font-weight:600;
    font-size:1.25em;
    margin-bottom:10px;
}
.research-profiles .categories .cat-item a:hover {
    text-decoration:none;
    background:#5A5A5A;
    color:#FFF;
}
.research-profiles .categories li {
    list-style:none;
    line-height:1;
}
.research-profiles li.cat-item-none {
    display:none;
}
.profile-image img {
    border:7px solid #EEE;
    float:right;
    box-shadow:0 0 1px #999
    float:right;
    margin:30px 0 30px 30px;
    max-width:30%;
}
.home .clickme {margin-top:16px;}
.home .mc4wp-form {
    /*-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;*/
    padding:0 0 10px;
    /*opacity:0;*/
}

.home .mc4wp-form.highlight {
/*     opacity:1 */
}
.home #panel-2-5-0-0 {
    padding-bottom:10px;
}
.mc4wp-form .mc4wp-response {
    text-align: left;
}

#header form.search {
    position:absolute;
    top:-8px;
    right:30px;
    z-index:5000;
    display:none;
}
#header form.search input.search-input {
    width:300px;
    height:40px;
    line-height:40px;
    padding:0 20px;
    background:#FFF;
    border-color:#A1A1A1
}
#header .search-submit {
    display:none;
}
#header .header-search {
    float:right;
    width:40px;
    margin-top:4px;
}
#header .header-search i.fa, #header .header-search span.fa {
    color: #6C6C6E;
    background:transparent;
    border-radius:0;
    font-size: 1.1em;
    margin: -3px 0 0 10px;
    height:auto;
    line-height:1;
    width:24px;
}
.home-news .button a {
    margin:6px 0 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
label.hidden-label {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
}
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}
.skip-link {
    z-index:999999;
    position: absolute !important;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
}

.default-theme.wp-posts-carousel .wp-posts-carousel-buttons a {
    background-color:transparent !important
}
.default-theme.wp-posts-carousel .wp-posts-carousel-container, .default-theme.wp-posts-carousel .wp-posts-carousel-container:hover {
    box-shadow:none !important;
}
.panel-grid .panel-grid-cell .panel-grid .panel-grid-cell div.default-theme.wp-posts-carousel .wp-posts-carousel-details .wp-posts-carousel-desc { 
    padding:20px;
}
.wp-posts-carousel-image {
    height:244px;
    overflow:hidden;
}
.default-theme.wp-posts-carousel .wp-posts-carousel-image img {
    width:auto;
    min-width:100%;
    height:auto;
    min-height:244px;    
    opacity: 0.25 !important;
}
.default-theme.wp-posts-carousel .wp-posts-carousel-categories:before, .default-theme.wp-posts-carousel .wp-posts-carousel-categories:after {
    display:none;
}
.default-theme.wp-posts-carousel .wp-posts-carousel-categories a {
    font-weight:bold;
    text-transform:uppercase;
    font-size:14px;
    text-decoration:none;
    padding:3px 5px 6px
}
.default-theme.wp-posts-carousel .wp-posts-carousel-title {
    text-align: left !important;    
    position: absolute;
    top: 44px;
    left: 20px;
    max-width: 90%;
    z-index: 2;
    font-size: 1.5em !important;
    text-transform: none;
    text-shadow: 0 0 0 #FFF;
    line-height: 1.25;
    margin-top: 0;
}
.default-theme.wp-posts-carousel .wp-posts-carousel-title a {
    text-decoration:none;
    font-weight:400;
}
#scroll .default-theme.wp-posts-carousel .wp-posts-carousel-created-date {
    font-size: 18px;    
    color: inherit;
    font-size: inherit;
    text-shadow: 0 0 0 #FFF;
    position: absolute;
    top: 20px;
    left: 20px;
    font-weight:600;
    z-index: 10;
}
.default-theme.wp-posts-carousel .wp-posts-carousel-categories {
    top:0 !important
}
#scroll .default-theme.wp-posts-carousel .wp-posts-carousel-desc {
    font-size: 0.86em;
    color: inherit;
}
#scroll .default-theme.wp-posts-carousel .wp-posts-carousel-slide {
    width:100%;
    margin-left:0;
}
#scroll .default-theme.wp-posts-carousel .owl-controls .owl-nav div {
    top:44%;
}
.panel-grid-cell .logos-partners .panel-grid-cell .widget{
    position: relative;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.rt-tpg-container .layout1 .rt-holder .rt-detail .read-more,
.rt-tpg-container .layout2 .rt-holder .rt-detail .read-more,
.rt-tpg-container .layout3 .rt-holder .rt-detail .read-more {
    clear:both;
    float:none;
    display:inline-block;
    margin-top:10px;
    line-height:1;
    padding: 7px 8px 5px;
}
.post-meta-user span a, .post-meta-tags span a,
.rt-tpg-container .layout1 .rt-holder .rt-detail .read-more a,
.rt-tpg-container .layout2 .rt-holder .rt-detail .read-more a,
.rt-tpg-container .layout3 .rt-holder .rt-detail .read-more a,
.rt-tpg-container .layout1 .rt-holder .rt-detail h2 a,
.rt-tpg-container .layout2 .rt-holder .rt-detail h2 a, 
.rt-tpg-container .layout3 .rt-holder .rt-detail h2 a,
.rt-tpg-container .isotope1 .rt-holder .rt-detail h2 a {
    text-decoration:none !important;
}
.rt-tpg-container .layout1 .rt-holder .rt-detail .post-meta {
    text-align:left;
}
.rt-tpg-container .layout1 .rt-holder .rt-detail .view-article,
.rt-tpg-container .layout2 .rt-holder .rt-detail .view-article,
.rt-tpg-container .layout3 .rt-holder .rt-detail .view-article {
    display:none;
}
.rt-tpg-container .rt-tpg-isotope-buttons button {
    background:transparent;
    border:1px solid #929497
}
.rt-tpg-isotope > [class*='col-'] {
    padding-left:1px !important;
    padding-right:1px !important;
}
.rt-tpg-container .isotope1 .rt-holder .rt-detail {
    background: rgba(255,255,255,0.5);
    padding: 15px 0px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding:20px;
    height:280px;
}
.rt-tpg-container .isotope1 .rt-holder .rt-img-holder {
    height:280px;
}
.rt-tpg-container .isotope1 .rt-holder .rt-img-holder img {
    width:auto;
    max-width:none;
    min-width:100%;
    height:auto;
    min-height:280px;
}
.rt-tpg-container .isotope1 .rt-holder .rt-img-holder .overlay {
    background: rgba(255,255,255,0);
}
.rt-tpg-container .isotope1 .rt-holder .rt-img-holder .overlay a.view-details {
    display: block;
    height: 100%;
    width: 100%;
    border: 0;
    border-radius:0;
    -moz-border-radius:0;
    -webkit-border-radius:0;
}
.rt-tpg-container .isotope1 .rt-holder .view-details i {
    display:none;
}
.rt-tpg-container .isotope1 .rt-holder {
    padding-bottom:2px
}
body .rt-tpg-container .rt-tpg-isotope-buttons .selected {
    color:#FFF;
    border:1px solid #FFF
}
.post-meta-user span.comment-link {
    float:none;    
}
.post-meta-user span.post-tags-links {
    padding-right:5px !important
}
.rt-tpg-isotope .post-meta-user .date {
    font-size:1.15em;
}
.rt-tpg-isotope .post-meta-user .date i {
    display:none;
}







/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
.mobile-nav, .mobile-only {display:none;}
.desktop-only {display:block}
@media screen and (max-device-width:1500px), screen and (max-width:1500px) {
    #header .site-name, #header .site-tagline {padding-left:30px;}    
}
@media screen and (max-device-width:1440px), screen and (max-width:1440px) {
    #header .grid {max-width:100%;}
    #header .col-2-12 img {max-height:60px;margin-top:5px;}
    #header .col-2-12 {padding-right:0;}
    #navbar li, #lang_sel_list li, #header.header-fixed #navbar li {font-size:0.9em;}
}
@media screen and (max-device-width:1380px), screen and (max-width:1380px) {
    #banner .ms-slide-info {
        width:80% !important;
        max-width:100%;
        left:7% !important;
        font-size:1.6em;
    }    
}
@media screen and (max-device-width:1210px), screen and (max-width:1210px) {    
    #header .site-tagline {font-size:0.9em}
    #navbar {top:30px;}
}
@media screen and (max-device-width:1160px), screen and (max-width:1160px) {
    .grid {max-width:100%;}
    #banner .grid {border-left:0;border-right:0}
    #top-bar .col-5-12 ul {margin:3.5% 0 0 10%;}
    #top-bar .col-5-12 li, #top-bar .col-5-12 li {display:block;text-align:left;margin-bottom:5px;}
    .wrapper.w-sidebar .sidebar {width:21%}
    .wrapper {width:90%;}   
    .panel-row-style-fullscreen h1, .panel-row-style-fullscreen h2, .panel-row-style-fullscreen h3, .panel-row-style-fullscreen h4, .panel-row-style-fullscreen h5, .panel-row-style-fullscreen h6 {font-size:200%;text-align:center;}
    .panel-row-style-fullscreen p {font-size: 84%;text-align: left;}
}
@media screen and (max-device-width:1140px), screen and (max-width:1140px) {
    .content-area .grid, #footer .grid {max-width:90%;}
    .content-area .panel-grid-cell .grid {max-width:100%;}
    .panel-grid > .panel-row-style > .panel-grid-cell, 
    .panel-grid > .panel-grid-cell > .widget_siteorigin-panels-builder {
        max-width:90%;
        margin:auto;
    }
    #pgc-4-0-0 .panel-grid-cell-empty {display:none;}
    #pgc-4-0-0 .widget_siteorigin-panels-builder .panel-grid .panel-row-style .panel-grid-cell {width:auto !important}
}
@media screen and (max-device-width:1110px), screen and (max-width:1110px) {
    #header .col-7-12, #header .col-3-12 {padding-right:0;}
    
}
@media screen and (max-device-width:1060px), screen and (max-width:1060px) {
    h1 { margin: 0 0 3%;text-align: left;}
    #header [class*="col-"] .widget-first {padding-top:16px;}
    #header .widget-first li {display:block;margin-bottom:7px;text-align:left;}
    .ms-container .ms-view {height:600px !important}
    .homepage .ms-slide-info {top:20% !important;padding: 40px 20px !important;}
    #header .col-2-12 img {max-height:50px;margin-top:15px;}
    
}
@media screen and (max-device-width:1044px), screen and (max-width:1044px) {
     .panel-row-style-fullscreen p {font-size: 80%;}
     .panel-row-style .panel-grid-cell, .siteorigin-panels-stretch.fullscreen .panel-grid-cell, .panel-grid-cell, .wrapper, #footer #contact {max-width:100%;margin-left:auto;margin-right:auto;}
     .home-news .panel-grid-cell .panel-grid .panel-grid-cell > div {
        padding:0 !important;
    }
    .button a, .ow-button-base a {font-size:1.25em;}
}
@media screen and (max-device-width:1024px), screen and (max-width:1024px) {
    #header .main-menu {display:none;}
    #lang_sel_list {margin-top:20px;}
    #footer .logo-ie {float:none;margin:30px 0 0;}
    #footer {font-size:1em;text-align:center;}
    #footer h3 {text-align:center;}
    #footer [class*="col-"] {width:100%;}
    .panel-grid > .panel-grid-cell {
        padding:0 30px !important;
    }
    .mobile-nav { 
        display:block; 
        width:100%;          
        display: block;        
        text-align: center;
        position:absolute;
        top:14px;
        right:0;
        z-index:9999;
    }
    #header .logo img {
        z-index:99999;
    }
    .mobile-only {display:block;}
    .desktop-only {display:none;}
    .mobile-nav .menu-btn div, .mobile-nav .close-btn div {
	position: relative;       
	line-height: 1.2;
	vertical-align: middle;
	z-index: 99;
        font-size: 2em;
    }
    .mobile-nav .menu-btn div .fa, .mobile-nav .close-btn div .fa {
        border: 1px solid #333;
        padding:10px;
        margin-right:30px;
        cursor: pointer;
        float:right;
        color: #333;
        z-index:999999;
        border-radius:0;
        height:auto;
        line-height:1;
        width:auto;
        background:#FFF;
        margin-top:0;
    }
    .mobile-nav .menu-btn div, .mobile-nav .close-btn div {font-size:1.5em;}
    
    .btn-none {
        display:none;
    }
    .responsive-menu {
	display: none;        
    }
    .expand {
	display: block !important; 
        clear:both;
        position: relative;
        top: 0;
    }
    .responsive-menu ul {
        padding:0;
        margin:0;
        background:#333;
    }
    #header .responsive-menu li {
        list-style:none;
        display:block;
        font-size:1.75em;
        border-top:1px solid #FFF;
        padding:12px;
        clear:both;
    }    
    #header .responsive-menu li:last-child {
        padding-bottom:20px;
    }
    .responsive-menu li a {
        color:#FFF;
        line-height:100%;
        display:block;
        width:100%;
    }
    .responsive-menu li:hover {
        background-color:#000;
    }   
    #header.header-fixed .logo img, #header.header-fixed .col-2-12 img {
        top:0;
        transform: scale(1);
    }
    #navbar {display:none !important} 
    #header .col-4-12 {position:relative;z-index:99999;width:90%;}
    #header .header-widget, #header .logo {float:left;width:auto}
    #header .logo img {padding-right:30px;}
    #header .logo img {height:80px;margin:0}
    #header .header-widget img {height:48px;width:auto}
    #header [class*="col-"] .widget-first {padding-top:0}
    #header {overflow:visible;}
    #header .grid {margin:auto;overflow:visible;padding-top:0;padding-left:0;}
    #header li br {display:none;}
    #header.header, #header.header-fixed  {height:80px}    
    #scroll {padding-top:100px;}
    #header .widget.widget-right {float:left;}
    #header .responsive-menu li.menu-item-language {display:none;}
    #header .col-7-12, #header .col-3-12 {padding-right:0;width:90%}
    #navbar li, #lang_sel_list li, #header.header-fixed #navbar li {font-size:1em;}
    .research-profiles .categories, .research-profiles .list {width:100%;}
    .research-profiles .categories li {display:inline-block;}
    .ms-slide-bgcont img {height:800px !important;width: !important;min-width: 100%;}
    .ms-slide {height:800px !important;}
    #footer .sow-image-container {text-align:center !important}
    .panel-grid .panel-grid-cell .panel-grid .panel-grid-cell div, .panel-row-style .panel-grid-cell .panel-grid .panel-grid-cell div {margin-left:0 !important}
    #header .site-name {padding-top:7px;}
}
@media screen and (max-device-width:1010px), screen and (max-width:1010px) { 
    .panel-row-style-fullscreen .panel-grid-cell {width:100% !important;float:none !important}
    .panel-row-style-fullscreen .panel-grid-cell .panel-widget-style {float:none !important;margin:auto;height:auto !important}
    .panel-row-style-fullscreen .panel-grid-cell .panel-widget-style .textwidget {width:100%;text-align:center;}
    .panel-row-style-fullscreen {height:auto !important}
    .panel-row-style-fullscreen .panel-grid-cell .panel-widget-style {margin-bottom:20px;}
    table {width:100%;}
}
@media screen and (max-device-width:980px), screen and (max-width:980px) {
    [class*="col-"] {
        float: none;
        margin: 10px 0;
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }
    #header [class*="col-"] {margin-top:0;}
    #top-bar, #top-bar [class*="col-"] {height:auto}
    #top-bar [class*="col-"], #header [class*="col-"]:first-child {border:0;text-align:left;}
    #top-bar [class*="col-"]:first-child {text-align:left;}
    #header [class*="col-"] .widget:last-child {text-align:right;}
    .wrapper.w-sidebar .sidebar {display:none;}
    .wrapper.w-sidebar section {float:none;width:100%;}
    input, textarea {margin-bottom:10px;}
    .section-sponsors.panel-widget-style .panel-grid-cell {display:inline-block !important;width:100px height:100px;margin:0 !important}
    .section-sponsors.panel-widget-style .panel-grid-cell .so-panel {margin-bottom:0 !important;}
    .section-sponsors .panel-grid-cell img {margin:auto;}
    .section-sponsors .panel-grid-cell > div {line-height:100%;height:auto;}
    #footer .float-right {float:none;margin:auto;}
    .panel-grid, .panel-grid h1, .panel-grid h2, .panel-grid h3 {text-align: center !important}
    #pgc-2-2-0 p {text-align:center !important;margin:auto !important}
    .home .last-section.panel-cell-style .panel-grid-cell {
        text-align:center !important;
        clear:both;
        width:100% !important;
        float:none;
    }
    .home .last-section.panel-cell-style .panel-grid-cell .textwidget > div, .mc4wp-form-fields,.show_hideDiv  {
        text-align:center !important;
        float:none;
        margin-left:auto !important;
        margin-right:auto !important;
    }
    .ms-slide-bgcont img {height:600px !important;width:auto !important;}
    .ms-slide {height:600px !important;}
    #banner .ms-slide-info {font-size: 1.2em;}
    .banner-text {padding:0;bottom:20%;}
    .banner-text p {font-size:2em;}
    .panel-grid > .panel-grid-cell > div,
    .panel-row-style > .panel-grid-cell > div  {
        padding:40px 0;
    }
    #panel-4-1-0-0 .panel-grid-cell.panel-grid-cell-empty {display:none;}
    #panel-4-1-0-0 .panel-grid-cell {text-align: center;width: 100%;}
    #panel-4-1-0-0 .panel-grid-cell p {text-align: center !important;}
    .mc4wp-form-fields .grid {min-width:0;}
    .rt-tpg-container .img-responsive {max-width:100% !important}
}
@media screen and (max-device-width:800px), screen and (max-width:800px) {
    #header .widget-first li {padding-left:0;}
    #navbar li a .fa {font-size:36px;}
    #navbar li {font-size:1.05em;}
    #header .widget-first li {text-align:center;}
    #header [class*="col-"] .widget-first {width:100%;text-align:center;}
    .ms-container .ms-view {height:400px !important}
    .lptw-recent-posts-fluid-images-widget li {float: none;height: 245px;margin: auto;width: 50%;}
    .homepage .ms-slide-info {top:12% !important;padding: 20px !important;}
    .grid {padding-left:0;padding-right:0}
    .page.news h1 {text-align:center}
    .wrapper .rpwe-block li, .content-area .rpwe-block li {
        float: none;
        height: 245px;
        margin: auto;
        overflow: hidden;
        padding: 0 1px 1px 0;
        position: relative;
        text-align: center;
        width: 370px;
        max-width:100%;
    }
    .home #pg-2-4 p, .home #pg-2-5 p, .home #pg-2-5 div {text-align:center !important}
    body.category-investigators .pict, .research-profiles .pict {max-width:140px;}
    .research-profiles .categories, .research-profiles .list {width:100%;}
    .research-profiles .categories ul {display:inline-block;}
    .research-profiles .categories li.cat-item ul li {display:inline-block;}
    .research-profiles .categories li.cat-item a {font-size: 0.9em;padding: 5px;border-width:1px;margin:0 5px 10px 0;}
    .ms-slide-info .button, .ms-slide-info .button-icon {margin-top:0 !important}
    .home #pgc-4-2-0 #pgc-w5882f1fc373f3-0-2 p {text-align:center !important}
}
@media screen and (max-device-width:780px), screen and (max-width:780px) {
    .home #pg-9-3 .panel-grid-cell p {text-align:center !important}
    .lptw-recent-posts-fluid-images-widget li {width:75%;margin:5px auto;}
    .home-news #pgc-w5827a421523cd-0-1 { margin-bottom:0 !important;}
    .home-news #pgc-w5827a421523cd-0-2 { margin-bottom:30px !important;}
   
}
@media screen and (max-device-width:767px), screen and (max-width:767px) {
    .mc4wp-form-fields .grid [class*="col-"] {padding-right:0;}
   
}
@media screen and (max-device-width:700px), screen and (max-width:700px) {
    .button {display:block;clear:both;}
    #footnote .widget {clear:both !important; display:block !important; margin:auto; padding:0 0 20px !important}
    .button a {margin:5px auto;}
    .ms-slide-info .button {
        display:inline-block
    }
    .wpcf7-form .social, .mc4wp-form-fields .social {
        float: none;
        clear:both;
        margin:0 0 10px;
        width: 100%;
        text-align:center
    }
    .wpcf7-form .social a, .mc4wp-form-fields .social a {
        display: inline-block;
        margin-left: 10px;
        float:none;
    }
}
@media screen and (max-device-width:600px), screen and (max-width:600px) {    
    .panel-row-style-fullscreen iframe {max-width:100%;}
    h4 {font-size:1em}
    #banner .ms-slide-info {font-size: 1em;left: 0 !important;max-width: 89%;width: 100% !important;}
    .ms-container .ms-view {height:300px !important}
    .lptw-recent-posts-fluid-images-widget li {height:auto;}
    #header.header, #header.header-fixed {height:66px;}
    #header .site-name {font-size:1.5em;}
    #header .logo img {height:66px;margin-top: 0;padding-right: 10px;}
    #header .header-widget img {height:34px;}
    #header .responsive-menu li {font-size:1.25em;}
    #header .grid {padding:0 10px 0 0;}
    .mobile-nav .menu-btn div .fa, .mobile-nav .close-btn div .fa {padding:5px 10px;}
    #lang_sel_list {margin:12px 12px 0 0;}
    #header .col-7-12, #header .col-3-12 {width:80%}
    .master-slider {background:#EFEFEF;}
    .ms-slide-bgcont img, .ms-slide  {height: 300px !important;}
}
@media screen and (max-device-width:460px), screen and (max-width:460px) {
    h1, .home h2, .home h3.widget-title {font-size:2.25em;}
    #navbar .grid {padding:0 }
    #navbar li a {padding:30px 16px;}
    .home #pgc-4-3-0 > div > div {padding-left:0 !important;padding-right:0 !important}
    .home #pgc-4-3-0 p.note {text-align:center;}
    .homepage .ms-slide-info {top:2% !important;padding: 20px !important;}
    .home #pgc-4-0-0 > div { padding-top:30px }
    .ms-slide-info p {line-height:1;}
    #header .site-name {font-size:1.75em;padding-top:12px;}
    #header .site-tagline {display:none}
}
@media screen and (max-device-width:360px), screen and (max-width:360px) {    
    #top-bar [class*="col-"], #header [class*="col-"]:first-child {text-align: left;}   
    .mobile-nav .menu-btn div, .mobile-nav .close-btn div {font-size: 1em;}
    #header.header-fixed .logo img, #header.header-fixed .col-2-12 img {top:0;}
    #header .logo img {height:60px;}    
    #header .header-widget img {height:26px;}
    #header.header, #header.header-fixed {height:60px;}
    #scroll {padding-top: 90px;}
    h1, .home h2, .home h3.widget-title {font-size:2em;}
    .ms-slide-info  {font-size:90% !important;}
    .button a {font-size:1.1em;}
    #header .site-name {font-size:1.5em;padding-top:14px;}
}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#5a5a5a;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#5a5a5a;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#5a5a5a;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
