@charset "utf-8";

@import url("custom.flexslider.css");

body, html {
	font-family: 'Raleway', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #777;
	font-weight: 300;
	width: 100% !important;
	height: 100% !important;
}
h2 {
	margin: 0 0 20px 0;
	font-weight: 500;
	font-size: 4em;
	color: #333;
}
h3 {
	font-size: 22px;
	font-weight: 500;
	color: #333;
}
h4 {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 400;
	color: #333;
}
h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}
p {
	font-size: 16px;
}
p.intro {
	margin: 12px 0 0;
	line-height: 24px;
}
a {
	color: #009b3a;
}
a:hover, a:focus {
	text-decoration: none;
	color: #18b954;
}
ul, ol {
	list-style: none;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
	overflow:auto;
	zoom:1;
}
.overflow {
	overflow:hidden;
}

* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
ul, ol {
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
}
hr {
	height: 2px;
	width: 100px;
	text-align: center;
	position: relative;
	background: #ff2205;
	margin: 0;
	margin-bottom: 40px;
	border: 0;
}
.Arial {
	font-family:Arial, Helvetica, sans-serif;
}
.fnone {
	float:none;	
}
.tCenter {
	text-align:center;	
}
.tLeft {
	text-align:left;	
}
.tRight {
	text-align:right;	
}
.full {
	width:100%;
	display:block;
}
.clear {
	clear:both;	
}
.m00 {
	margin:0px;
}
.mt00 {
	margin-top:0;
}
.mt5 {
	margin-top:5px;
}
.mt20 {
	margin-top:20px;
}
.mt50 {
	margin-top:50px;
}
.mb60 {
	margin-bottom:60px;
}
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}
/* Flexslider - Absolute minimum CSS required for current setup */
.slides, .slides > li, .flex-control-nav{margin:0; padding:0; list-style:none;}
.flexslider{display:block; position:relative; margin:0; padding:0;}
.flexslider .slides{display:block; width:100%; overflow:hidden;}
.flexslider .slides > li{display:none; -webkit-backface-visibility:hidden;}
.flex-viewport{max-height:2000px; transition:all 1s ease;}
.loading .flex-viewport{max-height:300px;}
.flex-control-nav{display:block; position:absolute; bottom:10px; width:100%; text-align:center;}
.flex-control-nav li{display:inline-block; margin:0 5px;}
.flex-control-paging li a{display:block; width:11px; height:11px; cursor:pointer; text-indent:-9999px; border:2px solid; border-radius:50%; color:#fff;}
.flex-control-paging li a:hover{color:#ff2205;}
.flex-control-paging li a.flex-active{cursor:default; color:#ff2205;}

/* Navigation */
#menu {
	padding: 20px;
	transition: all 0.8s;
}
#menu.navbar-default {
	background-color: rgba(248, 248, 248, 0.3);
	border-color: rgba(231, 231, 231, 1);
}
#menu a.navbar-brand {
	margin:0;
	padding:0;
}
#menu.navbar-default .navbar-nav > li > a {
	color: #222;
	font-weight: 700;
	font-size: 15px;
	padding: 7px 15px;
	border: 2px solid #333;
	border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
	letter-spacing: 0.5px;
	margin: 10px 5px 0 5px;
}
#menu.navbar-default .navbar-nav > li > a:hover {
	color: #fff;
	border: 2px solid #ff2204;
	background:#ff2204;
}
.on {
	background-color: #fff !important;
	padding: 0 !important;
	padding: 10px 0 !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #fff !important;
	border: 2px solid #ff2204 !important;
	background-color: #ff2204;
}
.navbar-toggle {
	border-radius: 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #3d3d3d;
	border-color: #fff;
}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #FFF;
}

.section-title .overlay {
	padding: 70px 0;
	background: rgba(0, 0, 0, 0.7);
}
.section-title p {
	font-size: 22px;
	font-weight:500;
	color: rgba(255,255,255,0.9);
}
.section-title hr {
	margin: 0 auto;
	margin-bottom: 40px;
}
.btn-custom {
	color: #fff;
	background-color: #ff2204;
	border: 0;
	padding: 14px 20px;
	margin: 0;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.5px;
	border-radius: 0;
	margin-top: 50px;
	transition: all 0.5s;
}
.btn-member {
	width:100%;
	color: #fff;
	background: #c80002 url(../img/icon_person1.png) no-repeat 12px 5px;
	border: 0;
	padding: 20px 0;
	margin-top:30px;
	font-size: 1.8em;
	font-weight: 700;
	letter-spacing: 0.5px;
	border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -o-border-radius: 7px;
	transition: all 0.5s;
}
.btn-nomember {
	width:100%;
	color: #fff;
	background: #fdc900 url(../img/icon_person2.png) no-repeat 12px 5px;
	border: 0;
	padding: 20px 0;
	margin-top:30px;
	font-size: 1.8em;
	font-weight: 700;
	letter-spacing: 0.5px;
	border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -o-border-radius: 7px;
	transition: all 0.5s;
}
.btn-custom:hover, .btn-custom:focus, .btn-custom.focus, .btn-custom:active, .btn-custom.active ,
.btn-member:hover, .btn-member:focus, .btn-member.focus, .btn-member:active, .btn-member.active,
.btn-nomember:hover, .btn-nomember:focus, .btn-nomember.focus, .btn-nomember:active, .btn-nomember.active {
	color: #fff;
	background-color: #009b3a;
}
.button {
	margin-top:0;	
}
p.button {
	margin-top:5px;
	font-size:1.7em;
	font-weight:500;
	text-align:center;
}
p.member {
	color:#c80002;
}
p.nomember {
	color:#ffa200;
}
span.number {
	display:inline-block;
	margin-right:5px;
	border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
	padding:2px 5px;
	background:#333;
	color:#fff;
	font-size:1.1em;
	font-family:Arial, Helvetica, sans-serif;
}
span.number_s {
	display:inline-block;
	margin-bottom:0;
	margin-right:5px;
	border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
	padding:0 3px 0 0;
	font-size:0.3em;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
}
.tYellow {
	 color:#ffa200;
}
.tRed {
	 color:#c80002;
}
.tRed02 {
	 color:#ff2205;
}
.tUnderline {
	 text-decoration:underline;
}
.bgYellow {
	 background:#ffa200;
}
.bgRed {
	 background:#fdc900;
}
/* Header Section */
.intro {
	display: table;
	width: 100%;
	padding: 0;
	background: url(../img/intro-bg_philippines.jpg) no-repeat center center;
	background-color: #e5e5e5;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.intro .overlay {
	background: rgba(0,0,0,0.0);
}
.intro h1 {
	font-family: 'Arial', cursive;
	color: #ff2204;
	font-size: 6em;
	font-weight: 500;
	margin-top: 0;
	margin-bottom: 10px;
	text-shadow:1px 1px #fff;
}
.intro h1 small {
	font-size: 0.7em;
	color: #ff2204;
}
.intro h1 span {
	font-weight: 700;
}
.intro p.text {
	color: #222;
	display:inline;
	font-size: 18px;
	font-weight: 400;
	margin-top: 10px;
	margin-bottom: 40px;
	background:rgba(255,255,255,0.6)
}
.intro p span {
	display:inline-block;
	font-weight:700;
}
.intro p.logo {
	margin-top: 0;
	margin-bottom: 30px;
}
.intro p.logo img {
	width:271px;
}
header .intro-text {
	padding-top: 140px;
	padding-bottom: 60px;
	text-align: right;
}
/* About Section */
#about {
	padding: 50px 0;
}
#about h3 {
	font-size: 20px;
}
#about .about-text h2 {
	font-size:5em;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:0;
}
#about .about-text {
	text-align:center;
	font-weight:500;
	color:#ff2204;
}
#about img {
	border:1px solid #ddd;
}
#about .bank p {
	font-size:0.95em;
	text-align:center;
	margin-top:3px;
}
#about .about-text p {
	margin-bottom:30px;
}
#about .sliderUlBox {
	margin-bottom: 0;
}

#about .sliderUl li {
	padding:4px;
	float: left;
}



#about .sliderUl li .photo {
	width: 100%;
	height:auto;
	overflow: hidden;
}
#about .sliderUl li p {
	text-align:center;
	font-size:0.9em;
}

#about .sliderUl li img {
	transition: all 1.0s;
	-moz-transition: all 1.0s;
	-webkit-transition: all 1.0s;
	max-width: 100%;
	border:1px solid #dcdcdc;
}



.ie9 #main .sliderUl li img {
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
}

.ie9 #main .sliderUl li a:hover img {
	transform: none;
	-moz-transform: none;
	-webkit-transform: none;
}

#main .sliderUl li:first-child {
	padding-left: 0;
}

#main .sliderUl li p {
	margin-top: 13px;
	display: block;
	color: #666;
	font-size: 12px;
	letter-spacing: 0.07em;
	text-align:center;
}

/* Photo Banner */
.infinite_container {
    width: 100%;
    overflow: hidden;
    margin: 10px auto;
    background: white;
}

.photobanner, .photobanner2 {
    height: 80px;
    width: 3550px;
    margin-bottom: 5px;
}

.photobanner img, .photobanner2 img {
	margin-bottom: 10px;
	margin-right:2px;
	height: 80px;
	width: 220px;
	border:1px solid #e3e3e3;
}
.photobanner ul li  {
    float:left;
}
.photobanner ul li p {
   color:#666;
   font-size:0.9em;
}
.photobanner img  {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
	border:1px solid #CCC;
}
 
/* 
.photobanner img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    cursor: pointer;
 
    -webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
    box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
	border:1px solid #CCC;
}
*/

/*keyframe animations*/
.first {
    -webkit-animation: bannermove 50s linear infinite;
       -moz-animation: bannermove 50s linear infinite;
        -ms-animation: bannermove 50s linear infinite;
         -o-animation: bannermove 50s linear infinite;
            animation: bannermove 50s linear infinite;
}
 
@keyframes "bannermove" {
 0% {margin-left: 0px;}
 100% {margin-left: -2220px;}
}
 
@-moz-keyframes bannermove {
 0% {margin-left: 0px;}
 100% {margin-left: -2220px;}
}
 
@-webkit-keyframes "bannermove" {
 0% {margin-left: 0px;}
 100% {margin-left: -2220px;}
}
 
@-ms-keyframes "bannermove" {
 0% {margin-left: 0px;}
 100% {margin-left: -2220px;}
}
 
@-o-keyframes "bannermove" {
 0% {margin-left: 0px;}
 100% {margin-left: -2220px;}
}

.second {
    -webkit-animation: bannermoves 50s linear infinite;
       -moz-animation: bannermoves 50s linear infinite;
        -ms-animation: bannermoves 50s linear infinite;
         -o-animation: bannermoves 50s linear infinite;
            animation: bannermoves 50s linear infinite;
}
 
@keyframes "bannermoves" {
 0% {margin-left: -2220px;}
 100% {margin-left: 0px;}
}
 
@-moz-keyframes bannermoves {
 0% {margin-left: -2220px;}
 100% {margin-left: 0px;}
}
 
@-webkit-keyframes "bannermoves" {
 0% {margin-left: -2220px;}
 100% {margin-left: 0px;}
}
 
@-ms-keyframes "bannermoves" {
 0% {margin-left: -2220px;}
 100% {margin-left: 0px;}
}
 
@-o-keyframes "bannermoves" {
 0% {margin-left: -2220px;}
 100% {margin-left: 0px;}
}



/* Reason Section */
#reason {
	padding:0 0 90px 0;
}
#reason .reason-section {
	margin: 90px 20px 0 20px;
}
#reason .section-title {
	background: #444 url(../img/bg_philippines.jpg) center center no-repeat fixed;
	background-size: cover;
}
#reason .reason-section-title {
	font-size: 4em;
	display: block;
	font-weight: 300;
	color: #ff2205;
	text-align: center;
	margin-bottom:30px;
}
#reason .reason-section-title span,
#cover .cover-section-title span,
#start .start-section-title span {
	display:inline-block;
	font-size: 0.5em;
	color:#fff;
	background:#ff2205;
	margin-right:15px;
	padding:6px 10px 4px 10px;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:7px;
	vertical-align:middle;
}
#reason .reason-section-title strong {
	font-weight: 800;
}
#reason .section-title h2 {
	color: #fff;
}
#reason .about-text {
	margin-left: 10px;
}
#reason .about-img {
	display: inline-block;
	position: relative;
}
#reason .about-img:before {
	display: block;
	content: '';
	position: absolute;
	top: 8px;
	right: 8px;
	bottom: 8px;
	left: 8px;
	border: 1px solid rgba(255, 255, 255, 0.5);
}
#reason p {
	line-height: 24px;
	margin: 15px 0 0;
}



#reason img {
	width: 300px;
	box-shadow: 15px 0 #a7c44c;
}



#reason .reason-item, #cover .reason-item, #start .reason-item {
	margin: 20px 0;
	color:#000;
	font-size: 1.3em;
	border:2px solid #666;
	padding:20px;
	font-weight:500;
}

#reason .menu-item-description, 
#cover .menu-item-description, 
#start .menu-item-description {
	font-weight: 400;
	font-size: 1.3em;
	color: #222;
	margin:0 0 20px 0;
}
#reason .menu-item-description small, 
#cover .menu-item-description small, 
#start .menu-item-description small {
	font-size: 0.9em;
}
#reason .mtitle, 
#cover .mtitle, 
#start .mtitle {
	font-size: 1em;
	font-weight:500;
	margin:10px 0 2px 0;
}
#reason .menu-item-description span, 
#cover .menu-item-description span, 
#start .menu-item-description span {
	font-weight: 600;
	font-size: 1.1em;
}


.reason-item .hover-bg {
	overflow: hidden;
	position: relative;
}
.reason-item .hover-bg:before {
	display: block;
	content: '';
	position: absolute;
	top: 6px;
	right: 6px;
	bottom: 6px;
	left: 6px;
	border: 1px solid rgba(255, 255, 255, 0.6);
}

.reason-section table.price {
	width:100%;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	color:#222;
	font-weight:400;
	font-size:1.2em;
	color:#222;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:30px;
}
.reason-section table.price th,
.reason-section table.price td {
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	padding:12px 10px;
	text-align:center;
}
.reason-section table.price th {
	background:#666;
	color:#fff;
}

.reason-section table.price td.rangeBg {
	background:#f7f7f7 url(../img/check.png) no-repeat 10px 5px;
}
.reason-section table.price td.rangeBg2 {
	background:#f7f7f7;
}
.reason-section table.price td.range {
	font-weight:700;
}
.reason-section table.price td.enRemit {
	color:#ff2205;
	font-weight:700;
	font-size:1.3em;
}

.hover-bg .hover-text {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	color: #fff;
	background: rgba(0, 0, 0, 0.6);
	padding: 30% 0 0 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: all 0.5s;
}
.hover-bg .hover-text>h4 {
	opacity: 0;
	color: #fff;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: all 0.3s;
	font-size: 17px;
	letter-spacing: 0.5px;
	font-weight: 500;
}
.hover-bg:hover .hover-text>h4 {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.hover-bg:hover .hover-text {
	opacity: 1;
}
/* Cover Section */
#cover {
	padding: 0 0 90px 0;
}
#cover .cover-section {
	margin: 90px 20px 0 20px;
}
#cover .mt70 {
	margin-top: 70px;
}
#cover .section-title {
	background: #444 url(../img/bg_philippines.jpg) center center no-repeat fixed;
	background-size: cover;
}
#cover .cover-section-title {
	font-size: 4em;
	display: block;
	font-weight: 300;
	color: #ff2205;
	text-align: center;
	margin-bottom:30px;
}
#cover .cover-section-title strong {
	font-weight: 800;
}
#cover .section-title h2 {
	color: #fff;
}
#cover .reason-item {
	margin-bottom:0;
}
#cover .reason-item img {
	text-align:centr;
	margin:0 auto;
}
#cover .reason-item .bank img {
	border:1px solid #e0e0e0;
	margin:22px 2px;
	width:19%;
}
#cover .reason-item .map img {
	width:150px;
	margin-top:0;
}
#cover .available {
	border:1px solid #ff2205;
	box-shadow:2px 2px 7px 1px #c3c3c3;
}
#cover .noavailable {
	border:1px solid #e9e9e9;
	background:#fdfdfd;
}
#cover .thumbnail .payment-img {
	margin:13px;
}
#cover .thumbnail .event-text {
	margin:0;	
}
#cover .thumbnail .event-img {
	margin:0;	
}
#cover .thumbnail .event-img img {
	margin:10px 10px 10px 0;	
}
#cover .thumbnail .event-text  h4.title {
	font-weight:300;
	color:#ff2205;
	font-size:1.2em;
}
#cover .thumbnail .event-text p {
	font-weight:500;
	font-size:1em;
	margin-top:25px;
	color:#000;
}
#cover .thumbnail .payment-img:before {
	display: block;
	content: '';
	position: absolute;
	top: 10px;
	right: 10px;
	left: 10px;
	border: 1px solid rgba(255, 255, 255, 0.2);
}
#cover .thumbnail .caption {
	padding-top: 0;
}
#cover .thumbnail .caption h3 {
	font-size: 1.2em;
	font-weight:500;
	text-align:center;
	color:#c0c0c0;
}

#cover .thumbnail .caption h3.cash {
	color:#ff2205;
	font-weight:700;
	font-size: 1.4em;
}
/* Start Section */
#start {
	padding: 0 0 90px 0;
}
#start .start-section {
	margin: 90px 0 0;
}
.categories {
	padding-bottom: 30px;
	text-align: left;
	margin:0 20px;
	
}
ul.cat li {
	display: inline-block;
}
.categories a.list {
	color: #222;
	border:1px solid #ff2205;
	font-weight: 500;
	font-size: 1.2em;
	padding: 12px 5px;
	margin:8px 8px 0 8px;
	border-radius: 0;
	text-align:center;
}
.categories a.title {
	color: #ff2205;
	font-weight: 500;
	font-size: 1.4em;
	padding: 11px 0 11px 15px;
	margin:8px;
	border-radius: 0;
}

#start .section-title {
	background: #444 url(../img/bg_philippines.jpg) center center no-repeat fixed;
	background-size: cover;
	margin-bottom:90px;
}
#start .start-section-title {
	font-size: 4em;
	display: block;
	font-weight: 300;
	color: #ff2205;
	text-align: center;
	margin-bottom:30px;
}
#start .start-section-title strong {
	font-weight: 800;
}
#start .section-title h2 {
	color: #fff;
}
#start .section-title p span {
	font-weight:500;
	color:#ff4e37;
	font-size:1.8em;
	font-family:Arial, Helvetica, sans-serif;
}
#start .reason-item {
	text-align:left;
}
#start h3 {
	display:inline-block;
	font-weight: 600;
	margin:0 15px;
	font-size:2em;
}

#start h3.member {
	margin-top:10px;
}
#start img {
	width: 280px;
}
#start .call {
	clear:both;
	color: #000;
	padding:7px 20px;
	font-weight: 500;
	font-size: 2em;
	margin:30px 15px 0 15px;
	text-align:center;
	border:2px dotted #999;
}
#start .call2 {
	clear:both;
	color: #000;
	font-weight: 500;
	font-size: 2em;
	margin-top:30px;
}
#start .call img, #start .call2 img {
	width:45px;
	height:45px;
	vertical-align:middle;
}
#start .btn-member {
	margin-top:70px;
}
#start .btn-nomember {
	margin-top:35px;
}

#start .thumbnail {
	background: transparent;
	border: 0;
	border:1px solid #dadada;
	padding:0;
	margin:10px 0 0 0;
	color:#222;
	background:#f9f9f9;
	font-weight:500;
}

#start .thumbnail .map-img {
	display: inline-block;
	position: relative;
	padding:0 0 20px 0;
}
#start .thumbnail .map-img img {
	border-top:1px solid #f0f0f0;
	border-bottom:1px solid #f0f0f0;
	width:100%;
	margin:0;
}
#start .thumbnail .map-img p.title {
	text-align:center;
	font-weight:700;
	font-size:1.3em;
	background:#333;
	color:#fff;
	padding:5px 0;
}
#start .thumbnail .map-img p.title span {
	font-size:0.8em;
}
#start .thumbnail .map-img p.location {
	text-align:center;
	font-weight:700;
	font-size:1.1em;
	margin:0 10px 10px;
}
#start .thumbnail .map-img p.location span {
	color:#ff2204;
	font-size:1.3em;
}
#start .thumbnail .map-img p.address {
	margin:10px 10px 0;
	font-weight:700;
	font-size:0.9em;
}
#start .thumbnail .map-img p.time {
	margin:10px 10px 0;
	font-size:0.9em;
}
#start .thumbnail .team-img:before {
	display: block;
	content: '';
	position: absolute;
	top: 8px;
	right: 8px;
	bottom: 8px;
	left: 8px;
	border: 1px solid rgba(255, 255, 255, 0.2);
}
#start .thumbnail .caption {
	padding-top: 10px;
}
#start .thumbnail .caption p {
	color: rgba(255,255,255,0.7);
	padding: 0 10px;
	font-size: 15px;
}

#start .category_title {
	font-size: 1.6em;
}
/* Footer Section*/
#footer {
	background: #fedf00;
	padding: 50px 0 0 0;
	color:#222;
}
#footer h3 {
	color: #333;
	font-weight: 700;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
#footer .copyrights {
	padding: 20px 0;
	margin-top: 50px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#779936+0,8eb640+50 */
	background: rgb(0,126,47); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(0,126,47,1) 0%, rgba(0,155,58,1) 50%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,126,47,1) 0%, rgba(0,155,58,11) 50%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,126,47,1) 0%, rgba(0,155,58,1) 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007e2f', endColorstr='#009b3a', GradientType=0 ); /* IE6-9 */
}
#footer .copyrights p {
	color:#fff;
	font-size:1em;
}
#footer .copyrights .container img {
	width:65px;
	margin-top:-10px;
	text-align:left;
}
#footer .social {
	margin: 20px 0;
}
#footer .social img {
	margin: 0 20px;
}
#footer .social ul li {
	display: inline-block;
	margin: 0 10px 5px 10px;
}
#footer .social i.fa {
	font-size: 26px;
	padding: 4px;
	color: #fff;
	transition: all 0.3s;
}
#footer .social i.fa:hover {
	color: #eee;
}
#footer p {
	font-size: 15px;
	color: #444;
	font-family:Arial, Helvetica, sans-serif;
}
#footer .line {
	border-left:1px solid #e9cd00;
	border-right:1px solid #e9cd00;
}
#footer p.tel {
	text-align:left;
}
#footer a {
	color: #222;
}
#footer a:hover {
	color: #009b3a;
}
.page-top {
    position: fixed;
    z-index: 2;
    bottom: 40px;
    right: 40px;
    /*margin-left: 540px;*/
    display:none;
}
.page-top.fixed {
	position: absolute; !important;
	top: -80px;
	bottom: auto;
}
.page-top:hover{
    -webkit-animation:btnzoom 0.2s;
    animation:btnzoom 0.2s;
}

@media (min-width: 768px) {
  .reason-section table.price_sr {
	display:none;
}
}
@media (max-width: 768px) {
#reason,
#cover,
#start  {
	padding: 0 0 30px 0;
}
#start .reason-section,
#start .cover-section,
#start .start-section {
	margin: 30x 10px 0;
}
#start .start-section {
	margin: 30x 0;
}
#cover .reason-item .bank img {
	margin:2px;
	width:18%;
}
#reason .reason-item, #cover .reason-item, #start .reason-item {
	font-size: 1.1em;
	padding:10px;
}
span.number {
	padding:2px 4px;
	font-size:1em;
}
#cover .reason-item .map img {
	margin-top:20px;
}


ol.type li {
	width:100%;
}
#reason .reason-item, #cover .reason-item, #start .reason-item {
	padding:6px;
}
#reason .reason-items a {
	font-size:1.3em;	
}
#start .call img {
	text-align:center;
}
#start .call2 {
	margin-bottom:20px;
	font-size:1.3em;
}
#start h3.member {
	margin-top:30px;
}
#start .call img, #start .call2 img {
	width:30px;
	height:30px;
	margin-bottom:0;
}

#footer .social {
	margin:0;
}

#footer .social img {
	width:42%;
	margin:5px;
}
#footer .line {
	border:0;
}
#footer p.tel {
	margin:0;
	text-align:center;
}
#footer .copyrights p {
	color:#fff;
	font-size:0.8em;
	margin-left:0;
	margin-right:0;
}
#footer .copyrights .container img {
	width:60px;
	margin-top:0px;
	text-align:center;
}
#start .btn-member {
	margin-top:0px;
	margin-bottom:40px;
}
#start .btn-nomember {
	margin-top:0px;
	margin-bottom:10px;
}
#menu a.navbar-brand img {
	width:200px;
}
#menu a.navbar-brand {
	margin:0;
	padding:0;
}
}

@media all and (min-width: 0) and (max-width: 767px) {
#menu {
	padding: 15px 10px;
	transition: all 0.8s;
}
#menu a.navbar-brand {
	margin:0 0 0 10px;
	padding:0;
}
#menu a.navbar-brand img {
	width:200px;
}
#about img {
	margin-bottom:10px;
}
.photobanner, .photobanner2 {
    height: 50px;
    width: 3550px;
    margin-bottom: 5px;
}

.photobanner img, .photobanner2 img {
	margin-bottom: 10px;
	margin-right:2px;
	height: 50px;
	width: 138px;
	border:1px solid #e3e3e3;
}
#cover .noavailable {
	display:none;
}
.categories a.title {
	padding:0;
	margin:0px;
}
.categories a.list {
	padding:5px;
	margin:0;
}
  .intro {
	background: url(../img/intro-bg_philippines_s.jpg) no-repeat top left;
  }
	.intro h1 {
	font-family: 'Arial', cursive;
	color: #ff2204;
	font-size: 3em;
	font-weight: 500;
	margin-top: 140px;
	margin-bottom: 0;
}
.intro h1 small {
	font-size: 0.8em;
	color: #ff2204;
}
.intro h1 span {
	font-weight: 700;
}
.intro p.text {
	font-size: 1em;
	margin-top: 5px;
	margin-bottom: 25px;
}

.intro p.logo {
	margin-top: 0;
	margin-bottom: 10px;
	background:none;
}
.intro p.logo img {
	width:160px;
}
#about .sliderUlBox {
		margin-bottom: 35px;
	}

	#about .sliderUl li {
		padding-left: 2px;
		float: left;
	}

	#about .sliderUl li span {
		margin-top: 7px;
		font-size: 11px;
	}
	
	#about .sliderUl li img {
		transition: none;
		-moz-transition: none;
		-webkit-transition: none;
	}
	
	#about .sliderUl li a:hover img {
		transform: none;
		-moz-transform: none;
		-webkit-transform: none;
	}
    
    #about .sliderUl li {
		padding-left: 1px;
	}

	#about .sliderUl li .photo {
		width: 134px;
		height: auto;
	}
	
	#about .sliderUl li .photo img {
		width: 100%;
		height: auto;
	}
header .intro-text {
	padding-top: 100px;
	padding-bottom: 30px;
	margin-right:3%;
}	
header .intro-text a.btn {
	display:none;
}

	.reason-section table.price {
	display:none;
}
.reason-section table.price_sr {
	width:100%;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	color:222;
	font-weight:400;
	font-size:1em;
	color:#222;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:20px;
}
.reason-section table.price_sr th,
.reason-section table.price_sr td {
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	padding:5px 7px;
	text-align:center;
}
.reason-section table.price_sr th {
	background:#666;
	color:#fff;
}
.reason-section table.price_sr td.range {
	font-weight:700;
}
.reason-section table.price_sr td.rangeBg {
	background:#f7f7f7 url(../img/check.png) no-repeat center 15px;
}
.reason-section table.price_sr td.rangeBg2 {
	background:#f7f7f7;
}

.reason-section table.price_sr td.price {
	text-align:right;
	font-size:1.2em;
}
.reason-section table.price_sr td.enRemit {
	color:#ff2205;
	font-weight:700;
	font-size:1.3em;
}
  .btn-member {
	display:block;
	background: #c80002 url(../img/icon_person1_s.png) no-repeat 5px 5px;
	padding: 15px 0 15px 58px;
	font-size: 1.2em;
	text-align:left;
	margin-top:5px;
	margin-bottom:0;
}
.btn-nomember {
	display:block;
	background: #fdc900 url(../img/icon_person2_s.png) no-repeat 5px 5px;
	padding: 15px 0 15px 58px;
	font-size: 1.2em;
	text-align:left;
	margin-top:5px;
	margin-bottom:0;
}
.btn {
	margin-top:20px;
	margin-bottom:0;	
}
p.button {
	font-size:1.1em;
	margin:0 auto 20px;	
}
#reason .reason-items a {
	font-size:1.3em;	
}
#cover .reason-item .map img {
	margin-top:10px;
}
#cover .reason-item .bank img {
	width:45%;
	margin:2px;
}
#start .call {
	font-size: 1.5em;
}
#start .call2 {
	font-size: 1.5em;
}	
#call-reservation h2 {
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-weight: 400;
	margin: 0;
	font-size:2em;
}

#footer .line {
	border:0;
}
.section-title .overlay {
	padding: 30px 0;
	background: rgba(0, 0, 0, 0.7);
}
h2 {
	margin: 0 0 10px 0;
	font-weight: 500;
	font-size: 2em;
}
.section-title p {
	font-size: 1.2em;
	color: rgba(255,255,255,0.8);
}
.section-title hr {
	margin: 0 auto;
	margin-bottom: 10px;
}
#about .about-text h2  {
	font-size: 2.2em;
}
#reason .reason-section-title ,
#cover .cover-section-title,
#start .start-section-title {
	font-size: 3em;
	margin:0;
}

#footer p.tel {
	margin:0;
	text-align:center;
}
}
@media all and  (min-width: 768) and (max-width: 1024px) {
	ol.type li {
	width:150px;
	font-size:1em;
}
#footer .line {
	border:0;
}
#cover .reason-item .bank img {
	width:30%;
}
#cover .reason-item .map img {
	margin-top:20px;
}

}




@media all and (max-width: 1200px) {
#menu.navbar-default .navbar-nav > li > a {
	font-size: 14px;
}
.cover-section .event-text p {
	margin:0;	
}
#cover .reason-item .bank img {
	margin:10px 2px;
	width:21%;
}	
	#about .sliderUl li img {
		transition: none;
		-moz-transition: none;
		-webkit-transition: none;
	}
	
	#about .sliderUl li a:hover img {
		transform: none;
		-moz-transform: none;
		-webkit-transform: none;
	}
	.categories .list {
	padding: 5px 5px;
	margin:5px 0px;
}
.categories a.title {
	padding: 5px 5px;
	margin:5px 0px;
	}
#reason .reason-item, #cover .reason-item, #start .reason-item {
	font-size: 1.1em;
	padding:10px;
	margin:10px 0;
}
span.number {
	padding:2px 4px;
	font-size:1em;
}
#start h3 {
	font-size:2em;	
}
#cover .thumbnail .event-text  h4.title {
	font-weight:300;
	color:#ff2205;
	font-size:1.2em;
}
#cover .thumbnail .event-text p {
	font-weight:500;
	font-size:1em;
	margin-top:5px;
	color:#000;
}
#start .thumbnail .map-img p.title {
	font-size:1.6em;
}
#start .thumbnail .map-img p.title span {
	font-size:1.1em;
}
#start .thumbnail .map-img p.location {
	font-size:1.3em;
}
#start .thumbnail .map-img p.location span {
	font-size:1.5em;
}
#start .thumbnail .map-img p.address {
	font-size:1.2em;
}
#start .thumbnail .map-img p.time {
	font-size:1.1em;
}	
}
@media (min-width: 768px) {
.only-sp {
	display:none;
}
}