/*
Template: the-next
Theme Name: Optimus
Theme URI: http://wpeden.com/
Author URI: http://wpeden.com/
Description: Optimus - Multi-purpose WordPress Theme
Author: Shaon
Version: 1.0.0
License: GNU General Public License v3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: black, green, white, two-columns, fluid-layout, threaded-comments, sticky-post, microformats,  editor-style, custom-menu, custom-background, post-formats

Optimus - WordPress Theme, Copyright 2013 wpeden.com
Optimus - WordPress Theme is distributed under the terms of the GNU GPL

*/

/*@import url(css/font-awesome.min.css);  */
/* GLOBAL STYLES
   -------------------------------------------------- */
/* Padding below the footer and lighter body text */

@import "css/buttons/flat.css";
@import "css/buttons/default.css";

body {
    font-weight: 400;
    color: #333333;
    background: #ffffff;
    font-size: 17px;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}

.panel-heading {
    font-size: 12pt;
}

.panel-heading a {
    display: block;
}

.panel-heading .pull-right {
    margin-top: 2px;
}

#wrapper {
    padding: 10px;
    background: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
}

/* Header 1
 * -------------------------- */
#header-1 {
    padding: 10px 0;
    color: #ecf0f1;
}

#header-1 * {
    font-size: 9pt;
    color: #ffffff !important;
}

#header-1 .header-info-wrapper {
    padding-top: 7px;
    padding-bottom: 7px;
}

#header-1 .list-inline {
    margin-bottom: 0;
}

#header-1 .list-inline > li:first-child {
    padding-left: 0;
}

#header-1 a {
    color: #ffffff;
}

#header-2 .navbar-default .navbar-toggle .icon-bar {
    background: #ffffff !important;
}

/* Header 2
 * -------------------------- */
.navbar-default {
    border: 0;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    margin-bottom: 0;
    border-radius: 0;
}

#mainmenu a {
    font-family: 'Montserrat', serif;
}

.navbar-default .navbar-brand {
    font-size: 24px;
    font-weight: 800;
    color: #000 !important;
    text-transform: uppercase;
    padding-top: 40px;
    padding-bottom: 40px;
    font-family: 'Open Sans', sans-serif;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #2c3e50;
}

.navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #ffffff;
}

.navbar-nav > li > a {
    font-weight: 700;
}

.navbar-nav > li > .dropdown-menu {
    font-size: 13px;
}

.dropdown-menu > li {
    width: 100%;
}

.dropdown-menu > li > a {
    font-weight: 600;
    width: 100%;
}

.inline {
    display: inline;
}

/* Social Links
 * -------------------------- */
#header-1 ul.social-links {
    padding-left: 0;
    list-style: none;
    float: right;
    font-size: 15px;
    margin: 0 !important;
    line-height: normal !important;
}

.social-links > li {
    display: inline-block;
}

.social-links > li a {
    color: rgb(127, 140, 141);
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    line-height: 30px;
    border-radius: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

#header-1 .social-links > li a:hover, #footer-2 .social-links > li a:hover {
    color: #ffffff;
}

.header-logo-area {
    padding: 30px 0;
    background: rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    color: #ffffff;
}

.site-logo img {
    max-height: 40px;
}

.container {
    max-width: 1170px;
}

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Remove border and change up box shadow for more contrast */
.navbar .navbar-inner {
    border: 0;
    -webkit-box-shadow: 0px;
    -moz-box-shadow: 0px;
    box-shadow: 0px;
    background: transparent;
    margin-left: 0;
    padding-left: 0;
}

/* Downsize the brand/project name a bit */
.navbar .brand {
    padding: 15px 20px 16px; /* Increase vertical padding to match navbar links */
    font-size: 16px;
    font-weight: bold;
    text-shadow: none;
    color: #222;
}

#featured-slider-container{
    padding: 50px 0;
    background: #eeeeee;
    animation: none !important;
}
.header-boxed,
.arc-header{
    animation:  none !important;
}

#featured-slider .item{
    padding: 65px 0 90px;
}

#featured-slider .featured-slide{
    transform: perspective(600px) rotateY(45deg);
    -webkit-transform: perspective(600px) rotateY(45deg);
    border-radius: 20px;
    box-shadow: -4px 2px 12px rgba(0, 0, 0, 0.3);
    margin-left: 10px;
    opacity: 1;
}

#featured-slider .carousel-caption *{
    color:  #ffffff;
}
#featured-slider .carousel-caption{
    left: 40%;
    top: 18%;
    right: 0;
    text-align: left;
}
#featured-slider .carousel-caption span.lead{
    border: 2px solid rgba(255,255,255,0.8);
    padding: 5px 10px;
    font-weight: 800;
    font-size: 10pt;
    text-transform: uppercase;
    display: inline-block;
}
#featured-slider .carousel-caption h2{
    font-size: 18pt;
}

#featured-slider .carousel-indicators{
    right: 0;
    width: auto !important;
    left: auto !important;
    margin: 0;
    position: absolute;
    bottom: 30px;
}

#featured-slider .carousel-indicators li{
    height: 60px;
    width: 60px;
    text-indent:0;
    border: 0;
    border-radius: 50%;
    margin-left: 5px;
}

#featured-slider .carousel-indicators li img{
    border-radius: 50%;
    opacity: 0.8;
}
#featured-slider .carousel-indicators li.active img{
    border: 2px solid #ffffff;
    opacity: 1;
}

.entry-title {
    font-size: 16pt;
    margin-top: 0;
}

hr.divider {
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #fafafa;
    margin-bottom: 0;
}

a {
    color: #226AC1;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', "segoe ui", serif;
    font-weight: 800;
}

h1 {
    font-size: 24pt;
    margin: 5px 0px;
}

h2 {
    font-size: 20pt;
    margin: 5px 0px;
}

h3 {
    font-size: 14pt;
    margin: 5px 0px;
}

h4 {
    font-size: 12pt;
    margin: 5px 0px;
}

/** components **/
.alert {
    border-radius: 3px !important;
    border: 0 !important;
    color: #ffffff;
    font-weight: 400;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}

.alert a {
    font-weight: 900;
}

.alert-primary {
    background: #5391CF !important;
}

.alert-success {
    background: #63B76C !important;
}

.alert-danger {
    background: #D84437 !important;
}

.alert-warning {
    background: #E28913 !important;
}

.alert-info {
    background: #5BC0DE !important;
}

.alert:not(.alert-default) * {
    color: #ffffff;
}

/** archive page styles **/

.archive-item {
    margin-bottom: 40px;
}

.archive-item .format-quote {
    padding-top: 10px !important;
}

.archive-item .format-audio .breadcrumb,
.archive-item .format-quote .breadcrumb {
    margin-bottom: 0;
}

/** archive page styles end **/

h2 {
    font-size: 13pt;
}

.archive-item .entry-title a,
.archive-item .entry-title,
.post h2.entry-title {
    margin-top: 0px;
    line-height: normal;
    font-size: 18px;
    font-weight: 700;
}


/* Post
 * -------------------------- */
.content-wrapper article.post {
    padding: 20px 0 !important;
    overflow: hidden;
}

.post.post-2 {
    padding: 0;
    padding-bottom: 20px;
}

.post-title {
    margin: 20px 0;
    font-size: 14pt;
    font-family: 'Montserrat', sans-serif;
    transition: all 0.2s ease-in-out 0s;
}

.post-thumb {
    position: relative;
}

.post {
    clear: both;
    display: block;
}

.form-allowed-tags {
    font-family: 'courier new';
    color: #aaa;
    display: none !important;
}

.post-meta,
.meta {
    font-size: 9pt;

}

.archive-post .post-thumb img{
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.archive-post .post-meta{
    border-bottom-right-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
}

.post-meta {
    font-family: 'Montserrat', sans-serif;
    padding: 10px 20px 10px 0;
    margin-top: 0;
    background: #eeeeee;
    overflow: visible;
}
.post-meta .media{
    overflow: visible;
}
.post-meta .avatar{
    border-radius: 3px !important;
    padding: 0;
    border: 0px solid rgba(255,255,255,0.1);
    margin-top: -60px;
    margin-left: 15px;
    position: relative;
    z-index: 99999;
    box-shadow: 0 2px 2px rgba(0,0,0,0.2);
}

.single-post-thumbnail{
    padding: 15px;
    border: 1px solid #ecf0f1;
}

.meta-list {
    list-style: none !important;
    padding-left: 0 !important;
    margin: 0 !important;
    float: left;
    width: 100%;
}

.meta-list li {
    float: left;
    color: #9aa7ae;
    padding: 0 10px;
    list-style: none !important;
    border-left: 1px solid #ecf0f1;
}

.meta-list li .black {
    color: #2c3e50;
}

.meta-list li:first-child {
    padding-left: 0;
    border-left: 0;
}

.meta-list li:last-child {
    float: right;
    border-left: 0;
    padding-right: 0;
}

.post.post-2 .meta-list li:last-child {
    float: left;
}

.arc .meta {
    color: #aaa !important;
}

.arc p {
    padding-left: 0px;
}

.comment-meta * {
    font-size: 8pt;
}

.widget-footer ul {
    margin: 0px;
    padding: 0px !important;
}

.sidebar .widget {
    margin-bottom: 20px;
}

.sidebar .widget ul,
.sidebar .widget p {
    font-size: 9pt;
    font-weight: 400;
    /*font-family: 'Montserrat',sans-serif;*/
}

.sidebar .textwidget {
    font-size: 13px;
    font-weight: 400;
}

.sidebar .widget ul {
    margin: 0 !important;
    border: 1px solid #ecf0f1;
    padding: 20px;
}

.widget-boxed-panel ul{
    margin: 0;
    padding: 0;
}
.widget-boxed-panel li,
.sidebar .widget li {
    list-style: none;
    padding: 3px 0px;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
}

.widget-boxed-panel li:before,
.sidebar .widget li:before {
    font-family: 'FontAwesome';
    content: "\f105";
    margin-right: 15px;
    font-size: 14px;
}

.widget-boxed-panel li:not(:last-child),
.sidebar .widget li:not(:last-child) {
    border-bottom: 1px solid #ecf0f1;
    padding: 5px 0;
}

.widget-boxed-panel{
    border:1px solid #ecf0f1;
    padding: 20px;
    margin-bottom: 10px;
    background: #ecf0f1;
}

.widget-boxed-panel .widget-boxed-panel-heading{
    margin: 0 0 15px;
    padding: 0 0 10px 0;
    font-size: 10pt;
    text-transform: uppercase;
    border-bottom: 1px solid #d4d7d8;

}

.sidebar .widget-body {
    margin: 0 !important;
    border: 1px solid #ecf0f1;
    padding: 20px;
}

#wp-calendar {
    width: 100%;
}

#wp-calendar * {
    text-align: center;
}

.box h3 {
    /*overflow: hidden;*/
}

.post ol, .post ul {
    margin-left: 20px;
    padding-left: 0;
    list-style: none;
}

h1, h2, h3, h4 {
    clear: both;
    display: block;
}

h1,
.post h1 {
    font-size: 16pt;
}

.home-box {
    min-height: 150px;
    /*overflow: hidden;*/
}

.mx_comments {
    margin-top: 20px;
}

.mx_comments ul ul,
.mx_comments ol ol {
    margin-left: 40px !important;
    padding-left: 0 !important;
}

del {
    color: #800000;
}

.mx_comments ul li {
    list-style: none;
    margin-bottom: 10px;
}

.mx_comments .author-box img {

    padding: 5px;

}

.mx_comments .commentmetadata a {
    color: #ccc;
}

.mx_comments .commentmetadata {
    font-size: 12pt;
    display: block;
    line-height: 25px;
    color: #ccc;
}

.post ol li,
.mx_comments .comment-content ol li {
    list-style: decimal;
}

.post ul li,
.mx_comments .comment-content ul li {
    list-style: square;
}

.mx_comments .comment-content ol,
.mx_comments .comment-content ul {
    margin-left: 0px;
}

.mx_comments .comment-content ol ol,
.mx_comments .comment-content ul ul {
    margin-left: 20px;
}

.comment-content img, .reply-content img {
    max-width: 100%;
}

.panel .comment-respond {
    padding: 10px 30px;
}

#commentform p {
    margin-bottom: 5px;

}

#commentform p .required {
    color: #ff0000;
}

#commentform p label {
    font-weight: bold;
    width: 200px;
    color: #aaa;
}

#commentform p input[type=text] {
    display: block;
    padding: 5px;
    width: 97%;

}

.comment-form-author, .comment-form-email, .comment-form-url {
    width: 33%;
    float: left;
    clear: none !important;
}

.mx_comments .commentmetadata .fn,
.mx_comments .commentmetadata .fn a {
    float: left;
    margin-right: 10px;
    font-size: 12pt;
    color: #2765B5 !important;

}

#commentform textarea {
    width: 98%;
    padding: 5px;
}

#respond {
    padding-top: 20px;
    margin-top: 20px;
}

.single p {
    display: block;
    clear: both;
    font-size: 10pt;
}

.alignright {
    float: right;
    margin: 10px 0px 10px 10px;
}

.alignleft {
    float: left;
    margin: 5px 10px 5px 0px;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

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

.footer {
    width: 100%;
    color: #fff;
    background: #444444;
    margin-top: 20px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.footer * {
    color: #fff;
}

.footer .content {
    text-align: center;
    padding: 10px;
    color: #fff;
}

.footer .header {
    margin-left: 20px;
}

.footer .content * {
    color: #fff;
}

.gallery-caption {

}

.t-sect {
    padding-top: 50px;
}

.new-downloads li:nth-child(odd), .top-downloads li:nth-child(odd) {
    background: #f1f1f1;
}

.new-downloads li, .top-downloads li {
    margin-bottom: 5px;
}

.new-downloads img, .top-downloads img {
    margin-right: 5px;
}

ul ul {
    margin-left: 15px;
}

table.dtable {
    width: 620px;
}

table.dtable * {
    text-align: center !important;
}

.fieldset {
    border: 1px solid #7AB1FF;
    padding: 10px;
    margin-top: 10px;
    width: 600px;
}

.fieldset legend {
    font-size: 13pt;
}

.panel-heading .btn-invoice{
    margin-top: -5px;margin-right:-8px;
}
.wpdm_cart th{
    font-size: 10pt;
}
.wpdm_package {
    background: #fafafa;
}

.share, .share * {
    border: 0px;
}

.widget .share a {
    width: 40px;
    margin-right: 2px;
}

.share td {
    width: 20%;
    overflow: hidden;
}

.sidebar .fieldset {
    width: 290px;
    margin-left: 4px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.sidebar a.download-link {
    margin-left: 10px;
}

img {
    max-width: 100%;
}

.preview_img {
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px #888;
    box-shadow: 0 0 5px #888;
}

.home-box h3 img {
    margin-top: 3px;
}

.wp-caption img {
    max-width: 98.6%;
}

.wp-caption {
    padding: 0px;
    border: 1px solid #5896C9;
    display: block;
    max-width: 100%;
    /*    -moz-box-shadow: inset 0 0 5px #2765B5;
    -webkit-box-shadow: inset 0 0 5px #2765B5;
    box-shadow: inner 0 0 5px #2765B5;  */

}

.wp-caption .wp-caption-text {
    background: #C7E6F9;
    padding: 5px;
    margin: 0px;

}

.wp-caption img {
    padding: 0px;
    margin: 5px;
    margin-bottom: 0px;
}

.wp-smiley {

    border: 0px;
}

.post-categories li {
    list-style: none;
    float: left;
    margin-right: 5px;
}

ol li {
    list-style: decimal;
}

.assistive-text {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
}

span.reference a {
    text-shadow: 1px 1px 1px #000;
    color: #999;
    text-transform: uppercase;
    text-decoration: none;
    position: fixed;
    right: 10px;
    top: 10px;
    font-size: 13px;
    font-weight: bold;
}

.w3eden .navbar {
    min-height: 30px;
}

span.reference a:hover {
    color: #555;
}

h1.title {
    color: #777;
    font-size: 30px;
    margin: 10px;
    font-weight: normal;
}

.footer_menu .current-menu-item a {
    background: transparent;
    font-weight: bold;
}

.footer_menu a {
    font-size: 11px;
    font-style: italic;
}

.nav-next {
    float: right;
    margin: 10px 12px 10px 0;
}

.nav-previous {
    float: left;
    margin: 10px 0px;

}

.nav-previous a,
.nav-next a {
    padding: 5px 10px;
    color: #000;
    font-weight: 300;
    background: #FFCD00;
    font-size: 12pt;
}

.clear {
    clear: both;
    display: block;
    position: relative;
}

form.input {
    max-width: 100% !important;
}

p.attachment img {
    margin: 0px auto;
}

p.attachment img.alignleft {
}

.footer .widget h3 {
    font-size: 13pt;
    border-bottom: 1px solid #666666;
    padding-bottom: 0px;
    padding-left: 0px;

}

.footer .widget h3 span {
    border-bottom: 1px solid #333333;
    padding-bottom: 5px;
    padding-right: 10px;
    display: block;
}

.widget-footer li {
    border-top: 1px solid #333333;
    border-bottom: 1px solid #555555;
    padding: 5px 0px;
}

.widget-footer li:last-child {
    border-bottom: 0px;
}

.widget-footer li:first-child {
    border-top: 0px;
}

.widget-footer,
.widget-footer li,
.widget-footer a {
    font-size: 10pt;
}

.footer .buttom {
    margin-top: 20px;
    border-top: 1px solid #555555;
    background: #222222;
}

h1 {
    font-size: 24pt;
    font-weight: 800;
}

p {
    line-height: 1.7;
    margin-top: 10px;
}

code {
    max-width: 100%;
    white-space: normal !important;
}

pre {
    max-width: 100%;
    overflow: hidden;
}

pre:hover {
    overflow: auto;
}

.ttip {
    color: #208AE8;
    cursor: pointer;
}

.box.widget h3 {
    margin: 6px 6px 0 6px;
    color: #000000;
    text-shadow: none;
    font-size: 12pt;
    padding-bottom: 7px;
    padding-left: 0px;
}

.box.widget h3 span {

    padding-bottom: 9px;
    padding-right: 10px;
}

.box.widget ul {
    margin-left: 4px;
}

.box.widget ul li {
    margin: 0px;
}

.box.widget li,
.box.widget p {
    font-size: 10pt;
}

.arc-header {
    margin-left: 0px;
    color: #ffffff;
    margin-bottom: 30px;
}

.arc-header h1 {
    color: #ffffff;
    padding: 10px 5px;
    text-align: left;
    padding-right: 20px;
    font-weight: 700;
    margin: 0;
    font-size: 17pt;
    line-height: 60px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.7);
    font-family: Montserrat;
}

.commentlist {
    margin: 0px !important;
    padding: 0;
}

.commentlist li {
    list-style: none !important;
}

img.avatar {
    border-radius: 3px !important;
    border: 1px solid #ddd;
    padding: 5px;
}


.post:first-child {
    margin-top: 0px;
}

.breadcrumb {
    margin-bottom: 10px;
    font-size: 10pt;
    background: #f2f2f2;
    border: 1px solid #ffffff;
    font-weight: 200;
}

.mt5 {
    margin-top: 9px;
}

.navigation .next-link {
    float: right;
}

.navigation {
    margin-bottom: 10px;
}

.entry-content {
    margin-bottom: 10px;
}

.entry-content,
.entry-content p {
    font-size: 18px;
}

.entry-content h2 {
    font-size: 14pt;
}

.entry-content h3 {
    font-size: 12pt;
}

.entry-content h5, .entry-content h4 {
    font-size: 11pt;
}

.home-cat span {

    padding: 6px 10px 5px 0px;
    font-weight: 700;
}

.home-cat {
    margin-top: 15px;
    font-size: 13pt;
    margin-bottom: 15px;
    padding-bottom: 3px;
    border-bottom: 1px solid #cccccc;
}

#nav-single {
    float: right;
    margin-top: -5px;

}

#nav-single a {
    padding: 0px 5px;
    margin-top: 7px;
}

.btn-info,
.btn-info *,
.btn-info *:hover {
    color: #fff !important;
}

.home-cat-single .entry-title {
    min-width: 100%;
    font-size: 11pt;
    line-height: normal;
}

.home-cat-single .breadcrumb {
    margin-bottom: 0px;
}

.home-cat-single .breadcrumb,
.home-cat-single .entry-title {
    background: transparent;
    float: left;
    margin-right: 10px;
    padding-left: 0px !important;
}

.home-cat-single .entry-content .entry-title {
    padding-left: 10px;
}

.home-cat-single:hover .entry-content {
    display: block;
}

.home-cat-single {
    display: block;
}

.thumbail img {
    height: auto !important;
}

.call-to-action {
    margin: 0px auto;
}

.sticky {
    border: 1px solid #ccc;
}

input#s {
    margin-bottom: 0px;
}

#nav-below {
    margin-left: 0px;
    margin-right: 0px;
}

.box.widget ul {
    margin-left: 4px;
}

.box.widget ul,
.box.widget ul li {
    margin: 0px;
}

.box.widget li {
    border-bottom: 1px solid #f1f1f1;
    padding: 5px 0px !important;
}

.box.widget li,
.box.widget p {
    font-size: 10pt;
}

.service-box h3 a:hover,
.service-box h3 a {
    color: #222;
    text-decoration: none;
}

.service-box h3 {
    font-size: 13pt;
    line-height: normal;
    margin-bottom: 5px;
    font-weight: 400;
}

.service-icon {
    background: #333;
    border-radius: 50%;
    padding: 3px 6px 5px 6px;
    margin-right: 5px;
}

blockquote {
    background: rgba(30, 116, 101, 0.1) !important;
    font-style: italic;
    padding: 15px 35px 20px 90px;
    line-height: 1.5 !important;
    margin-top: 15px;
    border: 0 !important;
}

blockquote cite {
    font-size: 9pt;
    display: block;
    font-weight: 400;
    opacity: 0.5;
}

blockquote cite:before {
    content: "\2014";
    padding-right: 6px;
}

blockquote:before {
    content: "\f10d";
    border: 1px solid;
    border-radius: 500px;
    color: rgb(30, 116, 101);
    font-family: "FontAwesome";
    font-size: 16pt;
    font-style: normal;
    left: 30px;
    line-height: 60px;
    margin-top: 0;
    position: absolute;
    text-align: center;
    width: 60px;
    z-index: 9999;
}



blockquote * {
    padding: 0 !important;
    margin: 0 !important;
    font-size: 16pt;
    font-style: italic;
    line-height: 1.5 !important;
}

blockquote.dark * {
    color: #ffffff !important;
}

blockquote.light {
    margin-bottom: 0px;
    background: #f5f5f5;
    border-bottom: 1px solid #ddd;
}

.bqwrap {
    background: url(images/d3.png) center bottom no-repeat;

    padding-bottom: 13px;
    margin-bottom: 30px;

}

blockquote.dark {
    background: #222222;
    color: #eee;
    margin: 10px 0px;
}

blockquote h3 {
    font-size: 14pt;
    line-height: normal;
    margin: 5px 0px;
}

.section-head {
    font-size: 22pt;

}

.section-head span {
    display: inline;
    padding: 8px 15px;
    background: #333333;
    color: #ffffff;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    margin-left: -8px;
}

iframe,
embed,
object {
    max-width: 100%;
}

.sidebar a:hover,
a.btn-link:hover,
a:hover {

    text-decoration: none;
}

.dropdown-menu li a,
.dropdown-menu li a:hover,
a, a:hover {
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

p.large {
    font-size: 17pt;
}

.icon-white {
    color: #ffffff;
}

.sbottom {
    position: relative;
}

.sbottom:before, .effect2:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #777;
    -webkit-box-shadow: 0 15px 10px #777;
    -moz-box-shadow: 0 15px 10px #777;
    box-shadow: 0 15px 10px #777;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

.sbottom:after {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 10px;
    left: auto;
}

.tagcloud a {
    font-size: 10pt !important;
    padding: 3px 6px;
    background: #ffffff;
    border: 1px solid #ecf0f1;
    margin: 0px 5px 5px 0;
    display: block;
    float: left;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
}

.intro {
    padding-top: 40px;

}

.intro h2 {
    font-size: 32pt;
    margin-bottom: 20px;
}

.intro .btn {
    margin-top: 20px;
}

/** content box **/

.contentbox-style1 i.icon-inner {
    color: #ffffff;
}

[class*=contentbox-style] .media,
[class*=contentbox-style]:hover .media,
[class*=contentbox-style]:hover,
[class*=contentbox-style] {
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.contentbox-style2 {
    border: 1px solid #eeeeee;
    padding: 0 20px 20px 20px;
    border-radius: 4px;
}

.contentbox-style2 .iconbox {
    margin-top: -40px;
}

.contentbox-style4 .img-circle,
.contentbox-style3 .img-circle,
.contentbox-style2 .img-circle {
    background: #ffffff;
    border: 1px solid #444444;
}

.contentbox-style2 i.icon-inner {
    color: #444444;
}

.contentbox-style3 .media-body {
    text-align: left !important;
    padding: 20px 20px 20px 0 !important;
}

.contentbox-style3 .media {
    margin-left: 42px;
    border: 1px solid #EEEEEE;

}

.contentbox-style3 .iconbox {
    margin-left: -45px;
    margin-top: 11%;
}

.contentbox-style4 .media-body {
    text-align: right !important;
    padding: 20px 0px 20px 20px !important;
}

.contentbox-style4 .media {
    margin-right: 42px;
    border: 1px solid #EEEEEE;
    overflow: visible;
}

.contentbox-style4 .iconbox {
    margin-right: -45px;
    margin-top: 11%;
}

/** content box end **/

/** package block **/
.relative {
    position: relative;
}

.static {
    position: static !important;
}

.inline {
    display: inline;
    width: auto !important;
}

.package-block {
    font-weight: 300;
    font-size: 9pt;
    padding: 8px !important;
    border: 0 !important;
    border-radius: 3px !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
}

.package-block img {
    margin-bottom: 8px;
    border-radius: 2px;
}

.package-block.panel {
    padding: 0 !important;
}

.package-block h3 a,
.package-block h3 {
    margin: 0;
    line-height: normal;
    font-size: 10pt;
    font-weight: 800;
    display: block;
}

.package-block .package-info {
    margin: 2px 0;
}

.package-block .mask {
    opacity: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    position: absolute;
    top: 0;
    background: rgba(255, 255, 255, 0.95);
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.mask ul,
.mask li {
    margin-left: 0;
    list-style: none;
    padding: 5px 0;
}

.package-block .mask .maskin {
    padding: 20px;
}

/*.package-block:hover .mask{*/
/*display: block;*/
/*-webkit-transition: all 1s ease-in-out;*/
/*-moz-transition: all 1s ease-in-out;*/
/*-o-transition: all 1s ease-in-out;*/
/*transition: all 1s ease-in-out;*/
/*}*/

/** package block ends **/

.sap {
    margin-bottom: 30px;
    display: block;
    text-align: left;
    font-weight: 700;
}

.sap span {
    background: rgba(0, 0, 0, 0.7);
    padding: 5px 15px;
    font-size: 12pt;
    border-radius: 2px;
    color: #ffffff !important;
}

/** post format styles **/
.format-quote .entry-content {
    padding: 5px 50px 10px 50px !important;
    position: relative;
    background: #f5f5f5;

}

.archive-item .format-quote .entry-content {
    min-height: 185px;
}

.format-quote .entry-content:before {
    font-family: '';
    content: url(images/quote-left.png);
    position: absolute;
    top: 10px;
    left: 10px;
}

.format-quote .entry-content:after {
    font-family: '';
    content: url(images/quote-right.png);
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.format-audio .entry-content {
    padding: 10px;
    background: #f5f5f5;
}

.archive-item .format-audio .entry-content {
    min-height: 180px;
}

.format-audio .audio-player {
    margin-bottom: 10px;
}

.format-video .video-player div {
    max-width: 100% !important;
}

.mejs-video {
    max-width: 100% !important;
}

.video-preview {
    background: url(images/video.png) center center no-repeat;
}

.video-preview img.thumbail:hover,
.video-preview:hover img.thumbail {
    opacity: 0.1;
}

/** post format styles end **/

.carousel-control {
    border: 0;
    border-radius: 0;
}

.carousel-control {
    height: auto;
    font-size: 20pt;
    padding: 8px 0 10px 0;
    margin-top: 0;
    border: 0;
    border-radius: 0;
}

.carousel-control.left {
    left: 4px;
}

.carousel-control.right {
    right: 4px;
}

.header-logo-area h1,
.site-logo {
    font-size: 14pt;
    font-weight: 700;
    margin: 0;
    line-height: 90px;
}

.tagline {
    line-height: 35px;
}

.header-widget #searchform {
    float: right;
    margin: 0;
}

.header-widget .screen-reader-text,
.header-widget #searchsubmit {
    display: none;
}

.boxed {
    max-width: 1020px;
    margin: 0 auto;
    background: #ffffff;
    overflow: hidden;
}

.framed {
    max-width: 1020px;
    margin: 20px auto;
    background: #ffffff;
    border-radius: 5px;
    overflow: hidden;
}

.featured-block {
    background: #ffffff;
    border: 1px solid #ffffff;
    padding: 30px;
    margin-bottom: 20px;

}

.featured-block h2 {
    margin-bottom: 30px;
}

.dropdown-menu {

    z-index: 999999 !important;
    padding: 0 !important;
}

.header-area-bottom,
.featured-block {
    border-radius: 4px;
}

.nav-tabs li {
    list-style: none !important;
}

.nav-tabs li.active a {
    background: transparent !important;
}

.nav-pills.pills-post-type li a{
    line-height: 13px;
    border-radius: 2px;
}

.featured-block .col-md-3:nth-child(4n+1) {
    margin-left: 0;
}

.featured-block .col-md-3:nth-child(5n+n) {
    margin-top: 20px;
}

.wpmp-prices li {
    list-style: none !important;
}

.wpmp-regular-price h3 {
    font-size: 15pt !important;
    font-weight: 700 !important;
}

sub {
    bottom: 0;
}

.btn-live-preview {
    background: #3f9968;
    color: #ffffff !important;
    border-bottom: 2px solid #296446;
    padding: 20px 25px;
    -moz-border-radius-topleft: 3px !important;
    -webkit-border-top-left-radius: 3px !important;
    border-top-left-radius: 3px !important;
    -moz-border-radius-bottomleft: 3px !important;
    -webkit-border-bottom-left-radius: 3px !important;
    border-bottom-left-radius: 3px !important;

}

.btn-live-screenshot {
    background: #6e5b81;
    color: #ffffff !important;
    border-bottom: 2px solid #40384f;
    padding: 20px 30px;
    -moz-border-radius-topright: 3px !important;
    -webkit-border-top-right-radius: 3px !important;
    border-top-right-radius: 3px !important;
    -moz-border-radius-bottomright: 3px !important;
    -webkit-border-bottom-right-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
}

.btn-live-preview:hover {
    background: #3b8558 !important;
}

.btn-live-screenshot:hover {
    background: #5f5072 !important;
}

.product-det {
    padding-top: 0;
}

.product-det,
.product-det img {
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.product-det .product-content {
    padding: 5px 20px;
}

.product-det .product-content img {
    border-radius: 5px;
}

.product-thumbnails {
    clear: both;
    display: block;
    position: relative;
    z-index: 7;
}

.widget .wpmp-prices li:before {
    content: "" !important;
    margin: 0 !important;
}

.wpmp-prices li {
    list-style: none !important;
    padding-left: 0 !important;
    background: none !important;
    margin: 0 !important;
}

.widget .wpmp-prices select {
    padding: 5px;
    margin: 5px 0;
    border-color: #dddddd;
}

.widget .wpmp-regular-price h3 {
    font-family: 'Montserrat';
    color: #3498DB;
}

.widget .add-to-cart-button {
    margin-top: 10px;
}

.cart_form .alert {
    position: absolute;
    z-index: 99999;
    padding: 5px 10px !important;
    margin: -33px 22px 0 0;
    right: 0;
    font-size: 10px;
    font-family: 'Open Sans';
    border-radius: 0;
    background: #ffffff !important;
    border-color: #ffffff;
}

.widget.featured-block {
    padding: 15px;
}

.widget.featured-block h3 {
    line-height: normal;
    margin-top: 0;
}

.widget.featured-block ul {
    margin: 0;
    padding: 0;
}

.widget.featured-block img.avatar {
    border-radius: 4px;
    margin-bottom: 10px;
}

.wpmp-badges {
    padding-left: 0 !important;
}

.author-posts .col-md-4 {
    margin-bottom: 15px;
}

.author-posts .col-md-4:nth-child(3n+1) {
    margin-left: 0 !important;
}

.author-posts.featured-block {
    padding: 15px;
}

.media.profile-card .avatar {
    border-radius: 4px;
    margin: 0 !important;
}

.media .author-name {
    line-height: normal;
    margin-top: 0;
    font-size: 11pt;
}

.btn-shop-profile {
    margin-top: 7px;
}

.media.profile-card {
    padding: 0;
    margin: 0;
}

.taxonomy-ptype .col-md-3 {
    margin-bottom: -5px;
}

.breadcrumb {
    border-radius: 4px;
}

.product-pane.media {
    overflow: visible;
    box-shadow: none !important;
}

.thumbnail.portfolio-block {
    box-shadow: none !important;
}

.product-pane .media-body {
    position: relative;

}

.product-pane .media-body .breadcrumb {
    margin-top: 5px;
}

.wpmp-thumbnails a,
.wpmp-thumbnails a:hover {
    background: transparent;
}

.nav-tabs a:focus,
.nav-tabs a:active {
    outline: none;
}

#wpmp-price-area .wpmp-prices ul,
.post .entry-content .product-demo-info ul,
.post .entry-content .product-demo-info li,
.post .entry-content .product-demo-info {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
}

.product-demo-info .demo-title {
    font-weight: 700;
}

input.readonly:focus,
input.readonly {
    background: #ffffff !important;
    box-shadow: none !important;
}

.da-pricing {
    font-size: 12pt;
    font-style: normal;
    font-weight: 700;
    line-height: 35px;
    margin-right: 15px;
    color: #333;
}

.da-pricing .btn-inverse {
    font-style: italic !important;
}

.well {
    border-radius: 3px;

}

footer .footer-area .container-fluid {

    line-height: 60px;
    min-height: 70px;
}

footer .footer-area-bottom * {
    font-size: 8pt;
    color: #ffffff !important;
}

.home-cat-single .media .media-body h2.entry-title a,
.home-cat-single .media .media-body h2.entry-title {
    margin-top: 0 !important;
    font-weight: 700;
    font-size: 9pt;
    max-height: 45px;
    margin-top: 0 !important;
    overflow: hidden;
}

.panel-footer {
    font-size: 8pt;
    font-family: Montserrat, "segoe ui", serif;
}

.icon-gray {
    color: #ccc;
}

.fa-stack .fa-star,
.fa-stack .fa-star-half {
    position: absolute;
}

.fa-stack.ist {
    width: 1.2em !important;
    height: 1.5em;
}

.media .img-rounded {
    border-radius: 3px !important;
}

.well {
    box-shadow: none !important;

}

#wpdm-user-review-form .row {
    margin-top: 20px !important;
}

.sidebar .panel-heading {
    font-size: 11pt;
    font-weight: 700;
}

.panel ul,
.panel li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.panel ul {
    padding: 10px;
}

.panel li {
    padding: 10px 0;

}

.panel li:not(:last-child) {
    padding: 10px 0;
    border-bottom: 1px solid #eeeeee;
}

.panel-body.share a {
    margin-right: 4px;
    width: 38px;
}

.doc .panel-body img {
    border: 1px solid #ddd;
    border-radius: 3px;
    margin: 10px 0;
    padding: 5px;
}

div.popover {
    min-width: 350px !important;
    max-width: 800px !important;
}

.more-previews img {
    border-radius: 3px;
    margin: 3px;
}

.entry-content .nav-tabs {
    margin-left: 0 !important;
    padding-left: 20px !important;
    margin-bottom: 20px;
}

#reviews h2 {
    margin-bottom: 30px;
}

.navg .btn {
    margin-top: 15px;
}

.label-white {
    background: rgba(0, 0, 0, 0.3);
    font-size: 9pt !important;
    margin-right: -5px;
    margin-left: 10px;
}

.qdl img {
    max-height: 45px;
    width: auto;
}

.panel-footer img {
    max-height: 30px;
}

.panel .media-heading {
    font-size: 13pt;
}

.panel-author img {
    border-radius: 3px;
}

.panel-default .panel-heading {

}

.media-body h3.widget-title a,
.media-body h3.widget-title {
    margin: 0;
    font-weight: 700;
}

.from-blog h3 a,
.from-blog h3 {
    font-size: 9pt;
    font-weight: 700;
    margin: 0;
    line-height: 1.5;
}

img {
    max-width: 100%;
    height: auto;
}

.w3eden .entry-content .nav-tabs {
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
}

.w3eden .entry-content .nav-tabs .active a {
    background: #ffffff !important;
}

.w3eden .entry-content .tab-content {
    background: #ffffff;
    border: 1px solid #ddd;
    border-top: 0;
    padding: 20px;
}

.wpmp-prices ul {
    padding: 0;
}

.wpmp-regular-price,
.wpmp-prices ul li {
    padding: 5px 0 !important;
}

.wpmp-regular-price {
    padding-top: 0 !important;
}

.fa-star-o {
    color: #aaaaaa;
}

.contextmenu {
    position: fixed;
    margin-left: 750px;
    margin-top: -40px;
}

.contextmenu * {
    font-size: 8pt;
}

.list-group,
.list-group li {
    font-size: 9pt;
    list-style: none !important;
}

.form-control {
    box-shadow: none !important;
    border-radius: 3px;
}

.bbp-reply-content {
    overflow: hidden;
}

/** tabs **/
.dmenu {
    /*margin-bottom: -40px;*/
    background: rgba(0, 0, 0, 0.1);
    border: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.nav-tabs.nav-justified > li > a,
.dmenu li,
.dmenu li a {
    line-height: 50px;
    font-size: 13pt;
    font-weight: 300;
    color: #D9534F;
    border: 0;
    text-transform: capitalize;
}

.nav-tabs.nav-justified > li > a,
.dmenu li a {
    border: 0;
    border-bottom: 1px solid transparent;
    border-left: 1px solid transparent;
}

.dmenu li a:hover,
.dmenu li.active a:hover,
.dmenu li.active a:active,
.dmenu li.active a {
    position: relative;
    background: #D9534F !important;
    color: #ffffff;
    line-height: 50px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    outline: none !important;
    border: 0px !important;
    border-bottom: 1px solid #D9534F !important;
}

.dmenu li:first-child,
.dmenu li:first-child a:hover,
.dmenu li:first-child a {
    -webkit-border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.dmenu li:last-child,
.dmenu li:last-child a:hover,
.dmenu li:last-child a {
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.dmenu li a:hover:after,
.dmenu li.active a:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 20px 20px 0;
    border-color: #D9534F transparent;
    display: block;
    width: 0;
    z-index: 1;
    margin-left: -20px;
    bottom: -20px;
    left: 50%;
}

.dmenu li a:hover:before,
.dmenu li.active a:before {

    content: '';
    position: absolute;
    border-style: solid;
    border-width: 20px 20px 0;
    border-color: transparent;
    display: block;
    width: 0;
    z-index: 0;
    margin-left: -20px;
    bottom: -21px;
    left: 50%;
}

/** tabs end **/

.features {
    margin-top: 30px;
    margin-bottom: 40px;
}

.features .media {
    margin-bottom: 20px;
    margin-top: 10px;
}

.features .media h3 {
    font-size: 15px;
    font-weight: 400 !important;
    margin-top: 2px;
    color: #444;
    margin-bottom: 6px;
}

.features .media-body {
    margin-left: 10px;
    font-size: 9pt;
}

.feature-icon {
    padding: 20px;
    border: 1px solid #ffffff;
    border-radius: 4px;
    -moz-box-shadow: inset 0 0 1px #bbbbbb;
    -webkit-box-shadow: inset 0 0 1px #bbbbbb;
    box-shadow: inset 0 0 1px #bbbbbb;

}

.feature-icon img {
    width: 32px;
}

#logos img {

    padding: 10px 15px;
    text-align: center;
    margin: 5px;
    line-height: 80px;
    border: 1px solid #ffffff;
    border-radius: 4px;
    -moz-box-shadow: inset 0 0 1px #bbbbbb;
    -webkit-box-shadow: inset 0 0 1px #bbbbbb;
    box-shadow: inset 0 0 1px #bbbbbb;
    color: #000;
}

#logos img:hover {
    background: rgba(255, 255, 255, 255.01);
}

.tooltip .tooltip-inner {
    padding: 5px 10px !important;
    border-radius: 2px !important;
    font-size: 9pt !important;
    font-family: Montserrat !important;
}

.theme-well {
    background-image: url("images/body-bg16.png");
    border-radius: 4px !important;
    border: 0;
    color: #ffffff;
    padding: 30px;
    margin-bottom: 30px;
}

.theme-well * {
    color: #ffffff;
}

.rotate {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: relative;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -moz-box-shadow: inset 0 0 5px #ffffff;
    -webkit-box-shadow: inset 0 0 5px #ffffff;
    box-shadow: inset 0 0 5px #ffffff;
    margin: 20px;
    width: 170px;
    height: 170px;
    overflow: hidden;
    border-radius: 10px;

}

.rotate img {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative;
    max-width: 400px;
    margin-left: -65px;
    margin-top: -45px;

}

.home-ext img {
    margin: 0;
}

.wpdmdlcount img {
    height: 60px;
}

.menu-item a {
    white-space: nowrap;
}

.menu-rc {
    padding: 0;
}

.btn-menu {
    border-radius: 1px ! important;
    margin-top: 8px;
    width: 27px;
    border: 0;
    height: 22px;
    line-height: 20px;
    margin-left: 6px;
}

#user-menu {
    top: 40px;
    border-radius: 3px !important;
    width: 170px;
}

#user-menu li {
    text-align: left;
}

#user-menu li a {
    color: #ffffff !important;
    font-size: 8pt;
}

#user-menu li a .pull-right {
    margin-top: -18px;
}

div#user-menu {
    text-align: left;
    min-width: 227px !important;
    width: 227px !important;
    padding: 0px 20px 20px 20px !important;
}

div#user-menu a {
    text-decoration: none !important;
    color: #ffffff !important;
}

.list-group-item:not(:first-child) {
    border-top: 0 !important;
}

#network-bar {
    background: #333333;
    line-height: 40px;
    height: 40px;
    text-align: center;
}

#network-bar ul {
    display: block;
    clear: both;
}

#network-bar ul li {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    border-right: 1px solid #222222;
}

#network-bar ul li a {
    line-height: 40px;
    padding: 0 20px;
    height: 40px;
    color: #bbbbbb;
    border-right: 1px solid #444444;
    display: block;
    font-size: 9pt;
    font-weight: 700;
}

#network-bar ul li a:hover {
    color: #ffffff;
}

.clear {
    clear: both;
}

#network-bar li:first-child a {
    border-left: 1px solid #222222;
}

#network-bar li:first-child {
    border-left: 1px solid #444444;
}

.pactive {
    position: relative;

}

.pactive a {
    color: #ffffff !important;
}

.pactive:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 10px 10px 0;
    border-color: #333 transparent;
    display: block;
    width: 0;
    z-index: 1;
    margin-left: -10px;
    bottom: -10px;
    left: 50%;
}

.modal-body .list-group-item {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.panel-default > ul > li {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.package-block .relative img {
    margin: 0 !important;
}

#menu-main .dropdown-menu .menu-item:first-child,
#menu-main .dropdown ul.dropdown-menu {

    -webkit-border-top-right-radius: 0 !important;
    -webkit-border-top-left-radius: 0 !important;
    -moz-border-radius-topright: 0 !important;
    -moz-border-radius-topleft: 0 !important;
    border-top-right-radius: 0 !important;
    border-top-left-radius: 0 !important;
}

.bbp-topic-freshness-author .bbp-author-avatar,
.bbp-topic-started-by .bbp-author-avatar {
    display: none;
}

.bbp-topic-freshness {
    text-align: left !important;
}

#bbpress-forums .bbp-topics-front ul.super-sticky, .bbp-topics ul.super-sticky, .bbp-topics ul.sticky, .bbp-forum-content ul.sticky {
    background: #FFFFEe !important
}

.thumbnail {
    border-color: #ecf0f1 !important;
}

.product-block .thumbnail {
    margin-bottom: 0;
    border-color: #ecf0f1 !important;
    padding: 15px;
}

.product-block .btn-group {
    display: block;
    height: 46px;
    overflow: hidden;
}

.product-block .btn-addtocart {
    width: 100%;
}

.product-block .btn-addtocart.btn-wc {
    width: 20% !important;
}

.product-block .btn-viewcart {
    width: 79% !important;
}

.product-info {
    position: relative;
}

.woocommerce a.added_to_cart, .woocommerce-page a.added_to_cart {
    background: none repeat scroll 0 0 #eee;
    bottom: 0;
    color: #3498db;
    display: block;
    font-family: Montserrat;
    font-size: 9pt;
    font-weight: 800;
    padding: 12px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    width: 100%;
}

.product-block h3 {
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    font-size: 14px;
    margin-bottom: 0;
    font-family: 'Montserrat';

}

.product-block img {
    border-radius: 3px;
}

.thumbnail.single-product-img, .thumbnail.wpdmpro-thumbnail {
    padding: 15px;
}

.thumbnail.wpdmpro-thumbnail{
    border-radius: 0;
}

.product-thumbnails a {
    margin-right: 12px;
    float: left;
}

.product-thumbnails a:last-child {
    margin-right: 0 !important;
}

.product-block {
    margin-bottom: 30px;
}

.single-product-sidebar .price,
.product-info .price {
    line-height: 25px;
    color: #34A9EB;
    margin: 0 0 10px 0;
    font-family: 'Montserrat';
    font-size: 13pt;
}

.single-product-sidebar .quantity.buttons_added {
    float: left;
    margin-right: 10px;
}

.single-product form.cart {
    margin-bottom: 10px;
}

.product-info .price del,
.single-product-sidebar .price del,
.product-block .price del {
    font-weight: 400 !important;
    font-size: 10pt;
    color: #aaa !important;
}

.related.products,
.upsells.products {
    border: 1px solid #dddddd;
    margin-top: 20px;
}

.related.products > h2,
.upsells.products > h2 {
    border-bottom: 1px solid #dddddd;
    font-family: Montserrat;
    font-size: 11pt;
    margin: 6px 15px 15px;
    padding: 5px 0 10px;
}

.related.products ul,
.upsells.products ul {
    margin-bottom: 0;
}

.related.products .product-block,
.upsells.products .product-block {
    margin-bottom: 15px !important;
}

.related.products .btn,
.upsells.products .btn {
    font-size: 8pt !important;
    padding: 7px !important;
}

.btn-cart {
    font-size: 9pt;
    padding: 9px;
}

#recent {
    padding: 30px 30px 0 30px;
}

.product-info .breadcrumb .btn {
    border-radius: 2px !important;
    padding: 1px 10px;
}

.panel-theme img {
    border-radius: 3px !important;
}

#package-settings-section .nav-tabs,
#ftabs .nav-tabs {
    padding-bottom: 0 !important;
    padding-left: 10px !important;
}

#package-settings-section li:not(.search-choice),
#ftabs li:not(.search-choice) {
    padding: 0 !important;
    margin-bottom: -1px !important;
    border-bottom: 0 !important;
}

#package-settings-section .tab-content,
#ftabs .tab-content {
    border: 0 !important;
}

.ptypes li {
    padding: 0 !important;
    list-style: none !important;
}

.postbox {
    border: 0;
}

.postbox > h3 {
    background: #777;
    color: #fff;
    padding: 5px 10px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

body.author .arc-header {
    display: none;
}

.navbar-wrapper, .nav-area {
    border-radius: 0 !important;
}

.navbar-toggle:hover {
    background: #ffffff !important;
    color: #444444 !important;
}

.portfolio-block.thumbnail img {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.portfolio-block.thumbnail {
    border: 0;
    padding: 0;
}

.portfolio-block h3:after {
    border-style: solid;
    border-width: 0 10px 10px;
    content: "";
    display: block;
    left: 45%;
    position: absolute;
    top: -10px;
    width: 0;
    z-index: 1;
}

.portfolio-block h3 {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    font-size: 10pt;
    font-weight: 300;
    margin: 0;
    position: relative;
    text-align: center;
}

.portfolio-block h3 a {
    color: #FFFFFF !important;
}

.product-pane.media h3 {
    overflow: hidden;
}

.product-pane.media {
    overflow: visible;
    box-shadow: none !important;
}

.thumbnail.portfolio-block {
    box-shadow: none !important;
}

.product-pane .media-body {
    position: relative;
    overflow: visible;
    height: 35px;
}

.product-pane .media-body .breadcrumb {
    margin-top: 5px;
    border: 0 !important;
    border-radius: 2px !important;
    background: rgba(0, 0, 0, 0.7);
    color: #ffffff;
}

.sap span a {
    color: #ffffff !important;
}

.popular-products,
.free-products {
    display: block;
}

.popular-products .col-md-4:nth-child(n+4),
.free-products .col-md-4:nth-child(n+4) {
    margin-top: 20px;
}

.popular-products .col-md-4 a,
.free-products .col-md-4 a {
    display: block;
}

.panel-body.free-products,
.panel-body.popular-products {
    padding-top: 25px;
    padding-bottom: 25px;
}

.ppreview {
    display: inline-block;
}

.popover {
    border-radius: 3px !important;
    border-color: #D9DDE0;
    padding: 0;
}

.popover-title {
    background: #D9DDE0;
    border-color: #D9DDE0;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.popover.bottom .arrow,
.popover.bottom .arrow:after {
    border-bottom-color: #D9DDE0;
}

.free-products .popover {
    left: 15px !important;
    top: 120px !important;
    margin-top: 0px !important;
}

.popular-products .popover {
    left: -269px !important;
    top: 120px !important;
    margin-top: 0px !important;
}

#new-products li {
    position: relative;
    overflow: visible;
}

#new-products li a {
    display: inline-block;
}

#new-products li .popover {
    left: 163px !important;
    top: 0px !important;
    margin-top: 0px !important;
    z-index: 999999 !important;
}

#new-products li:nth-child(4) .popover,
#new-products li:nth-child(5) .popover,
#new-products li:nth-child(6) .popover {
    left: -411px !important;
    top: 0px !important;
    margin-top: 0px !important;
    z-index: 999999 !important;
}

.btn-group > .btn-large {
    font-family: 'Bitter';
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: 1px;
}

.wpmp-prices li {
    list-style: none !important;
}

.wpmp-regular-price h3 {
    font-size: 15pt !important;
    font-weight: 700 !important;
}

.carousel-inner li.col-md-2 {
    padding: 0 10px;
}

.cpreview {
    max-width: 100%;
}

.carousel-inner li {
    border: 0 !important;
}

footer div.divider {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

footer * {
    color: rgba(255, 255, 255, 0.8) !important;
}

.footer-widget {
    margin-bottom: 20px;
    font-size: 10pt;
    font-weight: 400;
}

.footer-widget .post-date {
    font-size: 11px;
    display: block;
    color: rgba(255, 255, 255, 0.5) !important;
}

.footer-widget .tagcloud {
    display: inline-table;
}

#wp-calendar {
    border: 1px solid #ffffff;
}

#wp-calendar caption {
    font-weight: bold;
    margin-bottom: 5px;
    padding: 10px;
    border: 1px solid #fff;
}

#wp-calendar thead th {
    background: transparent;
}

.footer-widget a {
    color: rgba(255, 255, 255, 0.8) !important;
}

.footer-widget a:hover {
    color: #ffffff !important;
}

.footer-widget .tagcloud a {
    background: transparent;
}

.footer-widget ul {
    margin: 0 !important;
    padding: 0 !important;
}

.footer-widget ul li {
    list-style: none;
    margin: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 8px 0;

}

.footer-widget .footer-heading:before {
    position: absolute;
    width: 20px;
    content: "";
    border-bottom: 2px solid #fff;
    margin-top: 35px;
}

.footer-widget .footer-heading {
    padding: 5px 0 !important;
    font-weight: 800;
    font-size: 13pt;
    line-height: 45px;
    margin-bottom: 10px;
    font-family: Montserrat;
}

#searchform .screen-reader-text {
    display: none;
}

.footer-widget #searchform #s {
    display: block;
    border: 0;
}

.widget #searchform #s {
    display: block;
    border: 2px solid #ecf0f1;
    border-radius: 0 !important;
}

#searchform #searchsubmit {
    display: none;
}

#wpdmmydls thead td, #wpdmmydls thead th {
    border-bottom: 1px solid #aaaaaa !important;
}

.panel-heading .pull-right {
    padding: 0 !important;
}

.panel-heading a.btn.btn-bordered.btn-nav {
    display: inline;
    border: 0 !important;
    height: 20px !important;
    width: 20px !important;
    background: rgba(255, 255, 255, 0.8) !important;
}

.panel-heading a.btn.btn-bordered.btn-nav:first-child {
    padding-left: 11px !important;
}

.panel-heading a.btn.btn-bordered.btn-nav:last-child {
    padding-left: 12px !important;
    margin-left: 5px !important;
}

.panel-heading a.btn.btn-bordered.btn-nav:hover {
    background: rgba(255, 255, 255, 1) !important;
}

a, a.btn, a.btn:focus {
    outline: none !important;
}


.panel-group .panel-heading {
    padding: 7px 12px;
    font-size: 10pt;
    font-weight: 800;
}

.panel-heading .accordion-toggle:after {
    background: rgba(0,0,0,0.03);
    content: "";
    float: right;
    font-family: 'FontAwesome';
    margin-top: -9px;
    padding: 9.5px 12px;
    position: absolute;
    right: 16px;
}


/*** buttons... */

.pb-footer .btn:hover,
.pb-footer:hover .btn {
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    padding-right: 35px;
}

.pb-footer .btn:after {
    position: absolute;
    content: "\f178";
    font-family: FontAwesome;
    z-index: 999999;
    color: #ffffff;
    right: 13px;
    opacity: 0;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
}

.pb-footer:hover .btn:after,
.pb-footer .btn:hover:after {
    opacity: 1;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
}

.center-dash {
    font-size: 18pt;
    margin-top: 0;
    margin-bottom: 50px;
}

.center-dash:before {
    position: absolute;
    content: "";
    width: 30px;
    left: 47%;
    margin-top: 40px;
}

.fet-icon {
    box-shadow: 1px 1px rgb(240, 240, 240), 2px 2px rgb(240, 240, 240), 3px 3px rgb(241, 241, 241), 4px 4px rgb(241, 241, 241), 5px 5px rgb(242, 242, 242), 6px 6px rgb(242, 242, 242), 7px 7px rgb(243, 243, 243), 8px 8px rgb(243, 243, 243), 9px 9px rgb(244, 244, 244), 10px 10px rgb(244, 244, 244), 11px 11px rgb(245, 245, 245), 12px 12px rgb(245, 245, 245), 13px 13px rgb(246, 246, 246), 14px 14px rgb(246, 246, 246), 15px 15px rgb(247, 247, 247), 16px 16px rgb(247, 247, 247), 17px 17px rgb(248, 248, 248), 18px 18px rgb(248, 248, 248), 19px 19px rgb(249, 249, 249), 20px 20px rgb(249, 249, 249), 21px 21px rgb(250, 250, 250), 22px 22px rgb(250, 250, 250), 23px 23px rgb(251, 251, 251), 24px 24px rgb(251, 251, 251), 25px 25px rgb(252, 252, 252), 26px 26px rgb(252, 252, 252), 27px 27px rgb(253, 253, 253), 28px 28px rgb(253, 253, 253), 29px 29px rgb(254, 254, 254), 30px 30px rgb(254, 254, 254), 31px 31px rgb(255, 255, 255);
    color: #ffffff
}

.animated {
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.scale-0 {
    transform: scale(0);
}

.scale-1 {
    transform: scale(1);
}

.widget-heading {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 900;
    font-family: 'Montserrat', sans-serif;
}

.widget-heading{
    text-transform: uppercase;
    margin-bottom: 10px;
}
#wp-calendar th, #wp-calendar td {
    border: 1px solid #eee;
    line-height: 30px;
}
.widget-heading:before {
    position: absolute;
    content: "";
    width: 35px;
    margin-top: 22px;
}

.post-author {
    padding: 50px 0 25px 0;
}

.post-author-info {
    background-color: #ecf0f1;
    padding: 20px;
}

.post-tags a[rel=tag] {
    margin: 5px;
    padding: 3px 7px;
    display: block;
    float: left;
    font-size: 9pt;
    border: 1px solid #2C3E50;
}

.w3eden .nav-tabs > li {
    margin-bottom: -1px !important;
}

.w3eden #package-settings-section .nav-tabs {
    padding-top: 10px !important;
}

.w3eden .cat-panel .ptypes {
    padding: 10px !important;
}

.w3eden .cat-panel .ptypes ul {
    padding-left: 15px !important;
}

.w3eden td.actions {
    width: 110px !important;
}

.navbar-profile {
    height: auto !important;
    border-bottom: 1px solid #eee;
}

.navbar-profile .navbar-nav > li > a {
    padding: 10px 18px !important;
}

div.item-list-tabs ul li {
    margin-bottom: -2px !important;
    border: 0 !important;
}

textarea#whats-new {
    min-height: 30px !important;
    overflow: hidden;
}

textarea#whats-new:focus,
textarea#whats-new:active {
    overflow: auto;
}

.acomment-meta a:first-child,
.media-body .activity-header a:first-child {
    font-weight: 800;
}

.form-control {
    border: 1px solid #ecf0f1;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

#item-body #subnav {
    padding: 6px 10px 7px 5px;
    border: 1px solid #ddd;
    border-radius: 4px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: 0;
    margin: -19.5px 5px 25px !important;
}

#item-body #subnav li a {
    font-size: 10pt;
}

#item-body #subnav li.selected a {
    background: #eee;
}

.panel-footer li {
    padding: 5px 0 !important;
    border: 1px solid transparent;
}

.panel-footer li.selected a {
    border: 1px solid #ccc;
}

.panel-body #item-header .avatar {
    margin: 0 !important;
}

div#item-header div#item-meta {
    font-size: 10pt;
}

.activity-comments {
    margin-left: 0 !important;
}

.activity-comments ul {
    padding-left: 0 !important;
    margin-left: 0 !important;
}

.activity-comments .avatar {
    width: 50px !important;
    height: auto !important;
}

.activity-comments .acomment-options {
    margin-left: 0 !important;
}

div.dir-search {
    margin: 0 !important;
}

.groups.container .item-list-tabs {
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #eee;
}

.panel-join .nav-tabs, .panel-join .nav-tabs li {
    padding: 0 !important;
    border-radius: 0;
    background: #eeeeee;
    border: 0 !important;
}

.panel-join .nav-tabs a {
    border-radius: 0 !important;
    line-height: 20px !important;
    border: 0 !important;
}

.panel-join .nav-tabs .active a {
    background: #ffffff !important;
}

.panel-join .tab-content {
    padding: 10px !important;
}

.members-row {
    padding: 0 10px;
}

.members-row .col-md-4 {
    padding: 5px;
}

.left-bar {
    position: relative;
    margin-top: -200px;
    z-index: 999;
}

.nav-hpb {
    padding: 10px 0;
    font-size: 9pt;
}

.nav-hpb a {
    border-radius: 2px !important;
    padding: 6px 10px !important;
    outline: none !important;
}

.call2action.alert-, .call2action.alert{
    background: transparent;
    box-shadow: none !important;
}

.contact_form {
    margin-top: 25px;
    font-family: Montserrat;
}

.contact_form .form-group {
    min-height: 55px !important;
}

.contact-page hr {
    margin: 10px 0 !important;
}

.bbp-the-content-wrapper {
    border: 1px solid #dddddd;
}

#bbp_topic_submit {
    border: 2px solid rgb(52, 73, 94);
    background: #34495E;
    padding: 8px 20px;
    font-size: 10pt;
    color: #ffffff;
    border-radius: 3px;
    font-weight: 700;
    text-transform: uppercase;
}

#bbp_topic_submit:hover {
    background: transparent;
    color: #34495E;
}

.left-bar .avatar {
    background: #ffffff;
}

.wpeden-person-style1 .thumbnail {
    border-radius: 3px !important;
}

.wpeden-person-style1 .thumbnail h3 {
    font-weight: 800 !important;
    margin: 10px 0 0 0 !important;
}

.wpeden-person-style1 p {
    margin: 0 !important;
    font-size: 11px;
    padding-top: 0 !important;
}

.wpeden-person-style1 .wpeden-social {
    margin-top: 10px !important;
}

#shaon-pricing-table li {
    list-style: none;
}

#shaon-pricing-table .wppt-info-circle * {
    margin: 0 !important;
}

#shaon-pricing-table .wppt-package-name {
    margin: 0 !important;
    height: 46px;
    line-height: 46px;
    font-family: 'Open Sans Condensed' !important;
}

#mainframe.boxed #header-2,
#mainframe.framed #header-2 {
    width: 1020px !important;
}

.btn:not(:hover) .fa-stack-2x {
    color: rgba(0, 0, 0, 0.2);
}

/** heading styles **/
.heading_style1 {
    background: url('images/divider1.png') left center repeat-x;
    font-size: 12pt;
}

.heading_style1 span {
    background: #ffffff;
    padding-right: 5px;
}

/** heading styles end **/
/** papers **/
.papers, .papers:before, .papers:after {
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.1), 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.papers {
    position: relative;

    margin: 0;
}

.papers:before, .papers:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: rotateZ(2.5deg);
    -o-transform: rotate(2.5deg);
    transform: rotateZ(2.5deg);
    z-index: -1;
}

.papers:after {
    -webkit-transform: rotateZ(-2.5deg);
    -o-transform: rotate(-2.5deg);
    transform: rotateZ(-2.5deg);
}

.papers-style2 {
    background: #ffffff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), /* The top layer shadow */ 0 10px 0 -5px #eee, /* The second layer */ 0 10px 1px -4px rgba(0, 0, 0, 0.15), /* The second layer shadow */ 0 20px 0 -10px #eee, /* The third layer */ 0 20px 1px -9px rgba(0, 0, 0, 0.15); /* The third layer shadow */

    background: #f5f5f5;
}

.papers-style3 {
    position: relative;
    background: #f5f5f5;

}

.papers-style3::before,
.papers-style3::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: -2px;
    top: -5px;
    z-index: -1;

    -moz-transform: rotate(-2deg);
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
}

.papers-style3::after {
    left: 0;

    -moz-transform: rotate(-1deg);
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg);
}

.papers-style3,
.papers-style3::before,
.papers-style3::after {
    background: #fff;
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.paperstack-contents {
    padding: 20px;
}

/** papers end **/

/** notepad styles **/
.notepad1, .notepad1:before, .notepad1:after {
    background-color: white;
    background-image: -webkit-linear-gradient(#f6abca 1px, transparent 1px), -webkit-linear-gradient(#f6abca 1px, transparent 1px), -webkit-linear-gradient(#e8e8e8 1px, transparent 1px);
    background-image: -moz-linear-gradient(#f6abca 1px, transparent 1px), -moz-linear-gradient(#f6abca 1px, transparent 1px), -moz-linear-gradient(#e8e8e8 1px, transparent 1px);
    background-image: -o-linear-gradient(#f6abca 1px, transparent 1px), -o-linear-gradient(#f6abca 1px, transparent 1px), -o-linear-gradient(#e8e8e8 1px, transparent 1px);
    background-image: linear-gradient(#f6abca 1px, transparent 1px), linear-gradient(#f6abca 1px, transparent 1px), linear-gradient(#e8e8e8 1px, transparent 1px);
    background-size: 1px 1px, 1px 1px, 23px 23px;
    background-repeat: repeat-y, repeat-y, repeat;
    background-position: 22px 0, 24px 0, 0 50px;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15), 0 0 4px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15), 0 0 4px rgba(0, 0, 0, 0.5);
}

.notepad1 {
    position: relative;
    padding: 0 23px 14px 35px;
    line-height: 23px;
    font-size: 11px;
    color: #666;
}

.notepad1 p {
    line-height: 23px;
    margin-bottom: 23px;
}

.notepad1 :last-child {
    margin-bottom: 0;
}

.notepad1:before, .notepad:after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 100%;
    left: 3px;
    right: 3px;
    margin-top: -2px;
    height: 4px;
    background-size: 1px 1px, 1px 1px, 0 0;
}

.notepad1:before {
    z-index: -2;
    left: 6px;
    right: 6px;
    height: 6px;
    background-color: #eee;
}

.notepad1-heading {
    position: relative;
    margin: 0 -23px 14px -35px;
    height: 38px;
    background: #14466a;
    border-radius: 2px 2px 0 0;
    background-image: -webkit-linear-gradient(top, #226797, #0c3452);
    background-image: -moz-linear-gradient(top, #226797, #0c3452);
    background-image: -o-linear-gradient(top, #226797, #0c3452);
    background-image: linear-gradient(to bottom, #226797, #0c3452);
    -webkit-box-shadow: inset 0 1px #2f81ad, 0 2px 1px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(0, 0, 0, 0.5), 0 1px black;
    box-shadow: inset 0 1px #2f81ad, 0 2px 1px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(0, 0, 0, 0.5), 0 1px black;
}

.notepad1-heading > h3 {
    line-height: 36px;
    font-size: 14px;
    color: #fff !important;
    text-align: center;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.7);
}

.notepad1-heading:before, .notepad-heading:after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 1px;
    right: 1px;
    height: 0;
    border-top: 1px dashed #617c90;
    border-color: rgba(255, 255, 255, 0.35);
}

.notepad1-heading:after {
    bottom: 3px;
    border-color: #071c2c;
    border-color: rgba(0, 0, 0, 0.5);
}

.notepad2 {
    position: relative;
    padding: 29px 20px 20px 45px;
    line-height: 30px;
    color: #6a5f49;
    text-shadow: 0 1px 1px white;
    background-color: #f2f6c1;
    background-image: -webkit-radial-gradient(center, cover, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.1) 90%), -webkit-repeating-linear-gradient(top, transparent, transparent 29px, rgba(239, 207, 173, 0.7) 29px, rgba(239, 207, 173, 0.7) 30px);
    background-image: -moz-radial-gradient(center, cover, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.1) 90%), -moz-repeating-linear-gradient(top, transparent, transparent 29px, rgba(239, 207, 173, 0.7) 29px, rgba(239, 207, 173, 0.7) 30px);
    background-image: -o-radial-gradient(center, cover, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.1) 90%), -o-repeating-linear-gradient(top, transparent, transparent 29px, rgba(239, 207, 173, 0.7) 29px, rgba(239, 207, 173, 0.7) 30px);
    border: 1px solid #c3baaa;
    border-color: rgba(195, 186, 170, 0.9);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), inset 0 0 5px #d8e071, 0 0 1px rgba(0, 0, 0, 0.1), 0 2px rgba(0, 0, 0, 0.02);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), inset 0 0 5px #d8e071, 0 0 1px rgba(0, 0, 0, 0.1), 0 2px rgba(0, 0, 0, 0.02);
}

.notepad2:before, .notepad2:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
}

.notepad2:before {
    left: 28px;
    width: 2px;
    border: solid #efcfad;
    border-color: rgba(239, 207, 173, 0.9);
    border-width: 0 1px;
}

.notepad2:after {
    z-index: -1;
    left: 0;
    right: 0;
    background: rgba(242, 246, 193, 0.9);
    border: 1px solid rgba(170, 157, 134, 0.7);
    -webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    -o-transform: rotate(2deg);
    transform: rotate(2deg);
}

.notepad3 {
    color: #777;
    background: #f6f6f3;
    box-shadow: 0px 3px 15px hsla(0, 0%, 0%, .08);
    position: relative;
    border: 1px solid #dfdfd3;
    line-height: 26px;
    background-image: -webkit-radial-gradient(#d6d5d6 30%, transparent 20%),
    -webkit-radial-gradient(#cfcfc3 38%, transparent 24%),
    -webkit-linear-gradient(top, hsla(0, 0%, 0%, 0) 0%, hsla(0, 0%, 0%, 0) 95%,
            hsla(180, 75%, 50%, .1) 95%, hsla(180, 75%, 50%, .1) 100%);
    background-image: -moz-radial-gradient(#d6d5d6 30%, transparent 20%),
    -moz-radial-gradient(#cfcfc3 38%, transparent 24%),
    -moz-linear-gradient(top, hsla(0, 0%, 0%, 0) 0%, hsla(0, 0%, 0%, 0) 95%,
            hsla(180, 75%, 50%, .1) 95%, hsla(180, 75%, 50%, .1) 100%);
    background-image: radial-gradient(#d6d5d6 30%, transparent 20%),
    radial-gradient(#cfcfc3 38%, transparent 24%),
    linear-gradient(top, hsla(0, 0%, 0%, 0) 0%, hsla(0, 0%, 0%, 0) 95%,
            hsla(180, 75%, 50%, .1) 95%, hsla(180, 75%, 50%, .1) 100%);
    background-position: 4px 1px, 4px 0px, 50% 0px;
    background-repeat: repeat-y, repeat-y, repeat;
    background-size: 26px 26px, 26px 26px, 26px 26px;
    padding: 30px 18px 0px 80px;
}

.notepad3:after {
    border-left: 2px solid hsla(0, 95%, 50%, .1);
    border-right: 2px solid hsla(0, 95%, 50%, .1);
    bottom: 0;
    content: '';
    left: 60px;
    position: absolute;
    top: 0;
    width: 3px;
}

.notepad3 p {
    line-height: 26px;
    margin-bottom: 26px;
}

/** notepad styles end **/

/** content box **/

.contentbox-style1 i.icon-inner {
    color: #ffffff;
}

[class*=contentbox-style] .media,
[class*=contentbox-style]:hover .media,
[class*=contentbox-style]:hover,
[class*=contentbox-style] {
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.contentbox-style2 {
    border: 1px solid #eeeeee;
    padding: 0 20px 20px 20px;
}

.contentbox-style2 .iconbox {
    margin-top: -40px;
}

.contentbox-style4 .img-circle,
.contentbox-style3 .img-circle,
.contentbox-style2 .img-circle {
    background: #ffffff;
    border: 1px solid #444444;
}

.contentbox-style2 i.icon-inner {
    color: #444444;
}

.contentbox-style3 .media-body {
    text-align: left !important;
    padding: 20px 20px 20px 0 !important;
}

.contentbox-style3 .media {
    margin-left: 42px;
    border: 1px solid #EEEEEE;
    overflow: visible;
}

.contentbox-style3 .iconbox {
    margin-left: -45px;
    margin-top: 11%;
}

.contentbox-style4 .media-body {
    text-align: right !important;
    padding: 20px 0px 20px 20px !important;
}

.contentbox-style4 .media {
    margin-right: 42px;
    border: 1px solid #EEEEEE;
    overflow: visible;
}

.contentbox-style4 .iconbox {
    margin-right: -45px;
    margin-top: 11%;
}

/** content box end **/

/* Subpage Title
 * -------------------------- */
.subpage-title {
    text-transform: uppercase;
    position: relative;
    margin: 0;
    margin-bottom: 35px;
    line-height: 10px;
    font-weight: 800;
    color: #000;
    font-family: 'Montserrat';
}

#footer-1 .subpage-title {
    color: #ffffff;
}

.subpage-title:before {
    content: "";
    width: 35px;
    height: 3px;
    display: block;
    position: absolute;
    bottom: -15px;
    left: 0;
}

.subpage-title .prev, .subpage-title .next {
    position: absolute;
    top: 0;
    right: 35px;
    width: 30px;
    height: 30px;
    border: 2px solid #ecf0f1;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
    cursor: pointer;
}

.subpage-title .prev.disabled, .subpage-title .next.disabled,
.subpage-title .prev.disabled:hover, .subpage-title .next.disabled:hover {
    opacity: 0.65;
    filter: alpha(opacity=65);
    border-color: #ecf0f1;
}

.subpage-title .prev.black, .subpage-title .next.black {
    border-color: #bdc3c7;
}

.subpage-title .prev.black.disabled:hover, .subpage-title .next.black.disabled:hover {
    border-color: #bdc3c7;
}

.subpage-title .next {
    right: 0;
}

/* Portfolio Item
 * -------------------------- */
.portfolio-item-wrapper {
    padding-bottom: 20px;
}

.portfolio-item {
    overflow: hidden;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.portfolio-item:hover {
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
}

.portfolio-item .portfolio-thumb {
    position: relative;
    overflow: hidden;
}

.portfolio-item .portfolio-thumb img {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.portfolio-item:hover .portfolio-thumb img {
    transform: scale(1.1);
}

.portfolio-item .portfolio-thumb .image-overlay {
    background-color: #2ecc71;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.portfolio-item:hover .portfolio-thumb .image-overlay {
    opacity: 0.20;
    filter: alpha(opacity=20);
}

.portfolio-item .portfolio-thumb .portfolio-zoom, .portfolio-item .portfolio-thumb .portfolio-link {
    width: 45px;
    height: 45px;
    text-align: center;
    background-color: rgba(44, 62, 80, 0.9);
    display: none;
    line-height: 45px;
    position: absolute;
    top: 50%;
    margin-top: -22px;
    font-size: 18px;
    color: #fff;
    display: block;
    border-radius: 3px;
}

.portfolio-item .portfolio-thumb .portfolio-zoom:hover, .portfolio-item .portfolio-thumb .portfolio-link:hover {
    background-color: rgba(44, 62, 80, 0.7);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
    color: #ffffff;
}

.portfolio-item .portfolio-thumb .portfolio-link {
    right: 0;
    margin-right: -45px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.portfolio-item .portfolio-thumb .portfolio-zoom {
    left: 0;
    margin-left: -45px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.portfolio-item:hover .portfolio-thumb .portfolio-zoom {
    display: block;
    left: 50%;
    margin-left: -48px;
}

.portfolio-item:hover .portfolio-thumb .portfolio-link {
    display: block;
    right: 50%;
    margin-right: -48px;
}

.portfolio-item .portfolio-content {
    text-align: center;
    padding: 25px 20px;
    background-color: #fff;
}

.portfolio-item .portfolio-content h5 {
    margin: 0;
}

.portfolio-item .portfolio-content p {
    margin: 0;
    margin-top: 5px;
}

/** end portfolio */

.entry-content > .w3eden > .minimax_content_area > .container {
    width: 100% !important;
}


.pagination .page-numbers {
    font-size: 9pt;
    font-weight: 800;
    border-radius: 0 !important;
    margin-right: 5px !important;
}

.loop-item {
    margin-bottom: 20px !important;
}

.timeline-block.first:before {
    top: 20px;
}

.timeline-block {
    position: relative;
}

.timeline-block:before {
    content: "";
    position: absolute;
    height: 100%;
    border-left: 1px dashed #aaaaaa;
    left: 42px;
    top: 0;
}

.top-timeline-block {
    position: relative;
}

.top-timeline-block:before {
    content: "";
    position: absolute;
    width: 105%;
    border-top: 1px dashed #aaaaaa;
    top: 40px;
}

.top-timeline-block.first:before {
    left: 53%;
    width: 50%;
}

.top-timeline-block.last:before {
    width: 50%;
}

.top-timeline-block.plus:after {
    content: "\f067";
    position: absolute;
    right: -25px;
    top: 30px;
    font-family: 'FontAwesome';
    width: 22px;
    height: 22px;
    background: #eee;
    padding: 1px 0 0 5px;
    border-radius: 50%;

}

.top-timeline-block.equal:after {
    content: "=";
    position: absolute;
    right: -25px;
    top: 30px;
    font-family: 'Montserrat';
    width: 22px;
    height: 22px;
    background: #eee;
    padding: 0 0 0 5px;
    border-radius: 50%;
    font-size: 16pt;
    line-height: 21px;
    font-weight: 800;

}

/** separators **/
hr.separator-style3 {
    border: 0 !important;
    position: relative;
}

hr.separator-style3:after {
    content: "";
    position: absolute;
    width: 30%;
    border-top: 1px solid #dddddd;
    left: 0;
}

hr.separator-style3:before {
    content: "";
    position: absolute;
    left: 0;
    width: 10px;
    height: 10px;
    background: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 50%;
    margin-top: -4.5px;
    z-index: 9999;
}

hr.separator-style4 {
    border: 0 !important;
    position: relative;
}

hr.separator-style4:after {
    content: "";
    position: absolute;
    width: 30%;
    border-top: 1px solid #dddddd;
    right: 0;
}

hr.separator-style4:before {
    content: "";
    position: absolute;
    right: 0;
    width: 10px;
    height: 10px;
    background: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 50%;
    margin-top: -4.5px;
    z-index: 9999;
}

hr.separator-style5 {
    border: 0 !important;
    position: relative;
}

hr.separator-style5:after {
    content: "";
    position: absolute;
    width: 30%;
    border-top: 1px solid #dddddd;
    left: 35%;
}

hr.separator-style5:before {
    content: "";
    position: absolute;
    left: 50%;
    width: 10px;
    height: 10px;
    background: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 50%;
    margin-top: -4.5px;
    z-index: 9999;
}

.contact-page .cpin {
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 10px;
}

.contact-info h3 {
    font-size: 10pt;
    font-family: 'Montserrat';
}

.view.activity-time-since {
    box-shadow: none;
    padding-right: 5px;
}

#home-pt #shaon-pricing-table.style-2 .wppt-package-info .wppt-info-circle {
    padding-top: 20pt !important;
}

.panel .panel-heading {
    padding: 9px 12pt !important;
    font-size: 10pt;
    font-family: Montserrat;
}

.panel {
    border-radius: 3px !important;
    box-shadow: none !important;
}

.panel > .panel-heading {
    border-top-left-radius: 2px !important;
    border-top-right-radius: 2px !important;
}

.list-group, .panel-default {
    border-color: #D9DDE0;
}

.panel-default > .panel-footer {
    border-color: #D9DDE0;
    border-top:1px solid #D9DDE0;
    background-color: #fcfcfc;
}

.list-group .list-group-item.active:hover, .list-group .list-group-item.active, .panel-default > .panel-heading {
    border-color: #D9DDE0;
    background-color: #D9DDE0;
}

.list-group .list-group-item.active:hover, .list-group .list-group-item.active {
    color: #333333;
}

.minimax_module.MiniMax_Heading h3.minimax_headline1 {
    font-size: 10pt;
    font-family: Montserrat;
    font-weight: 300;
    text-transform: uppercase;
}

.minimax_headline2 {
    font-size: 20pt;
    font-family: Montserrat;
    padding: 10px 25px;
    border: 2px solid rgba(0, 0, 0, 0.3);
    display: table;
    margin: 10px auto;
}

.minimax_headline2:after {
    content: "";
    position: absolute;
    width: 100px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.3);
    height: 12px;
    margin-left: 35px;
}

.minimax_headline2:before {
    content: "";
    position: absolute;
    width: 100px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.3);
    height: 12px;
    margin-left: -108px;
    left: 0;
}

.top-timeline-block h3 {
    margin: 20px 0 7px 0 !important;
    font-family: Montserrat;
    text-transform: uppercase;
    font-size: 11pt !important;
}

h3.c2atitle {
    font-family: Montserrat;
    text-transform: uppercase;
    font-size: 12pt !important;
}

.timeline-block h3 {
    font-family: Montserrat;
    text-transform: uppercase;
    font-size: 11pt !important;
}

.widget_minimax_folded_corner .fc-heading {
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-size: 11pt;
    margin-bottom: 12px;
}

.widget_minimax_folded_corner .fc-content {
    font-size: 13px;
}

.page-template-page-minimax-php footer {
    margin-top: 0 !important;
}

.page-template-page-minimax-php .entry-content {
    margin-bottom: 0 !important;
}

.amp {
    font-family: 'Playfair Display', serif !important;
    margin: 0 5px;
}

.widget_minimax_accordion .panel .panel-heading {
    border-radius: 0 !important;
}

.nav-ctabs li a {
    font-weight: 800;
    font-family: 'Montserrat';
    font-size: 9pt;
    text-transform: uppercase;
    color: #aaa;
}

.review-rating-stars .fa {
    color: #FF780A;
}

.review-rating-stars.med {
    font-size: 14pt;
}

.review-rating-stars.big {
    font-size: 20pt;
}

.review-rating-stars .fa {
    margin-right: 1px;
}

.white {
    color: #ffffff !important;
}

.feature-rating-table {
    font-size: 9pt;
}

.wereview-ribbon {
    background: url('images/ribbon.png') left top no-repeat;
    width: 193px;
    height: 193px;
    position: absolute;
    right: 1px;
    margin-top: -40px;
}

.inr-ribbon-text {
    transform: rotate(45deg);
    text-align: center;
    width: 280px;
    margin-top: 53px;
    color: #fff;
    font-weight: 800;
    font-size: 9pt;
    text-transform: uppercase;
}

.text-lg {
    font-size: 36pt;
    margin-bottom: 20px;
}

.slider-wrapper.theme-light {
    padding-bottom: 30px !important;
}

.nivo-caption {
    border-radius: 3px;
    left: 30px !important;
    margin-bottom: 30px;
    width: 60% !important;
    float: left !important;
    padding: 20px !important;
    position: absolute;
    font-weight: 300;

}

.nivo-caption h3 {
    font-weight: 800;
}

.mod-loop.review-3 h3 {
    font-size: 10pt;
}

.mod-loop.review-3 {
    border: 1px solid #eeeeee;
    padding: 15px;
    margin-bottom: 20px;
}

.light-border {
    border: 1px solid #eee;
    padding: 10px;
}

.no-radius {
    border-radius: 0 !important;
}

.radius-2px {
    border-radius: 2px !important;
}

.radius-3px {
    border-radius: 3px !important;
}

.mod-loop.review-3 .col-md-12:last-child hr {
    display: none;
}

.minimax_loop hr {
    margin: 10px 0 !important;
}

.MiniMax_SlitSlider.thumbnail {
    border-radius: 3px;
}

.pricing-table li {
    margin-left: 0 !important;
}

/** text highlight */

em.ht {
    font-size: 92%;
    font-style: normal;
    font-weight: 400;
    margin-left: 7px;
    margin-right: 7px;
    padding: 2px 10px;
    position: relative;
    color: #000000;
}

em.ht:before {
    background: none repeat scroll 0 0 rgba(21, 255, 0, 0.2);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: skewX(-25deg);
    width: 100%;
}

.portfolio-container figure {
    border: 0 !important;
}

.carousel-control {
    width: 70px;
    height: 70px;
    background: rgba(0, 0, 0, 0.8) !important;
    border-radius: 3px;
    margin-top: 40px;
    text-shadow: none !important;
}

.carousel-control .tn-angle-right,
.carousel-control .tn-angle-left {
    color: #ffffff;
    text-shadow: none;
    font-size: 20pt;
    vertical-align: middle;
    line-height: 50px;
}

.carousel-inner .img-circle {
    margin-right: 30px !important;
}

#pterms li {
    margin-right: 5px !important;
}

.dropdown-submenu {
    position: relative !important;
}

.dropdown-submenu > .dropdown-menu {
    top: 0 !important;
    left: 100% !important;
    margin-top: -6px !important;
    margin-left: -1px !important;
    border-radius: 0 !important;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block !important;
}

.dropdown-submenu > a:after {
    display: block;
    content: "\f105" !important;
    font-family: 'FontAwesome' !important;
    margin-top: -26px !important;
    right: 15px !important;
    margin-right: 0 !important;
    position: absolute;
    font-weight: 300;
}

.grid figure div,
.grid figure figcaption,
.grid .view {
    border-radius: 3px !important;

}

.list-group-simple {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

.list-group-simple li {
    padding: 10px 0 !important;
    list-style: none !important;
}

.list-group-simple li:not(:last-child) {
    border-bottom: 1px solid #E5E5E5;
}

#pterms {
    margin: 20px 0 40px 0 !important;
}

.portfolio-container li {
    margin-left: 0 !important;
}


.small {
    font-size: 13px;
}

.page-list i.fa {
    margin-right: 6px;
}

.page-list,
.page-list li {
    margin: 0 !important;
    padding-left: 0 !important;
}

.page-list {
    font-weight: 400;
    line-height: 1.8;
    font-size: 14px;
}

.popover.right .arrow {
    border-right-color: #d9dde0;
}

.popover.left .arrow {
    border-left-color: #d9dde0;
}

/*
.long-shadow{
    box-shadow: 1px 1px rgba(0,0,0,0.05), 2px 2px rgba(0,0,0,0.048), 3px 3px rgba(0,0,0,0.045), 4px 4px rgba(0,0,0,0.043), 5px 5px rgba(0,0,0,0.040), 6px 6px rgba(0,0,0,0.037), 7px 7px rgba(0,0,0,0.035), 8px 8px rgba(0,0,0,0.033), 9px 9px rgba(0,0,0,0.030), 10px 10px rgba(0,0,0,0.028), 11px 11px rgba(0,0,0,0.025), 12px 12px rgba(0,0,0,0.023), 13px 13px rgba(0,0,0,0.020), 14px 14px rgba(0,0,0,0.018), 15px 15px rgba(0,0,0,0.018), 16px 16px rgba(0,0,0,0.015), 17px 17px rgba(0,0,0,0.014), 18px 18px rgba(0,0,0,0.013), 19px 19px rgba(0,0,0,0.013), 20px 20px rgba(0,0,0,0.013), 21px 21px rgba(0,0,0,0.013), 22px 22px rgba(0,0,0,0.012), 23px 23px rgba(0,0,0,0.012), 24px 24px rgba(0,0,0,0.012), 25px 25px rgba(0,0,0,0.009), 26px 26px rgba(0,0,0,0.008), 27px 27px rgba(0,0,0,0.002), 28px 28px rgba(0,0,0,0.0);
}
.long-shadow-white{
    box-shadow: 1px 1px rgb(240, 240, 240), 2px 2px rgb(240, 240, 240), 3px 3px rgb(241, 241, 241), 4px 4px rgb(241, 241, 241), 5px 5px rgb(242, 242, 242), 6px 6px rgb(242, 242, 242), 7px 7px rgb(243, 243, 243), 8px 8px rgb(243, 243, 243), 9px 9px rgb(244, 244, 244), 10px 10px rgb(244, 244, 244), 11px 11px rgb(245, 245, 245), 12px 12px rgb(245, 245, 245), 13px 13px rgb(246, 246, 246), 14px 14px rgb(246, 246, 246), 15px 15px rgb(247, 247, 247), 16px 16px rgb(247, 247, 247), 17px 17px rgb(248, 248, 248), 18px 18px rgb(248, 248, 248), 19px 19px rgb(249, 249, 249), 20px 20px rgb(249, 249, 249), 21px 21px rgb(250, 250, 250), 22px 22px rgb(250, 250, 250), 23px 23px rgb(251, 251, 251), 24px 24px rgb(251, 251, 251), 25px 25px rgb(252, 252, 252), 26px 26px rgb(252, 252, 252), 27px 27px rgb(253, 253, 253), 28px 28px rgb(253, 253, 253), 29px 29px rgb(254, 254, 254), 30px 30px rgb(254, 254, 254), 31px 31px rgb(255, 255, 255);
} */
.woocommerce-tabs .tabs {
    border: 0 !important;
    margin-bottom: 20px !important;
}

.woocommerce-tabs .tabs li.active a,
.woocommerce-tabs .tabs li.active {
    border-bottom: 1px solid #ffffff !important;
}

.woocommerce-tabs .tabs li {
    background: transparent;
    padding: 0 !important;
    height: 32px !important;
}

.woocommerce-tabs .tabs li a {
    padding: 7px 20px !important;
    font-size: 11pt;
    line-height: 1.5;
}

.woocommerce-tabs #reviews h2 {
    margin-bottom: 10px !important;
}

.MiniMax_FeatureBox.gradient-r i.fa-stack-2x,
i.fa-stack-2x.gradient-r {
    background-image: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 100%);
    background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.15)));
    background-image: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 100%);
    background-image: -o-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 100%);
    background-image: -ms-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 100%);
    background-image: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 100%);

}

.gradient-h {
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.2)), color-stop(100%, rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0) 100%);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0) 100%);
    background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0) 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0) 100%);
}

.hico {
    padding: 15px;
    display: block;
    border: 1px solid;
    opacity: 0.7;
}

/** header styles */
@media (min-width: 800px) {

    #header-style-3 #mainmenu {
        float: none !important;
    }

    #header-style-3 #mainmenu > li > a {
        padding: 15px 20px !important;
        border: 0;
        margin-top: -1px;
    }

    #header-style-3 #mainmenu > li > a:after,
    #header-style-3 #mainmenu > li > a:before {
        border: 0;
    }

    #header-style-3 .navbar-default {
        height: auto;
        box-shadow: none !important;
        border-top: 1px solid #eee;
    }

    #header-style-3 #mainmenu .dropdown-menu {
        border: 0 !important;
        box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
        margin-top: 0;
        text-align: left;
    }

    #header-style-3 #mainmenu > li > a {
        border-top: 1px solid transparent;
    }

    #header-style-3 .is-sticky .container.logo-and-cinfo {
        display: none;
    }

    .is-sticky #mainmenu > li.active > a {
        line-height: 19px;
    }

    #header-style-3 .social-links > li a {
        background-color: rgba(255, 255, 255, 0.2);
        border-radius: 2px;
    }

    #header-style-3 .page-header-contact-info .fa-3x {
        opacity: 0.6;
    }

    .home-page #header-style-2 {
        position: fixed;
        width: 100%;
        z-index: 999999;
    }

    .home-page #header-style-2 #header-2 .navbar-default,
    .home-page #header-style-2 #header-2 {
        box-shadow: none !important;
        background: transparent !important;
    }

    #header-style-2 .navbar-default #mainmenu > li {
        padding: 29px 0px !important;
    }

    #header-style-2 .navbar-default ul#mainmenu > li > a {
        border: 1px solid transparent;
        padding: 10px 15px !important;
        font-family: 'Montserrat';
    }

    #header-style-2 .navbar-default #mainmenu > li:hover > a,
    #header-style-2 .navbar-default #mainmenu > li > a:hover {
        background: transparent;
        border-radius: 3px;
    }

    #header-style-2 #header-2.shrinked {
        background: #ffffff !important;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    #header-style-2 #header-2.shrinked #mainmenu > li {
        line-height: 30px;
        padding: 9px 0 !important;
    }

    #header-style-2 .navbar-default .navbar-nav > .active > a:after {
        border: none !important;
    }

    #header-style-2 .navbar-nav > li > .dropdown-menu {
        border-top: 0 !important;
        border-radius: 3px !important;
        overflow: hidden;
    }

}

@media (max-width: 768px) {
    .navbar-default {
        box-shadow: none;
    }

    .navbar-default .btn {
        box-shadow: 0px -1px 2px rgba(0, 0, 0, 0.4);
    }

    .collapse-xs {
        display: none;
    }

    .post-meta .meta-list li {
        float: none;
        display: block;
        width: 100%;
        margin: 0;
        padding: 0;
        border: 0;
    }

    .post-meta .meta-list li.post-navs {
        margin-top: 10px;
        border-top: 1px solid #ecf0f1;
        padding-top: 10px;
    }
}

#header-style-3 .input-group {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 2px;
}

#header-style-3 .input-group button,
#header-style-3 .input-group input {
    background: transparent !important;
    border: 0 !important;
    color: #ffffff !important;
}

#header-style-3 #header-2.header.shrinked,
#header-style-3 #header-2.header.shrinked .navbar-default {
    height: 50px !important;
}

#header-style-3 #header-2 .navbar-default .site-logo {
    display: none;
    line-height: 45px;
    margin-right: 40px;
}

.navbar-eden .site-logo img{
    max-height: 25px;
}

#header-style-3 #header-2.header.shrinked .navbar-default .site-logo {
    display: block;
}

#header-style-5 #header-2 #mainmenu > li.menu-item > a {
    padding: 14px 20px !important;
}

#header-style-5 #header-2 .navbar-default {
    height: auto !important;
}

#header-style-5 #header-2 .site-logo {
    line-height: 50px !important;
}

#header-style-5 #header-2 .site-logo img {
    max-height: 30px;
}

#header-2 .media-body b {
    text-transform: uppercase;
    font-weight: 800;
    padding-top: 4px;
    display: block;
    padding-bottom: 3px;
    font-family: Montserrat;
}

#header-2 .media-body {
    font-weight: 400;
    color: #444;
    font-size: 9pt;
}

.MiniMax_Tabbed_posts .tab-content {
    padding: 40px 0 0 0 !important;
    border: 0 !important;
    background: transparent !important;
}

#bbpress-forums ul.bbp-forums {
    border: 0 !important;
}

#bbpress-forums li.bbp-body ul.forum, #bbpress-forums li.bbp-body ul.topic {
    border: 1px solid #eee;
    margin-bottom: 10px;
    overflow: hidden;
    padding: 8px;
}

#bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-topics, #bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-replies, #bbpress-forums ul.bbp-search-results {
    border: 0 none;
}

#bbpress-forums li.bbp-header, #bbpress-forums li.bbp-footer {
    border: 0 none;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 8px;
    text-align: center;
}

.bbp-topic-permalink,
.bbp-forum-title {
    font-family: Montserrat;
    font-size: 10pt;
}

div.bbp-search-form {
    clear: both !important;
    float: none !important;
    width: 100%;
}

#bbp_search_submit {
    display: none;
}

#bbp_search {
    margin: 10px 0;
    width: 100% !important;
    border: 2px solid #dddddd;
    width: 100%;
    padding: 10px;
    font-size: 12pt;
    font-family: Montserrat;
}

ul.bbp-forums-list li.bbp-forum {
    float: none !important;
    clear: both !important;
    display: block !important;
}

.icon-sap:before {
    content: "";
    position: absolute;
    width: 60px;
    border-bottom: 1px solid #ffffff;
    margin-left: -65px;
    height: 10px;
}

.icon-sap:after {
    content: "";
    position: absolute;
    width: 60px;
    border-bottom: 1px solid #ffffff;
    margin-left: 5px;
    height: 10px;
}

/** PAGE HEADERS **/
.page-header {
    margin: 0 !important;
    border: 0px !important;
}

.page-header-narrow .thenext-breadcrumb{
    padding-left: 20px;font-size: 12px;
    font-weight: 400;
    text-shadow: none;
}


.page-header-2 .arc-header {
    margin-bottom: 0 !important;
    text-align: center;
    padding: 60px 0;
}

.page-header-2 .entry-title {
    text-align: center;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.7);
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.page-header-2 .arc-header .icon-sap {
    margin-bottom: 20px;
}

.page-header-2 .page-intro {
    padding-bottom: 30px;
    margin-top: 20px !important;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.7);
    font-weight: 400;
}

.page-header-3 .arc-header * {
    text-align: left !important;
}

.page-header-4 .arc-header * {
    text-align: right !important;
}

.page-header-3 .icon-sap:before {
    display: none;
}

.page-header-4 .icon-sap:after {
    display: none;
}

.page-header-5 .arc-header {
    margin-bottom: 0 !important;
}

.page-header-6 .arc-header{
    background: transparent;
}
.page-header-6 .panel{
    margin-top: 20px;
    border-radius: 0 !important;
}

.page-header-bottom {
    padding: 10px 0 !important;
    background: #eeeeee;
    line-height: 30px;
    margin-bottom: 30px !important;
    font-weight: 400;
    font-size: 9pt;
}

.page-header-bottom .bcrumb {
    line-height: 35px;
}

.page-header-bottom .bcrumb .fa {
    margin: 0 6px !important;
}

.page-header-bottom input.search {
    border: 0 !important;
    border-radius: 0;
    padding-left: 15px;
}

.search-inputs {
    background: #ffffff;
    border: 1px solid #dddddd;
}

.search-inputs .btn {
    background: transparent !important;
    margin: 0;
}

.dropdown-menu.megamenu {
    padding: 10px !important;
}

.dropdown-menu.megamenu .widget {
    padding: 10px;
    font-size: 9pt !important;
}

.dropdown-menu.megamenu .widget ul,
.dropdown-menu.megamenu .widget ul li,
.dropdown-menu.megamenu .widget ul li a {
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
}

.dropdown-menu.megamenu .widgettitle {
    font-family: Montserrat;
    font-size: 10pt;
}

.dropdown-menu.megamenu .widgettitle:before {
    content: "";
    width: 20px;
    border-bottom: 1px solid #222222;
    position: absolute;
    margin-left: 0px;
    margin-top: 20px;
}

#navmenu .dropdown-menu.megamenu .widget ul > li > a, #mainmenu .dropdown-menu.megamenu .widget ul > li > a,
.dropdown-menu.megamenu .widget ul > li > a {
    line-height: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-weight: 400 !important;
    font-size: 9pt !important;
    display: block;
}

.widget_minimax_image_hover div.content-wrapper.image-hover figure,
.widget_minimax_image_hover div.content-wrapper.image-hover figcaption {
    min-height: 100px !important;
    max-height: 100% !important;
}

.widget_minimax_image_hover div.content-wrapper.image-hover figcaption h2 {
    border: 1px solid #fff;
    margin-top: calc(20% - 30px);
    padding: 10px;
    background: transparent !important;
}

.widget_minimax_image_hover div.content-wrapper.image-hover:hover figcaption h2 {
    border: 1px solid transparent;
    padding: 10px;
    padding-bottom: 0 !important;
}

.widget_minimax_image_hover div.content-wrapper.image-hover figcaption p {
    padding: 5px 0 0 !important;
}

#mainframe.left-nav-layout #extensions {
    margin-left: -15px;
}

#mainframe.left-nav-layout {
    background: #333;
}

#mainframe.left-nav-layout .left-nav * {
    color: #ffffff;
}

#mainframe.left-nav-layout .content-area footer > .container,
#mainframe.left-nav-layout .content-area > .container {
    width: 90% !important;
    max-width: 90% !important;
    margin-left: 20px !important;
}

#mainframe.left-nav-layout .content-area {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-right: 0 !important;
    background: #ffffff;
    padding-left: 0 !important;
    overflow: hidden;
}

#mainframe.left-nav-layout .content-area > .container-fluid > .row {
    margin-left: 0;
}

#mainframe.left-nav-layout .left-nav {
    padding: 0;
    margin: 0;
}

#mainmenu-left,
#mainmenu-left ul {
    margin: 0;
    padding: 0;
}

#mainmenu-left li {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
}

#mainframe.left-nav-layout .logo-and-cinfo {
    padding: 5px 20px 5px 30px;
}

#mainmenu-left li a {
    line-height: 30px;
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 5px 20px 5px 30px;
    font-family: 'Montserrat';
    font-weight: 400;
}

#mainmenu-left .dd-cont {
    border: 0;
    margin-top: -40px;
    padding-left: 20px;
    background: rgba(255, 255, 255, 0.02);
    outline: none !important;
    text-decoration: none !important;
}

#mainmenu-left .dropdown-menu-vertical {
    display: none;
}

.input-group input.form-control:last-child {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
}

/** Customized input group */
.input-group .input-group-addon {
    border-color: #ECF0F1;
    background: #ECF0F1;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.input-group .input-group-addon-active {
    border-color: #3498DB;
    background: #3498DB;
    color: #ffffff;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#mx-toolbar {
    display: none;
}

.left-c i.theme-color{
    margin-left: 10px;font-size:16pt;
}

.right-c i.theme-color{
    margin-right: 10px;font-size:16pt;
}

.header-eden #main-nav-container-sticky-wrapper + .page-header .arc-header {
    padding-top: 150px;
    background: linear-gradient(125deg, #1e755f, #145fa0, #b32486, #cd951a);
    background-size: 800% 800%;

    -webkit-animation: AnimationName 11s ease infinite;
    -moz-animation: AnimationName 11s ease infinite;
    -o-animation: AnimationName 11s ease infinite;
    animation: AnimationName 11s ease infinite;
}


#main-search-form {
    padding: 0;
    margin: 0;
    position: relative;
    display: none;
}
#main-search-form input{
    position: absolute;
    box-shadow: none;
    border: 0;
    margin-top: -4px;
    padding-top: 0;
    padding-bottom: 0;
    z-index: 999;
    background: transparent;
}

#remove-search{
    font-size: 15pt;
    position: absolute;
    z-index: 9999;
    right: 8px;
    top: 7px;
    color: #e33a59;
    cursor: pointer;
}

.header-eden .nav .navbar-right .open > a, .nav .open > a:hover, .nav .open > a:focus,
.header-eden .navbar-right li.open,
.header-eden .navbar-right li.open a#search:focus{
    background: transparent !important;
}

.header-eden  .navbar-right > li:last-child > a{
    padding-left: 12px;
    padding-right: 12px;
    background: #4DBAA5;
    color: #ffffff;
}
.post-date,
.post-cat{
    color: #666666;
    font-size: 9pt;
    font-weight: 400;
    font-style: italic;
    letter-spacing: 1px;
}
.post-date{
    display: inline-block;
    border-top: 1px solid rgba(30, 116, 99, 0.76);
    border-top: 0.04em solid rgba(30, 116, 99, 0.76);
    padding: 10px;
}
.archive-post{
    margin-bottom: 30px;
}
.archive-post a.thumbnail{
    padding: 12px;
    border-color: #eeeeee;
    margin-top: 10px;
}
.archive-post h2.post-title {
    margin: 10px 0;
}
.archive-post h2.post-title a{
    font-weight: 900;
    font-family: "Alegreya Sans",sans-serif;
    font-size: 18pt;
}
.wpdm-package-info h4{
    font-size: 9pt;
}
.wpdm-package-info .media .pull-left i{
    border: 1px solid #dddddd;
    line-height: 48px;
    height: 48px;
    width: 48px;
    display: block;
    text-align: center;
}
.wpdm-package-info .wpdm-download-link{
    margin-top: 20px;
}

.price-tag-cont{
    position: absolute;
    z-index: 999;
}
.price-tag
{
    position: relative;
    width: 100px;
    height: 60px;
    padding: 0px;
    background: #4DBAA5;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    left: 10px;
    color: #ffffff;
    text-align: center;
    font-weight: 900;
    font-size: 14pt;
    font-family: Montserrat, "segoe ui", serif;
}
.price-tag .price-label{
    font-size: 8pt;
    font-weight: 400;
    margin-bottom: 6px;
    line-height: 27px;
    background: rgba(0,0,0,0.1);
    text-transform: uppercase;

}

.price-tag:after
{
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 25px 50px 0;
    border-color: #4DBAA5 transparent;
    display: block;
    width: 0;
    z-index: 1;
    margin-left: -50px;
    bottom: -25px;
    left: 50%;
}

#main-nav-container .navbar-nav > li .dropdown-menu li:first-child > a{
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
#main-nav-container .navbar-nav > li .dropdown-menu li:last-child > a{
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
#main-nav-container .navbar-nav > li .dropdown-menu{
    border-top: 0;
    margin-top: 0 !important;
    min-width: 100%;
    border-radius: 4px !important;
}
#main-nav-container .navbar-nav > li .dropdown-submenu > a:after{
    border: 0 !important;

}
#main-nav-container .navbar-nav > li .dropdown-menu a{
    color: #ffffff;
}
#main-nav-container .navbar-nav > li  .dropdown-menu:after,
#main-nav-container .navbar-nav > li .dropdown-menu:before{
    display: none;
}
label.eden-checkbox span, label.eden-radio span .fa{
    line-height: 14px;
}
label.eden-checkbox span, label.eden-radio span {
    color: transparent;
    cursor: pointer;
    font-size: 10px;
    line-height: 14px;
    text-align: center;
}
.prices-text{ display: none; }
.footer-logo{ max-height: 20px; }