﻿.modal-title #title {
    font-size: 15px;
    line-height: 25px;
    color: #616060;
    font-weight: 600;
    padding-left: 12px;
    padding-right: 12px;
    display: inline-block;
}
.modal-body img {
    /*width: 200px;
    height: 200px;
    margin: 0 auto 20px;*/
    width: 100%;
    height: 100%;
    margin: 0 auto 20px;
}
.modal-body #body p span {
    font-size: 14px !important;
    font-family: arial !important;
    line-height: 23px;
    color: #616060 !important;
}
.modal-body #body p {
    text-align: left;
}
.map_pagination .pagination
{
    margin: 25px auto 0px;
    display: block;
}

.map_pagination .pagination ul
{
    display: inline-block;
    margin-bottom: 0;
    margin-left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    padding: 0;
}

.map_pagination .pagination ul > li
{
    display: inline;
}

.map_pagination .pagination ul > li > a, .map_pagination .pagination ul > li > span
{
    float: left;
    padding: 5px 12px 4px;
    line-height: 20px;
    text-decoration: none;
    background-color: #d9d9d9;
    border: 1px solid #c9c9c9; /* border-left-width: 0; */
    cursor: pointer;
    color: #428bca;
    font-size: 90%;
}

.map_pagination .pagination ul > .disabled > span, .pagination ul > .disabled > a, .map_pagination .pagination ul > .disabled > a:hover, .map_pagination .pagination ul > .disabled > a:focus
{
    color: #999999;
    cursor: pointer;
    background-color: transparent;
}

.map_pagination .pagination ul > li:first-child > a, .map_pagination .pagination ul > li:first-child > span
{
    border-left-width: 1px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-topleft: 4px;
}



[class^="icon-"], [class*=" icon-"]
{
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-top: 1px;
    line-height: 14px;
    vertical-align: text-top;
    background-image: url(../images/glyphicons-halflings.png);
    background-position: 14px 14px;
    background-repeat: no-repeat;
}

.map_pagination .icon-fast-forward
{
    background-position: -360px -72px;
}

.map_pagination .icon-white, .nav-pills > .active > a > [class^="icon-"], .map_pagination .nav-pills > .active > a > [class*=" icon-"], .nav-list > .active > a > [class^="icon-"], .map_pagination .nav-list > .active > a > [class*=" icon-"], .map_pagination .navbar-inverse .nav > .active > a > [class^="icon-"], .map_pagination .navbar-inverse .nav > .active > a > [class*=" icon-"], .map_pagination .dropdown-menu > li > a:hover > [class^="icon-"], .map_pagination .dropdown-menu > li > a:focus > [class^="icon-"], .map_pagination .dropdown-menu > li > a:hover > [class*=" icon-"], .map_pagination .dropdown-menu > li > a:focus > [class*=" icon-"], .map_pagination .dropdown-menu > .active > a > [class^="icon-"], .map_pagination .dropdown-menu > .active > a > [class*=" icon-"], .map_pagination .dropdown-submenu:hover > a > [class^="icon-"], .map_pagination .dropdown-submenu:focus > a > [class^="icon-"], .map_pagination .dropdown-submenu:hover > a > [class*=" icon-"], .map_pagination .dropdown-submenu:focus > a > [class*=" icon-"]
{
    background-image: url(../images/glyphicons-halflings-white.png);
}

.map_pagination .icon-step-forward
{
    background-position: -384px -72px;
}

.map_pagination .icon-step-backward
{
    background-position: -192px -72px;
}

.map_pagination .icon-fast-backward
{
    background-position: -216px -72px;
}
.speakers
{
    background: url(../images/parallax2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
}

/*.speakers:before
{
    background-color: #f3f3f3;
    opacity: 0.95;
}
.speakers::before
{
    bottom: 0px;
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    z-index: 1;
}*/

.speakers .thumbnail
{
    border: 2px solid #C9C9C9;
    margin: 0;
    box-shadow: 0px 2px 2px #C9C9C9;
    height: 340px;
    margin-bottom: 30px;
    position: relative;
    width: 100%;
}

.speakers .thumbnail:hover
{
    box-shadow: 1px 2px 13px #bdbdc1;
}

.speakers .thumbnail .media
{
    overflow: hidden;
    position: relative;
}

.speakers .thumbnail .media:after
{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.speakers .thumbnail.hover .media:after, .speakers .thumbnail:hover .media:after
{
    opacity: 0.1;
}

.speakers .thumbnail.hover .media img, .speakers .thumbnail:hover .media img
{
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.speakers .thumbnail .media.img-circle, .speakers .thumbnail.hover .media.img-circle, .speakers .thumbnail:hover .media.img-circle
{
    -webkit-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    transform: scale(1) !important;
}

/*.speakers .thumbnail .caption.hovered {
    position: absolute;
    top: 0; right: 0;
    left: 0; bottom: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    overflow: hidden;
    padding: 15px;
    background-color: transparent; /*dc143c*/
/*background-color: rgba(67, 184, 239, 0.60);
    color: #ffffff;
    opacity: 0;
    z-index: 10;
}

.speakers .thumbnail.hover .caption.hovered,
.speakers .thumbnail:hover .caption.hovered {
    opacity: 1;
}*/


.speakers .thumbnail .media, .speakers .thumbnail .media:after, .speakers .thumbnail .media:before, .speakers .thumbnail.hover .media, .speakers .thumbnail:hover .media, .speakers .thumbnail.hover .media:after, .speakers .thumbnail:hover .media:after, .speakers .thumbnail.hover .media:before, .speakers .thumbnail:hover .media:before, .speakers .thumbnail .media img, .speakers .thumbnail.hover .media img, .speakers .thumbnail:hover .media img, .speakers .thumbnail .media .fa, .speakers .thumbnail.hover .media .fa, .speakers .thumbnail:hover .media .fa, .speakers .thumbnail .caption-title, .speakers .thumbnail.hover .caption-title, .speakers .thumbnail:hover .caption-title, .speakers .thumbnail .caption-zoom, .speakers .thumbnail.hover .caption-zoom, .speakers .thumbnail:hover .caption-zoom, .speakers .thumbnail .caption-link, .speakers .thumbnail.hover .caption-link, .speakers .thumbnail:hover .caption-link, .speakers .thumbnail .caption-category, .speakers .thumbnail.hover .caption-category, .speakers .thumbnail:hover .caption-category, .speakers .thumbnail .caption, .speakers .thumbnail.hover .caption, .speakers .thumbnail:hover .caption
{
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

/* HEXAGONS */

.speakers .hex
{
    position: relative; /* width: 170px; */
    width: 150px;
    margin: 17px auto 0;
}
.speakers .hex .hex-inner
{
    margin: 0 auto;
    height: 170px;
    width: 180px;
    text-align: center;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
}
.speakers .hex-deg
{
    overflow: hidden;
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(120deg);
    -moz-transform: rotate(120deg);
    -o-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}
.speakers .hex-deg .hex-deg
{
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    transform: rotate(-60deg);
}
.speakers .hex-deg .hex-deg .hex-deg
{
}

.speakers .hex.testimonial-avatar
{
    width: 100px;
}
.speakers .hex.testimonial-avatar .hex-inner
{
    height: 115px;
    width: 100px;
}

.speakers .caption-title
{
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 14px;
    font-family: sans-serif;
    height: 50px;
    line-height: 20px;
}

.speakers .caption-title a
{
    color: #223C78;
}

.speakers .caption-category
{
    color: #888 !important;
    font-size: 13px !important;
    padding-bottom: 0px !important;
}

.speakers .caption p
{
    color: #616060;
    font-size: 13px;
    line-height: 20px;
    padding-bottom: 0;
    margin-bottom: 0;
    overflow: hidden;
}

.speakers .thumbnail .caption
{
    padding-left: 5px;
    padding-right: 5px;
}

.speakers .envelope i, .speakers .facebook i, .speakers .twitter i, .speakers, .linkedin i
{
    color: #00B28B;
}

.speakers .envelope i:hover, .speakers .facebook i:hover, .speakers .twitter i:hover, .speakers .linkedin i:hover
{
    color: #2586e0;
}

.speakers .view_btn
{
    clear: both;
    background: #1197d4;
    width: 138px;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    margin: 0 auto;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
    margin-top: 31px;
    cursor: pointer;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.speakers .view_btn:before
{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #0b648e;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.speakers .view_btn:hover:before, .view_btn:focus:before, .view_btn:active:before
{
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.speakers .social-line
{
    list-style-type: none;
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    margin-bottom: 0;
}

.speakers .social-line li
{
    display: inline-block;
    font-size: 15px;
    margin-left: 5px;
    margin-right: 5px;
}

.speakers .social-line li a
{
    background: none;
}

.speakers .img_div
{
    width: 150px;
    height: 150px;
    margin: 12px auto 0;
    border: none;
    border-radius: 500px;
    overflow: hidden;
}

.speakers .border_img
{
    /*width: 100%;     border-radius: 50%;     border: 4px solid #EFEFF0;*/
    height: 100%;
}

.caption a
{
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 90%;
    cursor: pointer;
}

.caption a:hover
{
    text-decoration: none;
    color: #DC143C;
}

.res_speaker
{
    float: none;
    display: inline-table;
    vertical-align: top;
}

@media only screen and (max-width:540px)
{
    /*Locality css start*/


    #Locality_new
    {
        text-align: center;
    }

    .res_speaker
    {
        width: 60% !important;
        float: none !important;
        margin: 0 auto;
    }

    /*Locality css end*/
}

@media only screen and (max-width:480px)
{
    .res_speaker
    {
        width: 100% !important;
    }
}
#OpenDetails .modal-header .close {
    margin-top: -13px;
    background: #238bd8;
    opacity: 1;
    color: #fff;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 6px;
    padding-bottom: 10px;
    position: absolute;
    right: 0;
    top: 12px;
    border-bottom-left-radius: 25px;
    line-height: 13px;
    font-weight: normal;
}

.btn-blue{
    width: 100px;
    height: 35px;
    line-height: 35px;
    background-color: #238bd8;
    color: #fff;
    display: inline-block;
    text-align: center;    
    text-decoration: none;
}