﻿@font-face
{
font-family:'Source Sans Pro';
src:url('../fonts/SourceSansPro-Light.ttf?v=4.3.0');
}
body 
{
  background: url(../images/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  margin: 0px;
  background-attachment: fixed;
  overflow: hidden;
  color: #999;
  color: rgba(255,255,255,0.6);
  font-family: 'Source Sans Pro';
  font-weight: 400;
}
.logo
{
	  float: left;
		margin: 17px;
}
ul.menu {
  list-style: none;
  float: right;
    width: 58%;
	  z-index: 99999;
	position: absolute;
	  right: 0;
}

ul.menu  li
{
display: none;
 padding-right: 5%;
  float: left;
}
.mobile-menu
{
	display: none;
}
.fa-bars
{
  width: 32px;
  font-size: 14px;
  display: inline-block;
  text-align: right;
  margin-right: 10px;
  font: normal normal normal 14px/1 FontAwesome;
}
.m-menu
{
    z-index: 2;
  position: absolute;
left: 209px;
  padding-left: 14px;
  text-align: left;
  list-style: none;
  top: 2%;
  margin-left: 2%;
  border-left: 1px solid #fff;
}
.m-menu li a{
  text-transform: uppercase;
}
.m-menu li{

}
.fa-bars:before
{
  content: "\f0c9";
 }
@media screen and (max-width:680px)
{
	ul.menu
	{
		display: none;
	}
	.mobile-menu
	{
		display: none;
		position: absolute;
		right: 0px;
		z-index: 99;
	}
}
p{
  font-family: 'Source Sans Pro';
}

 .imgpop
	{
		opacity: 0;
		position: fixed !important;
	top: 50% !important;
    left: 50% !important;
	width: 80% !important;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
		display: none;
		z-index: -1;
	}
	 .imgpopoverlay
	 {
		opacity: 0;
		display: none;
		position: fixed !important;
		top: 0px;
		z-index: -1;
		left: 0px;
	 }
	.imgpopoverlay
	{
		width: 100%;
		height: 100%;
		background-color: #000;
	}
	.imgpop{
		top:0%;
		width: 100%;
	  left: 0%;
	  
	}
	.imgpop img{
	  width: 100%;
	}

div#mainColumn
{
 
}

div#rightColumn
{
	float: right;
	padding: 16px;
	background: #fff;
}

h1 { font-size: 40px; }
h2 { font-size: 24px; }
h3 { font-size: 18px; }


h1, h2, h3
{
	margin-bottom: 10px;
	padding-bottom: 0;
}

p
{
	font-size: 15px;
	line-height: 20px;
	margin-bottom: -20px;
	margin-top: 0;
}

ul.options, ul.methods, ul.callbacks {
	list-style-type: none;
	list-style-position: outside;
	padding: 0;
}

ul.options li, ul.methods li, ul.callbacks li {
	background-color: #FFEACC;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 25px;
}

ul.options li h4, ul.methods li h4, ul.callbacks li h4 {
	background-color: #ffa41f;
	padding: 5px;
	margin: 0;
}

.removed {
	color: #900;	
}

ul.options li h4.removed, ul.methods li h4.removed, ul.callbacks li h4.removed {
	background-color: #FFB2B2;
}


ul.options li p, ul.methods li p, ul.callbacks li p {
	padding: 5px;
	margin: 0;
}

ul.options li a.toc, ul.methods li a.toc, ul.callbacks li a.toc {
	float: right;
	padding: 5px;
}


/*
a:link { color: #3d6666; }
a:visited { color: #3d6666; }
a:hover { color: #61a3a3; }
a:active { color: #61a3a3; }

h2 a:link { color: #000; }
h2 a:visited { color: #000; }
h2 a:hover { color: #000; }
h2 a:active { color: #000; }
*/
ol, ul
{
	margin: 15px 0px;
}

ul li, ol li
{
	font-size: 15px;
	line-height: 17px;
	margin-top: 0;
}

pre
{
	font-size: 12px;
	padding: 0;
	margin: 0px 0px 20px 0px;
	background: #f0f0f0;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	line-height: 20px; /*--Height of each line of code--*/
	background: url(../images/pre_code_bg.gif) repeat-y left top; /*--Background of lined paper--*/
	width: 100%;
	overflow: auto; /*--If the Code exceeds the width, a scrolling is available--*/
	overflow-Y: hidden;  /*--Hides vertical scroll created by IE--*/
}

pre.publicMethods {
	width: 720px;
}

pre code {
	margin: 0 0 0 40px;  /*--Left Margin--*/
	padding: 18px 0;
	display: block;
}

code.javascript, code.html, code.css
{
	font-size: 13px;
	color: #525252;
}

table
{
	font-size: 12px;
	line-height: 18px;
	border: solid 1px #e5ece5;
	border-collapse:collapse;
	width: 100%;
}

th
{
	text-align: left;
	padding: 10px;
	border: solid 1px #ffa41f;
	background-color: #ffa41f;
	color: #000;
}

td
{
	background-color: #FFEACC;
	border: solid 1px #ffa41f;
	padding: 10px;
	vertical-align: top;
	margin: 0;

}

img.site
{
	width: 150px;
	width: 150px; 
	float: left; 
	margin: 0px 15px 20px 0px; 
	border: solid 1px #e5ece5;
}

/* Google AD Sense */
div.googleAdsRight
{
	padding: 0;
	margin: 0;
}

div.googleAdsTop
{	
	margin-top: 25px;
	width: 726px;
}

div#googleAdsSubpages
{
	float: right;
	margin-top: 50px;
}

div.googleAdsTextHorizontal
{
	width: 728px;
	height: 15px;
}

div#googleAdsSquare {
	float: left;
	width: 336px;
	height: 280px;
	padding: 0 15px 15px 0;
}

div#googleAdsSquareRight {
	float: right;
	width: 336px;
	height: 280px;
	padding: 0 0 15px 15px;
}


/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
    *zoom: 1;
}
#footer {
  position: fixed;
  z-index: 9;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-transition: -webkit-filter 25s ease-in-out;
  webkit-transition: opacity 2s ease-in-out;
  transition: opacity 25s ease-in-out;
  overflow: hidden;
}
#footer .left {
  padding: 1em;
  text-align: left;
}
strong, b {
  color: #fff;
  color: rgba(255,255,255,0.85);
  font-weight: 600;
}
#footer .right {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 1em;
  text-align: right;
}

#footer .center {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 2em;
  text-align: center;
}
ul.contact {
  margin-bottom: 0px;
}
.copyright
{
margin-top:0px;

}
ul.contact {
  cursor: default;

}
ul.contact li {
  margin-left: 1em;
}
ul.contact li {
  display: inline-block;
  font-size: 1.5em;
}
.icon:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-transform: none !important;
}
ul.contact li a {
  opacity: 0.35;
  color: #fff;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
.icon {
  position: relative;
  text-decoration: none;
}
#footer .copyright li:first-child {
  border-left: 0;
  margin-left: 0;
  padding-left: 0;
}
#footer .copyright li {
  display: inline-block;
  margin-left: 1em;
  padding-left: 1em;
  border-left: solid 1px #333;
  border-left-color: rgba(255,255,255,0.25);
  line-height: 1em;
  color: #B9BAB6;
}
a {
  color: #fff;
  color: rgba(255,255,255,0.85);
  text-decoration: none;
  -moz-transition: color 0.25s ease-in-out;
  -webkit-transition: color 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out;
  -ms-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}
@media screen and (max-width:740px)
{
.shadow
{	
	max-height: 150px;
}
.left p{
	font-size: 0px;
}
.right
{
	width: 100%;
}
}