/*--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,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0px;padding:0px;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/*-- start editing from here --*/
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*-- end reset --*/
html {
	height: 100%;
}
body {
    font-family:  Microsoft JhengHei, 'Open Sans', sans-serif;
    /*-- background: #297e9a;  --*/
	background-image: url(../images/slider.jpg);
	background-repeat: no-repeat;
    background-attachment: fixed;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
    background-size: cover;
}
h1 {
    font-size: 2.8em;
    text-align: center;
    color: #fff;
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: 4px;
}
/*-- agileits-main --*/
.agileits-main {
    padding: 3em 0 0;
}
.wthree-row {
    width: 49%;
    margin: 3em auto;
}
p {
    color: #fff;
    font-weight: 300;
}
#videoContainer { 
	height: 31em;
	background: none;
	margin: 0 auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

#videoContainer #video {
	width: 100%;
	height:100%;
	position: relative;
	top: 0;
	left: 0;
	overflow: hidden;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	background: url(../images/img1.jpg)no-repeat center;
    background-size: cover;
}

#videoContainer #video video {
	width: 100%; 
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 5px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0; 
}

/*-- //agileits-main --*/
/*-- copyright --*/
.footer-agileits{ 
	margin:2em 0;
}
.footer-agileits p {
    font-size: 1.5em;
	font-weight:bold;
    color: #00f;
    line-height: 1.8em;
    letter-spacing: 2px;
}
.footer-agileits p a{
    color: #fff; 
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	transition: 0.5s all;
}
.footer-agileits p a:hover{
    color: #00e0fd;	
}
/*-- //copyright --*/
/*-- responsive-design --*/
@media(max-width:1440px){
.wthree-row {
    width: 55%; 
}
}
@media(max-width:1366px){
h1 {
    font-size: 2.6em; 
}
#videoContainer {
    height: 29em;
}
}
@media(max-width:1280px){
#videoContainer {
    height: 28em;
} 
}
@media(max-width:1080px){
h1 {
    font-size: 2.3em;
    letter-spacing: 2px;
}
.wthree-row {
    width: 66%;
}
}
@media(max-width:1024px){
#videoContainer {
    height: 27em;
}
}
@media(max-width:991px){
.wthree-row { 
    margin: 2em auto;
}
#videoContainer {
    height: 26em;
}
}
@media(max-width:800px){
h1 {
    font-size: 2.2em; 
}
#videoContainer {
    height: 24em;
}
.wthree-row {
    width: 75%;
}
}
@media(max-width:736px){
#videoContainer {
    height: 22.5em;
}
}
@media(max-width:667px){
#videoContainer {
    height: 20.3em;
}
h1 {
    font-size: 2em;
}
#videoContainer {
    height: 20em;
}
}
@media(max-width:600px){
#videoContainer {
    height: 18.5em;
}
.agileits-main {
    padding: 2em 0 0;
}
}
@media(max-width:568px){
h1 {
    font-size: 1.7em;
}
.copy-agileits p { 
    padding: 0 1em;
} 
.wthree-row {
    width: 80%;
} 
}
@media(max-width:480px){
h1 {
    font-size: 1.5em;
}
.wthree-row {
    width: 85%;
}
#videoContainer {
    height: 17.5em;
} 
}
@media(max-width:414px){
#videoContainer {
    height: 15.5em;
}
}
@media(max-width:384px){
h1 {
    font-size: 1.3em;
    letter-spacing: 1px;
}
#videoContainer {
    height: 14.5em;
}
.copy-agileits p {
    font-size: 0.8em; 
    letter-spacing: 1px;
}
}
@media(max-width:375px){
.wthree-row {
    width: 90%;
}
}
@media(max-width:320px){
.wthree-row {
    width: 92%;
}
#videoContainer {
    height: 13em;
} 
}
/*-- //responsive-design --*/