html,body {
    padding: 0;
    margin: 0;
    color: #505050;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    line-height: 24px;
}


.center {
    margin: 0 auto;
    width: 1000px;
    max-width: 95%;
}

a {
    text-decoration: none;
    color: #0381bb;
    font-weight: bold;
}

a:focus,:focus {
    outline: none;
}

img {
    border: 0;
}

table {
    padding: 0;
    margin: 0;
    border-collapse: collapse;
}

tr,td {
    padding: 0;
    margin: 0;
}

h2 {
    font-size: 16px;
    margin: 30px 0 0 0;
    padding: 0;
}

::-moz-selection {
    background: #ffd800;
    text-shadow: none;
}

::selection {
    background: #ffd800;
    text-shadow: none;
}

.fa-external-link {
    font-size: 9px;
    margin-left: 3px;
}

@media only screen and (max-width:500px) {
    .ios-500px-width-100,.ios-500px-width-100.box-50 {
        width: 100%;
    }

    .iphone-hidden {
        display: none;
    }
}

#black-top-bar {
    height: 45px;
    border-top: 1px solid #dae3ec;
    border-bottom: 1px solid #fff;
    background: #505050;
}

#header {
    border-bottom: 1px solid #fff;
}

#header-box {
    height: 90px;
    border-bottom: 1px solid #e3e3e3;
}

#logo {
    padding: 0;
    margin: 0;
    line-height: 90px;
    font-family: 'Lato',sans-serif;
    font-size: 32px;
    vertical-align: middle;
}

#logo img {
    height: 45px;
    margin-right: 15px;
    vertical-align: middle;
    transition: all .25s ease 0s;
}

#logo a {
    text-shadow: 1px 1px 1px #fff;
    transition: all .25s ease 0s;
}

#logo a:hover {
    text-shadow: 1px 1px 10px #999;
}

.csstransforms.csstransitions #logo img:hover {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    background: #f1f1f1;
    box-shadow: 0 0 30px #85baf7;
    border-radius: 30px 0 30px 0;
    padding: 5px;
}

#bread-crumbs {
    background: #ececec;
    border-bottom: 1px solid #e3e3e3;
}

#bread-crumbs p {
    padding: 10px 0;
    margin: 0;
}

#bread-crumbs-box {
    border-bottom: 1px solid #fff;
}

#footer {
    background: #27252a url("../img/common/noise.png");
    color: #f1f1f1;
    margin-top: 30px;
}

#footer a {
    font-weight: normal;
}

#footer .binpress-banner img {
    max-width: 100%;
    height: auto !important;
}

.footer-top-row {
    margin: 30px 0;
}

.footer-top-row ul {
    line-height: 30px;
}

.footer-bot-row {
    background: #111;
}

@media only screen and (max-width:500px) {
    #logo {
        text-align: center;
        line-height: 65px;
    }

    #logo a {
        float: right;
    }

    #footer .footer-top-row .box-30 {
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
    }
}

.icon,.github-icon,.view-icon,.download-icon,.paypal-icon,.codecanyon-icon {
    display: inline-block;
    vertical-align: middle;
    padding-left: 25px;
}

.github-icon {
    background: url("../img/common/github.png") no-repeat 0 50%;
}

.download-icon {
    background: url("../img/common/download.png") no-repeat 0 50%;
}

.paypal-icon {
    background: url("../img/common/paypal.png") no-repeat 0 50%;
    padding-left: 45px;
    background-position: 0 17px;
}

.codecanyon-icon {
    background: url("../img/common/codecanyon.png") no-repeat 0 50%;
    padding-left: 45px;
    background-position: 0 4px;
}

.read-more-blue-icon {
    background: url("../img/common/next-blue.png") no-repeat center right;
    padding-right: 15px;
}

.read-more-orange-icon {
    background: url("../img/common/next-orange.png") no-repeat center right;
    padding-right: 15px;
}

.border-img {
    border: 4px solid #fff;
    outline: 1px solid #c4c4c4;
}

.border-img-black {
    border: 1px solid #000;
}

.border-img-grey4 {
    border: 1px solid #c4c4c4;
}

.white-btn,.big-white-btn {
    border: 1px solid #dae3ec;
    border-radius: 3px;
    color: #6c6c6c;
    padding: 5px 10px;
    display: inline-block;
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0, #efefef 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(100%, #efefef));
    background: -webkit-linear-gradient(top, #fff 0, #efefef 100%);
    background: -o-linear-gradient(top, #fff 0, #efefef 100%);
    background: -ms-linear-gradient(top, #fff 0, #efefef 100%);
    background: linear-gradient(to bottom, #fff 0, #efefef 100%);
}

.big-white-btn {
    height: 40px;
    line-height: 40px;
    padding: 0;
    text-align: center;
    margin: 0 20px 20px 0;
}

.white-btn.orange,.big-white-btn.orange {
    color: #f03800;
    border: 1px solid #fca185;
}

.white-btn.blue,.big-white-btn.blue {
    color: #0381bb;
    border: 1px solid #85baf7;
}

.white-btn.grey,.big-white-btn.grey {
    border: 1px solid #c4c4c4;
}

.f15 {
    font-size: 15px;
}

.f16 {
    font-size: 16px;
}

.lh28 {
    line-height: 28px;
}

.orange {
    color: #f03800;
}

.text-shadow {
    text-shadow: 1px 1px 1px #fff;
}

.title-15 {
    font-size: 15px;
}

.title-24-orange {
    font-size: 24px;
    color: #f03800;
}

.title-24-blue {
    font-size: 24px;
    color: #0381bb;
}

.title-24-blue a {
    font-weight: normal;
}

.title-16-bold-black2 {
    color: #27252a;
    font-size: 16px;
    font-weight: bold;
}

.title-16-underline-normal {
    font-size: 16px;
    text-decoration: underline;
    font-weight: normal;
}

.title-18-brown {
    font-size: 18px;
    color: #8a2800;
}

.h1-30-normal {
    margin: 0 0 30px 0;
    padding: 0;
    font-size: 30px;
    font-weight: normal;
}

.note {
    margin-bottom: 60px;
    text-align: center;
}

@media only screen and (max-width:400px) {
    .h1-30-normal {
        line-height: 33px;
    }
}

.grid-item {
    width: 300px;
    margin: 0 50px 30px 0;
}

.grid-item .title-15 p {
    margin-bottom: 0;
}

.grid-item .links a {
    font-size: 12px;
}

.grid-item-last {
    margin-right: 0;
}

.demo-preview {
    background: #fff;
    margin: 10px 0 40px 0;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #e3e3e3;
}

.demo-preview img {
    max-width: 100%;
    border-radius: 3px;
}

.settings-tbl {
    border-collapse: collapse;
    border-left: 1px solid #e3e3e3;
    border-top: 1px solid #e3e3e3;
    margin-bottom: 40px;
    background: #fff;
    width: 100%;
}

.settings-tbl td,.settings-tbl th {
    border-right: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    padding: 5px 15px;
    margin: 0;
}

.settings-tbl .options {
    font-weight: bold;
}

.settings-tbl .values,.settings-tbl .defaults {
    font-style: italic;
}

.vspacer {
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #fff;
    line-height: 1px;
    font-size: 1px;
}

#license {
    background: #f8f8ff;
    margin: 20px 0;
    padding-top: 10px;
}

#license p,#license h1,#license h2,#license h3,#license h4,#license h5,#license h6 {
    margin: 0;
    padding: 0 20px 10px 20px;
}

.buy-section {
    margin: 20px 0;
    padding: 20px;
    background: #fff;
    vertical-align: middle;
    font-size: 16px;
}

.buy-section img,.buy-section input {
    vertical-align: middle;
}

.buy-section .buy-txt {
    margin: 0 20px 0 0;
    line-height: 50px;
}

.buy-section .buy-txt .price {
    font-weight: bold;
    font-size: 18px;
    padding: 0 15px;
}

#hp-colored-preview-box {
    background: url('../img/common/noise.png') #85baf7;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin-bottom: 25px;
    padding: 40px 0;
}

#hp-colored-preview-box .img {
    font-size: 0;
    line-height: 0;
    float: left;
    width: 40%;
    margin-right: 5%;
}

#hp-colored-preview-box .img img {
    border: 1px solid #fff;
    width: 100%;
}

#hp-colored-preview-box .content {
    float: left;
    width: 50%;
}

#hp-colored-preview-box .txt {
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    max-width: 500px;
    margin: 10px 0 15px 0;
    font-family: 'Lato',sans-serif;
    text-shadow: 0 0 3px #505050;
}

#hp-colored-preview-box .txt a {
    font-weight: normal;
    color: #fff;
}

#hp-colored-preview-box .btns a {
    transition: all .25s ease 0s;
}

#hp-colored-preview-box .btns a:hover {
    text-shadow: 1px 1px 10px #999;
}

@media only screen and (max-width:500px) {
    #hp-colored-preview-box .img {
        width: 100%;
    }

    #hp-colored-preview-box .content {
        float: left;
        width: 100%;
    }
}

.box {
    float: left;
    width: 100%;
}

.box-30 {
    width: 30%;
}

.box-40 {
    width: 40%;
}

.box-50 {
    width: 50%;
}

.box-55 {
    width: 55%;
}

.box-60 {
    width: 60%;
}

.box-70 {
    width: 70%;
}

.box-100px {
    width: 100px;
}

.box-170px {
    width: 170px;
}

.box-200px {
    width: 200px;
}

.box-mh-600 {
    min-height: 600px;
}

.center-40 {
    margin: 0 auto;
    width: 40%;
}

.align-right {
    text-align: right;
}

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

.align-middle {
    vertical-align: middle;
}

.left {
    float: left;
}

.right {
    float: right;
}

.block {
    display: block;
}

.left-block {
    display: block;
    float: left;
}

.hidden {
    display: none;
}

.reset-pm {
    padding: 0;
    margin: 0;
}

.reset-pm-bot {
    padding-bottom: 0;
    margin-bottom: 0;
}

.p-tb-20 {
    padding: 20px 0;
    margin: 0;
}

.p-lr-20 {
    padding: 0 20px;
    margin: 0;
}

.p-lrt-20 {
    padding: 20px 20px 0 20px;
    margin: 0;
}

.p20 {
    padding: 20px;
    margin: 0;
}

.p40 {
    padding: 40px;
    margin: 0;
}

.m-tb-20 {
    padding: 0;
    margin: 20px 0;
}

.hmenu {
    padding: 0;
    margin: 0;
    list-style: none;
}

.hmenu li {
    float: left;
}

.vmenu {
    list-style-type: square;
    margin: 20px;
    padding: 0 0 0 10px;
}

.vmenu-2 {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.arrows-menu li,.arrows-menu-p20 li {
    list-style-image: url("../img/common/next.png");
    padding-left: 5px;
}

.arrows-menu .active,.arrows-menu-p20 .active,.arrows-menu .active,.arrows-menu-p20 .active {
    color: #f03800;
}

.arrows-menu .empty,.arrows-menu-p20 .empty {
    list-style: none;
}

.arrows-menu-p20 {
    margin-top: 50px;
}

.arrows-menu-p20 li {
    padding-bottom: 20px;
}

#social-menu li {
    line-height: 45px;
    padding-left: 15px;
    font-size: 16px;
}

#social-menu a {
    color: #dbdbdb;
    transition: all .25s ease 0s;
}

#social-menu a:hover {
    color: #fff;
    text-shadow: 1px 1px 10px #fff;
}

.default-menu li {
    margin: 10px 25px 35px 0;
    padding: 4px 0;
    border: 1px solid transparent;
}

.default-menu li a {
    color: #6c6c6c;
    text-shadow: 1px 1px 1px #fff;
    transition: all .25s ease 0s;
}

.default-menu li:hover a {
    color: #27252a;
    text-shadow: 1px 1px 10px #999;
}

.default-menu li:hover a .orange {
    color: #f03800;
}

.default-menu .orange {
    color: #f03800;
}

.default-menu .active {
    border-bottom: 1px solid #fff;
    border-radius: 3px;
    padding: 0;
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0, #efefef 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(100%, #efefef));
    background: -webkit-linear-gradient(top, #fff 0, #efefef 100%);
    background: -o-linear-gradient(top, #fff 0, #efefef 100%);
    background: -ms-linear-gradient(top, #fff 0, #efefef 100%);
    background: linear-gradient(to bottom, #fff 0, #efefef 100%);
}

.default-menu .active a {
    padding: 3px 15px;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    display: block;
    float: left;
}

@media only screen and (max-width:800px) {
    #page-content .default-menu {
        margin-bottom: 15px;
    }

    #page-content .default-menu li {
        width: 25%;
        margin: 0;
    }

    #page-content .default-menu li a {
        padding-left: 15px;
    }

    #page-content .default-menu .active {
        border: none;
        background: none;
    }

    #page-content .default-menu .active a {
        background: #fff;
        background: -moz-linear-gradient(top, #fff 0, #efefef 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(100%, #efefef));
        background: -webkit-linear-gradient(top, #fff 0, #efefef 100%);
        background: -o-linear-gradient(top, #fff 0, #efefef 100%);
        background: -ms-linear-gradient(top, #fff 0, #efefef 100%);
        background: linear-gradient(to bottom, #fff 0, #efefef 100%);
    }
}

@media only screen and (max-width:500px) {
    #page-content .default-menu li {
        width: 50%;
    }

    .default-menu {
        margin-bottom: 20px;
    }

    .default-menu li {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width:620px) {
    #top-menu {
        display: none;
    }
}

@media only screen and (max-width:930px) {
    #header-box {
        height: auto;
    }
}

#top-menu li {
    margin: 30px 0 0 25px;
}

#top-menu li .orange {
    color: #f03800;
}

.fa-list-styles .fa {
    font-size: 18px;
    color: #243d99;
    margin: 0 5px;
}

.grid-menu-row {
    margin-bottom: 20px;
    line-height: 30px;
}

.grid-menu-row .grid-menu-cell {
    width: 30%;
}

.grid-menu-row .grid-menu-cell ul {
    width: 80%;
    background: #f9f9f9;
    border-radius: 2px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.grid-menu-row h2 {
    transition: all .25s ease 0s;
    text-shadow: 1px 1px 10px #999;
    font-weight: normal;
    font-family: 'Lato',sans-serif;
}

.grid-menu-row h2:hover {
    color: #27252a;
    text-shadow: 1px 1px 10px #27252a;
}

@media only screen and (max-width:800px) {
    .grid-menu-row .grid-menu-cell ul {
        background: none;
    }
}

@media only screen and (max-width:600px) {
    .grid-menu-row .grid-menu-cell {
        width: 50%;
    }

    .grid-menu-row .grid-menu-cell ul {
        background: #f9f9f9;
        border-radius: 2px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

@media only screen and (max-width:400px) {
    .grid-menu-row .grid-menu-cell {
        width: 100%;
    }
}

#black-top-bar-left-menu {
    line-height: 45px;
}

#black-top-bar-left-menu a {
    color: #dbdbdb;
    transition: all .25s ease 0s;
}

#black-top-bar-left-menu a:hover {
    color: #fff;
    text-shadow: 1px 1px 10px #fff;
}

/* list items */
.ul-li-list .list-item {
	min-width: 160px;
	text-align: center !important;
}
.ul-li-list .list-item .list-box {
	display: inline-block;
	float: none;
}
.ul-li-list .list-item .list-box .img {
	margin: 0 !important;
	padding: 0 !important;
	width: 100% !important;
}
.ul-li-list .list-item .list-box .img img {
	max-width: 160px !important;
	width: 160px !important;
}
.jplist-ios-button {
    height: 40px !important;
    line-height: 35px !important;
}
@media only screen and (min-width:858px) {
	.ul-li-list .list-item .list-box {
		width: 160px !important;
	}
}
@media only screen and (min-width:690px) and (max-width:857px) {
	.ul-li-list .list-item {
		min-width: 160px;
		width: 25% !important;
	}
	.ul-li-list .list-item .list-box {
		min-width: 160px;
    	width: 90% !important;
	}
}
@media only screen and (min-width:521px) and (max-width:689px) {
	.ul-li-list .list-item {
		min-width: 160px;
		width: 33.3% !important;
	}
	.ul-li-list .list-item .list-box {
		min-width: 160px;
    	width: 100% !important;
	}
	.ul-li-list .list-item .list-box .img {
		text-align: center !important;
	}
}
@media only screen and (min-width:360px) and (max-width:520px) {
	.ul-li-list .list-item {
		min-width: 160px;
		width: 50% !important;
	}
	.ul-li-list .list-item .list-box {
		min-width: 160px;
		text-align: center;
    	width: 100% !important;
	}
	.ul-li-list .list-item .list-box .img {
		text-align: center !important;
	}
	.ul-li-list .list-item .block {
		padding-left: 10% !important;
		width: auto !important;
	}
}
@media only screen and (max-width:359px) {
	.ul-li-list .list-item {
		width: 100% !important;
	}
	.ul-li-list .list-item .list-box {
		min-width: 160px;
		text-align: center;
    	width: 100% !important;
	}
	.ul-li-list .list-item .list-box .img {
		text-align: center !important;
	}
	.ul-li-list .list-item .block {
		padding-left: 20% !important;
		width: auto !important;
	}
}