

   
/* ========================================================== */
/* 			               01. RESET                          */
/* ========================================================== */
   
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, 
big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, 
center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: 'verdana', sans-serif; font-weight: 400;}
body { margin: 0; }

a 
{
	color: #656565; 
	/* font-weight: 300; */
}
a:visited { color: #3498db; }
a:hover { color: #3498db; }
a:hover, a:active, a:focus { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #cccccc; margin: 1em 0; padding: 0; }
ins { background: #ffff99; color: #000000; text-decoration: none; }
mark { background: #ffff00; color: #000000; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
   dd { margin: 0 0 0 40px; }
*/
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; }

svg:not(:root) { overflow: hidden; }

figure { margin: 0; }

form { margin: 0; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }
   
/* ========================================================== */
/* 			          02. PRIMARY STYLES                      */
/* ========================================================== */	

img,object,video,embed { width: 100%; }
img { height: auto; vertical-align: middle;}

.bold {	font-weight: 700; }
.italic { font-style: italic; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { margin-left: auto; margin-right: auto; }
.clearBoth { clear: both; display: block; font-size: 0; height: 0; line-height: 0; overflow: hidden; visibility: hidden; width: 100%; vertical-align: super; }
th, thead td { font-weight: bold; }
em, dfn, cite { font-style: italic; }
del { color: #cccccc; text-decoration: line-through; }
dfn, ins { border-bottom: 1px solid #E8E8E8; }
abbr, acronym { text-transform: uppercase; letter-spacing: .1em; }
a abbr, a acronym { border: none; }
abbr[title], acronym[title], dfn[title] { border-bottom: 1px dotted #E8E8E8; cursor: help; }
a { text-decoration: none; }
address,caption,cite,code,dfn,h1,h2,h3,h4,h5,h6,th,var { font-style: normal; font-weight: normal; }
caption,th { text-align: left; }
ol, ul { list-style: none; }

body { position: inherit /* conflict prettyphoto and dynamic to top plugin */; }
body, html, #wrapper { height:100%; }

::-moz-selection { background: #b3d4fc; text-shadow: none;}
::selection { background: #b3d4fc; text-shadow: none; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

code, kbd, samp, pre, tt, var, input[type=text], input[type=password], input[type=email], textarea {
	font: 11px Monaco,"Courier New","DejaVu Sans Mono","Bitstream Vera Sans Mono",monospace;
}

code, pre, input[type=text], input[type=password], input[type=email], textarea {
	line-height: 20px;
}

p, a, ul, ol, dl, table, fieldset, blockquote {
    margin-bottom: 25px;
	font-size:16px;
	line-height:24px;
	font-family: 'verdana', sans-serif;
	/* font-weight: 300; */
	color:#656565;
}

.row {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

#header .row {
	overflow: inherit;
}

.onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol {
	margin-right: 20px;
	float: left;
	min-height: 1px;
}

.row .onecol {
	width: 4.85%;
}

.row .twocol {
	width: 13.45%;
}

.row .threecol {
	width: calc(25% - 20px);
}

.row .fourcol {
	width: 30.75%;
}

.row .fivecol {
	width: 39.45%;
}

.row .sixcol {
	width: 48%;
}

.row .sevencol {
	width: 56.75%;
}

.row .eightcol {
	width: 65.4%;
}

.row .ninecol {
	width: 74.05%;
}

.row .tencol {
	width: 82.7%;
}

.row .elevencol {
	width: 91.35%;
}

.row .twelvecol {
	width: 100%;
	float: left;
	margin: 0 auto;
}

.last {
	margin-right: 0px;
}

/* ========================================================== */
/* 			           03. GENERAL LAYOUT                     */
/* ========================================================== */	
	
body {
	background-color: #fff;
}

#container{
	position:relative;
	overflow:hidden;
}

.section_wrapper{
	width:100%;
	background-color:#fff;
}

.section_wrapper.grey_bg{
	background-color:#f4f4f4;
}

.section_wrapper.grey_border{
	border-top:1px solid #e0e0e0;
}

.section_box{
	width:100%;
	max-width:1170px;
	margin:0 auto;
	padding:80px 0 60px 0;
	position:relative;
}
.section_notice{
	width:90%;
	max-width:1170px;
	margin:0 auto;
	padding:20px 0 0 0;
	position:relative;
}
.section_box.small_margins{
	padding:80px 0 40px 0;
}

.section_box.testimonials_margins{
	padding:70px 0 25px 0;
}

a.button_blue, a.button_white, a.button_transparent{
	display:inline-block;
	font-weight:300;
	font-size:14px;
	text-transform:uppercase;
	padding:12px 20px;
	margin:10px 0 20px 0;
	-webkit-border-radius: 5px 5px;
    -moz-border-radius: 5px 5px;
    border-radius: 5px 5px;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
}

a.button_blue{
	background-color:#3498db;
	border:1px solid #3498db;
	color:#fff;
}

a.button_blue:hover{
	background-color:#fff;
	border:1px solid #3498db;
	color:#3498db;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
}

a.button_white{
	background-color: transparent;
	border:1px solid #fff;
	color:#fff;
}

a.button_white:hover{
	background-color:#fff;
	border:1px solid #fff;
	color:#454545;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
}


a.button_transparent{
	background-color: transparent;
	border:1px solid #fff;
	color:#fff;
	font-size:14px;
	font-weight:400;
}

a.button_transparent:hover{
	background-color:#3498db;
	border:1px solid #3498db;
	color:#fff;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
}

.align_center{
	text-align:center;
}

.padding_bottom{
	margin-bottom:10px;
}

/* Call To Action White
========================================================== */

.call_to_action_white_wrapper{
	margin:0 auto!important;
	width:90%;
	padding:0 5%;
	position:relative;
	z-index:1;
	background-color:#fff;
}

.call_to_action_grey_wrapper{
	margin:0 auto!important;
	width:90%;
	padding:0 5%;
	position:relative;
	z-index:1;
	background-color:#f5f5f5;
}

.call_to_action_white{
	margin:0 auto!important;
	position:relative;
	z-index:10;
	padding: 90px 0 0 0;
	width:100%;
	max-width:960px;
	text-align:center;
}

.call_to_action_white h3, .call_to_action_white h4, .call_to_action_grey h3, .call_to_action_grey h4{
	margin:0;
	padding:0;
}

.call_to_action_white h3, .call_to_action_grey h3{
	margin-bottom:10px;
	font-size:28px;
	line-height:42px;
	text-transform:uppercase;
	color:#444;
}

.call_to_action_white h4, .call_to_action_grey h4{
	font-size:16px;
	line-height:28px;
	font-weight:400;
	color:#656565;
}

h3.fancy_title{
	font-size:22px;
	line-height:34px;
	font-weight:300;
	font-family: Georgia,serif;
	font-style: italic;
	text-transform: none;
	margin-bottom:50px;
}

h3.fancy_title span {
	text-transform:uppercase;
	font-weight:700;
	font-style:normal;
	font-family: 'PT Sans', sans-serif;
}

/* Headings
========================================================== */

h1,h2,h3,h4,h5,h6{
	margin:0 0 20px 0;
	line-height:110%;
	color:#454545;
	font-weight:700;
	font-family: 'PT Sans', sans-serif;
}

h1.margin_bottom,h2.margin_bottom,h3.margin_bottom,h4.margin_bottom,h5.margin_bottom,h6.margin_bottom{
	margin-bottom:30px;
}
.title_small_margins{
	margin-bottom:10px;
}

h1{
	font-size:32px;
	line-height:46px;
}

h2{
	font-size:28px;
	line-height:32px;
}

h3{
	font-size:26px;
	line-height:32px;
}

h4{
	font-size:20px;
	line-height:28px;
}

h5{
	font-size:18px;
	line-height:22px;
}

h6{
	font-size:14px;
	line-height:18px;
	text-transform:uppercase;
}

.uppercase{
	text-transform:uppercase;
}

.blue{
	color:#3498db;
}

.white{
	color:#fff;
}

.small_padding{
	margin-bottom:15px;
}

.padding_right{
	padding-right:25px;
}

.padding_top{
	padding-top:25px;
}

.padding_top_large{
	padding-top:45px;
}

.padding_bottom{
	padding-bottom:30px;
}

/* ========================================================== */
/* 						    04.HEADER                         */
/* ========================================================== */

/* ----- 1. Header Styles ----- */
#header_wrapper{
	position: fixed;
	width: 100%;
	height:70px;
	padding:10px 0;
	background-color: rgb(255, 255, 255);
	background-color: rgba(255, 255, 255, .95);
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .2);
	box-shadow: 0 0 4px rgba(0, 0, 0, .2);
	-webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

#header_wrapper.shrink {
	width:100%;
	height:70px;
	padding:0;
	z-index:1000;
	background-color: rgb(255, 255, 255);
	background-color: rgba(255, 255, 255, .95);
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .2);
	box-shadow: 0 0 4px rgba(0, 0, 0, .2);
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#header_wrapper #header {
	width:100%;
	max-width:1170px;
	margin:0 auto;
}

/* ----- 2. Logo ----- */
a#logo {
    position: relative;
	float:left;
	margin:20px 0 0 0;
	z-index:900;
}

a#logo span {
	color:#3498db;
}

/* ----- 3. Navigation ----- */
#nav {
	margin: 0;
	float:right;
	position:relative;
}

#nav li {
	display: inline-block;
    position: relative;
	margin:23px 14px 0 14px;
}

#nav li.last {
	margin-right:0;
}

#nav li a {
	display: inline-block;
	text-align:center;
	color: #454545;
	padding: 0;
    font-size: 14px;
	line-height:18px;
	font-weight:700;
	text-transform:uppercase;
	font-family: 'PT Sans', sans-serif;
}

#nav .current a, #nav li a:hover {
	color:#3498db;
}

/* ========================================================== */
/* 						    05. FOOTER                        */
/* ========================================================== */

/* ----- 1. Footer Styles ----- */
#footer {
	width:100%;
	text-align:center;
	background-color:#fff;
	z-index:100;
	/* padding-top:50px; */
}

#footer a{
	color:#222;
	text-decoration:underline;
	display: block;
    margin: 10px auto;
    text-align: center;
}
@media (min-width: 768px) {
	#footer a{
		display: inline-block;
		padding: 0 5px;
	}
}

p.copyright{
	margin:0;
	color:#222;
}

/* ----- 2. Social Icons ----- */
ul.social{
	display:block;
	margin:20px 0 0 0;
}

ul.social li{
	display:inline-block;
    margin:0 ;
	line-height:100%!important;
}

ul.social li a i {
  display: inline-block;
  margin:0 8px;
  padding:0;
  font-size:22px!important;
  line-height: 24px!important;
  color: #656565;
  transition: all .5s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
}

ul.social li a i:hover {
  transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
  color:#3498db;
}

/* ========================================================== */
/* 				  		     06. HOME                         */
/* ========================================================== */

#intro{
	width:100%;
	z-index:1;
	background: url('../images/background.jpg');
	background-position: center top;
    background-repeat: no-repeat;
	background-attachment: fixed;
    background-size: cover;
}

#home{
	width:100%;
	position:relative;
	z-index:100;
	padding:170px 0 80px 0;
}

.home_box{
	width:100%;
	max-width:1000px;
	margin:0 auto;
	text-align:center;
}

/* ========================================================== */
/* 						  07.  COUNTDOWN                      */
/* ========================================================== */

h2.countdown_title{
	color:#fff;
	font-size:50px;
	line-height:50px;
	text-transform:uppercase;
}

h3.countdown_subtitle{
	color:#fff;
	font-size:26px;
	line-height:34px;
	font-weight:300;
	font-family: Georgia,serif;
	font-style: italic;
	text-transform: none;
	margin-bottom:20px;
}

h3.countdown_subtitle span {
	text-transform:uppercase;
	font-weight:700;
	color:#3498db;
	font-style:normal;
	font-family: 'PT Sans', sans-serif;
}

ul#countdown{
	padding-top:20px;
}

ul#countdown li {
	font-family: 'PT Sans', sans-serif;
	display: inline-block;
 	margin:10px 10px 40px 10px;
	padding-top:25px;
	width:115px;
	height:90px;
  	text-align: center;
	vertical-align:middle;
	border: 2px solid #fff;
}

ul#countdown::after, ul#countdown::before {
	background-color: #fff;
	display: inline-block;
	vertical-align: middle;
	content: "";
	width: 55px;
	height: 2px;
	margin-top: -25px;
}

ul#countdown li span {
  	font-size: 42px;
	line-height:42px;
  	font-weight: 700;
  	color: #fff;
  	position: relative;
}

ul#countdown li p.timeRefDays,
ul#countdown li p.timeRefHours,
ul#countdown li p.timeRefMinutes,
ul#countdown li p.timeRefSeconds {
	margin-top:3px;
	color:#fff;
  	text-transform: uppercase;
  	font-size: 16px;
	line-height:16px;
  	font-weight: 700;
	font-family: 'PT Sans', sans-serif;
}

/* ========================================================== */
/* 				  		    08. EVENT                         */
/* ========================================================== */

.event_wrapper{
	margin:0 auto!important;
	width:90%;
	padding:0 5%;
	position:relative;
	z-index:1;
	color:#72191B;
}

.event_box{
	margin:0 auto!important;
	position:relative;
	z-index:10;
	padding: 50px 0 24px 0;
	width:100%;
	max-width:1170px;
}

.event_box h3{
	color:#72191B;
	margin-bottom:0;
}

.event_box p{
	color:#72191B;
}

.event_box i{
	float:left;
	color:#852529;
	padding-right:15px;
	width: 50px;
    text-align: center;
}

p.event_info{
	line-height:24px;
	float:left;
	color:#72191B;
	font-weight:bold;
	/* font-style:italic; */
	clear:right!important;
}

p.event_info span{
	font-weight:bold;
	color:#72191B;
	font-style:normal;
	text-transform:uppercase;
	font-family: 'PT Sans', sans-serif;
}

/* ========================================================== */
/* 				  		  09. SERVICES                        */
/* ========================================================== */

.services_wrapper{
	position:relative;
	overflow:hidden;
	width:100%;
	border-bottom:1px solid #f4f4f4;
}

.services_item {
	float:left;
	width:19.9%;
	padding-right:2.5%;
	padding-left:2.5%;
	padding-top:70px;
	padding-bottom:70px;
	text-align:center;
	background-color:#fff;
	border-right:1px solid #f4f4f4;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
}

.services_item.last {
	border-right:none;
}

.services_item:hover{
	background-color:#f5f5f5;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
}

.services_item h3{
	clear:both;
	font-size:18px;
	line-height:100%;
	vertical-align:middle;
	margin:30px 0 20px 0;
	font-weight:700;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
}

.services_item p{
	margin-bottom:0;
}

.icon_wrapper{
  margin-bottom: 30px;
  width:100%;
  text-align:center;
}

.icon_wrapper .icon_box {
    position: relative;
}

.icon_box .icon-8x{
	text-align:center;
	color:#2A5F77;
	font-size:64px;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
}

.services_item:hover .icon_box .icon-8x{
	color:#555;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
}

/* ========================================================== */
/* 				  		   10. NEWSLETTER                     */
/* ========================================================== */

/* .title_wrapper{
	position:relative;
	width:100%;
	z-index:10;
	background: url(../images/background.jpg);
	background-position: center top;
    background-repeat: no-repeat;
	background-attachment: fixed;
    background-size: cover;
} */

.newsletter_box{
	width:100%;
	max-width:900px;
	margin:0 auto;
	padding:110px 0 110px 0;
	text-align:center;
}

.newsletter_form_wrapper{
	width:100%;
	text-align:center;
	padding-top:10px;
}

.newsletter_form_box{
	margin:0 auto;
	max-width:505px;
	padding: 15px 10px 15px 15px;
	background-color:rgb(0, 0, 0);
	background-color:rgba(0, 0, 0, 0.4);
    -moz-border-radius:5px;  
    -webkit-border-radius:5px;  
    border-radius:5px;
}

#newsletter-form #email_newsletter {
	width:100%;
	max-width:320px; 
	height:44px;
    padding:0 10px;
	border: 1px solid #fff;
	background-color: #fff;
    -moz-border-radius:5px;  
    -webkit-border-radius:5px;  
    border-radius:5px;
	color:#656565;  
    font-size:14px;
	margin:0 10px 0 0;
}

#newsletter-form #submit-button-newsletter {
    width: 140px;
	height:44px;
    background-color:#3498db;  
	border: 1px solid #3498db;
    color:#fff;  
    display: inline;
	margin:0 5px 0 0;
    -moz-border-radius:5px;  
    -webkit-border-radius:5px;  
    border-radius:5px;
	font-size:14px;
	font-weight:700;
	font-family: 'PT Sans', sans-serif;
	vertical-align: top;
	transition: background-color .25s ease-in-out;
   -moz-transition: background-color .25s ease-in-out;
   -webkit-transition: background-color .25s ease-in-out;
}

#newsletter-form #submit-button-newsletter:hover {
	color:#454545;
    background-color:#fff;
	border: 1px solid #fff;
	transition: background-color .25s ease-in-out;
   -moz-transition: background-color .25s ease-in-out;
   -webkit-transition: background-color .25s ease-in-out;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:#656565;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:#656565;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:#656565;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:#656565;
}

p.success_box{
	font-size:16px;
	color:#fff!important;
	padding-top:20px;
}

/* ========================================================== */
/* 					  11. PARALLAX SECTION                    */
/* ========================================================== */

.parallax_wrapper{
	position:relative;
	width:100%;
	z-index:10;
	background: url(../images/background.jpg);
	background-position: center top;
    background-repeat: no-repeat;
	background-attachment: fixed;
    background-size: cover;
}

.parallax_box{
	width:100%;
	max-width:900px;
	margin:0 auto;
	padding:105px 0 90px 0;
	text-align:center;
}

h3.parallax_title{
	color:#72191B;
	font-size:30px;
	line-height:34px;
	font-weight:300;
	font-family: Georgia,serif;
	text-transform: none;
	padding:30px 0;
	font-weight: bold;
	/* background-color: rgba(0,0,0,.2); */
}

h3.parallax_title span {
	text-transform:uppercase;
	font-weight:700;
	font-style:normal;
	font-family: 'PT Sans', sans-serif;
}

/* ========================================================== */
/* 				  		    12. FEATURES                      */
/* ========================================================== */

/* ----- 1. Toggle ----- */
#toggle-view {
	list-style:none;	
	margin-bottom:45px;
	width:100%;
}

#toggle-view li {
	display:block;
	position:relative;
	cursor:pointer;
	margin-bottom:10px;
}
	
#toggle-view h3 {
	font-size:16px;
	color:#656565;
	margin-bottom:5px;
	line-height:16px;
	font-weight:400;
	padding:15px 0 15px 20px;
	background-color:#eee;
	font-family: 'Lato', sans-serif;
}

#toggle-view span {
	right:0;
	position:absolute;
	font-size:18px;
	line-height:18px;
	font-weight:700;
	color:#656565;
	padding:14px 20px;
}
/* 
#toggle-view p {
	margin-bottom:20px;
	padding-top:10px;
	display:none;
} */
#toggle-view p{
	margin: 0;
}
#toggle-view .hide {
	margin-bottom:20px;
	padding-top:10px;
	display:none;
}

/* ----- 2. Testimonials ----- */
.testimonials_wrapper{
	width:100%;
	float:left;
	padding-top:39px;
	margin-bottom: 30px;
	text-align:center;
}

.testimonials_item {
    position: relative;
	z-index:100;
    padding-bottom: 0;
    width: 100%;
}

.testimonials_box {
	background-color:#f3f3f3;
	border-bottom:2px solid #e3e3e3;
    padding:55px 20px 30px 20px;
    position: relative;
	z-index:100;
	-webkit-border-radius: 3px 3px 5px 5px;
	-moz-border-radius: 3px 3px 5px 5px;
	border-radius: 3px 3px 5px 5px;
}

.testimonials_box p {
    margin: 0;
	color:#656565;
	font-weight:400;
	font-style:italic;
}

.testimonials_box .testimonials_arrow {
    background: none repeat scroll 0 0 #f3f3f3;
	border-right:2px solid #e3e3e3;
	border-bottom:2px solid #e3e3e3;
    display: block;
    width: 14px;
    height: 14px;
    left: 50%;
    margin-left: -7px;
    bottom: -9px;
    position: absolute;
	z-index:50;
    transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	display : none\9; /* IE9 and below */ 
}

img.autor_pic{
	position:absolute;
	display:block;
	top:-39px;
	left:50%;
	margin-left:-39px;
	width:70px;
	height:70px;
	padding:2px 2px;
	background-color:#fff;
	border:2px solid #e3e3e3;
	-webkit-border-radius: 39px 39px;
	-moz-border-radius: 39px 39px;
	border-radius: 39px 39px;
}

p.autor {
    display: block;
	font-weight:300;
    margin-top:20px;
	font-size:14px;
	color:#3498db;
}

p.autor span {
	text-transform:uppercase;
    color: #454545;
	font-weight:700;
	font-size:16px;
	font-family: 'PT Sans', sans-serif;
}

/* ========================================================== */
/* 						   13. BXSLIDER                       */
/* ========================================================== */

.bxslider_wrapper{
	position:relative;
	width:100%;
	z-index:10;
	background: url(../images/background.jpg);
	background-position: center top;
    background-repeat: no-repeat;
	background-attachment: fixed;
    background-size: cover;
}

.bxslider_box{
	width:100%;
	max-width:870px;
	margin:0 auto;
	padding:110px 0 185px 0;
	text-align:center;
}

h3.bxslider_title {
	font-family: Georgia,serif;
	font-style:italic;
	color:#fff;
	font-size: 22px;
	line-height: 34px;
	/* font-weight: 300; */
	margin-bottom:25px;
}

h3.bxslider_title span.lines {
	padding:0 18px;
}

span.font_pt_sans{
	text-transform:uppercase;
	font-weight:700;
	font-style:normal;
	font-family: 'PT Sans', sans-serif;
}

h3.bxslider_title::after, h3.bxslider_title::before {
	background-color: #fff;
	display: inline-block;
	vertical-align: middle;
	content: "";
	width: 55px;
	height: 1px;
	margin-top: -3px;
}

p.bxslider_text {
	color:#fff;
}

/* ========================================================== */
/* 						   14. SPEAKERS                       */
/* ========================================================== */

.team_description{
	padding: 15px 0 5px 0;
	background-color:#fff;
}

.team_name{
	margin-bottom:15px;
	font-size:16px;
	line-height:22px;
	font-weight:700;
	text-transform:uppercase;
}

.team_name span{
	font-size:14px;
	color:#3498DB;
	font-weight:300;
	text-transform: none;
}

ul.team_social{
	margin-bottom:25px;
}

ul.team_social li{
	display:inline-block;
	margin:0 5px 10px 5px;
}

ul.team_social li a{
	color:#656565;
	font-size:20px;
	transition: all .50s ease-in-out;
	-moz-transition: color .50s ease-in-out;
	-webkit-transition: color .50s ease-in-out;
}

ul.team_social li:hover a{
	color:#3498db;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
}

.blue_box{
	background-color:#3498db;
}
.black_box{
	background-color:#000;
}
.blue_box_content{
	padding-top: 30px;
	text-align: center;
}

.blue_box_content h3,
.blue_box_content h4,
.blue_box_content h5,
.blue_box_content p,
.blue_box_content span,
.blue_box_content li{
	color:#fff;
}

.white_box{
	background-color:#fff;
	width:100%;
	max-width:1070px;
	margin-bottom:20px;
	padding:70px 50px 30px 50px;
}

/* ----- Features_item ----- */

.features_item{
	margin-top:15px;
	margin-bottom:15px;
}

.features_item h5{
	font-size:17px;
	margin-bottom:10px;
}

span.circle_icons i{
	margin: 0 25px 30px 0;
	float:left;
	width: 70px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	color: #3498db!important;
	background-color: #f1f1f1;
	-webkit-border-radius: 35px 35px;
	-moz-border-radius: 35px 35px;
	border-radius: 35px 35px;
	font-size: 28px;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
}

/* ========================================================== */
/* 				  		   15. PRICING                        */
/* ========================================================== */

.price_item{
	margin-bottom:30px;
	text-align:center;
}

.price_item:hover{
}

.price_item.last{
	margin-right:0;
}

.price_head{
	padding:30px 0 40px 0;
	background-color:#454545;
	-webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}

.price_head.blue_head{
	background-color:#3498db;
}
.price_head.museum_head{
	background-color:#31919C;
}

.price_head h2{
	margin:0;
	color:#fff;
	font-size:16px;
	text-transform:uppercase;
}

.price_head h4{
	margin:0;
	padding-top:10px;
	color:#fff;
	font-size:50px;
	font-weight:300;
	font-family: 'Lato', sans-serif;
}

.price_head h4 span{
	font-size:18px;
}

ul.price_features{
	margin:0;
}

ul.price_features li{
	padding:15px 0;
	background-color:#fff;
	border-bottom:1px solid #f4f4f4;
}

.price_button_wrapper{
	background-color:#fff;
	border-bottom:1px solid #e4e4e4;
	padding:35px 0;
	-webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}

a.price_button{
	font-size:14px;
	padding:12px 20px;
	background-color:#454545;
	border:1px solid #454545;
	color:#fff;
	text-transform:uppercase;
	-webkit-border-radius: 5px 5px;
    -moz-border-radius: 5px 5px;
    border-radius: 5px 5px;
	/* transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out; */
}

a.price_button.price_red{
	background-color:#ff3b2d;
	border:1px solid #ff3b2d;
}
a.price_button.price_museum{
	background-color:#31919C;
	border:1px solid #31919C;
	position: relative;
	position: relative;
}
.price_tag{
	background-color: #ff3b2d;
	color: #fff;
	font-size: 12px;
	display: block;
	height: 24px;
	line-height: 24px;
	width: 60px;
	border-radius: 3px;
	position: absolute;
	top: -20px;
	left: 10px;
	box-shadow: 0 0 2px rgba(0,0,0,.2);
}
.price_tag:after{
	content: '';
	background-color:  transparent;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	border-top: 8px solid #ff3b2d;
	display:inline-block;
	position: absolute;
	top: 22px;
	left: 10px;
}
a.price_button.price_klook{
	background-color:#FF5722;
	border:1px solid #FF5722;
}
a.price_button.price_blue{
	background-color:#3498db;
	border:1px solid #3498db;
}

a.price_button:hover{
	background-color: #f21000;
	color:#fff;
	/* transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out; */
}
a.price_museum:hover{
	background-color: #13808c;
	color:#fff;
	/* transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out; */
}

a.price_button.price_blue:hover{
	background-color:#fff;
	color:#3498db;
	border:1px solid #3498db;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
}

/* ========================================================== */
/* 				  		    16. CONTACT                       */
/* ========================================================== */
.contact_wrapper{
	position:relative;
	width:100%;
	z-index:10;
	background: url(../images/background.jpg);
	background-position: center top;
    background-repeat: no-repeat;
	background-attachment: fixed;
    background-size: cover;
}

.contact_box{
	width:100%;
	max-width:820px;
	margin:0 auto;
	padding:90px 0 90px 0;
	text-align:center;
}

h5.contact_title{
	margin:25px 0 20px 0!important;
	color:#fff;
	font-size:18px;
	text-transform:uppercase;
}

p.contact_details, a.contact_details{
	margin:8px 0;
	color:#fff;
	font-size:18px;
}

a.contact_details{
	display:block;
	margin-bottom:20px;
}

/* ========================================================== */
/* 		    Background Images - max-width: 1024px             */
/* ========================================================== */

@media only screen and (max-width: 1024px) {
	#intro, .newsletter_wrapper, .bxslider_wrapper, .parallax_wrapper, .contact_wrapper {
		background-attachment: scroll;
		background-size: cover;
		background-repeat: no-repeat;
	}
}

/* ========================================================== */
/* 						     768px                            */
/* ========================================================== */

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

/* ========================================================== */
/* 						     992px                            */
/* ========================================================== */

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

/* ========================================================== */
/* 						     1200px                           */
/* ========================================================== */

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

/* ========================================================== */
/* 						17.  MOBILE DEVICES                   */
/* ========================================================== */
@media handheld, only screen and (max-width: 767px) {
	
	#main {
		width:100%;
		margin:0 auto;
		padding: 0;
		position:relative;
		overflow:hidden;
	}
	
	.row {
		width: 90%;
		min-width: 0;
		margin-left: 0px;
		margin-right: 0px;
		padding-left: 5%;
		padding-right: 5%;
	}
	
	.row .onecol, .row .twocol, .row .threecol, .row .fourcol, .row .fivecol, .row .sixcol, .row .sevencol, .row .eightcol, .row .ninecol, .row .tencol, .row .elevencol, .row .twelvecol {
		width: auto;
		float: none;
		margin-left: 0px;
		margin-right: 0px;
		padding-left: 0px;
		padding-right: 0px;
		clear:both;
	}
	
	#header_wrapper {
		position: relative;
		height:60px!important;
		padding:0!important;
	}
	
	#header_wrapper #header {
		position: relative;
		width:90%;
		padding:0 5%;
		text-align:center;
	}
		
	#header_wrapper.shrink {
		width:100%;
		height:60px!important;
		padding:0!important;
	}
	
	/* ----- logo ----- */
	a#logo {
		margin:15px 0 0 0!important;
	}
	
	ul.social{
		float:none;
	}
		
	a.button_blue, a.button_white{
		font-size:14px;
		padding:7px 14px;
		margin:0 0 20px 0;
	}
	
	.call_to_action_white{
		padding: 70px 0 0 0!important;
	}
	
	.call_to_action_white h3{
		font-size:22px;
		line-height:32px;
		font-weight:400;
		margin-bottom:20px;
	}
	
	.call_to_action_white h4{
		font-size:16px;
		line-height:24px;
	}

	.section_box{
		padding: 0;
	}
	
	#home{
		margin:0 auto;
		width:90%;
		padding-left: 5%;
		padding-right: 5%;
		padding-top: 60px;
		padding-bottom: 10px;
	}
	
	.home_box{
		width:100%;
		margin:0 auto;
	}
		
	h2.countdown_title{
		font-size:28px;
		line-height:34px;
		font-weight:600;
	}
	
	h3.countdown_subtitle{
		font-size:16px;
		line-height:22px;
	}
	
	ul#countdown::after, ul#countdown::before{
		display:none;
	}
	
	ul#countdown li {
		margin: 10px 10px 20px 10px;
		padding-top: 20px;
		width: 85px;
		height: 65px;
	}
	
	ul#countdown li span {
		font-size: 24px;
		line-height: 24px;
	}
	
	ul#countdown li p.timeRefDays,
	ul#countdown li p.timeRefHours,
	ul#countdown li p.timeRefMinutes,
	ul#countdown li p.timeRefSeconds {
		font-size: 14px;
		line-height: 14px;
	}
		
	.services_item {
		float:left;
		width:90%;
		padding-right:5%;
		padding-left:5%;
		padding-top:70px;
		padding-bottom:0;
	}
		
	.services_item.last {
		/* padding-bottom:70px; */
	}	
				
	.newsletter_box{
		padding:60px 0;
	}
	
	#newsletter-form #email_newsletter{
		width: 90%;
		margin-bottom:10px;
	}
	
	.blue_box{
		padding:40px 0 30px 0;
	}
		
	.white_box{
		background-color:#fff;
		width:90%;
		padding-top:70px;
		padding-bottom:30px;
		padding-left:5%;
		padding-right:5%;
	}	
	
}

/* ========================================================== */
/* 			      18. RESPONSIVE NAVIGATION                   */
/* ========================================================== */		

#wt_responsive_nav_wrap {
	width: 100%;
	right: -100%;
	position: absolute;
	z-index: 9999;
	top: 0;
	background-color: #ffffff;
	height: 100%;
	padding: 90px 0;
	margin-left: -2px;
	overflow: hidden;
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
	-webkit-transform: 	scale(0.5);
	-moz-transform: 	scale(0.5);
	-ms-transform: 		scale(0.5);
	-o-transform: 		scale(0.5);
	transform: 			scale(0.5);
	-webkit-transition: all 0.6s ease;
	-moz-transition: 	all 0.6s ease;
	-o-transition: 		all 0.6s ease;
	-ms-transition: 	all 0.6s ease;
	transition: 		all 0.6s ease;
	-webkit-transform-origin: 0% 0%;
	-moz-transform-origin: 0% 0%;
	-ms-transform-origin: 0% 0%;
	-o-transform-origin: 0% 0%;
	transform-origin: 0% 0%; }

#wt-responsive-nav {
	margin-left: 0;
	width: 100%; }

.show_responsive_nav {
	overflow: hidden; }

.csstransforms3d #wt_responsive_nav_wrap {
	-webkit-transform: 	scale3d(0.5);
	-moz-transform: 	scale3d(0.5);
	-ms-transform: 		scale3d(0.5);
	-o-transform: 		scale3d(0.5);
	transform: 			scale3d(0.5); }

.show_responsive_nav #wt_responsive_nav_wrap {
	-webkit-transform: 	scale(1);
	-moz-transform: 	scale(1);
	-ms-transform: 		scale(1);
	-o-transform: 		scale(1);
	transform: 			scale(1);
	-webkit-transform: 	translate(-100%, 0);
	-moz-transform: 	translate(-100%, 0);
	-ms-transform: 		translate(-100%, 0);
	-o-transform: 		translate(-100%, 0);
	transform: 			translate(-100%, 0); }	

.csstransforms3d .show_responsive_nav #wt_responsive_nav_wrap {
	-webkit-transform: 	scale3d(1);
	-moz-transform: 	scale3d(1);
	-ms-transform: 		scale3d(1);
	-o-transform: 		scale3d(1);
	transform: 			scale3d(1);
	-webkit-transform: 	translate3d(-100%, 0, 0);
	-moz-transform: 	translate3d(-100%, 0, 0);
	-ms-transform: 		translate3d(-100%, 0, 0);
	-o-transform: 		translate3d(-100%, 0, 0);
	transform: 			translate3d(-100%, 0, 0); }	

#wt-responsive-nav>li:first-child>a:first-child { border-top-style: solid; border-top-width: 1px; }
#wt-responsive-nav li { margin: 0; padding: 0; position: relative; float: none; clear: both; }
#wt-responsive-nav li > a:before {
	content: "\f0da";
	position: absolute;
	top: 13px;
	margin-left: -10px;
	font-family: 'FontAwesome';
	font-size: 14px;
	color: #222; }
#wt-responsive-nav li > a i {
	position: absolute;
	top: 15px;
	display: inline-block;
	right: 24px;
	font-size: 14px;
	color: #222; }
#wt-responsive-nav .sub-menu {
	/*display: none;*/ }		
#wt-responsive-nav, 
#wt-responsive-nav li > a {
	border-color: #E1E1E1;
	color: #666666;
	-webkit-transition: none; 
	-moz-transition: none;
	-o-transition: none; 
	transition: none }
#wt-responsive-nav .current_page_item > a,
#wt-responsive-nav li > a:hover,	
#wt-responsive-nav li > a.active {
	color: #FFFFFF;
	background-color: #222; }
#wt-responsive-nav .current_page_item  > a:before,
#wt-responsive-nav li > a:hover:before,
#wt-responsive-nav li > a.active:before,
#wt-responsive-nav .current_page_item  > a i,
#wt-responsive-nav li > a:hover i,
#wt-responsive-nav li > a.active i {
	color: #FFFFFF; }
#responsive_nav_open:hover, 
#responsive_nav_hide:hover {
	background-color: #222; }
#responsive_nav_open:hover i:before, 
#responsive_nav_hide:hover i:before {
	color: #FFFFFF; }
	
.current_page_item > a:before, 
.current-menu-item > a:before {
	font-weight: normal; }	
			
#wt-responsive-nav ul { margin: 0; padding: 0; display: block; width: 100%; left: 0; position: relative; }
#wt-responsive-nav a { padding: 13px 28px; border-bottom-style: solid; border-bottom-width: 1px; width: 100%; display: block; margin: 0; text-decoration: none; position: relative; }
#wt-responsive-nav a { padding-left: 35px; }
#wt-responsive-nav ul a { padding-left: 55px; }
#wt-responsive-nav ul ul a { padding-left: 75px; }
#wt-responsive-nav ul ul ul a { padding-left: 95px; }
	
#responsive_nav_open, 
#responsive_nav_hide {
	position: absolute;
	right: 20px;
	top: 50%;
	text-decoration: none;
	text-align: center;
	width: 34px;
	height: 34px;
	margin-top: 12px;
	z-index: 9999;
	border-radius: 2px;
	border-style: solid;
	border-width: 1px;
	border-color: #E1E1E1;
	display: none;
	background-color: #FFFFFF; }
#responsive_nav_open i:before, 
#responsive_nav_hide i:before {
	color: #333333;
	font-size: 18px;
	margin: 0;
	display: block;
	line-height: 36px; }
#responsive_nav_hide i:before {
	font-size: 30px; }		
.small_device_active #responsive_nav_open { display: block; }
.small_device_active #nav { display: none; }	
#responsive_nav_hide {
	display: block;
	z-index: 10000;
	visibility: hidden;
	opacity: 0;
	top: 40px;
	right: 24px; }	
.show_responsive_nav #responsive_nav_hide {
	opacity: 1;
	visibility: visible; }

/* ========================================================== */
/* 			           19. PRINT STYLES                       */
/* ========================================================== */	
	 
	@media print {
		* {background: transparent !important; color: #000 !important; /* Black prints faster: h5bp.com/s */ box-shadow:none !important; text-shadow: none !important; }
		a, a:visited { text-decoration: underline; }
		a[href]:after { content: " (" attr(href) ")"; }
		abbr[title]:after { content: " (" attr(title) ")"; }
		.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
		pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
		thead { display: table-header-group; /* h5bp.com/t */ }
		tr, img { page-break-inside: avoid; }
		img { max-width: 100% !important; }
		@page { margin: 0.5cm; }
		p, h2, h3 { orphans: 3; widows: 3; }
		h2, h3 { page-break-after: avoid; }
	}

	
	.section_notice ul{
		list-style: decimal;
	}

	.partner-list {
		/* background-color: #c9c9c9; */
		padding: 10px;
		text-align: center;
		/* margin-top: 20px; */
		padding: 20px 0;
	}
	.partner-list ul {
		display: inline-block;
		list-style-type: none;
		padding: 0;
		margin: 0 auto;
	}
	@media (min-width: 768px){
		.partner-list ul li {
			display: inline-block;
			vertical-align: middle;
			margin: 0 !important;
		}
	}
	.partner-list ul li a {
		display: inline-block;
		margin: 0;
	}
	.partner-list ul li img {
		height: 40px;
		vertical-align: middle;
	}
	.partner-list ul li label {
		display: inline-block;
		font-weight: bold;
		color: #fff;
		background-color: #72191B;
		font-size: 18px;
		height: 36px;
		line-height: 36px;
		padding: 0px 15px;
		margin: 0;
		margin-right: 10px;
		border-radius: 18px;
	}
	@media (min-width: 768px){
		.partner-list .container {
			width: 100%;
		}
	}

	iframe{
		max-width: 100%;
	}

	h3{
		margin: 0;
	}
	@media (min-width: 768px){
		.col-6{
			width: calc(50% - 30px);
			float: left;
			padding: 0 15px;
		}
		.section_box.small_margins{
			padding: 30px;
		}
		iframe{
			max-width: calc(100% - 50px);
		}
		.event_box i {
			width: 100%;
			margin-bottom: 20px;
		}
		.event_info{
			text-align: center;
			width: 100%;
		}
		.services_item{
			width: calc(25% - 40px);
			border: 0;
			padding: 20px;
		}
		.partner-list ul li.company_1{
			margin-right: 30px !important;
		}
	}
	@media (min-width: 992px){
		/* .col-6{
			width: calc(25% - 30px);
			float: left;
			padding: 0 15px;
		} */
		h3.parallax_title{
			padding: 40px 0;
		}
	}
	@media (min-width: 1200px){
		/* .col-6{
			width: calc(25% - 30px);
			float: left;
			padding: 0 15px;
		} */
		
		iframe{
			max-width: calc(100% - 20px);
		}
		.event_box i {
			width: 50px;
			margin-bottom: 20px;
		}
		.event_info{
			float: left;
			text-align: left;
			width: calc(100% - 70px);
		}
	}
	@media (min-width: 360px) and (max-width: 510px) {
		#countdown {
		  max-width: 300px;
		  margin: 0 auto;
		}
		ul#countdown li{
			width: 115px;
			height: 90px;
			padding-top: 25px;
		}
		ul#countdown li span {
			font-size: 42px;
			line-height: 42px;
			font-weight: 700;
			color: #fff;
			position: relative;
		}
		ul#countdown li p.timeRefSeconds {
			margin-top: 3px;
			color: #fff;
			text-transform: uppercase;
			font-size: 16px;
			line-height: 16px;
			font-weight: 700;
			font-family: 'PT Sans', sans-serif;
		}
	}

	.banner_d{
		display: none;
	}
	@media (min-width: 1200px){
		.banner_m{
			display: none;
		}
		.banner_d{
			display: block;
		}
	}
	
	.price_item_wrap{
		max-width: 960px;
		margin: 0 auto;
		overflow: hidden;
	}

	.activity_wrap{
		overflow: hidden;
	}
	.activity_item{
		padding: 15px;
		max-width: 600px;
		margin: 0 auto;
	}
	@media (min-width: 768px){
		.activity_wrap{
			padding: 0 15px;
		}
		.activity_item{
			width: calc(50% - 30px);
			float: left;
			line-height: 0;
			/* height: 420px; */
		}
	}
	@media (min-width: 992px){
		.activity_item{
			width: calc(33.3333% - 30px);
			float: left;
			line-height: 0;
			/* height: 420px; */
		}
		.col-lg-2{
			width: 16.66665%;
			height: 1px;
			float: left;
		}
	}
	.activity_item_txt{
		background-color: #fff;
		padding: 20px 15px;
	}
	.activity_item_txt h4{
		font-size: 16px;
		font-weight: bold;
		margin-bottom: 0;
		color: #72191B;
	}
	.activity_item_txt p{
		font-size: 14px;
		line-height: 1.6;
		margin-bottom: 0;
		padding-top: 10px;
	}
	@media (min-width: 768px){
		.activity_item_txt p{
			/* height: 78px; */
		}
	}
	.icon_wrap{
		padding: 5px 0;
	}
	.icon_wrap small{
		margin-right: 5px;
		color: #838080;
		font-size: 14px;
		line-height: 1.4;
	}
	.icon_wrap i{
		margin-right: 5px;
		color: #2A5F77;
	}

	.price_button_wrapper{
		overflow: hidden;
	}
	.price_button_item_wrap{
		width: 240px;
		margin: 0 auto;
		padding: 15px;
	}
	.price_button_item_wrap p{
		margin: 0;
	}
	@media (min-width: 520px){
		.price_button_wrapper{
			padding: 10px 20px;
		}
		.price_button_item_wrap{
			width: calc(33% - 20px);
			float: left;
			padding: 35px 10px;
		}
	}
	.price_button_item img{
		display: block;
		width: 100%;
		border-radius: 5px;
		border: 1px solid #ccc;
		overflow: hidden;
		margin: 0 auto;
	}
	.price_button_item p{
		margin-top: 10px;
		margin-bottom: 0;
		color: #72191B;
		text-align: right;
		transform: translateX(0px);
		transition: .3s;
	}
	.price_button_item:hover p{
		transform: translateX(5px);
	}

	.section-table {
		/* width: 100%; */
		/* max-width: 100%; */
		overflow-wrap: break-word;
		table-layout: fixed;
		/* background-color: rgb(255, 255, 255); */
		margin: 0 auto;
		margin-bottom: 15px;
		/* display: block; */
		overflow-x: auto;
		white-space: nowrap;
	}
	.section-box-ticket .table-ticketPrice th, .section-box-ticket .table-ticketPrice td {
		width: 15%;
		text-align: center;
	}
	
	.section-table th, .section-table td {
		padding: 5px 8px;
		border: 1px solid #e2e5ec;
		background-color: #fff;
		/* height: 60px; */
		text-align: center;
		vertical-align: middle;
		padding: 20px 30px;
		font-size: 16px;
	}
	.section-table th {
		color: #fff;
		background-color: #72191B;
		text-align: center;
	}

	.section-table th:first-child {
		position: sticky;
		left: 0;
		z-index: 2;
		outline: 1px solid #e2e5ec;
	}
	.section-table td:first-child {
		position: sticky;
		left: 0;
		z-index: 2;
		outline: 1px solid #e2e5ec;
	}

	.section_notice{
		overflow-x: auto;
		position: relative;
		white-space: nowrap !important;
	}

	.owl-review-wrap{
		padding: 10px 0;
	}

	#speakers .section_box .black_box{
		padding: 20px 0;
	}
	#speakers h4{
		font-size: 24px;
		line-height: 1.4;
		margin-bottom: 30px;
	}
	#speakers h4 small{
		font-size: 20px;
	}

	.section_block_p{
		padding: 15px 0;
	}

	.video-container {
		max-width: 1200px;
		margin: 0 auto;
		margin-bottom: 30px;
		position: relative;
		padding-bottom: 40.25%;
		padding-top: 30px;
		height: 0;
		overflow: hidden;
	}
		
	.video-container iframe, .video-container object, .video-container embed {
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
		height: 100%;
	}

	@media (min-width: 768px){
		.section_box{
			padding: 0;
		}
		.blue_box_content{
			text-align-last: left;
			padding-top: 10px;
		}
		#speakers h4{
			font-size: 20px;
		}
		#speakers h4 small {
			font-size: 16px;
		}
		#speakers .section_box .black_box{
			padding: 15px;
		}
		#speakers p{
			margin-bottom: 16px;
		}
		#owl-slide{
			margin-top: 10px;
		}

		/* .activity_item_img img{
			height: 230px;
		} */
		/* .activity_item_txt p {
			height: 78px;
		} */
		 
		.activity_item_txt {
			height: 210px;
		}
	}
	@media (min-width: 992px){
		.section_box{
			max-width: none;
		}
		#speakers h4{
			font-size: 20px;
		}
		#speakers h4 small {
			font-size: 20px;
		}
		#speakers .black_box p{
			line-height: 32px;
		}
		.activity_item_txt {
			height: 230px;
		}
	}
	@media (min-width: 1200px){
		.section_box{
			max-width: 1200px;
		}
		#speakers .section_box{
			max-width: none;
			padding: 100px 0;
		}
		#speakers .section_box .black_box{
			max-width: 1100px;
			margin: 0 auto;
		}
		.section_block_p{
			padding: 100px 0;
		}
		h3.parallax_title{
			font-size: 40px;
			padding: 50px 0;
		}
		.video-container{
			margin-bottom: 80px;
		}
		.activity_item_txt {
			height: 210px;
		}
	}

	.buy-nav{
		position: fixed;
		left: 0;
		bottom: 0;
		height: 60px;
		background-color: #72191B;
		/* border-top: 1px solid #72191B; */
		z-index: 99;
		width: 100%;
	}
	.nav-wrap{
		overflow: hidden;
		padding: 5px 15px;
	}
	#countdown{
		float: left;
		width: calc(100% - 130px);
	}
	.buy-nav p{
		margin: 0;
		font-size: 14px;
		color: #fff;
	}
	.buy-nav a{
		display: block;
		width: 120px;
		background-color: #fff;
		height: 50px;
		color: #72191B;
		text-align: center;
		line-height: 50px;
		float: right;
		margin: 0;
	}
	#footer{
		padding-bottom: 60px;
	}
	@media (min-width: 600px){
		#countdown p{
			display: inline;
			font-size: 18px;
			line-height: 50px;
		}
		.nav-wrap{
			padding: 5px 15px;
			max-width: 600px;
			margin: 0 auto;
		}
	}
	@media (min-width: 768px){
		#footer{
			padding-bottom: 0px;
		}
		body{
			padding-top: 70px;
		}
		.buy-nav{
			bottom: inherit;
			top: 0;
			height: 70px;
		}
		.nav-wrap{
			max-width: none;
			padding: 10px 30px;
		}
	}
	@media (min-width: 1200px){
		.nav-wrap{
			max-width: 1200px;
		}
		#countdown p{
			font-size: 22px;
		}
		#countdown{
			text-align: center;
			text-indent: 130px;
		}
	}
	
.activity-wrap{
	overflow: hidden;
	width: 90%;
    max-width: 900px;
	margin: 0 auto;
}
.activity-text{
	margin-top: 30px !important;
	margin-bottom: 30px !important;
}
.activity-text ol{
	padding-left: 40px !important;
}
.activity-text ol li{
	list-style: decimal;
}
.qrcode-item{
	display: inline-block;
	width: calc(50% - 40px);
	margin: 0 10px;
}
.qrcode-wrap{
	max-width: 340px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 30px;
	margin-top: 30px;
}
.qrcode-wrap img{
    display: block;
	margin: 20px auto;
}
.qrcode-wrap a{
    color: #72191B;
    text-decoration:underline;
}
.activity-tag{
	background-color: #72191B;
	color: #fff;
	border-radius: 18px;
	display: inline-block;
	font-size: 18px;
    height: 36px;
    line-height: 36px;
    padding: 0px 15px;
	font-weight: bold;
	margin: 20px 0 10px 0;
}
@media (min-width: 768px){
	.activity-text{
		/* width: calc(100% - 340px); */
		margin-right: 30px;
		margin-bottom: 30px !important;
		float: left;
	}
	.qrcode-wrap{
		float: right;
	}
}
@media (min-width: 1200px){
	.activity-wrap{
		max-width: 900px;
	}
	.qrcode-wrap{
		margin-top: 10px;
	}
}

/* 2024 */
.background-paper{
	background-image: url(../images/texture.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.background-ink{
	background-image: url(../images/texture_ink.jpg);
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.title-block{
	padding: 10px 15px;
}
.title-block h2{
	text-align: center;
	margin: 0;
	color: #72191B;
	font-size: 20px;
}
.notice{
	color: #72191B;
}

.zoomable-image{
	cursor: pointer;
}
#lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000000000;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
}
#closeButton {
    position: absolute;
    top: 10px;
    right: 70px;
    color: #fff;
    font-size: 40px;
    cursor: pointer;
}
#lightbox #lightbox-img-box {
    max-height: 100vh;
    padding: 20px;
}
#lightbox #lightbox-img-box>img {
    width: auto;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 1000000001;
    top: 0;
    margin: auto;
    max-height: 100vh;
}

@media screen and (max-width: 768px){
	#lightbox #lightbox-img-box {
		max-width: 100vw;
		max-height: 100vw;
	}
	#lightbox #lightbox-img-box>img {
		max-width: 100vw;
		max-height: 100vw;
	}
	#closeButton {
		position: absolute;
		top: 10px;
		right: 30px;
	}
}

.store_title{
	margin: 50px auto 30px auto;
	padding: 0 20px;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	width: fit-content;
	color: #fff;
	background-color: #72191B;
}
.store_wrap{
	padding: 0 15px;
	overflow: hidden;
}
.store_item{
	border: 3px solid #72191B;
	border-radius: 15px;
	padding: 15px;
	background-color: #fff;
	overflow: hidden;
	margin-bottom: 20px;
}
.store_item .store_item_img{
	width: 100px;
	overflow: hidden;
	float: left;
	margin-right: 10px;
}
.store_item .store_item_txt{
	width: calc(100% - 110px);
	float: right;
}
.store_item .store_item_txt h4{
	color: #72191B;
	font-size: 24px;
	margin-bottom: 15px;
	/* margin-top: 10px; */
}
.store_item .store_item_txt p{
	margin: 0;
	line-height: 20px;
	margin-bottom: 10px;
}
.store_item .store_item_txt p span{
	display: inline-block;
	background-color: #666;
	border-radius: 5px;
	color: #fff;
	padding: 0 6px;
	margin-right: 5px;
	font-size: 12px;
	vertical-align: top;
}
.store_item .store_item_txt a{
	margin-right: 10px;
	color: #2A5F77;
}
.store_item .store_item_txt a i{
	display: inline-block;
	margin-right: 3px;
}
@media screen and (min-width: 768px){
	.store_item{
		margin: 0 10px;
		width: calc(50% - 56px);
		float: left;
	}
}
@media screen and (min-width: 992px){
	.store_item .store_item_img{
		width: 120px;
	}
	.store_item .store_item_txt{
		width: calc(100% - 130px);
	}
	.store_item .store_item_txt h4{
		margin-top: 10px;
		margin-bottom: 20px;
	}
}
@media screen and (min-width: 768px){
	.price_button_wrapper{
		min-height: 138px;
	}
	.unsale-txt{
		padding-top: 20px;
	}
}
@media screen and (min-width: 800px){
	.price_button_wrapper{
		min-height: 155px;
	}
}