﻿* {
    padding: 0;
}

@font-face {
    font-family: 'proxima_nova';
    src: url('/fonts/proximanova-regular-webfont.eot');
    src: url('/fonts/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/proximanova-regular-webfont.woff') format('woff'), url('/fonts/proximanova-regular-webfont.ttf') format('truetype'), url('/fonts/proximanova-regular-webfont.svg#proxima_nova_rgregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.gc_heading {
    font-family: 'proxima_nova';
    font-size: 60px;
    color: #131313;
    text-align: center;
    margin-bottom: 35px;
    font-weight: 100;
}

.gc_subheading {
    font-family: 'proxima_nova';
    font-size: 30px;
    color: #131313;
    text-align: center;
    margin-bottom: 20px;
    display: block;
    clear: both;
    padding-top: 50px;
    /*height: 80px;
    width: 850px;*/
    line-height: 60px;
}

.gc_comment_box {
    background-color: #fff;
    /*height: 70px;
    width: 830px;*/
    padding: 10px;
    margin-bottom: 5px;
    border: none !important;
    /*border:1px solid #ddd;*/
}

    .gc_comment_box img {
        width: 70px;
        height: 70px;
    }

.gc_comment_name {
    font-family: 'proxima_nova';
    font-size: 20px;
    color: #131313;
    font-weight: 800;
    margin: 0;
    padding: 0;
    margin-left: 80px;
}

.gc_links {
    font-family: 'proxima_nova';
    font-size: 12px;
    color: #131313;
    font-weight: 800;
    margin: 0 !important;
    padding: 0 !important;
}

.gc_comment {
    font-family: 'proxima_nova';
    font-size: 20px;
    font-weight: 100;
    color: #959595;
    margin: 0 !important;
    padding: 0 !important;
}

.box_left {
    background-color: #ddd;
    min-height: 300px;
    padding: 20px;
}

.box_right {
    background-color: #e6e6e6;
    padding: 15px 20px 35px 20px;
    /*
    width: 570px;
    height: 805px;
*/
}

.img_grid {
    margin-bottom: 20px;
    margin-left: 0 !important;
}

.img_thumb {
    /*max-width: 12.5%;*/
    height: auto;
    margin: 0 !important;
    padding: 0 !important;
    float: left;
}

.grid_user_name {
    width: 85px !important;
    height: 85px !important;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    float: none;
    font-family: 'proxima_nova';
    font-size: 17px;
    color: #131313;
    padding: 1px;
}

body {
    background-color: #fff;
    padding-bottom: 0;
    padding-top: 0;
}

.pdf_main_container {
    width: 850px;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 10px;
}

.pdf_img_grid {
    float: left;
    /*width: 850px;*/
    height: auto;
}

    .pdf_img_grid ul {
        list-style: none;
        font-size: 0;
        margin-bottom: 50px;
    }

        .pdf_img_grid ul li {
            margin: 0;
            padding: 0;
            display: inline;
            width: 106px;
            height: 106px;
            font-size: 22px;
        }

            .pdf_img_grid ul li img {
                width: 85px;
                height: 85px;
            }

.thumb_color_1 {
    background-color: #82f4f6;
}

.thumb_color_2 {
    background-color: #c0f9fa;
}

.media,
.media-body {
    overflow: hidden;
    zoom: 1;
}

    .media,
    .media .media {
        margin-top: 15px;
    }

        .media:first-child {
            margin-top: 0;
        }

.media-object {
    display: block;
}

.media-heading {
    margin: 0 0 5px;
}

.media > .pull-left {
    margin-right: 10px;
}

.media > .pull-right {
    margin-left: 10px;
}

.media-list {
    padding-left: 0;
    list-style: none;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
    margin: 0px;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}
.gridCardHeading {
    font-family: 'Poppins Light';
    font-size: 40px;
    color: #2d2d2d;
    text-align: center;
    line-height: 28px;
    margin-bottom: 22px;
    font-weight: 300;
}