/* 
    Document   : style.css
    Created on : Aug 16, 2013, 2:26:39 AM
    Author     : Shamim
    Description: Main Stylesheet for MegaEssays.net
*/
@import url("fonts.css");
@import url("layout.css");

/* COMMON STYLES */
* {
    margin: 0;
    padding: 0;
    outline: none;
    -webkit-font-smoothing: antialiased;
}
.nopadding {
    padding: 0;
}
.nomargin {
    margin: 0;
}
.margin-5 {
    margin: 5px;
}
.margin-10 {
    margin: 10px;
}
.padding-5 {
    padding: 5px;
}
.padding-10 {
    padding: 10px;
}
em.padding-x {
    padding: 10px 0;
    display: block;
    color: #CCC;
}
textarea.ten {
    height: 100px;
}
.centered {
    margin: 0 auto;
}
h1, h2, h3, h4, h5, h6, p, li, a, span {
    /*font-family: "Helvetica Neue LT Com";*/
    font-family: 'Open Sans', sans-serif;
}
.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel p {
    /*color: #333333;*/
    color: #000000;
    font-size: 1.1em;
}
.panel h3 {
    font-size: 2em;
}
.clearfix {
    clear: both;
}
.v-align {
    display: flex;
    justify-content: center; /* align horizontal */
    align-items: center; /* align vertical */
}
/* ============================
============ COLOR ============
=============================== */
.white {
    color: #FFF !important;
}
.pink {
    color: #ff6699 !important;
}
.blue {
    color: #003366 !important;
}
.green {
    color: #31a819 !important;
}
.yellow {
    color: yellow !important;
}
.lightblue {
    color: #2ba6cb !important;
}
.red {
    color: red !important;
}
.gray {
    color: #CCC !important;
}
.black {
    color: #000 !important;
}
a.orange {
    color: #fcb267 !important;
}
.formsuccess {
    color: #31a819 !important;
}
.formerror {
    color: red !important;
    margin-bottom: 6px;
    display: block;
}
.content a {
    color: #cd3000;
    text-decoration: underline;
}
/* ============================
============ BACKGROUND ============
=============================== */
.b-yellow {
    background: yellow;
}


input[type="file"] {
    zoom: 1.2;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.button.file {
    background: #ffa84c;
    background: -moz-linear-gradient(top, #FBCB5D 0%, #EFA003 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FBCB5D), color-stop(100%,#EFA003));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FBCB5D', endColorstr='#EFA003',GradientType=0 );
    color: #FFF !important;
    display: block;
    font-size: 16px;
    padding: 9px 0;
    text-align: center;
    text-shadow: 0 -1px #C64F00;
    border: 1px solid #C64F00;
    -moz-border-radius: 5px 5px;
    -webkit-border-radius: 5px 5px;
    border-radius: 5px 5px;
    height: 35px;
    width: 250px;
    cursor: pointer;
    margin-bottom: 40px;
}
.file .filename {
    padding: 13px 0;
    text-align: left;
    font-size: 12px;
}
.button.orange {
    background: #fcb267;
    background: -moz-linear-gradient(90deg, #fcb267 25%, #fc943d 75%);
    background: -webkit-linear-gradient(90deg, #fcb267 25%, #fc943d 75%);
    background: -o-linear-gradient(90deg, #fcb267 25%, #fc943d 75%);
    background: -ms-linear-gradient(90deg, #fcb267 25%, #fc943d 75%);
    background: linear-gradient(180deg, #fcb267 25%, #fc943d 75%);
    /*    box-shadow: 0 1px 0 #FFF inset;
        -webkit-box-shadow: 0 1px 0 #FFF inset;
        -moz-box-shadow: 0 1px 0 #FFF inset;*/
    color: #FFF !important;
    border: solid 1px #f2f2f2;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    cursor: pointer;
    text-align: center;
    font-size: 1.1em;
    font-weight: bold;
    padding: 0.5em 2em;
    text-decoration: none; 
    margin-bottom: 0;
}
.button.gray {
    background: #CCCCCC;
    /*    background: -moz-linear-gradient(90deg, #CCCCCC 25%, #949494 75%);
        background: -webkit-linear-gradient(90deg, #CCCCCC 25%, #949494 75%);
        background: -o-linear-gradient(90deg, #CCCCCC 25%, #949494 75%);
        background: -ms-linear-gradient(90deg, #CCCCCC 25%, #949494 75%);
        background: linear-gradient(180deg, #CCCCCC 25%, #949494 75%);*/
    /*    box-shadow: 0 1px 0 #FFF inset;
        -webkit-box-shadow: 0 1px 0 #FFF inset;
        -moz-box-shadow: 0 1px 0 #FFF inset;*/
    color: #FFF !important;
    border: solid 1px #CCCCCC;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    cursor: pointer;
    text-align: center;
    font-size: 1.1em;
    font-weight: bold;
    padding: 0.5em 2em;
    text-decoration: none; 
    margin-bottom: 0;
}
.button.orange.read-essay-full {
    text-align: center;
    color: #FFF !important;
    /*display: block;*/
}
.button.yellow {
    background: #f1ca55;
    background: -moz-linear-gradient(90deg, #f1ca55 25%, #fec005 75%);
    background: -webkit-linear-gradient(90deg, #f1ca55 25%, #fec005 75%);
    background: -o-linear-gradient(90deg, #f1ca55 25%, #fec005 75%);
    background: -ms-linear-gradient(90deg, #f1ca55 25%, #fec005 75%);
    background: linear-gradient(180deg, #f1ca55 25%, #fec005 75%);
    /*    box-shadow: 0 1px 0 #FFF inset;
        -webkit-box-shadow: 0 1px 0 #FFF inset;
        -moz-box-shadow: 0 1px 0 #FFF inset;*/
    color: #FFF !important;
    border: solid 1px #f2f2f2;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    cursor: pointer;
    text-align: center;
    font-size: 1.1em;
    font-weight: bold;
    padding: 0.5em 2em;
    text-decoration: none; 
    margin-bottom: 0;
}
.button.explore {
    text-align: center
}
.button.green {
    background-color: #31a819;
    border-color: #31a819;
    color: #FFF !important;
    cursor: pointer;
    text-align: center;
    font-size: 1.1em;
    font-weight: bold;
    padding: 0.5em 2em;
    text-decoration: none; 
    margin-bottom: 0;
}
.button.red {
    background-color: red;
    border-color: red;
    color: #FFF !important;
    cursor: pointer;
    text-align: center;
    font-size: 1.1em;
    font-weight: bold;
    padding: 0.5em 2em;
    text-decoration: none; 
    margin-bottom: 0;
}
.button.pink {
    background-color: #ff8aba;
    border-color: #ff8aba;
    color: #FFF !important;
}
.button.iconplus {
    text-decoration: none;
    color: #FFF;
    padding: 5px 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.button.iconplus:before {
    content: '+';
    color: #FFF;
    font-size: 18px;
}
.button.noradius {
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
}
.button.full {
    width: 100%;
}
.button.facebook {
    background: #3B5998;
    background: -moz-linear-gradient(90deg, #3B5998 25%, #3B5997 75%);
    background: -webkit-linear-gradient(90deg, #3B5998 25%, #3B5997 75%);
    background: -o-linear-gradient(90deg, #3B5998 25%, #3B5997 75%);
    background: -ms-linear-gradient(90deg, #3B5998 25%, #3B5997 75%);
    background: linear-gradient(180deg, #3B5998 25%, #3B5997 75%);
    color: #FFF !important;
    border: solid 1px #3A65A8;
    cursor: pointer;
    text-align: center;
    font-size: 1em;
    font-weight: bold;
    padding: 0.5em 1em;
    text-decoration: none; 
    margin-bottom: 0;
}
.button.facebook .fa {
    margin-right: 10px;
}
.button.tiny {
    font-size: 0.8em;
}
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

.alert-box {
    background: none !important;
    font-size: 1em;
}
.alert-box.success {
    border: solid 1px green;
    color: green;
}
.alert-box.warning {
    border: solid 1px yellow;
    color: yellow;
}
.alert-box.error {
    border: solid 1px red;
    color: red;
}
.alert-box.success a { color: green }
.alert-box.error a {    color: red }
.border-box {
    border: solid 1px #C42E00;
    padding: 1em;
    margin: 10px;
    /* border-radius: 10px; */
    box-shadow: 1px 1px 10px 1px #C42E00;
}
.list-book li {
    /*padding-left: 1.2em;*/
    list-style: none;
}

.list-book li:before {
    content: "\f02d"; /* FontAwesome char code inside the '' */
    font-family: FontAwesome; /* FontAwesome or whatever */
    display: inline-block;
    width: 1.2em; /* same as padding-left set on li */
    margin-left: -1.2em; /* same as padding-left set on li */
    color: #C42E00;
}
.header .header-nav {
    list-style: none;
    margin: 10px 0 !important;
    background: #C42E00;
}
.header .header-nav li {
    margin-left: 0.3rem; 
}
.header .header-nav li,
.header .header-nav li a {
    color: #FFF;
    font-style: italic;
}
/* ////////////////////////////////////////////////////////////////// */

.header.row #logo {
    font-family: 'NexaBold';
    font-size: 2.6em;
    color: #c42e00;
    margin: 0;
    padding: 0;
    width: 320px;
    height: 55px;
    font-weight: 700;
}
.header.row #logomoto {
    /*font-family: 'Open Sans', sans-serif;*/
    font-family: "Helvetica Neue LT Com";
    font-size: 1em;
    font-weight: 300;
    color: rgb(255, 163, 0);
    margin: 0;
    padding: 0;
    /*    width: 370px;*/
    /*height: 20px;*/
}
.page-title {
    color: #C42E00 !important;
    text-transform: uppercase;
    font-family: segoe_uiregular;
    font-weight: bold;
}
h2.page-title {
    font-size: 1.6em;
}
.content.row .panel.title-box {
    margin-top: 1em;
    background: #f2f2f2;
}
.content.row .panel.title-box .title {
    /*font-family: 'Open Sans', sans-serif;*/
    font-family: "Helvetica Neue LT Com";
    color: #333333;
    font-weight: bold;
}
.content.row .panel.title-box .title-meta {
    /*font-family: 'Open Sans', sans-serif;*/
    font-family: "Helvetica Neue LT Com";
    color: #656565;
}
.content .panel.essays {
    padding-right: 0;
}

.content .panel.essays .inline-list > li {
    margin-left: 1em;
}
.content .panel.essays .inline-list li:first-child {
    margin-left: 0;
}
.content .panel.essays .inline-list.steps > li {
    margin-top: 15px;
}
.content .panel.essays .inline-list.steps p {
    width: 85px;
    display: inline-table;
    font-family: "Helvetica Neue LT Com";
    /*margin-top: 10px;*/
    vertical-align: middle;
    line-height: 20px;
    color: #000;
}
.content .panel.essays .inline-list.steps p:nth-child(2) {
    width: 145px;
}
.content .panel.essays .inline-list.steps li:nth-child(2) p:nth-child(2) {
    width: 120px;
}
.content .panel.essays .inline-list.steps li:nth-child(3) p:nth-child(2) {
    width: 110px;
}
.content .panel.essays .inline-list.steps .step-number {
    font-size: 40px;
    font-weight: bolder;
    background: #9fd0de;
    padding: 10px 22px;
    border-radius: 87px;
    color: #FFF;
    border: solid 4px #9fd0de;
    box-shadow: 0px 0px 3px 1px #FFF inset;
    font-family: "Helvetica Neue LT Com";
}
.content.row .suggested-widget {
    padding-bottom: 10px;
    border-bottom: solid 1px #CCC;
    margin-bottom: 10px;
}
.content.row .suggested-widget ul { 
    margin-left: 20px;
}
.content .signuppanel {
    font-weight: bold;
    color: #000;
    font-family: 'Open Sans', sans-serif;
}
.content .signuppanel li,
.content .signuppanel p {
    font-weight: bold;
    color: #000;
    font-family: 'Open Sans', sans-serif;
}
ul.essaymeta {
    margin-left: 0 !important;
}
/* SIDEBAR */
.sidebar {
    /*border: solid 1px #CCC;*/
    margin: 25px 0;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.sidebar.columns h4 {
    color: #333333;
    /*font-family: 'designosaurregular';*/
    /*font-family: 'Open Sans', sans-serif;*/
    font-family: "Helvetica Neue LT Com";
    margin: 10px 0;
    padding-bottom: 5px;
    text-indent: 20px;
}

.sidebar.columns ul:not(.no-bullet),
.content.row .suggested-widget ul:not(.no-bullet) { 

    list-style: image;
    list-style-image: url("../images/arrow.png");
}
.sidebar.columns li a,
.sidebar.columns li a:active,
.sidebar.columns li a:visited,
.sidebar.columns li a:hover,
.suggested-widget li a,
.suggested-widget li a:active,
.suggested-widget li a:visited,
.suggested-widget li a:hover {
    /*font-family: 'designosaurregular';*/
    font-family: 'Open Sans', sans-serif;
    /*font-family: "Helvetica Neue LT Com";*/
    color: #333333;
    line-height: 26px;
    display: block;
    text-decoration: underline;
}


.blurry-text {
    background: transparent url("../images/blur.jpg") no-repeat center center;
    background-size:  100% 100%;
    height: 282px;
    display: block;
    position: relative
}
.blurry-text span {
    position: relative;
    top: 2em;
    font-family: 'Open Sans', sans-serif;
    /*font-family: Helvetica Neue LT Com;*/
    font-size: 1.7em;
    text-align: center;
    display: block;
    color: green;
    font-weight: bold;
    text-shadow: 1px 1px 5px rgb(128, 228, 128);
    background: #FFF;
}
a.read-full-essay {
    background: #fcb267;
    background: -moz-linear-gradient(90deg, #fcb267 25%, #fc943d 75%);
    background: -webkit-linear-gradient(90deg, #fcb267 25%, #fc943d 75%);
    background: -o-linear-gradient(90deg, #fcb267 25%, #fc943d 75%);
    background: -ms-linear-gradient(90deg, #fcb267 25%, #fc943d 75%);
    background: linear-gradient(180deg, #fcb267 25%, #fc943d 75%);
    box-shadow: 0 1px 0 #FFF inset;
    -webkit-box-shadow: 0 1px 0 #FFF inset;
    -moz-box-shadow: 0 1px 0 #FFF inset;
    color: #FFF;
    border: solid 1px #f2f2f2;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    cursor: pointer;
    text-align: center;
    font-size: 1.1em;
    font-weight: bold;

    width: 19em;
    display: block;
    position: relative;
    top: 6em;
    margin: 0 auto;
    padding: 0.5em 2em;
    float: none !important;
    text-decoration: none; 
}

.sidebar-right .box-title {
    border-bottom: double 4px #CCC;
}
.toprightmenu li {
    display: inline-block;
    border-right: solid 1px #FFF;
    line-height: 30px;
    padding: 0 18px;
}
.toprightmenu li:last-child {
    border: none;
}
/* NAVIGATION */
.top-bar {
    background: #c42e00;
}
.top-bar-section li a:not(.button) {
    background: none;
}
.top-bar-section > ul > .divider{
    border-right: solid 1px #F8F8F8;
    border-left: solid 1px #FFF;
}

.top-bar .toggle-topbar.menu-icon a,
.top-bar a, .top-bar-section ul li > a, .top-bar .name h1 a {
    /*color: #515151;*/
    color: #FFF;
    font-size: 1.05em;
    font-weight: normal;
}

.top-bar-section .dropdown li {
    background: #ffbf00;
}
.top-bar.expanded .title-area {
    background: #c42e00;
}
.top-bar-section ul {
    background: #F54109;
}

/* CONTENT */
.pagination-centered .pagination {
    text-align: center !important;
}
.pagination li {
    margin-left: 0.2em;
}
ul.pagination li a {
    background: #fc9e4c;
    font-size: 1em;
    color: #fff;
    font-weight: bold;
    padding: 0.3em 0.9em;
    text-decoration: none;
    border: none;
    color: #FFF;
}
ul.pagination li a:hover,
ul.pagination li a:focus,
ul.pagination li a:active,
ul.pagination li a:visited,
ul.pagination li a.active {
    background: #fc9e4c;
    border: none;
}
/* ESSAY LISTS */
.essay-lists .row {
    margin-top: 25px;
    background: #FFF;
}

.essay-filter {
    background: #F5F5F5 !important;
}
.essay-list .row:nth-child(odd) {
    background: #f8f8f8;
}
.sub-nav { 
    text-align: center;
}
.sub-nav dt, .sub-nav dd { 
    float: none;
}
/*.inline-list {
    text-align: center;
}*/
/*.inline-list > li {
    float: none;
    display: inline-block;
}*/
.essay-list {

}
.essay-list .list-title {
    color: #cd3000;
    text-decoration: underline;
    /*font-size: 1.2em;*/
}

.essay-list h3 {
    font-size: 1.2em;
    color: #e64c25;
}
.essay-list a {
    color: #e64c25;
}
.essay-list .savethelist {
    background: url(../images/saveessay.png) no-repeat 0 0;
    width: 20px;
    height: 20px;
    display: inline-block;
}
.row.search {
    background: #FFF;
}
.row.search ul {
    margin-left: -1.375em !important;
}
.row.search:nth-child(even) {
    background: #f6f6f6;
}
.row.search em {
    color: #999
}
.row.search h3 {
    font-size: 1.2em;
    color: #e64c25;
}
/* searchbox */
.content .searchbox {
    margin-top: 20px;
}
.content .searchbox {
    /*    background: #9fd0de url(../images/sliderbg.png) no-repeat 0 0;
        box-shadow:  inset 0px 0px 20px 0px #f8f8f8;
        -webkit-box-shadow:  inset 0px 0px 20px 0px #f8f8f8;
        -moz-box-shadow:  inset 0px 0px 20px 0px #f8f8f8;*/
    /*height: 200px;*/
    color: #fff;
    font-size: 1.2em;
    padding: 5px 0;
    text-align: center;
    margin-top: 0;    
}
.content .searchbox h4 {
    color: #ffbf00;
    font-size: 1.3em;
}
.essay-list .fa:hover {
    color: #3291ab;
}
.essay-list .fa {
    color: #e64c25;
}
.content .searchbox p {
    color: #ffffff;
    padding: 10px 0;
    font-size: 1em;
}
.content .searchbox .searchform {
    position: relative;
    /*width: 90%;*/
    margin: 0 auto;
    color: #333333;
}
.content .searchbottom {
    padding: 17px 0 0 10px;
}
.content .searchbottom select {
    height: 25px;
    width: 88px;
    box-shadow: inset 0px 0px 10px 1px #CCC;
    -webkit-box-shadow: inset 0px 0px 10px 1px #CCC;
    -moz-box-shadow: inset 0px 0px 10px 1px #CCC;
    border: none;
    font-size: 0.8em;
    color: #000;
}
.content .searchbox .inputsearch {
    background: #FFF;
    border: solid 2px #ffd7a0;
    position: relative;
    /*width: auto;*/
    height: 61px;
    outline: none;
    box-shadow: none;
    color: #333333;
    font-size: 1.2em;
    padding-right: 25px;    
    border-radius: 30px;
    font-style: italic;
    margin-bottom: 0;
}
.content .searchbox.innerpage .inputsearch {
    margin-bottom: 0;
}
.content .searchbox .inputsearchsubmit {
    border: 2px solid #ffd7a0;
    color: #FFF;
    position: absolute;
    top: 0;
    background: transparent;
    font-size: 1.2em;
    right: 0px;
    top: 0px;
    cursor: pointer;
    padding: 15px 36px;
    background: #FFD13F;
    background: -moz-linear-gradient(90deg, #fcb267 25%, #FFD13F 75%);
    background: -webkit-linear-gradient(90deg, #fcb267 25%, #FFD13F 75%);
    background: -o-linear-gradient(90deg, #fcb267 25%, #FFD13F 75%);
    background: -ms-linear-gradient(90deg, #fcb267 25%, #FFD13F 75%);
    background: linear-gradient(180deg, #fcb267 25%, #FFD13F 75%);
    border-radius: 30px;
}

/* Dashboard Form */
label.required {
    color: red
}
label.optional {
    color: #CCC;
}
.dashboardform {
    /*border-bottom: solid 1px #CCC;*/
    margin-bottom: 20px;
}
.dashboardform label {
    padding: 15px 0 5px 0;
}
/* Help Form */
.helpform {
    margin: 20px 0;
}
.closeform label,
.helpform label {
    font-size: 1em;
}

.closeform .row {
    margin-bottom: 10px;
}
/* Registration Form */

.content .extendedregistration .custom.dropdown.medium {
    display: inline-block;
}
label.accept {
    text-align: left !important
}
.content .registrationform input {
    width: 100%;
}
.content .extendedregistration div {
    padding: 5px 0;
}
.content .extendedregistration label.radio {
    width: 15%;
    display: inline-block;
    line-height: 1.5em;
}
.content .extendedregistration2 label.radio {
    line-height: 1.5em;
    text-align: right;
}

.content .formbottom {
    margin-top: 20px;
}
.content .formbottom p {
    font-style: italic;
}

.content .boxcenter {
    text-align: center;
}
.content .boxcenter > a {
    color: #FFF;
    text-decoration: none;
}
.borderbox {
    border: solid 1px #CCC;
    box-shadow: 5px 5px 7px #CCC;
    -webkit-box-shadow: 5px 5px 7px #CCC;
    -moz-box-shadow: 5px 5px 7px #CCC;
}

i.info{
    background: url(../images/icons.png) no-repeat -58px -7px;
    width: 25px;
    height: 25px;
    display: inline-block;
}
i.delete{
    background: url(../images/icons.png) no-repeat -109px -93px;
    width: 22px;
    height: 22px;
    display: inline-block;
}
i.edit{
    background: url(../images/icons.png) no-repeat -78px -93px;
    width: 22px;
    height: 22px;
    display: inline-block;
}
i.mark-tick{
    background: url(../images/mark.png) no-repeat 0px 0px;
    width: 48px;
    height: 48px;
    display: inline-block;
    margin-top: -8px;
    margin-left: 30px;
}
i.mark-cross{
    background: url(../images/mark.png) no-repeat 0px -87px;
    width: 48px;
    height: 48px;
    display: inline-block;
    margin-top: -8px;
    margin-left: 30px;
}
.recomandation {
    clear: both
}
/* Sidebar widgets */
.widgets h6 {

}
.widget ul {
    padding-left: 20px;
}
.widget ul li {

}
.widget ul li a {
    color: #9fd0de;
    text-decoration: none
}
.widget .essaywidget p {
    margin-bottom: 10px;
}
.widget .essaywidget p.essaymeta {
    margin-bottom: 20px;
    color: #CCC
}
.essays .essaymeta {
    color: #666    
}

/* Ads Management */
.offerads {
    margin: 20px auto;
}

/* PRICING */
.priceform {

}
.priceform .pricemaincolumns {
    cursor: pointer;
}
.priceform .pricecolumns {
    border: solid 1px #CCC;
    background: #f7f7f7;
    box-shadow: 0px 0px 15px 1px #CCC;
    -moz-box-shadow: 0px 0px 15px 1px #CCC;
    -webkit-box-shadow: 0px 0px 15px 1px #CCC;
    margin-top: 60px;
    height: 530px;
}
.priceform .pricecolumns.single {
    height: 350px;
}
.priceform .pricecolumns .pricetitle {
    background: url(../images/pricetitle.png) no-repeat 0 0;   
    background-size: 100% 100%;
    /*    width: 228px;
        height: 68px;*/
    margin: -34px auto 0 auto;    
    text-align: center;
    padding-top: 13px;
    padding-bottom: 10px;
    font-size: 1.5em;
}
.priceform.donateform .pricecolumns .pricetitle {
    background: url(../images/pricetitle-orange.png) no-repeat 0 0;   
    background-size: 100% 100%;
}
.priceform .columns .columns .pricetitle {
    font-size: 1.3em;
    padding: 12px 13px;
}
/*.priceform .columns .columns:nth-child(2) .pricecolumns .pricetitle {
    width: 249px;   
}*/
.priceform .pricecolumns.selected .pricetitle {
    background: url(../images/pricetitle-selected.png) no-repeat 0 0;
    background-size: 100% 100%;
    margin: -36px auto 0 auto;
}
.priceform .pricecolumns .pricetitle {
    color: #FFF;
}
.priceform .pricecolumns .pricetitle span {
    font-size: 13px;
}
.priceform .pricecolumns ul.listtick li {
    background: url(../images/listtick.png) no-repeat 0 0;
    margin-top: 17px;
}
.priceform .pricecolumns.selected ul.listtick li {
    background: url(../images/pricetick-selected.png) no-repeat 0 0;
}
.priceform .pricemaincolumns ul.listtick {
    margin-bottom: 30px;
}
/*.priceform .pricemaincolumns:last-child ul.listtick {
    margin-bottom: 73px;
}*/
/*@-moz-document url-prefix() {
    .priceform .pricemaincolumns:first-child ul.listtick {
        margin-bottom: 55px;
    }
}*/
.priceform .pricecolumns li {
    border-bottom: dashed 1px #acacac;
    color: #acacac;
}
.priceform .pricecolumns.selected li {
    border-bottom: dashed 1px #f47b13;
    color: #f47b13;
}
.priceform .pricecolumns ul.listtick li p {
    padding-left: 36px;
}
.priceform .pricecolumns .price {
    color: #acacac;
    text-align: center;
    height: 40px;
}
.priceform .pricemaincolumns:first-child .price {
    margin-top: 85px;
}
.priceform .pricemaincolumns:nth-child(2) .price {
    margin-top: 86px;
}
.priceform .pricemaincolumns:nth-child(3) .price {
    margin-top: 30px;
    margin-bottom: 0;
}
.rejoin.priceform .pricemaincolumns:nth-child(3) .price {
    margin-top: 88px;
}
.priceform.donateform .pricemaincolumns:first-child .price {
    margin-top: 86px;
}
.priceform.donateform .pricemaincolumns:nth-child(2) .price {
    margin-top: 0px;
}
.priceform.donateform .pricemaincolumns:nth-child(3) .price {
    margin-top: 58px;
    margin-bottom: 0.625em;
}
.priceform .pricecolumns.selected .price {
    color: #f47b13;
}
.priceform .pricecolumns .price .pricetag {
    color: #acacac;
    font-size: 0.5em;
    display: block;
}
.priceform .pricecolumns.selected .price .pricetag {
    color: #acacac;
}
.priceform .pricecolumns input[type='radio'] {
    margin: 0 auto;
    display: block;
}
.priceform .button.orange {
    padding: 15px 38px;
    font-size: 2.2em;
    box-shadow: 0px 1px 8px 1px #FFF inset;
    border: solid 1px #CCC;
    font-family: 'Open Sans', sans-serif;
}

/* PRICING END */


/* FOOTER NAV */
.footer .footerbox {
    /*background: #f7f7f8;*/ 
    /*height: 95px;*/
    /*border-top: solid 1px #CCC;*/
}
.footer .footerbox .column,
.footer .footerbox .columns {
    background: #f7f7f8; 
}
.footer .footer-nav {
    list-style: none;
    margin-bottom: 5px;
}
.footer.row ul li {
    display: inline;
}
.footer.row ul li,
.footer.row ul li a {
    color: #656565;
    font-size: 1em;
}
.footer.row ul li a:hover {
    text-decoration: underline;
}
.footer .panel {
    margin-bottom: 0;
}
.footer .panel p {
    font-size: 1em;
}

/* SOCIAL MENU */
ul.social-menu {
    position: relative;
    overflow: hidden;
    padding: 0;
    margin:10px 0 10px 0 !important;
    float:none;
}

#header ul.social-menu {
    margin:8px 15px 0 0 !important;
    float:right;
    overflow:hidden;
}

#footer ul.social-menu {
    float:left;
    width:100%;
}

.social-menu li {
    display: inline-block;
    margin:0 5px 8px 0;
    padding: 0;
    background-image:url(../images/social-spirit-mini.png);
    background-repeat: no-repeat;
    background-color:#fff;
    /*border:1px solid #ddd;*/
    border-radius: 10%; -moz-border-radius: 10%; -webkit-border-radius: 10%;-khtml-border-radius: 10%;
    height:20px;
    width:20px;
    overflow:hidden;

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

#header ul.social-menu li {
    float:left;
    margin:0 0 8px 7px;
    display:inline;
}

#footer .social-menu li {
    background-color:#333;
    border: none;
    margin:0 7px 8px 0 !important;
}

.social-menu li:hover {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.social-menu li:first-child {
}

.social-menu li a {
    display: block;
    text-indent:-9999px !important;
    height: 20px;
    width: 20px;
}

.social-menu li a:active {
    box-shadow: inset 0 0 10px rgba(0,0,0,0.3), inset 0 0 10px rgba(0,0,0,0.3);
    -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,0.3), inset 0 0 10px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0 0 10px rgba(0,0,0,0.3), inset 0 0 10px rgba(0,0,0,0.3);
}


/* Social Sprites: Icon Cl.social-menues
================================================== */

.social-menu li.digg { background-position: 0 -4px; }
.social-menu li.digg:hover { background-position: 0 -34px; }
.social-menu li.dribbble { background-position: -4px -64px; }
.social-menu li.dribbble:hover { background-position: -4px -94px; }
.social-menu li.facebook { background-position: -4px -125px; }
.social-menu li.facebook:hover { background-position: -4px -155px; }
.social-menu li.flickr { background-position: -5px -185px; }
.social-menu li.flickr:hover { background-position: -5px -215px; }
.social-menu li.forrst { background-position: -4px -244px; }
.social-menu li.forrst:hover { background-position: -4px -274px; }
.social-menu li.googleplus { background-position: -4px -304px; }
.social-menu li.googleplus:hover { background-position: -4px -334px; }
.social-menu li.html5 { background-position: -4px -364px; }
.social-menu li.html5:hover { background-position: -4px -394px; }
.social-menu li.icloud { background-position: -4px -424px; }
.social-menu li.icloud:hover { background-position: -4px -454px; }
.social-menu li.lastfm { background-position: -4px -484px; }
.social-menu li.lastfm:hover { background-position: -4px -514px; }
.social-menu li.linkedin { background-position: -4px -544px; }
.social-menu li.linkedin:hover { background-position: -4px -574px; }
.social-menu li.myspace { background-position: -4px -604px; }
.social-menu li.myspace:hover { background-position: -4px -634px; }
.social-menu li.paypal { background-position: -4px -664px; }
.social-menu li.paypal:hover { background-position: -4px -694px; }
.social-menu li.picasa { background-position: -4px -724px; }
.social-menu li.picasa:hover { background-position: -4px -754px; }
.social-menu li.pinterest { background-position: -4px -785px; }
.social-menu li.pinterest:hover { background-position: -4px -815px; }
.social-menu li.reddit { background-position: -4px -844px; }
.social-menu li.reddit:hover { background-position: -4px -874px; }
.social-menu li.rss { background-position: -4px -904px; }
.social-menu li.rss:hover { background-position: -4px -934px; }
.social-menu li.skype { background-position: -4px -964px; }
.social-menu li.skype:hover { background-position: -4px -994px; }
.social-menu li.stumbleupon { background-position: -4px -1024px; }
.social-menu li.stumbleupon:hover { background-position: -4px -1054px; }
.social-menu li.tumblr { background-position: -4px -1084px; }
.social-menu li.tumblr:hover { background-position: -4px -1114px; }
.social-menu li.twitter { background-position: -4px -1145px; }
.social-menu li.twitter:hover { background-position: -4px -1175px; }
.social-menu li.vimeo { background-position: -5px -1204px; }
.social-menu li.vimeo:hover { background-position: -5px -1234px; }
.social-menu li.wordpress { background-position: -4px -1264px; }
.social-menu li.wordpress:hover { background-position: -4px -1294px; }
.social-menu li.yahoo { background-position: -4px -1324px; }
.social-menu li.yahoo:hover { background-position: -5px -1355px; }
.social-menu li.youtube { background-position: -5px -1385px; }
.social-menu li.youtube:hover { background-position: -4px -1414px; }

.social-menu li.github { background-position: -5px -1445px; }
.social-menu li.github:hover { background-position: -5px -1475px; }
.social-menu li.behance { background-position: -6px -1505px; }
.social-menu li.behance:hover { background-position: -6px -1534px; }
.social-menu li.yelp { background-position: -4px -1564px; }
.social-menu li.yelp:hover { background-position: -4px -1594px; }
.social-menu li.mail { background-position: -5px -1624px; }
.social-menu li.mail:hover { background-position: -5px -1654px; }
.social-menu li.instagram { background-position: -5px -1685px; }
.social-menu li.instagram:hover { background-position: -5px -1715px; }
.social-menu li.foursquare { background-position: -4px -1744px; }
.social-menu li.foursquare:hover { background-position: -4px -1774px; }
.social-menu li.zerply { background-position: -4px -1804px; }
.social-menu li.zerply:hover { background-position: -4px -1834px; }

/* Essay */
.savedessay ul {
    list-style-image:none !important;
}
.removeessay {
    display: inline;
    float: left;
    padding: 0 5px;
}
.removeessay i {
    color: #FA6063;
}
.removeessay:hover i {
    color: #FDCFD0;
}
/*
* ===================================================== LIST TABLE TYPE ==================================================
*/

.custom-list {
    margin: 10px 0;
}
.custom-list .list-head {
    background: #cd3000;
    color: #FFF;
    padding: 10px;
}
.custom-list .list-item {
    background: #FFF;
    padding: 10px;
}
.custom-list.singlelist .list-item:nth-child(2n+1) {
    background: #F7F6F6;
}
.custom-list.sidebyside .list-item:nth-child(4n+2),
.custom-list.sidebyside .list-item:nth-child(4n+1) {
    background: #F7F6F6;
}
.custom-list.threebyside .list-item:nth-child(6n+3),
.custom-list.threebyside .list-item:nth-child(6n+2),
.custom-list.threebyside .list-item:nth-child(6n+1) {
    background: #F7F6F6;
}
.custom-list.fourbyside .list-item:nth-child(8n+4),
.custom-list.fourbyside .list-item:nth-child(8n+3),
.custom-list.fourbyside .list-item:nth-child(8n+2),
.custom-list.fourbyside .list-item:nth-child(8n+1) {
    background: #F7F6F6;
}
.custom-list.fourbyside p {
    margin: 0;
}
.custom-list.single .list-item:nth-child(2n+1) {
    background: #F7F6F6;
}
.custom-list .list-item a {
    text-decoration: underline;
}
.custom-list.liketab .list-head {
    background: #87D1FF;
    border: solid 1px #336699;
}
.custom-list.liketab .list-head.active {
    background: #FFF;
    color: #336699
}
.custom-list input[type="text"], 
.custom-list input[type="email"], 
.custom-list input[type="checkbox"], 
.custom-list input[type="radio"] {
    margin: 0;
}
.list-item.nopad label { 
    padding: 0.8em 0 0 0;
}
.list-item.nopad {
    padding: 0;
}
.essay-lists .row.data-equalizer {
    margin: 0 !important;
}
.essay-lists .row.data-equalizer:nth-child(even) {
    background: #FFF !important;
}
.essay-lists .row.data-equalizer .list-item {
    background: none !important;
}
/* AJAX LOADER */
#loadingDiv {  
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:1000;
    background-color:grey;
    opacity: .8;
}

.ajax-loader {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -32px; /* -1 * image width / 2 */
    margin-top: -32px;  /* -1 * image height / 2 */
    display: block;     
}