
@font-face {
	font-family: 'layers';
	src:url('../fonts/layers/layers.eot?-m006cr');
	src:url('../fonts/layers/layers.eot?#iefix-m006cr') format('embedded-opentype'),
		url('../fonts/layers/layers.woff?-m006cr') format('woff'),
		url('../fonts/layers/layers.ttf?-m006cr') format('truetype'),
		url('../fonts/layers/layers.svg?-m006cr#layers') format('svg');
	font-weight: normal;
	font-style: normal;
}

body, html, iframe {
	font-family: 'Open Sans', Arial, sans-serif;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 15px;
	line-height: 25px;
	font-weight: 500;
}

body, html {
    width: 100%;
    height: 100%;
}

ul {list-style-type:disc;}
ol {list-style-type:decimal;}
ol.content-nav {padding-left:25px;font-size:95%;font-weight:500;}
ol.content-nav ul {padding-left:18px;}

#sidebar {
	padding:20px 0;
}
#main {
	padding:20px 0px 20px 10px;
}
.centered {
	text-align:center;	
}
a.toc {
	padding:0 5px 3px;
	font-size:90%;
	line-height:1.1;
	font-weight:500;
}
a.toc > i {
	opacity:0;
	margin-left:-10px;
	opacity: 0;
	-webkit-transition: .4s cubic-bezier(0.65,0,0.35,1);
	-o-transition: .4s cubic-bezier(0.65,0,0.35,1);
	transition: .4s cubic-bezier(0.65,0,0.35,1);
}
a.toc:hover > i {
	opacity:1;
	margin-left:0;

}
a img {border:none;outline:none;}
img {max-width:100%;}

h1,h2,h3,h4,h5,h6 {
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 700;
	line-height:1.8;
	color:#595959;
}
h2.title {
	font-size:170%;
	padding-top:20px;
}
h3.title {
	font-size:150%;
	padding-top:20px;
	margin-bottom:20px;
}
b,strong {
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 700;
	font-size: 103%;
	
}
.intro1 {
	padding: 15px 12px 10px 2px;
	background-position: 95% 20%;
	background-image: url(../images/logo@2x.png);
	background-color: #f2f2f2;
	background-size: 150px 50px;
	border-radius: 5px;
	background-repeat: no-repeat;
}
.intro1 li {
	list-style: none;
}
.intro2 {
	padding:5px 30px 0;
}
.intro2 .best-selling {
	padding:10px 0 0;
	max-width:460px;
}
a {
    color: #EB3B25;
}

a:hover,a:focus {
    color: #C22714;
    text-decoration: none;
}
p > img {margin-top:15px;margin-bottom:15px;}
.navbar {
    width: 20%;
    height: 100%;
    left: 0;
    background: #3b3f42;
    border-bottom: 1px solid rgba(0,0,0,.5);
}

.sidebar {
    position: relative;
}

.navbar-header {
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    padding: 0;
    margin: 0;
}

ul.nav.navbar-nav {
    float: left;
    position: relative;
    left: 0;
    clear: both;
    width: 100%;
}

ul.nav.navbar-nav li {
    width: 100%;
    float: left;
    margin-top: 1px;
    padding: 0;
    border-top: 1px solid #1C1E20;
    box-shadow: inset 0px 1px 0px rgba(255,255,255,0.09);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.navbar-header .navbar-brand {
    height: 106px;
    text-align: center;
    display: inline-table;
    margin: 15px auto 7px;
    width: 100%;
}

.navbar-header .navbar-brand .subtitle {
    width: 80px;
    font-size: 14px;
    line-height: 18px;
    display: block;
    float: left;
    color: #888;
    text-align: left;
    margin: 3px 0 0 20px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    white-space: pre-wrap;
}

.navbar-header .navbar-brand:hover .subtitle {
    color: #999;
}

.navbar-header .navbar-brand .version {
    width: auto;
    font-size: 11px;
    background: #222;
    background: rgba(0,0,0,.6);
    padding: 0 6px 1px;
    border-radius: 3px;
    display: block;
    float: left;
    margin: 5px 0 0 20px;
    color: #ccc;
}

.img-responsive {
    text-align: center;
}

ul.nav.navbar-nav li,
ul.nav.navbar-nav li a,
ul.nav.navbar-nav li a:focus {
    display: block;
    float: left;
    clear: both;
    width: 100%;
    color: #bbb;

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
}

ul.nav.navbar-nav li a {
    padding: 7px 10px 7px 25px;
    margin: 0;
	font-size:14px;
}

ul.nav.navbar-nav li a:hover{
    color: #fff;
}
ul.nav.navbar-nav li.active a,
ul.nav.navbar-nav li.active a:focus,
ul.nav.navbar-nav li.active a:hover {
    background-color: #2C2F32;
    color: #fff;
    box-shadow: inset 0px -20px 30px rgba(0,0,0,.2),inset 0px 1px 0px rgba(255,255,255,0.07);
}
ul.nav.navbar-nav li.sublink a {
    font-size:13px;
	color: #999;
	padding: 4px;
	text-indent: 15px;
    margin: 0;
}
ul.nav.navbar-nav li.sublink a:hover {
    color: #ddd;
}
ul.nav.navbar-nav li.sublink.active a,
ul.nav.navbar-nav li.sublink.active a:focus {
    color: #fff;
	text-indent: 20px;
    margin: 0;
}

ul.nav.navbar-nav li.sublink a .fa {
    color: #777;
    font-size: 13px;
    margin-right: 8px;
}
ul.nav.navbar-nav li a:hover .ico-layers {
	color: #ddd;
}
ul.nav.navbar-nav li.active a .ico-layers {
	color: #69A4C2;
}
ul.nav.navbar-nav li.demo a {
	color: #5985A1;
	margin: 10px auto 0;
}

ul.nav.navbar-nav li.demo a span.fa {
	color: #707070;
	font-size:15px;
	margin-right: 10px;
}

ul.nav.navbar-nav li.demo a:hover {
	color: #6397B6;
}

.logo {
    position:absolute;
	z-index:-1;
	display:table;
    bottom: 7px;
    left: 0;
    width: 100%;
	height:50px;
    margin: 0 auto;
    text-align: center;
    color: #bbb;
}

.logo .ap_logo {
    font-size: 80%;
	margin:0 auto;
	padding:0;
    color: #777;
    text-decoration: none;
}

.logo:hover .ap_logo {
    color: #aaa;
}

.navigation {
    width: 20%;
    float: left;
    height: 100%;
    position: relative;
    display: table;
}

.main_content {
    width: 80%;
    height: 100%;
    background: #f5f5f5;
    position: relative;
    display: table;
    text-align: left;
    padding: 10px 4%;
}

section {
    padding: 10px;
    clear: both;
}

section h1 {
    margin: 20px 0 30px;
    color: #555;
    text-shadow: 1px 1px 2px #fff;
}

section h3 {
    margin: 20px 0;
    color: #707070;
    text-shadow: 1px 1px 2px #fff;
}

.pull-left {
	margin-top:5px;
    margin-right: 15px;
}

hr {
    margin: 30px auto;
	border-color:#ddd;
	box-shadow:0 1px 0px white;
}

.divider {
    margin: 35px auto 5px;
    height: 5px;
    clear: both;
    width: 100%;
    background: #f0f0f0 url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1IiBoZWlnaHQ9IjUiPg0KPHJlY3Qgd2lkdGg9IjUiIGhlaWdodD0iNSIgZmlsbD0iI0Y0QjQ4NCI+PC9yZWN0Pg0KPHBhdGggZD0iTTAgNUw1IDBaTTYgNEw0IDZaTS0xIDFMMSAtMVoiIHN0cm9rZT0iI0Y5RDJCNyIgc3Ryb2tlLXdpZHRoPSIxIj48L3BhdGg+DQo8L3N2Zz4=') center center repeat;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.1), 0 1px 1px rgba(255,255,255,.4);
    border-radius: 2px;
}

.divider span {
    text-align: center;
    margin-top: -7px;
    position: absolute;
    float: right;
    right: 48%;
    font-size: 120%;
    background: #f5f5f5;
    width: 42px;
    padding: 0 3px 0 2px;
    color: #F4B484;
    text-shadow: 0 1px 1px white;
}

.divider a:hover span {
    color: #D3AA81;
}

.btn-updown {
    padding: 0px 5px;
    box-shadow: 0 0 2px #ddd;
    margin: 8px 15px 0 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
}

.btn-updown .fa {
    font-size: 150%;
    vertical-align: middle;
    color: #aaa;
}

.btn-updown:hover {
    box-shadow: 0 0 2px #E85802;
}

.btn-updown .fa-angle-up {
    vertical-align: top;
    line-height: 23px;
    margin-top: -1px;
}

/* ----- Icons ----- */
ul.icons {
    list-style-type: none;
    margin-left: 2em;
}

ul.icons li {
    text-indent: -1.5em;
    padding: 0;
}
ul.icons li p {
    text-indent:0;
    padding: 0;
	margin-left:-6px;
}

ul.icons li [class^="icon-"], ul.icons li [class*=" icon-"] {
    width: .75em;
}

.icons li [class^="icon-"], .icons li [class*=" icon-"] {
    display: inline-block;
    width: 1.25em;
    text-align: center;
}

.icons li [class^="fa-"], .icons li [class*=" fa-"] {
    display: inline-block;
    width: 0.75em;
    text-align: center;
}

ul.icons li [class^="fa"] {
    color: #aaa;
}

/* ----- ol "Step" ----- */
ol.step {
    padding: 0;
    margin: 0;
    counter-reset: li;
    line-height: 32px;
}

ol.step li {
    margin: 0 0 20px 0;
    padding: 10px 15px 10px;
    border: 1px solid #ccc;
    border-radius: 0;
    line-height: 32px;
    list-style: none;
    font-size: 120%;
    font-weight: bold;
    display: block;
}

ol.step li:before {
    content: "Step" counter(li) ":";
    counter-increment: li;
    margin: 0 8px 0 0;
    color: #E85802;
}

ol.step p {
    margin: 10px 0 0;
    padding: 0;
    font-size: 15px;
    line-height: 29px;
    font-weight: normal;
}

ol.step p i.fa,
.fa-check-square-o,
.fa-code {
    color: #888;
    line-height: 25px;
    font-size: 11px;
    vertical-align: middle;
}

.fa-check-square-o,.fa-external-link,.fa-code {
    margin: -1px 6px 0;
}

ol.step p img {
    margin: 10px auto;
}

ol.step li span {
    color: #000;
}

ol.step li span.required {
    color: #F30;
}
/* ----- ol "docs" ----- */
ol.docs li {
    line-height: 32px;
    margin: 0 auto 5px;
    font-weight: bold;
}
ol.docs hr {
    margin: 20px 0 18px -25px;
}

/* ----- Styles (themes) ----- */
p.desc {margin-bottom:25px;}
p.desc span.style {color:#777;text-shadow:1px 1px 0px rgba(255,255,255,.5);}
p.desc span.nmbr {
	background: #888;
	font-size: 13px;
	text-align: center;
	display: inline-table;
	margin:-1px 1px 0 2px;
	width: 21px;
	height: 20px;
	line-height:20px;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	box-shadow:0 1px 3px rgba(255,255,255,.7);
	color: #FFF;
	text-shadow:1px 1px 1px rgba(0,0,0,.2);
}

/* ----- "Joomla Steps" ----- */
ul.jsteps {
    margin: 10px auto;
    padding: 10px 22px;
    font-weight: normal;
    list-style: none;
    text-align: left;
}

ul.jsteps li {
    font-size: 100%;
    padding: 3px 3px;
    margin: 0 auto;
    list-style: none;
}

ul.jsteps li i {
	color: #777;
	font-size: 14px;
	margin: 0 6px 0;
	padding: 1px 3px;
}

/* layers webfont */
[class^="ico-"], [class*=" ico-"] {
	font-family: 'layers';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.ico-layers:before {
	content: "\e600";
	vertical-align:top;
}

/* ----- code-prettify ----- */
code{font-size:90%;line-height:15px;padding:1px 7px 2px;}
.com{color:#93a1a1}
.lit{color:#195f91}
.pun,.opn,.clo{color:#93a1a1}
.fun{color:#dc322f}
.str,.atv{color:#D14}
.kwd,.prettyprint .tag{color:#1e347b}
.typ,.atn,.dec,.var{color:teal}
.pln{color:#48484c}
.prettyprint{padding:12px 15px;background-color:#f1f1f3;border:1px solid #e0e0e6}
.prettyprint.linenums{-webkit-box-shadow:inset 40px 0 0 #fbfbfc,inset 41px 0 0 #ececf0;-moz-box-shadow:inset 40px 0 0 #fbfbfc,inset 41px 0 0 #ececf0;box-shadow:inset 40px 0 0 #fbfbfc,inset 41px 0 0 #ececf0}
/* Specify class=linenums on a pre to get line numbering */
ol.linenums {margin: 0 0 0 33px; /* IE indents via margin-left */}
ol.linenums li { padding-left: 12px;color: #bebec5;line-height: 20px;text-shadow: 0 1px 0 #fff;}
/* ----- white space ----- */
.prettyprint{
	word-break: break-all;
	word-wrap: break-word;
	white-space: pre-wrap;
}
.prettycode{
	background-color:#e7e7e9;
	color:#000;
}
@media (min-width: 992px) and (max-width: 1200px) {
  	#sidebar {
	   padding:20px 10px 20px 0;
	}
	#main {
       padding:20px 0px 20px 10px;
    }
    .logo {
        position:relative;
		left:0;
        display: table;
		margin-top:12px;
    }
}
@media (max-width: 992px) {

    #sidebar,#main {
       padding:20px 30px;
    }
	
    .logo {
        position: relative;
        display: block;
        top: 80px;
		left:0;
        bottom: 0;
    }
}

@media(max-width:767px) {
 #sidebar,#main {
       padding:20px 30px;

    }

    button.navbar-toggle {
        position: absolute;
        right: 5%;
        top: 35px;
        width: 100px;
        padding: 10px 0 8px 10px;
    }

    button.navbar-toggle span.menuspn {
        float: right;
        line-height: 15px;
        margin-right: 12px;
        color: #777;
        font-size: 15px;
    }

    .top-nav-collapse, .navbar-collapse {
        padding: 0;
        margin: 0 auto;
        border: 0!important;
        box-shadow: 0!important;
    }

    .logo {
        position: relative;
		z-index:0;
        display: block;
        clear: both;
        left: 0;
        width: 100%;
        bottom: 0;
        margin-top: 20px;
    }

    .divider span {
        right: 45%;
    }
}


svg.flex-logo-default {
  max-width: 400px;
  margin: 0 auto;
}
svg.flex-logo-default g#Background path#flex_rectangle_fill {
  opacity: 0;
  fill: transparent;
  stroke-dasharray: 1200;
  stroke-dashoffset: 1200;
  animation-name: fade-in;
  animation-duration: 0.5s;
  animation-delay: 3s;
  stroke-width: 0;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-timing-function: linear;
}
svg.flex-logo-default g#Background path#flex_rectangle {
  stroke: rgba(0,0,0,0.7);
  stroke-width: 7;
  stroke-dasharray: 2800;
  stroke-dashoffset: 2800;
  opacity: 1;
  animation-duration: 2.3s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-name: show;
  animation-timing-function: linear;
}
svg.flex-logo-default g#flex_logo polygon {
  opacity: 0;
  stroke-width: 1;
  animation-duration: 0.7s;
  animation-delay: 2.5s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-name: gradient_fade;
  animation-timing-function: linear;
}
svg.flex-logo-default g#flex_logo polygon#gradient_1 {
  fill: rgba(255,255,255,0.8);
}
svg.flex-logo-default g#flex_logo polygon#gradient_2 {
  fill: rgba(255,255,255,0.92);
}
svg.flex-logo-default g#flex_logo #logo_top_bckg {
  opacity: 0;
  stroke-width: 1;
  animation-duration: 0.7s;
  animation-delay: 2.5s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-name: gradient_fade;
  animation-timing-function: linear;
}
svg.flex-logo-default g#flex_logo path {
  stroke-width: 7;
  stroke: rgba(0,0,0,0.7);
  opacity: 1;
  stroke-dasharray: 1500;
  stroke-dashoffset: 1500;
  animation-duration: 2s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-name: gradient_fade;
  animation-timing-function: linear;
}
svg.flex-logo-default g#flex_logo path#logo_top {
  stroke-width: 7;
  stroke: rgba(0,0,0,0.7);
  stroke-dasharray: 2000;
  stroke-dashoffset: 2000;
  animation-duration: 2.5s;
  animation-delay: 0.6s;
}
svg.flex-logo-default g#flex_logo path#logo_main1 {
  stroke-dasharray: 1500;
  stroke-dashoffset: 1500;
  animation-duration: 3s;
  animation-delay: 1.6s;
}
svg.flex-logo-default g#flex_logo path#logo_main2 {
  stroke-dasharray: 1500;
  stroke-dashoffset: 1500;
  animation-duration: 3s;
  animation-delay: 2s;
}
svg.flex-logo-default g#flex path {
  stroke-width: 12;
  stroke: rgba(0,0,0,0.5);
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-name: draw;
  animation-timing-function: linear;
}
svg.flex-logo-default g#flex path#f_top {
  stroke-width: 12;
  stroke-dasharray: 700;
  stroke-dashoffset: 700;
  animation-duration: 2s;
  animation-delay: 3s;
}
svg.flex-logo-default g#flex path#f {
  stroke-dasharray: 2810;
  stroke-dashoffset: 2810;
  animation-duration: 5s;
  animation-delay: 4s;
}
svg.flex-logo-default g#flex path#l {
  stroke-dasharray: 900;
  stroke-dashoffset: 900;
  animation-duration: 1.5s;
  animation-delay: 4.7s;
}
svg.flex-logo-default g#flex path#e {
  stroke-dasharray: 1500;
  stroke-dashoffset: 1500;
  animation-duration: 2s;
  animation-delay: 5s;
}
svg.flex-logo-default g#flex path#x {
  stroke-dasharray: 1500;
  stroke-dashoffset: 1500;
  animation-duration: 2s;
  animation-delay: 5.4s;
}
svg.flex-logo-default g#flex_after path {
  stroke-width: 0;
  opacity: 0;
  fill: transparent;
  animation-duration: 0.8s;
  animation-delay: 7s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-name: flex_after_fade_default;
  animation-timing-function: linear;
}
svg.flex-logo-default g#flex_after path#f_top {
  fill: transparent;
  animation-duration: 1s;
  animation-delay: 8s;
  animation-fill-mode: forwards;
  animation-iteration-count: 2;
  animation-name: flex_after_f_top;
  animation-timing-function: ease-in-out;
}
svg.flex-logo-default.delayed g#Background path#flex_rectangle_fill {
  animation-duration: 0.5s;
  animation-delay: 5s;
  stroke-width: 0;
}
svg.flex-logo-default.delayed g#Background path#flex_rectangle {
  stroke-width: 7;
  animation-duration: 2.3s;
  animation-delay: 3s;
}
svg.flex-logo-default.delayed g#flex_logo polygon,
svg.flex-logo-default.delayed g#flex_logo #logo_top_bckg {
  stroke-width: 1;
  animation-duration: 0.7s;
  animation-delay: 4.5s;
}
svg.flex-logo-default.delayed g#flex_logo path {
  stroke-width: 7;
  stroke: rgba(0,0,0,0.7);
  animation-duration: 2s;
  animation-delay: 3s;
}
svg.flex-logo-default.delayed g#flex_logo path#logo_top {
  stroke-width: 7;
  stroke: rgba(0,0,0,0.7);
  animation-duration: 2.5s;
  animation-delay: 2.6s;
}
svg.flex-logo-default.delayed g#flex_logo path#logo_main1 {
  animation-duration: 3s;
  animation-delay: 3.6s;
}
svg.flex-logo-default.delayed g#flex_logo path#logo_main2 {
  animation-duration: 3s;
  animation-delay: 4s;
}
svg.flex-logo-default.delayed g#flex path {
  stroke-width: 8;
}
svg.flex-logo-default.delayed g#flex path#f_top {
  stroke-width: 12;
  animation-duration: 2s;
  animation-delay: 5s;
}
svg.flex-logo-default.delayed g#flex path#f {
  animation-duration: 5s;
  animation-delay: 6s;
}
svg.flex-logo-default.delayed g#flex path#l {
  animation-duration: 1.5s;
  animation-delay: 6.7s;
}
svg.flex-logo-default.delayed g#flex path#e {
  animation-duration: 2s;
  animation-delay: 7s;
}
svg.flex-logo-default.delayed g#flex path#x {
  animation-duration: 2s;
  animation-delay: 7.4s;
}
svg.flex-logo-default.delayed g#flex_after path {
  animation-duration: 0.8s;
  animation-delay: 9s;
}
svg.flex-logo-default.delayed g#flex_after path#f_top {
  animation-duration: 1s;
  animation-delay: 7s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}
@keyframes draw {
  to {
    stroke-dashoffset: 0;
    stroke-width: 4;
    opacity: 1;
  }
}
@keyframes show {
  to {
    opacity: 1;
    stroke-dashoffset: 0;
    stroke-width: 0;
  }
}
@keyframes fade-in {
  to {
    opacity: 1;
    fill: rgba(241,72,51,0.9);
    stroke-dashoffset: 0;
    stroke-width: 0;
  }
}
@keyframes gradient_fade {
  to {
    opacity: 1;
    stroke-dashoffset: 0;
    stroke-width: 0;
  }
}
@keyframes flex_after_fade_default {
  to {
    opacity: 1;
    stroke-width: 0;
    stroke-dashoffset: 0;
    fill: rgba(85,85,85,0.4);
    stroke: rgba(85,85,85,0.4);
  }
}
@keyframes flex_after_fade_light {
  to {
    opacity: 1;
    stroke-width: 0;
    stroke-dashoffset: 0;
    fill: rgba(255,255,255,0.6);
    stroke: rgba(255,255,255,0.5);
  }
}
@keyframes flex_after_f_top {
  to {
    opacity: 1;
    stroke-width: 5;
    stroke-dashoffset: 0;
    fill: rgba(241,72,51,0.85);
    stroke: #f14833;
  }
}