/* ==== Google font ==== */
@font-face {
  font-family: HelveticaRoman;
  src: local("Helvetica Neue Roman"),
       local("HelveticaNeue-Roman"),
       url(../fonts/HelveticaNeueCE35Thin.ttf);
}
@font-face {
	font-family: FontAwesome;
	src: local("font-awesome"),
	     url(../fonts/fontawesome-webfont.ttf);
}
html {
    width: 100%;
    height: 100%;
}
body {
	width: 100%;
	height: 100%;
	font-family:  'Helvetica', 'Arial', sans-serif, "微軟正黑體","Microsoft JhengHei";
	font-weight: 300;
	color: #fff;
	background-color: #000;
}
*{
	padding:0; margin:0;
}
ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}
h1 {
	font-size: 4.6em;
}
h2 {
	font-size: 4em;
}
h3 {
	font-size: 2.3em;
	line-height: 1.5em;
	font-weight: normal;
}
h4 {
	font-size: 2.25em;
	line-height: 1.8em;
}
h5 {
	font-size: 2em;
}
h6 {
	font-size: 1.75;
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'Arial', sans-serif, "微軟正黑體","Microsoft JhengHei";
	color: #111;
	margin-bottom: 30px;
}
p {
    margin: 20px 0;
    word-wrap: break-word; 
    word-break: keep-all;
    text-align: justify;
}
a {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    cursor: pointer;
}
a:hover, a:focus {
    text-decoration: none;
}
/* style ---------------------------------*/
.note {
	font-size: 1.5em;
}
.note a {
	color: #ffc425;
	text-decoration: underline;
}
.center {
	text-align: center!important;
	margin: 0 auto;
}
.number,.counter {
	font-family: "times", serif;
	color: #fff2d8;
	text-shadow:  0 0 5px rgba(255,255,255,.8), 0 0 10px rgba(255,255,255,.5);
}
.btn-gold {
	padding: 2px 10px;
	background: #d65100;
	float: right;
	-webkit-box-shadow: 0 0 4px rgba(30,16,2,.8), 0 0 10px 5px rgba(30,16,2,.8);
	-moz-box-shadow: 0 0 4px rgba(30,16,2,.8), 0 0 10px 5px rgba(30,16,2,.8);
	box-shadow: 0 0 4px rgba(30,16,2,.8), 0 0 10px 5px rgba(30,16,2,.8);
	text-shadow: 0 0 5px rgba(255,255,255,.9), 0 0 5px rgba(255,255,255,.9);
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}
.btn-gold a {
	color: #fff;
	display: block;
}
.btn-gold a:hover {
	text-shadow: 0 0 5px rgba(255,255,255,.9), 0 0 10px rgba(255,255,255,.9), 0 0 10px rgba(255,255,255,.9);
}
/*style*/
hr.gold {
	border: 0;
	border-bottom: 1px solid rgba(196,162,96,.6);
}
/*animation style*/
/*.disapper1, .disapper2*/
/* margins */
.marginbot-0 {margin-bottom:0 !important;}
.marginbot-10 {margin-bottom:10px !important;}
.marginbot-20 {margin-bottom:20px !important;}
.marginbot-30 {margin-bottom:30px !important;}
.marginbot-40 {margin-bottom:40px !important;}
.marginbot-50 {margin-bottom:50px !important;}
.marginbot-60 {margin-bottom:60px !important;}
.marginbot-70 {margin-bottom:70px !important;}
.marginbot-80 {margin-bottom:80px !important;}
.marginbot-90 {margin-bottom:90px !important;}
.marginbot-100 {margin-bottom:100px !important;}

.margintop-0 { margin-top:0 !important;}
.margintop-5 { margin-top:5% !important;}
.margintop-10 { margin-top:10% !important;}
.margintop-15 { margin-top:15% !important;}
.margintop-20 { margin-top:20% !important;}
.margintop-25 { margin-top:25% !important;}
.margintop-30 { margin-top:30% !important;}
.margintop-35 { margin-top:35% !important;}
.margintop-40 { margin-top:40% !important;}
.margintop-45 { margin-top:45% !important;}
.margintop-50 { margin-top:50% !important;}

/*nav bar--------------------------------*/
/* --- logo --- */
h2.logo {
	margin: 0;
	padding: 0;
	line-height: 0;
}
h2.logo-h {
	font-size: 0;
	margin: 0;
	padding: 0;
}
.nav {
	margin: 22px 0 10px 0;
}
.navbar-default {
	border: none;
	background: none;
}
.navbar-brand {
	padding-left: 0;
}
.navbar-default .navbar-brand {}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
	border: none;
}
.navbar-default .navbar-collapse {
	border: none;
}
.navbar-default .navbar-toggle {
	border: none;
	margin: 20px 8px 20px 0;
	padding: 4px 10px;
}
.navbar-default .navbar-toggle .icon-bar {
	background: rgba(255,255,255,.6);
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: rgba(246,230,182,.3);
}
.navbar-default .nav li a {
	outline: 0;
	color: #fff;
	font-size: 1.24em;
	padding: 10px;
	text-shadow: 0 0 5px rgba(255,255,255,.9), 0 0 5px rgba(255,255,255,.9),0 0 1px rgba(255,255,255,.7);
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}
.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus,
.navbar-default .navbar-nav> .active > a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:visited {
	color: #fff;
	background-color: rgba(246,230,182,.3);
	text-shadow: 0 0 10px rgba(255,255,255,.7);
}
.navbar > .container {
	position: relative;
}
.nav li {
	margin: 0 2px;
}
.nav li:last-child a {
	background: #372e15;
}
.nav li.active, #nav li:hover {
	background-color: rgba(246,230,182,.3);
	text-shadow: 0 0 10px rgba(255,255,255,.7);
}
.fa-bars {
	text-shadow: 0 0 5px rgba(255,255,255,.9), 0 0 5px rgba(255,255,255,.9),0 0 10px rgba(255,255,255,.7);
}
@media screen and (max-width:767px) {
	.navbar-brand {
		float:none;
	}
	.navbar-default {
		background: rgba(84,52,26,.6);
		text-align: center;
	}
	.navbar-default .nav li a {
		padding: 14px 0;
		border-bottom: 1px solid rgba(228,213,186,.2);
		text-shadow: 0 0 5px rgba(255,255,255,.9);
	}
	.nav li:last-child a {
		background: none;
	}
	.navbar-brand {
		padding: 8px;
	}
	h2.logo {
		width: 70%;
	}
}
@media (min-width: 767px) {
	.navbar-default {
		padding: 10px 0;
        border: 0;
        background-color: transparent;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }
	.navbar-default.navbar-shrink {
		padding: 2px 0;
		background: rgba(84,52,26,.6);
  	}  
}
@media (min-width: 767px) and (max-width: 990px) {
	h2.logo {
		width: 250px;
	}
	h2.logo img {
		width: 100%;
	}
	.navbar-default .nav li a {
		font-size: 1.12em;
	}
}
/*section all style*/
.home-section {
    padding: 20px 0 150px 0;
    position: relative;
    text-align: center;
    min-height: 100%;
    width: 100%;
}
.inner-section {
	display: table;
	position: relative;
}
/*.cover {
	position: absolute;
	z-index: 9;
	top: 0;
	height: 100%;
	width: 100%;
	-webkit-animation: cover 1s ease-in alternate both;
	-moz-animation: cover 1s ease-in alternate bboth;
	-o-animation: cover 1s ease-in alternate both;
	animation: cover 1s ease-in alternate both;	
}*/
.home-section p, .home-section h3, .home-section h4 {
	color: #e6dfc4;
	text-align: left;
}
.home-section h3 {
	font-size: 1.6em;
	margin: 0;
}
.home-section h4 {
	font-size: 1.4em;
	margin: 0;
}
.home-section p {
	font-size: 1.3em;
	line-height: 1.8;
	margin: 8px 0 20px;
}

.home-section p:last-child {
	margin-bottom: 120px;
}
.home-section p.black, .home-section h3.black, .home-section h2.black, .home-section h4.black {
	color: #2c2922;
}
p.red {
	color: #7a2100;
}
.black-shadow {
	text-shadow: 0 0 2px rgb(30,16,2), 0 0 6px rgba(30,16,2,.85);
}
.brown-shadow {
	text-shadow: 0 0 6px rgba(30,16,2,.5);
}
.white-shadow {
	text-shadow:  0 0 2px rgba(255,255,255,.8), 0 0 10px rgba(255,255,255,.5);
}
.light-shadow {
	text-shadow:  0 0 5px rgba(255,255,255,1), 0 0 10px rgba(255,255,255,1), 0 0 10px rgba(255,255,255,1);
}
.blackbox-shadow {
	-webkit-box-shadow: 0 0 4px rgba(30,16,2,.8), 0 0 20px 5px rgba(30,16,2,.8);
	-moz-box-shadow: 0 0 4px rgba(30,16,2,.8), 0 0 20px 5px rgba(30,16,2,.8);
	box-shadow: 0 0 4px rgba(30,16,2,.8), 0 0 20px 5px rgba(30,16,2,.8);
}
/*@-webkit-keyframes cover {
	0% { background: rgba(0,0,0,1);}
	100% { background: rgba(0,0,0,0);}
}
@-moz-keyframes cover {
	0% { background: rgba(0,0,0,1);}
	100% { background: rgba(0,0,0,0);}
}
@-o-keyframes cover {
	0% { background: rgba(0,0,0,1);}
	100% { background: rgba(0,0,0,0);}
}
@keyframes cover {
	0% { background: rgba(0,0,0,1);}
	100% { background: rgba(0,0,0,0);}
}*/
.home-section .read-more {
	width: 90px;
	height: 90px;
	font-size: 1.125em;
	display: block;
	position: absolute;
	bottom: 10%;
	z-index: 9;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-box-shadow: 4px 4px 6px rgba(230, 218, 180, 0.5);
	-moz-box-shadow: 4px 4px 6px rgba(230, 218, 180, 0.5);
	box-shadow: 4px 4px 6px rgba(230, 218, 180, 0.5);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.read-moreA {
	border-bottom: 1px solid #e4d5ba;
	border-right: 1px solid #e4d5ba;
}
.read-moreB {
	border-bottom: 1px solid #3a1e10;
	border-right: 1px solid  #3a1e10;
}
.read-more a {
	position: absolute;
	top: 34px;
	left: 10px;
	display: block;
	width: 120px;
	height: 74px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.read-moreA a {
	color: rgba(240,240,200, 1);
	text-shadow: 1px 1px 3px #deca98, -2px -2px 3px #8f8475, 0 0 2px #deca98, 1px 1px 7px #fff;
}
.read-moreB a {
	color: rgba(58,30,12, 1);
	text-shadow: 1px 1px 3px #deca98, -2px -2px 3px #8f8475, 0 0 2px #deca98, 1px 1px 7px #fff;
}
.read-more:hover {
	-webkit-box-shadow: 4px 4px 6px rgba(230, 218, 180, .6);
	-moz-box-shadow: 4px 4px 6px rgba(230, 218, 180, .6);
	box-shadow: 4px 4px 6px rgba(230, 218, 180, .6);
}
.read-moreA:hover a {
	color: #fff;
	text-shadow: 1px 1px 10px #deca98, -2px -2px 3px #8f8475, 0 0 10px #deca98, 1px 1px 10px #fff;
}
.read-moreB:hover a {
	text-shadow: 1px 1px 8px #deca98, -2px -2px 8px #8f8475, 0 0 10px #deca98, 1px 1px 10px #fff, 1px 1px 10px #fff;
}
.title, .title-Small  {
	height: auto;
	margin: 20px 0;
}
.title {
	width: 100% \9;
	max-width: 100%;
}
.title-Small {
	width: 90% \9;
	max-width: 90%;
}
.title-combine {
	width: 90% \9;
	max-width: 90%;
	margin: 0;
}
.margin-short {
	margin-top: 6%;
}
.margin-middle {
	margin-top: 16%;
}
.margin-high {
	margin-top: 18%;
}
.margin-higher {
	margin-top: 20%;
}
.donate {
	position: fixed;
	bottom: 1%;
	right: 0%;
	-webkit-box-shadow: 0 0 10px rgba(30,16,2,.8);
	-moz-box-shadow: 0 0 10px rgba(30,16,2,.8);
	box-shadow: 0 0 10px rgba(30,16,2,.8);
}
.donate a {
	width: 50px;
	height: 50px;
	padding: 10px 5px;
	display: block;
	line-height: 1.2;
	text-align: center;
	color: rgba(255,255,255,.6);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	background: rgba(255,96,0,.6);
	z-index: 9999;
/*	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;*/
}
.donate a:hover {
	color: rgba(255,255,255,1);
	background: rgba(255,96,0,.9);
	text-shadow: 0 0 5px rgba(255,255,255,.9), 0 0 5px rgba(255,255,255,.9);
}
@media screen and (max-width: 320px) {
	.read-more {
		left: 36%;
	}
	.title, .title-Small  {
		margin-bottom: 5px;
	}
	.margin-short {
		margin-top: 16%;
	}
	.margin-middle {
		margin-top: 30%;
	}
	.margin-high {
		margin-top: 20%;
	}
	.margin-higher {
		margin-top: 20%;
	}
}
@media screen and (min-width: 321px) and (max-width: 480px) {
	.read-more {
		left: 39%;
	}
	.title, .title-Small  {
		margin-bottom: 8px;
	}
	.margin-short {
		margin-top: 18%;
	}
	.margin-middle {
		margin-top: 20%;
	}
	.margin-high {
		margin-top: 20%;
	}
	.margin-higher {
		margin-top: 24%;
	}
	.home-section p:last-child {
		margin-bottom: 100px;
	}
}
@media screen and (max-width: 767px) {
	.big {
		display: none;
	}
	.small {
	}
	.content {
		padding: 0 2%;
	}
	.home-section h3 {
		font-size: 1.4em;
	}
	.home-section h4 {
		font-size: 1.2em;
	}
	.home-section p {
		font-size: 1.2em;
		margin: 8px 0 14px;
	}
}
@media screen and (min-width: 481px) and (max-width: 768px) {
	.read-more {
		left: 38%;
	}
	.margin-short {
		margin-top: 14%;
	}
	.margin-middle {
		margin-top: 20%;
	}
	.margin-high {
		margin-top: 30%;
	}
	.margin-higher {
		margin-top: 40%;
	}
	.home-section p:last-child {
		margin-bottom: 120px;
	}
}
@media screen and (min-width: 768px) {
	.read-more {
		left: 46%;
	}
	.margin-height {
		margin-top: 16%;
	}
	.big {
	}
	.small {
		display: none;
	}
	.content {
		padding: 0 7%;
	}
}
@media screen and (min-width: 1200px) {
	.read-more {
		left: 47%;
	}
}
@media screen and (min-width: 1600px) {
	.read-more {
		left: 47.5%;
	}
	.margin-height {
		margin-top: 20%;
	}
}
.btn-play {
	cursor: pointer;
	width: 80px;
	margin: 0 auto;
	z-index: 99;
/*	-webkit-animation: btn-play 1.3s ease-in 3s both;
	-moz-animation: btn-play 1.3s ease-in 3s both;
	-o-animation: btn-play 1.3s ease-in 3s both; 
	animation: btn-play 1.3s ease-in 3s both;*/
}
.play-icon {
	width: 70px;
	height: 70px;
	margin: 0 auto;
	line-height: 70px;
	font-size: 1.4em;
	color: rgba(255,250,230, 0.7);
	text-shadow: 1px 1px 3px #deca98, -2px -2px 3px #8f8475, 0 0 2px #deca98, 1px 1px 7px #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-position: 10% 10%;;
	background: #D6AE5E; /* Old browsers */
	background: -o-radial-gradient(50% 20%, circle, #e5d6b1 10%, #c8aa70, #a26e17 60%, #7b4d01 75%);
	background: -moz-radial-gradient(50% 20%, circle, #e5d6b1 10%, #c8aa70, #a26e17 60%, #7b4d01 75%);
	background: -webkit-radial-gradient(50% 20%, circle, #e5d6b1 10%, #c8aa70, #a26e17 60%, #7b4d01 75%);
	background: radial-gradient(circle at 50% 20%, circle, #e5d6b1 10%, #c8aa70, #a26e17 60%, #7b4d01 75%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5d6b1', endColorstr='#7b4d01',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	-webkit-box-shadow: 0 0 2px 1px rgba(230, 218, 180, 0.5), 0 0 10px 5px rgba(222, 200, 160, 0.6);
	-moz-box-shadow: 0 0 2px 1px rgba(230, 218, 180, 0.5), 0 0 10px 5px rgba(222, 200, 160, 0.6);
	box-shadow: 0 0 2px 1px rgba(230, 218, 180, 0.5), 0 0 10px 5px rgba(222, 200, 160, 0.6);	
}
.btn-play p {
	font-size: 1em;
	margin: 10px 0 0;
	display: block;
	text-align: center;
	color: #fff;
	text-shadow: 0 0 5px rgba(255,255,255,.9),0 0 10px rgba(255,255,255,.7);
}
.play-icon, .btn-play p {
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.btn-play:hover .play-icon {
	-webkit-box-shadow: 0 0 2px 1px rgba(230, 218, 180, 0.5), 0 0 10px 10px rgba(222, 200, 160, 0.6);
	-moz-box-shadow: 0 0 2px 1px rgba(230, 218, 180, 0.5), 0 0 10px 10px rgba(222, 200, 160, 0.6);
	box-shadow: 0 0 2px 1px rgba(230, 218, 180, 0.5), 0 0 10px 10px rgba(222, 200, 160, 0.6);
}
.btn-play:hover p {
	text-shadow: 0 0 5px rgba(255,255,255,1),0 0 5px rgba(255,255,255,1),0 0 10px rgba(255,255,255,1);
}
/*@-webkit-keyframes btn-play {
	0% { -webkit-transform: scale(5); opacity: 0; }
	95% { -webkit-transform: scale(.98); opacity: .7;}
	100% { -webkit-transform: scale(1); opacity: 1; }
}
@-moz-keyframes btn-play {
	0% { -moz-transform: scale(5); opacity: 0; }
	95% { -moz-transform: scale(.98); opacity: .7; }
	100% { -moz-transform: scale(1); opacity: 1;}
}
@-o-keyframes btn-play {
	0% { -o-transform: scale(5); opacity: 0; }
	95% { -o-transform: scale(.98); opacity: .7; }
	100% { -o-transform: scale(1); opacity: 1; }
}
@keyframes btn-play {
	0% { transform: scale(5); opacity: 0; }
	95% {transform: scale(.98); opacity: .7; }
	100% { transform: scale(1); opacity: 1; }
}*/
/*video*/
video, .ytb-container {
	-webkit-box-shadow: 0 0 4px rgba(30,16,2,.8), 0 0 10px 5px rgba(30,16,2,.8);
	-moz-box-shadow: 0 0 4px rgba(30,16,2,.8), 0 0 10px 5px rgba(30,16,2,.8);
	box-shadow: 0 0 4px rgba(30,16,2,.8), 0 0 10px 5px rgba(30,16,2,.8);
	
}
.video-wrap {
	clear: both;
	width: 70%;
	margin: 0 auto 20px;
}
.modal .video-wrap {
	width: 100%;
}
.video-wrap video {
	width: 100%;
}
.ytb-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
.ytb-container iframe,
.ytb-container object,
.ytb-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 767px) { 
	.video-wrap, .ytb-container  {
		width: 70%; 
	}
}
@media screen and (max-width: 480px) { 
	.video-wrap, .ytb-container  {
		width: 100%; 
	}
}
#video {
	width: 100%;
	height: 100%;
	/*position: fixed;*/
	position: absolute;
	z-index: -999;
	margin-top: -50px;
}
#video-container {
	width: 100%;
	min-height: 100%;
	position: absolute;
}
#video-controls{
	position: absolute;
	z-index: 9999; 
	bottom: 10px;
	right: 40px;
	border: 0;
	color: #ffc425;
	background: #000;
	padding: 0 10px;
	line-height: 12px;
	font-weight: bold;
}
#play-pause {
	padding: 8px 0 10px;
	border: 0;
	background: #000;
	color: #ffc425;
	font-weight: bold;
}
.fa-angle-left, .fa-angle-right {
	width: 50px;
	height: 50px;
	font-weight: 100;
	background: rgba(0,0,0,.5);
}
.arrow {
	width: 60px;
	height: 60px;
	background: rgba(0,0,0,.5);
	position: relative;
	cursor: pointer;
}
.arrow-right , .arrow-left  {
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
	width: 30px;
	height: 30px;
	display: block;
	position: relative;
}
.arrow-right {
	border-top: 1px solid #e4d5ba;
	border-left: 1px solid #e4d5ba;
	top: 14px;
	left: 6px;
	
}
.arrow-left {
	top: 14px;
	left: 20px;
	border-bottom: 1px solid #e4d5ba;
	border-right: 1px solid #e4d5ba;
}

@media screen and (max-width: 768px) {
	.arrow {
		width: 40px;
		height: 40px;
	}
	.arrow-right , .arrow-left  {
		width: 20px;
		height: 20px;
	}
	.arrow-right {
		top: 10px;
		left: 4px;
	}
	.arrow-left {
		top: 10px;
		left: 16px;
	}
}
/*modal*/
.close {
	color: rgba(255,255,255,1);
	opacity: .9;
	font-size: 2em;
	position: absolute;
	z-index: 99;
	width: 46px;
	height: 46px;
	background: url('../images/icon_close.gif') black!important;
}
.close a:hover {
}
.modal-content {
	padding: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #000;
}
.modal-dialog .close {
	top: -48px;
	right: -1px;
}
@media screen and (max-width: 320px)  {
	.modal-content {
		width: 300px;
	}
}
@media screen and (min-width: 321px) and(max-width: 480px)  {
	.modal-content {
		width: 420px;
	}
}
.modal-sm {
}
.modal-sm .close {
	right: 10px;
	top: 10px;
}
.modal-sm .btn-primary {
	width: 100%;
	font-size: 120%;
	
}
.modal-dialog {
/*	width: 330px;*/
	margin-top: 50px;
}
.modal-header {
	border: 0;
}
.modal-content {
	clear: both;
	margin-top: 20px;
}
.modal-backdrop.in {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.modal p {
	font-size: 1.2em;
	padding-left: 10px;
	clear:  both;
}
.modal .title, .modal .title-Small {
	margin: 20px 0 10px;
	float: left;
}
@media screen  and (max-width: 767px) {
	.modal-dialog {
		width: 90%;
		margin: 100px auto 0 auto;
	}
}
.modal-body{
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.modal-body iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*clearfix*/
.clear{ clear:both; }
.clearfix:before, .clearfix:after { content: "";display:table; }
.clearfix:after { clear:both; }
.clearfix { zoom:1; }

@media screen and (max-width: 768px) {
	.slow, .slower, .moreslower, .moreslower, .slowest, .moreslowest{
		-webkit-animation-duration:  1.5s; 
		animation-duration: 1.5s;
		-webkit-animation-fill-mode: both; 
		animation-fill-mode: both; 
		-webkit-animation-delay: 0s;
		animation-delay: 0s;
	}
}