/* 
    Theme Name: MIN
    Author: A.I.
*/

body {
    background: #f1f1f1;
    color: #666666;
    font-family: 'Merriweather', serif;
    padding-top: 0px;
    line-height: 1.7m;
}

img {
    max-width: 100%;
    height: auto;
}

style, script {
    display: none;
    position: absolute;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 700;
    color: black;
}

hr {
    border-color: #666666
}

h2, .h2 {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none !important;
}

p a {
  text-decoration: underline;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, .h1 a:hover, .h2 a:hover, .h3 a:hover, .h4 a:hover, .h5 a:hover, .h6 a:hover,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
  color: inherit;
  text-decoration: none;
}


.navbar-default {
    background-color: #ffffff;
    border-color: #ffffff;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    border-bottom: 1px solid #666666;
    margin-bottom: 0;
}
.navbar-default .navbar-brand {
    color: #666666;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #666666;
}
.navbar-default .navbar-text {
    color: #666666;
}
.navbar-default .navbar-nav > li > a {
    color: #666666;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #666666;
}

.navbar-default .navbar-nav > li > a:hover::after, .navbar-default .navbar-nav > li > a:focus::after {
    display: block;
    content: '';
    background: #CC0E0E;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin-left: -5px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #666666;
    background-color: #ffffff;
}
.navbar-default .navbar-nav > .active > a::after {
    display: block;
    content: '';
    background: #CC0E0E;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin-left: -5px;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #666666;
    background-color: #ffffff;
}
.navbar-default .navbar-toggle {
    border-color: #ffffff;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #ffffff;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #666666;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #666666;
}
.navbar-default .navbar-link {
    color: #666666;
}
.navbar-default .navbar-link:hover {
    color: #666666;
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #666666;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #666666;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #666666;
        background-color: #ffffff;
    }
    .navbar-default .navbar-nav > li > a:hover::after, .navbar-default .navbar-nav > li > a:focus::after {
        display: none; 
    }
    .navbar-default .navbar-nav > .active > a::after { 
        display: none;
    }
}


.navbar-top-bar {
  background-color: #f1f1f1;
  border-color: #f1f1f1;
}
.navbar-top-bar .navbar-brand {
  color: #666666;
}
.navbar-top-bar .navbar-brand:hover, .navbar-top-bar .navbar-brand:focus {
  color: #333333;
}
.navbar-top-bar .navbar-text {
  color: #666666;
}
.navbar-top-bar .navbar-nav > li > a {
  color: #666666;
}
.navbar-top-bar .navbar-nav > li > a:hover, .navbar-top-bar .navbar-nav > li > a:focus {
  color: #333333;
}
.navbar-top-bar .navbar-nav > li > .dropdown-menu {
  background-color: #f1f1f1;
}
.navbar-top-bar .navbar-nav > li > .dropdown-menu > li > a {
  color: #666666;
}
.navbar-top-bar .navbar-nav > li > .dropdown-menu > li > a:hover,
.navbar-top-bar .navbar-nav > li > .dropdown-menu > li > a:focus {
  color: #333333;
  background-color: #f1f1f1;
}
.navbar-top-bar .navbar-nav > li > .dropdown-menu > li > .divider {
  background-color: #f1f1f1;
}
.navbar-top-bar .navbar-nav > .active > a, .navbar-top-bar .navbar-nav > .active > a:hover, .navbar-top-bar .navbar-nav > .active > a:focus {
  color: #333333;
  background-color: #f1f1f1;
}
.navbar-top-bar .navbar-nav > .open > a, .navbar-top-bar .navbar-nav > .open > a:hover, .navbar-top-bar .navbar-nav > .open > a:focus {
  color: #333333;
  background-color: #f1f1f1;
}
.navbar-top-bar .navbar-toggle {
  border-color: #f1f1f1;
}
.navbar-top-bar .navbar-toggle:hover, .navbar-top-bar .navbar-toggle:focus {
  background-color: #f1f1f1;
}
.navbar-top-bar .navbar-toggle .icon-bar {
  background-color: #666666;
}
.navbar-top-bar .navbar-collapse,
.navbar-top-bar .navbar-form {
  border-color: #666666;
}
.navbar-top-bar .navbar-link {
  color: #666666;
}
.navbar-top-bar .navbar-link:hover {
  color: #333333;
}

@media (max-width: 767px) {
  .navbar-top-bar .navbar-nav .open .dropdown-menu > li > a {
    color: #666666;
  }
  .navbar-top-bar .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-top-bar .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
  }
  .navbar-top-bar .navbar-nav .open .dropdown-menu > .active > a, .navbar-top-bar .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-top-bar .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #333333;
    background-color: #f1f1f1;
  }
}

.btn-red { 
  color: #FFFFFF; 
  background-color: #CC0E0E; 
  border-color: #CC0E0E; 
} 
 
.btn-red:hover, 
.btn-red:focus, 
.btn-red:active, 
.btn-red.active, 
.open .dropdown-toggle.btn-red { 
  color: #FFFFFF; 
  background-color: #D11745; 
  border-color: #CC0E0E; 
} 
 
.btn-red:active, 
.btn-red.active, 
.open .dropdown-toggle.btn-red { 
  background-image: none; 
} 
 
.btn-red.disabled, 
.btn-red[disabled], 
fieldset[disabled] .btn-red, 
.btn-red.disabled:hover, 
.btn-red[disabled]:hover, 
fieldset[disabled] .btn-red:hover, 
.btn-red.disabled:focus, 
.btn-red[disabled]:focus, 
fieldset[disabled] .btn-red:focus, 
.btn-red.disabled:active, 
.btn-red[disabled]:active, 
fieldset[disabled] .btn-red:active, 
.btn-red.disabled.active, 
.btn-red[disabled].active, 
fieldset[disabled] .btn-red.active { 
  background-color: #CC0E0E; 
  border-color: #CC0E0E; 
} 
 
.btn-red .badge { 
  color: #CC0E0E; 
  background-color: #FFFFFF; 
}

.well {
  background-color: #FEFEFE;
}

.navbar-top-bar {
  margin-bottom: 0px;
}

.btn {
  font-family: 'Lato', sans-serif;
}

.addthis_toolbox .btn-social-icon.btn-xs {
    width: 22px !important;
}

.min-pagination {
    padding: 10px 0;
    text-align: center;
}

/* =gallery */
.gallery {
    position: relative;
    background: #c1dee4;
    padding: 80px 0;
    margin-top: 4em;

}
.gallery:before {
    content: '';
    width: 78px;
    height: 38px;
    background-image: url('assets/img/slider_top.png');
    position: absolute;
    z-index: 1;
    top: -38px;
    left: 50%;
    margin-left: -39px;
}
.gallery .image_container {
    width: 72%;
    overflow: hidden;
    margin: auto;
}

.gallery .gallery_inner { width: 100%; float:left; position: relative;}

.gallery_inner .row {
    margin: 0;
    width: 100%;
}
.gallery_inner .row .img_container {
    overflow: hidden;
    padding: 0 10px;
    display: none;
}


.gallery img {
    float: left;
    height: auto;
    width: 100%;
}

.gallery button {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    color: #2b7f9a;
    font-size: 25px;
    background: none;
    border: none;
    z-index: 9;
}
.gallery button.gallery-move-left {
    left: 10%;
}
.gallery button.gallery-move-right {
    right: 10%;
}
@media (max-width: 768px) {
    .gallery_inner .row .img_container.active {
        display: block;
        animation-duration: 0.4s;
        animation-name: gellery_in;
    }
    .gallery_inner .row .img_container.active.gellery_left {
        display: block;
        animation-duration: 0.4s;
        animation-name: gellery_left;
    }
}

@media (min-width: 768px) {
    .gallery_inner .row {
        display: none;
    }
    .gallery_inner .row.active {
        display: block;
        animation-duration: 1s;
        animation-name: gellery_in;
    }

    .gallery_inner .row.active.gellery_left {
        animation-name: gellery_left;
    }
    .gallery_inner .row.active .img_container {
        display: block;
    }
}
@keyframes gellery_in {
    from {
        left: -100%;
        opacity: 0;
    }

    to {
        left: 0;
        opacity: 1;
    }
}
@keyframes gellery_left {
    from {
        left: 100%;
        opacity: 0;
    }

    to {
        left: 0;
        opacity: 1;
    }
}
@keyframes gellery_out {
    from {
        left: 0;
        opacity: 1;
    }

    to {
        left: 100%;
        opacity: 0;
    }
}

/* =Tabs */
.nav-tabs.container {
    background: url('assets/img/tabs_back.jpg');
    height: 72px;
    border-bottom: 0;
    overflow: hidden;
}
.nav-tabs.container li {
    height: 72px;
    font-family: Lato, sans-serif;
    font-size: 20px;
    font-weight: 400;
}
.nav-tabs.container li a {
    color: #FFFFFF;
    line-height: 72px;
    vertical-align: top;
    padding: 0 38px;
    border: none;
    position: relative;
}

.nav-tabs.container li.active a,
.nav-tabs.container li a:hover{
    background: #FFFFFF;
    color: #000000;
    border: none;
}

.nav-tabs.container li.active a:before,
.nav-tabs.container li.active a:after,
.nav-tabs.container li a:hover:before,
.nav-tabs.container li a:hover:after{
    content: '';
    background: url('assets/img/tab_left.jpg');
    width: 38px;
    height: 72px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.nav-tabs.container li.active a:after,
.nav-tabs.container li a:hover:after {
    background: url('assets/img/tab_right.jpg');
    left: auto;
    right: 0;
}

.tab-pane {
    font-family: Merriweather, serif;
    font-size: 14px;
    text-align: left;
    padding: 63px 36px;
}

.row > .content-tablist {
    margin-top: 60px;
}


/* =Awards */
#block-no-sidebar {
    background: #FFFFFF;
}
#block-no-sidebar > h1{
    font-family: "Merriweather", serif;
    color: #da102d;
    text-align: center;
    font-weight: 400;
    margin: 40px 0 25px 0;
}
#block-no-sidebar #award-list .award {
    color: #000000;
    font-family: "Lato", sans-serif;
    font-size: 18px;
}
#block-no-sidebar #award-list .award p {
    margin-bottom: 5px;
}

#block-no-sidebar #award-list .award img {
    max-width: 100%;
}
#block-no-sidebar #award-list .award a {
    color: #35c8e6;
}
#block-no-sidebar #award-list .row {
    margin-bottom: 2em;
}


/* =Advertise */
#top-images {
    padding-bottom: 48px;
    margin-bottom: 50px;
    background-image: url('assets/img/circle_down.jpg');
    background-repeat: no-repeat;
    background-position: bottom center;
    max-height: 200px;
    overflow: hidden;
}
#top-images div {
    padding: 0;
}
#top-images img {
    width: 100%;
    height: auto;
}


#advertise-page #sidebar:after,
#advertise-page #page-content:before {
    content: '';
    border-right: 1px dashed #319cc7;
    position: absolute;
    top: 0;
    height: 100%;
    left: 100%;
}
#advertise-page #page-content:before {
    left: 0;
}

#advertise-page #sidebar ul {
    list-style: none;
    padding: 0 55px;
    text-align: left;
}
#advertise-page #sidebar ul a {
    font-size: 17px;
    font-family: Lato, sans-serif;
    text-transform: uppercase;
    line-height: 2em;
    font-weight: 400;
    color: #666666;
}
#advertise-page #sidebar ul a:hover,
#advertise-page #sidebar ul a.active {
    color: #057290;
}

#page-content > div {
    display: none;
}
#page-content > div.active {
    display:block;
}

#advertise-page #page-content {
    text-align: left;
    font-size: 16px;
}

#advertise-page #page-content h1,
#advertise-page #page-content h2,
#advertise-page #page-content h3,
#advertise-page #page-content h4 {
    color: #057290;
    font-family: Merriweather, serif;
}

#advertise-page #page-content article h1 {
    font-family: Lato, sans-serif;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
}

#advertise-page #page-content article h2 {
    border-bottom: 1px solid #057290;
    font-size: 24px;
    font-weight: 400;
}

#advertise-page .thumb_container img{
    margin-bottom: 20px;
}

#advertise-page .ad-link a{
    margin-left: 18px;
}

#contact_info {
    padding: 0 55px;
}
#contact_info p {
    text-align: left;
}


/*#advertise-page #page-content li {
    width: 50%;
    float: left;
}*/


#website-averages {
    position: relative;
    padding-top: 30px;
    margin-top: 30px;
    text-align: center;
    font-family: Lato, sans-serif;
    font-size: 20px;
    color: #000000;
}
#website-averages:before {
    border-top: 1px dashed #319cc7;
    width: 90%;
    position: absolute;
    left: 5%;
    top: 0;
}

#website-averages p {
    text-align: left;
    width: 75%;
    margin:auto;
}
#website-averages .number {
    color: #057290;
    font-size: 17px;
    text-transform: uppercase;
}

#website-averages .number span {
    display: block;
    font-size: 32px;
}

/* =Subscribe */
#callout {
    background-image: url('assets/img/fondo_top.jpg');
    background-size: cover;
    min-height: 360px;
    padding: 60px;
    margin-top: 100px;
    color: #ffffff;
}
#trial-page #callout {
    padding-top: 28px;
}
#trial-page #callout #full-width-callout-text {
    margin-top: 32px;
}
#trial-page #callout #full-width-callout-image {
    margin-bottom: -66px;
}

#full-width-callout-image img {
    max-width: 100%;
    height: auto;
}


#callout h1 {
    color: #ffffff;
    font-family: Lato, sans-serif;
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 400;
    text-align: left;
}

#callout p {
    font-size: 22px;
    text-align: left;
}

#callout a {
    color: #78ddf9;
}

#quote {
    margin: 60px 20px;
    text-align: left;
    font-size: 14px;
    position: relative;
}

#quote cite {
    color: #057290;
    text-transform: uppercase;
    font-weight: 400;
    font-style: normal;
    font-family: Lato, sans-serif;
    font-size: 16px;
}

#subscribe-content {
    text-align: left;
    position: relative;
    margin-top: 60px;
    padding-top: 30px;
}
#subscribe-content .col-sm-6 {
padding-left: 48px;
padding-right: 48px;
}
#subscribe-content ul {
padding-left: 14px;
}
#subscribe-content ul li {
padding-bottom: 20px;
}

#subscribe-content:before,
.trial_second:before {
    position: absolute;
    content: ' ';
    border-top: 1px dashed #319cc7;
    width: 80%;
    left: 10%;
    top: 0;
}

.trial_second {
    margin-top: 30px;
    padding-top:50px;
}

#subscribe-content h2 {
    font-family: Merriweather, serif;
    color: #da102d;
    font-size: 30px;
}

#subscribe-content .trial_top h2 {
    font-size: 24px;
}
#subscribe-content .trial_second h2 {
    font-size: 18px;
}

#subscribe-content > div > div p {
    margin-bottom: 1.5em;
}

#subscribe-content .btn.subscribe {
    background: #0386a2;
    color: #FFFFFF;
    font-family: Lato, sans-serif;
    font-size: 21px;
    border-radius: 0;
    padding: 14px;
    margin-bottom: 15px;
    font-weight: 400;
}

/* =Webinar */
.single-webinars #block-no-sidebar.container > h1{
margin-bottom:10px;
}
#single-webinar {
    text-align: left;
}
.webinar-content > div {
padding-left:33px;
padding-right:33px;
}
#single-webinar .webinar-content h2 {
    color: #2b7f9a;
    text-transform: uppercase;
    font-family: Lato, sans-serif;
    font-size: 26px;
}

#single-webinar .date-info {
    background-color: #3192a9;
    padding: 40px 33px;
    background-image: url('assets/img/back_webinar.jpg');
    position: relative;
    margin-bottom: 30px;
}
#single-webinar .date-info:after {
    content: '';
    background-image: url('assets/img/circle_down.jpg');
    width: 100px;
    height: 48px;
    position: absolute;
    left:50%;
    margin-left: -50px;
    bottom: -48px;

}
#single-webinar .date-info h2 {
    color: #FFFFFF;
    text-align: left;
    font-size: 24px;
    font-family: "Merriweather", serif;
    font-weight: 400;
}

#single-webinar .date-info p {
    font-family: Lato, sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: left;
}

#single-webinar .register-container {
    text-align: center;
}
#single-webinar .register-container .btn-register {
    margin-top: 60px;
}
#single-webinar .btn-register {
    background: #da102d;
    padding: 12px 28px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0 ;
    border-radius:0 ;
    color: #FFF;
    font-size: 24px;
    text-decoration: none;
}
#single-webinar .subscriber {
    margin-bottom: 25px;
}
#single-webinar .subscriber img {
    height: auto;
}

#single-webinar .subscriber h1 {
    color: #35c8e6;
    font-size: 14px;
    font-family: Lato, sans-serif;
}
#single-webinar h3 {
    color: #2b7f9a;
    font-size: 22px;
    font-weight: 400;
    text-align: left;
    border-bottom: 1px solid #2b7f9a;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

#single-webinar .subscriber .subscriber-desc{
    padding-left: 0;
}
#single-webinar .subscriber p {
    color: #666666;
    font-family: Lato, sans-serif;
}
#single-webinar .subscriber p:nth-of-type(2){
    color: #da102d;
    text-transform: uppercase;
}
#single-webinar .webinar-certificate {
    text-align: center;
}
#single-webinar .webinar-certificate img {
    height: auto;
}


#upcoming-webinars-list {
    background-color: #e6f4f7;
    padding-bottom: 40px;
}

#upcoming-webinars-list .upcoming_webinar {
    padding-top: 40px;
    margin-left: 0;
    margin-right: 0;
}

#upcoming-webinars-list .upcoming_webinar img {
    height: auto;
    margin-bottom: 5px;
}

#upcoming-webinars-list .upcoming_webinar h1 {
    color: #2b7f9a;
    font-size: 24px;
    text-align: left;
    font-weight: 400;
    margin-top: 0;
}

.upcoming_webinar p {
    font-family: Lato, sans-serif;
    font-size: 20px;
    text-align: left;
    color: #000;
    margin: 0;
}

#on_demand {
    padding: 20px 0;
}

#on_demand article {
    border-bottom:  1px dashed #2b7f9a;
    margin-bottom: 28px;
    padding-bottom: 14px;
}

#on_demand h1 {
    font-size: 18px;
    margin: 0 0 5px 0;
    font-weight: 400;
    text-align: left;
}

#on_demand h1 a {
    color: #666666;
}

#on_demand p {
    text-align: left;
    color: #da102d;
    text-transform: uppercase;
    font-family: Lato, sans-serif;
    font-size: 16px;
}

#upcoming-webinars-list a.purchase-btn,
#on_demand a.purchase-btn {
    background-color: #2b7f9a;
    color: #FFFFFF;
    padding: 5px 12px;
    font-family: Lato, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
    text-align: center;
}

#src-top {
    background: #3f97ac;
    padding: 20px 65px;
    margin-bottom: 48px;
    position: relative;
}
#src-top:after {
    content: '';
    background-image: url('assets/img/circle_down.jpg');
    width: 100px;
    height: 48px;
    position: absolute;
    left:50%;
    margin-left: -50px;
    bottom: -48px;
}

#src-top ul {
    list-style: none;
    text-align: left;
    padding-left: 0;
}

#src-top a,
#src-top h2 {
    color: #FFFFFF;
    text-align: left;
    font-family: Lato, sans-serif;
}

#src-top h2 {
    font-size: 18px;
    text-transform: uppercase;
}
#src-top input {
    border-radius: 0;
    font-family: Lato, sans-serif;
}

#src-top .search-submit {
    background: #87c5d3;
    border: #87c5d3;
    color: #459aaf;
    border-radius: 0;
}

.this_week {
    margin-bottom: 65px;
}
.this_week h1,
.more_issue h1,
.resources h1 {
    text-align: left;
    font-size: 30px;
    font-weight: 400;
}
.this_week article .thumb {
    display: block;
    height: 200px;
}
.this_week article img {
    max-width: 100%;
    height: auto;
}
.this_week article h1 {
    color: #3f97ac;
    font-size: 18px;
    text-align: center;
}

.more_issue h1,
.resources h1{
    font-size: 24px;
}
.more_issue article h1 {
   font-size: 18px;
} 
.resources article h1 {
    font-size: 14px;
    margin-bottom: 4px;
}
.more_issue article:nth-child(n+5) h1 {
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 8px;
}
.more_issue a,
.resources a {
    color: #3f97ac;
}
.more_issue p, .resources p {
    text-align: left;
    margin-bottom: 32px;
}

.resources .nav-tabs {
    background: #87c5d3;
    font-family: Lato, sans-serif;
    font-size: 21px;
    color: #FFFFFF;
    height: 58px;
    border-top: 1px solid #87c5d3;
}
.resources .nav-tabs li {
    position: relative;
    height: 58px;
text-transform: uppercase;
}
.resources .nav-tabs li a {
    color: #FFFFFF;
    margin: 0 5px;
}

.resources .nav-tabs li:hover,
.resources .nav-tabs li.active {
    background: #FFFFFF;
    color: #3f97ac;
}

.resources .nav-tabs li:hover a,
.resources .nav-tabs li.active a {
    border: none;
    background: #FFFFFF;
    color: #87c5d3;
}

.resources .nav-tabs li:hover:before,
.resources .nav-tabs li.active:before,
.resources .nav-tabs li:hover:after,
.resources .nav-tabs li.active:after {
    content: '';
    position: absolute;
    width: 18px;
    height: 58px;
    z-index: 1;
    top: -1px;
}

.resources .nav-tabs li:hover:before,
.resources .nav-tabs li.active:before {
    background-image: url('assets/img/resource_left.jpg');
    left: 0;
}

.resources .nav-tabs li:hover:after,
.resources .nav-tabs li.active:after {
    background-image: url('assets/img/resource_right.jpg');
    right: 0;
    width: 21px;
}

.resources .tab-content>.active {
    padding: 0 30px;
}

.resources .tab-pane > p > a {
    font-family: Lato, sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: none;
}

.resources .content-tablist {
    border-left: 1px solid #87c5d3;
    //border-bottom: 1px solid #87c5d3;
    border-right: 1px solid #87c5d3;
}

/* =Store */
.store_section {
    position: relative;
    margin-bottom: 48px;
    padding-bottom: 48px;
}
.store_section:after {
    border-bottom: 1px dashed #2b7f9a;
    content: '';
    position: absolute;
    width: 80%;
    left: 10%;
    bottom: 0;
}
.store_section h2 {
    color: #2b7f9a;
    font-size: 24px;
    font-family: "Lato", sans-serif;
    text-align: left;
}
.store_section .thumb_container {
    padding-left: 0;
}
.store_section .thumb_container img {
    float: left;
    height: auto;
}
.store_section h3 {
    font-size: 18px;
    margin: 0 0 5px 0;
}
.store_section h3,
.store_section p {
    text-align: left;
}

.store_section .buy_btn {
    background-color: #2b7f9a;
    color: #FFFFFF;
    font-family: Lato, sans-serif;
    font-size: 18px;
    font-weight: 400;
    padding: 5px 10px;
    float: left;
    margin-top:5px;
}
#store_code {
    position: relative;
    text-align: center;
}
#store_code .row {
    background-color: #c1dee4;
    padding: 60px;
}
#store_code:before {
    content: '';
    width: 78px;
    height: 38px;
    background-image: url('assets/img/slider_top.png');
    position: absolute;
    z-index: 1;
    top: -38px;
    left: 50%;
    margin-left: -19px;
}
#store_code h1 {
    color: #2b7f9a;
    font-size: 41px;
}
#store_code p {
    color: #2b7f9a;
    font-size: 30px;
    font-family: Lato, sans-serif;
}

.guidebook_store .book_price {
    cursor: pointer;
    margin: 5px 0;
}

.guidebook_store .book_price:before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #B8B8B8;
    border-radius: 50%;
    margin-right: 0.25em;
}
.guidebook_store .book_price.active:before {
    background: #FFF;
    -moz-box-shadow: inset 0 0 0 4px #2b7f9a;
    -webkit-box-shadow: inset 0 0 0 4px #2b7f9a;
    box-shadow: inset 0 0 0 4px #2b7f9a;
}

/* =Event */

.event {
	padding-bottom: 30px;
    color: #000000;
    font-family: "Lato", sans-serif;
    font-size: 18px;
}

.event h1 {
    font-size: 20px;
    font-family: Lato, sans-serif;
    margin: .5em 0 .25em 0;
}

.event a{
    color: #35c8e6;
    text-decoration: underline;
}

#event-list, #award-list {
	text-align: center;
}

#event-list .register-now {
    color: #35c8e6;
}

.issue-story img, #block-article img {
	display: block;
	max-width: 100%;
	height: auto;
}

#menu-top-menu {
	font-size: 16px;
}

.btn-email {
	background-color: #1EA296;
	color: #fff;
}

.moderator {
    color: #c10596;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0;
    font-weight: normal;
    font-family: Lato, sans-serif;
}
#single-webinar .subscriber p:first-of-type{
    color: #c10596 !important;
}

.page-id-36079 #block-article h1:first-child{
    display: none;
}

.single-award h1{
    display: none;
}
.sidebar .widget-title .grey {
    color: #666 !important;
    text-decoration: none;
    font-style: normal;
}


.myButton {          
 background-color:#389dc5;       
 display:inline-block;       
 cursor:pointer;         
 color:#fff;         
 border:2px solid #389dc5;       
 font-family:'Lato', sans-serif;         
 font-size:14px;         
 font-weight: normal;        
 padding:6px 10px;       
 text-decoration:none;       
}        
.myButton:hover {        
 background-color:#fff;          
 color:#389dc5;          
 border:2px solid #389dc5;       
 -webkit-transition: 0.3s;       
 -moz-transition: 0.3s;          
 -o-transition: 0.3s;        
 transition: 0.3s;       
}        
.myButton:active {       
 position:relative;          
 top:1px;        
}    

.table{          
 font-family:'Lato', sans-serif;         
 font-size: 17px;        
 font-weight: normal;        
}        
.table th{          
 color:#389dc5;          
 font-weight: normal;        
}        
.panel{          
 border-bottom: 1px solid #ddd;          
 border-top: none;       
 border-left: none;          
 border-right: none;         
 border-radius: 0;       
 -webkit-box-shadow: none;       
 -moz-box-shadow: none;          
 box-shadow: none;       
} 

.wp-caption .alignright {
    float: right !important;
}