.ish-sc_tt_map img {
    max-width: none;
}

.ish-sc_tt_map [class*="lined"]{
    height: auto;
}

.ish-sc_tt_map a{
    cursor: pointer;
}

.ish-sc_tt_map a:hover{
    text-decoration: none;
    font-weight: bold;
    border: none;
}

.ish-sc_tt_map .text-center {
    text-align: center;
}

.ish-sc_tt_map .list-unstyled {
    list-style: none;
}

.ish-sc_tt_map .list-unstyled  p {
    margin: 1em 0;
}

.ish-sc_tt_map .hidden {
    display: none;
    visibility: collapse;
}

.ish-sc_tt_map {
    border-collapse: collapse;
    /*display: table;*/
    margin: 0;
    padding: 0;
    table-layout: fixed;
    width: 100%;
    position: relative;
    overflow: hidden;
    display: block;
}

.ish-sc_tt_map .cell:first-child,
.ish-sc_tt_map .cell:last-child {
    /*display: table-cell;
    vertical-align: top;
    width: auto;*/

    display: block;
    position: absolute;
    top: 0;
    height: 600px;
    background-color: rgba( 255, 255, 255, 0.9 );
    z-index: 2;

    -webkit-transition-duration: 0.3s; /* Safari */
    transition-duration: 0.3s;
}

.ish-sc_tt_map.presence,
.ish-sc_tt_map .cell {
    height: 600px;
}

.ish-sc_tt_map.presence {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.ish-sc_tt_map .tt_map-holder{
    height: 600px !important; /* Needs to have important so the map gets drawn correctly in FF */
}

.ish-sc_tt_map .cell:first-child {
    width: 220px;
    padding-right: 30px;
    padding-top: 40px;
    left: 0;
}

.full-width-content .ish-sc_tt_map .cell:first-child {
    padding-left: 40px;
    width: 300px;
}
.full-width-content .ish-sc_tt_map .cell:last-child {
    padding-right: 40px;
    width: 250px;
}

.ish-sc_tt_map .cell:last-child {
    width: 170px;
    padding-top: 40px;
    right: 0;
    padding-left: 20px;
}

.ish-sc_tt_map.presence #countries {
    margin: 16px 0 16px 0;
}

.ish-sc_tt_map.presence #countries a {
    height: 21px;
    line-height: 21px;
}

.ish-sc_tt_map.presence #countries li:last-child {
    margin-top: 25px;
}

.ish-sc_tt_map.presence #countries .active a {
    font-weight: bold;
}

.ish-sc_tt_map.presence #map-target {
    background-color: #eee;
}

.ish-sc_tt_map.presence #map-target {
    height: 100%;
    width: 100%;
}

.ish-sc_tt_map.presence #global-reach li {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: normal;
}

.ish-sc_tt_map.presence #global-reach li + li {
    border-top: 1px solid #eee;
}

.ish-sc_tt_map.presence #global-reach strong {
    font-size: 300%;
    color: #E55E4B;
}

/* Added by IshYoBoy  - BEGIN */
.ish-sc_tt_map.presence li:before{
    content: '';
    content: initial;
}
/* Added by IshYoBoy  - END */


.tt-map-nav{
    display: block;
    height: 600px;
    width: 40px;
    position: absolute;
    top: 0;
    -webkit-transition-duration: 0.3s; /* Safari */
    transition-duration: 0.3s;
	text-decoration: none;
}

.tt-map-nav:focus{
    outline: none;
}

.tt-map-nav:hover{
    opacity: 0.8;
}

.tt-map-nav.tt-left {
    right: 0;
}


.tt-map-nav.tt-right {
    left: 0;
}


.tt-map-nav:before{
    text-decoration: none;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    font-size: 30px;
    left: 10px;
}

.ish-sc_tt_map.tt-info-closed .tt-map-nav.tt-left:before{
    content: "\eee3";
}
.ish-sc_tt_map.tt-info-closed .tt-map-nav.tt-right:before{
    content: "\eee2";
}


.ish-sc_tt_map.tt-info-closed .cell:first-child{
    left: -180px;
}
.ish-sc_tt_map.tt-info-closed .cell:last-child{
    right: -130px;
}

.full-width-content .ish-sc_tt_map.tt-info-closed .cell:first-child{
    left: -260px;
}
.full-width-content .ish-sc_tt_map.tt-info-closed .cell:last-child{
    right: -210px;
}

/* Country Flags */

.ish-sc_tt_map #countries a:before {
	content: "";
	display: inline-block;
	speak: none;
	text-decoration: none;
	width: 18px;
	height: 12px;
	margin-right: 12px;
	background-repeat: no-repeat;
	position: relative;
	top: 1px;
}

.ish-sc_tt_map #countries li:last-child a:before {
	content: '\e8f0';
	font-family: "fontello";
	font-size: 120%;
	font-style: normal;
	font-weight: normal;
}