body {
    background-color: rgba(0,0,0,.03);
}
.tb-header-box {
    width: 100%;
    height: 120px;
    background-image: url("");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-bottom: 3px solid #666;
    margin-bottom: 10px;
}
.tb-header-logo {
    margin: 10px;
    height: 97px;
    float: left;
}
.tb-header-text {
    font-size: 16px;
    color: white;
    text-shadow: 1px 1px 1px #333;
    padding: 30px 0px 0px 140px;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,.3)
}
.tb-gp-box {
    margin-left: auto;
    margin-right: auto;
    background-color: lightgreen;
    /*text-align: center;*/
}
.socialBtn {
	margin: 5px;
	cursor: pointer;
	height: 38px; 
	border-radius: 5px;
	border: 0px;
	font-size: 16px;
	text-align: left;
	padding: 0px 0px 0px 5px;
	width: 200px;
}
#share-cancel, #login-dialog-skip {
	border: 1px solid #CCC;
	color: #CCC;
	text-align: center;
}
@media screen and (max-width: 767px) {
    .tb-header-text {
        font-size: 3vw;
        padding: 30px 0px 0px 80px;
    }
    .tb-gp-box {
        width: 100%;
    }
    .tb-gp-item {
        width: 49%;
        height: 160px;
        margin: 1px;
    }
    .tb-gp-item-label {
        font-size: 3.5vw;
    }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
    .tb-header-logo {
        margin-top: 10px;
        margin-left: 10px;
        height: 80px;
    }
}
@media screen and (min-width: 767px) {
    .tb-header-text {
    	font-size: 22px;
    }
    .tb-gp-box {
        width: 90%;
    }
    .tb-gp-item {
        width: 30%;
        max-width: 300px;
        height: 200px;
        max-width: 300px;
        margin: 10px;
    }
    .tb-gp-item-label {
        font-size: 2vw;
    }
	.socialBtn {
		width: 200px;
	}
    
}
@media screen and (min-width: 992px) {
    .tb-header-text {
    	font-size: 24px;
    }
    .tb-gp-box {
        width: 80%;
    }
    .tb-gp-item {
        width: 30%;
        max-width: 300px;
        height: 238px;
        max-height: 300px;
        margin: 10px;
    }
    .tb-gp-item-label {
        font-size: 1.7vw;
    }
}
@media screen and (min-width: 1200px) {
    .tb-header-text {
    	font-size: 24px;
    }
    .tb-gp-box {
        width: 1170px;
    }
    .tb-gp-item {
        width: 300px;
        height: 300px;
        margin: 10px;
    }
    .tb-gp-item-4col {
        width: 202px !important;
        height: 202px !important;
    }
    .tb-gp-item-label {
        font-size: 1.1vw;
    }
}
.tb-gp-item {
    float: left;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
}
.tb-gp-item-label {
    width: 100%;
    height: 100%;
    min-height: 30px;
    position: absolute;
    bottom: 0px;
    background-color: rgba(0,0,0,.4);
    color: white;
    padding: 10px 1px 0px 4px;
    white-space: nowrap;
}
.modal-body {
    padding: 30px;
}
