@charset "UTF-8";

.c6 {
            width: 50%;
        }

        .moreListBtn {
            display: block;
            width: 200px;
            margin: 30px auto;
            padding: 5px 10px;
            text-align: center;
            clear: both;
            color: #333;
            background-color: #ffd800;
            box-shadow: 3px 3px 0px #dda408;
            cursor: pointer;
        }

        /* Forum */
        .speaker {
            margin-bottom: 20px;
        }

        .speaker-thumb {
            margin-bottom: 10px;
        }

            .speaker-thumb .speakerphoto {
                position: relative;
            }

                .speaker-thumb .speakerphoto:hover .emailicon {
                    display: block;
                }

            .speaker-thumb img {
                cursor: pointer;
            }

            .speaker-thumb h4 {
                font-family: 'Microsoft JhengHei', sans-serif;
                font-size: 17px;
                font-weight: 500;
                line-height: 1.8;
                letter-spacing: 1px;
                margin-bottom: 0;
            }

            .speaker-thumb .company {
                height: 60px;
                font-family: 'Open Sans Condensed','Microsoft JhengHei', sans-serif;
                font-size: 15px;
                line-height: 1.3;
                color: #555;
                letter-spacing: 0.5px;
                margin-top: 3px;
            }

        /* dialog window (when click speaker's photo)*/

        .SpeakerContainer {
            display: none;
            position: fixed;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            padding: 0 8px;
            z-index: 1043;
            background-color: rgba(255, 255, 255, 0.7);
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

        .SpeakerDetail {
            width: 90%;
            height: 86%;
            position: absolute;
            display: block;
            vertical-align: middle;
            top: 0%;
            left: 5%;
            margin-left: 0;
            margin-top: 60px;
            text-align: left;
            background: #fff;
            box-shadow: 0px 0px 5px rgba(0,0,0,.3);
        }

            .SpeakerDetail .thumb {
                width: 100%;
                float: none;
                display: none;
            }

                .SpeakerDetail .thumb img {
                    width: 100%;
                }

            .SpeakerDetail .contentz {
                width: 100%;
                height: 100%;
                overflow: hidden;
                float: none;
                padding: 10px 0 10px 10px;
            }

            .SpeakerDetail .closeicon {
                width: 36px;
                height: 36px;
                background-color: #333;
                color: #fff;
                line-height: 30px;
                position: absolute;
                top: 0;
                right: 0;
                text-align: center;
                z-index: 5;
                cursor: pointer;
            }

        .contentz h5, .contentz h6 {
            font-family: 'Open Sans Condensed','Microsoft JhengHei', sans-serif;
        }

        .SpeakerName {
            font-size: 32px;
        }

        .SocialIcons img {
            width: 20px;
        }

        .details {
            height: 65%;
            overflow: auto;
            font-size: 15px;
            font-family: 'Microsoft JhengHei', arial, sans-serif;
            padding-right: 5px;
        }