
html,body{
	width:100%;
	height:100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


body,td,th {
	font-family:'Lato', sans-serif;
	font-size: 16px;
	font-weight:300;
	line-height:20px;
	color:#313131;
	background-color:#2d2d2d;
}

a, a:link,
a:visited {
	font-family:'Lato', sans-serif;
	-webkit-transition: color 0.25s ease-out;
	-moz-transition: color 0.25s ease-out;
	-o-transition: color 0.25s ease-out;
	transition: color 0.25s ease-out;
	color:#1992e2 ;
	outline: none;
	text-decoration:none;
	font-size:16px ;
	font-weight:400;
	}
a:hover {font-family:'Lato', sans-serif; font-size:16px; color:#000000;}

.menu {font-family:'arsenalregular'; font-size:14px; color:#707070; text-decoration:none; padding:0 10px 0 10px;}
a.menu:link {font-family:'arsenalregular';font-size:14px; color:#707070; text-decoration:none; padding:0 10px 0 10px;}
a.menu:hover {font-family:'arsenalregular'; font-size:14px;color:#ffffff !important;text-decoration: none;  padding:0 10px 5px 10px;}
a.menu:visited {font-family:'arsenalregular'; font-size:14px;color:#707070; text-decoration:none; padding:0 10px 0 10px;}
a.menu:active {font-family:'arsenalregular'; font-size:14px;color:#707070; text-decoration:none; padding:0 10px 0 10px;}

.footer {font-family:'Lato', sans-serif; font-size:14px; color:#ededed; text-decoration:none; line-height:19px; letter-spacing:0; font-weight:400;}
.footer a:link {font-family:'Lato', sans-serif; font-size:14px; color:#ededed; text-decoration:none; line-height:19px; letter-spacing:0; font-weight:400;}
.footer a:hover {font-family:'Lato', sans-serif; font-size:14px;color:#cbad45 !important;text-decoration: none; line-height:19px;font-weight:400;}
.footer a:visited {font-family:'Lato', sans-serif; font-size:14px;color:#ededed; text-decoration:none; line-height:19px;letter-spacing:0; font-weight:400;}
.footer a:active {font-family:'Lato', sans-serif; font-size:14px;color:#ededed; text-decoration:none; line-height:19px; letter-spacing:0; font-weight:400;}

hr { border: 0; height: 1px; background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(144, 144, 144, 0.8), rgba(0, 0, 0, 0)); margin:40px 0;}
hr.nomargin {border: 0; height: 1px;  margin: 20px 0 20px 0; background-color: #323232;}


/********************************************************************************************/

.TTGDesign, .TTGDesign:link, .TTGDesign:visited, .TTGDesign:active {font-family:'Lato', sans-serif; font-size:13px; color:#ffffff; text-decoration:none; letter-spacing:0; font-weight:400; text-transform:lowercase!important}
.TTGDesign:hover {font-family:'Lato', sans-serif; font-size:13px; color:#debcb0; text-decoration:none; letter-spacing:0; background:none; font-weight:400; text-transform:lowercase!important;}

.grecaptcha-badge {display:none;}

	
.footer { 
	width: 85%;  
	margin: auto; 
}
	
.sec1 {padding:0;}
.sec2 {padding:2% 0;}

.section {width:100%; margin:0; clear:both;}


/****************************************************************************************** Section End */


.logo {position:absolute; left:50%; margin-left:-95px; z-index:99; top:20px;}
.logofooter {width:80%; margin:auto;}
.sm {top:10px; left:20px; position:absolute; z-index:99;}

.catch {
	font-size: 64px; 
	line-height: 24px; 
	color: #092934;     
	background: linear-gradient(175deg, #ffffff, #2b5c6c, #ffffff);
    background-size: 100% 200%;
    -webkit-background-clip: text;
    -webkit-text-stroke: 3px transparent;
	padding:18px 0;
	margin:0}
	
.max {
	color: #ffffff; 
	font-style: normal; 
	font-size: 135px; 
	line-height: 100px;
	margin:0}
	
.tourdate {
	font-family: "Shadows Into Light", cursive;
	font-size: 200px; 
	line-height:18px; 
	color: #092934;     
	background: linear-gradient(314deg, #ffffff, #1d5669, #ffffff);
    background-size: 100% 200%;
    -webkit-background-clip: text;
    -webkit-text-stroke: 5px transparent;
	padding:75px 0;
	margin:0;}
	
.ontour {
    color: #a7a9a9;
    font-style: normal;
    font-size: 50px;
    line-height: 100px;
    margin: -180px -200px;
    text-indent: 688px;
    position: absolute;
}

.onsale {
    color: #ffffff;
    font-style: normal;
    font-size: 28px;
    line-height: 100px;
    margin: -145px -193px;
    text-indent: 688px;
    position: absolute;
}


h1 {font-family: "Bebas Neue", sans-serif; font-size:60px; line-height:55px; font-weight:100;}
h2 {font-family: "Encode Sans Condensed", sans-serif; font-size:40px; line-height:40px; padding: 0; margin: 20px 0 0 0;  font-weight: 100; color:#ffffff;}
h3 {font-family: "Encode Sans Condensed", sans-serif; font-size:40px; line-height:40px; padding: 0; margin: 40px 0;  font-weight: 100; color:#000000;}



/*MENU STYLE*/

#main-nav	{
	 font-family: 'cuprumregular'; font-weight:100; font-size:17px; text-decoration:none; 
	height: 35px; /* set to the height you want your menu to be */
	margin: 0; /* just to give some spacing */


}
#main-nav ul	{
	margin: 0; padding: 0; /* only needed if you have not done a CSS reset */
	position: relative;
 	position: absolute !ie7; /* For IE7 only */
 	z-index: 2;
	z-index:99;
}
#main-nav li	{
	display: block ;
	float:left ;
	line-height: 20px; /* this should be the same as your #main-nav height */
	height: 10px; /* this should be the same as your #main-nav height */
	margin: 0;  /* only needed if you don't have a reset */
	position: relative; /* this is needed in order to position sub menus */

}


#main-nav li a	{
	font-family: 'cuprumregular'; font-weight:100; font-size:17px; color:#ffffff; text-decoration:none; text-transform:uppercase;
	display: block;
	height: 10px;
	line-height: 24px;
	padding:20px 10px 15px 10px;
	letter-spacing:0;
	}

#main-nav .current-menu-item a, #main-nav .current_page_item a {
	color: #000000;
	background-color:#d4cac8;
}

#main-nav a:hover{
	color: #000000;
	background-color:#d4cac8;
}



#main-nav ul ul { /* this targets all sub menus */
	display: none; /* hide all sub menus from view */
	position: absolute;
	top: 35px; /* this should be the same height as the top level menu -- height + padding + borders */
	
}
#main-nav ul ul li { /* this targets all submenu items */
	float: none; /* overwriting our float up above */
	width: 180px; /* set to the width you want your sub menus to be. This needs to match the value we set below */
	background-color:#100d0b;
	
}
#main-nav ul ul li a { /* target all sub menu item links */
	 /* give our sub menu links a nice button feel */
	text-indent:10px;
	color:#ffffff!important;
}

#main-nav ul ul li a:hover { /* target all sub menu item links */
	 /* give our sub menu links a nice button feel */
	 background-color:#272220;
	 color:#d1b37b!important;
	 height:30px;
}



#main-nav ul li:hover > ul {
	display: block; /* show sub menus when hovering over a parent */

}


#main-nav ul ul li ul {
	/* target all second, third, and deeper level sub menus */
	left: 150px; /* this needs to match the sub menu width set above -- width + padding + borders */
	top: 0; /* this ensures the sub menu starts in line with its parent item */
}




/************************************************************** BLOG START */

.wrap {border-bottom: 1px solid #424242;}
.wrap:last-child {border-bottom: 0px solid #424242;}
.widget-title {padding: 25px; color: #9B9B9B; background-color: #ffffff; margin-bottom: 20px; padding-bottom: 5px; border: 1px solid #b9b9b9; font-size:25px;}
.widget-area {background-color: #312b2e; }

.textwidget {padding:0}
.post {}
	
.post:last-child {border-bottom:0;}

.nav-next {background-color: #49403a; padding: 10px; position:relative;}
.nav-previous {background-color: #161210; padding: 10px; position:relative;}



.alignleft {
    float: left; margin:5px 15px 10px 0; 
}
.alignright {
    float: right; margin:5px 0px 15px 15px; 
}

.aligncenter {
    display: block;
	margin: 0px auto 5px auto;
}

.alignleft img {
    float: left; margin:5px 15px 10px 0; 
}
.alignright img {
    float: right; margin:5px 0px 15px 15px; 
}

.aligncenter img{
    display: block;
	margin: 0px auto 5px auto;
}

.entry-content img {}
.entry-header {text-align:left;}

.content-title {color:white!important;}

/* -------------------------------------- post title START */
.entry-title {text-align:center; text-transform:uppercase; color:#ffffff; font-size:30px;}
.entry-title a {text-align:center; font-size:17px; font-weight:400; color:#eaeaea; text-transform:uppercase;}
.entry-summary {color:#eaeaea;}

/* -------------------------------------- post title END */

.entry-meta { display:none;}
.entry-meta a {text-align:left;  font-family:'cuprumregular'; font-size:16px;  color:#3598db;}

/* -------------------------------------- listing START */
ul, ol { margin : 0 0 1.5em 0; padding : 10px 0 0 50px; text-align:left; list-style-position:outside;}
li ul, li ol { margin : 0;font-size : 1em; /* 16 / 16 = 1 */ }
/* -------------------------------------- listing END */

#postend {background:#CCCCCC; height:1px; width: 100%; margin:20px 0 20px 0;}
.sidebar_holder {background:#f1f1f1; padding:25px; margin-bottom:30px;}

.wp-caption-text {padding: 15px; background-color: #eaeaea; margin: 0; text-align:center;}

figcaption{
background-color: black;
    color: white;
    padding: 2%;
    margin: 0!important;
    font-style: normal!important;
    font-weight: 500;
    font-size: 14px;
}

input {
    width: 90%;
    height: 40px;
    border: 1px solid #d4d4d4;
    border-radius: 10px;
    font-size: 15px;
    text-indent: 15px;
	margin-top: 10px;
	}

textarea {
    width: 90%;
    height: 40px;
    border: 1px solid #d4d4d4;
    border-radius: 10px;
    font-size: 15px;
    text-indent: 15px;
	margin-top: 10px;
    height: 100px;
    padding: 20px 0;
	}

	
select {
    border: 1px solid #d4d4d4;
    height: 45px;
    text-indent: 15px;
    margin-top: 10px;
	}
	
	
input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* Firefox 18- */
input:focus::-moz-placeholder { color:transparent; } /* Firefox 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* oldIE ;) */

/* -------------------------------------- blockquote START */
blockquote {
	font-size: 18px;
	line-height: 20px;
	font-style: italic;
	width: 90%;
	margin: 0.25em 0;
	padding: 20px 40px;
	position: relative;
	color: #424242;
	background-color:#fbfbfb;
}

blockquote:before {
	display: block;
	content: "\201C";
	font-size: 80px;
	position: absolute;
	left: -10px;
	top: 10px;
	color: #248a92;
}

blockquote cite {
	color: #9de3b5;
	font-size: 14px;
	display: block;
	margin-top: 0px;
}
 
blockquote cite:before {
	content: "\2014 \2009";
}
/* -------------------------------------- blockquote END */


::-moz-selection { 
background : #322e33; 
color :#ffffff; 
text-shadow : none; }

::selection { 
background : #322e33; 
color :#ffffff; 
text-shadow : none; }





@media only screen and (max-width: 5000px) {
.tabs { display:none;}
}


@media only screen and (max-width: 1024px) {
.dates {text-align:center;}
textarea  {width:90%;}

.catch {
	font-size: 64px; 
	line-height: 64px; 
	padding:10px 0;
	margin:0}
	
.max {
	color: #ffffff; 
	font-style: normal; 
	font-size: 135px; 
	line-height: 100px;
	margin:0}
	
.tourdate {
	font-size: 200px; 
	line-height:200px;   
	padding:10px 0;
	-webkit-text-stroke: 3px transparent;
	margin:0;
	font-family: "Bebas Neue", sans-serif;
}
	
.ontour {
    color: #a7a9a9;
    font-style: normal;
    font-size: 28px;
    line-height: 50px;
    margin: 0;
    text-indent: 5px;
    position: relative;
}

.onsale {
    color: #ffffff;
    font-style: normal;
    font-size: 28px;
    line-height: 28px;
    margin: 0;
	padding:10px;
    text-indent: 5px;
    position: relative;
	background-color:#940000;

}

}

@media only screen and (max-width: 480px) {

.catch {font-size: 30pt; line-height:20pt;}
.max {font-size: 50pt; line-height: 38pt;}
.tourdate {font-size:60pt; margin: 0px; line-height: 40pt;}
}
