/* Google Fonts */
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,400,300,600,700);

body,
button,
input,
select,
optgroup,
textarea,
.ui-widget {
    color: #404040;
    font-family: Verdana, sans-serif;
    font-size: 14px;
    line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
}

p {
    margin-bottom: 1.5em;
}

dfn, cite, em, i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code, kbd, tt, var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
}

abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark, ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: #f7f7f7;
    /* Fallback for when there is no custom background color defined. */
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul, ol {
    margin: 0 0 1.5em 1.5em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
    vertical-align: middle;
}

figure {
    margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

a,
div.content .ui-widget a {
    color: #1DB2C9;
    text-decoration: none;
}

a:visited,
div.content .ui-widget a:visited {
    color: purple;
}

a:hover, a:focus, a:active,
div.content .ui-widget a:hover,
div.content .ui-widget a:focus,
div.content .ui-widget a:active {
    color: midnightblue;
}

a:focus {
    outline: thin dotted;
}

a:hover, a:active {
    outline: 0;
}

/* Base styles */
/*body a {
    color: #c7be9e;
    text-decoration: none !important;
}*/

/**,
div.content .ui-widget {
    line-height: 150%;
}*/

/*body {
    margin: 0;
    padding: 0;
    background: #f7f7f7;
}*/

/*body, a, div.content .ui-widget {
    color: #444444;
    font: 13px Tahoma;
}*/

/*a,
div.content .ui-widget a {
    color: #1DB2C9;
    text-decoration: none;
}*/

.clear-fix {
    clear: both;
}

.overflow-fix {
    height: 100%;
    overflow: hidden;
}

.box-center {
    margin-left: auto !important;
    margin-right: auto !important;
}

/*a,
a:hover {
    text-decoration: none;
}*/

.mp-top-0 {
    margin-top: 0;
    padding-top: 0;
}

/*img {
    width: 100%;
}*/

.ui-tabs .ui-tabs-panel {
    padding: 2.15em 1.5em;
}

img {
    margin-bottom: 1.5em;
}

embed, iframe, object {
    max-width: 100%;
    margin-bottom: 1.5em;
}

/**************************************************************************/
/*	List                                                                  */
/**************************************************************************/

ul.no-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

/**************************************************************************/
/*	Layouts                                                               */
/**************************************************************************/

/**********************************************************************/
/*	Layout 50x50                                                      */
/**********************************************************************/

.layout-50 {
}

.layout-50-left {
    clear: both;
    float: left;
}

.layout-50-right {
    float: right;
}

.layout-50-left,
.layout-50-right {
    width: 48%;
}

/**********************************************************************/
/*	Layout 60x40                                                      */
/**********************************************************************/

.layout-6040 {
}

.layout-6040-left {
    width: 58%;
    clear: both;
    float: left;
}

.layout-6040-right {
    width: 38%;
    float: right;
}

/**********************************************************************/
/*	Layout 40x60                                                      */
/**********************************************************************/

.layout-4060 {
}

.layout-4060-left {
    width: 39%;
    clear: both;
    float: left;
}

.layout-4060-right {
    width: 59%;
    float: right;
}

/**********************************************************************/
/*	Layout 70x30                                                      */
/**********************************************************************/

.layout-7030 {
}

.layout-7030-left {
    width: 69%;
    clear: both;
    float: left;
}

.layout-7030-right {
    width: 29%;
    float: right;
}

/**********************************************************************/
/*	Layout 90x10                                                      */
/**********************************************************************/

.layout-9010 {
}

.layout-9010-left {
    width: 89%;
    clear: both;
    float: left;
}

.layout-9010-right {
    width: 9%;
    float: right;
}

/**************************************************************************/
/*	Headers                                                               */
/**************************************************************************/

h1, h2, h3, h4, h5, h6 {
    color: #111;
    font-family: 'Open Sans', Arial, sans-serif;
    clear: both;
    line-height: 1.313;
    margin: 0 0 1em;
    text-rendering: optimizelegibility;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 16px;
    margin: 0 0 1.25em;
}

h5 {
    font-size: 14px;
    margin: 0 0 1.5em;
}

h6 {
    font-size: 12px;
    margin: 0 0 1.5em;
}

/*h1 {
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}*/

h3, h4, h5, h6 {
    margin-top: 1.5em;
}

p {
    margin: 0 0 1.5em;
}

/**************************************************************************/
/*	Main                                                                  */
/**************************************************************************/

.main {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

@media screen and (min-width: 576px) {
    .main {
        max-width: 576px;
    }
}

@media screen and (min-width: 768px) {
    .main {
        max-width: 768px;
    }
}

@media screen and (min-width: 992px) {
    .main {
        max-width: 960px;
    }
}

@media screen and (min-width: 1200px) {
    .main {
        max-width: 1200px;
    }
}

/**************************************************************************/
/*	Header                                                                */
/**************************************************************************/

/* Custom CSS */
.logo {
    float: left;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 23px;
    font-weight: 400;
    text-transform: uppercase;
    cursor: pointer;
    line-height: 100px;
    margin-left: 0;
}

.logo img {
    margin: 1.5em 0;
}

.logo span {
    position: relative;
    float: left;
    width: 20px;
    height: 20px;
    background: #c7be9e;
    background: rgba(76, 221, 243, 0.5);
    margin: 40px 7px 0 0;
}

.logo span span {
    position: absolute;
    width: 10px;
    height: 10px;
    background: #c7be9e;
    bottom: 0;
    left: 0;
}

div.header {

}

a.header-logo {
    width: 250px;
    height: 130px;
    display: block;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-image: url('../image/logo.png');
}

ul.header-menu {
    float: right;
    margin-top: 60px;
}

ul.header-menu li {
    float: left;
    margin-left: 10px;
}

ul.header-menu li a {
    width: 40px;
    height: 40px;
    display: block;
    background-repeat: no-repeat;
    background-position: 0 0;
}

ul.header-menu li a.header-menu-contact-us {
    width: 130px;
    height: 28px;
    color: #FFFFFF;
    padding: 12px 0 0 20px;
    background-image: url('../image/contact_us.png');
}

ul.header-menu li a.header-menu-envato {
    background-image: url('../image/envato.png');
}

ul.header-menu li a.header-menu-twitter {
    background-image: url('../image/twitter.png');
}

/**************************************************************************/
/*	Content                                                               */
/**************************************************************************/

div.content {
    margin-bottom: 1.5em;
    background: #F0F0F0;
}

div.content div.tabs {
    min-height: 200px;
}

div.content .ui-tabs,
div.content .ui-tabs-nav {
    padding: 0;
    border: none;
}

div.content .ui-corner-all,
div.content .ui-tabs .ui-tabs-nav li {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

div.content .ui-widget-header {
    background: #E2E2E2;
}

div.content .ui-tabs .ui-tabs-nav li {
    top: 0;
    margin: 0;
    border: none;
    background: #E2E2E2;
}

div.content .ui-tabs .ui-tabs-nav li a {
    color: #444444;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    padding: 17px 15px 15px 15px;
    font-weight: 400;
    text-transform: uppercase;
}

div.content .ui-tabs .ui-tabs-nav li.ui-tabs-selected {
    padding: 0;
    background: #ed2b45 !important;
}

div.content .ui-tabs .ui-tabs-nav li.ui-tabs-selected a {
    cursor: default;
    text-shadow: none;
    color: #FFFFFF !important;
}

div.content .ui-tabs .ui-tabs-nav li.ui-state-hover {
    background: #D5D5D5;
}

/**************************************************************************/
/*	Footer                                                                */
/**************************************************************************/

div.footer {
}

div.footer a {
    color: #c7be9e;
}

/**************************************************************************/
/*	Table                                                                 */
/**************************************************************************/

table {
    width: 100%;
    font-size: 13px;
}

th {
    text-align: left;
    font-weight: bold;
    padding: 5px;
    background-color: white;
    color: #222222;
}

td {
    padding: 5px;
    background-color: white;
    color: #000000;
}

/**************************************************************************/
/*	Others                                                                */
/**************************************************************************/

ul.documentation {
    margin-left: 20px;
    padding-left: 0;
    list-style-type: square;
}

span.name {
    color: #666666;
}

pre.code {
    color: #7b7b7b;
    overflow-y: auto;
    margin: 5px 0 5px 0;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    border: solid 1px #e1e5e9;
    line-height: 19px !important;
    text-shadow: 0 1px 0 #FFFFFF;
    background-image: url('../image/code_background.png');
}

.important-content {
    background-color: #222;
    margin: 1.5em -1.5em;
    padding: 1.5em;
}

.important-content p {
    color: #fff;
}

.important-content ul {
    padding-left: 60px;
}

.important-content ul ol,
.important-content ul li {
    color: #fff;
}