body {
	margin: 0px;
	background-image: url("https://subtouring.com/img/IMG_general/Destinations_Cover_2.jpg");
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:center;
	background-size: 100% 100%;
}


/* ########### START #### Langing Page Stuff ################ */

.cf_table h1 {
	display: block;
	box-sizing: border-box;
	width: 80vw;
	color: #333;
	font-size: 1.5em;
	font-family: 'Open Sans Condensed', sans-serif;
	padding-left: 2em;
	text-transform: uppercase;
	text-rendering: optimizeLegibility;
	margin-top: 1em;
	font-weight: lighter;
}

.top_story_block {
	display: block;
	box-sizing: border-box;
	padding-left: 3em;
	margin-bottom: 3em;
	margin-top: 1.5em;
}

.top_story_image {
	display: inline-block;
	box-sizing: border-box;
}

.top_story_image img {
	width: 40vw;
	height: 30vw;	
}

.top_story_text {
	display: inline-block;
	box-sizing: border-box;
	vertical-align: top;
	padding-left: 1em;
	max-width: 50vw;
}

.top_story_text a {
		color: rgba(3, 132, 163, 0.99);
		font-weight: 400;
		text-decoration: none;
		font-family: sans-serif;
}

.top_story_text h2 {
	text-transform: uppercase;
	font-family: 'Rock Salt', cursive, sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #333;
}

.top_story_block h3 {
	font-family: sans-serif;
	margin-top: -0.5em;
	color: #666;
	font-weight: 500;
	font-size: 1.25em;	
}

.top_story_text p {
	font-family: 'Slabo 27px', sans-serif;
	font-size: 1.2em;
	text-align: justify;
	padding-right: 1em;
}

.top_story_text ul {
	line-height: 1.75;	
}

.top_story_text li {
	
}

.top_story_btn {
	font-family: sans-serif;
	color: #fff;
	background-color: orange;
	padding: 0.3em;
	padding-top: 0.7em;
	border-radius: 5px;
	text-decoration: none;
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	margin-top: 1em;
	margin-left: 20vw;
	z-index: 0;
	width: 10vw;
	height: 2.5em;
	text-align: center;
	white-space: nowrap;
	cursor: pointer;
	text-shadow: none;
}

.top_story_btn:hover {
	background-color: rgb(255, 193, 30);
}

.top_story_btn a {
	font-weight: 400;
	text-decoration: none;
	font-family: sans-serif;
	text-transform: uppercase;
	font-size: 0.8em;
}


.col2_story_block {
	display: inline-block;
	width: 45vw;
	margin-top: 2em;
	margin-bottom: 3em;
	box-sizing: border-box;
	padding-left: 3em;
}

.col2_story_block h2 {
	display: none;
	font-family: sans-serif;
	margin-top: 0px;
	color: #333;
	font-weight: 500;	
}

.col2_story_image {
	display: inline-block;
	box-sizing: border-box;
}

.col2_story_image img {
	width: 15vw;
	height: 15vw;	
}

.col2_story_text {
	display: inline-block;
	box-sizing: border-box;
	vertical-align: top;
	padding-left: 1em;
	max-width: 25vw;
}

.col2_story_text a {
	color: rgba(3, 132, 163, 0.99);
	font-weight: 400;
	text-decoration: none;
	font-family: sans-serif;
	text-transform: uppercase;
	font-size: .85em;
	text-align: left;
}

.col2_story_text h2 {
	display: block;
	font-family: sans-serif;
	margin-top: 0px;
	color: #333;
	font-weight: 500;
	font-size: 1.35vw;
}

.col2_story_text p {
	font-family: 'Slabo 27px', sans-serif;
	font-size: 1.3vw;
	text-align: justify;
	padding-right: 0em;
}

.col2_story_btn {
	font-family: sans-serif;
	text-decoration: none;
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	margin-top: 0vh;
	margin-left: 0vw;
	z-index: 0;
	width: 100%;
	height: 2.5em;
	text-align: left;
	white-space: nowrap;
	cursor: pointer;
	text-shadow: none;
}

.col2_story_btn:hover {
	/*background-color: rgb(255, 193, 30);*/
}

.col2_story_btn a {
		/*color: #fff;*/
		font-weight: bolder;
		text-decoration: none;
		font-family: sans-serif;
}

/* ###########  END #### Langing Page Stuff ################ */

a.anchor {
    display: block;
    position: relative;
    top: -20vh;
    visibility: hidden;
}

.powered_by_google {
    text-align: left;
    font-weight: 500;
    font-family: sans-serif;
    font-size: 0.8em;
    color: #888;
    padding-left: 1.5em;
    vertical-align: middle;
}

.powered_by_google a {
	font-weight: 500;
	font-family: sans-serif;
	color: #888;
}

.powered_by_google img {
	width: auto;
	height: 1em;
	display: inline-block;
	vertical-align: sub;	
}


/* #### BUTTONS ### */

.more_btn_right {
	white-space: nowrap;
	font-family: 'Open Sans Condensed', sans-serif;
	background-color: rgba(3, 132, 163, 1);
	color: #fff;
	padding: .2em;
	padding-left: 0.5em;
	padding-right: 0.4em;
	border-radius: 4px;
	text-decoration: none;
	vertical-align: middle;
	text-align: center;
	font-size: 0.9em;
	box-shadow: 0px 0px 7px 0px rgba(255, 255, 255, 0.72);
	letter-spacing: 0.25em;
	display: block;
	box-sizing: border-box;
	float: none;
	cursor: pointer;
}

.more_btn_right:hover {
	background-color: rgba(3, 132, 163, 0.5);
	color: #333;
}

.more_btn_left {
	white-space: nowrap;
	font-family: 'Open Sans Condensed', sans-serif;
	background-color: rgba(3, 132, 163, 1);
	color: #fff;
	padding: .2em;
	padding-left: 0.5em;
	padding-right: 0.4em;
	border-radius: 4px;
	text-decoration: none;
	vertical-align: middle;
	text-align: center;
	font-size: 1em;
	letter-spacing: 0.25em;
	display:inline-block;
	box-sizing: border-box;
	float: none;
	cursor: pointer;
	width: 50%;
	margin-left: 25%;
	margin-top: 2em;
}

.more_btn_left:hover {
	background-color: rgba(3, 132, 163, 0.5);
	color: #333;
}





/* ############################   HERO  ##################################### */

.hero_table {
  display: table;
  width: 100vw;
	height: 90vh;
	margin:0px;
	background-image: url('../img/IMG_leeds/Leeds_Hero_1.jpg');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	text-shadow: 2px 3px 5px #000;
	color: #fff;
	font-size: 1rem;
	transition: ease;
	transition-duration: 3s;
}


.hero_row {
    display: table-row;
    width: 100%;
}

.hero_cell {
  display: table-cell;
  position: absolute;
	padding-top: 20%;
  padding-left: 5vw;
  	transition: ease;
	transition-duration: 3s;
	width: 100vw;
	overflow: hidden;
	height: 70vh;
	box-sizing: border-box;
}

.hero_cell h1 {
  width: 100%;
	font-weight: lighter;
    font-size: 7em;
    margin: 0px;
    line-height: 0.7em;
    font-family: 'Open Sans Condensed', sans-serif;
}

.hero_cell h3 {
    width: 100%;
    font-weight: lighter;
    font-size: 1.5em;
    margin: 0px;
	font-family: 'Open Sans Condensed', sans-serif;
}

.hero_cell h4 {
    width: 100vw;
	box-sizing: border-box;
	position: absolute;
    font-weight: lighter;
    font-size: 2.5em;
    margin-top: -0.0em;
	font-family: 'Rock Salt', cursive;
	transition: ease;
	transition-duration: 3s;
}


/* ###################################  WHY CLAIM ################################## */

.why_table {
    display: table;
    width: 100vw;
    padding-top: 20vh;
    padding-bottom: 20vh;
    text-align: center;
    font-size: 1rem;
    background-color: rgba(255, 255, 255, 1);
	box-shadow: 1px 1px 10px 2px;
}

.why_row {
    display: table-row;
}

.why_title {
    display: table-cell;
		color: #333;
}

.why_title h2 {
	font-size: 3em;
	margin-bottom: 1em;
	font-weight: lighter;
	/*white-space: nowrap;*/
	line-height: 1em;
	font-family: 'Rock Salt', cursive;
}

.why_content {
    display: table;
	  color: #666;	
}

.why_content p {
	width: 50%;
	font-size:2.0em;
	font-weight: lighter;
	margin: auto;
	font-family: 'Open Sans Condensed', sans-serif;

	
}


/* ###################################  WoF Section ################################## */


.markerSpace {
	margin-bottom: 100px;
}

/* ###################################  CF Section ################################## */

/* ###################################  CF Intro ################################## */

.cf_table {
    display: table;
	  table-layout: fixed;
	  box-sizing: border-box;
	  width: 100vw;
	  margin-top: 0vh;
	  margin-bottom: 5vh;
	  text-align: left;
	  padding-left: 2.5vw;
	  padding-right: 2.5vw;
	  padding-top: 1em;
    	font-size: 1rem;

	
}

.cf_row {
    display: table-row;
		background-color: #fff;
}

.cf_title {
		display: table-cell;
		color: #333;
		background-color: #fff;
		padding-left: 4em;
		padding-right: 4em;
		/*box-shadow: 1px 1px 10px 2px;	*/
}

.cf_title p {
    font-family: 'Rock Salt', cursive;
    font-size: 2em;
    font-weight: lighter;
    white-space: pre-wrap;
    margin: 0;
    background-color: #fff;
    color: #333;
    border-top: 1px solid;
    text-align: center;
    padding-top: 0.75em;
	line-height: 1.25em;
}

.cf_title h2 {
    font-size: 3em;
    margin: 0;
    font-weight: lighter;
    white-space: nowrap;
    font-family: 'Open Sans Condensed', sans-serif;
    padding-top: 3vh;
    text-align: center;
    padding-bottom: 0.5em;
}

.cf_activity {
		display: block;
		vertical-align: middle;
	    margin-bottom: 1em;
}

.cf_activity_tag {
		display: inline-block;
		color: #fff;
		font-size: 1.0em;
		font-family: sans-serif;
		background-color: #696566;
		margin: 2px;
		padding-left: 0.5em;
		padding-right: 0.5em;
		padding-top: 0.10em;
		padding-bottom: 0.1em;
		border-radius: 3px;
		box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.30);
}

.cf_content {
		display: table-cell;
		color: #333;
		padding-top: 1em;
		background-image: linear-gradient(180deg, white, rgb(235, 235, 235));
		padding-left: 4em;
		padding-right: 4em;
		padding-bottom: 4em;
}

.cf_content p {
		font-size: 1.5em;
		width:80%;
		margin-left: 10%;		
		/*font-weight: 100;*/
		/*font-family: 'Slabo 27px', serif;*/
		font-family: 'Open Sans Condensed', sans-serif;
}

.cf_content a {
		width: 100%;
/*		color: #333;
		font-weight: lighter;
		text-decoration: underline;*/

		color: rgba(3, 132, 163, 0.99);
		font-weight: lighter;
		text-decoration: none; 

}

/* ###################################  CF Element ################################## */


.cf_elements_cell {
	display: table-cell;
	width:100%;
}

.cf_elements_table {
	  display: inline-table;
	  table-layout: fixed;
	  box-sizing: border-box;
	  max-width: 100%;
	  width: 100%;
	  margin-top: 1em;
	  text-align: left;
}


.cf_elements_row {
    display: table-row;
}

/* Featured -------------------------------------------------- */

.cf_featured_cell {
    display: table-cell;
    table-layout: fixed;
    width: 66vw;
    padding-right: 1em;
}

.cf_featured_cell_history {
    display: table-cell;
    table-layout: fixed;
    width: 66vw;
    padding-right: 0em;
}

.cf_featured_table {
    display: table;
    margin-right: 5em;
    box-sizing: border-box;
    width: 100%;
}

.cf_featured_row {
    /*display: table-row;*/
    /*box-sizing: border-box;*/
	/*background-image: linear-gradient(white, rgb(235, 235, 235));*/
	display: table-row;
	box-sizing: border-box;
	background-image: url('../img/IMG_birmingham/IMG_8874.jpg');
	background-size: 70vw;
	background-repeat: no-repeat;	
}



.cf_image_cell {
	display: inline-block;
	box-sizing: border-box;
	height: 360px;
	width: 360px;
	vertical-align: top;
	overflow: hidden;
	/* box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.30); */
	/* border: 10px #fff solid; */
	/* border-bottom: 10px #fff solid;*/
	/*padding: 6px;*/
	cursor: pointer;
}

.cf_adSense_cell {
	display: inline-block;
	box-sizing: border-box;
	height: 225px;
	width: 66vw;
	position: absolute;
	text-align: center;
	overflow: hidden;
	cursor: pointer;
}

.cf_image_cell img {
	width: 100%;
	box-sizing: border-box;
	min-height: 360px;
	max-height: 360px;
	/*opacity: 1;*/
	/*transition: all 1s ease;*/
	/*box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.30);*/
	/*border: 10px #fff solid;*/
	/* border-bottom: 10px #5c5c5c solid; */
}

.cf_image_cell img:hover {
	opacity: 1;
}

.cf_text_cell {
	display: table-cell;
	padding: 1em;
	vertical-align: top;
	background-color: rgba(3, 132, 163, 0.5);
	box-sizing: border-box;
	width: 100%;
}

.cf_text_cell p {
	font-size: 1.5em;
	color: #fff;
	font-family: 'Open Sans Condensed', sans-serif;
	max-height: 10em;
	overflow: hidden;
	line-height: 1.25em;
}

.cf_text_cell h6 {
	font-size: 1.5em;
	color: #fff;
	font-weight: lighter;
	font-family: 'Open Sans Condensed', sans-serif;
	max-height: 10em;
	overflow: hidden;
	line-height: 1.25em;
	margin: 0;
	margin-bottom: -0.5em;
}

.cf_text_cell h3 {
	font-size: 2.00em;
	color: #fff;
	font-weight: 100;
	font-family: 'Rock Salt', cursive;
	cursor: pointer;
	margin-bottom: 0em;
	margin-top: 0.5em;
	line-height: 1.0em;
	width: 69%;
}

.cf_text_cell a {
	text-decoration: none;
	color: #fff;
}

.tickets_text_link {
	background-color: orange;
	padding: 0em;
	font-family: sans-serif;
	font-weight: 500;
	font-size: 1em;
	padding-top: 1em;
	padding-right: 0.2em;
	padding-bottom: 0.2em;
	padding-left: 0.2em;
	box-sizing: border-box;
	position: absolute;
	left: 63vw;
	border-radius: 145px;
	height: 70px;
	width: 70px;
	white-space: pre-line;
	text-align: center;
}


.cf_divide {
    display: table-row;
    box-sizing: border-box;
    height: 1em;
}

/* SIDE BAR ----------------------------------------------------- */

.cf_side_cell {
    display: table-cell;
    vertical-align: top;
    background-color: #fff;
    box-sizing: border-box;
}

.cf_side_cell a {
	text-decoration: none;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 1em;
	margin: 0px;
	color: #333;
}

.cf_side_table {
    display: inline-table;
    table-layout: fixed;
    vertical-align: top;
    width: 100%;
    /* margin-top: 1em; */
    margin-bottom: 1em;
    border-spacing: 0px 8px;
    /* padding: 1em; */
    background-color: #fff;
	padding-left: 1em;
	padding-right: 1em;
	box-sizing: border-box;
	/*background-image: linear-gradient(white, rgb(240, 240, 240));*/
}

.cf_side_table h4 {
    display: table-caption;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 1.5em;
    font-weight: lighter;
    margin: 0;
    /*! margin-bottom: 0.3em; */
    /* text-align: center; */
    border-bottom: 1px solid #333;
    background-color: #fff;
	margin-left: 1em;
	margin-right: 1em;
	padding-top: 0.5em;
}


.cf_side_table h3 {
	font-size: 2.00em;
	color: #373737;
	font-weight: 100;
	font-family: 'Rock Salt', cursive;
	margin-bottom: 0em;
	margin-top: 0.5em;
	line-height: 1.0em;
	text-align: center;
}

.cf_side_row {
    display: table-row;
    cursor: pointer;
}


.cf_side_cell_img {
    display: table-cell;
    width: 80px;
    height: 80px;
}

.cf_side_cell_img img{
	width: 100%;
	height: 80px;
	border: 0px solid #fff;
	box-sizing: border-box;
	opacity: 1;
	transition: all 1.5s ease;
	border-radius: 50px;
	overflow: hidden;
}

.cf_side_cell_img img:hover {
	opacity: 1;
}


.cf_side_cell_text_more {
	display: table-cell;
	height: 40px;
	width: 100vw;
    vertical-align: middle;
    padding-left: 0.5em;
    transition: all .5s ease;
	background-color: #ccc;
}

.cf_side_cell_text_more:hover {
	/*background-color: #eee;*/
}

.cf_side_cell_text {
    display: table-cell;
    height: 70px;
		min-width: 15em;
    vertical-align: middle;
    padding-left: 0.5em;
    transition: all .5s ease;
	
}

.cf_side_cell_text h5 {
		font-size: 1.5em;
		margin: 0px;
		font-weight: lighter;
		/*white-space: nowrap;*/
		font-family: 'Open Sans Condensed', sans-serif;
}

.cf_side_cell_text p {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 1em;
	margin: 0px;
}

.cf_side_cell_text_bands {
    display: table-cell;
    height: 40px;
		min-width: 15em;
    vertical-align: middle;
    padding-left: 0.5em;
    transition: all .5s ease;
	
}

.cf_side_cell_text_bands h5 {
		font-size: 1.5em;
		margin: 0px;
		font-weight: lighter;
		/*white-space: nowrap;*/
		font-family: 'Open Sans Condensed', sans-serif;
}

.cf_side_cell_text_bands p {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 1em;
	margin: 0px;
}







.google_attr {
	height: 2em;
	position:absolute;
	margin-top: -2.25em;
	/*background-color: #fff;*/
	text-align: right;
	font-family: sans-serif;
	color: #fff;
	width: 65vw;
	display: inline-block;
	text-decoration: none;
	font-size: 0.8em;
	/*padding-left: 1em;*/
	box-sizing: border-box;
}

.google_attr img {
	border: 0;
	max-height: 1.4em;
	min-height: 0.6em;
	width: 8.5em;
	/*background-color: #fff;*/
	box-shadow: none;
	margin: 0.5em;
	padding-bottom: 0.1em;
	vertical-align: middle;
}

.google_attr a {
	/*background-color: #fff;*/
	text-decoration: none;
	color: #fff;
}

.google_attr a:hover {
	text-decoration: underline;
	color: #fff;
}

.google_attr_side {
	height: 2em;
	margin-top: -0.1em;
	background-color: #fff;
	text-align: left;
	font-family: sans-serif;
	color: #888;
	width: 100%;
	display: inline-block;
	text-decoration: none;
	font-size: 0.6em;
	padding-left: 0em;
	box-sizing: border-box;
    line-height: 0.20em;
}

.google_attr_side img {
	border: 0;
	max-height: 1.2em;
	min-height: 0.6em;
	width: 8.5em;
	background-color: #fff;
	box-shadow: none;
	margin: 0.5em;
	padding-bottom: 0.2em;
	vertical-align: middle;
}

.google_attr_side a {
	background-color: #fff;
	text-decoration: none;
	color: #666;
}

.google_attr_side a:hover {
	text-decoration: underline;
	color: #333;
}


/* Overwrite some rules */

a.more_btn_left {
    color: #fff;
}

@media (max-width: 1024px) {


        body {
            background-image: repeating-linear-gradient(white, rgb(175, 191, 204));
            margin: 0px;
            background-attachment: fixed;
            background-repeat:no-repeat;
            background-position:center;
            background-size: 0;	
        }	

        .more_btn_right {
            width:50%;
            margin-left: 25%;
            font-size: 1.5em;
        }
		
		.markerSpace {
			margin-bottom: 300px;
		}	
	
		.top_nav a {
			font-family: sans-serif;
			font-size: 2em;
		}
		
		.cookie_policy a {
			font-size: 1em;
		}

		
		.hero_table {
			height: 45vh;
			background-size: auto 100%;
			background-position: center;
		}

		.hero_cell {
			padding-top: 18vh;
			padding-left: 5vw;
		}

		.hero_cell h1 {
			margin: 0%;
			line-height: 1.3em;
		}	
		
		.hero_cell h4 {
			margin-top: 1%;
			line-height: 1.3em;
			font-size: 3.0em;
		}	

        .page_nav {
            font-family: sans-serif;
            font-size: 2.25rem;
			top: 1.8em;
        }
	
		.page_nav_row {
			height: 3em;
		}
        
        .page_nav_element {
            text-align: center;
			padding-left: 0.5em;
        }
		
		.page_nav_col, .page_nav_col_back {
			line-height: 1em;
			border-right: 0px #ddd solid;
			border-radius: 0;
			padding-left: 0em;
		}
        
        .footer_nav {
            font-size: 2rem;
            font-family: sans-serif;
        }        
		
		.why_table {
			padding-top: 5vh;						
		}
		
		.why_content p {
			font-size: 3em;
			width:90%;
		}	

        
        .why_title h2  {
            font-size: 3.5em;
			width: 70vw;
			margin-left: 15vw;
        }
        
	
        
/* ############### Featured ################## */

		.top_story_block {
			padding-left: 5vw;
			margin-top: 0.75em;
		}
		
		.top_story_image img {
			width: 90vw;
			height: 80vw;
		}
		
		.top_story_btn {
			width: 30vw;
			margin-left: 30vw;
		}
		
		.top_story_text {
			padding-left: 0em;
			max-width: 90vw;
		}
		
		.col2_story_block {
			display: block;
			padding-left: 5vw;
			width: 90vw;
			margin-top: 0.75em;
		}
		
		.col2_story_block h2 {
			display: block;
		}
		
		.col2_story_image {
			display: block;
		}
		
		.col2_story_image img {
			width: 90vw;
			height: 90vw;
		}
		
		.col2_story_text {
			padding-left: 0em;
			text-align: justify;
			max-width: 90vw;
		}
		
		.col2_story_text h2 {
			display: none;
		}
		
		.col2_story_text p {
			font-family: 'Slabo 27px', sans-serif;
			font-size: 1.3em;
			text-align: justify;
			padding-right: 0em;
		}
	
		.markerSpace {
			margin-bottom: 10vh;
		}
	
		.divide {
			background: none;
			height: 0px;
		}
		
		.cf_table {
			/*padding-left: 1em;
			padding-right: 1em;*/
			/* ### */
			display: block;
			padding-left: 0em;
			padding-right: 0em;
			padding-top:0em;
			/*background-color: #fff;*/
			/* ### */
			/*box-shadow: 1px -5px 15px 15px rgba(0, 0, 0, 0.5);*/
			font-size: 2rem;
		}
		
		.cf_table h1 {
			font-size: 1.25em;
			margin: 0;
			padding-left: 5vw;
		}
		
		.cf_row {
			/* ### */ 
			display:block;
		}
	
		.cf_title h2 {
			
		}
	
        .cf_title {
				/*padding:0em;*/
				display:block;
                padding:0em;
        }
        
        .cf_title p {
			color: #666;
			background-color: #fff;
			word-break: break-all;
			white-space: pre-line;
			line-height: 1.5em;
			font-size: 1.5em;
			padding-left: 0vw;
		   /* border-top: 0px #333 solid;*/
		}

		.cf_content {
			/*background-image: none;*/
			display:block;
			padding-left: 0em;
			padding-right: 0em;
			padding-bottom: 1em;                        
		}

		.cf_content p {
			font-family: 'Slabo 27px', serif;
			width: 90vw;
			margin-top: 0;
			text-align: justify;
			margin-left: 5vw;
			font-size: 1.25em
			
		}
		
		.cf_featured_table {
			display: block;
			margin-right: 0em;
			box-sizing: border-box;	
			width: 100vw;
			margin-left: 0vw;
		}
		
		.cf_featured_row {
			/*background-image: none;*/
            background-size: 250vh;
		}
                
		.cf_featured_cell {
			display: block;
			box-sizing: border-box;
			width: 100%;
			padding-left:0vw;
			padding-right:0vw;
		}
  
        .tickets_text_link {
			font-size: 1em;
			padding-top: 1em;
			padding-right: 0.5em;
			padding-left: 0.5em;
			left: 80vw;
			margin-top: -20px;
			box-shadow: 1px 1px 15px #333;
			border-radius: 180px;
			width: 150px;
			transform: rotate(12deg);
			height: 150px;
      	}

		.cf_side_cell {
			display: block;
		}
	
		.cf_side_table {
			margin-top: 1em;
		}
	
		.cf_image_cell {
			display: block;
			float: left;
			width: 100vw;
			height: 100vw;
			/*box-shadow: 1px -5px 5px 1px rgba(0, 0, 0, 0.30);*/
			/*border-top: 16px rgba(3, 132, 163, 0.99) solid;
			border-top-left-radius: 8px;
			border-top-right-radius: 8px;	*/
			margin-bottom:-1px;
			background-color: #fff;
		}
		
		
		.cf_adSense_cell {
			width: 100vw;
		}		
	
		.cf_image_cell img {
			width: 100vw;
			height: 100vw;
			max-height: 100%;
			box-shadow: none;
		}	
		
		.cf_text_cell {
			display: block;
			float: right;
			box-shadow: 1px 4px 5px 1px rgba(0, 0, 0, 0.30);
			/*background-image:linear-gradient(white, rgb(235, 235, 235));*/
		}
	
		.cf_text_cell h3 {
			line-height: 1.5em;
			margin-bottom: 1em;
			width: 85%;
		}
		
		.cf_text_cell p {
            font-family: 'Slabo 27px', serif;
			overflow: visible;
			max-height: 100em;	
		}	
	
		.more_btn_left {
			display: inline-block;
			float: right;
		}
		
		.cf_side_cell_img {
			height: 160px;
			width: 160px;
			/* box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.30); */
}
	
		.cf_side_cell_img img{
			height: 160px;
			width: 160px;
			border-radius: 180px;
		}
	
		.cf_side_cell_text {
			/* box-shadow: 4px 1px 5px 1px rgba(0, 0, 0, 0.30); */
			width: 100%;
}

       /* .google_attr img {
            border: 0;
            max-height: 1.4em;
            min-height: 0.6em;
            width: 8.5em;
            background-color: #fff;
            box-shadow: none;
            margin: 0.5em;
            padding-bottom: 0.1em;
            vertical-align: middle;
        } */
        
        .google_attr {
            width: 99vw;
            font-size: 0.5em;
            
        }
        
        .google_attr img {
            border: 0;
            max-height: 1.4em;
            min-height: 0.6em;
            width: 8.5em;
           /* background-color: #fff;*/
            box-shadow: none;
            margin: 0.5em;
            padding-bottom: 0.1em;
            vertical-align: middle;
        }          
        
}
