/*
AMCHAM NEWS STYLE SHEET
Color scheme:
- blue: #324D9D
*/

@import url(http://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic);

*
{
    margin: 0;
    padding: 0;
}

img
{
    border: 0;
    margin: 0;
}

.clear
{
    clear: both;
    margin: 0;
}

.wrapper
{
    max-width: 1180px;
    margin: 0 auto;
    position: relative;
}

.top-header
{
    background-color: #324D9D;
    z-index: 300;
    box-shadow: 5px 5px 5px #000;
}

.top-header form
{
    position: absolute;
    top: 18px;
    right: 44px;
}

.top-header form input
{
    border: none;
    padding: 10px;
    border-radius: 3px;
    opacity: 0.7;
    width: 120px;
    outline: none;
}

.top-header form input:focus
{
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.top-menu
{
    font-family: Helvetica, sans-serif;
    list-style: none;
}

.top-menu li
{
    display: inline-block;
}

.top-menu li a
{
    display: block;
    color: #D6DEF7;
    text-decoration: none;
    padding: 20px 10px;
    font-size: 14px;
    border-right: solid #D6DEF7 1px;
}

.top-menu li img
{
    width: 29px;
    height: 29px;
    text-decoration: none;
    opacity: 0.7;
}

.top-menu li img:hover
{
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.top-menu li a:hover
{
    color: white;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.top-menu .last a
{
    border-right: 0;
}



.search-icon
{
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    cursor: pointer;
    background-image: url('../images/search.png');
    background-size: contain;
    opacity: 0.7;
    top: 20px;
    right: 0;
}

.search-icon:hover
{
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.responsive-view
{
    display: none;
    padding: 10px;
    text-align: center;
}

.responsive-view .amcham-news-logo
{
    display: inline-block;
    max-width: 180px;
}

.responsive-view .amcham-news-logo img
{
    max-width: 100%;
}

.responsive-view .button
{
    display: block;
    width: 44px;
    height: 44px;
    background-image: url('../images/menu-icon.png');
    background-size: contain;
    cursor: pointer;
    opacity: 0.7;
    position: absolute;
    top: 16px;
    left: 10px;
}

.responsive-view .button:hover
{
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.slideshow
{
    position: relative;
}

.caption-slider
{
    position: absolute;
    width: 100%;
    bottom: 160px;
    z-index: 999;
    text-align: right;
}

.caption-slider a
{
    display: inline-block;
    padding: 10px;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.7);
    font-family: Helvetica, sans-serif;
    font-style: italic;
    text-decoration: none;
    color: #324D9D;
}

.caption-slider h2
{
    font-weight: normal;
}

.logo-holder
{
    width: 100%;
    position: absolute;
    bottom: 160px;
    z-index: 999;
}

.logo-main
{
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    display: inline-block;
    width: 50%;
}

.logo-main img
{
    max-width: 100%;
}

.first-section
{
    background: white;
    border-top: solid #CC2B3C 20px;
    padding-top: 60px;
    top: -60px;
    z-index: 9999;
}

.column
{

    width: 46%;
    float: left;
    margin-top: -4%;
    margin-left: 2%;
    margin-right: 2%;
    margin-bottom: 2%;

}

.starred-video
{
    background-color: #324D9D;
    border-radius: 5px;
    margin-bottom: 40px;
}

.starred-video iframe
{
    max-width: 100%;
}

.starred-video h3
{
    color: white;
    font-family: Helvetica, sans-serif;
    font-weight: normal;
    padding: 20px;
}

.video-closure
{
    padding: 20px;
    font-family: Helvetica, sans-serif;
    font-size: 14px;
    color: white;
    position: relative;
}

.more-link-white
{
    color: #D6DEF7;
    position: absolute;
    top: 20px;
    right: 20px;
    text-decoration: none;
}

.more-link-white:hover
{
    color: white;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.normal-preview
{
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 40px;
    background-color: #f4f4f4;
    padding-bottom: 20px;
    position: relative;

}

.normal-preview img
{
    max-width: 100%;
}
.normal-preview .twitterFeed
{
    width: 80%;
    margin: 0 auto;
    border-top: solid #CC2B3C 2px;
    padding-top: 10px;
    position: relative;
    top: -180px;
    font-family: Helvetica, sans-serif;
    bottom: 0px;
}

.normal-preview .textual
{
    width: 80%;
    margin: 0 auto;
    border-top: solid #CC2B3C 2px;
    padding-top: 10px;
    position: relative;
    /*top: -40px;*/
    font-family: Helvetica, sans-serif;
}

.normal-preview .textualvideo
{
    width: 80%;
    margin: 0 auto;
    border-top: solid #CC2B3C 2px;
    padding-top: 10px;
    position: relative;
    top: 20px;
    font-family: Helvetica, sans-serif;
    margin-bottom: 60px;
}

.normal-preview iframe
{
    max-width: 100%;
}

.preview-content
{
    background-color: white;
    padding: 40px 20px;
    border-radius: 3px;
}



.normal-titular
{
    color: #324D9D;
    text-decoration: none;
}

.normal-titular:hover
{
    color: #333333;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.normal-titular h2
{
    font-weight: normal;
}

.normal-preview .category
{
    margin: 20px 0;
    color: white;
    padding: 10px;
    display: inline-block;
    font-size: 10px;
    text-decoration: none;
    opacity: 0.8;
    text-align:center;
}


.normal-preview .twitterFeedHolder
{
    margin: 20px 0;
    color: white;
    padding: 10px;
    display: inline-block;
    font-size: 14px;
    text-decoration: none;
    opacity: 0.8;
}

.normal-preview .category:hover
{
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.imageline
{
    display: inline-block;
    height: 10%;
    position: absolute;
    left: 45%;
    top: -5%;
    z-index: 900;
}
.usericon
{
    display: inline-block;
    height: 4%;
    position: absolute;
    left: 5%;
}

.red
{
    background-image:url("../images/label1.png");
    display: block;
    color: #D6DEF7;
    height: 30px;
    width: 210px;
    background-size: contain;
    margin-bottom: 10px;
    text-decoration: none;
    text-align: left;
    font-size: 8px;
    padding-top: 14px;
    padding-left: 42px;
    padding-right: 42px;
    box-sizing: border-box;
    position: static;
    left: 0;


}

.red2
{
    background-image:url("../images/label2.png");
    display: block;
    color: #D6DEF7;
    height: 30px;
    width: 210px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 10px;
    text-decoration: none;
    text-align: left;
    font-size: 8px;
    padding-top: 14px;
    padding-left: 42px;
    padding-right: 42px;
    box-sizing: border-box;
}

.normal-author

{
    padding-left: 30px;
    font-size: 14px;
    color: #898989;
}

.abstract
{
    font-size: 14px;
    color: #333333;
    margin: 20px 0;
}

.abstract a
{
    color: #324D9D;
    font-weight: bold;
    text-decoration: none;
}

.normal-closure
{
    font-size: 14px;
    color: #333333;
    position: relative;
    margin-top: 20px;
    padding-top: 20px;
    border-top: dotted #CC2B3C 1px;
}

.normal-closure a
{
    font-size: 14px;
    color: #324D9D;
    text-decoration: none;
}

.normal-closure a:hover
{
    color: #333333;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.more-link-normal
{
    position: absolute;
    top: 20px;
    right: 20px;
}

.topic-selector
{
    text-align: center;
    font-family: Helvetica, sans-serif;
    color: #333333;
    font-size: 14px;
    border-top: dotted #CC2B3C 1px;
    padding-top: 20px;
}

.topic-selector select
{
    padding: 10px;
    border-radius: 5px;
}

.general-footer
{
    background-color: #324D9D;
    padding: 20px 0;
    font-family: Helvetica, sans-serif;
    color: #D6DEF7;
    background-image: url('../images/footer-gb.png');
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: contain;
}

.footer-panel
{
    width: 33%;
    padding: 60px;
    box-sizing: border-box;
    float: left;
}

.footer-panel h2
{
    font-weight: normal;
    margin-bottom: 40px;
}

.facebook, .twitter, .instagram, .blogger
{

    display: block;
    color: #D6DEF7;
    height: 40px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 10px;
    text-decoration: none;
    text-align: left;
    font-size: 14px;
    padding-top: 14px;
    padding-left: 42px;
    box-sizing: border-box;
}
.socialH
{

    position: absolute;
    right: 35px;
    top: 18px;

}
.facebookH, .twitterH, .instagramH, .bloggerH
{

    display: inline-block;
    color: #D6DEF7;

    background-repeat: no-repeat;
    text-align: left;
    background-size: contain;
    box-sizing: border-box;
    padding-top: 35px;
    padding-left: 42px;



}

.facebookH:hover, .twitterH:hover, .instagramH:hover, .bloggerH:hover
{
    color: white;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.facebook:hover, .twitter:hover, .instagram:hover, .blogger:hover
{
    color: white;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.facebook, .facebookH
{
    background-image: url('../images/facebook.png');
}

.twitter, .twitterH
{
    background-image: url('../images/twitter.png');
}

.instagram, .instagramH
{
    background-image: url('../images/instagram.png');
}

.blogger, .bloggerH
{
    background-image: url('../images/blogger.png');
}

.contact
{
    font-size: 14px;
    margin-bottom: 20px;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    padding-left: 32px;
}

.contact a
{
    color: #D6DEF7;
    text-decoration: none;
}

.contact a:hover
{
    color: white;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.address
{
    background-image: url('../images/footer-address.png');
}

.phone
{
    background-image: url('../images/footer-phone.png');
}

.web
{
    background-image: url('../images/footer-web.png');
}

.email
{
    background-image: url('../images/footer-email.png');
}

.copyright
{
    font-size: 14px;
}

.responsive-menu
{
    background-color: #333333;
    padding: 20px 0;
    padding-bottom: 10px;
    text-align: center;
    font-family: Helvetica, sans-serif;
    font-size: 14px;
    border-bottom: solid #CC2B3C 10px;
    display: none;
}

.responsive-menu ul
{
    list-style: none;
}

.responsive-menu a
{
    text-decoration: none;
    color: rgba(255, 255, 255, 0.5);
    display: block;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: dotted rgba(255, 255, 255, 0.2) 1px;
}

.responsive-menu a:hover
{
    color: white;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.twitter-timeline
{
    height: 418px;
    max-width: 80%;
}

.banner
{
    height: 150px;
    background: url('../images/banner.jpg') center top no-repeat;
    background-size: cover;
}

.inner-body
{
    margin: 20px 0;
}

.left-body, .right-body
{
    float: left;
    padding: 10px;
    box-sizing: border-box;
}

.left-body
{
    width: 70%;
    margin-right: 2%;
}

.right-body
{
    width: 28%;
    background-color: #E9E9E9;
    border-radius: 5px;
    font-family: Helvetica, sans-serif;
}

.right-body h3
{
    color: #324D9D;
    font-weight: normal;
    margin-bottom: 20px;
}

.category-name
{
    border-bottom: solid #CC2B3C 2px;
}

.category-name h3
{
    background-color: #CC2B3C;
    color: white;
    padding: 10px 20px;
    display: inline-block;
    font-weight: normal;
    font-family: Helvetica, sans-serif;
}

.no-articles
{
    font-family: Helvetica, sans-serif;
    font-size: 14px;
    color: #333333;
    margin: 50px 0;
}

.category-post-item
{
    padding: 20px 0;
    border-bottom: dotted #B7B7B7 1px;
}

.post-textual, .post-image
{
    float: left;
    box-sizing: border-box;
}

.post-textual
{
    width: 68%;
    padding-right: 20px;
    font-family: Helvetica, sans-serif;
}

.post-textual h3
{
    font-weight: normal;
    margin-bottom: 10px;
}

.post-textual h3 a
{
    text-decoration: none;
    color: #324D9D;
}

.post-textual h3 a:hover
{
    color: #333333;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.post-textual p
{
    font-size: 14px;
    color: #333333;
}

.category-post-item .author
{
    font-size: 12px;
    margin-top: 20px;
}

.post-image
{
    width: 32%;
}

.post-image img
{
    max-width: 100%;
}

.most-read
{
    padding-left: 20px;
}

.most-read
{

}

.most-read a
{
    text-decoration: none;
    font-size: 14px;
    color: #333333;
}

.most-read a:hover
{
    color: #324D9D;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.fb-page
{
    max-width: 100%;
}

.article-image img
{
    max-width: 100%;
}

.article-category
{
    margin: 20px 0;
    color: white;
    padding: 10px;
    display: inline-block;
    font-size: 14px;
    text-decoration: none;
    opacity: 0.8;
    background-color: #CC2B3C;
    font-family: Helvetica, sans-serif;
}

.article-category:hover
{
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.article-info span
{
    font-family: Helvetica, sans-serif;
    font-size: 14px;
    color: #333333;
}

.article-main-title
{
    font-family: Helvetica, sans-serif;
    color: #324D9D;
    margin-top: 20px;
    margin-bottom: 40px;
}

.share-buttons-article
{
    margin-bottom: 20px;
}

.article-content
{
    font-family: 'Lora', serif;
    color: #333333;
    font-size: 16px;
    line-height: 24px;
}

.article-content p
{
    text-align: justify;
    margin-bottom: 20px;
}

.article-content ul, .article-content ol
{
    padding-left: 30px;
    margin-bottom: 20px;
}

.article-content h1, .article-content h2, .article-content h4, .article-content h5, .article-content h6
{
    margin-bottom: 20px;
    font-family: Helvetica, sans-serif;
    font-weight: normal;
}

.article-content a
{
    color: #324D9D;
    font-weight: bold;
    text-decoration: none;
}

.article-content a:hover
{
    text-decoration: underline;
}

.att-article-images
{
    margin-bottom: 20px;
}

.att-article-images h4
{
    font-family: Helvetica, sans-serif;
    color: #CC2B3C;
}

.att-article-images a, .gallery a
{
    display: block;
    float: left;
    width: 29%;
    height: 155px;
    margin: 2%;
    overflow: hidden;
}

.att-article-images a img, .gallery a img
{
    max-width: 100%;
}

.att-article-video
{
    text-align: center;
    margin-bottom: 20px;
}

.att-article-video *
{
    width: 100%;
}

.video-player
{
z-index: 99;
}

.video-player *
{
    width: 100%;
z-index: 99;
}

.gallery
{
    background-color: #E9E9E9;
    border-radius: 5px;
}

.category-paginator
{
    margin-top: 20px;
    font-family: Helvetica, sans-serif;
    text-align: center;
    font-size: 14px;
    color: #333333;
}

.category-paginator ul
{
    list-style: none;
    display: inline;
}

.category-paginator ul li
{
    display: inline-block;
}

.category-paginator ul .active
{
    font-weight: bold;
}

.category-paginator ul li a
{
    color: #324D9D;
    font-weight: bold;
    display: block;
    margin: 5px;
    text-decoration: none;
}

/* responsive design ------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 1248px)
{
    .desktop-view
    {
        display: none;
    }

    .responsive-view
    {
        display: block;
    }

    .logo-holder
    {
        display: none;
    }
}

@media screen and (max-width: 960px)
{
    .left-body, .right-body
    {
        float: none;
    }

    .right-body
    {
        display: none;
    }

    .left-body
    {
        width: 90%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 800px)
{
    .footer-panel
    {
        float: none;
        width: 80%;
        margin: 20px auto;
        padding: 0;
    }

    .collapsable
    {
        display: none;
    }

    .footer-panel a
    {
        display: block;
        float: left;
        margin: 20px;
    }
}

@media screen and (max-width: 680px)
{
    .column
    {
        float: none;
        margin: 20px auto;
        width: 80%;
    }

    .caption-slider
    {
        bottom: 80px;
        text-align: center;
    }

    .caption-slider h2
    {
        font-size: 16px;
    }
}

@media screen and (max-width: 520px)
{
    .post-textual, .post-image
    {
        float: none;
    }

    .post-textual
    {
        width: 100%;
    }

    .post-image
    {
        display: none;
    }

    .article-category
    {
        display: block;
    }

    .att-article-images a
    {
        width: 44%;
    }
}

@media screen and (max-width: 480px)
{
    .caption-slider
    {
        display: none;
    }

    .first-section
    {
        top: 0;
    }

    .topic-selector
    {
        margin-bottom: 20px;
    }

    .column
    {
        width: 90%;
    }

    .normal-preview .textual
    {
        width: 90%;
    }

    .footer-panel a
    {
        margin: 10px;
    }
}
.foot-panel-white
{
    margin: 10px;
    padding-top: 25px;
    height: 50px;
    text-align: center;
    font-family: Helvetica, sans-serif;
    font-weight: bold;
    color: #2E457B;
}