html {
	*background:#000;
    background-repeat: no-repeat;
    background-size: cover;
	min-height:100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width:100%;
	height: 100%;
}
body {
	
	background-attachment: fixed;
    background-repeat: no-repeat;
	background-color:black;
	background-position: center;
 	min-height:100%;
	-webkit-font-smoothing: antialiased;
	-webkit-overflow-scrolling: touch;
	line-height: 1.5em;
	font-size:14px;
	font-family: 'Montserrat', sans-serif;;
	font-weight: normal;
	height: 100%;
}
/*
@font-face {
 font-family: Bebas Neue;
 src: url(//thegatheringformen.com/assets/font/BebasNeue.otf);
}
*/
@import url('//fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('//fonts.googleapis.com/css?family=Lato|Montserrat:400,700');

body.div:first-child {
	style="background-color:rgba(000,0,0,0.4);height: 100%;"
}

.navbar-brand {
   padding: 0px;
    height: 0px;
}

    /*HEADER CSS*/

    .header_block {
        background: transparent url(//thegatheringformen.com/assets/images/2021header.png) center center no-repeat;
        background-size: cover;
        height: 266px;
        width: 100%;
        text-align: center;
    }

    .header_block img {
        width: 250px;
        filter: drop-shadow(3px 1px 4px #000);
        transform: rotate(10deg);
    }


    #navbar-primary .navbar-nav {

        width: 100%;
        text-align: center;
    }


    #navbar-primary .navbar-nav .li {
        display: inline-block;
        float: none;
    }

    #navbar-primary .navbar-nav .li a {
        padding-left: 30px;
        padding-right: 30px;


    }

    /*HEADER CSS*/

/********************************************************/
/*                    Navigation bar                    */
/********************************************************/
.mainmenu {
	z-index: 1;
	width:100%; /* z-index: 999999; padding: 30px 0 0 0;*/
}
@media (max-width: 991px) {
.navbar-brand{
	float: right;
}	
}
@media (max-width: 350px) {
#menu-logo{
	max-width: 75px
}
}
@media (max-width: 250px) {
#menu-logo{
	max-width: 50px
}
}

@media (min-width: 768px) {
 .mainmenu {
position: fixed;
top:0
}
}
.navbar-toggle {
	position: relative;
	float: left;
	margin: 5px;
	padding: 9px 10px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	margin-left: -10px;
}
.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	background: #fff;
}
.navbar-toggle .icon-bar + .icon-bar {
	margin-top: 4px;
}
.open .navbar-toggle {
	top:-70px;
	opacity: 0;
}
.mainmenu .dropdown-menu {
	top: -14em;
	left: 0px;
	font-size: 13px;
	padding:0;
	background:none;
	border:0 none;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	display:block;
	opacity:0;
 -webkit-transition: all .45s;
 -moz-transition: all .45s;
 transition: all .45s;
}
.mainmenu .dropdown-menu .active {
	font-weight:bold;
}
.mainmenu .open .dropdown-menu {
	top:2px;
	opacity:1;
}
.mainmenu .dropdown-menu a {
	padding:10px 10px;
	margin:0;
	color:white;
	text-decoration: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.mainmenu .dropdown-menu a:hover {
	background:rgba(255, 255, 255, .1);
	color:white;
	padding:10px 8px 10px 12px;
}


@media (min-width: 900px) {
	#main-menu {
		display: flex!important;
		justify-content: center;
	}
   }

/********************************************************/
/*                      Typography                      */
/********************************************************/
a {
	    color: #fff;
    text-decoration: none;
	font-weight: 700;
}
a:hover, a:active {
	color:#fff;
	text-decoration: underline;
}
.lead {
	font-weight:normal;
	font-size:1.5em;
	line-height:1.2em;
}
.title, .subtitle {
	/*font-family: 'Wire One', Helvetica, Arial, sans-serif;*/
	font-family: novecento_widedemibold !important;
	text-transform:uppercase;
	font-weight:normal;
	font-size:50px;
	margin-bottom:15px;
	color:#FDF9F4;
	line-height:1em;
}
.subtitle {
	line-height:.9em;
	font-size:5.5em;
	margin-top:0;
	margin-bottom:40px;
}
.tagline {
	font-size:1.4em;
	line-height:1.3em;
	font-weight:normal;
	margin-bottom:75px;
}
 @media (max-width: 767px) {
 .lead {
 font-size:1.3em;
}
}
/********************************************************/
/*                   UI - Buttons                       */
/********************************************************/
.btn {
	color:#ef0928;
	text-shadow: none;
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border:0 none;
}
.btn:hover {
	color:#000;
}
.btn-lg {
	padding:16px 30px;
	font-size:inherit;
}
.btn-link {
	color:rgba(255, 255, 255, .8);
}
.btn-link:hover, .btn-link:focus, .btn-link:active {
	color:#fff;
	text-decoration: none;
}
.btn-default {
	background: #ef0928;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
	background: rgba(255, 255, 255, .8);
}
.btn-primary {
	/*background: rgba(255, 255, 255, .2);*/
        background: #ef0928 !important;
        color: #fff;
		font-size: 1.5em;
    }
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:active {
	background: rgba(255, 255, 255, .5);
}
/********************************************************/
/*                 UI - Thumbnails                      */
/********************************************************/
.thumbnail {
	background-color: rgba(255, 255, 255, .2);
	border: 0 none;
	padding:10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.thumbnail .caption {
	color: inherit;
}
/********************************************************/
/*                 Everything else                      */
/********************************************************/

.list-social .btn {
	font-size:1.3em;
}
.list-social .btn:hover, .list-social .btn:active, .list-social .btn:focus {
	text-decoration: none;
}
/* Social buttons in the footer */
#social {
	margin-top:50px;
	margin-bottom:50px;
}
#social .wrapper {
	width:340px;
	margin:0 auto;
}
/***********************************************************/
/*                   Theme: text shadows                   */
/***********************************************************/
.text-shadows {
	text-shadow:0 1px 2px rgba(0, 0, 0, .2);
}
.text-shadows .title, .text-shadows .subtitle, .text-shadows .tagline {
	text-shadow:0 2px 3px rgba(0, 0, 0, .4);
}
.text-shadows .mainmenu .dropdown-menu a {
	text-shadow:0 2px 1px rgba(0, 0, 0, .2);
}
.text-shadows .mainmenu .dropdown-menu a:hover {
	text-shadow:none;
}
/***********************************************************/
/*                   Inverted theme                        */
/***********************************************************/
.theme-invert {
	color:#2D4E6D;
}
.theme-invert a {
	color:#ef0928;
}
.theme-invert .btn {
	color:rgba(255, 255, 255, .8);
}
.theme-invert .btn:hover {
	color:#fff;
}
.theme-invert .btn-link {
	color:rgba(0, 0, 0, .8);
}
.theme-invert .btn-link:hover, .theme-invert .btn-link:focus, .theme-invert .btn-link:active {
	color:#000
}
.theme-invert .navbar-toggle {
	background: #ef0928;
}
.theme-invert .navbar-toggle .icon-bar {
	background: #fff;
}
.theme-invert .mainmenu .dropdown-menu a {
	color:#000;
}
.theme-invert .mainmenu .dropdown-menu a:hover {
	background:rgba(0, 0, 0, .1);
	color:#000;
}
.theme-invert .title, .theme-invert .subtitle, .theme-invert .tagline {
	color:#2D4E6D;
}
.theme-invert .btn-default {
	background: rgba(0, 0, 0, .4);
}
.theme-invert .btn-default:hover, .theme-invert .btn-default:focus, .theme-invert .btn-default:active, .theme-invert .btn-default.active {
	background: rgba(0, 0, 0, .6);
	color:#fff;
}
.theme-invert .btn-primary {
	background: rgba(0, 0, 0, .2);
}
.theme-invert .btn-primary:hover, .theme-invert .btn-primary:focus, .theme-invert .btn-primary:active, .theme-invert .btn-primary.active {
	background: rgba(0, 0, 0, .3);
	color:#fff;
}
.theme-invert .thumbnail {
	/*background-color: rgba(255,255,255,.8);*/
	background-color:#A4A4A4
}
.thumbnail .caption {
	color: inherit;
}
/***********************************************************/
/*                   Kirsty Added Me                       */
/***********************************************************/

.image-text {
	position: relative;
	display: inline-block;
	margin-top: 15px;
	margin-bottom: 15px;
}
.text-image {
	position: absolute;
	bottom: 50px;
	line-height: 1px;
	font-family: 'Montserrat', sans-serif;
	left: 50px;
	right: 50px;
}
a.socialfacebook {
	color: #4A5FA9;
	text-decoration: none !important;
	margin-left: 3px;
}
a.socialtwitter {
	color: #8CC9E4;
	text-decoration: none !important;
	margin-left: 3px;
}
ul.faq {
	list-style-type: none !important;
	line-height: 25px;
	font-size: 12px !important;
	font-weight: Bold;
	text-align: center;
	-webkit-padding-start: 0px;
}
.facebook {
	color: #4A5FA9!important;
}
.twitter {
	color: #8CC9E4!important;
}
.vimeo {
	color: #44BBFF!important;
}
.youtube {
	color: #ff0000 !important;
}

.instagram {
	color: #d62976 !important;
}
.mail {
	color: #FFFFFF!important;
}
/* Speakers Page */
.panel-image {
	position: relative;
}
.panel-image img.panel-image-preview {
	width: 100%;
	border-radius: 4px 4px 0px 0px;
}
.panel-image label {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}
 .panel-heading ~ .panel-image img.panel-image-preview {
 border-radius: 0px;
}
.panel-body {
	overflow: hidden;
}
 .panel-image ~ input[type=checkbox] {
 position:fixed;
 top: -30px;
 z-index: -1;
}
 .panel-image ~ input[type=checkbox] ~ .panel-body {
 height: 0px;
 padding: 0px;
}
 .panel-image ~ input[type=checkbox]:checked ~ .panel-body {
 height: auto;
 padding: 15px;
}
 .panel-image ~ .panel-footer a {
 padding: 0px 2px;
 font-size: 1.3em;
 color: #ef0928;
}
/* END Speakers Page */

.mainmenu {
	border-top: 10px solid;
	border-image: url('//christianvisionformen.sharepoint.com///thegatheringformen.com/assets/images/tg15-border-2000x20.jpg');
	border-image-slice: 45;
	border-bottom: 0px none;
}
.page-title {
	font-size:50px;
	font-family: novecento_widedemibold !important;
	text-transform:uppercase;
	color:#FFFEEA;
	text-align: center;
	line-height:150px;
}
/*speakers*/
.speaker-block {
	text-align: center;
	color:#FFFEEE;
	float: right !important;
}
.speaker-block h3 {
	font-family: novecento_widenormal;
	font-size: 18px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.speaker-block p {
	text-align: center;
	margin: 10px;
}
.speaker-block h5 {
	text-align: center;
	color: #ef0928;
	padding-top: 5px;
	margin-top: 0px;
}
.speaker-block ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	margin-top: 5px;
	padding-top: 12px;
	border-top: solid 1px #ccc;
	text-align: center;
	font-size: 20px;
	padding-bottom: 20px;
}
.speaker-block ul li {
	display: inline-block;
}
.imgspeaker {
	height: auto;
	max-width: 70%;
	vertical-align: middle;
	border: 0;
	border-radius: 50%;
}
.span3 {
	margin: 30px;
}
 @media (max-width: 767px) {
 .container {
 margin-top: 0px
}
}
.maplocation {
	width:100%;
	height: 300px
}
#footer {
	width: 50%;
	margin: 0 auto;
	color: #FFFEEA;
	font-size: 100%;
}
.pull-right {
	margin-right:0px;
}
 @media (max-width: 1000px) {
#footer {
width: 100%;
margin: 0 auto;
font-size: 100%;
margin-left:30px;
}
.pull-footerright {
margin-right:70px;
}
}
 @media (max-width: 900px) {
 h1 {
 font-size:26px;
}
#footer {
width: 100%;
margin: 0 auto;
font-size: 100%;
margin-left:15px;
}
.pull-footerright {
margin-right:25px;
}
h4 {
 font-size:16px;
}
}
 @media (max-width: 600px) {
 .page-title {
 font-size:35px;
 line-height:45px;
}
 h1 {
 font-size:20px;
}
h4 {
 font-size:14px;
}
 #footer {
width: 100%;
margin: 0 auto;
font-size: 100%;
margin-left:8px;
}
.pull-footerright {
margin-right:15px;
}
ul.faq {
line-height: 25px;
font-size: 10px !important;
-webkit-padding-start: 0px;
}
}
@media (max-width: 500px) {
 .page-title {
 font-size:35px;
 line-height:45px;
}
 h1 {
 font-size:18px;
}
 h4 {
 font-size:12px;
}
 #footer {
width: 100%;
margin: 0 auto;
font-size: 100%;
margin-left:8px;
}
.pull-footerright {
margin-right:15px;
}
 .FAQlist {
 font-size:12px;
 list-style: none;
}

}
 @media (max-width: 400px) {
 .page-title {
 font-size:30px;
 line-height:40px;
}
 h1 {
 font-size:12px;
}
 h2 {
 font-size:10px;
}h4 {
 font-size:10px;
}
h5 {
 font-size:14px;
}
 p {
 font-size:10px;
}
ul {
	font-size:10px;
	 -webkit-padding-start: 25px;
	}
#footer {
width: 100%;
margin: 0 auto;
font-size: 100%;
margin-left:5px;
}

.pull-footerright {
margin-right:10px;
}
.FAQlist {
 font-size:10px;
 list-style: none;
 -webkit-padding-start: 0px;
}
}
 @media (max-width: 350px) {
 .page-title {
 font-size:30px;
 line-height:40px;
}
ul {
	font-size:8px;
	-webkit-padding-start: 15px;
	}
 h1 {
 font-size:12px;
}
 h42 {
 font-size:10px;
} h4 {
 font-size:10px;
}
h5 {
 font-size:12px;
}
 p {
 font-size:8px;
}
.FAQlist {
 font-size:8px;
 list-style: none;
 -webkit-padding-start: 0px;
}
}
 @media (max-width: 250px) {
 .page-title {
 font-size:30px;
 line-height:40px;
}
 h1 {
 font-size:10px;
}
 p {
 font-size:6px;
}
 .FAQlist {
 font-size:6px;
 list-style: none;
 -webkit-padding-start: 0px;
}
ul.faq {
line-height: 25px;
font-size: 8px !important;
-webkit-padding-start: 0px;
}
}
 @media(max-width:1200PX) {
.navbar-nav>li>a {
padding:10px 6px 10px 6px;
font-size:12px;
}
 .dropdown-menu {
 position:absolute;
 top:100%;
 left:0;
 z-index:1000;
 display:none;
 float:left;
 min-width:100px;
 padding:5px 0;
 margin:2px 0 0;
 font-size:12px;
 list-style:none;
 background-color:#E3DBD2;
 border:1px solid #ccc;
 border:1px solid rgba(0, 0, 0, 0.15);
 border-radius:4px;
 -webkit-box-shadow:0 6px 12px rgba(0, 0, 0, 0.175);
 box-shadow:0 6px 12px rgba(0, 0, 0, 0.175);
 background-clip:padding-box
}
 .dropdown-menu>li>a {
 display:block;
 padding:3px 20px;
 clear:both;
 font-weight:normal;
 line-height:1.428571429;
 color:#ef0928;
 white-space:nowrap
}
}
 @media(min-width:1200PX) {
.navbar-nav>li>a {
padding:10px 10px 10px 10px;
font-size:12px;
}
}
.navbar-wrapper {
	/*border-top: 10px solid;
	border-image-source: url(//thegatheringformen.com/assets/images/tg15-border-2000x20.jpg);
	border-color:#17358F;
	border-image-slice: 100;*/
	border-bottom: 0px;
}
.cvmlogo {
	float: right;
	margin-top: 0px;
	margin-right: 5px;
	width: 8%;
}
 @media(min-width:992PX) {
/*MENU*/
.dropdown-menu .sub-menu {
 left: 100%;
 position: absolute;
 top: 0;
 visibility: hidden;
 margin-top: -1px;
}
 .dropdown-menu li:hover .sub-menu {
 visibility: visible;
}
 .dropdown:hover .dropdown-menu {
 display: block;
}
 .nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
 margin-top: 0;
}
}
/* Tab Content - About Page */

.tababout {
	padding-top: 5px;
	
}

ul.tabs {
	padding: 7px 0;
	font-size: 0;
	margin:0;
	list-style-type: none;
	text-align: center; /*set to left, center, or right to align the tabs as desired*/
	font-family:novecento_widedemibold;
}
ul.tabs li {
	display: inline;
	margin: 0;
	margin-right:3px; /*distance between tabs*/
}
ul.tabs li a {
text-decoration: none;
padding: 7px 80px;
background: #3E5C78;
border: 3px solid #E3DBD2;
outline: 3px solid #ef0928;
color: #fff;
font-size: 12px;
margin: 5px;
}
ul.tabs li a:hover {
	color: #ef0928;

}
ul.tabs li.selected a, ul.tabs li.selected a:hover {
text-decoration: none;
background: #3E5C78;
border: 3px solid #E3DBD2;
outline: 3px solid #ef0928;
color: #fff;
font-size: 12px;
margin: 5px;
font-weight:bold;
text-shadow: 2px 2px #ef0928;
}
ul.tabs li.selected a:hover {
	text-decoration: none;
}

div.tabmedia {
	padding: 10px;
}

 @media(max-width:715PX) {
 ul.tabs li a {
 padding: 7px 65px;
}
}
 @media(max-width:656PX) {
 ul.tabs li a {
 padding: 7px 60px;
}
}

 @media(max-width:600PX) {
 ul.tabs li a {
 padding: 7px 50px;
}
}
 @media(max-width:536PX) {
 ul.tabs li a {
 padding: 7px 40px;
}
}
 @media(max-width:474PX) {
 ul.tabs li a {
 padding: 7px 30px;
}
}
 @media(max-width:418PX) {
 ul.tabs li a {
 padding: 7px 20px;
}
}
 @media(max-width:358PX) {
 ul.tabs li a {
 padding: 7px 10px;
}
}
 @media(max-width:298PX) {
 ul.tabs li a {
 padding: 7px 3px;
 margin:3px
}
}
/* END */

/* FRONT PAGE IMAGES */

img.invitefriend {
	top: 1% !important;
	position: absolute;
	max-width: 12% !important;
	left: 9% !important;
}
img.pricebadge {
	top: 34% !important;
	position: absolute;
	max-width: 65% !important;
	left: 26% !important
}

 @media(max-width:1200PX) {

 img.pricebadge {
top: 34% !important;
position: absolute;
max-width: 65% !important;
left: 20% !important
}
}
 @media(max-width:994PX) {
 img.pricebadge {
top: 34% !important;
position: absolute;
max-width: 65% !important;
left: 18% !important
}
}

 @media(max-width:540PX) {
 img.pricebadge {
top: 34% !important;
position: absolute;
max-width: 60% !important;
left: 20% !important
}
}

 @media(max-width:300PX) {
 img.pricebadge {
top: 32% !important;
position: absolute;
max-width: 60% !important;
left: 20% !important
}
}

 @media(max-width:300PX) {
 img.pricebadge {
top: 30% !important;
position: absolute;
max-width: 55% !important;
left: 23% !important
}
}


#question{
	color:#fff;
	margin:5px;

}

#containerwufoo{
border-top: 20px solid;
border-image-source: url("//christianvisionformen.sharepoint.com///thegatheringformen.com/assets/images/tg15-border-2000x20.jpg");
border-image-slice: 450;
border-bottom: 0px;
background:#ffffff;
padding:10px;

}

.media-page {
	-moz-column-width: 20em;
    -webkit-column-width: 20em;
	-moz-column-gap: 1em;
	-webkit-column-gap:1em;
	margin-top:10px;
}
	
.download{
	color:#fff;
	background: #ef0928;
	padding:10px;
	border-radius:4px;
	font-weight:600;
	  line-height: 40px;
}

.pre-order{
  background-color: #ef0928;
  padding: 10px;
  line-height: 50px;
  border-radius: 5px;
  color: #fff;
  text-decoration:none;
}

.pre-order:visited{
  background-color: #ef0928;
  padding: 10px;
  line-height: 50px;
  border-radius: 5px;
  color: #fff;
  text-decoration:none;
}

.pre-order:hover{
  background-color: #3E5C7B;
  padding: 10px;
  line-height: 50px;
  border-radius: 5px;
  color: #fff;
  text-decoration:none;
}

.photos{
  background-color: #ef0928;
  padding: 10px;
  line-height: 50px;
  border-radius: 5px;
  color: #fff;
  text-decoration:none;
}


.photos:hover{
  background-color: #3E5C7B;
  padding: 10px;
  line-height: 50px;
  border-radius: 5px;
  color: #fff;
  text-decoration:none;
}

#background-paper{
	background-image: url("//christianvisionformen.sharepoint.com///thegatheringformen.com/assets/images/tg16-web-background-paper.jpg");
    background-repeat: no-repeat;
    background-size: cover;
	    padding: 35px;
}

/*sub menu 1*/
.has-sub:hover > ul {
  display: block;
}

.has-sub ul {
  display: none;
  position: absolute;
  width: 275px;
  top: 100%;
  left: -40px;
  list-style: none;

}
 ul > li.has-sub:hover:after {
border-bottom: 10px solid #f1f1f1;
}
.has-sub ul li {
  *margin-bottom: -1px;
}

.has-sub ul li a {
  background: #ef0928;
  filter: none;
  font-size: 13px;
  display: block;
  line-height: 15px;
  padding: 10px;
}
.has-sub ul li:hover a {
   background: #ef0928;
  color: #ffffff;
  text-decoration:none;
}
.has-sub .has-sub ul {
  display: none;
  position: absolute;
  width: 150px;
  top: 100%;
  left: 0;
}
@media (max-width: 899px)
{

/*sub menu 1*/
.has-sub:hover > ul {
  display: block;
}

.has-sub ul {
  list-style: none;
  position: relative;
  display: block;
  width:100%;
  left:0;
  }

 ul > li.has-sub:hover:after {
border-bottom: 10px solid #f1f1f1;
}
.has-sub ul li {
  *margin-bottom: -1px;
}

.has-sub ul li a {
  background: none;
  filter: none;
  font-size: 13px;
  display: block;
  line-height: 15px;
  padding: 15px;
  color:   #FFFEEA; 
}
.has-sub ul li:hover a {
  color: #ffffff;
  text-decoration:none;
}
.has-sub .has-sub ul {
  display: none;
  position: absolute;
  top: 100%;
}}


@media (max-width:125px){
#stewarding{
    font-size: 10px;
    padding: 8px;
	background: #fff;
	border-style: solid;
}
}


@media (min-width:125px){
#stewarding{
    font-size: 14px;
    padding: 10px;
	background: #fff;
	border-style: solid;
}
}

@media (min-width:450px){
#stewarding{
    font-size: 25px;
    padding: 10px;
	background: #fff;
	border-style: solid;
}
}


#stewarding:hover{
	background: #ef0928;
	border-style: solid;
	color:#fff
}





@media (max-width:250px){

.tg17-web-badge{
	width:100%; 
	
}
.tg17-web-price{
	display:none
}

#tg17-web-tg-title{
	display:none
}
#tg17-web-cvmlogo{
	margin-bottom: 10px;
}

}

@media (max-width: 767px){
.col-sm-offset-3 {
    margin-left: 0% !important;
}
}

.rwd-table {
   border-radius: .2em;
  overflow: hidden;
	@media (min-width: $breakpoint-alpha) { 
      padding: 1em !important; 
    }
}
  
.rwd-table tr{
    line-height: 30px;
  }
  
 .rwd-table  td{
      padding: 5PX!important;

}

@media (max-width: 500px){
.front-container {
    width: 100%;
}
	.remove-gap {
	padding-right: 0px !important;
    padding-left: 0px !important;
	}
}


@media (min-width: 768px){
.front-container {
    width: 700px;
	
	padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
}
@media (min-width: 992px){
.front-container {
    width: 800px;
	padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
}

@media (min-width: 1200px){
.front-container {
    width: 1000px;
	padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
	.tg18-logo{
		max-width: 400px
	}
	
}
@media (max-width: 767px){
.small-logo{
	max-width: 50px;
    opacity: 0.6;
	display: inline;
	transform: rotate(10deg);
}
}

@media (min-width: 768px){

.small-logo{
	display: none;
}

}

.under300{
	display: none
}
.over300{
	display: inherit;
}

@media (max-width: 300px){
.under300{
	display: inherit;
    text-align: center;
}

.over300{
	display: none;
}
}

@media (max-width: 382px){
#BOOK-NOW{
		padding: 10px !important;
		font-size: 20px  !important;
		margin: 30px !important;
	}
}

.background-cover{
	background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
    padding-top: 10px;
	padding-bottom: 10px;
}
blockquote{
	font-size: 1.4em;
	width:90%;
	margin:50px auto;
	font-family:Open Sans;
	font-style:italic;
	color: #fffff;
	padding:10px 10px 0px 60px;
	border-left:8px solid #ef0928 ;
	line-height:1.6;
	position: relative;
  }
  
  blockquote::before{
	font-family:Arial;
	content: "\201C";
	color:#ef0928;
	font-size:4em;
	position: absolute;
	left: 10px;
	top:-10px;
  }
  
  blockquote::after{
	content: '';
  }
  
  blockquote span{
	display:block;
	color:#ef0928;
	font-style: normal;
	font-weight: bold;
  }

  .comehome p {
	margin-bottom: 1em;
}

.seminar p.seminar-synopsis {
	font-style: italic;
}