/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
  min-height:100%;position:relative;
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  color: #000;
  background: #ff0;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  height: 0;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  margin: 0; /* 3 */
  font: inherit; /* 2 */
  color: inherit; /* 1 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-box-sizing: content-box; /* 2 */
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield; /* 1 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  padding: 0; /* 2 */
  border: 0; /* 1 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-spacing: 0;
  border-collapse: collapse;
}

td,
th {
  padding: 0;
}

/* LAYOUT STYLES */
body {
  font-family: 'Helvetica Neue', Helvetica, Arial, serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  color: #666;
  background: #fafafa url(../images/body-bg.jpg) 0 0 repeat;
}

p {
  margin-top: 0;
}

a {
  color: #2879d0;
}
a:hover {
  color: #2268b2;
}

header {
  padding-top: 70px;
  padding-bottom: 55px;
  font-family: 'Architects Daughter', 'Helvetica Neue', Helvetica, Arial, serif;
  background: #2e7bcf url(../images/header-bg.jpg) 0 0 repeat-x;
  border-bottom: solid 1px #275da1;
}

.box {/*
background: #000;
height: 178px;
width: 409px;
margin: 25px;
/*padding: 20px;*//*
position: relative;
overflow: hidden;
border: 1px solid #ccc;
border-left: 0px;*/
}
.round:before {
content: "";
display: block;
 background: #fafafa;
position: relative;
overflow: hidden;
top: 40px;
margin-left:0px;
padding-right:0px;
width: 100%;
height: 60px;
-moz-border-radius: 1em 1em 19em 18em;
border-radius: 1em 1em 19em 18em;
border: 0px solid #ccc;
}
.round2:before {
content: "";
display: block;
 background: #fafafa;
position: relative;
overflow: hidden;
top: -44px;
padding-left:0px;
padding-right:0px;
width: 100%;
height: 60px;
-moz-border-radius: 9em 9em 0em 0em;
border-radius: 9em 9em 0em 0em;
border: 0px solid #ccc;
}

header h1 {
  width: 540px;
  margin-top: 0;
  margin-bottom: 0.2em;
  font-size: 72px;
  font-weight: normal;
  line-height: 1;
  color: #fff;
  letter-spacing: -1px;
}

header h2 {
  width: 540px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: normal;
  line-height: 1.3;
  color: #9ddcff;
  letter-spacing: 0;
}

.inner {
  position: relative;
  width: 940px;
  margin: 0 auto;
}
.inner  h5{
margin-top: 0px; 
margin-left:50%;
margin-right:auto; 
text-align: center; 
color: #ffffff; 
font-size: 12px;
display: inline;
clear: both;
/*margin-top: 40px;*/
}

#content-wrapper {
  margin-top: -50px;
  border-top: solid 1px #fff;
}

#main-content {
  float: left;
  width: 690px;
}

#main-content img {
  max-width: 100%;
}

aside#sidebar {
  float: right;
  width: 200px;
  min-height: 504px;
  padding-left: 20px;
  font-size: 12px;
  line-height: 1.3;
  background: transparent url(../images/sidebar-bg.jpg) 0 0 no-repeat;
    z-index:9999;
}

aside#sidebar p.repo-owner,
aside#sidebar p.repo-owner a {
  font-weight: bold;
}

#downloads {
  margin-bottom: 40px;
}

a.button {
  position: relative;
clear:both;
  width: 134px;
  height: 58px;
  padding-top: 22px;
  padding-left: 68px;
  font-family: 'Architects Daughter', 'Helvetica Neue', Helvetica, Arial, serif;
  font-size: 28px;
  line-height: 1.2;
  color: #fff;
  z-index:9999 !important;
}
a.button small {
clear:both;
  display: block;
  font-size: 11px;
}
a.button medium {
clear:both;
  display: block;
  font-size: 16px;
    line-height: 0.5 !important;
	  z-index:9999;
}
header a.button {
  position: absolute;
  top: 0;
  right: 0;
  background: transparent url(../images/github-button.png) 0 0 no-repeat;
    z-index:9999;
}
aside a.button {
  display: block;
  width: 138px;
  padding-left: 64px;
  margin-bottom: 20px;
  font-size: 21px;
  background: transparent url(../images/download-button.png) 0 0 no-repeat;
    z-index:9999;
}
aside a#button{
  font-size: 22px !important;
  line-height: 1.2 !important;
    z-index:9999;
}

code, pre {
  margin-bottom: 30px;
  font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace;
  font-size: 13px;
  color: #222;
}

code {
  padding: 0 3px;
  background-color: #f2f8fc;
  border: solid 1px #dbe7f3;
}

pre {
  padding: 20px;
  overflow: auto;
  text-shadow: none;
  background: #fff;
  border: solid 1px #f2f2f2;
}
pre code {
  padding: 0;
  color: #2879d0;
  background-color: #fff;
  border: none;
}

ul, ol, dl {
  margin-bottom: 20px;
}


/* COMMON STYLES */

hr {
  height: 0;
  margin-top: 1em;
  margin-bottom: 1em;
  border: 0;
  border-top: solid 1px #ddd;
}

table {
  width: 100%;
  border: 1px solid #ebebeb;
}

th {
  font-weight: 500;
}

td {
  font-weight: 300;
  text-align: center;
  border: 1px solid #ebebeb;
}

form {
  padding: 20px;
  background: #f2f2f2;

}


/* GENERAL ELEMENT TYPE STYLES */

#main-content h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Architects Daughter', 'Helvetica Neue', Helvetica, Arial, serif;
  font-size: 2.8em;
  font-weight: normal;
  color: #474747;
  text-indent: 6px;
  letter-spacing: -1px;
}

#main-content h1:before {
  padding-right: 0.3em;
  margin-left: -0.9em;
  color: #9ddcff;
  content: "/";
}

#main-content h2 {
  margin-bottom: 8px;
  font-family: 'Architects Daughter', 'Helvetica Neue', Helvetica, Arial, serif;
  font-size: 22px;
  font-weight: bold;
  color: #474747;
  text-indent: 4px;
}
#main-content h2:before {
  padding-right: 0.3em;
  margin-left: -1.5em;
  content: "//";
  color: #9ddcff;
}

#main-content h3 {
  margin-top: 24px;
  margin-bottom: 8px;
  font-family: 'Architects Daughter', 'Helvetica Neue', Helvetica, Arial, serif;
  font-size: 18px;
  font-weight: bold;
  color: #474747;
  text-indent: 3px;
}

#main-content h3:before {
  padding-right: 0.3em;
  margin-left: -2em;
  content: "///";
  color: #9ddcff;
}

#main-content h4 {
  margin-bottom: 8px;
  font-family: 'Architects Daughter', 'Helvetica Neue', Helvetica, Arial, serif;
  font-size: 15px;
  font-weight: bold;
  color: #474747;
  text-indent: 3px;
}

h4:before {
  padding-right: 0.3em;
  margin-left: -2.8em;
  content: "////";
  color: #9ddcff;
}

#main-content h5 {
  margin-bottom: 8px;
  font-family: 'Architects Daughter', 'Helvetica Neue', Helvetica, Arial, serif;
  font-size: 14px;
  color: #474747;
  text-indent: 3px;
}
h5:before {
  padding-right: 0.3em;
  margin-left: -3.2em;
  content: "/////";
  color: #9ddcff;
}

#main-content h6 {
  margin-bottom: 8px;
  font-family: 'Architects Daughter', 'Helvetica Neue', Helvetica, Arial, serif;
  font-size: .8em;
  color: #474747;
  text-indent: 3px;
}
h6:before {
  padding-right: 0.3em;
  margin-left: -3.7em;
  content: "//////";
  color: #9ddcff;
}

p {
  margin-bottom: 20px;
}

a {
  text-decoration: none;
}

p a {
  font-weight: 400;
}

blockquote {
  padding: 0 0 0 30px;
  margin-bottom: 20px;
  font-size: 1.6em;
  border-left: 10px solid #e9e9e9;
}

ul {
  list-style-position: inside;
  list-style: disc;
  padding-left: 20px;
}

ol {
  list-style-position: inside;
  list-style: decimal;
  padding-left: 3px;
}

dl dd {
  font-style: italic;
  font-weight: 100;
}

footer {
  padding-top: 20px;
  padding-bottom: 30px;
  margin-top: 40px;
  font-size: 13px;
  color: #aaa;
  background: transparent url('../images/hr.png') 0 0 no-repeat;
}

footer a {
  color: #666;
}
footer a:hover {
  color: #444;
}

/* MISC */
.clearfix:after {
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  content: '.';
}

#watermark_avatar {
	background-image: url("data:image/jpeg;base64,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");
    background-size: 120px 120px;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 5px;
    right: 5px;
	opacity:.3;
 transition: all  .35s ease-in-out;
   -moz-transition: all .35s ease-in-out;
   -webkit-transition: all .35s ease-in-out;
 -webkit-transition-delay: .3s; /* Safari */
    transition-delay: .3s;
    -moz-transition-delay: .3s;
	z-index:999;
	border-radius: 1em 1em 12em 12em;
	-moz-border-radius: 1em 1em 12em 12em;
    display: inline;
    width: 120px;
    height: 120px;
 filter: blur(4px);
        -webkit-filter: blur(4px);
        -moz-filter: blur(4px);
        -o-filter: blur(4px);
        -ms-filter: blur(4px);
		text-align: center;
}
#watermark_avatar:hover {
opacity: 0.7;
 filter: blur(0.4px);
         -webkit-filter: blur(4px);
        -moz-filter: blur(4px);
        -o-filter: blur(4px);
        -ms-filter: blur(4px);
 transform:scale(1.2,1.2);
   margin-right : 1%;
   margin-bottom : 1%;

 }
#side-highlight-1 {
    position: absolute;
    top: 0;
    right: 0;
	opacity:.8;
background-image: radial-gradient(at 50% 50%, #ffffff 0%, #ffffff 0%, #ffffff 35%, rgba(251, 251, 251, 0) 85%);
	width: 9%;
	height:100%;
	z-index:999;
	 filter: blur(35px);
}
#side-highlight-2 {
background-image: radial-gradient(at 50% 50%, #ffffff 0%, #ffffff 0%, #ffffff 35%, rgba(251, 251, 251, 0) 85%);
opacity:.8;
    position: absolute;
    bottom: 0;
    left: 0;
	width: 9%;
	height:100%;
	z-index:999;
 filter: blur(35px);
}
#email input {
padding:5px; 
border:2px solid #16A085;
	 -webkit-border-radius: 20px 5px 20px 5px;
    border-radius: 20px 5px 20px 5px;
	width:15px; 
	padding:4px; 
  background-color :#1ABC9C;
  color: rgba(255, 255, 255, .0);  
  cursor:copy; /*background: transparent;*/
  line-height: .4em;
  position: relative; 
  z-index:999;
   transition: all  .55s ease-in-out;
   -moz-transition: all .55s ease-in-out;
   -webkit-transition: all .55s ease-in-out;

}
#email input:hover,#email input:focus {
 background-color :#16A085; 
 border:2px solid #1ABC9C;
  color:white;  
-webkit-border-radius:  10px 5px 10px 5px;
    border-radius: 10px 5px 10px 5px;
   position: relative; 
   z-index:999;
   width:172px;
 }
#protective-layer {
background-image: radial-gradient(at 50% 50%, #ffffff 0%, #ffffff 1%, #ffffff 23%, rgba(255, 255, 255, 0) 72%);
position: absolute;
	opacity:.0;
    width: 100%;
    height: 100%;
	z-index:1;
}
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}

/* #Media Queries
================================================== */

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) { }

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .inner {
    width: 740px;
  }
  header h1, header h2 {
    width: 340px;
  }
  header h1 {
    font-size: 60px;
  }
  header h2 {
    font-size: 30px;
  }
  #main-content {
    width: 490px;
  }
  #main-content h1:before,
  #main-content h2:before,
  #main-content h3:before,
  #main-content h4:before,
  #main-content h5:before,
  #main-content h6:before {
    padding-right: 0;
    margin-left: 0;
    content: none;
  }
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
  .inner {
    width: 93%;
  }  
  .round {
    margin-top: -80px;
   }
  .inner h5{
   width: 93%;
   margin: auto;  
   opacity: 0.7;
  }
#watermark_avatar:hover {
opacity: 0.5;
 filter: blur(0.3px);
         -webkit-filter: blur(.3px);
        -moz-filter: blur(.3px);
        -o-filter: blur(.3px);
        -ms-filter: blur(.3px);
 transform:scale(1,1);
}
  header {
    padding: 20px 0;
  }
  header .inner {
    position: relative;
    padding: 5px 0;
   margin-bottom: -1em;  
  }
  header h1, header h2 {
    width: 100%;
  }
  header h1 {
    font-size: 48px;
  }
  header h2 {
    font-size: 24px;
  }
  header a.button {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    padding: 5px 10px;
    margin-top: 15px;
    font-size: 13px;
    line-height: 1;
    color: #2879d0;
    text-align: center;
    background-color: #9ddcff;
    background-image: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
  }
  header a.button small {
    display: inline;
    font-size: 13px;
  }
  #main-content,
  aside#sidebar {
    float: none;
    width: 90% ! important;
    margin-right: 5%;
    margin-left: 5%;
  }

  aside#sidebar {
    min-height: 0;
    padding: 20px 0;
    margin-top: 20px;
    background-image: none;
    border-top: solid 1px #ddd;
  }
  aside#sidebar a.button {
	display: inline-block;
  }  

  #main-content h1:before,
  #main-content h2:before,
  #main-content h3:before,
  #main-content h4:before,
  #main-content h5:before,
  #main-content h6:before {
    padding-right: 0;
    margin-left: 0;
    content: none;
  }
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) { }

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) { }

