@media screen and (max-width:749px){
	a,a:active,a:focus {
		outline-color: -moz-use-text-color;
		outline-style: none;
		outline-width: 0;
	}

	a:active,a:focus {
		outline: expression(hideFocus='true');
	}

	p {
		/*! margin-bottom: 20px; */
	}

	#wrapper {
		width: 960px;
		margin: 0 auto;
		margin-top: 100px;
	}

	#tabs,#tabs2,#tabs3,#tabs4,#tabs5 {
		margin: 0 auto;
		margin-bottom: 40px;
	}

	#tabs li,#tabs2 li,#tabs3 li,#tabs4 li,#tabs5 li {
		float: left;
		margin-right: 2px;
	}

	#tabs li a,#tabs2 li a,#tabs3 li a,#tabs4 li a,#tabs5 li a {
		display: block;
		padding: 17px 30px;
		background: #008cd6;
		text-decoration: none;
		color: #FFF;
	}

	#tabs li a:hover,#tabs2 li a:hover,#tabs3 li a:hover,#tabs4 li a:hover,#tabs5 li a:hover {
		background: rgb(78, 74, 99);
	}

	#tabs_container {
		padding: 2%;
		overflow: hidden;
		position: relative;
		background: white;
	}

	#tabs_container div {
		/*! margin-right: 40px; */
		width: 100%;
	}

	.transition {
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		-ms-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;

		-webkit-transition-delay: .3s;
		-moz-transition-delay: .3s;
		-o-transition-delay: .3s;
		-ms-transition-delay: .3s;
		transition-delay: .3s;
	}

	.make_transist {
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		-ms-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
	}

	.hidescale {
		-webkit-transform: scale(0.9);
		-moz-transform: scale(0.9);
		-o-transform: scale(0.9);
		-ms-transform: scale(0.9);
		transform: scale(0.9);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		filter: alpha(opacity=0);
		opacity: 0;
	}

	.showscale {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		opacity: 1;

		-webkit-transition-delay: .3s;
		-moz-transition-delay: .3s;
		-o-transition-delay: .3s;
		-ms-transition-delay: .3s;
		transition-delay: .3s;
	}

	.hideleft {
		-webkit-transform: translateX(-100%);
		-moz-transform: translateX(-100%);
		-o-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		transform: translateX(-100%);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		opacity: 0;
	}

	.showleft {
		-webkit-transform: translateX(0px);
		-moz-transform: translateX(0px);
		-o-transform: translateX(0px);
		-ms-transform: translateX(0px);
		transform: translateX(0px);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		opacity: 1;

		-webkit-transition-delay: .3s;
		-moz-transition-delay: .3s;
		-o-transition-delay: .3s;
		-ms-transition-delay: .3s;
		transition-delay: .3s;
	}

	.hidescaleup {
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-o-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		opacity: 0;
	}

	.showscaleup {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		opacity: 1;

		-webkit-transition-delay: .3s;
		-moz-transition-delay: .3s;
		-o-transition-delay: .3s;
		-ms-transition-delay: .3s;
		transition-delay: .3s;
	}

	.hideflip {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		opacity: 0;

		-webkit-transform: rotatey(-90deg) scale(1.1);
		-moz-transform: rotatey(-90deg) scale(1.1);
		-o-transform: rotatey(-90deg) scale(1.1);
		-ms-transform: rotatey(-90deg) scale(1.1);
		transform: rotatey(-90deg) scale(1.1);

		-webkit-transform-origin: 50% 50%;
		-moz-transform-origin: 50% 50%;
		-o-transform-origin: 50% 50%;
		-ms-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
	}

	.showflip {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		opacity: 1;

		-webkit-transition-delay: .3s;
		-moz-transition-delay: .3s;
		-o-transition-delay: .3s;
		-ms-transition-delay: .3s;
		transition-delay: .3s;

		-webkit-transform: rotatey(0deg) scale(1);
		-moz-transform: rotatey(0deg) scale(1);
		-o-transform: rotatey(0deg) scale(1);
		-ms-transform: rotatey(0deg) scale(1);
		transform: rotatey(0deg) scale(1);

		-webkit-transform-origin: 50% 50%;
		-moz-transform-origin: 50% 50%;
		-o-transform-origin: 50% 50%;
		-ms-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
	}

	.tabulous_active {
		background: white !important;
		color: #2d2d2d !important;
	}

	.tabulousclear {
		display: block;
		clear: both;
	}

	/*SITE STYLING*/


	.clear {
		clear: both;
		display: block;
	}

	h1 {
		color: #655c89;
		font-size: 50px;
		text-align: center;
		padding-top: 30px;
		margin-bottom: 20px;
	}

	h1 span {
		font-weight: bold;
		color: rgba(101, 92, 137,.3);
	}

	h2,h3 {
		color: #777;
		text-align: center;
		width: 500px;
		margin: 0 auto;
	}

	h3 {
		text-align: left;
		font-size: 28px;
	}

	h4,h5 {
		color: #757575;
		margin-bottom: 20px;
		font-size: 19px;
	}

	h5 {
		font-size: 16px;
	}

	.prettyprint {
		padding: 20px;
	}

	p {
		/*! margin-bottom: 20px; */
		color: #777;
		/*! line-height: 150%; */
	}

	.left,.right {
		width: 46%;
		float: left;
	}

	.left {
		margin-right: 8%;
	}

	.demointro {
		color: #FFF;
		width: 500px;
		margin: 0 auto;
		text-align: left;
		margin-bottom: 30px;
	}

	#mainbuttons {
		width: 350px;
		margin: 0 auto;
	}

	#mainbuttons li {
		float: left;
		margin-right: 10px;
	}

	#footerlink {
		text-decoration: none;
		padding-bottom: 20px;
		background: #FFF;
		width: 100%;
		text-align: center;
		display: block;
		color: #777;
	}

	#footerlink:hover {
		text-decoration: underline;
	}

	#mainbuttons li:nth-child(2) {
		margin-right: 0px;
	}

	#mainbuttons li a,.button {
		display: block;
		padding: 10px 15px;
		background: #f27662;
		color: white;
		width: 140px;
		text-decoration: none;
		text-transform: uppercase;

		-webkit-transition: background .3s ease-in-out;
		-moz-transition: background .3s ease-in-out;
		-o-transition: background .3s ease-in-out;
		-ms-transition: background .3s ease-in-out;
		transition: background .3s ease-in-out;
		border: 0px;
	}

	#mainbuttons li a:hover,.button:hover {
		background: rgb(228, 109, 89);
		cursor: pointer;
	}

	#myform {
		width: 400px;
		margin: 0 auto;
		position: relative;
	}

	#myform,#myform2 {
		width: 500px;
		margin: 0 auto;
		position: relative;
		margin-bottom: 60px;
	}

	#myform label,#myform2 label {
		margin-bottom: 5px;
		display: block;
		text-transform: uppercase;
		font-size: 14px;
		color: #557DA8;
		font-weight: bold;
	}

	.white {
		color: #557DA8;
	}

	#myform input[type="text"],#myform textarea {
		background: #7bb7fa;
		border: 2px solid #6EA5E1;
		color: white;
		font-family: "Lato", sans-serif;
		font-size: 14px;
		padding: 9px 5px;
		height: 21px;
		text-indent: 6px;
		-webkit-appearance: none;
		border-radius: 6px;

		-webkit-box-shadow: none;
		box-shadow: none;

		-webkit-transition: border .25s linear, color .25s linear;
		-moz-transition: border .25s linear, color .25s linear;
		-o-transition: border .25s linear, color .25s linear;
		-ms-transition: border .25s linear, color .25s linear;
		transition: border .25s linear, color .25s linear;
		-webkit-backface-visibility: hidden;
		width: 100%;
	}

	#myform textarea {
		height: 80px;
	}

	#myform input[type="text"]:focus,#myform textarea:focus {
		outline: 0;
		border: 2px solid white;
	}

	#container {
		width: 100%;
		background: white;
	}

	#header {
		background: white;
		/*height: 300px;*/
		width: 100%;
	}

	.regular-checkbox {
		-webkit-appearance: none;
		border: 2px solid #6EA5E1;

		-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
		box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
		padding: 7px;
		border-radius: 0px;
		display: inline-block;
		position: relative;
		margin-right: 10px;
	}

	.regular-checkbox:active,.regular-checkbox:checked:active {
		-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
		box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
	}

	.regular-checkbox:checked {
		border: 2px solid white;

		-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
		box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
		color: #99a1a7;
	}

	.regular-checkbox:checked:after {
		content: '2714';
		font-size: 14px;
		position: absolute;
		top: -2px;
		left: 1px;
		color: white;
	}

	pre,code {
		font-family: "Consolas", "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
		font-size: 12px;
		line-height: 18px;
		border: 1px solid #CCC;
		padding: 5px;
		margin: 10px 0;
		overflow: hidden;
		background: #F8F8F8;
		color: #333;
	}

	pre {
		margin-bottom: 20px;
		overflow-x: auto;
	}

	.wrapper {
		padding: 30px;
		width: 800px;
		margin: 0 auto;
		max-width: 100%;
	}

	.wrapper ul {
		margin-left: 20px;
	}

	.wrapper ul li {
		color: #777;
		list-style-type: disc;
		margin-bottom: 20px;
	}

	.wrapper h3 {
		width: 100%;
		margin-bottom: 20px;
	}

	hr {
		border: 0px;
		width: 100%;
		border-top: 1px dotted #C0C0C0;
		/*! margin-top: 60px; */
		/*! margin-bottom: 60px; */
	}

	table {
		width: 100%;
		color: #777;
		margin-bottom: 20px;
	}

	table thead tr th {
		font-weight: bold;
	}

	table tr {
		border-bottom: 1px solid #C0C0C0;
	}

	table th,table td {
		padding: 10px;
	}

	table tr:nth-child(odd) {
		background: #F8F8F8;
	}

	table tr:hover {
		background: #FFF6BF;
	}

	table thead tr,table thead tr:hover {
		background: none !important;
	}

	.doclink {
		color: #777;
		display: block;
		margin-top: 20px;
		font-size: 11px;
		text-decoration: none;
		text-transform: uppercase;
	}

	.doclink:hover {
		text-decoration: underline;
	}

	.demo,.demo2 {
		color: #FFF;
		margin-top: 30px;
		margin-bottom: 10px;
	}

	.demo2 {
		font-size: 21px;
		color: rgb(132, 120, 179);
	}

	.created_by {
		font-size: 12px;
		display: block;
		margin-top: 10px;
	}

	.created_by a {
		color: rgb(101, 92, 137);
	}
	.ifheight{
			height:1060px;
		}
}











































@media screen and (min-width: 750px) and (max-width:969px){
	a,a:active,a:focus {
		outline-color: -moz-use-text-color;
		outline-style: none;
		outline-width: 0;
	}

	a:active,a:focus {
		outline: expression(hideFocus='true');
	}

	p {
		/*! margin-bottom: 20px; */
	}

	#wrapper {
		width: 960px;
		margin: 0 auto;
		margin-top: 100px;
	}

	#tabs,#tabs2,#tabs3,#tabs4,#tabs5 {
		margin: 0 auto;
		margin-bottom: 40px;
	}

	#tabs li,#tabs2 li,#tabs3 li,#tabs4 li,#tabs5 li {
		float: left;
		margin-right: 2px;
	}

	#tabs li a,#tabs2 li a,#tabs3 li a,#tabs4 li a,#tabs5 li a {
		display: block;
		padding: 17px 30px;
		background: #008cd6;
		text-decoration: none;
		color: #FFF;
	}

	#tabs li a:hover,#tabs2 li a:hover,#tabs3 li a:hover,#tabs4 li a:hover,#tabs5 li a:hover {
		background: rgb(78, 74, 99);
	}

	#tabs_container {
		padding: 10px;
		overflow: hidden;
		position: relative;
		background: white;
	}

	#tabs_container div {
		/*! margin-right: 40px; */
	}

	.transition {
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		-ms-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;

		-webkit-transition-delay: .3s;
		-moz-transition-delay: .3s;
		-o-transition-delay: .3s;
		-ms-transition-delay: .3s;
		transition-delay: .3s;
	}

	.make_transist {
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		-ms-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
	}

	.hidescale {
		-webkit-transform: scale(0.9);
		-moz-transform: scale(0.9);
		-o-transform: scale(0.9);
		-ms-transform: scale(0.9);
		transform: scale(0.9);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		filter: alpha(opacity=0);
		opacity: 0;
	}

	.showscale {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		opacity: 1;

		-webkit-transition-delay: .3s;
		-moz-transition-delay: .3s;
		-o-transition-delay: .3s;
		-ms-transition-delay: .3s;
		transition-delay: .3s;
	}

	.hideleft {
		-webkit-transform: translateX(-100%);
		-moz-transform: translateX(-100%);
		-o-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		transform: translateX(-100%);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		opacity: 0;
	}

	.showleft {
		-webkit-transform: translateX(0px);
		-moz-transform: translateX(0px);
		-o-transform: translateX(0px);
		-ms-transform: translateX(0px);
		transform: translateX(0px);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		opacity: 1;

		-webkit-transition-delay: .3s;
		-moz-transition-delay: .3s;
		-o-transition-delay: .3s;
		-ms-transition-delay: .3s;
		transition-delay: .3s;
	}

	.hidescaleup {
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-o-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		opacity: 0;
	}

	.showscaleup {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		opacity: 1;

		-webkit-transition-delay: .3s;
		-moz-transition-delay: .3s;
		-o-transition-delay: .3s;
		-ms-transition-delay: .3s;
		transition-delay: .3s;
	}

	.hideflip {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		opacity: 0;

		-webkit-transform: rotatey(-90deg) scale(1.1);
		-moz-transform: rotatey(-90deg) scale(1.1);
		-o-transform: rotatey(-90deg) scale(1.1);
		-ms-transform: rotatey(-90deg) scale(1.1);
		transform: rotatey(-90deg) scale(1.1);

		-webkit-transform-origin: 50% 50%;
		-moz-transform-origin: 50% 50%;
		-o-transform-origin: 50% 50%;
		-ms-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
	}

	.showflip {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		opacity: 1;

		-webkit-transition-delay: .3s;
		-moz-transition-delay: .3s;
		-o-transition-delay: .3s;
		-ms-transition-delay: .3s;
		transition-delay: .3s;

		-webkit-transform: rotatey(0deg) scale(1);
		-moz-transform: rotatey(0deg) scale(1);
		-o-transform: rotatey(0deg) scale(1);
		-ms-transform: rotatey(0deg) scale(1);
		transform: rotatey(0deg) scale(1);

		-webkit-transform-origin: 50% 50%;
		-moz-transform-origin: 50% 50%;
		-o-transform-origin: 50% 50%;
		-ms-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
	}

	.tabulous_active {
		background: white !important;
		color: #2d2d2d !important;
	}

	.tabulousclear {
		display: block;
		clear: both;
	}

	/*SITE STYLING*/


	.clear {
		clear: both;
		display: block;
	}

	h1 {
		color: #655c89;
		font-size: 50px;
		text-align: center;
		padding-top: 30px;
		margin-bottom: 20px;
	}

	h1 span {
		font-weight: bold;
		color: rgba(101, 92, 137,.3);
	}

	h2,h3 {
		color: #777;
		text-align: center;
		width: 500px;
		margin: 0 auto;
	}

	h3 {
		text-align: left;
		font-size: 28px;
	}

	h4,h5 {
		color: #757575;
		margin-bottom: 20px;
		font-size: 19px;
	}

	h5 {
		font-size: 16px;
	}

	.prettyprint {
		padding: 20px;
	}

	p {
		/*! margin-bottom: 20px; */
		color: #777;
		/*! line-height: 150%; */
	}

	.left,.right {
		width: 46%;
		float: left;
	}

	.left {
		margin-right: 8%;
	}

	.demointro {
		color: #FFF;
		width: 500px;
		margin: 0 auto;
		text-align: left;
		margin-bottom: 30px;
	}

	#mainbuttons {
		width: 350px;
		margin: 0 auto;
	}

	#mainbuttons li {
		float: left;
		margin-right: 10px;
	}

	#footerlink {
		text-decoration: none;
		padding-bottom: 20px;
		background: #FFF;
		width: 100%;
		text-align: center;
		display: block;
		color: #777;
	}

	#footerlink:hover {
		text-decoration: underline;
	}

	#mainbuttons li:nth-child(2) {
		margin-right: 0px;
	}

	#mainbuttons li a,.button {
		display: block;
		padding: 10px 15px;
		background: #f27662;
		color: white;
		width: 140px;
		text-decoration: none;
		text-transform: uppercase;

		-webkit-transition: background .3s ease-in-out;
		-moz-transition: background .3s ease-in-out;
		-o-transition: background .3s ease-in-out;
		-ms-transition: background .3s ease-in-out;
		transition: background .3s ease-in-out;
		border: 0px;
	}

	#mainbuttons li a:hover,.button:hover {
		background: rgb(228, 109, 89);
		cursor: pointer;
	}

	#myform {
		width: 400px;
		margin: 0 auto;
		position: relative;
	}

	#myform,#myform2 {
		width: 500px;
		margin: 0 auto;
		position: relative;
		margin-bottom: 60px;
	}

	#myform label,#myform2 label {
		margin-bottom: 5px;
		display: block;
		text-transform: uppercase;
		font-size: 14px;
		color: #557DA8;
		font-weight: bold;
	}

	.white {
		color: #557DA8;
	}

	#myform input[type="text"],#myform textarea {
		background: #7bb7fa;
		border: 2px solid #6EA5E1;
		color: white;
		font-family: "Lato", sans-serif;
		font-size: 14px;
		padding: 9px 5px;
		height: 21px;
		text-indent: 6px;
		-webkit-appearance: none;
		border-radius: 6px;

		-webkit-box-shadow: none;
		box-shadow: none;

		-webkit-transition: border .25s linear, color .25s linear;
		-moz-transition: border .25s linear, color .25s linear;
		-o-transition: border .25s linear, color .25s linear;
		-ms-transition: border .25s linear, color .25s linear;
		transition: border .25s linear, color .25s linear;
		-webkit-backface-visibility: hidden;
		width: 100%;
	}

	#myform textarea {
		height: 80px;
	}

	#myform input[type="text"]:focus,#myform textarea:focus {
		outline: 0;
		border: 2px solid white;
	}

	#container {
		width: 100%;
		background: white;
	}

	#header {
		background: white;
		height: /*300px;*/
		width: 100%;
	}

	.regular-checkbox {
		-webkit-appearance: none;
		border: 2px solid #6EA5E1;

		-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
		box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
		padding: 7px;
		border-radius: 0px;
		display: inline-block;
		position: relative;
		margin-right: 10px;
	}

	.regular-checkbox:active,.regular-checkbox:checked:active {
		-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
		box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
	}

	.regular-checkbox:checked {
		border: 2px solid white;

		-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
		box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
		color: #99a1a7;
	}

	.regular-checkbox:checked:after {
		content: '2714';
		font-size: 14px;
		position: absolute;
		top: -2px;
		left: 1px;
		color: white;
	}

	pre,code {
		font-family: "Consolas", "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
		font-size: 12px;
		line-height: 18px;
		border: 1px solid #CCC;
		padding: 5px;
		margin: 10px 0;
		overflow: hidden;
		background: #F8F8F8;
		color: #333;
	}

	pre {
		margin-bottom: 20px;
		overflow-x: auto;
	}

	.wrapper {
		padding: 30px;
		width: 800px;
		margin: 0 auto;
		max-width: 100%;
	}

	.wrapper ul {
		margin-left: 20px;
	}

	.wrapper ul li {
		color: #777;
		list-style-type: disc;
		margin-bottom: 20px;
	}

	.wrapper h3 {
		width: 100%;
		margin-bottom: 20px;
	}

	hr {
		border: 0px;
		width: 100%;
		border-top: 1px dotted #C0C0C0;
		/*! margin-top: 60px; */
		/*! margin-bottom: 60px; */
	}

	table {
		width: 100%;
		color: #777;
		margin-bottom: 20px;
	}

	table thead tr th {
		font-weight: bold;
	}

	table tr {
		border-bottom: 1px solid #C0C0C0;
	}

	table th,table td {
		padding: 10px;
	}

	table tr:nth-child(odd) {
		background: #F8F8F8;
	}

	table tr:hover {
		background: #FFF6BF;
	}

	table thead tr,table thead tr:hover {
		background: none !important;
	}

	.doclink {
		color: #777;
		display: block;
		margin-top: 20px;
		font-size: 11px;
		text-decoration: none;
		text-transform: uppercase;
	}

	.doclink:hover {
		text-decoration: underline;
	}

	.demo,.demo2 {
		color: #FFF;
		margin-top: 30px;
		margin-bottom: 10px;
	}

	.demo2 {
		font-size: 21px;
		color: rgb(132, 120, 179);
	}

	.created_by {
		font-size: 12px;
		display: block;
		margin-top: 10px;
	}

	.created_by a {
		color: rgb(101, 92, 137);
	}
	.ifheight{
			height:420px;
		}
}











































@media screen and (min-width: 970px) and (max-width: 1199px){
	a,a:active,a:focus {
		outline-color: -moz-use-text-color;
		outline-style: none;
		outline-width: 0;
	}

	a:active,a:focus {
		outline: expression(hideFocus='true');
	}

	p {
		/*! margin-bottom: 20px; */
	}

	#wrapper {
		width: 960px;
		margin: 0 auto;
		margin-top: 100px;
	}

	#tabs,#tabs2,#tabs3,#tabs4,#tabs5 {
		margin: 0 auto;
		margin-bottom: 40px;
	}

	#tabs li,#tabs2 li,#tabs3 li,#tabs4 li,#tabs5 li {
		float: left;
		margin-right: 2px;
	}

	#tabs li a,#tabs2 li a,#tabs3 li a,#tabs4 li a,#tabs5 li a {
		display: block;
		padding: 17px 30px;
		background: #008cd6;
		text-decoration: none;
		color: #FFF;
	}

	#tabs li a:hover,#tabs2 li a:hover,#tabs3 li a:hover,#tabs4 li a:hover,#tabs5 li a:hover {
		background: rgb(78, 74, 99);
	}

	#tabs_container {
		padding: 20px;
		overflow: hidden;
		position: relative;
		background: white;
	}

	#tabs_container div {
		margin-right: 40px;
	}

	.transition {
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		-ms-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;

		-webkit-transition-delay: .3s;
		-moz-transition-delay: .3s;
		-o-transition-delay: .3s;
		-ms-transition-delay: .3s;
		transition-delay: .3s;
	}

	.make_transist {
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		-ms-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
	}

	.hidescale {
		-webkit-transform: scale(0.9);
		-moz-transform: scale(0.9);
		-o-transform: scale(0.9);
		-ms-transform: scale(0.9);
		transform: scale(0.9);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		filter: alpha(opacity=0);
		opacity: 0;
	}

	.showscale {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		opacity: 1;

		-webkit-transition-delay: .3s;
		-moz-transition-delay: .3s;
		-o-transition-delay: .3s;
		-ms-transition-delay: .3s;
		transition-delay: .3s;
	}

	.hideleft {
		-webkit-transform: translateX(-100%);
		-moz-transform: translateX(-100%);
		-o-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		transform: translateX(-100%);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		opacity: 0;
	}

	.showleft {
		-webkit-transform: translateX(0px);
		-moz-transform: translateX(0px);
		-o-transform: translateX(0px);
		-ms-transform: translateX(0px);
		transform: translateX(0px);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		opacity: 1;

		-webkit-transition-delay: .3s;
		-moz-transition-delay: .3s;
		-o-transition-delay: .3s;
		-ms-transition-delay: .3s;
		transition-delay: .3s;
	}

	.hidescaleup {
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-o-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		opacity: 0;
	}

	.showscaleup {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		opacity: 1;

		-webkit-transition-delay: .3s;
		-moz-transition-delay: .3s;
		-o-transition-delay: .3s;
		-ms-transition-delay: .3s;
		transition-delay: .3s;
	}

	.hideflip {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		opacity: 0;

		-webkit-transform: rotatey(-90deg) scale(1.1);
		-moz-transform: rotatey(-90deg) scale(1.1);
		-o-transform: rotatey(-90deg) scale(1.1);
		-ms-transform: rotatey(-90deg) scale(1.1);
		transform: rotatey(-90deg) scale(1.1);

		-webkit-transform-origin: 50% 50%;
		-moz-transform-origin: 50% 50%;
		-o-transform-origin: 50% 50%;
		-ms-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
	}

	.showflip {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		opacity: 1;

		-webkit-transition-delay: .3s;
		-moz-transition-delay: .3s;
		-o-transition-delay: .3s;
		-ms-transition-delay: .3s;
		transition-delay: .3s;

		-webkit-transform: rotatey(0deg) scale(1);
		-moz-transform: rotatey(0deg) scale(1);
		-o-transform: rotatey(0deg) scale(1);
		-ms-transform: rotatey(0deg) scale(1);
		transform: rotatey(0deg) scale(1);

		-webkit-transform-origin: 50% 50%;
		-moz-transform-origin: 50% 50%;
		-o-transform-origin: 50% 50%;
		-ms-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
	}

	.tabulous_active {
		background: white !important;
		color: #2d2d2d !important;
	}

	.tabulousclear {
		display: block;
		clear: both;
	}

	/*SITE STYLING*/


	.clear {
		clear: both;
		display: block;
	}

	h1 {
		color: #655c89;
		font-size: 50px;
		text-align: center;
		padding-top: 30px;
		margin-bottom: 20px;
	}

	h1 span {
		font-weight: bold;
		color: rgba(101, 92, 137,.3);
	}

	h2,h3 {
		color: #777;
		text-align: center;
		width: 500px;
		margin: 0 auto;
	}

	h3 {
		text-align: left;
		font-size: 28px;
	}

	h4,h5 {
		color: #757575;
		margin-bottom: 20px;
		font-size: 19px;
	}

	h5 {
		font-size: 16px;
	}

	.prettyprint {
		padding: 20px;
	}

	p {
		/*! margin-bottom: 20px; */
		color: #777;
		/*! line-height: 150%; */
	}

	.left,.right {
		width: 46%;
		float: left;
	}

	.left {
		margin-right: 8%;
	}

	.demointro {
		color: #FFF;
		width: 500px;
		margin: 0 auto;
		text-align: left;
		margin-bottom: 30px;
	}

	#mainbuttons {
		width: 350px;
		margin: 0 auto;
	}

	#mainbuttons li {
		float: left;
		margin-right: 10px;
	}

	#footerlink {
		text-decoration: none;
		padding-bottom: 20px;
		background: #FFF;
		width: 100%;
		text-align: center;
		display: block;
		color: #777;
	}

	#footerlink:hover {
		text-decoration: underline;
	}

	#mainbuttons li:nth-child(2) {
		margin-right: 0px;
	}

	#mainbuttons li a,.button {
		display: block;
		padding: 10px 15px;
		background: #f27662;
		color: white;
		width: 140px;
		text-decoration: none;
		text-transform: uppercase;

		-webkit-transition: background .3s ease-in-out;
		-moz-transition: background .3s ease-in-out;
		-o-transition: background .3s ease-in-out;
		-ms-transition: background .3s ease-in-out;
		transition: background .3s ease-in-out;
		border: 0px;
	}

	#mainbuttons li a:hover,.button:hover {
		background: rgb(228, 109, 89);
		cursor: pointer;
	}

	#myform {
		width: 400px;
		margin: 0 auto;
		position: relative;
	}

	#myform,#myform2 {
		width: 500px;
		margin: 0 auto;
		position: relative;
		margin-bottom: 60px;
	}

	#myform label,#myform2 label {
		margin-bottom: 5px;
		display: block;
		text-transform: uppercase;
		font-size: 14px;
		color: #557DA8;
		font-weight: bold;
	}

	.white {
		color: #557DA8;
	}

	#myform input[type="text"],#myform textarea {
		background: #7bb7fa;
		border: 2px solid #6EA5E1;
		color: white;
		font-family: "Lato", sans-serif;
		font-size: 14px;
		padding: 9px 5px;
		height: 21px;
		text-indent: 6px;
		-webkit-appearance: none;
		border-radius: 6px;

		-webkit-box-shadow: none;
		box-shadow: none;

		-webkit-transition: border .25s linear, color .25s linear;
		-moz-transition: border .25s linear, color .25s linear;
		-o-transition: border .25s linear, color .25s linear;
		-ms-transition: border .25s linear, color .25s linear;
		transition: border .25s linear, color .25s linear;
		-webkit-backface-visibility: hidden;
		width: 100%;
	}

	#myform textarea {
		height: 80px;
	}

	#myform input[type="text"]:focus,#myform textarea:focus {
		outline: 0;
		border: 2px solid white;
	}

	#container {
		width: 100%;
		background: white;
	}

	#header {
		background: white;
		/*height: 300px;*/
		width: 100%;
	}

	.regular-checkbox {
		-webkit-appearance: none;
		border: 2px solid #6EA5E1;

		-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
		box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
		padding: 7px;
		border-radius: 0px;
		display: inline-block;
		position: relative;
		margin-right: 10px;
	}

	.regular-checkbox:active,.regular-checkbox:checked:active {
		-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
		box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
	}

	.regular-checkbox:checked {
		border: 2px solid white;

		-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
		box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
		color: #99a1a7;
	}

	.regular-checkbox:checked:after {
		content: '2714';
		font-size: 14px;
		position: absolute;
		top: -2px;
		left: 1px;
		color: white;
	}

	pre,code {
		font-family: "Consolas", "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
		font-size: 12px;
		line-height: 18px;
		border: 1px solid #CCC;
		padding: 5px;
		margin: 10px 0;
		overflow: hidden;
		background: #F8F8F8;
		color: #333;
	}

	pre {
		margin-bottom: 20px;
		overflow-x: auto;
	}

	.wrapper {
		padding: 30px;
		width: 800px;
		margin: 0 auto;
		max-width: 100%;
	}

	.wrapper ul {
		margin-left: 20px;
	}

	.wrapper ul li {
		color: #777;
		list-style-type: disc;
		margin-bottom: 20px;
	}

	.wrapper h3 {
		width: 100%;
		margin-bottom: 20px;
	}

	hr {
		border: 0px;
		width: 100%;
		border-top: 1px dotted #C0C0C0;
		/*! margin-top: 60px; */
		/*! margin-bottom: 60px; */
	}

	table {
		width: 100%;
		color: #777;
		margin-bottom: 20px;
	}

	table thead tr th {
		font-weight: bold;
	}

	table tr {
		border-bottom: 1px solid #C0C0C0;
	}

	table th,table td {
		padding: 10px;
	}

	table tr:nth-child(odd) {
		background: #F8F8F8;
	}

	table tr:hover {
		background: #FFF6BF;
	}

	table thead tr,table thead tr:hover {
		background: none !important;
	}

	.doclink {
		color: #777;
		display: block;
		margin-top: 20px;
		font-size: 11px;
		text-decoration: none;
		text-transform: uppercase;
	}

	.doclink:hover {
		text-decoration: underline;
	}

	.demo,.demo2 {
		color: #FFF;
		margin-top: 30px;
		margin-bottom: 10px;
	}

	.demo2 {
		font-size: 21px;
		color: rgb(132, 120, 179);
	}

	.created_by {
		font-size: 12px;
		display: block;
		margin-top: 10px;
	}

	.created_by a {
		color: rgb(101, 92, 137);
	}
	.ifheight{
			height:420px;
		}
}











































@media screen and (min-width:1200px){
	a,a:active,a:focus {
		outline-color: -moz-use-text-color;
		outline-style: none;
		outline-width: 0;
	}

	a:active,a:focus {
		outline: expression(hideFocus='true');
	}

	p {
		/*! margin-bottom: 20px; */
	}

	#wrapper {
		width: 960px;
		margin: 0 auto;
		margin-top: 100px;
	}

	#tabs,#tabs2,#tabs3,#tabs4,#tabs5 {
		margin: 0 auto;
		margin-bottom: 40px;
	}

	#tabs li,#tabs2 li,#tabs3 li,#tabs4 li,#tabs5 li {
		float: left;
		margin-right: 2px;
	}

	#tabs li a,#tabs2 li a,#tabs3 li a,#tabs4 li a,#tabs5 li a {
		display: block;
		padding: 17px 30px;
		background: #008cd6;
		text-decoration: none;
		color: #FFF;
	}

	#tabs li a:hover,#tabs2 li a:hover,#tabs3 li a:hover,#tabs4 li a:hover,#tabs5 li a:hover {
		background: rgb(78, 74, 99);
	}

	#tabs_container {
		padding: 40px;
		overflow: hidden;
		position: relative;
		background: white;
	}

	#tabs_container div {
		margin-right: 40px;
	}

	.transition {
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		-ms-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;

		-webkit-transition-delay: .3s;
		-moz-transition-delay: .3s;
		-o-transition-delay: .3s;
		-ms-transition-delay: .3s;
		transition-delay: .3s;
	}

	.make_transist {
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		-ms-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
	}

	.hidescale {
		-webkit-transform: scale(0.9);
		-moz-transform: scale(0.9);
		-o-transform: scale(0.9);
		-ms-transform: scale(0.9);
		transform: scale(0.9);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		filter: alpha(opacity=0);
		opacity: 0;
	}

	.showscale {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		opacity: 1;

		-webkit-transition-delay: .3s;
		-moz-transition-delay: .3s;
		-o-transition-delay: .3s;
		-ms-transition-delay: .3s;
		transition-delay: .3s;
	}

	.hideleft {
		-webkit-transform: translateX(-100%);
		-moz-transform: translateX(-100%);
		-o-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		transform: translateX(-100%);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		opacity: 0;
	}

	.showleft {
		-webkit-transform: translateX(0px);
		-moz-transform: translateX(0px);
		-o-transform: translateX(0px);
		-ms-transform: translateX(0px);
		transform: translateX(0px);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		opacity: 1;

		-webkit-transition-delay: .3s;
		-moz-transition-delay: .3s;
		-o-transition-delay: .3s;
		-ms-transition-delay: .3s;
		transition-delay: .3s;
	}

	.hidescaleup {
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-o-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		opacity: 0;
	}

	.showscaleup {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		opacity: 1;

		-webkit-transition-delay: .3s;
		-moz-transition-delay: .3s;
		-o-transition-delay: .3s;
		-ms-transition-delay: .3s;
		transition-delay: .3s;
	}

	.hideflip {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		opacity: 0;

		-webkit-transform: rotatey(-90deg) scale(1.1);
		-moz-transform: rotatey(-90deg) scale(1.1);
		-o-transform: rotatey(-90deg) scale(1.1);
		-ms-transform: rotatey(-90deg) scale(1.1);
		transform: rotatey(-90deg) scale(1.1);

		-webkit-transform-origin: 50% 50%;
		-moz-transform-origin: 50% 50%;
		-o-transform-origin: 50% 50%;
		-ms-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
	}

	.showflip {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		opacity: 1;

		-webkit-transition-delay: .3s;
		-moz-transition-delay: .3s;
		-o-transition-delay: .3s;
		-ms-transition-delay: .3s;
		transition-delay: .3s;

		-webkit-transform: rotatey(0deg) scale(1);
		-moz-transform: rotatey(0deg) scale(1);
		-o-transform: rotatey(0deg) scale(1);
		-ms-transform: rotatey(0deg) scale(1);
		transform: rotatey(0deg) scale(1);

		-webkit-transform-origin: 50% 50%;
		-moz-transform-origin: 50% 50%;
		-o-transform-origin: 50% 50%;
		-ms-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
	}

	.tabulous_active {
		background: white !important;
		color: #2d2d2d !important;
	}

	.tabulousclear {
		display: block;
		clear: both;
	}

	/*SITE STYLING*/


	.clear {
		clear: both;
		display: block;
	}

	h1 {
		color: #655c89;
		font-size: 50px;
		text-align: center;
		padding-top: 30px;
		margin-bottom: 20px;
	}

	h1 span {
		font-weight: bold;
		color: rgba(101, 92, 137,.3);
	}

	h2,h3 {
		color: #777;
		text-align: center;
		width: 500px;
		margin: 0 auto;
	}

	h3 {
		text-align: left;
		font-size: 28px;
	}

	h4,h5 {
		color: #757575;
		margin-bottom: 20px;
		font-size: 19px;
	}

	h5 {
		font-size: 16px;
	}

	.prettyprint {
		padding: 20px;
	}

	p {
		/*! margin-bottom: 20px; */
		color: #777;
		/*! line-height: 150%; */
	}

	.left,.right {
		width: 46%;
		float: left;
	}

	.left {
		margin-right: 8%;
	}

	.demointro {
		color: #FFF;
		width: 500px;
		margin: 0 auto;
		text-align: left;
		margin-bottom: 30px;
	}

	#mainbuttons {
		width: 350px;
		margin: 0 auto;
	}

	#mainbuttons li {
		float: left;
		margin-right: 10px;
	}

	#footerlink {
		text-decoration: none;
		padding-bottom: 20px;
		background: #FFF;
		width: 100%;
		text-align: center;
		display: block;
		color: #777;
	}

	#footerlink:hover {
		text-decoration: underline;
	}

	#mainbuttons li:nth-child(2) {
		margin-right: 0px;
	}

	#mainbuttons li a,.button {
		display: block;
		padding: 10px 15px;
		background: #f27662;
		color: white;
		width: 140px;
		text-decoration: none;
		text-transform: uppercase;

		-webkit-transition: background .3s ease-in-out;
		-moz-transition: background .3s ease-in-out;
		-o-transition: background .3s ease-in-out;
		-ms-transition: background .3s ease-in-out;
		transition: background .3s ease-in-out;
		border: 0px;
	}

	#mainbuttons li a:hover,.button:hover {
		background: rgb(228, 109, 89);
		cursor: pointer;
	}

	#myform {
		width: 400px;
		margin: 0 auto;
		position: relative;
	}

	#myform,#myform2 {
		width: 500px;
		margin: 0 auto;
		position: relative;
		margin-bottom: 60px;
	}

	#myform label,#myform2 label {
		margin-bottom: 5px;
		display: block;
		text-transform: uppercase;
		font-size: 14px;
		color: #557DA8;
		font-weight: bold;
	}

	.white {
		color: #557DA8;
	}

	#myform input[type="text"],#myform textarea {
		background: #7bb7fa;
		border: 2px solid #6EA5E1;
		color: white;
		font-family: "Lato", sans-serif;
		font-size: 14px;
		padding: 9px 5px;
		height: 21px;
		text-indent: 6px;
		-webkit-appearance: none;
		border-radius: 6px;

		-webkit-box-shadow: none;
		box-shadow: none;

		-webkit-transition: border .25s linear, color .25s linear;
		-moz-transition: border .25s linear, color .25s linear;
		-o-transition: border .25s linear, color .25s linear;
		-ms-transition: border .25s linear, color .25s linear;
		transition: border .25s linear, color .25s linear;
		-webkit-backface-visibility: hidden;
		width: 100%;
	}

	#myform textarea {
		height: 80px;
	}

	#myform input[type="text"]:focus,#myform textarea:focus {
		outline: 0;
		border: 2px solid white;
	}

	#container {
		width: 100%;
		background: white;
	}

	#header {
		background: white;
		/*height: 300px;*/
		width: 100%;
	}

	.regular-checkbox {
		-webkit-appearance: none;
		border: 2px solid #6EA5E1;

		-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
		box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
		padding: 7px;
		border-radius: 0px;
		display: inline-block;
		position: relative;
		margin-right: 10px;
	}

	.regular-checkbox:active,.regular-checkbox:checked:active {
		-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
		box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
	}

	.regular-checkbox:checked {
		border: 2px solid white;

		-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
		box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
		color: #99a1a7;
	}

	.regular-checkbox:checked:after {
		content: '2714';
		font-size: 14px;
		position: absolute;
		top: -2px;
		left: 1px;
		color: white;
	}

	pre,code {
		font-family: "Consolas", "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
		font-size: 12px;
		line-height: 18px;
		border: 1px solid #CCC;
		padding: 5px;
		margin: 10px 0;
		overflow: hidden;
		background: #F8F8F8;
		color: #333;
	}

	pre {
		margin-bottom: 20px;
		overflow-x: auto;
	}

	.wrapper {
		padding: 30px;
		width: 800px;
		margin: 0 auto;
		max-width: 100%;
	}

	.wrapper ul {
		margin-left: 20px;
	}

	.wrapper ul li {
		color: #777;
		list-style-type: disc;
		margin-bottom: 20px;
	}

	.wrapper h3 {
		width: 100%;
		margin-bottom: 20px;
	}

	hr {
		border: 0px;
		width: 100%;
		border-top: 1px dotted #C0C0C0;
		/*! margin-top: 60px; */
		/*! margin-bottom: 60px; */
	}

	table {
		width: 100%;
		color: #777;
		margin-bottom: 20px;
	}

	table thead tr th {
		font-weight: bold;
	}

	table tr {
		border-bottom: 1px solid #C0C0C0;
	}

	table th,table td {
		padding: 10px;
	}

	table tr:nth-child(odd) {
		background: #F8F8F8;
	}

	table tr:hover {
		background: #FFF6BF;
	}

	table thead tr,table thead tr:hover {
		background: none !important;
	}

	.doclink {
		color: #777;
		display: block;
		margin-top: 20px;
		font-size: 11px;
		text-decoration: none;
		text-transform: uppercase;
	}

	.doclink:hover {
		text-decoration: underline;
	}

	.demo,.demo2 {
		color: #FFF;
		margin-top: 30px;
		margin-bottom: 10px;
	}

	.demo2 {
		font-size: 21px;
		color: rgb(132, 120, 179);
	}

	.created_by {
		font-size: 12px;
		display: block;
		margin-top: 10px;
	}

	.created_by a {
		color: rgb(101, 92, 137);
	}
	.ifheight{
			height:420px;
		}
}