.g1-layer-small-black {
    padding:5px 20px;
    position:absolute;
    font-size:18px;
    line-height:24px;
    color:#000;
    background-color:rgb(255,255,255);
    background-color:rgba(255,255,255, 0.75);
}

.g1-layer-small-white {
    padding:5px 20px;
    position:absolute;
    font-size:18px;
    line-height:24px;
    color:#fff;
    background-color:rgb(0,0,0);
    background-color:rgba(0,0,0, 0.75);
}

.g1-layer-medium-black {
    padding:7px 20px;
    position:absolute;
    font-size:36px;
    line-height:42px;
    color:#000;
    background-color:rgb(255,255,255);
    background-color:rgba(255,255,255, 0.75);
}

.g1-layer-medium-white {
    padding:7px 20px;
    position:absolute;
    font-size:36px;
    line-height:42px;
    color:#fff;
    background-color:rgb(0,0,0);
    background-color:rgba(0,0,0, 0.75);
}

.g1-layer-large-black {
    padding:7px 20px;
    position:absolute;
    font-size:60px;
    line-height:70px;
    color:#000;
    background-color:rgb(255,255,255);
    background-color:rgba(255,255,255, 0.75);
}

.g1-layer-large-white {
    padding:7px 20px;
    position:absolute;
    font-size:60px;
    line-height:70px;
    color:#fff;
    background-color:rgb(0,0,0);
    background-color:rgba(0,0,0, 0.75);
}

.g1-layer-xlarge-black {
    padding:7px 20px;
    position:absolute;
    font-size:84px;
    line-height:98px;
    color:#000;
    background-color:rgb(255,255,255);
    background-color:rgba(255,255,255, 0.75);
}

.g1-layer-xlarge-white {
    padding:7px 20px;
    position:absolute;
    font-size:84px;
    line-height:98px;
    color:#fff;
    background-color:rgb(0,0,0);
    background-color:rgba(0,0,0, 0.75);
}

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,800,300,700);

.tp-caption a {
color:#ff7302;
text-shadow:none;
-webkit-transition:all 0.2s ease-out;
-moz-transition:all 0.2s ease-out;
-o-transition:all 0.2s ease-out;
-ms-transition:all 0.2s ease-out;
}

.tp-caption a:hover {
color:#ffa902;
}

.tp-caption.boxshadow{
  			position: absolute; 
			color: #fff; 
			font-weight: 700; 
			font-size: 40px; 
			line-height: 40px; 
			font-family: Vivaldi; 
			padding: 0px 4px; 
			padding-top: 1px;
			margin: 0px; 
			border-width: 0px; 
			border-style: none; 
		-moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
		-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
		box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
  		background-color: rgba(0, 0,0, 0.5);
	}