html {
	margin: 0;
	height: 100%;
}
body {
	position: relative;
	padding-top: 0px;
	background: #DDDCE2 url(../img/content_bg.jpg) repeat left top;
	-webkit-font-smoothing: antialiased;
	font-size: 12px;
	font-family: Microsoft JhengHei, Verdana, Geneva, sans-serif !important;
	color: #333;
	min-height: 100%;
}
.scrolltop {
	background-color: #F1F1F1;
	border: 1px solid darkGray;
	border-radius: 100px 100px 100px 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	display: none;
	height: 36px;
	opacity: 0.6;
	filter: alpha(opacity=60);
	position: fixed;
	right: 2%;
	/*text-indent: -9999px;*/
	top: 50%;
	width: 36px;
	z-index: 33;
}
.scrolltop span {
	position: relative;
	top: 7px;
	left: 10px;
}

/* Old versions of IE patches */
.old-ie #hero .carousel-inner .row {
	padding-left: 55px;
}
.old-ie #box_login .box .social a.face_login span.text {
    font-size: 16px;
    margin: 8px 0 0 10px;
}
.old-ie .nav-collapse.collapse {
	height: auto !important;
	overflow: visible !important;
}

.WTG_logo{
	text-align:center;
	vertical-align:middle;
	margin:2px;
}
/* Bootstrap overrides */


.carousel-control {
	position: absolute;
	top: 50%;
	left: 15px;
	width: 30px;
	height: 30px;
	margin-top: -20px;
	font-size: 35px;
	font-weight: lighter;
	line-height: 23px;
	color: #ffffff;
	text-align: center;
	background: #832631;
	border: 0px solid #ffffff;
	-webkit-border-radius: 23px;
	-moz-border-radius: 23px;
	border-radius: 0px;
	filter: alpha(opacity=50);
	opacity: 0.3;
}


/* Navbar
-------------------------------------------------- */
.navbar-fixed-top {
    margin-bottom: 0;
}
.navbar-fixed-top.scroll {
    opacity: 0.96;
}
.navbar-inner {
	border-bottom: 0 none;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    filter: none;
    padding: 15px 0 0 0;
    /*background: none repeat scroll 0 0 #242b35;*/
    background: url("../img/nav_bg.jpg") 0 0 repeat;
}
.navbar .brand {
    font-size: 13px;
	text-shadow: none;
}
.navbar .nav.pull-right {
	top: 17px;
	
	/*margin-right: 40px;*/
}
.navbar .nav > li {
	
	padding-right:30px;
	text-shadow: none;
}

.navbar .nav > li > a {
	color:#72594f;
	font-size: 13px;
    text-shadow: none;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;	
}
.navbar .nav > li > a:hover {
	color: #832631;		
}
.navbar .nav > li.active > a,
.navbar .nav > li.active:hover > a,
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
    padding-bottom: 4px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-moz-box-shadow: none;
	background: none;
	color: #832631;
}
.btn-dropnav {
    float: left;
    margin-left: 0px;
    margin-right: 0px;
    padding: 0px;
	display: none;
}
.btn-dropnav .icon-bar {
    background-color: #F5F5F5;
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);	
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    display: block;
    height: 2px;
    width: 18px;
}
.btn-dropnav .icon-bar + .icon-bar {
    margin-top: 3px;
}
.navbar .nav li.dropdown.open > .dropdown-toggle, 
.navbar .nav li.dropdown.active > .dropdown-toggle, 
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
	background: none;
	color: #832631;
}
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
	background-color: #832631 !important;
	text-decoration: none;
	color: #fff;
	text-shadow: none;
	
}
.navbar .btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #832631;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
@media (max-width: 979px) {
	.nav-collapse .nav > li > a:hover,
	.nav-collapse .dropdown-menu a:hover {
    	background: none !important;
	}
	.nav-collapse .nav > li > a, .nav-collapse .dropdown-menu a {
		color: #72594f;
	}
}

/* Index
-------------------------------------------------- */

/* carousel section */
#hero {
	padding-top: 0px;	
	background: #DDDCE2 url(../img/content_bg.jpg) repeat left top;
	height: auto;
}
#hero .carousel-control.left {
	left: 0px;
	padding-right: 1px;	
}
#hero .carousel-control.right {
	right: 0px;
}
#hero .carousel-inner .item img {
	max-height: 371px;
}
#hero .carousel-inner .item.slide3 img {
	display: block;
	margin: 0 auto;
}
#hero .item h1 {
	font-size: 24px;
	font-weight: bolder;
	margin-top: 10px;
}
#hero .item p {
	font-size: 13px;
	color: #4E4E4E;
	line-height: 20px;
}
#hero .item .btn {
	margin-top: 10px;
	font-weight: bolder;
}

/* features section */
#features {
	background: #DDDCE2 url(../img/content_bg.jpg) repeat left top;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #d1d2d4;
	box-shadow: 0px 4px 4px 0px #BBB;
	}
#features .container { }
#features .feature img.thumb {
	box-shadow: 4px 4px 4px 0px #AAA;
	display: block;
	margin: 0 auto;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;	
}
#features .feature img.thumb:hover {
	box-shadow: 0px 0px 7px 1px #832631;
}
#features .feature h3 {
	font-size: 22px;
	font-weight: bolder;
	color: #252b34;
	margin-top: 25px;
	/*text-align: center;*/
	padding-left: 35px;
}
#features .feature h3 i {
	margin-right: 5px;
	position: relative;
	top: 2px;
}
#features .feature p.description {
	color: #44474D;
	width: 85%;
	padding-left: 35px;
}
#features .feature .btn {
	margin-top: 15px;
	margin-left: 35px;
}



/* testimonials section */
#testimonials {
	margin-top: 10px;
}
#testimonials .controls hr {
	border-top: 1px solid #BEC0C3;
	border-bottom: 2px solid white;
}

#testimonials .verticalLine {
    border-width: 0px medium 0px 1px;
    border-style: none none none solid;
    border-color: #832631 #832631 #832631 #832631;
    border-image: none;  
	min-height: 270px;
	margin: 23px 0px 0px 0px;
}

#testimonials .phrases_wrapper {
	margin-bottom: 50px;
	padding: 0px 0px 0px 0px;
}
#testimonials .phrases_wrapper .phrase { }
#testimonials .phrases_wrapper .phrase p.testimony {
	color:#3a3f46;
	font-family: Microsoft JhengHei, Verdana, Geneva, sans-serif;
	font-style: normal;
	font-size: 13px;
	/*width: 60%;*/
	line-height: 21px;
	position: relative;
	float: left;
}
#testimonials .phrases_wrapper .phrase p.testimony span {
	font-family: Microsoft JhengHei, Verdana, Geneva, sans-serif;
	font-size: 50px;
	color: #c9cbce;
	position: absolute;
	margin-left: 10px;
	margin-top: 15px;
}
#testimonials .phrases_wrapper .phrase .pic {
	float: right;
	margin: 0px 0px 10px 10px;
	max-width:120px;
}
#testimonials .phrases_wrapper .phrase .pic img {
	max-width: 55px;
	float: left;
	margin-right: 20px;
	position: relative;
	top: -6px;
}
#testimonials .phrases_wrapper .phrase .pic .name {
	font-weight: bold;
	color: #2C3644;
}
#testimonials .phrases_wrapper .phrase .pic .position { }

.scrollbar{
	width:90%;
	height:230px;
	background-color:#fff;
	margin-top:0px;
	margin-left:0px;
	overflow-y:scroll;
	float:left;
	padding: 0px 20px;
}
.scrollbar_press{
	width:95%;
	height:530px;
	background-color:#fff;
	margin-top:0px;
	margin-left:0px;
	overflow-y:scroll;
	float:left;
	padding: 15px 20px;
}
.scrollcontent{
	height:auto;
} 
.scrollcontent a{
    color: #832631;
}
.scrollcontent a:hover{
    color: #AAA;
}
.scrollcontent p{
    border-bottom: 1px solid #AAA;
	padding:0px 0px 8px 0px;
}

/* Let's get this party started */
#ex3::-webkit-scrollbar {
    width: 12px;
}
 
/* Track */
#ex3::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
 
/* Handle */
#ex3::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: #832631; 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
#ex3::-webkit-scrollbar-thumb:window-inactive {
	background: #832631; 
}


/* footer section */
#footer {
	background: #414A57;
	background: -moz-linear-gradient(top, #937f77 0%, #493933 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#937f77), color-stop(100%,#493933));
	background: -webkit-linear-gradient(top, #937f77 0%,#493933 100%);
	background: -o-linear-gradient(top, #937f77 0%,#493933 100%);
	background: -ms-linear-gradient(top, #937f77 0%,#493933 100%); 
	background: linear-gradient(to bottom, #937f77 0%,#493933 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#937f77', endColorstr='#493933',GradientType=0 );
	color: #fff;	
	padding:20px 0px;
	font-size:11px;
}
#footer .span7 {
	float:left;
	margin-left:0px;
}
#footer .span7 p {
	float:left;
	margin:0px;
}
#footer .span5 a {
	float:right;
	color:#fff;
}
#footer .span5 a:hover {
	float:right;
	color:#DDD;
}
#footer .span5 span {
	float:right;
	color:#fff;
}
.footermenu {
	background-color:#EEE;
	text-align: left;
	padding: 20px 0px 30px 0px;
}
.footermenu ul {
	list-style-type: none;
	margin: 0;
}
.footermenu .span2b h1 {
	font-family:Microsoft JhengHei, Verdana, Geneva, sans-serif;
	font-size:16px;
	color:#555;
	font-weight:normal;
	border-bottom:1px solid #cfc6c7;
	margin-right: 30px;
}
.footermenu .span2b h1 a {
	color:#555;
}

.footermenu .span2b h1 a:hover {
	color:#832631;
}




/* section header */
.section_header {
	text-align: center;
	font-weight: bolder;
	color: #252b34;
	margin-top: 80px;
	position: relative;
	margin-bottom: 40px;
}
.section_header.left span {
	margin-left: 0px;
	text-align: left;
}
.section_header hr {
	border-top: 1px solid #BEC0C3;
	border-bottom: 2px solid white;
	width: 36%;
	position: absolute;
}
.section_header hr.left { }
.section_header hr.right {
	right: 0px;
	top: 0px;
}
.section_header span {
	width: 27%;
	display: block;
	margin: 0 auto;
}
.section_header small {
	margin-left: 20px;
	font-size: 16px;
	color: #7f8387;
	display: none;
}


/* Responsive
-------------------------------------------------- */

/* Large desktop */
@media (min-width: 1200px) {
	.section_header small {
		display: inline-block;
	}
	#pricing .price_wrapper.lite {
		float: right;
		right: -30px;
	}
	#pricing .price_wrapper.standard {
		left: -30px;
	}
	#hero .carousel-inner .item.slide1 .span6 img {
		margin-left: 15px;
	}
	#hero .carousel-inner .item.slide1 .span4 {
		padding-left: 30px;
	}
	#hero .carousel-inner .item.slide2 .span6 img {
		margin-left: 30px;
	}
	#hero .item h1 {
		font-size: 30px;
		margin-top: 40px;
		margin-left: 20px;
	}
	#hero .item p {
		font-size: 16px;
		line-height: 24px;
		margin-left: 20px;
	}
	#hero .item .btn {
		margin-top: 25px;
		margin-left: 20px;
		font-size: 18px;
	}
	.scrollbar{
	    width:92%;
	}
}
@media (min-width: 980px) {
	#pricing .price_wrapper.pro {
		position: relative;
		top: -20px;
		height: 420px;
		z-index: 9;
		box-shadow: 0px 0px 5px 4px #E8E8E8;
	}
	#hero .carousel-inner .item {
		padding: 0px 0px;
	}
	.navbar .nav .btn-header {
		font-size:10px;
		font-color: #832631;
		text-align:center;
	    display: inline-block;
	    height: 18px;
		width: 18px;
	    position: relative;
	    top: 10px;
	    margin:0;
		padding:2px;
	}
	.navbar .nav .btn-header:hover {
		background: #832631;
		color:#FFF;
		text-shadow:none;
	}
	.navbar .nav > li.btn-language {
	border-left: 0px solid #dddcda;
	padding: 0 0 0 50px;
	text-shadow: 1px 1px #FFF;
}
	.navbar .nav > li.btn-language-sc {
	border-left: 0px solid #dddcda;
	padding: 0px;
	text-shadow: 1px 1px #FFF;
}
	
	
}

@media (max-width: 980px) {
	body {
		padding-top: 0px;
	}
	.section_header {
		margin-top: 60px;
	}
	.section_header small {
		display: none;
	}
	#pricing .price_wrapper {
		margin: 0 auto;
		margin-bottom: 20px !important;
	}
	#hero .item img {
		/*display: none;*/
		width: 100%;
		display: block;
		margin: 0 auto;
	}
	#hero .item h1 {
		font-size: 18px;
		line-height: 18px;
	}
	#hero .carousel-inner .item.slide2 img {
		margin-top: 20px;
	}
	#testimonials .phrases_wrapper .phrase .pic .position {
		display: block;
	}
	.scrollbar{
	height:270px;
	}
	#testimonials .verticalLine {
		height:310px;
	}
	
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) { 
	#intro h1 {
		width: 100%;
	}
	
	#features .feature h3 {
		padding-left: 0px;
	}
	#features .feature p.description {
		padding-left: 0px;
	}
	#features .feature .btn {
		margin-left: 0px;
	}
	#testimonials .phrases_wrapper {
		padding-left: 0px;
		padding-right: 0px;
	}
	#testimonials .phrases_wrapper .phrase .span3 {
		margin-left: 30px;
		width: 228px;
	}
	.scrollbar{
	height:330px;
}
	#hero { }
	#hero .carousel-control.left {
		left: 0px;
	}
	#hero .carousel-control.right {
		right: 0px;
	}
	#hero .item .span4 {
		margin-left: 50px;
	}
	#testimonials .verticalLine {
		height:380px;
	}
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {	
	#intro h1 {
		width: 100%;
	}
	#hero {
		padding: 0px 0px 20px 0px;
		margin-right: -20px;
		margin-left: -20px;
		height: auto;
	}
	#hero .carousel-inner .item {
		padding: 0px 0px;
	}
	#hero .item img {
		/*display: none;*/
		width: 100%;
		display: block;
		margin: 0 auto;
	}
	#hero .carousel-inner .item .btn {
		font-size: 13px;
		padding: 7px 10px;
	}
	#footer {
		margin-right: -20px;
		margin-left: -20px;
	}
	.footermenu {
		margin-right: -20px;
		margin-left: -20px;
		padding: 20px 20px 30px 20px;
	}
	#features {
	border-bottom: 1px solid #d1d2d4;
	box-shadow: 0px 0px 0px 0px #AAA;
	}
	#features .feature .btn {
		margin-top: 8px;
	}
	#features .feature {
		margin-bottom: 20px;
	}
	#testimonials .phrases_wrapper .phrase > p {
		width: 100%;
		font-size: 18px;
	}
	#testimonials .phrases_wrapper .phrase .pic {
		float: left;
		margin-top: 8px;
		font-size: 13px;
	}
	#footer .container {
		padding: 0px 20px;
	}
	#footer .blog_post .img-circle {
		float: left;
		margin-right: 20px;
	}
	#footer .copyright .copy {
		float: left;
	}
	#footer .copyright .copy p {
		margin-top: 0px;
	}
	
  #testimonials .verticalLine {
    border-width: 0px 0px 0px 0px;
    border-style: none none none none;    
	}	
	
  #testimonials .verticalLine {
	  border:none;
	min-height: 1px;
}
}
/* Landscape phones and down */
@media (max-width: 480px) {
	.section_header {
		margin-top: 30px;
	}
	.section_header span {
		width: auto;
	}
	#hero .carousel-inner .item {
		padding: 0px 0px;
	}
	#hero .item img {
		/*display: none;*/
		width: 100%;
		display: block;
		margin: 0 auto;
	}
	#testimonials .verticalLine {
    border-width: 0px 0px 0px 0px;
    border-style: none none none none;   
	height:0px;
	}	
	#testimonials .phrases_wrapper .phrase .pic {
	float: right;
	margin: 0px 0px 10px 10px;
	max-width:120px;
	}
    #footer .span5 a {
	float:left;
	color:#fff;
	}
	#footer .span5 a:hover {
	float:left;
	color:#DDD;
	}
	#footer .span5 span {
	float:left;
	color:#fff;
	}
	
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
html,
body,
.carousel,
.carousel-inner,
.carousel-inner .item {
  height: 100%;
}
.item:nth-child(1) {
  background: silver;
}
.item:nth-child(2) {
  background: red;
}
.item:nth-child(3) {
  background: orange;
}

