.top-img {
    overflow: hidden;
    position: relative;
    min-height: 300px;
}
@media (min-width: 992px) {
    .top-img {
        margin-bottom: -40px;
    }
}
.header-fixed .header.header-fixed-shrink {
  z-index: 1040;
}

.top-img .top-banner {
    padding: 20px;
    width:100%;
    margin: 80px auto 60px;	
    background: rgba(255,255,255,0.9);
    text-align: center;
    position: relative;
}

@media (min-width: 500px) {
    .top-img .top-banner {
        max-width: 500px;
        margin: 120px auto 120px;	
        background: rgba(255,255,255,0.9);
        text-align: center;
        position: relative;
    }
}
.header {
    background: rgba(255,255,255,.9);
}
.top-img .top-banner h2 {
	font-size: 20px;
	line-height: 27px;
	text-align: center;
	text-transform: capitalize;
}

.top-img .top-banner h3 {
	font-size: 14px;
	line-height: 20px;
	text-align: center;
    margin-bottom:0;
}
.top-img .top-banner .tg-quote, .top-img .top-banner .tg-legend  {
	font-size: 12px;
	line-height: 14px;
	text-align: center;
    color: #555;
    width:250px;
    margin-left:auto;
    margin-right:auto;
}
.top-img .top-banner .tg-legend {
	text-align: right;
    font-style: italic;
}

@media (min-width: 992px) {
    .header .navbar-nav {
        float: none;
    }
}
/* Head */
.img-logo, .img-title {
    vertical-align: middle;
    display:inline-block;
}
.img-logo {
  height: 450px;
  top: -170px;
  margin-right: 10px;
  position: absolute;
  left: -320px;
    z-index:100;
}
.img-title img {
    width: 100%;
}
@media (min-width: 500px) {
    .img-title img {
      width: 450px;
    }
}
.img-title p {
    margin:0;
    font-weight: bold;
}
/* Search button */
.header .nav > li > .search { 
    background: transparent;
    border-bottom: 0;
}
.header .nav > li:hover > .search { 
    background: transparent;
    border-bottom: 2px solid;
}
.navbar-toggle {
    position: relative;
    right:0;
    width:40px;
    height:40px;
    top: -47px;
    background: #f7f7f7;
    padding-top:6px;
    margin-right: 0;
    border-bottom: solid 2px #aaa;
    font-size:14pt;
}
@media (max-width: 991px) {
.navbar-toggle {
    display: block;
}
}
/*Top Bar (login, search etc.)
------------------------------------*/
.topbar-header {
    text-align:center;
}
.topbar-header .topbar {
	z-index: 12;
	padding: 8px 0;
	position: absolute;
    background-color: rgba(255,255,255,.9);
    right: 0;
}

@media (max-width: 991px) {
	.topbar-header .topbar {
		margin-bottom: 20px;
	}
}

.topbar-header .topbar ul.loginbar {
	margin: 0;
    padding-left: 15px;
    padding-right: 15px;
}

.topbar-header .topbar ul.loginbar > li {
	display: inline;
	list-style: none;
	position: relative;
	padding-bottom: 15px;
}

.topbar-header .topbar ul.loginbar > li > a, 
.topbar-header .topbar ul.loginbar > li > a:hover {
	color: #7c8082;
	font-size: 11px;
	text-transform: none;
}
.header .topbar ul.loginbar > li > a.profile, .header .topbar ul.loginbar > li > a.profile:hover, .topbar-header .topbar ul.loginbar > li > a.profile, .header .topbar ul.loginbar > li > a.profile:hover {
    text-transform: none;
    font-weight: bold;
}

.topbar-header .topbar ul.loginbar li i.fa { 
	color: #bbb;
}

.topbar-header .topbar ul.loginbar li.topbar-devider { 
	top: -1px;
	padding: 0;
	font-size: 8px;
	position: relative;
	margin: 0 9px 0 5px;
	font-family: Tahoma;
	border-right: solid 1px #bbb;
}

.tg-head-main-profile img {
    width:32px;
    height:32px;
    margin-right:5px;
}

.header-fixed .header.main.header-fixed-shrink {
    height: auto; 
    margin-top: 0px;
}

.footer-logo {
    display:inline-block;
    height:50px;
    vertical-align: middle;
    margin:0;
}
.footer-cont p {
    display:inline-block;
    margin-left: 20px;
    vertical-align: middle;
}
.footer-v1 .copyright {
  text-align: center;
  padding: 10px 0 10px;
}
/**/
a {
    cursor:pointer;
}

.modal .sky-form {
    border: 0;
}
.modal .sky-form input {
    margin-bottom:10px;
}
.sky-form .select select {
  padding: 0px 8px;
}
/**
 * Images masonry
 */
.masonry {
    overflow: hidden;
    margin-bottom: 10px;
    position: relative;
}
.masonry .item {
    float: left;
    cursor: pointer;
    display: inline-block;
    border-bottom: 1px solid transparent;
    border-right: 1px solid transparent;
    overflow: hidden;
    position:relative;
}

.masonry .item img {
    height: 100px;
    margin: 0;
    padding: 0;
}
.masonry.height-50 .item img {
    height: 50px;
}
.masonry.height-75 .item img {
    height: 75px;
}
.masonry.height-125 .item img {
    height: 125px;
}
.masonry.height-150 .item img {
    height: 150px;
}
.masonry.height-200 .item img {
    height: 200px;
}
.masonry.height-300 .item img {
    height: 300px;
}
.masonry .item.more, .masonry .item.tg-theme-more, .masonry .item.tg-album-more {
    width: 100px;
    line-height: 100px;
    background: #fafafa;
    border: solid 1px #eee;
    text-align:center;
}
.masonry.height-50 .item.more {
    width: 50px;
    line-height: 50px;
}
.masonry.height-75 .item.more {
    width: 75px;
    line-height: 75px;
}
.masonry.height-125 .item.more {
    width: 125px;
    line-height: 125px;
}
.masonry.height-150 .item.more {
    width: 150px;
    line-height: 150px;
}
.masonry.height-200 .item.more {
    width: 200px;
    line-height: 200px;
}
.masonry.height-300 .item.more {
    width: 300px;
    line-height: 300px;
}
.masonry .item.more span, .masonry .item.tg-theme-more span, .masonry .item.tg-album-more span {
    vertical-align: middle;
    font-size: 28px;
}
.masonry .item .select-cover {
    position:absolute;
    height:100%;
    width:100%;
    border: 5px solid #427fed;
    z-index: 999;
}
.masonry .item .select-cover-white {
    position:absolute;
    height:100%;
    width:100%;
    z-index: 998;
    background: white;
    opacity:0.2;
}

/* Other */
.pickalbum-album {
    padding-left: 15px;
    padding-right: 15px;
    cursor: pointer;
}
.pickalbum-album:hover {
    background:#eee;
}

/*Cover*/
.ht-cover {
    background: grey;
    opacity:0.4;
    z-index: 999;
    /*height: 100%;
    width: 100%;*/
    position:absolute;
    min-height: 200px;
    top:0;
    left:0;
    right:0;
    bottom:0;
}
.ht-cover .spinner-cont {
    position: relative;
    height: 100%;
}
.ht-cover .spinner {
    position: absolute;
    z-index: 2000000000;
    left: 50%;
    top: 50%;
}

/* Flex grid */
.tg-layout-container {
    padding:0;
    padding-bottom:15px;
}
.tg-layout-container.col-md-offset-3 {
    margin-right: 25%;
}
.tg-layout-container.col-md-offset-6 {
    margin-right: 50%;
}
.tg-layout-container.col-md-offset-4 {
    margin-right: 33.33%;
}
.tg-layout-container.col-md-offset-2 {
    margin-right: 16.66%;
}
.tg-layout-container.floating {
    margin: 0;
    padding-right:15px;
}
.tg-layout-container.floating.right {
    padding-left: 15px;
    padding-right:0;
    float: right;
}
.tg-layout-line {
    overflow: hidden;
}
.tg-layout-line .item {
    border:1px solid white;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    padding: 0;
    position: relative;
}
.tg-layout-line .tg-layout-cont {
    padding: 0;
    margin: 0;
    border: 0;
}
.tg-layout-line .item .tg-hover-caption {
    opacity:0;
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    background: rgba(0,0,0,0.7);
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    padding: 7px 15px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.tg-layout-line .item:hover .tg-hover-caption {
    opacity:1;
}
.tg-layout-line .item .tg-hover-caption p {
    color: white;
    margin:0;
}
/* Flex grid editor */
.tg-layout-row {
    margin: 0;
}
.tg-layout-row:hover {
    background-color:#eeeeee;
}

.tg-button-displayer {
    width:60px;
    border:5px solid #337ab7;
    display: inline-block;
    margin:5px;
    cursor: pointer;
}

.tg-button-displayer .tg-layout-line .item {
    display: inline-block;
}

.tg-updown-container {
    display: inline-block;
    /*width: 20%;*/
    overflow: hidden;
}
.tg-updown-container button {
    display: block;
}
.tg-layouts-container {
    display: inline-block;
    overflow:auto;
    /*width: 80%;*/
}

.item .tg-hover-tools, .item .tg-hover-info {
    display:none;
    position:absolute;
    top: 5px;
    left:5px;
    opacity: 0.9;
    z-index:1000;
}
.item:hover .tg-hover-tools {
    display:block;
}
.item .tg-hover-tools .btn-u {
    padding: 2px 6px;
    margin-right:4px;
}
.item .tg-hover-info {
    display: block;
    top: auto;
    left: auto;
    right: 0px;
    bottom: 0px;
    font-size: 12pt;
    padding: 0px 4px;
}
.item .tg-hover-info .tg-but-posts {
    color: dodgerblue;
    margin-right:4px;
}
.item .tg-hover-info .tg-but-map {
    color: orangered;
    margin-right:4px;
}
.item .tg-hover-info .tg-but-pen {
    color: yellowgreen;
}
/* Posts */
.tg-posttitle {
    display: inline-block;
    font-size:14pt;
    text-overflow: ellipsis;
    padding-bottom: 10px;
}
.tg-subtitle, .tg-category-subtitle {
  margin-top: 6px;
  padding: 0 1px;
  font-size: 11px;
  line-height: 15px;
  color: #999;
}
.tg-subtitle-desc, .tg-category-subtitle-desc {
  margin-top: 6px;
  padding: 0 1px;
  font-size: 11px;
  line-height: 15px;
  max-width: 400px;
  text-overflow: ellipsis;
  color: #999;
}
.tg-category-subtitle, .tg-category-subtitle-desc {
    margin-top:0;
}
.tg-categories {
    padding-left: 0;
}
.tg-categories li {
    list-style-type: none;
}
.tg-categories .tg-category-title {
    font-size:10pt;
    text-overflow: ellipsis;
}

#categoriesplace .tg-categories div {
    display: inline-block;
}
#categoriesplace .tg-categories .tg-category-subtitle {
    display: none;
}
#categoriesplace .tg-categories span.fa-tag {
    display: none;
}
/* Categories */
.tg-offset-20 {
    padding-left: 20px;
}
.tg-offset-40 {
    padding-left: 40px;
}
.tg-offset-60 {
    padding-left: 60px;
}
.tg-offset-80 {
    padding-left: 80px;
}
.tg-offset-100 {
    padding-left: 100px;
}
.tg-offset-120 {
    padding-left: 120px;
}
.tg-offset-140 {
    padding-left: 140px;
}
.tg-offset-160 {
    padding-left: 160px;
}
.tg-offset-180 {
    padding-left: 180px;
}
.tg-offset-200 {
    padding-left: 200px;
}
.tg-selectable-rows tr {
    cursor:pointer;
}
.table-striped.tg-selectable-rows>tbody>tr:hover {
    background-color:#baeaff;
}
.table-striped.tg-selectable-rows>tbody>tr.selected {
    background-color:#aadaff;
}
/* Country autocomplete */
.ui-autocomplete {
  padding: 0;
  list-style: none;
  background-color: #fff;
  width: 218px;
  border: 1px solid #B0BECA;
  max-height: 350px;
  overflow-x: hidden;
  z-index: 1200;
}
.ui-autocomplete .ui-menu-item {
  border-top: 1px solid #B0BECA;
  display: block;
  padding: 4px 6px;
  color: #353D44;
  cursor: pointer;
}
.ui-autocomplete .ui-menu-item:first-child {
  border-top: none;
}
.ui-autocomplete .ui-menu-item.ui-state-focus {
  background-color: #D5E5F4;
  color: #161A1C;
}
.country-label {
    overflow: hidden;   
}

/* Menus */
.tg-menu-options {
    display:none;
}

/* Theme 1 */
.tg-blog-page {
    padding-top: 20px;
    padding-bottom: 20px;
    background: white;
}

/* Post item */
.tg-head-post-item {
    height:400px;
    position: relative;
    margin-bottom: 10px;
}
.tg-head-post-item .tg-head-post-title {
    position:absolute;
    left:40px;
    right: 40px;
    bottom:0;
    background: rgba(255,255,255,0.9);
    text-align: center;
    color: white;
}
/* Links previous next */
.tg-link-post-item {
    height:200px;
    position: relative;
    margin-bottom: 10px;
    border:5px solid white;
    padding: 0px 10px;
}
.tg-link-post-item .tg-link-post-title {
    position:absolute;
    left:40px;
    right: 40px;
    bottom:0;
    background: rgba(255,255,255,0.9);
    text-align: center;
    color: white;
    padding: 0px 10px;
}
.tg-previous-next {
    margin: 10px 0px;
}
/* Posts list */
.tg-list-post-item {
    margin-bottom: 10px;
}
.tg-list-post-item.withcover {
    padding: 60px 0px;
}
@media (min-width: 700px) {
    .tg-list-post-item.withcover {
        padding: 60px;
    }
}
.tg-list-post-item .tg-list-post-cont {
    background: rgba(255,255,255,0.75);
    padding:20px;
    padding-top:10px;
    overflow:hidden;
}
.tg-list-post-item .tg-list-post-cont h3{
    padding: 10px 20px;
    background-color: white;
    margin-left: -20px;
    margin-right: -20px;
    margin-top:-10px;
    border-bottom: 2px solid #dfdfdf;
}
.tg-extract {
}
/* Profile */
.profile-body {
    padding: 20px;
    background: #f7f7f7;
    overflow: hidden;
}

/** Post */
.tg-post {
    font-size:12pt;
    margin-top:40px;
    text-align: justify;
}
.tg-category, .tg-theme {
    font-size:12pt;
    margin-top:40px;
    text-align: justify;  
}
.tg-extract {
    font-size:12pt;
    text-align: justify;    
}
.tg-category {
    margin-top:10px;
}
.tg-category .blog-info {
    font-size:13px;
}
/** Comments **/
.tg-comments {
    margin-top: 40px;   
}
.tg-comments img.media-object {
	width: 50px;
	height: 50px;
	margin-right: 10px;
}

/*Media Body*/
.tg-comments .media-body {
	overflow: hidden;
}

.tg-comments .media-body p {
	color: #777;
	line-height: 1.4;
}

/*Media Heading*/
.tg-comments .media-heading {
	margin: 0 0 5px;
	font-size: 13px;
	position: relative;
}

.tg-comments .media-heading a,
.tg-comments .media-heading a:hover {
	color: #555;
}

.tg-comments .media-heading strong {
	padding-right: 5px;
}

.tg-comments .media-heading small {
	top: 7px;
	right: 0;
	color: #999;
	font-size: 12px;
	position: absolute;
}
.tg-comment-icon {
    cursor: pointer;
    color: #777;
    padding: 5px;
    min-width: 20px;
    font-size: 12px;
    text-align: center;
    display: inline-block;
    border: 1px solid #777;
    border-radius: 50% !important;
    width:24px;
}
.tg-comment-icon:hover {
	color: #999;
	border-color: #999;
}
.tg-comment {
    margin-top: 0;
    padding: 8px 0 5px;
    border-top: 1px solid #eee;
}
.tg-comment-write {
    margin-bottom:5px;
}

/** Post infos */
.tg-post-info {
    font-size: 10pt;
    color:grey;
    clear:both;
    margin-top:15px;
}
.tg-post-info .media-object {
	width: 30px;
	height: 30px;
	margin-left: 7px;
    display:inline-block
}

.tg-shortlist-posts a {
    color: #555;    
}
.tg-shortlist-posts a:hover {
    color: #e67e22;
}

/** Pagination */
.pagination li a {
    padding: 6px 12px;
}

.tg-pagination {
    text-align: center;
}

/** Search */
.tg-extract-match-word {
    background-color: yellow;
}

/** Places */
.tg-places-widget-latest-next {
    position:relative;
}
#tg-places-map {
    height:500px;
}
.tg-places-map {
    height:400px;
}
.tg-places-small-map .tg-places-map {
    height:180px;
}
.tg-places-small-map .tg-places-map-cont {
    padding-right: 15px;
}
.tg-placeslist ul {
    max-height: 400px;
    overflow: auto;
}
.tg-map-manager .tg-placeslist ul {
    max-height:none ;
}
.tg-placelist-date-multi {
    padding-left:40px;
    padding-top:5px;
    padding-bottom:5px;
}
.tg-placelist-date-future {
    background-color:antiquewhite;
}
.tg-placelist-country-separator {
    background-color: coral;
    color:white;
    font-weight: bold;
    padding-top:5px;
    padding-bottom:5px;
}
.tg-places-legend {
    padding:5px 15px;
    margin:15px;
    margin-bottom:117px;
    position:absolute;
    bottom: 0;
    right: 0;
    background-color:white;
    opacity:0.7;
    z-index: 4;
}
.tg-places-legend-item span {
    font-size:14pt;
    vertical-align: middle;
}
.tg-places-map-cont {
    padding-right:0;
}
.tg-places-list-cont {
    padding-left:0;
}

.tg-map-manager {
    display:table;
    width: 100%;
    margin-top: -50px;
    padding-top: 50px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 0;
    padding-right:0;
    padding-bottom: 0;
}
.modal-body .tg-map-manager {
    margin-top: 0;
    padding-top: 0;
}
.tg-map-manager .row
{
    display: table-row;
}
.tg-map-manager .col-md-3.no-float, .tg-map-manager .col-md-9.no-float {
    /*float: none;*/ /* thanks baxabbit */
}
.tg-map-manager .col-md-3
{
    display: table-cell;
    vertical-align: top;
    width: 25%;
    padding: 0;
}
.tg-map-manager .col-md-9
{
    display: table-cell;
    vertical-align: top;
    width: 75%;
    padding: 0;
}
.tg-map-place-link {
    cursor: pointer;
}
.tg-map-place-link i {
    color:orangered;
    font-size: 16px;
}
/*
- tg-place-info (tg-placelist-date-multi, tg-placelist-date-future, tg-placelist-date-now)
  - tg-place-dot-cont
    - tg-place-dot
  - tg-place-line
  - tg-place-text
    - tg-placelist-date
    - h3
    - tg-place-desc
- tg-placelist-country-separator
  - img
  - text
*/
.tg-map .tg-places-map-cont {
    margin-right:-10px;
}
.tg-map .tg-places-list-cont .tg-placeslist {
    margin-right:-10px;
}
.tg-map .tg-placelist-country-separator {
    padding:5px 0px 5px 27px;
    margin-left:10px;
    z-index:3;
}
.tg-map .tg-place-info {
    padding:0px 0px 0px 27px;
    background-color:#fafafa;
    border-top:1px solid #f0f0f0;
    margin-left:10px;
    cursor:pointer;
}
.tg-map .tg-place-info:hover {
    background-color:#fff;
}
.tg-map .tg-place-info.selected {
    background-color:#fff;
}
.tg-map .tg-place-info:before {
	display: none;
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	left: -9px;
	top: 50%;
	margin-top: -10px;
	border-top: 10px solid transparent;
	border-right: 10px solid #FFF; 
	border-bottom: 10px solid transparent;
}
.tg-map .tg-place-info.selected:before {
	display: block;
}
.tg-map .tg-place-info .tg-place-dot-cont {
    position: relative;
    z-index: 10;
}
.tg-map .tg-place-info .tg-place-dot-cont .tg-place-dot {
    position: absolute;
    width: 9px;
    height: 9px;
    top: 11px;
    left: -14px;
    background-color: #6487B9;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px!important;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.tg-map .tg-place-info .tg-place-dot-cont .tg-place-dot:before {
    content: '';
    position: absolute; 
    top: -2px;
    left: -2px;
    width: 13px;
    height: 13px;
    background-color: #FFF;
	-moz-border-radius: 13px;
    -webkit-border-radius: 13px;
    border-radius: 13px!important;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
    z-index: -1;
}
/* Active */
.tg-map .tg-place-info.selected .tg-place-dot-cont .tg-place-dot {
	width: 13px;
	height: 13px;
	top: 9px;
	left: -16px;
}
.tg-map .tg-place-info.selected .tg-place-dot-cont .tg-place-dot:before {
	width: 17px;
	height: 17px;
}

.tg-map .tg-place-info .tg-place-line, .tg-map .tg-placelist-country-separator .tg-place-line {
	content: '';
	position: absolute;
	width: 3px;
	top: 16px;
	bottom: -20px;
	left: 16px;
	background-color: #6487B9;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	z-index: 1;
}
.tg-map .tg-placelist-country-separator .tg-place-line {
	top: 30px;
}
.tg-map .tg-place-info.tg-placelist-date-future .tg-place-line {
    width:0px;
    border: 1px dashed black;
}
.tg-map .tg-place-info .tg-place-text {
    font-size:10px;
    padding: 10px 5px;
}
.tg-map .tg-place-info .tg-place-text .tg-placelist-date {
    color:dimgray;
    line-height:12px;
}
.tg-map .tg-place-info .tg-place-text h3 {
    font-size:12px;
    font-weight: bold;
    padding:0;
    margin:0;
    line-height:12px;
}
.tg-map .tg-place-info .tg-place-text .tg-place-desc {
    padding-top: 5px;
}
.tg-map .tg-place-info .tg-placelist-country-separator {
    
}
.tg-map .tg-place-info .tg-placelist-country-separator img {
    
}
.tg-map-fullscreen {
    position:absolute;
    top:0;
    left:0;
    right:0;
    z-index:1500;
}
.tg-floating-on-map {
    margin:0;
    left: 50%;
    position: absolute;
    z-index: 4;
}
.tg-floating-on-map h1 {
    margin-top:0;
}
.tg-floating-on-map p {
    margin-bottom: 0;
}
.tg-floating-on-map .tg-trip-page {
    position: relative; 
    left: -50%;
    width:600px;
    background: white;
    opacity:0.8;
    padding:10px;
}
.tg-floating-on-map .tg-trip-page .tg-places-map img {
  max-width: none;
}
.borderless {
    border: 0;
}

.tg-places-content-container {
    position:absolute;
    height:102px;
    bottom:0;
    width:100%;
    overflow-y: hidden;
    overflow-x: auto;
}
.tg-places-content-container-opacity {
    position:absolute;
    height:102px;
    bottom:0;
    width:100%;
    opacity:0.9;
    background: grey;
}
.tg-places-content-container .tg-places-photos-container {
    position:absolute;
        width:100%;
}
.tg-places-content-container .tg-places-photos-container .tg-places-photos {
    overflow-x: auto;
    padding-left:1px;
    height:102px;
    float: left;
    width:10000px;
}
.tg-places-content-container .tg-places-photos-container .tg-places-photos .tg-places-photo {
    float: left;
}
.tg-places-content-container .tg-places-photos-container .tg-places-photos .tg-places-photo img {
    height: 100px;
    margin:1px;
    margin-left:0px;
}
.tg-places-content-container .tg-places-photos-container .tg-places-photos .tg-places-post {
    width:200px;
    text-align: center;
    height: 100px;
    z-index: 0;
    margin:1px;
    margin-left:0px;
    position: relative;
}
.tg-places-content-container .tg-places-photos-container .tg-places-photos .tg-places-post .tg-title-container {
    width:200px;
    padding:5px;
    margin:0;
}
.tg-places-content-container .tg-places-photos-container .tg-places-photos .tg-places-post .tg-title-container .tg-post-title {
    text-decoration:none;
    font-size:11pt;
    color:black;
    background: #fefefe;
    opacity:0.8;
}
.tg-places-content-container .tg-places-photos-container .tg-places-photos .tg-places-post:hover .tg-title-container .tg-post-title {
    text-decoration:none;
    color:#e67e22;
}

.tg-place-map-all .row {
    margin:0;
}
.tg-place-map-all .row .col-md-8 {
    padding-left:0;
}
.tg-place-map-all .row .col-md-4 {
    padding-right:0;
}

/** Summaries */
.tg-summary {
    padding:10px 0px;
}
.tg-summary .tg-summary-icon {
    float:left;
}
.tg-summary .tg-summary-text {
    margin-left:60px;
    padding-left:10px;
    border-left:3px solid orange;
}
.tg-summary .btn {
    margin-left:10px;
    margin-bottom:10px;
}
::-webkit-scrollbar
{
  width: 12px;  /* for vertical scrollbars */
  height: 12px; /* for horizontal scrollbars */
}

::-webkit-scrollbar-track
{
  background: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb
{
  background: rgba(0, 0, 0, 0.5);
}