@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,800);
@import url(https://fonts.googleapis.com/css?family=Electrolize);

@import url(https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700);

/* CSS Document */

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, center, dl, dt, dd, ol, ul, 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;
	font-family: "微軟正黑體", 'Open Sans', Arial, Helvetica, "Microsoft JhengHei", simhei, sans-serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
a{
	padding: 0px;
	text-decoration: none;
	outline: none; /* for Firefox */
    hlbr:expression(this.onFocus=this.blur()); /* for IE */
}
a:hover{ text-decoration: none;}
a:link, a:visited { text-decoration: none; }
a:hover, a:focus { outline: medium none; }

body {
    /*font-family: 'Open Sans', Arial, Helvetica, sans-serif;*/
    width: 100%;
    background: #fff;
    background-size: cover;
    -moz-background-size: cover;
	line-height: 1;
}
a {
	color: #f1505b;
    transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
}
a:hover {
    color: #484848;
}
strong, b {
	font-weight: bold;
}
img {
	max-width: 100%;
	height: auto;
}
ol, ul {
	list-style:none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

i {
	font-size: 15px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "微軟正黑體", 'Open Sans', "Microsoft JhengHei", simhei, sans-serif;
	font-weight: bold;
	margin: 0;
	color: #444;
}
h1 {
    font-size: 24px;
	line-height: 30px;
}
h2 {
    font-size: 22px;
	line-height: 28px;
}
h3 {
    font-size: 18px;
	line-height: 24px;
}
h4 {
    font-size: 16px;
	line-height: 22px;
}
h5 {
    font-size: 15px;
	line-height: 20px;
}
h6 {
    font-size: 12px;
	line-height: 18px;
}
p {
    color: #666;
    font-size: 13px;
    font-family: Arial, Helvetica, "微軟正黑體", "Microsoft JhengHei", simhei, sans-serif;
    line-height: 22px;
    margin: 0;
}
p strong {
	font-weight: bold;
}
form {
    width: 100%;
}
header, nav, section, article, footer {
    display: block;
}

/*---------------- FontSize Styles ----------------*/
.font18 {
    font-size: 18px;
	line-height: 24px;
}
.font20 {
    font-size: 20px;
	line-height: 25px;
}
.font23 {
    font-size: 23px;
	line-height: 28px;
}

/*---------------- Other Styles ----------------*/

/* Button Styles */
.showall {
	font-size: 13px;
	font-family: Arial, Helvetica, "微軟正黑體", "Microsoft JhengHei", simhei, sans-serif;
	line-height: 13px;
	color: #676767;
	position: relative;
	margin-top: 8px;
}
.showall:hover {
	color: #f1505b;
}
.showall span {
	padding: 2px;
	border: #CCC solid 1px;
}




/*---------------- Basic Styles ----------------*/

#content {
	padding: 60px 0;
}

#content.full-sections {
	padding: 0;
}

.section {
	position: relative;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
}

#container {
    background-color: #fff;
}

#loader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 99999999999;
}

.spinner {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 50%;
	left: 50%;
	margin-left: -40px;
	margin-top: -40px;
	-webkit-animation: rotatee 2.0s infinite linear;
	animation: rotatee 2.0s infinite linear;
}

/*---------------- End Basic Styles ----------------*/


/*---------------- Header & Navigation ----------------*/

header {
	position: fixed;
	top: 0%;
	bottom: 100%;
    width: 100%;
	z-index: 9999999;
	transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.fixed-header {
	opacity: 0.95;
	box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.2);
  	-webkit-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.2);
}

.top-bar {
	background-color: #f2f2f2;
	border-bottom: 0px solid #f2f2f2;
}

.top-bar.color-bar {
	border-bottom: 0;
}

.top-bar.color-bar a {
	color: rgba(255,255,255,.6);
}

.top-bar.color-bar a:hover {
	color: rgba(255,255,255,1) !important;
}

.top-bar.color-bar ul.social-list li a i {
	border-left: 1px solid rgba(255,255,255,.1);
}

.top-bar.color-bar ul.social-list li:last-child a i {
	border-right: 1px solid rgba(255,255,255,.1);
}

.top-bar.color-bar .contact-details li a:before {
	color: rgba(255,255,255,.2);
}

.top-bar.dark-bar {
	background-color: #444;
	border-bottom: 0;
}

.top-bar.dark-bar a {
	color: rgba(255,255,255,.4);
}

.top-bar.dark-bar a:hover {
	color: rgba(255,255,255,1) !important;
}

.top-bar.dark-bar ul.social-list li a i {
	border-left: 1px solid rgba(255,255,255,.08);
}

.top-bar.dark-bar ul.social-list li:last-child a i {
	border-right: 1px solid rgba(255,255,255,.08);
}

.top-bar.dark-bar .contact-details li a:before {
	color: rgba(255,255,255,.2);
}

.top-bar a {
	color: #666;
}

.top-bar .contact-details li {
	display: inline-block;
}

.top-bar .contact-details li a:before {
	position: relative;
	content: "|";
	font-size: 13px;
	margin: 0 3px;
	top: -1px;
	color: #ddd;
}

.top-bar .contact-details li a:before {
	color: #666;
}

.top-bar .contact-details li:first-child a:before {
	display: none;
}

.top-bar .contact-details li a {
	font-size: 12px;
	display: block;
	line-height: 32px;
	padding-top: 3px;
}

ul.social-list {
    float: right;
}

ul.social-list li {
    float: left;
}

ul.social-list li a {
    display: inline-block;
	transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

ul.social-list li a:hover {
	color: #fff;
}

ul.social-list li a.amc:hover {
	background-color: #507CBE;
}


ul.social-list li a.amcedu:hover {
	background-color: #F16261;
}

ul.social-list li a.amc4kids:hover {
	background-color: #ffc928;
}

ul.social-list li a.links:hover {
	background-color: #f0f0f0;
}

ul.social-list li a i {
	font-size: 1em;
	display: block;
	width: 40px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	border-left: 1px solid #e8e8e8;
}

ul.social-list li:last-child a i {
	border-right: 1px solid #f2f2f2;
}
.wpb-mobile-menu{
	display: none;
}

.slicknav_menu{
	display: none;
}
.navbar-toggle{
	display: none;
}
.navbar {
	margin-bottom: 0;
	background: #fff;
	border-bottom: 1px solid #f2f2f2;
	border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
}

.navbar-brand {
	position: relative;
	padding: 27px 0;
	margin: 0!important;
	transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.navbar-brand img {
	margin: -17px 0px 0px 0px;
	padding: 0;
	position: relative;
}
.navbar-brand img.AMC-logo {
	width: auto;
	height: auto;
	padding: 3px 3px;
	border-radius: 52px;
}
.navbar-brand img.E-learning-logo {
	width: 210px;
	height: 48px;
	padding-left: 1px;
	padding-top: 2px;
}
/*增加*/
.navbar-brand img.AMC-cloud-logo {
	width: auto;
	height: auto;
	margin-left: -8px;
	padding: 3px 10px 3px 12px;
}
.navbar-brand img.AMCcloud-logo {
	width: 262px;
	height: 46px;
	padding-left: 0px;
	padding-top: 2px;
}
.cloud-amc_bg {
	background: transparent url(../images/cloud-amc.png) no-repeat 50% 50%;
}

.bar-t {
	font-size: 26px;
	font-family: Arial, Helvetica, "微軟正黑體", "Microsoft JhengHei", simhei, sans-serif;
	font-weight: normal;
}

.navbar-default .navbar-nav {
	margin-right: 10px!important;
	height: 76px;
	position: relative;
	transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.navbar-default .navbar-nav > li {
    margin-left: 6px;
}

.navbar-default .navbar-nav > li:first-child {
    margin-left: 0;
}

.navbar-default .navbar-nav > li > a {
	color: #484848;
	display: block;
    font-size: 15px;
	font-weight: normal;
    padding: 28px 15px 28px 15px;
	overflow: hidden;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    font-weight: 400;
}

.navbar-default .navbar-nav > li > a.active, .navbar-default .navbar-nav > li:hover > a {
	border-bottom: 2px solid;
}

.navbar-default .navbar-nav > li > a i {
	margin: 0 -2px 0 -5px;
}

.navbar-default .navbar-nav > li > a:after {
	position: absolute;
	bottom: 0;
	content: '';
	left: 50%;
	display: block;
	height: 5px;
	width: 5px;
	opacity: 0;
	margin: 0 0 -3px -2px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
}

.navbar-default .navbar-nav > li > a.active:after {
	opacity: 1;
}

.navbar-default .navbar-nav .dropdown {
    position: absolute;
    left: 0;
    top: 100%;
    width: 180px;
	background-color: #fff;
    visibility: hidden;
    z-index: 2;
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.navbar-default .navbar-nav li.down:after { content: ""; display: block; position: absolute; top: 50%; margin-top: -6px; right: 6px; border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-left: 6px solid #585858; }

.navbar-default .navbar-nav > li.drop:hover .dropdown {
    visibility: visible;
	opacity: 1;
}

.dropdown li, .sup-dropdown li {
	position: relative;
    border-top: 1px solid rgba(0, 0, 0, 0.04);
}

.dropdown li:first-child, .sup-dropdown li:first-child {
    border-top: none;
}

.dropdown li a, .sup-dropdown li a {
    display: block;
    color: #484848;
    font-size: 13px;
    font-family: "微軟正黑體", 'Open Sans', "Microsoft JhengHei", simhei, sans-serif;
    padding: 11px 16px;
    text-decoration: none;
    text-transform: capitalize;
    transition: padding 0.2s ease-in-out;
    -moz-transition: padding 0.2s ease-in-out;
    -webkit-transition: padding 0.2s ease-in-out;
    -o-transition: padding 0.2s ease-in-out;
}

.dropdown > li:hover > a, .sup-dropdown li:hover > a {
	padding-left: 18px;
}

ul.dropdown li ul.dropdown li {
	margin: -6px 0px;

}
ul.dropdown li .slicknav_arrow {
	background-color: #fff;

}

.dropdown li a i {
	margin: 0 0 0 -4px;
}

.navbar-default .navbar-nav .sup-dropdown {
    position: absolute;
    left: 100%;
    top: 0;
    width: 180px;
	background-color: #fff;
    margin-top: 10px;
    transition: margin-top 0.2s ease-in-out;
    -moz-transition: margin-top 0.2s ease-in-out;
    -webkit-transition: margin-top 0.2s ease-in-out;
    -o-transition: margin-top 0.2s ease-in-out;
    visibility: hidden;
    z-index: 3;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-default .navbar-nav li.drop .dropdown li:hover .sup-dropdown {
    visibility: visible;
    margin-top: 0;
}

.search-side {
	position: relative;
	float: right;
	top: 19px;
	right: -15px;
	transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.show-search {
	position: relative;
	display: block;
	float: right;
}

.show-search i {
	font-size: 1.2em !important;
	display: block;
	color: #666;
	width: 36px;
	cursor: pointer;
	height: 36px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
	line-height: 36px;
	text-align: center;
	background-color: #f2f2f2;
	transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.show-search:hover i {
	color: #666;
}

.navbar .search-form {
	position: absolute;
	right: 0;
	z-index: 20;
	float: right;
	display: none;
	top: 40px;
	font-size: 15px;
	line-height: 18px;
}

.navbar .search-form:before {
	background-color: #ccc;
	top: -2px;
	content: '';
	display: block;
	height: 4px;
	width: 4px;
	z-index: 20;
	right: 15px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
}

.navbar div.search-form input {
	border: 2px solid #ccc;
	border-radius: 3px;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
	padding: 6px 14px;
	z-index: 22;
	color: #848484;
	box-shadow: none;
	-o-box-shadow: none;
	-moz-box-shadow: none;
  	-webkit-box-shadow: none;
	outline: none;
	box-shadow: none;
    margin-right:60px;
}

.navbar div.search-form span {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 20;
}

.navbar div.search-form button {
	border: 1px solid #dfdfdf;
	border-radius: 0px 3px 3px 0px;
	padding: 6px 14px 9px 14px;
	margin: -32px 2px 0 0;
	color: #fff;
	line-height: 13px;
	background-color: #8b8b8b;
	z-index: 22;
	-webkit-transition: 0.25s ease-in-out all;
	-moz-transition: 0.25s ease-in-out all;
	-o-transition: 0.25s ease-in-out all;
	transition: 0.25s ease-in-out all;

}
.navbar div.search-form button:hover {
	color: #fff;
	background-color: #484848;
	text-decoration: none;
}
/*---------------- End Header & Navigation ----------------*/

/*---------------- Page ----------------*/

.recent-page {
	margin: 10px 0px;
}
.recent-page h4.title {
	color: #333;
	margin-bottom: 16px;
	padding-bottom: 10px;
	/*display: inline;*/
}
.recent-page h4.title span {
	margin-right: 5px;
	padding-bottom: 10px;
	border-bottom: #f1505b 1px solid;
}

.page-widgets {
	margin: 0px 0px 16px;
	padding: 0px 0px 5px;
	border-bottom: 1px solid #f2f2f2;
}
.page-widgets ul {
	margin: 0;
	padding: 0;
	display: inline;
}
.page-widgets ul li {
	margin: 25px 0px 35px;
	padding: 0px 0px 0px 0px;
	display: inline;
	-webkit-transition: 0.25s ease-in-out all;
	-moz-transition: 0.25s ease-in-out all;
	-o-transition: 0.25s ease-in-out all;
	transition: 0.25s ease-in-out all;
}
.page-widgets ul li a {
	margin: 2px 1px;
	padding: 3px 8px;
	font-size: 13px;
	line-height: 18px;
	color: #888888;
	display: inline-block;
	border: #ccc 1px solid;
	border-radius: 5px;
}
.page-widgets ul li a:hover {
	color: #383838;
	background-color: #FFF;
	text-decoration: none;
}


.hr5 {
	height: 1px;
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.15), rgba(0,0,0,0));
	background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.15), rgba(0,0,0,0));
	background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.15), rgba(0,0,0,0));
	background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.15), rgba(0,0,0,0));
}

/*---------------- End Page ----------------*/


/*---------------- Explain ----------------*/

.explain {
    padding-top: 115px;
}
.explain object {
	z-index: 99;
}
@media (min-width: 768px) and (max-width: 1199px) {
    .explain { padding-top: 165px; }}
@media screen and (max-width: 768px) {
    .explain { padding-top: 100px; }}
	
.explain .recent-page {
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	/*max-width: 1140px;*/
}

.explain .recent-page h1 {
	font-size: 32px;
	font-family: "微軟正黑體", 'Open Sans', "Microsoft JhengHei", simhei, sans-serif;
	font-weight: normal;
	color: #333;
	line-height: 42px;
	text-align: left;
	margin: 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	border-bottom: #f2f2f2 1px solid;
}
.explain .recent-page h1 font {
	line-height: 42px;
	padding: 0px 0px 10px 0px;
	border-bottom: #f1505b 2px solid;
}
.explain .recent-page h4.title {
	color: #333;
	font-size: 18px;
	font-weight: normal;
	margin: 0px;
	padding-bottom: 2px;
	line-height: 33px;
	display: inline;
	border-bottom: #f2f2f2 1px solid;
}
.explain .recent-page h4.title span {
	font-size: 21px;
	font-weight: bold;
	margin-right: 5px;
	padding-bottom: 2px;
	line-height: 33px;
	display: inline;
	border-bottom: #f1505b 1px solid;
}
.explain .recent-page h4.title .wordF15 {
	font-size: 13px;
}
.explain .recent-page .page-widgets {
	margin: 0px 0px 60px;
	padding: 0px;
	border-bottom: 0px solid #f2f2f2;
}
.explain .require-box {
	margin: 20px auto 0px;
	padding: 0px;
	text-align: center;
	position: relative;
	border-bottom: #f2f2f2 1px solid;
}
.explain .require-box p {
	font-size: 16px;
	font-family: 'Open Sans', "微軟正黑體", "Microsoft JhengHei", simhei, sans-serif;
	font-weight: normal;
	text-align: center;
	margin: 2px 10px 8px;
	padding: 10px 5px;
}
.explain img.avatar-rou200 {
	text-align: center;
	border-radius: 200px;
	border: #f1505b 2px solid;
	margin: 20px 20px 5px;
	background-color: #f1505b;
}
.explain img.avatar-rou {
	text-align: center;
	border-radius: 200px;
	border: #f1505b 2px solid;
	margin: 20px 20px 5px;
	background-color: #ffffff;
}
.explain .tiro-box {
	margin: 20px 0px 0px;
	padding: 30px 20px 0px;
	text-align: center;
}
.explain .tiro-box img {
	margin: 20px 0px 20px;
}
.explain .check-box {
	margin: 20px -10px 0px -10px;
	padding: 20px 0px 30px;
	text-align: center;
	border: #f2f2f2 1px solid;
	position: relative;
}
.explain .objectA, .explain .objectB {
	margin: 20px auto 0px;
	position: relative;
	height: auto;
}
.explain .objectA {
	width: 300px;
	padding: 30px 0px 41px;
}
.explain .objectB {
	max-width: 350px;
}
.explain .check-box a {
	width: auto;
	font-size: 15px;
	font-weight: bold;
	margin: 20px auto 0px;
	padding: 9px 14px;
	display: table;
	
	-webkit-transition: 0.10s ease-in-out all;
	-moz-transition: 0.10s ease-in-out all;

}
.explain .check-box a:hover {
	color: #ffffff;
	border: #ed3f49 1px solid;
	background-color: #f1505b;
}

/*---------------- End Explain ----------------*/


/*---------------- Footer Styles ----------------*/

footer {
	margin: 10px auto 0px auto;
	padding: 0px 2px 0px 2px;
	text-align: center;
	background: #fafafa url("../images/Control_bg.jpg") center bottom repeat;
	border-top: 1px solid rgba(230,230,230,0.60);
}

footer p {
	color: #888888;
    font-size: 13px;
	font-family: 'Open Sans', "微軟正黑體", "Microsoft JhengHei", simhei, sans-serif;
}

footer a {
	color: #666;
}

footer a:hover {
	color: #666;
	text-decoration: underline;
}

.footer-widget {
	margin: 0px auto 0px auto;
}

.footlinks {
	margin: 30px 0px 2px;
	padding: 0px;
	display: inline-block;
	border-bottom: #dedede 1px solid;
	-webkit-transition: 0.25s ease-in-out all;
	-moz-transition: 0.25s ease-in-out all;
	-o-transition: 0.25s ease-in-out all;
	transition: 0.25s ease-in-out all;
}
.footlinks a {
	margin: 3px 1px 8px 1px;
	padding: 5px 8px 6px 30px;
	font-size: 13px;
	line-height: 21px;
	color: #787878;
	display: inline-block;

}
.footlinks a:hover {
	color: #484848;
	background-color: rgba(255,255,255,0.85);
	text-decoration: none;
}
.footlinks img {
	padding: 0px;
	margin: 1px 0px 0px -22px;
	position: absolute;
	display: inline-block;
}

.copyright-section {
    padding: 14px 0px 34px;
	font-size: 12px;
	letter-spacing: 0.5px;
    border-top: 0px solid rgba(230,230,230,0.60);
}

.copyright-section p {
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
	text-align: left;
}
ul.footer-nav {
    float: left;
}

ul.footer-nav li {
    display: inline-block;
    float: left;
    margin-left: 15px;
}

ul.footer-nav li:first-child {
    margin-left: 0;
}

ul.footer-nav li a {
	color: #888888;
    display: inline-block;
    text-transform: none;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

ul.footer-nav li a:hover {
	color: #868686;
}

.back-go-top {
    display: none;
    position: fixed;
    bottom: 105px;
    right: 15px;
	z-index: 99999999990;
}

.back-go-top i {
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    border-radius: 2px;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    text-align: center;
    background-color: #444;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

/*---------------- End Footer Styles ----------------*/


/*---------------- Main slide ----------------*/

#main-slide {
	margin: 0;
	padding: 0;
	top: 28px; /*top: 0px;*/
}

#main-slide .item img {
	width: 100%;
}

#main-slide .item .slider-content {
	z-index: 0;
	opacity: 0;
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-o-transition: opacity 500ms;
	transition: opacity 500ms;
}
#main-slide .item.active .slider-content {
	z-index: 0;
	opacity: 1;
	-webkit-transition: opacity 100ms;
	-moz-transition: opacity 100ms;
	-o-transition: opacity 100ms;
	transition: opacity 100ms;
}

#main-slide .slider-content{
	top: 50%;
	margin-top: -50px;
	left: 0;
	padding: 0;
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	color: #fff;
}

#main-slide .carousel-indicators {
	bottom: 32px;
}

#main-slide .slider-bg img {
	width: 100%;
}

#main-slide .slider-bg {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
}

.carousel-indicators li{
	width: 14px !important;
	height: 14px !important;
	border: 2px solid #fff !important;
	margin: 1px !important;
	box-shadow: 0px 1px 5px rgba(0,0,0,0.25);
}

#main-slide .carousel-control.left,
#main-slide .carousel-control.right {
	position: absolute;
	top: 50%;
	display: block;
	outline: none;
	text-align: left;
	z-index: 1000;
	opacity: 0.75;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

#main-slide .carousel-control.left {
	left: 0;
	width: 10%;
	height: 100%;
}

#main-slide .carousel-control.right {
	right: 0;
	width: 10%;
	height: 100%;
}

#main-slide .carousel-control.left span,
#main-slide .carousel-control.right span {
	width: 120px;
	height: 30%;
}
#main-slide .carousel-control.right span {
	right: 0;
}


#main-slide .carousel-control .icon-wrap {
	position: absolute;
	display: block;
	top: 35%;
}

#main-slide .carousel-control .icon-wrap::before,
#main-slide .carousel-control .icon-wrap::after {
	position: absolute;
	left: 50%;
	width: 2px;
	height: 50%;
	background: rgba(255,255,255,1.0);
	content: '';
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#main-slide .carousel-control .icon-wrap::before {
	top: 50%;
	-webkit-transform: translateX(-50%) rotate(-135deg);
	transform: translateX(-50%) rotate(-135deg);
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
}

#main-slide .carousel-control.right .icon-wrap::before {
	-webkit-transform: translateX(-50%) rotate(135deg);
	transform: translateX(-50%) rotate(135deg);
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
}

#main-slide .carousel-control .icon-wrap::after {
	top: 50%;
	-webkit-transform: translateX(-50%) rotate(-45deg);
	transform: translateX(-50%) rotate(-45deg);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

#main-slide .carousel-control.right::after,
#main-slide .carousel-control.right .icon-wrap::after {
	-webkit-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);
	-webkit-transform-origin: 100% 0%;
	transform-origin: 100% 0%;
}

#main-slide .carousel-control:hover .icon-wrap::after {
	height: 50%;
}

#main-slide .carousel-control:hover::before,
#main-slide .carousel-control:hover .icon-wrap::before {
	-webkit-transform: translateX(-50%) rotate(-125deg);
	transform: translateX(-50%) rotate(-125deg);
}

#main-slide .carousel-control.right:hover .icon-wrap::before {
	-webkit-transform: translateX(-50%) rotate(125deg);
	transform: translateX(-50%) rotate(125deg);
}

#main-slide .carousel-control:hover .icon-wrap::after {
	-webkit-transform: translateX(-50%) rotate(-55deg);
	transform: translateX(-50%) rotate(-55deg);
}

#main-slide .carousel-control.right:hover .icon-wrap::after {
	-webkit-transform: translateX(-50%) rotate(55deg);
	transform: translateX(-50%) rotate(55deg);
}


#main-slide .slider-content h2{
	font-size: 68px;
	font-weight: 300;
	margin: 40px 0px;
	text-transform: capitalize;
	font-family: 'Roboto', Arial, Helvetica, "微軟正黑體", "Microsoft JhengHei", simhei, sans-serif;
    color: #555;
}
#main-slide .slider-content h2 strong{
	font-family: 'Roboto', Arial, Helvetica, "微軟正黑體", "Microsoft JhengHei", simhei, sans-serif;
	font-weight: 400;
}

#main-slide .slider-content h2.white, #main-slide .slider-content h3.white {
    color: #fff;
	text-shadow: 2px 2px 3px rgba(0,0,0,0.70);
}
#main-slide .slider-content h3.white {
	text-shadow: 1px 1px 2px rgba(0,0,0,0.85);
}
#main-slide .slider-content h2.left, #main-slide .slider-content h3.left {
    text-align: left;
	width: 69%;
	margin-left: 11%;
}
#main-slide .slider-content h2.right, #main-slide .slider-content h3.right {
    text-align: right;
	width: 69%;
	margin-left: 20%;
}

#main-slide .slider-content h3{
	font-size: 31px;
	font-weight: 500;
	margin: 20px 0px;
	text-transform: capitalize;
    text-align: center;
    color: #555;
}

.slider.btn{
	padding: 10px 40px;
	margin-top: 25px;
	font-size: 20px;
	border-radius: 3px;
	text-transform: uppercase;
	line-height: 28px;
	border: #f1505b solid 1px;
	background-color: rgba(240,240,240,0.10);
}

.slider.btn:hover, .slider.btn:focus {
	color: #e92f38;
	border: #e41920 solid 1px;
	background-color: rgba(255,255,255,0.65);
}

/*---------------- End Main slide ----------------*/


/*---------------- Home Content Styles ----------------*/

.homeContent {
    padding: 0px 0px 0px;
}
.homeContent .recent-page {
	margin: 10px 0px;
}
.homeContent .recent-page p {
	margin: 0px;
	padding: 0px;
}
.homeContent .recent-page p.title {
	color: #333;
	font-size: 18px;
	margin: 0px -3px 0px 0px;
	display: inline;
	text-transform: capitalize; 
	width: 37%;
}
.homeContent .recent-page p.title span {
	padding: 0px 0px 10px 0px;
}
.homeContent .recent-page p.title span font {
	padding-bottom: 10px;
	border-bottom: #f1505b 2px solid;
}
.homeContent .recent-page p.btn {
	display: inline;
}
.homeContent .page-widgets {
	margin: 0px 0px 0px;
	padding: 0px 0px 20px;
	border-bottom: 0px solid #f2f2f2;
	position: relative;
}
/*20160113 By John 將原本 input 改成只套用到文字方塊 (text和password)*/
.homeContent .page-widgets input[type="text"], .homeContent .page-widgets input[type="text"]:hover, .homeContent .page-widgets input[type="text"]:before, .homeContent .page-widgets input[type="text"]:after, .homeContent .page-widgets input[type="password"], .homeContent .page-widgets input[type="password"]:hover, .homeContent .page-widgets input[type="password"]:before, .homeContent .page-widgets input[type="password"]:after ,.homeContent .page-widgets input[type="email"], .homeContent .page-widgets input[type="email"]:hover, .homeContent .page-widgets input[type="email"]:before{ 
	-webkit-transition: 0.25s ease-in-out all;
	-moz-transition: 0.25s ease-in-out all;
	-o-transition: 0.25s ease-in-out all;
	transition: 0.25s ease-in-out all;
}
/*20160113 By John 將原本 input 改成只套用到文字方塊 (text和password)*/
.homeContent .page-widgets input[type="text"], .homeContent .page-widgets input[type="password"], .homeContent .page-widgets input[type="email"] {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	box-shadow: none;
	background-image: none;
	background-repeat: no-repeat;
	border-color: transparent;
	text-transform: none;
	font-size: 18px;
	font-family: 'Roboto', Arial, Helvetica, "微軟正黑體", "Microsoft JhengHei", simhei, sans-serif;
	font-weight: 300;
}
/*20160113 By John 將原本 input 改成只套用到文字方塊 (text和password)*/
.homeContent .page-widgets input[type="text"],  .homeContent .page-widgets input[type="password"],.homeContent .page-widgets input[type="email"] {
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
	border-bottom: 1px solid #e8e8e8;
	width: auto;
	background-color: transparent;
	outline: none;
}
/* IE 9 以上 */
@media screen and (min-width:0\0) {
.homeContent .page-widgets input {line-height: 16px;}
}
/*20160113 By John 將原本 input 改成只套用到文字方塊 (text和password)*/
.homeContent .page-widgets input[type="text"]:hover, .homeContent .page-widgets input[type="text"]:focus, .homeContent .page-widgets input[type="password"]:hover, .homeContent .page-widgets input[type="password"]:focus  ,.homeContent .page-widgets input[type="email"]:hover, .homeContent .page-widgets input[type="email"]:focus {
	border-bottom: 1px solid #10438f;
}
/*20160113 By John 將原本 input 改成只套用到文字方塊 (text和password)*/
.homeContent .page-widgets input[type="text"]:visited, .homeContent .page-widgets input[type="text"]:active, .homeContent .page-widgets input[type="password"]:visited, .homeContent .page-widgets input[type="password"]:active ,.homeContent .page-widgets input[type="email"]:visited, .homeContent .page-widgets input[type="email"]:active {
	border-bottom: 1px solid #10438f;
}
/*20160113 By John 加上 input[type="submit"] */
.homeContent .page-widgets button,  .homeContent .page-widgets input[type="submit"]{
	width: auto;
	font-size: 15px;
	font-weight: bold;
	margin: 0px;
	padding: 9px 14px;
	
	-webkit-transition: 0.25s ease-in-out all;
	-moz-transition: 0.25s ease-in-out all;
	-o-transition: 0.25s ease-in-out all;
	transition: 0.25s ease-in-out all;
}
.homeContent .page-widgets button:hover,  .homeContent .page-widgets input[type="submit"]:hover {
	color: #ffffff;
	border: #ed3f49 1px solid;
	background-color: #f1505b;
}
.homeContent .page-widgets .glyphicon {
	font-family: 'Glyphicons Halflings', "微軟正黑體", "Microsoft JhengHei", simhei, sans-serif;
}
.homeContent .page-widgets .glyphicon.glyphicon-list-alt:before, .homeContent .page-widgets .glyphicon.glyphicon-question-sign:before {
	font-size: 15px;
	padding-right: 4px;
}
.homeContent .page-widgets .logword {
	font-size: 16px;
	line-height: 18px;
}
.homeContent .page-widgets .logword span.log_message {
	position: relative;
	background: #ffffff;
	border: 1px solid #f1505b;
	border-radius: 5px;
	display: inline-block;
	margin: 5px 0px 0px;
	padding: 8px 10px;
	color: #f1505b;
}
.homeContent .page-widgets .logword span.log_message:after, .homeContent .page-widgets .logword span.log_message:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.homeContent .page-widgets .logword span.log_message:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #ffffff;
	border-width: 8px;
	margin-left: -8px;
}
.homeContent .page-widgets .logword span.log_message:before {
	border-color: rgba(241, 80, 91, 0);
	border-bottom-color: #f1505b;
	border-width: 9px;
	margin-left: -9px;
}
.homeContent .page-widgets .logword > div {
	margin: 15px 0px 0px 0px;
	padding: 0px 0px 0px 13px;
}
.homeContent .page-widgets .logword > div a {
	border: #f2f2f2 0px solid;
	border-radius: 3px;
	margin: -3px 0px 0px 3px;
	padding: 5px 3px;
	color: #0055aa;
	display: inline-block;
}
.homeContent .page-widgets .logword > div a:hover {
	color: #f1505b;
}
.homeContent .page-widgets .logword span.log_rememberme {
	margin-top: 3px;
	display: inline-block;
}
.homeContent .page-widgets .logword span.log_rememberme input[type="checkbox"] {
	width: 18px;
	display: inline;
}
.homeContent .page-widgets .logword span.log_rememberme label {
	display: inline;
}
.homeContent .page-widgets .page-box {
	margin: 0px;
	padding: 42px 35px 68px;
	width: 100%;
	border-bottom: #cbcbcb 1px dashed;
	z-index: 999;
}
.homeContent .page-widgets a.FBbtn {
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
	background: #4a6ea9 url(../images/pic_facebook-icon.png) 3px 4px no-repeat;
	width: 160px;
	height: 42px;
	margin: -5px 0px 0px 10px;
	padding: 12px 8px 12px 35px;
	border: #ccc 1px solid;
	border-radius: 0px;
	position: absolute;
	right: 0;
	top: 12%;
}
.homeContent .page-widgets a.FBbtn:hover {
	background: #5675cc url(../images/pic_facebook-icon.png) 3px 4px no-repeat;
	-webkit-transition: 0.25s ease-in-out all;
	-moz-transition: 0.25s ease-in-out all;
	-o-transition: 0.25s ease-in-out all;
	transition: 0.25s ease-in-out all;
}

.homeContent .page-widgets ul {
	margin: 0;
	padding: 0;
}
.homeContent .page-widgets ul p{
	font-size: 15px;
	color: #101010;
	display: inline;
}
.homeContent .page-widgets ul li img {
	position: absolute;
	top: 0px;
	left: 5px;
}
.homeContent .page-widgets ul li {
	margin: 0px;
	padding: 0px;
	display: inline;
	position: relative;
	-webkit-transition: 0.25s ease-in-out all;
	-moz-transition: 0.25s ease-in-out all;
	-o-transition: 0.25s ease-in-out all;
	transition: 0.25s ease-in-out all;
}
.homeContent .page-widgets ul li a {
	margin: 0px 1px 3px;
	padding: 0px 10px 1px 34px;
	font-size: 13px;
	line-height: 35px;
	color: #888888;
	display: inline-block;
	border: #ccc 1px solid;
	border-radius: 5px;
}
.homeContent .page-widgets ul li a:hover {
	color: #383838;
	background-color: #FFF;
	border: #989898 1px solid;
	text-decoration: none;
}

.homeContent h3 {
	margin: 20px 0px 0px;
	padding: 20px 0px;
    font-size: 23px;
	line-height: 33px;
	font-weight: normal;
	font-family: "微軟正黑體", 'Open Sans', "Microsoft JhengHei", simhei, sans-serif;
	border-bottom: 0px dashed #e2e2e2;
}
.homeContent h3 .Eword {
    font-size: 22px;
	font-weight: 300;
	font-family: 'Roboto', Arial, Helvetica, "Microsoft JhengHei", simhei, sans-serif;
}

.homeContent_foot {
	margin: 0px 0px -20px 0px;
	padding: 15px 0px;
    font-size: 13px;
	line-height: 24px;
	font-family: Arial, Helvetica, "微軟正黑體", "Microsoft JhengHei", simhei, sans-serif;
	text-align: center;
	width: 100%;
	background-color: #ffffe5;
}
.homeContent_foot .row {
	margin: 0px auto;
	padding: 0px 0px 10px;
}
.homeContent_foot span {
    font-size: 16px;
	font-weight: 300;
	font-family: 'Roboto', Arial, Helvetica, "微軟正黑體", "Microsoft JhengHei", simhei, sans-serif;
	color: #787878;
	padding: 0px 5px 0px 2px;
}
.homeContent_foot ul {
	margin: 0px;
	padding: 0px;
	max-width: 1140px;
}
.homeContent_foot ul li {
	margin: 0px;
	padding: 0px 0px 0px 15px;
	text-align: left;
	background: transparent url('../images/pic_dot.gif') no-repeat 2px 10px;
}

/*---------------- End Home Content ----------------*/

/*---------------- Form Container Styles ----------------*/

.formContainer {
	margin: 0px auto -10px;
	padding: 0px;
	text-align: center;
	position: relative;
	background-color: #f8f8f8;
}
.formContainer form {
	margin: 0px;
	padding: 0px;
	position: relative;
	max-width: 800px;
}
.formContainer .info-form {
	margin: 120px auto 68px;
	padding: 0px;
	width: 90%;
	text-align: center;
	position: relative;
}
.formContainer .info-form h2 {
	font-size: 25px;
	line-height: 42px;
	font-weight: normal;
	margin-bottom: 5px;
}
.formContainer form.info-form p {
	margin: 10px 0px;
	padding: 0px;
	font-size: 16px;
	text-align: left;
	line-height: 32px;
	display: block;
}
.formContainer form.info-form p span {
	width: 15%;
	text-align: right;
	float: left;
}
/*Edit by John 20160128 避免影響 checkbox*/
.formContainer form.info-form p input[type="text"], .formContainer form.info-form p input[type="password"] , .formContainer form.info-form p input[type="email"] {
	border: #707070 solid 1px;
	width: 75%;
	height: 36px;
	float: left;
}
.formContainer form.info-form p input.textHalf {
	width: 50%;
	float: left;
}
.formContainer .info-form #btnCheckName {
	width: 20%;
	font-size: 13px;
	line-height: 23px;
	display: inline;
	position: absolute;
	right: 10%;
	margin-top: 10px;
}
.formContainer .info-form div.dxbButton_Metropolis {
	font-family: "微軟正黑體", 'Open Sans', "Microsoft JhengHei", simhei, sans-serif;
	font-size: 16px;
	line-height: 32px;
	width: 130px;
	margin-top: 20px;
	margin-bottom: 10px;
	border-radius: 5px;
}
.formContainer .info-form div.dxbButton_Metropolis:hover, .formContainer .info-form div.dxbButton_Metropolis:focus {
	color: #fff;
	border: #f1505b;
	background-color: #f1505b;
}
.formContainer .info-form div.dxbButton_Metropolis:visited, .formContainer .info-form div.dxbButton_Metropolis:active {
	color: #fff;
	border: #f1505b;
	background-color: #f1505b;
}
.formContainer .info-form p.check_true {
	display: inline-block;
}
.formContainer .info-form p.check_true input[type="checkbox"] {
	width: 18px;
	display: inline;
}

/*---------------- End Form Content ----------------*/


/*---------------- Form Lic Styles 服務條款 ----------------*/

.form1-Lic {
	font-size:13px;
	line-height: 17px;
	padding: 2px 0px;
	margin: 0px 30px;
}
.form1-Lic ul.up {
	padding-left: 20px;
}
.form1-Lic ul.up li {
	list-style-type: upper-alpha;
}
.form1-Lic h1 {
	margin: 25px  0px 20px  0px;
}
.form1-Lic h2 {
	color: #f1505b;
	padding: 10px 0px;
	margin-top: 25px;
	border-top: 1px solid #f1505b;
	border-bottom: 1px dashed #d8d8d8;
}
.form1-Lic p {
	margin: 8px 0px 6px 5px;
	font-size: 13px;
	line-height: 18px;
}
.form1-Lic ol {
	margin-left: 20px;
}
.form1-Lic ol ul li {
	list-style-type: none;
}
.form1-Lic li {
	margin: 5px 0px;
	list-style-type: decimal;
}

/*---------------- End Form Lic ----------------*/


/*---------------- Animated.Delay ----------------*/

.animated.delay-01 {
	animation-delay: 0s;
	-webkit-animation-delay: 0s;
	-moz-animation-delay: 0s;
	-o-animation-delay: 0s;
}

.animated.delay-02 {
	animation-delay: 0.5s;
	-webkit-animation-delay: 0.5s;
	-moz-animation-delay: 0.5s;
	-o-animation-delay: 0.5s;
}

.animated.delay-03 {
	animation-delay: 1s;
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	-o-animation-delay: 1s;
}

.animated.delay-04 {
	animation-delay: 1.5s;
	-webkit-animation-delay: 1.5s;
	-moz-animation-delay: 1.5s;
	-o-animation-delay: 1.5s;
}


.animated {
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	   -moz-animation-fill-mode: both;
	     -o-animation-fill-mode: both;
	        animation-fill-mode: both;
}
/*By John 20160129 讓彈出式視窗向下移, 避免和 header 重疊*/
.modal{
	padding-top: 4%;
	z-index: 9999999;
}


.registerMsg{
    display: none;
	position: relative;
	height: 23px;
	margin: 0px;
	padding: 0px;
}
.registerMsgText{
    font-size: 13px;
	color: #14569e;
	position: absolute;
	display: block;
	margin: -10px 0px 0px 10px;
	padding: 0px;
}


.content{
    padding-top:120px;
}



@-webkit-keyframes fadeIn {
	0% {opacity: 0;}	
	100% {opacity: 1;}
}

@-moz-keyframes fadeIn {
	0% {opacity: 0;}	
	100% {opacity: 1;}
}

@-o-keyframes fadeIn {
	0% {opacity: 0;}	
	100% {opacity: 1;}
}

@keyframes fadeIn {
	0% {opacity: 0;}	
	100% {opacity: 1;}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	-moz-animation-name: fadeIn;
	-o-animation-name: fadeIn;
	animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInDown {
	0% {
		opacity: 0;
		-moz-transform: translateY(-20px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInDown {
	0% {
		opacity: 0;
		-o-transform: translateY(-20px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translateY(-20px);
	}
	
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-o-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

/*---------------- End Animated.Delay ----------------*/


/* == media queries == */
/* LG */
@media (min-width: 1200px) {
	#content { padding: 0px 0; }
}
/* MD */
@media (min-width: 992px) and (max-width: 1199px) {
	body, html{
		max-width: 1190px !important;
		overflow-x:1190px hidden !important;
	}
	#content { padding: 10px 0; }
}
/* SM */
@media (min-width: 768px) and (max-width: 991px) {
	#content { padding: 0px 0; }
}
/* XS */
@media (min-width: 480px) and (max-width: 767px) {
	#content { padding: 0px 0; }

    .registerLabel{
        display:none;
    }
	.registerMsg{
		height: 28px;
    }

}

@media (max-width: 479px) {
	.navbar-brand img.E-learning-logo { width: 175px; height: 46px; padding-top: 8px; }
	.navbar-brand img.AMCcloud-logo { width: 216px; height: 46px; padding-top: 8px; }
	
	/* Recent Projects */
	.page-widgets { margin: 0px 0px 16px; padding: 0px 0px 5px; }
	.page-widgets ul { display: block; margin-top: 18px; }
	.recent-page h4.title span { padding-bottom: 6px; }

	
    .registerLabel{
        display:none;
    }
	.registerMsg{
		height: 28px;
    }

}