/* General Demo Style */
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);

.minified {
	width: 0px;
	height: 0px;
	border: 0px;
}

.hidden {
	display: none;
}

.content-container {
	/* golden ratio frame container */
	margin: 10px auto 20px auto;
	width: 61.803398875%;
	padding: 5px 20px;
	min-height:400px;x
	background: #FAFAFA;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;
	margin-bottom: 10px;
	border-radius: 10px;
	background-color: white;
}



.main-content {
	/*	background-color: rgba(255,255,224,0.5);*/
	position: relative;
}


.main-content:not(#slider) {
	display:none;
}

a {
	cursor: pointer;
}
html { height: 100%; }

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0px;
	margin: 0px;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

.chinese {
	font-family: Tahoma, Helvetica, Arial, "Microsoft Yahei","·L?¶®¶Â", STXihei, "?¤å?¶Â", sans-serif;
}
/*
	#faq .content-container:before{
	content: "Frequently Asked Question";
	color: rgba(244,150,33,0.2);
	position: fixed;
	bottom:50px;
	position: absolute;
	display: block;
	float:right;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 91.8px;
	z-index: -1;
}*/

#faq .content-container div{
	display: inline-block;
	margin: 0 15px;
}

#faq .content-container div h2{
	color: rgb(167,139,96);
	cursor: pointer;
}

#faq .content-container div h2.active{
	color: rgb(244,159,58);
	font-size: 200%;
}
.faqTitle{
	color: rgb(244,159,58);
	font-size: 200%;
}
#faq ol{
	display: none;
	position:relative;
}

#faq p,#about-us p{
	text-indent: 25px;
	line-height: 25px;
}

#apps  table {
	width: 100%;
	margin: 0px auto;
}

#apps  table img {
	max-width: 392px;
}

#apps  table img.left{
	-webkit-border-top-left-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}

#apps  table img.right{
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomright: 20px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}

body {
    /*font-family: 'Lato', Calibri, Arial, sans-serif;*/
	font-family: verdana,helvetica,arial,sans-serif;
    background: #fff;
    font-weight: 300;
	font-size: 13px;
	color: #333;
	-webkit-font-smoothing: antialiased;
}

/*
	body:after {
	font-size: 13px;
	padding-bottom: 10px;
	padding-right: 10px;
	content: "Copyright  \00A9  2013 mapwithyou.com. \7248\6B0A\6240\6709";
	position: absolute;
	bottom: 0px;
	right: 0px;
	}
*/

a {
	color: #555;
	text-decoration: none;
}

#content-frame {
	height:100%;
	padding-top: 10px;
	/*padding-bottom: 10px\9;
		background: url('../img/bg1.jpg');
	background-position: top;*/
	background-repeat: no-repeat;
}
#content-frame:after{
	content: "";
	height: 0px;
	padding-bottom: 10px;
}

.outmost-container {
	width: 100%;
	position: relative;
}

.outmost-container.demo-1 {
	height: 100%;
	position: absolute;
}

.clr {
	clear: both;
	padding: 0;
	height: 0;
	margin: 0;
}

.main {
	width: 90%;
	margin: 0 auto;
	position: relative;
}

.outmost-container > header,
.content-wrapper {
	padding: 30px;
	padding-top: 20px;
	width: 80%;
	max-width: 960px;
	margin: 0 auto;
}
.outmost-container > header{
	padding-bottom: 5px;
}
.content-wrapper p{
	padding-top: 30px;
	line-height: 26px;
}

.outmost-container > header h1 {
	font-size: 65px;
	line-height: 50px;
	margin: 0;
	font-weight: 700;
	font-family: 'Levenim MT', Times, serif;
	color: #f3b000;
	float: left;
	vertical-align: middle;
	position: relative;
	top:20px;
}

.outmost-container > header h1 img {
	margin-left: -160px;
	margin-top: -20px;
	position: absolute;
	padding: 15px;
	width: 150px;
	height: 117px;
	background-image: url('../img/logos/g17710-2.png');
	background-size: 150px 117px;
	background-position:center; 
	background-repeat: no-repeat;
}

.outmost-container > header h1 span {
	display: block;
	font-size: 18px;
	font-weight: 300;
	color: #333;
}


/* Header Style */
.codrops-top {
	font-size: 11px;
	background: #fff;
	background: rgba(255, 255, 255, 0.8);
	text-transform: uppercase;
	z-index: 100;
	position: absolute;
	bottom: -23px;
	width: 100%;
	padding: 5px;
	font-family: Cambria, Georgia, serif;
	box-shadow: 1px 0px 2px rgba(0,0,0,0.2);
}
@-moz-document url-prefix() {
	.codrops-top {
		bottom:-23px;
	}
	.main-content{
		margin-top: 40px;
	}
	.main-content:after{
		height:1px;
		content: "\00a0"; //firefox specific code to seperate the bottom bar and content window
	}
}
.codrops-top a {
	padding: 0px 10px;
	letter-spacing: 1px;
	color: #333;
	display: inline-block;
}

.codrops-top a:hover {
	background: rgba(255,255,255,0.6);
	border-radius: 50%;
}

.codrops-top span.right {
	float: right;
	vertical-align: middle;
}

.codrops-top span.right a {
	float: right;
	display: block;
}

/*
	.codrops-top span.right a {
	display: inline-block;
	}
*/

/* Demo Buttons Style */
.codrops-demos {
	float: right;
	max-width: 480px;
}

.codrops-demos  > ul > li > a {
	display: inline-block;
	margin: 10px;
	color: #333;
	font-weight: 700;
	/*line-height: 30px;
	border-bottom: 4px solid transparent;*/
}
/*
	.codrops-demos a:hover {
	color: #4682b4;
	border-color: #4682b4;
	}
*/
.codrops-demos a.current-demo,
.codrops-demos a.current-demo:hover {
	color: #aaa;
	border-color: #aaa;
}

.alternating-row-theme h2 {
	margin-top: -10px;
	margin-left: -15px;
	margin-right: 0px;
	margin-bottom: 0px;
	display: inline-block;
	padding: 5px 15px;
	background: #FFC400;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
	color: #fff;
}

.alternating-row-theme ul {
	padding: 15px 0px;
}

.alternating-row-theme div {
	padding: 15px;
	display: inline-block;
	margin-bottom: 20px;
	box-shadow: 0 0 6px #888;
}

.alternating-row-theme div:nth-child(odd){
	background: #FFF3DE !important;
	margin-left: -40px;
	
}

.alternating-row-theme div:nth-child(even){
	background: #fff !important;
	margin-left: 40px;
}

/*
.alternating-row-theme div:last-child{
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.alternating-row-theme div:first-child{
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
*/
