@import url(http://fonts.googleapis.com/css?family=Raleway:400,300,500,700,800);
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+TC');
@import url(http://fonts.googleapis.com/css?family=Lobster);

/*!
 * Clean v2.0.0
 * Homepage: http://scripteden.com
 * Copyright 2015 Script Eden
 * Licensed under MIT
*/

body {
	font-family:Verdana, Arial, Helvetica, sans-serif,"Microsoft JhengHei";
	font: 300 14px/1.8;
	color: #666;
	overflow-x: hidden;
}

img {
	max-width: 100%;
	height: auto;
}

a {
	color: #E7746F;
}

a:hover {
	text-decoration: none;
	color: #999;
}

input[type="text"]{

    border: none;

	outline:none;

    border:1px solid #ccc;

    padding: 10px;
	
	margin-bottom:10px;

    width: 98%;

}
textarea {

    border: none;

    outline: none;

    resize: none;

    width: 100%;

    height: 100px;

    padding: 10px;

    border: 1px solid #ccc;

    margin: 20px 4px 0;

}
.cart .room_bg{
	text-align:right;
	padding-right:10px;
	height:30px;
}
.contact-agileinfo table td{
	padding:10px;
}
input[type="button"],input[type="submit"]{

	transition:0.5s all;

	-webkit-transition:0.5s all;

	-moz-transition:0.5s all;

	-o-transition:0.5s all;

	-ms-transition:0.5s all;

}
input[type="submit"] {

    border: none;

    outline: none;

    color: #fff;
	
	font-family:'Microsoft JhengHei';

    background: none;

    font-size: 18px;

    margin: 0 10px;

    display:inline-block;

    margin-top: 25px;

    padding: 6px 30px;

    transition: 0.5s all;

    -webkit-transition: 0.5s all;

    -moz-transition: 0.5s all;

    -o-transition: 0.5s all;

    -ms-transition: 0.5s all;
	
	border-radius: 6px;
	
	background:#666666;

}

input[type="submit"]:hover {

    background:#999;

    color: #ffffff;

    -webkit-border-radius: 6px;

    -moz-border-radius: 6px;

    -o-border-radius: 6px;

    -ms-border-radius: 6px;

    border-radius: 6px;

	transition: 0.5s all;

    -webkit-transition: 0.5s all;

    -moz-transition: 0.5s all;

    -o-transition: 0.5s all;

    -ms-transition: 0.5s all;

}


/* ---------------------------------------------- /*
 * Transition elsements
/* ---------------------------------------------- */

.navbar .container{ width:1680px!important; padding:0;}
.navbar a,
.form-control {
	-webkit-transition: all 0.4s ease-in-out 0s;
	   -moz-transition: all 0.4s ease-in-out 0s;
		-ms-transition: all 0.4s ease-in-out 0s;
		 -o-transition: all 0.4s ease-in-out 0s;
			transition: all 0.4s ease-in-out 0s;
}

a,
.btn {
	-webkit-transition: all 0.125s ease-in-out 0s;
	   -moz-transition: all 0.125s ease-in-out 0s;
		-ms-transition: all 0.125s ease-in-out 0s;
		 -o-transition: all 0.125s ease-in-out 0s;
			transition: all 0.125s ease-in-out 0s;
}

/* ---------------------------------------------- /*
 * Reset box-shadow
/* ---------------------------------------------- */
.modal-header{ padding:15px;}
.modal-header h2{color:#cfc174;}
.btn,
.form-control,
.form-control:hover,
.form-control:focus,
.navbar-custom .dropdown-menu {
	-webkit-box-shadow: none;
			box-shadow: none;
}

/* ---------------------------------------------- /*
 * Typography
/* ---------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	font-family:Verdana, Arial, Helvetica, sans-serif,"Microsoft JhengHei";
	font: 700 40px/1.2;
	text-transform: uppercase;
	letter-spacing: 5px;
	margin: 5px 0 5px;
	color: #222;
}

h2 {
	font-size: 30px;
	margin: 0 0 10px;
}

h3 {
	font-size: 16px;
	letter-spacing: 1px;
	margin: 0 0 5px;
}

h4 {
	font-size: 14px;
	letter-spacing: 1px;
}

h5 {
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: 400;
}

h6 {
	font-size: 11px;
	letter-spacing: 1px;
	font-weight: 400;
}

/* ---------------------------------------------- /*
 * Reset border-radius
/* ---------------------------------------------- */

.btn,
.iconbox,
.progress,
#filter li,
.scroll-up a,
.form-control,
.input-group-addon {
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
		 -o-border-radius: 3px;
			border-radius: 3px;
}


/* ---------------------------------------------- /*
 * Input-group
/* ---------------------------------------------- */

.input-group .form-control {
	z-index: auto;
}

.input-group-addon {
	background: #D8E1E4;
	border: 2px solid #D8E1E4;
	padding: 6px 15px;
	font-weight: 700;
}

/* ---------------------------------------------- /*
 * Inputs styles
/* ---------------------------------------------- */

.form-control {
	background: #FFF;
	border: 1px solid #D8E1E4;
	font-size: 12px;
	padding: 0 15px;
}

.form-control:focus{
    border-color: rgba(135, 135, 135, 0.7);
}

.input-lg,
.form-horizontal .form-group-lg .form-control {
	height: 38px;
	font-size: 13px;
}

.input-sm,
.form-horizontal .form-group-sm .form-control {
	font-size: 11px;
	height: 30px;
}

textarea.form-control {
	padding: 15px;
    max-width: 100%;
    min-width: 100%;
}

/* ---------------------------------------------- /*
 * Custom button style
/* ---------------------------------------------- */

.btn {
	font-family: Raleway, sans-serif,"Microsoft JhengHei";
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
	padding: 8px 26px;
	border: 0;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active {
	outline: inherit !important;
}

/* Button size */

.btn-lg,
.btn-group-lg > .btn {
	padding: 10px 25px;
	font-size: 14px;
    background: rgba(17, 17, 17, 0.8);
    color: #fff;
}
.btn-lg:hover,
.btn-group-lg > .btn:hover{
    background: rgba(17, 17, 17, 1.8);
    color: #fff;
}

.btn-sm,
.btn-group-sm > .btn {
	padding: 6px 25px;
	font-size: 11px;
}

.btn-xs,
.btn-group-xs > .btn {
	padding: 5px 25px;
	font-size: 10px;
}

.btn .icon-before {
	margin-right: 6px;
}

.btn .icon-after {
	margin-left: 6px;
}

/* ---------------------------------------------- /*
 * General Styles
/* ---------------------------------------------- */
#rooms{ margin-top:-120px; padding-top:120px;}
.pfblock {
	padding: 100px 0 60px;
}

.pfblock-gray {
	background: #f5f5f5;
}

.pfblock-image {
	padding: 0;
}


.calltoaction h1,
.calltoaction h2,
.calltoaction h3,
.calltoaction h4,
.calltoaction h5,
.calltoaction h6,
.pfblock-image,
.pfblock-image h1,
.pfblock-image h2,
.pfblock-image h3,
.pfblock-image h4,
.pfblock-image h5,
.pfblock-image h6 {
	color: #fff;
}

.pfblock-header {
	text-align: center;
	margin: 0 0 30px;
}
.about-text{ text-align:left; font-size:18px; line-height:35px; }
.about-text img{padding-top:10px;}
.pfblock-header p span{display:block;}

.pfblock-header-left {
	text-align: left;
}

.pfblock-header-left .pfblock-line {
	width: inherit;
	margin: 30px 0;
}

.pfblock-title{
    font-weight: 800;
	color:#cfc174;
	
}
.pfblock-subtitle {
	font-family:Verdana, Arial, Helvetica, sans-serif,"Microsoft JhengHei";
	font-style: normal;
	font-size: 18px;
	line-height:22pt;
}

.pfblock-line {
	background: rgba(135, 135, 135, 0.5);
	width: 150px;
	height: 1px;
	margin: 5px auto;
}

.pfblock-icon {
	font-size: 32px;
}
.calltoaction *{
    text-align: center;
}
.calltoaction {
    background: url(../images/item-3.jpg);
	background-color: #222;
	background-repeat: no-repeat;
	background-position: 0 0;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
		 -o-background-size: cover;
			background-size: cover;
	padding: 50px 0;
	color: #999;
}

.calltoaction h2 {
	font-size: 20px;
	letter-spacing: 1px;
	margin-bottom: 5px;
}

.calltoaction-decription{
    padding-top: 20px;
    padding-bottom: 30px;
    font-size: 20px;
    color: #fff;
}

.calltoaction-btn {
	text-align: center;
}

.calltoaction-btn > .btn {
    background: rgba(255, 255, 255, .8);
    color: #111;
	margin-top: 5px;
	margin-bottom: 5px;
}
.calltoaction-btn > .btn:hover{
    background: #fff;
}

.long-down {
	margin-bottom: 40px;
}

/* ---------------------------------------------- /*
 * Home
/* ---------------------------------------------- */

.home-overlay {
    background-color: rgba(44, 62, 80, 0.3);
    background-image: url("../images/pattern.png");
    background-repeat: repeat;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.intro {
	position: absolute;
	width: 100%;
	top: 40%;
	left: 0;
	text-align: center;
	-webkit-transform: translate(0%, -50%);
	   -moz-transform: translate(0%, -50%);
		-ms-transform: translate(0%, -50%);
		 -o-transform: translate(0%, -50%);
			transform: translate(0%, -50%);
	padding: 0 15px;
	text-shadow: black 0.1em 0.1em 0.2em
}

.ilogo img{
width:100%;
filter:drop-shadow(3px 3px 10px rgba(0, 0, 0,.7));
}

.intro h1{
    font-weight: 800;
	font-size:60px;
	color:#FFFFFF;
}

.start {
	font-family: Raleway, "Times New Roman", Times, sans-serif;
	font-size: 16px;
	font-style: normal;
	text-transform: none;
	margin: 20px 0;
	color:#FFFFFF;
}

/* ---------------------------------------------- /*
 * About
/* ---------------------------------------------- */
.about{
	background-image:url(../images/about-bg.jpg);
	background-repeat:repeat;
	background-size:;
	color:#2b2b2b;
}
.about .pfblock-subtitle{color:#2b2b2b;}
.about p{ font-size:18px;}
.iconbox-desc{
	color:#000;
	border-bottom:1px solid #000;
	font-family:'Georgia';
	width:120px;
	padding:5px auto;
	font-size:18px;
}

.iconbox {
	background: ;
	border-bottom: ;
	text-align: left;
	padding: 40px 20px 0;
	margin: 0 0 20px;
}

.iconbox-icon {
	margin: 0 0 15px;
	font-size: 32px;
	color: #222;
}

.iconbox-title {
	margin: 0 0 15px;
	padding: 0;
}

/* ---------------------------------------------- /*
 * Rooms
/* ---------------------------------------------- */
.room{ padding-top:20px;}
.room-line{ height:1px; margin-bottom:10px; width:100%; border-bottom:1px dashed #2b2b2b}
.rbtn{ max-width:20%; float:left; padding:0;}
.room-offset{float:left; margin-left:10%;}
.rbtn:hover{
transform:translateY(-2px);
	-webkit-transition: 500ms;
    transition: 500ms;
			}
.txtbox {
	display:block;
	background-color: #F2F2F2;
	padding:20px;
	font-size:16px;
	margin-bottom:80px;
	/*-moz-box-shadow:4px 4px 12px -2px rgba(20%,20%,40%,0.5);
	-webkit-box-shadow:4px 4px 12px -2px rgba(20%,20%,40%,0.5);
	box-shadow:4px 4px 12px -2px rgba(20%,20%,40%,0.5);*/
}
.txtbox h3{
font-size:18px;
margin:5px 0px;
}
.txtbox table td{ text-align:center;}


/* ---------------------------------------------- /*
 * Info
/* ---------------------------------------------- */


.info{
	
	color:#000;
	
}
.pfblock.info{ padding-bottom:0px}
.info .block1{}
.info-txt-block {
	background: #efefef;
	color:#000;
	border-bottom: 1px solid #d4d4d4;
	padding: 40px 20px;
	margin: 0 0 20px;

}

.info-txt-block h3{
	font-size:16pt;
	padding:0px 20px 30px;
}



.chart {
    display: inline-block;
    height: 140px;
    margin: 50px 0;
    position: relative;
    text-align: center;
    width: 140px;
}
.chart canvas {
    left: 0;
    position: absolute;
    top: 0;
}
.percent {
    display: inline-block;
    font-size: 25px;
    font-weight: 300;
    line-height: 140px;
    z-index: 2;
}
.percent:after {
    content: "%";
    font-size: 50%;
    margin-left: 0.1em;
}

/* ---------------------------------------------- /*
 * Location
/* ---------------------------------------------- */

.pfblock.location{ padding-bottom:0px;}
.location {
	line-height:20pt;
	color:#FFFFFF;


}

.location  h3{
	font-size:18pt;
	color: #990000;

}
.location .pfblock-line {
	background: rgba(255, 255, 255, 1);}
/* ---------------------------------------------- /*
 * News
/* ---------------------------------------------- */


.news {
	line-height:20pt;
	background:url(../img/s-bg.jpg) no-repeat 70% top; background-size:cover;
	color:;
	text-align:left;


}
.news a:focus{ text-decoration:none; color:#FF5252;}
.news  h2{ padding:0; margin:0;}
.news  h3{
	font-size:18pt;
	color: #FFF;

}


/* ---------------------------------------------- /*
 * Contact
/* ---------------------------------------------- */

.ajax-response {
	text-align: center;
}

/* ---------------------------------------------- /*
 * Footer
/* ---------------------------------------------- */

#footer {
	background: #222;
	text-align: center;
	padding: 40px 0;
	color: #FFF;
	
}
#footer p{ font-size:16px; line-height:26px;}
.footer-txt{ text-align:left; display:block; margin:auto;color:#FFF;}
.footer-txt a{
    color:#fff;
}
.footer-txt span{ display:block; color:#FFF;}
.copyright {
	margin:15px 0 0;
}

.copyright a{
    border-bottom: 1px dotted #fff;
	color:#fff;
}

#footer span{
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    
}

.social-links {
	list-style: none;
	padding: 0;
	margin: 0 0 20px;
}

.social-links li {
	display: inline-block;
	margin: 5px;
}

.social-links a {
	width: 40px;
	height: 40px;
	display: block;
	line-height: 38px;
	text-align: center;
	border: 1px solid rgba(255, 255, 255, .1);
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
	font-size: 20px;
	color: rgba(255, 255, 255, .8);
}

.social-links a:hover {
	border: 1px solid rgba(255, 255, 255, .5);
	color: rgba(255, 255, 255, .8);
}

/* ---------------------------------------------- /*
 * Navigation
/* ---------------------------------------------- */

.header {
	border-bottom: 1px solid #f5f5f5;
	position: relative;
	width: 100%;
	max-width: 100%;
	z-index: 998;
}

.navbar-custom {
	border: 0;
	border-radius: 0;
	margin: 0;
	max-width: 100%;
	text-transform: uppercase;
	font-family: Raleway, sans-serif,"Microsoft JhengHei";
}

.navbar-custom,
.navbar-custom .dropdown-menu {
	background: #fff;
	padding: 0;
}
@media (min-width: 1079px) {

.mobile_m{ display:none;}
}
@media (max-width: 1078px) {
.swiper-container{display:none;}
.swiper-slide{ display:block;}
}
#album{ margin-top:-60px; padding-top:60px;}
.navbar-custom .navbar-brand,
.navbar-custom .navbar-nav > li > a,
.navbar-custom .navbar-nav .dropdown-menu > li > a {

	font-size: 14px;

	letter-spacing: 1px;

	color: #222;

	font-family: 'Microsoft JhengHei', sans-serif;

}




.navbar-custom .nav li.active,
.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .navbar-nav > li.active a {
	background: none;
	outline: 0;
	color: #cfc174;

}

.navbar-custom .navbar-brand {
	font-weight: 700;
	font-size: 22px;
    font-family: Lobster, cursive;
	margin-top:-7px;


}

.navbar-brand img{width: auto; height:40px; margin-top:px;-webkit-filter: invert(1); padding-left:5px}

.navbar-custom .dropdown-menu {
	border: 0;
	border-top: 2px solid #E7746F;
	border-radius: 0;
}

.navbar-custom .dropdown-menu > li > a {
	padding: 15px 20px;
}

.navbar-custom .nav .open > a,
.navbar-custom .dropdown-menu > li > a:hover,
.navbar-custom .dropdown-menu > li > a:focus {
	background: #f5f5f5;
}

.navbar-custom .navbar-toggle .icon-bar {
	background: #222;
}

/*--------------------------------*/

/* swiper-n-STYLE

/*--------------------------------*/

.navbar-custom .navbar-nav .swiper-slide a,

.navbar-custom .navbar-nav .dropdown-menu .swiper-slide a {

	font-size: 14px;

	letter-spacing: 1px;

	color: #222;

	font-family: 'Microsoft JhengHei', sans-serif;

}

.navbar-custom .dropdown-menu .swiper-slide a {

	padding: 10px 20px;

}

.swiper-container {

	  
	  width:85%;

	  padding:0 30px;

	  height:50px;

      margin:auto;
	  
	  position:relative;
	  

    }

    .swiper-slide {

      text-align: center;

      font-size: 18px;

	  width:100%;

      background: #fff;

      /* Center slide text vertically */

      display: -webkit-box;

      display: -ms-flexbox;

      display: -webkit-flex;

      display: flex;

      -webkit-box-pack: center;

      -ms-flex-pack: center;

      -webkit-justify-content: center;

      justify-content: center;

      -webkit-box-align: center;

      -ms-flex-align: center;

      -webkit-align-items: center;

      align-items: center;

    }
	.swiper-button-next,.swiper-button-prev{ padding-top:12px;}
@media (max-width: 1365px) {	
	.swiper-container {

	  
	  width:80%;}
	  }
/* ---------------------------------------------- /*
 * Scroll to top
/* ---------------------------------------------- */

.scroll-up {
	position: fixed;
	display: none;
	z-index: 999;
	bottom: 2em;
	right: 2em;
}

.scroll-up a {
	background-color: rgba(135, 135, 135, 0.5);
	display: block;
	width: 35px;
	height: 35px;
	text-align: center;
	color: #fff;
	font-size: 15px;
	line-height: 30px;
}

.scroll-up a:hover,
.scroll-up a:active {
	background-color: rgba(235, 235, 235, .8);
	color: #e7746f;
}

/* ---------------------------------------------- /*
 *Scroll Down
/* ---------------------------------------------- */

.scroll-down {
	position: absolute;
	left: 50%;
	bottom: 40px;
	border: 2px solid #fff;
	border-radius: 50%;
	height: 50px;
	width: 50px;
	margin-left: -15px;
	display: block;
	z-index: 10;
    text-align: center;
}

.scroll-down span{
    position: relative;
    color: #fff;
    -webkit-animation-name: drop;
	-webkit-animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-delay: 0s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-play-state: running;
	animation-name: drop;
	animation-duration: 1s;
	animation-timing-function: linear;
	animation-delay: 0s;
	animation-iteration-count: infinite;
	animation-play-state: running;
}

@-webkit-keyframes drop	{
	0%   { top:0px;  opacity: 0;}
	30%  { top:10px; opacity: 1;}
	100% { top:25px; opacity: 0;}
}

@keyframes drop	{
	0%   { top:0px;  opacity: 0;}
	30%  { top:10px; opacity: 1;}
	100% { top:25px; opacity: 0;}
}

/* ---------------------------------------------- /*
 * Preloader
/* ---------------------------------------------- */

#preloader {
	background: #FFF;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 9999;
}

#status {
	background-image: url(../images/preloader.gif);
	background-position: center;
	background-repeat: no-repeat;
	height: 200px;
	left: 50%;
	margin: -100px 0 0 -100px;
	position: absolute;
	top: 50%;
	width: 200px;
}

/* ---------------------------------------------- /*
 * Media
/* ---------------------------------------------- */
@media (max-width: 1080px) {
.navbar-custom .navbar-brand,
.navbar-custom .navbar-nav > li > a,
.navbar-custom .navbar-nav .dropdown-menu > li > a {

	letter-spacing: 1px;

}
.header .container{
	width:98% !important;
}
.rbtn{ max-width:33.33%; float:left;}
}
@media (max-width: 1024px) {
.navbar-custom .navbar-brand,
.navbar-custom .navbar-nav > li > a,
.navbar-custom .navbar-nav .dropdown-menu > li > a {
padding-left:20px;
padding-right:0;

}
}
@media (max-width: 991px) {
.navbar-custom .navbar-brand,
.navbar-custom .navbar-nav > li > a,
.navbar-custom .navbar-nav .dropdown-menu > li > a {
	padding:auto 5px !important;
	letter-spacing: 1px;

}
.about-top{display:flex; flex-direction: column-reverse;}
.about-top .pfblock-header {
	text-align: left;
}
.info{
	
	
}
.copyright{ margin-top:10px;padding-top:10px; border-top:1px solid #ccc}
}
@media (max-width: 990px) {
.navbar-custom .navbar-brand {

	margin-top:-5px;
}
}
@media (max-width: 767px) {

	.calltoaction {
		text-align: center;
	}
	.info .block1{ display:block;}
	.block1 .col-sm-6{width:100%;} 
	.info-txt-block {
	border-bottom: 1px solid #d4d4d4;
	height: auto;
	word-break: break-all;
}

}

@media (max-width: 480px) {

	h1 {
		font-size: 34px;
		letter-spacing: 3px;
	}

	h2 {
		font-size: 24px;
		margin: 0 0 30px;
		letter-spacing: 3px;
	}

}


/*--------------------------------*/
/***** Portfolio Common style *****/
/*--------------------------------*/

.grid {
	position: relative;
	clear: both;
	margin: 0 auto;
	padding: 1em 0 4em;
	max-width: 100%;
	list-style: none;
	text-align: center;
}

.grid h2{
    font-size: 20px;
}

.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	min-width: 100%;
	max-width: 100%;
	height: auto;
	background: #000;
	text-align: left;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: auto;
	max-width: 100%;
	opacity: 0.8;
}
#album .grid figure img {
	position: relative;
	display: block;
	min-height: auto;
	max-width: 100%;
	opacity: 1;
}

.grid figure figcaption {
	padding: 1em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
	
}
.grid figure .view_tit 
{text-align:center;}
.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

/*---------------*/
/***** Bubba *****/
/*---------------*/

figure.effect-bubba {
	background: #000;
	 overflow:hidden;
}

figure.effect-bubba img {
	opacity: 0.85;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
	width:100%!important;
}

figure.effect-bubba:hover img {
	opacity: 0.4;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
	position: absolute;
	top: 20px;
	right: 20px;
	bottom: 20px;
	left: 20px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}

figure.effect-bubba figcaption::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}

figure.effect-bubba h2 {
	padding-top: 10%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
    color: #fff;
}

figure.effect-bubba p {
	padding: 20px 2.5em;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/*-----------------------*/
/***** Quote Rotator *****/
/*-----------------------*/

.cbp-qtrotator {
	position: relative;
	margin: 3em auto 0em auto;
	max-width: 90%;
	width: 90%;
}
.cbp-qtrotator a{ color:#2b2b2b;}
.cbp-qtrotator a:hover,.cbp-qtrotator a:focus{color:#cfc174}
.cbp-qtrotator .cbp-qtcontent {
	position: absolute;
	min-height: 200px;
	border-top: 1px solid #f4f4f4;
	
	padding: 2em 0;
	top: 0;
	z-index: 0;
	opacity: 0;
	width: 100%;
}

.no-js .cbp-qtrotator .cbp-qtcontent {
	border-bottom: none;
}

.cbp-qtrotator .cbp-qtcontent.cbp-qtcurrent,
.no-js .cbp-qtrotator .cbp-qtcontent {
	position: relative; 
	z-index: 100;
	pointer-events: auto;
	opacity: 1;
}

.cbp-qtrotator .cbp-qtcontent:before,
.cbp-qtrotator .cbp-qtcontent:after {
	content: " ";
	display: table;
}

.cbp-qtrotator .cbp-qtcontent:after {
	clear: both;
}

.cbp-qtprogress {
	position: absolute;
	background: #cfc174;
	height: 1px;
	width: 0%;
	top: 0;
	z-index: 1000;
}

.cbp-qtrotator blockquote {
	margin: 0;
	padding: 0;
    border: 0;
    font-size: 12px;
}

.cbp-qtrotator blockquote p {
	font-size: 2em;
	color: #888;
	font-weight: 300;
	margin: 0.4em 0 1em;
}

.cbp-qtrotator blockquote footer {
	font-size: 1.2em;
}

.cbp-qtrotator blockquote footer:before {
	content: '― ';
}

.cbp-qtrotator .cbp-qtcontent img {
	float: right;
	margin-left: 3em;
}

/* Example for media query */
@media screen and (max-width: 30.6em) { 

	.cbp-qtrotator {
		font-size: 70%;
	}

	.cbp-qtrotator img {
		width: 80px;
	}

}
@media (max-width: 767px) {
	.grid {
	margin:0 0 0 -5px;
	padding: 1em 0 0em;}
	.pfblock {
	padding: 80px 0 40px;
	}
	#album .col-xs-6{ padding:7px 7px 0;}
}
@media (max-width: 736px) {
.intro,.intro h1,.intro .start{ display:none;}
.rbtn{max-width:50%;}
.grid {
	margin:0 0 0 -3px;
	padding:0;}
#album .col-xs-6{ padding:0px 7px 0;}
}

@media (max-width: 480px) {

.pfblock-title { margin-bottom:0;}
.rbtn{max-width:100%;}
.scroll-down{ display:none;}
}