@charset "UTF-8";
/* CSS Document */

body {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    line-height: 1.42857143;
    color: #fff;
    background-color: #333;
}


h1 {color:#fe000; font-size:32px; margin:10px 0 15px;}
h2 {color:#000; font-size:30px; margin:10px 0 15px;}
h3 {color:#a98603; font-size:26px; margin:10px 0 15px;}
h4 {color:#333; font-size:24px; margin:10px 0 15px;}
h5 {color:#333; font-size:22px; margin:10px 0 15px;}
h6 {color:#a98603; font-size:18px; margin:10px 0 15px;}

a {
	color: #666;
	-webkit-transition: all 200ms ease-in 0s;
	-moz-transition: all 200ms ease-in 0s;
	-ms-transition: all 200ms ease-in 0s;
	-o-transition: all 200ms ease-in 0s;
	transition: all 200ms ease-in 0s;
}
a:hover {
	color: #999;
	text-decoration:none;
}


/* ////// HEADER ////// */

#header-out {
    position: fixed;
    width: 100%;
    z-index: 12;
    background: #fff;
    border-bottom: 1px solid #eee;
}
.header {
    height: 210px;
    padding: 25px 0;
}
.head-social i {
    color: #fe0000;
    padding-right: 10px;
}
.logo, .header-content, .logo2 {
    display: inline-block;
    vertical-align: middle;
    padding-right: 15px;
}
.logo {
    width: 30%;
}
.header-content {
    width: 40%;
    text-align: center;
}
.logo2 {
    width: 22%;
}
.logo img {
    width: 100%;
}
.main-title {
    background: -webkit-linear-gradient(#f8d909, #aa8703);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 34px;
    letter-spacing: 1px;
    line-height: 50px;
    margin-bottom: 7px;
}
.sub-title-1, .sub-title-2, .head-social{
    display: inline-block;
    padding: 0 10px;
    color: #a37b32;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
}
.sub-title-1, .sub-title-2 {
    border-right: 2px solid #a37b32;
}
.head-social i {
    color: #a37b32;
    padding-right: 10px;
}
.head-social i:hover {
    color: #fe0000;
}



/* ////// NAVIGATION ////// */
.menu-out {
    background-color: #fe0000;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.33);
    position: fixed;
    z-index: 13;
    width: 100%;
    top: 210px;
}

.menu-out .container {
    padding: 0;
}
#menu_row {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    margin-bottom: 0;
    min-height: auto;
}
#mainmenu {
    padding: 0;
}
#mainmenu .navbar-nav{
	float: none;
    margin: 0 auto;
    display: table;
}
#mainmenu .navbar-nav li a {
    color: #fff;
    font-size: 17px;
    padding: 15px 46px;
    text-transform: uppercase;
}
#mainmenu .navbar-nav li a:hover {
    color: #fff;
    background-color: #f96161;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
	background-color:transparent;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-default .navbar-toggle {
    border-color: transparent;
}

#page-content, #subpage-content  {
    padding-top: 260px;
}


/* ////// HOMEPAGE ////// */

/* Carousel */
.carousel-caption {
    right: 20%;
    left: 20%;
    background: rgba(0,0,0,.6);
    margin-bottom: 40px;
    padding: 20px;
}
.carousel-caption a {
    background: #e4c512;
    padding: 8px 15px;
    color: #fff;
    text-shadow: none;
}
.carousel-caption a:hover {
    background: #fe0000;
    color: #fff;
}
.carousel-caption h1 {
    font-size: 34px;
    text-transform: uppercase;
    line-height: 40px;
    font-weight: 500;
}
.carousel-caption p {
    padding-bottom: 10px;
}

.carousel-indicators li {
    display: none !important;
}

/* cta */

#cta-group {
    height: auto;
    width: 100%;
    background-color: rgba(255,255,255,0.08);
    margin-bottom: 24px;
    padding: 60px 0;
    box-sizing: border-box;
}

.icon-col {
    text-align: center;
}

.icon {
    text-align: center;
}
.icon i {
    color: #fff;
    font-size: 27px;
    text-align: center;
    background-color: rgba(255,255,255,0.25);
    width: 60px;
    line-height: 60px;
    border-radius: 100%;
}
.title {
    text-align: center;
}
#cta-group h4 {
    color: #fff;
    font-size: 22px;
    margin: 20px 0 10px;
}
.content {
    text-align: center;
}
.cta-btn {
    background-color: #e4c512;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    padding: 6px 20px;
    text-align: center;
    text-transform: none;
    display: inline-block;
}
.cta-btn:hover{
	color: #fff;
	background-color: #fe0000;
}

/* Facebook plugin */
#feed {

}

/* Bottom Right Content */
#hp-bottom {
    background-color: rgba(0,0,0,0.25);
    padding: 20px;
    min-height: 400px;
}
.hb-right {
    font-size: 16px;
}
.hb-right h2 {
    color: #fff;
    font-size: 26px;
}

/* ////// END HOMEPAGE ////// */



/* ////// SUBPAGE GENERAL ////// */

/*  subpage-banner  */
.banner-out {
    background-size: 100%;
    background-attachment: initial;
    padding-top: 170px;
}
.banner-title {
    background-color: rgba(0,0,0,.6);
    padding: 35px 0;
}
.banner-title h1 {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 34px;
    font-weight: 400;
}




/* ////// PAGE 1 ////// */

/* accordion */
#agenda-tabs-out {
    padding: 50px 0;
}
.nav-tabs {
    border-bottom: 2px solid #666;
}
.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}
.nav-tabs li a {
    background: transparent;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    padding: 20px 25px;
    display: inline-block;
}
.nav-tabs li a:hover {
    color: #fe0000;
    background: #f6f6f6;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #fff !important;
    cursor: default;
    background-color: #e4c512 !important;
    border: 0px solid #666 !important;
    border-bottom-color: transparent;
    font-weight: 500;
}
.panel-body {
    padding: 0px !important;
}
.agenda-item {
    border-bottom: 1px solid #666;
    margin-bottom: 0;
    padding: 15px;
}
.agenda-item:nth-child(2n) {
    background: #444;
}
.agenda-time, .agenda-description {
    display: inline-block;
}
.agenda-time {
    width: 19%;
}
.agenda-description {
    width: 79%;
}
.agenda-time {
    margin-bottom: 0;
    font-size: 14px;
    width: 20%;
    padding-left: 15px;
}
/* ////// END PAGE 1 ////// */



/* ////// PAGE 2 ////// */
#group-1 h2 {
    text-align: center;
    padding-bottom: 20px;
    text-transform: uppercase;
    font-size: 30px;
}

/*  logos  */
#group-1 {
    padding: 20px 0px;
}
#group-1 h2 {
    color: #aaa;
    text-align: center;
    padding-bottom: 20px;
    text-transform: uppercase;
    font-size: 30px;
	font-weight: 400;
}
#group-1 .logo-container {
    padding: 10px;
    height: 150px;
    display: table;
}
#group-1 .logo-content {
    vertical-align: middle;
    display: table-cell;
}
#group-1 img {
    max-width: 100%;
    max-height: 130px;
}
/* ////// END PAGE 2 ////// */



/* ////// PAGE 3 ////// */
.page-padding {
    padding: 100px;
}








/* ////// END PAGE 3 ////// */



/* ////// PAGE 4 ////// */
#gallery {
    padding-top: 50px;
}
.modal-header {
    border-bottom: 0px solid #e5e5e5;
}
.modal-title {
    color: #333;
}
.modal-footer {
    border-top: 0px solid #e5e5e5;
}

#gallery .thumb {
    padding-bottom: 30px;
}
/* ////// END PAGE 4 ////// */



/* ////// PAGE 5 ////// */

#hotel-section p {
    line-height: 24px;
}
#hotel-section {
    padding-top: 30px;
}
#hotel-section h2, #flight-section h2, #travel-section h2 {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 700;
    color: #aaa;
}
#travel-info p {
    line-height: 24px;
}
.content-left, .content-center {
    padding-left: 0;
}
.content-area h3 {
    font-weight: 400;
    font-size: 27px;
    color: #aaa;
}
#travel-info a {
    color: #fe0000;
}
#travel-info a:hover {
    text-decoration: none;
    color: #999;
}
#travel-info p {
    line-height: 24px;
}
.address {
    margin-bottom: 0px;
}
.phone {
    margin-bottom: 0px;
}
#flight-section, #travel-section {
    margin-top: 50px;
    padding-top: 20px;
    border-top: 1px solid #666;
}
.flight {
    padding: 20px 0;
}
#flight-section h4 {
    color: #bbb;
}

#travel-section h4 {
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
    padding-top: 15px;
}

/* ////// END PAGE 5 ////// */











/* ////// FOOTER ////// */

#footer-out {
    margin-top: 50px;
    border-top: 2px solid #fe0000;
    background-color: #f7f7f7;
    padding: 30px 0 0;
}
.footer {
    color: #333;
    font-size: 14px;
    text-align: center;
}
#foot-top {
    margin-bottom: 10px;
}
.footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#foot-top li {
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 13px;
}
.footer li {
    display: inline-block;
    vertical-align: top;
    padding: 0 10px;
    line-height: 14px;
    border-right: 1px solid #333;
}
.footer li:last-child {
    border-right: none;
}

.footer a {
    color: #777;
}
.footer a:hover {
    color: #fe0000;
	  text-decoration: none;
}
.copyright-out {
    background-color: #f7f7f7;
    padding: 5px 0 20px;
    margin-bottom: 40px;
}
.copyright {
    color: #fe0000;
    font-size: 12px;
    text-align: center;
}
.copyright a {
    color: #fff;
}
a#disc {
    display: block;
    color: #777;
    margin-top: 10px;
}
a#disc:hover{
	color:#fe0000;
	}

/* ////// Media Queries ////// */
@media (min-width:768px){.container{width:750px}}
@media (min-width:992px){.container{width:900px}}
@media (min-width:1200px){.container{width:1170px}}


@media (max-width: 1199px){
#mainmenu .navbar-nav li a {
    padding: 15px 26px;
}
.header {
    height: 160px;
}
.menu-out {
    top: 160px;
}
#page-content, #subpage-content {
    padding-top: 210px;
}
.main-title {
      font-size: 28px;
}
.carousel-caption {
	padding-top: 0px;
	bottom: 0px;
}
.carousel-caption h1 {
    font-size: 28px;
    line-height: 30px;
}
	
}

@media (max-width: 991px){
.header {
    height: 130px;
    padding-top: 15px;
}
.menu-out {
    top: 130px;
}
#page-content, #subpage-content {
    padding-top: 180px;
}
.logo, .header-content {
    padding-right: 5px;
}
.main-title {
    font-size: 22px;
    margin-bottom: 0;
}
.sub-title-1, .sub-title-2, .head-social {
    padding: 0 5px;
    font-size: 15px;
}
#mainmenu .navbar-nav li a {
    font-size: 16px;
    padding: 15px;
}

.carousel-caption {
    margin-bottom: 6px;
	  padding-top: 5px !important;
    right: 15%;
    left: 15%;
    padding-bottom: 0px !important;
}
.carousel-caption h1 {
    font-size: 18px;
    line-height: 10px;
    margin-top: 10px;
}
.banner-out {
    padding-top: 145px;
}
.banner-title {
    padding: 10px 0;
}
#feed {
    width: 300px;
    margin-right: auto;
    margin-left: auto;
}
	
}

@media (max-width: 767px){
#header-out, .menu-out {
    position: initial;
}
#page-content, #subpage-content {
    padding-top: 0;
}
.header {
    height: auto;
}
.logo {
    width: 300px;
    margin-top: 20px;
}
.logo2 {
    width: 240px;
    float: right;
}
.header-content {
	display:none
}
.carousel-caption {
    display: none;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff !important;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #333;
}	
#mainmenu .navbar-nav li a {
    text-align: left;
}
#mainmenu .navbar-nav {
    width: 100%;
}
.icon-col {
    max-width: 350px;
    margin: 0 auto 35px;
    padding-bottom: 35px;
    border-bottom: 1px solid #999;
}
.icon-col:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.hp-bottom-out>.container>.row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
#feed {
    padding: 0;
    margin-bottom: 30px;
}
.hb-left img {
    margin-bottom: 20px;
}
.hb-right {
    font-size: 15px;
}
#hp-bottom {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}
#foot-top li {
    font-size: 14px;
    line-height: 16px;
}
.footer li {
    font-size: 14px;
    line-height: 16px;
}

.nav-tabs > li {
    float: none !important;
}
.nav-tabs li a {
    background: #f96161;
	margin-bottom: 3px;
}
.nav-tabs > li > a {
    border-radius: 0 !important;
}

#hotel-section {
    text-align: center;
}
#flight-section {
    text-align: center;
}
#travel-section {
    text-align: center;
}

#group-1 .logo-container {
    height: auto;
    display: block;
}
#group-1 .logo-content {
    display: block;
}
#group-1 img {
    max-width: auto;
    max-height: auto;
}
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
}

@media (max-width: 576px){
	.logo {
		display: block;
		margin: 0 auto;
	}
	.logo2 {
		float: none;
		display: block;
		margin: 20px auto 0;
	}
	}

@media (max-width: 480px){

#myCarousel {
	display: none;
}

.agenda-description {
	width: 65%;
}
.banner-out {
    display: none;
}
}




